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

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 { DomainService as Service } from './types';
1
+ import { DomainManagerService as Service } from './types';
2
2
  import BaseService from '../../BaseService';
3
3
  import type { StandardResponse } from '../../../../types';
4
4
  /**
@@ -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 DomainService {
3
+ export declare namespace DomainManagerService {
4
4
  namespace Request {
5
5
  type List = domainType.Request.List;
6
6
  type Create = domainType.Request.Create;
@@ -1,4 +1,4 @@
1
- import { DomainService as Service } from './types';
1
+ import { DomainManagerService as Service } from './types';
2
2
  import BaseService from '../../BaseService';
3
3
  import type { StandardResponse } from '../../../../types';
4
4
  /**
@@ -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 DomainService {
3
+ export declare namespace DomainManagerService {
4
4
  namespace Request {
5
5
  type List = domainType.Request.List;
6
6
  type Create = domainType.Request.Create;
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.31",
3
+ "version": "0.1.32",
4
4
  "description": "EcommerceBackendBffService Node.js SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./cjs/index.js",