@springtree/eva-services-core-management 2.22.0 → 2.23.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.
|
@@ -963,6 +963,19 @@ When this OrganizationUnitSet doesn't have this PaymentType yet, it will be crea
|
|
|
963
963
|
request?: EVA.Core.Management.CreateOrderLedgerType;
|
|
964
964
|
response?: EVA.Core.Management.CreateOrderLedgerTypeResponse;
|
|
965
965
|
}
|
|
966
|
+
/**
|
|
967
|
+
* Creates a new company associated with the organization unit type
|
|
968
|
+
*
|
|
969
|
+
* @export
|
|
970
|
+
* @class CreateOrganizationUnitCompany
|
|
971
|
+
* @implements {EvaService}
|
|
972
|
+
*/
|
|
973
|
+
class CreateOrganizationUnitCompany implements IEvaServiceDefinition {
|
|
974
|
+
name: string;
|
|
975
|
+
path: string;
|
|
976
|
+
request?: EVA.Core.Management.CreateOrganizationUnitCompany;
|
|
977
|
+
response?: EVA.Core.Management.CreateOrganizationUnitCompanyResponse;
|
|
978
|
+
}
|
|
966
979
|
/**
|
|
967
980
|
* Create an organization unit country
|
|
968
981
|
*
|
|
@@ -3200,6 +3213,19 @@ A duplicated discount will not be Active and Verified.
|
|
|
3200
3213
|
request?: EVA.Core.Management.DuplicateDiscountTemplate;
|
|
3201
3214
|
response?: EVA.Core.Management.CreateDiscountTemplateResponse;
|
|
3202
3215
|
}
|
|
3216
|
+
/**
|
|
3217
|
+
* Duplicate an existing MessageTemplate
|
|
3218
|
+
*
|
|
3219
|
+
* @export
|
|
3220
|
+
* @class DuplicateMessageTemplate
|
|
3221
|
+
* @implements {EvaService}
|
|
3222
|
+
*/
|
|
3223
|
+
class DuplicateMessageTemplate implements IEvaServiceDefinition {
|
|
3224
|
+
name: string;
|
|
3225
|
+
path: string;
|
|
3226
|
+
request?: EVA.Core.Management.DuplicateMessageTemplate;
|
|
3227
|
+
response?: EVA.Core.Management.DuplicateMessageTemplateResponse;
|
|
3228
|
+
}
|
|
3203
3229
|
/**
|
|
3204
3230
|
* Duplicate the requirements of an existing set to a new set.
|
|
3205
3231
|
*
|
|
@@ -4286,6 +4312,19 @@ At this moment the supported DeviceTypes are:
|
|
|
4286
4312
|
request?: EVA.Core.Management.GetOrderLoyaltyProgramPaymentTypes;
|
|
4287
4313
|
response?: EVA.Core.Management.GetOrderLoyaltyProgramPaymentTypesResponse;
|
|
4288
4314
|
}
|
|
4315
|
+
/**
|
|
4316
|
+
* GetOrganizationUnitCompany
|
|
4317
|
+
*
|
|
4318
|
+
* @export
|
|
4319
|
+
* @class GetOrganizationUnitCompany
|
|
4320
|
+
* @implements {EvaService}
|
|
4321
|
+
*/
|
|
4322
|
+
class GetOrganizationUnitCompany implements IEvaServiceDefinition {
|
|
4323
|
+
name: string;
|
|
4324
|
+
path: string;
|
|
4325
|
+
request?: EVA.Core.Management.GetOrganizationUnitCompany;
|
|
4326
|
+
response?: EVA.Core.Management.GetOrganizationUnitCompanyResponse;
|
|
4327
|
+
}
|
|
4289
4328
|
/**
|
|
4290
4329
|
* Gets an `OrganizationUnitSet` by its ID and returns the set's basic information.
|
|
4291
4330
|
*
|
|
@@ -8205,6 +8244,19 @@ When the budget is cleared or raised above the current used budget, or `Deactiva
|
|
|
8205
8244
|
request?: EVA.Core.Management.UpdateOrderLedgerType;
|
|
8206
8245
|
response?: EVA.Core.Management.UpdateOrderLedgerTypeResponse;
|
|
8207
8246
|
}
|
|
8247
|
+
/**
|
|
8248
|
+
* Updates the details of companies associated with the organization unit type.
|
|
8249
|
+
*
|
|
8250
|
+
* @export
|
|
8251
|
+
* @class UpdateOrganizationUnitCompany
|
|
8252
|
+
* @implements {EvaService}
|
|
8253
|
+
*/
|
|
8254
|
+
class UpdateOrganizationUnitCompany implements IEvaServiceDefinition {
|
|
8255
|
+
name: string;
|
|
8256
|
+
path: string;
|
|
8257
|
+
request?: EVA.Core.Management.UpdateOrganizationUnitCompany;
|
|
8258
|
+
response?: EVA.Core.EmptyResponseMessage;
|
|
8259
|
+
}
|
|
8208
8260
|
/**
|
|
8209
8261
|
* Update the Cashhandler for an additional Currency
|
|
8210
8262
|
*
|