@springtree/eva-services-core-management 2.8.0 → 2.10.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.
@@ -3494,19 +3494,6 @@ If available a Description and/or DefaultValue will be returned
3494
3494
  request?: EVA.Core.Management.GetCheckoutOptionHandlers;
3495
3495
  response?: EVA.Core.Management.GetCheckoutOptionHandlersResponse;
3496
3496
  }
3497
- /**
3498
- * Get the CheckoutOptions
3499
- *
3500
- * @export
3501
- * @class GetCheckoutOptions
3502
- * @implements {EvaService}
3503
- */
3504
- class GetCheckoutOptions implements IEvaServiceDefinition {
3505
- name: string;
3506
- path: string;
3507
- request?: EVA.Core.Management.GetCheckoutOptions;
3508
- response?: EVA.Core.Management.GetCheckoutOptionsResponse;
3509
- }
3510
3497
  /**
3511
3498
  * Gets an ClientApplication by its ID
3512
3499
  *
@@ -6427,6 +6414,81 @@ Sub entities will also be created or updated, but will not be removed.
6427
6414
  request?: EVA.Core.Management.PushLoyaltyProgram;
6428
6415
  response?: EVA.Core.Management.PushLoyaltyProgramResponse;
6429
6416
  }
6417
+ /**
6418
+ * Push a LoyaltyProgramGroup.
6419
+ If it doesn't exist it will be created, otherwise is will be updated.
6420
+
6421
+ ATTENTION!
6422
+ When the currency is changed, the budget usages will be reset to 0!
6423
+
6424
+ ATTENTION!
6425
+ When a change to Status, StartDate, EndDate or Currency leads to the group being deactivated, all related loyalty programs will also be deactivated.
6426
+ When a change to Status, StartDate, EndDate or Currency leads to the group being reactivated, all related loyalty programs will also be reactivated when the option ReactivateProgramsWhenPossible is set to true. Otherwise all deactivated programs need to be manually reactivated.
6427
+
6428
+ ATTENTION!
6429
+ When the budget is lowered below the current used budget and the `DeactivateWhenBudgetIsReached` is set to true, all related programs will be deactivated.
6430
+ When the budget is cleared or raised above the current used budget, or `DeactivateWhenBudgetIsReached` is set to false, and the `ReactivateProgramsWhenPossible` is set to true, all programs that were deactivate by the group budget will be reactivated when possible.
6431
+ *
6432
+ * @export
6433
+ * @class PushLoyaltyProgramGroup
6434
+ * @implements {EvaService}
6435
+ */
6436
+ class PushLoyaltyProgramGroup implements IEvaServiceDefinition {
6437
+ name: string;
6438
+ path: string;
6439
+ request?: EVA.Core.Management.PushLoyaltyProgramGroup;
6440
+ response?: EVA.Core.Management.PushLoyaltyProgramGroupResponse;
6441
+ }
6442
+ /**
6443
+ * Push a LoyaltyProgramGroup.
6444
+ If it doesn't exist it will be created, otherwise is will be updated.
6445
+
6446
+ ATTENTION!
6447
+ When the currency is changed, the budget usages will be reset to 0!
6448
+
6449
+ ATTENTION!
6450
+ When a change to Status, StartDate, EndDate or Currency leads to the group being deactivated, all related loyalty programs will also be deactivated.
6451
+ When a change to Status, StartDate, EndDate or Currency leads to the group being reactivated, all related loyalty programs will also be reactivated when the option ReactivateProgramsWhenPossible is set to true. Otherwise all deactivated programs need to be manually reactivated.
6452
+
6453
+ ATTENTION!
6454
+ When the budget is lowered below the current used budget and the `DeactivateWhenBudgetIsReached` is set to true, all related programs will be deactivated.
6455
+ When the budget is cleared or raised above the current used budget, or `DeactivateWhenBudgetIsReached` is set to false, and the `ReactivateProgramsWhenPossible` is set to true, all programs that were deactivate by the group budget will be reactivated when possible.
6456
+ *
6457
+ * @export
6458
+ * @class PushLoyaltyProgramGroup_Async
6459
+ * @implements {EvaService}
6460
+ */
6461
+ class PushLoyaltyProgramGroup_Async implements IEvaServiceDefinition {
6462
+ name: string;
6463
+ path: string;
6464
+ request?: EVA.Core.Management.PushLoyaltyProgramGroup;
6465
+ response?: EVA.Core.AsyncRequestResponse;
6466
+ }
6467
+ /**
6468
+ * Push a LoyaltyProgramGroup.
6469
+ If it doesn't exist it will be created, otherwise is will be updated.
6470
+
6471
+ ATTENTION!
6472
+ When the currency is changed, the budget usages will be reset to 0!
6473
+
6474
+ ATTENTION!
6475
+ When a change to Status, StartDate, EndDate or Currency leads to the group being deactivated, all related loyalty programs will also be deactivated.
6476
+ When a change to Status, StartDate, EndDate or Currency leads to the group being reactivated, all related loyalty programs will also be reactivated when the option ReactivateProgramsWhenPossible is set to true. Otherwise all deactivated programs need to be manually reactivated.
6477
+
6478
+ ATTENTION!
6479
+ When the budget is lowered below the current used budget and the `DeactivateWhenBudgetIsReached` is set to true, all related programs will be deactivated.
6480
+ When the budget is cleared or raised above the current used budget, or `DeactivateWhenBudgetIsReached` is set to false, and the `ReactivateProgramsWhenPossible` is set to true, all programs that were deactivate by the group budget will be reactivated when possible.
6481
+ *
6482
+ * @export
6483
+ * @class PushLoyaltyProgramGroup_AsyncResult
6484
+ * @implements {EvaService}
6485
+ */
6486
+ class PushLoyaltyProgramGroup_AsyncResult implements IEvaServiceDefinition {
6487
+ name: string;
6488
+ path: string;
6489
+ request?: EVA.Core.AsyncRequestResultRequest;
6490
+ response?: EVA.Core.Management.PushLoyaltyProgramGroupResponse;
6491
+ }
6430
6492
  /**
6431
6493
  * Push a LoyaltyProgram.
6432
6494
  If it doesn't exist it will be created, otherwise is will be updated.