waldur-js-client 7.7.5-dev.4 → 7.7.5-dev.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sdk.gen.d.ts +71 -53
- package/dist/sdk.gen.js +564 -452
- package/dist/types.gen.d.ts +1181 -1052
- package/package.json +1 -1
package/dist/sdk.gen.js
CHANGED
|
@@ -6885,26 +6885,10 @@ export const lexisLinksUpdate = (options) => {
|
|
|
6885
6885
|
}
|
|
6886
6886
|
});
|
|
6887
6887
|
};
|
|
6888
|
-
export const marketplaceBookingsList = (options) => {
|
|
6889
|
-
return (options.client ?? _heyApiClient).get({
|
|
6890
|
-
security: [
|
|
6891
|
-
{
|
|
6892
|
-
name: 'Authorization',
|
|
6893
|
-
type: 'apiKey'
|
|
6894
|
-
},
|
|
6895
|
-
{
|
|
6896
|
-
scheme: 'bearer',
|
|
6897
|
-
type: 'http'
|
|
6898
|
-
}
|
|
6899
|
-
],
|
|
6900
|
-
url: '/api/marketplace-bookings/{uuid}/',
|
|
6901
|
-
...options
|
|
6902
|
-
});
|
|
6903
|
-
};
|
|
6904
6888
|
/**
|
|
6905
6889
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
6906
6890
|
*/
|
|
6907
|
-
export const
|
|
6891
|
+
export const maintenanceAnnouncementOfferingsList = (options) => {
|
|
6908
6892
|
return (options?.client ?? _heyApiClient).get({
|
|
6909
6893
|
security: [
|
|
6910
6894
|
{
|
|
@@ -6916,14 +6900,14 @@ export const marketplaceCategoriesList = (options) => {
|
|
|
6916
6900
|
type: 'http'
|
|
6917
6901
|
}
|
|
6918
6902
|
],
|
|
6919
|
-
url: '/api/
|
|
6903
|
+
url: '/api/maintenance-announcement-offerings/',
|
|
6920
6904
|
...options
|
|
6921
6905
|
});
|
|
6922
6906
|
};
|
|
6923
6907
|
/**
|
|
6924
6908
|
* Get number of items in the collection matching the request parameters.
|
|
6925
6909
|
*/
|
|
6926
|
-
export const
|
|
6910
|
+
export const maintenanceAnnouncementOfferingsHead = (options) => {
|
|
6927
6911
|
return (options?.client ?? _heyApiClient).head({
|
|
6928
6912
|
security: [
|
|
6929
6913
|
{
|
|
@@ -6935,11 +6919,11 @@ export const marketplaceCategoriesHead = (options) => {
|
|
|
6935
6919
|
type: 'http'
|
|
6936
6920
|
}
|
|
6937
6921
|
],
|
|
6938
|
-
url: '/api/
|
|
6922
|
+
url: '/api/maintenance-announcement-offerings/',
|
|
6939
6923
|
...options
|
|
6940
6924
|
});
|
|
6941
6925
|
};
|
|
6942
|
-
export const
|
|
6926
|
+
export const maintenanceAnnouncementOfferingsCreate = (options) => {
|
|
6943
6927
|
return (options.client ?? _heyApiClient).post({
|
|
6944
6928
|
security: [
|
|
6945
6929
|
{
|
|
@@ -6951,7 +6935,7 @@ export const marketplaceCategoriesCreate = (options) => {
|
|
|
6951
6935
|
type: 'http'
|
|
6952
6936
|
}
|
|
6953
6937
|
],
|
|
6954
|
-
url: '/api/
|
|
6938
|
+
url: '/api/maintenance-announcement-offerings/',
|
|
6955
6939
|
...options,
|
|
6956
6940
|
headers: {
|
|
6957
6941
|
'Content-Type': 'application/json',
|
|
@@ -6959,7 +6943,7 @@ export const marketplaceCategoriesCreate = (options) => {
|
|
|
6959
6943
|
}
|
|
6960
6944
|
});
|
|
6961
6945
|
};
|
|
6962
|
-
export const
|
|
6946
|
+
export const maintenanceAnnouncementOfferingsDestroy = (options) => {
|
|
6963
6947
|
return (options.client ?? _heyApiClient).delete({
|
|
6964
6948
|
security: [
|
|
6965
6949
|
{
|
|
@@ -6971,11 +6955,11 @@ export const marketplaceCategoriesDestroy = (options) => {
|
|
|
6971
6955
|
type: 'http'
|
|
6972
6956
|
}
|
|
6973
6957
|
],
|
|
6974
|
-
url: '/api/
|
|
6958
|
+
url: '/api/maintenance-announcement-offerings/{uuid}/',
|
|
6975
6959
|
...options
|
|
6976
6960
|
});
|
|
6977
6961
|
};
|
|
6978
|
-
export const
|
|
6962
|
+
export const maintenanceAnnouncementOfferingsRetrieve = (options) => {
|
|
6979
6963
|
return (options.client ?? _heyApiClient).get({
|
|
6980
6964
|
security: [
|
|
6981
6965
|
{
|
|
@@ -6987,11 +6971,11 @@ export const marketplaceCategoriesRetrieve = (options) => {
|
|
|
6987
6971
|
type: 'http'
|
|
6988
6972
|
}
|
|
6989
6973
|
],
|
|
6990
|
-
url: '/api/
|
|
6974
|
+
url: '/api/maintenance-announcement-offerings/{uuid}/',
|
|
6991
6975
|
...options
|
|
6992
6976
|
});
|
|
6993
6977
|
};
|
|
6994
|
-
export const
|
|
6978
|
+
export const maintenanceAnnouncementOfferingsPartialUpdate = (options) => {
|
|
6995
6979
|
return (options.client ?? _heyApiClient).patch({
|
|
6996
6980
|
security: [
|
|
6997
6981
|
{
|
|
@@ -7003,7 +6987,7 @@ export const marketplaceCategoriesPartialUpdate = (options) => {
|
|
|
7003
6987
|
type: 'http'
|
|
7004
6988
|
}
|
|
7005
6989
|
],
|
|
7006
|
-
url: '/api/
|
|
6990
|
+
url: '/api/maintenance-announcement-offerings/{uuid}/',
|
|
7007
6991
|
...options,
|
|
7008
6992
|
headers: {
|
|
7009
6993
|
'Content-Type': 'application/json',
|
|
@@ -7011,7 +6995,7 @@ export const marketplaceCategoriesPartialUpdate = (options) => {
|
|
|
7011
6995
|
}
|
|
7012
6996
|
});
|
|
7013
6997
|
};
|
|
7014
|
-
export const
|
|
6998
|
+
export const maintenanceAnnouncementOfferingsUpdate = (options) => {
|
|
7015
6999
|
return (options.client ?? _heyApiClient).put({
|
|
7016
7000
|
security: [
|
|
7017
7001
|
{
|
|
@@ -7023,7 +7007,7 @@ export const marketplaceCategoriesUpdate = (options) => {
|
|
|
7023
7007
|
type: 'http'
|
|
7024
7008
|
}
|
|
7025
7009
|
],
|
|
7026
|
-
url: '/api/
|
|
7010
|
+
url: '/api/maintenance-announcement-offerings/{uuid}/',
|
|
7027
7011
|
...options,
|
|
7028
7012
|
headers: {
|
|
7029
7013
|
'Content-Type': 'application/json',
|
|
@@ -7034,7 +7018,7 @@ export const marketplaceCategoriesUpdate = (options) => {
|
|
|
7034
7018
|
/**
|
|
7035
7019
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
7036
7020
|
*/
|
|
7037
|
-
export const
|
|
7021
|
+
export const maintenanceAnnouncementTemplateOfferingsList = (options) => {
|
|
7038
7022
|
return (options?.client ?? _heyApiClient).get({
|
|
7039
7023
|
security: [
|
|
7040
7024
|
{
|
|
@@ -7046,14 +7030,14 @@ export const marketplaceCategoryColumnsList = (options) => {
|
|
|
7046
7030
|
type: 'http'
|
|
7047
7031
|
}
|
|
7048
7032
|
],
|
|
7049
|
-
url: '/api/
|
|
7033
|
+
url: '/api/maintenance-announcement-template-offerings/',
|
|
7050
7034
|
...options
|
|
7051
7035
|
});
|
|
7052
7036
|
};
|
|
7053
7037
|
/**
|
|
7054
7038
|
* Get number of items in the collection matching the request parameters.
|
|
7055
7039
|
*/
|
|
7056
|
-
export const
|
|
7040
|
+
export const maintenanceAnnouncementTemplateOfferingsHead = (options) => {
|
|
7057
7041
|
return (options?.client ?? _heyApiClient).head({
|
|
7058
7042
|
security: [
|
|
7059
7043
|
{
|
|
@@ -7065,11 +7049,11 @@ export const marketplaceCategoryColumnsHead = (options) => {
|
|
|
7065
7049
|
type: 'http'
|
|
7066
7050
|
}
|
|
7067
7051
|
],
|
|
7068
|
-
url: '/api/
|
|
7052
|
+
url: '/api/maintenance-announcement-template-offerings/',
|
|
7069
7053
|
...options
|
|
7070
7054
|
});
|
|
7071
7055
|
};
|
|
7072
|
-
export const
|
|
7056
|
+
export const maintenanceAnnouncementTemplateOfferingsCreate = (options) => {
|
|
7073
7057
|
return (options.client ?? _heyApiClient).post({
|
|
7074
7058
|
security: [
|
|
7075
7059
|
{
|
|
@@ -7081,7 +7065,7 @@ export const marketplaceCategoryColumnsCreate = (options) => {
|
|
|
7081
7065
|
type: 'http'
|
|
7082
7066
|
}
|
|
7083
7067
|
],
|
|
7084
|
-
url: '/api/
|
|
7068
|
+
url: '/api/maintenance-announcement-template-offerings/',
|
|
7085
7069
|
...options,
|
|
7086
7070
|
headers: {
|
|
7087
7071
|
'Content-Type': 'application/json',
|
|
@@ -7089,7 +7073,7 @@ export const marketplaceCategoryColumnsCreate = (options) => {
|
|
|
7089
7073
|
}
|
|
7090
7074
|
});
|
|
7091
7075
|
};
|
|
7092
|
-
export const
|
|
7076
|
+
export const maintenanceAnnouncementTemplateOfferingsDestroy = (options) => {
|
|
7093
7077
|
return (options.client ?? _heyApiClient).delete({
|
|
7094
7078
|
security: [
|
|
7095
7079
|
{
|
|
@@ -7101,11 +7085,11 @@ export const marketplaceCategoryColumnsDestroy = (options) => {
|
|
|
7101
7085
|
type: 'http'
|
|
7102
7086
|
}
|
|
7103
7087
|
],
|
|
7104
|
-
url: '/api/
|
|
7088
|
+
url: '/api/maintenance-announcement-template-offerings/{uuid}/',
|
|
7105
7089
|
...options
|
|
7106
7090
|
});
|
|
7107
7091
|
};
|
|
7108
|
-
export const
|
|
7092
|
+
export const maintenanceAnnouncementTemplateOfferingsRetrieve = (options) => {
|
|
7109
7093
|
return (options.client ?? _heyApiClient).get({
|
|
7110
7094
|
security: [
|
|
7111
7095
|
{
|
|
@@ -7117,11 +7101,11 @@ export const marketplaceCategoryColumnsRetrieve = (options) => {
|
|
|
7117
7101
|
type: 'http'
|
|
7118
7102
|
}
|
|
7119
7103
|
],
|
|
7120
|
-
url: '/api/
|
|
7104
|
+
url: '/api/maintenance-announcement-template-offerings/{uuid}/',
|
|
7121
7105
|
...options
|
|
7122
7106
|
});
|
|
7123
7107
|
};
|
|
7124
|
-
export const
|
|
7108
|
+
export const maintenanceAnnouncementTemplateOfferingsPartialUpdate = (options) => {
|
|
7125
7109
|
return (options.client ?? _heyApiClient).patch({
|
|
7126
7110
|
security: [
|
|
7127
7111
|
{
|
|
@@ -7133,7 +7117,7 @@ export const marketplaceCategoryColumnsPartialUpdate = (options) => {
|
|
|
7133
7117
|
type: 'http'
|
|
7134
7118
|
}
|
|
7135
7119
|
],
|
|
7136
|
-
url: '/api/
|
|
7120
|
+
url: '/api/maintenance-announcement-template-offerings/{uuid}/',
|
|
7137
7121
|
...options,
|
|
7138
7122
|
headers: {
|
|
7139
7123
|
'Content-Type': 'application/json',
|
|
@@ -7141,7 +7125,7 @@ export const marketplaceCategoryColumnsPartialUpdate = (options) => {
|
|
|
7141
7125
|
}
|
|
7142
7126
|
});
|
|
7143
7127
|
};
|
|
7144
|
-
export const
|
|
7128
|
+
export const maintenanceAnnouncementTemplateOfferingsUpdate = (options) => {
|
|
7145
7129
|
return (options.client ?? _heyApiClient).put({
|
|
7146
7130
|
security: [
|
|
7147
7131
|
{
|
|
@@ -7153,7 +7137,7 @@ export const marketplaceCategoryColumnsUpdate = (options) => {
|
|
|
7153
7137
|
type: 'http'
|
|
7154
7138
|
}
|
|
7155
7139
|
],
|
|
7156
|
-
url: '/api/
|
|
7140
|
+
url: '/api/maintenance-announcement-template-offerings/{uuid}/',
|
|
7157
7141
|
...options,
|
|
7158
7142
|
headers: {
|
|
7159
7143
|
'Content-Type': 'application/json',
|
|
@@ -7164,7 +7148,7 @@ export const marketplaceCategoryColumnsUpdate = (options) => {
|
|
|
7164
7148
|
/**
|
|
7165
7149
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
7166
7150
|
*/
|
|
7167
|
-
export const
|
|
7151
|
+
export const maintenanceAnnouncementsList = (options) => {
|
|
7168
7152
|
return (options?.client ?? _heyApiClient).get({
|
|
7169
7153
|
security: [
|
|
7170
7154
|
{
|
|
@@ -7176,14 +7160,14 @@ export const marketplaceCategoryComponentUsagesList = (options) => {
|
|
|
7176
7160
|
type: 'http'
|
|
7177
7161
|
}
|
|
7178
7162
|
],
|
|
7179
|
-
url: '/api/
|
|
7163
|
+
url: '/api/maintenance-announcements/',
|
|
7180
7164
|
...options
|
|
7181
7165
|
});
|
|
7182
7166
|
};
|
|
7183
7167
|
/**
|
|
7184
7168
|
* Get number of items in the collection matching the request parameters.
|
|
7185
7169
|
*/
|
|
7186
|
-
export const
|
|
7170
|
+
export const maintenanceAnnouncementsHead = (options) => {
|
|
7187
7171
|
return (options?.client ?? _heyApiClient).head({
|
|
7188
7172
|
security: [
|
|
7189
7173
|
{
|
|
@@ -7195,12 +7179,12 @@ export const marketplaceCategoryComponentUsagesHead = (options) => {
|
|
|
7195
7179
|
type: 'http'
|
|
7196
7180
|
}
|
|
7197
7181
|
],
|
|
7198
|
-
url: '/api/
|
|
7182
|
+
url: '/api/maintenance-announcements/',
|
|
7199
7183
|
...options
|
|
7200
7184
|
});
|
|
7201
7185
|
};
|
|
7202
|
-
export const
|
|
7203
|
-
return (options.client ?? _heyApiClient).
|
|
7186
|
+
export const maintenanceAnnouncementsCreate = (options) => {
|
|
7187
|
+
return (options.client ?? _heyApiClient).post({
|
|
7204
7188
|
security: [
|
|
7205
7189
|
{
|
|
7206
7190
|
name: 'Authorization',
|
|
@@ -7211,14 +7195,18 @@ export const marketplaceCategoryComponentUsagesRetrieve = (options) => {
|
|
|
7211
7195
|
type: 'http'
|
|
7212
7196
|
}
|
|
7213
7197
|
],
|
|
7214
|
-
url: '/api/
|
|
7215
|
-
...options
|
|
7198
|
+
url: '/api/maintenance-announcements/',
|
|
7199
|
+
...options,
|
|
7200
|
+
headers: {
|
|
7201
|
+
'Content-Type': 'application/json',
|
|
7202
|
+
...options.headers
|
|
7203
|
+
}
|
|
7216
7204
|
});
|
|
7217
7205
|
};
|
|
7218
7206
|
/**
|
|
7219
7207
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
7220
7208
|
*/
|
|
7221
|
-
export const
|
|
7209
|
+
export const maintenanceAnnouncementsTemplateList = (options) => {
|
|
7222
7210
|
return (options?.client ?? _heyApiClient).get({
|
|
7223
7211
|
security: [
|
|
7224
7212
|
{
|
|
@@ -7230,14 +7218,14 @@ export const marketplaceCategoryComponentsList = (options) => {
|
|
|
7230
7218
|
type: 'http'
|
|
7231
7219
|
}
|
|
7232
7220
|
],
|
|
7233
|
-
url: '/api/
|
|
7221
|
+
url: '/api/maintenance-announcements-template/',
|
|
7234
7222
|
...options
|
|
7235
7223
|
});
|
|
7236
7224
|
};
|
|
7237
7225
|
/**
|
|
7238
7226
|
* Get number of items in the collection matching the request parameters.
|
|
7239
7227
|
*/
|
|
7240
|
-
export const
|
|
7228
|
+
export const maintenanceAnnouncementsTemplateHead = (options) => {
|
|
7241
7229
|
return (options?.client ?? _heyApiClient).head({
|
|
7242
7230
|
security: [
|
|
7243
7231
|
{
|
|
@@ -7249,11 +7237,11 @@ export const marketplaceCategoryComponentsHead = (options) => {
|
|
|
7249
7237
|
type: 'http'
|
|
7250
7238
|
}
|
|
7251
7239
|
],
|
|
7252
|
-
url: '/api/
|
|
7240
|
+
url: '/api/maintenance-announcements-template/',
|
|
7253
7241
|
...options
|
|
7254
7242
|
});
|
|
7255
7243
|
};
|
|
7256
|
-
export const
|
|
7244
|
+
export const maintenanceAnnouncementsTemplateCreate = (options) => {
|
|
7257
7245
|
return (options.client ?? _heyApiClient).post({
|
|
7258
7246
|
security: [
|
|
7259
7247
|
{
|
|
@@ -7265,7 +7253,7 @@ export const marketplaceCategoryComponentsCreate = (options) => {
|
|
|
7265
7253
|
type: 'http'
|
|
7266
7254
|
}
|
|
7267
7255
|
],
|
|
7268
|
-
url: '/api/
|
|
7256
|
+
url: '/api/maintenance-announcements-template/',
|
|
7269
7257
|
...options,
|
|
7270
7258
|
headers: {
|
|
7271
7259
|
'Content-Type': 'application/json',
|
|
@@ -7273,7 +7261,7 @@ export const marketplaceCategoryComponentsCreate = (options) => {
|
|
|
7273
7261
|
}
|
|
7274
7262
|
});
|
|
7275
7263
|
};
|
|
7276
|
-
export const
|
|
7264
|
+
export const maintenanceAnnouncementsTemplateDestroy = (options) => {
|
|
7277
7265
|
return (options.client ?? _heyApiClient).delete({
|
|
7278
7266
|
security: [
|
|
7279
7267
|
{
|
|
@@ -7285,11 +7273,11 @@ export const marketplaceCategoryComponentsDestroy = (options) => {
|
|
|
7285
7273
|
type: 'http'
|
|
7286
7274
|
}
|
|
7287
7275
|
],
|
|
7288
|
-
url: '/api/
|
|
7276
|
+
url: '/api/maintenance-announcements-template/{uuid}/',
|
|
7289
7277
|
...options
|
|
7290
7278
|
});
|
|
7291
7279
|
};
|
|
7292
|
-
export const
|
|
7280
|
+
export const maintenanceAnnouncementsTemplateRetrieve = (options) => {
|
|
7293
7281
|
return (options.client ?? _heyApiClient).get({
|
|
7294
7282
|
security: [
|
|
7295
7283
|
{
|
|
@@ -7301,11 +7289,11 @@ export const marketplaceCategoryComponentsRetrieve = (options) => {
|
|
|
7301
7289
|
type: 'http'
|
|
7302
7290
|
}
|
|
7303
7291
|
],
|
|
7304
|
-
url: '/api/
|
|
7292
|
+
url: '/api/maintenance-announcements-template/{uuid}/',
|
|
7305
7293
|
...options
|
|
7306
7294
|
});
|
|
7307
7295
|
};
|
|
7308
|
-
export const
|
|
7296
|
+
export const maintenanceAnnouncementsTemplatePartialUpdate = (options) => {
|
|
7309
7297
|
return (options.client ?? _heyApiClient).patch({
|
|
7310
7298
|
security: [
|
|
7311
7299
|
{
|
|
@@ -7317,7 +7305,7 @@ export const marketplaceCategoryComponentsPartialUpdate = (options) => {
|
|
|
7317
7305
|
type: 'http'
|
|
7318
7306
|
}
|
|
7319
7307
|
],
|
|
7320
|
-
url: '/api/
|
|
7308
|
+
url: '/api/maintenance-announcements-template/{uuid}/',
|
|
7321
7309
|
...options,
|
|
7322
7310
|
headers: {
|
|
7323
7311
|
'Content-Type': 'application/json',
|
|
@@ -7325,7 +7313,7 @@ export const marketplaceCategoryComponentsPartialUpdate = (options) => {
|
|
|
7325
7313
|
}
|
|
7326
7314
|
});
|
|
7327
7315
|
};
|
|
7328
|
-
export const
|
|
7316
|
+
export const maintenanceAnnouncementsTemplateUpdate = (options) => {
|
|
7329
7317
|
return (options.client ?? _heyApiClient).put({
|
|
7330
7318
|
security: [
|
|
7331
7319
|
{
|
|
@@ -7337,7 +7325,79 @@ export const marketplaceCategoryComponentsUpdate = (options) => {
|
|
|
7337
7325
|
type: 'http'
|
|
7338
7326
|
}
|
|
7339
7327
|
],
|
|
7340
|
-
url: '/api/
|
|
7328
|
+
url: '/api/maintenance-announcements-template/{uuid}/',
|
|
7329
|
+
...options,
|
|
7330
|
+
headers: {
|
|
7331
|
+
'Content-Type': 'application/json',
|
|
7332
|
+
...options.headers
|
|
7333
|
+
}
|
|
7334
|
+
});
|
|
7335
|
+
};
|
|
7336
|
+
export const maintenanceAnnouncementsDestroy = (options) => {
|
|
7337
|
+
return (options.client ?? _heyApiClient).delete({
|
|
7338
|
+
security: [
|
|
7339
|
+
{
|
|
7340
|
+
name: 'Authorization',
|
|
7341
|
+
type: 'apiKey'
|
|
7342
|
+
},
|
|
7343
|
+
{
|
|
7344
|
+
scheme: 'bearer',
|
|
7345
|
+
type: 'http'
|
|
7346
|
+
}
|
|
7347
|
+
],
|
|
7348
|
+
url: '/api/maintenance-announcements/{uuid}/',
|
|
7349
|
+
...options
|
|
7350
|
+
});
|
|
7351
|
+
};
|
|
7352
|
+
export const maintenanceAnnouncementsRetrieve = (options) => {
|
|
7353
|
+
return (options.client ?? _heyApiClient).get({
|
|
7354
|
+
security: [
|
|
7355
|
+
{
|
|
7356
|
+
name: 'Authorization',
|
|
7357
|
+
type: 'apiKey'
|
|
7358
|
+
},
|
|
7359
|
+
{
|
|
7360
|
+
scheme: 'bearer',
|
|
7361
|
+
type: 'http'
|
|
7362
|
+
}
|
|
7363
|
+
],
|
|
7364
|
+
url: '/api/maintenance-announcements/{uuid}/',
|
|
7365
|
+
...options
|
|
7366
|
+
});
|
|
7367
|
+
};
|
|
7368
|
+
export const maintenanceAnnouncementsPartialUpdate = (options) => {
|
|
7369
|
+
return (options.client ?? _heyApiClient).patch({
|
|
7370
|
+
security: [
|
|
7371
|
+
{
|
|
7372
|
+
name: 'Authorization',
|
|
7373
|
+
type: 'apiKey'
|
|
7374
|
+
},
|
|
7375
|
+
{
|
|
7376
|
+
scheme: 'bearer',
|
|
7377
|
+
type: 'http'
|
|
7378
|
+
}
|
|
7379
|
+
],
|
|
7380
|
+
url: '/api/maintenance-announcements/{uuid}/',
|
|
7381
|
+
...options,
|
|
7382
|
+
headers: {
|
|
7383
|
+
'Content-Type': 'application/json',
|
|
7384
|
+
...options.headers
|
|
7385
|
+
}
|
|
7386
|
+
});
|
|
7387
|
+
};
|
|
7388
|
+
export const maintenanceAnnouncementsUpdate = (options) => {
|
|
7389
|
+
return (options.client ?? _heyApiClient).put({
|
|
7390
|
+
security: [
|
|
7391
|
+
{
|
|
7392
|
+
name: 'Authorization',
|
|
7393
|
+
type: 'apiKey'
|
|
7394
|
+
},
|
|
7395
|
+
{
|
|
7396
|
+
scheme: 'bearer',
|
|
7397
|
+
type: 'http'
|
|
7398
|
+
}
|
|
7399
|
+
],
|
|
7400
|
+
url: '/api/maintenance-announcements/{uuid}/',
|
|
7341
7401
|
...options,
|
|
7342
7402
|
headers: {
|
|
7343
7403
|
'Content-Type': 'application/json',
|
|
@@ -7345,10 +7405,26 @@ export const marketplaceCategoryComponentsUpdate = (options) => {
|
|
|
7345
7405
|
}
|
|
7346
7406
|
});
|
|
7347
7407
|
};
|
|
7408
|
+
export const marketplaceBookingsList = (options) => {
|
|
7409
|
+
return (options.client ?? _heyApiClient).get({
|
|
7410
|
+
security: [
|
|
7411
|
+
{
|
|
7412
|
+
name: 'Authorization',
|
|
7413
|
+
type: 'apiKey'
|
|
7414
|
+
},
|
|
7415
|
+
{
|
|
7416
|
+
scheme: 'bearer',
|
|
7417
|
+
type: 'http'
|
|
7418
|
+
}
|
|
7419
|
+
],
|
|
7420
|
+
url: '/api/marketplace-bookings/{uuid}/',
|
|
7421
|
+
...options
|
|
7422
|
+
});
|
|
7423
|
+
};
|
|
7348
7424
|
/**
|
|
7349
7425
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
7350
7426
|
*/
|
|
7351
|
-
export const
|
|
7427
|
+
export const marketplaceCategoriesList = (options) => {
|
|
7352
7428
|
return (options?.client ?? _heyApiClient).get({
|
|
7353
7429
|
security: [
|
|
7354
7430
|
{
|
|
@@ -7360,14 +7436,14 @@ export const marketplaceCategoryGroupsList = (options) => {
|
|
|
7360
7436
|
type: 'http'
|
|
7361
7437
|
}
|
|
7362
7438
|
],
|
|
7363
|
-
url: '/api/marketplace-
|
|
7439
|
+
url: '/api/marketplace-categories/',
|
|
7364
7440
|
...options
|
|
7365
7441
|
});
|
|
7366
7442
|
};
|
|
7367
7443
|
/**
|
|
7368
7444
|
* Get number of items in the collection matching the request parameters.
|
|
7369
7445
|
*/
|
|
7370
|
-
export const
|
|
7446
|
+
export const marketplaceCategoriesHead = (options) => {
|
|
7371
7447
|
return (options?.client ?? _heyApiClient).head({
|
|
7372
7448
|
security: [
|
|
7373
7449
|
{
|
|
@@ -7379,11 +7455,11 @@ export const marketplaceCategoryGroupsHead = (options) => {
|
|
|
7379
7455
|
type: 'http'
|
|
7380
7456
|
}
|
|
7381
7457
|
],
|
|
7382
|
-
url: '/api/marketplace-
|
|
7458
|
+
url: '/api/marketplace-categories/',
|
|
7383
7459
|
...options
|
|
7384
7460
|
});
|
|
7385
7461
|
};
|
|
7386
|
-
export const
|
|
7462
|
+
export const marketplaceCategoriesCreate = (options) => {
|
|
7387
7463
|
return (options.client ?? _heyApiClient).post({
|
|
7388
7464
|
security: [
|
|
7389
7465
|
{
|
|
@@ -7395,7 +7471,7 @@ export const marketplaceCategoryGroupsCreate = (options) => {
|
|
|
7395
7471
|
type: 'http'
|
|
7396
7472
|
}
|
|
7397
7473
|
],
|
|
7398
|
-
url: '/api/marketplace-
|
|
7474
|
+
url: '/api/marketplace-categories/',
|
|
7399
7475
|
...options,
|
|
7400
7476
|
headers: {
|
|
7401
7477
|
'Content-Type': 'application/json',
|
|
@@ -7403,7 +7479,7 @@ export const marketplaceCategoryGroupsCreate = (options) => {
|
|
|
7403
7479
|
}
|
|
7404
7480
|
});
|
|
7405
7481
|
};
|
|
7406
|
-
export const
|
|
7482
|
+
export const marketplaceCategoriesDestroy = (options) => {
|
|
7407
7483
|
return (options.client ?? _heyApiClient).delete({
|
|
7408
7484
|
security: [
|
|
7409
7485
|
{
|
|
@@ -7415,11 +7491,11 @@ export const marketplaceCategoryGroupsDestroy = (options) => {
|
|
|
7415
7491
|
type: 'http'
|
|
7416
7492
|
}
|
|
7417
7493
|
],
|
|
7418
|
-
url: '/api/marketplace-
|
|
7494
|
+
url: '/api/marketplace-categories/{uuid}/',
|
|
7419
7495
|
...options
|
|
7420
7496
|
});
|
|
7421
7497
|
};
|
|
7422
|
-
export const
|
|
7498
|
+
export const marketplaceCategoriesRetrieve = (options) => {
|
|
7423
7499
|
return (options.client ?? _heyApiClient).get({
|
|
7424
7500
|
security: [
|
|
7425
7501
|
{
|
|
@@ -7431,11 +7507,11 @@ export const marketplaceCategoryGroupsRetrieve = (options) => {
|
|
|
7431
7507
|
type: 'http'
|
|
7432
7508
|
}
|
|
7433
7509
|
],
|
|
7434
|
-
url: '/api/marketplace-
|
|
7510
|
+
url: '/api/marketplace-categories/{uuid}/',
|
|
7435
7511
|
...options
|
|
7436
7512
|
});
|
|
7437
7513
|
};
|
|
7438
|
-
export const
|
|
7514
|
+
export const marketplaceCategoriesPartialUpdate = (options) => {
|
|
7439
7515
|
return (options.client ?? _heyApiClient).patch({
|
|
7440
7516
|
security: [
|
|
7441
7517
|
{
|
|
@@ -7447,7 +7523,7 @@ export const marketplaceCategoryGroupsPartialUpdate = (options) => {
|
|
|
7447
7523
|
type: 'http'
|
|
7448
7524
|
}
|
|
7449
7525
|
],
|
|
7450
|
-
url: '/api/marketplace-
|
|
7526
|
+
url: '/api/marketplace-categories/{uuid}/',
|
|
7451
7527
|
...options,
|
|
7452
7528
|
headers: {
|
|
7453
7529
|
'Content-Type': 'application/json',
|
|
@@ -7455,7 +7531,7 @@ export const marketplaceCategoryGroupsPartialUpdate = (options) => {
|
|
|
7455
7531
|
}
|
|
7456
7532
|
});
|
|
7457
7533
|
};
|
|
7458
|
-
export const
|
|
7534
|
+
export const marketplaceCategoriesUpdate = (options) => {
|
|
7459
7535
|
return (options.client ?? _heyApiClient).put({
|
|
7460
7536
|
security: [
|
|
7461
7537
|
{
|
|
@@ -7467,7 +7543,7 @@ export const marketplaceCategoryGroupsUpdate = (options) => {
|
|
|
7467
7543
|
type: 'http'
|
|
7468
7544
|
}
|
|
7469
7545
|
],
|
|
7470
|
-
url: '/api/marketplace-
|
|
7546
|
+
url: '/api/marketplace-categories/{uuid}/',
|
|
7471
7547
|
...options,
|
|
7472
7548
|
headers: {
|
|
7473
7549
|
'Content-Type': 'application/json',
|
|
@@ -7478,7 +7554,7 @@ export const marketplaceCategoryGroupsUpdate = (options) => {
|
|
|
7478
7554
|
/**
|
|
7479
7555
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
7480
7556
|
*/
|
|
7481
|
-
export const
|
|
7557
|
+
export const marketplaceCategoryColumnsList = (options) => {
|
|
7482
7558
|
return (options?.client ?? _heyApiClient).get({
|
|
7483
7559
|
security: [
|
|
7484
7560
|
{
|
|
@@ -7490,14 +7566,14 @@ export const marketplaceCategoryHelpArticlesList = (options) => {
|
|
|
7490
7566
|
type: 'http'
|
|
7491
7567
|
}
|
|
7492
7568
|
],
|
|
7493
|
-
url: '/api/marketplace-category-
|
|
7569
|
+
url: '/api/marketplace-category-columns/',
|
|
7494
7570
|
...options
|
|
7495
7571
|
});
|
|
7496
7572
|
};
|
|
7497
7573
|
/**
|
|
7498
7574
|
* Get number of items in the collection matching the request parameters.
|
|
7499
7575
|
*/
|
|
7500
|
-
export const
|
|
7576
|
+
export const marketplaceCategoryColumnsHead = (options) => {
|
|
7501
7577
|
return (options?.client ?? _heyApiClient).head({
|
|
7502
7578
|
security: [
|
|
7503
7579
|
{
|
|
@@ -7509,11 +7585,11 @@ export const marketplaceCategoryHelpArticlesHead = (options) => {
|
|
|
7509
7585
|
type: 'http'
|
|
7510
7586
|
}
|
|
7511
7587
|
],
|
|
7512
|
-
url: '/api/marketplace-category-
|
|
7588
|
+
url: '/api/marketplace-category-columns/',
|
|
7513
7589
|
...options
|
|
7514
7590
|
});
|
|
7515
7591
|
};
|
|
7516
|
-
export const
|
|
7592
|
+
export const marketplaceCategoryColumnsCreate = (options) => {
|
|
7517
7593
|
return (options.client ?? _heyApiClient).post({
|
|
7518
7594
|
security: [
|
|
7519
7595
|
{
|
|
@@ -7525,7 +7601,7 @@ export const marketplaceCategoryHelpArticlesCreate = (options) => {
|
|
|
7525
7601
|
type: 'http'
|
|
7526
7602
|
}
|
|
7527
7603
|
],
|
|
7528
|
-
url: '/api/marketplace-category-
|
|
7604
|
+
url: '/api/marketplace-category-columns/',
|
|
7529
7605
|
...options,
|
|
7530
7606
|
headers: {
|
|
7531
7607
|
'Content-Type': 'application/json',
|
|
@@ -7533,7 +7609,7 @@ export const marketplaceCategoryHelpArticlesCreate = (options) => {
|
|
|
7533
7609
|
}
|
|
7534
7610
|
});
|
|
7535
7611
|
};
|
|
7536
|
-
export const
|
|
7612
|
+
export const marketplaceCategoryColumnsDestroy = (options) => {
|
|
7537
7613
|
return (options.client ?? _heyApiClient).delete({
|
|
7538
7614
|
security: [
|
|
7539
7615
|
{
|
|
@@ -7545,11 +7621,11 @@ export const marketplaceCategoryHelpArticlesDestroy = (options) => {
|
|
|
7545
7621
|
type: 'http'
|
|
7546
7622
|
}
|
|
7547
7623
|
],
|
|
7548
|
-
url: '/api/marketplace-category-
|
|
7624
|
+
url: '/api/marketplace-category-columns/{uuid}/',
|
|
7549
7625
|
...options
|
|
7550
7626
|
});
|
|
7551
7627
|
};
|
|
7552
|
-
export const
|
|
7628
|
+
export const marketplaceCategoryColumnsRetrieve = (options) => {
|
|
7553
7629
|
return (options.client ?? _heyApiClient).get({
|
|
7554
7630
|
security: [
|
|
7555
7631
|
{
|
|
@@ -7561,11 +7637,11 @@ export const marketplaceCategoryHelpArticlesRetrieve = (options) => {
|
|
|
7561
7637
|
type: 'http'
|
|
7562
7638
|
}
|
|
7563
7639
|
],
|
|
7564
|
-
url: '/api/marketplace-category-
|
|
7640
|
+
url: '/api/marketplace-category-columns/{uuid}/',
|
|
7565
7641
|
...options
|
|
7566
7642
|
});
|
|
7567
7643
|
};
|
|
7568
|
-
export const
|
|
7644
|
+
export const marketplaceCategoryColumnsPartialUpdate = (options) => {
|
|
7569
7645
|
return (options.client ?? _heyApiClient).patch({
|
|
7570
7646
|
security: [
|
|
7571
7647
|
{
|
|
@@ -7577,7 +7653,7 @@ export const marketplaceCategoryHelpArticlesPartialUpdate = (options) => {
|
|
|
7577
7653
|
type: 'http'
|
|
7578
7654
|
}
|
|
7579
7655
|
],
|
|
7580
|
-
url: '/api/marketplace-category-
|
|
7656
|
+
url: '/api/marketplace-category-columns/{uuid}/',
|
|
7581
7657
|
...options,
|
|
7582
7658
|
headers: {
|
|
7583
7659
|
'Content-Type': 'application/json',
|
|
@@ -7585,7 +7661,7 @@ export const marketplaceCategoryHelpArticlesPartialUpdate = (options) => {
|
|
|
7585
7661
|
}
|
|
7586
7662
|
});
|
|
7587
7663
|
};
|
|
7588
|
-
export const
|
|
7664
|
+
export const marketplaceCategoryColumnsUpdate = (options) => {
|
|
7589
7665
|
return (options.client ?? _heyApiClient).put({
|
|
7590
7666
|
security: [
|
|
7591
7667
|
{
|
|
@@ -7597,7 +7673,7 @@ export const marketplaceCategoryHelpArticlesUpdate = (options) => {
|
|
|
7597
7673
|
type: 'http'
|
|
7598
7674
|
}
|
|
7599
7675
|
],
|
|
7600
|
-
url: '/api/marketplace-category-
|
|
7676
|
+
url: '/api/marketplace-category-columns/{uuid}/',
|
|
7601
7677
|
...options,
|
|
7602
7678
|
headers: {
|
|
7603
7679
|
'Content-Type': 'application/json',
|
|
@@ -7608,7 +7684,7 @@ export const marketplaceCategoryHelpArticlesUpdate = (options) => {
|
|
|
7608
7684
|
/**
|
|
7609
7685
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
7610
7686
|
*/
|
|
7611
|
-
export const
|
|
7687
|
+
export const marketplaceCategoryComponentUsagesList = (options) => {
|
|
7612
7688
|
return (options?.client ?? _heyApiClient).get({
|
|
7613
7689
|
security: [
|
|
7614
7690
|
{
|
|
@@ -7620,14 +7696,14 @@ export const marketplaceChecklistsAdminList = (options) => {
|
|
|
7620
7696
|
type: 'http'
|
|
7621
7697
|
}
|
|
7622
7698
|
],
|
|
7623
|
-
url: '/api/marketplace-
|
|
7699
|
+
url: '/api/marketplace-category-component-usages/',
|
|
7624
7700
|
...options
|
|
7625
7701
|
});
|
|
7626
7702
|
};
|
|
7627
7703
|
/**
|
|
7628
7704
|
* Get number of items in the collection matching the request parameters.
|
|
7629
7705
|
*/
|
|
7630
|
-
export const
|
|
7706
|
+
export const marketplaceCategoryComponentUsagesHead = (options) => {
|
|
7631
7707
|
return (options?.client ?? _heyApiClient).head({
|
|
7632
7708
|
security: [
|
|
7633
7709
|
{
|
|
@@ -7639,12 +7715,12 @@ export const marketplaceChecklistsAdminHead = (options) => {
|
|
|
7639
7715
|
type: 'http'
|
|
7640
7716
|
}
|
|
7641
7717
|
],
|
|
7642
|
-
url: '/api/marketplace-
|
|
7718
|
+
url: '/api/marketplace-category-component-usages/',
|
|
7643
7719
|
...options
|
|
7644
7720
|
});
|
|
7645
7721
|
};
|
|
7646
|
-
export const
|
|
7647
|
-
return (options.client ?? _heyApiClient).
|
|
7722
|
+
export const marketplaceCategoryComponentUsagesRetrieve = (options) => {
|
|
7723
|
+
return (options.client ?? _heyApiClient).get({
|
|
7648
7724
|
security: [
|
|
7649
7725
|
{
|
|
7650
7726
|
name: 'Authorization',
|
|
@@ -7655,18 +7731,14 @@ export const marketplaceChecklistsAdminCreate = (options) => {
|
|
|
7655
7731
|
type: 'http'
|
|
7656
7732
|
}
|
|
7657
7733
|
],
|
|
7658
|
-
url: '/api/marketplace-
|
|
7659
|
-
...options
|
|
7660
|
-
headers: {
|
|
7661
|
-
'Content-Type': 'application/json',
|
|
7662
|
-
...options.headers
|
|
7663
|
-
}
|
|
7734
|
+
url: '/api/marketplace-category-component-usages/{id}/',
|
|
7735
|
+
...options
|
|
7664
7736
|
});
|
|
7665
7737
|
};
|
|
7666
7738
|
/**
|
|
7667
7739
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
7668
7740
|
*/
|
|
7669
|
-
export const
|
|
7741
|
+
export const marketplaceCategoryComponentsList = (options) => {
|
|
7670
7742
|
return (options?.client ?? _heyApiClient).get({
|
|
7671
7743
|
security: [
|
|
7672
7744
|
{
|
|
@@ -7678,14 +7750,14 @@ export const marketplaceChecklistsAdminQuestionDependenciesList = (options) => {
|
|
|
7678
7750
|
type: 'http'
|
|
7679
7751
|
}
|
|
7680
7752
|
],
|
|
7681
|
-
url: '/api/marketplace-
|
|
7753
|
+
url: '/api/marketplace-category-components/',
|
|
7682
7754
|
...options
|
|
7683
7755
|
});
|
|
7684
7756
|
};
|
|
7685
7757
|
/**
|
|
7686
7758
|
* Get number of items in the collection matching the request parameters.
|
|
7687
7759
|
*/
|
|
7688
|
-
export const
|
|
7760
|
+
export const marketplaceCategoryComponentsHead = (options) => {
|
|
7689
7761
|
return (options?.client ?? _heyApiClient).head({
|
|
7690
7762
|
security: [
|
|
7691
7763
|
{
|
|
@@ -7697,11 +7769,11 @@ export const marketplaceChecklistsAdminQuestionDependenciesHead = (options) => {
|
|
|
7697
7769
|
type: 'http'
|
|
7698
7770
|
}
|
|
7699
7771
|
],
|
|
7700
|
-
url: '/api/marketplace-
|
|
7772
|
+
url: '/api/marketplace-category-components/',
|
|
7701
7773
|
...options
|
|
7702
7774
|
});
|
|
7703
7775
|
};
|
|
7704
|
-
export const
|
|
7776
|
+
export const marketplaceCategoryComponentsCreate = (options) => {
|
|
7705
7777
|
return (options.client ?? _heyApiClient).post({
|
|
7706
7778
|
security: [
|
|
7707
7779
|
{
|
|
@@ -7713,7 +7785,7 @@ export const marketplaceChecklistsAdminQuestionDependenciesCreate = (options) =>
|
|
|
7713
7785
|
type: 'http'
|
|
7714
7786
|
}
|
|
7715
7787
|
],
|
|
7716
|
-
url: '/api/marketplace-
|
|
7788
|
+
url: '/api/marketplace-category-components/',
|
|
7717
7789
|
...options,
|
|
7718
7790
|
headers: {
|
|
7719
7791
|
'Content-Type': 'application/json',
|
|
@@ -7721,7 +7793,7 @@ export const marketplaceChecklistsAdminQuestionDependenciesCreate = (options) =>
|
|
|
7721
7793
|
}
|
|
7722
7794
|
});
|
|
7723
7795
|
};
|
|
7724
|
-
export const
|
|
7796
|
+
export const marketplaceCategoryComponentsDestroy = (options) => {
|
|
7725
7797
|
return (options.client ?? _heyApiClient).delete({
|
|
7726
7798
|
security: [
|
|
7727
7799
|
{
|
|
@@ -7733,11 +7805,11 @@ export const marketplaceChecklistsAdminQuestionDependenciesDestroy = (options) =
|
|
|
7733
7805
|
type: 'http'
|
|
7734
7806
|
}
|
|
7735
7807
|
],
|
|
7736
|
-
url: '/api/marketplace-
|
|
7808
|
+
url: '/api/marketplace-category-components/{id}/',
|
|
7737
7809
|
...options
|
|
7738
7810
|
});
|
|
7739
7811
|
};
|
|
7740
|
-
export const
|
|
7812
|
+
export const marketplaceCategoryComponentsRetrieve = (options) => {
|
|
7741
7813
|
return (options.client ?? _heyApiClient).get({
|
|
7742
7814
|
security: [
|
|
7743
7815
|
{
|
|
@@ -7749,11 +7821,11 @@ export const marketplaceChecklistsAdminQuestionDependenciesRetrieve = (options)
|
|
|
7749
7821
|
type: 'http'
|
|
7750
7822
|
}
|
|
7751
7823
|
],
|
|
7752
|
-
url: '/api/marketplace-
|
|
7824
|
+
url: '/api/marketplace-category-components/{id}/',
|
|
7753
7825
|
...options
|
|
7754
7826
|
});
|
|
7755
7827
|
};
|
|
7756
|
-
export const
|
|
7828
|
+
export const marketplaceCategoryComponentsPartialUpdate = (options) => {
|
|
7757
7829
|
return (options.client ?? _heyApiClient).patch({
|
|
7758
7830
|
security: [
|
|
7759
7831
|
{
|
|
@@ -7765,7 +7837,7 @@ export const marketplaceChecklistsAdminQuestionDependenciesPartialUpdate = (opti
|
|
|
7765
7837
|
type: 'http'
|
|
7766
7838
|
}
|
|
7767
7839
|
],
|
|
7768
|
-
url: '/api/marketplace-
|
|
7840
|
+
url: '/api/marketplace-category-components/{id}/',
|
|
7769
7841
|
...options,
|
|
7770
7842
|
headers: {
|
|
7771
7843
|
'Content-Type': 'application/json',
|
|
@@ -7773,7 +7845,7 @@ export const marketplaceChecklistsAdminQuestionDependenciesPartialUpdate = (opti
|
|
|
7773
7845
|
}
|
|
7774
7846
|
});
|
|
7775
7847
|
};
|
|
7776
|
-
export const
|
|
7848
|
+
export const marketplaceCategoryComponentsUpdate = (options) => {
|
|
7777
7849
|
return (options.client ?? _heyApiClient).put({
|
|
7778
7850
|
security: [
|
|
7779
7851
|
{
|
|
@@ -7785,7 +7857,7 @@ export const marketplaceChecklistsAdminQuestionDependenciesUpdate = (options) =>
|
|
|
7785
7857
|
type: 'http'
|
|
7786
7858
|
}
|
|
7787
7859
|
],
|
|
7788
|
-
url: '/api/marketplace-
|
|
7860
|
+
url: '/api/marketplace-category-components/{id}/',
|
|
7789
7861
|
...options,
|
|
7790
7862
|
headers: {
|
|
7791
7863
|
'Content-Type': 'application/json',
|
|
@@ -7796,7 +7868,7 @@ export const marketplaceChecklistsAdminQuestionDependenciesUpdate = (options) =>
|
|
|
7796
7868
|
/**
|
|
7797
7869
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
7798
7870
|
*/
|
|
7799
|
-
export const
|
|
7871
|
+
export const marketplaceCategoryGroupsList = (options) => {
|
|
7800
7872
|
return (options?.client ?? _heyApiClient).get({
|
|
7801
7873
|
security: [
|
|
7802
7874
|
{
|
|
@@ -7808,14 +7880,14 @@ export const marketplaceChecklistsAdminQuestionOptionsList = (options) => {
|
|
|
7808
7880
|
type: 'http'
|
|
7809
7881
|
}
|
|
7810
7882
|
],
|
|
7811
|
-
url: '/api/marketplace-
|
|
7883
|
+
url: '/api/marketplace-category-groups/',
|
|
7812
7884
|
...options
|
|
7813
7885
|
});
|
|
7814
7886
|
};
|
|
7815
7887
|
/**
|
|
7816
7888
|
* Get number of items in the collection matching the request parameters.
|
|
7817
7889
|
*/
|
|
7818
|
-
export const
|
|
7890
|
+
export const marketplaceCategoryGroupsHead = (options) => {
|
|
7819
7891
|
return (options?.client ?? _heyApiClient).head({
|
|
7820
7892
|
security: [
|
|
7821
7893
|
{
|
|
@@ -7827,11 +7899,11 @@ export const marketplaceChecklistsAdminQuestionOptionsHead = (options) => {
|
|
|
7827
7899
|
type: 'http'
|
|
7828
7900
|
}
|
|
7829
7901
|
],
|
|
7830
|
-
url: '/api/marketplace-
|
|
7902
|
+
url: '/api/marketplace-category-groups/',
|
|
7831
7903
|
...options
|
|
7832
7904
|
});
|
|
7833
7905
|
};
|
|
7834
|
-
export const
|
|
7906
|
+
export const marketplaceCategoryGroupsCreate = (options) => {
|
|
7835
7907
|
return (options.client ?? _heyApiClient).post({
|
|
7836
7908
|
security: [
|
|
7837
7909
|
{
|
|
@@ -7843,7 +7915,7 @@ export const marketplaceChecklistsAdminQuestionOptionsCreate = (options) => {
|
|
|
7843
7915
|
type: 'http'
|
|
7844
7916
|
}
|
|
7845
7917
|
],
|
|
7846
|
-
url: '/api/marketplace-
|
|
7918
|
+
url: '/api/marketplace-category-groups/',
|
|
7847
7919
|
...options,
|
|
7848
7920
|
headers: {
|
|
7849
7921
|
'Content-Type': 'application/json',
|
|
@@ -7851,7 +7923,7 @@ export const marketplaceChecklistsAdminQuestionOptionsCreate = (options) => {
|
|
|
7851
7923
|
}
|
|
7852
7924
|
});
|
|
7853
7925
|
};
|
|
7854
|
-
export const
|
|
7926
|
+
export const marketplaceCategoryGroupsDestroy = (options) => {
|
|
7855
7927
|
return (options.client ?? _heyApiClient).delete({
|
|
7856
7928
|
security: [
|
|
7857
7929
|
{
|
|
@@ -7863,11 +7935,11 @@ export const marketplaceChecklistsAdminQuestionOptionsDestroy = (options) => {
|
|
|
7863
7935
|
type: 'http'
|
|
7864
7936
|
}
|
|
7865
7937
|
],
|
|
7866
|
-
url: '/api/marketplace-
|
|
7938
|
+
url: '/api/marketplace-category-groups/{uuid}/',
|
|
7867
7939
|
...options
|
|
7868
7940
|
});
|
|
7869
7941
|
};
|
|
7870
|
-
export const
|
|
7942
|
+
export const marketplaceCategoryGroupsRetrieve = (options) => {
|
|
7871
7943
|
return (options.client ?? _heyApiClient).get({
|
|
7872
7944
|
security: [
|
|
7873
7945
|
{
|
|
@@ -7879,11 +7951,11 @@ export const marketplaceChecklistsAdminQuestionOptionsRetrieve = (options) => {
|
|
|
7879
7951
|
type: 'http'
|
|
7880
7952
|
}
|
|
7881
7953
|
],
|
|
7882
|
-
url: '/api/marketplace-
|
|
7954
|
+
url: '/api/marketplace-category-groups/{uuid}/',
|
|
7883
7955
|
...options
|
|
7884
7956
|
});
|
|
7885
7957
|
};
|
|
7886
|
-
export const
|
|
7958
|
+
export const marketplaceCategoryGroupsPartialUpdate = (options) => {
|
|
7887
7959
|
return (options.client ?? _heyApiClient).patch({
|
|
7888
7960
|
security: [
|
|
7889
7961
|
{
|
|
@@ -7895,7 +7967,7 @@ export const marketplaceChecklistsAdminQuestionOptionsPartialUpdate = (options)
|
|
|
7895
7967
|
type: 'http'
|
|
7896
7968
|
}
|
|
7897
7969
|
],
|
|
7898
|
-
url: '/api/marketplace-
|
|
7970
|
+
url: '/api/marketplace-category-groups/{uuid}/',
|
|
7899
7971
|
...options,
|
|
7900
7972
|
headers: {
|
|
7901
7973
|
'Content-Type': 'application/json',
|
|
@@ -7903,7 +7975,7 @@ export const marketplaceChecklistsAdminQuestionOptionsPartialUpdate = (options)
|
|
|
7903
7975
|
}
|
|
7904
7976
|
});
|
|
7905
7977
|
};
|
|
7906
|
-
export const
|
|
7978
|
+
export const marketplaceCategoryGroupsUpdate = (options) => {
|
|
7907
7979
|
return (options.client ?? _heyApiClient).put({
|
|
7908
7980
|
security: [
|
|
7909
7981
|
{
|
|
@@ -7915,7 +7987,7 @@ export const marketplaceChecklistsAdminQuestionOptionsUpdate = (options) => {
|
|
|
7915
7987
|
type: 'http'
|
|
7916
7988
|
}
|
|
7917
7989
|
],
|
|
7918
|
-
url: '/api/marketplace-
|
|
7990
|
+
url: '/api/marketplace-category-groups/{uuid}/',
|
|
7919
7991
|
...options,
|
|
7920
7992
|
headers: {
|
|
7921
7993
|
'Content-Type': 'application/json',
|
|
@@ -7926,7 +7998,7 @@ export const marketplaceChecklistsAdminQuestionOptionsUpdate = (options) => {
|
|
|
7926
7998
|
/**
|
|
7927
7999
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
7928
8000
|
*/
|
|
7929
|
-
export const
|
|
8001
|
+
export const marketplaceCategoryHelpArticlesList = (options) => {
|
|
7930
8002
|
return (options?.client ?? _heyApiClient).get({
|
|
7931
8003
|
security: [
|
|
7932
8004
|
{
|
|
@@ -7938,14 +8010,14 @@ export const marketplaceChecklistsAdminQuestionsList = (options) => {
|
|
|
7938
8010
|
type: 'http'
|
|
7939
8011
|
}
|
|
7940
8012
|
],
|
|
7941
|
-
url: '/api/marketplace-
|
|
8013
|
+
url: '/api/marketplace-category-help-articles/',
|
|
7942
8014
|
...options
|
|
7943
8015
|
});
|
|
7944
8016
|
};
|
|
7945
8017
|
/**
|
|
7946
8018
|
* Get number of items in the collection matching the request parameters.
|
|
7947
8019
|
*/
|
|
7948
|
-
export const
|
|
8020
|
+
export const marketplaceCategoryHelpArticlesHead = (options) => {
|
|
7949
8021
|
return (options?.client ?? _heyApiClient).head({
|
|
7950
8022
|
security: [
|
|
7951
8023
|
{
|
|
@@ -7957,11 +8029,11 @@ export const marketplaceChecklistsAdminQuestionsHead = (options) => {
|
|
|
7957
8029
|
type: 'http'
|
|
7958
8030
|
}
|
|
7959
8031
|
],
|
|
7960
|
-
url: '/api/marketplace-
|
|
8032
|
+
url: '/api/marketplace-category-help-articles/',
|
|
7961
8033
|
...options
|
|
7962
8034
|
});
|
|
7963
8035
|
};
|
|
7964
|
-
export const
|
|
8036
|
+
export const marketplaceCategoryHelpArticlesCreate = (options) => {
|
|
7965
8037
|
return (options.client ?? _heyApiClient).post({
|
|
7966
8038
|
security: [
|
|
7967
8039
|
{
|
|
@@ -7973,7 +8045,7 @@ export const marketplaceChecklistsAdminQuestionsCreate = (options) => {
|
|
|
7973
8045
|
type: 'http'
|
|
7974
8046
|
}
|
|
7975
8047
|
],
|
|
7976
|
-
url: '/api/marketplace-
|
|
8048
|
+
url: '/api/marketplace-category-help-articles/',
|
|
7977
8049
|
...options,
|
|
7978
8050
|
headers: {
|
|
7979
8051
|
'Content-Type': 'application/json',
|
|
@@ -7981,7 +8053,7 @@ export const marketplaceChecklistsAdminQuestionsCreate = (options) => {
|
|
|
7981
8053
|
}
|
|
7982
8054
|
});
|
|
7983
8055
|
};
|
|
7984
|
-
export const
|
|
8056
|
+
export const marketplaceCategoryHelpArticlesDestroy = (options) => {
|
|
7985
8057
|
return (options.client ?? _heyApiClient).delete({
|
|
7986
8058
|
security: [
|
|
7987
8059
|
{
|
|
@@ -7993,11 +8065,11 @@ export const marketplaceChecklistsAdminQuestionsDestroy = (options) => {
|
|
|
7993
8065
|
type: 'http'
|
|
7994
8066
|
}
|
|
7995
8067
|
],
|
|
7996
|
-
url: '/api/marketplace-
|
|
8068
|
+
url: '/api/marketplace-category-help-articles/{id}/',
|
|
7997
8069
|
...options
|
|
7998
8070
|
});
|
|
7999
8071
|
};
|
|
8000
|
-
export const
|
|
8072
|
+
export const marketplaceCategoryHelpArticlesRetrieve = (options) => {
|
|
8001
8073
|
return (options.client ?? _heyApiClient).get({
|
|
8002
8074
|
security: [
|
|
8003
8075
|
{
|
|
@@ -8009,11 +8081,11 @@ export const marketplaceChecklistsAdminQuestionsRetrieve = (options) => {
|
|
|
8009
8081
|
type: 'http'
|
|
8010
8082
|
}
|
|
8011
8083
|
],
|
|
8012
|
-
url: '/api/marketplace-
|
|
8084
|
+
url: '/api/marketplace-category-help-articles/{id}/',
|
|
8013
8085
|
...options
|
|
8014
8086
|
});
|
|
8015
8087
|
};
|
|
8016
|
-
export const
|
|
8088
|
+
export const marketplaceCategoryHelpArticlesPartialUpdate = (options) => {
|
|
8017
8089
|
return (options.client ?? _heyApiClient).patch({
|
|
8018
8090
|
security: [
|
|
8019
8091
|
{
|
|
@@ -8025,7 +8097,7 @@ export const marketplaceChecklistsAdminQuestionsPartialUpdate = (options) => {
|
|
|
8025
8097
|
type: 'http'
|
|
8026
8098
|
}
|
|
8027
8099
|
],
|
|
8028
|
-
url: '/api/marketplace-
|
|
8100
|
+
url: '/api/marketplace-category-help-articles/{id}/',
|
|
8029
8101
|
...options,
|
|
8030
8102
|
headers: {
|
|
8031
8103
|
'Content-Type': 'application/json',
|
|
@@ -8033,7 +8105,7 @@ export const marketplaceChecklistsAdminQuestionsPartialUpdate = (options) => {
|
|
|
8033
8105
|
}
|
|
8034
8106
|
});
|
|
8035
8107
|
};
|
|
8036
|
-
export const
|
|
8108
|
+
export const marketplaceCategoryHelpArticlesUpdate = (options) => {
|
|
8037
8109
|
return (options.client ?? _heyApiClient).put({
|
|
8038
8110
|
security: [
|
|
8039
8111
|
{
|
|
@@ -8045,7 +8117,7 @@ export const marketplaceChecklistsAdminQuestionsUpdate = (options) => {
|
|
|
8045
8117
|
type: 'http'
|
|
8046
8118
|
}
|
|
8047
8119
|
],
|
|
8048
|
-
url: '/api/marketplace-
|
|
8120
|
+
url: '/api/marketplace-category-help-articles/{id}/',
|
|
8049
8121
|
...options,
|
|
8050
8122
|
headers: {
|
|
8051
8123
|
'Content-Type': 'application/json',
|
|
@@ -8053,8 +8125,11 @@ export const marketplaceChecklistsAdminQuestionsUpdate = (options) => {
|
|
|
8053
8125
|
}
|
|
8054
8126
|
});
|
|
8055
8127
|
};
|
|
8056
|
-
|
|
8057
|
-
|
|
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({
|
|
8058
8133
|
security: [
|
|
8059
8134
|
{
|
|
8060
8135
|
name: 'Authorization',
|
|
@@ -8065,12 +8140,15 @@ export const marketplaceChecklistsAdminDestroy = (options) => {
|
|
|
8065
8140
|
type: 'http'
|
|
8066
8141
|
}
|
|
8067
8142
|
],
|
|
8068
|
-
url: '/api/marketplace-checklists-admin/
|
|
8143
|
+
url: '/api/marketplace-checklists-admin/',
|
|
8069
8144
|
...options
|
|
8070
8145
|
});
|
|
8071
8146
|
};
|
|
8072
|
-
|
|
8073
|
-
|
|
8147
|
+
/**
|
|
8148
|
+
* Get number of items in the collection matching the request parameters.
|
|
8149
|
+
*/
|
|
8150
|
+
export const marketplaceChecklistsAdminHead = (options) => {
|
|
8151
|
+
return (options?.client ?? _heyApiClient).head({
|
|
8074
8152
|
security: [
|
|
8075
8153
|
{
|
|
8076
8154
|
name: 'Authorization',
|
|
@@ -8081,32 +8159,12 @@ export const marketplaceChecklistsAdminRetrieve = (options) => {
|
|
|
8081
8159
|
type: 'http'
|
|
8082
8160
|
}
|
|
8083
8161
|
],
|
|
8084
|
-
url: '/api/marketplace-checklists-admin/
|
|
8162
|
+
url: '/api/marketplace-checklists-admin/',
|
|
8085
8163
|
...options
|
|
8086
8164
|
});
|
|
8087
8165
|
};
|
|
8088
|
-
export const
|
|
8089
|
-
return (options.client ?? _heyApiClient).
|
|
8090
|
-
security: [
|
|
8091
|
-
{
|
|
8092
|
-
name: 'Authorization',
|
|
8093
|
-
type: 'apiKey'
|
|
8094
|
-
},
|
|
8095
|
-
{
|
|
8096
|
-
scheme: 'bearer',
|
|
8097
|
-
type: 'http'
|
|
8098
|
-
}
|
|
8099
|
-
],
|
|
8100
|
-
url: '/api/marketplace-checklists-admin/{uuid}/',
|
|
8101
|
-
...options,
|
|
8102
|
-
headers: {
|
|
8103
|
-
'Content-Type': 'application/json',
|
|
8104
|
-
...options.headers
|
|
8105
|
-
}
|
|
8106
|
-
});
|
|
8107
|
-
};
|
|
8108
|
-
export const marketplaceChecklistsAdminUpdate = (options) => {
|
|
8109
|
-
return (options.client ?? _heyApiClient).put({
|
|
8166
|
+
export const marketplaceChecklistsAdminCreate = (options) => {
|
|
8167
|
+
return (options.client ?? _heyApiClient).post({
|
|
8110
8168
|
security: [
|
|
8111
8169
|
{
|
|
8112
8170
|
name: 'Authorization',
|
|
@@ -8117,7 +8175,7 @@ export const marketplaceChecklistsAdminUpdate = (options) => {
|
|
|
8117
8175
|
type: 'http'
|
|
8118
8176
|
}
|
|
8119
8177
|
],
|
|
8120
|
-
url: '/api/marketplace-checklists-admin/
|
|
8178
|
+
url: '/api/marketplace-checklists-admin/',
|
|
8121
8179
|
...options,
|
|
8122
8180
|
headers: {
|
|
8123
8181
|
'Content-Type': 'application/json',
|
|
@@ -8125,29 +8183,10 @@ export const marketplaceChecklistsAdminUpdate = (options) => {
|
|
|
8125
8183
|
}
|
|
8126
8184
|
});
|
|
8127
8185
|
};
|
|
8128
|
-
/**
|
|
8129
|
-
* Return checklist questions.
|
|
8130
|
-
*/
|
|
8131
|
-
export const marketplaceChecklistsAdminChecklistQuestions = (options) => {
|
|
8132
|
-
return (options.client ?? _heyApiClient).get({
|
|
8133
|
-
security: [
|
|
8134
|
-
{
|
|
8135
|
-
name: 'Authorization',
|
|
8136
|
-
type: 'apiKey'
|
|
8137
|
-
},
|
|
8138
|
-
{
|
|
8139
|
-
scheme: 'bearer',
|
|
8140
|
-
type: 'http'
|
|
8141
|
-
}
|
|
8142
|
-
],
|
|
8143
|
-
url: '/api/marketplace-checklists-admin/{uuid}/questions/',
|
|
8144
|
-
...options
|
|
8145
|
-
});
|
|
8146
|
-
};
|
|
8147
8186
|
/**
|
|
8148
8187
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
8149
8188
|
*/
|
|
8150
|
-
export const
|
|
8189
|
+
export const marketplaceChecklistsAdminQuestionDependenciesList = (options) => {
|
|
8151
8190
|
return (options?.client ?? _heyApiClient).get({
|
|
8152
8191
|
security: [
|
|
8153
8192
|
{
|
|
@@ -8159,12 +8198,15 @@ export const marketplaceChecklistsCategoriesList = (options) => {
|
|
|
8159
8198
|
type: 'http'
|
|
8160
8199
|
}
|
|
8161
8200
|
],
|
|
8162
|
-
url: '/api/marketplace-checklists-
|
|
8201
|
+
url: '/api/marketplace-checklists-admin-question-dependencies/',
|
|
8163
8202
|
...options
|
|
8164
8203
|
});
|
|
8165
8204
|
};
|
|
8166
|
-
|
|
8167
|
-
|
|
8205
|
+
/**
|
|
8206
|
+
* Get number of items in the collection matching the request parameters.
|
|
8207
|
+
*/
|
|
8208
|
+
export const marketplaceChecklistsAdminQuestionDependenciesHead = (options) => {
|
|
8209
|
+
return (options?.client ?? _heyApiClient).head({
|
|
8168
8210
|
security: [
|
|
8169
8211
|
{
|
|
8170
8212
|
name: 'Authorization',
|
|
@@ -8175,15 +8217,12 @@ export const marketplaceChecklistsCategoriesRetrieve = (options) => {
|
|
|
8175
8217
|
type: 'http'
|
|
8176
8218
|
}
|
|
8177
8219
|
],
|
|
8178
|
-
url: '/api/marketplace-checklists-
|
|
8220
|
+
url: '/api/marketplace-checklists-admin-question-dependencies/',
|
|
8179
8221
|
...options
|
|
8180
8222
|
});
|
|
8181
8223
|
};
|
|
8182
|
-
|
|
8183
|
-
|
|
8184
|
-
*/
|
|
8185
|
-
export const marketplaceComponentUsagesList = (options) => {
|
|
8186
|
-
return (options?.client ?? _heyApiClient).get({
|
|
8224
|
+
export const marketplaceChecklistsAdminQuestionDependenciesCreate = (options) => {
|
|
8225
|
+
return (options.client ?? _heyApiClient).post({
|
|
8187
8226
|
security: [
|
|
8188
8227
|
{
|
|
8189
8228
|
name: 'Authorization',
|
|
@@ -8194,15 +8233,16 @@ export const marketplaceComponentUsagesList = (options) => {
|
|
|
8194
8233
|
type: 'http'
|
|
8195
8234
|
}
|
|
8196
8235
|
],
|
|
8197
|
-
url: '/api/marketplace-
|
|
8198
|
-
...options
|
|
8236
|
+
url: '/api/marketplace-checklists-admin-question-dependencies/',
|
|
8237
|
+
...options,
|
|
8238
|
+
headers: {
|
|
8239
|
+
'Content-Type': 'application/json',
|
|
8240
|
+
...options.headers
|
|
8241
|
+
}
|
|
8199
8242
|
});
|
|
8200
8243
|
};
|
|
8201
|
-
|
|
8202
|
-
|
|
8203
|
-
*/
|
|
8204
|
-
export const marketplaceComponentUsagesHead = (options) => {
|
|
8205
|
-
return (options?.client ?? _heyApiClient).head({
|
|
8244
|
+
export const marketplaceChecklistsAdminQuestionDependenciesDestroy = (options) => {
|
|
8245
|
+
return (options.client ?? _heyApiClient).delete({
|
|
8206
8246
|
security: [
|
|
8207
8247
|
{
|
|
8208
8248
|
name: 'Authorization',
|
|
@@ -8213,11 +8253,11 @@ export const marketplaceComponentUsagesHead = (options) => {
|
|
|
8213
8253
|
type: 'http'
|
|
8214
8254
|
}
|
|
8215
8255
|
],
|
|
8216
|
-
url: '/api/marketplace-
|
|
8256
|
+
url: '/api/marketplace-checklists-admin-question-dependencies/{uuid}/',
|
|
8217
8257
|
...options
|
|
8218
8258
|
});
|
|
8219
8259
|
};
|
|
8220
|
-
export const
|
|
8260
|
+
export const marketplaceChecklistsAdminQuestionDependenciesRetrieve = (options) => {
|
|
8221
8261
|
return (options.client ?? _heyApiClient).get({
|
|
8222
8262
|
security: [
|
|
8223
8263
|
{
|
|
@@ -8229,12 +8269,12 @@ export const marketplaceComponentUsagesRetrieve = (options) => {
|
|
|
8229
8269
|
type: 'http'
|
|
8230
8270
|
}
|
|
8231
8271
|
],
|
|
8232
|
-
url: '/api/marketplace-
|
|
8272
|
+
url: '/api/marketplace-checklists-admin-question-dependencies/{uuid}/',
|
|
8233
8273
|
...options
|
|
8234
8274
|
});
|
|
8235
8275
|
};
|
|
8236
|
-
export const
|
|
8237
|
-
return (options.client ?? _heyApiClient).
|
|
8276
|
+
export const marketplaceChecklistsAdminQuestionDependenciesPartialUpdate = (options) => {
|
|
8277
|
+
return (options.client ?? _heyApiClient).patch({
|
|
8238
8278
|
security: [
|
|
8239
8279
|
{
|
|
8240
8280
|
name: 'Authorization',
|
|
@@ -8245,7 +8285,7 @@ export const marketplaceComponentUsagesSetUserUsage = (options) => {
|
|
|
8245
8285
|
type: 'http'
|
|
8246
8286
|
}
|
|
8247
8287
|
],
|
|
8248
|
-
url: '/api/marketplace-
|
|
8288
|
+
url: '/api/marketplace-checklists-admin-question-dependencies/{uuid}/',
|
|
8249
8289
|
...options,
|
|
8250
8290
|
headers: {
|
|
8251
8291
|
'Content-Type': 'application/json',
|
|
@@ -8253,8 +8293,8 @@ export const marketplaceComponentUsagesSetUserUsage = (options) => {
|
|
|
8253
8293
|
}
|
|
8254
8294
|
});
|
|
8255
8295
|
};
|
|
8256
|
-
export const
|
|
8257
|
-
return (options.client ?? _heyApiClient).
|
|
8296
|
+
export const marketplaceChecklistsAdminQuestionDependenciesUpdate = (options) => {
|
|
8297
|
+
return (options.client ?? _heyApiClient).put({
|
|
8258
8298
|
security: [
|
|
8259
8299
|
{
|
|
8260
8300
|
name: 'Authorization',
|
|
@@ -8265,7 +8305,7 @@ export const marketplaceComponentUsagesSetUsage = (options) => {
|
|
|
8265
8305
|
type: 'http'
|
|
8266
8306
|
}
|
|
8267
8307
|
],
|
|
8268
|
-
url: '/api/marketplace-
|
|
8308
|
+
url: '/api/marketplace-checklists-admin-question-dependencies/{uuid}/',
|
|
8269
8309
|
...options,
|
|
8270
8310
|
headers: {
|
|
8271
8311
|
'Content-Type': 'application/json',
|
|
@@ -8276,7 +8316,7 @@ export const marketplaceComponentUsagesSetUsage = (options) => {
|
|
|
8276
8316
|
/**
|
|
8277
8317
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
8278
8318
|
*/
|
|
8279
|
-
export const
|
|
8319
|
+
export const marketplaceChecklistsAdminQuestionOptionsList = (options) => {
|
|
8280
8320
|
return (options?.client ?? _heyApiClient).get({
|
|
8281
8321
|
security: [
|
|
8282
8322
|
{
|
|
@@ -8288,14 +8328,14 @@ export const marketplaceComponentUserUsagesList = (options) => {
|
|
|
8288
8328
|
type: 'http'
|
|
8289
8329
|
}
|
|
8290
8330
|
],
|
|
8291
|
-
url: '/api/marketplace-
|
|
8331
|
+
url: '/api/marketplace-checklists-admin-question-options/',
|
|
8292
8332
|
...options
|
|
8293
8333
|
});
|
|
8294
8334
|
};
|
|
8295
8335
|
/**
|
|
8296
8336
|
* Get number of items in the collection matching the request parameters.
|
|
8297
8337
|
*/
|
|
8298
|
-
export const
|
|
8338
|
+
export const marketplaceChecklistsAdminQuestionOptionsHead = (options) => {
|
|
8299
8339
|
return (options?.client ?? _heyApiClient).head({
|
|
8300
8340
|
security: [
|
|
8301
8341
|
{
|
|
@@ -8307,12 +8347,12 @@ export const marketplaceComponentUserUsagesHead = (options) => {
|
|
|
8307
8347
|
type: 'http'
|
|
8308
8348
|
}
|
|
8309
8349
|
],
|
|
8310
|
-
url: '/api/marketplace-
|
|
8350
|
+
url: '/api/marketplace-checklists-admin-question-options/',
|
|
8311
8351
|
...options
|
|
8312
8352
|
});
|
|
8313
8353
|
};
|
|
8314
|
-
export const
|
|
8315
|
-
return (options.client ?? _heyApiClient).
|
|
8354
|
+
export const marketplaceChecklistsAdminQuestionOptionsCreate = (options) => {
|
|
8355
|
+
return (options.client ?? _heyApiClient).post({
|
|
8316
8356
|
security: [
|
|
8317
8357
|
{
|
|
8318
8358
|
name: 'Authorization',
|
|
@@ -8323,15 +8363,16 @@ export const marketplaceComponentUserUsagesRetrieve = (options) => {
|
|
|
8323
8363
|
type: 'http'
|
|
8324
8364
|
}
|
|
8325
8365
|
],
|
|
8326
|
-
url: '/api/marketplace-
|
|
8327
|
-
...options
|
|
8366
|
+
url: '/api/marketplace-checklists-admin-question-options/',
|
|
8367
|
+
...options,
|
|
8368
|
+
headers: {
|
|
8369
|
+
'Content-Type': 'application/json',
|
|
8370
|
+
...options.headers
|
|
8371
|
+
}
|
|
8328
8372
|
});
|
|
8329
8373
|
};
|
|
8330
|
-
|
|
8331
|
-
|
|
8332
|
-
*/
|
|
8333
|
-
export const marketplaceCustomerEstimatedCostPoliciesList = (options) => {
|
|
8334
|
-
return (options?.client ?? _heyApiClient).get({
|
|
8374
|
+
export const marketplaceChecklistsAdminQuestionOptionsDestroy = (options) => {
|
|
8375
|
+
return (options.client ?? _heyApiClient).delete({
|
|
8335
8376
|
security: [
|
|
8336
8377
|
{
|
|
8337
8378
|
name: 'Authorization',
|
|
@@ -8342,15 +8383,12 @@ export const marketplaceCustomerEstimatedCostPoliciesList = (options) => {
|
|
|
8342
8383
|
type: 'http'
|
|
8343
8384
|
}
|
|
8344
8385
|
],
|
|
8345
|
-
url: '/api/marketplace-
|
|
8386
|
+
url: '/api/marketplace-checklists-admin-question-options/{uuid}/',
|
|
8346
8387
|
...options
|
|
8347
8388
|
});
|
|
8348
8389
|
};
|
|
8349
|
-
|
|
8350
|
-
|
|
8351
|
-
*/
|
|
8352
|
-
export const marketplaceCustomerEstimatedCostPoliciesHead = (options) => {
|
|
8353
|
-
return (options?.client ?? _heyApiClient).head({
|
|
8390
|
+
export const marketplaceChecklistsAdminQuestionOptionsRetrieve = (options) => {
|
|
8391
|
+
return (options.client ?? _heyApiClient).get({
|
|
8354
8392
|
security: [
|
|
8355
8393
|
{
|
|
8356
8394
|
name: 'Authorization',
|
|
@@ -8361,12 +8399,12 @@ export const marketplaceCustomerEstimatedCostPoliciesHead = (options) => {
|
|
|
8361
8399
|
type: 'http'
|
|
8362
8400
|
}
|
|
8363
8401
|
],
|
|
8364
|
-
url: '/api/marketplace-
|
|
8402
|
+
url: '/api/marketplace-checklists-admin-question-options/{uuid}/',
|
|
8365
8403
|
...options
|
|
8366
8404
|
});
|
|
8367
8405
|
};
|
|
8368
|
-
export const
|
|
8369
|
-
return (options.client ?? _heyApiClient).
|
|
8406
|
+
export const marketplaceChecklistsAdminQuestionOptionsPartialUpdate = (options) => {
|
|
8407
|
+
return (options.client ?? _heyApiClient).patch({
|
|
8370
8408
|
security: [
|
|
8371
8409
|
{
|
|
8372
8410
|
name: 'Authorization',
|
|
@@ -8377,7 +8415,7 @@ export const marketplaceCustomerEstimatedCostPoliciesCreate = (options) => {
|
|
|
8377
8415
|
type: 'http'
|
|
8378
8416
|
}
|
|
8379
8417
|
],
|
|
8380
|
-
url: '/api/marketplace-
|
|
8418
|
+
url: '/api/marketplace-checklists-admin-question-options/{uuid}/',
|
|
8381
8419
|
...options,
|
|
8382
8420
|
headers: {
|
|
8383
8421
|
'Content-Type': 'application/json',
|
|
@@ -8385,8 +8423,8 @@ export const marketplaceCustomerEstimatedCostPoliciesCreate = (options) => {
|
|
|
8385
8423
|
}
|
|
8386
8424
|
});
|
|
8387
8425
|
};
|
|
8388
|
-
export const
|
|
8389
|
-
return (options.client ?? _heyApiClient).
|
|
8426
|
+
export const marketplaceChecklistsAdminQuestionOptionsUpdate = (options) => {
|
|
8427
|
+
return (options.client ?? _heyApiClient).put({
|
|
8390
8428
|
security: [
|
|
8391
8429
|
{
|
|
8392
8430
|
name: 'Authorization',
|
|
@@ -8397,12 +8435,19 @@ export const marketplaceCustomerEstimatedCostPoliciesDestroy = (options) => {
|
|
|
8397
8435
|
type: 'http'
|
|
8398
8436
|
}
|
|
8399
8437
|
],
|
|
8400
|
-
url: '/api/marketplace-
|
|
8401
|
-
...options
|
|
8438
|
+
url: '/api/marketplace-checklists-admin-question-options/{uuid}/',
|
|
8439
|
+
...options,
|
|
8440
|
+
headers: {
|
|
8441
|
+
'Content-Type': 'application/json',
|
|
8442
|
+
...options.headers
|
|
8443
|
+
}
|
|
8402
8444
|
});
|
|
8403
8445
|
};
|
|
8404
|
-
|
|
8405
|
-
|
|
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({
|
|
8406
8451
|
security: [
|
|
8407
8452
|
{
|
|
8408
8453
|
name: 'Authorization',
|
|
@@ -8413,12 +8458,15 @@ export const marketplaceCustomerEstimatedCostPoliciesRetrieve = (options) => {
|
|
|
8413
8458
|
type: 'http'
|
|
8414
8459
|
}
|
|
8415
8460
|
],
|
|
8416
|
-
url: '/api/marketplace-
|
|
8461
|
+
url: '/api/marketplace-checklists-admin-questions/',
|
|
8417
8462
|
...options
|
|
8418
8463
|
});
|
|
8419
8464
|
};
|
|
8420
|
-
|
|
8421
|
-
|
|
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({
|
|
8422
8470
|
security: [
|
|
8423
8471
|
{
|
|
8424
8472
|
name: 'Authorization',
|
|
@@ -8429,16 +8477,12 @@ export const marketplaceCustomerEstimatedCostPoliciesPartialUpdate = (options) =
|
|
|
8429
8477
|
type: 'http'
|
|
8430
8478
|
}
|
|
8431
8479
|
],
|
|
8432
|
-
url: '/api/marketplace-
|
|
8433
|
-
...options
|
|
8434
|
-
headers: {
|
|
8435
|
-
'Content-Type': 'application/json',
|
|
8436
|
-
...options.headers
|
|
8437
|
-
}
|
|
8480
|
+
url: '/api/marketplace-checklists-admin-questions/',
|
|
8481
|
+
...options
|
|
8438
8482
|
});
|
|
8439
8483
|
};
|
|
8440
|
-
export const
|
|
8441
|
-
return (options.client ?? _heyApiClient).
|
|
8484
|
+
export const marketplaceChecklistsAdminQuestionsCreate = (options) => {
|
|
8485
|
+
return (options.client ?? _heyApiClient).post({
|
|
8442
8486
|
security: [
|
|
8443
8487
|
{
|
|
8444
8488
|
name: 'Authorization',
|
|
@@ -8449,7 +8493,7 @@ export const marketplaceCustomerEstimatedCostPoliciesUpdate = (options) => {
|
|
|
8449
8493
|
type: 'http'
|
|
8450
8494
|
}
|
|
8451
8495
|
],
|
|
8452
|
-
url: '/api/marketplace-
|
|
8496
|
+
url: '/api/marketplace-checklists-admin-questions/',
|
|
8453
8497
|
...options,
|
|
8454
8498
|
headers: {
|
|
8455
8499
|
'Content-Type': 'application/json',
|
|
@@ -8457,27 +8501,8 @@ export const marketplaceCustomerEstimatedCostPoliciesUpdate = (options) => {
|
|
|
8457
8501
|
}
|
|
8458
8502
|
});
|
|
8459
8503
|
};
|
|
8460
|
-
export const
|
|
8461
|
-
return (options
|
|
8462
|
-
security: [
|
|
8463
|
-
{
|
|
8464
|
-
name: 'Authorization',
|
|
8465
|
-
type: 'apiKey'
|
|
8466
|
-
},
|
|
8467
|
-
{
|
|
8468
|
-
scheme: 'bearer',
|
|
8469
|
-
type: 'http'
|
|
8470
|
-
}
|
|
8471
|
-
],
|
|
8472
|
-
url: '/api/marketplace-customer-estimated-cost-policies/actions/',
|
|
8473
|
-
...options
|
|
8474
|
-
});
|
|
8475
|
-
};
|
|
8476
|
-
/**
|
|
8477
|
-
* Get number of items in the collection matching the request parameters.
|
|
8478
|
-
*/
|
|
8479
|
-
export const marketplaceCustomerEstimatedCostPoliciesActionsHead = (options) => {
|
|
8480
|
-
return (options?.client ?? _heyApiClient).head({
|
|
8504
|
+
export const marketplaceChecklistsAdminQuestionsDestroy = (options) => {
|
|
8505
|
+
return (options.client ?? _heyApiClient).delete({
|
|
8481
8506
|
security: [
|
|
8482
8507
|
{
|
|
8483
8508
|
name: 'Authorization',
|
|
@@ -8488,15 +8513,12 @@ export const marketplaceCustomerEstimatedCostPoliciesActionsHead = (options) =>
|
|
|
8488
8513
|
type: 'http'
|
|
8489
8514
|
}
|
|
8490
8515
|
],
|
|
8491
|
-
url: '/api/marketplace-
|
|
8516
|
+
url: '/api/marketplace-checklists-admin-questions/{uuid}/',
|
|
8492
8517
|
...options
|
|
8493
8518
|
});
|
|
8494
8519
|
};
|
|
8495
|
-
|
|
8496
|
-
|
|
8497
|
-
*/
|
|
8498
|
-
export const marketplaceCustomerServiceAccountsList = (options) => {
|
|
8499
|
-
return (options?.client ?? _heyApiClient).get({
|
|
8520
|
+
export const marketplaceChecklistsAdminQuestionsRetrieve = (options) => {
|
|
8521
|
+
return (options.client ?? _heyApiClient).get({
|
|
8500
8522
|
security: [
|
|
8501
8523
|
{
|
|
8502
8524
|
name: 'Authorization',
|
|
@@ -8507,15 +8529,12 @@ export const marketplaceCustomerServiceAccountsList = (options) => {
|
|
|
8507
8529
|
type: 'http'
|
|
8508
8530
|
}
|
|
8509
8531
|
],
|
|
8510
|
-
url: '/api/marketplace-
|
|
8532
|
+
url: '/api/marketplace-checklists-admin-questions/{uuid}/',
|
|
8511
8533
|
...options
|
|
8512
8534
|
});
|
|
8513
8535
|
};
|
|
8514
|
-
|
|
8515
|
-
|
|
8516
|
-
*/
|
|
8517
|
-
export const marketplaceCustomerServiceAccountsHead = (options) => {
|
|
8518
|
-
return (options?.client ?? _heyApiClient).head({
|
|
8536
|
+
export const marketplaceChecklistsAdminQuestionsPartialUpdate = (options) => {
|
|
8537
|
+
return (options.client ?? _heyApiClient).patch({
|
|
8519
8538
|
security: [
|
|
8520
8539
|
{
|
|
8521
8540
|
name: 'Authorization',
|
|
@@ -8526,12 +8545,16 @@ export const marketplaceCustomerServiceAccountsHead = (options) => {
|
|
|
8526
8545
|
type: 'http'
|
|
8527
8546
|
}
|
|
8528
8547
|
],
|
|
8529
|
-
url: '/api/marketplace-
|
|
8530
|
-
...options
|
|
8548
|
+
url: '/api/marketplace-checklists-admin-questions/{uuid}/',
|
|
8549
|
+
...options,
|
|
8550
|
+
headers: {
|
|
8551
|
+
'Content-Type': 'application/json',
|
|
8552
|
+
...options.headers
|
|
8553
|
+
}
|
|
8531
8554
|
});
|
|
8532
8555
|
};
|
|
8533
|
-
export const
|
|
8534
|
-
return (options.client ?? _heyApiClient).
|
|
8556
|
+
export const marketplaceChecklistsAdminQuestionsUpdate = (options) => {
|
|
8557
|
+
return (options.client ?? _heyApiClient).put({
|
|
8535
8558
|
security: [
|
|
8536
8559
|
{
|
|
8537
8560
|
name: 'Authorization',
|
|
@@ -8542,7 +8565,7 @@ export const marketplaceCustomerServiceAccountsCreate = (options) => {
|
|
|
8542
8565
|
type: 'http'
|
|
8543
8566
|
}
|
|
8544
8567
|
],
|
|
8545
|
-
url: '/api/marketplace-
|
|
8568
|
+
url: '/api/marketplace-checklists-admin-questions/{uuid}/',
|
|
8546
8569
|
...options,
|
|
8547
8570
|
headers: {
|
|
8548
8571
|
'Content-Type': 'application/json',
|
|
@@ -8550,7 +8573,7 @@ export const marketplaceCustomerServiceAccountsCreate = (options) => {
|
|
|
8550
8573
|
}
|
|
8551
8574
|
});
|
|
8552
8575
|
};
|
|
8553
|
-
export const
|
|
8576
|
+
export const marketplaceChecklistsAdminDestroy = (options) => {
|
|
8554
8577
|
return (options.client ?? _heyApiClient).delete({
|
|
8555
8578
|
security: [
|
|
8556
8579
|
{
|
|
@@ -8562,11 +8585,11 @@ export const marketplaceCustomerServiceAccountsDestroy = (options) => {
|
|
|
8562
8585
|
type: 'http'
|
|
8563
8586
|
}
|
|
8564
8587
|
],
|
|
8565
|
-
url: '/api/marketplace-
|
|
8588
|
+
url: '/api/marketplace-checklists-admin/{uuid}/',
|
|
8566
8589
|
...options
|
|
8567
8590
|
});
|
|
8568
8591
|
};
|
|
8569
|
-
export const
|
|
8592
|
+
export const marketplaceChecklistsAdminRetrieve = (options) => {
|
|
8570
8593
|
return (options.client ?? _heyApiClient).get({
|
|
8571
8594
|
security: [
|
|
8572
8595
|
{
|
|
@@ -8578,11 +8601,11 @@ export const marketplaceCustomerServiceAccountsRetrieve = (options) => {
|
|
|
8578
8601
|
type: 'http'
|
|
8579
8602
|
}
|
|
8580
8603
|
],
|
|
8581
|
-
url: '/api/marketplace-
|
|
8604
|
+
url: '/api/marketplace-checklists-admin/{uuid}/',
|
|
8582
8605
|
...options
|
|
8583
8606
|
});
|
|
8584
8607
|
};
|
|
8585
|
-
export const
|
|
8608
|
+
export const marketplaceChecklistsAdminPartialUpdate = (options) => {
|
|
8586
8609
|
return (options.client ?? _heyApiClient).patch({
|
|
8587
8610
|
security: [
|
|
8588
8611
|
{
|
|
@@ -8594,7 +8617,7 @@ export const marketplaceCustomerServiceAccountsPartialUpdate = (options) => {
|
|
|
8594
8617
|
type: 'http'
|
|
8595
8618
|
}
|
|
8596
8619
|
],
|
|
8597
|
-
url: '/api/marketplace-
|
|
8620
|
+
url: '/api/marketplace-checklists-admin/{uuid}/',
|
|
8598
8621
|
...options,
|
|
8599
8622
|
headers: {
|
|
8600
8623
|
'Content-Type': 'application/json',
|
|
@@ -8602,7 +8625,7 @@ export const marketplaceCustomerServiceAccountsPartialUpdate = (options) => {
|
|
|
8602
8625
|
}
|
|
8603
8626
|
});
|
|
8604
8627
|
};
|
|
8605
|
-
export const
|
|
8628
|
+
export const marketplaceChecklistsAdminUpdate = (options) => {
|
|
8606
8629
|
return (options.client ?? _heyApiClient).put({
|
|
8607
8630
|
security: [
|
|
8608
8631
|
{
|
|
@@ -8614,7 +8637,7 @@ export const marketplaceCustomerServiceAccountsUpdate = (options) => {
|
|
|
8614
8637
|
type: 'http'
|
|
8615
8638
|
}
|
|
8616
8639
|
],
|
|
8617
|
-
url: '/api/marketplace-
|
|
8640
|
+
url: '/api/marketplace-checklists-admin/{uuid}/',
|
|
8618
8641
|
...options,
|
|
8619
8642
|
headers: {
|
|
8620
8643
|
'Content-Type': 'application/json',
|
|
@@ -8622,27 +8645,11 @@ export const marketplaceCustomerServiceAccountsUpdate = (options) => {
|
|
|
8622
8645
|
}
|
|
8623
8646
|
});
|
|
8624
8647
|
};
|
|
8625
|
-
export const marketplaceCustomerServiceAccountsRotateApiKey = (options) => {
|
|
8626
|
-
return (options.client ?? _heyApiClient).post({
|
|
8627
|
-
security: [
|
|
8628
|
-
{
|
|
8629
|
-
name: 'Authorization',
|
|
8630
|
-
type: 'apiKey'
|
|
8631
|
-
},
|
|
8632
|
-
{
|
|
8633
|
-
scheme: 'bearer',
|
|
8634
|
-
type: 'http'
|
|
8635
|
-
}
|
|
8636
|
-
],
|
|
8637
|
-
url: '/api/marketplace-customer-service-accounts/{uuid}/rotate_api_key/',
|
|
8638
|
-
...options
|
|
8639
|
-
});
|
|
8640
|
-
};
|
|
8641
8648
|
/**
|
|
8642
|
-
*
|
|
8649
|
+
* Return checklist questions.
|
|
8643
8650
|
*/
|
|
8644
|
-
export const
|
|
8645
|
-
return (options
|
|
8651
|
+
export const marketplaceChecklistsAdminChecklistQuestions = (options) => {
|
|
8652
|
+
return (options.client ?? _heyApiClient).get({
|
|
8646
8653
|
security: [
|
|
8647
8654
|
{
|
|
8648
8655
|
name: 'Authorization',
|
|
@@ -8653,14 +8660,14 @@ export const marketplaceGlobalCategoriesRetrieve = (options) => {
|
|
|
8653
8660
|
type: 'http'
|
|
8654
8661
|
}
|
|
8655
8662
|
],
|
|
8656
|
-
url: '/api/marketplace-
|
|
8663
|
+
url: '/api/marketplace-checklists-admin/{uuid}/questions/',
|
|
8657
8664
|
...options
|
|
8658
8665
|
});
|
|
8659
8666
|
};
|
|
8660
8667
|
/**
|
|
8661
8668
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
8662
8669
|
*/
|
|
8663
|
-
export const
|
|
8670
|
+
export const marketplaceChecklistsCategoriesList = (options) => {
|
|
8664
8671
|
return (options?.client ?? _heyApiClient).get({
|
|
8665
8672
|
security: [
|
|
8666
8673
|
{
|
|
@@ -8672,15 +8679,12 @@ export const marketplaceIntegrationStatusesList = (options) => {
|
|
|
8672
8679
|
type: 'http'
|
|
8673
8680
|
}
|
|
8674
8681
|
],
|
|
8675
|
-
url: '/api/marketplace-
|
|
8682
|
+
url: '/api/marketplace-checklists-categories/',
|
|
8676
8683
|
...options
|
|
8677
8684
|
});
|
|
8678
8685
|
};
|
|
8679
|
-
|
|
8680
|
-
|
|
8681
|
-
*/
|
|
8682
|
-
export const marketplaceIntegrationStatusesHead = (options) => {
|
|
8683
|
-
return (options?.client ?? _heyApiClient).head({
|
|
8686
|
+
export const marketplaceChecklistsCategoriesRetrieve = (options) => {
|
|
8687
|
+
return (options.client ?? _heyApiClient).get({
|
|
8684
8688
|
security: [
|
|
8685
8689
|
{
|
|
8686
8690
|
name: 'Authorization',
|
|
@@ -8691,12 +8695,15 @@ export const marketplaceIntegrationStatusesHead = (options) => {
|
|
|
8691
8695
|
type: 'http'
|
|
8692
8696
|
}
|
|
8693
8697
|
],
|
|
8694
|
-
url: '/api/marketplace-
|
|
8698
|
+
url: '/api/marketplace-checklists-categories/{uuid}/',
|
|
8695
8699
|
...options
|
|
8696
8700
|
});
|
|
8697
8701
|
};
|
|
8698
|
-
|
|
8699
|
-
|
|
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({
|
|
8700
8707
|
security: [
|
|
8701
8708
|
{
|
|
8702
8709
|
name: 'Authorization',
|
|
@@ -8707,15 +8714,15 @@ export const marketplaceIntegrationStatusesRetrieve = (options) => {
|
|
|
8707
8714
|
type: 'http'
|
|
8708
8715
|
}
|
|
8709
8716
|
],
|
|
8710
|
-
url: '/api/marketplace-
|
|
8717
|
+
url: '/api/marketplace-component-usages/',
|
|
8711
8718
|
...options
|
|
8712
8719
|
});
|
|
8713
8720
|
};
|
|
8714
8721
|
/**
|
|
8715
|
-
*
|
|
8722
|
+
* Get number of items in the collection matching the request parameters.
|
|
8716
8723
|
*/
|
|
8717
|
-
export const
|
|
8718
|
-
return (options?.client ?? _heyApiClient).
|
|
8724
|
+
export const marketplaceComponentUsagesHead = (options) => {
|
|
8725
|
+
return (options?.client ?? _heyApiClient).head({
|
|
8719
8726
|
security: [
|
|
8720
8727
|
{
|
|
8721
8728
|
name: 'Authorization',
|
|
@@ -8726,15 +8733,12 @@ export const marketplaceMaintenanceAnnouncementOfferingsList = (options) => {
|
|
|
8726
8733
|
type: 'http'
|
|
8727
8734
|
}
|
|
8728
8735
|
],
|
|
8729
|
-
url: '/api/marketplace-
|
|
8736
|
+
url: '/api/marketplace-component-usages/',
|
|
8730
8737
|
...options
|
|
8731
8738
|
});
|
|
8732
8739
|
};
|
|
8733
|
-
|
|
8734
|
-
|
|
8735
|
-
*/
|
|
8736
|
-
export const marketplaceMaintenanceAnnouncementOfferingsHead = (options) => {
|
|
8737
|
-
return (options?.client ?? _heyApiClient).head({
|
|
8740
|
+
export const marketplaceComponentUsagesRetrieve = (options) => {
|
|
8741
|
+
return (options.client ?? _heyApiClient).get({
|
|
8738
8742
|
security: [
|
|
8739
8743
|
{
|
|
8740
8744
|
name: 'Authorization',
|
|
@@ -8745,11 +8749,11 @@ export const marketplaceMaintenanceAnnouncementOfferingsHead = (options) => {
|
|
|
8745
8749
|
type: 'http'
|
|
8746
8750
|
}
|
|
8747
8751
|
],
|
|
8748
|
-
url: '/api/marketplace-
|
|
8752
|
+
url: '/api/marketplace-component-usages/{uuid}/',
|
|
8749
8753
|
...options
|
|
8750
8754
|
});
|
|
8751
8755
|
};
|
|
8752
|
-
export const
|
|
8756
|
+
export const marketplaceComponentUsagesSetUserUsage = (options) => {
|
|
8753
8757
|
return (options.client ?? _heyApiClient).post({
|
|
8754
8758
|
security: [
|
|
8755
8759
|
{
|
|
@@ -8761,7 +8765,7 @@ export const marketplaceMaintenanceAnnouncementOfferingsCreate = (options) => {
|
|
|
8761
8765
|
type: 'http'
|
|
8762
8766
|
}
|
|
8763
8767
|
],
|
|
8764
|
-
url: '/api/marketplace-
|
|
8768
|
+
url: '/api/marketplace-component-usages/{uuid}/set_user_usage/',
|
|
8765
8769
|
...options,
|
|
8766
8770
|
headers: {
|
|
8767
8771
|
'Content-Type': 'application/json',
|
|
@@ -8769,8 +8773,8 @@ export const marketplaceMaintenanceAnnouncementOfferingsCreate = (options) => {
|
|
|
8769
8773
|
}
|
|
8770
8774
|
});
|
|
8771
8775
|
};
|
|
8772
|
-
export const
|
|
8773
|
-
return (options.client ?? _heyApiClient).
|
|
8776
|
+
export const marketplaceComponentUsagesSetUsage = (options) => {
|
|
8777
|
+
return (options.client ?? _heyApiClient).post({
|
|
8774
8778
|
security: [
|
|
8775
8779
|
{
|
|
8776
8780
|
name: 'Authorization',
|
|
@@ -8781,12 +8785,19 @@ export const marketplaceMaintenanceAnnouncementOfferingsDestroy = (options) => {
|
|
|
8781
8785
|
type: 'http'
|
|
8782
8786
|
}
|
|
8783
8787
|
],
|
|
8784
|
-
url: '/api/marketplace-
|
|
8785
|
-
...options
|
|
8788
|
+
url: '/api/marketplace-component-usages/set_usage/',
|
|
8789
|
+
...options,
|
|
8790
|
+
headers: {
|
|
8791
|
+
'Content-Type': 'application/json',
|
|
8792
|
+
...options.headers
|
|
8793
|
+
}
|
|
8786
8794
|
});
|
|
8787
8795
|
};
|
|
8788
|
-
|
|
8789
|
-
|
|
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({
|
|
8790
8801
|
security: [
|
|
8791
8802
|
{
|
|
8792
8803
|
name: 'Authorization',
|
|
@@ -8797,12 +8808,15 @@ export const marketplaceMaintenanceAnnouncementOfferingsRetrieve = (options) =>
|
|
|
8797
8808
|
type: 'http'
|
|
8798
8809
|
}
|
|
8799
8810
|
],
|
|
8800
|
-
url: '/api/marketplace-
|
|
8811
|
+
url: '/api/marketplace-component-user-usages/',
|
|
8801
8812
|
...options
|
|
8802
8813
|
});
|
|
8803
8814
|
};
|
|
8804
|
-
|
|
8805
|
-
|
|
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({
|
|
8806
8820
|
security: [
|
|
8807
8821
|
{
|
|
8808
8822
|
name: 'Authorization',
|
|
@@ -8813,16 +8827,12 @@ export const marketplaceMaintenanceAnnouncementOfferingsPartialUpdate = (options
|
|
|
8813
8827
|
type: 'http'
|
|
8814
8828
|
}
|
|
8815
8829
|
],
|
|
8816
|
-
url: '/api/marketplace-
|
|
8817
|
-
...options
|
|
8818
|
-
headers: {
|
|
8819
|
-
'Content-Type': 'application/json',
|
|
8820
|
-
...options.headers
|
|
8821
|
-
}
|
|
8830
|
+
url: '/api/marketplace-component-user-usages/',
|
|
8831
|
+
...options
|
|
8822
8832
|
});
|
|
8823
8833
|
};
|
|
8824
|
-
export const
|
|
8825
|
-
return (options.client ?? _heyApiClient).
|
|
8834
|
+
export const marketplaceComponentUserUsagesRetrieve = (options) => {
|
|
8835
|
+
return (options.client ?? _heyApiClient).get({
|
|
8826
8836
|
security: [
|
|
8827
8837
|
{
|
|
8828
8838
|
name: 'Authorization',
|
|
@@ -8833,18 +8843,14 @@ export const marketplaceMaintenanceAnnouncementOfferingsUpdate = (options) => {
|
|
|
8833
8843
|
type: 'http'
|
|
8834
8844
|
}
|
|
8835
8845
|
],
|
|
8836
|
-
url: '/api/marketplace-
|
|
8837
|
-
...options
|
|
8838
|
-
headers: {
|
|
8839
|
-
'Content-Type': 'application/json',
|
|
8840
|
-
...options.headers
|
|
8841
|
-
}
|
|
8846
|
+
url: '/api/marketplace-component-user-usages/{uuid}/',
|
|
8847
|
+
...options
|
|
8842
8848
|
});
|
|
8843
8849
|
};
|
|
8844
8850
|
/**
|
|
8845
8851
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
8846
8852
|
*/
|
|
8847
|
-
export const
|
|
8853
|
+
export const marketplaceCustomerEstimatedCostPoliciesList = (options) => {
|
|
8848
8854
|
return (options?.client ?? _heyApiClient).get({
|
|
8849
8855
|
security: [
|
|
8850
8856
|
{
|
|
@@ -8856,14 +8862,14 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsList = (options)
|
|
|
8856
8862
|
type: 'http'
|
|
8857
8863
|
}
|
|
8858
8864
|
],
|
|
8859
|
-
url: '/api/marketplace-
|
|
8865
|
+
url: '/api/marketplace-customer-estimated-cost-policies/',
|
|
8860
8866
|
...options
|
|
8861
8867
|
});
|
|
8862
8868
|
};
|
|
8863
8869
|
/**
|
|
8864
8870
|
* Get number of items in the collection matching the request parameters.
|
|
8865
8871
|
*/
|
|
8866
|
-
export const
|
|
8872
|
+
export const marketplaceCustomerEstimatedCostPoliciesHead = (options) => {
|
|
8867
8873
|
return (options?.client ?? _heyApiClient).head({
|
|
8868
8874
|
security: [
|
|
8869
8875
|
{
|
|
@@ -8875,11 +8881,11 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsHead = (options)
|
|
|
8875
8881
|
type: 'http'
|
|
8876
8882
|
}
|
|
8877
8883
|
],
|
|
8878
|
-
url: '/api/marketplace-
|
|
8884
|
+
url: '/api/marketplace-customer-estimated-cost-policies/',
|
|
8879
8885
|
...options
|
|
8880
8886
|
});
|
|
8881
8887
|
};
|
|
8882
|
-
export const
|
|
8888
|
+
export const marketplaceCustomerEstimatedCostPoliciesCreate = (options) => {
|
|
8883
8889
|
return (options.client ?? _heyApiClient).post({
|
|
8884
8890
|
security: [
|
|
8885
8891
|
{
|
|
@@ -8891,7 +8897,7 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsCreate = (option
|
|
|
8891
8897
|
type: 'http'
|
|
8892
8898
|
}
|
|
8893
8899
|
],
|
|
8894
|
-
url: '/api/marketplace-
|
|
8900
|
+
url: '/api/marketplace-customer-estimated-cost-policies/',
|
|
8895
8901
|
...options,
|
|
8896
8902
|
headers: {
|
|
8897
8903
|
'Content-Type': 'application/json',
|
|
@@ -8899,7 +8905,7 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsCreate = (option
|
|
|
8899
8905
|
}
|
|
8900
8906
|
});
|
|
8901
8907
|
};
|
|
8902
|
-
export const
|
|
8908
|
+
export const marketplaceCustomerEstimatedCostPoliciesDestroy = (options) => {
|
|
8903
8909
|
return (options.client ?? _heyApiClient).delete({
|
|
8904
8910
|
security: [
|
|
8905
8911
|
{
|
|
@@ -8911,11 +8917,11 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsDestroy = (optio
|
|
|
8911
8917
|
type: 'http'
|
|
8912
8918
|
}
|
|
8913
8919
|
],
|
|
8914
|
-
url: '/api/marketplace-
|
|
8920
|
+
url: '/api/marketplace-customer-estimated-cost-policies/{uuid}/',
|
|
8915
8921
|
...options
|
|
8916
8922
|
});
|
|
8917
8923
|
};
|
|
8918
|
-
export const
|
|
8924
|
+
export const marketplaceCustomerEstimatedCostPoliciesRetrieve = (options) => {
|
|
8919
8925
|
return (options.client ?? _heyApiClient).get({
|
|
8920
8926
|
security: [
|
|
8921
8927
|
{
|
|
@@ -8927,11 +8933,11 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsRetrieve = (opti
|
|
|
8927
8933
|
type: 'http'
|
|
8928
8934
|
}
|
|
8929
8935
|
],
|
|
8930
|
-
url: '/api/marketplace-
|
|
8936
|
+
url: '/api/marketplace-customer-estimated-cost-policies/{uuid}/',
|
|
8931
8937
|
...options
|
|
8932
8938
|
});
|
|
8933
8939
|
};
|
|
8934
|
-
export const
|
|
8940
|
+
export const marketplaceCustomerEstimatedCostPoliciesPartialUpdate = (options) => {
|
|
8935
8941
|
return (options.client ?? _heyApiClient).patch({
|
|
8936
8942
|
security: [
|
|
8937
8943
|
{
|
|
@@ -8943,7 +8949,7 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsPartialUpdate =
|
|
|
8943
8949
|
type: 'http'
|
|
8944
8950
|
}
|
|
8945
8951
|
],
|
|
8946
|
-
url: '/api/marketplace-
|
|
8952
|
+
url: '/api/marketplace-customer-estimated-cost-policies/{uuid}/',
|
|
8947
8953
|
...options,
|
|
8948
8954
|
headers: {
|
|
8949
8955
|
'Content-Type': 'application/json',
|
|
@@ -8951,7 +8957,7 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsPartialUpdate =
|
|
|
8951
8957
|
}
|
|
8952
8958
|
});
|
|
8953
8959
|
};
|
|
8954
|
-
export const
|
|
8960
|
+
export const marketplaceCustomerEstimatedCostPoliciesUpdate = (options) => {
|
|
8955
8961
|
return (options.client ?? _heyApiClient).put({
|
|
8956
8962
|
security: [
|
|
8957
8963
|
{
|
|
@@ -8963,7 +8969,7 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsUpdate = (option
|
|
|
8963
8969
|
type: 'http'
|
|
8964
8970
|
}
|
|
8965
8971
|
],
|
|
8966
|
-
url: '/api/marketplace-
|
|
8972
|
+
url: '/api/marketplace-customer-estimated-cost-policies/{uuid}/',
|
|
8967
8973
|
...options,
|
|
8968
8974
|
headers: {
|
|
8969
8975
|
'Content-Type': 'application/json',
|
|
@@ -8971,10 +8977,7 @@ export const marketplaceMaintenanceAnnouncementTemplateOfferingsUpdate = (option
|
|
|
8971
8977
|
}
|
|
8972
8978
|
});
|
|
8973
8979
|
};
|
|
8974
|
-
|
|
8975
|
-
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
8976
|
-
*/
|
|
8977
|
-
export const marketplaceMaintenanceAnnouncementsList = (options) => {
|
|
8980
|
+
export const marketplaceCustomerEstimatedCostPoliciesActionsRetrieve = (options) => {
|
|
8978
8981
|
return (options?.client ?? _heyApiClient).get({
|
|
8979
8982
|
security: [
|
|
8980
8983
|
{
|
|
@@ -8986,14 +8989,14 @@ export const marketplaceMaintenanceAnnouncementsList = (options) => {
|
|
|
8986
8989
|
type: 'http'
|
|
8987
8990
|
}
|
|
8988
8991
|
],
|
|
8989
|
-
url: '/api/marketplace-
|
|
8992
|
+
url: '/api/marketplace-customer-estimated-cost-policies/actions/',
|
|
8990
8993
|
...options
|
|
8991
8994
|
});
|
|
8992
8995
|
};
|
|
8993
8996
|
/**
|
|
8994
8997
|
* Get number of items in the collection matching the request parameters.
|
|
8995
8998
|
*/
|
|
8996
|
-
export const
|
|
8999
|
+
export const marketplaceCustomerEstimatedCostPoliciesActionsHead = (options) => {
|
|
8997
9000
|
return (options?.client ?? _heyApiClient).head({
|
|
8998
9001
|
security: [
|
|
8999
9002
|
{
|
|
@@ -9005,34 +9008,14 @@ export const marketplaceMaintenanceAnnouncementsHead = (options) => {
|
|
|
9005
9008
|
type: 'http'
|
|
9006
9009
|
}
|
|
9007
9010
|
],
|
|
9008
|
-
url: '/api/marketplace-
|
|
9011
|
+
url: '/api/marketplace-customer-estimated-cost-policies/actions/',
|
|
9009
9012
|
...options
|
|
9010
9013
|
});
|
|
9011
9014
|
};
|
|
9012
|
-
export const marketplaceMaintenanceAnnouncementsCreate = (options) => {
|
|
9013
|
-
return (options.client ?? _heyApiClient).post({
|
|
9014
|
-
security: [
|
|
9015
|
-
{
|
|
9016
|
-
name: 'Authorization',
|
|
9017
|
-
type: 'apiKey'
|
|
9018
|
-
},
|
|
9019
|
-
{
|
|
9020
|
-
scheme: 'bearer',
|
|
9021
|
-
type: 'http'
|
|
9022
|
-
}
|
|
9023
|
-
],
|
|
9024
|
-
url: '/api/marketplace-maintenance-announcements/',
|
|
9025
|
-
...options,
|
|
9026
|
-
headers: {
|
|
9027
|
-
'Content-Type': 'application/json',
|
|
9028
|
-
...options.headers
|
|
9029
|
-
}
|
|
9030
|
-
});
|
|
9031
|
-
};
|
|
9032
9015
|
/**
|
|
9033
9016
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
9034
9017
|
*/
|
|
9035
|
-
export const
|
|
9018
|
+
export const marketplaceCustomerServiceAccountsList = (options) => {
|
|
9036
9019
|
return (options?.client ?? _heyApiClient).get({
|
|
9037
9020
|
security: [
|
|
9038
9021
|
{
|
|
@@ -9044,14 +9027,14 @@ export const marketplaceMaintenanceAnnouncementsTemplateList = (options) => {
|
|
|
9044
9027
|
type: 'http'
|
|
9045
9028
|
}
|
|
9046
9029
|
],
|
|
9047
|
-
url: '/api/marketplace-
|
|
9030
|
+
url: '/api/marketplace-customer-service-accounts/',
|
|
9048
9031
|
...options
|
|
9049
9032
|
});
|
|
9050
9033
|
};
|
|
9051
9034
|
/**
|
|
9052
9035
|
* Get number of items in the collection matching the request parameters.
|
|
9053
9036
|
*/
|
|
9054
|
-
export const
|
|
9037
|
+
export const marketplaceCustomerServiceAccountsHead = (options) => {
|
|
9055
9038
|
return (options?.client ?? _heyApiClient).head({
|
|
9056
9039
|
security: [
|
|
9057
9040
|
{
|
|
@@ -9063,11 +9046,11 @@ export const marketplaceMaintenanceAnnouncementsTemplateHead = (options) => {
|
|
|
9063
9046
|
type: 'http'
|
|
9064
9047
|
}
|
|
9065
9048
|
],
|
|
9066
|
-
url: '/api/marketplace-
|
|
9049
|
+
url: '/api/marketplace-customer-service-accounts/',
|
|
9067
9050
|
...options
|
|
9068
9051
|
});
|
|
9069
9052
|
};
|
|
9070
|
-
export const
|
|
9053
|
+
export const marketplaceCustomerServiceAccountsCreate = (options) => {
|
|
9071
9054
|
return (options.client ?? _heyApiClient).post({
|
|
9072
9055
|
security: [
|
|
9073
9056
|
{
|
|
@@ -9079,7 +9062,7 @@ export const marketplaceMaintenanceAnnouncementsTemplateCreate = (options) => {
|
|
|
9079
9062
|
type: 'http'
|
|
9080
9063
|
}
|
|
9081
9064
|
],
|
|
9082
|
-
url: '/api/marketplace-
|
|
9065
|
+
url: '/api/marketplace-customer-service-accounts/',
|
|
9083
9066
|
...options,
|
|
9084
9067
|
headers: {
|
|
9085
9068
|
'Content-Type': 'application/json',
|
|
@@ -9087,7 +9070,7 @@ export const marketplaceMaintenanceAnnouncementsTemplateCreate = (options) => {
|
|
|
9087
9070
|
}
|
|
9088
9071
|
});
|
|
9089
9072
|
};
|
|
9090
|
-
export const
|
|
9073
|
+
export const marketplaceCustomerServiceAccountsDestroy = (options) => {
|
|
9091
9074
|
return (options.client ?? _heyApiClient).delete({
|
|
9092
9075
|
security: [
|
|
9093
9076
|
{
|
|
@@ -9099,11 +9082,11 @@ export const marketplaceMaintenanceAnnouncementsTemplateDestroy = (options) => {
|
|
|
9099
9082
|
type: 'http'
|
|
9100
9083
|
}
|
|
9101
9084
|
],
|
|
9102
|
-
url: '/api/marketplace-
|
|
9085
|
+
url: '/api/marketplace-customer-service-accounts/{uuid}/',
|
|
9103
9086
|
...options
|
|
9104
9087
|
});
|
|
9105
9088
|
};
|
|
9106
|
-
export const
|
|
9089
|
+
export const marketplaceCustomerServiceAccountsRetrieve = (options) => {
|
|
9107
9090
|
return (options.client ?? _heyApiClient).get({
|
|
9108
9091
|
security: [
|
|
9109
9092
|
{
|
|
@@ -9115,11 +9098,11 @@ export const marketplaceMaintenanceAnnouncementsTemplateRetrieve = (options) =>
|
|
|
9115
9098
|
type: 'http'
|
|
9116
9099
|
}
|
|
9117
9100
|
],
|
|
9118
|
-
url: '/api/marketplace-
|
|
9101
|
+
url: '/api/marketplace-customer-service-accounts/{uuid}/',
|
|
9119
9102
|
...options
|
|
9120
9103
|
});
|
|
9121
9104
|
};
|
|
9122
|
-
export const
|
|
9105
|
+
export const marketplaceCustomerServiceAccountsPartialUpdate = (options) => {
|
|
9123
9106
|
return (options.client ?? _heyApiClient).patch({
|
|
9124
9107
|
security: [
|
|
9125
9108
|
{
|
|
@@ -9131,7 +9114,7 @@ export const marketplaceMaintenanceAnnouncementsTemplatePartialUpdate = (options
|
|
|
9131
9114
|
type: 'http'
|
|
9132
9115
|
}
|
|
9133
9116
|
],
|
|
9134
|
-
url: '/api/marketplace-
|
|
9117
|
+
url: '/api/marketplace-customer-service-accounts/{uuid}/',
|
|
9135
9118
|
...options,
|
|
9136
9119
|
headers: {
|
|
9137
9120
|
'Content-Type': 'application/json',
|
|
@@ -9139,7 +9122,7 @@ export const marketplaceMaintenanceAnnouncementsTemplatePartialUpdate = (options
|
|
|
9139
9122
|
}
|
|
9140
9123
|
});
|
|
9141
9124
|
};
|
|
9142
|
-
export const
|
|
9125
|
+
export const marketplaceCustomerServiceAccountsUpdate = (options) => {
|
|
9143
9126
|
return (options.client ?? _heyApiClient).put({
|
|
9144
9127
|
security: [
|
|
9145
9128
|
{
|
|
@@ -9151,7 +9134,7 @@ export const marketplaceMaintenanceAnnouncementsTemplateUpdate = (options) => {
|
|
|
9151
9134
|
type: 'http'
|
|
9152
9135
|
}
|
|
9153
9136
|
],
|
|
9154
|
-
url: '/api/marketplace-
|
|
9137
|
+
url: '/api/marketplace-customer-service-accounts/{uuid}/',
|
|
9155
9138
|
...options,
|
|
9156
9139
|
headers: {
|
|
9157
9140
|
'Content-Type': 'application/json',
|
|
@@ -9159,8 +9142,8 @@ export const marketplaceMaintenanceAnnouncementsTemplateUpdate = (options) => {
|
|
|
9159
9142
|
}
|
|
9160
9143
|
});
|
|
9161
9144
|
};
|
|
9162
|
-
export const
|
|
9163
|
-
return (options.client ?? _heyApiClient).
|
|
9145
|
+
export const marketplaceCustomerServiceAccountsRotateApiKey = (options) => {
|
|
9146
|
+
return (options.client ?? _heyApiClient).post({
|
|
9164
9147
|
security: [
|
|
9165
9148
|
{
|
|
9166
9149
|
name: 'Authorization',
|
|
@@ -9171,12 +9154,15 @@ export const marketplaceMaintenanceAnnouncementsDestroy = (options) => {
|
|
|
9171
9154
|
type: 'http'
|
|
9172
9155
|
}
|
|
9173
9156
|
],
|
|
9174
|
-
url: '/api/marketplace-
|
|
9157
|
+
url: '/api/marketplace-customer-service-accounts/{uuid}/rotate_api_key/',
|
|
9175
9158
|
...options
|
|
9176
9159
|
});
|
|
9177
9160
|
};
|
|
9178
|
-
|
|
9179
|
-
|
|
9161
|
+
/**
|
|
9162
|
+
* Count of resource categories for all resources accessible by user.
|
|
9163
|
+
*/
|
|
9164
|
+
export const marketplaceGlobalCategoriesRetrieve = (options) => {
|
|
9165
|
+
return (options?.client ?? _heyApiClient).get({
|
|
9180
9166
|
security: [
|
|
9181
9167
|
{
|
|
9182
9168
|
name: 'Authorization',
|
|
@@ -9187,12 +9173,15 @@ export const marketplaceMaintenanceAnnouncementsRetrieve = (options) => {
|
|
|
9187
9173
|
type: 'http'
|
|
9188
9174
|
}
|
|
9189
9175
|
],
|
|
9190
|
-
url: '/api/marketplace-
|
|
9176
|
+
url: '/api/marketplace-global-categories/',
|
|
9191
9177
|
...options
|
|
9192
9178
|
});
|
|
9193
9179
|
};
|
|
9194
|
-
|
|
9195
|
-
|
|
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({
|
|
9196
9185
|
security: [
|
|
9197
9186
|
{
|
|
9198
9187
|
name: 'Authorization',
|
|
@@ -9203,16 +9192,15 @@ export const marketplaceMaintenanceAnnouncementsPartialUpdate = (options) => {
|
|
|
9203
9192
|
type: 'http'
|
|
9204
9193
|
}
|
|
9205
9194
|
],
|
|
9206
|
-
url: '/api/marketplace-
|
|
9207
|
-
...options
|
|
9208
|
-
headers: {
|
|
9209
|
-
'Content-Type': 'application/json',
|
|
9210
|
-
...options.headers
|
|
9211
|
-
}
|
|
9195
|
+
url: '/api/marketplace-integration-statuses/',
|
|
9196
|
+
...options
|
|
9212
9197
|
});
|
|
9213
9198
|
};
|
|
9214
|
-
|
|
9215
|
-
|
|
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({
|
|
9216
9204
|
security: [
|
|
9217
9205
|
{
|
|
9218
9206
|
name: 'Authorization',
|
|
@@ -9223,12 +9211,24 @@ export const marketplaceMaintenanceAnnouncementsUpdate = (options) => {
|
|
|
9223
9211
|
type: 'http'
|
|
9224
9212
|
}
|
|
9225
9213
|
],
|
|
9226
|
-
url: '/api/marketplace-
|
|
9227
|
-
...options
|
|
9228
|
-
|
|
9229
|
-
|
|
9230
|
-
|
|
9231
|
-
|
|
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
|
|
9232
9232
|
});
|
|
9233
9233
|
};
|
|
9234
9234
|
/**
|
|
@@ -10092,6 +10092,95 @@ export const marketplaceOfferingUsersBeginCreating = (options) => {
|
|
|
10092
10092
|
...options
|
|
10093
10093
|
});
|
|
10094
10094
|
};
|
|
10095
|
+
/**
|
|
10096
|
+
* Action to request deletion of an offering user account.
|
|
10097
|
+
*/
|
|
10098
|
+
export const marketplaceOfferingUsersRequestDeletion = (options) => {
|
|
10099
|
+
return (options.client ?? _heyApiClient).post({
|
|
10100
|
+
security: [
|
|
10101
|
+
{
|
|
10102
|
+
name: 'Authorization',
|
|
10103
|
+
type: 'apiKey'
|
|
10104
|
+
},
|
|
10105
|
+
{
|
|
10106
|
+
scheme: 'bearer',
|
|
10107
|
+
type: 'http'
|
|
10108
|
+
}
|
|
10109
|
+
],
|
|
10110
|
+
url: '/api/marketplace-offering-users/{uuid}/request_deletion/',
|
|
10111
|
+
...options
|
|
10112
|
+
});
|
|
10113
|
+
};
|
|
10114
|
+
/**
|
|
10115
|
+
* Action to mark an offering user as successfully deleted.
|
|
10116
|
+
*/
|
|
10117
|
+
export const marketplaceOfferingUsersSetDeleted = (options) => {
|
|
10118
|
+
return (options.client ?? _heyApiClient).post({
|
|
10119
|
+
security: [
|
|
10120
|
+
{
|
|
10121
|
+
name: 'Authorization',
|
|
10122
|
+
type: 'apiKey'
|
|
10123
|
+
},
|
|
10124
|
+
{
|
|
10125
|
+
scheme: 'bearer',
|
|
10126
|
+
type: 'http'
|
|
10127
|
+
}
|
|
10128
|
+
],
|
|
10129
|
+
url: '/api/marketplace-offering-users/{uuid}/set_deleted/',
|
|
10130
|
+
...options
|
|
10131
|
+
});
|
|
10132
|
+
};
|
|
10133
|
+
/**
|
|
10134
|
+
* Action to begin the deletion process for an offering user.
|
|
10135
|
+
*/
|
|
10136
|
+
export const marketplaceOfferingUsersSetDeleting = (options) => {
|
|
10137
|
+
return (options.client ?? _heyApiClient).post({
|
|
10138
|
+
security: [
|
|
10139
|
+
{
|
|
10140
|
+
name: 'Authorization',
|
|
10141
|
+
type: 'apiKey'
|
|
10142
|
+
},
|
|
10143
|
+
{
|
|
10144
|
+
scheme: 'bearer',
|
|
10145
|
+
type: 'http'
|
|
10146
|
+
}
|
|
10147
|
+
],
|
|
10148
|
+
url: '/api/marketplace-offering-users/{uuid}/set_deleting/',
|
|
10149
|
+
...options
|
|
10150
|
+
});
|
|
10151
|
+
};
|
|
10152
|
+
export const marketplaceOfferingUsersSetErrorCreating = (options) => {
|
|
10153
|
+
return (options.client ?? _heyApiClient).post({
|
|
10154
|
+
security: [
|
|
10155
|
+
{
|
|
10156
|
+
name: 'Authorization',
|
|
10157
|
+
type: 'apiKey'
|
|
10158
|
+
},
|
|
10159
|
+
{
|
|
10160
|
+
scheme: 'bearer',
|
|
10161
|
+
type: 'http'
|
|
10162
|
+
}
|
|
10163
|
+
],
|
|
10164
|
+
url: '/api/marketplace-offering-users/{uuid}/set_error_creating/',
|
|
10165
|
+
...options
|
|
10166
|
+
});
|
|
10167
|
+
};
|
|
10168
|
+
export const marketplaceOfferingUsersSetErrorDeleting = (options) => {
|
|
10169
|
+
return (options.client ?? _heyApiClient).post({
|
|
10170
|
+
security: [
|
|
10171
|
+
{
|
|
10172
|
+
name: 'Authorization',
|
|
10173
|
+
type: 'apiKey'
|
|
10174
|
+
},
|
|
10175
|
+
{
|
|
10176
|
+
scheme: 'bearer',
|
|
10177
|
+
type: 'http'
|
|
10178
|
+
}
|
|
10179
|
+
],
|
|
10180
|
+
url: '/api/marketplace-offering-users/{uuid}/set_error_deleting/',
|
|
10181
|
+
...options
|
|
10182
|
+
});
|
|
10183
|
+
};
|
|
10095
10184
|
export const marketplaceOfferingUsersSetOk = (options) => {
|
|
10096
10185
|
return (options.client ?? _heyApiClient).post({
|
|
10097
10186
|
security: [
|
|
@@ -10164,6 +10253,29 @@ export const marketplaceOfferingUsersSetValidationComplete = (options) => {
|
|
|
10164
10253
|
...options
|
|
10165
10254
|
});
|
|
10166
10255
|
};
|
|
10256
|
+
/**
|
|
10257
|
+
* Action for service providers to update comment and comment URL fields.
|
|
10258
|
+
*/
|
|
10259
|
+
export const marketplaceOfferingUsersUpdateCommentsPartialUpdate = (options) => {
|
|
10260
|
+
return (options.client ?? _heyApiClient).patch({
|
|
10261
|
+
security: [
|
|
10262
|
+
{
|
|
10263
|
+
name: 'Authorization',
|
|
10264
|
+
type: 'apiKey'
|
|
10265
|
+
},
|
|
10266
|
+
{
|
|
10267
|
+
scheme: 'bearer',
|
|
10268
|
+
type: 'http'
|
|
10269
|
+
}
|
|
10270
|
+
],
|
|
10271
|
+
url: '/api/marketplace-offering-users/{uuid}/update_comments/',
|
|
10272
|
+
...options,
|
|
10273
|
+
headers: {
|
|
10274
|
+
'Content-Type': 'application/json',
|
|
10275
|
+
...options.headers
|
|
10276
|
+
}
|
|
10277
|
+
});
|
|
10278
|
+
};
|
|
10167
10279
|
export const marketplaceOfferingUsersUpdateRestricted = (options) => {
|
|
10168
10280
|
return (options.client ?? _heyApiClient).post({
|
|
10169
10281
|
security: [
|