@springtree/eva-services-core-management 2.26.0 → 2.27.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.
|
@@ -4339,7 +4339,7 @@ At this moment the supported DeviceTypes are:
|
|
|
4339
4339
|
response?: EVA.Core.Management.GetOrderLoyaltyProgramPaymentTypesResponse;
|
|
4340
4340
|
}
|
|
4341
4341
|
/**
|
|
4342
|
-
*
|
|
4342
|
+
* Retrieves the details of the organization unit company corresponding to the specified ID.
|
|
4343
4343
|
*
|
|
4344
4344
|
* @export
|
|
4345
4345
|
* @class GetOrganizationUnitCompany
|
|
@@ -6198,19 +6198,6 @@ It is required to supply some OrganizationUnitIDs or some ProductIDs in the Page
|
|
|
6198
6198
|
request?: EVA.Core.Management.ListProductRequirements;
|
|
6199
6199
|
response?: EVA.Core.Management.ListProductRequirementsResponse;
|
|
6200
6200
|
}
|
|
6201
|
-
/**
|
|
6202
|
-
* Lists the persisted output of product search templates
|
|
6203
|
-
*
|
|
6204
|
-
* @export
|
|
6205
|
-
* @class ListProductSearchTemplateResults
|
|
6206
|
-
* @implements {EvaService}
|
|
6207
|
-
*/
|
|
6208
|
-
class ListProductSearchTemplateResults implements IEvaServiceDefinition {
|
|
6209
|
-
name: string;
|
|
6210
|
-
path: string;
|
|
6211
|
-
request?: EVA.Core.Management.ListProductSearchTemplateResults;
|
|
6212
|
-
response?: EVA.Core.Management.ListProductSearchTemplateResultsResponse;
|
|
6213
|
-
}
|
|
6214
6201
|
/**
|
|
6215
6202
|
* List the ProductSearchTemplates
|
|
6216
6203
|
*
|
|
@@ -7369,6 +7356,19 @@ The maximum amount of users that can be rebalanced in a single request is 10,000
|
|
|
7369
7356
|
request?: EVA.Core.Management.SearchDiscountsByQuery;
|
|
7370
7357
|
response?: EVA.Core.Management.SearchDiscountsByQueryResponse;
|
|
7371
7358
|
}
|
|
7359
|
+
/**
|
|
7360
|
+
* Searches for organization unit companies based on the provided query and filter criteria.
|
|
7361
|
+
*
|
|
7362
|
+
* @export
|
|
7363
|
+
* @class SearchOrganizationUnitCompany
|
|
7364
|
+
* @implements {EvaService}
|
|
7365
|
+
*/
|
|
7366
|
+
class SearchOrganizationUnitCompany implements IEvaServiceDefinition {
|
|
7367
|
+
name: string;
|
|
7368
|
+
path: string;
|
|
7369
|
+
request?: EVA.Core.Management.SearchOrganizationUnitCompany;
|
|
7370
|
+
response?: EVA.Core.Management.SearchOrganizationUnitCompanyResponse;
|
|
7371
|
+
}
|
|
7372
7372
|
/**
|
|
7373
7373
|
* This service allows retrieval of StockMutations, filtered by a Query and/or a set of filters.
|
|
7374
7374
|
*
|