@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.
@@ -1,4 +1,4 @@
1
- import { SalesService as Service } from './types';
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,5 +1,5 @@
1
1
  import { StandardResponse } from '../../../../types';
2
- export declare namespace SalesService {
2
+ export declare namespace MiniprogramSalesService {
3
3
  namespace Request {
4
4
  interface IGetSalesOverview {
5
5
  isAllStore: boolean;
@@ -1,4 +1,4 @@
1
- import { SalesService as Service } from './types';
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 {
@@ -1,5 +1,5 @@
1
1
  import { StandardResponse } from '../../../../types';
2
- export declare namespace SalesService {
2
+ export declare namespace PandoraSalesService {
3
3
  namespace Request {
4
4
  interface IGetSalesOverview {
5
5
  isAllStore: boolean;
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 { SalesService as PandoraSalesServiceTypes } from './bff/modules/pandora/sales/types';
190
- export { SalesService as MiniprogramSalesServiceTypes } from './bff/modules/miniprogram/sales/types';
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 { SalesService as Service } from './types';
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,5 +1,5 @@
1
1
  import { StandardResponse } from '../../../../types';
2
- export declare namespace SalesService {
2
+ export declare namespace MiniprogramSalesService {
3
3
  namespace Request {
4
4
  interface IGetSalesOverview {
5
5
  isAllStore: boolean;
@@ -1,4 +1,4 @@
1
- import { SalesService as Service } from './types';
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 {
@@ -1,5 +1,5 @@
1
1
  import { StandardResponse } from '../../../../types';
2
- export declare namespace SalesService {
2
+ export declare namespace PandoraSalesService {
3
3
  namespace Request {
4
4
  interface IGetSalesOverview {
5
5
  isAllStore: boolean;
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 { SalesService as PandoraSalesServiceTypes } from './bff/modules/pandora/sales/types';
190
- export { SalesService as MiniprogramSalesServiceTypes } from './bff/modules/miniprogram/sales/types';
189
+ export { PandoraSalesService as PandoraSalesServiceTypes } from './bff/modules/pandora/sales/types';
190
+ export { MiniprogramSalesService as MiniprogramSalesServiceTypes } from './bff/modules/miniprogram/sales/types';
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.60",
3
+ "version": "0.1.61",
4
4
  "description": "EcommerceBackendBffService Node.js SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./cjs/index.js",