@springtree/eva-services-core-management 3.0.0-beta.62 → 3.0.0-beta.64
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/lib/eva-services-core-management.d.ts +2 -18
- package/lib/eva-services-core-management.d.ts.map +1 -1
- package/lib/eva-services-core-management.js.map +1 -1
- package/lib/eva-services-core-management.services.d.ts +1 -13
- package/lib/eva-services-core-management.services.d.ts.map +1 -1
- package/lib/eva-services-core-management.services.js +0 -12
- package/lib/eva-services-core-management.services.js.map +1 -1
- package/package.json +3 -3
|
@@ -2112,7 +2112,7 @@ export interface ConfigurationAppSettingModel<ID_TYPE = string> {
|
|
|
2112
2112
|
Value?: string;
|
|
2113
2113
|
}
|
|
2114
2114
|
/**
|
|
2115
|
-
* Removes all unused settings.
|
|
2115
|
+
* Removes all unused settings.
|
|
2116
2116
|
*/
|
|
2117
2117
|
export interface CleanupSettings<ID_TYPE = string> {
|
|
2118
2118
|
Reasons?: ConfigurationSettingRemovalReason[];
|
|
@@ -2124,7 +2124,7 @@ export interface CleanupSettingsResponse<ID_TYPE = string> {
|
|
|
2124
2124
|
Settings?: ConfigurationSettingModel<ID_TYPE>[];
|
|
2125
2125
|
}
|
|
2126
2126
|
/**
|
|
2127
|
-
* Removes all untyped settings.
|
|
2127
|
+
* Removes all untyped settings.
|
|
2128
2128
|
*/
|
|
2129
2129
|
export interface CleanupUntypedSettings<ID_TYPE = string> {
|
|
2130
2130
|
ReportOnly?: boolean;
|
|
@@ -12652,11 +12652,6 @@ export interface DeleteShippingRestriction<ID_TYPE = string> {
|
|
|
12652
12652
|
ID: ID_TYPE;
|
|
12653
12653
|
}
|
|
12654
12654
|
/**
|
|
12655
|
-
* Download ShippingRestrictions. Service returns an URL to an Excel file.
|
|
12656
|
-
*/
|
|
12657
|
-
export interface DownloadShippingRestrictions<ID_TYPE = string> {
|
|
12658
|
-
}
|
|
12659
|
-
/**
|
|
12660
12655
|
* Returns available handlers for shipping methods
|
|
12661
12656
|
*/
|
|
12662
12657
|
export interface GetAvailableShippingMethodHandlers<ID_TYPE = string> {
|
|
@@ -13279,17 +13274,6 @@ export interface UpdateShippingRestriction<ID_TYPE = string> {
|
|
|
13279
13274
|
ZipCodeTo?: string | null;
|
|
13280
13275
|
}
|
|
13281
13276
|
/**
|
|
13282
|
-
* Upload ShippingRestrictions. Expected format is an Excel file.
|
|
13283
|
-
*/
|
|
13284
|
-
export interface UploadShippingRestrictions<ID_TYPE = string> {
|
|
13285
|
-
Data: string;
|
|
13286
|
-
}
|
|
13287
|
-
export interface UploadShippingRestrictionsResponse<ID_TYPE = string> {
|
|
13288
|
-
Error?: ServiceError<ID_TYPE>;
|
|
13289
|
-
Messages?: string[];
|
|
13290
|
-
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
13291
|
-
}
|
|
13292
|
-
/**
|
|
13293
13277
|
* Creates a StockAllocationRule for the SupplierOrganizationUnitID and OrganizationUnitID.
|
|
13294
13278
|
*
|
|
13295
13279
|
* - If `ProductID` is left null, this is a 'catch-all' rule, meaning that the rule applies to all products (but it can still be overriden by a rule with a specific `ProductID`).
|