@be-link/ecommerce-backend-bff-service-node-sdk 0.1.31 → 0.1.33
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/bff/modules/pandora/domain/service.d.ts +1 -1
- package/cjs/bff/modules/pandora/domain/types.d.ts +1 -1
- package/cjs/index.d.ts +1 -1
- package/cjs/index.js +1 -3
- package/esm/bff/modules/pandora/domain/service.d.ts +1 -1
- package/esm/bff/modules/pandora/domain/types.d.ts +1 -1
- package/esm/index.d.ts +1 -1
- package/esm/index.mjs +0 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DomainService as domainType } from '@be-link/ecommerce-client-backend-service-node-sdk';
|
|
2
2
|
import { StandardResponse } from '../../../../types';
|
|
3
|
-
export declare namespace
|
|
3
|
+
export declare namespace DomainManagerService {
|
|
4
4
|
namespace Request {
|
|
5
5
|
type List = domainType.Request.List;
|
|
6
6
|
type Create = domainType.Request.Create;
|
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 {
|
|
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.
|
|
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; } });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DomainService as domainType } from '@be-link/ecommerce-client-backend-service-node-sdk';
|
|
2
2
|
import { StandardResponse } from '../../../../types';
|
|
3
|
-
export declare namespace
|
|
3
|
+
export declare namespace DomainManagerService {
|
|
4
4
|
namespace Request {
|
|
5
5
|
type List = domainType.Request.List;
|
|
6
6
|
type Create = domainType.Request.Create;
|
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 {
|
|
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';
|