tango-app-api-client 3.1.9 → 3.1.11

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.1.9",
3
+ "version": "3.1.11",
4
4
  "description": "client",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -25,7 +25,7 @@
25
25
  "mongodb": "^6.3.0",
26
26
  "nodemon": "^3.0.3",
27
27
  "swagger-ui-express": "^5.0.0",
28
- "tango-api-schema": "^2.0.91",
28
+ "tango-api-schema": "^2.0.93",
29
29
  "tango-app-api-middleware": "^3.1.7",
30
30
  "winston": "^3.11.0",
31
31
  "winston-daily-rotate-file": "^5.0.0"
@@ -176,10 +176,9 @@ export async function create( req, res ) {
176
176
  'role': 'storesuperadmin',
177
177
  };
178
178
 
179
-
180
179
  await postApi( `${appConfig.url.oldapidomain}/oldBrandAdd`, oldBrandInsertData );
181
180
 
182
- await postApi( `${appConfig.url.oldapidomain}/oldUserAdd`, [ oldDefaultRolesInsertData ] );
181
+ await postApi( `${appConfig.url.oldapidomain}/oldDefaultRoleInsert`, oldDefaultRolesInsertData );
183
182
 
184
183
 
185
184
  if ( insertClient ) {