@springtree/eva-services-core-management 2.31.1 → 2.33.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
  *
@@ -4866,6 +4879,19 @@ These handlers are custom build to fetch values for ProductRequirements from ext
4866
4879
  request?: EVA.Core.Management.GetShippingRestrictionByID;
4867
4880
  response?: EVA.Core.Management.GetShippingRestrictionByIDResponse;
4868
4881
  }
4882
+ /**
4883
+ * Get the subscription details
4884
+ *
4885
+ * @export
4886
+ * @class GetSubscriptionByID
4887
+ * @implements {EvaService}
4888
+ */
4889
+ class GetSubscriptionByID implements IEvaServiceDefinition {
4890
+ name: string;
4891
+ path: string;
4892
+ request?: EVA.Core.Management.GetSubscriptionByID;
4893
+ response?: EVA.Core.Management.GetSubscriptionByIDResponse;
4894
+ }
4869
4895
  /**
4870
4896
  * Get the available subscription handlers
4871
4897
  *
@@ -5204,6 +5230,19 @@ These handlers are custom build to fetch values for ProductRequirements from ext
5204
5230
  request?: EVA.Core.Management.InitialReplenishment;
5205
5231
  response?: EVA.Core.Management.InitialReplenishmentResponse;
5206
5232
  }
5233
+ /**
5234
+ * List all AML configurations.
5235
+ *
5236
+ * @export
5237
+ * @class ListAMLConfigurations
5238
+ * @implements {EvaService}
5239
+ */
5240
+ class ListAMLConfigurations implements IEvaServiceDefinition {
5241
+ name: string;
5242
+ path: string;
5243
+ request?: EVA.Core.Management.ListAMLConfigurations;
5244
+ response?: EVA.Core.Management.ListAMLConfigurationsResponse;
5245
+ }
5207
5246
  /**
5208
5247
  * List the active accounts
5209
5248