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 +1 -1
- package/src/docs/client.docs.js +2 -2
package/package.json
CHANGED
package/src/docs/client.docs.js
CHANGED
|
@@ -473,7 +473,7 @@ export const clientDocs = {
|
|
|
473
473
|
},
|
|
474
474
|
},
|
|
475
475
|
},
|
|
476
|
-
'/v3/
|
|
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/
|
|
498
|
+
'/v3/client/detailed-client-count': {
|
|
499
499
|
get: {
|
|
500
500
|
tags: [ 'Client' ],
|
|
501
501
|
description: `Get a client overall Info`,
|