waldur-js-client 7.7.5-dev.3 → 7.7.5-dev.5

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
@@ -3961,58 +3961,6 @@ export const customersCreate = (options) => {
3961
3961
  }
3962
3962
  });
3963
3963
  };
3964
- export const marketplaceChecklistsCustomerRetrieve = (options) => {
3965
- return (options.client ?? _heyApiClient).get({
3966
- security: [
3967
- {
3968
- name: 'Authorization',
3969
- type: 'apiKey'
3970
- },
3971
- {
3972
- scheme: 'bearer',
3973
- type: 'http'
3974
- }
3975
- ],
3976
- url: '/api/customers/{customer_uuid}/marketplace-checklists/',
3977
- ...options
3978
- });
3979
- };
3980
- export const marketplaceChecklistsCustomerUpdate = (options) => {
3981
- return (options.client ?? _heyApiClient).post({
3982
- security: [
3983
- {
3984
- name: 'Authorization',
3985
- type: 'apiKey'
3986
- },
3987
- {
3988
- scheme: 'bearer',
3989
- type: 'http'
3990
- }
3991
- ],
3992
- url: '/api/customers/{customer_uuid}/marketplace-checklists/',
3993
- ...options,
3994
- headers: {
3995
- 'Content-Type': 'application/json',
3996
- ...options.headers
3997
- }
3998
- });
3999
- };
4000
- export const marketplaceChecklistsCustomerStats = (options) => {
4001
- return (options.client ?? _heyApiClient).get({
4002
- security: [
4003
- {
4004
- name: 'Authorization',
4005
- type: 'apiKey'
4006
- },
4007
- {
4008
- scheme: 'bearer',
4009
- type: 'http'
4010
- }
4011
- ],
4012
- url: '/api/customers/{customer_uuid}/marketplace-checklists/{checklist_uuid}/',
4013
- ...options
4014
- });
4015
- };
4016
3964
  /**
4017
3965
  * If a customer has connected projects, deletion request will fail with 409 response code.
4018
3966
  */
@@ -6937,26 +6885,10 @@ export const lexisLinksUpdate = (options) => {
6937
6885
  }
6938
6886
  });
6939
6887
  };
6940
- export const marketplaceBookingsList = (options) => {
6941
- return (options.client ?? _heyApiClient).get({
6942
- security: [
6943
- {
6944
- name: 'Authorization',
6945
- type: 'apiKey'
6946
- },
6947
- {
6948
- scheme: 'bearer',
6949
- type: 'http'
6950
- }
6951
- ],
6952
- url: '/api/marketplace-bookings/{uuid}/',
6953
- ...options
6954
- });
6955
- };
6956
6888
  /**
6957
6889
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
6958
6890
  */
6959
- export const marketplaceCategoriesList = (options) => {
6891
+ export const maintenanceAnnouncementOfferingsList = (options) => {
6960
6892
  return (options?.client ?? _heyApiClient).get({
6961
6893
  security: [
6962
6894
  {
@@ -6968,14 +6900,14 @@ export const marketplaceCategoriesList = (options) => {
6968
6900
  type: 'http'
6969
6901
  }
6970
6902
  ],
6971
- url: '/api/marketplace-categories/',
6903
+ url: '/api/maintenance-announcement-offerings/',
6972
6904
  ...options
6973
6905
  });
6974
6906
  };
6975
6907
  /**
6976
6908
  * Get number of items in the collection matching the request parameters.
6977
6909
  */
6978
- export const marketplaceCategoriesHead = (options) => {
6910
+ export const maintenanceAnnouncementOfferingsHead = (options) => {
6979
6911
  return (options?.client ?? _heyApiClient).head({
6980
6912
  security: [
6981
6913
  {
@@ -6987,11 +6919,11 @@ export const marketplaceCategoriesHead = (options) => {
6987
6919
  type: 'http'
6988
6920
  }
6989
6921
  ],
6990
- url: '/api/marketplace-categories/',
6922
+ url: '/api/maintenance-announcement-offerings/',
6991
6923
  ...options
6992
6924
  });
6993
6925
  };
6994
- export const marketplaceCategoriesCreate = (options) => {
6926
+ export const maintenanceAnnouncementOfferingsCreate = (options) => {
6995
6927
  return (options.client ?? _heyApiClient).post({
6996
6928
  security: [
6997
6929
  {
@@ -7003,7 +6935,7 @@ export const marketplaceCategoriesCreate = (options) => {
7003
6935
  type: 'http'
7004
6936
  }
7005
6937
  ],
7006
- url: '/api/marketplace-categories/',
6938
+ url: '/api/maintenance-announcement-offerings/',
7007
6939
  ...options,
7008
6940
  headers: {
7009
6941
  'Content-Type': 'application/json',
@@ -7011,7 +6943,7 @@ export const marketplaceCategoriesCreate = (options) => {
7011
6943
  }
7012
6944
  });
7013
6945
  };
7014
- export const marketplaceCategoriesDestroy = (options) => {
6946
+ export const maintenanceAnnouncementOfferingsDestroy = (options) => {
7015
6947
  return (options.client ?? _heyApiClient).delete({
7016
6948
  security: [
7017
6949
  {
@@ -7023,11 +6955,11 @@ export const marketplaceCategoriesDestroy = (options) => {
7023
6955
  type: 'http'
7024
6956
  }
7025
6957
  ],
7026
- url: '/api/marketplace-categories/{uuid}/',
6958
+ url: '/api/maintenance-announcement-offerings/{uuid}/',
7027
6959
  ...options
7028
6960
  });
7029
6961
  };
7030
- export const marketplaceCategoriesRetrieve = (options) => {
6962
+ export const maintenanceAnnouncementOfferingsRetrieve = (options) => {
7031
6963
  return (options.client ?? _heyApiClient).get({
7032
6964
  security: [
7033
6965
  {
@@ -7039,11 +6971,11 @@ export const marketplaceCategoriesRetrieve = (options) => {
7039
6971
  type: 'http'
7040
6972
  }
7041
6973
  ],
7042
- url: '/api/marketplace-categories/{uuid}/',
6974
+ url: '/api/maintenance-announcement-offerings/{uuid}/',
7043
6975
  ...options
7044
6976
  });
7045
6977
  };
7046
- export const marketplaceCategoriesPartialUpdate = (options) => {
6978
+ export const maintenanceAnnouncementOfferingsPartialUpdate = (options) => {
7047
6979
  return (options.client ?? _heyApiClient).patch({
7048
6980
  security: [
7049
6981
  {
@@ -7055,7 +6987,7 @@ export const marketplaceCategoriesPartialUpdate = (options) => {
7055
6987
  type: 'http'
7056
6988
  }
7057
6989
  ],
7058
- url: '/api/marketplace-categories/{uuid}/',
6990
+ url: '/api/maintenance-announcement-offerings/{uuid}/',
7059
6991
  ...options,
7060
6992
  headers: {
7061
6993
  'Content-Type': 'application/json',
@@ -7063,7 +6995,7 @@ export const marketplaceCategoriesPartialUpdate = (options) => {
7063
6995
  }
7064
6996
  });
7065
6997
  };
7066
- export const marketplaceCategoriesUpdate = (options) => {
6998
+ export const maintenanceAnnouncementOfferingsUpdate = (options) => {
7067
6999
  return (options.client ?? _heyApiClient).put({
7068
7000
  security: [
7069
7001
  {
@@ -7075,7 +7007,7 @@ export const marketplaceCategoriesUpdate = (options) => {
7075
7007
  type: 'http'
7076
7008
  }
7077
7009
  ],
7078
- url: '/api/marketplace-categories/{uuid}/',
7010
+ url: '/api/maintenance-announcement-offerings/{uuid}/',
7079
7011
  ...options,
7080
7012
  headers: {
7081
7013
  'Content-Type': 'application/json',
@@ -7086,7 +7018,7 @@ export const marketplaceCategoriesUpdate = (options) => {
7086
7018
  /**
7087
7019
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
7088
7020
  */
7089
- export const marketplaceCategoryColumnsList = (options) => {
7021
+ export const maintenanceAnnouncementTemplateOfferingsList = (options) => {
7090
7022
  return (options?.client ?? _heyApiClient).get({
7091
7023
  security: [
7092
7024
  {
@@ -7098,14 +7030,14 @@ export const marketplaceCategoryColumnsList = (options) => {
7098
7030
  type: 'http'
7099
7031
  }
7100
7032
  ],
7101
- url: '/api/marketplace-category-columns/',
7033
+ url: '/api/maintenance-announcement-template-offerings/',
7102
7034
  ...options
7103
7035
  });
7104
7036
  };
7105
7037
  /**
7106
7038
  * Get number of items in the collection matching the request parameters.
7107
7039
  */
7108
- export const marketplaceCategoryColumnsHead = (options) => {
7040
+ export const maintenanceAnnouncementTemplateOfferingsHead = (options) => {
7109
7041
  return (options?.client ?? _heyApiClient).head({
7110
7042
  security: [
7111
7043
  {
@@ -7117,11 +7049,11 @@ export const marketplaceCategoryColumnsHead = (options) => {
7117
7049
  type: 'http'
7118
7050
  }
7119
7051
  ],
7120
- url: '/api/marketplace-category-columns/',
7052
+ url: '/api/maintenance-announcement-template-offerings/',
7121
7053
  ...options
7122
7054
  });
7123
7055
  };
7124
- export const marketplaceCategoryColumnsCreate = (options) => {
7056
+ export const maintenanceAnnouncementTemplateOfferingsCreate = (options) => {
7125
7057
  return (options.client ?? _heyApiClient).post({
7126
7058
  security: [
7127
7059
  {
@@ -7133,7 +7065,7 @@ export const marketplaceCategoryColumnsCreate = (options) => {
7133
7065
  type: 'http'
7134
7066
  }
7135
7067
  ],
7136
- url: '/api/marketplace-category-columns/',
7068
+ url: '/api/maintenance-announcement-template-offerings/',
7137
7069
  ...options,
7138
7070
  headers: {
7139
7071
  'Content-Type': 'application/json',
@@ -7141,7 +7073,7 @@ export const marketplaceCategoryColumnsCreate = (options) => {
7141
7073
  }
7142
7074
  });
7143
7075
  };
7144
- export const marketplaceCategoryColumnsDestroy = (options) => {
7076
+ export const maintenanceAnnouncementTemplateOfferingsDestroy = (options) => {
7145
7077
  return (options.client ?? _heyApiClient).delete({
7146
7078
  security: [
7147
7079
  {
@@ -7153,11 +7085,11 @@ export const marketplaceCategoryColumnsDestroy = (options) => {
7153
7085
  type: 'http'
7154
7086
  }
7155
7087
  ],
7156
- url: '/api/marketplace-category-columns/{uuid}/',
7088
+ url: '/api/maintenance-announcement-template-offerings/{uuid}/',
7157
7089
  ...options
7158
7090
  });
7159
7091
  };
7160
- export const marketplaceCategoryColumnsRetrieve = (options) => {
7092
+ export const maintenanceAnnouncementTemplateOfferingsRetrieve = (options) => {
7161
7093
  return (options.client ?? _heyApiClient).get({
7162
7094
  security: [
7163
7095
  {
@@ -7169,11 +7101,11 @@ export const marketplaceCategoryColumnsRetrieve = (options) => {
7169
7101
  type: 'http'
7170
7102
  }
7171
7103
  ],
7172
- url: '/api/marketplace-category-columns/{uuid}/',
7104
+ url: '/api/maintenance-announcement-template-offerings/{uuid}/',
7173
7105
  ...options
7174
7106
  });
7175
7107
  };
7176
- export const marketplaceCategoryColumnsPartialUpdate = (options) => {
7108
+ export const maintenanceAnnouncementTemplateOfferingsPartialUpdate = (options) => {
7177
7109
  return (options.client ?? _heyApiClient).patch({
7178
7110
  security: [
7179
7111
  {
@@ -7185,7 +7117,7 @@ export const marketplaceCategoryColumnsPartialUpdate = (options) => {
7185
7117
  type: 'http'
7186
7118
  }
7187
7119
  ],
7188
- url: '/api/marketplace-category-columns/{uuid}/',
7120
+ url: '/api/maintenance-announcement-template-offerings/{uuid}/',
7189
7121
  ...options,
7190
7122
  headers: {
7191
7123
  'Content-Type': 'application/json',
@@ -7193,7 +7125,7 @@ export const marketplaceCategoryColumnsPartialUpdate = (options) => {
7193
7125
  }
7194
7126
  });
7195
7127
  };
7196
- export const marketplaceCategoryColumnsUpdate = (options) => {
7128
+ export const maintenanceAnnouncementTemplateOfferingsUpdate = (options) => {
7197
7129
  return (options.client ?? _heyApiClient).put({
7198
7130
  security: [
7199
7131
  {
@@ -7205,7 +7137,7 @@ export const marketplaceCategoryColumnsUpdate = (options) => {
7205
7137
  type: 'http'
7206
7138
  }
7207
7139
  ],
7208
- url: '/api/marketplace-category-columns/{uuid}/',
7140
+ url: '/api/maintenance-announcement-template-offerings/{uuid}/',
7209
7141
  ...options,
7210
7142
  headers: {
7211
7143
  'Content-Type': 'application/json',
@@ -7216,7 +7148,7 @@ export const marketplaceCategoryColumnsUpdate = (options) => {
7216
7148
  /**
7217
7149
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
7218
7150
  */
7219
- export const marketplaceCategoryComponentUsagesList = (options) => {
7151
+ export const maintenanceAnnouncementsList = (options) => {
7220
7152
  return (options?.client ?? _heyApiClient).get({
7221
7153
  security: [
7222
7154
  {
@@ -7228,14 +7160,14 @@ export const marketplaceCategoryComponentUsagesList = (options) => {
7228
7160
  type: 'http'
7229
7161
  }
7230
7162
  ],
7231
- url: '/api/marketplace-category-component-usages/',
7163
+ url: '/api/maintenance-announcements/',
7232
7164
  ...options
7233
7165
  });
7234
7166
  };
7235
7167
  /**
7236
7168
  * Get number of items in the collection matching the request parameters.
7237
7169
  */
7238
- export const marketplaceCategoryComponentUsagesHead = (options) => {
7170
+ export const maintenanceAnnouncementsHead = (options) => {
7239
7171
  return (options?.client ?? _heyApiClient).head({
7240
7172
  security: [
7241
7173
  {
@@ -7247,12 +7179,12 @@ export const marketplaceCategoryComponentUsagesHead = (options) => {
7247
7179
  type: 'http'
7248
7180
  }
7249
7181
  ],
7250
- url: '/api/marketplace-category-component-usages/',
7182
+ url: '/api/maintenance-announcements/',
7251
7183
  ...options
7252
7184
  });
7253
7185
  };
7254
- export const marketplaceCategoryComponentUsagesRetrieve = (options) => {
7255
- return (options.client ?? _heyApiClient).get({
7186
+ export const maintenanceAnnouncementsCreate = (options) => {
7187
+ return (options.client ?? _heyApiClient).post({
7256
7188
  security: [
7257
7189
  {
7258
7190
  name: 'Authorization',
@@ -7263,14 +7195,18 @@ export const marketplaceCategoryComponentUsagesRetrieve = (options) => {
7263
7195
  type: 'http'
7264
7196
  }
7265
7197
  ],
7266
- url: '/api/marketplace-category-component-usages/{id}/',
7267
- ...options
7198
+ url: '/api/maintenance-announcements/',
7199
+ ...options,
7200
+ headers: {
7201
+ 'Content-Type': 'application/json',
7202
+ ...options.headers
7203
+ }
7268
7204
  });
7269
7205
  };
7270
7206
  /**
7271
7207
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
7272
7208
  */
7273
- export const marketplaceCategoryComponentsList = (options) => {
7209
+ export const maintenanceAnnouncementsTemplateList = (options) => {
7274
7210
  return (options?.client ?? _heyApiClient).get({
7275
7211
  security: [
7276
7212
  {
@@ -7282,14 +7218,14 @@ export const marketplaceCategoryComponentsList = (options) => {
7282
7218
  type: 'http'
7283
7219
  }
7284
7220
  ],
7285
- url: '/api/marketplace-category-components/',
7221
+ url: '/api/maintenance-announcements-template/',
7286
7222
  ...options
7287
7223
  });
7288
7224
  };
7289
7225
  /**
7290
7226
  * Get number of items in the collection matching the request parameters.
7291
7227
  */
7292
- export const marketplaceCategoryComponentsHead = (options) => {
7228
+ export const maintenanceAnnouncementsTemplateHead = (options) => {
7293
7229
  return (options?.client ?? _heyApiClient).head({
7294
7230
  security: [
7295
7231
  {
@@ -7301,11 +7237,11 @@ export const marketplaceCategoryComponentsHead = (options) => {
7301
7237
  type: 'http'
7302
7238
  }
7303
7239
  ],
7304
- url: '/api/marketplace-category-components/',
7240
+ url: '/api/maintenance-announcements-template/',
7305
7241
  ...options
7306
7242
  });
7307
7243
  };
7308
- export const marketplaceCategoryComponentsCreate = (options) => {
7244
+ export const maintenanceAnnouncementsTemplateCreate = (options) => {
7309
7245
  return (options.client ?? _heyApiClient).post({
7310
7246
  security: [
7311
7247
  {
@@ -7317,7 +7253,7 @@ export const marketplaceCategoryComponentsCreate = (options) => {
7317
7253
  type: 'http'
7318
7254
  }
7319
7255
  ],
7320
- url: '/api/marketplace-category-components/',
7256
+ url: '/api/maintenance-announcements-template/',
7321
7257
  ...options,
7322
7258
  headers: {
7323
7259
  'Content-Type': 'application/json',
@@ -7325,7 +7261,7 @@ export const marketplaceCategoryComponentsCreate = (options) => {
7325
7261
  }
7326
7262
  });
7327
7263
  };
7328
- export const marketplaceCategoryComponentsDestroy = (options) => {
7264
+ export const maintenanceAnnouncementsTemplateDestroy = (options) => {
7329
7265
  return (options.client ?? _heyApiClient).delete({
7330
7266
  security: [
7331
7267
  {
@@ -7337,11 +7273,11 @@ export const marketplaceCategoryComponentsDestroy = (options) => {
7337
7273
  type: 'http'
7338
7274
  }
7339
7275
  ],
7340
- url: '/api/marketplace-category-components/{id}/',
7276
+ url: '/api/maintenance-announcements-template/{uuid}/',
7341
7277
  ...options
7342
7278
  });
7343
7279
  };
7344
- export const marketplaceCategoryComponentsRetrieve = (options) => {
7280
+ export const maintenanceAnnouncementsTemplateRetrieve = (options) => {
7345
7281
  return (options.client ?? _heyApiClient).get({
7346
7282
  security: [
7347
7283
  {
@@ -7353,11 +7289,11 @@ export const marketplaceCategoryComponentsRetrieve = (options) => {
7353
7289
  type: 'http'
7354
7290
  }
7355
7291
  ],
7356
- url: '/api/marketplace-category-components/{id}/',
7292
+ url: '/api/maintenance-announcements-template/{uuid}/',
7357
7293
  ...options
7358
7294
  });
7359
7295
  };
7360
- export const marketplaceCategoryComponentsPartialUpdate = (options) => {
7296
+ export const maintenanceAnnouncementsTemplatePartialUpdate = (options) => {
7361
7297
  return (options.client ?? _heyApiClient).patch({
7362
7298
  security: [
7363
7299
  {
@@ -7369,7 +7305,7 @@ export const marketplaceCategoryComponentsPartialUpdate = (options) => {
7369
7305
  type: 'http'
7370
7306
  }
7371
7307
  ],
7372
- url: '/api/marketplace-category-components/{id}/',
7308
+ url: '/api/maintenance-announcements-template/{uuid}/',
7373
7309
  ...options,
7374
7310
  headers: {
7375
7311
  'Content-Type': 'application/json',
@@ -7377,7 +7313,7 @@ export const marketplaceCategoryComponentsPartialUpdate = (options) => {
7377
7313
  }
7378
7314
  });
7379
7315
  };
7380
- export const marketplaceCategoryComponentsUpdate = (options) => {
7316
+ export const maintenanceAnnouncementsTemplateUpdate = (options) => {
7381
7317
  return (options.client ?? _heyApiClient).put({
7382
7318
  security: [
7383
7319
  {
@@ -7389,7 +7325,7 @@ export const marketplaceCategoryComponentsUpdate = (options) => {
7389
7325
  type: 'http'
7390
7326
  }
7391
7327
  ],
7392
- url: '/api/marketplace-category-components/{id}/',
7328
+ url: '/api/maintenance-announcements-template/{uuid}/',
7393
7329
  ...options,
7394
7330
  headers: {
7395
7331
  'Content-Type': 'application/json',
@@ -7397,11 +7333,8 @@ export const marketplaceCategoryComponentsUpdate = (options) => {
7397
7333
  }
7398
7334
  });
7399
7335
  };
7400
- /**
7401
- * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
7402
- */
7403
- export const marketplaceCategoryGroupsList = (options) => {
7404
- return (options?.client ?? _heyApiClient).get({
7336
+ export const maintenanceAnnouncementsDestroy = (options) => {
7337
+ return (options.client ?? _heyApiClient).delete({
7405
7338
  security: [
7406
7339
  {
7407
7340
  name: 'Authorization',
@@ -7412,15 +7345,12 @@ export const marketplaceCategoryGroupsList = (options) => {
7412
7345
  type: 'http'
7413
7346
  }
7414
7347
  ],
7415
- url: '/api/marketplace-category-groups/',
7348
+ url: '/api/maintenance-announcements/{uuid}/',
7416
7349
  ...options
7417
7350
  });
7418
7351
  };
7419
- /**
7420
- * Get number of items in the collection matching the request parameters.
7421
- */
7422
- export const marketplaceCategoryGroupsHead = (options) => {
7423
- return (options?.client ?? _heyApiClient).head({
7352
+ export const maintenanceAnnouncementsRetrieve = (options) => {
7353
+ return (options.client ?? _heyApiClient).get({
7424
7354
  security: [
7425
7355
  {
7426
7356
  name: 'Authorization',
@@ -7431,12 +7361,12 @@ export const marketplaceCategoryGroupsHead = (options) => {
7431
7361
  type: 'http'
7432
7362
  }
7433
7363
  ],
7434
- url: '/api/marketplace-category-groups/',
7364
+ url: '/api/maintenance-announcements/{uuid}/',
7435
7365
  ...options
7436
7366
  });
7437
7367
  };
7438
- export const marketplaceCategoryGroupsCreate = (options) => {
7439
- return (options.client ?? _heyApiClient).post({
7368
+ export const maintenanceAnnouncementsPartialUpdate = (options) => {
7369
+ return (options.client ?? _heyApiClient).patch({
7440
7370
  security: [
7441
7371
  {
7442
7372
  name: 'Authorization',
@@ -7447,7 +7377,7 @@ export const marketplaceCategoryGroupsCreate = (options) => {
7447
7377
  type: 'http'
7448
7378
  }
7449
7379
  ],
7450
- url: '/api/marketplace-category-groups/',
7380
+ url: '/api/maintenance-announcements/{uuid}/',
7451
7381
  ...options,
7452
7382
  headers: {
7453
7383
  'Content-Type': 'application/json',
@@ -7455,40 +7385,8 @@ export const marketplaceCategoryGroupsCreate = (options) => {
7455
7385
  }
7456
7386
  });
7457
7387
  };
7458
- export const marketplaceCategoryGroupsDestroy = (options) => {
7459
- return (options.client ?? _heyApiClient).delete({
7460
- security: [
7461
- {
7462
- name: 'Authorization',
7463
- type: 'apiKey'
7464
- },
7465
- {
7466
- scheme: 'bearer',
7467
- type: 'http'
7468
- }
7469
- ],
7470
- url: '/api/marketplace-category-groups/{uuid}/',
7471
- ...options
7472
- });
7473
- };
7474
- export const marketplaceCategoryGroupsRetrieve = (options) => {
7475
- return (options.client ?? _heyApiClient).get({
7476
- security: [
7477
- {
7478
- name: 'Authorization',
7479
- type: 'apiKey'
7480
- },
7481
- {
7482
- scheme: 'bearer',
7483
- type: 'http'
7484
- }
7485
- ],
7486
- url: '/api/marketplace-category-groups/{uuid}/',
7487
- ...options
7488
- });
7489
- };
7490
- export const marketplaceCategoryGroupsPartialUpdate = (options) => {
7491
- return (options.client ?? _heyApiClient).patch({
7388
+ export const maintenanceAnnouncementsUpdate = (options) => {
7389
+ return (options.client ?? _heyApiClient).put({
7492
7390
  security: [
7493
7391
  {
7494
7392
  name: 'Authorization',
@@ -7499,7 +7397,7 @@ export const marketplaceCategoryGroupsPartialUpdate = (options) => {
7499
7397
  type: 'http'
7500
7398
  }
7501
7399
  ],
7502
- url: '/api/marketplace-category-groups/{uuid}/',
7400
+ url: '/api/maintenance-announcements/{uuid}/',
7503
7401
  ...options,
7504
7402
  headers: {
7505
7403
  'Content-Type': 'application/json',
@@ -7507,8 +7405,8 @@ export const marketplaceCategoryGroupsPartialUpdate = (options) => {
7507
7405
  }
7508
7406
  });
7509
7407
  };
7510
- export const marketplaceCategoryGroupsUpdate = (options) => {
7511
- return (options.client ?? _heyApiClient).put({
7408
+ export const marketplaceBookingsList = (options) => {
7409
+ return (options.client ?? _heyApiClient).get({
7512
7410
  security: [
7513
7411
  {
7514
7412
  name: 'Authorization',
@@ -7519,18 +7417,14 @@ export const marketplaceCategoryGroupsUpdate = (options) => {
7519
7417
  type: 'http'
7520
7418
  }
7521
7419
  ],
7522
- url: '/api/marketplace-category-groups/{uuid}/',
7523
- ...options,
7524
- headers: {
7525
- 'Content-Type': 'application/json',
7526
- ...options.headers
7527
- }
7420
+ url: '/api/marketplace-bookings/{uuid}/',
7421
+ ...options
7528
7422
  });
7529
7423
  };
7530
7424
  /**
7531
7425
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
7532
7426
  */
7533
- export const marketplaceCategoryHelpArticlesList = (options) => {
7427
+ export const marketplaceCategoriesList = (options) => {
7534
7428
  return (options?.client ?? _heyApiClient).get({
7535
7429
  security: [
7536
7430
  {
@@ -7542,14 +7436,14 @@ export const marketplaceCategoryHelpArticlesList = (options) => {
7542
7436
  type: 'http'
7543
7437
  }
7544
7438
  ],
7545
- url: '/api/marketplace-category-help-articles/',
7439
+ url: '/api/marketplace-categories/',
7546
7440
  ...options
7547
7441
  });
7548
7442
  };
7549
7443
  /**
7550
7444
  * Get number of items in the collection matching the request parameters.
7551
7445
  */
7552
- export const marketplaceCategoryHelpArticlesHead = (options) => {
7446
+ export const marketplaceCategoriesHead = (options) => {
7553
7447
  return (options?.client ?? _heyApiClient).head({
7554
7448
  security: [
7555
7449
  {
@@ -7561,11 +7455,11 @@ export const marketplaceCategoryHelpArticlesHead = (options) => {
7561
7455
  type: 'http'
7562
7456
  }
7563
7457
  ],
7564
- url: '/api/marketplace-category-help-articles/',
7458
+ url: '/api/marketplace-categories/',
7565
7459
  ...options
7566
7460
  });
7567
7461
  };
7568
- export const marketplaceCategoryHelpArticlesCreate = (options) => {
7462
+ export const marketplaceCategoriesCreate = (options) => {
7569
7463
  return (options.client ?? _heyApiClient).post({
7570
7464
  security: [
7571
7465
  {
@@ -7577,7 +7471,7 @@ export const marketplaceCategoryHelpArticlesCreate = (options) => {
7577
7471
  type: 'http'
7578
7472
  }
7579
7473
  ],
7580
- url: '/api/marketplace-category-help-articles/',
7474
+ url: '/api/marketplace-categories/',
7581
7475
  ...options,
7582
7476
  headers: {
7583
7477
  'Content-Type': 'application/json',
@@ -7585,7 +7479,7 @@ export const marketplaceCategoryHelpArticlesCreate = (options) => {
7585
7479
  }
7586
7480
  });
7587
7481
  };
7588
- export const marketplaceCategoryHelpArticlesDestroy = (options) => {
7482
+ export const marketplaceCategoriesDestroy = (options) => {
7589
7483
  return (options.client ?? _heyApiClient).delete({
7590
7484
  security: [
7591
7485
  {
@@ -7597,11 +7491,11 @@ export const marketplaceCategoryHelpArticlesDestroy = (options) => {
7597
7491
  type: 'http'
7598
7492
  }
7599
7493
  ],
7600
- url: '/api/marketplace-category-help-articles/{id}/',
7494
+ url: '/api/marketplace-categories/{uuid}/',
7601
7495
  ...options
7602
7496
  });
7603
7497
  };
7604
- export const marketplaceCategoryHelpArticlesRetrieve = (options) => {
7498
+ export const marketplaceCategoriesRetrieve = (options) => {
7605
7499
  return (options.client ?? _heyApiClient).get({
7606
7500
  security: [
7607
7501
  {
@@ -7613,11 +7507,11 @@ export const marketplaceCategoryHelpArticlesRetrieve = (options) => {
7613
7507
  type: 'http'
7614
7508
  }
7615
7509
  ],
7616
- url: '/api/marketplace-category-help-articles/{id}/',
7510
+ url: '/api/marketplace-categories/{uuid}/',
7617
7511
  ...options
7618
7512
  });
7619
7513
  };
7620
- export const marketplaceCategoryHelpArticlesPartialUpdate = (options) => {
7514
+ export const marketplaceCategoriesPartialUpdate = (options) => {
7621
7515
  return (options.client ?? _heyApiClient).patch({
7622
7516
  security: [
7623
7517
  {
@@ -7629,7 +7523,7 @@ export const marketplaceCategoryHelpArticlesPartialUpdate = (options) => {
7629
7523
  type: 'http'
7630
7524
  }
7631
7525
  ],
7632
- url: '/api/marketplace-category-help-articles/{id}/',
7526
+ url: '/api/marketplace-categories/{uuid}/',
7633
7527
  ...options,
7634
7528
  headers: {
7635
7529
  'Content-Type': 'application/json',
@@ -7637,7 +7531,7 @@ export const marketplaceCategoryHelpArticlesPartialUpdate = (options) => {
7637
7531
  }
7638
7532
  });
7639
7533
  };
7640
- export const marketplaceCategoryHelpArticlesUpdate = (options) => {
7534
+ export const marketplaceCategoriesUpdate = (options) => {
7641
7535
  return (options.client ?? _heyApiClient).put({
7642
7536
  security: [
7643
7537
  {
@@ -7649,7 +7543,7 @@ export const marketplaceCategoryHelpArticlesUpdate = (options) => {
7649
7543
  type: 'http'
7650
7544
  }
7651
7545
  ],
7652
- url: '/api/marketplace-category-help-articles/{id}/',
7546
+ url: '/api/marketplace-categories/{uuid}/',
7653
7547
  ...options,
7654
7548
  headers: {
7655
7549
  'Content-Type': 'application/json',
@@ -7660,7 +7554,7 @@ export const marketplaceCategoryHelpArticlesUpdate = (options) => {
7660
7554
  /**
7661
7555
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
7662
7556
  */
7663
- export const marketplaceChecklistsList = (options) => {
7557
+ export const marketplaceCategoryColumnsList = (options) => {
7664
7558
  return (options?.client ?? _heyApiClient).get({
7665
7559
  security: [
7666
7560
  {
@@ -7672,14 +7566,14 @@ export const marketplaceChecklistsList = (options) => {
7672
7566
  type: 'http'
7673
7567
  }
7674
7568
  ],
7675
- url: '/api/marketplace-checklists/',
7569
+ url: '/api/marketplace-category-columns/',
7676
7570
  ...options
7677
7571
  });
7678
7572
  };
7679
7573
  /**
7680
7574
  * Get number of items in the collection matching the request parameters.
7681
7575
  */
7682
- export const marketplaceChecklistsHead = (options) => {
7576
+ export const marketplaceCategoryColumnsHead = (options) => {
7683
7577
  return (options?.client ?? _heyApiClient).head({
7684
7578
  security: [
7685
7579
  {
@@ -7691,15 +7585,12 @@ export const marketplaceChecklistsHead = (options) => {
7691
7585
  type: 'http'
7692
7586
  }
7693
7587
  ],
7694
- url: '/api/marketplace-checklists/',
7588
+ url: '/api/marketplace-category-columns/',
7695
7589
  ...options
7696
7590
  });
7697
7591
  };
7698
- /**
7699
- * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
7700
- */
7701
- export const marketplaceChecklistsAdminList = (options) => {
7702
- return (options?.client ?? _heyApiClient).get({
7592
+ export const marketplaceCategoryColumnsCreate = (options) => {
7593
+ return (options.client ?? _heyApiClient).post({
7703
7594
  security: [
7704
7595
  {
7705
7596
  name: 'Authorization',
@@ -7710,15 +7601,16 @@ export const marketplaceChecklistsAdminList = (options) => {
7710
7601
  type: 'http'
7711
7602
  }
7712
7603
  ],
7713
- url: '/api/marketplace-checklists-admin/',
7714
- ...options
7604
+ url: '/api/marketplace-category-columns/',
7605
+ ...options,
7606
+ headers: {
7607
+ 'Content-Type': 'application/json',
7608
+ ...options.headers
7609
+ }
7715
7610
  });
7716
7611
  };
7717
- /**
7718
- * Get number of items in the collection matching the request parameters.
7719
- */
7720
- export const marketplaceChecklistsAdminHead = (options) => {
7721
- return (options?.client ?? _heyApiClient).head({
7612
+ export const marketplaceCategoryColumnsDestroy = (options) => {
7613
+ return (options.client ?? _heyApiClient).delete({
7722
7614
  security: [
7723
7615
  {
7724
7616
  name: 'Authorization',
@@ -7729,12 +7621,12 @@ export const marketplaceChecklistsAdminHead = (options) => {
7729
7621
  type: 'http'
7730
7622
  }
7731
7623
  ],
7732
- url: '/api/marketplace-checklists-admin/',
7624
+ url: '/api/marketplace-category-columns/{uuid}/',
7733
7625
  ...options
7734
7626
  });
7735
7627
  };
7736
- export const marketplaceChecklistsAdminCreate = (options) => {
7737
- return (options.client ?? _heyApiClient).post({
7628
+ export const marketplaceCategoryColumnsRetrieve = (options) => {
7629
+ return (options.client ?? _heyApiClient).get({
7738
7630
  security: [
7739
7631
  {
7740
7632
  name: 'Authorization',
@@ -7745,38 +7637,12 @@ export const marketplaceChecklistsAdminCreate = (options) => {
7745
7637
  type: 'http'
7746
7638
  }
7747
7639
  ],
7748
- url: '/api/marketplace-checklists-admin/',
7749
- ...options,
7750
- headers: {
7751
- 'Content-Type': 'application/json',
7752
- ...options.headers
7753
- }
7640
+ url: '/api/marketplace-category-columns/{uuid}/',
7641
+ ...options
7754
7642
  });
7755
7643
  };
7756
- /**
7757
- * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
7758
- */
7759
- export const marketplaceChecklistsAdminQuestionDependenciesList = (options) => {
7760
- return (options?.client ?? _heyApiClient).get({
7761
- security: [
7762
- {
7763
- name: 'Authorization',
7764
- type: 'apiKey'
7765
- },
7766
- {
7767
- scheme: 'bearer',
7768
- type: 'http'
7769
- }
7770
- ],
7771
- url: '/api/marketplace-checklists-admin-question-dependencies/',
7772
- ...options
7773
- });
7774
- };
7775
- /**
7776
- * Get number of items in the collection matching the request parameters.
7777
- */
7778
- export const marketplaceChecklistsAdminQuestionDependenciesHead = (options) => {
7779
- return (options?.client ?? _heyApiClient).head({
7644
+ export const marketplaceCategoryColumnsPartialUpdate = (options) => {
7645
+ return (options.client ?? _heyApiClient).patch({
7780
7646
  security: [
7781
7647
  {
7782
7648
  name: 'Authorization',
@@ -7787,12 +7653,16 @@ export const marketplaceChecklistsAdminQuestionDependenciesHead = (options) => {
7787
7653
  type: 'http'
7788
7654
  }
7789
7655
  ],
7790
- url: '/api/marketplace-checklists-admin-question-dependencies/',
7791
- ...options
7656
+ url: '/api/marketplace-category-columns/{uuid}/',
7657
+ ...options,
7658
+ headers: {
7659
+ 'Content-Type': 'application/json',
7660
+ ...options.headers
7661
+ }
7792
7662
  });
7793
7663
  };
7794
- export const marketplaceChecklistsAdminQuestionDependenciesCreate = (options) => {
7795
- return (options.client ?? _heyApiClient).post({
7664
+ export const marketplaceCategoryColumnsUpdate = (options) => {
7665
+ return (options.client ?? _heyApiClient).put({
7796
7666
  security: [
7797
7667
  {
7798
7668
  name: 'Authorization',
@@ -7803,7 +7673,7 @@ export const marketplaceChecklistsAdminQuestionDependenciesCreate = (options) =>
7803
7673
  type: 'http'
7804
7674
  }
7805
7675
  ],
7806
- url: '/api/marketplace-checklists-admin-question-dependencies/',
7676
+ url: '/api/marketplace-category-columns/{uuid}/',
7807
7677
  ...options,
7808
7678
  headers: {
7809
7679
  'Content-Type': 'application/json',
@@ -7811,8 +7681,11 @@ export const marketplaceChecklistsAdminQuestionDependenciesCreate = (options) =>
7811
7681
  }
7812
7682
  });
7813
7683
  };
7814
- export const marketplaceChecklistsAdminQuestionDependenciesDestroy = (options) => {
7815
- return (options.client ?? _heyApiClient).delete({
7684
+ /**
7685
+ * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
7686
+ */
7687
+ export const marketplaceCategoryComponentUsagesList = (options) => {
7688
+ return (options?.client ?? _heyApiClient).get({
7816
7689
  security: [
7817
7690
  {
7818
7691
  name: 'Authorization',
@@ -7823,12 +7696,15 @@ export const marketplaceChecklistsAdminQuestionDependenciesDestroy = (options) =
7823
7696
  type: 'http'
7824
7697
  }
7825
7698
  ],
7826
- url: '/api/marketplace-checklists-admin-question-dependencies/{uuid}/',
7699
+ url: '/api/marketplace-category-component-usages/',
7827
7700
  ...options
7828
7701
  });
7829
7702
  };
7830
- export const marketplaceChecklistsAdminQuestionDependenciesRetrieve = (options) => {
7831
- return (options.client ?? _heyApiClient).get({
7703
+ /**
7704
+ * Get number of items in the collection matching the request parameters.
7705
+ */
7706
+ export const marketplaceCategoryComponentUsagesHead = (options) => {
7707
+ return (options?.client ?? _heyApiClient).head({
7832
7708
  security: [
7833
7709
  {
7834
7710
  name: 'Authorization',
@@ -7839,32 +7715,12 @@ export const marketplaceChecklistsAdminQuestionDependenciesRetrieve = (options)
7839
7715
  type: 'http'
7840
7716
  }
7841
7717
  ],
7842
- url: '/api/marketplace-checklists-admin-question-dependencies/{uuid}/',
7718
+ url: '/api/marketplace-category-component-usages/',
7843
7719
  ...options
7844
7720
  });
7845
7721
  };
7846
- export const marketplaceChecklistsAdminQuestionDependenciesPartialUpdate = (options) => {
7847
- return (options.client ?? _heyApiClient).patch({
7848
- security: [
7849
- {
7850
- name: 'Authorization',
7851
- type: 'apiKey'
7852
- },
7853
- {
7854
- scheme: 'bearer',
7855
- type: 'http'
7856
- }
7857
- ],
7858
- url: '/api/marketplace-checklists-admin-question-dependencies/{uuid}/',
7859
- ...options,
7860
- headers: {
7861
- 'Content-Type': 'application/json',
7862
- ...options.headers
7863
- }
7864
- });
7865
- };
7866
- export const marketplaceChecklistsAdminQuestionDependenciesUpdate = (options) => {
7867
- return (options.client ?? _heyApiClient).put({
7722
+ export const marketplaceCategoryComponentUsagesRetrieve = (options) => {
7723
+ return (options.client ?? _heyApiClient).get({
7868
7724
  security: [
7869
7725
  {
7870
7726
  name: 'Authorization',
@@ -7875,18 +7731,14 @@ export const marketplaceChecklistsAdminQuestionDependenciesUpdate = (options) =>
7875
7731
  type: 'http'
7876
7732
  }
7877
7733
  ],
7878
- url: '/api/marketplace-checklists-admin-question-dependencies/{uuid}/',
7879
- ...options,
7880
- headers: {
7881
- 'Content-Type': 'application/json',
7882
- ...options.headers
7883
- }
7734
+ url: '/api/marketplace-category-component-usages/{id}/',
7735
+ ...options
7884
7736
  });
7885
7737
  };
7886
7738
  /**
7887
7739
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
7888
7740
  */
7889
- export const marketplaceChecklistsAdminQuestionOptionsList = (options) => {
7741
+ export const marketplaceCategoryComponentsList = (options) => {
7890
7742
  return (options?.client ?? _heyApiClient).get({
7891
7743
  security: [
7892
7744
  {
@@ -7898,14 +7750,14 @@ export const marketplaceChecklistsAdminQuestionOptionsList = (options) => {
7898
7750
  type: 'http'
7899
7751
  }
7900
7752
  ],
7901
- url: '/api/marketplace-checklists-admin-question-options/',
7753
+ url: '/api/marketplace-category-components/',
7902
7754
  ...options
7903
7755
  });
7904
7756
  };
7905
7757
  /**
7906
7758
  * Get number of items in the collection matching the request parameters.
7907
7759
  */
7908
- export const marketplaceChecklistsAdminQuestionOptionsHead = (options) => {
7760
+ export const marketplaceCategoryComponentsHead = (options) => {
7909
7761
  return (options?.client ?? _heyApiClient).head({
7910
7762
  security: [
7911
7763
  {
@@ -7917,11 +7769,11 @@ export const marketplaceChecklistsAdminQuestionOptionsHead = (options) => {
7917
7769
  type: 'http'
7918
7770
  }
7919
7771
  ],
7920
- url: '/api/marketplace-checklists-admin-question-options/',
7772
+ url: '/api/marketplace-category-components/',
7921
7773
  ...options
7922
7774
  });
7923
7775
  };
7924
- export const marketplaceChecklistsAdminQuestionOptionsCreate = (options) => {
7776
+ export const marketplaceCategoryComponentsCreate = (options) => {
7925
7777
  return (options.client ?? _heyApiClient).post({
7926
7778
  security: [
7927
7779
  {
@@ -7933,7 +7785,7 @@ export const marketplaceChecklistsAdminQuestionOptionsCreate = (options) => {
7933
7785
  type: 'http'
7934
7786
  }
7935
7787
  ],
7936
- url: '/api/marketplace-checklists-admin-question-options/',
7788
+ url: '/api/marketplace-category-components/',
7937
7789
  ...options,
7938
7790
  headers: {
7939
7791
  'Content-Type': 'application/json',
@@ -7941,7 +7793,7 @@ export const marketplaceChecklistsAdminQuestionOptionsCreate = (options) => {
7941
7793
  }
7942
7794
  });
7943
7795
  };
7944
- export const marketplaceChecklistsAdminQuestionOptionsDestroy = (options) => {
7796
+ export const marketplaceCategoryComponentsDestroy = (options) => {
7945
7797
  return (options.client ?? _heyApiClient).delete({
7946
7798
  security: [
7947
7799
  {
@@ -7953,11 +7805,11 @@ export const marketplaceChecklistsAdminQuestionOptionsDestroy = (options) => {
7953
7805
  type: 'http'
7954
7806
  }
7955
7807
  ],
7956
- url: '/api/marketplace-checklists-admin-question-options/{uuid}/',
7808
+ url: '/api/marketplace-category-components/{id}/',
7957
7809
  ...options
7958
7810
  });
7959
7811
  };
7960
- export const marketplaceChecklistsAdminQuestionOptionsRetrieve = (options) => {
7812
+ export const marketplaceCategoryComponentsRetrieve = (options) => {
7961
7813
  return (options.client ?? _heyApiClient).get({
7962
7814
  security: [
7963
7815
  {
@@ -7969,11 +7821,11 @@ export const marketplaceChecklistsAdminQuestionOptionsRetrieve = (options) => {
7969
7821
  type: 'http'
7970
7822
  }
7971
7823
  ],
7972
- url: '/api/marketplace-checklists-admin-question-options/{uuid}/',
7824
+ url: '/api/marketplace-category-components/{id}/',
7973
7825
  ...options
7974
7826
  });
7975
7827
  };
7976
- export const marketplaceChecklistsAdminQuestionOptionsPartialUpdate = (options) => {
7828
+ export const marketplaceCategoryComponentsPartialUpdate = (options) => {
7977
7829
  return (options.client ?? _heyApiClient).patch({
7978
7830
  security: [
7979
7831
  {
@@ -7985,7 +7837,7 @@ export const marketplaceChecklistsAdminQuestionOptionsPartialUpdate = (options)
7985
7837
  type: 'http'
7986
7838
  }
7987
7839
  ],
7988
- url: '/api/marketplace-checklists-admin-question-options/{uuid}/',
7840
+ url: '/api/marketplace-category-components/{id}/',
7989
7841
  ...options,
7990
7842
  headers: {
7991
7843
  'Content-Type': 'application/json',
@@ -7993,7 +7845,7 @@ export const marketplaceChecklistsAdminQuestionOptionsPartialUpdate = (options)
7993
7845
  }
7994
7846
  });
7995
7847
  };
7996
- export const marketplaceChecklistsAdminQuestionOptionsUpdate = (options) => {
7848
+ export const marketplaceCategoryComponentsUpdate = (options) => {
7997
7849
  return (options.client ?? _heyApiClient).put({
7998
7850
  security: [
7999
7851
  {
@@ -8005,7 +7857,7 @@ export const marketplaceChecklistsAdminQuestionOptionsUpdate = (options) => {
8005
7857
  type: 'http'
8006
7858
  }
8007
7859
  ],
8008
- url: '/api/marketplace-checklists-admin-question-options/{uuid}/',
7860
+ url: '/api/marketplace-category-components/{id}/',
8009
7861
  ...options,
8010
7862
  headers: {
8011
7863
  'Content-Type': 'application/json',
@@ -8016,7 +7868,7 @@ export const marketplaceChecklistsAdminQuestionOptionsUpdate = (options) => {
8016
7868
  /**
8017
7869
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
8018
7870
  */
8019
- export const marketplaceChecklistsAdminQuestionsList = (options) => {
7871
+ export const marketplaceCategoryGroupsList = (options) => {
8020
7872
  return (options?.client ?? _heyApiClient).get({
8021
7873
  security: [
8022
7874
  {
@@ -8028,14 +7880,14 @@ export const marketplaceChecklistsAdminQuestionsList = (options) => {
8028
7880
  type: 'http'
8029
7881
  }
8030
7882
  ],
8031
- url: '/api/marketplace-checklists-admin-questions/',
7883
+ url: '/api/marketplace-category-groups/',
8032
7884
  ...options
8033
7885
  });
8034
7886
  };
8035
7887
  /**
8036
7888
  * Get number of items in the collection matching the request parameters.
8037
7889
  */
8038
- export const marketplaceChecklistsAdminQuestionsHead = (options) => {
7890
+ export const marketplaceCategoryGroupsHead = (options) => {
8039
7891
  return (options?.client ?? _heyApiClient).head({
8040
7892
  security: [
8041
7893
  {
@@ -8047,11 +7899,11 @@ export const marketplaceChecklistsAdminQuestionsHead = (options) => {
8047
7899
  type: 'http'
8048
7900
  }
8049
7901
  ],
8050
- url: '/api/marketplace-checklists-admin-questions/',
7902
+ url: '/api/marketplace-category-groups/',
8051
7903
  ...options
8052
7904
  });
8053
7905
  };
8054
- export const marketplaceChecklistsAdminQuestionsCreate = (options) => {
7906
+ export const marketplaceCategoryGroupsCreate = (options) => {
8055
7907
  return (options.client ?? _heyApiClient).post({
8056
7908
  security: [
8057
7909
  {
@@ -8063,7 +7915,7 @@ export const marketplaceChecklistsAdminQuestionsCreate = (options) => {
8063
7915
  type: 'http'
8064
7916
  }
8065
7917
  ],
8066
- url: '/api/marketplace-checklists-admin-questions/',
7918
+ url: '/api/marketplace-category-groups/',
8067
7919
  ...options,
8068
7920
  headers: {
8069
7921
  'Content-Type': 'application/json',
@@ -8071,7 +7923,7 @@ export const marketplaceChecklistsAdminQuestionsCreate = (options) => {
8071
7923
  }
8072
7924
  });
8073
7925
  };
8074
- export const marketplaceChecklistsAdminQuestionsDestroy = (options) => {
7926
+ export const marketplaceCategoryGroupsDestroy = (options) => {
8075
7927
  return (options.client ?? _heyApiClient).delete({
8076
7928
  security: [
8077
7929
  {
@@ -8083,11 +7935,11 @@ export const marketplaceChecklistsAdminQuestionsDestroy = (options) => {
8083
7935
  type: 'http'
8084
7936
  }
8085
7937
  ],
8086
- url: '/api/marketplace-checklists-admin-questions/{uuid}/',
7938
+ url: '/api/marketplace-category-groups/{uuid}/',
8087
7939
  ...options
8088
7940
  });
8089
7941
  };
8090
- export const marketplaceChecklistsAdminQuestionsRetrieve = (options) => {
7942
+ export const marketplaceCategoryGroupsRetrieve = (options) => {
8091
7943
  return (options.client ?? _heyApiClient).get({
8092
7944
  security: [
8093
7945
  {
@@ -8099,11 +7951,11 @@ export const marketplaceChecklistsAdminQuestionsRetrieve = (options) => {
8099
7951
  type: 'http'
8100
7952
  }
8101
7953
  ],
8102
- url: '/api/marketplace-checklists-admin-questions/{uuid}/',
7954
+ url: '/api/marketplace-category-groups/{uuid}/',
8103
7955
  ...options
8104
7956
  });
8105
7957
  };
8106
- export const marketplaceChecklistsAdminQuestionsPartialUpdate = (options) => {
7958
+ export const marketplaceCategoryGroupsPartialUpdate = (options) => {
8107
7959
  return (options.client ?? _heyApiClient).patch({
8108
7960
  security: [
8109
7961
  {
@@ -8115,7 +7967,7 @@ export const marketplaceChecklistsAdminQuestionsPartialUpdate = (options) => {
8115
7967
  type: 'http'
8116
7968
  }
8117
7969
  ],
8118
- url: '/api/marketplace-checklists-admin-questions/{uuid}/',
7970
+ url: '/api/marketplace-category-groups/{uuid}/',
8119
7971
  ...options,
8120
7972
  headers: {
8121
7973
  'Content-Type': 'application/json',
@@ -8123,7 +7975,7 @@ export const marketplaceChecklistsAdminQuestionsPartialUpdate = (options) => {
8123
7975
  }
8124
7976
  });
8125
7977
  };
8126
- export const marketplaceChecklistsAdminQuestionsUpdate = (options) => {
7978
+ export const marketplaceCategoryGroupsUpdate = (options) => {
8127
7979
  return (options.client ?? _heyApiClient).put({
8128
7980
  security: [
8129
7981
  {
@@ -8135,7 +7987,7 @@ export const marketplaceChecklistsAdminQuestionsUpdate = (options) => {
8135
7987
  type: 'http'
8136
7988
  }
8137
7989
  ],
8138
- url: '/api/marketplace-checklists-admin-questions/{uuid}/',
7990
+ url: '/api/marketplace-category-groups/{uuid}/',
8139
7991
  ...options,
8140
7992
  headers: {
8141
7993
  'Content-Type': 'application/json',
@@ -8143,8 +7995,11 @@ export const marketplaceChecklistsAdminQuestionsUpdate = (options) => {
8143
7995
  }
8144
7996
  });
8145
7997
  };
8146
- export const marketplaceChecklistsAdminDestroy = (options) => {
8147
- return (options.client ?? _heyApiClient).delete({
7998
+ /**
7999
+ * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
8000
+ */
8001
+ export const marketplaceCategoryHelpArticlesList = (options) => {
8002
+ return (options?.client ?? _heyApiClient).get({
8148
8003
  security: [
8149
8004
  {
8150
8005
  name: 'Authorization',
@@ -8155,12 +8010,15 @@ export const marketplaceChecklistsAdminDestroy = (options) => {
8155
8010
  type: 'http'
8156
8011
  }
8157
8012
  ],
8158
- url: '/api/marketplace-checklists-admin/{uuid}/',
8013
+ url: '/api/marketplace-category-help-articles/',
8159
8014
  ...options
8160
8015
  });
8161
8016
  };
8162
- export const marketplaceChecklistsAdminRetrieve = (options) => {
8163
- return (options.client ?? _heyApiClient).get({
8017
+ /**
8018
+ * Get number of items in the collection matching the request parameters.
8019
+ */
8020
+ export const marketplaceCategoryHelpArticlesHead = (options) => {
8021
+ return (options?.client ?? _heyApiClient).head({
8164
8022
  security: [
8165
8023
  {
8166
8024
  name: 'Authorization',
@@ -8171,12 +8029,12 @@ export const marketplaceChecklistsAdminRetrieve = (options) => {
8171
8029
  type: 'http'
8172
8030
  }
8173
8031
  ],
8174
- url: '/api/marketplace-checklists-admin/{uuid}/',
8032
+ url: '/api/marketplace-category-help-articles/',
8175
8033
  ...options
8176
8034
  });
8177
8035
  };
8178
- export const marketplaceChecklistsAdminPartialUpdate = (options) => {
8179
- return (options.client ?? _heyApiClient).patch({
8036
+ export const marketplaceCategoryHelpArticlesCreate = (options) => {
8037
+ return (options.client ?? _heyApiClient).post({
8180
8038
  security: [
8181
8039
  {
8182
8040
  name: 'Authorization',
@@ -8187,7 +8045,7 @@ export const marketplaceChecklistsAdminPartialUpdate = (options) => {
8187
8045
  type: 'http'
8188
8046
  }
8189
8047
  ],
8190
- url: '/api/marketplace-checklists-admin/{uuid}/',
8048
+ url: '/api/marketplace-category-help-articles/',
8191
8049
  ...options,
8192
8050
  headers: {
8193
8051
  'Content-Type': 'application/json',
@@ -8195,8 +8053,8 @@ export const marketplaceChecklistsAdminPartialUpdate = (options) => {
8195
8053
  }
8196
8054
  });
8197
8055
  };
8198
- export const marketplaceChecklistsAdminUpdate = (options) => {
8199
- return (options.client ?? _heyApiClient).put({
8056
+ export const marketplaceCategoryHelpArticlesDestroy = (options) => {
8057
+ return (options.client ?? _heyApiClient).delete({
8200
8058
  security: [
8201
8059
  {
8202
8060
  name: 'Authorization',
@@ -8207,18 +8065,11 @@ export const marketplaceChecklistsAdminUpdate = (options) => {
8207
8065
  type: 'http'
8208
8066
  }
8209
8067
  ],
8210
- url: '/api/marketplace-checklists-admin/{uuid}/',
8211
- ...options,
8212
- headers: {
8213
- 'Content-Type': 'application/json',
8214
- ...options.headers
8215
- }
8068
+ url: '/api/marketplace-category-help-articles/{id}/',
8069
+ ...options
8216
8070
  });
8217
8071
  };
8218
- /**
8219
- * Return checklist questions.
8220
- */
8221
- export const marketplaceChecklistsAdminChecklistQuestions = (options) => {
8072
+ export const marketplaceCategoryHelpArticlesRetrieve = (options) => {
8222
8073
  return (options.client ?? _heyApiClient).get({
8223
8074
  security: [
8224
8075
  {
@@ -8230,15 +8081,12 @@ export const marketplaceChecklistsAdminChecklistQuestions = (options) => {
8230
8081
  type: 'http'
8231
8082
  }
8232
8083
  ],
8233
- url: '/api/marketplace-checklists-admin/{uuid}/questions/',
8084
+ url: '/api/marketplace-category-help-articles/{id}/',
8234
8085
  ...options
8235
8086
  });
8236
8087
  };
8237
- /**
8238
- * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
8239
- */
8240
- export const marketplaceChecklistsCategoriesList = (options) => {
8241
- return (options?.client ?? _heyApiClient).get({
8088
+ export const marketplaceCategoryHelpArticlesPartialUpdate = (options) => {
8089
+ return (options.client ?? _heyApiClient).patch({
8242
8090
  security: [
8243
8091
  {
8244
8092
  name: 'Authorization',
@@ -8249,15 +8097,16 @@ export const marketplaceChecklistsCategoriesList = (options) => {
8249
8097
  type: 'http'
8250
8098
  }
8251
8099
  ],
8252
- url: '/api/marketplace-checklists-categories/',
8253
- ...options
8100
+ url: '/api/marketplace-category-help-articles/{id}/',
8101
+ ...options,
8102
+ headers: {
8103
+ 'Content-Type': 'application/json',
8104
+ ...options.headers
8105
+ }
8254
8106
  });
8255
8107
  };
8256
- /**
8257
- * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
8258
- */
8259
- export const marketplaceChecklistsCategoriesChecklistsList = (options) => {
8260
- return (options.client ?? _heyApiClient).get({
8108
+ export const marketplaceCategoryHelpArticlesUpdate = (options) => {
8109
+ return (options.client ?? _heyApiClient).put({
8261
8110
  security: [
8262
8111
  {
8263
8112
  name: 'Authorization',
@@ -8268,12 +8117,19 @@ export const marketplaceChecklistsCategoriesChecklistsList = (options) => {
8268
8117
  type: 'http'
8269
8118
  }
8270
8119
  ],
8271
- url: '/api/marketplace-checklists-categories/{category_uuid}/checklists/',
8272
- ...options
8120
+ url: '/api/marketplace-category-help-articles/{id}/',
8121
+ ...options,
8122
+ headers: {
8123
+ 'Content-Type': 'application/json',
8124
+ ...options.headers
8125
+ }
8273
8126
  });
8274
8127
  };
8275
- export const marketplaceChecklistsCategoriesRetrieve = (options) => {
8276
- return (options.client ?? _heyApiClient).get({
8128
+ /**
8129
+ * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
8130
+ */
8131
+ export const marketplaceChecklistsAdminList = (options) => {
8132
+ return (options?.client ?? _heyApiClient).get({
8277
8133
  security: [
8278
8134
  {
8279
8135
  name: 'Authorization',
@@ -8284,15 +8140,15 @@ export const marketplaceChecklistsCategoriesRetrieve = (options) => {
8284
8140
  type: 'http'
8285
8141
  }
8286
8142
  ],
8287
- url: '/api/marketplace-checklists-categories/{uuid}/',
8143
+ url: '/api/marketplace-checklists-admin/',
8288
8144
  ...options
8289
8145
  });
8290
8146
  };
8291
8147
  /**
8292
- * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
8148
+ * Get number of items in the collection matching the request parameters.
8293
8149
  */
8294
- export const marketplaceChecklistsAnswersList = (options) => {
8295
- return (options.client ?? _heyApiClient).get({
8150
+ export const marketplaceChecklistsAdminHead = (options) => {
8151
+ return (options?.client ?? _heyApiClient).head({
8296
8152
  security: [
8297
8153
  {
8298
8154
  name: 'Authorization',
@@ -8303,14 +8159,11 @@ export const marketplaceChecklistsAnswersList = (options) => {
8303
8159
  type: 'http'
8304
8160
  }
8305
8161
  ],
8306
- url: '/api/marketplace-checklists/{checklist_uuid}/answers/',
8162
+ url: '/api/marketplace-checklists-admin/',
8307
8163
  ...options
8308
8164
  });
8309
8165
  };
8310
- /**
8311
- * Submit answer to checklist question
8312
- */
8313
- export const marketplaceChecklistsAnswersSubmitCreate = (options) => {
8166
+ export const marketplaceChecklistsAdminCreate = (options) => {
8314
8167
  return (options.client ?? _heyApiClient).post({
8315
8168
  security: [
8316
8169
  {
@@ -8322,7 +8175,7 @@ export const marketplaceChecklistsAnswersSubmitCreate = (options) => {
8322
8175
  type: 'http'
8323
8176
  }
8324
8177
  ],
8325
- url: '/api/marketplace-checklists/{checklist_uuid}/answers/submit/',
8178
+ url: '/api/marketplace-checklists-admin/',
8326
8179
  ...options,
8327
8180
  headers: {
8328
8181
  'Content-Type': 'application/json',
@@ -8330,46 +8183,11 @@ export const marketplaceChecklistsAnswersSubmitCreate = (options) => {
8330
8183
  }
8331
8184
  });
8332
8185
  };
8333
- /**
8334
- * Checklist stats per customer
8335
- */
8336
- export const marketplaceChecklistsStatsList = (options) => {
8337
- return (options.client ?? _heyApiClient).get({
8338
- security: [
8339
- {
8340
- name: 'Authorization',
8341
- type: 'apiKey'
8342
- },
8343
- {
8344
- scheme: 'bearer',
8345
- type: 'http'
8346
- }
8347
- ],
8348
- url: '/api/marketplace-checklists/{checklist_uuid}/stats/',
8349
- ...options
8350
- });
8351
- };
8352
8186
  /**
8353
8187
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
8354
8188
  */
8355
- export const marketplaceChecklistsUserAnswersList = (options) => {
8356
- return (options.client ?? _heyApiClient).get({
8357
- security: [
8358
- {
8359
- name: 'Authorization',
8360
- type: 'apiKey'
8361
- },
8362
- {
8363
- scheme: 'bearer',
8364
- type: 'http'
8365
- }
8366
- ],
8367
- url: '/api/marketplace-checklists/{checklist_uuid}/user/{user_uuid}/answers/',
8368
- ...options
8369
- });
8370
- };
8371
- export const marketplaceChecklistsRetrieve = (options) => {
8372
- return (options.client ?? _heyApiClient).get({
8189
+ export const marketplaceChecklistsAdminQuestionDependenciesList = (options) => {
8190
+ return (options?.client ?? _heyApiClient).get({
8373
8191
  security: [
8374
8192
  {
8375
8193
  name: 'Authorization',
@@ -8380,15 +8198,15 @@ export const marketplaceChecklistsRetrieve = (options) => {
8380
8198
  type: 'http'
8381
8199
  }
8382
8200
  ],
8383
- url: '/api/marketplace-checklists/{uuid}/',
8201
+ url: '/api/marketplace-checklists-admin-question-dependencies/',
8384
8202
  ...options
8385
8203
  });
8386
8204
  };
8387
8205
  /**
8388
- * Return questions available for current user.
8206
+ * Get number of items in the collection matching the request parameters.
8389
8207
  */
8390
- export const marketplaceChecklistsQuestionsList = (options) => {
8391
- return (options.client ?? _heyApiClient).get({
8208
+ export const marketplaceChecklistsAdminQuestionDependenciesHead = (options) => {
8209
+ return (options?.client ?? _heyApiClient).head({
8392
8210
  security: [
8393
8211
  {
8394
8212
  name: 'Authorization',
@@ -8399,15 +8217,12 @@ export const marketplaceChecklistsQuestionsList = (options) => {
8399
8217
  type: 'http'
8400
8218
  }
8401
8219
  ],
8402
- url: '/api/marketplace-checklists/{uuid}/questions/',
8220
+ url: '/api/marketplace-checklists-admin-question-dependencies/',
8403
8221
  ...options
8404
8222
  });
8405
8223
  };
8406
- /**
8407
- * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
8408
- */
8409
- export const marketplaceComponentUsagesList = (options) => {
8410
- return (options?.client ?? _heyApiClient).get({
8224
+ export const marketplaceChecklistsAdminQuestionDependenciesCreate = (options) => {
8225
+ return (options.client ?? _heyApiClient).post({
8411
8226
  security: [
8412
8227
  {
8413
8228
  name: 'Authorization',
@@ -8418,15 +8233,16 @@ export const marketplaceComponentUsagesList = (options) => {
8418
8233
  type: 'http'
8419
8234
  }
8420
8235
  ],
8421
- url: '/api/marketplace-component-usages/',
8422
- ...options
8236
+ url: '/api/marketplace-checklists-admin-question-dependencies/',
8237
+ ...options,
8238
+ headers: {
8239
+ 'Content-Type': 'application/json',
8240
+ ...options.headers
8241
+ }
8423
8242
  });
8424
8243
  };
8425
- /**
8426
- * Get number of items in the collection matching the request parameters.
8427
- */
8428
- export const marketplaceComponentUsagesHead = (options) => {
8429
- return (options?.client ?? _heyApiClient).head({
8244
+ export const marketplaceChecklistsAdminQuestionDependenciesDestroy = (options) => {
8245
+ return (options.client ?? _heyApiClient).delete({
8430
8246
  security: [
8431
8247
  {
8432
8248
  name: 'Authorization',
@@ -8437,11 +8253,11 @@ export const marketplaceComponentUsagesHead = (options) => {
8437
8253
  type: 'http'
8438
8254
  }
8439
8255
  ],
8440
- url: '/api/marketplace-component-usages/',
8256
+ url: '/api/marketplace-checklists-admin-question-dependencies/{uuid}/',
8441
8257
  ...options
8442
8258
  });
8443
8259
  };
8444
- export const marketplaceComponentUsagesRetrieve = (options) => {
8260
+ export const marketplaceChecklistsAdminQuestionDependenciesRetrieve = (options) => {
8445
8261
  return (options.client ?? _heyApiClient).get({
8446
8262
  security: [
8447
8263
  {
@@ -8453,12 +8269,12 @@ export const marketplaceComponentUsagesRetrieve = (options) => {
8453
8269
  type: 'http'
8454
8270
  }
8455
8271
  ],
8456
- url: '/api/marketplace-component-usages/{uuid}/',
8272
+ url: '/api/marketplace-checklists-admin-question-dependencies/{uuid}/',
8457
8273
  ...options
8458
8274
  });
8459
8275
  };
8460
- export const marketplaceComponentUsagesSetUserUsage = (options) => {
8461
- return (options.client ?? _heyApiClient).post({
8276
+ export const marketplaceChecklistsAdminQuestionDependenciesPartialUpdate = (options) => {
8277
+ return (options.client ?? _heyApiClient).patch({
8462
8278
  security: [
8463
8279
  {
8464
8280
  name: 'Authorization',
@@ -8469,7 +8285,7 @@ export const marketplaceComponentUsagesSetUserUsage = (options) => {
8469
8285
  type: 'http'
8470
8286
  }
8471
8287
  ],
8472
- url: '/api/marketplace-component-usages/{uuid}/set_user_usage/',
8288
+ url: '/api/marketplace-checklists-admin-question-dependencies/{uuid}/',
8473
8289
  ...options,
8474
8290
  headers: {
8475
8291
  'Content-Type': 'application/json',
@@ -8477,8 +8293,8 @@ export const marketplaceComponentUsagesSetUserUsage = (options) => {
8477
8293
  }
8478
8294
  });
8479
8295
  };
8480
- export const marketplaceComponentUsagesSetUsage = (options) => {
8481
- return (options.client ?? _heyApiClient).post({
8296
+ export const marketplaceChecklistsAdminQuestionDependenciesUpdate = (options) => {
8297
+ return (options.client ?? _heyApiClient).put({
8482
8298
  security: [
8483
8299
  {
8484
8300
  name: 'Authorization',
@@ -8489,7 +8305,7 @@ export const marketplaceComponentUsagesSetUsage = (options) => {
8489
8305
  type: 'http'
8490
8306
  }
8491
8307
  ],
8492
- url: '/api/marketplace-component-usages/set_usage/',
8308
+ url: '/api/marketplace-checklists-admin-question-dependencies/{uuid}/',
8493
8309
  ...options,
8494
8310
  headers: {
8495
8311
  'Content-Type': 'application/json',
@@ -8500,7 +8316,7 @@ export const marketplaceComponentUsagesSetUsage = (options) => {
8500
8316
  /**
8501
8317
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
8502
8318
  */
8503
- export const marketplaceComponentUserUsagesList = (options) => {
8319
+ export const marketplaceChecklistsAdminQuestionOptionsList = (options) => {
8504
8320
  return (options?.client ?? _heyApiClient).get({
8505
8321
  security: [
8506
8322
  {
@@ -8512,14 +8328,14 @@ export const marketplaceComponentUserUsagesList = (options) => {
8512
8328
  type: 'http'
8513
8329
  }
8514
8330
  ],
8515
- url: '/api/marketplace-component-user-usages/',
8331
+ url: '/api/marketplace-checklists-admin-question-options/',
8516
8332
  ...options
8517
8333
  });
8518
8334
  };
8519
8335
  /**
8520
8336
  * Get number of items in the collection matching the request parameters.
8521
8337
  */
8522
- export const marketplaceComponentUserUsagesHead = (options) => {
8338
+ export const marketplaceChecklistsAdminQuestionOptionsHead = (options) => {
8523
8339
  return (options?.client ?? _heyApiClient).head({
8524
8340
  security: [
8525
8341
  {
@@ -8531,12 +8347,12 @@ export const marketplaceComponentUserUsagesHead = (options) => {
8531
8347
  type: 'http'
8532
8348
  }
8533
8349
  ],
8534
- url: '/api/marketplace-component-user-usages/',
8350
+ url: '/api/marketplace-checklists-admin-question-options/',
8535
8351
  ...options
8536
8352
  });
8537
8353
  };
8538
- export const marketplaceComponentUserUsagesRetrieve = (options) => {
8539
- return (options.client ?? _heyApiClient).get({
8354
+ export const marketplaceChecklistsAdminQuestionOptionsCreate = (options) => {
8355
+ return (options.client ?? _heyApiClient).post({
8540
8356
  security: [
8541
8357
  {
8542
8358
  name: 'Authorization',
@@ -8547,15 +8363,16 @@ export const marketplaceComponentUserUsagesRetrieve = (options) => {
8547
8363
  type: 'http'
8548
8364
  }
8549
8365
  ],
8550
- url: '/api/marketplace-component-user-usages/{uuid}/',
8551
- ...options
8366
+ url: '/api/marketplace-checklists-admin-question-options/',
8367
+ ...options,
8368
+ headers: {
8369
+ 'Content-Type': 'application/json',
8370
+ ...options.headers
8371
+ }
8552
8372
  });
8553
8373
  };
8554
- /**
8555
- * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
8556
- */
8557
- export const marketplaceCustomerEstimatedCostPoliciesList = (options) => {
8558
- return (options?.client ?? _heyApiClient).get({
8374
+ export const marketplaceChecklistsAdminQuestionOptionsDestroy = (options) => {
8375
+ return (options.client ?? _heyApiClient).delete({
8559
8376
  security: [
8560
8377
  {
8561
8378
  name: 'Authorization',
@@ -8566,15 +8383,12 @@ export const marketplaceCustomerEstimatedCostPoliciesList = (options) => {
8566
8383
  type: 'http'
8567
8384
  }
8568
8385
  ],
8569
- url: '/api/marketplace-customer-estimated-cost-policies/',
8386
+ url: '/api/marketplace-checklists-admin-question-options/{uuid}/',
8570
8387
  ...options
8571
8388
  });
8572
8389
  };
8573
- /**
8574
- * Get number of items in the collection matching the request parameters.
8575
- */
8576
- export const marketplaceCustomerEstimatedCostPoliciesHead = (options) => {
8577
- return (options?.client ?? _heyApiClient).head({
8390
+ export const marketplaceChecklistsAdminQuestionOptionsRetrieve = (options) => {
8391
+ return (options.client ?? _heyApiClient).get({
8578
8392
  security: [
8579
8393
  {
8580
8394
  name: 'Authorization',
@@ -8585,12 +8399,12 @@ export const marketplaceCustomerEstimatedCostPoliciesHead = (options) => {
8585
8399
  type: 'http'
8586
8400
  }
8587
8401
  ],
8588
- url: '/api/marketplace-customer-estimated-cost-policies/',
8402
+ url: '/api/marketplace-checklists-admin-question-options/{uuid}/',
8589
8403
  ...options
8590
8404
  });
8591
8405
  };
8592
- export const marketplaceCustomerEstimatedCostPoliciesCreate = (options) => {
8593
- return (options.client ?? _heyApiClient).post({
8406
+ export const marketplaceChecklistsAdminQuestionOptionsPartialUpdate = (options) => {
8407
+ return (options.client ?? _heyApiClient).patch({
8594
8408
  security: [
8595
8409
  {
8596
8410
  name: 'Authorization',
@@ -8601,7 +8415,7 @@ export const marketplaceCustomerEstimatedCostPoliciesCreate = (options) => {
8601
8415
  type: 'http'
8602
8416
  }
8603
8417
  ],
8604
- url: '/api/marketplace-customer-estimated-cost-policies/',
8418
+ url: '/api/marketplace-checklists-admin-question-options/{uuid}/',
8605
8419
  ...options,
8606
8420
  headers: {
8607
8421
  'Content-Type': 'application/json',
@@ -8609,8 +8423,8 @@ export const marketplaceCustomerEstimatedCostPoliciesCreate = (options) => {
8609
8423
  }
8610
8424
  });
8611
8425
  };
8612
- export const marketplaceCustomerEstimatedCostPoliciesDestroy = (options) => {
8613
- return (options.client ?? _heyApiClient).delete({
8426
+ export const marketplaceChecklistsAdminQuestionOptionsUpdate = (options) => {
8427
+ return (options.client ?? _heyApiClient).put({
8614
8428
  security: [
8615
8429
  {
8616
8430
  name: 'Authorization',
@@ -8621,12 +8435,19 @@ export const marketplaceCustomerEstimatedCostPoliciesDestroy = (options) => {
8621
8435
  type: 'http'
8622
8436
  }
8623
8437
  ],
8624
- url: '/api/marketplace-customer-estimated-cost-policies/{uuid}/',
8625
- ...options
8438
+ url: '/api/marketplace-checklists-admin-question-options/{uuid}/',
8439
+ ...options,
8440
+ headers: {
8441
+ 'Content-Type': 'application/json',
8442
+ ...options.headers
8443
+ }
8626
8444
  });
8627
8445
  };
8628
- export const marketplaceCustomerEstimatedCostPoliciesRetrieve = (options) => {
8629
- return (options.client ?? _heyApiClient).get({
8446
+ /**
8447
+ * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
8448
+ */
8449
+ export const marketplaceChecklistsAdminQuestionsList = (options) => {
8450
+ return (options?.client ?? _heyApiClient).get({
8630
8451
  security: [
8631
8452
  {
8632
8453
  name: 'Authorization',
@@ -8637,12 +8458,15 @@ export const marketplaceCustomerEstimatedCostPoliciesRetrieve = (options) => {
8637
8458
  type: 'http'
8638
8459
  }
8639
8460
  ],
8640
- url: '/api/marketplace-customer-estimated-cost-policies/{uuid}/',
8461
+ url: '/api/marketplace-checklists-admin-questions/',
8641
8462
  ...options
8642
8463
  });
8643
8464
  };
8644
- export const marketplaceCustomerEstimatedCostPoliciesPartialUpdate = (options) => {
8645
- return (options.client ?? _heyApiClient).patch({
8465
+ /**
8466
+ * Get number of items in the collection matching the request parameters.
8467
+ */
8468
+ export const marketplaceChecklistsAdminQuestionsHead = (options) => {
8469
+ return (options?.client ?? _heyApiClient).head({
8646
8470
  security: [
8647
8471
  {
8648
8472
  name: 'Authorization',
@@ -8653,16 +8477,12 @@ export const marketplaceCustomerEstimatedCostPoliciesPartialUpdate = (options) =
8653
8477
  type: 'http'
8654
8478
  }
8655
8479
  ],
8656
- url: '/api/marketplace-customer-estimated-cost-policies/{uuid}/',
8657
- ...options,
8658
- headers: {
8659
- 'Content-Type': 'application/json',
8660
- ...options.headers
8661
- }
8480
+ url: '/api/marketplace-checklists-admin-questions/',
8481
+ ...options
8662
8482
  });
8663
8483
  };
8664
- export const marketplaceCustomerEstimatedCostPoliciesUpdate = (options) => {
8665
- return (options.client ?? _heyApiClient).put({
8484
+ export const marketplaceChecklistsAdminQuestionsCreate = (options) => {
8485
+ return (options.client ?? _heyApiClient).post({
8666
8486
  security: [
8667
8487
  {
8668
8488
  name: 'Authorization',
@@ -8673,7 +8493,7 @@ export const marketplaceCustomerEstimatedCostPoliciesUpdate = (options) => {
8673
8493
  type: 'http'
8674
8494
  }
8675
8495
  ],
8676
- url: '/api/marketplace-customer-estimated-cost-policies/{uuid}/',
8496
+ url: '/api/marketplace-checklists-admin-questions/',
8677
8497
  ...options,
8678
8498
  headers: {
8679
8499
  'Content-Type': 'application/json',
@@ -8681,27 +8501,8 @@ export const marketplaceCustomerEstimatedCostPoliciesUpdate = (options) => {
8681
8501
  }
8682
8502
  });
8683
8503
  };
8684
- export const marketplaceCustomerEstimatedCostPoliciesActionsRetrieve = (options) => {
8685
- return (options?.client ?? _heyApiClient).get({
8686
- security: [
8687
- {
8688
- name: 'Authorization',
8689
- type: 'apiKey'
8690
- },
8691
- {
8692
- scheme: 'bearer',
8693
- type: 'http'
8694
- }
8695
- ],
8696
- url: '/api/marketplace-customer-estimated-cost-policies/actions/',
8697
- ...options
8698
- });
8699
- };
8700
- /**
8701
- * Get number of items in the collection matching the request parameters.
8702
- */
8703
- export const marketplaceCustomerEstimatedCostPoliciesActionsHead = (options) => {
8704
- return (options?.client ?? _heyApiClient).head({
8504
+ export const marketplaceChecklistsAdminQuestionsDestroy = (options) => {
8505
+ return (options.client ?? _heyApiClient).delete({
8705
8506
  security: [
8706
8507
  {
8707
8508
  name: 'Authorization',
@@ -8712,15 +8513,12 @@ export const marketplaceCustomerEstimatedCostPoliciesActionsHead = (options) =>
8712
8513
  type: 'http'
8713
8514
  }
8714
8515
  ],
8715
- url: '/api/marketplace-customer-estimated-cost-policies/actions/',
8516
+ url: '/api/marketplace-checklists-admin-questions/{uuid}/',
8716
8517
  ...options
8717
8518
  });
8718
8519
  };
8719
- /**
8720
- * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
8721
- */
8722
- export const marketplaceCustomerServiceAccountsList = (options) => {
8723
- return (options?.client ?? _heyApiClient).get({
8520
+ export const marketplaceChecklistsAdminQuestionsRetrieve = (options) => {
8521
+ return (options.client ?? _heyApiClient).get({
8724
8522
  security: [
8725
8523
  {
8726
8524
  name: 'Authorization',
@@ -8731,15 +8529,12 @@ export const marketplaceCustomerServiceAccountsList = (options) => {
8731
8529
  type: 'http'
8732
8530
  }
8733
8531
  ],
8734
- url: '/api/marketplace-customer-service-accounts/',
8532
+ url: '/api/marketplace-checklists-admin-questions/{uuid}/',
8735
8533
  ...options
8736
8534
  });
8737
8535
  };
8738
- /**
8739
- * Get number of items in the collection matching the request parameters.
8740
- */
8741
- export const marketplaceCustomerServiceAccountsHead = (options) => {
8742
- return (options?.client ?? _heyApiClient).head({
8536
+ export const marketplaceChecklistsAdminQuestionsPartialUpdate = (options) => {
8537
+ return (options.client ?? _heyApiClient).patch({
8743
8538
  security: [
8744
8539
  {
8745
8540
  name: 'Authorization',
@@ -8750,12 +8545,16 @@ export const marketplaceCustomerServiceAccountsHead = (options) => {
8750
8545
  type: 'http'
8751
8546
  }
8752
8547
  ],
8753
- url: '/api/marketplace-customer-service-accounts/',
8754
- ...options
8548
+ url: '/api/marketplace-checklists-admin-questions/{uuid}/',
8549
+ ...options,
8550
+ headers: {
8551
+ 'Content-Type': 'application/json',
8552
+ ...options.headers
8553
+ }
8755
8554
  });
8756
8555
  };
8757
- export const marketplaceCustomerServiceAccountsCreate = (options) => {
8758
- return (options.client ?? _heyApiClient).post({
8556
+ export const marketplaceChecklistsAdminQuestionsUpdate = (options) => {
8557
+ return (options.client ?? _heyApiClient).put({
8759
8558
  security: [
8760
8559
  {
8761
8560
  name: 'Authorization',
@@ -8766,7 +8565,7 @@ export const marketplaceCustomerServiceAccountsCreate = (options) => {
8766
8565
  type: 'http'
8767
8566
  }
8768
8567
  ],
8769
- url: '/api/marketplace-customer-service-accounts/',
8568
+ url: '/api/marketplace-checklists-admin-questions/{uuid}/',
8770
8569
  ...options,
8771
8570
  headers: {
8772
8571
  'Content-Type': 'application/json',
@@ -8774,7 +8573,7 @@ export const marketplaceCustomerServiceAccountsCreate = (options) => {
8774
8573
  }
8775
8574
  });
8776
8575
  };
8777
- export const marketplaceCustomerServiceAccountsDestroy = (options) => {
8576
+ export const marketplaceChecklistsAdminDestroy = (options) => {
8778
8577
  return (options.client ?? _heyApiClient).delete({
8779
8578
  security: [
8780
8579
  {
@@ -8786,11 +8585,11 @@ export const marketplaceCustomerServiceAccountsDestroy = (options) => {
8786
8585
  type: 'http'
8787
8586
  }
8788
8587
  ],
8789
- url: '/api/marketplace-customer-service-accounts/{uuid}/',
8588
+ url: '/api/marketplace-checklists-admin/{uuid}/',
8790
8589
  ...options
8791
8590
  });
8792
8591
  };
8793
- export const marketplaceCustomerServiceAccountsRetrieve = (options) => {
8592
+ export const marketplaceChecklistsAdminRetrieve = (options) => {
8794
8593
  return (options.client ?? _heyApiClient).get({
8795
8594
  security: [
8796
8595
  {
@@ -8802,11 +8601,11 @@ export const marketplaceCustomerServiceAccountsRetrieve = (options) => {
8802
8601
  type: 'http'
8803
8602
  }
8804
8603
  ],
8805
- url: '/api/marketplace-customer-service-accounts/{uuid}/',
8604
+ url: '/api/marketplace-checklists-admin/{uuid}/',
8806
8605
  ...options
8807
8606
  });
8808
8607
  };
8809
- export const marketplaceCustomerServiceAccountsPartialUpdate = (options) => {
8608
+ export const marketplaceChecklistsAdminPartialUpdate = (options) => {
8810
8609
  return (options.client ?? _heyApiClient).patch({
8811
8610
  security: [
8812
8611
  {
@@ -8818,7 +8617,7 @@ export const marketplaceCustomerServiceAccountsPartialUpdate = (options) => {
8818
8617
  type: 'http'
8819
8618
  }
8820
8619
  ],
8821
- url: '/api/marketplace-customer-service-accounts/{uuid}/',
8620
+ url: '/api/marketplace-checklists-admin/{uuid}/',
8822
8621
  ...options,
8823
8622
  headers: {
8824
8623
  'Content-Type': 'application/json',
@@ -8826,7 +8625,7 @@ export const marketplaceCustomerServiceAccountsPartialUpdate = (options) => {
8826
8625
  }
8827
8626
  });
8828
8627
  };
8829
- export const marketplaceCustomerServiceAccountsUpdate = (options) => {
8628
+ export const marketplaceChecklistsAdminUpdate = (options) => {
8830
8629
  return (options.client ?? _heyApiClient).put({
8831
8630
  security: [
8832
8631
  {
@@ -8838,7 +8637,7 @@ export const marketplaceCustomerServiceAccountsUpdate = (options) => {
8838
8637
  type: 'http'
8839
8638
  }
8840
8639
  ],
8841
- url: '/api/marketplace-customer-service-accounts/{uuid}/',
8640
+ url: '/api/marketplace-checklists-admin/{uuid}/',
8842
8641
  ...options,
8843
8642
  headers: {
8844
8643
  'Content-Type': 'application/json',
@@ -8846,27 +8645,11 @@ export const marketplaceCustomerServiceAccountsUpdate = (options) => {
8846
8645
  }
8847
8646
  });
8848
8647
  };
8849
- export const marketplaceCustomerServiceAccountsRotateApiKey = (options) => {
8850
- return (options.client ?? _heyApiClient).post({
8851
- security: [
8852
- {
8853
- name: 'Authorization',
8854
- type: 'apiKey'
8855
- },
8856
- {
8857
- scheme: 'bearer',
8858
- type: 'http'
8859
- }
8860
- ],
8861
- url: '/api/marketplace-customer-service-accounts/{uuid}/rotate_api_key/',
8862
- ...options
8863
- });
8864
- };
8865
8648
  /**
8866
- * Count of resource categories for all resources accessible by user.
8649
+ * Return checklist questions.
8867
8650
  */
8868
- export const marketplaceGlobalCategoriesRetrieve = (options) => {
8869
- return (options?.client ?? _heyApiClient).get({
8651
+ export const marketplaceChecklistsAdminChecklistQuestions = (options) => {
8652
+ return (options.client ?? _heyApiClient).get({
8870
8653
  security: [
8871
8654
  {
8872
8655
  name: 'Authorization',
@@ -8877,14 +8660,14 @@ export const marketplaceGlobalCategoriesRetrieve = (options) => {
8877
8660
  type: 'http'
8878
8661
  }
8879
8662
  ],
8880
- url: '/api/marketplace-global-categories/',
8663
+ url: '/api/marketplace-checklists-admin/{uuid}/questions/',
8881
8664
  ...options
8882
8665
  });
8883
8666
  };
8884
8667
  /**
8885
8668
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
8886
8669
  */
8887
- export const marketplaceIntegrationStatusesList = (options) => {
8670
+ export const marketplaceChecklistsCategoriesList = (options) => {
8888
8671
  return (options?.client ?? _heyApiClient).get({
8889
8672
  security: [
8890
8673
  {
@@ -8896,15 +8679,12 @@ export const marketplaceIntegrationStatusesList = (options) => {
8896
8679
  type: 'http'
8897
8680
  }
8898
8681
  ],
8899
- url: '/api/marketplace-integration-statuses/',
8682
+ url: '/api/marketplace-checklists-categories/',
8900
8683
  ...options
8901
8684
  });
8902
8685
  };
8903
- /**
8904
- * Get number of items in the collection matching the request parameters.
8905
- */
8906
- export const marketplaceIntegrationStatusesHead = (options) => {
8907
- return (options?.client ?? _heyApiClient).head({
8686
+ export const marketplaceChecklistsCategoriesRetrieve = (options) => {
8687
+ return (options.client ?? _heyApiClient).get({
8908
8688
  security: [
8909
8689
  {
8910
8690
  name: 'Authorization',
@@ -8915,12 +8695,15 @@ export const marketplaceIntegrationStatusesHead = (options) => {
8915
8695
  type: 'http'
8916
8696
  }
8917
8697
  ],
8918
- url: '/api/marketplace-integration-statuses/',
8698
+ url: '/api/marketplace-checklists-categories/{uuid}/',
8919
8699
  ...options
8920
8700
  });
8921
8701
  };
8922
- export const marketplaceIntegrationStatusesRetrieve = (options) => {
8923
- return (options.client ?? _heyApiClient).get({
8702
+ /**
8703
+ * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
8704
+ */
8705
+ export const marketplaceComponentUsagesList = (options) => {
8706
+ return (options?.client ?? _heyApiClient).get({
8924
8707
  security: [
8925
8708
  {
8926
8709
  name: 'Authorization',
@@ -8931,15 +8714,15 @@ export const marketplaceIntegrationStatusesRetrieve = (options) => {
8931
8714
  type: 'http'
8932
8715
  }
8933
8716
  ],
8934
- url: '/api/marketplace-integration-statuses/{uuid}/',
8717
+ url: '/api/marketplace-component-usages/',
8935
8718
  ...options
8936
8719
  });
8937
8720
  };
8938
8721
  /**
8939
- * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
8722
+ * Get number of items in the collection matching the request parameters.
8940
8723
  */
8941
- export const marketplaceMaintenanceAnnouncementOfferingsList = (options) => {
8942
- return (options?.client ?? _heyApiClient).get({
8724
+ export const marketplaceComponentUsagesHead = (options) => {
8725
+ return (options?.client ?? _heyApiClient).head({
8943
8726
  security: [
8944
8727
  {
8945
8728
  name: 'Authorization',
@@ -8950,15 +8733,12 @@ export const marketplaceMaintenanceAnnouncementOfferingsList = (options) => {
8950
8733
  type: 'http'
8951
8734
  }
8952
8735
  ],
8953
- url: '/api/marketplace-maintenance-announcement-offerings/',
8736
+ url: '/api/marketplace-component-usages/',
8954
8737
  ...options
8955
8738
  });
8956
8739
  };
8957
- /**
8958
- * Get number of items in the collection matching the request parameters.
8959
- */
8960
- export const marketplaceMaintenanceAnnouncementOfferingsHead = (options) => {
8961
- return (options?.client ?? _heyApiClient).head({
8740
+ export const marketplaceComponentUsagesRetrieve = (options) => {
8741
+ return (options.client ?? _heyApiClient).get({
8962
8742
  security: [
8963
8743
  {
8964
8744
  name: 'Authorization',
@@ -8969,11 +8749,11 @@ export const marketplaceMaintenanceAnnouncementOfferingsHead = (options) => {
8969
8749
  type: 'http'
8970
8750
  }
8971
8751
  ],
8972
- url: '/api/marketplace-maintenance-announcement-offerings/',
8752
+ url: '/api/marketplace-component-usages/{uuid}/',
8973
8753
  ...options
8974
8754
  });
8975
8755
  };
8976
- export const marketplaceMaintenanceAnnouncementOfferingsCreate = (options) => {
8756
+ export const marketplaceComponentUsagesSetUserUsage = (options) => {
8977
8757
  return (options.client ?? _heyApiClient).post({
8978
8758
  security: [
8979
8759
  {
@@ -8985,7 +8765,7 @@ export const marketplaceMaintenanceAnnouncementOfferingsCreate = (options) => {
8985
8765
  type: 'http'
8986
8766
  }
8987
8767
  ],
8988
- url: '/api/marketplace-maintenance-announcement-offerings/',
8768
+ url: '/api/marketplace-component-usages/{uuid}/set_user_usage/',
8989
8769
  ...options,
8990
8770
  headers: {
8991
8771
  'Content-Type': 'application/json',
@@ -8993,8 +8773,8 @@ export const marketplaceMaintenanceAnnouncementOfferingsCreate = (options) => {
8993
8773
  }
8994
8774
  });
8995
8775
  };
8996
- export const marketplaceMaintenanceAnnouncementOfferingsDestroy = (options) => {
8997
- return (options.client ?? _heyApiClient).delete({
8776
+ export const marketplaceComponentUsagesSetUsage = (options) => {
8777
+ return (options.client ?? _heyApiClient).post({
8998
8778
  security: [
8999
8779
  {
9000
8780
  name: 'Authorization',
@@ -9005,12 +8785,19 @@ export const marketplaceMaintenanceAnnouncementOfferingsDestroy = (options) => {
9005
8785
  type: 'http'
9006
8786
  }
9007
8787
  ],
9008
- url: '/api/marketplace-maintenance-announcement-offerings/{uuid}/',
9009
- ...options
8788
+ url: '/api/marketplace-component-usages/set_usage/',
8789
+ ...options,
8790
+ headers: {
8791
+ 'Content-Type': 'application/json',
8792
+ ...options.headers
8793
+ }
9010
8794
  });
9011
8795
  };
9012
- export const marketplaceMaintenanceAnnouncementOfferingsRetrieve = (options) => {
9013
- return (options.client ?? _heyApiClient).get({
8796
+ /**
8797
+ * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
8798
+ */
8799
+ export const marketplaceComponentUserUsagesList = (options) => {
8800
+ return (options?.client ?? _heyApiClient).get({
9014
8801
  security: [
9015
8802
  {
9016
8803
  name: 'Authorization',
@@ -9021,12 +8808,15 @@ export const marketplaceMaintenanceAnnouncementOfferingsRetrieve = (options) =>
9021
8808
  type: 'http'
9022
8809
  }
9023
8810
  ],
9024
- url: '/api/marketplace-maintenance-announcement-offerings/{uuid}/',
8811
+ url: '/api/marketplace-component-user-usages/',
9025
8812
  ...options
9026
8813
  });
9027
8814
  };
9028
- export const marketplaceMaintenanceAnnouncementOfferingsPartialUpdate = (options) => {
9029
- return (options.client ?? _heyApiClient).patch({
8815
+ /**
8816
+ * Get number of items in the collection matching the request parameters.
8817
+ */
8818
+ export const marketplaceComponentUserUsagesHead = (options) => {
8819
+ return (options?.client ?? _heyApiClient).head({
9030
8820
  security: [
9031
8821
  {
9032
8822
  name: 'Authorization',
@@ -9037,16 +8827,12 @@ export const marketplaceMaintenanceAnnouncementOfferingsPartialUpdate = (options
9037
8827
  type: 'http'
9038
8828
  }
9039
8829
  ],
9040
- url: '/api/marketplace-maintenance-announcement-offerings/{uuid}/',
9041
- ...options,
9042
- headers: {
9043
- 'Content-Type': 'application/json',
9044
- ...options.headers
9045
- }
8830
+ url: '/api/marketplace-component-user-usages/',
8831
+ ...options
9046
8832
  });
9047
8833
  };
9048
- export const marketplaceMaintenanceAnnouncementOfferingsUpdate = (options) => {
9049
- return (options.client ?? _heyApiClient).put({
8834
+ export const marketplaceComponentUserUsagesRetrieve = (options) => {
8835
+ return (options.client ?? _heyApiClient).get({
9050
8836
  security: [
9051
8837
  {
9052
8838
  name: 'Authorization',
@@ -9057,18 +8843,14 @@ export const marketplaceMaintenanceAnnouncementOfferingsUpdate = (options) => {
9057
8843
  type: 'http'
9058
8844
  }
9059
8845
  ],
9060
- url: '/api/marketplace-maintenance-announcement-offerings/{uuid}/',
9061
- ...options,
9062
- headers: {
9063
- 'Content-Type': 'application/json',
9064
- ...options.headers
9065
- }
8846
+ url: '/api/marketplace-component-user-usages/{uuid}/',
8847
+ ...options
9066
8848
  });
9067
8849
  };
9068
8850
  /**
9069
8851
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
9070
8852
  */
9071
- export const marketplaceMaintenanceAnnouncementTemplateOfferingsList = (options) => {
8853
+ export const marketplaceCustomerEstimatedCostPoliciesList = (options) => {
9072
8854
  return (options?.client ?? _heyApiClient).get({
9073
8855
  security: [
9074
8856
  {
@@ -9080,14 +8862,14 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsList = (options)
9080
8862
  type: 'http'
9081
8863
  }
9082
8864
  ],
9083
- url: '/api/marketplace-maintenance-announcement-template-offerings/',
8865
+ url: '/api/marketplace-customer-estimated-cost-policies/',
9084
8866
  ...options
9085
8867
  });
9086
8868
  };
9087
8869
  /**
9088
8870
  * Get number of items in the collection matching the request parameters.
9089
8871
  */
9090
- export const marketplaceMaintenanceAnnouncementTemplateOfferingsHead = (options) => {
8872
+ export const marketplaceCustomerEstimatedCostPoliciesHead = (options) => {
9091
8873
  return (options?.client ?? _heyApiClient).head({
9092
8874
  security: [
9093
8875
  {
@@ -9099,11 +8881,11 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsHead = (options)
9099
8881
  type: 'http'
9100
8882
  }
9101
8883
  ],
9102
- url: '/api/marketplace-maintenance-announcement-template-offerings/',
8884
+ url: '/api/marketplace-customer-estimated-cost-policies/',
9103
8885
  ...options
9104
8886
  });
9105
8887
  };
9106
- export const marketplaceMaintenanceAnnouncementTemplateOfferingsCreate = (options) => {
8888
+ export const marketplaceCustomerEstimatedCostPoliciesCreate = (options) => {
9107
8889
  return (options.client ?? _heyApiClient).post({
9108
8890
  security: [
9109
8891
  {
@@ -9115,7 +8897,7 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsCreate = (option
9115
8897
  type: 'http'
9116
8898
  }
9117
8899
  ],
9118
- url: '/api/marketplace-maintenance-announcement-template-offerings/',
8900
+ url: '/api/marketplace-customer-estimated-cost-policies/',
9119
8901
  ...options,
9120
8902
  headers: {
9121
8903
  'Content-Type': 'application/json',
@@ -9123,7 +8905,7 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsCreate = (option
9123
8905
  }
9124
8906
  });
9125
8907
  };
9126
- export const marketplaceMaintenanceAnnouncementTemplateOfferingsDestroy = (options) => {
8908
+ export const marketplaceCustomerEstimatedCostPoliciesDestroy = (options) => {
9127
8909
  return (options.client ?? _heyApiClient).delete({
9128
8910
  security: [
9129
8911
  {
@@ -9135,11 +8917,11 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsDestroy = (optio
9135
8917
  type: 'http'
9136
8918
  }
9137
8919
  ],
9138
- url: '/api/marketplace-maintenance-announcement-template-offerings/{uuid}/',
8920
+ url: '/api/marketplace-customer-estimated-cost-policies/{uuid}/',
9139
8921
  ...options
9140
8922
  });
9141
8923
  };
9142
- export const marketplaceMaintenanceAnnouncementTemplateOfferingsRetrieve = (options) => {
8924
+ export const marketplaceCustomerEstimatedCostPoliciesRetrieve = (options) => {
9143
8925
  return (options.client ?? _heyApiClient).get({
9144
8926
  security: [
9145
8927
  {
@@ -9151,11 +8933,11 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsRetrieve = (opti
9151
8933
  type: 'http'
9152
8934
  }
9153
8935
  ],
9154
- url: '/api/marketplace-maintenance-announcement-template-offerings/{uuid}/',
8936
+ url: '/api/marketplace-customer-estimated-cost-policies/{uuid}/',
9155
8937
  ...options
9156
8938
  });
9157
8939
  };
9158
- export const marketplaceMaintenanceAnnouncementTemplateOfferingsPartialUpdate = (options) => {
8940
+ export const marketplaceCustomerEstimatedCostPoliciesPartialUpdate = (options) => {
9159
8941
  return (options.client ?? _heyApiClient).patch({
9160
8942
  security: [
9161
8943
  {
@@ -9167,7 +8949,7 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsPartialUpdate =
9167
8949
  type: 'http'
9168
8950
  }
9169
8951
  ],
9170
- url: '/api/marketplace-maintenance-announcement-template-offerings/{uuid}/',
8952
+ url: '/api/marketplace-customer-estimated-cost-policies/{uuid}/',
9171
8953
  ...options,
9172
8954
  headers: {
9173
8955
  'Content-Type': 'application/json',
@@ -9175,7 +8957,7 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsPartialUpdate =
9175
8957
  }
9176
8958
  });
9177
8959
  };
9178
- export const marketplaceMaintenanceAnnouncementTemplateOfferingsUpdate = (options) => {
8960
+ export const marketplaceCustomerEstimatedCostPoliciesUpdate = (options) => {
9179
8961
  return (options.client ?? _heyApiClient).put({
9180
8962
  security: [
9181
8963
  {
@@ -9187,7 +8969,7 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsUpdate = (option
9187
8969
  type: 'http'
9188
8970
  }
9189
8971
  ],
9190
- url: '/api/marketplace-maintenance-announcement-template-offerings/{uuid}/',
8972
+ url: '/api/marketplace-customer-estimated-cost-policies/{uuid}/',
9191
8973
  ...options,
9192
8974
  headers: {
9193
8975
  'Content-Type': 'application/json',
@@ -9195,10 +8977,7 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsUpdate = (option
9195
8977
  }
9196
8978
  });
9197
8979
  };
9198
- /**
9199
- * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
9200
- */
9201
- export const marketplaceMaintenanceAnnouncementsList = (options) => {
8980
+ export const marketplaceCustomerEstimatedCostPoliciesActionsRetrieve = (options) => {
9202
8981
  return (options?.client ?? _heyApiClient).get({
9203
8982
  security: [
9204
8983
  {
@@ -9210,14 +8989,14 @@ export const marketplaceMaintenanceAnnouncementsList = (options) => {
9210
8989
  type: 'http'
9211
8990
  }
9212
8991
  ],
9213
- url: '/api/marketplace-maintenance-announcements/',
8992
+ url: '/api/marketplace-customer-estimated-cost-policies/actions/',
9214
8993
  ...options
9215
8994
  });
9216
8995
  };
9217
8996
  /**
9218
8997
  * Get number of items in the collection matching the request parameters.
9219
8998
  */
9220
- export const marketplaceMaintenanceAnnouncementsHead = (options) => {
8999
+ export const marketplaceCustomerEstimatedCostPoliciesActionsHead = (options) => {
9221
9000
  return (options?.client ?? _heyApiClient).head({
9222
9001
  security: [
9223
9002
  {
@@ -9229,34 +9008,14 @@ export const marketplaceMaintenanceAnnouncementsHead = (options) => {
9229
9008
  type: 'http'
9230
9009
  }
9231
9010
  ],
9232
- url: '/api/marketplace-maintenance-announcements/',
9011
+ url: '/api/marketplace-customer-estimated-cost-policies/actions/',
9233
9012
  ...options
9234
9013
  });
9235
9014
  };
9236
- export const marketplaceMaintenanceAnnouncementsCreate = (options) => {
9237
- return (options.client ?? _heyApiClient).post({
9238
- security: [
9239
- {
9240
- name: 'Authorization',
9241
- type: 'apiKey'
9242
- },
9243
- {
9244
- scheme: 'bearer',
9245
- type: 'http'
9246
- }
9247
- ],
9248
- url: '/api/marketplace-maintenance-announcements/',
9249
- ...options,
9250
- headers: {
9251
- 'Content-Type': 'application/json',
9252
- ...options.headers
9253
- }
9254
- });
9255
- };
9256
9015
  /**
9257
9016
  * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
9258
9017
  */
9259
- export const marketplaceMaintenanceAnnouncementsTemplateList = (options) => {
9018
+ export const marketplaceCustomerServiceAccountsList = (options) => {
9260
9019
  return (options?.client ?? _heyApiClient).get({
9261
9020
  security: [
9262
9021
  {
@@ -9268,14 +9027,14 @@ export const marketplaceMaintenanceAnnouncementsTemplateList = (options) => {
9268
9027
  type: 'http'
9269
9028
  }
9270
9029
  ],
9271
- url: '/api/marketplace-maintenance-announcements-template/',
9030
+ url: '/api/marketplace-customer-service-accounts/',
9272
9031
  ...options
9273
9032
  });
9274
9033
  };
9275
9034
  /**
9276
9035
  * Get number of items in the collection matching the request parameters.
9277
9036
  */
9278
- export const marketplaceMaintenanceAnnouncementsTemplateHead = (options) => {
9037
+ export const marketplaceCustomerServiceAccountsHead = (options) => {
9279
9038
  return (options?.client ?? _heyApiClient).head({
9280
9039
  security: [
9281
9040
  {
@@ -9287,11 +9046,11 @@ export const marketplaceMaintenanceAnnouncementsTemplateHead = (options) => {
9287
9046
  type: 'http'
9288
9047
  }
9289
9048
  ],
9290
- url: '/api/marketplace-maintenance-announcements-template/',
9049
+ url: '/api/marketplace-customer-service-accounts/',
9291
9050
  ...options
9292
9051
  });
9293
9052
  };
9294
- export const marketplaceMaintenanceAnnouncementsTemplateCreate = (options) => {
9053
+ export const marketplaceCustomerServiceAccountsCreate = (options) => {
9295
9054
  return (options.client ?? _heyApiClient).post({
9296
9055
  security: [
9297
9056
  {
@@ -9303,7 +9062,7 @@ export const marketplaceMaintenanceAnnouncementsTemplateCreate = (options) => {
9303
9062
  type: 'http'
9304
9063
  }
9305
9064
  ],
9306
- url: '/api/marketplace-maintenance-announcements-template/',
9065
+ url: '/api/marketplace-customer-service-accounts/',
9307
9066
  ...options,
9308
9067
  headers: {
9309
9068
  'Content-Type': 'application/json',
@@ -9311,7 +9070,7 @@ export const marketplaceMaintenanceAnnouncementsTemplateCreate = (options) => {
9311
9070
  }
9312
9071
  });
9313
9072
  };
9314
- export const marketplaceMaintenanceAnnouncementsTemplateDestroy = (options) => {
9073
+ export const marketplaceCustomerServiceAccountsDestroy = (options) => {
9315
9074
  return (options.client ?? _heyApiClient).delete({
9316
9075
  security: [
9317
9076
  {
@@ -9323,11 +9082,11 @@ export const marketplaceMaintenanceAnnouncementsTemplateDestroy = (options) => {
9323
9082
  type: 'http'
9324
9083
  }
9325
9084
  ],
9326
- url: '/api/marketplace-maintenance-announcements-template/{uuid}/',
9085
+ url: '/api/marketplace-customer-service-accounts/{uuid}/',
9327
9086
  ...options
9328
9087
  });
9329
9088
  };
9330
- export const marketplaceMaintenanceAnnouncementsTemplateRetrieve = (options) => {
9089
+ export const marketplaceCustomerServiceAccountsRetrieve = (options) => {
9331
9090
  return (options.client ?? _heyApiClient).get({
9332
9091
  security: [
9333
9092
  {
@@ -9339,11 +9098,11 @@ export const marketplaceMaintenanceAnnouncementsTemplateRetrieve = (options) =>
9339
9098
  type: 'http'
9340
9099
  }
9341
9100
  ],
9342
- url: '/api/marketplace-maintenance-announcements-template/{uuid}/',
9101
+ url: '/api/marketplace-customer-service-accounts/{uuid}/',
9343
9102
  ...options
9344
9103
  });
9345
9104
  };
9346
- export const marketplaceMaintenanceAnnouncementsTemplatePartialUpdate = (options) => {
9105
+ export const marketplaceCustomerServiceAccountsPartialUpdate = (options) => {
9347
9106
  return (options.client ?? _heyApiClient).patch({
9348
9107
  security: [
9349
9108
  {
@@ -9355,7 +9114,7 @@ export const marketplaceMaintenanceAnnouncementsTemplatePartialUpdate = (options
9355
9114
  type: 'http'
9356
9115
  }
9357
9116
  ],
9358
- url: '/api/marketplace-maintenance-announcements-template/{uuid}/',
9117
+ url: '/api/marketplace-customer-service-accounts/{uuid}/',
9359
9118
  ...options,
9360
9119
  headers: {
9361
9120
  'Content-Type': 'application/json',
@@ -9363,7 +9122,7 @@ export const marketplaceMaintenanceAnnouncementsTemplatePartialUpdate = (options
9363
9122
  }
9364
9123
  });
9365
9124
  };
9366
- export const marketplaceMaintenanceAnnouncementsTemplateUpdate = (options) => {
9125
+ export const marketplaceCustomerServiceAccountsUpdate = (options) => {
9367
9126
  return (options.client ?? _heyApiClient).put({
9368
9127
  security: [
9369
9128
  {
@@ -9375,7 +9134,7 @@ export const marketplaceMaintenanceAnnouncementsTemplateUpdate = (options) => {
9375
9134
  type: 'http'
9376
9135
  }
9377
9136
  ],
9378
- url: '/api/marketplace-maintenance-announcements-template/{uuid}/',
9137
+ url: '/api/marketplace-customer-service-accounts/{uuid}/',
9379
9138
  ...options,
9380
9139
  headers: {
9381
9140
  'Content-Type': 'application/json',
@@ -9383,8 +9142,8 @@ export const marketplaceMaintenanceAnnouncementsTemplateUpdate = (options) => {
9383
9142
  }
9384
9143
  });
9385
9144
  };
9386
- export const marketplaceMaintenanceAnnouncementsDestroy = (options) => {
9387
- return (options.client ?? _heyApiClient).delete({
9145
+ export const marketplaceCustomerServiceAccountsRotateApiKey = (options) => {
9146
+ return (options.client ?? _heyApiClient).post({
9388
9147
  security: [
9389
9148
  {
9390
9149
  name: 'Authorization',
@@ -9395,12 +9154,15 @@ export const marketplaceMaintenanceAnnouncementsDestroy = (options) => {
9395
9154
  type: 'http'
9396
9155
  }
9397
9156
  ],
9398
- url: '/api/marketplace-maintenance-announcements/{uuid}/',
9157
+ url: '/api/marketplace-customer-service-accounts/{uuid}/rotate_api_key/',
9399
9158
  ...options
9400
9159
  });
9401
9160
  };
9402
- export const marketplaceMaintenanceAnnouncementsRetrieve = (options) => {
9403
- return (options.client ?? _heyApiClient).get({
9161
+ /**
9162
+ * Count of resource categories for all resources accessible by user.
9163
+ */
9164
+ export const marketplaceGlobalCategoriesRetrieve = (options) => {
9165
+ return (options?.client ?? _heyApiClient).get({
9404
9166
  security: [
9405
9167
  {
9406
9168
  name: 'Authorization',
@@ -9411,12 +9173,15 @@ export const marketplaceMaintenanceAnnouncementsRetrieve = (options) => {
9411
9173
  type: 'http'
9412
9174
  }
9413
9175
  ],
9414
- url: '/api/marketplace-maintenance-announcements/{uuid}/',
9176
+ url: '/api/marketplace-global-categories/',
9415
9177
  ...options
9416
9178
  });
9417
9179
  };
9418
- export const marketplaceMaintenanceAnnouncementsPartialUpdate = (options) => {
9419
- return (options.client ?? _heyApiClient).patch({
9180
+ /**
9181
+ * Mixin to optimize HEAD requests for DRF views bypassing serializer processing
9182
+ */
9183
+ export const marketplaceIntegrationStatusesList = (options) => {
9184
+ return (options?.client ?? _heyApiClient).get({
9420
9185
  security: [
9421
9186
  {
9422
9187
  name: 'Authorization',
@@ -9427,16 +9192,15 @@ export const marketplaceMaintenanceAnnouncementsPartialUpdate = (options) => {
9427
9192
  type: 'http'
9428
9193
  }
9429
9194
  ],
9430
- url: '/api/marketplace-maintenance-announcements/{uuid}/',
9431
- ...options,
9432
- headers: {
9433
- 'Content-Type': 'application/json',
9434
- ...options.headers
9435
- }
9195
+ url: '/api/marketplace-integration-statuses/',
9196
+ ...options
9436
9197
  });
9437
9198
  };
9438
- export const marketplaceMaintenanceAnnouncementsUpdate = (options) => {
9439
- return (options.client ?? _heyApiClient).put({
9199
+ /**
9200
+ * Get number of items in the collection matching the request parameters.
9201
+ */
9202
+ export const marketplaceIntegrationStatusesHead = (options) => {
9203
+ return (options?.client ?? _heyApiClient).head({
9440
9204
  security: [
9441
9205
  {
9442
9206
  name: 'Authorization',
@@ -9447,12 +9211,24 @@ export const marketplaceMaintenanceAnnouncementsUpdate = (options) => {
9447
9211
  type: 'http'
9448
9212
  }
9449
9213
  ],
9450
- url: '/api/marketplace-maintenance-announcements/{uuid}/',
9451
- ...options,
9452
- headers: {
9453
- 'Content-Type': 'application/json',
9454
- ...options.headers
9455
- }
9214
+ url: '/api/marketplace-integration-statuses/',
9215
+ ...options
9216
+ });
9217
+ };
9218
+ export const marketplaceIntegrationStatusesRetrieve = (options) => {
9219
+ return (options.client ?? _heyApiClient).get({
9220
+ security: [
9221
+ {
9222
+ name: 'Authorization',
9223
+ type: 'apiKey'
9224
+ },
9225
+ {
9226
+ scheme: 'bearer',
9227
+ type: 'http'
9228
+ }
9229
+ ],
9230
+ url: '/api/marketplace-integration-statuses/{uuid}/',
9231
+ ...options
9456
9232
  });
9457
9233
  };
9458
9234
  /**
@@ -12579,6 +12355,25 @@ export const marketplaceProviderResourcesPlanPeriodsList = (options) => {
12579
12355
  ...options
12580
12356
  });
12581
12357
  };
12358
+ /**
12359
+ * Starts process of pulling a resource
12360
+ */
12361
+ export const marketplaceProviderResourcesPull = (options) => {
12362
+ return (options.client ?? _heyApiClient).post({
12363
+ security: [
12364
+ {
12365
+ name: 'Authorization',
12366
+ type: 'apiKey'
12367
+ },
12368
+ {
12369
+ scheme: 'bearer',
12370
+ type: 'http'
12371
+ }
12372
+ ],
12373
+ url: '/api/marketplace-provider-resources/{uuid}/pull/',
12374
+ ...options
12375
+ });
12376
+ };
12582
12377
  /**
12583
12378
  * Refresh the last sync time for a resource.
12584
12379
  */
@@ -13450,6 +13245,25 @@ export const marketplaceResourcesPlanPeriodsList = (options) => {
13450
13245
  ...options
13451
13246
  });
13452
13247
  };
13248
+ /**
13249
+ * Starts process of pulling a resource
13250
+ */
13251
+ export const marketplaceResourcesPull = (options) => {
13252
+ return (options.client ?? _heyApiClient).post({
13253
+ security: [
13254
+ {
13255
+ name: 'Authorization',
13256
+ type: 'apiKey'
13257
+ },
13258
+ {
13259
+ scheme: 'bearer',
13260
+ type: 'http'
13261
+ }
13262
+ ],
13263
+ url: '/api/marketplace-resources/{uuid}/pull/',
13264
+ ...options
13265
+ });
13266
+ };
13453
13267
  /**
13454
13268
  * Set end date of the resource by staff.
13455
13269
  */
@@ -20138,22 +19952,6 @@ export const projectsCreate = (options) => {
20138
19952
  }
20139
19953
  });
20140
19954
  };
20141
- export const projectsMarketplaceChecklistsList = (options) => {
20142
- return (options.client ?? _heyApiClient).get({
20143
- security: [
20144
- {
20145
- name: 'Authorization',
20146
- type: 'apiKey'
20147
- },
20148
- {
20149
- scheme: 'bearer',
20150
- type: 'http'
20151
- }
20152
- ],
20153
- url: '/api/projects/{project_uuid}/marketplace-checklists/',
20154
- ...options
20155
- });
20156
- };
20157
19955
  /**
20158
19956
  * If a project has connected instances, deletion request will fail with 409 response code.
20159
19957
  */
@@ -20725,9 +20523,47 @@ export const proposalProposalsAttachDocument = (options) => {
20725
20523
  });
20726
20524
  };
20727
20525
  /**
20728
- * Get compliance checklist for proposal with questions and existing answers.
20526
+ * Get checklist with questions and existing answers.
20527
+ */
20528
+ export const proposalProposalsChecklistRetrieve = (options) => {
20529
+ return (options.client ?? _heyApiClient).get({
20530
+ security: [
20531
+ {
20532
+ name: 'Authorization',
20533
+ type: 'apiKey'
20534
+ },
20535
+ {
20536
+ scheme: 'bearer',
20537
+ type: 'http'
20538
+ }
20539
+ ],
20540
+ url: '/api/proposal-proposals/{uuid}/checklist/',
20541
+ ...options
20542
+ });
20543
+ };
20544
+ /**
20545
+ * Get checklist with questions and existing answers including review logic (reviewers only).
20546
+ */
20547
+ export const proposalProposalsChecklistReviewRetrieve = (options) => {
20548
+ return (options.client ?? _heyApiClient).get({
20549
+ security: [
20550
+ {
20551
+ name: 'Authorization',
20552
+ type: 'apiKey'
20553
+ },
20554
+ {
20555
+ scheme: 'bearer',
20556
+ type: 'http'
20557
+ }
20558
+ ],
20559
+ url: '/api/proposal-proposals/{uuid}/checklist_review/',
20560
+ ...options
20561
+ });
20562
+ };
20563
+ /**
20564
+ * Get checklist completion status with review triggers (reviewers only).
20729
20565
  */
20730
- export const proposalProposalsComplianceChecklistRetrieve = (options) => {
20566
+ export const proposalProposalsCompletionReviewStatusRetrieve = (options) => {
20731
20567
  return (options.client ?? _heyApiClient).get({
20732
20568
  security: [
20733
20569
  {
@@ -20739,14 +20575,14 @@ export const proposalProposalsComplianceChecklistRetrieve = (options) => {
20739
20575
  type: 'http'
20740
20576
  }
20741
20577
  ],
20742
- url: '/api/proposal-proposals/{uuid}/compliance_checklist/',
20578
+ url: '/api/proposal-proposals/{uuid}/completion_review_status/',
20743
20579
  ...options
20744
20580
  });
20745
20581
  };
20746
20582
  /**
20747
- * Get compliance checklist completion status.
20583
+ * Get checklist completion status.
20748
20584
  */
20749
- export const proposalProposalsComplianceStatusRetrieve = (options) => {
20585
+ export const proposalProposalsCompletionStatusRetrieve = (options) => {
20750
20586
  return (options.client ?? _heyApiClient).get({
20751
20587
  security: [
20752
20588
  {
@@ -20758,7 +20594,7 @@ export const proposalProposalsComplianceStatusRetrieve = (options) => {
20758
20594
  type: 'http'
20759
20595
  }
20760
20596
  ],
20761
- url: '/api/proposal-proposals/{uuid}/compliance_status/',
20597
+ url: '/api/proposal-proposals/{uuid}/completion_status/',
20762
20598
  ...options
20763
20599
  });
20764
20600
  };
@@ -20955,9 +20791,9 @@ export const proposalProposalsSubmit = (options) => {
20955
20791
  });
20956
20792
  };
20957
20793
  /**
20958
- * Submit compliance checklist answers (Proposal managers only).
20794
+ * Submit checklist answers.
20959
20795
  */
20960
- export const proposalProposalsSubmitComplianceAnswers = (options) => {
20796
+ export const proposalProposalsSubmitAnswers = (options) => {
20961
20797
  return (options.client ?? _heyApiClient).post({
20962
20798
  security: [
20963
20799
  {
@@ -20969,7 +20805,7 @@ export const proposalProposalsSubmitComplianceAnswers = (options) => {
20969
20805
  type: 'http'
20970
20806
  }
20971
20807
  ],
20972
- url: '/api/proposal-proposals/{uuid}/submit_compliance_answers/',
20808
+ url: '/api/proposal-proposals/{uuid}/submit_answers/',
20973
20809
  ...options,
20974
20810
  headers: {
20975
20811
  'Content-Type': 'application/json',
@@ -26741,22 +26577,6 @@ export const usersCreate = (options) => {
26741
26577
  }
26742
26578
  });
26743
26579
  };
26744
- export const usersMarketplaceChecklistStatsRetrieve = (options) => {
26745
- return (options.client ?? _heyApiClient).get({
26746
- security: [
26747
- {
26748
- name: 'Authorization',
26749
- type: 'apiKey'
26750
- },
26751
- {
26752
- scheme: 'bearer',
26753
- type: 'http'
26754
- }
26755
- ],
26756
- url: '/api/users/{user_uuid}/marketplace-checklist-stats/',
26757
- ...options
26758
- });
26759
- };
26760
26580
  export const usersDestroy = (options) => {
26761
26581
  return (options.client ?? _heyApiClient).delete({
26762
26582
  security: [