@be-link/ecommerce-backend-bff-service-node-sdk 0.1.32 → 0.1.34

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/cjs/index.d.ts CHANGED
@@ -160,7 +160,7 @@ export { PandoraTaskWatchService as PandoraTaskWatchServiceTypes } from './bff/m
160
160
  export { PandoraTaskService as PandoraTaskServiceTypes } from './bff/modules/pandora/task/types';
161
161
  export { PandoraPointRuleService as PandoraPointRuleServiceTypes } from './bff/modules/pandora/pointRule/types';
162
162
  export { RoomService as PandoraRoomServiceTypes } from './bff/modules/pandora/room/types';
163
- export { RoomService as PandoraDomainServiceTypes } from './bff/modules/pandora/domain/types';
163
+ export { DomainManagerService as PandoraDomainServiceTypes } from './bff/modules/pandora/domain/types';
164
164
  export { CouponService as PandoraCouponServiceTypes } from './bff/modules/pandora/coupon/types';
165
165
  export { PointMallService as PointMallServiceTypes } from './bff/modules/pandora/pointsMall/types';
166
166
  export { AwardService as PandoraAwardServiceTypes } from './bff/modules/pandora/award/types';
package/cjs/index.js CHANGED
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.PandoraDomainServiceTypes = exports.SystemError = exports.SdkError = exports.BizError = exports.MiniProgramSDK = exports.PandoraSDK = void 0;
17
+ exports.SystemError = exports.SdkError = exports.BizError = exports.MiniProgramSDK = exports.PandoraSDK = void 0;
18
18
  const service_1 = require("./bff/modules/pandora/store/service");
19
19
  const service_2 = require("./bff/modules/miniprogram/demo/service");
20
20
  const service_3 = require("./bff/modules/miniprogram/auth/service");
@@ -141,5 +141,3 @@ Object.defineProperty(exports, "SystemError", { enumerable: true, get: function
141
141
  // 枚举和常量
142
142
  __exportStar(require("./enums"), exports);
143
143
  __exportStar(require("./bff/modules/pandora/userManager/types"), exports);
144
- var types_1 = require("./bff/modules/pandora/domain/types");
145
- Object.defineProperty(exports, "PandoraDomainServiceTypes", { enumerable: true, get: function () { return types_1.RoomService; } });
package/esm/index.d.ts CHANGED
@@ -160,7 +160,7 @@ export { PandoraTaskWatchService as PandoraTaskWatchServiceTypes } from './bff/m
160
160
  export { PandoraTaskService as PandoraTaskServiceTypes } from './bff/modules/pandora/task/types';
161
161
  export { PandoraPointRuleService as PandoraPointRuleServiceTypes } from './bff/modules/pandora/pointRule/types';
162
162
  export { RoomService as PandoraRoomServiceTypes } from './bff/modules/pandora/room/types';
163
- export { RoomService as PandoraDomainServiceTypes } from './bff/modules/pandora/domain/types';
163
+ export { DomainManagerService as PandoraDomainServiceTypes } from './bff/modules/pandora/domain/types';
164
164
  export { CouponService as PandoraCouponServiceTypes } from './bff/modules/pandora/coupon/types';
165
165
  export { PointMallService as PointMallServiceTypes } from './bff/modules/pandora/pointsMall/types';
166
166
  export { AwardService as PandoraAwardServiceTypes } from './bff/modules/pandora/award/types';
package/esm/index.mjs CHANGED
@@ -119,4 +119,3 @@ export { BizError, SdkError, SystemError } from './errors/index.mjs';
119
119
  // 枚举和常量
120
120
  export * from './enums.mjs';
121
121
  export * from './bff/modules/pandora/userManager/types/index.mjs';
122
- export { RoomService as PandoraDomainServiceTypes } from './bff/modules/pandora/domain/types.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-backend-bff-service-node-sdk",
3
- "version": "0.1.32",
3
+ "version": "0.1.34",
4
4
  "description": "EcommerceBackendBffService Node.js SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./cjs/index.js",
@@ -24,7 +24,7 @@
24
24
  "access": "public"
25
25
  },
26
26
  "dependencies": {
27
- "@be-link/ecommerce-trade-service-node-sdk": "^0.1.23",
27
+ "@be-link/ecommerce-trade-service-node-sdk": "^0.1.24",
28
28
  "@be-link/ecommerce-backend-user-service-node-sdk": "^0.1.11",
29
29
  "@be-link/ecommerce-volcengine-open-api-sdk": "^1.0.22",
30
30
  "@be-link/ecommerce-client-backend-service-node-sdk": "^0.1.11",