@ikas/api-client 1.0.40-alpha.34 → 1.0.40-alpha.35

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.
@@ -1,4 +1,4 @@
1
- import * as V1 from './v1/generated';
2
- import * as V2 from './v2/generated';
1
+ import * as ModelsV1 from './v1/generated';
2
+ import * as ModelsV2 from './v2/generated';
3
3
  export * from './admin-client';
4
- export { V1, V2 };
4
+ export { ModelsV1, ModelsV2 };
@@ -22,10 +22,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
22
22
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
23
23
  };
24
24
  Object.defineProperty(exports, "__esModule", { value: true });
25
- exports.V2 = exports.V1 = void 0;
26
- var V1 = __importStar(require("./v1/generated"));
27
- exports.V1 = V1;
28
- var V2 = __importStar(require("./v2/generated"));
29
- exports.V2 = V2;
25
+ exports.ModelsV2 = exports.ModelsV1 = void 0;
26
+ var ModelsV1 = __importStar(require("./v1/generated"));
27
+ exports.ModelsV1 = ModelsV1;
28
+ var ModelsV2 = __importStar(require("./v2/generated"));
29
+ exports.ModelsV2 = ModelsV2;
30
30
  __exportStar(require("./admin-client"), exports);
31
31
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/admin/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iDAAqC;AAI5B,gBAAE;AAHX,iDAAqC;AAGxB,gBAAE;AAFf,iDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/admin/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uDAA2C;AAIlC,4BAAQ;AAHjB,uDAA2C;AAGxB,4BAAQ;AAF3B,iDAA+B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/api-client",
3
- "version": "1.0.40-alpha.34",
3
+ "version": "1.0.40-alpha.35",
4
4
  "description": "ikas public node api client for store apps and private apps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",