waldur-js-client 7.7.4 → 7.7.5-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sdk.gen.d.ts +264 -227
- package/dist/sdk.gen.js +361 -226
- package/dist/types.gen.d.ts +217 -10
- package/package.json +1 -1
package/dist/sdk.gen.js
CHANGED
|
@@ -168,7 +168,7 @@ export const accessSubnetsList = (options) => {
|
|
|
168
168
|
});
|
|
169
169
|
};
|
|
170
170
|
/**
|
|
171
|
-
*
|
|
171
|
+
* Get number of items in the collection matching the request parameters.
|
|
172
172
|
*/
|
|
173
173
|
export const accessSubnetsHead = (options) => {
|
|
174
174
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -298,7 +298,7 @@ export const adminAnnouncementsList = (options) => {
|
|
|
298
298
|
});
|
|
299
299
|
};
|
|
300
300
|
/**
|
|
301
|
-
*
|
|
301
|
+
* Get number of items in the collection matching the request parameters.
|
|
302
302
|
*/
|
|
303
303
|
export const adminAnnouncementsHead = (options) => {
|
|
304
304
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -428,7 +428,7 @@ export const authTokensList = (options) => {
|
|
|
428
428
|
});
|
|
429
429
|
};
|
|
430
430
|
/**
|
|
431
|
-
*
|
|
431
|
+
* Get number of items in the collection matching the request parameters.
|
|
432
432
|
*/
|
|
433
433
|
export const authTokensHead = (options) => {
|
|
434
434
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -551,7 +551,7 @@ export const autoprovisioningRulesList = (options) => {
|
|
|
551
551
|
});
|
|
552
552
|
};
|
|
553
553
|
/**
|
|
554
|
-
*
|
|
554
|
+
* Get number of items in the collection matching the request parameters.
|
|
555
555
|
*/
|
|
556
556
|
export const autoprovisioningRulesHead = (options) => {
|
|
557
557
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -696,7 +696,7 @@ export const awsImagesList = (options) => {
|
|
|
696
696
|
});
|
|
697
697
|
};
|
|
698
698
|
/**
|
|
699
|
-
*
|
|
699
|
+
* Get number of items in the collection matching the request parameters.
|
|
700
700
|
*/
|
|
701
701
|
export const awsImagesHead = (options) => {
|
|
702
702
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -750,7 +750,7 @@ export const awsInstancesList = (options) => {
|
|
|
750
750
|
});
|
|
751
751
|
};
|
|
752
752
|
/**
|
|
753
|
-
*
|
|
753
|
+
* Get number of items in the collection matching the request parameters.
|
|
754
754
|
*/
|
|
755
755
|
export const awsInstancesHead = (options) => {
|
|
756
756
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -985,7 +985,7 @@ export const awsRegionsList = (options) => {
|
|
|
985
985
|
});
|
|
986
986
|
};
|
|
987
987
|
/**
|
|
988
|
-
*
|
|
988
|
+
* Get number of items in the collection matching the request parameters.
|
|
989
989
|
*/
|
|
990
990
|
export const awsRegionsHead = (options) => {
|
|
991
991
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -1039,7 +1039,7 @@ export const awsSizesList = (options) => {
|
|
|
1039
1039
|
});
|
|
1040
1040
|
};
|
|
1041
1041
|
/**
|
|
1042
|
-
*
|
|
1042
|
+
* Get number of items in the collection matching the request parameters.
|
|
1043
1043
|
*/
|
|
1044
1044
|
export const awsSizesHead = (options) => {
|
|
1045
1045
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -1093,7 +1093,7 @@ export const awsVolumesList = (options) => {
|
|
|
1093
1093
|
});
|
|
1094
1094
|
};
|
|
1095
1095
|
/**
|
|
1096
|
-
*
|
|
1096
|
+
* Get number of items in the collection matching the request parameters.
|
|
1097
1097
|
*/
|
|
1098
1098
|
export const awsVolumesHead = (options) => {
|
|
1099
1099
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -1292,7 +1292,7 @@ export const azureImagesList = (options) => {
|
|
|
1292
1292
|
});
|
|
1293
1293
|
};
|
|
1294
1294
|
/**
|
|
1295
|
-
*
|
|
1295
|
+
* Get number of items in the collection matching the request parameters.
|
|
1296
1296
|
*/
|
|
1297
1297
|
export const azureImagesHead = (options) => {
|
|
1298
1298
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -1346,7 +1346,7 @@ export const azureLocationsList = (options) => {
|
|
|
1346
1346
|
});
|
|
1347
1347
|
};
|
|
1348
1348
|
/**
|
|
1349
|
-
*
|
|
1349
|
+
* Get number of items in the collection matching the request parameters.
|
|
1350
1350
|
*/
|
|
1351
1351
|
export const azureLocationsHead = (options) => {
|
|
1352
1352
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -1400,7 +1400,7 @@ export const azurePublicIpsList = (options) => {
|
|
|
1400
1400
|
});
|
|
1401
1401
|
};
|
|
1402
1402
|
/**
|
|
1403
|
-
*
|
|
1403
|
+
* Get number of items in the collection matching the request parameters.
|
|
1404
1404
|
*/
|
|
1405
1405
|
export const azurePublicIpsHead = (options) => {
|
|
1406
1406
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -1567,7 +1567,7 @@ export const azureResourceGroupsList = (options) => {
|
|
|
1567
1567
|
});
|
|
1568
1568
|
};
|
|
1569
1569
|
/**
|
|
1570
|
-
*
|
|
1570
|
+
* Get number of items in the collection matching the request parameters.
|
|
1571
1571
|
*/
|
|
1572
1572
|
export const azureResourceGroupsHead = (options) => {
|
|
1573
1573
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -1621,7 +1621,7 @@ export const azureSizesList = (options) => {
|
|
|
1621
1621
|
});
|
|
1622
1622
|
};
|
|
1623
1623
|
/**
|
|
1624
|
-
*
|
|
1624
|
+
* Get number of items in the collection matching the request parameters.
|
|
1625
1625
|
*/
|
|
1626
1626
|
export const azureSizesHead = (options) => {
|
|
1627
1627
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -1675,7 +1675,7 @@ export const azureSqlDatabasesList = (options) => {
|
|
|
1675
1675
|
});
|
|
1676
1676
|
};
|
|
1677
1677
|
/**
|
|
1678
|
-
*
|
|
1678
|
+
* Get number of items in the collection matching the request parameters.
|
|
1679
1679
|
*/
|
|
1680
1680
|
export const azureSqlDatabasesHead = (options) => {
|
|
1681
1681
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -1842,7 +1842,7 @@ export const azureSqlServersList = (options) => {
|
|
|
1842
1842
|
});
|
|
1843
1843
|
};
|
|
1844
1844
|
/**
|
|
1845
|
-
*
|
|
1845
|
+
* Get number of items in the collection matching the request parameters.
|
|
1846
1846
|
*/
|
|
1847
1847
|
export const azureSqlServersHead = (options) => {
|
|
1848
1848
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -2029,7 +2029,7 @@ export const azureVirtualmachinesList = (options) => {
|
|
|
2029
2029
|
});
|
|
2030
2030
|
};
|
|
2031
2031
|
/**
|
|
2032
|
-
*
|
|
2032
|
+
* Get number of items in the collection matching the request parameters.
|
|
2033
2033
|
*/
|
|
2034
2034
|
export const azureVirtualmachinesHead = (options) => {
|
|
2035
2035
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -2244,7 +2244,7 @@ export const backendResourceRequestsList = (options) => {
|
|
|
2244
2244
|
});
|
|
2245
2245
|
};
|
|
2246
2246
|
/**
|
|
2247
|
-
*
|
|
2247
|
+
* Get number of items in the collection matching the request parameters.
|
|
2248
2248
|
*/
|
|
2249
2249
|
export const backendResourceRequestsHead = (options) => {
|
|
2250
2250
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -2370,7 +2370,7 @@ export const backendResourcesList = (options) => {
|
|
|
2370
2370
|
});
|
|
2371
2371
|
};
|
|
2372
2372
|
/**
|
|
2373
|
-
*
|
|
2373
|
+
* Get number of items in the collection matching the request parameters.
|
|
2374
2374
|
*/
|
|
2375
2375
|
export const backendResourcesHead = (options) => {
|
|
2376
2376
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -2496,7 +2496,7 @@ export const bookingOfferingsList = (options) => {
|
|
|
2496
2496
|
});
|
|
2497
2497
|
};
|
|
2498
2498
|
/**
|
|
2499
|
-
*
|
|
2499
|
+
* Get number of items in the collection matching the request parameters.
|
|
2500
2500
|
*/
|
|
2501
2501
|
export const bookingOfferingsHead = (options) => {
|
|
2502
2502
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -2598,7 +2598,7 @@ export const bookingResourcesList = (options) => {
|
|
|
2598
2598
|
});
|
|
2599
2599
|
};
|
|
2600
2600
|
/**
|
|
2601
|
-
*
|
|
2601
|
+
* Get number of items in the collection matching the request parameters.
|
|
2602
2602
|
*/
|
|
2603
2603
|
export const bookingResourcesHead = (options) => {
|
|
2604
2604
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -2684,7 +2684,7 @@ export const broadcastMessageTemplatesList = (options) => {
|
|
|
2684
2684
|
});
|
|
2685
2685
|
};
|
|
2686
2686
|
/**
|
|
2687
|
-
*
|
|
2687
|
+
* Get number of items in the collection matching the request parameters.
|
|
2688
2688
|
*/
|
|
2689
2689
|
export const broadcastMessageTemplatesHead = (options) => {
|
|
2690
2690
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -2814,7 +2814,7 @@ export const broadcastMessagesList = (options) => {
|
|
|
2814
2814
|
});
|
|
2815
2815
|
};
|
|
2816
2816
|
/**
|
|
2817
|
-
*
|
|
2817
|
+
* Get number of items in the collection matching the request parameters.
|
|
2818
2818
|
*/
|
|
2819
2819
|
export const broadcastMessagesHead = (options) => {
|
|
2820
2820
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -2972,6 +2972,9 @@ export const broadcastMessagesRecipientsRetrieve = (options) => {
|
|
|
2972
2972
|
...options
|
|
2973
2973
|
});
|
|
2974
2974
|
};
|
|
2975
|
+
/**
|
|
2976
|
+
* Get number of items in the collection matching the request parameters.
|
|
2977
|
+
*/
|
|
2975
2978
|
export const broadcastMessagesRecipientsHead = (options) => {
|
|
2976
2979
|
return (options?.client ?? _heyApiClient).head({
|
|
2977
2980
|
security: [
|
|
@@ -3008,7 +3011,7 @@ export const callManagingOrganisationsList = (options) => {
|
|
|
3008
3011
|
});
|
|
3009
3012
|
};
|
|
3010
3013
|
/**
|
|
3011
|
-
*
|
|
3014
|
+
* Get number of items in the collection matching the request parameters.
|
|
3012
3015
|
*/
|
|
3013
3016
|
export const callManagingOrganisationsHead = (options) => {
|
|
3014
3017
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -3233,7 +3236,7 @@ export const callProposalProjectRoleMappingsList = (options) => {
|
|
|
3233
3236
|
});
|
|
3234
3237
|
};
|
|
3235
3238
|
/**
|
|
3236
|
-
*
|
|
3239
|
+
* Get number of items in the collection matching the request parameters.
|
|
3237
3240
|
*/
|
|
3238
3241
|
export const callProposalProjectRoleMappingsHead = (options) => {
|
|
3239
3242
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -3363,7 +3366,7 @@ export const callRoundsList = (options) => {
|
|
|
3363
3366
|
});
|
|
3364
3367
|
};
|
|
3365
3368
|
/**
|
|
3366
|
-
*
|
|
3369
|
+
* Get number of items in the collection matching the request parameters.
|
|
3367
3370
|
*/
|
|
3368
3371
|
export const callRoundsHead = (options) => {
|
|
3369
3372
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -3452,7 +3455,7 @@ export const componentUserUsageLimitsList = (options) => {
|
|
|
3452
3455
|
});
|
|
3453
3456
|
};
|
|
3454
3457
|
/**
|
|
3455
|
-
*
|
|
3458
|
+
* Get number of items in the collection matching the request parameters.
|
|
3456
3459
|
*/
|
|
3457
3460
|
export const componentUserUsageLimitsHead = (options) => {
|
|
3458
3461
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -3601,7 +3604,7 @@ export const customerCreditsList = (options) => {
|
|
|
3601
3604
|
});
|
|
3602
3605
|
};
|
|
3603
3606
|
/**
|
|
3604
|
-
*
|
|
3607
|
+
* Get number of items in the collection matching the request parameters.
|
|
3605
3608
|
*/
|
|
3606
3609
|
export const customerCreditsHead = (options) => {
|
|
3607
3610
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -3790,7 +3793,7 @@ export const customerPermissionsReviewsList = (options) => {
|
|
|
3790
3793
|
});
|
|
3791
3794
|
};
|
|
3792
3795
|
/**
|
|
3793
|
-
*
|
|
3796
|
+
* Get number of items in the collection matching the request parameters.
|
|
3794
3797
|
*/
|
|
3795
3798
|
export const customerPermissionsReviewsHead = (options) => {
|
|
3796
3799
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -3863,7 +3866,7 @@ export const customerQuotasList = (options) => {
|
|
|
3863
3866
|
});
|
|
3864
3867
|
};
|
|
3865
3868
|
/**
|
|
3866
|
-
*
|
|
3869
|
+
* Get number of items in the collection matching the request parameters.
|
|
3867
3870
|
*/
|
|
3868
3871
|
export const customerQuotasHead = (options) => {
|
|
3869
3872
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -3917,23 +3920,7 @@ export const customersList = (options) => {
|
|
|
3917
3920
|
});
|
|
3918
3921
|
};
|
|
3919
3922
|
/**
|
|
3920
|
-
*
|
|
3921
|
-
* only see connected customers:
|
|
3922
|
-
*
|
|
3923
|
-
* - customers that the user owns
|
|
3924
|
-
* - customers that have a project where user has a role
|
|
3925
|
-
*
|
|
3926
|
-
* Staff also can filter customers by user UUID, for example /api/customers/?user_uuid=<UUID>
|
|
3927
|
-
*
|
|
3928
|
-
* Staff also can filter customers by exists accounting_start_date, for example:
|
|
3929
|
-
*
|
|
3930
|
-
* The first category:
|
|
3931
|
-
* /api/customers/?accounting_is_running=True
|
|
3932
|
-
* has accounting_start_date empty (i.e. accounting starts at once)
|
|
3933
|
-
* has accounting_start_date in the past (i.e. has already started).
|
|
3934
|
-
*
|
|
3935
|
-
* Those that are not in the first:
|
|
3936
|
-
* /api/customers/?accounting_is_running=False # exists accounting_start_date
|
|
3923
|
+
* Get number of items in the collection matching the request parameters.
|
|
3937
3924
|
*/
|
|
3938
3925
|
export const customersHead = (options) => {
|
|
3939
3926
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -4258,7 +4245,7 @@ export const customersCountriesList = (options) => {
|
|
|
4258
4245
|
});
|
|
4259
4246
|
};
|
|
4260
4247
|
/**
|
|
4261
|
-
*
|
|
4248
|
+
* Get number of items in the collection matching the request parameters.
|
|
4262
4249
|
*/
|
|
4263
4250
|
export const customersCountriesHead = (options) => {
|
|
4264
4251
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -4328,7 +4315,7 @@ export const digitaloceanDropletsList = (options) => {
|
|
|
4328
4315
|
});
|
|
4329
4316
|
};
|
|
4330
4317
|
/**
|
|
4331
|
-
*
|
|
4318
|
+
* Get number of items in the collection matching the request parameters.
|
|
4332
4319
|
*/
|
|
4333
4320
|
export const digitaloceanDropletsHead = (options) => {
|
|
4334
4321
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -4575,7 +4562,7 @@ export const digitaloceanImagesList = (options) => {
|
|
|
4575
4562
|
});
|
|
4576
4563
|
};
|
|
4577
4564
|
/**
|
|
4578
|
-
*
|
|
4565
|
+
* Get number of items in the collection matching the request parameters.
|
|
4579
4566
|
*/
|
|
4580
4567
|
export const digitaloceanImagesHead = (options) => {
|
|
4581
4568
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -4629,7 +4616,7 @@ export const digitaloceanRegionsList = (options) => {
|
|
|
4629
4616
|
});
|
|
4630
4617
|
};
|
|
4631
4618
|
/**
|
|
4632
|
-
*
|
|
4619
|
+
* Get number of items in the collection matching the request parameters.
|
|
4633
4620
|
*/
|
|
4634
4621
|
export const digitaloceanRegionsHead = (options) => {
|
|
4635
4622
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -4683,7 +4670,7 @@ export const digitaloceanSizesList = (options) => {
|
|
|
4683
4670
|
});
|
|
4684
4671
|
};
|
|
4685
4672
|
/**
|
|
4686
|
-
*
|
|
4673
|
+
* Get number of items in the collection matching the request parameters.
|
|
4687
4674
|
*/
|
|
4688
4675
|
export const digitaloceanSizesHead = (options) => {
|
|
4689
4676
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -4737,7 +4724,7 @@ export const emailLogsList = (options) => {
|
|
|
4737
4724
|
});
|
|
4738
4725
|
};
|
|
4739
4726
|
/**
|
|
4740
|
-
*
|
|
4727
|
+
* Get number of items in the collection matching the request parameters.
|
|
4741
4728
|
*/
|
|
4742
4729
|
export const emailLogsHead = (options) => {
|
|
4743
4730
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -4791,7 +4778,7 @@ export const eventSubscriptionsList = (options) => {
|
|
|
4791
4778
|
});
|
|
4792
4779
|
};
|
|
4793
4780
|
/**
|
|
4794
|
-
*
|
|
4781
|
+
* Get number of items in the collection matching the request parameters.
|
|
4795
4782
|
*/
|
|
4796
4783
|
export const eventSubscriptionsHead = (options) => {
|
|
4797
4784
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -4881,7 +4868,7 @@ export const eventsList = (options) => {
|
|
|
4881
4868
|
});
|
|
4882
4869
|
};
|
|
4883
4870
|
/**
|
|
4884
|
-
*
|
|
4871
|
+
* Get number of items in the collection matching the request parameters.
|
|
4885
4872
|
*/
|
|
4886
4873
|
export const eventsHead = (options) => {
|
|
4887
4874
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -4919,7 +4906,7 @@ export const eventsStatsList = (options) => {
|
|
|
4919
4906
|
});
|
|
4920
4907
|
};
|
|
4921
4908
|
/**
|
|
4922
|
-
*
|
|
4909
|
+
* Get number of items in the collection matching the request parameters.
|
|
4923
4910
|
*/
|
|
4924
4911
|
export const eventsStatsHead = (options) => {
|
|
4925
4912
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -4969,6 +4956,9 @@ export const eventsCountRetrieve = (options) => {
|
|
|
4969
4956
|
...options
|
|
4970
4957
|
});
|
|
4971
4958
|
};
|
|
4959
|
+
/**
|
|
4960
|
+
* Get number of items in the collection matching the request parameters.
|
|
4961
|
+
*/
|
|
4972
4962
|
export const eventsCountHead = (options) => {
|
|
4973
4963
|
return (options?.client ?? _heyApiClient).head({
|
|
4974
4964
|
security: [
|
|
@@ -5006,8 +4996,7 @@ export const eventsEventGroupsRetrieve = (options) => {
|
|
|
5006
4996
|
});
|
|
5007
4997
|
};
|
|
5008
4998
|
/**
|
|
5009
|
-
*
|
|
5010
|
-
* Group is used in exclude_features query param.
|
|
4999
|
+
* Get number of items in the collection matching the request parameters.
|
|
5011
5000
|
*/
|
|
5012
5001
|
export const eventsEventGroupsHead = (options) => {
|
|
5013
5002
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -5045,7 +5034,7 @@ export const eventsScopeTypesRetrieve = (options) => {
|
|
|
5045
5034
|
});
|
|
5046
5035
|
};
|
|
5047
5036
|
/**
|
|
5048
|
-
*
|
|
5037
|
+
* Get number of items in the collection matching the request parameters.
|
|
5049
5038
|
*/
|
|
5050
5039
|
export const eventsScopeTypesHead = (options) => {
|
|
5051
5040
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -5106,7 +5095,7 @@ export const financialReportsList = (options) => {
|
|
|
5106
5095
|
});
|
|
5107
5096
|
};
|
|
5108
5097
|
/**
|
|
5109
|
-
*
|
|
5098
|
+
* Get number of items in the collection matching the request parameters.
|
|
5110
5099
|
*/
|
|
5111
5100
|
export const financialReportsHead = (options) => {
|
|
5112
5101
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -5160,7 +5149,7 @@ export const freeipaProfilesList = (options) => {
|
|
|
5160
5149
|
});
|
|
5161
5150
|
};
|
|
5162
5151
|
/**
|
|
5163
|
-
*
|
|
5152
|
+
* Get number of items in the collection matching the request parameters.
|
|
5164
5153
|
*/
|
|
5165
5154
|
export const freeipaProfilesHead = (options) => {
|
|
5166
5155
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -5289,7 +5278,7 @@ export const googleAuthList = (options) => {
|
|
|
5289
5278
|
});
|
|
5290
5279
|
};
|
|
5291
5280
|
/**
|
|
5292
|
-
*
|
|
5281
|
+
* Get number of items in the collection matching the request parameters.
|
|
5293
5282
|
*/
|
|
5294
5283
|
export const googleAuthHead = (options) => {
|
|
5295
5284
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -5359,7 +5348,7 @@ export const googleAuthCallbackRetrieve = (options) => {
|
|
|
5359
5348
|
});
|
|
5360
5349
|
};
|
|
5361
5350
|
/**
|
|
5362
|
-
*
|
|
5351
|
+
* Get number of items in the collection matching the request parameters.
|
|
5363
5352
|
*/
|
|
5364
5353
|
export const googleAuthCallbackHead = (options) => {
|
|
5365
5354
|
return (options.client ?? _heyApiClient).head({
|
|
@@ -5397,7 +5386,7 @@ export const hooksList = (options) => {
|
|
|
5397
5386
|
});
|
|
5398
5387
|
};
|
|
5399
5388
|
/**
|
|
5400
|
-
*
|
|
5389
|
+
* Get number of items in the collection matching the request parameters.
|
|
5401
5390
|
*/
|
|
5402
5391
|
export const hooksHead = (options) => {
|
|
5403
5392
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -5435,7 +5424,7 @@ export const hooksEmailList = (options) => {
|
|
|
5435
5424
|
});
|
|
5436
5425
|
};
|
|
5437
5426
|
/**
|
|
5438
|
-
*
|
|
5427
|
+
* Get number of items in the collection matching the request parameters.
|
|
5439
5428
|
*/
|
|
5440
5429
|
export const hooksEmailHead = (options) => {
|
|
5441
5430
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -5565,7 +5554,7 @@ export const hooksWebList = (options) => {
|
|
|
5565
5554
|
});
|
|
5566
5555
|
};
|
|
5567
5556
|
/**
|
|
5568
|
-
*
|
|
5557
|
+
* Get number of items in the collection matching the request parameters.
|
|
5569
5558
|
*/
|
|
5570
5559
|
export const hooksWebHead = (options) => {
|
|
5571
5560
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -5720,7 +5709,7 @@ export const identityProvidersList = (options) => {
|
|
|
5720
5709
|
});
|
|
5721
5710
|
};
|
|
5722
5711
|
/**
|
|
5723
|
-
*
|
|
5712
|
+
* Get number of items in the collection matching the request parameters.
|
|
5724
5713
|
*/
|
|
5725
5714
|
export const identityProvidersHead = (options) => {
|
|
5726
5715
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -5850,7 +5839,7 @@ export const invoiceItemsList = (options) => {
|
|
|
5850
5839
|
});
|
|
5851
5840
|
};
|
|
5852
5841
|
/**
|
|
5853
|
-
*
|
|
5842
|
+
* Get number of items in the collection matching the request parameters.
|
|
5854
5843
|
*/
|
|
5855
5844
|
export const invoiceItemsHead = (options) => {
|
|
5856
5845
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6022,7 +6011,7 @@ export const invoiceItemsCostsList = (options) => {
|
|
|
6022
6011
|
});
|
|
6023
6012
|
};
|
|
6024
6013
|
/**
|
|
6025
|
-
* Get
|
|
6014
|
+
* Get number of items in the collection matching the request parameters.
|
|
6026
6015
|
*/
|
|
6027
6016
|
export const invoiceItemsCostsHead = (options) => {
|
|
6028
6017
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6056,6 +6045,9 @@ export const invoiceItemsCustomerCostsForPeriodRetrieve = (options) => {
|
|
|
6056
6045
|
...options
|
|
6057
6046
|
});
|
|
6058
6047
|
};
|
|
6048
|
+
/**
|
|
6049
|
+
* Get number of items in the collection matching the request parameters.
|
|
6050
|
+
*/
|
|
6059
6051
|
export const invoiceItemsCustomerCostsForPeriodHead = (options) => {
|
|
6060
6052
|
return (options?.client ?? _heyApiClient).head({
|
|
6061
6053
|
security: [
|
|
@@ -6092,7 +6084,7 @@ export const invoiceItemsProjectCostsForPeriodRetrieve = (options) => {
|
|
|
6092
6084
|
});
|
|
6093
6085
|
};
|
|
6094
6086
|
/**
|
|
6095
|
-
* Get
|
|
6087
|
+
* Get number of items in the collection matching the request parameters.
|
|
6096
6088
|
*/
|
|
6097
6089
|
export const invoiceItemsProjectCostsForPeriodHead = (options) => {
|
|
6098
6090
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6130,7 +6122,7 @@ export const invoiceItemsTotalPriceRetrieve = (options) => {
|
|
|
6130
6122
|
});
|
|
6131
6123
|
};
|
|
6132
6124
|
/**
|
|
6133
|
-
*
|
|
6125
|
+
* Get number of items in the collection matching the request parameters.
|
|
6134
6126
|
*/
|
|
6135
6127
|
export const invoiceItemsTotalPriceHead = (options) => {
|
|
6136
6128
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6188,7 +6180,7 @@ export const invoicesList = (options) => {
|
|
|
6188
6180
|
});
|
|
6189
6181
|
};
|
|
6190
6182
|
/**
|
|
6191
|
-
*
|
|
6183
|
+
* Get number of items in the collection matching the request parameters.
|
|
6192
6184
|
*/
|
|
6193
6185
|
export const invoicesHead = (options) => {
|
|
6194
6186
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6393,7 +6385,7 @@ export const invoicesGrowthRetrieve = (options) => {
|
|
|
6393
6385
|
});
|
|
6394
6386
|
};
|
|
6395
6387
|
/**
|
|
6396
|
-
*
|
|
6388
|
+
* Get number of items in the collection matching the request parameters.
|
|
6397
6389
|
*/
|
|
6398
6390
|
export const invoicesGrowthHead = (options) => {
|
|
6399
6391
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6431,7 +6423,7 @@ export const keycloakGroupsList = (options) => {
|
|
|
6431
6423
|
});
|
|
6432
6424
|
};
|
|
6433
6425
|
/**
|
|
6434
|
-
*
|
|
6426
|
+
* Get number of items in the collection matching the request parameters.
|
|
6435
6427
|
*/
|
|
6436
6428
|
export const keycloakGroupsHead = (options) => {
|
|
6437
6429
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6485,7 +6477,7 @@ export const keycloakUserGroupMembershipsList = (options) => {
|
|
|
6485
6477
|
});
|
|
6486
6478
|
};
|
|
6487
6479
|
/**
|
|
6488
|
-
*
|
|
6480
|
+
* Get number of items in the collection matching the request parameters.
|
|
6489
6481
|
*/
|
|
6490
6482
|
export const keycloakUserGroupMembershipsHead = (options) => {
|
|
6491
6483
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6615,7 +6607,7 @@ export const keysList = (options) => {
|
|
|
6615
6607
|
});
|
|
6616
6608
|
};
|
|
6617
6609
|
/**
|
|
6618
|
-
*
|
|
6610
|
+
* Get number of items in the collection matching the request parameters.
|
|
6619
6611
|
*/
|
|
6620
6612
|
export const keysHead = (options) => {
|
|
6621
6613
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6705,7 +6697,7 @@ export const lexisLinksList = (options) => {
|
|
|
6705
6697
|
});
|
|
6706
6698
|
};
|
|
6707
6699
|
/**
|
|
6708
|
-
*
|
|
6700
|
+
* Get number of items in the collection matching the request parameters.
|
|
6709
6701
|
*/
|
|
6710
6702
|
export const lexisLinksHead = (options) => {
|
|
6711
6703
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6851,7 +6843,7 @@ export const marketplaceCategoriesList = (options) => {
|
|
|
6851
6843
|
});
|
|
6852
6844
|
};
|
|
6853
6845
|
/**
|
|
6854
|
-
*
|
|
6846
|
+
* Get number of items in the collection matching the request parameters.
|
|
6855
6847
|
*/
|
|
6856
6848
|
export const marketplaceCategoriesHead = (options) => {
|
|
6857
6849
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6981,7 +6973,7 @@ export const marketplaceCategoryColumnsList = (options) => {
|
|
|
6981
6973
|
});
|
|
6982
6974
|
};
|
|
6983
6975
|
/**
|
|
6984
|
-
*
|
|
6976
|
+
* Get number of items in the collection matching the request parameters.
|
|
6985
6977
|
*/
|
|
6986
6978
|
export const marketplaceCategoryColumnsHead = (options) => {
|
|
6987
6979
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7111,7 +7103,7 @@ export const marketplaceCategoryComponentUsagesList = (options) => {
|
|
|
7111
7103
|
});
|
|
7112
7104
|
};
|
|
7113
7105
|
/**
|
|
7114
|
-
*
|
|
7106
|
+
* Get number of items in the collection matching the request parameters.
|
|
7115
7107
|
*/
|
|
7116
7108
|
export const marketplaceCategoryComponentUsagesHead = (options) => {
|
|
7117
7109
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7165,7 +7157,7 @@ export const marketplaceCategoryComponentsList = (options) => {
|
|
|
7165
7157
|
});
|
|
7166
7158
|
};
|
|
7167
7159
|
/**
|
|
7168
|
-
*
|
|
7160
|
+
* Get number of items in the collection matching the request parameters.
|
|
7169
7161
|
*/
|
|
7170
7162
|
export const marketplaceCategoryComponentsHead = (options) => {
|
|
7171
7163
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7295,7 +7287,7 @@ export const marketplaceCategoryGroupsList = (options) => {
|
|
|
7295
7287
|
});
|
|
7296
7288
|
};
|
|
7297
7289
|
/**
|
|
7298
|
-
*
|
|
7290
|
+
* Get number of items in the collection matching the request parameters.
|
|
7299
7291
|
*/
|
|
7300
7292
|
export const marketplaceCategoryGroupsHead = (options) => {
|
|
7301
7293
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7425,7 +7417,7 @@ export const marketplaceCategoryHelpArticlesList = (options) => {
|
|
|
7425
7417
|
});
|
|
7426
7418
|
};
|
|
7427
7419
|
/**
|
|
7428
|
-
*
|
|
7420
|
+
* Get number of items in the collection matching the request parameters.
|
|
7429
7421
|
*/
|
|
7430
7422
|
export const marketplaceCategoryHelpArticlesHead = (options) => {
|
|
7431
7423
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7555,7 +7547,7 @@ export const marketplaceChecklistsList = (options) => {
|
|
|
7555
7547
|
});
|
|
7556
7548
|
};
|
|
7557
7549
|
/**
|
|
7558
|
-
*
|
|
7550
|
+
* Get number of items in the collection matching the request parameters.
|
|
7559
7551
|
*/
|
|
7560
7552
|
export const marketplaceChecklistsHead = (options) => {
|
|
7561
7553
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7593,7 +7585,7 @@ export const marketplaceChecklistsAdminList = (options) => {
|
|
|
7593
7585
|
});
|
|
7594
7586
|
};
|
|
7595
7587
|
/**
|
|
7596
|
-
*
|
|
7588
|
+
* Get number of items in the collection matching the request parameters.
|
|
7597
7589
|
*/
|
|
7598
7590
|
export const marketplaceChecklistsAdminHead = (options) => {
|
|
7599
7591
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7651,7 +7643,7 @@ export const marketplaceChecklistsAdminQuestionDependenciesList = (options) => {
|
|
|
7651
7643
|
});
|
|
7652
7644
|
};
|
|
7653
7645
|
/**
|
|
7654
|
-
*
|
|
7646
|
+
* Get number of items in the collection matching the request parameters.
|
|
7655
7647
|
*/
|
|
7656
7648
|
export const marketplaceChecklistsAdminQuestionDependenciesHead = (options) => {
|
|
7657
7649
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7781,7 +7773,7 @@ export const marketplaceChecklistsAdminQuestionOptionsList = (options) => {
|
|
|
7781
7773
|
});
|
|
7782
7774
|
};
|
|
7783
7775
|
/**
|
|
7784
|
-
*
|
|
7776
|
+
* Get number of items in the collection matching the request parameters.
|
|
7785
7777
|
*/
|
|
7786
7778
|
export const marketplaceChecklistsAdminQuestionOptionsHead = (options) => {
|
|
7787
7779
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7911,7 +7903,7 @@ export const marketplaceChecklistsAdminQuestionsList = (options) => {
|
|
|
7911
7903
|
});
|
|
7912
7904
|
};
|
|
7913
7905
|
/**
|
|
7914
|
-
*
|
|
7906
|
+
* Get number of items in the collection matching the request parameters.
|
|
7915
7907
|
*/
|
|
7916
7908
|
export const marketplaceChecklistsAdminQuestionsHead = (options) => {
|
|
7917
7909
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -8301,7 +8293,7 @@ export const marketplaceComponentUsagesList = (options) => {
|
|
|
8301
8293
|
});
|
|
8302
8294
|
};
|
|
8303
8295
|
/**
|
|
8304
|
-
*
|
|
8296
|
+
* Get number of items in the collection matching the request parameters.
|
|
8305
8297
|
*/
|
|
8306
8298
|
export const marketplaceComponentUsagesHead = (options) => {
|
|
8307
8299
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -8395,7 +8387,7 @@ export const marketplaceComponentUserUsagesList = (options) => {
|
|
|
8395
8387
|
});
|
|
8396
8388
|
};
|
|
8397
8389
|
/**
|
|
8398
|
-
*
|
|
8390
|
+
* Get number of items in the collection matching the request parameters.
|
|
8399
8391
|
*/
|
|
8400
8392
|
export const marketplaceComponentUserUsagesHead = (options) => {
|
|
8401
8393
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -8449,7 +8441,7 @@ export const marketplaceCustomerEstimatedCostPoliciesList = (options) => {
|
|
|
8449
8441
|
});
|
|
8450
8442
|
};
|
|
8451
8443
|
/**
|
|
8452
|
-
*
|
|
8444
|
+
* Get number of items in the collection matching the request parameters.
|
|
8453
8445
|
*/
|
|
8454
8446
|
export const marketplaceCustomerEstimatedCostPoliciesHead = (options) => {
|
|
8455
8447
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -8575,6 +8567,9 @@ export const marketplaceCustomerEstimatedCostPoliciesActionsRetrieve = (options)
|
|
|
8575
8567
|
...options
|
|
8576
8568
|
});
|
|
8577
8569
|
};
|
|
8570
|
+
/**
|
|
8571
|
+
* Get number of items in the collection matching the request parameters.
|
|
8572
|
+
*/
|
|
8578
8573
|
export const marketplaceCustomerEstimatedCostPoliciesActionsHead = (options) => {
|
|
8579
8574
|
return (options?.client ?? _heyApiClient).head({
|
|
8580
8575
|
security: [
|
|
@@ -8611,7 +8606,7 @@ export const marketplaceCustomerServiceAccountsList = (options) => {
|
|
|
8611
8606
|
});
|
|
8612
8607
|
};
|
|
8613
8608
|
/**
|
|
8614
|
-
*
|
|
8609
|
+
* Get number of items in the collection matching the request parameters.
|
|
8615
8610
|
*/
|
|
8616
8611
|
export const marketplaceCustomerServiceAccountsHead = (options) => {
|
|
8617
8612
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -8776,7 +8771,7 @@ export const marketplaceIntegrationStatusesList = (options) => {
|
|
|
8776
8771
|
});
|
|
8777
8772
|
};
|
|
8778
8773
|
/**
|
|
8779
|
-
*
|
|
8774
|
+
* Get number of items in the collection matching the request parameters.
|
|
8780
8775
|
*/
|
|
8781
8776
|
export const marketplaceIntegrationStatusesHead = (options) => {
|
|
8782
8777
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -8830,7 +8825,7 @@ export const marketplaceMaintenanceAnnouncementOfferingsList = (options) => {
|
|
|
8830
8825
|
});
|
|
8831
8826
|
};
|
|
8832
8827
|
/**
|
|
8833
|
-
*
|
|
8828
|
+
* Get number of items in the collection matching the request parameters.
|
|
8834
8829
|
*/
|
|
8835
8830
|
export const marketplaceMaintenanceAnnouncementOfferingsHead = (options) => {
|
|
8836
8831
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -8960,7 +8955,7 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsList = (options)
|
|
|
8960
8955
|
});
|
|
8961
8956
|
};
|
|
8962
8957
|
/**
|
|
8963
|
-
*
|
|
8958
|
+
* Get number of items in the collection matching the request parameters.
|
|
8964
8959
|
*/
|
|
8965
8960
|
export const marketplaceMaintenanceAnnouncementTemplateOfferingsHead = (options) => {
|
|
8966
8961
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9090,7 +9085,7 @@ export const marketplaceMaintenanceAnnouncementsList = (options) => {
|
|
|
9090
9085
|
});
|
|
9091
9086
|
};
|
|
9092
9087
|
/**
|
|
9093
|
-
*
|
|
9088
|
+
* Get number of items in the collection matching the request parameters.
|
|
9094
9089
|
*/
|
|
9095
9090
|
export const marketplaceMaintenanceAnnouncementsHead = (options) => {
|
|
9096
9091
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9148,7 +9143,7 @@ export const marketplaceMaintenanceAnnouncementsTemplateList = (options) => {
|
|
|
9148
9143
|
});
|
|
9149
9144
|
};
|
|
9150
9145
|
/**
|
|
9151
|
-
*
|
|
9146
|
+
* Get number of items in the collection matching the request parameters.
|
|
9152
9147
|
*/
|
|
9153
9148
|
export const marketplaceMaintenanceAnnouncementsTemplateHead = (options) => {
|
|
9154
9149
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9350,7 +9345,7 @@ export const marketplaceOfferingEstimatedCostPoliciesList = (options) => {
|
|
|
9350
9345
|
});
|
|
9351
9346
|
};
|
|
9352
9347
|
/**
|
|
9353
|
-
*
|
|
9348
|
+
* Get number of items in the collection matching the request parameters.
|
|
9354
9349
|
*/
|
|
9355
9350
|
export const marketplaceOfferingEstimatedCostPoliciesHead = (options) => {
|
|
9356
9351
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9480,7 +9475,7 @@ export const marketplaceOfferingEstimatedCostPoliciesActionsRetrieve = (options)
|
|
|
9480
9475
|
});
|
|
9481
9476
|
};
|
|
9482
9477
|
/**
|
|
9483
|
-
*
|
|
9478
|
+
* Get number of items in the collection matching the request parameters.
|
|
9484
9479
|
*/
|
|
9485
9480
|
export const marketplaceOfferingEstimatedCostPoliciesActionsHead = (options) => {
|
|
9486
9481
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9518,7 +9513,7 @@ export const marketplaceOfferingFilesList = (options) => {
|
|
|
9518
9513
|
});
|
|
9519
9514
|
};
|
|
9520
9515
|
/**
|
|
9521
|
-
*
|
|
9516
|
+
* Get number of items in the collection matching the request parameters.
|
|
9522
9517
|
*/
|
|
9523
9518
|
export const marketplaceOfferingFilesHead = (options) => {
|
|
9524
9519
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9608,7 +9603,7 @@ export const marketplaceOfferingPermissionsList = (options) => {
|
|
|
9608
9603
|
});
|
|
9609
9604
|
};
|
|
9610
9605
|
/**
|
|
9611
|
-
*
|
|
9606
|
+
* Get number of items in the collection matching the request parameters.
|
|
9612
9607
|
*/
|
|
9613
9608
|
export const marketplaceOfferingPermissionsHead = (options) => {
|
|
9614
9609
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9646,7 +9641,7 @@ export const marketplaceOfferingPermissionsLogList = (options) => {
|
|
|
9646
9641
|
});
|
|
9647
9642
|
};
|
|
9648
9643
|
/**
|
|
9649
|
-
*
|
|
9644
|
+
* Get number of items in the collection matching the request parameters.
|
|
9650
9645
|
*/
|
|
9651
9646
|
export const marketplaceOfferingPermissionsLogHead = (options) => {
|
|
9652
9647
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9716,7 +9711,7 @@ export const marketplaceOfferingReferralsList = (options) => {
|
|
|
9716
9711
|
});
|
|
9717
9712
|
};
|
|
9718
9713
|
/**
|
|
9719
|
-
*
|
|
9714
|
+
* Get number of items in the collection matching the request parameters.
|
|
9720
9715
|
*/
|
|
9721
9716
|
export const marketplaceOfferingReferralsHead = (options) => {
|
|
9722
9717
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9770,7 +9765,7 @@ export const marketplaceOfferingUsagePoliciesList = (options) => {
|
|
|
9770
9765
|
});
|
|
9771
9766
|
};
|
|
9772
9767
|
/**
|
|
9773
|
-
*
|
|
9768
|
+
* Get number of items in the collection matching the request parameters.
|
|
9774
9769
|
*/
|
|
9775
9770
|
export const marketplaceOfferingUsagePoliciesHead = (options) => {
|
|
9776
9771
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9896,6 +9891,9 @@ export const marketplaceOfferingUsagePoliciesActionsRetrieve = (options) => {
|
|
|
9896
9891
|
...options
|
|
9897
9892
|
});
|
|
9898
9893
|
};
|
|
9894
|
+
/**
|
|
9895
|
+
* Get number of items in the collection matching the request parameters.
|
|
9896
|
+
*/
|
|
9899
9897
|
export const marketplaceOfferingUsagePoliciesActionsHead = (options) => {
|
|
9900
9898
|
return (options?.client ?? _heyApiClient).head({
|
|
9901
9899
|
security: [
|
|
@@ -9932,7 +9930,7 @@ export const marketplaceOfferingUserRolesList = (options) => {
|
|
|
9932
9930
|
});
|
|
9933
9931
|
};
|
|
9934
9932
|
/**
|
|
9935
|
-
*
|
|
9933
|
+
* Get number of items in the collection matching the request parameters.
|
|
9936
9934
|
*/
|
|
9937
9935
|
export const marketplaceOfferingUserRolesHead = (options) => {
|
|
9938
9936
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -10062,7 +10060,7 @@ export const marketplaceOfferingUsersList = (options) => {
|
|
|
10062
10060
|
});
|
|
10063
10061
|
};
|
|
10064
10062
|
/**
|
|
10065
|
-
*
|
|
10063
|
+
* Get number of items in the collection matching the request parameters.
|
|
10066
10064
|
*/
|
|
10067
10065
|
export const marketplaceOfferingUsersHead = (options) => {
|
|
10068
10066
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -10300,7 +10298,7 @@ export const marketplaceOrdersList = (options) => {
|
|
|
10300
10298
|
});
|
|
10301
10299
|
};
|
|
10302
10300
|
/**
|
|
10303
|
-
*
|
|
10301
|
+
* Get number of items in the collection matching the request parameters.
|
|
10304
10302
|
*/
|
|
10305
10303
|
export const marketplaceOrdersHead = (options) => {
|
|
10306
10304
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -10554,7 +10552,7 @@ export const marketplacePlanComponentsList = (options) => {
|
|
|
10554
10552
|
});
|
|
10555
10553
|
};
|
|
10556
10554
|
/**
|
|
10557
|
-
*
|
|
10555
|
+
* Get number of items in the collection matching the request parameters.
|
|
10558
10556
|
*/
|
|
10559
10557
|
export const marketplacePlanComponentsHead = (options) => {
|
|
10560
10558
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -10608,7 +10606,7 @@ export const marketplacePlansList = (options) => {
|
|
|
10608
10606
|
});
|
|
10609
10607
|
};
|
|
10610
10608
|
/**
|
|
10611
|
-
*
|
|
10609
|
+
* Get number of items in the collection matching the request parameters.
|
|
10612
10610
|
*/
|
|
10613
10611
|
export const marketplacePlansHead = (options) => {
|
|
10614
10612
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -10826,6 +10824,9 @@ export const marketplacePlansUsageStatsList = (options) => {
|
|
|
10826
10824
|
...options
|
|
10827
10825
|
});
|
|
10828
10826
|
};
|
|
10827
|
+
/**
|
|
10828
|
+
* Get number of items in the collection matching the request parameters.
|
|
10829
|
+
*/
|
|
10829
10830
|
export const marketplacePlansUsageStatsHead = (options) => {
|
|
10830
10831
|
return (options?.client ?? _heyApiClient).head({
|
|
10831
10832
|
security: [
|
|
@@ -10868,7 +10869,7 @@ export const marketplaceProjectEstimatedCostPoliciesList = (options) => {
|
|
|
10868
10869
|
});
|
|
10869
10870
|
};
|
|
10870
10871
|
/**
|
|
10871
|
-
*
|
|
10872
|
+
* Get number of items in the collection matching the request parameters.
|
|
10872
10873
|
*/
|
|
10873
10874
|
export const marketplaceProjectEstimatedCostPoliciesHead = (options) => {
|
|
10874
10875
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -10994,6 +10995,9 @@ export const marketplaceProjectEstimatedCostPoliciesActionsRetrieve = (options)
|
|
|
10994
10995
|
...options
|
|
10995
10996
|
});
|
|
10996
10997
|
};
|
|
10998
|
+
/**
|
|
10999
|
+
* Get number of items in the collection matching the request parameters.
|
|
11000
|
+
*/
|
|
10997
11001
|
export const marketplaceProjectEstimatedCostPoliciesActionsHead = (options) => {
|
|
10998
11002
|
return (options?.client ?? _heyApiClient).head({
|
|
10999
11003
|
security: [
|
|
@@ -11030,7 +11034,7 @@ export const marketplaceProjectServiceAccountsList = (options) => {
|
|
|
11030
11034
|
});
|
|
11031
11035
|
};
|
|
11032
11036
|
/**
|
|
11033
|
-
*
|
|
11037
|
+
* Get number of items in the collection matching the request parameters.
|
|
11034
11038
|
*/
|
|
11035
11039
|
export const marketplaceProjectServiceAccountsHead = (options) => {
|
|
11036
11040
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -11176,7 +11180,7 @@ export const marketplaceProjectUpdateRequestsList = (options) => {
|
|
|
11176
11180
|
});
|
|
11177
11181
|
};
|
|
11178
11182
|
/**
|
|
11179
|
-
*
|
|
11183
|
+
* Get number of items in the collection matching the request parameters.
|
|
11180
11184
|
*/
|
|
11181
11185
|
export const marketplaceProjectUpdateRequestsHead = (options) => {
|
|
11182
11186
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -11276,7 +11280,7 @@ export const marketplaceProviderOfferingsList = (options) => {
|
|
|
11276
11280
|
});
|
|
11277
11281
|
};
|
|
11278
11282
|
/**
|
|
11279
|
-
*
|
|
11283
|
+
* Get number of items in the collection matching the request parameters.
|
|
11280
11284
|
*/
|
|
11281
11285
|
export const marketplaceProviderOfferingsHead = (options) => {
|
|
11282
11286
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -12225,6 +12229,9 @@ export const marketplaceProviderOfferingsGroupsList = (options) => {
|
|
|
12225
12229
|
...options
|
|
12226
12230
|
});
|
|
12227
12231
|
};
|
|
12232
|
+
/**
|
|
12233
|
+
* Get number of items in the collection matching the request parameters.
|
|
12234
|
+
*/
|
|
12228
12235
|
export const marketplaceProviderOfferingsGroupsHead = (options) => {
|
|
12229
12236
|
return (options?.client ?? _heyApiClient).head({
|
|
12230
12237
|
security: [
|
|
@@ -12261,7 +12268,7 @@ export const marketplaceProviderResourcesList = (options) => {
|
|
|
12261
12268
|
});
|
|
12262
12269
|
};
|
|
12263
12270
|
/**
|
|
12264
|
-
*
|
|
12271
|
+
* Get number of items in the collection matching the request parameters.
|
|
12265
12272
|
*/
|
|
12266
12273
|
export const marketplaceProviderResourcesHead = (options) => {
|
|
12267
12274
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -12778,7 +12785,7 @@ export const marketplacePublicOfferingsList = (options) => {
|
|
|
12778
12785
|
});
|
|
12779
12786
|
};
|
|
12780
12787
|
/**
|
|
12781
|
-
*
|
|
12788
|
+
* Get number of items in the collection matching the request parameters.
|
|
12782
12789
|
*/
|
|
12783
12790
|
export const marketplacePublicOfferingsHead = (options) => {
|
|
12784
12791
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -12880,7 +12887,7 @@ export const marketplaceRemoteSynchronisationsList = (options) => {
|
|
|
12880
12887
|
});
|
|
12881
12888
|
};
|
|
12882
12889
|
/**
|
|
12883
|
-
*
|
|
12890
|
+
* Get number of items in the collection matching the request parameters.
|
|
12884
12891
|
*/
|
|
12885
12892
|
export const marketplaceRemoteSynchronisationsHead = (options) => {
|
|
12886
12893
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -13042,7 +13049,7 @@ export const marketplaceResourceUsersList = (options) => {
|
|
|
13042
13049
|
});
|
|
13043
13050
|
};
|
|
13044
13051
|
/**
|
|
13045
|
-
*
|
|
13052
|
+
* Get number of items in the collection matching the request parameters.
|
|
13046
13053
|
*/
|
|
13047
13054
|
export const marketplaceResourceUsersHead = (options) => {
|
|
13048
13055
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -13132,7 +13139,7 @@ export const marketplaceResourcesList = (options) => {
|
|
|
13132
13139
|
});
|
|
13133
13140
|
};
|
|
13134
13141
|
/**
|
|
13135
|
-
*
|
|
13142
|
+
* Get number of items in the collection matching the request parameters.
|
|
13136
13143
|
*/
|
|
13137
13144
|
export const marketplaceResourcesHead = (options) => {
|
|
13138
13145
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -13531,7 +13538,7 @@ export const marketplaceRobotAccountsList = (options) => {
|
|
|
13531
13538
|
});
|
|
13532
13539
|
};
|
|
13533
13540
|
/**
|
|
13534
|
-
*
|
|
13541
|
+
* Get number of items in the collection matching the request parameters.
|
|
13535
13542
|
*/
|
|
13536
13543
|
export const marketplaceRobotAccountsHead = (options) => {
|
|
13537
13544
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -13764,7 +13771,7 @@ export const marketplaceScreenshotsList = (options) => {
|
|
|
13764
13771
|
});
|
|
13765
13772
|
};
|
|
13766
13773
|
/**
|
|
13767
|
-
*
|
|
13774
|
+
* Get number of items in the collection matching the request parameters.
|
|
13768
13775
|
*/
|
|
13769
13776
|
export const marketplaceScreenshotsHead = (options) => {
|
|
13770
13777
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -13894,7 +13901,7 @@ export const marketplaceScriptAsyncDryRunList = (options) => {
|
|
|
13894
13901
|
});
|
|
13895
13902
|
};
|
|
13896
13903
|
/**
|
|
13897
|
-
*
|
|
13904
|
+
* Get number of items in the collection matching the request parameters.
|
|
13898
13905
|
*/
|
|
13899
13906
|
export const marketplaceScriptAsyncDryRunHead = (options) => {
|
|
13900
13907
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14014,7 +14021,7 @@ export const marketplaceSectionsList = (options) => {
|
|
|
14014
14021
|
});
|
|
14015
14022
|
};
|
|
14016
14023
|
/**
|
|
14017
|
-
*
|
|
14024
|
+
* Get number of items in the collection matching the request parameters.
|
|
14018
14025
|
*/
|
|
14019
14026
|
export const marketplaceSectionsHead = (options) => {
|
|
14020
14027
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14144,7 +14151,7 @@ export const marketplaceServiceProvidersList = (options) => {
|
|
|
14144
14151
|
});
|
|
14145
14152
|
};
|
|
14146
14153
|
/**
|
|
14147
|
-
*
|
|
14154
|
+
* Get number of items in the collection matching the request parameters.
|
|
14148
14155
|
*/
|
|
14149
14156
|
export const marketplaceServiceProvidersHead = (options) => {
|
|
14150
14157
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14631,7 +14638,7 @@ export const marketplaceStatsComponentUsagesList = (options) => {
|
|
|
14631
14638
|
});
|
|
14632
14639
|
};
|
|
14633
14640
|
/**
|
|
14634
|
-
*
|
|
14641
|
+
* Get number of items in the collection matching the request parameters.
|
|
14635
14642
|
*/
|
|
14636
14643
|
export const marketplaceStatsComponentUsagesHead = (options) => {
|
|
14637
14644
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14669,7 +14676,7 @@ export const marketplaceStatsComponentUsagesPerMonthList = (options) => {
|
|
|
14669
14676
|
});
|
|
14670
14677
|
};
|
|
14671
14678
|
/**
|
|
14672
|
-
*
|
|
14679
|
+
* Get number of items in the collection matching the request parameters.
|
|
14673
14680
|
*/
|
|
14674
14681
|
export const marketplaceStatsComponentUsagesPerMonthHead = (options) => {
|
|
14675
14682
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14707,7 +14714,7 @@ export const marketplaceStatsComponentUsagesPerProjectList = (options) => {
|
|
|
14707
14714
|
});
|
|
14708
14715
|
};
|
|
14709
14716
|
/**
|
|
14710
|
-
*
|
|
14717
|
+
* Get number of items in the collection matching the request parameters.
|
|
14711
14718
|
*/
|
|
14712
14719
|
export const marketplaceStatsComponentUsagesPerProjectHead = (options) => {
|
|
14713
14720
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14745,7 +14752,7 @@ export const marketplaceStatsCountActiveResourcesGroupedByOfferingList = (option
|
|
|
14745
14752
|
});
|
|
14746
14753
|
};
|
|
14747
14754
|
/**
|
|
14748
|
-
*
|
|
14755
|
+
* Get number of items in the collection matching the request parameters.
|
|
14749
14756
|
*/
|
|
14750
14757
|
export const marketplaceStatsCountActiveResourcesGroupedByOfferingHead = (options) => {
|
|
14751
14758
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14783,7 +14790,7 @@ export const marketplaceStatsCountActiveResourcesGroupedByOfferingCountryList =
|
|
|
14783
14790
|
});
|
|
14784
14791
|
};
|
|
14785
14792
|
/**
|
|
14786
|
-
*
|
|
14793
|
+
* Get number of items in the collection matching the request parameters.
|
|
14787
14794
|
*/
|
|
14788
14795
|
export const marketplaceStatsCountActiveResourcesGroupedByOfferingCountryHead = (options) => {
|
|
14789
14796
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14821,7 +14828,7 @@ export const marketplaceStatsCountActiveResourcesGroupedByOrganizationGroupList
|
|
|
14821
14828
|
});
|
|
14822
14829
|
};
|
|
14823
14830
|
/**
|
|
14824
|
-
*
|
|
14831
|
+
* Get number of items in the collection matching the request parameters.
|
|
14825
14832
|
*/
|
|
14826
14833
|
export const marketplaceStatsCountActiveResourcesGroupedByOrganizationGroupHead = (options) => {
|
|
14827
14834
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14859,7 +14866,7 @@ export const marketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagList =
|
|
|
14859
14866
|
});
|
|
14860
14867
|
};
|
|
14861
14868
|
/**
|
|
14862
|
-
*
|
|
14869
|
+
* Get number of items in the collection matching the request parameters.
|
|
14863
14870
|
*/
|
|
14864
14871
|
export const marketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagHead = (options) => {
|
|
14865
14872
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14897,7 +14904,7 @@ export const marketplaceStatsCountProjectsGroupedByProviderAndOecdList = (option
|
|
|
14897
14904
|
});
|
|
14898
14905
|
};
|
|
14899
14906
|
/**
|
|
14900
|
-
*
|
|
14907
|
+
* Get number of items in the collection matching the request parameters.
|
|
14901
14908
|
*/
|
|
14902
14909
|
export const marketplaceStatsCountProjectsGroupedByProviderAndOecdHead = (options) => {
|
|
14903
14910
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14935,7 +14942,7 @@ export const marketplaceStatsCountProjectsOfServiceProvidersList = (options) =>
|
|
|
14935
14942
|
});
|
|
14936
14943
|
};
|
|
14937
14944
|
/**
|
|
14938
|
-
*
|
|
14945
|
+
* Get number of items in the collection matching the request parameters.
|
|
14939
14946
|
*/
|
|
14940
14947
|
export const marketplaceStatsCountProjectsOfServiceProvidersHead = (options) => {
|
|
14941
14948
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14973,7 +14980,7 @@ export const marketplaceStatsCountProjectsOfServiceProvidersGroupedByOecdList =
|
|
|
14973
14980
|
});
|
|
14974
14981
|
};
|
|
14975
14982
|
/**
|
|
14976
|
-
*
|
|
14983
|
+
* Get number of items in the collection matching the request parameters.
|
|
14977
14984
|
*/
|
|
14978
14985
|
export const marketplaceStatsCountProjectsOfServiceProvidersGroupedByOecdHead = (options) => {
|
|
14979
14986
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15011,7 +15018,7 @@ export const marketplaceStatsCountUniqueUsersConnectedWithActiveResourcesOfServi
|
|
|
15011
15018
|
});
|
|
15012
15019
|
};
|
|
15013
15020
|
/**
|
|
15014
|
-
*
|
|
15021
|
+
* Get number of items in the collection matching the request parameters.
|
|
15015
15022
|
*/
|
|
15016
15023
|
export const marketplaceStatsCountUniqueUsersConnectedWithActiveResourcesOfServiceProviderHead = (options) => {
|
|
15017
15024
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15049,7 +15056,7 @@ export const marketplaceStatsCountUsersOfServiceProvidersList = (options) => {
|
|
|
15049
15056
|
});
|
|
15050
15057
|
};
|
|
15051
15058
|
/**
|
|
15052
|
-
*
|
|
15059
|
+
* Get number of items in the collection matching the request parameters.
|
|
15053
15060
|
*/
|
|
15054
15061
|
export const marketplaceStatsCountUsersOfServiceProvidersHead = (options) => {
|
|
15055
15062
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15087,7 +15094,7 @@ export const marketplaceStatsCustomerMemberCountList = (options) => {
|
|
|
15087
15094
|
});
|
|
15088
15095
|
};
|
|
15089
15096
|
/**
|
|
15090
|
-
*
|
|
15097
|
+
* Get number of items in the collection matching the request parameters.
|
|
15091
15098
|
*/
|
|
15092
15099
|
export const marketplaceStatsCustomerMemberCountHead = (options) => {
|
|
15093
15100
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15125,7 +15132,7 @@ export const marketplaceStatsOfferingsCounterStatsList = (options) => {
|
|
|
15125
15132
|
});
|
|
15126
15133
|
};
|
|
15127
15134
|
/**
|
|
15128
|
-
*
|
|
15135
|
+
* Get number of items in the collection matching the request parameters.
|
|
15129
15136
|
*/
|
|
15130
15137
|
export const marketplaceStatsOfferingsCounterStatsHead = (options) => {
|
|
15131
15138
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15163,7 +15170,7 @@ export const marketplaceStatsOrganizationProjectCountList = (options) => {
|
|
|
15163
15170
|
});
|
|
15164
15171
|
};
|
|
15165
15172
|
/**
|
|
15166
|
-
*
|
|
15173
|
+
* Get number of items in the collection matching the request parameters.
|
|
15167
15174
|
*/
|
|
15168
15175
|
export const marketplaceStatsOrganizationProjectCountHead = (options) => {
|
|
15169
15176
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15201,7 +15208,7 @@ export const marketplaceStatsOrganizationResourceCountList = (options) => {
|
|
|
15201
15208
|
});
|
|
15202
15209
|
};
|
|
15203
15210
|
/**
|
|
15204
|
-
*
|
|
15211
|
+
* Get number of items in the collection matching the request parameters.
|
|
15205
15212
|
*/
|
|
15206
15213
|
export const marketplaceStatsOrganizationResourceCountHead = (options) => {
|
|
15207
15214
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15239,7 +15246,7 @@ export const marketplaceStatsProjectsLimitsGroupedByIndustryFlagRetrieve = (opti
|
|
|
15239
15246
|
});
|
|
15240
15247
|
};
|
|
15241
15248
|
/**
|
|
15242
|
-
*
|
|
15249
|
+
* Get number of items in the collection matching the request parameters.
|
|
15243
15250
|
*/
|
|
15244
15251
|
export const marketplaceStatsProjectsLimitsGroupedByIndustryFlagHead = (options) => {
|
|
15245
15252
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15277,7 +15284,7 @@ export const marketplaceStatsProjectsLimitsGroupedByOecdRetrieve = (options) =>
|
|
|
15277
15284
|
});
|
|
15278
15285
|
};
|
|
15279
15286
|
/**
|
|
15280
|
-
*
|
|
15287
|
+
* Get number of items in the collection matching the request parameters.
|
|
15281
15288
|
*/
|
|
15282
15289
|
export const marketplaceStatsProjectsLimitsGroupedByOecdHead = (options) => {
|
|
15283
15290
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15315,7 +15322,7 @@ export const marketplaceStatsProjectsUsagesGroupedByIndustryFlagRetrieve = (opti
|
|
|
15315
15322
|
});
|
|
15316
15323
|
};
|
|
15317
15324
|
/**
|
|
15318
|
-
*
|
|
15325
|
+
* Get number of items in the collection matching the request parameters.
|
|
15319
15326
|
*/
|
|
15320
15327
|
export const marketplaceStatsProjectsUsagesGroupedByIndustryFlagHead = (options) => {
|
|
15321
15328
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15353,7 +15360,7 @@ export const marketplaceStatsProjectsUsagesGroupedByOecdRetrieve = (options) =>
|
|
|
15353
15360
|
});
|
|
15354
15361
|
};
|
|
15355
15362
|
/**
|
|
15356
|
-
*
|
|
15363
|
+
* Get number of items in the collection matching the request parameters.
|
|
15357
15364
|
*/
|
|
15358
15365
|
export const marketplaceStatsProjectsUsagesGroupedByOecdHead = (options) => {
|
|
15359
15366
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15391,7 +15398,7 @@ export const marketplaceStatsResourcesLimitsList = (options) => {
|
|
|
15391
15398
|
});
|
|
15392
15399
|
};
|
|
15393
15400
|
/**
|
|
15394
|
-
*
|
|
15401
|
+
* Get number of items in the collection matching the request parameters.
|
|
15395
15402
|
*/
|
|
15396
15403
|
export const marketplaceStatsResourcesLimitsHead = (options) => {
|
|
15397
15404
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15429,7 +15436,7 @@ export const marketplaceStatsTotalCostOfActiveResourcesPerOfferingList = (option
|
|
|
15429
15436
|
});
|
|
15430
15437
|
};
|
|
15431
15438
|
/**
|
|
15432
|
-
*
|
|
15439
|
+
* Get number of items in the collection matching the request parameters.
|
|
15433
15440
|
*/
|
|
15434
15441
|
export const marketplaceStatsTotalCostOfActiveResourcesPerOfferingHead = (options) => {
|
|
15435
15442
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15486,7 +15493,7 @@ export const notificationMessagesList = (options) => {
|
|
|
15486
15493
|
});
|
|
15487
15494
|
};
|
|
15488
15495
|
/**
|
|
15489
|
-
*
|
|
15496
|
+
* Get number of items in the collection matching the request parameters.
|
|
15490
15497
|
*/
|
|
15491
15498
|
export const notificationMessagesHead = (options) => {
|
|
15492
15499
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15544,7 +15551,7 @@ export const notificationMessagesTemplatesList = (options) => {
|
|
|
15544
15551
|
});
|
|
15545
15552
|
};
|
|
15546
15553
|
/**
|
|
15547
|
-
*
|
|
15554
|
+
* Get number of items in the collection matching the request parameters.
|
|
15548
15555
|
*/
|
|
15549
15556
|
export const notificationMessagesTemplatesHead = (options) => {
|
|
15550
15557
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15798,7 +15805,7 @@ export const openstackBackupsList = (options) => {
|
|
|
15798
15805
|
});
|
|
15799
15806
|
};
|
|
15800
15807
|
/**
|
|
15801
|
-
*
|
|
15808
|
+
* Get number of items in the collection matching the request parameters.
|
|
15802
15809
|
*/
|
|
15803
15810
|
export const openstackBackupsHead = (options) => {
|
|
15804
15811
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15968,7 +15975,7 @@ export const openstackFlavorsList = (options) => {
|
|
|
15968
15975
|
});
|
|
15969
15976
|
};
|
|
15970
15977
|
/**
|
|
15971
|
-
*
|
|
15978
|
+
* Get number of items in the collection matching the request parameters.
|
|
15972
15979
|
*/
|
|
15973
15980
|
export const openstackFlavorsHead = (options) => {
|
|
15974
15981
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -16018,6 +16025,9 @@ export const openstackFlavorsUsageStatsRetrieve = (options) => {
|
|
|
16018
16025
|
...options
|
|
16019
16026
|
});
|
|
16020
16027
|
};
|
|
16028
|
+
/**
|
|
16029
|
+
* Get number of items in the collection matching the request parameters.
|
|
16030
|
+
*/
|
|
16021
16031
|
export const openstackFlavorsUsageStatsHead = (options) => {
|
|
16022
16032
|
return (options?.client ?? _heyApiClient).head({
|
|
16023
16033
|
security: [
|
|
@@ -16054,7 +16064,7 @@ export const openstackFloatingIpsList = (options) => {
|
|
|
16054
16064
|
});
|
|
16055
16065
|
};
|
|
16056
16066
|
/**
|
|
16057
|
-
*
|
|
16067
|
+
* Get number of items in the collection matching the request parameters.
|
|
16058
16068
|
*/
|
|
16059
16069
|
export const openstackFloatingIpsHead = (options) => {
|
|
16060
16070
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -16226,7 +16236,7 @@ export const openstackImagesList = (options) => {
|
|
|
16226
16236
|
});
|
|
16227
16237
|
};
|
|
16228
16238
|
/**
|
|
16229
|
-
*
|
|
16239
|
+
* Get number of items in the collection matching the request parameters.
|
|
16230
16240
|
*/
|
|
16231
16241
|
export const openstackImagesHead = (options) => {
|
|
16232
16242
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -16276,6 +16286,9 @@ export const openstackImagesUsageStatsRetrieve = (options) => {
|
|
|
16276
16286
|
...options
|
|
16277
16287
|
});
|
|
16278
16288
|
};
|
|
16289
|
+
/**
|
|
16290
|
+
* Get number of items in the collection matching the request parameters.
|
|
16291
|
+
*/
|
|
16279
16292
|
export const openstackImagesUsageStatsHead = (options) => {
|
|
16280
16293
|
return (options?.client ?? _heyApiClient).head({
|
|
16281
16294
|
security: [
|
|
@@ -16312,7 +16325,7 @@ export const openstackInstanceAvailabilityZonesList = (options) => {
|
|
|
16312
16325
|
});
|
|
16313
16326
|
};
|
|
16314
16327
|
/**
|
|
16315
|
-
*
|
|
16328
|
+
* Get number of items in the collection matching the request parameters.
|
|
16316
16329
|
*/
|
|
16317
16330
|
export const openstackInstanceAvailabilityZonesHead = (options) => {
|
|
16318
16331
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -16366,7 +16379,7 @@ export const openstackInstancesList = (options) => {
|
|
|
16366
16379
|
});
|
|
16367
16380
|
};
|
|
16368
16381
|
/**
|
|
16369
|
-
*
|
|
16382
|
+
* Get number of items in the collection matching the request parameters.
|
|
16370
16383
|
*/
|
|
16371
16384
|
export const openstackInstancesHead = (options) => {
|
|
16372
16385
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -16768,7 +16781,7 @@ export const openstackMarketplaceTenantsList = (options) => {
|
|
|
16768
16781
|
});
|
|
16769
16782
|
};
|
|
16770
16783
|
/**
|
|
16771
|
-
*
|
|
16784
|
+
* Get number of items in the collection matching the request parameters.
|
|
16772
16785
|
*/
|
|
16773
16786
|
export const openstackMarketplaceTenantsHead = (options) => {
|
|
16774
16787
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -16862,7 +16875,7 @@ export const openstackMigrationsList = (options) => {
|
|
|
16862
16875
|
});
|
|
16863
16876
|
};
|
|
16864
16877
|
/**
|
|
16865
|
-
*
|
|
16878
|
+
* Get number of items in the collection matching the request parameters.
|
|
16866
16879
|
*/
|
|
16867
16880
|
export const openstackMigrationsHead = (options) => {
|
|
16868
16881
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -16992,7 +17005,7 @@ export const openstackNetworkRbacPoliciesList = (options) => {
|
|
|
16992
17005
|
});
|
|
16993
17006
|
};
|
|
16994
17007
|
/**
|
|
16995
|
-
*
|
|
17008
|
+
* Get number of items in the collection matching the request parameters.
|
|
16996
17009
|
*/
|
|
16997
17010
|
export const openstackNetworkRbacPoliciesHead = (options) => {
|
|
16998
17011
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -17046,7 +17059,7 @@ export const openstackNetworksList = (options) => {
|
|
|
17046
17059
|
});
|
|
17047
17060
|
};
|
|
17048
17061
|
/**
|
|
17049
|
-
*
|
|
17062
|
+
* Get number of items in the collection matching the request parameters.
|
|
17050
17063
|
*/
|
|
17051
17064
|
export const openstackNetworksHead = (options) => {
|
|
17052
17065
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -17275,7 +17288,7 @@ export const openstackPortsList = (options) => {
|
|
|
17275
17288
|
});
|
|
17276
17289
|
};
|
|
17277
17290
|
/**
|
|
17278
|
-
*
|
|
17291
|
+
* Get number of items in the collection matching the request parameters.
|
|
17279
17292
|
*/
|
|
17280
17293
|
export const openstackPortsHead = (options) => {
|
|
17281
17294
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -17564,7 +17577,7 @@ export const openstackRoutersList = (options) => {
|
|
|
17564
17577
|
});
|
|
17565
17578
|
};
|
|
17566
17579
|
/**
|
|
17567
|
-
*
|
|
17580
|
+
* Get number of items in the collection matching the request parameters.
|
|
17568
17581
|
*/
|
|
17569
17582
|
export const openstackRoutersHead = (options) => {
|
|
17570
17583
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -17720,7 +17733,7 @@ export const openstackSecurityGroupsList = (options) => {
|
|
|
17720
17733
|
});
|
|
17721
17734
|
};
|
|
17722
17735
|
/**
|
|
17723
|
-
*
|
|
17736
|
+
* Get number of items in the collection matching the request parameters.
|
|
17724
17737
|
*/
|
|
17725
17738
|
export const openstackSecurityGroupsHead = (options) => {
|
|
17726
17739
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -17890,7 +17903,7 @@ export const openstackServerGroupsList = (options) => {
|
|
|
17890
17903
|
});
|
|
17891
17904
|
};
|
|
17892
17905
|
/**
|
|
17893
|
-
*
|
|
17906
|
+
* Get number of items in the collection matching the request parameters.
|
|
17894
17907
|
*/
|
|
17895
17908
|
export const openstackServerGroupsHead = (options) => {
|
|
17896
17909
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -18057,7 +18070,7 @@ export const openstackSnapshotsList = (options) => {
|
|
|
18057
18070
|
});
|
|
18058
18071
|
};
|
|
18059
18072
|
/**
|
|
18060
|
-
*
|
|
18073
|
+
* Get number of items in the collection matching the request parameters.
|
|
18061
18074
|
*/
|
|
18062
18075
|
export const openstackSnapshotsHead = (options) => {
|
|
18063
18076
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -18246,7 +18259,7 @@ export const openstackSubnetsList = (options) => {
|
|
|
18246
18259
|
});
|
|
18247
18260
|
};
|
|
18248
18261
|
/**
|
|
18249
|
-
*
|
|
18262
|
+
* Get number of items in the collection matching the request parameters.
|
|
18250
18263
|
*/
|
|
18251
18264
|
export const openstackSubnetsHead = (options) => {
|
|
18252
18265
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -18425,7 +18438,7 @@ export const openstackTenantsList = (options) => {
|
|
|
18425
18438
|
});
|
|
18426
18439
|
};
|
|
18427
18440
|
/**
|
|
18428
|
-
*
|
|
18441
|
+
* Get number of items in the collection matching the request parameters.
|
|
18429
18442
|
*/
|
|
18430
18443
|
export const openstackTenantsHead = (options) => {
|
|
18431
18444
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -18859,7 +18872,7 @@ export const openstackVolumeAvailabilityZonesList = (options) => {
|
|
|
18859
18872
|
});
|
|
18860
18873
|
};
|
|
18861
18874
|
/**
|
|
18862
|
-
*
|
|
18875
|
+
* Get number of items in the collection matching the request parameters.
|
|
18863
18876
|
*/
|
|
18864
18877
|
export const openstackVolumeAvailabilityZonesHead = (options) => {
|
|
18865
18878
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -18913,7 +18926,7 @@ export const openstackVolumeTypesList = (options) => {
|
|
|
18913
18926
|
});
|
|
18914
18927
|
};
|
|
18915
18928
|
/**
|
|
18916
|
-
*
|
|
18929
|
+
* Get number of items in the collection matching the request parameters.
|
|
18917
18930
|
*/
|
|
18918
18931
|
export const openstackVolumeTypesHead = (options) => {
|
|
18919
18932
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -18967,7 +18980,7 @@ export const openstackVolumeTypesNamesRetrieve = (options) => {
|
|
|
18967
18980
|
});
|
|
18968
18981
|
};
|
|
18969
18982
|
/**
|
|
18970
|
-
*
|
|
18983
|
+
* Get number of items in the collection matching the request parameters.
|
|
18971
18984
|
*/
|
|
18972
18985
|
export const openstackVolumeTypesNamesHead = (options) => {
|
|
18973
18986
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -19005,7 +19018,7 @@ export const openstackVolumesList = (options) => {
|
|
|
19005
19018
|
});
|
|
19006
19019
|
};
|
|
19007
19020
|
/**
|
|
19008
|
-
*
|
|
19021
|
+
* Get number of items in the collection matching the request parameters.
|
|
19009
19022
|
*/
|
|
19010
19023
|
export const openstackVolumesHead = (options) => {
|
|
19011
19024
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -19247,7 +19260,7 @@ export const organizationGroupsList = (options) => {
|
|
|
19247
19260
|
});
|
|
19248
19261
|
};
|
|
19249
19262
|
/**
|
|
19250
|
-
*
|
|
19263
|
+
* Get number of items in the collection matching the request parameters.
|
|
19251
19264
|
*/
|
|
19252
19265
|
export const organizationGroupsHead = (options) => {
|
|
19253
19266
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -19413,7 +19426,7 @@ export const paymentProfilesList = (options) => {
|
|
|
19413
19426
|
});
|
|
19414
19427
|
};
|
|
19415
19428
|
/**
|
|
19416
|
-
*
|
|
19429
|
+
* Get number of items in the collection matching the request parameters.
|
|
19417
19430
|
*/
|
|
19418
19431
|
export const paymentProfilesHead = (options) => {
|
|
19419
19432
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -19559,7 +19572,7 @@ export const paymentsList = (options) => {
|
|
|
19559
19572
|
});
|
|
19560
19573
|
};
|
|
19561
19574
|
/**
|
|
19562
|
-
*
|
|
19575
|
+
* Get number of items in the collection matching the request parameters.
|
|
19563
19576
|
*/
|
|
19564
19577
|
export const paymentsHead = (options) => {
|
|
19565
19578
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -19731,7 +19744,7 @@ export const projectCreditsList = (options) => {
|
|
|
19731
19744
|
});
|
|
19732
19745
|
};
|
|
19733
19746
|
/**
|
|
19734
|
-
*
|
|
19747
|
+
* Get number of items in the collection matching the request parameters.
|
|
19735
19748
|
*/
|
|
19736
19749
|
export const projectCreditsHead = (options) => {
|
|
19737
19750
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -19861,7 +19874,7 @@ export const projectQuotasList = (options) => {
|
|
|
19861
19874
|
});
|
|
19862
19875
|
};
|
|
19863
19876
|
/**
|
|
19864
|
-
*
|
|
19877
|
+
* Get number of items in the collection matching the request parameters.
|
|
19865
19878
|
*/
|
|
19866
19879
|
export const projectQuotasHead = (options) => {
|
|
19867
19880
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -19899,7 +19912,7 @@ export const projectTypesList = (options) => {
|
|
|
19899
19912
|
});
|
|
19900
19913
|
};
|
|
19901
19914
|
/**
|
|
19902
|
-
*
|
|
19915
|
+
* Get number of items in the collection matching the request parameters.
|
|
19903
19916
|
*/
|
|
19904
19917
|
export const projectTypesHead = (options) => {
|
|
19905
19918
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -19953,7 +19966,7 @@ export const projectsList = (options) => {
|
|
|
19953
19966
|
});
|
|
19954
19967
|
};
|
|
19955
19968
|
/**
|
|
19956
|
-
*
|
|
19969
|
+
* Get number of items in the collection matching the request parameters.
|
|
19957
19970
|
*/
|
|
19958
19971
|
export const projectsHead = (options) => {
|
|
19959
19972
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -20259,7 +20272,7 @@ export const promotionsCampaignsList = (options) => {
|
|
|
20259
20272
|
});
|
|
20260
20273
|
};
|
|
20261
20274
|
/**
|
|
20262
|
-
*
|
|
20275
|
+
* Get number of items in the collection matching the request parameters.
|
|
20263
20276
|
*/
|
|
20264
20277
|
export const promotionsCampaignsHead = (options) => {
|
|
20265
20278
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -20445,7 +20458,7 @@ export const proposalProposalsList = (options) => {
|
|
|
20445
20458
|
});
|
|
20446
20459
|
};
|
|
20447
20460
|
/**
|
|
20448
|
-
*
|
|
20461
|
+
* Get number of items in the collection matching the request parameters.
|
|
20449
20462
|
*/
|
|
20450
20463
|
export const proposalProposalsHead = (options) => {
|
|
20451
20464
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -20581,6 +20594,44 @@ export const proposalProposalsAttachDocument = (options) => {
|
|
|
20581
20594
|
}
|
|
20582
20595
|
});
|
|
20583
20596
|
};
|
|
20597
|
+
/**
|
|
20598
|
+
* Get compliance checklist for proposal with questions and existing answers.
|
|
20599
|
+
*/
|
|
20600
|
+
export const proposalProposalsComplianceChecklistRetrieve = (options) => {
|
|
20601
|
+
return (options.client ?? _heyApiClient).get({
|
|
20602
|
+
security: [
|
|
20603
|
+
{
|
|
20604
|
+
name: 'Authorization',
|
|
20605
|
+
type: 'apiKey'
|
|
20606
|
+
},
|
|
20607
|
+
{
|
|
20608
|
+
scheme: 'bearer',
|
|
20609
|
+
type: 'http'
|
|
20610
|
+
}
|
|
20611
|
+
],
|
|
20612
|
+
url: '/api/proposal-proposals/{uuid}/compliance_checklist/',
|
|
20613
|
+
...options
|
|
20614
|
+
});
|
|
20615
|
+
};
|
|
20616
|
+
/**
|
|
20617
|
+
* Get compliance checklist completion status.
|
|
20618
|
+
*/
|
|
20619
|
+
export const proposalProposalsComplianceStatusRetrieve = (options) => {
|
|
20620
|
+
return (options.client ?? _heyApiClient).get({
|
|
20621
|
+
security: [
|
|
20622
|
+
{
|
|
20623
|
+
name: 'Authorization',
|
|
20624
|
+
type: 'apiKey'
|
|
20625
|
+
},
|
|
20626
|
+
{
|
|
20627
|
+
scheme: 'bearer',
|
|
20628
|
+
type: 'http'
|
|
20629
|
+
}
|
|
20630
|
+
],
|
|
20631
|
+
url: '/api/proposal-proposals/{uuid}/compliance_status/',
|
|
20632
|
+
...options
|
|
20633
|
+
});
|
|
20634
|
+
};
|
|
20584
20635
|
export const proposalProposalsDeleteUser = (options) => {
|
|
20585
20636
|
return (options.client ?? _heyApiClient).post({
|
|
20586
20637
|
security: [
|
|
@@ -20773,6 +20824,29 @@ export const proposalProposalsSubmit = (options) => {
|
|
|
20773
20824
|
...options
|
|
20774
20825
|
});
|
|
20775
20826
|
};
|
|
20827
|
+
/**
|
|
20828
|
+
* Submit compliance checklist answers (Proposal managers only).
|
|
20829
|
+
*/
|
|
20830
|
+
export const proposalProposalsSubmitComplianceAnswers = (options) => {
|
|
20831
|
+
return (options.client ?? _heyApiClient).post({
|
|
20832
|
+
security: [
|
|
20833
|
+
{
|
|
20834
|
+
name: 'Authorization',
|
|
20835
|
+
type: 'apiKey'
|
|
20836
|
+
},
|
|
20837
|
+
{
|
|
20838
|
+
scheme: 'bearer',
|
|
20839
|
+
type: 'http'
|
|
20840
|
+
}
|
|
20841
|
+
],
|
|
20842
|
+
url: '/api/proposal-proposals/{uuid}/submit_compliance_answers/',
|
|
20843
|
+
...options,
|
|
20844
|
+
headers: {
|
|
20845
|
+
'Content-Type': 'application/json',
|
|
20846
|
+
...options.headers
|
|
20847
|
+
}
|
|
20848
|
+
});
|
|
20849
|
+
};
|
|
20776
20850
|
/**
|
|
20777
20851
|
* Update project details of a proposal.
|
|
20778
20852
|
*/
|
|
@@ -20836,7 +20910,7 @@ export const proposalProtectedCallsList = (options) => {
|
|
|
20836
20910
|
});
|
|
20837
20911
|
};
|
|
20838
20912
|
/**
|
|
20839
|
-
*
|
|
20913
|
+
* Get number of items in the collection matching the request parameters.
|
|
20840
20914
|
*/
|
|
20841
20915
|
export const proposalProtectedCallsHead = (options) => {
|
|
20842
20916
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -21027,6 +21101,25 @@ export const proposalProtectedCallsAttachDocuments = (options) => {
|
|
|
21027
21101
|
}
|
|
21028
21102
|
});
|
|
21029
21103
|
};
|
|
21104
|
+
/**
|
|
21105
|
+
* Get compliance overview for call manager showing all proposals and their compliance status.
|
|
21106
|
+
*/
|
|
21107
|
+
export const proposalProtectedCallsComplianceOverviewRetrieve = (options) => {
|
|
21108
|
+
return (options.client ?? _heyApiClient).get({
|
|
21109
|
+
security: [
|
|
21110
|
+
{
|
|
21111
|
+
name: 'Authorization',
|
|
21112
|
+
type: 'apiKey'
|
|
21113
|
+
},
|
|
21114
|
+
{
|
|
21115
|
+
scheme: 'bearer',
|
|
21116
|
+
type: 'http'
|
|
21117
|
+
}
|
|
21118
|
+
],
|
|
21119
|
+
url: '/api/proposal-protected-calls/{uuid}/compliance_overview/',
|
|
21120
|
+
...options
|
|
21121
|
+
});
|
|
21122
|
+
};
|
|
21030
21123
|
export const proposalProtectedCallsDeleteUser = (options) => {
|
|
21031
21124
|
return (options.client ?? _heyApiClient).post({
|
|
21032
21125
|
security: [
|
|
@@ -21200,6 +21293,25 @@ export const proposalProtectedCallsOfferingsUpdate = (options) => {
|
|
|
21200
21293
|
}
|
|
21201
21294
|
});
|
|
21202
21295
|
};
|
|
21296
|
+
/**
|
|
21297
|
+
* Get detailed compliance answers for a specific proposal (call managers only).
|
|
21298
|
+
*/
|
|
21299
|
+
export const proposalProtectedCallsProposalsComplianceAnswersList = (options) => {
|
|
21300
|
+
return (options.client ?? _heyApiClient).get({
|
|
21301
|
+
security: [
|
|
21302
|
+
{
|
|
21303
|
+
name: 'Authorization',
|
|
21304
|
+
type: 'apiKey'
|
|
21305
|
+
},
|
|
21306
|
+
{
|
|
21307
|
+
scheme: 'bearer',
|
|
21308
|
+
type: 'http'
|
|
21309
|
+
}
|
|
21310
|
+
],
|
|
21311
|
+
url: '/api/proposal-protected-calls/{uuid}/proposals/{proposal_uuid}/compliance-answers/',
|
|
21312
|
+
...options
|
|
21313
|
+
});
|
|
21314
|
+
};
|
|
21203
21315
|
/**
|
|
21204
21316
|
* List resource templates for a call.
|
|
21205
21317
|
*/
|
|
@@ -21314,6 +21426,29 @@ export const proposalProtectedCallsResourceTemplatesUpdate = (options) => {
|
|
|
21314
21426
|
}
|
|
21315
21427
|
});
|
|
21316
21428
|
};
|
|
21429
|
+
/**
|
|
21430
|
+
* Mark proposal compliance as reviewed by call manager.
|
|
21431
|
+
*/
|
|
21432
|
+
export const proposalProtectedCallsReviewProposalCompliance = (options) => {
|
|
21433
|
+
return (options.client ?? _heyApiClient).post({
|
|
21434
|
+
security: [
|
|
21435
|
+
{
|
|
21436
|
+
name: 'Authorization',
|
|
21437
|
+
type: 'apiKey'
|
|
21438
|
+
},
|
|
21439
|
+
{
|
|
21440
|
+
scheme: 'bearer',
|
|
21441
|
+
type: 'http'
|
|
21442
|
+
}
|
|
21443
|
+
],
|
|
21444
|
+
url: '/api/proposal-protected-calls/{uuid}/review_proposal_compliance/',
|
|
21445
|
+
...options,
|
|
21446
|
+
headers: {
|
|
21447
|
+
'Content-Type': 'application/json',
|
|
21448
|
+
...options.headers
|
|
21449
|
+
}
|
|
21450
|
+
});
|
|
21451
|
+
};
|
|
21317
21452
|
/**
|
|
21318
21453
|
* List rounds for a call.
|
|
21319
21454
|
*/
|
|
@@ -21488,7 +21623,7 @@ export const proposalPublicCallsList = (options) => {
|
|
|
21488
21623
|
});
|
|
21489
21624
|
};
|
|
21490
21625
|
/**
|
|
21491
|
-
*
|
|
21626
|
+
* Get number of items in the collection matching the request parameters.
|
|
21492
21627
|
*/
|
|
21493
21628
|
export const proposalPublicCallsHead = (options) => {
|
|
21494
21629
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -21542,7 +21677,7 @@ export const proposalRequestedOfferingsList = (options) => {
|
|
|
21542
21677
|
});
|
|
21543
21678
|
};
|
|
21544
21679
|
/**
|
|
21545
|
-
*
|
|
21680
|
+
* Get number of items in the collection matching the request parameters.
|
|
21546
21681
|
*/
|
|
21547
21682
|
export const proposalRequestedOfferingsHead = (options) => {
|
|
21548
21683
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -21634,7 +21769,7 @@ export const proposalRequestedResourcesList = (options) => {
|
|
|
21634
21769
|
});
|
|
21635
21770
|
};
|
|
21636
21771
|
/**
|
|
21637
|
-
*
|
|
21772
|
+
* Get number of items in the collection matching the request parameters.
|
|
21638
21773
|
*/
|
|
21639
21774
|
export const proposalRequestedResourcesHead = (options) => {
|
|
21640
21775
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -21688,7 +21823,7 @@ export const proposalReviewsList = (options) => {
|
|
|
21688
21823
|
});
|
|
21689
21824
|
};
|
|
21690
21825
|
/**
|
|
21691
|
-
*
|
|
21826
|
+
* Get number of items in the collection matching the request parameters.
|
|
21692
21827
|
*/
|
|
21693
21828
|
export const proposalReviewsHead = (options) => {
|
|
21694
21829
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -21879,7 +22014,7 @@ export const providerInvoiceItemsList = (options) => {
|
|
|
21879
22014
|
});
|
|
21880
22015
|
};
|
|
21881
22016
|
/**
|
|
21882
|
-
*
|
|
22017
|
+
* Get number of items in the collection matching the request parameters.
|
|
21883
22018
|
*/
|
|
21884
22019
|
export const providerInvoiceItemsHead = (options) => {
|
|
21885
22020
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -21988,7 +22123,7 @@ export const rancherAppsList = (options) => {
|
|
|
21988
22123
|
});
|
|
21989
22124
|
};
|
|
21990
22125
|
/**
|
|
21991
|
-
*
|
|
22126
|
+
* Get number of items in the collection matching the request parameters.
|
|
21992
22127
|
*/
|
|
21993
22128
|
export const rancherAppsHead = (options) => {
|
|
21994
22129
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -22155,7 +22290,7 @@ export const rancherCatalogsList = (options) => {
|
|
|
22155
22290
|
});
|
|
22156
22291
|
};
|
|
22157
22292
|
/**
|
|
22158
|
-
*
|
|
22293
|
+
* Get number of items in the collection matching the request parameters.
|
|
22159
22294
|
*/
|
|
22160
22295
|
export const rancherCatalogsHead = (options) => {
|
|
22161
22296
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -22305,7 +22440,7 @@ export const rancherClusterSecurityGroupsList = (options) => {
|
|
|
22305
22440
|
});
|
|
22306
22441
|
};
|
|
22307
22442
|
/**
|
|
22308
|
-
*
|
|
22443
|
+
* Get number of items in the collection matching the request parameters.
|
|
22309
22444
|
*/
|
|
22310
22445
|
export const rancherClusterSecurityGroupsHead = (options) => {
|
|
22311
22446
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -22399,7 +22534,7 @@ export const rancherClusterTemplatesList = (options) => {
|
|
|
22399
22534
|
});
|
|
22400
22535
|
};
|
|
22401
22536
|
/**
|
|
22402
|
-
*
|
|
22537
|
+
* Get number of items in the collection matching the request parameters.
|
|
22403
22538
|
*/
|
|
22404
22539
|
export const rancherClusterTemplatesHead = (options) => {
|
|
22405
22540
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -22453,7 +22588,7 @@ export const rancherClustersList = (options) => {
|
|
|
22453
22588
|
});
|
|
22454
22589
|
};
|
|
22455
22590
|
/**
|
|
22456
|
-
*
|
|
22591
|
+
* Get number of items in the collection matching the request parameters.
|
|
22457
22592
|
*/
|
|
22458
22593
|
export const rancherClustersHead = (options) => {
|
|
22459
22594
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -22660,7 +22795,7 @@ export const rancherHpasList = (options) => {
|
|
|
22660
22795
|
});
|
|
22661
22796
|
};
|
|
22662
22797
|
/**
|
|
22663
|
-
*
|
|
22798
|
+
* Get number of items in the collection matching the request parameters.
|
|
22664
22799
|
*/
|
|
22665
22800
|
export const rancherHpasHead = (options) => {
|
|
22666
22801
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -22863,7 +22998,7 @@ export const rancherIngressesList = (options) => {
|
|
|
22863
22998
|
});
|
|
22864
22999
|
};
|
|
22865
23000
|
/**
|
|
22866
|
-
*
|
|
23001
|
+
* Get number of items in the collection matching the request parameters.
|
|
22867
23002
|
*/
|
|
22868
23003
|
export const rancherIngressesHead = (options) => {
|
|
22869
23004
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -23066,7 +23201,7 @@ export const rancherNamespacesList = (options) => {
|
|
|
23066
23201
|
});
|
|
23067
23202
|
};
|
|
23068
23203
|
/**
|
|
23069
|
-
*
|
|
23204
|
+
* Get number of items in the collection matching the request parameters.
|
|
23070
23205
|
*/
|
|
23071
23206
|
export const rancherNamespacesHead = (options) => {
|
|
23072
23207
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -23120,7 +23255,7 @@ export const rancherNodesList = (options) => {
|
|
|
23120
23255
|
});
|
|
23121
23256
|
};
|
|
23122
23257
|
/**
|
|
23123
|
-
*
|
|
23258
|
+
* Get number of items in the collection matching the request parameters.
|
|
23124
23259
|
*/
|
|
23125
23260
|
export const rancherNodesHead = (options) => {
|
|
23126
23261
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -23327,7 +23462,7 @@ export const rancherProjectsList = (options) => {
|
|
|
23327
23462
|
});
|
|
23328
23463
|
};
|
|
23329
23464
|
/**
|
|
23330
|
-
*
|
|
23465
|
+
* Get number of items in the collection matching the request parameters.
|
|
23331
23466
|
*/
|
|
23332
23467
|
export const rancherProjectsHead = (options) => {
|
|
23333
23468
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -23400,7 +23535,7 @@ export const rancherRoleTemplatesList = (options) => {
|
|
|
23400
23535
|
});
|
|
23401
23536
|
};
|
|
23402
23537
|
/**
|
|
23403
|
-
*
|
|
23538
|
+
* Get number of items in the collection matching the request parameters.
|
|
23404
23539
|
*/
|
|
23405
23540
|
export const rancherRoleTemplatesHead = (options) => {
|
|
23406
23541
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -23454,7 +23589,7 @@ export const rancherServicesList = (options) => {
|
|
|
23454
23589
|
});
|
|
23455
23590
|
};
|
|
23456
23591
|
/**
|
|
23457
|
-
*
|
|
23592
|
+
* Get number of items in the collection matching the request parameters.
|
|
23458
23593
|
*/
|
|
23459
23594
|
export const rancherServicesHead = (options) => {
|
|
23460
23595
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -23673,7 +23808,7 @@ export const rancherTemplatesList = (options) => {
|
|
|
23673
23808
|
});
|
|
23674
23809
|
};
|
|
23675
23810
|
/**
|
|
23676
|
-
*
|
|
23811
|
+
* Get number of items in the collection matching the request parameters.
|
|
23677
23812
|
*/
|
|
23678
23813
|
export const rancherTemplatesHead = (options) => {
|
|
23679
23814
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -23727,7 +23862,7 @@ export const rancherUsersList = (options) => {
|
|
|
23727
23862
|
});
|
|
23728
23863
|
};
|
|
23729
23864
|
/**
|
|
23730
|
-
*
|
|
23865
|
+
* Get number of items in the collection matching the request parameters.
|
|
23731
23866
|
*/
|
|
23732
23867
|
export const rancherUsersHead = (options) => {
|
|
23733
23868
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -23781,7 +23916,7 @@ export const rancherWorkloadsList = (options) => {
|
|
|
23781
23916
|
});
|
|
23782
23917
|
};
|
|
23783
23918
|
/**
|
|
23784
|
-
*
|
|
23919
|
+
* Get number of items in the collection matching the request parameters.
|
|
23785
23920
|
*/
|
|
23786
23921
|
export const rancherWorkloadsHead = (options) => {
|
|
23787
23922
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -24276,7 +24411,7 @@ export const rolesList = (options) => {
|
|
|
24276
24411
|
});
|
|
24277
24412
|
};
|
|
24278
24413
|
/**
|
|
24279
|
-
*
|
|
24414
|
+
* Get number of items in the collection matching the request parameters.
|
|
24280
24415
|
*/
|
|
24281
24416
|
export const rolesHead = (options) => {
|
|
24282
24417
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -24458,7 +24593,7 @@ export const serviceSettingsList = (options) => {
|
|
|
24458
24593
|
});
|
|
24459
24594
|
};
|
|
24460
24595
|
/**
|
|
24461
|
-
*
|
|
24596
|
+
* Get number of items in the collection matching the request parameters.
|
|
24462
24597
|
*/
|
|
24463
24598
|
export const serviceSettingsHead = (options) => {
|
|
24464
24599
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -24512,7 +24647,7 @@ export const slurmAllocationUserUsageList = (options) => {
|
|
|
24512
24647
|
});
|
|
24513
24648
|
};
|
|
24514
24649
|
/**
|
|
24515
|
-
*
|
|
24650
|
+
* Get number of items in the collection matching the request parameters.
|
|
24516
24651
|
*/
|
|
24517
24652
|
export const slurmAllocationUserUsageHead = (options) => {
|
|
24518
24653
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -24566,7 +24701,7 @@ export const slurmAllocationsList = (options) => {
|
|
|
24566
24701
|
});
|
|
24567
24702
|
};
|
|
24568
24703
|
/**
|
|
24569
|
-
*
|
|
24704
|
+
* Get number of items in the collection matching the request parameters.
|
|
24570
24705
|
*/
|
|
24571
24706
|
export const slurmAllocationsHead = (options) => {
|
|
24572
24707
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -24753,7 +24888,7 @@ export const slurmAssociationsList = (options) => {
|
|
|
24753
24888
|
});
|
|
24754
24889
|
};
|
|
24755
24890
|
/**
|
|
24756
|
-
*
|
|
24891
|
+
* Get number of items in the collection matching the request parameters.
|
|
24757
24892
|
*/
|
|
24758
24893
|
export const slurmAssociationsHead = (options) => {
|
|
24759
24894
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -24807,7 +24942,7 @@ export const slurmJobsList = (options) => {
|
|
|
24807
24942
|
});
|
|
24808
24943
|
};
|
|
24809
24944
|
/**
|
|
24810
|
-
*
|
|
24945
|
+
* Get number of items in the collection matching the request parameters.
|
|
24811
24946
|
*/
|
|
24812
24947
|
export const slurmJobsHead = (options) => {
|
|
24813
24948
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -24974,7 +25109,7 @@ export const supportAttachmentsList = (options) => {
|
|
|
24974
25109
|
});
|
|
24975
25110
|
};
|
|
24976
25111
|
/**
|
|
24977
|
-
*
|
|
25112
|
+
* Get number of items in the collection matching the request parameters.
|
|
24978
25113
|
*/
|
|
24979
25114
|
export const supportAttachmentsHead = (options) => {
|
|
24980
25115
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -25064,7 +25199,7 @@ export const supportCommentsList = (options) => {
|
|
|
25064
25199
|
});
|
|
25065
25200
|
};
|
|
25066
25201
|
/**
|
|
25067
|
-
*
|
|
25202
|
+
* Get number of items in the collection matching the request parameters.
|
|
25068
25203
|
*/
|
|
25069
25204
|
export const supportCommentsHead = (options) => {
|
|
25070
25205
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -25206,7 +25341,7 @@ export const supportFeedbacksList = (options) => {
|
|
|
25206
25341
|
});
|
|
25207
25342
|
};
|
|
25208
25343
|
/**
|
|
25209
|
-
*
|
|
25344
|
+
* Get number of items in the collection matching the request parameters.
|
|
25210
25345
|
*/
|
|
25211
25346
|
export const supportFeedbacksHead = (options) => {
|
|
25212
25347
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -25280,7 +25415,7 @@ export const supportIssuesList = (options) => {
|
|
|
25280
25415
|
});
|
|
25281
25416
|
};
|
|
25282
25417
|
/**
|
|
25283
|
-
*
|
|
25418
|
+
* Get number of items in the collection matching the request parameters.
|
|
25284
25419
|
*/
|
|
25285
25420
|
export const supportIssuesHead = (options) => {
|
|
25286
25421
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -25460,7 +25595,7 @@ export const supportPrioritiesList = (options) => {
|
|
|
25460
25595
|
});
|
|
25461
25596
|
};
|
|
25462
25597
|
/**
|
|
25463
|
-
*
|
|
25598
|
+
* Get number of items in the collection matching the request parameters.
|
|
25464
25599
|
*/
|
|
25465
25600
|
export const supportPrioritiesHead = (options) => {
|
|
25466
25601
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -25540,7 +25675,7 @@ export const supportTemplatesList = (options) => {
|
|
|
25540
25675
|
});
|
|
25541
25676
|
};
|
|
25542
25677
|
/**
|
|
25543
|
-
*
|
|
25678
|
+
* Get number of items in the collection matching the request parameters.
|
|
25544
25679
|
*/
|
|
25545
25680
|
export const supportTemplatesHead = (options) => {
|
|
25546
25681
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -25713,7 +25848,7 @@ export const supportUsersList = (options) => {
|
|
|
25713
25848
|
});
|
|
25714
25849
|
};
|
|
25715
25850
|
/**
|
|
25716
|
-
*
|
|
25851
|
+
* Get number of items in the collection matching the request parameters.
|
|
25717
25852
|
*/
|
|
25718
25853
|
export const supportUsersHead = (options) => {
|
|
25719
25854
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -25811,7 +25946,7 @@ export const userAgreementsList = (options) => {
|
|
|
25811
25946
|
});
|
|
25812
25947
|
};
|
|
25813
25948
|
/**
|
|
25814
|
-
*
|
|
25949
|
+
* Get number of items in the collection matching the request parameters.
|
|
25815
25950
|
*/
|
|
25816
25951
|
export const userAgreementsHead = (options) => {
|
|
25817
25952
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -25941,7 +26076,7 @@ export const userGroupInvitationsList = (options) => {
|
|
|
25941
26076
|
});
|
|
25942
26077
|
};
|
|
25943
26078
|
/**
|
|
25944
|
-
*
|
|
26079
|
+
* Get number of items in the collection matching the request parameters.
|
|
25945
26080
|
*/
|
|
25946
26081
|
export const userGroupInvitationsHead = (options) => {
|
|
25947
26082
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -26069,7 +26204,7 @@ export const userInvitationsList = (options) => {
|
|
|
26069
26204
|
});
|
|
26070
26205
|
};
|
|
26071
26206
|
/**
|
|
26072
|
-
*
|
|
26207
|
+
* Get number of items in the collection matching the request parameters.
|
|
26073
26208
|
*/
|
|
26074
26209
|
export const userInvitationsHead = (options) => {
|
|
26075
26210
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -26290,7 +26425,7 @@ export const userPermissionRequestsList = (options) => {
|
|
|
26290
26425
|
});
|
|
26291
26426
|
};
|
|
26292
26427
|
/**
|
|
26293
|
-
*
|
|
26428
|
+
* Get number of items in the collection matching the request parameters.
|
|
26294
26429
|
*/
|
|
26295
26430
|
export const userPermissionRequestsHead = (options) => {
|
|
26296
26431
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -26384,7 +26519,7 @@ export const userPermissionsList = (options) => {
|
|
|
26384
26519
|
});
|
|
26385
26520
|
};
|
|
26386
26521
|
/**
|
|
26387
|
-
*
|
|
26522
|
+
* Get number of items in the collection matching the request parameters.
|
|
26388
26523
|
*/
|
|
26389
26524
|
export const userPermissionsHead = (options) => {
|
|
26390
26525
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -26438,7 +26573,7 @@ export const usersList = (options) => {
|
|
|
26438
26573
|
});
|
|
26439
26574
|
};
|
|
26440
26575
|
/**
|
|
26441
|
-
*
|
|
26576
|
+
* Get number of items in the collection matching the request parameters.
|
|
26442
26577
|
*/
|
|
26443
26578
|
export const usersHead = (options) => {
|
|
26444
26579
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -26726,7 +26861,7 @@ export const usersMeRetrieve = (options) => {
|
|
|
26726
26861
|
});
|
|
26727
26862
|
};
|
|
26728
26863
|
/**
|
|
26729
|
-
* Get
|
|
26864
|
+
* Get number of items in the collection matching the request parameters.
|
|
26730
26865
|
*/
|
|
26731
26866
|
export const usersMeHead = (options) => {
|
|
26732
26867
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -26783,7 +26918,7 @@ export const vmwareClustersList = (options) => {
|
|
|
26783
26918
|
});
|
|
26784
26919
|
};
|
|
26785
26920
|
/**
|
|
26786
|
-
*
|
|
26921
|
+
* Get number of items in the collection matching the request parameters.
|
|
26787
26922
|
*/
|
|
26788
26923
|
export const vmwareClustersHead = (options) => {
|
|
26789
26924
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -26837,7 +26972,7 @@ export const vmwareDatastoresList = (options) => {
|
|
|
26837
26972
|
});
|
|
26838
26973
|
};
|
|
26839
26974
|
/**
|
|
26840
|
-
*
|
|
26975
|
+
* Get number of items in the collection matching the request parameters.
|
|
26841
26976
|
*/
|
|
26842
26977
|
export const vmwareDatastoresHead = (options) => {
|
|
26843
26978
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -26891,7 +27026,7 @@ export const vmwareDisksList = (options) => {
|
|
|
26891
27026
|
});
|
|
26892
27027
|
};
|
|
26893
27028
|
/**
|
|
26894
|
-
*
|
|
27029
|
+
* Get number of items in the collection matching the request parameters.
|
|
26895
27030
|
*/
|
|
26896
27031
|
export const vmwareDisksHead = (options) => {
|
|
26897
27032
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -27021,7 +27156,7 @@ export const vmwareFoldersList = (options) => {
|
|
|
27021
27156
|
});
|
|
27022
27157
|
};
|
|
27023
27158
|
/**
|
|
27024
|
-
*
|
|
27159
|
+
* Get number of items in the collection matching the request parameters.
|
|
27025
27160
|
*/
|
|
27026
27161
|
export const vmwareFoldersHead = (options) => {
|
|
27027
27162
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -27091,7 +27226,7 @@ export const vmwareNetworksList = (options) => {
|
|
|
27091
27226
|
});
|
|
27092
27227
|
};
|
|
27093
27228
|
/**
|
|
27094
|
-
*
|
|
27229
|
+
* Get number of items in the collection matching the request parameters.
|
|
27095
27230
|
*/
|
|
27096
27231
|
export const vmwareNetworksHead = (options) => {
|
|
27097
27232
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -27145,7 +27280,7 @@ export const vmwarePortsList = (options) => {
|
|
|
27145
27280
|
});
|
|
27146
27281
|
};
|
|
27147
27282
|
/**
|
|
27148
|
-
*
|
|
27283
|
+
* Get number of items in the collection matching the request parameters.
|
|
27149
27284
|
*/
|
|
27150
27285
|
export const vmwarePortsHead = (options) => {
|
|
27151
27286
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -27252,7 +27387,7 @@ export const vmwareTemplatesList = (options) => {
|
|
|
27252
27387
|
});
|
|
27253
27388
|
};
|
|
27254
27389
|
/**
|
|
27255
|
-
*
|
|
27390
|
+
* Get number of items in the collection matching the request parameters.
|
|
27256
27391
|
*/
|
|
27257
27392
|
export const vmwareTemplatesHead = (options) => {
|
|
27258
27393
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -27306,7 +27441,7 @@ export const vmwareVirtualMachineList = (options) => {
|
|
|
27306
27441
|
});
|
|
27307
27442
|
};
|
|
27308
27443
|
/**
|
|
27309
|
-
*
|
|
27444
|
+
* Get number of items in the collection matching the request parameters.
|
|
27310
27445
|
*/
|
|
27311
27446
|
export const vmwareVirtualMachineHead = (options) => {
|
|
27312
27447
|
return (options?.client ?? _heyApiClient).head({
|