@springtree/eva-services-core-management 2.34.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
  *
@@ -4736,6 +4723,19 @@ These handlers are custom build to fetch values for ProductRequirements from ext
4736
4723
  request?: EVA.Core.Management.GetRefundCorrectionReason;
4737
4724
  response?: EVA.Core.Management.GetRefundCorrectionReasonResponse;
4738
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
+ }
4739
4739
  /**
4740
4740
  * Get the reasons by type.
4741
4741
  *