@springtree/eva-services-core-management 2.42.2 → 2.42.4

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.
@@ -224,19 +224,6 @@ But if the list is a mixed product list, all updates will be applied according t
224
224
  request?: EVA.Core.Management.AttachBlobToCase;
225
225
  response?: EVA.Core.EmptyResponseMessage;
226
226
  }
227
- /**
228
- * Attach functionalities to a role.
229
- *
230
- * @export
231
- * @class AttachFunctionalitiesToRole
232
- * @implements {EvaService}
233
- */
234
- class AttachFunctionalitiesToRole implements IEvaServiceDefinition {
235
- name: string;
236
- path: string;
237
- request?: EVA.Core.Management.AttachFunctionalitiesToRole;
238
- response?: EVA.Core.EmptyResponseMessage;
239
- }
240
227
  /**
241
228
  * Attach a loyalty program to an order
242
229
  *
@@ -2822,19 +2809,6 @@ File in state processing or processed can't be deleted due to generated financia
2822
2809
  request?: EVA.Core.Management.DepositLoyaltyPoints;
2823
2810
  response?: EVA.Core.EmptyResponseMessage;
2824
2811
  }
2825
- /**
2826
- * Detaches functionalities from a role.
2827
- *
2828
- * @export
2829
- * @class DetachFunctionalitiesFromRole
2830
- * @implements {EvaService}
2831
- */
2832
- class DetachFunctionalitiesFromRole implements IEvaServiceDefinition {
2833
- name: string;
2834
- path: string;
2835
- request?: EVA.Core.Management.DetachFunctionalitiesFromRole;
2836
- response?: EVA.Core.EmptyResponseMessage;
2837
- }
2838
2812
  /**
2839
2813
  * Detach a loyalty program from an order
2840
2814
  *
@@ -4107,19 +4081,6 @@ At this moment the supported DeviceTypes are:
4107
4081
  request?: EVA.Core.Management.GetFieldValidatorsForEntity;
4108
4082
  response?: EVA.Core.Management.GetFieldValidatorsForEntityResponse;
4109
4083
  }
4110
- /**
4111
- * Retrieve the currently assigned functionalities flattened on specified OU.
4112
- *
4113
- * @export
4114
- * @class GetFlattenedFunctionalityByUserID
4115
- * @implements {EvaService}
4116
- */
4117
- class GetFlattenedFunctionalityByUserID implements IEvaServiceDefinition {
4118
- name: string;
4119
- path: string;
4120
- request?: EVA.Core.Management.GetFlattenedFunctionalityByUserID;
4121
- response?: EVA.Core.Management.GetFlattenedFunctionalityByUserIDResponse;
4122
- }
4123
4084
  /**
4124
4085
  * TODO: Needs documentation
4125
4086
  *