@be-link/ecommerce-backend-bff-service-node-sdk 0.1.60 → 0.1.61
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/miniprogram/sales/service.d.ts +1 -1
- package/cjs/bff/modules/miniprogram/sales/types.d.ts +1 -1
- package/cjs/bff/modules/pandora/sales/service.d.ts +1 -1
- package/cjs/bff/modules/pandora/sales/types.d.ts +1 -1
- package/cjs/index.d.ts +2 -2
- package/esm/bff/modules/miniprogram/sales/service.d.ts +1 -1
- package/esm/bff/modules/miniprogram/sales/types.d.ts +1 -1
- package/esm/bff/modules/pandora/sales/service.d.ts +1 -1
- package/esm/bff/modules/pandora/sales/types.d.ts +1 -1
- package/esm/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MiniprogramSalesService as Service } from './types';
|
|
2
2
|
import BaseService from '../../BaseService';
|
|
3
3
|
import type { StandardResponse } from '../../../../types';
|
|
4
4
|
export declare class MiniprogramSalesService extends BaseService implements Service.SalesController {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PandoraSalesService as Service } from './types';
|
|
2
2
|
import BaseService from '../../BaseService';
|
|
3
3
|
import type { StandardResponse } from '../../../../types';
|
|
4
4
|
export declare class PandoraSalesService extends BaseService implements Service.SalesController {
|
package/cjs/index.d.ts
CHANGED
|
@@ -186,5 +186,5 @@ export { PandoraFranchiseeService as PandoraFranchiseeServiceTypes } from './bff
|
|
|
186
186
|
export { MiniprogramFranchiseeService as MiniprogramFranchiseeServiceTypes } from './bff/modules/miniprogram/franchisee/types';
|
|
187
187
|
export { MiniprogramVerificationService as MiniprogramVerificationServiceTypes } from './bff/modules/miniprogram/verification/types';
|
|
188
188
|
export { DataJobServiceTypes } from './bff/modules/pandora/dataJob/types';
|
|
189
|
-
export {
|
|
190
|
-
export {
|
|
189
|
+
export { PandoraSalesService as PandoraSalesServiceTypes } from './bff/modules/pandora/sales/types';
|
|
190
|
+
export { MiniprogramSalesService as MiniprogramSalesServiceTypes } from './bff/modules/miniprogram/sales/types';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MiniprogramSalesService as Service } from './types';
|
|
2
2
|
import BaseService from '../../BaseService';
|
|
3
3
|
import type { StandardResponse } from '../../../../types';
|
|
4
4
|
export declare class MiniprogramSalesService extends BaseService implements Service.SalesController {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PandoraSalesService as Service } from './types';
|
|
2
2
|
import BaseService from '../../BaseService';
|
|
3
3
|
import type { StandardResponse } from '../../../../types';
|
|
4
4
|
export declare class PandoraSalesService extends BaseService implements Service.SalesController {
|
package/esm/index.d.ts
CHANGED
|
@@ -186,5 +186,5 @@ export { PandoraFranchiseeService as PandoraFranchiseeServiceTypes } from './bff
|
|
|
186
186
|
export { MiniprogramFranchiseeService as MiniprogramFranchiseeServiceTypes } from './bff/modules/miniprogram/franchisee/types';
|
|
187
187
|
export { MiniprogramVerificationService as MiniprogramVerificationServiceTypes } from './bff/modules/miniprogram/verification/types';
|
|
188
188
|
export { DataJobServiceTypes } from './bff/modules/pandora/dataJob/types';
|
|
189
|
-
export {
|
|
190
|
-
export {
|
|
189
|
+
export { PandoraSalesService as PandoraSalesServiceTypes } from './bff/modules/pandora/sales/types';
|
|
190
|
+
export { MiniprogramSalesService as MiniprogramSalesServiceTypes } from './bff/modules/miniprogram/sales/types';
|