@springtree/eva-services-core-management 2.40.0 → 2.41.0

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.
@@ -344,7 +344,7 @@ NOTE THAT after product search template creation/update if can take a few minute
344
344
  response?: EVA.Core.Management.CheckProductSearchTemplateResponse;
345
345
  }
346
346
  /**
347
- * Removes all unused settings. Set ReportOnly to let this service return all settings that would be deleted.
347
+ * Removes all unused settings.
348
348
  *
349
349
  * @export
350
350
  * @class CleanupSettings
@@ -357,7 +357,7 @@ NOTE THAT after product search template creation/update if can take a few minute
357
357
  response?: EVA.Core.Management.CleanupSettingsResponse;
358
358
  }
359
359
  /**
360
- * Removes all untyped settings. Set ReportOnly to let this service return all settings that would be deleted.
360
+ * Removes all untyped settings.
361
361
  *
362
362
  * @export
363
363
  * @class CleanupUntypedSettings
@@ -3030,19 +3030,6 @@ File in state processing or processed can't be deleted due to generated financia
3030
3030
  request?: EVA.Core.Management.DownloadPriceListManualInputAdjustmentsSample;
3031
3031
  response?: EVA.Core.ResourceResponseMessage;
3032
3032
  }
3033
- /**
3034
- * Download ShippingRestrictions. Service returns an URL to an Excel file.
3035
- *
3036
- * @export
3037
- * @class DownloadShippingRestrictions
3038
- * @implements {EvaService}
3039
- */
3040
- class DownloadShippingRestrictions implements IEvaServiceDefinition {
3041
- name: string;
3042
- path: string;
3043
- request?: EVA.Core.Management.DownloadShippingRestrictions;
3044
- response?: EVA.Core.ResourceResponseMessage;
3045
- }
3046
3033
  /**
3047
3034
  * Downloads an Excel file containing StockAllocationRules according to the specified PageConfig. To get an empty template Excel, specify a page size of zero.
3048
3035
  *
@@ -9361,19 +9348,6 @@ The uploaded file will be processed in the background and the results will be ma
9361
9348
  request?: EVA.Core.Management.UploadSalesOrderExcel;
9362
9349
  response?: EVA.Core.EmptyResponseMessage;
9363
9350
  }
9364
- /**
9365
- * Upload ShippingRestrictions. Expected format is an Excel file.
9366
- *
9367
- * @export
9368
- * @class UploadShippingRestrictions
9369
- * @implements {EvaService}
9370
- */
9371
- class UploadShippingRestrictions implements IEvaServiceDefinition {
9372
- name: string;
9373
- path: string;
9374
- request?: EVA.Core.Management.UploadShippingRestrictions;
9375
- response?: EVA.Core.Management.UploadShippingRestrictionsResponse;
9376
- }
9377
9351
  /**
9378
9352
  * A service to upload an Excel containing StockAllocationRules that should be created or updated according to the values specified in the sheet.
9379
9353