waldur-js-client 7.7.5-dev.5 → 7.7.5-dev.7
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.
- package/dist/sdk.gen.d.ts +238 -220
- package/dist/sdk.gen.js +331 -219
- package/dist/types.gen.d.ts +544 -443
- package/package.json +1 -1
package/dist/sdk.gen.js
CHANGED
|
@@ -170,7 +170,7 @@ export const accessSubnetsList = (options) => {
|
|
|
170
170
|
/**
|
|
171
171
|
* Get number of items in the collection matching the request parameters.
|
|
172
172
|
*/
|
|
173
|
-
export const
|
|
173
|
+
export const accessSubnetsCount = (options) => {
|
|
174
174
|
return (options?.client ?? _heyApiClient).head({
|
|
175
175
|
security: [
|
|
176
176
|
{
|
|
@@ -300,7 +300,7 @@ export const adminAnnouncementsList = (options) => {
|
|
|
300
300
|
/**
|
|
301
301
|
* Get number of items in the collection matching the request parameters.
|
|
302
302
|
*/
|
|
303
|
-
export const
|
|
303
|
+
export const adminAnnouncementsCount = (options) => {
|
|
304
304
|
return (options?.client ?? _heyApiClient).head({
|
|
305
305
|
security: [
|
|
306
306
|
{
|
|
@@ -430,7 +430,7 @@ export const authTokensList = (options) => {
|
|
|
430
430
|
/**
|
|
431
431
|
* Get number of items in the collection matching the request parameters.
|
|
432
432
|
*/
|
|
433
|
-
export const
|
|
433
|
+
export const authTokensCount = (options) => {
|
|
434
434
|
return (options?.client ?? _heyApiClient).head({
|
|
435
435
|
security: [
|
|
436
436
|
{
|
|
@@ -553,7 +553,7 @@ export const autoprovisioningRulesList = (options) => {
|
|
|
553
553
|
/**
|
|
554
554
|
* Get number of items in the collection matching the request parameters.
|
|
555
555
|
*/
|
|
556
|
-
export const
|
|
556
|
+
export const autoprovisioningRulesCount = (options) => {
|
|
557
557
|
return (options?.client ?? _heyApiClient).head({
|
|
558
558
|
security: [
|
|
559
559
|
{
|
|
@@ -698,7 +698,7 @@ export const awsImagesList = (options) => {
|
|
|
698
698
|
/**
|
|
699
699
|
* Get number of items in the collection matching the request parameters.
|
|
700
700
|
*/
|
|
701
|
-
export const
|
|
701
|
+
export const awsImagesCount = (options) => {
|
|
702
702
|
return (options?.client ?? _heyApiClient).head({
|
|
703
703
|
security: [
|
|
704
704
|
{
|
|
@@ -752,7 +752,7 @@ export const awsInstancesList = (options) => {
|
|
|
752
752
|
/**
|
|
753
753
|
* Get number of items in the collection matching the request parameters.
|
|
754
754
|
*/
|
|
755
|
-
export const
|
|
755
|
+
export const awsInstancesCount = (options) => {
|
|
756
756
|
return (options?.client ?? _heyApiClient).head({
|
|
757
757
|
security: [
|
|
758
758
|
{
|
|
@@ -987,7 +987,7 @@ export const awsRegionsList = (options) => {
|
|
|
987
987
|
/**
|
|
988
988
|
* Get number of items in the collection matching the request parameters.
|
|
989
989
|
*/
|
|
990
|
-
export const
|
|
990
|
+
export const awsRegionsCount = (options) => {
|
|
991
991
|
return (options?.client ?? _heyApiClient).head({
|
|
992
992
|
security: [
|
|
993
993
|
{
|
|
@@ -1041,7 +1041,7 @@ export const awsSizesList = (options) => {
|
|
|
1041
1041
|
/**
|
|
1042
1042
|
* Get number of items in the collection matching the request parameters.
|
|
1043
1043
|
*/
|
|
1044
|
-
export const
|
|
1044
|
+
export const awsSizesCount = (options) => {
|
|
1045
1045
|
return (options?.client ?? _heyApiClient).head({
|
|
1046
1046
|
security: [
|
|
1047
1047
|
{
|
|
@@ -1095,7 +1095,7 @@ export const awsVolumesList = (options) => {
|
|
|
1095
1095
|
/**
|
|
1096
1096
|
* Get number of items in the collection matching the request parameters.
|
|
1097
1097
|
*/
|
|
1098
|
-
export const
|
|
1098
|
+
export const awsVolumesCount = (options) => {
|
|
1099
1099
|
return (options?.client ?? _heyApiClient).head({
|
|
1100
1100
|
security: [
|
|
1101
1101
|
{
|
|
@@ -1294,7 +1294,7 @@ export const azureImagesList = (options) => {
|
|
|
1294
1294
|
/**
|
|
1295
1295
|
* Get number of items in the collection matching the request parameters.
|
|
1296
1296
|
*/
|
|
1297
|
-
export const
|
|
1297
|
+
export const azureImagesCount = (options) => {
|
|
1298
1298
|
return (options?.client ?? _heyApiClient).head({
|
|
1299
1299
|
security: [
|
|
1300
1300
|
{
|
|
@@ -1348,7 +1348,7 @@ export const azureLocationsList = (options) => {
|
|
|
1348
1348
|
/**
|
|
1349
1349
|
* Get number of items in the collection matching the request parameters.
|
|
1350
1350
|
*/
|
|
1351
|
-
export const
|
|
1351
|
+
export const azureLocationsCount = (options) => {
|
|
1352
1352
|
return (options?.client ?? _heyApiClient).head({
|
|
1353
1353
|
security: [
|
|
1354
1354
|
{
|
|
@@ -1402,7 +1402,7 @@ export const azurePublicIpsList = (options) => {
|
|
|
1402
1402
|
/**
|
|
1403
1403
|
* Get number of items in the collection matching the request parameters.
|
|
1404
1404
|
*/
|
|
1405
|
-
export const
|
|
1405
|
+
export const azurePublicIpsCount = (options) => {
|
|
1406
1406
|
return (options?.client ?? _heyApiClient).head({
|
|
1407
1407
|
security: [
|
|
1408
1408
|
{
|
|
@@ -1569,7 +1569,7 @@ export const azureResourceGroupsList = (options) => {
|
|
|
1569
1569
|
/**
|
|
1570
1570
|
* Get number of items in the collection matching the request parameters.
|
|
1571
1571
|
*/
|
|
1572
|
-
export const
|
|
1572
|
+
export const azureResourceGroupsCount = (options) => {
|
|
1573
1573
|
return (options?.client ?? _heyApiClient).head({
|
|
1574
1574
|
security: [
|
|
1575
1575
|
{
|
|
@@ -1623,7 +1623,7 @@ export const azureSizesList = (options) => {
|
|
|
1623
1623
|
/**
|
|
1624
1624
|
* Get number of items in the collection matching the request parameters.
|
|
1625
1625
|
*/
|
|
1626
|
-
export const
|
|
1626
|
+
export const azureSizesCount = (options) => {
|
|
1627
1627
|
return (options?.client ?? _heyApiClient).head({
|
|
1628
1628
|
security: [
|
|
1629
1629
|
{
|
|
@@ -1677,7 +1677,7 @@ export const azureSqlDatabasesList = (options) => {
|
|
|
1677
1677
|
/**
|
|
1678
1678
|
* Get number of items in the collection matching the request parameters.
|
|
1679
1679
|
*/
|
|
1680
|
-
export const
|
|
1680
|
+
export const azureSqlDatabasesCount = (options) => {
|
|
1681
1681
|
return (options?.client ?? _heyApiClient).head({
|
|
1682
1682
|
security: [
|
|
1683
1683
|
{
|
|
@@ -1844,7 +1844,7 @@ export const azureSqlServersList = (options) => {
|
|
|
1844
1844
|
/**
|
|
1845
1845
|
* Get number of items in the collection matching the request parameters.
|
|
1846
1846
|
*/
|
|
1847
|
-
export const
|
|
1847
|
+
export const azureSqlServersCount = (options) => {
|
|
1848
1848
|
return (options?.client ?? _heyApiClient).head({
|
|
1849
1849
|
security: [
|
|
1850
1850
|
{
|
|
@@ -2031,7 +2031,7 @@ export const azureVirtualmachinesList = (options) => {
|
|
|
2031
2031
|
/**
|
|
2032
2032
|
* Get number of items in the collection matching the request parameters.
|
|
2033
2033
|
*/
|
|
2034
|
-
export const
|
|
2034
|
+
export const azureVirtualmachinesCount = (options) => {
|
|
2035
2035
|
return (options?.client ?? _heyApiClient).head({
|
|
2036
2036
|
security: [
|
|
2037
2037
|
{
|
|
@@ -2246,7 +2246,7 @@ export const backendResourceRequestsList = (options) => {
|
|
|
2246
2246
|
/**
|
|
2247
2247
|
* Get number of items in the collection matching the request parameters.
|
|
2248
2248
|
*/
|
|
2249
|
-
export const
|
|
2249
|
+
export const backendResourceRequestsCount = (options) => {
|
|
2250
2250
|
return (options?.client ?? _heyApiClient).head({
|
|
2251
2251
|
security: [
|
|
2252
2252
|
{
|
|
@@ -2372,7 +2372,7 @@ export const backendResourcesList = (options) => {
|
|
|
2372
2372
|
/**
|
|
2373
2373
|
* Get number of items in the collection matching the request parameters.
|
|
2374
2374
|
*/
|
|
2375
|
-
export const
|
|
2375
|
+
export const backendResourcesCount = (options) => {
|
|
2376
2376
|
return (options?.client ?? _heyApiClient).head({
|
|
2377
2377
|
security: [
|
|
2378
2378
|
{
|
|
@@ -2498,7 +2498,7 @@ export const bookingOfferingsList = (options) => {
|
|
|
2498
2498
|
/**
|
|
2499
2499
|
* Get number of items in the collection matching the request parameters.
|
|
2500
2500
|
*/
|
|
2501
|
-
export const
|
|
2501
|
+
export const bookingOfferingsCount = (options) => {
|
|
2502
2502
|
return (options?.client ?? _heyApiClient).head({
|
|
2503
2503
|
security: [
|
|
2504
2504
|
{
|
|
@@ -2600,7 +2600,7 @@ export const bookingResourcesList = (options) => {
|
|
|
2600
2600
|
/**
|
|
2601
2601
|
* Get number of items in the collection matching the request parameters.
|
|
2602
2602
|
*/
|
|
2603
|
-
export const
|
|
2603
|
+
export const bookingResourcesCount = (options) => {
|
|
2604
2604
|
return (options?.client ?? _heyApiClient).head({
|
|
2605
2605
|
security: [
|
|
2606
2606
|
{
|
|
@@ -2686,7 +2686,7 @@ export const broadcastMessageTemplatesList = (options) => {
|
|
|
2686
2686
|
/**
|
|
2687
2687
|
* Get number of items in the collection matching the request parameters.
|
|
2688
2688
|
*/
|
|
2689
|
-
export const
|
|
2689
|
+
export const broadcastMessageTemplatesCount = (options) => {
|
|
2690
2690
|
return (options?.client ?? _heyApiClient).head({
|
|
2691
2691
|
security: [
|
|
2692
2692
|
{
|
|
@@ -2816,7 +2816,7 @@ export const broadcastMessagesList = (options) => {
|
|
|
2816
2816
|
/**
|
|
2817
2817
|
* Get number of items in the collection matching the request parameters.
|
|
2818
2818
|
*/
|
|
2819
|
-
export const
|
|
2819
|
+
export const broadcastMessagesCount = (options) => {
|
|
2820
2820
|
return (options?.client ?? _heyApiClient).head({
|
|
2821
2821
|
security: [
|
|
2822
2822
|
{
|
|
@@ -2975,7 +2975,7 @@ export const broadcastMessagesRecipientsRetrieve = (options) => {
|
|
|
2975
2975
|
/**
|
|
2976
2976
|
* Get number of items in the collection matching the request parameters.
|
|
2977
2977
|
*/
|
|
2978
|
-
export const
|
|
2978
|
+
export const broadcastMessagesRecipientsCount = (options) => {
|
|
2979
2979
|
return (options?.client ?? _heyApiClient).head({
|
|
2980
2980
|
security: [
|
|
2981
2981
|
{
|
|
@@ -3013,7 +3013,7 @@ export const callManagingOrganisationsList = (options) => {
|
|
|
3013
3013
|
/**
|
|
3014
3014
|
* Get number of items in the collection matching the request parameters.
|
|
3015
3015
|
*/
|
|
3016
|
-
export const
|
|
3016
|
+
export const callManagingOrganisationsCount = (options) => {
|
|
3017
3017
|
return (options?.client ?? _heyApiClient).head({
|
|
3018
3018
|
security: [
|
|
3019
3019
|
{
|
|
@@ -3238,7 +3238,7 @@ export const callProposalProjectRoleMappingsList = (options) => {
|
|
|
3238
3238
|
/**
|
|
3239
3239
|
* Get number of items in the collection matching the request parameters.
|
|
3240
3240
|
*/
|
|
3241
|
-
export const
|
|
3241
|
+
export const callProposalProjectRoleMappingsCount = (options) => {
|
|
3242
3242
|
return (options?.client ?? _heyApiClient).head({
|
|
3243
3243
|
security: [
|
|
3244
3244
|
{
|
|
@@ -3368,7 +3368,7 @@ export const callRoundsList = (options) => {
|
|
|
3368
3368
|
/**
|
|
3369
3369
|
* Get number of items in the collection matching the request parameters.
|
|
3370
3370
|
*/
|
|
3371
|
-
export const
|
|
3371
|
+
export const callRoundsCount = (options) => {
|
|
3372
3372
|
return (options?.client ?? _heyApiClient).head({
|
|
3373
3373
|
security: [
|
|
3374
3374
|
{
|
|
@@ -3457,7 +3457,7 @@ export const componentUserUsageLimitsList = (options) => {
|
|
|
3457
3457
|
/**
|
|
3458
3458
|
* Get number of items in the collection matching the request parameters.
|
|
3459
3459
|
*/
|
|
3460
|
-
export const
|
|
3460
|
+
export const componentUserUsageLimitsCount = (options) => {
|
|
3461
3461
|
return (options?.client ?? _heyApiClient).head({
|
|
3462
3462
|
security: [
|
|
3463
3463
|
{
|
|
@@ -3606,7 +3606,7 @@ export const customerCreditsList = (options) => {
|
|
|
3606
3606
|
/**
|
|
3607
3607
|
* Get number of items in the collection matching the request parameters.
|
|
3608
3608
|
*/
|
|
3609
|
-
export const
|
|
3609
|
+
export const customerCreditsCount = (options) => {
|
|
3610
3610
|
return (options?.client ?? _heyApiClient).head({
|
|
3611
3611
|
security: [
|
|
3612
3612
|
{
|
|
@@ -3795,7 +3795,7 @@ export const customerPermissionsReviewsList = (options) => {
|
|
|
3795
3795
|
/**
|
|
3796
3796
|
* Get number of items in the collection matching the request parameters.
|
|
3797
3797
|
*/
|
|
3798
|
-
export const
|
|
3798
|
+
export const customerPermissionsReviewsCount = (options) => {
|
|
3799
3799
|
return (options?.client ?? _heyApiClient).head({
|
|
3800
3800
|
security: [
|
|
3801
3801
|
{
|
|
@@ -3868,7 +3868,7 @@ export const customerQuotasList = (options) => {
|
|
|
3868
3868
|
/**
|
|
3869
3869
|
* Get number of items in the collection matching the request parameters.
|
|
3870
3870
|
*/
|
|
3871
|
-
export const
|
|
3871
|
+
export const customerQuotasCount = (options) => {
|
|
3872
3872
|
return (options?.client ?? _heyApiClient).head({
|
|
3873
3873
|
security: [
|
|
3874
3874
|
{
|
|
@@ -3922,7 +3922,7 @@ export const customersList = (options) => {
|
|
|
3922
3922
|
/**
|
|
3923
3923
|
* Get number of items in the collection matching the request parameters.
|
|
3924
3924
|
*/
|
|
3925
|
-
export const
|
|
3925
|
+
export const customersCount = (options) => {
|
|
3926
3926
|
return (options?.client ?? _heyApiClient).head({
|
|
3927
3927
|
security: [
|
|
3928
3928
|
{
|
|
@@ -4195,7 +4195,7 @@ export const customersCountriesList = (options) => {
|
|
|
4195
4195
|
/**
|
|
4196
4196
|
* Get number of items in the collection matching the request parameters.
|
|
4197
4197
|
*/
|
|
4198
|
-
export const
|
|
4198
|
+
export const customersCountriesCount = (options) => {
|
|
4199
4199
|
return (options?.client ?? _heyApiClient).head({
|
|
4200
4200
|
security: [
|
|
4201
4201
|
{
|
|
@@ -4265,7 +4265,7 @@ export const digitaloceanDropletsList = (options) => {
|
|
|
4265
4265
|
/**
|
|
4266
4266
|
* Get number of items in the collection matching the request parameters.
|
|
4267
4267
|
*/
|
|
4268
|
-
export const
|
|
4268
|
+
export const digitaloceanDropletsCount = (options) => {
|
|
4269
4269
|
return (options?.client ?? _heyApiClient).head({
|
|
4270
4270
|
security: [
|
|
4271
4271
|
{
|
|
@@ -4512,7 +4512,7 @@ export const digitaloceanImagesList = (options) => {
|
|
|
4512
4512
|
/**
|
|
4513
4513
|
* Get number of items in the collection matching the request parameters.
|
|
4514
4514
|
*/
|
|
4515
|
-
export const
|
|
4515
|
+
export const digitaloceanImagesCount = (options) => {
|
|
4516
4516
|
return (options?.client ?? _heyApiClient).head({
|
|
4517
4517
|
security: [
|
|
4518
4518
|
{
|
|
@@ -4566,7 +4566,7 @@ export const digitaloceanRegionsList = (options) => {
|
|
|
4566
4566
|
/**
|
|
4567
4567
|
* Get number of items in the collection matching the request parameters.
|
|
4568
4568
|
*/
|
|
4569
|
-
export const
|
|
4569
|
+
export const digitaloceanRegionsCount = (options) => {
|
|
4570
4570
|
return (options?.client ?? _heyApiClient).head({
|
|
4571
4571
|
security: [
|
|
4572
4572
|
{
|
|
@@ -4620,7 +4620,7 @@ export const digitaloceanSizesList = (options) => {
|
|
|
4620
4620
|
/**
|
|
4621
4621
|
* Get number of items in the collection matching the request parameters.
|
|
4622
4622
|
*/
|
|
4623
|
-
export const
|
|
4623
|
+
export const digitaloceanSizesCount = (options) => {
|
|
4624
4624
|
return (options?.client ?? _heyApiClient).head({
|
|
4625
4625
|
security: [
|
|
4626
4626
|
{
|
|
@@ -4674,7 +4674,7 @@ export const emailLogsList = (options) => {
|
|
|
4674
4674
|
/**
|
|
4675
4675
|
* Get number of items in the collection matching the request parameters.
|
|
4676
4676
|
*/
|
|
4677
|
-
export const
|
|
4677
|
+
export const emailLogsCount = (options) => {
|
|
4678
4678
|
return (options?.client ?? _heyApiClient).head({
|
|
4679
4679
|
security: [
|
|
4680
4680
|
{
|
|
@@ -4728,7 +4728,7 @@ export const eventSubscriptionsList = (options) => {
|
|
|
4728
4728
|
/**
|
|
4729
4729
|
* Get number of items in the collection matching the request parameters.
|
|
4730
4730
|
*/
|
|
4731
|
-
export const
|
|
4731
|
+
export const eventSubscriptionsCount = (options) => {
|
|
4732
4732
|
return (options?.client ?? _heyApiClient).head({
|
|
4733
4733
|
security: [
|
|
4734
4734
|
{
|
|
@@ -4818,7 +4818,7 @@ export const eventsList = (options) => {
|
|
|
4818
4818
|
/**
|
|
4819
4819
|
* Get number of items in the collection matching the request parameters.
|
|
4820
4820
|
*/
|
|
4821
|
-
export const
|
|
4821
|
+
export const eventsCount = (options) => {
|
|
4822
4822
|
return (options?.client ?? _heyApiClient).head({
|
|
4823
4823
|
security: [
|
|
4824
4824
|
{
|
|
@@ -4856,7 +4856,7 @@ export const eventsStatsList = (options) => {
|
|
|
4856
4856
|
/**
|
|
4857
4857
|
* Get number of items in the collection matching the request parameters.
|
|
4858
4858
|
*/
|
|
4859
|
-
export const
|
|
4859
|
+
export const eventsStatsCount = (options) => {
|
|
4860
4860
|
return (options?.client ?? _heyApiClient).head({
|
|
4861
4861
|
security: [
|
|
4862
4862
|
{
|
|
@@ -4907,7 +4907,7 @@ export const eventsCountRetrieve = (options) => {
|
|
|
4907
4907
|
/**
|
|
4908
4908
|
* Get number of items in the collection matching the request parameters.
|
|
4909
4909
|
*/
|
|
4910
|
-
export const
|
|
4910
|
+
export const eventsCountCount = (options) => {
|
|
4911
4911
|
return (options?.client ?? _heyApiClient).head({
|
|
4912
4912
|
security: [
|
|
4913
4913
|
{
|
|
@@ -4946,7 +4946,7 @@ export const eventsEventGroupsRetrieve = (options) => {
|
|
|
4946
4946
|
/**
|
|
4947
4947
|
* Get number of items in the collection matching the request parameters.
|
|
4948
4948
|
*/
|
|
4949
|
-
export const
|
|
4949
|
+
export const eventsEventGroupsCount = (options) => {
|
|
4950
4950
|
return (options?.client ?? _heyApiClient).head({
|
|
4951
4951
|
security: [
|
|
4952
4952
|
{
|
|
@@ -4984,7 +4984,7 @@ export const eventsScopeTypesRetrieve = (options) => {
|
|
|
4984
4984
|
/**
|
|
4985
4985
|
* Get number of items in the collection matching the request parameters.
|
|
4986
4986
|
*/
|
|
4987
|
-
export const
|
|
4987
|
+
export const eventsScopeTypesCount = (options) => {
|
|
4988
4988
|
return (options?.client ?? _heyApiClient).head({
|
|
4989
4989
|
security: [
|
|
4990
4990
|
{
|
|
@@ -5022,7 +5022,7 @@ export const externalLinksList = (options) => {
|
|
|
5022
5022
|
/**
|
|
5023
5023
|
* Get number of items in the collection matching the request parameters.
|
|
5024
5024
|
*/
|
|
5025
|
-
export const
|
|
5025
|
+
export const externalLinksCount = (options) => {
|
|
5026
5026
|
return (options?.client ?? _heyApiClient).head({
|
|
5027
5027
|
security: [
|
|
5028
5028
|
{
|
|
@@ -5175,7 +5175,7 @@ export const financialReportsList = (options) => {
|
|
|
5175
5175
|
/**
|
|
5176
5176
|
* Get number of items in the collection matching the request parameters.
|
|
5177
5177
|
*/
|
|
5178
|
-
export const
|
|
5178
|
+
export const financialReportsCount = (options) => {
|
|
5179
5179
|
return (options?.client ?? _heyApiClient).head({
|
|
5180
5180
|
security: [
|
|
5181
5181
|
{
|
|
@@ -5229,7 +5229,7 @@ export const freeipaProfilesList = (options) => {
|
|
|
5229
5229
|
/**
|
|
5230
5230
|
* Get number of items in the collection matching the request parameters.
|
|
5231
5231
|
*/
|
|
5232
|
-
export const
|
|
5232
|
+
export const freeipaProfilesCount = (options) => {
|
|
5233
5233
|
return (options?.client ?? _heyApiClient).head({
|
|
5234
5234
|
security: [
|
|
5235
5235
|
{
|
|
@@ -5358,7 +5358,7 @@ export const googleAuthList = (options) => {
|
|
|
5358
5358
|
/**
|
|
5359
5359
|
* Get number of items in the collection matching the request parameters.
|
|
5360
5360
|
*/
|
|
5361
|
-
export const
|
|
5361
|
+
export const googleAuthCount = (options) => {
|
|
5362
5362
|
return (options?.client ?? _heyApiClient).head({
|
|
5363
5363
|
security: [
|
|
5364
5364
|
{
|
|
@@ -5428,7 +5428,7 @@ export const googleAuthCallbackRetrieve = (options) => {
|
|
|
5428
5428
|
/**
|
|
5429
5429
|
* Get number of items in the collection matching the request parameters.
|
|
5430
5430
|
*/
|
|
5431
|
-
export const
|
|
5431
|
+
export const googleAuthCallbackCount = (options) => {
|
|
5432
5432
|
return (options.client ?? _heyApiClient).head({
|
|
5433
5433
|
security: [
|
|
5434
5434
|
{
|
|
@@ -5466,7 +5466,7 @@ export const hooksList = (options) => {
|
|
|
5466
5466
|
/**
|
|
5467
5467
|
* Get number of items in the collection matching the request parameters.
|
|
5468
5468
|
*/
|
|
5469
|
-
export const
|
|
5469
|
+
export const hooksCount = (options) => {
|
|
5470
5470
|
return (options?.client ?? _heyApiClient).head({
|
|
5471
5471
|
security: [
|
|
5472
5472
|
{
|
|
@@ -5504,7 +5504,7 @@ export const hooksEmailList = (options) => {
|
|
|
5504
5504
|
/**
|
|
5505
5505
|
* Get number of items in the collection matching the request parameters.
|
|
5506
5506
|
*/
|
|
5507
|
-
export const
|
|
5507
|
+
export const hooksEmailCount = (options) => {
|
|
5508
5508
|
return (options?.client ?? _heyApiClient).head({
|
|
5509
5509
|
security: [
|
|
5510
5510
|
{
|
|
@@ -5634,7 +5634,7 @@ export const hooksWebList = (options) => {
|
|
|
5634
5634
|
/**
|
|
5635
5635
|
* Get number of items in the collection matching the request parameters.
|
|
5636
5636
|
*/
|
|
5637
|
-
export const
|
|
5637
|
+
export const hooksWebCount = (options) => {
|
|
5638
5638
|
return (options?.client ?? _heyApiClient).head({
|
|
5639
5639
|
security: [
|
|
5640
5640
|
{
|
|
@@ -5789,7 +5789,7 @@ export const identityProvidersList = (options) => {
|
|
|
5789
5789
|
/**
|
|
5790
5790
|
* Get number of items in the collection matching the request parameters.
|
|
5791
5791
|
*/
|
|
5792
|
-
export const
|
|
5792
|
+
export const identityProvidersCount = (options) => {
|
|
5793
5793
|
return (options?.client ?? _heyApiClient).head({
|
|
5794
5794
|
security: [
|
|
5795
5795
|
{
|
|
@@ -5919,7 +5919,7 @@ export const invoiceItemsList = (options) => {
|
|
|
5919
5919
|
/**
|
|
5920
5920
|
* Get number of items in the collection matching the request parameters.
|
|
5921
5921
|
*/
|
|
5922
|
-
export const
|
|
5922
|
+
export const invoiceItemsCount = (options) => {
|
|
5923
5923
|
return (options?.client ?? _heyApiClient).head({
|
|
5924
5924
|
security: [
|
|
5925
5925
|
{
|
|
@@ -6091,7 +6091,7 @@ export const invoiceItemsCostsList = (options) => {
|
|
|
6091
6091
|
/**
|
|
6092
6092
|
* Get number of items in the collection matching the request parameters.
|
|
6093
6093
|
*/
|
|
6094
|
-
export const
|
|
6094
|
+
export const invoiceItemsCostsCount = (options) => {
|
|
6095
6095
|
return (options?.client ?? _heyApiClient).head({
|
|
6096
6096
|
security: [
|
|
6097
6097
|
{
|
|
@@ -6126,7 +6126,7 @@ export const invoiceItemsCustomerCostsForPeriodRetrieve = (options) => {
|
|
|
6126
6126
|
/**
|
|
6127
6127
|
* Get number of items in the collection matching the request parameters.
|
|
6128
6128
|
*/
|
|
6129
|
-
export const
|
|
6129
|
+
export const invoiceItemsCustomerCostsForPeriodCount = (options) => {
|
|
6130
6130
|
return (options?.client ?? _heyApiClient).head({
|
|
6131
6131
|
security: [
|
|
6132
6132
|
{
|
|
@@ -6164,7 +6164,7 @@ export const invoiceItemsProjectCostsForPeriodRetrieve = (options) => {
|
|
|
6164
6164
|
/**
|
|
6165
6165
|
* Get number of items in the collection matching the request parameters.
|
|
6166
6166
|
*/
|
|
6167
|
-
export const
|
|
6167
|
+
export const invoiceItemsProjectCostsForPeriodCount = (options) => {
|
|
6168
6168
|
return (options?.client ?? _heyApiClient).head({
|
|
6169
6169
|
security: [
|
|
6170
6170
|
{
|
|
@@ -6202,7 +6202,7 @@ export const invoiceItemsTotalPriceRetrieve = (options) => {
|
|
|
6202
6202
|
/**
|
|
6203
6203
|
* Get number of items in the collection matching the request parameters.
|
|
6204
6204
|
*/
|
|
6205
|
-
export const
|
|
6205
|
+
export const invoiceItemsTotalPriceCount = (options) => {
|
|
6206
6206
|
return (options?.client ?? _heyApiClient).head({
|
|
6207
6207
|
security: [
|
|
6208
6208
|
{
|
|
@@ -6260,7 +6260,7 @@ export const invoicesList = (options) => {
|
|
|
6260
6260
|
/**
|
|
6261
6261
|
* Get number of items in the collection matching the request parameters.
|
|
6262
6262
|
*/
|
|
6263
|
-
export const
|
|
6263
|
+
export const invoicesCount = (options) => {
|
|
6264
6264
|
return (options?.client ?? _heyApiClient).head({
|
|
6265
6265
|
security: [
|
|
6266
6266
|
{
|
|
@@ -6465,7 +6465,7 @@ export const invoicesGrowthRetrieve = (options) => {
|
|
|
6465
6465
|
/**
|
|
6466
6466
|
* Get number of items in the collection matching the request parameters.
|
|
6467
6467
|
*/
|
|
6468
|
-
export const
|
|
6468
|
+
export const invoicesGrowthCount = (options) => {
|
|
6469
6469
|
return (options?.client ?? _heyApiClient).head({
|
|
6470
6470
|
security: [
|
|
6471
6471
|
{
|
|
@@ -6503,7 +6503,7 @@ export const keycloakGroupsList = (options) => {
|
|
|
6503
6503
|
/**
|
|
6504
6504
|
* Get number of items in the collection matching the request parameters.
|
|
6505
6505
|
*/
|
|
6506
|
-
export const
|
|
6506
|
+
export const keycloakGroupsCount = (options) => {
|
|
6507
6507
|
return (options?.client ?? _heyApiClient).head({
|
|
6508
6508
|
security: [
|
|
6509
6509
|
{
|
|
@@ -6557,7 +6557,7 @@ export const keycloakUserGroupMembershipsList = (options) => {
|
|
|
6557
6557
|
/**
|
|
6558
6558
|
* Get number of items in the collection matching the request parameters.
|
|
6559
6559
|
*/
|
|
6560
|
-
export const
|
|
6560
|
+
export const keycloakUserGroupMembershipsCount = (options) => {
|
|
6561
6561
|
return (options?.client ?? _heyApiClient).head({
|
|
6562
6562
|
security: [
|
|
6563
6563
|
{
|
|
@@ -6687,7 +6687,7 @@ export const keysList = (options) => {
|
|
|
6687
6687
|
/**
|
|
6688
6688
|
* Get number of items in the collection matching the request parameters.
|
|
6689
6689
|
*/
|
|
6690
|
-
export const
|
|
6690
|
+
export const keysCount = (options) => {
|
|
6691
6691
|
return (options?.client ?? _heyApiClient).head({
|
|
6692
6692
|
security: [
|
|
6693
6693
|
{
|
|
@@ -6777,7 +6777,7 @@ export const lexisLinksList = (options) => {
|
|
|
6777
6777
|
/**
|
|
6778
6778
|
* Get number of items in the collection matching the request parameters.
|
|
6779
6779
|
*/
|
|
6780
|
-
export const
|
|
6780
|
+
export const lexisLinksCount = (options) => {
|
|
6781
6781
|
return (options?.client ?? _heyApiClient).head({
|
|
6782
6782
|
security: [
|
|
6783
6783
|
{
|
|
@@ -6907,7 +6907,7 @@ export const maintenanceAnnouncementOfferingsList = (options) => {
|
|
|
6907
6907
|
/**
|
|
6908
6908
|
* Get number of items in the collection matching the request parameters.
|
|
6909
6909
|
*/
|
|
6910
|
-
export const
|
|
6910
|
+
export const maintenanceAnnouncementOfferingsCount = (options) => {
|
|
6911
6911
|
return (options?.client ?? _heyApiClient).head({
|
|
6912
6912
|
security: [
|
|
6913
6913
|
{
|
|
@@ -7037,7 +7037,7 @@ export const maintenanceAnnouncementTemplateOfferingsList = (options) => {
|
|
|
7037
7037
|
/**
|
|
7038
7038
|
* Get number of items in the collection matching the request parameters.
|
|
7039
7039
|
*/
|
|
7040
|
-
export const
|
|
7040
|
+
export const maintenanceAnnouncementTemplateOfferingsCount = (options) => {
|
|
7041
7041
|
return (options?.client ?? _heyApiClient).head({
|
|
7042
7042
|
security: [
|
|
7043
7043
|
{
|
|
@@ -7167,7 +7167,7 @@ export const maintenanceAnnouncementsList = (options) => {
|
|
|
7167
7167
|
/**
|
|
7168
7168
|
* Get number of items in the collection matching the request parameters.
|
|
7169
7169
|
*/
|
|
7170
|
-
export const
|
|
7170
|
+
export const maintenanceAnnouncementsCount = (options) => {
|
|
7171
7171
|
return (options?.client ?? _heyApiClient).head({
|
|
7172
7172
|
security: [
|
|
7173
7173
|
{
|
|
@@ -7225,7 +7225,7 @@ export const maintenanceAnnouncementsTemplateList = (options) => {
|
|
|
7225
7225
|
/**
|
|
7226
7226
|
* Get number of items in the collection matching the request parameters.
|
|
7227
7227
|
*/
|
|
7228
|
-
export const
|
|
7228
|
+
export const maintenanceAnnouncementsTemplateCount = (options) => {
|
|
7229
7229
|
return (options?.client ?? _heyApiClient).head({
|
|
7230
7230
|
security: [
|
|
7231
7231
|
{
|
|
@@ -7443,7 +7443,7 @@ export const marketplaceCategoriesList = (options) => {
|
|
|
7443
7443
|
/**
|
|
7444
7444
|
* Get number of items in the collection matching the request parameters.
|
|
7445
7445
|
*/
|
|
7446
|
-
export const
|
|
7446
|
+
export const marketplaceCategoriesCount = (options) => {
|
|
7447
7447
|
return (options?.client ?? _heyApiClient).head({
|
|
7448
7448
|
security: [
|
|
7449
7449
|
{
|
|
@@ -7573,7 +7573,7 @@ export const marketplaceCategoryColumnsList = (options) => {
|
|
|
7573
7573
|
/**
|
|
7574
7574
|
* Get number of items in the collection matching the request parameters.
|
|
7575
7575
|
*/
|
|
7576
|
-
export const
|
|
7576
|
+
export const marketplaceCategoryColumnsCount = (options) => {
|
|
7577
7577
|
return (options?.client ?? _heyApiClient).head({
|
|
7578
7578
|
security: [
|
|
7579
7579
|
{
|
|
@@ -7703,7 +7703,7 @@ export const marketplaceCategoryComponentUsagesList = (options) => {
|
|
|
7703
7703
|
/**
|
|
7704
7704
|
* Get number of items in the collection matching the request parameters.
|
|
7705
7705
|
*/
|
|
7706
|
-
export const
|
|
7706
|
+
export const marketplaceCategoryComponentUsagesCount = (options) => {
|
|
7707
7707
|
return (options?.client ?? _heyApiClient).head({
|
|
7708
7708
|
security: [
|
|
7709
7709
|
{
|
|
@@ -7757,7 +7757,7 @@ export const marketplaceCategoryComponentsList = (options) => {
|
|
|
7757
7757
|
/**
|
|
7758
7758
|
* Get number of items in the collection matching the request parameters.
|
|
7759
7759
|
*/
|
|
7760
|
-
export const
|
|
7760
|
+
export const marketplaceCategoryComponentsCount = (options) => {
|
|
7761
7761
|
return (options?.client ?? _heyApiClient).head({
|
|
7762
7762
|
security: [
|
|
7763
7763
|
{
|
|
@@ -7887,7 +7887,7 @@ export const marketplaceCategoryGroupsList = (options) => {
|
|
|
7887
7887
|
/**
|
|
7888
7888
|
* Get number of items in the collection matching the request parameters.
|
|
7889
7889
|
*/
|
|
7890
|
-
export const
|
|
7890
|
+
export const marketplaceCategoryGroupsCount = (options) => {
|
|
7891
7891
|
return (options?.client ?? _heyApiClient).head({
|
|
7892
7892
|
security: [
|
|
7893
7893
|
{
|
|
@@ -8017,7 +8017,7 @@ export const marketplaceCategoryHelpArticlesList = (options) => {
|
|
|
8017
8017
|
/**
|
|
8018
8018
|
* Get number of items in the collection matching the request parameters.
|
|
8019
8019
|
*/
|
|
8020
|
-
export const
|
|
8020
|
+
export const marketplaceCategoryHelpArticlesCount = (options) => {
|
|
8021
8021
|
return (options?.client ?? _heyApiClient).head({
|
|
8022
8022
|
security: [
|
|
8023
8023
|
{
|
|
@@ -8147,7 +8147,7 @@ export const marketplaceChecklistsAdminList = (options) => {
|
|
|
8147
8147
|
/**
|
|
8148
8148
|
* Get number of items in the collection matching the request parameters.
|
|
8149
8149
|
*/
|
|
8150
|
-
export const
|
|
8150
|
+
export const marketplaceChecklistsAdminCount = (options) => {
|
|
8151
8151
|
return (options?.client ?? _heyApiClient).head({
|
|
8152
8152
|
security: [
|
|
8153
8153
|
{
|
|
@@ -8205,7 +8205,7 @@ export const marketplaceChecklistsAdminQuestionDependenciesList = (options) => {
|
|
|
8205
8205
|
/**
|
|
8206
8206
|
* Get number of items in the collection matching the request parameters.
|
|
8207
8207
|
*/
|
|
8208
|
-
export const
|
|
8208
|
+
export const marketplaceChecklistsAdminQuestionDependenciesCount = (options) => {
|
|
8209
8209
|
return (options?.client ?? _heyApiClient).head({
|
|
8210
8210
|
security: [
|
|
8211
8211
|
{
|
|
@@ -8335,7 +8335,7 @@ export const marketplaceChecklistsAdminQuestionOptionsList = (options) => {
|
|
|
8335
8335
|
/**
|
|
8336
8336
|
* Get number of items in the collection matching the request parameters.
|
|
8337
8337
|
*/
|
|
8338
|
-
export const
|
|
8338
|
+
export const marketplaceChecklistsAdminQuestionOptionsCount = (options) => {
|
|
8339
8339
|
return (options?.client ?? _heyApiClient).head({
|
|
8340
8340
|
security: [
|
|
8341
8341
|
{
|
|
@@ -8465,7 +8465,7 @@ export const marketplaceChecklistsAdminQuestionsList = (options) => {
|
|
|
8465
8465
|
/**
|
|
8466
8466
|
* Get number of items in the collection matching the request parameters.
|
|
8467
8467
|
*/
|
|
8468
|
-
export const
|
|
8468
|
+
export const marketplaceChecklistsAdminQuestionsCount = (options) => {
|
|
8469
8469
|
return (options?.client ?? _heyApiClient).head({
|
|
8470
8470
|
security: [
|
|
8471
8471
|
{
|
|
@@ -8721,7 +8721,7 @@ export const marketplaceComponentUsagesList = (options) => {
|
|
|
8721
8721
|
/**
|
|
8722
8722
|
* Get number of items in the collection matching the request parameters.
|
|
8723
8723
|
*/
|
|
8724
|
-
export const
|
|
8724
|
+
export const marketplaceComponentUsagesCount = (options) => {
|
|
8725
8725
|
return (options?.client ?? _heyApiClient).head({
|
|
8726
8726
|
security: [
|
|
8727
8727
|
{
|
|
@@ -8815,7 +8815,7 @@ export const marketplaceComponentUserUsagesList = (options) => {
|
|
|
8815
8815
|
/**
|
|
8816
8816
|
* Get number of items in the collection matching the request parameters.
|
|
8817
8817
|
*/
|
|
8818
|
-
export const
|
|
8818
|
+
export const marketplaceComponentUserUsagesCount = (options) => {
|
|
8819
8819
|
return (options?.client ?? _heyApiClient).head({
|
|
8820
8820
|
security: [
|
|
8821
8821
|
{
|
|
@@ -8869,7 +8869,7 @@ export const marketplaceCustomerEstimatedCostPoliciesList = (options) => {
|
|
|
8869
8869
|
/**
|
|
8870
8870
|
* Get number of items in the collection matching the request parameters.
|
|
8871
8871
|
*/
|
|
8872
|
-
export const
|
|
8872
|
+
export const marketplaceCustomerEstimatedCostPoliciesCount = (options) => {
|
|
8873
8873
|
return (options?.client ?? _heyApiClient).head({
|
|
8874
8874
|
security: [
|
|
8875
8875
|
{
|
|
@@ -8996,7 +8996,7 @@ export const marketplaceCustomerEstimatedCostPoliciesActionsRetrieve = (options)
|
|
|
8996
8996
|
/**
|
|
8997
8997
|
* Get number of items in the collection matching the request parameters.
|
|
8998
8998
|
*/
|
|
8999
|
-
export const
|
|
8999
|
+
export const marketplaceCustomerEstimatedCostPoliciesActionsCount = (options) => {
|
|
9000
9000
|
return (options?.client ?? _heyApiClient).head({
|
|
9001
9001
|
security: [
|
|
9002
9002
|
{
|
|
@@ -9034,7 +9034,7 @@ export const marketplaceCustomerServiceAccountsList = (options) => {
|
|
|
9034
9034
|
/**
|
|
9035
9035
|
* Get number of items in the collection matching the request parameters.
|
|
9036
9036
|
*/
|
|
9037
|
-
export const
|
|
9037
|
+
export const marketplaceCustomerServiceAccountsCount = (options) => {
|
|
9038
9038
|
return (options?.client ?? _heyApiClient).head({
|
|
9039
9039
|
security: [
|
|
9040
9040
|
{
|
|
@@ -9199,7 +9199,7 @@ export const marketplaceIntegrationStatusesList = (options) => {
|
|
|
9199
9199
|
/**
|
|
9200
9200
|
* Get number of items in the collection matching the request parameters.
|
|
9201
9201
|
*/
|
|
9202
|
-
export const
|
|
9202
|
+
export const marketplaceIntegrationStatusesCount = (options) => {
|
|
9203
9203
|
return (options?.client ?? _heyApiClient).head({
|
|
9204
9204
|
security: [
|
|
9205
9205
|
{
|
|
@@ -9253,7 +9253,7 @@ export const marketplaceOfferingEstimatedCostPoliciesList = (options) => {
|
|
|
9253
9253
|
/**
|
|
9254
9254
|
* Get number of items in the collection matching the request parameters.
|
|
9255
9255
|
*/
|
|
9256
|
-
export const
|
|
9256
|
+
export const marketplaceOfferingEstimatedCostPoliciesCount = (options) => {
|
|
9257
9257
|
return (options?.client ?? _heyApiClient).head({
|
|
9258
9258
|
security: [
|
|
9259
9259
|
{
|
|
@@ -9383,7 +9383,7 @@ export const marketplaceOfferingEstimatedCostPoliciesActionsRetrieve = (options)
|
|
|
9383
9383
|
/**
|
|
9384
9384
|
* Get number of items in the collection matching the request parameters.
|
|
9385
9385
|
*/
|
|
9386
|
-
export const
|
|
9386
|
+
export const marketplaceOfferingEstimatedCostPoliciesActionsCount = (options) => {
|
|
9387
9387
|
return (options?.client ?? _heyApiClient).head({
|
|
9388
9388
|
security: [
|
|
9389
9389
|
{
|
|
@@ -9421,7 +9421,7 @@ export const marketplaceOfferingFilesList = (options) => {
|
|
|
9421
9421
|
/**
|
|
9422
9422
|
* Get number of items in the collection matching the request parameters.
|
|
9423
9423
|
*/
|
|
9424
|
-
export const
|
|
9424
|
+
export const marketplaceOfferingFilesCount = (options) => {
|
|
9425
9425
|
return (options?.client ?? _heyApiClient).head({
|
|
9426
9426
|
security: [
|
|
9427
9427
|
{
|
|
@@ -9511,7 +9511,7 @@ export const marketplaceOfferingPermissionsList = (options) => {
|
|
|
9511
9511
|
/**
|
|
9512
9512
|
* Get number of items in the collection matching the request parameters.
|
|
9513
9513
|
*/
|
|
9514
|
-
export const
|
|
9514
|
+
export const marketplaceOfferingPermissionsCount = (options) => {
|
|
9515
9515
|
return (options?.client ?? _heyApiClient).head({
|
|
9516
9516
|
security: [
|
|
9517
9517
|
{
|
|
@@ -9549,7 +9549,7 @@ export const marketplaceOfferingPermissionsLogList = (options) => {
|
|
|
9549
9549
|
/**
|
|
9550
9550
|
* Get number of items in the collection matching the request parameters.
|
|
9551
9551
|
*/
|
|
9552
|
-
export const
|
|
9552
|
+
export const marketplaceOfferingPermissionsLogCount = (options) => {
|
|
9553
9553
|
return (options?.client ?? _heyApiClient).head({
|
|
9554
9554
|
security: [
|
|
9555
9555
|
{
|
|
@@ -9619,7 +9619,7 @@ export const marketplaceOfferingReferralsList = (options) => {
|
|
|
9619
9619
|
/**
|
|
9620
9620
|
* Get number of items in the collection matching the request parameters.
|
|
9621
9621
|
*/
|
|
9622
|
-
export const
|
|
9622
|
+
export const marketplaceOfferingReferralsCount = (options) => {
|
|
9623
9623
|
return (options?.client ?? _heyApiClient).head({
|
|
9624
9624
|
security: [
|
|
9625
9625
|
{
|
|
@@ -9673,7 +9673,7 @@ export const marketplaceOfferingUsagePoliciesList = (options) => {
|
|
|
9673
9673
|
/**
|
|
9674
9674
|
* Get number of items in the collection matching the request parameters.
|
|
9675
9675
|
*/
|
|
9676
|
-
export const
|
|
9676
|
+
export const marketplaceOfferingUsagePoliciesCount = (options) => {
|
|
9677
9677
|
return (options?.client ?? _heyApiClient).head({
|
|
9678
9678
|
security: [
|
|
9679
9679
|
{
|
|
@@ -9800,7 +9800,7 @@ export const marketplaceOfferingUsagePoliciesActionsRetrieve = (options) => {
|
|
|
9800
9800
|
/**
|
|
9801
9801
|
* Get number of items in the collection matching the request parameters.
|
|
9802
9802
|
*/
|
|
9803
|
-
export const
|
|
9803
|
+
export const marketplaceOfferingUsagePoliciesActionsCount = (options) => {
|
|
9804
9804
|
return (options?.client ?? _heyApiClient).head({
|
|
9805
9805
|
security: [
|
|
9806
9806
|
{
|
|
@@ -9838,7 +9838,7 @@ export const marketplaceOfferingUserRolesList = (options) => {
|
|
|
9838
9838
|
/**
|
|
9839
9839
|
* Get number of items in the collection matching the request parameters.
|
|
9840
9840
|
*/
|
|
9841
|
-
export const
|
|
9841
|
+
export const marketplaceOfferingUserRolesCount = (options) => {
|
|
9842
9842
|
return (options?.client ?? _heyApiClient).head({
|
|
9843
9843
|
security: [
|
|
9844
9844
|
{
|
|
@@ -9968,7 +9968,7 @@ export const marketplaceOfferingUsersList = (options) => {
|
|
|
9968
9968
|
/**
|
|
9969
9969
|
* Get number of items in the collection matching the request parameters.
|
|
9970
9970
|
*/
|
|
9971
|
-
export const
|
|
9971
|
+
export const marketplaceOfferingUsersCount = (options) => {
|
|
9972
9972
|
return (options?.client ?? _heyApiClient).head({
|
|
9973
9973
|
security: [
|
|
9974
9974
|
{
|
|
@@ -10092,6 +10092,95 @@ export const marketplaceOfferingUsersBeginCreating = (options) => {
|
|
|
10092
10092
|
...options
|
|
10093
10093
|
});
|
|
10094
10094
|
};
|
|
10095
|
+
/**
|
|
10096
|
+
* Action to request deletion of an offering user account.
|
|
10097
|
+
*/
|
|
10098
|
+
export const marketplaceOfferingUsersRequestDeletion = (options) => {
|
|
10099
|
+
return (options.client ?? _heyApiClient).post({
|
|
10100
|
+
security: [
|
|
10101
|
+
{
|
|
10102
|
+
name: 'Authorization',
|
|
10103
|
+
type: 'apiKey'
|
|
10104
|
+
},
|
|
10105
|
+
{
|
|
10106
|
+
scheme: 'bearer',
|
|
10107
|
+
type: 'http'
|
|
10108
|
+
}
|
|
10109
|
+
],
|
|
10110
|
+
url: '/api/marketplace-offering-users/{uuid}/request_deletion/',
|
|
10111
|
+
...options
|
|
10112
|
+
});
|
|
10113
|
+
};
|
|
10114
|
+
/**
|
|
10115
|
+
* Action to mark an offering user as successfully deleted.
|
|
10116
|
+
*/
|
|
10117
|
+
export const marketplaceOfferingUsersSetDeleted = (options) => {
|
|
10118
|
+
return (options.client ?? _heyApiClient).post({
|
|
10119
|
+
security: [
|
|
10120
|
+
{
|
|
10121
|
+
name: 'Authorization',
|
|
10122
|
+
type: 'apiKey'
|
|
10123
|
+
},
|
|
10124
|
+
{
|
|
10125
|
+
scheme: 'bearer',
|
|
10126
|
+
type: 'http'
|
|
10127
|
+
}
|
|
10128
|
+
],
|
|
10129
|
+
url: '/api/marketplace-offering-users/{uuid}/set_deleted/',
|
|
10130
|
+
...options
|
|
10131
|
+
});
|
|
10132
|
+
};
|
|
10133
|
+
/**
|
|
10134
|
+
* Action to begin the deletion process for an offering user.
|
|
10135
|
+
*/
|
|
10136
|
+
export const marketplaceOfferingUsersSetDeleting = (options) => {
|
|
10137
|
+
return (options.client ?? _heyApiClient).post({
|
|
10138
|
+
security: [
|
|
10139
|
+
{
|
|
10140
|
+
name: 'Authorization',
|
|
10141
|
+
type: 'apiKey'
|
|
10142
|
+
},
|
|
10143
|
+
{
|
|
10144
|
+
scheme: 'bearer',
|
|
10145
|
+
type: 'http'
|
|
10146
|
+
}
|
|
10147
|
+
],
|
|
10148
|
+
url: '/api/marketplace-offering-users/{uuid}/set_deleting/',
|
|
10149
|
+
...options
|
|
10150
|
+
});
|
|
10151
|
+
};
|
|
10152
|
+
export const marketplaceOfferingUsersSetErrorCreating = (options) => {
|
|
10153
|
+
return (options.client ?? _heyApiClient).post({
|
|
10154
|
+
security: [
|
|
10155
|
+
{
|
|
10156
|
+
name: 'Authorization',
|
|
10157
|
+
type: 'apiKey'
|
|
10158
|
+
},
|
|
10159
|
+
{
|
|
10160
|
+
scheme: 'bearer',
|
|
10161
|
+
type: 'http'
|
|
10162
|
+
}
|
|
10163
|
+
],
|
|
10164
|
+
url: '/api/marketplace-offering-users/{uuid}/set_error_creating/',
|
|
10165
|
+
...options
|
|
10166
|
+
});
|
|
10167
|
+
};
|
|
10168
|
+
export const marketplaceOfferingUsersSetErrorDeleting = (options) => {
|
|
10169
|
+
return (options.client ?? _heyApiClient).post({
|
|
10170
|
+
security: [
|
|
10171
|
+
{
|
|
10172
|
+
name: 'Authorization',
|
|
10173
|
+
type: 'apiKey'
|
|
10174
|
+
},
|
|
10175
|
+
{
|
|
10176
|
+
scheme: 'bearer',
|
|
10177
|
+
type: 'http'
|
|
10178
|
+
}
|
|
10179
|
+
],
|
|
10180
|
+
url: '/api/marketplace-offering-users/{uuid}/set_error_deleting/',
|
|
10181
|
+
...options
|
|
10182
|
+
});
|
|
10183
|
+
};
|
|
10095
10184
|
export const marketplaceOfferingUsersSetOk = (options) => {
|
|
10096
10185
|
return (options.client ?? _heyApiClient).post({
|
|
10097
10186
|
security: [
|
|
@@ -10164,6 +10253,29 @@ export const marketplaceOfferingUsersSetValidationComplete = (options) => {
|
|
|
10164
10253
|
...options
|
|
10165
10254
|
});
|
|
10166
10255
|
};
|
|
10256
|
+
/**
|
|
10257
|
+
* Action for service providers to update comment and comment URL fields.
|
|
10258
|
+
*/
|
|
10259
|
+
export const marketplaceOfferingUsersUpdateCommentsPartialUpdate = (options) => {
|
|
10260
|
+
return (options.client ?? _heyApiClient).patch({
|
|
10261
|
+
security: [
|
|
10262
|
+
{
|
|
10263
|
+
name: 'Authorization',
|
|
10264
|
+
type: 'apiKey'
|
|
10265
|
+
},
|
|
10266
|
+
{
|
|
10267
|
+
scheme: 'bearer',
|
|
10268
|
+
type: 'http'
|
|
10269
|
+
}
|
|
10270
|
+
],
|
|
10271
|
+
url: '/api/marketplace-offering-users/{uuid}/update_comments/',
|
|
10272
|
+
...options,
|
|
10273
|
+
headers: {
|
|
10274
|
+
'Content-Type': 'application/json',
|
|
10275
|
+
...options.headers
|
|
10276
|
+
}
|
|
10277
|
+
});
|
|
10278
|
+
};
|
|
10167
10279
|
export const marketplaceOfferingUsersUpdateRestricted = (options) => {
|
|
10168
10280
|
return (options.client ?? _heyApiClient).post({
|
|
10169
10281
|
security: [
|
|
@@ -10206,7 +10318,7 @@ export const marketplaceOrdersList = (options) => {
|
|
|
10206
10318
|
/**
|
|
10207
10319
|
* Get number of items in the collection matching the request parameters.
|
|
10208
10320
|
*/
|
|
10209
|
-
export const
|
|
10321
|
+
export const marketplaceOrdersCount = (options) => {
|
|
10210
10322
|
return (options?.client ?? _heyApiClient).head({
|
|
10211
10323
|
security: [
|
|
10212
10324
|
{
|
|
@@ -10460,7 +10572,7 @@ export const marketplacePlanComponentsList = (options) => {
|
|
|
10460
10572
|
/**
|
|
10461
10573
|
* Get number of items in the collection matching the request parameters.
|
|
10462
10574
|
*/
|
|
10463
|
-
export const
|
|
10575
|
+
export const marketplacePlanComponentsCount = (options) => {
|
|
10464
10576
|
return (options?.client ?? _heyApiClient).head({
|
|
10465
10577
|
security: [
|
|
10466
10578
|
{
|
|
@@ -10514,7 +10626,7 @@ export const marketplacePlansList = (options) => {
|
|
|
10514
10626
|
/**
|
|
10515
10627
|
* Get number of items in the collection matching the request parameters.
|
|
10516
10628
|
*/
|
|
10517
|
-
export const
|
|
10629
|
+
export const marketplacePlansCount = (options) => {
|
|
10518
10630
|
return (options?.client ?? _heyApiClient).head({
|
|
10519
10631
|
security: [
|
|
10520
10632
|
{
|
|
@@ -10733,7 +10845,7 @@ export const marketplacePlansUsageStatsList = (options) => {
|
|
|
10733
10845
|
/**
|
|
10734
10846
|
* Get number of items in the collection matching the request parameters.
|
|
10735
10847
|
*/
|
|
10736
|
-
export const
|
|
10848
|
+
export const marketplacePlansUsageStatsCount = (options) => {
|
|
10737
10849
|
return (options?.client ?? _heyApiClient).head({
|
|
10738
10850
|
security: [
|
|
10739
10851
|
{
|
|
@@ -10777,7 +10889,7 @@ export const marketplaceProjectEstimatedCostPoliciesList = (options) => {
|
|
|
10777
10889
|
/**
|
|
10778
10890
|
* Get number of items in the collection matching the request parameters.
|
|
10779
10891
|
*/
|
|
10780
|
-
export const
|
|
10892
|
+
export const marketplaceProjectEstimatedCostPoliciesCount = (options) => {
|
|
10781
10893
|
return (options?.client ?? _heyApiClient).head({
|
|
10782
10894
|
security: [
|
|
10783
10895
|
{
|
|
@@ -10904,7 +11016,7 @@ export const marketplaceProjectEstimatedCostPoliciesActionsRetrieve = (options)
|
|
|
10904
11016
|
/**
|
|
10905
11017
|
* Get number of items in the collection matching the request parameters.
|
|
10906
11018
|
*/
|
|
10907
|
-
export const
|
|
11019
|
+
export const marketplaceProjectEstimatedCostPoliciesActionsCount = (options) => {
|
|
10908
11020
|
return (options?.client ?? _heyApiClient).head({
|
|
10909
11021
|
security: [
|
|
10910
11022
|
{
|
|
@@ -10942,7 +11054,7 @@ export const marketplaceProjectServiceAccountsList = (options) => {
|
|
|
10942
11054
|
/**
|
|
10943
11055
|
* Get number of items in the collection matching the request parameters.
|
|
10944
11056
|
*/
|
|
10945
|
-
export const
|
|
11057
|
+
export const marketplaceProjectServiceAccountsCount = (options) => {
|
|
10946
11058
|
return (options?.client ?? _heyApiClient).head({
|
|
10947
11059
|
security: [
|
|
10948
11060
|
{
|
|
@@ -11088,7 +11200,7 @@ export const marketplaceProjectUpdateRequestsList = (options) => {
|
|
|
11088
11200
|
/**
|
|
11089
11201
|
* Get number of items in the collection matching the request parameters.
|
|
11090
11202
|
*/
|
|
11091
|
-
export const
|
|
11203
|
+
export const marketplaceProjectUpdateRequestsCount = (options) => {
|
|
11092
11204
|
return (options?.client ?? _heyApiClient).head({
|
|
11093
11205
|
security: [
|
|
11094
11206
|
{
|
|
@@ -11188,7 +11300,7 @@ export const marketplaceProviderOfferingsList = (options) => {
|
|
|
11188
11300
|
/**
|
|
11189
11301
|
* Get number of items in the collection matching the request parameters.
|
|
11190
11302
|
*/
|
|
11191
|
-
export const
|
|
11303
|
+
export const marketplaceProviderOfferingsCount = (options) => {
|
|
11192
11304
|
return (options?.client ?? _heyApiClient).head({
|
|
11193
11305
|
security: [
|
|
11194
11306
|
{
|
|
@@ -12138,7 +12250,7 @@ export const marketplaceProviderOfferingsGroupsList = (options) => {
|
|
|
12138
12250
|
/**
|
|
12139
12251
|
* Get number of items in the collection matching the request parameters.
|
|
12140
12252
|
*/
|
|
12141
|
-
export const
|
|
12253
|
+
export const marketplaceProviderOfferingsGroupsCount = (options) => {
|
|
12142
12254
|
return (options?.client ?? _heyApiClient).head({
|
|
12143
12255
|
security: [
|
|
12144
12256
|
{
|
|
@@ -12176,7 +12288,7 @@ export const marketplaceProviderResourcesList = (options) => {
|
|
|
12176
12288
|
/**
|
|
12177
12289
|
* Get number of items in the collection matching the request parameters.
|
|
12178
12290
|
*/
|
|
12179
|
-
export const
|
|
12291
|
+
export const marketplaceProviderResourcesCount = (options) => {
|
|
12180
12292
|
return (options?.client ?? _heyApiClient).head({
|
|
12181
12293
|
security: [
|
|
12182
12294
|
{
|
|
@@ -12712,7 +12824,7 @@ export const marketplacePublicOfferingsList = (options) => {
|
|
|
12712
12824
|
/**
|
|
12713
12825
|
* Get number of items in the collection matching the request parameters.
|
|
12714
12826
|
*/
|
|
12715
|
-
export const
|
|
12827
|
+
export const marketplacePublicOfferingsCount = (options) => {
|
|
12716
12828
|
return (options?.client ?? _heyApiClient).head({
|
|
12717
12829
|
security: [
|
|
12718
12830
|
{
|
|
@@ -12814,7 +12926,7 @@ export const marketplaceRemoteSynchronisationsList = (options) => {
|
|
|
12814
12926
|
/**
|
|
12815
12927
|
* Get number of items in the collection matching the request parameters.
|
|
12816
12928
|
*/
|
|
12817
|
-
export const
|
|
12929
|
+
export const marketplaceRemoteSynchronisationsCount = (options) => {
|
|
12818
12930
|
return (options?.client ?? _heyApiClient).head({
|
|
12819
12931
|
security: [
|
|
12820
12932
|
{
|
|
@@ -12976,7 +13088,7 @@ export const marketplaceResourceUsersList = (options) => {
|
|
|
12976
13088
|
/**
|
|
12977
13089
|
* Get number of items in the collection matching the request parameters.
|
|
12978
13090
|
*/
|
|
12979
|
-
export const
|
|
13091
|
+
export const marketplaceResourceUsersCount = (options) => {
|
|
12980
13092
|
return (options?.client ?? _heyApiClient).head({
|
|
12981
13093
|
security: [
|
|
12982
13094
|
{
|
|
@@ -13066,7 +13178,7 @@ export const marketplaceResourcesList = (options) => {
|
|
|
13066
13178
|
/**
|
|
13067
13179
|
* Get number of items in the collection matching the request parameters.
|
|
13068
13180
|
*/
|
|
13069
|
-
export const
|
|
13181
|
+
export const marketplaceResourcesCount = (options) => {
|
|
13070
13182
|
return (options?.client ?? _heyApiClient).head({
|
|
13071
13183
|
security: [
|
|
13072
13184
|
{
|
|
@@ -13484,7 +13596,7 @@ export const marketplaceRobotAccountsList = (options) => {
|
|
|
13484
13596
|
/**
|
|
13485
13597
|
* Get number of items in the collection matching the request parameters.
|
|
13486
13598
|
*/
|
|
13487
|
-
export const
|
|
13599
|
+
export const marketplaceRobotAccountsCount = (options) => {
|
|
13488
13600
|
return (options?.client ?? _heyApiClient).head({
|
|
13489
13601
|
security: [
|
|
13490
13602
|
{
|
|
@@ -13717,7 +13829,7 @@ export const marketplaceScreenshotsList = (options) => {
|
|
|
13717
13829
|
/**
|
|
13718
13830
|
* Get number of items in the collection matching the request parameters.
|
|
13719
13831
|
*/
|
|
13720
|
-
export const
|
|
13832
|
+
export const marketplaceScreenshotsCount = (options) => {
|
|
13721
13833
|
return (options?.client ?? _heyApiClient).head({
|
|
13722
13834
|
security: [
|
|
13723
13835
|
{
|
|
@@ -13847,7 +13959,7 @@ export const marketplaceScriptAsyncDryRunList = (options) => {
|
|
|
13847
13959
|
/**
|
|
13848
13960
|
* Get number of items in the collection matching the request parameters.
|
|
13849
13961
|
*/
|
|
13850
|
-
export const
|
|
13962
|
+
export const marketplaceScriptAsyncDryRunCount = (options) => {
|
|
13851
13963
|
return (options?.client ?? _heyApiClient).head({
|
|
13852
13964
|
security: [
|
|
13853
13965
|
{
|
|
@@ -13967,7 +14079,7 @@ export const marketplaceSectionsList = (options) => {
|
|
|
13967
14079
|
/**
|
|
13968
14080
|
* Get number of items in the collection matching the request parameters.
|
|
13969
14081
|
*/
|
|
13970
|
-
export const
|
|
14082
|
+
export const marketplaceSectionsCount = (options) => {
|
|
13971
14083
|
return (options?.client ?? _heyApiClient).head({
|
|
13972
14084
|
security: [
|
|
13973
14085
|
{
|
|
@@ -14097,7 +14209,7 @@ export const marketplaceServiceProvidersList = (options) => {
|
|
|
14097
14209
|
/**
|
|
14098
14210
|
* Get number of items in the collection matching the request parameters.
|
|
14099
14211
|
*/
|
|
14100
|
-
export const
|
|
14212
|
+
export const marketplaceServiceProvidersCount = (options) => {
|
|
14101
14213
|
return (options?.client ?? _heyApiClient).head({
|
|
14102
14214
|
security: [
|
|
14103
14215
|
{
|
|
@@ -14584,7 +14696,7 @@ export const marketplaceStatsComponentUsagesList = (options) => {
|
|
|
14584
14696
|
/**
|
|
14585
14697
|
* Get number of items in the collection matching the request parameters.
|
|
14586
14698
|
*/
|
|
14587
|
-
export const
|
|
14699
|
+
export const marketplaceStatsComponentUsagesCount = (options) => {
|
|
14588
14700
|
return (options?.client ?? _heyApiClient).head({
|
|
14589
14701
|
security: [
|
|
14590
14702
|
{
|
|
@@ -14622,7 +14734,7 @@ export const marketplaceStatsComponentUsagesPerMonthList = (options) => {
|
|
|
14622
14734
|
/**
|
|
14623
14735
|
* Get number of items in the collection matching the request parameters.
|
|
14624
14736
|
*/
|
|
14625
|
-
export const
|
|
14737
|
+
export const marketplaceStatsComponentUsagesPerMonthCount = (options) => {
|
|
14626
14738
|
return (options?.client ?? _heyApiClient).head({
|
|
14627
14739
|
security: [
|
|
14628
14740
|
{
|
|
@@ -14660,7 +14772,7 @@ export const marketplaceStatsComponentUsagesPerProjectList = (options) => {
|
|
|
14660
14772
|
/**
|
|
14661
14773
|
* Get number of items in the collection matching the request parameters.
|
|
14662
14774
|
*/
|
|
14663
|
-
export const
|
|
14775
|
+
export const marketplaceStatsComponentUsagesPerProjectCount = (options) => {
|
|
14664
14776
|
return (options?.client ?? _heyApiClient).head({
|
|
14665
14777
|
security: [
|
|
14666
14778
|
{
|
|
@@ -14698,7 +14810,7 @@ export const marketplaceStatsCountActiveResourcesGroupedByOfferingList = (option
|
|
|
14698
14810
|
/**
|
|
14699
14811
|
* Get number of items in the collection matching the request parameters.
|
|
14700
14812
|
*/
|
|
14701
|
-
export const
|
|
14813
|
+
export const marketplaceStatsCountActiveResourcesGroupedByOfferingCount = (options) => {
|
|
14702
14814
|
return (options?.client ?? _heyApiClient).head({
|
|
14703
14815
|
security: [
|
|
14704
14816
|
{
|
|
@@ -14736,7 +14848,7 @@ export const marketplaceStatsCountActiveResourcesGroupedByOfferingCountryList =
|
|
|
14736
14848
|
/**
|
|
14737
14849
|
* Get number of items in the collection matching the request parameters.
|
|
14738
14850
|
*/
|
|
14739
|
-
export const
|
|
14851
|
+
export const marketplaceStatsCountActiveResourcesGroupedByOfferingCountryCount = (options) => {
|
|
14740
14852
|
return (options?.client ?? _heyApiClient).head({
|
|
14741
14853
|
security: [
|
|
14742
14854
|
{
|
|
@@ -14774,7 +14886,7 @@ export const marketplaceStatsCountActiveResourcesGroupedByOrganizationGroupList
|
|
|
14774
14886
|
/**
|
|
14775
14887
|
* Get number of items in the collection matching the request parameters.
|
|
14776
14888
|
*/
|
|
14777
|
-
export const
|
|
14889
|
+
export const marketplaceStatsCountActiveResourcesGroupedByOrganizationGroupCount = (options) => {
|
|
14778
14890
|
return (options?.client ?? _heyApiClient).head({
|
|
14779
14891
|
security: [
|
|
14780
14892
|
{
|
|
@@ -14812,7 +14924,7 @@ export const marketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagList =
|
|
|
14812
14924
|
/**
|
|
14813
14925
|
* Get number of items in the collection matching the request parameters.
|
|
14814
14926
|
*/
|
|
14815
|
-
export const
|
|
14927
|
+
export const marketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagCount = (options) => {
|
|
14816
14928
|
return (options?.client ?? _heyApiClient).head({
|
|
14817
14929
|
security: [
|
|
14818
14930
|
{
|
|
@@ -14850,7 +14962,7 @@ export const marketplaceStatsCountProjectsGroupedByProviderAndOecdList = (option
|
|
|
14850
14962
|
/**
|
|
14851
14963
|
* Get number of items in the collection matching the request parameters.
|
|
14852
14964
|
*/
|
|
14853
|
-
export const
|
|
14965
|
+
export const marketplaceStatsCountProjectsGroupedByProviderAndOecdCount = (options) => {
|
|
14854
14966
|
return (options?.client ?? _heyApiClient).head({
|
|
14855
14967
|
security: [
|
|
14856
14968
|
{
|
|
@@ -14888,7 +15000,7 @@ export const marketplaceStatsCountProjectsOfServiceProvidersList = (options) =>
|
|
|
14888
15000
|
/**
|
|
14889
15001
|
* Get number of items in the collection matching the request parameters.
|
|
14890
15002
|
*/
|
|
14891
|
-
export const
|
|
15003
|
+
export const marketplaceStatsCountProjectsOfServiceProvidersCount = (options) => {
|
|
14892
15004
|
return (options?.client ?? _heyApiClient).head({
|
|
14893
15005
|
security: [
|
|
14894
15006
|
{
|
|
@@ -14926,7 +15038,7 @@ export const marketplaceStatsCountProjectsOfServiceProvidersGroupedByOecdList =
|
|
|
14926
15038
|
/**
|
|
14927
15039
|
* Get number of items in the collection matching the request parameters.
|
|
14928
15040
|
*/
|
|
14929
|
-
export const
|
|
15041
|
+
export const marketplaceStatsCountProjectsOfServiceProvidersGroupedByOecdCount = (options) => {
|
|
14930
15042
|
return (options?.client ?? _heyApiClient).head({
|
|
14931
15043
|
security: [
|
|
14932
15044
|
{
|
|
@@ -14964,7 +15076,7 @@ export const marketplaceStatsCountUniqueUsersConnectedWithActiveResourcesOfServi
|
|
|
14964
15076
|
/**
|
|
14965
15077
|
* Get number of items in the collection matching the request parameters.
|
|
14966
15078
|
*/
|
|
14967
|
-
export const
|
|
15079
|
+
export const marketplaceStatsCountUniqueUsersConnectedWithActiveResourcesOfServiceProviderCount = (options) => {
|
|
14968
15080
|
return (options?.client ?? _heyApiClient).head({
|
|
14969
15081
|
security: [
|
|
14970
15082
|
{
|
|
@@ -15002,7 +15114,7 @@ export const marketplaceStatsCountUsersOfServiceProvidersList = (options) => {
|
|
|
15002
15114
|
/**
|
|
15003
15115
|
* Get number of items in the collection matching the request parameters.
|
|
15004
15116
|
*/
|
|
15005
|
-
export const
|
|
15117
|
+
export const marketplaceStatsCountUsersOfServiceProvidersCount = (options) => {
|
|
15006
15118
|
return (options?.client ?? _heyApiClient).head({
|
|
15007
15119
|
security: [
|
|
15008
15120
|
{
|
|
@@ -15040,7 +15152,7 @@ export const marketplaceStatsCustomerMemberCountList = (options) => {
|
|
|
15040
15152
|
/**
|
|
15041
15153
|
* Get number of items in the collection matching the request parameters.
|
|
15042
15154
|
*/
|
|
15043
|
-
export const
|
|
15155
|
+
export const marketplaceStatsCustomerMemberCountCount = (options) => {
|
|
15044
15156
|
return (options?.client ?? _heyApiClient).head({
|
|
15045
15157
|
security: [
|
|
15046
15158
|
{
|
|
@@ -15078,7 +15190,7 @@ export const marketplaceStatsOfferingsCounterStatsList = (options) => {
|
|
|
15078
15190
|
/**
|
|
15079
15191
|
* Get number of items in the collection matching the request parameters.
|
|
15080
15192
|
*/
|
|
15081
|
-
export const
|
|
15193
|
+
export const marketplaceStatsOfferingsCounterStatsCount = (options) => {
|
|
15082
15194
|
return (options?.client ?? _heyApiClient).head({
|
|
15083
15195
|
security: [
|
|
15084
15196
|
{
|
|
@@ -15116,7 +15228,7 @@ export const marketplaceStatsOrganizationProjectCountList = (options) => {
|
|
|
15116
15228
|
/**
|
|
15117
15229
|
* Get number of items in the collection matching the request parameters.
|
|
15118
15230
|
*/
|
|
15119
|
-
export const
|
|
15231
|
+
export const marketplaceStatsOrganizationProjectCountCount = (options) => {
|
|
15120
15232
|
return (options?.client ?? _heyApiClient).head({
|
|
15121
15233
|
security: [
|
|
15122
15234
|
{
|
|
@@ -15154,7 +15266,7 @@ export const marketplaceStatsOrganizationResourceCountList = (options) => {
|
|
|
15154
15266
|
/**
|
|
15155
15267
|
* Get number of items in the collection matching the request parameters.
|
|
15156
15268
|
*/
|
|
15157
|
-
export const
|
|
15269
|
+
export const marketplaceStatsOrganizationResourceCountCount = (options) => {
|
|
15158
15270
|
return (options?.client ?? _heyApiClient).head({
|
|
15159
15271
|
security: [
|
|
15160
15272
|
{
|
|
@@ -15192,7 +15304,7 @@ export const marketplaceStatsProjectsLimitsGroupedByIndustryFlagRetrieve = (opti
|
|
|
15192
15304
|
/**
|
|
15193
15305
|
* Get number of items in the collection matching the request parameters.
|
|
15194
15306
|
*/
|
|
15195
|
-
export const
|
|
15307
|
+
export const marketplaceStatsProjectsLimitsGroupedByIndustryFlagCount = (options) => {
|
|
15196
15308
|
return (options?.client ?? _heyApiClient).head({
|
|
15197
15309
|
security: [
|
|
15198
15310
|
{
|
|
@@ -15230,7 +15342,7 @@ export const marketplaceStatsProjectsLimitsGroupedByOecdRetrieve = (options) =>
|
|
|
15230
15342
|
/**
|
|
15231
15343
|
* Get number of items in the collection matching the request parameters.
|
|
15232
15344
|
*/
|
|
15233
|
-
export const
|
|
15345
|
+
export const marketplaceStatsProjectsLimitsGroupedByOecdCount = (options) => {
|
|
15234
15346
|
return (options?.client ?? _heyApiClient).head({
|
|
15235
15347
|
security: [
|
|
15236
15348
|
{
|
|
@@ -15268,7 +15380,7 @@ export const marketplaceStatsProjectsUsagesGroupedByIndustryFlagRetrieve = (opti
|
|
|
15268
15380
|
/**
|
|
15269
15381
|
* Get number of items in the collection matching the request parameters.
|
|
15270
15382
|
*/
|
|
15271
|
-
export const
|
|
15383
|
+
export const marketplaceStatsProjectsUsagesGroupedByIndustryFlagCount = (options) => {
|
|
15272
15384
|
return (options?.client ?? _heyApiClient).head({
|
|
15273
15385
|
security: [
|
|
15274
15386
|
{
|
|
@@ -15306,7 +15418,7 @@ export const marketplaceStatsProjectsUsagesGroupedByOecdRetrieve = (options) =>
|
|
|
15306
15418
|
/**
|
|
15307
15419
|
* Get number of items in the collection matching the request parameters.
|
|
15308
15420
|
*/
|
|
15309
|
-
export const
|
|
15421
|
+
export const marketplaceStatsProjectsUsagesGroupedByOecdCount = (options) => {
|
|
15310
15422
|
return (options?.client ?? _heyApiClient).head({
|
|
15311
15423
|
security: [
|
|
15312
15424
|
{
|
|
@@ -15344,7 +15456,7 @@ export const marketplaceStatsResourcesLimitsList = (options) => {
|
|
|
15344
15456
|
/**
|
|
15345
15457
|
* Get number of items in the collection matching the request parameters.
|
|
15346
15458
|
*/
|
|
15347
|
-
export const
|
|
15459
|
+
export const marketplaceStatsResourcesLimitsCount = (options) => {
|
|
15348
15460
|
return (options?.client ?? _heyApiClient).head({
|
|
15349
15461
|
security: [
|
|
15350
15462
|
{
|
|
@@ -15382,7 +15494,7 @@ export const marketplaceStatsTotalCostOfActiveResourcesPerOfferingList = (option
|
|
|
15382
15494
|
/**
|
|
15383
15495
|
* Get number of items in the collection matching the request parameters.
|
|
15384
15496
|
*/
|
|
15385
|
-
export const
|
|
15497
|
+
export const marketplaceStatsTotalCostOfActiveResourcesPerOfferingCount = (options) => {
|
|
15386
15498
|
return (options?.client ?? _heyApiClient).head({
|
|
15387
15499
|
security: [
|
|
15388
15500
|
{
|
|
@@ -15439,7 +15551,7 @@ export const notificationMessagesList = (options) => {
|
|
|
15439
15551
|
/**
|
|
15440
15552
|
* Get number of items in the collection matching the request parameters.
|
|
15441
15553
|
*/
|
|
15442
|
-
export const
|
|
15554
|
+
export const notificationMessagesCount = (options) => {
|
|
15443
15555
|
return (options?.client ?? _heyApiClient).head({
|
|
15444
15556
|
security: [
|
|
15445
15557
|
{
|
|
@@ -15497,7 +15609,7 @@ export const notificationMessagesTemplatesList = (options) => {
|
|
|
15497
15609
|
/**
|
|
15498
15610
|
* Get number of items in the collection matching the request parameters.
|
|
15499
15611
|
*/
|
|
15500
|
-
export const
|
|
15612
|
+
export const notificationMessagesTemplatesCount = (options) => {
|
|
15501
15613
|
return (options?.client ?? _heyApiClient).head({
|
|
15502
15614
|
security: [
|
|
15503
15615
|
{
|
|
@@ -15751,7 +15863,7 @@ export const openstackBackupsList = (options) => {
|
|
|
15751
15863
|
/**
|
|
15752
15864
|
* Get number of items in the collection matching the request parameters.
|
|
15753
15865
|
*/
|
|
15754
|
-
export const
|
|
15866
|
+
export const openstackBackupsCount = (options) => {
|
|
15755
15867
|
return (options?.client ?? _heyApiClient).head({
|
|
15756
15868
|
security: [
|
|
15757
15869
|
{
|
|
@@ -15921,7 +16033,7 @@ export const openstackFlavorsList = (options) => {
|
|
|
15921
16033
|
/**
|
|
15922
16034
|
* Get number of items in the collection matching the request parameters.
|
|
15923
16035
|
*/
|
|
15924
|
-
export const
|
|
16036
|
+
export const openstackFlavorsCount = (options) => {
|
|
15925
16037
|
return (options?.client ?? _heyApiClient).head({
|
|
15926
16038
|
security: [
|
|
15927
16039
|
{
|
|
@@ -15972,7 +16084,7 @@ export const openstackFlavorsUsageStatsRetrieve = (options) => {
|
|
|
15972
16084
|
/**
|
|
15973
16085
|
* Get number of items in the collection matching the request parameters.
|
|
15974
16086
|
*/
|
|
15975
|
-
export const
|
|
16087
|
+
export const openstackFlavorsUsageStatsCount = (options) => {
|
|
15976
16088
|
return (options?.client ?? _heyApiClient).head({
|
|
15977
16089
|
security: [
|
|
15978
16090
|
{
|
|
@@ -16010,7 +16122,7 @@ export const openstackFloatingIpsList = (options) => {
|
|
|
16010
16122
|
/**
|
|
16011
16123
|
* Get number of items in the collection matching the request parameters.
|
|
16012
16124
|
*/
|
|
16013
|
-
export const
|
|
16125
|
+
export const openstackFloatingIpsCount = (options) => {
|
|
16014
16126
|
return (options?.client ?? _heyApiClient).head({
|
|
16015
16127
|
security: [
|
|
16016
16128
|
{
|
|
@@ -16182,7 +16294,7 @@ export const openstackImagesList = (options) => {
|
|
|
16182
16294
|
/**
|
|
16183
16295
|
* Get number of items in the collection matching the request parameters.
|
|
16184
16296
|
*/
|
|
16185
|
-
export const
|
|
16297
|
+
export const openstackImagesCount = (options) => {
|
|
16186
16298
|
return (options?.client ?? _heyApiClient).head({
|
|
16187
16299
|
security: [
|
|
16188
16300
|
{
|
|
@@ -16233,7 +16345,7 @@ export const openstackImagesUsageStatsRetrieve = (options) => {
|
|
|
16233
16345
|
/**
|
|
16234
16346
|
* Get number of items in the collection matching the request parameters.
|
|
16235
16347
|
*/
|
|
16236
|
-
export const
|
|
16348
|
+
export const openstackImagesUsageStatsCount = (options) => {
|
|
16237
16349
|
return (options?.client ?? _heyApiClient).head({
|
|
16238
16350
|
security: [
|
|
16239
16351
|
{
|
|
@@ -16271,7 +16383,7 @@ export const openstackInstanceAvailabilityZonesList = (options) => {
|
|
|
16271
16383
|
/**
|
|
16272
16384
|
* Get number of items in the collection matching the request parameters.
|
|
16273
16385
|
*/
|
|
16274
|
-
export const
|
|
16386
|
+
export const openstackInstanceAvailabilityZonesCount = (options) => {
|
|
16275
16387
|
return (options?.client ?? _heyApiClient).head({
|
|
16276
16388
|
security: [
|
|
16277
16389
|
{
|
|
@@ -16325,7 +16437,7 @@ export const openstackInstancesList = (options) => {
|
|
|
16325
16437
|
/**
|
|
16326
16438
|
* Get number of items in the collection matching the request parameters.
|
|
16327
16439
|
*/
|
|
16328
|
-
export const
|
|
16440
|
+
export const openstackInstancesCount = (options) => {
|
|
16329
16441
|
return (options?.client ?? _heyApiClient).head({
|
|
16330
16442
|
security: [
|
|
16331
16443
|
{
|
|
@@ -16727,7 +16839,7 @@ export const openstackMarketplaceTenantsList = (options) => {
|
|
|
16727
16839
|
/**
|
|
16728
16840
|
* Get number of items in the collection matching the request parameters.
|
|
16729
16841
|
*/
|
|
16730
|
-
export const
|
|
16842
|
+
export const openstackMarketplaceTenantsCount = (options) => {
|
|
16731
16843
|
return (options?.client ?? _heyApiClient).head({
|
|
16732
16844
|
security: [
|
|
16733
16845
|
{
|
|
@@ -16821,7 +16933,7 @@ export const openstackMigrationsList = (options) => {
|
|
|
16821
16933
|
/**
|
|
16822
16934
|
* Get number of items in the collection matching the request parameters.
|
|
16823
16935
|
*/
|
|
16824
|
-
export const
|
|
16936
|
+
export const openstackMigrationsCount = (options) => {
|
|
16825
16937
|
return (options?.client ?? _heyApiClient).head({
|
|
16826
16938
|
security: [
|
|
16827
16939
|
{
|
|
@@ -16951,7 +17063,7 @@ export const openstackNetworkRbacPoliciesList = (options) => {
|
|
|
16951
17063
|
/**
|
|
16952
17064
|
* Get number of items in the collection matching the request parameters.
|
|
16953
17065
|
*/
|
|
16954
|
-
export const
|
|
17066
|
+
export const openstackNetworkRbacPoliciesCount = (options) => {
|
|
16955
17067
|
return (options?.client ?? _heyApiClient).head({
|
|
16956
17068
|
security: [
|
|
16957
17069
|
{
|
|
@@ -17005,7 +17117,7 @@ export const openstackNetworksList = (options) => {
|
|
|
17005
17117
|
/**
|
|
17006
17118
|
* Get number of items in the collection matching the request parameters.
|
|
17007
17119
|
*/
|
|
17008
|
-
export const
|
|
17120
|
+
export const openstackNetworksCount = (options) => {
|
|
17009
17121
|
return (options?.client ?? _heyApiClient).head({
|
|
17010
17122
|
security: [
|
|
17011
17123
|
{
|
|
@@ -17234,7 +17346,7 @@ export const openstackPortsList = (options) => {
|
|
|
17234
17346
|
/**
|
|
17235
17347
|
* Get number of items in the collection matching the request parameters.
|
|
17236
17348
|
*/
|
|
17237
|
-
export const
|
|
17349
|
+
export const openstackPortsCount = (options) => {
|
|
17238
17350
|
return (options?.client ?? _heyApiClient).head({
|
|
17239
17351
|
security: [
|
|
17240
17352
|
{
|
|
@@ -17523,7 +17635,7 @@ export const openstackRoutersList = (options) => {
|
|
|
17523
17635
|
/**
|
|
17524
17636
|
* Get number of items in the collection matching the request parameters.
|
|
17525
17637
|
*/
|
|
17526
|
-
export const
|
|
17638
|
+
export const openstackRoutersCount = (options) => {
|
|
17527
17639
|
return (options?.client ?? _heyApiClient).head({
|
|
17528
17640
|
security: [
|
|
17529
17641
|
{
|
|
@@ -17679,7 +17791,7 @@ export const openstackSecurityGroupsList = (options) => {
|
|
|
17679
17791
|
/**
|
|
17680
17792
|
* Get number of items in the collection matching the request parameters.
|
|
17681
17793
|
*/
|
|
17682
|
-
export const
|
|
17794
|
+
export const openstackSecurityGroupsCount = (options) => {
|
|
17683
17795
|
return (options?.client ?? _heyApiClient).head({
|
|
17684
17796
|
security: [
|
|
17685
17797
|
{
|
|
@@ -17849,7 +17961,7 @@ export const openstackServerGroupsList = (options) => {
|
|
|
17849
17961
|
/**
|
|
17850
17962
|
* Get number of items in the collection matching the request parameters.
|
|
17851
17963
|
*/
|
|
17852
|
-
export const
|
|
17964
|
+
export const openstackServerGroupsCount = (options) => {
|
|
17853
17965
|
return (options?.client ?? _heyApiClient).head({
|
|
17854
17966
|
security: [
|
|
17855
17967
|
{
|
|
@@ -18016,7 +18128,7 @@ export const openstackSnapshotsList = (options) => {
|
|
|
18016
18128
|
/**
|
|
18017
18129
|
* Get number of items in the collection matching the request parameters.
|
|
18018
18130
|
*/
|
|
18019
|
-
export const
|
|
18131
|
+
export const openstackSnapshotsCount = (options) => {
|
|
18020
18132
|
return (options?.client ?? _heyApiClient).head({
|
|
18021
18133
|
security: [
|
|
18022
18134
|
{
|
|
@@ -18205,7 +18317,7 @@ export const openstackSubnetsList = (options) => {
|
|
|
18205
18317
|
/**
|
|
18206
18318
|
* Get number of items in the collection matching the request parameters.
|
|
18207
18319
|
*/
|
|
18208
|
-
export const
|
|
18320
|
+
export const openstackSubnetsCount = (options) => {
|
|
18209
18321
|
return (options?.client ?? _heyApiClient).head({
|
|
18210
18322
|
security: [
|
|
18211
18323
|
{
|
|
@@ -18384,7 +18496,7 @@ export const openstackTenantsList = (options) => {
|
|
|
18384
18496
|
/**
|
|
18385
18497
|
* Get number of items in the collection matching the request parameters.
|
|
18386
18498
|
*/
|
|
18387
|
-
export const
|
|
18499
|
+
export const openstackTenantsCount = (options) => {
|
|
18388
18500
|
return (options?.client ?? _heyApiClient).head({
|
|
18389
18501
|
security: [
|
|
18390
18502
|
{
|
|
@@ -18818,7 +18930,7 @@ export const openstackVolumeAvailabilityZonesList = (options) => {
|
|
|
18818
18930
|
/**
|
|
18819
18931
|
* Get number of items in the collection matching the request parameters.
|
|
18820
18932
|
*/
|
|
18821
|
-
export const
|
|
18933
|
+
export const openstackVolumeAvailabilityZonesCount = (options) => {
|
|
18822
18934
|
return (options?.client ?? _heyApiClient).head({
|
|
18823
18935
|
security: [
|
|
18824
18936
|
{
|
|
@@ -18872,7 +18984,7 @@ export const openstackVolumeTypesList = (options) => {
|
|
|
18872
18984
|
/**
|
|
18873
18985
|
* Get number of items in the collection matching the request parameters.
|
|
18874
18986
|
*/
|
|
18875
|
-
export const
|
|
18987
|
+
export const openstackVolumeTypesCount = (options) => {
|
|
18876
18988
|
return (options?.client ?? _heyApiClient).head({
|
|
18877
18989
|
security: [
|
|
18878
18990
|
{
|
|
@@ -18926,7 +19038,7 @@ export const openstackVolumeTypesNamesRetrieve = (options) => {
|
|
|
18926
19038
|
/**
|
|
18927
19039
|
* Get number of items in the collection matching the request parameters.
|
|
18928
19040
|
*/
|
|
18929
|
-
export const
|
|
19041
|
+
export const openstackVolumeTypesNamesCount = (options) => {
|
|
18930
19042
|
return (options?.client ?? _heyApiClient).head({
|
|
18931
19043
|
security: [
|
|
18932
19044
|
{
|
|
@@ -18964,7 +19076,7 @@ export const openstackVolumesList = (options) => {
|
|
|
18964
19076
|
/**
|
|
18965
19077
|
* Get number of items in the collection matching the request parameters.
|
|
18966
19078
|
*/
|
|
18967
|
-
export const
|
|
19079
|
+
export const openstackVolumesCount = (options) => {
|
|
18968
19080
|
return (options?.client ?? _heyApiClient).head({
|
|
18969
19081
|
security: [
|
|
18970
19082
|
{
|
|
@@ -19206,7 +19318,7 @@ export const organizationGroupsList = (options) => {
|
|
|
19206
19318
|
/**
|
|
19207
19319
|
* Get number of items in the collection matching the request parameters.
|
|
19208
19320
|
*/
|
|
19209
|
-
export const
|
|
19321
|
+
export const organizationGroupsCount = (options) => {
|
|
19210
19322
|
return (options?.client ?? _heyApiClient).head({
|
|
19211
19323
|
security: [
|
|
19212
19324
|
{
|
|
@@ -19372,7 +19484,7 @@ export const paymentProfilesList = (options) => {
|
|
|
19372
19484
|
/**
|
|
19373
19485
|
* Get number of items in the collection matching the request parameters.
|
|
19374
19486
|
*/
|
|
19375
|
-
export const
|
|
19487
|
+
export const paymentProfilesCount = (options) => {
|
|
19376
19488
|
return (options?.client ?? _heyApiClient).head({
|
|
19377
19489
|
security: [
|
|
19378
19490
|
{
|
|
@@ -19518,7 +19630,7 @@ export const paymentsList = (options) => {
|
|
|
19518
19630
|
/**
|
|
19519
19631
|
* Get number of items in the collection matching the request parameters.
|
|
19520
19632
|
*/
|
|
19521
|
-
export const
|
|
19633
|
+
export const paymentsCount = (options) => {
|
|
19522
19634
|
return (options?.client ?? _heyApiClient).head({
|
|
19523
19635
|
security: [
|
|
19524
19636
|
{
|
|
@@ -19690,7 +19802,7 @@ export const projectCreditsList = (options) => {
|
|
|
19690
19802
|
/**
|
|
19691
19803
|
* Get number of items in the collection matching the request parameters.
|
|
19692
19804
|
*/
|
|
19693
|
-
export const
|
|
19805
|
+
export const projectCreditsCount = (options) => {
|
|
19694
19806
|
return (options?.client ?? _heyApiClient).head({
|
|
19695
19807
|
security: [
|
|
19696
19808
|
{
|
|
@@ -19820,7 +19932,7 @@ export const projectQuotasList = (options) => {
|
|
|
19820
19932
|
/**
|
|
19821
19933
|
* Get number of items in the collection matching the request parameters.
|
|
19822
19934
|
*/
|
|
19823
|
-
export const
|
|
19935
|
+
export const projectQuotasCount = (options) => {
|
|
19824
19936
|
return (options?.client ?? _heyApiClient).head({
|
|
19825
19937
|
security: [
|
|
19826
19938
|
{
|
|
@@ -19858,7 +19970,7 @@ export const projectTypesList = (options) => {
|
|
|
19858
19970
|
/**
|
|
19859
19971
|
* Get number of items in the collection matching the request parameters.
|
|
19860
19972
|
*/
|
|
19861
|
-
export const
|
|
19973
|
+
export const projectTypesCount = (options) => {
|
|
19862
19974
|
return (options?.client ?? _heyApiClient).head({
|
|
19863
19975
|
security: [
|
|
19864
19976
|
{
|
|
@@ -19912,7 +20024,7 @@ export const projectsList = (options) => {
|
|
|
19912
20024
|
/**
|
|
19913
20025
|
* Get number of items in the collection matching the request parameters.
|
|
19914
20026
|
*/
|
|
19915
|
-
export const
|
|
20027
|
+
export const projectsCount = (options) => {
|
|
19916
20028
|
return (options?.client ?? _heyApiClient).head({
|
|
19917
20029
|
security: [
|
|
19918
20030
|
{
|
|
@@ -20202,7 +20314,7 @@ export const promotionsCampaignsList = (options) => {
|
|
|
20202
20314
|
/**
|
|
20203
20315
|
* Get number of items in the collection matching the request parameters.
|
|
20204
20316
|
*/
|
|
20205
|
-
export const
|
|
20317
|
+
export const promotionsCampaignsCount = (options) => {
|
|
20206
20318
|
return (options?.client ?? _heyApiClient).head({
|
|
20207
20319
|
security: [
|
|
20208
20320
|
{
|
|
@@ -20388,7 +20500,7 @@ export const proposalProposalsList = (options) => {
|
|
|
20388
20500
|
/**
|
|
20389
20501
|
* Get number of items in the collection matching the request parameters.
|
|
20390
20502
|
*/
|
|
20391
|
-
export const
|
|
20503
|
+
export const proposalProposalsCount = (options) => {
|
|
20392
20504
|
return (options?.client ?? _heyApiClient).head({
|
|
20393
20505
|
security: [
|
|
20394
20506
|
{
|
|
@@ -20878,7 +20990,7 @@ export const proposalProtectedCallsList = (options) => {
|
|
|
20878
20990
|
/**
|
|
20879
20991
|
* Get number of items in the collection matching the request parameters.
|
|
20880
20992
|
*/
|
|
20881
|
-
export const
|
|
20993
|
+
export const proposalProtectedCallsCount = (options) => {
|
|
20882
20994
|
return (options?.client ?? _heyApiClient).head({
|
|
20883
20995
|
security: [
|
|
20884
20996
|
{
|
|
@@ -21591,7 +21703,7 @@ export const proposalPublicCallsList = (options) => {
|
|
|
21591
21703
|
/**
|
|
21592
21704
|
* Get number of items in the collection matching the request parameters.
|
|
21593
21705
|
*/
|
|
21594
|
-
export const
|
|
21706
|
+
export const proposalPublicCallsCount = (options) => {
|
|
21595
21707
|
return (options?.client ?? _heyApiClient).head({
|
|
21596
21708
|
security: [
|
|
21597
21709
|
{
|
|
@@ -21645,7 +21757,7 @@ export const proposalRequestedOfferingsList = (options) => {
|
|
|
21645
21757
|
/**
|
|
21646
21758
|
* Get number of items in the collection matching the request parameters.
|
|
21647
21759
|
*/
|
|
21648
|
-
export const
|
|
21760
|
+
export const proposalRequestedOfferingsCount = (options) => {
|
|
21649
21761
|
return (options?.client ?? _heyApiClient).head({
|
|
21650
21762
|
security: [
|
|
21651
21763
|
{
|
|
@@ -21737,7 +21849,7 @@ export const proposalRequestedResourcesList = (options) => {
|
|
|
21737
21849
|
/**
|
|
21738
21850
|
* Get number of items in the collection matching the request parameters.
|
|
21739
21851
|
*/
|
|
21740
|
-
export const
|
|
21852
|
+
export const proposalRequestedResourcesCount = (options) => {
|
|
21741
21853
|
return (options?.client ?? _heyApiClient).head({
|
|
21742
21854
|
security: [
|
|
21743
21855
|
{
|
|
@@ -21791,7 +21903,7 @@ export const proposalReviewsList = (options) => {
|
|
|
21791
21903
|
/**
|
|
21792
21904
|
* Get number of items in the collection matching the request parameters.
|
|
21793
21905
|
*/
|
|
21794
|
-
export const
|
|
21906
|
+
export const proposalReviewsCount = (options) => {
|
|
21795
21907
|
return (options?.client ?? _heyApiClient).head({
|
|
21796
21908
|
security: [
|
|
21797
21909
|
{
|
|
@@ -21982,7 +22094,7 @@ export const providerInvoiceItemsList = (options) => {
|
|
|
21982
22094
|
/**
|
|
21983
22095
|
* Get number of items in the collection matching the request parameters.
|
|
21984
22096
|
*/
|
|
21985
|
-
export const
|
|
22097
|
+
export const providerInvoiceItemsCount = (options) => {
|
|
21986
22098
|
return (options?.client ?? _heyApiClient).head({
|
|
21987
22099
|
security: [
|
|
21988
22100
|
{
|
|
@@ -22091,7 +22203,7 @@ export const rancherAppsList = (options) => {
|
|
|
22091
22203
|
/**
|
|
22092
22204
|
* Get number of items in the collection matching the request parameters.
|
|
22093
22205
|
*/
|
|
22094
|
-
export const
|
|
22206
|
+
export const rancherAppsCount = (options) => {
|
|
22095
22207
|
return (options?.client ?? _heyApiClient).head({
|
|
22096
22208
|
security: [
|
|
22097
22209
|
{
|
|
@@ -22258,7 +22370,7 @@ export const rancherCatalogsList = (options) => {
|
|
|
22258
22370
|
/**
|
|
22259
22371
|
* Get number of items in the collection matching the request parameters.
|
|
22260
22372
|
*/
|
|
22261
|
-
export const
|
|
22373
|
+
export const rancherCatalogsCount = (options) => {
|
|
22262
22374
|
return (options?.client ?? _heyApiClient).head({
|
|
22263
22375
|
security: [
|
|
22264
22376
|
{
|
|
@@ -22408,7 +22520,7 @@ export const rancherClusterSecurityGroupsList = (options) => {
|
|
|
22408
22520
|
/**
|
|
22409
22521
|
* Get number of items in the collection matching the request parameters.
|
|
22410
22522
|
*/
|
|
22411
|
-
export const
|
|
22523
|
+
export const rancherClusterSecurityGroupsCount = (options) => {
|
|
22412
22524
|
return (options?.client ?? _heyApiClient).head({
|
|
22413
22525
|
security: [
|
|
22414
22526
|
{
|
|
@@ -22502,7 +22614,7 @@ export const rancherClusterTemplatesList = (options) => {
|
|
|
22502
22614
|
/**
|
|
22503
22615
|
* Get number of items in the collection matching the request parameters.
|
|
22504
22616
|
*/
|
|
22505
|
-
export const
|
|
22617
|
+
export const rancherClusterTemplatesCount = (options) => {
|
|
22506
22618
|
return (options?.client ?? _heyApiClient).head({
|
|
22507
22619
|
security: [
|
|
22508
22620
|
{
|
|
@@ -22556,7 +22668,7 @@ export const rancherClustersList = (options) => {
|
|
|
22556
22668
|
/**
|
|
22557
22669
|
* Get number of items in the collection matching the request parameters.
|
|
22558
22670
|
*/
|
|
22559
|
-
export const
|
|
22671
|
+
export const rancherClustersCount = (options) => {
|
|
22560
22672
|
return (options?.client ?? _heyApiClient).head({
|
|
22561
22673
|
security: [
|
|
22562
22674
|
{
|
|
@@ -22763,7 +22875,7 @@ export const rancherHpasList = (options) => {
|
|
|
22763
22875
|
/**
|
|
22764
22876
|
* Get number of items in the collection matching the request parameters.
|
|
22765
22877
|
*/
|
|
22766
|
-
export const
|
|
22878
|
+
export const rancherHpasCount = (options) => {
|
|
22767
22879
|
return (options?.client ?? _heyApiClient).head({
|
|
22768
22880
|
security: [
|
|
22769
22881
|
{
|
|
@@ -22966,7 +23078,7 @@ export const rancherIngressesList = (options) => {
|
|
|
22966
23078
|
/**
|
|
22967
23079
|
* Get number of items in the collection matching the request parameters.
|
|
22968
23080
|
*/
|
|
22969
|
-
export const
|
|
23081
|
+
export const rancherIngressesCount = (options) => {
|
|
22970
23082
|
return (options?.client ?? _heyApiClient).head({
|
|
22971
23083
|
security: [
|
|
22972
23084
|
{
|
|
@@ -23169,7 +23281,7 @@ export const rancherNamespacesList = (options) => {
|
|
|
23169
23281
|
/**
|
|
23170
23282
|
* Get number of items in the collection matching the request parameters.
|
|
23171
23283
|
*/
|
|
23172
|
-
export const
|
|
23284
|
+
export const rancherNamespacesCount = (options) => {
|
|
23173
23285
|
return (options?.client ?? _heyApiClient).head({
|
|
23174
23286
|
security: [
|
|
23175
23287
|
{
|
|
@@ -23223,7 +23335,7 @@ export const rancherNodesList = (options) => {
|
|
|
23223
23335
|
/**
|
|
23224
23336
|
* Get number of items in the collection matching the request parameters.
|
|
23225
23337
|
*/
|
|
23226
|
-
export const
|
|
23338
|
+
export const rancherNodesCount = (options) => {
|
|
23227
23339
|
return (options?.client ?? _heyApiClient).head({
|
|
23228
23340
|
security: [
|
|
23229
23341
|
{
|
|
@@ -23430,7 +23542,7 @@ export const rancherProjectsList = (options) => {
|
|
|
23430
23542
|
/**
|
|
23431
23543
|
* Get number of items in the collection matching the request parameters.
|
|
23432
23544
|
*/
|
|
23433
|
-
export const
|
|
23545
|
+
export const rancherProjectsCount = (options) => {
|
|
23434
23546
|
return (options?.client ?? _heyApiClient).head({
|
|
23435
23547
|
security: [
|
|
23436
23548
|
{
|
|
@@ -23503,7 +23615,7 @@ export const rancherRoleTemplatesList = (options) => {
|
|
|
23503
23615
|
/**
|
|
23504
23616
|
* Get number of items in the collection matching the request parameters.
|
|
23505
23617
|
*/
|
|
23506
|
-
export const
|
|
23618
|
+
export const rancherRoleTemplatesCount = (options) => {
|
|
23507
23619
|
return (options?.client ?? _heyApiClient).head({
|
|
23508
23620
|
security: [
|
|
23509
23621
|
{
|
|
@@ -23557,7 +23669,7 @@ export const rancherServicesList = (options) => {
|
|
|
23557
23669
|
/**
|
|
23558
23670
|
* Get number of items in the collection matching the request parameters.
|
|
23559
23671
|
*/
|
|
23560
|
-
export const
|
|
23672
|
+
export const rancherServicesCount = (options) => {
|
|
23561
23673
|
return (options?.client ?? _heyApiClient).head({
|
|
23562
23674
|
security: [
|
|
23563
23675
|
{
|
|
@@ -23776,7 +23888,7 @@ export const rancherTemplatesList = (options) => {
|
|
|
23776
23888
|
/**
|
|
23777
23889
|
* Get number of items in the collection matching the request parameters.
|
|
23778
23890
|
*/
|
|
23779
|
-
export const
|
|
23891
|
+
export const rancherTemplatesCount = (options) => {
|
|
23780
23892
|
return (options?.client ?? _heyApiClient).head({
|
|
23781
23893
|
security: [
|
|
23782
23894
|
{
|
|
@@ -23830,7 +23942,7 @@ export const rancherUsersList = (options) => {
|
|
|
23830
23942
|
/**
|
|
23831
23943
|
* Get number of items in the collection matching the request parameters.
|
|
23832
23944
|
*/
|
|
23833
|
-
export const
|
|
23945
|
+
export const rancherUsersCount = (options) => {
|
|
23834
23946
|
return (options?.client ?? _heyApiClient).head({
|
|
23835
23947
|
security: [
|
|
23836
23948
|
{
|
|
@@ -23884,7 +23996,7 @@ export const rancherWorkloadsList = (options) => {
|
|
|
23884
23996
|
/**
|
|
23885
23997
|
* Get number of items in the collection matching the request parameters.
|
|
23886
23998
|
*/
|
|
23887
|
-
export const
|
|
23999
|
+
export const rancherWorkloadsCount = (options) => {
|
|
23888
24000
|
return (options?.client ?? _heyApiClient).head({
|
|
23889
24001
|
security: [
|
|
23890
24002
|
{
|
|
@@ -24379,7 +24491,7 @@ export const rolesList = (options) => {
|
|
|
24379
24491
|
/**
|
|
24380
24492
|
* Get number of items in the collection matching the request parameters.
|
|
24381
24493
|
*/
|
|
24382
|
-
export const
|
|
24494
|
+
export const rolesCount = (options) => {
|
|
24383
24495
|
return (options?.client ?? _heyApiClient).head({
|
|
24384
24496
|
security: [
|
|
24385
24497
|
{
|
|
@@ -24561,7 +24673,7 @@ export const serviceSettingsList = (options) => {
|
|
|
24561
24673
|
/**
|
|
24562
24674
|
* Get number of items in the collection matching the request parameters.
|
|
24563
24675
|
*/
|
|
24564
|
-
export const
|
|
24676
|
+
export const serviceSettingsCount = (options) => {
|
|
24565
24677
|
return (options?.client ?? _heyApiClient).head({
|
|
24566
24678
|
security: [
|
|
24567
24679
|
{
|
|
@@ -24615,7 +24727,7 @@ export const slurmAllocationUserUsageList = (options) => {
|
|
|
24615
24727
|
/**
|
|
24616
24728
|
* Get number of items in the collection matching the request parameters.
|
|
24617
24729
|
*/
|
|
24618
|
-
export const
|
|
24730
|
+
export const slurmAllocationUserUsageCount = (options) => {
|
|
24619
24731
|
return (options?.client ?? _heyApiClient).head({
|
|
24620
24732
|
security: [
|
|
24621
24733
|
{
|
|
@@ -24669,7 +24781,7 @@ export const slurmAllocationsList = (options) => {
|
|
|
24669
24781
|
/**
|
|
24670
24782
|
* Get number of items in the collection matching the request parameters.
|
|
24671
24783
|
*/
|
|
24672
|
-
export const
|
|
24784
|
+
export const slurmAllocationsCount = (options) => {
|
|
24673
24785
|
return (options?.client ?? _heyApiClient).head({
|
|
24674
24786
|
security: [
|
|
24675
24787
|
{
|
|
@@ -24856,7 +24968,7 @@ export const slurmAssociationsList = (options) => {
|
|
|
24856
24968
|
/**
|
|
24857
24969
|
* Get number of items in the collection matching the request parameters.
|
|
24858
24970
|
*/
|
|
24859
|
-
export const
|
|
24971
|
+
export const slurmAssociationsCount = (options) => {
|
|
24860
24972
|
return (options?.client ?? _heyApiClient).head({
|
|
24861
24973
|
security: [
|
|
24862
24974
|
{
|
|
@@ -24910,7 +25022,7 @@ export const slurmJobsList = (options) => {
|
|
|
24910
25022
|
/**
|
|
24911
25023
|
* Get number of items in the collection matching the request parameters.
|
|
24912
25024
|
*/
|
|
24913
|
-
export const
|
|
25025
|
+
export const slurmJobsCount = (options) => {
|
|
24914
25026
|
return (options?.client ?? _heyApiClient).head({
|
|
24915
25027
|
security: [
|
|
24916
25028
|
{
|
|
@@ -25077,7 +25189,7 @@ export const supportAttachmentsList = (options) => {
|
|
|
25077
25189
|
/**
|
|
25078
25190
|
* Get number of items in the collection matching the request parameters.
|
|
25079
25191
|
*/
|
|
25080
|
-
export const
|
|
25192
|
+
export const supportAttachmentsCount = (options) => {
|
|
25081
25193
|
return (options?.client ?? _heyApiClient).head({
|
|
25082
25194
|
security: [
|
|
25083
25195
|
{
|
|
@@ -25167,7 +25279,7 @@ export const supportCommentsList = (options) => {
|
|
|
25167
25279
|
/**
|
|
25168
25280
|
* Get number of items in the collection matching the request parameters.
|
|
25169
25281
|
*/
|
|
25170
|
-
export const
|
|
25282
|
+
export const supportCommentsCount = (options) => {
|
|
25171
25283
|
return (options?.client ?? _heyApiClient).head({
|
|
25172
25284
|
security: [
|
|
25173
25285
|
{
|
|
@@ -25309,7 +25421,7 @@ export const supportFeedbacksList = (options) => {
|
|
|
25309
25421
|
/**
|
|
25310
25422
|
* Get number of items in the collection matching the request parameters.
|
|
25311
25423
|
*/
|
|
25312
|
-
export const
|
|
25424
|
+
export const supportFeedbacksCount = (options) => {
|
|
25313
25425
|
return (options?.client ?? _heyApiClient).head({
|
|
25314
25426
|
security: [
|
|
25315
25427
|
{
|
|
@@ -25383,7 +25495,7 @@ export const supportIssuesList = (options) => {
|
|
|
25383
25495
|
/**
|
|
25384
25496
|
* Get number of items in the collection matching the request parameters.
|
|
25385
25497
|
*/
|
|
25386
|
-
export const
|
|
25498
|
+
export const supportIssuesCount = (options) => {
|
|
25387
25499
|
return (options?.client ?? _heyApiClient).head({
|
|
25388
25500
|
security: [
|
|
25389
25501
|
{
|
|
@@ -25563,7 +25675,7 @@ export const supportPrioritiesList = (options) => {
|
|
|
25563
25675
|
/**
|
|
25564
25676
|
* Get number of items in the collection matching the request parameters.
|
|
25565
25677
|
*/
|
|
25566
|
-
export const
|
|
25678
|
+
export const supportPrioritiesCount = (options) => {
|
|
25567
25679
|
return (options?.client ?? _heyApiClient).head({
|
|
25568
25680
|
security: [
|
|
25569
25681
|
{
|
|
@@ -25643,7 +25755,7 @@ export const supportTemplatesList = (options) => {
|
|
|
25643
25755
|
/**
|
|
25644
25756
|
* Get number of items in the collection matching the request parameters.
|
|
25645
25757
|
*/
|
|
25646
|
-
export const
|
|
25758
|
+
export const supportTemplatesCount = (options) => {
|
|
25647
25759
|
return (options?.client ?? _heyApiClient).head({
|
|
25648
25760
|
security: [
|
|
25649
25761
|
{
|
|
@@ -25816,7 +25928,7 @@ export const supportUsersList = (options) => {
|
|
|
25816
25928
|
/**
|
|
25817
25929
|
* Get number of items in the collection matching the request parameters.
|
|
25818
25930
|
*/
|
|
25819
|
-
export const
|
|
25931
|
+
export const supportUsersCount = (options) => {
|
|
25820
25932
|
return (options?.client ?? _heyApiClient).head({
|
|
25821
25933
|
security: [
|
|
25822
25934
|
{
|
|
@@ -25914,7 +26026,7 @@ export const userAgreementsList = (options) => {
|
|
|
25914
26026
|
/**
|
|
25915
26027
|
* Get number of items in the collection matching the request parameters.
|
|
25916
26028
|
*/
|
|
25917
|
-
export const
|
|
26029
|
+
export const userAgreementsCount = (options) => {
|
|
25918
26030
|
return (options?.client ?? _heyApiClient).head({
|
|
25919
26031
|
security: [
|
|
25920
26032
|
{
|
|
@@ -26044,7 +26156,7 @@ export const userGroupInvitationsList = (options) => {
|
|
|
26044
26156
|
/**
|
|
26045
26157
|
* Get number of items in the collection matching the request parameters.
|
|
26046
26158
|
*/
|
|
26047
|
-
export const
|
|
26159
|
+
export const userGroupInvitationsCount = (options) => {
|
|
26048
26160
|
return (options?.client ?? _heyApiClient).head({
|
|
26049
26161
|
security: [
|
|
26050
26162
|
{
|
|
@@ -26172,7 +26284,7 @@ export const userInvitationsList = (options) => {
|
|
|
26172
26284
|
/**
|
|
26173
26285
|
* Get number of items in the collection matching the request parameters.
|
|
26174
26286
|
*/
|
|
26175
|
-
export const
|
|
26287
|
+
export const userInvitationsCount = (options) => {
|
|
26176
26288
|
return (options?.client ?? _heyApiClient).head({
|
|
26177
26289
|
security: [
|
|
26178
26290
|
{
|
|
@@ -26393,7 +26505,7 @@ export const userPermissionRequestsList = (options) => {
|
|
|
26393
26505
|
/**
|
|
26394
26506
|
* Get number of items in the collection matching the request parameters.
|
|
26395
26507
|
*/
|
|
26396
|
-
export const
|
|
26508
|
+
export const userPermissionRequestsCount = (options) => {
|
|
26397
26509
|
return (options?.client ?? _heyApiClient).head({
|
|
26398
26510
|
security: [
|
|
26399
26511
|
{
|
|
@@ -26487,7 +26599,7 @@ export const userPermissionsList = (options) => {
|
|
|
26487
26599
|
/**
|
|
26488
26600
|
* Get number of items in the collection matching the request parameters.
|
|
26489
26601
|
*/
|
|
26490
|
-
export const
|
|
26602
|
+
export const userPermissionsCount = (options) => {
|
|
26491
26603
|
return (options?.client ?? _heyApiClient).head({
|
|
26492
26604
|
security: [
|
|
26493
26605
|
{
|
|
@@ -26541,7 +26653,7 @@ export const usersList = (options) => {
|
|
|
26541
26653
|
/**
|
|
26542
26654
|
* Get number of items in the collection matching the request parameters.
|
|
26543
26655
|
*/
|
|
26544
|
-
export const
|
|
26656
|
+
export const usersCount = (options) => {
|
|
26545
26657
|
return (options?.client ?? _heyApiClient).head({
|
|
26546
26658
|
security: [
|
|
26547
26659
|
{
|
|
@@ -26813,7 +26925,7 @@ export const usersMeRetrieve = (options) => {
|
|
|
26813
26925
|
/**
|
|
26814
26926
|
* Get number of items in the collection matching the request parameters.
|
|
26815
26927
|
*/
|
|
26816
|
-
export const
|
|
26928
|
+
export const usersMeCount = (options) => {
|
|
26817
26929
|
return (options?.client ?? _heyApiClient).head({
|
|
26818
26930
|
security: [
|
|
26819
26931
|
{
|
|
@@ -26870,7 +26982,7 @@ export const vmwareClustersList = (options) => {
|
|
|
26870
26982
|
/**
|
|
26871
26983
|
* Get number of items in the collection matching the request parameters.
|
|
26872
26984
|
*/
|
|
26873
|
-
export const
|
|
26985
|
+
export const vmwareClustersCount = (options) => {
|
|
26874
26986
|
return (options?.client ?? _heyApiClient).head({
|
|
26875
26987
|
security: [
|
|
26876
26988
|
{
|
|
@@ -26924,7 +27036,7 @@ export const vmwareDatastoresList = (options) => {
|
|
|
26924
27036
|
/**
|
|
26925
27037
|
* Get number of items in the collection matching the request parameters.
|
|
26926
27038
|
*/
|
|
26927
|
-
export const
|
|
27039
|
+
export const vmwareDatastoresCount = (options) => {
|
|
26928
27040
|
return (options?.client ?? _heyApiClient).head({
|
|
26929
27041
|
security: [
|
|
26930
27042
|
{
|
|
@@ -26978,7 +27090,7 @@ export const vmwareDisksList = (options) => {
|
|
|
26978
27090
|
/**
|
|
26979
27091
|
* Get number of items in the collection matching the request parameters.
|
|
26980
27092
|
*/
|
|
26981
|
-
export const
|
|
27093
|
+
export const vmwareDisksCount = (options) => {
|
|
26982
27094
|
return (options?.client ?? _heyApiClient).head({
|
|
26983
27095
|
security: [
|
|
26984
27096
|
{
|
|
@@ -27108,7 +27220,7 @@ export const vmwareFoldersList = (options) => {
|
|
|
27108
27220
|
/**
|
|
27109
27221
|
* Get number of items in the collection matching the request parameters.
|
|
27110
27222
|
*/
|
|
27111
|
-
export const
|
|
27223
|
+
export const vmwareFoldersCount = (options) => {
|
|
27112
27224
|
return (options?.client ?? _heyApiClient).head({
|
|
27113
27225
|
security: [
|
|
27114
27226
|
{
|
|
@@ -27178,7 +27290,7 @@ export const vmwareNetworksList = (options) => {
|
|
|
27178
27290
|
/**
|
|
27179
27291
|
* Get number of items in the collection matching the request parameters.
|
|
27180
27292
|
*/
|
|
27181
|
-
export const
|
|
27293
|
+
export const vmwareNetworksCount = (options) => {
|
|
27182
27294
|
return (options?.client ?? _heyApiClient).head({
|
|
27183
27295
|
security: [
|
|
27184
27296
|
{
|
|
@@ -27232,7 +27344,7 @@ export const vmwarePortsList = (options) => {
|
|
|
27232
27344
|
/**
|
|
27233
27345
|
* Get number of items in the collection matching the request parameters.
|
|
27234
27346
|
*/
|
|
27235
|
-
export const
|
|
27347
|
+
export const vmwarePortsCount = (options) => {
|
|
27236
27348
|
return (options?.client ?? _heyApiClient).head({
|
|
27237
27349
|
security: [
|
|
27238
27350
|
{
|
|
@@ -27339,7 +27451,7 @@ export const vmwareTemplatesList = (options) => {
|
|
|
27339
27451
|
/**
|
|
27340
27452
|
* Get number of items in the collection matching the request parameters.
|
|
27341
27453
|
*/
|
|
27342
|
-
export const
|
|
27454
|
+
export const vmwareTemplatesCount = (options) => {
|
|
27343
27455
|
return (options?.client ?? _heyApiClient).head({
|
|
27344
27456
|
security: [
|
|
27345
27457
|
{
|
|
@@ -27393,7 +27505,7 @@ export const vmwareVirtualMachineList = (options) => {
|
|
|
27393
27505
|
/**
|
|
27394
27506
|
* Get number of items in the collection matching the request parameters.
|
|
27395
27507
|
*/
|
|
27396
|
-
export const
|
|
27508
|
+
export const vmwareVirtualMachineCount = (options) => {
|
|
27397
27509
|
return (options?.client ?? _heyApiClient).head({
|
|
27398
27510
|
security: [
|
|
27399
27511
|
{
|