@springtree/eva-services-core-management 2.32.0 → 2.34.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.
@@ -901,6 +901,19 @@ This PIN will only be valid for a limited amount of time, and only for the provi
901
901
  request?: EVA.Core.Management.CreateOpeningHoursType;
902
902
  response?: EVA.Core.Management.CreateOpeningHoursTypeResponse;
903
903
  }
904
+ /**
905
+ * Set the AML rules for a specific country. When no rules are provided, the configuration will be deleted.
906
+ *
907
+ * @export
908
+ * @class CreateOrUpdateAMLConfiguration
909
+ * @implements {EvaService}
910
+ */
911
+ class CreateOrUpdateAMLConfiguration implements IEvaServiceDefinition {
912
+ name: string;
913
+ path: string;
914
+ request?: EVA.Core.Management.CreateOrUpdateAMLConfiguration;
915
+ response?: EVA.Core.EmptyResponseMessage;
916
+ }
904
917
  /**
905
918
  * Create or update a users employee data.
906
919
  *
@@ -4042,19 +4055,6 @@ At this moment the supported DeviceTypes are:
4042
4055
  request?: EVA.Core.Management.GetEmployeeData;
4043
4056
  response?: EVA.Core.Management.GetEmployeeDataResponse;
4044
4057
  }
4045
- /**
4046
- * Fetch a users employee data by `ID`.
4047
- *
4048
- * @export
4049
- * @class GetEmployeeDataByID
4050
- * @implements {EvaService}
4051
- */
4052
- class GetEmployeeDataByID implements IEvaServiceDefinition {
4053
- name: string;
4054
- path: string;
4055
- request?: EVA.Core.Management.GetEmployeeDataByID;
4056
- response?: EVA.Core.Management.GetEmployeeDataResponse;
4057
- }
4058
4058
  /**
4059
4059
  * Service for retrieving an existing `EndpointConfiguration`.
4060
4060
  *
@@ -5217,6 +5217,19 @@ These handlers are custom build to fetch values for ProductRequirements from ext
5217
5217
  request?: EVA.Core.Management.InitialReplenishment;
5218
5218
  response?: EVA.Core.Management.InitialReplenishmentResponse;
5219
5219
  }
5220
+ /**
5221
+ * List all AML configurations.
5222
+ *
5223
+ * @export
5224
+ * @class ListAMLConfigurations
5225
+ * @implements {EvaService}
5226
+ */
5227
+ class ListAMLConfigurations implements IEvaServiceDefinition {
5228
+ name: string;
5229
+ path: string;
5230
+ request?: EVA.Core.Management.ListAMLConfigurations;
5231
+ response?: EVA.Core.Management.ListAMLConfigurationsResponse;
5232
+ }
5220
5233
  /**
5221
5234
  * List the active accounts
5222
5235
 
@@ -5618,19 +5631,6 @@ or to get a specific product in an assortment by filtering on both.
5618
5631
  request?: EVA.Core.Management.ListDiscountUserUsageReloadStrategies;
5619
5632
  response?: EVA.Core.Management.ListDiscountUserUsageReloadStrategiesResponse;
5620
5633
  }
5621
- /**
5622
- * List a users employee data.
5623
- *
5624
- * @export
5625
- * @class ListEmployeeDatas
5626
- * @implements {EvaService}
5627
- */
5628
- class ListEmployeeDatas implements IEvaServiceDefinition {
5629
- name: string;
5630
- path: string;
5631
- request?: EVA.Core.Management.ListEmployeeDatas;
5632
- response?: EVA.Core.Management.ListEmployeeDatasResponse;
5633
- }
5634
5634
  /**
5635
5635
  * List all entity field validator entities and entity names
5636
5636
  *