@springtree/eva-services-core-management 2.31.1 → 2.32.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.
|
@@ -4866,6 +4866,19 @@ These handlers are custom build to fetch values for ProductRequirements from ext
|
|
|
4866
4866
|
request?: EVA.Core.Management.GetShippingRestrictionByID;
|
|
4867
4867
|
response?: EVA.Core.Management.GetShippingRestrictionByIDResponse;
|
|
4868
4868
|
}
|
|
4869
|
+
/**
|
|
4870
|
+
* Get the subscription details
|
|
4871
|
+
*
|
|
4872
|
+
* @export
|
|
4873
|
+
* @class GetSubscriptionByID
|
|
4874
|
+
* @implements {EvaService}
|
|
4875
|
+
*/
|
|
4876
|
+
class GetSubscriptionByID implements IEvaServiceDefinition {
|
|
4877
|
+
name: string;
|
|
4878
|
+
path: string;
|
|
4879
|
+
request?: EVA.Core.Management.GetSubscriptionByID;
|
|
4880
|
+
response?: EVA.Core.Management.GetSubscriptionByIDResponse;
|
|
4881
|
+
}
|
|
4869
4882
|
/**
|
|
4870
4883
|
* Get the available subscription handlers
|
|
4871
4884
|
*
|