waldur-js-client 7.8.3 → 7.8.5-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sdk.gen.d.ts +175 -1
- package/dist/sdk.gen.js +1377 -236
- package/dist/types.gen.d.ts +1333 -59
- package/package.json +1 -1
package/dist/sdk.gen.js
CHANGED
|
@@ -11029,6 +11029,44 @@ export const marketplaceOfferingUsersUpdateRestricted = (options) => {
|
|
|
11029
11029
|
}
|
|
11030
11030
|
});
|
|
11031
11031
|
};
|
|
11032
|
+
/**
|
|
11033
|
+
* Get checklist template for creating new objects.
|
|
11034
|
+
*/
|
|
11035
|
+
export const marketplaceOfferingUsersChecklistTemplateRetrieve = (options) => {
|
|
11036
|
+
return (options?.client ?? _heyApiClient).get({
|
|
11037
|
+
security: [
|
|
11038
|
+
{
|
|
11039
|
+
name: 'Authorization',
|
|
11040
|
+
type: 'apiKey'
|
|
11041
|
+
},
|
|
11042
|
+
{
|
|
11043
|
+
scheme: 'bearer',
|
|
11044
|
+
type: 'http'
|
|
11045
|
+
}
|
|
11046
|
+
],
|
|
11047
|
+
url: '/api/marketplace-offering-users/checklist-template/',
|
|
11048
|
+
...options
|
|
11049
|
+
});
|
|
11050
|
+
};
|
|
11051
|
+
/**
|
|
11052
|
+
* Get number of items in the collection matching the request parameters.
|
|
11053
|
+
*/
|
|
11054
|
+
export const marketplaceOfferingUsersChecklistTemplateCount = (options) => {
|
|
11055
|
+
return (options?.client ?? _heyApiClient).head({
|
|
11056
|
+
security: [
|
|
11057
|
+
{
|
|
11058
|
+
name: 'Authorization',
|
|
11059
|
+
type: 'apiKey'
|
|
11060
|
+
},
|
|
11061
|
+
{
|
|
11062
|
+
scheme: 'bearer',
|
|
11063
|
+
type: 'http'
|
|
11064
|
+
}
|
|
11065
|
+
],
|
|
11066
|
+
url: '/api/marketplace-offering-users/checklist-template/',
|
|
11067
|
+
...options
|
|
11068
|
+
});
|
|
11069
|
+
};
|
|
11032
11070
|
/**
|
|
11033
11071
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
11034
11072
|
*/
|
|
@@ -12731,6 +12769,25 @@ export const marketplaceProviderOfferingsSync = (options) => {
|
|
|
12731
12769
|
...options
|
|
12732
12770
|
});
|
|
12733
12771
|
};
|
|
12772
|
+
/**
|
|
12773
|
+
* Return comprehensive ToS consent statistics for this offering.
|
|
12774
|
+
*/
|
|
12775
|
+
export const marketplaceProviderOfferingsTosStatsRetrieve = (options) => {
|
|
12776
|
+
return (options.client ?? _heyApiClient).get({
|
|
12777
|
+
security: [
|
|
12778
|
+
{
|
|
12779
|
+
name: 'Authorization',
|
|
12780
|
+
type: 'apiKey'
|
|
12781
|
+
},
|
|
12782
|
+
{
|
|
12783
|
+
scheme: 'bearer',
|
|
12784
|
+
type: 'http'
|
|
12785
|
+
}
|
|
12786
|
+
],
|
|
12787
|
+
url: '/api/marketplace-provider-offerings/{uuid}/tos_stats/',
|
|
12788
|
+
...options
|
|
12789
|
+
});
|
|
12790
|
+
};
|
|
12734
12791
|
export const marketplaceProviderOfferingsUnpause = (options) => {
|
|
12735
12792
|
return (options.client ?? _heyApiClient).post({
|
|
12736
12793
|
security: [
|
|
@@ -13401,6 +13458,29 @@ export const marketplaceProviderResourcesSetBackendMetadata = (options) => {
|
|
|
13401
13458
|
}
|
|
13402
13459
|
});
|
|
13403
13460
|
};
|
|
13461
|
+
/**
|
|
13462
|
+
* Set downscaled flag for resource.
|
|
13463
|
+
*/
|
|
13464
|
+
export const marketplaceProviderResourcesSetDownscaled = (options) => {
|
|
13465
|
+
return (options.client ?? _heyApiClient).post({
|
|
13466
|
+
security: [
|
|
13467
|
+
{
|
|
13468
|
+
name: 'Authorization',
|
|
13469
|
+
type: 'apiKey'
|
|
13470
|
+
},
|
|
13471
|
+
{
|
|
13472
|
+
scheme: 'bearer',
|
|
13473
|
+
type: 'http'
|
|
13474
|
+
}
|
|
13475
|
+
],
|
|
13476
|
+
url: '/api/marketplace-provider-resources/{uuid}/set_downscaled/',
|
|
13477
|
+
...options,
|
|
13478
|
+
headers: {
|
|
13479
|
+
'Content-Type': 'application/json',
|
|
13480
|
+
...options.headers
|
|
13481
|
+
}
|
|
13482
|
+
});
|
|
13483
|
+
};
|
|
13404
13484
|
export const marketplaceProviderResourcesSetEndDateByProvider = (options) => {
|
|
13405
13485
|
return (options.client ?? _heyApiClient).post({
|
|
13406
13486
|
security: [
|
|
@@ -13464,6 +13544,52 @@ export const marketplaceProviderResourcesSetLimits = (options) => {
|
|
|
13464
13544
|
}
|
|
13465
13545
|
});
|
|
13466
13546
|
};
|
|
13547
|
+
/**
|
|
13548
|
+
* Set paused flag for resource.
|
|
13549
|
+
*/
|
|
13550
|
+
export const marketplaceProviderResourcesSetPaused = (options) => {
|
|
13551
|
+
return (options.client ?? _heyApiClient).post({
|
|
13552
|
+
security: [
|
|
13553
|
+
{
|
|
13554
|
+
name: 'Authorization',
|
|
13555
|
+
type: 'apiKey'
|
|
13556
|
+
},
|
|
13557
|
+
{
|
|
13558
|
+
scheme: 'bearer',
|
|
13559
|
+
type: 'http'
|
|
13560
|
+
}
|
|
13561
|
+
],
|
|
13562
|
+
url: '/api/marketplace-provider-resources/{uuid}/set_paused/',
|
|
13563
|
+
...options,
|
|
13564
|
+
headers: {
|
|
13565
|
+
'Content-Type': 'application/json',
|
|
13566
|
+
...options.headers
|
|
13567
|
+
}
|
|
13568
|
+
});
|
|
13569
|
+
};
|
|
13570
|
+
/**
|
|
13571
|
+
* Set restrict_member_access flag for resource.
|
|
13572
|
+
*/
|
|
13573
|
+
export const marketplaceProviderResourcesSetRestrictMemberAccess = (options) => {
|
|
13574
|
+
return (options.client ?? _heyApiClient).post({
|
|
13575
|
+
security: [
|
|
13576
|
+
{
|
|
13577
|
+
name: 'Authorization',
|
|
13578
|
+
type: 'apiKey'
|
|
13579
|
+
},
|
|
13580
|
+
{
|
|
13581
|
+
scheme: 'bearer',
|
|
13582
|
+
type: 'http'
|
|
13583
|
+
}
|
|
13584
|
+
],
|
|
13585
|
+
url: '/api/marketplace-provider-resources/{uuid}/set_restrict_member_access/',
|
|
13586
|
+
...options,
|
|
13587
|
+
headers: {
|
|
13588
|
+
'Content-Type': 'application/json',
|
|
13589
|
+
...options.headers
|
|
13590
|
+
}
|
|
13591
|
+
});
|
|
13592
|
+
};
|
|
13467
13593
|
/**
|
|
13468
13594
|
* Set slug for resource.
|
|
13469
13595
|
*/
|
|
@@ -13573,6 +13699,29 @@ export const marketplaceProviderResourcesUnlink = (options) => {
|
|
|
13573
13699
|
...options
|
|
13574
13700
|
});
|
|
13575
13701
|
};
|
|
13702
|
+
/**
|
|
13703
|
+
* Update resource options.
|
|
13704
|
+
*/
|
|
13705
|
+
export const marketplaceProviderResourcesUpdateOptions = (options) => {
|
|
13706
|
+
return (options.client ?? _heyApiClient).post({
|
|
13707
|
+
security: [
|
|
13708
|
+
{
|
|
13709
|
+
name: 'Authorization',
|
|
13710
|
+
type: 'apiKey'
|
|
13711
|
+
},
|
|
13712
|
+
{
|
|
13713
|
+
scheme: 'bearer',
|
|
13714
|
+
type: 'http'
|
|
13715
|
+
}
|
|
13716
|
+
],
|
|
13717
|
+
url: '/api/marketplace-provider-resources/{uuid}/update_options/',
|
|
13718
|
+
...options,
|
|
13719
|
+
headers: {
|
|
13720
|
+
'Content-Type': 'application/json',
|
|
13721
|
+
...options.headers
|
|
13722
|
+
}
|
|
13723
|
+
});
|
|
13724
|
+
};
|
|
13576
13725
|
export const marketplacePublicApiCheckSignature = (options) => {
|
|
13577
13726
|
return (options.client ?? _heyApiClient).post({
|
|
13578
13727
|
security: [
|
|
@@ -14191,6 +14340,52 @@ export const marketplaceResourcesPull = (options) => {
|
|
|
14191
14340
|
...options
|
|
14192
14341
|
});
|
|
14193
14342
|
};
|
|
14343
|
+
/**
|
|
14344
|
+
* Create a renewal order for a prepaid resource.
|
|
14345
|
+
*/
|
|
14346
|
+
export const marketplaceResourcesRenew = (options) => {
|
|
14347
|
+
return (options.client ?? _heyApiClient).post({
|
|
14348
|
+
security: [
|
|
14349
|
+
{
|
|
14350
|
+
name: 'Authorization',
|
|
14351
|
+
type: 'apiKey'
|
|
14352
|
+
},
|
|
14353
|
+
{
|
|
14354
|
+
scheme: 'bearer',
|
|
14355
|
+
type: 'http'
|
|
14356
|
+
}
|
|
14357
|
+
],
|
|
14358
|
+
url: '/api/marketplace-resources/{uuid}/renew/',
|
|
14359
|
+
...options,
|
|
14360
|
+
headers: {
|
|
14361
|
+
'Content-Type': 'application/json',
|
|
14362
|
+
...options.headers
|
|
14363
|
+
}
|
|
14364
|
+
});
|
|
14365
|
+
};
|
|
14366
|
+
/**
|
|
14367
|
+
* Set downscaled flag for resource.
|
|
14368
|
+
*/
|
|
14369
|
+
export const marketplaceResourcesSetDownscaled = (options) => {
|
|
14370
|
+
return (options.client ?? _heyApiClient).post({
|
|
14371
|
+
security: [
|
|
14372
|
+
{
|
|
14373
|
+
name: 'Authorization',
|
|
14374
|
+
type: 'apiKey'
|
|
14375
|
+
},
|
|
14376
|
+
{
|
|
14377
|
+
scheme: 'bearer',
|
|
14378
|
+
type: 'http'
|
|
14379
|
+
}
|
|
14380
|
+
],
|
|
14381
|
+
url: '/api/marketplace-resources/{uuid}/set_downscaled/',
|
|
14382
|
+
...options,
|
|
14383
|
+
headers: {
|
|
14384
|
+
'Content-Type': 'application/json',
|
|
14385
|
+
...options.headers
|
|
14386
|
+
}
|
|
14387
|
+
});
|
|
14388
|
+
};
|
|
14194
14389
|
/**
|
|
14195
14390
|
* Set end date of the resource by staff.
|
|
14196
14391
|
*/
|
|
@@ -14214,6 +14409,52 @@ export const marketplaceResourcesSetEndDateByStaff = (options) => {
|
|
|
14214
14409
|
}
|
|
14215
14410
|
});
|
|
14216
14411
|
};
|
|
14412
|
+
/**
|
|
14413
|
+
* Set paused flag for resource.
|
|
14414
|
+
*/
|
|
14415
|
+
export const marketplaceResourcesSetPaused = (options) => {
|
|
14416
|
+
return (options.client ?? _heyApiClient).post({
|
|
14417
|
+
security: [
|
|
14418
|
+
{
|
|
14419
|
+
name: 'Authorization',
|
|
14420
|
+
type: 'apiKey'
|
|
14421
|
+
},
|
|
14422
|
+
{
|
|
14423
|
+
scheme: 'bearer',
|
|
14424
|
+
type: 'http'
|
|
14425
|
+
}
|
|
14426
|
+
],
|
|
14427
|
+
url: '/api/marketplace-resources/{uuid}/set_paused/',
|
|
14428
|
+
...options,
|
|
14429
|
+
headers: {
|
|
14430
|
+
'Content-Type': 'application/json',
|
|
14431
|
+
...options.headers
|
|
14432
|
+
}
|
|
14433
|
+
});
|
|
14434
|
+
};
|
|
14435
|
+
/**
|
|
14436
|
+
* Set restrict_member_access flag for resource.
|
|
14437
|
+
*/
|
|
14438
|
+
export const marketplaceResourcesSetRestrictMemberAccess = (options) => {
|
|
14439
|
+
return (options.client ?? _heyApiClient).post({
|
|
14440
|
+
security: [
|
|
14441
|
+
{
|
|
14442
|
+
name: 'Authorization',
|
|
14443
|
+
type: 'apiKey'
|
|
14444
|
+
},
|
|
14445
|
+
{
|
|
14446
|
+
scheme: 'bearer',
|
|
14447
|
+
type: 'http'
|
|
14448
|
+
}
|
|
14449
|
+
],
|
|
14450
|
+
url: '/api/marketplace-resources/{uuid}/set_restrict_member_access/',
|
|
14451
|
+
...options,
|
|
14452
|
+
headers: {
|
|
14453
|
+
'Content-Type': 'application/json',
|
|
14454
|
+
...options.headers
|
|
14455
|
+
}
|
|
14456
|
+
});
|
|
14457
|
+
};
|
|
14217
14458
|
/**
|
|
14218
14459
|
* Set slug for resource.
|
|
14219
14460
|
*/
|
|
@@ -15060,6 +15301,25 @@ export const marketplaceServiceProvidersCreate = (options) => {
|
|
|
15060
15301
|
}
|
|
15061
15302
|
});
|
|
15062
15303
|
};
|
|
15304
|
+
/**
|
|
15305
|
+
* Get summary of all compliance checklists used by this service provider with usage counts.
|
|
15306
|
+
*/
|
|
15307
|
+
export const serviceProviderChecklistsSummary = (options) => {
|
|
15308
|
+
return (options.client ?? _heyApiClient).get({
|
|
15309
|
+
security: [
|
|
15310
|
+
{
|
|
15311
|
+
name: 'Authorization',
|
|
15312
|
+
type: 'apiKey'
|
|
15313
|
+
},
|
|
15314
|
+
{
|
|
15315
|
+
scheme: 'bearer',
|
|
15316
|
+
type: 'http'
|
|
15317
|
+
}
|
|
15318
|
+
],
|
|
15319
|
+
url: '/api/marketplace-service-providers/{service_provider_uuid}/compliance/checklists_summary/',
|
|
15320
|
+
...options
|
|
15321
|
+
});
|
|
15322
|
+
};
|
|
15063
15323
|
/**
|
|
15064
15324
|
* Get compliance overview statistics for all offerings managed by this service provider.
|
|
15065
15325
|
*/
|
|
@@ -15578,9 +15838,9 @@ export const marketplaceServiceProvidersUpdateUser = (options) => {
|
|
|
15578
15838
|
});
|
|
15579
15839
|
};
|
|
15580
15840
|
/**
|
|
15581
|
-
*
|
|
15841
|
+
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
15582
15842
|
*/
|
|
15583
|
-
export const
|
|
15843
|
+
export const marketplaceSiteAgentIdentitiesList = (options) => {
|
|
15584
15844
|
return (options?.client ?? _heyApiClient).get({
|
|
15585
15845
|
security: [
|
|
15586
15846
|
{
|
|
@@ -15592,14 +15852,14 @@ export const marketplaceStatsComponentUsagesList = (options) => {
|
|
|
15592
15852
|
type: 'http'
|
|
15593
15853
|
}
|
|
15594
15854
|
],
|
|
15595
|
-
url: '/api/marketplace-
|
|
15855
|
+
url: '/api/marketplace-site-agent-identities/',
|
|
15596
15856
|
...options
|
|
15597
15857
|
});
|
|
15598
15858
|
};
|
|
15599
15859
|
/**
|
|
15600
15860
|
* Get number of items in the collection matching the request parameters.
|
|
15601
15861
|
*/
|
|
15602
|
-
export const
|
|
15862
|
+
export const marketplaceSiteAgentIdentitiesCount = (options) => {
|
|
15603
15863
|
return (options?.client ?? _heyApiClient).head({
|
|
15604
15864
|
security: [
|
|
15605
15865
|
{
|
|
@@ -15611,15 +15871,12 @@ export const marketplaceStatsComponentUsagesCount = (options) => {
|
|
|
15611
15871
|
type: 'http'
|
|
15612
15872
|
}
|
|
15613
15873
|
],
|
|
15614
|
-
url: '/api/marketplace-
|
|
15874
|
+
url: '/api/marketplace-site-agent-identities/',
|
|
15615
15875
|
...options
|
|
15616
15876
|
});
|
|
15617
15877
|
};
|
|
15618
|
-
|
|
15619
|
-
|
|
15620
|
-
*/
|
|
15621
|
-
export const marketplaceStatsComponentUsagesPerMonthList = (options) => {
|
|
15622
|
-
return (options?.client ?? _heyApiClient).get({
|
|
15878
|
+
export const marketplaceSiteAgentIdentitiesCreate = (options) => {
|
|
15879
|
+
return (options.client ?? _heyApiClient).post({
|
|
15623
15880
|
security: [
|
|
15624
15881
|
{
|
|
15625
15882
|
name: 'Authorization',
|
|
@@ -15630,15 +15887,16 @@ export const marketplaceStatsComponentUsagesPerMonthList = (options) => {
|
|
|
15630
15887
|
type: 'http'
|
|
15631
15888
|
}
|
|
15632
15889
|
],
|
|
15633
|
-
url: '/api/marketplace-
|
|
15634
|
-
...options
|
|
15890
|
+
url: '/api/marketplace-site-agent-identities/',
|
|
15891
|
+
...options,
|
|
15892
|
+
headers: {
|
|
15893
|
+
'Content-Type': 'application/json',
|
|
15894
|
+
...options.headers
|
|
15895
|
+
}
|
|
15635
15896
|
});
|
|
15636
15897
|
};
|
|
15637
|
-
|
|
15638
|
-
|
|
15639
|
-
*/
|
|
15640
|
-
export const marketplaceStatsComponentUsagesPerMonthCount = (options) => {
|
|
15641
|
-
return (options?.client ?? _heyApiClient).head({
|
|
15898
|
+
export const marketplaceSiteAgentIdentitiesDestroy = (options) => {
|
|
15899
|
+
return (options.client ?? _heyApiClient).delete({
|
|
15642
15900
|
security: [
|
|
15643
15901
|
{
|
|
15644
15902
|
name: 'Authorization',
|
|
@@ -15649,15 +15907,12 @@ export const marketplaceStatsComponentUsagesPerMonthCount = (options) => {
|
|
|
15649
15907
|
type: 'http'
|
|
15650
15908
|
}
|
|
15651
15909
|
],
|
|
15652
|
-
url: '/api/marketplace-
|
|
15910
|
+
url: '/api/marketplace-site-agent-identities/{uuid}/',
|
|
15653
15911
|
...options
|
|
15654
15912
|
});
|
|
15655
15913
|
};
|
|
15656
|
-
|
|
15657
|
-
|
|
15658
|
-
*/
|
|
15659
|
-
export const marketplaceStatsComponentUsagesPerProjectList = (options) => {
|
|
15660
|
-
return (options?.client ?? _heyApiClient).get({
|
|
15914
|
+
export const marketplaceSiteAgentIdentitiesRetrieve = (options) => {
|
|
15915
|
+
return (options.client ?? _heyApiClient).get({
|
|
15661
15916
|
security: [
|
|
15662
15917
|
{
|
|
15663
15918
|
name: 'Authorization',
|
|
@@ -15668,15 +15923,12 @@ export const marketplaceStatsComponentUsagesPerProjectList = (options) => {
|
|
|
15668
15923
|
type: 'http'
|
|
15669
15924
|
}
|
|
15670
15925
|
],
|
|
15671
|
-
url: '/api/marketplace-
|
|
15926
|
+
url: '/api/marketplace-site-agent-identities/{uuid}/',
|
|
15672
15927
|
...options
|
|
15673
15928
|
});
|
|
15674
15929
|
};
|
|
15675
|
-
|
|
15676
|
-
|
|
15677
|
-
*/
|
|
15678
|
-
export const marketplaceStatsComponentUsagesPerProjectCount = (options) => {
|
|
15679
|
-
return (options?.client ?? _heyApiClient).head({
|
|
15930
|
+
export const marketplaceSiteAgentIdentitiesUpdate = (options) => {
|
|
15931
|
+
return (options.client ?? _heyApiClient).put({
|
|
15680
15932
|
security: [
|
|
15681
15933
|
{
|
|
15682
15934
|
name: 'Authorization',
|
|
@@ -15687,15 +15939,19 @@ export const marketplaceStatsComponentUsagesPerProjectCount = (options) => {
|
|
|
15687
15939
|
type: 'http'
|
|
15688
15940
|
}
|
|
15689
15941
|
],
|
|
15690
|
-
url: '/api/marketplace-
|
|
15691
|
-
...options
|
|
15942
|
+
url: '/api/marketplace-site-agent-identities/{uuid}/',
|
|
15943
|
+
...options,
|
|
15944
|
+
headers: {
|
|
15945
|
+
'Content-Type': 'application/json',
|
|
15946
|
+
...options.headers
|
|
15947
|
+
}
|
|
15692
15948
|
});
|
|
15693
15949
|
};
|
|
15694
15950
|
/**
|
|
15695
|
-
*
|
|
15951
|
+
* Register an event subscription for the specified agent identity and observable object type. Returns existing subscription if already exists.
|
|
15696
15952
|
*/
|
|
15697
|
-
export const
|
|
15698
|
-
return (options
|
|
15953
|
+
export const marketplaceSiteAgentIdentitiesRegisterEventSubscription = (options) => {
|
|
15954
|
+
return (options.client ?? _heyApiClient).post({
|
|
15699
15955
|
security: [
|
|
15700
15956
|
{
|
|
15701
15957
|
name: 'Authorization',
|
|
@@ -15706,15 +15962,19 @@ export const marketplaceStatsCountActiveResourcesGroupedByOfferingList = (option
|
|
|
15706
15962
|
type: 'http'
|
|
15707
15963
|
}
|
|
15708
15964
|
],
|
|
15709
|
-
url: '/api/marketplace-
|
|
15710
|
-
...options
|
|
15965
|
+
url: '/api/marketplace-site-agent-identities/{uuid}/register_event_subscription/',
|
|
15966
|
+
...options,
|
|
15967
|
+
headers: {
|
|
15968
|
+
'Content-Type': 'application/json',
|
|
15969
|
+
...options.headers
|
|
15970
|
+
}
|
|
15711
15971
|
});
|
|
15712
15972
|
};
|
|
15713
15973
|
/**
|
|
15714
|
-
*
|
|
15974
|
+
* Register a new processor or get the existing one for the agent service
|
|
15715
15975
|
*/
|
|
15716
|
-
export const
|
|
15717
|
-
return (options
|
|
15976
|
+
export const marketplaceSiteAgentIdentitiesRegisterService = (options) => {
|
|
15977
|
+
return (options.client ?? _heyApiClient).post({
|
|
15718
15978
|
security: [
|
|
15719
15979
|
{
|
|
15720
15980
|
name: 'Authorization',
|
|
@@ -15725,14 +15985,18 @@ export const marketplaceStatsCountActiveResourcesGroupedByOfferingCount = (optio
|
|
|
15725
15985
|
type: 'http'
|
|
15726
15986
|
}
|
|
15727
15987
|
],
|
|
15728
|
-
url: '/api/marketplace-
|
|
15729
|
-
...options
|
|
15988
|
+
url: '/api/marketplace-site-agent-identities/{uuid}/register_service/',
|
|
15989
|
+
...options,
|
|
15990
|
+
headers: {
|
|
15991
|
+
'Content-Type': 'application/json',
|
|
15992
|
+
...options.headers
|
|
15993
|
+
}
|
|
15730
15994
|
});
|
|
15731
15995
|
};
|
|
15732
15996
|
/**
|
|
15733
|
-
*
|
|
15997
|
+
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
15734
15998
|
*/
|
|
15735
|
-
export const
|
|
15999
|
+
export const marketplaceSiteAgentProcessorsList = (options) => {
|
|
15736
16000
|
return (options?.client ?? _heyApiClient).get({
|
|
15737
16001
|
security: [
|
|
15738
16002
|
{
|
|
@@ -15744,14 +16008,14 @@ export const marketplaceStatsCountActiveResourcesGroupedByOfferingCountryList =
|
|
|
15744
16008
|
type: 'http'
|
|
15745
16009
|
}
|
|
15746
16010
|
],
|
|
15747
|
-
url: '/api/marketplace-
|
|
16011
|
+
url: '/api/marketplace-site-agent-processors/',
|
|
15748
16012
|
...options
|
|
15749
16013
|
});
|
|
15750
16014
|
};
|
|
15751
16015
|
/**
|
|
15752
16016
|
* Get number of items in the collection matching the request parameters.
|
|
15753
16017
|
*/
|
|
15754
|
-
export const
|
|
16018
|
+
export const marketplaceSiteAgentProcessorsCount = (options) => {
|
|
15755
16019
|
return (options?.client ?? _heyApiClient).head({
|
|
15756
16020
|
security: [
|
|
15757
16021
|
{
|
|
@@ -15763,15 +16027,12 @@ export const marketplaceStatsCountActiveResourcesGroupedByOfferingCountryCount =
|
|
|
15763
16027
|
type: 'http'
|
|
15764
16028
|
}
|
|
15765
16029
|
],
|
|
15766
|
-
url: '/api/marketplace-
|
|
16030
|
+
url: '/api/marketplace-site-agent-processors/',
|
|
15767
16031
|
...options
|
|
15768
16032
|
});
|
|
15769
16033
|
};
|
|
15770
|
-
|
|
15771
|
-
|
|
15772
|
-
*/
|
|
15773
|
-
export const marketplaceStatsCountActiveResourcesGroupedByOrganizationGroupList = (options) => {
|
|
15774
|
-
return (options?.client ?? _heyApiClient).get({
|
|
16034
|
+
export const marketplaceSiteAgentProcessorsRetrieve = (options) => {
|
|
16035
|
+
return (options.client ?? _heyApiClient).get({
|
|
15775
16036
|
security: [
|
|
15776
16037
|
{
|
|
15777
16038
|
name: 'Authorization',
|
|
@@ -15782,15 +16043,15 @@ export const marketplaceStatsCountActiveResourcesGroupedByOrganizationGroupList
|
|
|
15782
16043
|
type: 'http'
|
|
15783
16044
|
}
|
|
15784
16045
|
],
|
|
15785
|
-
url: '/api/marketplace-
|
|
16046
|
+
url: '/api/marketplace-site-agent-processors/{uuid}/',
|
|
15786
16047
|
...options
|
|
15787
16048
|
});
|
|
15788
16049
|
};
|
|
15789
16050
|
/**
|
|
15790
|
-
*
|
|
16051
|
+
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
15791
16052
|
*/
|
|
15792
|
-
export const
|
|
15793
|
-
return (options?.client ?? _heyApiClient).
|
|
16053
|
+
export const marketplaceSiteAgentServicesList = (options) => {
|
|
16054
|
+
return (options?.client ?? _heyApiClient).get({
|
|
15794
16055
|
security: [
|
|
15795
16056
|
{
|
|
15796
16057
|
name: 'Authorization',
|
|
@@ -15801,15 +16062,15 @@ export const marketplaceStatsCountActiveResourcesGroupedByOrganizationGroupCount
|
|
|
15801
16062
|
type: 'http'
|
|
15802
16063
|
}
|
|
15803
16064
|
],
|
|
15804
|
-
url: '/api/marketplace-
|
|
16065
|
+
url: '/api/marketplace-site-agent-services/',
|
|
15805
16066
|
...options
|
|
15806
16067
|
});
|
|
15807
16068
|
};
|
|
15808
16069
|
/**
|
|
15809
|
-
*
|
|
16070
|
+
* Get number of items in the collection matching the request parameters.
|
|
15810
16071
|
*/
|
|
15811
|
-
export const
|
|
15812
|
-
return (options?.client ?? _heyApiClient).
|
|
16072
|
+
export const marketplaceSiteAgentServicesCount = (options) => {
|
|
16073
|
+
return (options?.client ?? _heyApiClient).head({
|
|
15813
16074
|
security: [
|
|
15814
16075
|
{
|
|
15815
16076
|
name: 'Authorization',
|
|
@@ -15820,15 +16081,12 @@ export const marketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagList =
|
|
|
15820
16081
|
type: 'http'
|
|
15821
16082
|
}
|
|
15822
16083
|
],
|
|
15823
|
-
url: '/api/marketplace-
|
|
16084
|
+
url: '/api/marketplace-site-agent-services/',
|
|
15824
16085
|
...options
|
|
15825
16086
|
});
|
|
15826
16087
|
};
|
|
15827
|
-
|
|
15828
|
-
|
|
15829
|
-
*/
|
|
15830
|
-
export const marketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagCount = (options) => {
|
|
15831
|
-
return (options?.client ?? _heyApiClient).head({
|
|
16088
|
+
export const marketplaceSiteAgentServicesRetrieve = (options) => {
|
|
16089
|
+
return (options.client ?? _heyApiClient).get({
|
|
15832
16090
|
security: [
|
|
15833
16091
|
{
|
|
15834
16092
|
name: 'Authorization',
|
|
@@ -15839,15 +16097,15 @@ export const marketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagCount
|
|
|
15839
16097
|
type: 'http'
|
|
15840
16098
|
}
|
|
15841
16099
|
],
|
|
15842
|
-
url: '/api/marketplace-
|
|
16100
|
+
url: '/api/marketplace-site-agent-services/{uuid}/',
|
|
15843
16101
|
...options
|
|
15844
16102
|
});
|
|
15845
16103
|
};
|
|
15846
16104
|
/**
|
|
15847
|
-
*
|
|
16105
|
+
* Register a new processor for the agent service
|
|
15848
16106
|
*/
|
|
15849
|
-
export const
|
|
15850
|
-
return (options
|
|
16107
|
+
export const marketplaceSiteAgentServicesRegisterProcessor = (options) => {
|
|
16108
|
+
return (options.client ?? _heyApiClient).post({
|
|
15851
16109
|
security: [
|
|
15852
16110
|
{
|
|
15853
16111
|
name: 'Authorization',
|
|
@@ -15858,15 +16116,19 @@ export const marketplaceStatsCountProjectsGroupedByProviderAndOecdList = (option
|
|
|
15858
16116
|
type: 'http'
|
|
15859
16117
|
}
|
|
15860
16118
|
],
|
|
15861
|
-
url: '/api/marketplace-
|
|
15862
|
-
...options
|
|
16119
|
+
url: '/api/marketplace-site-agent-services/{uuid}/register_processor/',
|
|
16120
|
+
...options,
|
|
16121
|
+
headers: {
|
|
16122
|
+
'Content-Type': 'application/json',
|
|
16123
|
+
...options.headers
|
|
16124
|
+
}
|
|
15863
16125
|
});
|
|
15864
16126
|
};
|
|
15865
16127
|
/**
|
|
15866
|
-
*
|
|
16128
|
+
* Update statistics for the agent service
|
|
15867
16129
|
*/
|
|
15868
|
-
export const
|
|
15869
|
-
return (options
|
|
16130
|
+
export const marketplaceSiteAgentServicesSetStatistics = (options) => {
|
|
16131
|
+
return (options.client ?? _heyApiClient).post({
|
|
15870
16132
|
security: [
|
|
15871
16133
|
{
|
|
15872
16134
|
name: 'Authorization',
|
|
@@ -15877,14 +16139,18 @@ export const marketplaceStatsCountProjectsGroupedByProviderAndOecdCount = (optio
|
|
|
15877
16139
|
type: 'http'
|
|
15878
16140
|
}
|
|
15879
16141
|
],
|
|
15880
|
-
url: '/api/marketplace-
|
|
15881
|
-
...options
|
|
16142
|
+
url: '/api/marketplace-site-agent-services/{uuid}/set_statistics/',
|
|
16143
|
+
...options,
|
|
16144
|
+
headers: {
|
|
16145
|
+
'Content-Type': 'application/json',
|
|
16146
|
+
...options.headers
|
|
16147
|
+
}
|
|
15882
16148
|
});
|
|
15883
16149
|
};
|
|
15884
16150
|
/**
|
|
15885
|
-
*
|
|
16151
|
+
* Return component usages for current month.
|
|
15886
16152
|
*/
|
|
15887
|
-
export const
|
|
16153
|
+
export const marketplaceStatsComponentUsagesList = (options) => {
|
|
15888
16154
|
return (options?.client ?? _heyApiClient).get({
|
|
15889
16155
|
security: [
|
|
15890
16156
|
{
|
|
@@ -15896,14 +16162,14 @@ export const marketplaceStatsCountProjectsOfServiceProvidersList = (options) =>
|
|
|
15896
16162
|
type: 'http'
|
|
15897
16163
|
}
|
|
15898
16164
|
],
|
|
15899
|
-
url: '/api/marketplace-stats/
|
|
16165
|
+
url: '/api/marketplace-stats/component_usages/',
|
|
15900
16166
|
...options
|
|
15901
16167
|
});
|
|
15902
16168
|
};
|
|
15903
16169
|
/**
|
|
15904
16170
|
* Get number of items in the collection matching the request parameters.
|
|
15905
16171
|
*/
|
|
15906
|
-
export const
|
|
16172
|
+
export const marketplaceStatsComponentUsagesCount = (options) => {
|
|
15907
16173
|
return (options?.client ?? _heyApiClient).head({
|
|
15908
16174
|
security: [
|
|
15909
16175
|
{
|
|
@@ -15915,14 +16181,14 @@ export const marketplaceStatsCountProjectsOfServiceProvidersCount = (options) =>
|
|
|
15915
16181
|
type: 'http'
|
|
15916
16182
|
}
|
|
15917
16183
|
],
|
|
15918
|
-
url: '/api/marketplace-stats/
|
|
16184
|
+
url: '/api/marketplace-stats/component_usages/',
|
|
15919
16185
|
...options
|
|
15920
16186
|
});
|
|
15921
16187
|
};
|
|
15922
16188
|
/**
|
|
15923
|
-
*
|
|
16189
|
+
* Return component usages per month.
|
|
15924
16190
|
*/
|
|
15925
|
-
export const
|
|
16191
|
+
export const marketplaceStatsComponentUsagesPerMonthList = (options) => {
|
|
15926
16192
|
return (options?.client ?? _heyApiClient).get({
|
|
15927
16193
|
security: [
|
|
15928
16194
|
{
|
|
@@ -15934,14 +16200,14 @@ export const marketplaceStatsCountProjectsOfServiceProvidersGroupedByOecdList =
|
|
|
15934
16200
|
type: 'http'
|
|
15935
16201
|
}
|
|
15936
16202
|
],
|
|
15937
|
-
url: '/api/marketplace-stats/
|
|
16203
|
+
url: '/api/marketplace-stats/component_usages_per_month/',
|
|
15938
16204
|
...options
|
|
15939
16205
|
});
|
|
15940
16206
|
};
|
|
15941
16207
|
/**
|
|
15942
16208
|
* Get number of items in the collection matching the request parameters.
|
|
15943
16209
|
*/
|
|
15944
|
-
export const
|
|
16210
|
+
export const marketplaceStatsComponentUsagesPerMonthCount = (options) => {
|
|
15945
16211
|
return (options?.client ?? _heyApiClient).head({
|
|
15946
16212
|
security: [
|
|
15947
16213
|
{
|
|
@@ -15953,14 +16219,14 @@ export const marketplaceStatsCountProjectsOfServiceProvidersGroupedByOecdCount =
|
|
|
15953
16219
|
type: 'http'
|
|
15954
16220
|
}
|
|
15955
16221
|
],
|
|
15956
|
-
url: '/api/marketplace-stats/
|
|
16222
|
+
url: '/api/marketplace-stats/component_usages_per_month/',
|
|
15957
16223
|
...options
|
|
15958
16224
|
});
|
|
15959
16225
|
};
|
|
15960
16226
|
/**
|
|
15961
|
-
*
|
|
16227
|
+
* Return component usages per project.
|
|
15962
16228
|
*/
|
|
15963
|
-
export const
|
|
16229
|
+
export const marketplaceStatsComponentUsagesPerProjectList = (options) => {
|
|
15964
16230
|
return (options?.client ?? _heyApiClient).get({
|
|
15965
16231
|
security: [
|
|
15966
16232
|
{
|
|
@@ -15972,14 +16238,14 @@ export const marketplaceStatsCountUniqueUsersConnectedWithActiveResourcesOfServi
|
|
|
15972
16238
|
type: 'http'
|
|
15973
16239
|
}
|
|
15974
16240
|
],
|
|
15975
|
-
url: '/api/marketplace-stats/
|
|
16241
|
+
url: '/api/marketplace-stats/component_usages_per_project/',
|
|
15976
16242
|
...options
|
|
15977
16243
|
});
|
|
15978
16244
|
};
|
|
15979
16245
|
/**
|
|
15980
16246
|
* Get number of items in the collection matching the request parameters.
|
|
15981
16247
|
*/
|
|
15982
|
-
export const
|
|
16248
|
+
export const marketplaceStatsComponentUsagesPerProjectCount = (options) => {
|
|
15983
16249
|
return (options?.client ?? _heyApiClient).head({
|
|
15984
16250
|
security: [
|
|
15985
16251
|
{
|
|
@@ -15991,14 +16257,14 @@ export const marketplaceStatsCountUniqueUsersConnectedWithActiveResourcesOfServi
|
|
|
15991
16257
|
type: 'http'
|
|
15992
16258
|
}
|
|
15993
16259
|
],
|
|
15994
|
-
url: '/api/marketplace-stats/
|
|
16260
|
+
url: '/api/marketplace-stats/component_usages_per_project/',
|
|
15995
16261
|
...options
|
|
15996
16262
|
});
|
|
15997
16263
|
};
|
|
15998
16264
|
/**
|
|
15999
|
-
* Count
|
|
16265
|
+
* Count active resources grouped by offering.
|
|
16000
16266
|
*/
|
|
16001
|
-
export const
|
|
16267
|
+
export const marketplaceStatsCountActiveResourcesGroupedByOfferingList = (options) => {
|
|
16002
16268
|
return (options?.client ?? _heyApiClient).get({
|
|
16003
16269
|
security: [
|
|
16004
16270
|
{
|
|
@@ -16010,14 +16276,14 @@ export const marketplaceStatsCountUsersOfServiceProvidersList = (options) => {
|
|
|
16010
16276
|
type: 'http'
|
|
16011
16277
|
}
|
|
16012
16278
|
],
|
|
16013
|
-
url: '/api/marketplace-stats/
|
|
16279
|
+
url: '/api/marketplace-stats/count_active_resources_grouped_by_offering/',
|
|
16014
16280
|
...options
|
|
16015
16281
|
});
|
|
16016
16282
|
};
|
|
16017
16283
|
/**
|
|
16018
16284
|
* Get number of items in the collection matching the request parameters.
|
|
16019
16285
|
*/
|
|
16020
|
-
export const
|
|
16286
|
+
export const marketplaceStatsCountActiveResourcesGroupedByOfferingCount = (options) => {
|
|
16021
16287
|
return (options?.client ?? _heyApiClient).head({
|
|
16022
16288
|
security: [
|
|
16023
16289
|
{
|
|
@@ -16029,14 +16295,14 @@ export const marketplaceStatsCountUsersOfServiceProvidersCount = (options) => {
|
|
|
16029
16295
|
type: 'http'
|
|
16030
16296
|
}
|
|
16031
16297
|
],
|
|
16032
|
-
url: '/api/marketplace-stats/
|
|
16298
|
+
url: '/api/marketplace-stats/count_active_resources_grouped_by_offering/',
|
|
16033
16299
|
...options
|
|
16034
16300
|
});
|
|
16035
16301
|
};
|
|
16036
16302
|
/**
|
|
16037
|
-
*
|
|
16303
|
+
* Count active resources grouped by offering country.
|
|
16038
16304
|
*/
|
|
16039
|
-
export const
|
|
16305
|
+
export const marketplaceStatsCountActiveResourcesGroupedByOfferingCountryList = (options) => {
|
|
16040
16306
|
return (options?.client ?? _heyApiClient).get({
|
|
16041
16307
|
security: [
|
|
16042
16308
|
{
|
|
@@ -16048,14 +16314,14 @@ export const marketplaceStatsCustomerMemberCountList = (options) => {
|
|
|
16048
16314
|
type: 'http'
|
|
16049
16315
|
}
|
|
16050
16316
|
],
|
|
16051
|
-
url: '/api/marketplace-stats/
|
|
16317
|
+
url: '/api/marketplace-stats/count_active_resources_grouped_by_offering_country/',
|
|
16052
16318
|
...options
|
|
16053
16319
|
});
|
|
16054
16320
|
};
|
|
16055
16321
|
/**
|
|
16056
16322
|
* Get number of items in the collection matching the request parameters.
|
|
16057
16323
|
*/
|
|
16058
|
-
export const
|
|
16324
|
+
export const marketplaceStatsCountActiveResourcesGroupedByOfferingCountryCount = (options) => {
|
|
16059
16325
|
return (options?.client ?? _heyApiClient).head({
|
|
16060
16326
|
security: [
|
|
16061
16327
|
{
|
|
@@ -16067,14 +16333,14 @@ export const marketplaceStatsCustomerMemberCountCount = (options) => {
|
|
|
16067
16333
|
type: 'http'
|
|
16068
16334
|
}
|
|
16069
16335
|
],
|
|
16070
|
-
url: '/api/marketplace-stats/
|
|
16336
|
+
url: '/api/marketplace-stats/count_active_resources_grouped_by_offering_country/',
|
|
16071
16337
|
...options
|
|
16072
16338
|
});
|
|
16073
16339
|
};
|
|
16074
16340
|
/**
|
|
16075
|
-
*
|
|
16341
|
+
* Count active resources grouped by organization group.
|
|
16076
16342
|
*/
|
|
16077
|
-
export const
|
|
16343
|
+
export const marketplaceStatsCountActiveResourcesGroupedByOrganizationGroupList = (options) => {
|
|
16078
16344
|
return (options?.client ?? _heyApiClient).get({
|
|
16079
16345
|
security: [
|
|
16080
16346
|
{
|
|
@@ -16086,14 +16352,14 @@ export const marketplaceStatsOfferingsCounterStatsList = (options) => {
|
|
|
16086
16352
|
type: 'http'
|
|
16087
16353
|
}
|
|
16088
16354
|
],
|
|
16089
|
-
url: '/api/marketplace-stats/
|
|
16355
|
+
url: '/api/marketplace-stats/count_active_resources_grouped_by_organization_group/',
|
|
16090
16356
|
...options
|
|
16091
16357
|
});
|
|
16092
16358
|
};
|
|
16093
16359
|
/**
|
|
16094
16360
|
* Get number of items in the collection matching the request parameters.
|
|
16095
16361
|
*/
|
|
16096
|
-
export const
|
|
16362
|
+
export const marketplaceStatsCountActiveResourcesGroupedByOrganizationGroupCount = (options) => {
|
|
16097
16363
|
return (options?.client ?? _heyApiClient).head({
|
|
16098
16364
|
security: [
|
|
16099
16365
|
{
|
|
@@ -16105,14 +16371,14 @@ export const marketplaceStatsOfferingsCounterStatsCount = (options) => {
|
|
|
16105
16371
|
type: 'http'
|
|
16106
16372
|
}
|
|
16107
16373
|
],
|
|
16108
|
-
url: '/api/marketplace-stats/
|
|
16374
|
+
url: '/api/marketplace-stats/count_active_resources_grouped_by_organization_group/',
|
|
16109
16375
|
...options
|
|
16110
16376
|
});
|
|
16111
16377
|
};
|
|
16112
16378
|
/**
|
|
16113
|
-
*
|
|
16379
|
+
* Count projects grouped by provider and industry flag
|
|
16114
16380
|
*/
|
|
16115
|
-
export const
|
|
16381
|
+
export const marketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagList = (options) => {
|
|
16116
16382
|
return (options?.client ?? _heyApiClient).get({
|
|
16117
16383
|
security: [
|
|
16118
16384
|
{
|
|
@@ -16124,14 +16390,14 @@ export const marketplaceStatsOrganizationProjectCountList = (options) => {
|
|
|
16124
16390
|
type: 'http'
|
|
16125
16391
|
}
|
|
16126
16392
|
],
|
|
16127
|
-
url: '/api/marketplace-stats/
|
|
16393
|
+
url: '/api/marketplace-stats/count_projects_grouped_by_provider_and_industry_flag/',
|
|
16128
16394
|
...options
|
|
16129
16395
|
});
|
|
16130
16396
|
};
|
|
16131
16397
|
/**
|
|
16132
16398
|
* Get number of items in the collection matching the request parameters.
|
|
16133
16399
|
*/
|
|
16134
|
-
export const
|
|
16400
|
+
export const marketplaceStatsCountProjectsGroupedByProviderAndIndustryFlagCount = (options) => {
|
|
16135
16401
|
return (options?.client ?? _heyApiClient).head({
|
|
16136
16402
|
security: [
|
|
16137
16403
|
{
|
|
@@ -16143,14 +16409,14 @@ export const marketplaceStatsOrganizationProjectCountCount = (options) => {
|
|
|
16143
16409
|
type: 'http'
|
|
16144
16410
|
}
|
|
16145
16411
|
],
|
|
16146
|
-
url: '/api/marketplace-stats/
|
|
16412
|
+
url: '/api/marketplace-stats/count_projects_grouped_by_provider_and_industry_flag/',
|
|
16147
16413
|
...options
|
|
16148
16414
|
});
|
|
16149
16415
|
};
|
|
16150
16416
|
/**
|
|
16151
|
-
*
|
|
16417
|
+
* Count projects grouped by provider and OECD code
|
|
16152
16418
|
*/
|
|
16153
|
-
export const
|
|
16419
|
+
export const marketplaceStatsCountProjectsGroupedByProviderAndOecdList = (options) => {
|
|
16154
16420
|
return (options?.client ?? _heyApiClient).get({
|
|
16155
16421
|
security: [
|
|
16156
16422
|
{
|
|
@@ -16162,14 +16428,14 @@ export const marketplaceStatsOrganizationResourceCountList = (options) => {
|
|
|
16162
16428
|
type: 'http'
|
|
16163
16429
|
}
|
|
16164
16430
|
],
|
|
16165
|
-
url: '/api/marketplace-stats/
|
|
16431
|
+
url: '/api/marketplace-stats/count_projects_grouped_by_provider_and_oecd/',
|
|
16166
16432
|
...options
|
|
16167
16433
|
});
|
|
16168
16434
|
};
|
|
16169
16435
|
/**
|
|
16170
16436
|
* Get number of items in the collection matching the request parameters.
|
|
16171
16437
|
*/
|
|
16172
|
-
export const
|
|
16438
|
+
export const marketplaceStatsCountProjectsGroupedByProviderAndOecdCount = (options) => {
|
|
16173
16439
|
return (options?.client ?? _heyApiClient).head({
|
|
16174
16440
|
security: [
|
|
16175
16441
|
{
|
|
@@ -16181,14 +16447,14 @@ export const marketplaceStatsOrganizationResourceCountCount = (options) => {
|
|
|
16181
16447
|
type: 'http'
|
|
16182
16448
|
}
|
|
16183
16449
|
],
|
|
16184
|
-
url: '/api/marketplace-stats/
|
|
16450
|
+
url: '/api/marketplace-stats/count_projects_grouped_by_provider_and_oecd/',
|
|
16185
16451
|
...options
|
|
16186
16452
|
});
|
|
16187
16453
|
};
|
|
16188
16454
|
/**
|
|
16189
|
-
*
|
|
16455
|
+
* Count projects of service providers.
|
|
16190
16456
|
*/
|
|
16191
|
-
export const
|
|
16457
|
+
export const marketplaceStatsCountProjectsOfServiceProvidersList = (options) => {
|
|
16192
16458
|
return (options?.client ?? _heyApiClient).get({
|
|
16193
16459
|
security: [
|
|
16194
16460
|
{
|
|
@@ -16200,14 +16466,14 @@ export const marketplaceStatsProjectsLimitsGroupedByIndustryFlagRetrieve = (opti
|
|
|
16200
16466
|
type: 'http'
|
|
16201
16467
|
}
|
|
16202
16468
|
],
|
|
16203
|
-
url: '/api/marketplace-stats/
|
|
16469
|
+
url: '/api/marketplace-stats/count_projects_of_service_providers/',
|
|
16204
16470
|
...options
|
|
16205
16471
|
});
|
|
16206
16472
|
};
|
|
16207
16473
|
/**
|
|
16208
16474
|
* Get number of items in the collection matching the request parameters.
|
|
16209
16475
|
*/
|
|
16210
|
-
export const
|
|
16476
|
+
export const marketplaceStatsCountProjectsOfServiceProvidersCount = (options) => {
|
|
16211
16477
|
return (options?.client ?? _heyApiClient).head({
|
|
16212
16478
|
security: [
|
|
16213
16479
|
{
|
|
@@ -16219,14 +16485,14 @@ export const marketplaceStatsProjectsLimitsGroupedByIndustryFlagCount = (options
|
|
|
16219
16485
|
type: 'http'
|
|
16220
16486
|
}
|
|
16221
16487
|
],
|
|
16222
|
-
url: '/api/marketplace-stats/
|
|
16488
|
+
url: '/api/marketplace-stats/count_projects_of_service_providers/',
|
|
16223
16489
|
...options
|
|
16224
16490
|
});
|
|
16225
16491
|
};
|
|
16226
16492
|
/**
|
|
16227
|
-
*
|
|
16493
|
+
* Count projects of service providers grouped by OECD.
|
|
16228
16494
|
*/
|
|
16229
|
-
export const
|
|
16495
|
+
export const marketplaceStatsCountProjectsOfServiceProvidersGroupedByOecdList = (options) => {
|
|
16230
16496
|
return (options?.client ?? _heyApiClient).get({
|
|
16231
16497
|
security: [
|
|
16232
16498
|
{
|
|
@@ -16238,14 +16504,14 @@ export const marketplaceStatsProjectsLimitsGroupedByOecdRetrieve = (options) =>
|
|
|
16238
16504
|
type: 'http'
|
|
16239
16505
|
}
|
|
16240
16506
|
],
|
|
16241
|
-
url: '/api/marketplace-stats/
|
|
16507
|
+
url: '/api/marketplace-stats/count_projects_of_service_providers_grouped_by_oecd/',
|
|
16242
16508
|
...options
|
|
16243
16509
|
});
|
|
16244
16510
|
};
|
|
16245
16511
|
/**
|
|
16246
16512
|
* Get number of items in the collection matching the request parameters.
|
|
16247
16513
|
*/
|
|
16248
|
-
export const
|
|
16514
|
+
export const marketplaceStatsCountProjectsOfServiceProvidersGroupedByOecdCount = (options) => {
|
|
16249
16515
|
return (options?.client ?? _heyApiClient).head({
|
|
16250
16516
|
security: [
|
|
16251
16517
|
{
|
|
@@ -16257,14 +16523,14 @@ export const marketplaceStatsProjectsLimitsGroupedByOecdCount = (options) => {
|
|
|
16257
16523
|
type: 'http'
|
|
16258
16524
|
}
|
|
16259
16525
|
],
|
|
16260
|
-
url: '/api/marketplace-stats/
|
|
16526
|
+
url: '/api/marketplace-stats/count_projects_of_service_providers_grouped_by_oecd/',
|
|
16261
16527
|
...options
|
|
16262
16528
|
});
|
|
16263
16529
|
};
|
|
16264
16530
|
/**
|
|
16265
|
-
*
|
|
16531
|
+
* Count unique users connected with active resources of service provider.
|
|
16266
16532
|
*/
|
|
16267
|
-
export const
|
|
16533
|
+
export const marketplaceStatsCountUniqueUsersConnectedWithActiveResourcesOfServiceProviderList = (options) => {
|
|
16268
16534
|
return (options?.client ?? _heyApiClient).get({
|
|
16269
16535
|
security: [
|
|
16270
16536
|
{
|
|
@@ -16276,14 +16542,14 @@ export const marketplaceStatsProjectsUsagesGroupedByIndustryFlagRetrieve = (opti
|
|
|
16276
16542
|
type: 'http'
|
|
16277
16543
|
}
|
|
16278
16544
|
],
|
|
16279
|
-
url: '/api/marketplace-stats/
|
|
16545
|
+
url: '/api/marketplace-stats/count_unique_users_connected_with_active_resources_of_service_provider/',
|
|
16280
16546
|
...options
|
|
16281
16547
|
});
|
|
16282
16548
|
};
|
|
16283
16549
|
/**
|
|
16284
16550
|
* Get number of items in the collection matching the request parameters.
|
|
16285
16551
|
*/
|
|
16286
|
-
export const
|
|
16552
|
+
export const marketplaceStatsCountUniqueUsersConnectedWithActiveResourcesOfServiceProviderCount = (options) => {
|
|
16287
16553
|
return (options?.client ?? _heyApiClient).head({
|
|
16288
16554
|
security: [
|
|
16289
16555
|
{
|
|
@@ -16295,14 +16561,14 @@ export const marketplaceStatsProjectsUsagesGroupedByIndustryFlagCount = (options
|
|
|
16295
16561
|
type: 'http'
|
|
16296
16562
|
}
|
|
16297
16563
|
],
|
|
16298
|
-
url: '/api/marketplace-stats/
|
|
16564
|
+
url: '/api/marketplace-stats/count_unique_users_connected_with_active_resources_of_service_provider/',
|
|
16299
16565
|
...options
|
|
16300
16566
|
});
|
|
16301
16567
|
};
|
|
16302
16568
|
/**
|
|
16303
|
-
*
|
|
16569
|
+
* Count users of service providers.
|
|
16304
16570
|
*/
|
|
16305
|
-
export const
|
|
16571
|
+
export const marketplaceStatsCountUsersOfServiceProvidersList = (options) => {
|
|
16306
16572
|
return (options?.client ?? _heyApiClient).get({
|
|
16307
16573
|
security: [
|
|
16308
16574
|
{
|
|
@@ -16314,14 +16580,14 @@ export const marketplaceStatsProjectsUsagesGroupedByOecdRetrieve = (options) =>
|
|
|
16314
16580
|
type: 'http'
|
|
16315
16581
|
}
|
|
16316
16582
|
],
|
|
16317
|
-
url: '/api/marketplace-stats/
|
|
16583
|
+
url: '/api/marketplace-stats/count_users_of_service_providers/',
|
|
16318
16584
|
...options
|
|
16319
16585
|
});
|
|
16320
16586
|
};
|
|
16321
16587
|
/**
|
|
16322
16588
|
* Get number of items in the collection matching the request parameters.
|
|
16323
16589
|
*/
|
|
16324
|
-
export const
|
|
16590
|
+
export const marketplaceStatsCountUsersOfServiceProvidersCount = (options) => {
|
|
16325
16591
|
return (options?.client ?? _heyApiClient).head({
|
|
16326
16592
|
security: [
|
|
16327
16593
|
{
|
|
@@ -16333,14 +16599,14 @@ export const marketplaceStatsProjectsUsagesGroupedByOecdCount = (options) => {
|
|
|
16333
16599
|
type: 'http'
|
|
16334
16600
|
}
|
|
16335
16601
|
],
|
|
16336
|
-
url: '/api/marketplace-stats/
|
|
16602
|
+
url: '/api/marketplace-stats/count_users_of_service_providers/',
|
|
16337
16603
|
...options
|
|
16338
16604
|
});
|
|
16339
16605
|
};
|
|
16340
16606
|
/**
|
|
16341
|
-
* Return
|
|
16607
|
+
* Return count of customer members.
|
|
16342
16608
|
*/
|
|
16343
|
-
export const
|
|
16609
|
+
export const marketplaceStatsCustomerMemberCountList = (options) => {
|
|
16344
16610
|
return (options?.client ?? _heyApiClient).get({
|
|
16345
16611
|
security: [
|
|
16346
16612
|
{
|
|
@@ -16352,14 +16618,14 @@ export const marketplaceStatsResourcesLimitsList = (options) => {
|
|
|
16352
16618
|
type: 'http'
|
|
16353
16619
|
}
|
|
16354
16620
|
],
|
|
16355
|
-
url: '/api/marketplace-stats/
|
|
16621
|
+
url: '/api/marketplace-stats/customer_member_count/',
|
|
16356
16622
|
...options
|
|
16357
16623
|
});
|
|
16358
16624
|
};
|
|
16359
16625
|
/**
|
|
16360
16626
|
* Get number of items in the collection matching the request parameters.
|
|
16361
16627
|
*/
|
|
16362
|
-
export const
|
|
16628
|
+
export const marketplaceStatsCustomerMemberCountCount = (options) => {
|
|
16363
16629
|
return (options?.client ?? _heyApiClient).head({
|
|
16364
16630
|
security: [
|
|
16365
16631
|
{
|
|
@@ -16371,14 +16637,14 @@ export const marketplaceStatsResourcesLimitsCount = (options) => {
|
|
|
16371
16637
|
type: 'http'
|
|
16372
16638
|
}
|
|
16373
16639
|
],
|
|
16374
|
-
url: '/api/marketplace-stats/
|
|
16640
|
+
url: '/api/marketplace-stats/customer_member_count/',
|
|
16375
16641
|
...options
|
|
16376
16642
|
});
|
|
16377
16643
|
};
|
|
16378
16644
|
/**
|
|
16379
|
-
*
|
|
16645
|
+
* Retrieve statistics about the number of offerings, grouped by category and service provider.
|
|
16380
16646
|
*/
|
|
16381
|
-
export const
|
|
16647
|
+
export const marketplaceStatsOfferingsCounterStatsList = (options) => {
|
|
16382
16648
|
return (options?.client ?? _heyApiClient).get({
|
|
16383
16649
|
security: [
|
|
16384
16650
|
{
|
|
@@ -16390,14 +16656,14 @@ export const marketplaceStatsTotalCostOfActiveResourcesPerOfferingList = (option
|
|
|
16390
16656
|
type: 'http'
|
|
16391
16657
|
}
|
|
16392
16658
|
],
|
|
16393
|
-
url: '/api/marketplace-stats/
|
|
16659
|
+
url: '/api/marketplace-stats/offerings_counter_stats/',
|
|
16394
16660
|
...options
|
|
16395
16661
|
});
|
|
16396
16662
|
};
|
|
16397
16663
|
/**
|
|
16398
16664
|
* Get number of items in the collection matching the request parameters.
|
|
16399
16665
|
*/
|
|
16400
|
-
export const
|
|
16666
|
+
export const marketplaceStatsOfferingsCounterStatsCount = (options) => {
|
|
16401
16667
|
return (options?.client ?? _heyApiClient).head({
|
|
16402
16668
|
security: [
|
|
16403
16669
|
{
|
|
@@ -16409,14 +16675,14 @@ export const marketplaceStatsTotalCostOfActiveResourcesPerOfferingCount = (optio
|
|
|
16409
16675
|
type: 'http'
|
|
16410
16676
|
}
|
|
16411
16677
|
],
|
|
16412
|
-
url: '/api/marketplace-stats/
|
|
16678
|
+
url: '/api/marketplace-stats/offerings_counter_stats/',
|
|
16413
16679
|
...options
|
|
16414
16680
|
});
|
|
16415
16681
|
};
|
|
16416
16682
|
/**
|
|
16417
|
-
*
|
|
16683
|
+
* Return project count per organization.
|
|
16418
16684
|
*/
|
|
16419
|
-
export const
|
|
16685
|
+
export const marketplaceStatsOrganizationProjectCountList = (options) => {
|
|
16420
16686
|
return (options?.client ?? _heyApiClient).get({
|
|
16421
16687
|
security: [
|
|
16422
16688
|
{
|
|
@@ -16428,14 +16694,14 @@ export const marketplaceUserOfferingConsentsList = (options) => {
|
|
|
16428
16694
|
type: 'http'
|
|
16429
16695
|
}
|
|
16430
16696
|
],
|
|
16431
|
-
url: '/api/marketplace-
|
|
16697
|
+
url: '/api/marketplace-stats/organization_project_count/',
|
|
16432
16698
|
...options
|
|
16433
16699
|
});
|
|
16434
16700
|
};
|
|
16435
16701
|
/**
|
|
16436
16702
|
* Get number of items in the collection matching the request parameters.
|
|
16437
16703
|
*/
|
|
16438
|
-
export const
|
|
16704
|
+
export const marketplaceStatsOrganizationProjectCountCount = (options) => {
|
|
16439
16705
|
return (options?.client ?? _heyApiClient).head({
|
|
16440
16706
|
security: [
|
|
16441
16707
|
{
|
|
@@ -16447,12 +16713,15 @@ export const marketplaceUserOfferingConsentsCount = (options) => {
|
|
|
16447
16713
|
type: 'http'
|
|
16448
16714
|
}
|
|
16449
16715
|
],
|
|
16450
|
-
url: '/api/marketplace-
|
|
16716
|
+
url: '/api/marketplace-stats/organization_project_count/',
|
|
16451
16717
|
...options
|
|
16452
16718
|
});
|
|
16453
16719
|
};
|
|
16454
|
-
|
|
16455
|
-
|
|
16720
|
+
/**
|
|
16721
|
+
* Return resource count per organization.
|
|
16722
|
+
*/
|
|
16723
|
+
export const marketplaceStatsOrganizationResourceCountList = (options) => {
|
|
16724
|
+
return (options?.client ?? _heyApiClient).get({
|
|
16456
16725
|
security: [
|
|
16457
16726
|
{
|
|
16458
16727
|
name: 'Authorization',
|
|
@@ -16463,15 +16732,542 @@ export const marketplaceUserOfferingConsentsCreate = (options) => {
|
|
|
16463
16732
|
type: 'http'
|
|
16464
16733
|
}
|
|
16465
16734
|
],
|
|
16466
|
-
url: '/api/marketplace-
|
|
16467
|
-
...options
|
|
16468
|
-
|
|
16469
|
-
|
|
16470
|
-
|
|
16471
|
-
|
|
16472
|
-
|
|
16735
|
+
url: '/api/marketplace-stats/organization_resource_count/',
|
|
16736
|
+
...options
|
|
16737
|
+
});
|
|
16738
|
+
};
|
|
16739
|
+
/**
|
|
16740
|
+
* Get number of items in the collection matching the request parameters.
|
|
16741
|
+
*/
|
|
16742
|
+
export const marketplaceStatsOrganizationResourceCountCount = (options) => {
|
|
16743
|
+
return (options?.client ?? _heyApiClient).head({
|
|
16744
|
+
security: [
|
|
16745
|
+
{
|
|
16746
|
+
name: 'Authorization',
|
|
16747
|
+
type: 'apiKey'
|
|
16748
|
+
},
|
|
16749
|
+
{
|
|
16750
|
+
scheme: 'bearer',
|
|
16751
|
+
type: 'http'
|
|
16752
|
+
}
|
|
16753
|
+
],
|
|
16754
|
+
url: '/api/marketplace-stats/organization_resource_count/',
|
|
16755
|
+
...options
|
|
16756
|
+
});
|
|
16757
|
+
};
|
|
16758
|
+
/**
|
|
16759
|
+
* Group project limits by industry flag.
|
|
16760
|
+
*/
|
|
16761
|
+
export const marketplaceStatsProjectsLimitsGroupedByIndustryFlagRetrieve = (options) => {
|
|
16762
|
+
return (options?.client ?? _heyApiClient).get({
|
|
16763
|
+
security: [
|
|
16764
|
+
{
|
|
16765
|
+
name: 'Authorization',
|
|
16766
|
+
type: 'apiKey'
|
|
16767
|
+
},
|
|
16768
|
+
{
|
|
16769
|
+
scheme: 'bearer',
|
|
16770
|
+
type: 'http'
|
|
16771
|
+
}
|
|
16772
|
+
],
|
|
16773
|
+
url: '/api/marketplace-stats/projects_limits_grouped_by_industry_flag/',
|
|
16774
|
+
...options
|
|
16775
|
+
});
|
|
16776
|
+
};
|
|
16777
|
+
/**
|
|
16778
|
+
* Get number of items in the collection matching the request parameters.
|
|
16779
|
+
*/
|
|
16780
|
+
export const marketplaceStatsProjectsLimitsGroupedByIndustryFlagCount = (options) => {
|
|
16781
|
+
return (options?.client ?? _heyApiClient).head({
|
|
16782
|
+
security: [
|
|
16783
|
+
{
|
|
16784
|
+
name: 'Authorization',
|
|
16785
|
+
type: 'apiKey'
|
|
16786
|
+
},
|
|
16787
|
+
{
|
|
16788
|
+
scheme: 'bearer',
|
|
16789
|
+
type: 'http'
|
|
16790
|
+
}
|
|
16791
|
+
],
|
|
16792
|
+
url: '/api/marketplace-stats/projects_limits_grouped_by_industry_flag/',
|
|
16793
|
+
...options
|
|
16794
|
+
});
|
|
16795
|
+
};
|
|
16796
|
+
/**
|
|
16797
|
+
* Group project limits by OECD code.
|
|
16798
|
+
*/
|
|
16799
|
+
export const marketplaceStatsProjectsLimitsGroupedByOecdRetrieve = (options) => {
|
|
16800
|
+
return (options?.client ?? _heyApiClient).get({
|
|
16801
|
+
security: [
|
|
16802
|
+
{
|
|
16803
|
+
name: 'Authorization',
|
|
16804
|
+
type: 'apiKey'
|
|
16805
|
+
},
|
|
16806
|
+
{
|
|
16807
|
+
scheme: 'bearer',
|
|
16808
|
+
type: 'http'
|
|
16809
|
+
}
|
|
16810
|
+
],
|
|
16811
|
+
url: '/api/marketplace-stats/projects_limits_grouped_by_oecd/',
|
|
16812
|
+
...options
|
|
16813
|
+
});
|
|
16814
|
+
};
|
|
16815
|
+
/**
|
|
16816
|
+
* Get number of items in the collection matching the request parameters.
|
|
16817
|
+
*/
|
|
16818
|
+
export const marketplaceStatsProjectsLimitsGroupedByOecdCount = (options) => {
|
|
16819
|
+
return (options?.client ?? _heyApiClient).head({
|
|
16820
|
+
security: [
|
|
16821
|
+
{
|
|
16822
|
+
name: 'Authorization',
|
|
16823
|
+
type: 'apiKey'
|
|
16824
|
+
},
|
|
16825
|
+
{
|
|
16826
|
+
scheme: 'bearer',
|
|
16827
|
+
type: 'http'
|
|
16828
|
+
}
|
|
16829
|
+
],
|
|
16830
|
+
url: '/api/marketplace-stats/projects_limits_grouped_by_oecd/',
|
|
16831
|
+
...options
|
|
16832
|
+
});
|
|
16833
|
+
};
|
|
16834
|
+
/**
|
|
16835
|
+
* Group project usages by industry flag.
|
|
16836
|
+
*/
|
|
16837
|
+
export const marketplaceStatsProjectsUsagesGroupedByIndustryFlagRetrieve = (options) => {
|
|
16838
|
+
return (options?.client ?? _heyApiClient).get({
|
|
16839
|
+
security: [
|
|
16840
|
+
{
|
|
16841
|
+
name: 'Authorization',
|
|
16842
|
+
type: 'apiKey'
|
|
16843
|
+
},
|
|
16844
|
+
{
|
|
16845
|
+
scheme: 'bearer',
|
|
16846
|
+
type: 'http'
|
|
16847
|
+
}
|
|
16848
|
+
],
|
|
16849
|
+
url: '/api/marketplace-stats/projects_usages_grouped_by_industry_flag/',
|
|
16850
|
+
...options
|
|
16851
|
+
});
|
|
16852
|
+
};
|
|
16853
|
+
/**
|
|
16854
|
+
* Get number of items in the collection matching the request parameters.
|
|
16855
|
+
*/
|
|
16856
|
+
export const marketplaceStatsProjectsUsagesGroupedByIndustryFlagCount = (options) => {
|
|
16857
|
+
return (options?.client ?? _heyApiClient).head({
|
|
16858
|
+
security: [
|
|
16859
|
+
{
|
|
16860
|
+
name: 'Authorization',
|
|
16861
|
+
type: 'apiKey'
|
|
16862
|
+
},
|
|
16863
|
+
{
|
|
16864
|
+
scheme: 'bearer',
|
|
16865
|
+
type: 'http'
|
|
16866
|
+
}
|
|
16867
|
+
],
|
|
16868
|
+
url: '/api/marketplace-stats/projects_usages_grouped_by_industry_flag/',
|
|
16869
|
+
...options
|
|
16870
|
+
});
|
|
16871
|
+
};
|
|
16872
|
+
/**
|
|
16873
|
+
* Group project usages by OECD code.
|
|
16874
|
+
*/
|
|
16875
|
+
export const marketplaceStatsProjectsUsagesGroupedByOecdRetrieve = (options) => {
|
|
16876
|
+
return (options?.client ?? _heyApiClient).get({
|
|
16877
|
+
security: [
|
|
16878
|
+
{
|
|
16879
|
+
name: 'Authorization',
|
|
16880
|
+
type: 'apiKey'
|
|
16881
|
+
},
|
|
16882
|
+
{
|
|
16883
|
+
scheme: 'bearer',
|
|
16884
|
+
type: 'http'
|
|
16885
|
+
}
|
|
16886
|
+
],
|
|
16887
|
+
url: '/api/marketplace-stats/projects_usages_grouped_by_oecd/',
|
|
16888
|
+
...options
|
|
16889
|
+
});
|
|
16890
|
+
};
|
|
16891
|
+
/**
|
|
16892
|
+
* Get number of items in the collection matching the request parameters.
|
|
16893
|
+
*/
|
|
16894
|
+
export const marketplaceStatsProjectsUsagesGroupedByOecdCount = (options) => {
|
|
16895
|
+
return (options?.client ?? _heyApiClient).head({
|
|
16896
|
+
security: [
|
|
16897
|
+
{
|
|
16898
|
+
name: 'Authorization',
|
|
16899
|
+
type: 'apiKey'
|
|
16900
|
+
},
|
|
16901
|
+
{
|
|
16902
|
+
scheme: 'bearer',
|
|
16903
|
+
type: 'http'
|
|
16904
|
+
}
|
|
16905
|
+
],
|
|
16906
|
+
url: '/api/marketplace-stats/projects_usages_grouped_by_oecd/',
|
|
16907
|
+
...options
|
|
16908
|
+
});
|
|
16909
|
+
};
|
|
16910
|
+
/**
|
|
16911
|
+
* Return resources limits per offering.
|
|
16912
|
+
*/
|
|
16913
|
+
export const marketplaceStatsResourcesLimitsList = (options) => {
|
|
16914
|
+
return (options?.client ?? _heyApiClient).get({
|
|
16915
|
+
security: [
|
|
16916
|
+
{
|
|
16917
|
+
name: 'Authorization',
|
|
16918
|
+
type: 'apiKey'
|
|
16919
|
+
},
|
|
16920
|
+
{
|
|
16921
|
+
scheme: 'bearer',
|
|
16922
|
+
type: 'http'
|
|
16923
|
+
}
|
|
16924
|
+
],
|
|
16925
|
+
url: '/api/marketplace-stats/resources_limits/',
|
|
16926
|
+
...options
|
|
16927
|
+
});
|
|
16928
|
+
};
|
|
16929
|
+
/**
|
|
16930
|
+
* Get number of items in the collection matching the request parameters.
|
|
16931
|
+
*/
|
|
16932
|
+
export const marketplaceStatsResourcesLimitsCount = (options) => {
|
|
16933
|
+
return (options?.client ?? _heyApiClient).head({
|
|
16934
|
+
security: [
|
|
16935
|
+
{
|
|
16936
|
+
name: 'Authorization',
|
|
16937
|
+
type: 'apiKey'
|
|
16938
|
+
},
|
|
16939
|
+
{
|
|
16940
|
+
scheme: 'bearer',
|
|
16941
|
+
type: 'http'
|
|
16942
|
+
}
|
|
16943
|
+
],
|
|
16944
|
+
url: '/api/marketplace-stats/resources_limits/',
|
|
16945
|
+
...options
|
|
16946
|
+
});
|
|
16947
|
+
};
|
|
16948
|
+
/**
|
|
16949
|
+
* Total cost of active resources per offering.
|
|
16950
|
+
*/
|
|
16951
|
+
export const marketplaceStatsTotalCostOfActiveResourcesPerOfferingList = (options) => {
|
|
16952
|
+
return (options?.client ?? _heyApiClient).get({
|
|
16953
|
+
security: [
|
|
16954
|
+
{
|
|
16955
|
+
name: 'Authorization',
|
|
16956
|
+
type: 'apiKey'
|
|
16957
|
+
},
|
|
16958
|
+
{
|
|
16959
|
+
scheme: 'bearer',
|
|
16960
|
+
type: 'http'
|
|
16961
|
+
}
|
|
16962
|
+
],
|
|
16963
|
+
url: '/api/marketplace-stats/total_cost_of_active_resources_per_offering/',
|
|
16964
|
+
...options
|
|
16965
|
+
});
|
|
16966
|
+
};
|
|
16967
|
+
/**
|
|
16968
|
+
* Get number of items in the collection matching the request parameters.
|
|
16969
|
+
*/
|
|
16970
|
+
export const marketplaceStatsTotalCostOfActiveResourcesPerOfferingCount = (options) => {
|
|
16971
|
+
return (options?.client ?? _heyApiClient).head({
|
|
16972
|
+
security: [
|
|
16973
|
+
{
|
|
16974
|
+
name: 'Authorization',
|
|
16975
|
+
type: 'apiKey'
|
|
16976
|
+
},
|
|
16977
|
+
{
|
|
16978
|
+
scheme: 'bearer',
|
|
16979
|
+
type: 'http'
|
|
16980
|
+
}
|
|
16981
|
+
],
|
|
16982
|
+
url: '/api/marketplace-stats/total_cost_of_active_resources_per_offering/',
|
|
16983
|
+
...options
|
|
16984
|
+
});
|
|
16985
|
+
};
|
|
16986
|
+
/**
|
|
16987
|
+
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
16988
|
+
*/
|
|
16989
|
+
export const marketplaceUserOfferingConsentsList = (options) => {
|
|
16990
|
+
return (options?.client ?? _heyApiClient).get({
|
|
16991
|
+
security: [
|
|
16992
|
+
{
|
|
16993
|
+
name: 'Authorization',
|
|
16994
|
+
type: 'apiKey'
|
|
16995
|
+
},
|
|
16996
|
+
{
|
|
16997
|
+
scheme: 'bearer',
|
|
16998
|
+
type: 'http'
|
|
16999
|
+
}
|
|
17000
|
+
],
|
|
17001
|
+
url: '/api/marketplace-user-offering-consents/',
|
|
17002
|
+
...options
|
|
17003
|
+
});
|
|
17004
|
+
};
|
|
17005
|
+
/**
|
|
17006
|
+
* Get number of items in the collection matching the request parameters.
|
|
17007
|
+
*/
|
|
17008
|
+
export const marketplaceUserOfferingConsentsCount = (options) => {
|
|
17009
|
+
return (options?.client ?? _heyApiClient).head({
|
|
17010
|
+
security: [
|
|
17011
|
+
{
|
|
17012
|
+
name: 'Authorization',
|
|
17013
|
+
type: 'apiKey'
|
|
17014
|
+
},
|
|
17015
|
+
{
|
|
17016
|
+
scheme: 'bearer',
|
|
17017
|
+
type: 'http'
|
|
17018
|
+
}
|
|
17019
|
+
],
|
|
17020
|
+
url: '/api/marketplace-user-offering-consents/',
|
|
17021
|
+
...options
|
|
17022
|
+
});
|
|
17023
|
+
};
|
|
17024
|
+
export const marketplaceUserOfferingConsentsCreate = (options) => {
|
|
17025
|
+
return (options.client ?? _heyApiClient).post({
|
|
17026
|
+
security: [
|
|
17027
|
+
{
|
|
17028
|
+
name: 'Authorization',
|
|
17029
|
+
type: 'apiKey'
|
|
17030
|
+
},
|
|
17031
|
+
{
|
|
17032
|
+
scheme: 'bearer',
|
|
17033
|
+
type: 'http'
|
|
17034
|
+
}
|
|
17035
|
+
],
|
|
17036
|
+
url: '/api/marketplace-user-offering-consents/',
|
|
17037
|
+
...options,
|
|
17038
|
+
headers: {
|
|
17039
|
+
'Content-Type': 'application/json',
|
|
17040
|
+
...options.headers
|
|
17041
|
+
}
|
|
17042
|
+
});
|
|
17043
|
+
};
|
|
17044
|
+
export const marketplaceUserOfferingConsentsDestroy = (options) => {
|
|
17045
|
+
return (options.client ?? _heyApiClient).delete({
|
|
17046
|
+
security: [
|
|
17047
|
+
{
|
|
17048
|
+
name: 'Authorization',
|
|
17049
|
+
type: 'apiKey'
|
|
17050
|
+
},
|
|
17051
|
+
{
|
|
17052
|
+
scheme: 'bearer',
|
|
17053
|
+
type: 'http'
|
|
17054
|
+
}
|
|
17055
|
+
],
|
|
17056
|
+
url: '/api/marketplace-user-offering-consents/{uuid}/',
|
|
17057
|
+
...options
|
|
17058
|
+
});
|
|
17059
|
+
};
|
|
17060
|
+
export const marketplaceUserOfferingConsentsRetrieve = (options) => {
|
|
17061
|
+
return (options.client ?? _heyApiClient).get({
|
|
17062
|
+
security: [
|
|
17063
|
+
{
|
|
17064
|
+
name: 'Authorization',
|
|
17065
|
+
type: 'apiKey'
|
|
17066
|
+
},
|
|
17067
|
+
{
|
|
17068
|
+
scheme: 'bearer',
|
|
17069
|
+
type: 'http'
|
|
17070
|
+
}
|
|
17071
|
+
],
|
|
17072
|
+
url: '/api/marketplace-user-offering-consents/{uuid}/',
|
|
17073
|
+
...options
|
|
17074
|
+
});
|
|
17075
|
+
};
|
|
17076
|
+
export const marketplaceUserOfferingConsentsPartialUpdate = (options) => {
|
|
17077
|
+
return (options.client ?? _heyApiClient).patch({
|
|
17078
|
+
security: [
|
|
17079
|
+
{
|
|
17080
|
+
name: 'Authorization',
|
|
17081
|
+
type: 'apiKey'
|
|
17082
|
+
},
|
|
17083
|
+
{
|
|
17084
|
+
scheme: 'bearer',
|
|
17085
|
+
type: 'http'
|
|
17086
|
+
}
|
|
17087
|
+
],
|
|
17088
|
+
url: '/api/marketplace-user-offering-consents/{uuid}/',
|
|
17089
|
+
...options,
|
|
17090
|
+
headers: {
|
|
17091
|
+
'Content-Type': 'application/json',
|
|
17092
|
+
...options.headers
|
|
17093
|
+
}
|
|
17094
|
+
});
|
|
17095
|
+
};
|
|
17096
|
+
export const marketplaceUserOfferingConsentsUpdate = (options) => {
|
|
17097
|
+
return (options.client ?? _heyApiClient).put({
|
|
17098
|
+
security: [
|
|
17099
|
+
{
|
|
17100
|
+
name: 'Authorization',
|
|
17101
|
+
type: 'apiKey'
|
|
17102
|
+
},
|
|
17103
|
+
{
|
|
17104
|
+
scheme: 'bearer',
|
|
17105
|
+
type: 'http'
|
|
17106
|
+
}
|
|
17107
|
+
],
|
|
17108
|
+
url: '/api/marketplace-user-offering-consents/{uuid}/',
|
|
17109
|
+
...options,
|
|
17110
|
+
headers: {
|
|
17111
|
+
'Content-Type': 'application/json',
|
|
17112
|
+
...options.headers
|
|
17113
|
+
}
|
|
17114
|
+
});
|
|
17115
|
+
};
|
|
17116
|
+
/**
|
|
17117
|
+
* Revoke consent to Terms of Service for an offering.
|
|
17118
|
+
*/
|
|
17119
|
+
export const marketplaceUserOfferingConsentsRevoke = (options) => {
|
|
17120
|
+
return (options.client ?? _heyApiClient).post({
|
|
17121
|
+
security: [
|
|
17122
|
+
{
|
|
17123
|
+
name: 'Authorization',
|
|
17124
|
+
type: 'apiKey'
|
|
17125
|
+
},
|
|
17126
|
+
{
|
|
17127
|
+
scheme: 'bearer',
|
|
17128
|
+
type: 'http'
|
|
17129
|
+
}
|
|
17130
|
+
],
|
|
17131
|
+
url: '/api/marketplace-user-offering-consents/{uuid}/revoke/',
|
|
17132
|
+
...options
|
|
17133
|
+
});
|
|
17134
|
+
};
|
|
17135
|
+
/**
|
|
17136
|
+
* Get media file
|
|
17137
|
+
*/
|
|
17138
|
+
export const mediaRetrieve = (options) => {
|
|
17139
|
+
return (options.client ?? _heyApiClient).get({
|
|
17140
|
+
security: [
|
|
17141
|
+
{
|
|
17142
|
+
name: 'Authorization',
|
|
17143
|
+
type: 'apiKey'
|
|
17144
|
+
},
|
|
17145
|
+
{
|
|
17146
|
+
scheme: 'bearer',
|
|
17147
|
+
type: 'http'
|
|
17148
|
+
}
|
|
17149
|
+
],
|
|
17150
|
+
url: '/api/media/{uuid}/',
|
|
17151
|
+
...options
|
|
17152
|
+
});
|
|
17153
|
+
};
|
|
17154
|
+
/**
|
|
17155
|
+
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
17156
|
+
*/
|
|
17157
|
+
export const notificationMessagesList = (options) => {
|
|
17158
|
+
return (options?.client ?? _heyApiClient).get({
|
|
17159
|
+
security: [
|
|
17160
|
+
{
|
|
17161
|
+
name: 'Authorization',
|
|
17162
|
+
type: 'apiKey'
|
|
17163
|
+
},
|
|
17164
|
+
{
|
|
17165
|
+
scheme: 'bearer',
|
|
17166
|
+
type: 'http'
|
|
17167
|
+
}
|
|
17168
|
+
],
|
|
17169
|
+
url: '/api/notification-messages/',
|
|
17170
|
+
...options
|
|
17171
|
+
});
|
|
17172
|
+
};
|
|
17173
|
+
/**
|
|
17174
|
+
* Get number of items in the collection matching the request parameters.
|
|
17175
|
+
*/
|
|
17176
|
+
export const notificationMessagesCount = (options) => {
|
|
17177
|
+
return (options?.client ?? _heyApiClient).head({
|
|
17178
|
+
security: [
|
|
17179
|
+
{
|
|
17180
|
+
name: 'Authorization',
|
|
17181
|
+
type: 'apiKey'
|
|
17182
|
+
},
|
|
17183
|
+
{
|
|
17184
|
+
scheme: 'bearer',
|
|
17185
|
+
type: 'http'
|
|
17186
|
+
}
|
|
17187
|
+
],
|
|
17188
|
+
url: '/api/notification-messages/',
|
|
17189
|
+
...options
|
|
17190
|
+
});
|
|
16473
17191
|
};
|
|
16474
|
-
export const
|
|
17192
|
+
export const notificationMessagesCreate = (options) => {
|
|
17193
|
+
return (options.client ?? _heyApiClient).post({
|
|
17194
|
+
security: [
|
|
17195
|
+
{
|
|
17196
|
+
name: 'Authorization',
|
|
17197
|
+
type: 'apiKey'
|
|
17198
|
+
},
|
|
17199
|
+
{
|
|
17200
|
+
scheme: 'bearer',
|
|
17201
|
+
type: 'http'
|
|
17202
|
+
}
|
|
17203
|
+
],
|
|
17204
|
+
url: '/api/notification-messages/',
|
|
17205
|
+
...options,
|
|
17206
|
+
headers: {
|
|
17207
|
+
'Content-Type': 'application/json',
|
|
17208
|
+
...options.headers
|
|
17209
|
+
}
|
|
17210
|
+
});
|
|
17211
|
+
};
|
|
17212
|
+
/**
|
|
17213
|
+
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
17214
|
+
*/
|
|
17215
|
+
export const notificationMessagesTemplatesList = (options) => {
|
|
17216
|
+
return (options?.client ?? _heyApiClient).get({
|
|
17217
|
+
security: [
|
|
17218
|
+
{
|
|
17219
|
+
name: 'Authorization',
|
|
17220
|
+
type: 'apiKey'
|
|
17221
|
+
},
|
|
17222
|
+
{
|
|
17223
|
+
scheme: 'bearer',
|
|
17224
|
+
type: 'http'
|
|
17225
|
+
}
|
|
17226
|
+
],
|
|
17227
|
+
url: '/api/notification-messages-templates/',
|
|
17228
|
+
...options
|
|
17229
|
+
});
|
|
17230
|
+
};
|
|
17231
|
+
/**
|
|
17232
|
+
* Get number of items in the collection matching the request parameters.
|
|
17233
|
+
*/
|
|
17234
|
+
export const notificationMessagesTemplatesCount = (options) => {
|
|
17235
|
+
return (options?.client ?? _heyApiClient).head({
|
|
17236
|
+
security: [
|
|
17237
|
+
{
|
|
17238
|
+
name: 'Authorization',
|
|
17239
|
+
type: 'apiKey'
|
|
17240
|
+
},
|
|
17241
|
+
{
|
|
17242
|
+
scheme: 'bearer',
|
|
17243
|
+
type: 'http'
|
|
17244
|
+
}
|
|
17245
|
+
],
|
|
17246
|
+
url: '/api/notification-messages-templates/',
|
|
17247
|
+
...options
|
|
17248
|
+
});
|
|
17249
|
+
};
|
|
17250
|
+
export const notificationMessagesTemplatesCreate = (options) => {
|
|
17251
|
+
return (options.client ?? _heyApiClient).post({
|
|
17252
|
+
security: [
|
|
17253
|
+
{
|
|
17254
|
+
name: 'Authorization',
|
|
17255
|
+
type: 'apiKey'
|
|
17256
|
+
},
|
|
17257
|
+
{
|
|
17258
|
+
scheme: 'bearer',
|
|
17259
|
+
type: 'http'
|
|
17260
|
+
}
|
|
17261
|
+
],
|
|
17262
|
+
url: '/api/notification-messages-templates/',
|
|
17263
|
+
...options,
|
|
17264
|
+
headers: {
|
|
17265
|
+
'Content-Type': 'application/json',
|
|
17266
|
+
...options.headers
|
|
17267
|
+
}
|
|
17268
|
+
});
|
|
17269
|
+
};
|
|
17270
|
+
export const notificationMessagesTemplatesDestroy = (options) => {
|
|
16475
17271
|
return (options.client ?? _heyApiClient).delete({
|
|
16476
17272
|
security: [
|
|
16477
17273
|
{
|
|
@@ -16483,11 +17279,11 @@ export const marketplaceUserOfferingConsentsDestroy = (options) => {
|
|
|
16483
17279
|
type: 'http'
|
|
16484
17280
|
}
|
|
16485
17281
|
],
|
|
16486
|
-
url: '/api/
|
|
17282
|
+
url: '/api/notification-messages-templates/{uuid}/',
|
|
16487
17283
|
...options
|
|
16488
17284
|
});
|
|
16489
17285
|
};
|
|
16490
|
-
export const
|
|
17286
|
+
export const notificationMessagesTemplatesRetrieve = (options) => {
|
|
16491
17287
|
return (options.client ?? _heyApiClient).get({
|
|
16492
17288
|
security: [
|
|
16493
17289
|
{
|
|
@@ -16499,11 +17295,11 @@ export const marketplaceUserOfferingConsentsRetrieve = (options) => {
|
|
|
16499
17295
|
type: 'http'
|
|
16500
17296
|
}
|
|
16501
17297
|
],
|
|
16502
|
-
url: '/api/
|
|
17298
|
+
url: '/api/notification-messages-templates/{uuid}/',
|
|
16503
17299
|
...options
|
|
16504
17300
|
});
|
|
16505
17301
|
};
|
|
16506
|
-
export const
|
|
17302
|
+
export const notificationMessagesTemplatesPartialUpdate = (options) => {
|
|
16507
17303
|
return (options.client ?? _heyApiClient).patch({
|
|
16508
17304
|
security: [
|
|
16509
17305
|
{
|
|
@@ -16515,7 +17311,7 @@ export const marketplaceUserOfferingConsentsPartialUpdate = (options) => {
|
|
|
16515
17311
|
type: 'http'
|
|
16516
17312
|
}
|
|
16517
17313
|
],
|
|
16518
|
-
url: '/api/
|
|
17314
|
+
url: '/api/notification-messages-templates/{uuid}/',
|
|
16519
17315
|
...options,
|
|
16520
17316
|
headers: {
|
|
16521
17317
|
'Content-Type': 'application/json',
|
|
@@ -16523,7 +17319,7 @@ export const marketplaceUserOfferingConsentsPartialUpdate = (options) => {
|
|
|
16523
17319
|
}
|
|
16524
17320
|
});
|
|
16525
17321
|
};
|
|
16526
|
-
export const
|
|
17322
|
+
export const notificationMessagesTemplatesUpdate = (options) => {
|
|
16527
17323
|
return (options.client ?? _heyApiClient).put({
|
|
16528
17324
|
security: [
|
|
16529
17325
|
{
|
|
@@ -16535,7 +17331,7 @@ export const marketplaceUserOfferingConsentsUpdate = (options) => {
|
|
|
16535
17331
|
type: 'http'
|
|
16536
17332
|
}
|
|
16537
17333
|
],
|
|
16538
|
-
url: '/api/
|
|
17334
|
+
url: '/api/notification-messages-templates/{uuid}/',
|
|
16539
17335
|
...options,
|
|
16540
17336
|
headers: {
|
|
16541
17337
|
'Content-Type': 'application/json',
|
|
@@ -16543,10 +17339,7 @@ export const marketplaceUserOfferingConsentsUpdate = (options) => {
|
|
|
16543
17339
|
}
|
|
16544
17340
|
});
|
|
16545
17341
|
};
|
|
16546
|
-
|
|
16547
|
-
* Revoke consent to Terms of Service for an offering.
|
|
16548
|
-
*/
|
|
16549
|
-
export const marketplaceUserOfferingConsentsRevoke = (options) => {
|
|
17342
|
+
export const notificationMessagesTemplatesOverride = (options) => {
|
|
16550
17343
|
return (options.client ?? _heyApiClient).post({
|
|
16551
17344
|
security: [
|
|
16552
17345
|
{
|
|
@@ -16558,14 +17351,31 @@ export const marketplaceUserOfferingConsentsRevoke = (options) => {
|
|
|
16558
17351
|
type: 'http'
|
|
16559
17352
|
}
|
|
16560
17353
|
],
|
|
16561
|
-
url: '/api/
|
|
17354
|
+
url: '/api/notification-messages-templates/{uuid}/override/',
|
|
17355
|
+
...options,
|
|
17356
|
+
headers: {
|
|
17357
|
+
'Content-Type': 'application/json',
|
|
17358
|
+
...options.headers
|
|
17359
|
+
}
|
|
17360
|
+
});
|
|
17361
|
+
};
|
|
17362
|
+
export const notificationMessagesDestroy = (options) => {
|
|
17363
|
+
return (options.client ?? _heyApiClient).delete({
|
|
17364
|
+
security: [
|
|
17365
|
+
{
|
|
17366
|
+
name: 'Authorization',
|
|
17367
|
+
type: 'apiKey'
|
|
17368
|
+
},
|
|
17369
|
+
{
|
|
17370
|
+
scheme: 'bearer',
|
|
17371
|
+
type: 'http'
|
|
17372
|
+
}
|
|
17373
|
+
],
|
|
17374
|
+
url: '/api/notification-messages/{uuid}/',
|
|
16562
17375
|
...options
|
|
16563
17376
|
});
|
|
16564
17377
|
};
|
|
16565
|
-
|
|
16566
|
-
* Get media file
|
|
16567
|
-
*/
|
|
16568
|
-
export const mediaRetrieve = (options) => {
|
|
17378
|
+
export const notificationMessagesRetrieve = (options) => {
|
|
16569
17379
|
return (options.client ?? _heyApiClient).get({
|
|
16570
17380
|
security: [
|
|
16571
17381
|
{
|
|
@@ -16577,14 +17387,86 @@ export const mediaRetrieve = (options) => {
|
|
|
16577
17387
|
type: 'http'
|
|
16578
17388
|
}
|
|
16579
17389
|
],
|
|
16580
|
-
url: '/api/
|
|
17390
|
+
url: '/api/notification-messages/{uuid}/',
|
|
17391
|
+
...options
|
|
17392
|
+
});
|
|
17393
|
+
};
|
|
17394
|
+
export const notificationMessagesPartialUpdate = (options) => {
|
|
17395
|
+
return (options.client ?? _heyApiClient).patch({
|
|
17396
|
+
security: [
|
|
17397
|
+
{
|
|
17398
|
+
name: 'Authorization',
|
|
17399
|
+
type: 'apiKey'
|
|
17400
|
+
},
|
|
17401
|
+
{
|
|
17402
|
+
scheme: 'bearer',
|
|
17403
|
+
type: 'http'
|
|
17404
|
+
}
|
|
17405
|
+
],
|
|
17406
|
+
url: '/api/notification-messages/{uuid}/',
|
|
17407
|
+
...options,
|
|
17408
|
+
headers: {
|
|
17409
|
+
'Content-Type': 'application/json',
|
|
17410
|
+
...options.headers
|
|
17411
|
+
}
|
|
17412
|
+
});
|
|
17413
|
+
};
|
|
17414
|
+
export const notificationMessagesUpdate = (options) => {
|
|
17415
|
+
return (options.client ?? _heyApiClient).put({
|
|
17416
|
+
security: [
|
|
17417
|
+
{
|
|
17418
|
+
name: 'Authorization',
|
|
17419
|
+
type: 'apiKey'
|
|
17420
|
+
},
|
|
17421
|
+
{
|
|
17422
|
+
scheme: 'bearer',
|
|
17423
|
+
type: 'http'
|
|
17424
|
+
}
|
|
17425
|
+
],
|
|
17426
|
+
url: '/api/notification-messages/{uuid}/',
|
|
17427
|
+
...options,
|
|
17428
|
+
headers: {
|
|
17429
|
+
'Content-Type': 'application/json',
|
|
17430
|
+
...options.headers
|
|
17431
|
+
}
|
|
17432
|
+
});
|
|
17433
|
+
};
|
|
17434
|
+
export const notificationMessagesDisable = (options) => {
|
|
17435
|
+
return (options.client ?? _heyApiClient).post({
|
|
17436
|
+
security: [
|
|
17437
|
+
{
|
|
17438
|
+
name: 'Authorization',
|
|
17439
|
+
type: 'apiKey'
|
|
17440
|
+
},
|
|
17441
|
+
{
|
|
17442
|
+
scheme: 'bearer',
|
|
17443
|
+
type: 'http'
|
|
17444
|
+
}
|
|
17445
|
+
],
|
|
17446
|
+
url: '/api/notification-messages/{uuid}/disable/',
|
|
17447
|
+
...options
|
|
17448
|
+
});
|
|
17449
|
+
};
|
|
17450
|
+
export const notificationMessagesEnable = (options) => {
|
|
17451
|
+
return (options.client ?? _heyApiClient).post({
|
|
17452
|
+
security: [
|
|
17453
|
+
{
|
|
17454
|
+
name: 'Authorization',
|
|
17455
|
+
type: 'apiKey'
|
|
17456
|
+
},
|
|
17457
|
+
{
|
|
17458
|
+
scheme: 'bearer',
|
|
17459
|
+
type: 'http'
|
|
17460
|
+
}
|
|
17461
|
+
],
|
|
17462
|
+
url: '/api/notification-messages/{uuid}/enable/',
|
|
16581
17463
|
...options
|
|
16582
17464
|
});
|
|
16583
17465
|
};
|
|
16584
17466
|
/**
|
|
16585
17467
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
16586
17468
|
*/
|
|
16587
|
-
export const
|
|
17469
|
+
export const onboardingJustificationsList = (options) => {
|
|
16588
17470
|
return (options?.client ?? _heyApiClient).get({
|
|
16589
17471
|
security: [
|
|
16590
17472
|
{
|
|
@@ -16596,14 +17478,14 @@ export const notificationMessagesList = (options) => {
|
|
|
16596
17478
|
type: 'http'
|
|
16597
17479
|
}
|
|
16598
17480
|
],
|
|
16599
|
-
url: '/api/
|
|
17481
|
+
url: '/api/onboarding-justifications/',
|
|
16600
17482
|
...options
|
|
16601
17483
|
});
|
|
16602
17484
|
};
|
|
16603
17485
|
/**
|
|
16604
17486
|
* Get number of items in the collection matching the request parameters.
|
|
16605
17487
|
*/
|
|
16606
|
-
export const
|
|
17488
|
+
export const onboardingJustificationsCount = (options) => {
|
|
16607
17489
|
return (options?.client ?? _heyApiClient).head({
|
|
16608
17490
|
security: [
|
|
16609
17491
|
{
|
|
@@ -16615,11 +17497,11 @@ export const notificationMessagesCount = (options) => {
|
|
|
16615
17497
|
type: 'http'
|
|
16616
17498
|
}
|
|
16617
17499
|
],
|
|
16618
|
-
url: '/api/
|
|
17500
|
+
url: '/api/onboarding-justifications/',
|
|
16619
17501
|
...options
|
|
16620
17502
|
});
|
|
16621
17503
|
};
|
|
16622
|
-
export const
|
|
17504
|
+
export const onboardingJustificationsCreate = (options) => {
|
|
16623
17505
|
return (options.client ?? _heyApiClient).post({
|
|
16624
17506
|
security: [
|
|
16625
17507
|
{
|
|
@@ -16631,7 +17513,7 @@ export const notificationMessagesCreate = (options) => {
|
|
|
16631
17513
|
type: 'http'
|
|
16632
17514
|
}
|
|
16633
17515
|
],
|
|
16634
|
-
url: '/api/
|
|
17516
|
+
url: '/api/onboarding-justifications/',
|
|
16635
17517
|
...options,
|
|
16636
17518
|
headers: {
|
|
16637
17519
|
'Content-Type': 'application/json',
|
|
@@ -16639,11 +17521,60 @@ export const notificationMessagesCreate = (options) => {
|
|
|
16639
17521
|
}
|
|
16640
17522
|
});
|
|
16641
17523
|
};
|
|
16642
|
-
|
|
16643
|
-
|
|
16644
|
-
|
|
16645
|
-
|
|
16646
|
-
|
|
17524
|
+
export const onboardingJustificationsDestroy = (options) => {
|
|
17525
|
+
return (options.client ?? _heyApiClient).delete({
|
|
17526
|
+
security: [
|
|
17527
|
+
{
|
|
17528
|
+
name: 'Authorization',
|
|
17529
|
+
type: 'apiKey'
|
|
17530
|
+
},
|
|
17531
|
+
{
|
|
17532
|
+
scheme: 'bearer',
|
|
17533
|
+
type: 'http'
|
|
17534
|
+
}
|
|
17535
|
+
],
|
|
17536
|
+
url: '/api/onboarding-justifications/{uuid}/',
|
|
17537
|
+
...options
|
|
17538
|
+
});
|
|
17539
|
+
};
|
|
17540
|
+
export const onboardingJustificationsRetrieve = (options) => {
|
|
17541
|
+
return (options.client ?? _heyApiClient).get({
|
|
17542
|
+
security: [
|
|
17543
|
+
{
|
|
17544
|
+
name: 'Authorization',
|
|
17545
|
+
type: 'apiKey'
|
|
17546
|
+
},
|
|
17547
|
+
{
|
|
17548
|
+
scheme: 'bearer',
|
|
17549
|
+
type: 'http'
|
|
17550
|
+
}
|
|
17551
|
+
],
|
|
17552
|
+
url: '/api/onboarding-justifications/{uuid}/',
|
|
17553
|
+
...options
|
|
17554
|
+
});
|
|
17555
|
+
};
|
|
17556
|
+
export const onboardingJustificationsPartialUpdate = (options) => {
|
|
17557
|
+
return (options.client ?? _heyApiClient).patch({
|
|
17558
|
+
security: [
|
|
17559
|
+
{
|
|
17560
|
+
name: 'Authorization',
|
|
17561
|
+
type: 'apiKey'
|
|
17562
|
+
},
|
|
17563
|
+
{
|
|
17564
|
+
scheme: 'bearer',
|
|
17565
|
+
type: 'http'
|
|
17566
|
+
}
|
|
17567
|
+
],
|
|
17568
|
+
url: '/api/onboarding-justifications/{uuid}/',
|
|
17569
|
+
...options,
|
|
17570
|
+
headers: {
|
|
17571
|
+
'Content-Type': 'application/json',
|
|
17572
|
+
...options.headers
|
|
17573
|
+
}
|
|
17574
|
+
});
|
|
17575
|
+
};
|
|
17576
|
+
export const onboardingJustificationsUpdate = (options) => {
|
|
17577
|
+
return (options.client ?? _heyApiClient).put({
|
|
16647
17578
|
security: [
|
|
16648
17579
|
{
|
|
16649
17580
|
name: 'Authorization',
|
|
@@ -16654,15 +17585,19 @@ export const notificationMessagesTemplatesList = (options) => {
|
|
|
16654
17585
|
type: 'http'
|
|
16655
17586
|
}
|
|
16656
17587
|
],
|
|
16657
|
-
url: '/api/
|
|
16658
|
-
...options
|
|
17588
|
+
url: '/api/onboarding-justifications/{uuid}/',
|
|
17589
|
+
...options,
|
|
17590
|
+
headers: {
|
|
17591
|
+
'Content-Type': 'application/json',
|
|
17592
|
+
...options.headers
|
|
17593
|
+
}
|
|
16659
17594
|
});
|
|
16660
17595
|
};
|
|
16661
17596
|
/**
|
|
16662
|
-
*
|
|
17597
|
+
* Approve justification and mark verification as VERIFIED.
|
|
16663
17598
|
*/
|
|
16664
|
-
export const
|
|
16665
|
-
return (options
|
|
17599
|
+
export const onboardingJustificationsApprove = (options) => {
|
|
17600
|
+
return (options.client ?? _heyApiClient).post({
|
|
16666
17601
|
security: [
|
|
16667
17602
|
{
|
|
16668
17603
|
name: 'Authorization',
|
|
@@ -16673,11 +17608,18 @@ export const notificationMessagesTemplatesCount = (options) => {
|
|
|
16673
17608
|
type: 'http'
|
|
16674
17609
|
}
|
|
16675
17610
|
],
|
|
16676
|
-
url: '/api/
|
|
16677
|
-
...options
|
|
17611
|
+
url: '/api/onboarding-justifications/{uuid}/approve/',
|
|
17612
|
+
...options,
|
|
17613
|
+
headers: {
|
|
17614
|
+
'Content-Type': 'application/json',
|
|
17615
|
+
...options.headers
|
|
17616
|
+
}
|
|
16678
17617
|
});
|
|
16679
17618
|
};
|
|
16680
|
-
|
|
17619
|
+
/**
|
|
17620
|
+
* Attach supporting document to justification.
|
|
17621
|
+
*/
|
|
17622
|
+
export const onboardingJustificationsAttachDocument = (options) => {
|
|
16681
17623
|
return (options.client ?? _heyApiClient).post({
|
|
16682
17624
|
security: [
|
|
16683
17625
|
{
|
|
@@ -16689,7 +17631,7 @@ export const notificationMessagesTemplatesCreate = (options) => {
|
|
|
16689
17631
|
type: 'http'
|
|
16690
17632
|
}
|
|
16691
17633
|
],
|
|
16692
|
-
url: '/api/
|
|
17634
|
+
url: '/api/onboarding-justifications/{uuid}/attach_document/',
|
|
16693
17635
|
...options,
|
|
16694
17636
|
headers: {
|
|
16695
17637
|
'Content-Type': 'application/json',
|
|
@@ -16697,8 +17639,11 @@ export const notificationMessagesTemplatesCreate = (options) => {
|
|
|
16697
17639
|
}
|
|
16698
17640
|
});
|
|
16699
17641
|
};
|
|
16700
|
-
|
|
16701
|
-
|
|
17642
|
+
/**
|
|
17643
|
+
* Reject justification and mark verification as FAILED.
|
|
17644
|
+
*/
|
|
17645
|
+
export const onboardingJustificationsReject = (options) => {
|
|
17646
|
+
return (options.client ?? _heyApiClient).post({
|
|
16702
17647
|
security: [
|
|
16703
17648
|
{
|
|
16704
17649
|
name: 'Authorization',
|
|
@@ -16709,12 +17654,19 @@ export const notificationMessagesTemplatesDestroy = (options) => {
|
|
|
16709
17654
|
type: 'http'
|
|
16710
17655
|
}
|
|
16711
17656
|
],
|
|
16712
|
-
url: '/api/
|
|
16713
|
-
...options
|
|
17657
|
+
url: '/api/onboarding-justifications/{uuid}/reject/',
|
|
17658
|
+
...options,
|
|
17659
|
+
headers: {
|
|
17660
|
+
'Content-Type': 'application/json',
|
|
17661
|
+
...options.headers
|
|
17662
|
+
}
|
|
16714
17663
|
});
|
|
16715
17664
|
};
|
|
16716
|
-
|
|
16717
|
-
|
|
17665
|
+
/**
|
|
17666
|
+
* Create justification for failed verification.
|
|
17667
|
+
*/
|
|
17668
|
+
export const onboardingJustificationsCreateJustification = (options) => {
|
|
17669
|
+
return (options.client ?? _heyApiClient).post({
|
|
16718
17670
|
security: [
|
|
16719
17671
|
{
|
|
16720
17672
|
name: 'Authorization',
|
|
@@ -16725,12 +17677,19 @@ export const notificationMessagesTemplatesRetrieve = (options) => {
|
|
|
16725
17677
|
type: 'http'
|
|
16726
17678
|
}
|
|
16727
17679
|
],
|
|
16728
|
-
url: '/api/
|
|
16729
|
-
...options
|
|
17680
|
+
url: '/api/onboarding-justifications/create_justification/',
|
|
17681
|
+
...options,
|
|
17682
|
+
headers: {
|
|
17683
|
+
'Content-Type': 'application/json',
|
|
17684
|
+
...options.headers
|
|
17685
|
+
}
|
|
16730
17686
|
});
|
|
16731
17687
|
};
|
|
16732
|
-
|
|
16733
|
-
|
|
17688
|
+
/**
|
|
17689
|
+
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
17690
|
+
*/
|
|
17691
|
+
export const onboardingVerificationsList = (options) => {
|
|
17692
|
+
return (options?.client ?? _heyApiClient).get({
|
|
16734
17693
|
security: [
|
|
16735
17694
|
{
|
|
16736
17695
|
name: 'Authorization',
|
|
@@ -16741,16 +17700,15 @@ export const notificationMessagesTemplatesPartialUpdate = (options) => {
|
|
|
16741
17700
|
type: 'http'
|
|
16742
17701
|
}
|
|
16743
17702
|
],
|
|
16744
|
-
url: '/api/
|
|
16745
|
-
...options
|
|
16746
|
-
headers: {
|
|
16747
|
-
'Content-Type': 'application/json',
|
|
16748
|
-
...options.headers
|
|
16749
|
-
}
|
|
17703
|
+
url: '/api/onboarding-verifications/',
|
|
17704
|
+
...options
|
|
16750
17705
|
});
|
|
16751
17706
|
};
|
|
16752
|
-
|
|
16753
|
-
|
|
17707
|
+
/**
|
|
17708
|
+
* Get number of items in the collection matching the request parameters.
|
|
17709
|
+
*/
|
|
17710
|
+
export const onboardingVerificationsCount = (options) => {
|
|
17711
|
+
return (options?.client ?? _heyApiClient).head({
|
|
16754
17712
|
security: [
|
|
16755
17713
|
{
|
|
16756
17714
|
name: 'Authorization',
|
|
@@ -16761,15 +17719,11 @@ export const notificationMessagesTemplatesUpdate = (options) => {
|
|
|
16761
17719
|
type: 'http'
|
|
16762
17720
|
}
|
|
16763
17721
|
],
|
|
16764
|
-
url: '/api/
|
|
16765
|
-
...options
|
|
16766
|
-
headers: {
|
|
16767
|
-
'Content-Type': 'application/json',
|
|
16768
|
-
...options.headers
|
|
16769
|
-
}
|
|
17722
|
+
url: '/api/onboarding-verifications/',
|
|
17723
|
+
...options
|
|
16770
17724
|
});
|
|
16771
17725
|
};
|
|
16772
|
-
export const
|
|
17726
|
+
export const onboardingVerificationsCreate = (options) => {
|
|
16773
17727
|
return (options.client ?? _heyApiClient).post({
|
|
16774
17728
|
security: [
|
|
16775
17729
|
{
|
|
@@ -16781,7 +17735,7 @@ export const notificationMessagesTemplatesOverride = (options) => {
|
|
|
16781
17735
|
type: 'http'
|
|
16782
17736
|
}
|
|
16783
17737
|
],
|
|
16784
|
-
url: '/api/
|
|
17738
|
+
url: '/api/onboarding-verifications/',
|
|
16785
17739
|
...options,
|
|
16786
17740
|
headers: {
|
|
16787
17741
|
'Content-Type': 'application/json',
|
|
@@ -16789,7 +17743,7 @@ export const notificationMessagesTemplatesOverride = (options) => {
|
|
|
16789
17743
|
}
|
|
16790
17744
|
});
|
|
16791
17745
|
};
|
|
16792
|
-
export const
|
|
17746
|
+
export const onboardingVerificationsDestroy = (options) => {
|
|
16793
17747
|
return (options.client ?? _heyApiClient).delete({
|
|
16794
17748
|
security: [
|
|
16795
17749
|
{
|
|
@@ -16801,11 +17755,11 @@ export const notificationMessagesDestroy = (options) => {
|
|
|
16801
17755
|
type: 'http'
|
|
16802
17756
|
}
|
|
16803
17757
|
],
|
|
16804
|
-
url: '/api/
|
|
17758
|
+
url: '/api/onboarding-verifications/{uuid}/',
|
|
16805
17759
|
...options
|
|
16806
17760
|
});
|
|
16807
17761
|
};
|
|
16808
|
-
export const
|
|
17762
|
+
export const onboardingVerificationsRetrieve = (options) => {
|
|
16809
17763
|
return (options.client ?? _heyApiClient).get({
|
|
16810
17764
|
security: [
|
|
16811
17765
|
{
|
|
@@ -16817,11 +17771,11 @@ export const notificationMessagesRetrieve = (options) => {
|
|
|
16817
17771
|
type: 'http'
|
|
16818
17772
|
}
|
|
16819
17773
|
],
|
|
16820
|
-
url: '/api/
|
|
17774
|
+
url: '/api/onboarding-verifications/{uuid}/',
|
|
16821
17775
|
...options
|
|
16822
17776
|
});
|
|
16823
17777
|
};
|
|
16824
|
-
export const
|
|
17778
|
+
export const onboardingVerificationsPartialUpdate = (options) => {
|
|
16825
17779
|
return (options.client ?? _heyApiClient).patch({
|
|
16826
17780
|
security: [
|
|
16827
17781
|
{
|
|
@@ -16833,7 +17787,7 @@ export const notificationMessagesPartialUpdate = (options) => {
|
|
|
16833
17787
|
type: 'http'
|
|
16834
17788
|
}
|
|
16835
17789
|
],
|
|
16836
|
-
url: '/api/
|
|
17790
|
+
url: '/api/onboarding-verifications/{uuid}/',
|
|
16837
17791
|
...options,
|
|
16838
17792
|
headers: {
|
|
16839
17793
|
'Content-Type': 'application/json',
|
|
@@ -16841,7 +17795,7 @@ export const notificationMessagesPartialUpdate = (options) => {
|
|
|
16841
17795
|
}
|
|
16842
17796
|
});
|
|
16843
17797
|
};
|
|
16844
|
-
export const
|
|
17798
|
+
export const onboardingVerificationsUpdate = (options) => {
|
|
16845
17799
|
return (options.client ?? _heyApiClient).put({
|
|
16846
17800
|
security: [
|
|
16847
17801
|
{
|
|
@@ -16853,7 +17807,7 @@ export const notificationMessagesUpdate = (options) => {
|
|
|
16853
17807
|
type: 'http'
|
|
16854
17808
|
}
|
|
16855
17809
|
],
|
|
16856
|
-
url: '/api/
|
|
17810
|
+
url: '/api/onboarding-verifications/{uuid}/',
|
|
16857
17811
|
...options,
|
|
16858
17812
|
headers: {
|
|
16859
17813
|
'Content-Type': 'application/json',
|
|
@@ -16861,7 +17815,10 @@ export const notificationMessagesUpdate = (options) => {
|
|
|
16861
17815
|
}
|
|
16862
17816
|
});
|
|
16863
17817
|
};
|
|
16864
|
-
|
|
17818
|
+
/**
|
|
17819
|
+
* Create customer from successful verification.
|
|
17820
|
+
*/
|
|
17821
|
+
export const onboardingVerificationsCreateCustomer = (options) => {
|
|
16865
17822
|
return (options.client ?? _heyApiClient).post({
|
|
16866
17823
|
security: [
|
|
16867
17824
|
{
|
|
@@ -16873,11 +17830,14 @@ export const notificationMessagesDisable = (options) => {
|
|
|
16873
17830
|
type: 'http'
|
|
16874
17831
|
}
|
|
16875
17832
|
],
|
|
16876
|
-
url: '/api/
|
|
17833
|
+
url: '/api/onboarding-verifications/{uuid}/create_customer/',
|
|
16877
17834
|
...options
|
|
16878
17835
|
});
|
|
16879
17836
|
};
|
|
16880
|
-
|
|
17837
|
+
/**
|
|
17838
|
+
* Start company validation process.
|
|
17839
|
+
*/
|
|
17840
|
+
export const onboardingVerificationsValidateCompany = (options) => {
|
|
16881
17841
|
return (options.client ?? _heyApiClient).post({
|
|
16882
17842
|
security: [
|
|
16883
17843
|
{
|
|
@@ -16889,7 +17849,30 @@ export const notificationMessagesEnable = (options) => {
|
|
|
16889
17849
|
type: 'http'
|
|
16890
17850
|
}
|
|
16891
17851
|
],
|
|
16892
|
-
url: '/api/
|
|
17852
|
+
url: '/api/onboarding-verifications/validate_company/',
|
|
17853
|
+
...options,
|
|
17854
|
+
headers: {
|
|
17855
|
+
'Content-Type': 'application/json',
|
|
17856
|
+
...options.headers
|
|
17857
|
+
}
|
|
17858
|
+
});
|
|
17859
|
+
};
|
|
17860
|
+
/**
|
|
17861
|
+
* Return list of supported countries for validation.
|
|
17862
|
+
*/
|
|
17863
|
+
export const onboardingSupportedCountriesRetrieve = (options) => {
|
|
17864
|
+
return (options?.client ?? _heyApiClient).get({
|
|
17865
|
+
security: [
|
|
17866
|
+
{
|
|
17867
|
+
name: 'Authorization',
|
|
17868
|
+
type: 'apiKey'
|
|
17869
|
+
},
|
|
17870
|
+
{
|
|
17871
|
+
scheme: 'bearer',
|
|
17872
|
+
type: 'http'
|
|
17873
|
+
}
|
|
17874
|
+
],
|
|
17875
|
+
url: '/api/onboarding/supported-countries/',
|
|
16893
17876
|
...options
|
|
16894
17877
|
});
|
|
16895
17878
|
};
|
|
@@ -18131,6 +19114,48 @@ export const openstackNetworkRbacPoliciesCount = (options) => {
|
|
|
18131
19114
|
...options
|
|
18132
19115
|
});
|
|
18133
19116
|
};
|
|
19117
|
+
/**
|
|
19118
|
+
* Create RBAC policy for the network
|
|
19119
|
+
*/
|
|
19120
|
+
export const openstackNetworkRbacPoliciesCreate = (options) => {
|
|
19121
|
+
return (options.client ?? _heyApiClient).post({
|
|
19122
|
+
security: [
|
|
19123
|
+
{
|
|
19124
|
+
name: 'Authorization',
|
|
19125
|
+
type: 'apiKey'
|
|
19126
|
+
},
|
|
19127
|
+
{
|
|
19128
|
+
scheme: 'bearer',
|
|
19129
|
+
type: 'http'
|
|
19130
|
+
}
|
|
19131
|
+
],
|
|
19132
|
+
url: '/api/openstack-network-rbac-policies/',
|
|
19133
|
+
...options,
|
|
19134
|
+
headers: {
|
|
19135
|
+
'Content-Type': 'application/json',
|
|
19136
|
+
...options.headers
|
|
19137
|
+
}
|
|
19138
|
+
});
|
|
19139
|
+
};
|
|
19140
|
+
/**
|
|
19141
|
+
* Delete RBAC policy for the network
|
|
19142
|
+
*/
|
|
19143
|
+
export const openstackNetworkRbacPoliciesDestroy = (options) => {
|
|
19144
|
+
return (options.client ?? _heyApiClient).delete({
|
|
19145
|
+
security: [
|
|
19146
|
+
{
|
|
19147
|
+
name: 'Authorization',
|
|
19148
|
+
type: 'apiKey'
|
|
19149
|
+
},
|
|
19150
|
+
{
|
|
19151
|
+
scheme: 'bearer',
|
|
19152
|
+
type: 'http'
|
|
19153
|
+
}
|
|
19154
|
+
],
|
|
19155
|
+
url: '/api/openstack-network-rbac-policies/{uuid}/',
|
|
19156
|
+
...options
|
|
19157
|
+
});
|
|
19158
|
+
};
|
|
18134
19159
|
export const openstackNetworkRbacPoliciesRetrieve = (options) => {
|
|
18135
19160
|
return (options.client ?? _heyApiClient).get({
|
|
18136
19161
|
security: [
|
|
@@ -18147,6 +19172,46 @@ export const openstackNetworkRbacPoliciesRetrieve = (options) => {
|
|
|
18147
19172
|
...options
|
|
18148
19173
|
});
|
|
18149
19174
|
};
|
|
19175
|
+
export const openstackNetworkRbacPoliciesPartialUpdate = (options) => {
|
|
19176
|
+
return (options.client ?? _heyApiClient).patch({
|
|
19177
|
+
security: [
|
|
19178
|
+
{
|
|
19179
|
+
name: 'Authorization',
|
|
19180
|
+
type: 'apiKey'
|
|
19181
|
+
},
|
|
19182
|
+
{
|
|
19183
|
+
scheme: 'bearer',
|
|
19184
|
+
type: 'http'
|
|
19185
|
+
}
|
|
19186
|
+
],
|
|
19187
|
+
url: '/api/openstack-network-rbac-policies/{uuid}/',
|
|
19188
|
+
...options,
|
|
19189
|
+
headers: {
|
|
19190
|
+
'Content-Type': 'application/json',
|
|
19191
|
+
...options.headers
|
|
19192
|
+
}
|
|
19193
|
+
});
|
|
19194
|
+
};
|
|
19195
|
+
export const openstackNetworkRbacPoliciesUpdate = (options) => {
|
|
19196
|
+
return (options.client ?? _heyApiClient).put({
|
|
19197
|
+
security: [
|
|
19198
|
+
{
|
|
19199
|
+
name: 'Authorization',
|
|
19200
|
+
type: 'apiKey'
|
|
19201
|
+
},
|
|
19202
|
+
{
|
|
19203
|
+
scheme: 'bearer',
|
|
19204
|
+
type: 'http'
|
|
19205
|
+
}
|
|
19206
|
+
],
|
|
19207
|
+
url: '/api/openstack-network-rbac-policies/{uuid}/',
|
|
19208
|
+
...options,
|
|
19209
|
+
headers: {
|
|
19210
|
+
'Content-Type': 'application/json',
|
|
19211
|
+
...options.headers
|
|
19212
|
+
}
|
|
19213
|
+
});
|
|
19214
|
+
};
|
|
18150
19215
|
/**
|
|
18151
19216
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
18152
19217
|
*/
|
|
@@ -21459,6 +22524,44 @@ export const projectsUpdateUser = (options) => {
|
|
|
21459
22524
|
}
|
|
21460
22525
|
});
|
|
21461
22526
|
};
|
|
22527
|
+
/**
|
|
22528
|
+
* Get checklist template for creating new objects.
|
|
22529
|
+
*/
|
|
22530
|
+
export const projectsChecklistTemplateRetrieve = (options) => {
|
|
22531
|
+
return (options?.client ?? _heyApiClient).get({
|
|
22532
|
+
security: [
|
|
22533
|
+
{
|
|
22534
|
+
name: 'Authorization',
|
|
22535
|
+
type: 'apiKey'
|
|
22536
|
+
},
|
|
22537
|
+
{
|
|
22538
|
+
scheme: 'bearer',
|
|
22539
|
+
type: 'http'
|
|
22540
|
+
}
|
|
22541
|
+
],
|
|
22542
|
+
url: '/api/projects/checklist-template/',
|
|
22543
|
+
...options
|
|
22544
|
+
});
|
|
22545
|
+
};
|
|
22546
|
+
/**
|
|
22547
|
+
* Get number of items in the collection matching the request parameters.
|
|
22548
|
+
*/
|
|
22549
|
+
export const projectsChecklistTemplateCount = (options) => {
|
|
22550
|
+
return (options?.client ?? _heyApiClient).head({
|
|
22551
|
+
security: [
|
|
22552
|
+
{
|
|
22553
|
+
name: 'Authorization',
|
|
22554
|
+
type: 'apiKey'
|
|
22555
|
+
},
|
|
22556
|
+
{
|
|
22557
|
+
scheme: 'bearer',
|
|
22558
|
+
type: 'http'
|
|
22559
|
+
}
|
|
22560
|
+
],
|
|
22561
|
+
url: '/api/projects/checklist-template/',
|
|
22562
|
+
...options
|
|
22563
|
+
});
|
|
22564
|
+
};
|
|
21462
22565
|
/**
|
|
21463
22566
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
21464
22567
|
*/
|
|
@@ -22135,6 +23238,44 @@ export const proposalProposalsUpdateUser = (options) => {
|
|
|
22135
23238
|
}
|
|
22136
23239
|
});
|
|
22137
23240
|
};
|
|
23241
|
+
/**
|
|
23242
|
+
* Get checklist template for creating new objects.
|
|
23243
|
+
*/
|
|
23244
|
+
export const proposalProposalsChecklistTemplateRetrieve = (options) => {
|
|
23245
|
+
return (options?.client ?? _heyApiClient).get({
|
|
23246
|
+
security: [
|
|
23247
|
+
{
|
|
23248
|
+
name: 'Authorization',
|
|
23249
|
+
type: 'apiKey'
|
|
23250
|
+
},
|
|
23251
|
+
{
|
|
23252
|
+
scheme: 'bearer',
|
|
23253
|
+
type: 'http'
|
|
23254
|
+
}
|
|
23255
|
+
],
|
|
23256
|
+
url: '/api/proposal-proposals/checklist-template/',
|
|
23257
|
+
...options
|
|
23258
|
+
});
|
|
23259
|
+
};
|
|
23260
|
+
/**
|
|
23261
|
+
* Get number of items in the collection matching the request parameters.
|
|
23262
|
+
*/
|
|
23263
|
+
export const proposalProposalsChecklistTemplateCount = (options) => {
|
|
23264
|
+
return (options?.client ?? _heyApiClient).head({
|
|
23265
|
+
security: [
|
|
23266
|
+
{
|
|
23267
|
+
name: 'Authorization',
|
|
23268
|
+
type: 'apiKey'
|
|
23269
|
+
},
|
|
23270
|
+
{
|
|
23271
|
+
scheme: 'bearer',
|
|
23272
|
+
type: 'http'
|
|
23273
|
+
}
|
|
23274
|
+
],
|
|
23275
|
+
url: '/api/proposal-proposals/checklist-template/',
|
|
23276
|
+
...options
|
|
23277
|
+
});
|
|
23278
|
+
};
|
|
22138
23279
|
/**
|
|
22139
23280
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
22140
23281
|
*/
|