waldur-js-client 7.7.4 → 7.7.5-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sdk.gen.d.ts +277 -227
- package/dist/sdk.gen.js +491 -226
- package/dist/types.gen.d.ts +352 -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({
|
|
@@ -5063,6 +5052,136 @@ export const eventsScopeTypesHead = (options) => {
|
|
|
5063
5052
|
...options
|
|
5064
5053
|
});
|
|
5065
5054
|
};
|
|
5055
|
+
/**
|
|
5056
|
+
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
5057
|
+
*/
|
|
5058
|
+
export const externalLinksList = (options) => {
|
|
5059
|
+
return (options?.client ?? _heyApiClient).get({
|
|
5060
|
+
security: [
|
|
5061
|
+
{
|
|
5062
|
+
name: 'Authorization',
|
|
5063
|
+
type: 'apiKey'
|
|
5064
|
+
},
|
|
5065
|
+
{
|
|
5066
|
+
scheme: 'bearer',
|
|
5067
|
+
type: 'http'
|
|
5068
|
+
}
|
|
5069
|
+
],
|
|
5070
|
+
url: '/api/external-links/',
|
|
5071
|
+
...options
|
|
5072
|
+
});
|
|
5073
|
+
};
|
|
5074
|
+
/**
|
|
5075
|
+
* Get number of items in the collection matching the request parameters.
|
|
5076
|
+
*/
|
|
5077
|
+
export const externalLinksHead = (options) => {
|
|
5078
|
+
return (options?.client ?? _heyApiClient).head({
|
|
5079
|
+
security: [
|
|
5080
|
+
{
|
|
5081
|
+
name: 'Authorization',
|
|
5082
|
+
type: 'apiKey'
|
|
5083
|
+
},
|
|
5084
|
+
{
|
|
5085
|
+
scheme: 'bearer',
|
|
5086
|
+
type: 'http'
|
|
5087
|
+
}
|
|
5088
|
+
],
|
|
5089
|
+
url: '/api/external-links/',
|
|
5090
|
+
...options
|
|
5091
|
+
});
|
|
5092
|
+
};
|
|
5093
|
+
export const externalLinksCreate = (options) => {
|
|
5094
|
+
return (options.client ?? _heyApiClient).post({
|
|
5095
|
+
security: [
|
|
5096
|
+
{
|
|
5097
|
+
name: 'Authorization',
|
|
5098
|
+
type: 'apiKey'
|
|
5099
|
+
},
|
|
5100
|
+
{
|
|
5101
|
+
scheme: 'bearer',
|
|
5102
|
+
type: 'http'
|
|
5103
|
+
}
|
|
5104
|
+
],
|
|
5105
|
+
url: '/api/external-links/',
|
|
5106
|
+
...options,
|
|
5107
|
+
headers: {
|
|
5108
|
+
'Content-Type': 'application/json',
|
|
5109
|
+
...options.headers
|
|
5110
|
+
}
|
|
5111
|
+
});
|
|
5112
|
+
};
|
|
5113
|
+
export const externalLinksDestroy = (options) => {
|
|
5114
|
+
return (options.client ?? _heyApiClient).delete({
|
|
5115
|
+
security: [
|
|
5116
|
+
{
|
|
5117
|
+
name: 'Authorization',
|
|
5118
|
+
type: 'apiKey'
|
|
5119
|
+
},
|
|
5120
|
+
{
|
|
5121
|
+
scheme: 'bearer',
|
|
5122
|
+
type: 'http'
|
|
5123
|
+
}
|
|
5124
|
+
],
|
|
5125
|
+
url: '/api/external-links/{uuid}/',
|
|
5126
|
+
...options
|
|
5127
|
+
});
|
|
5128
|
+
};
|
|
5129
|
+
export const externalLinksRetrieve = (options) => {
|
|
5130
|
+
return (options.client ?? _heyApiClient).get({
|
|
5131
|
+
security: [
|
|
5132
|
+
{
|
|
5133
|
+
name: 'Authorization',
|
|
5134
|
+
type: 'apiKey'
|
|
5135
|
+
},
|
|
5136
|
+
{
|
|
5137
|
+
scheme: 'bearer',
|
|
5138
|
+
type: 'http'
|
|
5139
|
+
}
|
|
5140
|
+
],
|
|
5141
|
+
url: '/api/external-links/{uuid}/',
|
|
5142
|
+
...options
|
|
5143
|
+
});
|
|
5144
|
+
};
|
|
5145
|
+
export const externalLinksPartialUpdate = (options) => {
|
|
5146
|
+
return (options.client ?? _heyApiClient).patch({
|
|
5147
|
+
security: [
|
|
5148
|
+
{
|
|
5149
|
+
name: 'Authorization',
|
|
5150
|
+
type: 'apiKey'
|
|
5151
|
+
},
|
|
5152
|
+
{
|
|
5153
|
+
scheme: 'bearer',
|
|
5154
|
+
type: 'http'
|
|
5155
|
+
}
|
|
5156
|
+
],
|
|
5157
|
+
url: '/api/external-links/{uuid}/',
|
|
5158
|
+
...options,
|
|
5159
|
+
headers: {
|
|
5160
|
+
'Content-Type': 'application/json',
|
|
5161
|
+
...options.headers
|
|
5162
|
+
}
|
|
5163
|
+
});
|
|
5164
|
+
};
|
|
5165
|
+
export const externalLinksUpdate = (options) => {
|
|
5166
|
+
return (options.client ?? _heyApiClient).put({
|
|
5167
|
+
security: [
|
|
5168
|
+
{
|
|
5169
|
+
name: 'Authorization',
|
|
5170
|
+
type: 'apiKey'
|
|
5171
|
+
},
|
|
5172
|
+
{
|
|
5173
|
+
scheme: 'bearer',
|
|
5174
|
+
type: 'http'
|
|
5175
|
+
}
|
|
5176
|
+
],
|
|
5177
|
+
url: '/api/external-links/{uuid}/',
|
|
5178
|
+
...options,
|
|
5179
|
+
headers: {
|
|
5180
|
+
'Content-Type': 'application/json',
|
|
5181
|
+
...options.headers
|
|
5182
|
+
}
|
|
5183
|
+
});
|
|
5184
|
+
};
|
|
5066
5185
|
/**
|
|
5067
5186
|
* Override feature values
|
|
5068
5187
|
*/
|
|
@@ -5106,7 +5225,7 @@ export const financialReportsList = (options) => {
|
|
|
5106
5225
|
});
|
|
5107
5226
|
};
|
|
5108
5227
|
/**
|
|
5109
|
-
*
|
|
5228
|
+
* Get number of items in the collection matching the request parameters.
|
|
5110
5229
|
*/
|
|
5111
5230
|
export const financialReportsHead = (options) => {
|
|
5112
5231
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -5160,7 +5279,7 @@ export const freeipaProfilesList = (options) => {
|
|
|
5160
5279
|
});
|
|
5161
5280
|
};
|
|
5162
5281
|
/**
|
|
5163
|
-
*
|
|
5282
|
+
* Get number of items in the collection matching the request parameters.
|
|
5164
5283
|
*/
|
|
5165
5284
|
export const freeipaProfilesHead = (options) => {
|
|
5166
5285
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -5289,7 +5408,7 @@ export const googleAuthList = (options) => {
|
|
|
5289
5408
|
});
|
|
5290
5409
|
};
|
|
5291
5410
|
/**
|
|
5292
|
-
*
|
|
5411
|
+
* Get number of items in the collection matching the request parameters.
|
|
5293
5412
|
*/
|
|
5294
5413
|
export const googleAuthHead = (options) => {
|
|
5295
5414
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -5359,7 +5478,7 @@ export const googleAuthCallbackRetrieve = (options) => {
|
|
|
5359
5478
|
});
|
|
5360
5479
|
};
|
|
5361
5480
|
/**
|
|
5362
|
-
*
|
|
5481
|
+
* Get number of items in the collection matching the request parameters.
|
|
5363
5482
|
*/
|
|
5364
5483
|
export const googleAuthCallbackHead = (options) => {
|
|
5365
5484
|
return (options.client ?? _heyApiClient).head({
|
|
@@ -5397,7 +5516,7 @@ export const hooksList = (options) => {
|
|
|
5397
5516
|
});
|
|
5398
5517
|
};
|
|
5399
5518
|
/**
|
|
5400
|
-
*
|
|
5519
|
+
* Get number of items in the collection matching the request parameters.
|
|
5401
5520
|
*/
|
|
5402
5521
|
export const hooksHead = (options) => {
|
|
5403
5522
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -5435,7 +5554,7 @@ export const hooksEmailList = (options) => {
|
|
|
5435
5554
|
});
|
|
5436
5555
|
};
|
|
5437
5556
|
/**
|
|
5438
|
-
*
|
|
5557
|
+
* Get number of items in the collection matching the request parameters.
|
|
5439
5558
|
*/
|
|
5440
5559
|
export const hooksEmailHead = (options) => {
|
|
5441
5560
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -5565,7 +5684,7 @@ export const hooksWebList = (options) => {
|
|
|
5565
5684
|
});
|
|
5566
5685
|
};
|
|
5567
5686
|
/**
|
|
5568
|
-
*
|
|
5687
|
+
* Get number of items in the collection matching the request parameters.
|
|
5569
5688
|
*/
|
|
5570
5689
|
export const hooksWebHead = (options) => {
|
|
5571
5690
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -5720,7 +5839,7 @@ export const identityProvidersList = (options) => {
|
|
|
5720
5839
|
});
|
|
5721
5840
|
};
|
|
5722
5841
|
/**
|
|
5723
|
-
*
|
|
5842
|
+
* Get number of items in the collection matching the request parameters.
|
|
5724
5843
|
*/
|
|
5725
5844
|
export const identityProvidersHead = (options) => {
|
|
5726
5845
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -5850,7 +5969,7 @@ export const invoiceItemsList = (options) => {
|
|
|
5850
5969
|
});
|
|
5851
5970
|
};
|
|
5852
5971
|
/**
|
|
5853
|
-
*
|
|
5972
|
+
* Get number of items in the collection matching the request parameters.
|
|
5854
5973
|
*/
|
|
5855
5974
|
export const invoiceItemsHead = (options) => {
|
|
5856
5975
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6022,7 +6141,7 @@ export const invoiceItemsCostsList = (options) => {
|
|
|
6022
6141
|
});
|
|
6023
6142
|
};
|
|
6024
6143
|
/**
|
|
6025
|
-
* Get
|
|
6144
|
+
* Get number of items in the collection matching the request parameters.
|
|
6026
6145
|
*/
|
|
6027
6146
|
export const invoiceItemsCostsHead = (options) => {
|
|
6028
6147
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6056,6 +6175,9 @@ export const invoiceItemsCustomerCostsForPeriodRetrieve = (options) => {
|
|
|
6056
6175
|
...options
|
|
6057
6176
|
});
|
|
6058
6177
|
};
|
|
6178
|
+
/**
|
|
6179
|
+
* Get number of items in the collection matching the request parameters.
|
|
6180
|
+
*/
|
|
6059
6181
|
export const invoiceItemsCustomerCostsForPeriodHead = (options) => {
|
|
6060
6182
|
return (options?.client ?? _heyApiClient).head({
|
|
6061
6183
|
security: [
|
|
@@ -6092,7 +6214,7 @@ export const invoiceItemsProjectCostsForPeriodRetrieve = (options) => {
|
|
|
6092
6214
|
});
|
|
6093
6215
|
};
|
|
6094
6216
|
/**
|
|
6095
|
-
* Get
|
|
6217
|
+
* Get number of items in the collection matching the request parameters.
|
|
6096
6218
|
*/
|
|
6097
6219
|
export const invoiceItemsProjectCostsForPeriodHead = (options) => {
|
|
6098
6220
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6130,7 +6252,7 @@ export const invoiceItemsTotalPriceRetrieve = (options) => {
|
|
|
6130
6252
|
});
|
|
6131
6253
|
};
|
|
6132
6254
|
/**
|
|
6133
|
-
*
|
|
6255
|
+
* Get number of items in the collection matching the request parameters.
|
|
6134
6256
|
*/
|
|
6135
6257
|
export const invoiceItemsTotalPriceHead = (options) => {
|
|
6136
6258
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6188,7 +6310,7 @@ export const invoicesList = (options) => {
|
|
|
6188
6310
|
});
|
|
6189
6311
|
};
|
|
6190
6312
|
/**
|
|
6191
|
-
*
|
|
6313
|
+
* Get number of items in the collection matching the request parameters.
|
|
6192
6314
|
*/
|
|
6193
6315
|
export const invoicesHead = (options) => {
|
|
6194
6316
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6393,7 +6515,7 @@ export const invoicesGrowthRetrieve = (options) => {
|
|
|
6393
6515
|
});
|
|
6394
6516
|
};
|
|
6395
6517
|
/**
|
|
6396
|
-
*
|
|
6518
|
+
* Get number of items in the collection matching the request parameters.
|
|
6397
6519
|
*/
|
|
6398
6520
|
export const invoicesGrowthHead = (options) => {
|
|
6399
6521
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6431,7 +6553,7 @@ export const keycloakGroupsList = (options) => {
|
|
|
6431
6553
|
});
|
|
6432
6554
|
};
|
|
6433
6555
|
/**
|
|
6434
|
-
*
|
|
6556
|
+
* Get number of items in the collection matching the request parameters.
|
|
6435
6557
|
*/
|
|
6436
6558
|
export const keycloakGroupsHead = (options) => {
|
|
6437
6559
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6485,7 +6607,7 @@ export const keycloakUserGroupMembershipsList = (options) => {
|
|
|
6485
6607
|
});
|
|
6486
6608
|
};
|
|
6487
6609
|
/**
|
|
6488
|
-
*
|
|
6610
|
+
* Get number of items in the collection matching the request parameters.
|
|
6489
6611
|
*/
|
|
6490
6612
|
export const keycloakUserGroupMembershipsHead = (options) => {
|
|
6491
6613
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6615,7 +6737,7 @@ export const keysList = (options) => {
|
|
|
6615
6737
|
});
|
|
6616
6738
|
};
|
|
6617
6739
|
/**
|
|
6618
|
-
*
|
|
6740
|
+
* Get number of items in the collection matching the request parameters.
|
|
6619
6741
|
*/
|
|
6620
6742
|
export const keysHead = (options) => {
|
|
6621
6743
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6705,7 +6827,7 @@ export const lexisLinksList = (options) => {
|
|
|
6705
6827
|
});
|
|
6706
6828
|
};
|
|
6707
6829
|
/**
|
|
6708
|
-
*
|
|
6830
|
+
* Get number of items in the collection matching the request parameters.
|
|
6709
6831
|
*/
|
|
6710
6832
|
export const lexisLinksHead = (options) => {
|
|
6711
6833
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6851,7 +6973,7 @@ export const marketplaceCategoriesList = (options) => {
|
|
|
6851
6973
|
});
|
|
6852
6974
|
};
|
|
6853
6975
|
/**
|
|
6854
|
-
*
|
|
6976
|
+
* Get number of items in the collection matching the request parameters.
|
|
6855
6977
|
*/
|
|
6856
6978
|
export const marketplaceCategoriesHead = (options) => {
|
|
6857
6979
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -6981,7 +7103,7 @@ export const marketplaceCategoryColumnsList = (options) => {
|
|
|
6981
7103
|
});
|
|
6982
7104
|
};
|
|
6983
7105
|
/**
|
|
6984
|
-
*
|
|
7106
|
+
* Get number of items in the collection matching the request parameters.
|
|
6985
7107
|
*/
|
|
6986
7108
|
export const marketplaceCategoryColumnsHead = (options) => {
|
|
6987
7109
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7111,7 +7233,7 @@ export const marketplaceCategoryComponentUsagesList = (options) => {
|
|
|
7111
7233
|
});
|
|
7112
7234
|
};
|
|
7113
7235
|
/**
|
|
7114
|
-
*
|
|
7236
|
+
* Get number of items in the collection matching the request parameters.
|
|
7115
7237
|
*/
|
|
7116
7238
|
export const marketplaceCategoryComponentUsagesHead = (options) => {
|
|
7117
7239
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7165,7 +7287,7 @@ export const marketplaceCategoryComponentsList = (options) => {
|
|
|
7165
7287
|
});
|
|
7166
7288
|
};
|
|
7167
7289
|
/**
|
|
7168
|
-
*
|
|
7290
|
+
* Get number of items in the collection matching the request parameters.
|
|
7169
7291
|
*/
|
|
7170
7292
|
export const marketplaceCategoryComponentsHead = (options) => {
|
|
7171
7293
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7295,7 +7417,7 @@ export const marketplaceCategoryGroupsList = (options) => {
|
|
|
7295
7417
|
});
|
|
7296
7418
|
};
|
|
7297
7419
|
/**
|
|
7298
|
-
*
|
|
7420
|
+
* Get number of items in the collection matching the request parameters.
|
|
7299
7421
|
*/
|
|
7300
7422
|
export const marketplaceCategoryGroupsHead = (options) => {
|
|
7301
7423
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7425,7 +7547,7 @@ export const marketplaceCategoryHelpArticlesList = (options) => {
|
|
|
7425
7547
|
});
|
|
7426
7548
|
};
|
|
7427
7549
|
/**
|
|
7428
|
-
*
|
|
7550
|
+
* Get number of items in the collection matching the request parameters.
|
|
7429
7551
|
*/
|
|
7430
7552
|
export const marketplaceCategoryHelpArticlesHead = (options) => {
|
|
7431
7553
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7555,7 +7677,7 @@ export const marketplaceChecklistsList = (options) => {
|
|
|
7555
7677
|
});
|
|
7556
7678
|
};
|
|
7557
7679
|
/**
|
|
7558
|
-
*
|
|
7680
|
+
* Get number of items in the collection matching the request parameters.
|
|
7559
7681
|
*/
|
|
7560
7682
|
export const marketplaceChecklistsHead = (options) => {
|
|
7561
7683
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7593,7 +7715,7 @@ export const marketplaceChecklistsAdminList = (options) => {
|
|
|
7593
7715
|
});
|
|
7594
7716
|
};
|
|
7595
7717
|
/**
|
|
7596
|
-
*
|
|
7718
|
+
* Get number of items in the collection matching the request parameters.
|
|
7597
7719
|
*/
|
|
7598
7720
|
export const marketplaceChecklistsAdminHead = (options) => {
|
|
7599
7721
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7651,7 +7773,7 @@ export const marketplaceChecklistsAdminQuestionDependenciesList = (options) => {
|
|
|
7651
7773
|
});
|
|
7652
7774
|
};
|
|
7653
7775
|
/**
|
|
7654
|
-
*
|
|
7776
|
+
* Get number of items in the collection matching the request parameters.
|
|
7655
7777
|
*/
|
|
7656
7778
|
export const marketplaceChecklistsAdminQuestionDependenciesHead = (options) => {
|
|
7657
7779
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7781,7 +7903,7 @@ export const marketplaceChecklistsAdminQuestionOptionsList = (options) => {
|
|
|
7781
7903
|
});
|
|
7782
7904
|
};
|
|
7783
7905
|
/**
|
|
7784
|
-
*
|
|
7906
|
+
* Get number of items in the collection matching the request parameters.
|
|
7785
7907
|
*/
|
|
7786
7908
|
export const marketplaceChecklistsAdminQuestionOptionsHead = (options) => {
|
|
7787
7909
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -7911,7 +8033,7 @@ export const marketplaceChecklistsAdminQuestionsList = (options) => {
|
|
|
7911
8033
|
});
|
|
7912
8034
|
};
|
|
7913
8035
|
/**
|
|
7914
|
-
*
|
|
8036
|
+
* Get number of items in the collection matching the request parameters.
|
|
7915
8037
|
*/
|
|
7916
8038
|
export const marketplaceChecklistsAdminQuestionsHead = (options) => {
|
|
7917
8039
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -8301,7 +8423,7 @@ export const marketplaceComponentUsagesList = (options) => {
|
|
|
8301
8423
|
});
|
|
8302
8424
|
};
|
|
8303
8425
|
/**
|
|
8304
|
-
*
|
|
8426
|
+
* Get number of items in the collection matching the request parameters.
|
|
8305
8427
|
*/
|
|
8306
8428
|
export const marketplaceComponentUsagesHead = (options) => {
|
|
8307
8429
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -8395,7 +8517,7 @@ export const marketplaceComponentUserUsagesList = (options) => {
|
|
|
8395
8517
|
});
|
|
8396
8518
|
};
|
|
8397
8519
|
/**
|
|
8398
|
-
*
|
|
8520
|
+
* Get number of items in the collection matching the request parameters.
|
|
8399
8521
|
*/
|
|
8400
8522
|
export const marketplaceComponentUserUsagesHead = (options) => {
|
|
8401
8523
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -8449,7 +8571,7 @@ export const marketplaceCustomerEstimatedCostPoliciesList = (options) => {
|
|
|
8449
8571
|
});
|
|
8450
8572
|
};
|
|
8451
8573
|
/**
|
|
8452
|
-
*
|
|
8574
|
+
* Get number of items in the collection matching the request parameters.
|
|
8453
8575
|
*/
|
|
8454
8576
|
export const marketplaceCustomerEstimatedCostPoliciesHead = (options) => {
|
|
8455
8577
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -8575,6 +8697,9 @@ export const marketplaceCustomerEstimatedCostPoliciesActionsRetrieve = (options)
|
|
|
8575
8697
|
...options
|
|
8576
8698
|
});
|
|
8577
8699
|
};
|
|
8700
|
+
/**
|
|
8701
|
+
* Get number of items in the collection matching the request parameters.
|
|
8702
|
+
*/
|
|
8578
8703
|
export const marketplaceCustomerEstimatedCostPoliciesActionsHead = (options) => {
|
|
8579
8704
|
return (options?.client ?? _heyApiClient).head({
|
|
8580
8705
|
security: [
|
|
@@ -8611,7 +8736,7 @@ export const marketplaceCustomerServiceAccountsList = (options) => {
|
|
|
8611
8736
|
});
|
|
8612
8737
|
};
|
|
8613
8738
|
/**
|
|
8614
|
-
*
|
|
8739
|
+
* Get number of items in the collection matching the request parameters.
|
|
8615
8740
|
*/
|
|
8616
8741
|
export const marketplaceCustomerServiceAccountsHead = (options) => {
|
|
8617
8742
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -8776,7 +8901,7 @@ export const marketplaceIntegrationStatusesList = (options) => {
|
|
|
8776
8901
|
});
|
|
8777
8902
|
};
|
|
8778
8903
|
/**
|
|
8779
|
-
*
|
|
8904
|
+
* Get number of items in the collection matching the request parameters.
|
|
8780
8905
|
*/
|
|
8781
8906
|
export const marketplaceIntegrationStatusesHead = (options) => {
|
|
8782
8907
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -8830,7 +8955,7 @@ export const marketplaceMaintenanceAnnouncementOfferingsList = (options) => {
|
|
|
8830
8955
|
});
|
|
8831
8956
|
};
|
|
8832
8957
|
/**
|
|
8833
|
-
*
|
|
8958
|
+
* Get number of items in the collection matching the request parameters.
|
|
8834
8959
|
*/
|
|
8835
8960
|
export const marketplaceMaintenanceAnnouncementOfferingsHead = (options) => {
|
|
8836
8961
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -8960,7 +9085,7 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsList = (options)
|
|
|
8960
9085
|
});
|
|
8961
9086
|
};
|
|
8962
9087
|
/**
|
|
8963
|
-
*
|
|
9088
|
+
* Get number of items in the collection matching the request parameters.
|
|
8964
9089
|
*/
|
|
8965
9090
|
export const marketplaceMaintenanceAnnouncementTemplateOfferingsHead = (options) => {
|
|
8966
9091
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9090,7 +9215,7 @@ export const marketplaceMaintenanceAnnouncementsList = (options) => {
|
|
|
9090
9215
|
});
|
|
9091
9216
|
};
|
|
9092
9217
|
/**
|
|
9093
|
-
*
|
|
9218
|
+
* Get number of items in the collection matching the request parameters.
|
|
9094
9219
|
*/
|
|
9095
9220
|
export const marketplaceMaintenanceAnnouncementsHead = (options) => {
|
|
9096
9221
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9148,7 +9273,7 @@ export const marketplaceMaintenanceAnnouncementsTemplateList = (options) => {
|
|
|
9148
9273
|
});
|
|
9149
9274
|
};
|
|
9150
9275
|
/**
|
|
9151
|
-
*
|
|
9276
|
+
* Get number of items in the collection matching the request parameters.
|
|
9152
9277
|
*/
|
|
9153
9278
|
export const marketplaceMaintenanceAnnouncementsTemplateHead = (options) => {
|
|
9154
9279
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9350,7 +9475,7 @@ export const marketplaceOfferingEstimatedCostPoliciesList = (options) => {
|
|
|
9350
9475
|
});
|
|
9351
9476
|
};
|
|
9352
9477
|
/**
|
|
9353
|
-
*
|
|
9478
|
+
* Get number of items in the collection matching the request parameters.
|
|
9354
9479
|
*/
|
|
9355
9480
|
export const marketplaceOfferingEstimatedCostPoliciesHead = (options) => {
|
|
9356
9481
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9480,7 +9605,7 @@ export const marketplaceOfferingEstimatedCostPoliciesActionsRetrieve = (options)
|
|
|
9480
9605
|
});
|
|
9481
9606
|
};
|
|
9482
9607
|
/**
|
|
9483
|
-
*
|
|
9608
|
+
* Get number of items in the collection matching the request parameters.
|
|
9484
9609
|
*/
|
|
9485
9610
|
export const marketplaceOfferingEstimatedCostPoliciesActionsHead = (options) => {
|
|
9486
9611
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9518,7 +9643,7 @@ export const marketplaceOfferingFilesList = (options) => {
|
|
|
9518
9643
|
});
|
|
9519
9644
|
};
|
|
9520
9645
|
/**
|
|
9521
|
-
*
|
|
9646
|
+
* Get number of items in the collection matching the request parameters.
|
|
9522
9647
|
*/
|
|
9523
9648
|
export const marketplaceOfferingFilesHead = (options) => {
|
|
9524
9649
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9608,7 +9733,7 @@ export const marketplaceOfferingPermissionsList = (options) => {
|
|
|
9608
9733
|
});
|
|
9609
9734
|
};
|
|
9610
9735
|
/**
|
|
9611
|
-
*
|
|
9736
|
+
* Get number of items in the collection matching the request parameters.
|
|
9612
9737
|
*/
|
|
9613
9738
|
export const marketplaceOfferingPermissionsHead = (options) => {
|
|
9614
9739
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9646,7 +9771,7 @@ export const marketplaceOfferingPermissionsLogList = (options) => {
|
|
|
9646
9771
|
});
|
|
9647
9772
|
};
|
|
9648
9773
|
/**
|
|
9649
|
-
*
|
|
9774
|
+
* Get number of items in the collection matching the request parameters.
|
|
9650
9775
|
*/
|
|
9651
9776
|
export const marketplaceOfferingPermissionsLogHead = (options) => {
|
|
9652
9777
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9716,7 +9841,7 @@ export const marketplaceOfferingReferralsList = (options) => {
|
|
|
9716
9841
|
});
|
|
9717
9842
|
};
|
|
9718
9843
|
/**
|
|
9719
|
-
*
|
|
9844
|
+
* Get number of items in the collection matching the request parameters.
|
|
9720
9845
|
*/
|
|
9721
9846
|
export const marketplaceOfferingReferralsHead = (options) => {
|
|
9722
9847
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9770,7 +9895,7 @@ export const marketplaceOfferingUsagePoliciesList = (options) => {
|
|
|
9770
9895
|
});
|
|
9771
9896
|
};
|
|
9772
9897
|
/**
|
|
9773
|
-
*
|
|
9898
|
+
* Get number of items in the collection matching the request parameters.
|
|
9774
9899
|
*/
|
|
9775
9900
|
export const marketplaceOfferingUsagePoliciesHead = (options) => {
|
|
9776
9901
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -9896,6 +10021,9 @@ export const marketplaceOfferingUsagePoliciesActionsRetrieve = (options) => {
|
|
|
9896
10021
|
...options
|
|
9897
10022
|
});
|
|
9898
10023
|
};
|
|
10024
|
+
/**
|
|
10025
|
+
* Get number of items in the collection matching the request parameters.
|
|
10026
|
+
*/
|
|
9899
10027
|
export const marketplaceOfferingUsagePoliciesActionsHead = (options) => {
|
|
9900
10028
|
return (options?.client ?? _heyApiClient).head({
|
|
9901
10029
|
security: [
|
|
@@ -9932,7 +10060,7 @@ export const marketplaceOfferingUserRolesList = (options) => {
|
|
|
9932
10060
|
});
|
|
9933
10061
|
};
|
|
9934
10062
|
/**
|
|
9935
|
-
*
|
|
10063
|
+
* Get number of items in the collection matching the request parameters.
|
|
9936
10064
|
*/
|
|
9937
10065
|
export const marketplaceOfferingUserRolesHead = (options) => {
|
|
9938
10066
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -10062,7 +10190,7 @@ export const marketplaceOfferingUsersList = (options) => {
|
|
|
10062
10190
|
});
|
|
10063
10191
|
};
|
|
10064
10192
|
/**
|
|
10065
|
-
*
|
|
10193
|
+
* Get number of items in the collection matching the request parameters.
|
|
10066
10194
|
*/
|
|
10067
10195
|
export const marketplaceOfferingUsersHead = (options) => {
|
|
10068
10196
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -10300,7 +10428,7 @@ export const marketplaceOrdersList = (options) => {
|
|
|
10300
10428
|
});
|
|
10301
10429
|
};
|
|
10302
10430
|
/**
|
|
10303
|
-
*
|
|
10431
|
+
* Get number of items in the collection matching the request parameters.
|
|
10304
10432
|
*/
|
|
10305
10433
|
export const marketplaceOrdersHead = (options) => {
|
|
10306
10434
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -10554,7 +10682,7 @@ export const marketplacePlanComponentsList = (options) => {
|
|
|
10554
10682
|
});
|
|
10555
10683
|
};
|
|
10556
10684
|
/**
|
|
10557
|
-
*
|
|
10685
|
+
* Get number of items in the collection matching the request parameters.
|
|
10558
10686
|
*/
|
|
10559
10687
|
export const marketplacePlanComponentsHead = (options) => {
|
|
10560
10688
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -10608,7 +10736,7 @@ export const marketplacePlansList = (options) => {
|
|
|
10608
10736
|
});
|
|
10609
10737
|
};
|
|
10610
10738
|
/**
|
|
10611
|
-
*
|
|
10739
|
+
* Get number of items in the collection matching the request parameters.
|
|
10612
10740
|
*/
|
|
10613
10741
|
export const marketplacePlansHead = (options) => {
|
|
10614
10742
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -10826,6 +10954,9 @@ export const marketplacePlansUsageStatsList = (options) => {
|
|
|
10826
10954
|
...options
|
|
10827
10955
|
});
|
|
10828
10956
|
};
|
|
10957
|
+
/**
|
|
10958
|
+
* Get number of items in the collection matching the request parameters.
|
|
10959
|
+
*/
|
|
10829
10960
|
export const marketplacePlansUsageStatsHead = (options) => {
|
|
10830
10961
|
return (options?.client ?? _heyApiClient).head({
|
|
10831
10962
|
security: [
|
|
@@ -10868,7 +10999,7 @@ export const marketplaceProjectEstimatedCostPoliciesList = (options) => {
|
|
|
10868
10999
|
});
|
|
10869
11000
|
};
|
|
10870
11001
|
/**
|
|
10871
|
-
*
|
|
11002
|
+
* Get number of items in the collection matching the request parameters.
|
|
10872
11003
|
*/
|
|
10873
11004
|
export const marketplaceProjectEstimatedCostPoliciesHead = (options) => {
|
|
10874
11005
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -10994,6 +11125,9 @@ export const marketplaceProjectEstimatedCostPoliciesActionsRetrieve = (options)
|
|
|
10994
11125
|
...options
|
|
10995
11126
|
});
|
|
10996
11127
|
};
|
|
11128
|
+
/**
|
|
11129
|
+
* Get number of items in the collection matching the request parameters.
|
|
11130
|
+
*/
|
|
10997
11131
|
export const marketplaceProjectEstimatedCostPoliciesActionsHead = (options) => {
|
|
10998
11132
|
return (options?.client ?? _heyApiClient).head({
|
|
10999
11133
|
security: [
|
|
@@ -11030,7 +11164,7 @@ export const marketplaceProjectServiceAccountsList = (options) => {
|
|
|
11030
11164
|
});
|
|
11031
11165
|
};
|
|
11032
11166
|
/**
|
|
11033
|
-
*
|
|
11167
|
+
* Get number of items in the collection matching the request parameters.
|
|
11034
11168
|
*/
|
|
11035
11169
|
export const marketplaceProjectServiceAccountsHead = (options) => {
|
|
11036
11170
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -11176,7 +11310,7 @@ export const marketplaceProjectUpdateRequestsList = (options) => {
|
|
|
11176
11310
|
});
|
|
11177
11311
|
};
|
|
11178
11312
|
/**
|
|
11179
|
-
*
|
|
11313
|
+
* Get number of items in the collection matching the request parameters.
|
|
11180
11314
|
*/
|
|
11181
11315
|
export const marketplaceProjectUpdateRequestsHead = (options) => {
|
|
11182
11316
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -11276,7 +11410,7 @@ export const marketplaceProviderOfferingsList = (options) => {
|
|
|
11276
11410
|
});
|
|
11277
11411
|
};
|
|
11278
11412
|
/**
|
|
11279
|
-
*
|
|
11413
|
+
* Get number of items in the collection matching the request parameters.
|
|
11280
11414
|
*/
|
|
11281
11415
|
export const marketplaceProviderOfferingsHead = (options) => {
|
|
11282
11416
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -12225,6 +12359,9 @@ export const marketplaceProviderOfferingsGroupsList = (options) => {
|
|
|
12225
12359
|
...options
|
|
12226
12360
|
});
|
|
12227
12361
|
};
|
|
12362
|
+
/**
|
|
12363
|
+
* Get number of items in the collection matching the request parameters.
|
|
12364
|
+
*/
|
|
12228
12365
|
export const marketplaceProviderOfferingsGroupsHead = (options) => {
|
|
12229
12366
|
return (options?.client ?? _heyApiClient).head({
|
|
12230
12367
|
security: [
|
|
@@ -12261,7 +12398,7 @@ export const marketplaceProviderResourcesList = (options) => {
|
|
|
12261
12398
|
});
|
|
12262
12399
|
};
|
|
12263
12400
|
/**
|
|
12264
|
-
*
|
|
12401
|
+
* Get number of items in the collection matching the request parameters.
|
|
12265
12402
|
*/
|
|
12266
12403
|
export const marketplaceProviderResourcesHead = (options) => {
|
|
12267
12404
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -12778,7 +12915,7 @@ export const marketplacePublicOfferingsList = (options) => {
|
|
|
12778
12915
|
});
|
|
12779
12916
|
};
|
|
12780
12917
|
/**
|
|
12781
|
-
*
|
|
12918
|
+
* Get number of items in the collection matching the request parameters.
|
|
12782
12919
|
*/
|
|
12783
12920
|
export const marketplacePublicOfferingsHead = (options) => {
|
|
12784
12921
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -12880,7 +13017,7 @@ export const marketplaceRemoteSynchronisationsList = (options) => {
|
|
|
12880
13017
|
});
|
|
12881
13018
|
};
|
|
12882
13019
|
/**
|
|
12883
|
-
*
|
|
13020
|
+
* Get number of items in the collection matching the request parameters.
|
|
12884
13021
|
*/
|
|
12885
13022
|
export const marketplaceRemoteSynchronisationsHead = (options) => {
|
|
12886
13023
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -13042,7 +13179,7 @@ export const marketplaceResourceUsersList = (options) => {
|
|
|
13042
13179
|
});
|
|
13043
13180
|
};
|
|
13044
13181
|
/**
|
|
13045
|
-
*
|
|
13182
|
+
* Get number of items in the collection matching the request parameters.
|
|
13046
13183
|
*/
|
|
13047
13184
|
export const marketplaceResourceUsersHead = (options) => {
|
|
13048
13185
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -13132,7 +13269,7 @@ export const marketplaceResourcesList = (options) => {
|
|
|
13132
13269
|
});
|
|
13133
13270
|
};
|
|
13134
13271
|
/**
|
|
13135
|
-
*
|
|
13272
|
+
* Get number of items in the collection matching the request parameters.
|
|
13136
13273
|
*/
|
|
13137
13274
|
export const marketplaceResourcesHead = (options) => {
|
|
13138
13275
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -13531,7 +13668,7 @@ export const marketplaceRobotAccountsList = (options) => {
|
|
|
13531
13668
|
});
|
|
13532
13669
|
};
|
|
13533
13670
|
/**
|
|
13534
|
-
*
|
|
13671
|
+
* Get number of items in the collection matching the request parameters.
|
|
13535
13672
|
*/
|
|
13536
13673
|
export const marketplaceRobotAccountsHead = (options) => {
|
|
13537
13674
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -13764,7 +13901,7 @@ export const marketplaceScreenshotsList = (options) => {
|
|
|
13764
13901
|
});
|
|
13765
13902
|
};
|
|
13766
13903
|
/**
|
|
13767
|
-
*
|
|
13904
|
+
* Get number of items in the collection matching the request parameters.
|
|
13768
13905
|
*/
|
|
13769
13906
|
export const marketplaceScreenshotsHead = (options) => {
|
|
13770
13907
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -13894,7 +14031,7 @@ export const marketplaceScriptAsyncDryRunList = (options) => {
|
|
|
13894
14031
|
});
|
|
13895
14032
|
};
|
|
13896
14033
|
/**
|
|
13897
|
-
*
|
|
14034
|
+
* Get number of items in the collection matching the request parameters.
|
|
13898
14035
|
*/
|
|
13899
14036
|
export const marketplaceScriptAsyncDryRunHead = (options) => {
|
|
13900
14037
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14014,7 +14151,7 @@ export const marketplaceSectionsList = (options) => {
|
|
|
14014
14151
|
});
|
|
14015
14152
|
};
|
|
14016
14153
|
/**
|
|
14017
|
-
*
|
|
14154
|
+
* Get number of items in the collection matching the request parameters.
|
|
14018
14155
|
*/
|
|
14019
14156
|
export const marketplaceSectionsHead = (options) => {
|
|
14020
14157
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14144,7 +14281,7 @@ export const marketplaceServiceProvidersList = (options) => {
|
|
|
14144
14281
|
});
|
|
14145
14282
|
};
|
|
14146
14283
|
/**
|
|
14147
|
-
*
|
|
14284
|
+
* Get number of items in the collection matching the request parameters.
|
|
14148
14285
|
*/
|
|
14149
14286
|
export const marketplaceServiceProvidersHead = (options) => {
|
|
14150
14287
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14631,7 +14768,7 @@ export const marketplaceStatsComponentUsagesList = (options) => {
|
|
|
14631
14768
|
});
|
|
14632
14769
|
};
|
|
14633
14770
|
/**
|
|
14634
|
-
*
|
|
14771
|
+
* Get number of items in the collection matching the request parameters.
|
|
14635
14772
|
*/
|
|
14636
14773
|
export const marketplaceStatsComponentUsagesHead = (options) => {
|
|
14637
14774
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14669,7 +14806,7 @@ export const marketplaceStatsComponentUsagesPerMonthList = (options) => {
|
|
|
14669
14806
|
});
|
|
14670
14807
|
};
|
|
14671
14808
|
/**
|
|
14672
|
-
*
|
|
14809
|
+
* Get number of items in the collection matching the request parameters.
|
|
14673
14810
|
*/
|
|
14674
14811
|
export const marketplaceStatsComponentUsagesPerMonthHead = (options) => {
|
|
14675
14812
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14707,7 +14844,7 @@ export const marketplaceStatsComponentUsagesPerProjectList = (options) => {
|
|
|
14707
14844
|
});
|
|
14708
14845
|
};
|
|
14709
14846
|
/**
|
|
14710
|
-
*
|
|
14847
|
+
* Get number of items in the collection matching the request parameters.
|
|
14711
14848
|
*/
|
|
14712
14849
|
export const marketplaceStatsComponentUsagesPerProjectHead = (options) => {
|
|
14713
14850
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14745,7 +14882,7 @@ export const marketplaceStatsCountActiveResourcesGroupedByOfferingList = (option
|
|
|
14745
14882
|
});
|
|
14746
14883
|
};
|
|
14747
14884
|
/**
|
|
14748
|
-
*
|
|
14885
|
+
* Get number of items in the collection matching the request parameters.
|
|
14749
14886
|
*/
|
|
14750
14887
|
export const marketplaceStatsCountActiveResourcesGroupedByOfferingHead = (options) => {
|
|
14751
14888
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14783,7 +14920,7 @@ export const marketplaceStatsCountActiveResourcesGroupedByOfferingCountryList =
|
|
|
14783
14920
|
});
|
|
14784
14921
|
};
|
|
14785
14922
|
/**
|
|
14786
|
-
*
|
|
14923
|
+
* Get number of items in the collection matching the request parameters.
|
|
14787
14924
|
*/
|
|
14788
14925
|
export const marketplaceStatsCountActiveResourcesGroupedByOfferingCountryHead = (options) => {
|
|
14789
14926
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14821,7 +14958,7 @@ export const marketplaceStatsCountActiveResourcesGroupedByOrganizationGroupList
|
|
|
14821
14958
|
});
|
|
14822
14959
|
};
|
|
14823
14960
|
/**
|
|
14824
|
-
*
|
|
14961
|
+
* Get number of items in the collection matching the request parameters.
|
|
14825
14962
|
*/
|
|
14826
14963
|
export const marketplaceStatsCountActiveResourcesGroupedByOrganizationGroupHead = (options) => {
|
|
14827
14964
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14859,7 +14996,7 @@ export const marketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagList =
|
|
|
14859
14996
|
});
|
|
14860
14997
|
};
|
|
14861
14998
|
/**
|
|
14862
|
-
*
|
|
14999
|
+
* Get number of items in the collection matching the request parameters.
|
|
14863
15000
|
*/
|
|
14864
15001
|
export const marketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagHead = (options) => {
|
|
14865
15002
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14897,7 +15034,7 @@ export const marketplaceStatsCountProjectsGroupedByProviderAndOecdList = (option
|
|
|
14897
15034
|
});
|
|
14898
15035
|
};
|
|
14899
15036
|
/**
|
|
14900
|
-
*
|
|
15037
|
+
* Get number of items in the collection matching the request parameters.
|
|
14901
15038
|
*/
|
|
14902
15039
|
export const marketplaceStatsCountProjectsGroupedByProviderAndOecdHead = (options) => {
|
|
14903
15040
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14935,7 +15072,7 @@ export const marketplaceStatsCountProjectsOfServiceProvidersList = (options) =>
|
|
|
14935
15072
|
});
|
|
14936
15073
|
};
|
|
14937
15074
|
/**
|
|
14938
|
-
*
|
|
15075
|
+
* Get number of items in the collection matching the request parameters.
|
|
14939
15076
|
*/
|
|
14940
15077
|
export const marketplaceStatsCountProjectsOfServiceProvidersHead = (options) => {
|
|
14941
15078
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -14973,7 +15110,7 @@ export const marketplaceStatsCountProjectsOfServiceProvidersGroupedByOecdList =
|
|
|
14973
15110
|
});
|
|
14974
15111
|
};
|
|
14975
15112
|
/**
|
|
14976
|
-
*
|
|
15113
|
+
* Get number of items in the collection matching the request parameters.
|
|
14977
15114
|
*/
|
|
14978
15115
|
export const marketplaceStatsCountProjectsOfServiceProvidersGroupedByOecdHead = (options) => {
|
|
14979
15116
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15011,7 +15148,7 @@ export const marketplaceStatsCountUniqueUsersConnectedWithActiveResourcesOfServi
|
|
|
15011
15148
|
});
|
|
15012
15149
|
};
|
|
15013
15150
|
/**
|
|
15014
|
-
*
|
|
15151
|
+
* Get number of items in the collection matching the request parameters.
|
|
15015
15152
|
*/
|
|
15016
15153
|
export const marketplaceStatsCountUniqueUsersConnectedWithActiveResourcesOfServiceProviderHead = (options) => {
|
|
15017
15154
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15049,7 +15186,7 @@ export const marketplaceStatsCountUsersOfServiceProvidersList = (options) => {
|
|
|
15049
15186
|
});
|
|
15050
15187
|
};
|
|
15051
15188
|
/**
|
|
15052
|
-
*
|
|
15189
|
+
* Get number of items in the collection matching the request parameters.
|
|
15053
15190
|
*/
|
|
15054
15191
|
export const marketplaceStatsCountUsersOfServiceProvidersHead = (options) => {
|
|
15055
15192
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15087,7 +15224,7 @@ export const marketplaceStatsCustomerMemberCountList = (options) => {
|
|
|
15087
15224
|
});
|
|
15088
15225
|
};
|
|
15089
15226
|
/**
|
|
15090
|
-
*
|
|
15227
|
+
* Get number of items in the collection matching the request parameters.
|
|
15091
15228
|
*/
|
|
15092
15229
|
export const marketplaceStatsCustomerMemberCountHead = (options) => {
|
|
15093
15230
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15125,7 +15262,7 @@ export const marketplaceStatsOfferingsCounterStatsList = (options) => {
|
|
|
15125
15262
|
});
|
|
15126
15263
|
};
|
|
15127
15264
|
/**
|
|
15128
|
-
*
|
|
15265
|
+
* Get number of items in the collection matching the request parameters.
|
|
15129
15266
|
*/
|
|
15130
15267
|
export const marketplaceStatsOfferingsCounterStatsHead = (options) => {
|
|
15131
15268
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15163,7 +15300,7 @@ export const marketplaceStatsOrganizationProjectCountList = (options) => {
|
|
|
15163
15300
|
});
|
|
15164
15301
|
};
|
|
15165
15302
|
/**
|
|
15166
|
-
*
|
|
15303
|
+
* Get number of items in the collection matching the request parameters.
|
|
15167
15304
|
*/
|
|
15168
15305
|
export const marketplaceStatsOrganizationProjectCountHead = (options) => {
|
|
15169
15306
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15201,7 +15338,7 @@ export const marketplaceStatsOrganizationResourceCountList = (options) => {
|
|
|
15201
15338
|
});
|
|
15202
15339
|
};
|
|
15203
15340
|
/**
|
|
15204
|
-
*
|
|
15341
|
+
* Get number of items in the collection matching the request parameters.
|
|
15205
15342
|
*/
|
|
15206
15343
|
export const marketplaceStatsOrganizationResourceCountHead = (options) => {
|
|
15207
15344
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15239,7 +15376,7 @@ export const marketplaceStatsProjectsLimitsGroupedByIndustryFlagRetrieve = (opti
|
|
|
15239
15376
|
});
|
|
15240
15377
|
};
|
|
15241
15378
|
/**
|
|
15242
|
-
*
|
|
15379
|
+
* Get number of items in the collection matching the request parameters.
|
|
15243
15380
|
*/
|
|
15244
15381
|
export const marketplaceStatsProjectsLimitsGroupedByIndustryFlagHead = (options) => {
|
|
15245
15382
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15277,7 +15414,7 @@ export const marketplaceStatsProjectsLimitsGroupedByOecdRetrieve = (options) =>
|
|
|
15277
15414
|
});
|
|
15278
15415
|
};
|
|
15279
15416
|
/**
|
|
15280
|
-
*
|
|
15417
|
+
* Get number of items in the collection matching the request parameters.
|
|
15281
15418
|
*/
|
|
15282
15419
|
export const marketplaceStatsProjectsLimitsGroupedByOecdHead = (options) => {
|
|
15283
15420
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15315,7 +15452,7 @@ export const marketplaceStatsProjectsUsagesGroupedByIndustryFlagRetrieve = (opti
|
|
|
15315
15452
|
});
|
|
15316
15453
|
};
|
|
15317
15454
|
/**
|
|
15318
|
-
*
|
|
15455
|
+
* Get number of items in the collection matching the request parameters.
|
|
15319
15456
|
*/
|
|
15320
15457
|
export const marketplaceStatsProjectsUsagesGroupedByIndustryFlagHead = (options) => {
|
|
15321
15458
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15353,7 +15490,7 @@ export const marketplaceStatsProjectsUsagesGroupedByOecdRetrieve = (options) =>
|
|
|
15353
15490
|
});
|
|
15354
15491
|
};
|
|
15355
15492
|
/**
|
|
15356
|
-
*
|
|
15493
|
+
* Get number of items in the collection matching the request parameters.
|
|
15357
15494
|
*/
|
|
15358
15495
|
export const marketplaceStatsProjectsUsagesGroupedByOecdHead = (options) => {
|
|
15359
15496
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15391,7 +15528,7 @@ export const marketplaceStatsResourcesLimitsList = (options) => {
|
|
|
15391
15528
|
});
|
|
15392
15529
|
};
|
|
15393
15530
|
/**
|
|
15394
|
-
*
|
|
15531
|
+
* Get number of items in the collection matching the request parameters.
|
|
15395
15532
|
*/
|
|
15396
15533
|
export const marketplaceStatsResourcesLimitsHead = (options) => {
|
|
15397
15534
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15429,7 +15566,7 @@ export const marketplaceStatsTotalCostOfActiveResourcesPerOfferingList = (option
|
|
|
15429
15566
|
});
|
|
15430
15567
|
};
|
|
15431
15568
|
/**
|
|
15432
|
-
*
|
|
15569
|
+
* Get number of items in the collection matching the request parameters.
|
|
15433
15570
|
*/
|
|
15434
15571
|
export const marketplaceStatsTotalCostOfActiveResourcesPerOfferingHead = (options) => {
|
|
15435
15572
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15486,7 +15623,7 @@ export const notificationMessagesList = (options) => {
|
|
|
15486
15623
|
});
|
|
15487
15624
|
};
|
|
15488
15625
|
/**
|
|
15489
|
-
*
|
|
15626
|
+
* Get number of items in the collection matching the request parameters.
|
|
15490
15627
|
*/
|
|
15491
15628
|
export const notificationMessagesHead = (options) => {
|
|
15492
15629
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15544,7 +15681,7 @@ export const notificationMessagesTemplatesList = (options) => {
|
|
|
15544
15681
|
});
|
|
15545
15682
|
};
|
|
15546
15683
|
/**
|
|
15547
|
-
*
|
|
15684
|
+
* Get number of items in the collection matching the request parameters.
|
|
15548
15685
|
*/
|
|
15549
15686
|
export const notificationMessagesTemplatesHead = (options) => {
|
|
15550
15687
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15798,7 +15935,7 @@ export const openstackBackupsList = (options) => {
|
|
|
15798
15935
|
});
|
|
15799
15936
|
};
|
|
15800
15937
|
/**
|
|
15801
|
-
*
|
|
15938
|
+
* Get number of items in the collection matching the request parameters.
|
|
15802
15939
|
*/
|
|
15803
15940
|
export const openstackBackupsHead = (options) => {
|
|
15804
15941
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -15968,7 +16105,7 @@ export const openstackFlavorsList = (options) => {
|
|
|
15968
16105
|
});
|
|
15969
16106
|
};
|
|
15970
16107
|
/**
|
|
15971
|
-
*
|
|
16108
|
+
* Get number of items in the collection matching the request parameters.
|
|
15972
16109
|
*/
|
|
15973
16110
|
export const openstackFlavorsHead = (options) => {
|
|
15974
16111
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -16018,6 +16155,9 @@ export const openstackFlavorsUsageStatsRetrieve = (options) => {
|
|
|
16018
16155
|
...options
|
|
16019
16156
|
});
|
|
16020
16157
|
};
|
|
16158
|
+
/**
|
|
16159
|
+
* Get number of items in the collection matching the request parameters.
|
|
16160
|
+
*/
|
|
16021
16161
|
export const openstackFlavorsUsageStatsHead = (options) => {
|
|
16022
16162
|
return (options?.client ?? _heyApiClient).head({
|
|
16023
16163
|
security: [
|
|
@@ -16054,7 +16194,7 @@ export const openstackFloatingIpsList = (options) => {
|
|
|
16054
16194
|
});
|
|
16055
16195
|
};
|
|
16056
16196
|
/**
|
|
16057
|
-
*
|
|
16197
|
+
* Get number of items in the collection matching the request parameters.
|
|
16058
16198
|
*/
|
|
16059
16199
|
export const openstackFloatingIpsHead = (options) => {
|
|
16060
16200
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -16226,7 +16366,7 @@ export const openstackImagesList = (options) => {
|
|
|
16226
16366
|
});
|
|
16227
16367
|
};
|
|
16228
16368
|
/**
|
|
16229
|
-
*
|
|
16369
|
+
* Get number of items in the collection matching the request parameters.
|
|
16230
16370
|
*/
|
|
16231
16371
|
export const openstackImagesHead = (options) => {
|
|
16232
16372
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -16276,6 +16416,9 @@ export const openstackImagesUsageStatsRetrieve = (options) => {
|
|
|
16276
16416
|
...options
|
|
16277
16417
|
});
|
|
16278
16418
|
};
|
|
16419
|
+
/**
|
|
16420
|
+
* Get number of items in the collection matching the request parameters.
|
|
16421
|
+
*/
|
|
16279
16422
|
export const openstackImagesUsageStatsHead = (options) => {
|
|
16280
16423
|
return (options?.client ?? _heyApiClient).head({
|
|
16281
16424
|
security: [
|
|
@@ -16312,7 +16455,7 @@ export const openstackInstanceAvailabilityZonesList = (options) => {
|
|
|
16312
16455
|
});
|
|
16313
16456
|
};
|
|
16314
16457
|
/**
|
|
16315
|
-
*
|
|
16458
|
+
* Get number of items in the collection matching the request parameters.
|
|
16316
16459
|
*/
|
|
16317
16460
|
export const openstackInstanceAvailabilityZonesHead = (options) => {
|
|
16318
16461
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -16366,7 +16509,7 @@ export const openstackInstancesList = (options) => {
|
|
|
16366
16509
|
});
|
|
16367
16510
|
};
|
|
16368
16511
|
/**
|
|
16369
|
-
*
|
|
16512
|
+
* Get number of items in the collection matching the request parameters.
|
|
16370
16513
|
*/
|
|
16371
16514
|
export const openstackInstancesHead = (options) => {
|
|
16372
16515
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -16768,7 +16911,7 @@ export const openstackMarketplaceTenantsList = (options) => {
|
|
|
16768
16911
|
});
|
|
16769
16912
|
};
|
|
16770
16913
|
/**
|
|
16771
|
-
*
|
|
16914
|
+
* Get number of items in the collection matching the request parameters.
|
|
16772
16915
|
*/
|
|
16773
16916
|
export const openstackMarketplaceTenantsHead = (options) => {
|
|
16774
16917
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -16862,7 +17005,7 @@ export const openstackMigrationsList = (options) => {
|
|
|
16862
17005
|
});
|
|
16863
17006
|
};
|
|
16864
17007
|
/**
|
|
16865
|
-
*
|
|
17008
|
+
* Get number of items in the collection matching the request parameters.
|
|
16866
17009
|
*/
|
|
16867
17010
|
export const openstackMigrationsHead = (options) => {
|
|
16868
17011
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -16992,7 +17135,7 @@ export const openstackNetworkRbacPoliciesList = (options) => {
|
|
|
16992
17135
|
});
|
|
16993
17136
|
};
|
|
16994
17137
|
/**
|
|
16995
|
-
*
|
|
17138
|
+
* Get number of items in the collection matching the request parameters.
|
|
16996
17139
|
*/
|
|
16997
17140
|
export const openstackNetworkRbacPoliciesHead = (options) => {
|
|
16998
17141
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -17046,7 +17189,7 @@ export const openstackNetworksList = (options) => {
|
|
|
17046
17189
|
});
|
|
17047
17190
|
};
|
|
17048
17191
|
/**
|
|
17049
|
-
*
|
|
17192
|
+
* Get number of items in the collection matching the request parameters.
|
|
17050
17193
|
*/
|
|
17051
17194
|
export const openstackNetworksHead = (options) => {
|
|
17052
17195
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -17275,7 +17418,7 @@ export const openstackPortsList = (options) => {
|
|
|
17275
17418
|
});
|
|
17276
17419
|
};
|
|
17277
17420
|
/**
|
|
17278
|
-
*
|
|
17421
|
+
* Get number of items in the collection matching the request parameters.
|
|
17279
17422
|
*/
|
|
17280
17423
|
export const openstackPortsHead = (options) => {
|
|
17281
17424
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -17564,7 +17707,7 @@ export const openstackRoutersList = (options) => {
|
|
|
17564
17707
|
});
|
|
17565
17708
|
};
|
|
17566
17709
|
/**
|
|
17567
|
-
*
|
|
17710
|
+
* Get number of items in the collection matching the request parameters.
|
|
17568
17711
|
*/
|
|
17569
17712
|
export const openstackRoutersHead = (options) => {
|
|
17570
17713
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -17720,7 +17863,7 @@ export const openstackSecurityGroupsList = (options) => {
|
|
|
17720
17863
|
});
|
|
17721
17864
|
};
|
|
17722
17865
|
/**
|
|
17723
|
-
*
|
|
17866
|
+
* Get number of items in the collection matching the request parameters.
|
|
17724
17867
|
*/
|
|
17725
17868
|
export const openstackSecurityGroupsHead = (options) => {
|
|
17726
17869
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -17890,7 +18033,7 @@ export const openstackServerGroupsList = (options) => {
|
|
|
17890
18033
|
});
|
|
17891
18034
|
};
|
|
17892
18035
|
/**
|
|
17893
|
-
*
|
|
18036
|
+
* Get number of items in the collection matching the request parameters.
|
|
17894
18037
|
*/
|
|
17895
18038
|
export const openstackServerGroupsHead = (options) => {
|
|
17896
18039
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -18057,7 +18200,7 @@ export const openstackSnapshotsList = (options) => {
|
|
|
18057
18200
|
});
|
|
18058
18201
|
};
|
|
18059
18202
|
/**
|
|
18060
|
-
*
|
|
18203
|
+
* Get number of items in the collection matching the request parameters.
|
|
18061
18204
|
*/
|
|
18062
18205
|
export const openstackSnapshotsHead = (options) => {
|
|
18063
18206
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -18246,7 +18389,7 @@ export const openstackSubnetsList = (options) => {
|
|
|
18246
18389
|
});
|
|
18247
18390
|
};
|
|
18248
18391
|
/**
|
|
18249
|
-
*
|
|
18392
|
+
* Get number of items in the collection matching the request parameters.
|
|
18250
18393
|
*/
|
|
18251
18394
|
export const openstackSubnetsHead = (options) => {
|
|
18252
18395
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -18425,7 +18568,7 @@ export const openstackTenantsList = (options) => {
|
|
|
18425
18568
|
});
|
|
18426
18569
|
};
|
|
18427
18570
|
/**
|
|
18428
|
-
*
|
|
18571
|
+
* Get number of items in the collection matching the request parameters.
|
|
18429
18572
|
*/
|
|
18430
18573
|
export const openstackTenantsHead = (options) => {
|
|
18431
18574
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -18859,7 +19002,7 @@ export const openstackVolumeAvailabilityZonesList = (options) => {
|
|
|
18859
19002
|
});
|
|
18860
19003
|
};
|
|
18861
19004
|
/**
|
|
18862
|
-
*
|
|
19005
|
+
* Get number of items in the collection matching the request parameters.
|
|
18863
19006
|
*/
|
|
18864
19007
|
export const openstackVolumeAvailabilityZonesHead = (options) => {
|
|
18865
19008
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -18913,7 +19056,7 @@ export const openstackVolumeTypesList = (options) => {
|
|
|
18913
19056
|
});
|
|
18914
19057
|
};
|
|
18915
19058
|
/**
|
|
18916
|
-
*
|
|
19059
|
+
* Get number of items in the collection matching the request parameters.
|
|
18917
19060
|
*/
|
|
18918
19061
|
export const openstackVolumeTypesHead = (options) => {
|
|
18919
19062
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -18967,7 +19110,7 @@ export const openstackVolumeTypesNamesRetrieve = (options) => {
|
|
|
18967
19110
|
});
|
|
18968
19111
|
};
|
|
18969
19112
|
/**
|
|
18970
|
-
*
|
|
19113
|
+
* Get number of items in the collection matching the request parameters.
|
|
18971
19114
|
*/
|
|
18972
19115
|
export const openstackVolumeTypesNamesHead = (options) => {
|
|
18973
19116
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -19005,7 +19148,7 @@ export const openstackVolumesList = (options) => {
|
|
|
19005
19148
|
});
|
|
19006
19149
|
};
|
|
19007
19150
|
/**
|
|
19008
|
-
*
|
|
19151
|
+
* Get number of items in the collection matching the request parameters.
|
|
19009
19152
|
*/
|
|
19010
19153
|
export const openstackVolumesHead = (options) => {
|
|
19011
19154
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -19247,7 +19390,7 @@ export const organizationGroupsList = (options) => {
|
|
|
19247
19390
|
});
|
|
19248
19391
|
};
|
|
19249
19392
|
/**
|
|
19250
|
-
*
|
|
19393
|
+
* Get number of items in the collection matching the request parameters.
|
|
19251
19394
|
*/
|
|
19252
19395
|
export const organizationGroupsHead = (options) => {
|
|
19253
19396
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -19413,7 +19556,7 @@ export const paymentProfilesList = (options) => {
|
|
|
19413
19556
|
});
|
|
19414
19557
|
};
|
|
19415
19558
|
/**
|
|
19416
|
-
*
|
|
19559
|
+
* Get number of items in the collection matching the request parameters.
|
|
19417
19560
|
*/
|
|
19418
19561
|
export const paymentProfilesHead = (options) => {
|
|
19419
19562
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -19559,7 +19702,7 @@ export const paymentsList = (options) => {
|
|
|
19559
19702
|
});
|
|
19560
19703
|
};
|
|
19561
19704
|
/**
|
|
19562
|
-
*
|
|
19705
|
+
* Get number of items in the collection matching the request parameters.
|
|
19563
19706
|
*/
|
|
19564
19707
|
export const paymentsHead = (options) => {
|
|
19565
19708
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -19731,7 +19874,7 @@ export const projectCreditsList = (options) => {
|
|
|
19731
19874
|
});
|
|
19732
19875
|
};
|
|
19733
19876
|
/**
|
|
19734
|
-
*
|
|
19877
|
+
* Get number of items in the collection matching the request parameters.
|
|
19735
19878
|
*/
|
|
19736
19879
|
export const projectCreditsHead = (options) => {
|
|
19737
19880
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -19861,7 +20004,7 @@ export const projectQuotasList = (options) => {
|
|
|
19861
20004
|
});
|
|
19862
20005
|
};
|
|
19863
20006
|
/**
|
|
19864
|
-
*
|
|
20007
|
+
* Get number of items in the collection matching the request parameters.
|
|
19865
20008
|
*/
|
|
19866
20009
|
export const projectQuotasHead = (options) => {
|
|
19867
20010
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -19899,7 +20042,7 @@ export const projectTypesList = (options) => {
|
|
|
19899
20042
|
});
|
|
19900
20043
|
};
|
|
19901
20044
|
/**
|
|
19902
|
-
*
|
|
20045
|
+
* Get number of items in the collection matching the request parameters.
|
|
19903
20046
|
*/
|
|
19904
20047
|
export const projectTypesHead = (options) => {
|
|
19905
20048
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -19953,7 +20096,7 @@ export const projectsList = (options) => {
|
|
|
19953
20096
|
});
|
|
19954
20097
|
};
|
|
19955
20098
|
/**
|
|
19956
|
-
*
|
|
20099
|
+
* Get number of items in the collection matching the request parameters.
|
|
19957
20100
|
*/
|
|
19958
20101
|
export const projectsHead = (options) => {
|
|
19959
20102
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -20259,7 +20402,7 @@ export const promotionsCampaignsList = (options) => {
|
|
|
20259
20402
|
});
|
|
20260
20403
|
};
|
|
20261
20404
|
/**
|
|
20262
|
-
*
|
|
20405
|
+
* Get number of items in the collection matching the request parameters.
|
|
20263
20406
|
*/
|
|
20264
20407
|
export const promotionsCampaignsHead = (options) => {
|
|
20265
20408
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -20445,7 +20588,7 @@ export const proposalProposalsList = (options) => {
|
|
|
20445
20588
|
});
|
|
20446
20589
|
};
|
|
20447
20590
|
/**
|
|
20448
|
-
*
|
|
20591
|
+
* Get number of items in the collection matching the request parameters.
|
|
20449
20592
|
*/
|
|
20450
20593
|
export const proposalProposalsHead = (options) => {
|
|
20451
20594
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -20581,6 +20724,44 @@ export const proposalProposalsAttachDocument = (options) => {
|
|
|
20581
20724
|
}
|
|
20582
20725
|
});
|
|
20583
20726
|
};
|
|
20727
|
+
/**
|
|
20728
|
+
* Get compliance checklist for proposal with questions and existing answers.
|
|
20729
|
+
*/
|
|
20730
|
+
export const proposalProposalsComplianceChecklistRetrieve = (options) => {
|
|
20731
|
+
return (options.client ?? _heyApiClient).get({
|
|
20732
|
+
security: [
|
|
20733
|
+
{
|
|
20734
|
+
name: 'Authorization',
|
|
20735
|
+
type: 'apiKey'
|
|
20736
|
+
},
|
|
20737
|
+
{
|
|
20738
|
+
scheme: 'bearer',
|
|
20739
|
+
type: 'http'
|
|
20740
|
+
}
|
|
20741
|
+
],
|
|
20742
|
+
url: '/api/proposal-proposals/{uuid}/compliance_checklist/',
|
|
20743
|
+
...options
|
|
20744
|
+
});
|
|
20745
|
+
};
|
|
20746
|
+
/**
|
|
20747
|
+
* Get compliance checklist completion status.
|
|
20748
|
+
*/
|
|
20749
|
+
export const proposalProposalsComplianceStatusRetrieve = (options) => {
|
|
20750
|
+
return (options.client ?? _heyApiClient).get({
|
|
20751
|
+
security: [
|
|
20752
|
+
{
|
|
20753
|
+
name: 'Authorization',
|
|
20754
|
+
type: 'apiKey'
|
|
20755
|
+
},
|
|
20756
|
+
{
|
|
20757
|
+
scheme: 'bearer',
|
|
20758
|
+
type: 'http'
|
|
20759
|
+
}
|
|
20760
|
+
],
|
|
20761
|
+
url: '/api/proposal-proposals/{uuid}/compliance_status/',
|
|
20762
|
+
...options
|
|
20763
|
+
});
|
|
20764
|
+
};
|
|
20584
20765
|
export const proposalProposalsDeleteUser = (options) => {
|
|
20585
20766
|
return (options.client ?? _heyApiClient).post({
|
|
20586
20767
|
security: [
|
|
@@ -20773,6 +20954,29 @@ export const proposalProposalsSubmit = (options) => {
|
|
|
20773
20954
|
...options
|
|
20774
20955
|
});
|
|
20775
20956
|
};
|
|
20957
|
+
/**
|
|
20958
|
+
* Submit compliance checklist answers (Proposal managers only).
|
|
20959
|
+
*/
|
|
20960
|
+
export const proposalProposalsSubmitComplianceAnswers = (options) => {
|
|
20961
|
+
return (options.client ?? _heyApiClient).post({
|
|
20962
|
+
security: [
|
|
20963
|
+
{
|
|
20964
|
+
name: 'Authorization',
|
|
20965
|
+
type: 'apiKey'
|
|
20966
|
+
},
|
|
20967
|
+
{
|
|
20968
|
+
scheme: 'bearer',
|
|
20969
|
+
type: 'http'
|
|
20970
|
+
}
|
|
20971
|
+
],
|
|
20972
|
+
url: '/api/proposal-proposals/{uuid}/submit_compliance_answers/',
|
|
20973
|
+
...options,
|
|
20974
|
+
headers: {
|
|
20975
|
+
'Content-Type': 'application/json',
|
|
20976
|
+
...options.headers
|
|
20977
|
+
}
|
|
20978
|
+
});
|
|
20979
|
+
};
|
|
20776
20980
|
/**
|
|
20777
20981
|
* Update project details of a proposal.
|
|
20778
20982
|
*/
|
|
@@ -20836,7 +21040,7 @@ export const proposalProtectedCallsList = (options) => {
|
|
|
20836
21040
|
});
|
|
20837
21041
|
};
|
|
20838
21042
|
/**
|
|
20839
|
-
*
|
|
21043
|
+
* Get number of items in the collection matching the request parameters.
|
|
20840
21044
|
*/
|
|
20841
21045
|
export const proposalProtectedCallsHead = (options) => {
|
|
20842
21046
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -21027,6 +21231,25 @@ export const proposalProtectedCallsAttachDocuments = (options) => {
|
|
|
21027
21231
|
}
|
|
21028
21232
|
});
|
|
21029
21233
|
};
|
|
21234
|
+
/**
|
|
21235
|
+
* Get compliance overview for call manager showing all proposals and their compliance status.
|
|
21236
|
+
*/
|
|
21237
|
+
export const proposalProtectedCallsComplianceOverviewRetrieve = (options) => {
|
|
21238
|
+
return (options.client ?? _heyApiClient).get({
|
|
21239
|
+
security: [
|
|
21240
|
+
{
|
|
21241
|
+
name: 'Authorization',
|
|
21242
|
+
type: 'apiKey'
|
|
21243
|
+
},
|
|
21244
|
+
{
|
|
21245
|
+
scheme: 'bearer',
|
|
21246
|
+
type: 'http'
|
|
21247
|
+
}
|
|
21248
|
+
],
|
|
21249
|
+
url: '/api/proposal-protected-calls/{uuid}/compliance_overview/',
|
|
21250
|
+
...options
|
|
21251
|
+
});
|
|
21252
|
+
};
|
|
21030
21253
|
export const proposalProtectedCallsDeleteUser = (options) => {
|
|
21031
21254
|
return (options.client ?? _heyApiClient).post({
|
|
21032
21255
|
security: [
|
|
@@ -21200,6 +21423,25 @@ export const proposalProtectedCallsOfferingsUpdate = (options) => {
|
|
|
21200
21423
|
}
|
|
21201
21424
|
});
|
|
21202
21425
|
};
|
|
21426
|
+
/**
|
|
21427
|
+
* Get detailed compliance answers for a specific proposal (call managers only).
|
|
21428
|
+
*/
|
|
21429
|
+
export const proposalProtectedCallsProposalsComplianceAnswersList = (options) => {
|
|
21430
|
+
return (options.client ?? _heyApiClient).get({
|
|
21431
|
+
security: [
|
|
21432
|
+
{
|
|
21433
|
+
name: 'Authorization',
|
|
21434
|
+
type: 'apiKey'
|
|
21435
|
+
},
|
|
21436
|
+
{
|
|
21437
|
+
scheme: 'bearer',
|
|
21438
|
+
type: 'http'
|
|
21439
|
+
}
|
|
21440
|
+
],
|
|
21441
|
+
url: '/api/proposal-protected-calls/{uuid}/proposals/{proposal_uuid}/compliance-answers/',
|
|
21442
|
+
...options
|
|
21443
|
+
});
|
|
21444
|
+
};
|
|
21203
21445
|
/**
|
|
21204
21446
|
* List resource templates for a call.
|
|
21205
21447
|
*/
|
|
@@ -21314,6 +21556,29 @@ export const proposalProtectedCallsResourceTemplatesUpdate = (options) => {
|
|
|
21314
21556
|
}
|
|
21315
21557
|
});
|
|
21316
21558
|
};
|
|
21559
|
+
/**
|
|
21560
|
+
* Mark proposal compliance as reviewed by call manager.
|
|
21561
|
+
*/
|
|
21562
|
+
export const proposalProtectedCallsReviewProposalCompliance = (options) => {
|
|
21563
|
+
return (options.client ?? _heyApiClient).post({
|
|
21564
|
+
security: [
|
|
21565
|
+
{
|
|
21566
|
+
name: 'Authorization',
|
|
21567
|
+
type: 'apiKey'
|
|
21568
|
+
},
|
|
21569
|
+
{
|
|
21570
|
+
scheme: 'bearer',
|
|
21571
|
+
type: 'http'
|
|
21572
|
+
}
|
|
21573
|
+
],
|
|
21574
|
+
url: '/api/proposal-protected-calls/{uuid}/review_proposal_compliance/',
|
|
21575
|
+
...options,
|
|
21576
|
+
headers: {
|
|
21577
|
+
'Content-Type': 'application/json',
|
|
21578
|
+
...options.headers
|
|
21579
|
+
}
|
|
21580
|
+
});
|
|
21581
|
+
};
|
|
21317
21582
|
/**
|
|
21318
21583
|
* List rounds for a call.
|
|
21319
21584
|
*/
|
|
@@ -21488,7 +21753,7 @@ export const proposalPublicCallsList = (options) => {
|
|
|
21488
21753
|
});
|
|
21489
21754
|
};
|
|
21490
21755
|
/**
|
|
21491
|
-
*
|
|
21756
|
+
* Get number of items in the collection matching the request parameters.
|
|
21492
21757
|
*/
|
|
21493
21758
|
export const proposalPublicCallsHead = (options) => {
|
|
21494
21759
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -21542,7 +21807,7 @@ export const proposalRequestedOfferingsList = (options) => {
|
|
|
21542
21807
|
});
|
|
21543
21808
|
};
|
|
21544
21809
|
/**
|
|
21545
|
-
*
|
|
21810
|
+
* Get number of items in the collection matching the request parameters.
|
|
21546
21811
|
*/
|
|
21547
21812
|
export const proposalRequestedOfferingsHead = (options) => {
|
|
21548
21813
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -21634,7 +21899,7 @@ export const proposalRequestedResourcesList = (options) => {
|
|
|
21634
21899
|
});
|
|
21635
21900
|
};
|
|
21636
21901
|
/**
|
|
21637
|
-
*
|
|
21902
|
+
* Get number of items in the collection matching the request parameters.
|
|
21638
21903
|
*/
|
|
21639
21904
|
export const proposalRequestedResourcesHead = (options) => {
|
|
21640
21905
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -21688,7 +21953,7 @@ export const proposalReviewsList = (options) => {
|
|
|
21688
21953
|
});
|
|
21689
21954
|
};
|
|
21690
21955
|
/**
|
|
21691
|
-
*
|
|
21956
|
+
* Get number of items in the collection matching the request parameters.
|
|
21692
21957
|
*/
|
|
21693
21958
|
export const proposalReviewsHead = (options) => {
|
|
21694
21959
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -21879,7 +22144,7 @@ export const providerInvoiceItemsList = (options) => {
|
|
|
21879
22144
|
});
|
|
21880
22145
|
};
|
|
21881
22146
|
/**
|
|
21882
|
-
*
|
|
22147
|
+
* Get number of items in the collection matching the request parameters.
|
|
21883
22148
|
*/
|
|
21884
22149
|
export const providerInvoiceItemsHead = (options) => {
|
|
21885
22150
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -21988,7 +22253,7 @@ export const rancherAppsList = (options) => {
|
|
|
21988
22253
|
});
|
|
21989
22254
|
};
|
|
21990
22255
|
/**
|
|
21991
|
-
*
|
|
22256
|
+
* Get number of items in the collection matching the request parameters.
|
|
21992
22257
|
*/
|
|
21993
22258
|
export const rancherAppsHead = (options) => {
|
|
21994
22259
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -22155,7 +22420,7 @@ export const rancherCatalogsList = (options) => {
|
|
|
22155
22420
|
});
|
|
22156
22421
|
};
|
|
22157
22422
|
/**
|
|
22158
|
-
*
|
|
22423
|
+
* Get number of items in the collection matching the request parameters.
|
|
22159
22424
|
*/
|
|
22160
22425
|
export const rancherCatalogsHead = (options) => {
|
|
22161
22426
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -22305,7 +22570,7 @@ export const rancherClusterSecurityGroupsList = (options) => {
|
|
|
22305
22570
|
});
|
|
22306
22571
|
};
|
|
22307
22572
|
/**
|
|
22308
|
-
*
|
|
22573
|
+
* Get number of items in the collection matching the request parameters.
|
|
22309
22574
|
*/
|
|
22310
22575
|
export const rancherClusterSecurityGroupsHead = (options) => {
|
|
22311
22576
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -22399,7 +22664,7 @@ export const rancherClusterTemplatesList = (options) => {
|
|
|
22399
22664
|
});
|
|
22400
22665
|
};
|
|
22401
22666
|
/**
|
|
22402
|
-
*
|
|
22667
|
+
* Get number of items in the collection matching the request parameters.
|
|
22403
22668
|
*/
|
|
22404
22669
|
export const rancherClusterTemplatesHead = (options) => {
|
|
22405
22670
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -22453,7 +22718,7 @@ export const rancherClustersList = (options) => {
|
|
|
22453
22718
|
});
|
|
22454
22719
|
};
|
|
22455
22720
|
/**
|
|
22456
|
-
*
|
|
22721
|
+
* Get number of items in the collection matching the request parameters.
|
|
22457
22722
|
*/
|
|
22458
22723
|
export const rancherClustersHead = (options) => {
|
|
22459
22724
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -22660,7 +22925,7 @@ export const rancherHpasList = (options) => {
|
|
|
22660
22925
|
});
|
|
22661
22926
|
};
|
|
22662
22927
|
/**
|
|
22663
|
-
*
|
|
22928
|
+
* Get number of items in the collection matching the request parameters.
|
|
22664
22929
|
*/
|
|
22665
22930
|
export const rancherHpasHead = (options) => {
|
|
22666
22931
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -22863,7 +23128,7 @@ export const rancherIngressesList = (options) => {
|
|
|
22863
23128
|
});
|
|
22864
23129
|
};
|
|
22865
23130
|
/**
|
|
22866
|
-
*
|
|
23131
|
+
* Get number of items in the collection matching the request parameters.
|
|
22867
23132
|
*/
|
|
22868
23133
|
export const rancherIngressesHead = (options) => {
|
|
22869
23134
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -23066,7 +23331,7 @@ export const rancherNamespacesList = (options) => {
|
|
|
23066
23331
|
});
|
|
23067
23332
|
};
|
|
23068
23333
|
/**
|
|
23069
|
-
*
|
|
23334
|
+
* Get number of items in the collection matching the request parameters.
|
|
23070
23335
|
*/
|
|
23071
23336
|
export const rancherNamespacesHead = (options) => {
|
|
23072
23337
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -23120,7 +23385,7 @@ export const rancherNodesList = (options) => {
|
|
|
23120
23385
|
});
|
|
23121
23386
|
};
|
|
23122
23387
|
/**
|
|
23123
|
-
*
|
|
23388
|
+
* Get number of items in the collection matching the request parameters.
|
|
23124
23389
|
*/
|
|
23125
23390
|
export const rancherNodesHead = (options) => {
|
|
23126
23391
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -23327,7 +23592,7 @@ export const rancherProjectsList = (options) => {
|
|
|
23327
23592
|
});
|
|
23328
23593
|
};
|
|
23329
23594
|
/**
|
|
23330
|
-
*
|
|
23595
|
+
* Get number of items in the collection matching the request parameters.
|
|
23331
23596
|
*/
|
|
23332
23597
|
export const rancherProjectsHead = (options) => {
|
|
23333
23598
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -23400,7 +23665,7 @@ export const rancherRoleTemplatesList = (options) => {
|
|
|
23400
23665
|
});
|
|
23401
23666
|
};
|
|
23402
23667
|
/**
|
|
23403
|
-
*
|
|
23668
|
+
* Get number of items in the collection matching the request parameters.
|
|
23404
23669
|
*/
|
|
23405
23670
|
export const rancherRoleTemplatesHead = (options) => {
|
|
23406
23671
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -23454,7 +23719,7 @@ export const rancherServicesList = (options) => {
|
|
|
23454
23719
|
});
|
|
23455
23720
|
};
|
|
23456
23721
|
/**
|
|
23457
|
-
*
|
|
23722
|
+
* Get number of items in the collection matching the request parameters.
|
|
23458
23723
|
*/
|
|
23459
23724
|
export const rancherServicesHead = (options) => {
|
|
23460
23725
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -23673,7 +23938,7 @@ export const rancherTemplatesList = (options) => {
|
|
|
23673
23938
|
});
|
|
23674
23939
|
};
|
|
23675
23940
|
/**
|
|
23676
|
-
*
|
|
23941
|
+
* Get number of items in the collection matching the request parameters.
|
|
23677
23942
|
*/
|
|
23678
23943
|
export const rancherTemplatesHead = (options) => {
|
|
23679
23944
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -23727,7 +23992,7 @@ export const rancherUsersList = (options) => {
|
|
|
23727
23992
|
});
|
|
23728
23993
|
};
|
|
23729
23994
|
/**
|
|
23730
|
-
*
|
|
23995
|
+
* Get number of items in the collection matching the request parameters.
|
|
23731
23996
|
*/
|
|
23732
23997
|
export const rancherUsersHead = (options) => {
|
|
23733
23998
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -23781,7 +24046,7 @@ export const rancherWorkloadsList = (options) => {
|
|
|
23781
24046
|
});
|
|
23782
24047
|
};
|
|
23783
24048
|
/**
|
|
23784
|
-
*
|
|
24049
|
+
* Get number of items in the collection matching the request parameters.
|
|
23785
24050
|
*/
|
|
23786
24051
|
export const rancherWorkloadsHead = (options) => {
|
|
23787
24052
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -24276,7 +24541,7 @@ export const rolesList = (options) => {
|
|
|
24276
24541
|
});
|
|
24277
24542
|
};
|
|
24278
24543
|
/**
|
|
24279
|
-
*
|
|
24544
|
+
* Get number of items in the collection matching the request parameters.
|
|
24280
24545
|
*/
|
|
24281
24546
|
export const rolesHead = (options) => {
|
|
24282
24547
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -24458,7 +24723,7 @@ export const serviceSettingsList = (options) => {
|
|
|
24458
24723
|
});
|
|
24459
24724
|
};
|
|
24460
24725
|
/**
|
|
24461
|
-
*
|
|
24726
|
+
* Get number of items in the collection matching the request parameters.
|
|
24462
24727
|
*/
|
|
24463
24728
|
export const serviceSettingsHead = (options) => {
|
|
24464
24729
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -24512,7 +24777,7 @@ export const slurmAllocationUserUsageList = (options) => {
|
|
|
24512
24777
|
});
|
|
24513
24778
|
};
|
|
24514
24779
|
/**
|
|
24515
|
-
*
|
|
24780
|
+
* Get number of items in the collection matching the request parameters.
|
|
24516
24781
|
*/
|
|
24517
24782
|
export const slurmAllocationUserUsageHead = (options) => {
|
|
24518
24783
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -24566,7 +24831,7 @@ export const slurmAllocationsList = (options) => {
|
|
|
24566
24831
|
});
|
|
24567
24832
|
};
|
|
24568
24833
|
/**
|
|
24569
|
-
*
|
|
24834
|
+
* Get number of items in the collection matching the request parameters.
|
|
24570
24835
|
*/
|
|
24571
24836
|
export const slurmAllocationsHead = (options) => {
|
|
24572
24837
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -24753,7 +25018,7 @@ export const slurmAssociationsList = (options) => {
|
|
|
24753
25018
|
});
|
|
24754
25019
|
};
|
|
24755
25020
|
/**
|
|
24756
|
-
*
|
|
25021
|
+
* Get number of items in the collection matching the request parameters.
|
|
24757
25022
|
*/
|
|
24758
25023
|
export const slurmAssociationsHead = (options) => {
|
|
24759
25024
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -24807,7 +25072,7 @@ export const slurmJobsList = (options) => {
|
|
|
24807
25072
|
});
|
|
24808
25073
|
};
|
|
24809
25074
|
/**
|
|
24810
|
-
*
|
|
25075
|
+
* Get number of items in the collection matching the request parameters.
|
|
24811
25076
|
*/
|
|
24812
25077
|
export const slurmJobsHead = (options) => {
|
|
24813
25078
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -24974,7 +25239,7 @@ export const supportAttachmentsList = (options) => {
|
|
|
24974
25239
|
});
|
|
24975
25240
|
};
|
|
24976
25241
|
/**
|
|
24977
|
-
*
|
|
25242
|
+
* Get number of items in the collection matching the request parameters.
|
|
24978
25243
|
*/
|
|
24979
25244
|
export const supportAttachmentsHead = (options) => {
|
|
24980
25245
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -25064,7 +25329,7 @@ export const supportCommentsList = (options) => {
|
|
|
25064
25329
|
});
|
|
25065
25330
|
};
|
|
25066
25331
|
/**
|
|
25067
|
-
*
|
|
25332
|
+
* Get number of items in the collection matching the request parameters.
|
|
25068
25333
|
*/
|
|
25069
25334
|
export const supportCommentsHead = (options) => {
|
|
25070
25335
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -25206,7 +25471,7 @@ export const supportFeedbacksList = (options) => {
|
|
|
25206
25471
|
});
|
|
25207
25472
|
};
|
|
25208
25473
|
/**
|
|
25209
|
-
*
|
|
25474
|
+
* Get number of items in the collection matching the request parameters.
|
|
25210
25475
|
*/
|
|
25211
25476
|
export const supportFeedbacksHead = (options) => {
|
|
25212
25477
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -25280,7 +25545,7 @@ export const supportIssuesList = (options) => {
|
|
|
25280
25545
|
});
|
|
25281
25546
|
};
|
|
25282
25547
|
/**
|
|
25283
|
-
*
|
|
25548
|
+
* Get number of items in the collection matching the request parameters.
|
|
25284
25549
|
*/
|
|
25285
25550
|
export const supportIssuesHead = (options) => {
|
|
25286
25551
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -25460,7 +25725,7 @@ export const supportPrioritiesList = (options) => {
|
|
|
25460
25725
|
});
|
|
25461
25726
|
};
|
|
25462
25727
|
/**
|
|
25463
|
-
*
|
|
25728
|
+
* Get number of items in the collection matching the request parameters.
|
|
25464
25729
|
*/
|
|
25465
25730
|
export const supportPrioritiesHead = (options) => {
|
|
25466
25731
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -25540,7 +25805,7 @@ export const supportTemplatesList = (options) => {
|
|
|
25540
25805
|
});
|
|
25541
25806
|
};
|
|
25542
25807
|
/**
|
|
25543
|
-
*
|
|
25808
|
+
* Get number of items in the collection matching the request parameters.
|
|
25544
25809
|
*/
|
|
25545
25810
|
export const supportTemplatesHead = (options) => {
|
|
25546
25811
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -25713,7 +25978,7 @@ export const supportUsersList = (options) => {
|
|
|
25713
25978
|
});
|
|
25714
25979
|
};
|
|
25715
25980
|
/**
|
|
25716
|
-
*
|
|
25981
|
+
* Get number of items in the collection matching the request parameters.
|
|
25717
25982
|
*/
|
|
25718
25983
|
export const supportUsersHead = (options) => {
|
|
25719
25984
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -25811,7 +26076,7 @@ export const userAgreementsList = (options) => {
|
|
|
25811
26076
|
});
|
|
25812
26077
|
};
|
|
25813
26078
|
/**
|
|
25814
|
-
*
|
|
26079
|
+
* Get number of items in the collection matching the request parameters.
|
|
25815
26080
|
*/
|
|
25816
26081
|
export const userAgreementsHead = (options) => {
|
|
25817
26082
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -25941,7 +26206,7 @@ export const userGroupInvitationsList = (options) => {
|
|
|
25941
26206
|
});
|
|
25942
26207
|
};
|
|
25943
26208
|
/**
|
|
25944
|
-
*
|
|
26209
|
+
* Get number of items in the collection matching the request parameters.
|
|
25945
26210
|
*/
|
|
25946
26211
|
export const userGroupInvitationsHead = (options) => {
|
|
25947
26212
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -26069,7 +26334,7 @@ export const userInvitationsList = (options) => {
|
|
|
26069
26334
|
});
|
|
26070
26335
|
};
|
|
26071
26336
|
/**
|
|
26072
|
-
*
|
|
26337
|
+
* Get number of items in the collection matching the request parameters.
|
|
26073
26338
|
*/
|
|
26074
26339
|
export const userInvitationsHead = (options) => {
|
|
26075
26340
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -26290,7 +26555,7 @@ export const userPermissionRequestsList = (options) => {
|
|
|
26290
26555
|
});
|
|
26291
26556
|
};
|
|
26292
26557
|
/**
|
|
26293
|
-
*
|
|
26558
|
+
* Get number of items in the collection matching the request parameters.
|
|
26294
26559
|
*/
|
|
26295
26560
|
export const userPermissionRequestsHead = (options) => {
|
|
26296
26561
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -26384,7 +26649,7 @@ export const userPermissionsList = (options) => {
|
|
|
26384
26649
|
});
|
|
26385
26650
|
};
|
|
26386
26651
|
/**
|
|
26387
|
-
*
|
|
26652
|
+
* Get number of items in the collection matching the request parameters.
|
|
26388
26653
|
*/
|
|
26389
26654
|
export const userPermissionsHead = (options) => {
|
|
26390
26655
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -26438,7 +26703,7 @@ export const usersList = (options) => {
|
|
|
26438
26703
|
});
|
|
26439
26704
|
};
|
|
26440
26705
|
/**
|
|
26441
|
-
*
|
|
26706
|
+
* Get number of items in the collection matching the request parameters.
|
|
26442
26707
|
*/
|
|
26443
26708
|
export const usersHead = (options) => {
|
|
26444
26709
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -26726,7 +26991,7 @@ export const usersMeRetrieve = (options) => {
|
|
|
26726
26991
|
});
|
|
26727
26992
|
};
|
|
26728
26993
|
/**
|
|
26729
|
-
* Get
|
|
26994
|
+
* Get number of items in the collection matching the request parameters.
|
|
26730
26995
|
*/
|
|
26731
26996
|
export const usersMeHead = (options) => {
|
|
26732
26997
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -26783,7 +27048,7 @@ export const vmwareClustersList = (options) => {
|
|
|
26783
27048
|
});
|
|
26784
27049
|
};
|
|
26785
27050
|
/**
|
|
26786
|
-
*
|
|
27051
|
+
* Get number of items in the collection matching the request parameters.
|
|
26787
27052
|
*/
|
|
26788
27053
|
export const vmwareClustersHead = (options) => {
|
|
26789
27054
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -26837,7 +27102,7 @@ export const vmwareDatastoresList = (options) => {
|
|
|
26837
27102
|
});
|
|
26838
27103
|
};
|
|
26839
27104
|
/**
|
|
26840
|
-
*
|
|
27105
|
+
* Get number of items in the collection matching the request parameters.
|
|
26841
27106
|
*/
|
|
26842
27107
|
export const vmwareDatastoresHead = (options) => {
|
|
26843
27108
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -26891,7 +27156,7 @@ export const vmwareDisksList = (options) => {
|
|
|
26891
27156
|
});
|
|
26892
27157
|
};
|
|
26893
27158
|
/**
|
|
26894
|
-
*
|
|
27159
|
+
* Get number of items in the collection matching the request parameters.
|
|
26895
27160
|
*/
|
|
26896
27161
|
export const vmwareDisksHead = (options) => {
|
|
26897
27162
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -27021,7 +27286,7 @@ export const vmwareFoldersList = (options) => {
|
|
|
27021
27286
|
});
|
|
27022
27287
|
};
|
|
27023
27288
|
/**
|
|
27024
|
-
*
|
|
27289
|
+
* Get number of items in the collection matching the request parameters.
|
|
27025
27290
|
*/
|
|
27026
27291
|
export const vmwareFoldersHead = (options) => {
|
|
27027
27292
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -27091,7 +27356,7 @@ export const vmwareNetworksList = (options) => {
|
|
|
27091
27356
|
});
|
|
27092
27357
|
};
|
|
27093
27358
|
/**
|
|
27094
|
-
*
|
|
27359
|
+
* Get number of items in the collection matching the request parameters.
|
|
27095
27360
|
*/
|
|
27096
27361
|
export const vmwareNetworksHead = (options) => {
|
|
27097
27362
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -27145,7 +27410,7 @@ export const vmwarePortsList = (options) => {
|
|
|
27145
27410
|
});
|
|
27146
27411
|
};
|
|
27147
27412
|
/**
|
|
27148
|
-
*
|
|
27413
|
+
* Get number of items in the collection matching the request parameters.
|
|
27149
27414
|
*/
|
|
27150
27415
|
export const vmwarePortsHead = (options) => {
|
|
27151
27416
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -27252,7 +27517,7 @@ export const vmwareTemplatesList = (options) => {
|
|
|
27252
27517
|
});
|
|
27253
27518
|
};
|
|
27254
27519
|
/**
|
|
27255
|
-
*
|
|
27520
|
+
* Get number of items in the collection matching the request parameters.
|
|
27256
27521
|
*/
|
|
27257
27522
|
export const vmwareTemplatesHead = (options) => {
|
|
27258
27523
|
return (options?.client ?? _heyApiClient).head({
|
|
@@ -27306,7 +27571,7 @@ export const vmwareVirtualMachineList = (options) => {
|
|
|
27306
27571
|
});
|
|
27307
27572
|
};
|
|
27308
27573
|
/**
|
|
27309
|
-
*
|
|
27574
|
+
* Get number of items in the collection matching the request parameters.
|
|
27310
27575
|
*/
|
|
27311
27576
|
export const vmwareVirtualMachineHead = (options) => {
|
|
27312
27577
|
return (options?.client ?? _heyApiClient).head({
|