@springtree/eva-services-core-management 2.42.7 → 2.43.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.
|
@@ -6528,19 +6528,6 @@ If neither `OrganizationUnitIDs` nor `OrganizationUnitSetID` are specified, the
|
|
|
6528
6528
|
request?: EVA.Core.Management.ListSubscriptionOrganizationUnitSets;
|
|
6529
6529
|
response?: EVA.Core.Management.ListSubscriptionOrganizationUnitSetsResponse;
|
|
6530
6530
|
}
|
|
6531
|
-
/**
|
|
6532
|
-
* List all users attached to a subscription. Requires View rights on Subscriptions and Customers functionalities.
|
|
6533
|
-
*
|
|
6534
|
-
* @export
|
|
6535
|
-
* @class ListSubscriptionUsers
|
|
6536
|
-
* @implements {EvaService}
|
|
6537
|
-
*/
|
|
6538
|
-
class ListSubscriptionUsers implements IEvaServiceDefinition {
|
|
6539
|
-
name: string;
|
|
6540
|
-
path: string;
|
|
6541
|
-
request?: EVA.Core.Management.ListSubscriptionUsers;
|
|
6542
|
-
response?: EVA.Core.Management.ListSubscriptionUsersResponse;
|
|
6543
|
-
}
|
|
6544
6531
|
/**
|
|
6545
6532
|
* List the Subscriptions
|
|
6546
6533
|
*
|