waldur-js-client 7.8.3 → 7.8.4

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.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: [
@@ -13573,6 +13630,29 @@ export const marketplaceProviderResourcesUnlink = (options) => {
13573
13630
  ...options
13574
13631
  });
13575
13632
  };
13633
+ /**
13634
+ * Update resource options.
13635
+ */
13636
+ export const marketplaceProviderResourcesUpdateOptions = (options) => {
13637
+ return (options.client ?? _heyApiClient).post({
13638
+ security: [
13639
+ {
13640
+ name: 'Authorization',
13641
+ type: 'apiKey'
13642
+ },
13643
+ {
13644
+ scheme: 'bearer',
13645
+ type: 'http'
13646
+ }
13647
+ ],
13648
+ url: '/api/marketplace-provider-resources/{uuid}/update_options/',
13649
+ ...options,
13650
+ headers: {
13651
+ 'Content-Type': 'application/json',
13652
+ ...options.headers
13653
+ }
13654
+ });
13655
+ };
13576
13656
  export const marketplacePublicApiCheckSignature = (options) => {
13577
13657
  return (options.client ?? _heyApiClient).post({
13578
13658
  security: [
@@ -14191,6 +14271,29 @@ export const marketplaceResourcesPull = (options) => {
14191
14271
  ...options
14192
14272
  });
14193
14273
  };
14274
+ /**
14275
+ * Create a renewal order for a prepaid resource.
14276
+ */
14277
+ export const marketplaceResourcesRenew = (options) => {
14278
+ return (options.client ?? _heyApiClient).post({
14279
+ security: [
14280
+ {
14281
+ name: 'Authorization',
14282
+ type: 'apiKey'
14283
+ },
14284
+ {
14285
+ scheme: 'bearer',
14286
+ type: 'http'
14287
+ }
14288
+ ],
14289
+ url: '/api/marketplace-resources/{uuid}/renew/',
14290
+ ...options,
14291
+ headers: {
14292
+ 'Content-Type': 'application/json',
14293
+ ...options.headers
14294
+ }
14295
+ });
14296
+ };
14194
14297
  /**
14195
14298
  * Set end date of the resource by staff.
14196
14299
  */
@@ -15060,6 +15163,25 @@ export const marketplaceServiceProvidersCreate = (options) => {
15060
15163
  }
15061
15164
  });
15062
15165
  };
15166
+ /**
15167
+ * Get summary of all compliance checklists used by this service provider with usage counts.
15168
+ */
15169
+ export const serviceProviderChecklistsSummary = (options) => {
15170
+ return (options.client ?? _heyApiClient).get({
15171
+ security: [
15172
+ {
15173
+ name: 'Authorization',
15174
+ type: 'apiKey'
15175
+ },
15176
+ {
15177
+ scheme: 'bearer',
15178
+ type: 'http'
15179
+ }
15180
+ ],
15181
+ url: '/api/marketplace-service-providers/{service_provider_uuid}/compliance/checklists_summary/',
15182
+ ...options
15183
+ });
15184
+ };
15063
15185
  /**
15064
15186
  * Get compliance overview statistics for all offerings managed by this service provider.
15065
15187
  */
@@ -16896,7 +17018,7 @@ export const notificationMessagesEnable = (options) => {
16896
17018
  /**
16897
17019
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
16898
17020
  */
16899
- export const openstackBackupsList = (options) => {
17021
+ export const onboardingJustificationsList = (options) => {
16900
17022
  return (options?.client ?? _heyApiClient).get({
16901
17023
  security: [
16902
17024
  {
@@ -16908,14 +17030,14 @@ export const openstackBackupsList = (options) => {
16908
17030
  type: 'http'
16909
17031
  }
16910
17032
  ],
16911
- url: '/api/openstack-backups/',
17033
+ url: '/api/onboarding-justifications/',
16912
17034
  ...options
16913
17035
  });
16914
17036
  };
16915
17037
  /**
16916
17038
  * Get number of items in the collection matching the request parameters.
16917
17039
  */
16918
- export const openstackBackupsCount = (options) => {
17040
+ export const onboardingJustificationsCount = (options) => {
16919
17041
  return (options?.client ?? _heyApiClient).head({
16920
17042
  security: [
16921
17043
  {
@@ -16927,12 +17049,12 @@ export const openstackBackupsCount = (options) => {
16927
17049
  type: 'http'
16928
17050
  }
16929
17051
  ],
16930
- url: '/api/openstack-backups/',
17052
+ url: '/api/onboarding-justifications/',
16931
17053
  ...options
16932
17054
  });
16933
17055
  };
16934
- export const openstackBackupsDestroy = (options) => {
16935
- return (options.client ?? _heyApiClient).delete({
17056
+ export const onboardingJustificationsCreate = (options) => {
17057
+ return (options.client ?? _heyApiClient).post({
16936
17058
  security: [
16937
17059
  {
16938
17060
  name: 'Authorization',
@@ -16943,12 +17065,16 @@ export const openstackBackupsDestroy = (options) => {
16943
17065
  type: 'http'
16944
17066
  }
16945
17067
  ],
16946
- url: '/api/openstack-backups/{uuid}/',
16947
- ...options
17068
+ url: '/api/onboarding-justifications/',
17069
+ ...options,
17070
+ headers: {
17071
+ 'Content-Type': 'application/json',
17072
+ ...options.headers
17073
+ }
16948
17074
  });
16949
17075
  };
16950
- export const openstackBackupsRetrieve = (options) => {
16951
- return (options.client ?? _heyApiClient).get({
17076
+ export const onboardingJustificationsDestroy = (options) => {
17077
+ return (options.client ?? _heyApiClient).delete({
16952
17078
  security: [
16953
17079
  {
16954
17080
  name: 'Authorization',
@@ -16959,12 +17085,12 @@ export const openstackBackupsRetrieve = (options) => {
16959
17085
  type: 'http'
16960
17086
  }
16961
17087
  ],
16962
- url: '/api/openstack-backups/{uuid}/',
17088
+ url: '/api/onboarding-justifications/{uuid}/',
16963
17089
  ...options
16964
17090
  });
16965
17091
  };
16966
- export const openstackBackupsPartialUpdate = (options) => {
16967
- return (options.client ?? _heyApiClient).patch({
17092
+ export const onboardingJustificationsRetrieve = (options) => {
17093
+ return (options.client ?? _heyApiClient).get({
16968
17094
  security: [
16969
17095
  {
16970
17096
  name: 'Authorization',
@@ -16975,16 +17101,12 @@ export const openstackBackupsPartialUpdate = (options) => {
16975
17101
  type: 'http'
16976
17102
  }
16977
17103
  ],
16978
- url: '/api/openstack-backups/{uuid}/',
16979
- ...options,
16980
- headers: {
16981
- 'Content-Type': 'application/json',
16982
- ...options.headers
16983
- }
17104
+ url: '/api/onboarding-justifications/{uuid}/',
17105
+ ...options
16984
17106
  });
16985
17107
  };
16986
- export const openstackBackupsUpdate = (options) => {
16987
- return (options.client ?? _heyApiClient).put({
17108
+ export const onboardingJustificationsPartialUpdate = (options) => {
17109
+ return (options.client ?? _heyApiClient).patch({
16988
17110
  security: [
16989
17111
  {
16990
17112
  name: 'Authorization',
@@ -16995,7 +17117,7 @@ export const openstackBackupsUpdate = (options) => {
16995
17117
  type: 'http'
16996
17118
  }
16997
17119
  ],
16998
- url: '/api/openstack-backups/{uuid}/',
17120
+ url: '/api/onboarding-justifications/{uuid}/',
16999
17121
  ...options,
17000
17122
  headers: {
17001
17123
  'Content-Type': 'application/json',
@@ -17003,8 +17125,8 @@ export const openstackBackupsUpdate = (options) => {
17003
17125
  }
17004
17126
  });
17005
17127
  };
17006
- export const openstackBackupsPull = (options) => {
17007
- return (options.client ?? _heyApiClient).post({
17128
+ export const onboardingJustificationsUpdate = (options) => {
17129
+ return (options.client ?? _heyApiClient).put({
17008
17130
  security: [
17009
17131
  {
17010
17132
  name: 'Authorization',
@@ -17015,14 +17137,18 @@ export const openstackBackupsPull = (options) => {
17015
17137
  type: 'http'
17016
17138
  }
17017
17139
  ],
17018
- url: '/api/openstack-backups/{uuid}/pull/',
17019
- ...options
17140
+ url: '/api/onboarding-justifications/{uuid}/',
17141
+ ...options,
17142
+ headers: {
17143
+ 'Content-Type': 'application/json',
17144
+ ...options.headers
17145
+ }
17020
17146
  });
17021
17147
  };
17022
17148
  /**
17023
- * Restore instance from backup
17149
+ * Attach supporting document to justification.
17024
17150
  */
17025
- export const openstackBackupsRestore = (options) => {
17151
+ export const onboardingJustificationsAttachDocument = (options) => {
17026
17152
  return (options.client ?? _heyApiClient).post({
17027
17153
  security: [
17028
17154
  {
@@ -17034,7 +17160,7 @@ export const openstackBackupsRestore = (options) => {
17034
17160
  type: 'http'
17035
17161
  }
17036
17162
  ],
17037
- url: '/api/openstack-backups/{uuid}/restore/',
17163
+ url: '/api/onboarding-justifications/{uuid}/attach_document/',
17038
17164
  ...options,
17039
17165
  headers: {
17040
17166
  'Content-Type': 'application/json',
@@ -17043,11 +17169,9 @@ export const openstackBackupsRestore = (options) => {
17043
17169
  });
17044
17170
  };
17045
17171
  /**
17046
- * Delete resource from the database without scheduling operations on backend
17047
- * and without checking current state of the resource. It is intended to be used
17048
- * for removing resource stuck in transitioning state.
17172
+ * Create justification for failed verification.
17049
17173
  */
17050
- export const openstackBackupsUnlink = (options) => {
17174
+ export const onboardingJustificationsCreateJustification = (options) => {
17051
17175
  return (options.client ?? _heyApiClient).post({
17052
17176
  security: [
17053
17177
  {
@@ -17059,14 +17183,18 @@ export const openstackBackupsUnlink = (options) => {
17059
17183
  type: 'http'
17060
17184
  }
17061
17185
  ],
17062
- url: '/api/openstack-backups/{uuid}/unlink/',
17063
- ...options
17186
+ url: '/api/onboarding-justifications/create_justification/',
17187
+ ...options,
17188
+ headers: {
17189
+ 'Content-Type': 'application/json',
17190
+ ...options.headers
17191
+ }
17064
17192
  });
17065
17193
  };
17066
17194
  /**
17067
17195
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
17068
17196
  */
17069
- export const openstackFlavorsList = (options) => {
17197
+ export const onboardingVerificationsList = (options) => {
17070
17198
  return (options?.client ?? _heyApiClient).get({
17071
17199
  security: [
17072
17200
  {
@@ -17078,14 +17206,14 @@ export const openstackFlavorsList = (options) => {
17078
17206
  type: 'http'
17079
17207
  }
17080
17208
  ],
17081
- url: '/api/openstack-flavors/',
17209
+ url: '/api/onboarding-verifications/',
17082
17210
  ...options
17083
17211
  });
17084
17212
  };
17085
17213
  /**
17086
17214
  * Get number of items in the collection matching the request parameters.
17087
17215
  */
17088
- export const openstackFlavorsCount = (options) => {
17216
+ export const onboardingVerificationsCount = (options) => {
17089
17217
  return (options?.client ?? _heyApiClient).head({
17090
17218
  security: [
17091
17219
  {
@@ -17097,28 +17225,12 @@ export const openstackFlavorsCount = (options) => {
17097
17225
  type: 'http'
17098
17226
  }
17099
17227
  ],
17100
- url: '/api/openstack-flavors/',
17101
- ...options
17102
- });
17103
- };
17104
- export const openstackFlavorsRetrieve = (options) => {
17105
- return (options.client ?? _heyApiClient).get({
17106
- security: [
17107
- {
17108
- name: 'Authorization',
17109
- type: 'apiKey'
17110
- },
17111
- {
17112
- scheme: 'bearer',
17113
- type: 'http'
17114
- }
17115
- ],
17116
- url: '/api/openstack-flavors/{uuid}/',
17228
+ url: '/api/onboarding-verifications/',
17117
17229
  ...options
17118
17230
  });
17119
17231
  };
17120
- export const openstackFlavorsUsageStatsRetrieve = (options) => {
17121
- return (options?.client ?? _heyApiClient).get({
17232
+ export const onboardingVerificationsCreate = (options) => {
17233
+ return (options.client ?? _heyApiClient).post({
17122
17234
  security: [
17123
17235
  {
17124
17236
  name: 'Authorization',
@@ -17129,15 +17241,16 @@ export const openstackFlavorsUsageStatsRetrieve = (options) => {
17129
17241
  type: 'http'
17130
17242
  }
17131
17243
  ],
17132
- url: '/api/openstack-flavors/usage_stats/',
17133
- ...options
17244
+ url: '/api/onboarding-verifications/',
17245
+ ...options,
17246
+ headers: {
17247
+ 'Content-Type': 'application/json',
17248
+ ...options.headers
17249
+ }
17134
17250
  });
17135
17251
  };
17136
- /**
17137
- * Get number of items in the collection matching the request parameters.
17138
- */
17139
- export const openstackFlavorsUsageStatsCount = (options) => {
17140
- return (options?.client ?? _heyApiClient).head({
17252
+ export const onboardingVerificationsDestroy = (options) => {
17253
+ return (options.client ?? _heyApiClient).delete({
17141
17254
  security: [
17142
17255
  {
17143
17256
  name: 'Authorization',
@@ -17148,15 +17261,12 @@ export const openstackFlavorsUsageStatsCount = (options) => {
17148
17261
  type: 'http'
17149
17262
  }
17150
17263
  ],
17151
- url: '/api/openstack-flavors/usage_stats/',
17264
+ url: '/api/onboarding-verifications/{uuid}/',
17152
17265
  ...options
17153
17266
  });
17154
17267
  };
17155
- /**
17156
- * Status *DOWN* means that floating IP is not linked to a VM, status *ACTIVE* means that it is in use.
17157
- */
17158
- export const openstackFloatingIpsList = (options) => {
17159
- return (options?.client ?? _heyApiClient).get({
17268
+ export const onboardingVerificationsRetrieve = (options) => {
17269
+ return (options.client ?? _heyApiClient).get({
17160
17270
  security: [
17161
17271
  {
17162
17272
  name: 'Authorization',
@@ -17167,15 +17277,12 @@ export const openstackFloatingIpsList = (options) => {
17167
17277
  type: 'http'
17168
17278
  }
17169
17279
  ],
17170
- url: '/api/openstack-floating-ips/',
17280
+ url: '/api/onboarding-verifications/{uuid}/',
17171
17281
  ...options
17172
17282
  });
17173
17283
  };
17174
- /**
17175
- * Get number of items in the collection matching the request parameters.
17176
- */
17177
- export const openstackFloatingIpsCount = (options) => {
17178
- return (options?.client ?? _heyApiClient).head({
17284
+ export const onboardingVerificationsPartialUpdate = (options) => {
17285
+ return (options.client ?? _heyApiClient).patch({
17179
17286
  security: [
17180
17287
  {
17181
17288
  name: 'Authorization',
@@ -17186,12 +17293,16 @@ export const openstackFloatingIpsCount = (options) => {
17186
17293
  type: 'http'
17187
17294
  }
17188
17295
  ],
17189
- url: '/api/openstack-floating-ips/',
17190
- ...options
17296
+ url: '/api/onboarding-verifications/{uuid}/',
17297
+ ...options,
17298
+ headers: {
17299
+ 'Content-Type': 'application/json',
17300
+ ...options.headers
17301
+ }
17191
17302
  });
17192
17303
  };
17193
- export const openstackFloatingIpsDestroy = (options) => {
17194
- return (options.client ?? _heyApiClient).delete({
17304
+ export const onboardingVerificationsUpdate = (options) => {
17305
+ return (options.client ?? _heyApiClient).put({
17195
17306
  security: [
17196
17307
  {
17197
17308
  name: 'Authorization',
@@ -17202,12 +17313,19 @@ export const openstackFloatingIpsDestroy = (options) => {
17202
17313
  type: 'http'
17203
17314
  }
17204
17315
  ],
17205
- url: '/api/openstack-floating-ips/{uuid}/',
17206
- ...options
17316
+ url: '/api/onboarding-verifications/{uuid}/',
17317
+ ...options,
17318
+ headers: {
17319
+ 'Content-Type': 'application/json',
17320
+ ...options.headers
17321
+ }
17207
17322
  });
17208
17323
  };
17209
- export const openstackFloatingIpsRetrieve = (options) => {
17210
- return (options.client ?? _heyApiClient).get({
17324
+ /**
17325
+ * Create customer from successful verification.
17326
+ */
17327
+ export const onboardingVerificationsCreateCustomer = (options) => {
17328
+ return (options.client ?? _heyApiClient).post({
17211
17329
  security: [
17212
17330
  {
17213
17331
  name: 'Authorization',
@@ -17218,14 +17336,14 @@ export const openstackFloatingIpsRetrieve = (options) => {
17218
17336
  type: 'http'
17219
17337
  }
17220
17338
  ],
17221
- url: '/api/openstack-floating-ips/{uuid}/',
17339
+ url: '/api/onboarding-verifications/{uuid}/create_customer/',
17222
17340
  ...options
17223
17341
  });
17224
17342
  };
17225
17343
  /**
17226
- * Attach floating IP to port
17344
+ * Start company validation process.
17227
17345
  */
17228
- export const openstackFloatingIpsAttachToPort = (options) => {
17346
+ export const onboardingVerificationsValidateCompany = (options) => {
17229
17347
  return (options.client ?? _heyApiClient).post({
17230
17348
  security: [
17231
17349
  {
@@ -17237,7 +17355,7 @@ export const openstackFloatingIpsAttachToPort = (options) => {
17237
17355
  type: 'http'
17238
17356
  }
17239
17357
  ],
17240
- url: '/api/openstack-floating-ips/{uuid}/attach_to_port/',
17358
+ url: '/api/onboarding-verifications/validate_company/',
17241
17359
  ...options,
17242
17360
  headers: {
17243
17361
  'Content-Type': 'application/json',
@@ -17246,10 +17364,10 @@ export const openstackFloatingIpsAttachToPort = (options) => {
17246
17364
  });
17247
17365
  };
17248
17366
  /**
17249
- * Detach floating IP from port
17367
+ * Return list of supported countries for validation.
17250
17368
  */
17251
- export const openstackFloatingIpsDetachFromPort = (options) => {
17252
- return (options.client ?? _heyApiClient).post({
17369
+ export const onboardingSupportedCountriesRetrieve = (options) => {
17370
+ return (options?.client ?? _heyApiClient).get({
17253
17371
  security: [
17254
17372
  {
17255
17373
  name: 'Authorization',
@@ -17260,12 +17378,15 @@ export const openstackFloatingIpsDetachFromPort = (options) => {
17260
17378
  type: 'http'
17261
17379
  }
17262
17380
  ],
17263
- url: '/api/openstack-floating-ips/{uuid}/detach_from_port/',
17381
+ url: '/api/onboarding/supported-countries/',
17264
17382
  ...options
17265
17383
  });
17266
17384
  };
17267
- export const openstackFloatingIpsPull = (options) => {
17268
- return (options.client ?? _heyApiClient).post({
17385
+ /**
17386
+ * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
17387
+ */
17388
+ export const openstackBackupsList = (options) => {
17389
+ return (options?.client ?? _heyApiClient).get({
17269
17390
  security: [
17270
17391
  {
17271
17392
  name: 'Authorization',
@@ -17276,14 +17397,382 @@ export const openstackFloatingIpsPull = (options) => {
17276
17397
  type: 'http'
17277
17398
  }
17278
17399
  ],
17279
- url: '/api/openstack-floating-ips/{uuid}/pull/',
17400
+ url: '/api/openstack-backups/',
17280
17401
  ...options
17281
17402
  });
17282
17403
  };
17283
17404
  /**
17284
- * Delete resource from the database without scheduling operations on backend
17285
- * and without checking current state of the resource. It is intended to be used
17286
- * for removing resource stuck in transitioning state.
17405
+ * Get number of items in the collection matching the request parameters.
17406
+ */
17407
+ export const openstackBackupsCount = (options) => {
17408
+ return (options?.client ?? _heyApiClient).head({
17409
+ security: [
17410
+ {
17411
+ name: 'Authorization',
17412
+ type: 'apiKey'
17413
+ },
17414
+ {
17415
+ scheme: 'bearer',
17416
+ type: 'http'
17417
+ }
17418
+ ],
17419
+ url: '/api/openstack-backups/',
17420
+ ...options
17421
+ });
17422
+ };
17423
+ export const openstackBackupsDestroy = (options) => {
17424
+ return (options.client ?? _heyApiClient).delete({
17425
+ security: [
17426
+ {
17427
+ name: 'Authorization',
17428
+ type: 'apiKey'
17429
+ },
17430
+ {
17431
+ scheme: 'bearer',
17432
+ type: 'http'
17433
+ }
17434
+ ],
17435
+ url: '/api/openstack-backups/{uuid}/',
17436
+ ...options
17437
+ });
17438
+ };
17439
+ export const openstackBackupsRetrieve = (options) => {
17440
+ return (options.client ?? _heyApiClient).get({
17441
+ security: [
17442
+ {
17443
+ name: 'Authorization',
17444
+ type: 'apiKey'
17445
+ },
17446
+ {
17447
+ scheme: 'bearer',
17448
+ type: 'http'
17449
+ }
17450
+ ],
17451
+ url: '/api/openstack-backups/{uuid}/',
17452
+ ...options
17453
+ });
17454
+ };
17455
+ export const openstackBackupsPartialUpdate = (options) => {
17456
+ return (options.client ?? _heyApiClient).patch({
17457
+ security: [
17458
+ {
17459
+ name: 'Authorization',
17460
+ type: 'apiKey'
17461
+ },
17462
+ {
17463
+ scheme: 'bearer',
17464
+ type: 'http'
17465
+ }
17466
+ ],
17467
+ url: '/api/openstack-backups/{uuid}/',
17468
+ ...options,
17469
+ headers: {
17470
+ 'Content-Type': 'application/json',
17471
+ ...options.headers
17472
+ }
17473
+ });
17474
+ };
17475
+ export const openstackBackupsUpdate = (options) => {
17476
+ return (options.client ?? _heyApiClient).put({
17477
+ security: [
17478
+ {
17479
+ name: 'Authorization',
17480
+ type: 'apiKey'
17481
+ },
17482
+ {
17483
+ scheme: 'bearer',
17484
+ type: 'http'
17485
+ }
17486
+ ],
17487
+ url: '/api/openstack-backups/{uuid}/',
17488
+ ...options,
17489
+ headers: {
17490
+ 'Content-Type': 'application/json',
17491
+ ...options.headers
17492
+ }
17493
+ });
17494
+ };
17495
+ export const openstackBackupsPull = (options) => {
17496
+ return (options.client ?? _heyApiClient).post({
17497
+ security: [
17498
+ {
17499
+ name: 'Authorization',
17500
+ type: 'apiKey'
17501
+ },
17502
+ {
17503
+ scheme: 'bearer',
17504
+ type: 'http'
17505
+ }
17506
+ ],
17507
+ url: '/api/openstack-backups/{uuid}/pull/',
17508
+ ...options
17509
+ });
17510
+ };
17511
+ /**
17512
+ * Restore instance from backup
17513
+ */
17514
+ export const openstackBackupsRestore = (options) => {
17515
+ return (options.client ?? _heyApiClient).post({
17516
+ security: [
17517
+ {
17518
+ name: 'Authorization',
17519
+ type: 'apiKey'
17520
+ },
17521
+ {
17522
+ scheme: 'bearer',
17523
+ type: 'http'
17524
+ }
17525
+ ],
17526
+ url: '/api/openstack-backups/{uuid}/restore/',
17527
+ ...options,
17528
+ headers: {
17529
+ 'Content-Type': 'application/json',
17530
+ ...options.headers
17531
+ }
17532
+ });
17533
+ };
17534
+ /**
17535
+ * Delete resource from the database without scheduling operations on backend
17536
+ * and without checking current state of the resource. It is intended to be used
17537
+ * for removing resource stuck in transitioning state.
17538
+ */
17539
+ export const openstackBackupsUnlink = (options) => {
17540
+ return (options.client ?? _heyApiClient).post({
17541
+ security: [
17542
+ {
17543
+ name: 'Authorization',
17544
+ type: 'apiKey'
17545
+ },
17546
+ {
17547
+ scheme: 'bearer',
17548
+ type: 'http'
17549
+ }
17550
+ ],
17551
+ url: '/api/openstack-backups/{uuid}/unlink/',
17552
+ ...options
17553
+ });
17554
+ };
17555
+ /**
17556
+ * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
17557
+ */
17558
+ export const openstackFlavorsList = (options) => {
17559
+ return (options?.client ?? _heyApiClient).get({
17560
+ security: [
17561
+ {
17562
+ name: 'Authorization',
17563
+ type: 'apiKey'
17564
+ },
17565
+ {
17566
+ scheme: 'bearer',
17567
+ type: 'http'
17568
+ }
17569
+ ],
17570
+ url: '/api/openstack-flavors/',
17571
+ ...options
17572
+ });
17573
+ };
17574
+ /**
17575
+ * Get number of items in the collection matching the request parameters.
17576
+ */
17577
+ export const openstackFlavorsCount = (options) => {
17578
+ return (options?.client ?? _heyApiClient).head({
17579
+ security: [
17580
+ {
17581
+ name: 'Authorization',
17582
+ type: 'apiKey'
17583
+ },
17584
+ {
17585
+ scheme: 'bearer',
17586
+ type: 'http'
17587
+ }
17588
+ ],
17589
+ url: '/api/openstack-flavors/',
17590
+ ...options
17591
+ });
17592
+ };
17593
+ export const openstackFlavorsRetrieve = (options) => {
17594
+ return (options.client ?? _heyApiClient).get({
17595
+ security: [
17596
+ {
17597
+ name: 'Authorization',
17598
+ type: 'apiKey'
17599
+ },
17600
+ {
17601
+ scheme: 'bearer',
17602
+ type: 'http'
17603
+ }
17604
+ ],
17605
+ url: '/api/openstack-flavors/{uuid}/',
17606
+ ...options
17607
+ });
17608
+ };
17609
+ export const openstackFlavorsUsageStatsRetrieve = (options) => {
17610
+ return (options?.client ?? _heyApiClient).get({
17611
+ security: [
17612
+ {
17613
+ name: 'Authorization',
17614
+ type: 'apiKey'
17615
+ },
17616
+ {
17617
+ scheme: 'bearer',
17618
+ type: 'http'
17619
+ }
17620
+ ],
17621
+ url: '/api/openstack-flavors/usage_stats/',
17622
+ ...options
17623
+ });
17624
+ };
17625
+ /**
17626
+ * Get number of items in the collection matching the request parameters.
17627
+ */
17628
+ export const openstackFlavorsUsageStatsCount = (options) => {
17629
+ return (options?.client ?? _heyApiClient).head({
17630
+ security: [
17631
+ {
17632
+ name: 'Authorization',
17633
+ type: 'apiKey'
17634
+ },
17635
+ {
17636
+ scheme: 'bearer',
17637
+ type: 'http'
17638
+ }
17639
+ ],
17640
+ url: '/api/openstack-flavors/usage_stats/',
17641
+ ...options
17642
+ });
17643
+ };
17644
+ /**
17645
+ * Status *DOWN* means that floating IP is not linked to a VM, status *ACTIVE* means that it is in use.
17646
+ */
17647
+ export const openstackFloatingIpsList = (options) => {
17648
+ return (options?.client ?? _heyApiClient).get({
17649
+ security: [
17650
+ {
17651
+ name: 'Authorization',
17652
+ type: 'apiKey'
17653
+ },
17654
+ {
17655
+ scheme: 'bearer',
17656
+ type: 'http'
17657
+ }
17658
+ ],
17659
+ url: '/api/openstack-floating-ips/',
17660
+ ...options
17661
+ });
17662
+ };
17663
+ /**
17664
+ * Get number of items in the collection matching the request parameters.
17665
+ */
17666
+ export const openstackFloatingIpsCount = (options) => {
17667
+ return (options?.client ?? _heyApiClient).head({
17668
+ security: [
17669
+ {
17670
+ name: 'Authorization',
17671
+ type: 'apiKey'
17672
+ },
17673
+ {
17674
+ scheme: 'bearer',
17675
+ type: 'http'
17676
+ }
17677
+ ],
17678
+ url: '/api/openstack-floating-ips/',
17679
+ ...options
17680
+ });
17681
+ };
17682
+ export const openstackFloatingIpsDestroy = (options) => {
17683
+ return (options.client ?? _heyApiClient).delete({
17684
+ security: [
17685
+ {
17686
+ name: 'Authorization',
17687
+ type: 'apiKey'
17688
+ },
17689
+ {
17690
+ scheme: 'bearer',
17691
+ type: 'http'
17692
+ }
17693
+ ],
17694
+ url: '/api/openstack-floating-ips/{uuid}/',
17695
+ ...options
17696
+ });
17697
+ };
17698
+ export const openstackFloatingIpsRetrieve = (options) => {
17699
+ return (options.client ?? _heyApiClient).get({
17700
+ security: [
17701
+ {
17702
+ name: 'Authorization',
17703
+ type: 'apiKey'
17704
+ },
17705
+ {
17706
+ scheme: 'bearer',
17707
+ type: 'http'
17708
+ }
17709
+ ],
17710
+ url: '/api/openstack-floating-ips/{uuid}/',
17711
+ ...options
17712
+ });
17713
+ };
17714
+ /**
17715
+ * Attach floating IP to port
17716
+ */
17717
+ export const openstackFloatingIpsAttachToPort = (options) => {
17718
+ return (options.client ?? _heyApiClient).post({
17719
+ security: [
17720
+ {
17721
+ name: 'Authorization',
17722
+ type: 'apiKey'
17723
+ },
17724
+ {
17725
+ scheme: 'bearer',
17726
+ type: 'http'
17727
+ }
17728
+ ],
17729
+ url: '/api/openstack-floating-ips/{uuid}/attach_to_port/',
17730
+ ...options,
17731
+ headers: {
17732
+ 'Content-Type': 'application/json',
17733
+ ...options.headers
17734
+ }
17735
+ });
17736
+ };
17737
+ /**
17738
+ * Detach floating IP from port
17739
+ */
17740
+ export const openstackFloatingIpsDetachFromPort = (options) => {
17741
+ return (options.client ?? _heyApiClient).post({
17742
+ security: [
17743
+ {
17744
+ name: 'Authorization',
17745
+ type: 'apiKey'
17746
+ },
17747
+ {
17748
+ scheme: 'bearer',
17749
+ type: 'http'
17750
+ }
17751
+ ],
17752
+ url: '/api/openstack-floating-ips/{uuid}/detach_from_port/',
17753
+ ...options
17754
+ });
17755
+ };
17756
+ export const openstackFloatingIpsPull = (options) => {
17757
+ return (options.client ?? _heyApiClient).post({
17758
+ security: [
17759
+ {
17760
+ name: 'Authorization',
17761
+ type: 'apiKey'
17762
+ },
17763
+ {
17764
+ scheme: 'bearer',
17765
+ type: 'http'
17766
+ }
17767
+ ],
17768
+ url: '/api/openstack-floating-ips/{uuid}/pull/',
17769
+ ...options
17770
+ });
17771
+ };
17772
+ /**
17773
+ * Delete resource from the database without scheduling operations on backend
17774
+ * and without checking current state of the resource. It is intended to be used
17775
+ * for removing resource stuck in transitioning state.
17287
17776
  */
17288
17777
  export const openstackFloatingIpsUnlink = (options) => {
17289
17778
  return (options.client ?? _heyApiClient).post({
@@ -18131,6 +18620,48 @@ export const openstackNetworkRbacPoliciesCount = (options) => {
18131
18620
  ...options
18132
18621
  });
18133
18622
  };
18623
+ /**
18624
+ * Create RBAC policy for the network
18625
+ */
18626
+ export const openstackNetworkRbacPoliciesCreate = (options) => {
18627
+ return (options.client ?? _heyApiClient).post({
18628
+ security: [
18629
+ {
18630
+ name: 'Authorization',
18631
+ type: 'apiKey'
18632
+ },
18633
+ {
18634
+ scheme: 'bearer',
18635
+ type: 'http'
18636
+ }
18637
+ ],
18638
+ url: '/api/openstack-network-rbac-policies/',
18639
+ ...options,
18640
+ headers: {
18641
+ 'Content-Type': 'application/json',
18642
+ ...options.headers
18643
+ }
18644
+ });
18645
+ };
18646
+ /**
18647
+ * Delete RBAC policy for the network
18648
+ */
18649
+ export const openstackNetworkRbacPoliciesDestroy = (options) => {
18650
+ return (options.client ?? _heyApiClient).delete({
18651
+ security: [
18652
+ {
18653
+ name: 'Authorization',
18654
+ type: 'apiKey'
18655
+ },
18656
+ {
18657
+ scheme: 'bearer',
18658
+ type: 'http'
18659
+ }
18660
+ ],
18661
+ url: '/api/openstack-network-rbac-policies/{uuid}/',
18662
+ ...options
18663
+ });
18664
+ };
18134
18665
  export const openstackNetworkRbacPoliciesRetrieve = (options) => {
18135
18666
  return (options.client ?? _heyApiClient).get({
18136
18667
  security: [
@@ -18147,6 +18678,46 @@ export const openstackNetworkRbacPoliciesRetrieve = (options) => {
18147
18678
  ...options
18148
18679
  });
18149
18680
  };
18681
+ export const openstackNetworkRbacPoliciesPartialUpdate = (options) => {
18682
+ return (options.client ?? _heyApiClient).patch({
18683
+ security: [
18684
+ {
18685
+ name: 'Authorization',
18686
+ type: 'apiKey'
18687
+ },
18688
+ {
18689
+ scheme: 'bearer',
18690
+ type: 'http'
18691
+ }
18692
+ ],
18693
+ url: '/api/openstack-network-rbac-policies/{uuid}/',
18694
+ ...options,
18695
+ headers: {
18696
+ 'Content-Type': 'application/json',
18697
+ ...options.headers
18698
+ }
18699
+ });
18700
+ };
18701
+ export const openstackNetworkRbacPoliciesUpdate = (options) => {
18702
+ return (options.client ?? _heyApiClient).put({
18703
+ security: [
18704
+ {
18705
+ name: 'Authorization',
18706
+ type: 'apiKey'
18707
+ },
18708
+ {
18709
+ scheme: 'bearer',
18710
+ type: 'http'
18711
+ }
18712
+ ],
18713
+ url: '/api/openstack-network-rbac-policies/{uuid}/',
18714
+ ...options,
18715
+ headers: {
18716
+ 'Content-Type': 'application/json',
18717
+ ...options.headers
18718
+ }
18719
+ });
18720
+ };
18150
18721
  /**
18151
18722
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
18152
18723
  */
@@ -21459,6 +22030,44 @@ export const projectsUpdateUser = (options) => {
21459
22030
  }
21460
22031
  });
21461
22032
  };
22033
+ /**
22034
+ * Get checklist template for creating new objects.
22035
+ */
22036
+ export const projectsChecklistTemplateRetrieve = (options) => {
22037
+ return (options?.client ?? _heyApiClient).get({
22038
+ security: [
22039
+ {
22040
+ name: 'Authorization',
22041
+ type: 'apiKey'
22042
+ },
22043
+ {
22044
+ scheme: 'bearer',
22045
+ type: 'http'
22046
+ }
22047
+ ],
22048
+ url: '/api/projects/checklist-template/',
22049
+ ...options
22050
+ });
22051
+ };
22052
+ /**
22053
+ * Get number of items in the collection matching the request parameters.
22054
+ */
22055
+ export const projectsChecklistTemplateCount = (options) => {
22056
+ return (options?.client ?? _heyApiClient).head({
22057
+ security: [
22058
+ {
22059
+ name: 'Authorization',
22060
+ type: 'apiKey'
22061
+ },
22062
+ {
22063
+ scheme: 'bearer',
22064
+ type: 'http'
22065
+ }
22066
+ ],
22067
+ url: '/api/projects/checklist-template/',
22068
+ ...options
22069
+ });
22070
+ };
21462
22071
  /**
21463
22072
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
21464
22073
  */
@@ -22135,6 +22744,44 @@ export const proposalProposalsUpdateUser = (options) => {
22135
22744
  }
22136
22745
  });
22137
22746
  };
22747
+ /**
22748
+ * Get checklist template for creating new objects.
22749
+ */
22750
+ export const proposalProposalsChecklistTemplateRetrieve = (options) => {
22751
+ return (options?.client ?? _heyApiClient).get({
22752
+ security: [
22753
+ {
22754
+ name: 'Authorization',
22755
+ type: 'apiKey'
22756
+ },
22757
+ {
22758
+ scheme: 'bearer',
22759
+ type: 'http'
22760
+ }
22761
+ ],
22762
+ url: '/api/proposal-proposals/checklist-template/',
22763
+ ...options
22764
+ });
22765
+ };
22766
+ /**
22767
+ * Get number of items in the collection matching the request parameters.
22768
+ */
22769
+ export const proposalProposalsChecklistTemplateCount = (options) => {
22770
+ return (options?.client ?? _heyApiClient).head({
22771
+ security: [
22772
+ {
22773
+ name: 'Authorization',
22774
+ type: 'apiKey'
22775
+ },
22776
+ {
22777
+ scheme: 'bearer',
22778
+ type: 'http'
22779
+ }
22780
+ ],
22781
+ url: '/api/proposal-proposals/checklist-template/',
22782
+ ...options
22783
+ });
22784
+ };
22138
22785
  /**
22139
22786
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
22140
22787
  */