@springtree/eva-services-core-management 2.33.0 → 2.35.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.
@@ -2162,19 +2162,6 @@ The survey is re-enabled when a new version is published.
2162
2162
  request?: EVA.Core.Management.DeleteOrganizationUnitCurrency;
2163
2163
  response?: EVA.Core.EmptyResponseMessage;
2164
2164
  }
2165
- /**
2166
- * TODO: Needs documentation
2167
- *
2168
- * @export
2169
- * @class DeleteOrganizationUnitGroup
2170
- * @implements {EvaService}
2171
- */
2172
- class DeleteOrganizationUnitGroup implements IEvaServiceDefinition {
2173
- name: string;
2174
- path: string;
2175
- request?: EVA.Core.Management.DeleteOrganizationUnitGroup;
2176
- response?: EVA.Core.EmptyResponseMessage;
2177
- }
2178
2165
  /**
2179
2166
  * Detach a language that is directly attached to an organization unit.
2180
2167
  *
@@ -4055,19 +4042,6 @@ At this moment the supported DeviceTypes are:
4055
4042
  request?: EVA.Core.Management.GetEmployeeData;
4056
4043
  response?: EVA.Core.Management.GetEmployeeDataResponse;
4057
4044
  }
4058
- /**
4059
- * Fetch a users employee data by `ID`.
4060
- *
4061
- * @export
4062
- * @class GetEmployeeDataByID
4063
- * @implements {EvaService}
4064
- */
4065
- class GetEmployeeDataByID implements IEvaServiceDefinition {
4066
- name: string;
4067
- path: string;
4068
- request?: EVA.Core.Management.GetEmployeeDataByID;
4069
- response?: EVA.Core.Management.GetEmployeeDataResponse;
4070
- }
4071
4045
  /**
4072
4046
  * Service for retrieving an existing `EndpointConfiguration`.
4073
4047
  *
@@ -4749,6 +4723,19 @@ These handlers are custom build to fetch values for ProductRequirements from ext
4749
4723
  request?: EVA.Core.Management.GetRefundCorrectionReason;
4750
4724
  response?: EVA.Core.Management.GetRefundCorrectionReasonResponse;
4751
4725
  }
4726
+ /**
4727
+ * Get all return reasons
4728
+ *
4729
+ * @export
4730
+ * @class GetReturnReasons
4731
+ * @implements {EvaService}
4732
+ */
4733
+ class GetReturnReasons implements IEvaServiceDefinition {
4734
+ name: string;
4735
+ path: string;
4736
+ request?: EVA.Core.Management.GetReturnReasons;
4737
+ response?: EVA.Core.Management.GetReturnReasonsResponse;
4738
+ }
4752
4739
  /**
4753
4740
  * Get the reasons by type.
4754
4741
  *
@@ -5644,19 +5631,6 @@ or to get a specific product in an assortment by filtering on both.
5644
5631
  request?: EVA.Core.Management.ListDiscountUserUsageReloadStrategies;
5645
5632
  response?: EVA.Core.Management.ListDiscountUserUsageReloadStrategiesResponse;
5646
5633
  }
5647
- /**
5648
- * List a users employee data.
5649
- *
5650
- * @export
5651
- * @class ListEmployeeDatas
5652
- * @implements {EvaService}
5653
- */
5654
- class ListEmployeeDatas implements IEvaServiceDefinition {
5655
- name: string;
5656
- path: string;
5657
- request?: EVA.Core.Management.ListEmployeeDatas;
5658
- response?: EVA.Core.Management.ListEmployeeDatasResponse;
5659
- }
5660
5634
  /**
5661
5635
  * List all entity field validator entities and entity names
5662
5636
  *