@springtree/eva-services-core-management 2.41.1 → 2.42.1
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.
|
@@ -3844,6 +3844,19 @@ If available a Description and/or DefaultValue will be returned
|
|
|
3844
3844
|
request?: EVA.Core.Management.GetCompany;
|
|
3845
3845
|
response?: EVA.Core.Management.GetCompanyResponse;
|
|
3846
3846
|
}
|
|
3847
|
+
/**
|
|
3848
|
+
* Get all company requirements of the given type for the given country.
|
|
3849
|
+
*
|
|
3850
|
+
* @export
|
|
3851
|
+
* @class GetCompanyRequirements
|
|
3852
|
+
* @implements {EvaService}
|
|
3853
|
+
*/
|
|
3854
|
+
class GetCompanyRequirements implements IEvaServiceDefinition {
|
|
3855
|
+
name: string;
|
|
3856
|
+
path: string;
|
|
3857
|
+
request?: EVA.Core.Management.GetCompanyRequirements;
|
|
3858
|
+
response?: EVA.Core.Management.GetCompanyRequirementsResponse;
|
|
3859
|
+
}
|
|
3847
3860
|
/**
|
|
3848
3861
|
* Get a qrcode to configure/enroll a device when available.
|
|
3849
3862
|
|
|
@@ -6369,7 +6382,7 @@ It is required to supply some OrganizationUnitIDs or some ProductIDs in the Page
|
|
|
6369
6382
|
response?: EVA.Core.Management.ListRoleFunctionalitiesResponse;
|
|
6370
6383
|
}
|
|
6371
6384
|
/**
|
|
6372
|
-
*
|
|
6385
|
+
* List role sets.
|
|
6373
6386
|
*
|
|
6374
6387
|
* @export
|
|
6375
6388
|
* @class ListRoleSets
|
|
@@ -6541,6 +6554,19 @@ If neither `OrganizationUnitIDs` nor `OrganizationUnitSetID` are specified, the
|
|
|
6541
6554
|
request?: EVA.Core.Management.ListStockMutationUnitCostSourceLedger;
|
|
6542
6555
|
response?: EVA.Core.Management.ListStockMutationUnitCostSourceLedgerResponse;
|
|
6543
6556
|
}
|
|
6557
|
+
/**
|
|
6558
|
+
* List the subscription organization unit sets.
|
|
6559
|
+
*
|
|
6560
|
+
* @export
|
|
6561
|
+
* @class ListSubscriptionOrganizationUnitSets
|
|
6562
|
+
* @implements {EvaService}
|
|
6563
|
+
*/
|
|
6564
|
+
class ListSubscriptionOrganizationUnitSets implements IEvaServiceDefinition {
|
|
6565
|
+
name: string;
|
|
6566
|
+
path: string;
|
|
6567
|
+
request?: EVA.Core.Management.ListSubscriptionOrganizationUnitSets;
|
|
6568
|
+
response?: EVA.Core.Management.ListSubscriptionOrganizationUnitSetsResponse;
|
|
6569
|
+
}
|
|
6544
6570
|
/**
|
|
6545
6571
|
* List all users attached to a subscription. Requires View rights on Subscriptions and Customers functionalities.
|
|
6546
6572
|
*
|