@be-link/ecommerce-backend-bff-service-node-sdk 0.0.115 → 0.0.116

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
@@ -1,5 +1,4 @@
1
1
  import { PandoraStoreService } from './bff/modules/pandora/store/service';
2
- import { PandoraStoreUserRelationService } from './bff/modules/pandora/storeUserRelation/service';
3
2
  import { MiniProgramDemoService } from './bff/modules/miniprogram/demo/service';
4
3
  import { MiniprogramAuthServiceClass } from './bff/modules/miniprogram/auth/service';
5
4
  import { PandoraAuthService } from './bff/modules/pandora/auth/service';
@@ -66,10 +65,6 @@ export declare class PandoraSDK {
66
65
  * Pandora 门店服务模块
67
66
  */
68
67
  store: PandoraStoreService;
69
- /**
70
- * Pandora 门店用户关系服务模块
71
- */
72
- storeUserRelation: PandoraStoreUserRelationService;
73
68
  award: PandoraAwardService;
74
69
  /**
75
70
  * 直播间模块
@@ -124,7 +119,6 @@ export { Service as MiniProgramDemoTypes } from './bff/modules/miniprogram/demo/
124
119
  export { MiniprogramAuthService as MiniprogramAuthServiceTypes } from './bff/modules/miniprogram/auth/types';
125
120
  export { Service as PandoraExampleTypes } from './bff/modules/pandora/example/types';
126
121
  export { StoreService as PandoraStoreServiceTypes } from './bff/modules/pandora/store/types';
127
- export { StoreUserRelationService as PandoraStoreUserRelationServiceTypes } from './bff/modules/pandora/storeUserRelation/types';
128
122
  export { PandoraAuthService as PandoraAuthServiceTypes } from './bff/modules/pandora/auth/types';
129
123
  export { PandoraBDService as PandoraBDServiceTypes } from './bff/modules/pandora/bd/types';
130
124
  export { PandoraBDMService as PandoraBDMServiceTypes } from './bff/modules/pandora/bdm/types';
package/cjs/index.js CHANGED
@@ -14,40 +14,39 @@ 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.PandoraStoreUserRelationServiceTypes = 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
- const service_2 = require("./bff/modules/pandora/storeUserRelation/service");
20
- const service_3 = require("./bff/modules/miniprogram/demo/service");
21
- const service_4 = require("./bff/modules/miniprogram/auth/service");
22
- const service_5 = require("./bff/modules/pandora/auth/service");
23
- const service_6 = require("./bff/modules/pandora/bd/service");
24
- const service_7 = require("./bff/modules/pandora/bdm/service");
25
- const service_8 = require("./bff/modules/pandora/common/service");
26
- const service_9 = require("./bff/modules/pandora/coupon/service");
27
- const service_10 = require("./bff/modules/pandora/example/service");
28
- const service_11 = require("./bff/modules/pandora/product/service");
29
- const service_12 = require("./bff/modules/pandora/productExp/service");
30
- const service_13 = require("./bff/modules/pandora/productLive/service");
31
- const service_14 = require("./bff/modules/pandora/role/service");
32
- const service_15 = require("./bff/modules/pandora/room/service");
33
- const service_16 = require("./bff/modules/pandora/storeClerk/service");
34
- const service_17 = require("./bff/modules/pandora/storeManager/service");
35
- const service_18 = require("./bff/modules/pandora/user/service");
19
+ const service_2 = require("./bff/modules/miniprogram/demo/service");
20
+ const service_3 = require("./bff/modules/miniprogram/auth/service");
21
+ const service_4 = require("./bff/modules/pandora/auth/service");
22
+ const service_5 = require("./bff/modules/pandora/bd/service");
23
+ const service_6 = require("./bff/modules/pandora/bdm/service");
24
+ const service_7 = require("./bff/modules/pandora/common/service");
25
+ const service_8 = require("./bff/modules/pandora/coupon/service");
26
+ const service_9 = require("./bff/modules/pandora/example/service");
27
+ const service_10 = require("./bff/modules/pandora/product/service");
28
+ const service_11 = require("./bff/modules/pandora/productExp/service");
29
+ const service_12 = require("./bff/modules/pandora/productLive/service");
30
+ const service_13 = require("./bff/modules/pandora/role/service");
31
+ const service_14 = require("./bff/modules/pandora/room/service");
32
+ const service_15 = require("./bff/modules/pandora/storeClerk/service");
33
+ const service_16 = require("./bff/modules/pandora/storeManager/service");
34
+ const service_17 = require("./bff/modules/pandora/user/service");
36
35
  const user_service_1 = require("./bff/modules/pandora/userManager/service/user.service");
37
36
  const point_service_1 = require("./bff/modules/pandora/userManager/service/point.service");
38
37
  const coupon_service_1 = require("./bff/modules/pandora/userManager/service/coupon.service");
39
38
  const address_service_1 = require("./bff/modules/pandora/userManager/service/address.service");
40
39
  const region_service_1 = require("./bff/modules/pandora/userManager/service/region.service");
41
40
  const client_1 = require("./bff/request/client");
42
- const service_19 = require("./bff/modules/pandora/pointsMall/service");
43
- const service_20 = require("./bff/modules/pandora/orderQuery/service");
44
- const service_21 = require("./bff/modules/pandora/orderCore/service");
45
- const service_22 = require("./bff/modules/pandora/task/service");
46
- const service_23 = require("./bff/modules/pandora/taskWatch/service");
47
- const service_24 = require("./bff/modules/pandora/pointRule/service");
48
- const service_25 = require("./bff/modules/pandora/award/service");
49
- const service_26 = require("./bff/modules/pandora/franchisee/service");
50
- const service_27 = require("./bff/modules/miniprogram/franchisee/service");
41
+ const service_18 = require("./bff/modules/pandora/pointsMall/service");
42
+ const service_19 = require("./bff/modules/pandora/orderQuery/service");
43
+ const service_20 = require("./bff/modules/pandora/orderCore/service");
44
+ const service_21 = require("./bff/modules/pandora/task/service");
45
+ const service_22 = require("./bff/modules/pandora/taskWatch/service");
46
+ const service_23 = require("./bff/modules/pandora/pointRule/service");
47
+ const service_24 = require("./bff/modules/pandora/award/service");
48
+ const service_25 = require("./bff/modules/pandora/franchisee/service");
49
+ const service_26 = require("./bff/modules/miniprogram/franchisee/service");
51
50
  /**
52
51
  * Pandora 平台 SDK(管理后台)
53
52
  * 包含所有 Pandora 平台相关的服务
@@ -61,35 +60,34 @@ class PandoraSDK {
61
60
  // 使用提供的选项初始化 HttpClient
62
61
  this.http = new client_1.HttpClient(options);
63
62
  // 使用 HttpClient 实例化所有 Pandora 服务模块
64
- this.example = new service_10.PandoraExampleService(this.http);
65
- this.auth = new service_5.PandoraAuthService(this.http);
66
- this.bd = new service_6.PandoraBDService(this.http);
67
- this.bdm = new service_7.PandoraBDMService(this.http);
68
- this.common = new service_8.PandoraCommonService(this.http);
69
- this.role = new service_14.PandoraRoleService(this.http);
70
- this.storeClerk = new service_16.PandoraStoreClerkService(this.http);
71
- this.storeManager = new service_17.PandoraStoreManagerService(this.http);
72
- this.user = new service_18.PandoraUserService(this.http);
73
- this.product = new service_11.PandoraProductService(this.http);
74
- this.productExp = new service_12.PandoraProductExpService(this.http);
75
- this.productLive = new service_13.PandoraProductLiveService(this.http);
63
+ this.example = new service_9.PandoraExampleService(this.http);
64
+ this.auth = new service_4.PandoraAuthService(this.http);
65
+ this.bd = new service_5.PandoraBDService(this.http);
66
+ this.bdm = new service_6.PandoraBDMService(this.http);
67
+ this.common = new service_7.PandoraCommonService(this.http);
68
+ this.role = new service_13.PandoraRoleService(this.http);
69
+ this.storeClerk = new service_15.PandoraStoreClerkService(this.http);
70
+ this.storeManager = new service_16.PandoraStoreManagerService(this.http);
71
+ this.user = new service_17.PandoraUserService(this.http);
72
+ this.product = new service_10.PandoraProductService(this.http);
73
+ this.productExp = new service_11.PandoraProductExpService(this.http);
74
+ this.productLive = new service_12.PandoraProductLiveService(this.http);
76
75
  this.store = new service_1.PandoraStoreService(this.http);
77
- this.storeUserRelation = new service_2.PandoraStoreUserRelationService(this.http);
78
- this.room = new service_15.PandoraRoomService(this.http);
79
- this.coupon = new service_9.PandoraCouponService(this.http);
76
+ this.room = new service_14.PandoraRoomService(this.http);
77
+ this.coupon = new service_8.PandoraCouponService(this.http);
80
78
  this.userManagement = new user_service_1.PandoraUserManagementService(this.http);
81
79
  this.pointManagement = new point_service_1.PandoraPointManagementService(this.http);
82
80
  this.couponManagement = new coupon_service_1.PandoraCouponManagementService(this.http);
83
81
  this.addressManagement = new address_service_1.PandoraAddressManagementService(this.http);
84
82
  this.regionManagement = new region_service_1.PandoraRegionManagementService(this.http);
85
- this.pointMall = new service_19.PandoraPointsMallService(this.http);
86
- this.orderQuery = new service_20.PandoraOrderQueryService(this.http);
87
- this.orderCore = new service_21.PandoraOrderCoreService(this.http);
88
- this.task = new service_22.PandoraTaskService(this.http);
89
- this.taskWatch = new service_23.PandoraTaskWatchService(this.http);
90
- this.pointRule = new service_24.PandoraPointRuleService(this.http);
91
- this.award = new service_25.PandoraAwardService(this.http);
92
- this.franchisee = new service_26.PandoraFranchiseeService(this.http);
83
+ this.pointMall = new service_18.PandoraPointsMallService(this.http);
84
+ this.orderQuery = new service_19.PandoraOrderQueryService(this.http);
85
+ this.orderCore = new service_20.PandoraOrderCoreService(this.http);
86
+ this.task = new service_21.PandoraTaskService(this.http);
87
+ this.taskWatch = new service_22.PandoraTaskWatchService(this.http);
88
+ this.pointRule = new service_23.PandoraPointRuleService(this.http);
89
+ this.award = new service_24.PandoraAwardService(this.http);
90
+ this.franchisee = new service_25.PandoraFranchiseeService(this.http);
93
91
  }
94
92
  }
95
93
  exports.PandoraSDK = PandoraSDK;
@@ -106,9 +104,9 @@ class MiniProgramSDK {
106
104
  // 使用提供的选项初始化 HttpClient
107
105
  this.http = new client_1.HttpClient(options);
108
106
  // 使用 HttpClient 实例化所有小程序服务模块
109
- this.demo = new service_3.MiniProgramDemoService(this.http);
110
- this.auth = new service_4.MiniprogramAuthServiceClass(this.http);
111
- this.franchisee = new service_27.MiniprogramFranchiseeService(this.http);
107
+ this.demo = new service_2.MiniProgramDemoService(this.http);
108
+ this.auth = new service_3.MiniprogramAuthServiceClass(this.http);
109
+ this.franchisee = new service_26.MiniprogramFranchiseeService(this.http);
112
110
  }
113
111
  }
114
112
  exports.MiniProgramSDK = MiniProgramSDK;
@@ -120,6 +118,4 @@ Object.defineProperty(exports, "SdkError", { enumerable: true, get: function ()
120
118
  Object.defineProperty(exports, "SystemError", { enumerable: true, get: function () { return errors_1.SystemError; } });
121
119
  // 枚举和常量
122
120
  __exportStar(require("./enums"), exports);
123
- var types_1 = require("./bff/modules/pandora/storeUserRelation/types");
124
- Object.defineProperty(exports, "PandoraStoreUserRelationServiceTypes", { enumerable: true, get: function () { return types_1.StoreUserRelationService; } });
125
121
  __exportStar(require("./bff/modules/pandora/userManager/types"), exports);
package/esm/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { PandoraStoreService } from './bff/modules/pandora/store/service';
2
- import { PandoraStoreUserRelationService } from './bff/modules/pandora/storeUserRelation/service';
3
2
  import { MiniProgramDemoService } from './bff/modules/miniprogram/demo/service';
4
3
  import { MiniprogramAuthServiceClass } from './bff/modules/miniprogram/auth/service';
5
4
  import { PandoraAuthService } from './bff/modules/pandora/auth/service';
@@ -66,10 +65,6 @@ export declare class PandoraSDK {
66
65
  * Pandora 门店服务模块
67
66
  */
68
67
  store: PandoraStoreService;
69
- /**
70
- * Pandora 门店用户关系服务模块
71
- */
72
- storeUserRelation: PandoraStoreUserRelationService;
73
68
  award: PandoraAwardService;
74
69
  /**
75
70
  * 直播间模块
@@ -124,7 +119,6 @@ export { Service as MiniProgramDemoTypes } from './bff/modules/miniprogram/demo/
124
119
  export { MiniprogramAuthService as MiniprogramAuthServiceTypes } from './bff/modules/miniprogram/auth/types';
125
120
  export { Service as PandoraExampleTypes } from './bff/modules/pandora/example/types';
126
121
  export { StoreService as PandoraStoreServiceTypes } from './bff/modules/pandora/store/types';
127
- export { StoreUserRelationService as PandoraStoreUserRelationServiceTypes } from './bff/modules/pandora/storeUserRelation/types';
128
122
  export { PandoraAuthService as PandoraAuthServiceTypes } from './bff/modules/pandora/auth/types';
129
123
  export { PandoraBDService as PandoraBDServiceTypes } from './bff/modules/pandora/bd/types';
130
124
  export { PandoraBDMService as PandoraBDMServiceTypes } from './bff/modules/pandora/bdm/types';
package/esm/index.mjs CHANGED
@@ -1,5 +1,4 @@
1
1
  import { PandoraStoreService } from './bff/modules/pandora/store/service.mjs';
2
- import { PandoraStoreUserRelationService } from './bff/modules/pandora/storeUserRelation/service.mjs';
3
2
  import { MiniProgramDemoService } from './bff/modules/miniprogram/demo/service.mjs';
4
3
  import { MiniprogramAuthServiceClass } from './bff/modules/miniprogram/auth/service.mjs';
5
4
  import { PandoraAuthService } from './bff/modules/pandora/auth/service.mjs';
@@ -57,7 +56,6 @@ export class PandoraSDK {
57
56
  this.productExp = new PandoraProductExpService(this.http);
58
57
  this.productLive = new PandoraProductLiveService(this.http);
59
58
  this.store = new PandoraStoreService(this.http);
60
- this.storeUserRelation = new PandoraStoreUserRelationService(this.http);
61
59
  this.room = new PandoraRoomService(this.http);
62
60
  this.coupon = new PandoraCouponService(this.http);
63
61
  this.userManagement = new PandoraUserManagementService(this.http);
@@ -98,5 +96,4 @@ export class MiniProgramSDK {
98
96
  export { BizError, SdkError, SystemError } from './errors/index.mjs';
99
97
  // 枚举和常量
100
98
  export * from './enums.mjs';
101
- export { StoreUserRelationService as PandoraStoreUserRelationServiceTypes } from './bff/modules/pandora/storeUserRelation/types.mjs';
102
99
  export * from './bff/modules/pandora/userManager/types/index.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.0.115",
3
+ "version": "0.0.116",
4
4
  "description": "EcommerceBackendBffService Node.js SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./cjs/index.js",