@be-link/ecommerce-backend-bff-service-node-sdk 0.1.30 → 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,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;
|
|
@@ -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;
|