tango-app-api-client 3.0.20-dev → 3.0.21-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-client",
3
- "version": "3.0.20-dev",
3
+ "version": "3.0.21-dev",
4
4
  "description": "client",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -473,7 +473,7 @@ export const clientDocs = {
473
473
  },
474
474
  },
475
475
  },
476
- '/v3/user/client-list': {
476
+ '/v3/client/client-list': {
477
477
  get: {
478
478
  tags: [ 'Client' ],
479
479
  description: `Get list of client Info`,
@@ -495,7 +495,7 @@ export const clientDocs = {
495
495
  },
496
496
  },
497
497
 
498
- '/v3/user/detailed-client-count': {
498
+ '/v3/client/detailed-client-count': {
499
499
  get: {
500
500
  tags: [ 'Client' ],
501
501
  description: `Get a client overall Info`,