@mittwald/api-client 4.405.1 → 4.406.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2838 +1,2838 @@
1
1
  /** Accepts the model terms for a customer. */
2
2
  export const aiHostingCustomerAcceptModelTerms = {
3
- path: "/v2/customers/{customerId}/ai-hosting-models/actions/accept-terms",
3
+ path: "/v3-next/customers/{customerId}/ai-hosting-models/actions/accept-terms",
4
4
  method: "POST",
5
5
  operationId: "ai-hosting-customer-accept-model-terms",
6
6
  };
7
7
  /** Get a list of already created keys. */
8
8
  export const aiHostingCustomerGetKeys = {
9
- path: "/v2/customers/{customerId}/ai-hosting-keys",
9
+ path: "/v3-next/customers/{customerId}/ai-hosting-keys",
10
10
  method: "GET",
11
11
  operationId: "ai-hosting-customer-get-keys",
12
12
  };
13
13
  /** Creates a new key. */
14
14
  export const aiHostingCustomerCreateKey = {
15
- path: "/v2/customers/{customerId}/ai-hosting-keys",
15
+ path: "/v3-next/customers/{customerId}/ai-hosting-keys",
16
16
  method: "POST",
17
17
  operationId: "ai-hosting-customer-create-key",
18
18
  };
19
19
  /** Get a key of a customer. */
20
20
  export const aiHostingCustomerGetKey = {
21
- path: "/v2/customers/{customerId}/ai-hosting-keys/{keyId}",
21
+ path: "/v3-next/customers/{customerId}/ai-hosting-keys/{keyId}",
22
22
  method: "GET",
23
23
  operationId: "ai-hosting-customer-get-key",
24
24
  };
25
25
  /** Update a key for a customer. */
26
26
  export const aiHostingCustomerUpdateKey = {
27
- path: "/v2/customers/{customerId}/ai-hosting-keys/{keyId}",
27
+ path: "/v3-next/customers/{customerId}/ai-hosting-keys/{keyId}",
28
28
  method: "PUT",
29
29
  operationId: "ai-hosting-customer-update-key",
30
30
  };
31
31
  /** Delete a key for a customer. */
32
32
  export const aiHostingCustomerDeleteKey = {
33
- path: "/v2/customers/{customerId}/ai-hosting-keys/{keyId}",
33
+ path: "/v3-next/customers/{customerId}/ai-hosting-keys/{keyId}",
34
34
  method: "DELETE",
35
35
  operationId: "ai-hosting-customer-delete-key",
36
36
  };
37
37
  /** Get a list of currently active models. */
38
38
  export const aiHostingCustomerGetDetailedModels = {
39
- path: "/v2/customers/{customerId}/ai-hosting-models",
39
+ path: "/v3-next/customers/{customerId}/ai-hosting-models",
40
40
  method: "GET",
41
41
  operationId: "ai-hosting-customer-get-detailed-models",
42
42
  };
43
43
  /** Get ai hosting plan and usages of a customer. */
44
44
  export const aiHostingCustomerGetUsage = {
45
- path: "/v2/customers/{customerId}/ai-hosting",
45
+ path: "/v3-next/customers/{customerId}/ai-hosting",
46
46
  method: "GET",
47
47
  operationId: "ai-hosting-customer-get-usage",
48
48
  };
49
49
  /** Get a list of currently active models. */
50
50
  export const aiHostingGetModels = {
51
- path: "/v2/ai-hosting-models",
51
+ path: "/v3-next/ai-hosting-models",
52
52
  method: "GET",
53
53
  operationId: "ai-hosting-get-models",
54
54
  };
55
55
  /** Get a list of keys of a project. */
56
56
  export const aiHostingProjectGetKeys = {
57
- path: "/v2/projects/{projectId}/ai-hosting-keys",
57
+ path: "/v3-next/projects/{projectId}/ai-hosting-keys",
58
58
  method: "GET",
59
59
  operationId: "ai-hosting-project-get-keys",
60
60
  };
61
61
  /** Creates a new key for a project. */
62
62
  export const aiHostingProjectCreateKey = {
63
- path: "/v2/projects/{projectId}/ai-hosting-keys",
63
+ path: "/v3-next/projects/{projectId}/ai-hosting-keys",
64
64
  method: "POST",
65
65
  operationId: "ai-hosting-project-create-key",
66
66
  };
67
67
  /** Get a key of a project. */
68
68
  export const aiHostingProjectGetKey = {
69
- path: "/v2/projects/{projectId}/ai-hosting-keys/{keyId}",
69
+ path: "/v3-next/projects/{projectId}/ai-hosting-keys/{keyId}",
70
70
  method: "GET",
71
71
  operationId: "ai-hosting-project-get-key",
72
72
  };
73
73
  /** Update a key for a project. */
74
74
  export const aiHostingProjectUpdateKey = {
75
- path: "/v2/projects/{projectId}/ai-hosting-keys/{keyId}",
75
+ path: "/v3-next/projects/{projectId}/ai-hosting-keys/{keyId}",
76
76
  method: "PUT",
77
77
  operationId: "ai-hosting-project-update-key",
78
78
  };
79
79
  /** Delete a key for a project. */
80
80
  export const aiHostingProjectDeleteKey = {
81
- path: "/v2/projects/{projectId}/ai-hosting-keys/{keyId}",
81
+ path: "/v3-next/projects/{projectId}/ai-hosting-keys/{keyId}",
82
82
  method: "DELETE",
83
83
  operationId: "ai-hosting-project-delete-key",
84
84
  };
85
85
  /** Get a list of currently active models. */
86
86
  export const aiHostingProjectGetDetailedModels = {
87
- path: "/v2/projects/{projectId}/ai-hosting-models",
87
+ path: "/v3-next/projects/{projectId}/ai-hosting-models",
88
88
  method: "GET",
89
89
  operationId: "ai-hosting-project-get-detailed-models",
90
90
  };
91
91
  /** Get ai hosting plan and usages of a project. Same as the customer route, but less details. */
92
92
  export const aiHostingProjectGetUsage = {
93
- path: "/v2/projects/{projectId}/ai-hosting",
93
+ path: "/v3-next/projects/{projectId}/ai-hosting",
94
94
  method: "GET",
95
95
  operationId: "ai-hosting-project-get-usage",
96
96
  };
97
97
  /** Links a container with a project licence. */
98
98
  export const aiHostingProjectLinkContainer = {
99
- path: "/v2/projects/{projectId}/ai-hosting-keys/{keyId}/actions/link-container",
99
+ path: "/v3-next/projects/{projectId}/ai-hosting-keys/{keyId}/actions/link-container",
100
100
  method: "POST",
101
101
  operationId: "ai-hosting-project-link-container",
102
102
  };
103
103
  /** Get an App. */
104
104
  export const appGetApp = {
105
- path: "/v2/apps/{appId}",
105
+ path: "/v3-next/apps/{appId}",
106
106
  method: "GET",
107
107
  operationId: "app-get-app",
108
108
  };
109
109
  /** Get an AppInstallation. */
110
110
  export const appGetAppinstallation = {
111
- path: "/v2/app-installations/{appInstallationId}",
111
+ path: "/v3-next/app-installations/{appInstallationId}",
112
112
  method: "GET",
113
113
  operationId: "app-get-appinstallation",
114
114
  };
115
115
  /** Trigger an uninstallation process for an AppInstallation. */
116
116
  export const appUninstallAppinstallation = {
117
- path: "/v2/app-installations/{appInstallationId}",
117
+ path: "/v3-next/app-installations/{appInstallationId}",
118
118
  method: "DELETE",
119
119
  operationId: "app-uninstall-appinstallation",
120
120
  };
121
121
  /** Update properties belonging to an AppInstallation. */
122
122
  export const appPatchAppinstallation = {
123
- path: "/v2/app-installations/{appInstallationId}",
123
+ path: "/v3-next/app-installations/{appInstallationId}",
124
124
  method: "PATCH",
125
125
  operationId: "app-patch-appinstallation",
126
126
  };
127
127
  /** Get an AppVersion. */
128
128
  export const appGetAppversion = {
129
- path: "/v2/apps/{appId}/versions/{appVersionId}",
129
+ path: "/v3-next/apps/{appId}/versions/{appVersionId}",
130
130
  method: "GET",
131
131
  operationId: "app-get-appversion",
132
132
  };
133
133
  /** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
134
134
  export const appGetInstalledSystemsoftwareForAppinstallation = {
135
- path: "/v2/app-installations/{appInstallationId}/systemSoftware",
135
+ path: "/v3-next/app-installations/{appInstallationId}/systemSoftware",
136
136
  method: "GET",
137
137
  operationId: "app-get-installed-systemsoftware-for-appinstallation",
138
138
  };
139
139
  /** Get the missing requirements of an appInstallation for a specific target AppVersion. */
140
140
  export const appGetMissingDependenciesForAppinstallation = {
141
- path: "/v2/app-installations/{appInstallationId}/missing-dependencies",
141
+ path: "/v3-next/app-installations/{appInstallationId}/missing-dependencies",
142
142
  method: "GET",
143
143
  operationId: "app-get-missing-dependencies-for-appinstallation",
144
144
  };
145
145
  /** Get a SystemSoftware. */
146
146
  export const appGetSystemsoftware = {
147
- path: "/v2/system-softwares/{systemSoftwareId}",
147
+ path: "/v3-next/system-softwares/{systemSoftwareId}",
148
148
  method: "GET",
149
149
  operationId: "app-get-systemsoftware",
150
150
  };
151
151
  /** Get a SystemSoftwareVersion. */
152
152
  export const appGetSystemsoftwareversion = {
153
- path: "/v2/system-softwares/{systemSoftwareId}/versions/{systemSoftwareVersionId}",
153
+ path: "/v3-next/system-softwares/{systemSoftwareId}/versions/{systemSoftwareVersionId}",
154
154
  method: "GET",
155
155
  operationId: "app-get-systemsoftwareversion",
156
156
  };
157
157
  /** Create linkage between an AppInstallation and a MySQLDatabase. */
158
158
  export const appLinkDatabase = {
159
- path: "/v2/app-installations/{appInstallationId}/database",
159
+ path: "/v3-next/app-installations/{appInstallationId}/database",
160
160
  method: "PATCH",
161
161
  operationId: "app-link-database",
162
162
  };
163
163
  /** List AppInstallations that a user has access to. */
164
164
  export const appListAppinstallationsForUser = {
165
- path: "/v2/app-installations",
165
+ path: "/v3-next/app-installations",
166
166
  method: "GET",
167
167
  operationId: "app-list-appinstallations-for-user",
168
168
  };
169
169
  /** List AppInstallations belonging to a Project. */
170
170
  export const appListAppinstallations = {
171
- path: "/v2/projects/{projectId}/app-installations",
171
+ path: "/v3-next/projects/{projectId}/app-installations",
172
172
  method: "GET",
173
173
  operationId: "app-list-appinstallations",
174
174
  };
175
175
  /** Request an AppInstallation. */
176
176
  export const appRequestAppinstallation = {
177
- path: "/v2/projects/{projectId}/app-installations",
177
+ path: "/v3-next/projects/{projectId}/app-installations",
178
178
  method: "POST",
179
179
  operationId: "app-request-appinstallation",
180
180
  };
181
181
  /** List Apps. */
182
182
  export const appListApps = {
183
- path: "/v2/apps",
183
+ path: "/v3-next/apps",
184
184
  method: "GET",
185
185
  operationId: "app-list-apps",
186
186
  };
187
187
  /** List AppVersions belonging to an App. */
188
188
  export const appListAppversions = {
189
- path: "/v2/apps/{appId}/versions",
189
+ path: "/v3-next/apps/{appId}/versions",
190
190
  method: "GET",
191
191
  operationId: "app-list-appversions",
192
192
  };
193
193
  /** List SystemSoftwares. */
194
194
  export const appListSystemsoftwares = {
195
- path: "/v2/system-softwares",
195
+ path: "/v3-next/system-softwares",
196
196
  method: "GET",
197
197
  operationId: "app-list-systemsoftwares",
198
198
  };
199
199
  /** List SystemSoftwareVersions belonging to a SystemSoftware. */
200
200
  export const appListSystemsoftwareversions = {
201
- path: "/v2/system-softwares/{systemSoftwareId}/versions",
201
+ path: "/v3-next/system-softwares/{systemSoftwareId}/versions",
202
202
  method: "GET",
203
203
  operationId: "app-list-systemsoftwareversions",
204
204
  };
205
205
  /** List update candidates belonging to an AppVersion. */
206
206
  export const appListUpdateCandidatesForAppversion = {
207
- path: "/v2/apps/{appId}/versions/{baseAppVersionId}/update-candidates",
207
+ path: "/v3-next/apps/{appId}/versions/{baseAppVersionId}/update-candidates",
208
208
  method: "GET",
209
209
  operationId: "app-list-update-candidates-for-appversion",
210
210
  };
211
211
  /** Replace a MySQL Database with another MySQL Database. */
212
212
  export const appReplaceDatabase = {
213
- path: "/v2/app-installations/{appInstallationId}/database/replace",
213
+ path: "/v3-next/app-installations/{appInstallationId}/database/replace",
214
214
  method: "PATCH",
215
215
  operationId: "app-replace-database",
216
216
  };
217
217
  /** Request a copy of an AppInstallation. */
218
218
  export const appRequestAppinstallationCopy = {
219
- path: "/v2/app-installations/{appInstallationId}/actions/copy",
219
+ path: "/v3-next/app-installations/{appInstallationId}/actions/copy",
220
220
  method: "POST",
221
221
  operationId: "app-request-appinstallation-copy",
222
222
  };
223
223
  /** Get runtime status belonging to an AppInstallation. */
224
224
  export const appRetrieveStatus = {
225
- path: "/v2/app-installations/{appInstallationId}/status",
225
+ path: "/v3-next/app-installations/{appInstallationId}/status",
226
226
  method: "GET",
227
227
  operationId: "app-retrieve-status",
228
228
  };
229
- /** Remove linkage between an AppInstallation and a Database. */
230
- export const appUnlinkDatabase = {
231
- path: "/v2/app-installations/{appInstallationId}/databases/{databaseId}",
232
- method: "DELETE",
233
- operationId: "app-unlink-database",
234
- };
235
229
  /** Create linkage between an AppInstallation and DatabaseUsers. */
236
230
  export const appSetDatabaseUsers = {
237
- path: "/v2/app-installations/{appInstallationId}/databases/{databaseId}/users",
231
+ path: "/v3-next/app-installations/{appInstallationId}/databases/{databaseId}/users",
238
232
  method: "PUT",
239
233
  operationId: "app-set-database-users",
240
234
  };
235
+ /** Remove linkage between an AppInstallation and a Database. */
236
+ export const appUnlinkDatabase = {
237
+ path: "/v3-next/app-installations/{appInstallationId}/databases/{databaseId}",
238
+ method: "DELETE",
239
+ operationId: "app-unlink-database",
240
+ };
241
241
  /** Get an Article. */
242
242
  export const articleGetArticle = {
243
- path: "/v2/articles/{articleId}",
243
+ path: "/v3-next/articles/{articleId}",
244
244
  method: "GET",
245
245
  operationId: "article-get-article",
246
246
  };
247
247
  /** List Articles. */
248
248
  export const articleListArticles = {
249
- path: "/v2/articles",
249
+ path: "/v3-next/articles",
250
250
  method: "GET",
251
251
  operationId: "article-list-articles",
252
252
  };
253
253
  /** Export a ProjectBackup for download. */
254
254
  export const backupCreateProjectBackupExport = {
255
- path: "/v2/project-backups/{projectBackupId}/export",
255
+ path: "/v3-next/project-backups/{projectBackupId}/export",
256
256
  method: "POST",
257
257
  operationId: "backup-create-project-backup-export",
258
258
  };
259
259
  /** Delete a ProjectBackupExport. */
260
260
  export const backupDeleteProjectBackupExport = {
261
- path: "/v2/project-backups/{projectBackupId}/export",
261
+ path: "/v3-next/project-backups/{projectBackupId}/export",
262
262
  method: "DELETE",
263
263
  operationId: "backup-delete-project-backup-export",
264
264
  };
265
265
  /** List BackupSchedules belonging to a Project. */
266
266
  export const backupListProjectBackupSchedules = {
267
- path: "/v2/projects/{projectId}/backup-schedules",
267
+ path: "/v3-next/projects/{projectId}/backup-schedules",
268
268
  method: "GET",
269
269
  operationId: "backup-list-project-backup-schedules",
270
270
  };
271
271
  /** Create a BackupSchedule for a Project. */
272
272
  export const backupCreateProjectBackupSchedule = {
273
- path: "/v2/projects/{projectId}/backup-schedules",
273
+ path: "/v3-next/projects/{projectId}/backup-schedules",
274
274
  method: "POST",
275
275
  operationId: "backup-create-project-backup-schedule",
276
276
  };
277
277
  /** List Backups belonging to a Project. */
278
278
  export const backupListProjectBackups = {
279
- path: "/v2/projects/{projectId}/backups",
279
+ path: "/v3-next/projects/{projectId}/backups",
280
280
  method: "GET",
281
281
  operationId: "backup-list-project-backups",
282
282
  };
283
283
  /** Create a Backup of a Project. */
284
284
  export const backupCreateProjectBackup = {
285
- path: "/v2/projects/{projectId}/backups",
285
+ path: "/v3-next/projects/{projectId}/backups",
286
286
  method: "POST",
287
287
  operationId: "backup-create-project-backup",
288
288
  };
289
289
  /** Get a ProjectBackupSchedule. */
290
290
  export const backupGetProjectBackupSchedule = {
291
- path: "/v2/project-backup-schedules/{projectBackupScheduleId}",
291
+ path: "/v3-next/project-backup-schedules/{projectBackupScheduleId}",
292
292
  method: "GET",
293
293
  operationId: "backup-get-project-backup-schedule",
294
294
  };
295
295
  /** Delete a ProjectBackupSchedule. */
296
296
  export const backupDeleteProjectBackupSchedule = {
297
- path: "/v2/project-backup-schedules/{projectBackupScheduleId}",
297
+ path: "/v3-next/project-backup-schedules/{projectBackupScheduleId}",
298
298
  method: "DELETE",
299
299
  operationId: "backup-delete-project-backup-schedule",
300
300
  };
301
301
  /** Update a ProjectBackupSchedule. */
302
302
  export const backupUpdateProjectBackupSchedule = {
303
- path: "/v2/project-backup-schedules/{projectBackupScheduleId}",
303
+ path: "/v3-next/project-backup-schedules/{projectBackupScheduleId}",
304
304
  method: "PATCH",
305
305
  operationId: "backup-update-project-backup-schedule",
306
306
  };
307
307
  /** Get a ProjectBackup. */
308
308
  export const backupGetProjectBackup = {
309
- path: "/v2/project-backups/{projectBackupId}",
309
+ path: "/v3-next/project-backups/{projectBackupId}",
310
310
  method: "GET",
311
311
  operationId: "backup-get-project-backup",
312
312
  };
313
313
  /** Delete a ProjectBackup. */
314
314
  export const backupDeleteProjectBackup = {
315
- path: "/v2/project-backups/{projectBackupId}",
315
+ path: "/v3-next/project-backups/{projectBackupId}",
316
316
  method: "DELETE",
317
317
  operationId: "backup-delete-project-backup",
318
318
  };
319
319
  /** List database dump's for a ProjectBackup. */
320
320
  export const backupGetProjectBackupDatabaseDumps = {
321
- path: "/v2/project-backups/{projectBackupId}/database-dumps",
321
+ path: "/v3-next/project-backups/{projectBackupId}/database-dumps",
322
322
  method: "GET",
323
323
  operationId: "backup-get-project-backup-database-dumps",
324
324
  };
325
325
  /** List paths for a ProjectBackup. */
326
326
  export const backupGetProjectBackupDirectories = {
327
- path: "/v2/project-backups/{projectBackupId}/path",
327
+ path: "/v3-next/project-backups/{projectBackupId}/path",
328
328
  method: "GET",
329
329
  operationId: "backup-get-project-backup-directories",
330
330
  };
331
331
  /** Update a Backup's expiration time. */
332
332
  export const backupReplaceProjectBackupExpirationTime = {
333
- path: "/v2/project-backups/{projectBackupId}/expiration-time",
333
+ path: "/v3-next/project-backups/{projectBackupId}/expiration-time",
334
334
  method: "PUT",
335
335
  operationId: "backup-replace-project-backup-expiration-time",
336
336
  };
337
337
  /** Restore a ProjectBackup. */
338
338
  export const backupRequestProjectBackupRestore = {
339
- path: "/v2/project-backups/{projectBackupId}/restore",
339
+ path: "/v3-next/project-backups/{projectBackupId}/restore",
340
340
  method: "POST",
341
341
  operationId: "backup-request-project-backup-restore",
342
342
  };
343
343
  /** Change the description of a ProjectBackup. */
344
344
  export const backupUpdateProjectBackupDescription = {
345
- path: "/v2/project-backups/{projectBackupId}/description",
345
+ path: "/v3-next/project-backups/{projectBackupId}/description",
346
346
  method: "PATCH",
347
347
  operationId: "backup-update-project-backup-description",
348
348
  };
349
349
  /** Call pull-image webhook */
350
350
  export const containerCallPullImageWebhookForService = {
351
- path: "/v2/stacks/{stackId}/webhooks/pull-image",
351
+ path: "/v3-next/stacks/{stackId}/webhooks/pull-image",
352
352
  method: "GET",
353
353
  operationId: "container-call-pull-image-webhook-for-service",
354
354
  };
355
355
  /** List Registries belonging to a Project. */
356
356
  export const containerListRegistries = {
357
- path: "/v2/projects/{projectId}/registries",
357
+ path: "/v3-next/projects/{projectId}/registries",
358
358
  method: "GET",
359
359
  operationId: "container-list-registries",
360
360
  };
361
361
  /** Create a Registry. */
362
362
  export const containerCreateRegistry = {
363
- path: "/v2/projects/{projectId}/registries",
363
+ path: "/v3-next/projects/{projectId}/registries",
364
364
  method: "POST",
365
365
  operationId: "container-create-registry",
366
366
  };
367
367
  /** List Stacks belonging to a Project. */
368
368
  export const containerListStacks = {
369
- path: "/v2/projects/{projectId}/stacks",
369
+ path: "/v3-next/projects/{projectId}/stacks",
370
370
  method: "GET",
371
371
  operationId: "container-list-stacks",
372
372
  };
373
373
  /** Create a Stack. */
374
374
  export const containerCreateStack = {
375
- path: "/v2/projects/{projectId}/stacks",
375
+ path: "/v3-next/projects/{projectId}/stacks",
376
376
  method: "POST",
377
377
  operationId: "container-create-stack",
378
378
  };
379
379
  /** Get a Stack. */
380
380
  export const containerGetStack = {
381
- path: "/v2/stacks/{stackId}",
381
+ path: "/v3-next/stacks/{stackId}",
382
382
  method: "GET",
383
383
  operationId: "container-get-stack",
384
384
  };
385
385
  /** Declaratively create, update or delete Services or Volumes belonging to a Stack. */
386
386
  export const containerDeclareStack = {
387
- path: "/v2/stacks/{stackId}",
387
+ path: "/v3-next/stacks/{stackId}",
388
388
  method: "PUT",
389
389
  operationId: "container-declare-stack",
390
390
  };
391
391
  /** Delete a Stack. */
392
392
  export const containerDeleteStack = {
393
- path: "/v2/stacks/{stackId}",
393
+ path: "/v3-next/stacks/{stackId}",
394
394
  method: "DELETE",
395
395
  operationId: "container-delete-stack",
396
396
  };
397
397
  /** Create, update or delete Services or Volumes belonging to a Stack. */
398
398
  export const containerUpdateStack = {
399
- path: "/v2/stacks/{stackId}",
399
+ path: "/v3-next/stacks/{stackId}",
400
400
  method: "PATCH",
401
401
  operationId: "container-update-stack",
402
402
  };
403
403
  /** Get a Registry. */
404
404
  export const containerGetRegistry = {
405
- path: "/v2/registries/{registryId}",
405
+ path: "/v3-next/registries/{registryId}",
406
406
  method: "GET",
407
407
  operationId: "container-get-registry",
408
408
  };
409
409
  /** Delete a Registry. */
410
410
  export const containerDeleteRegistry = {
411
- path: "/v2/registries/{registryId}",
411
+ path: "/v3-next/registries/{registryId}",
412
412
  method: "DELETE",
413
413
  operationId: "container-delete-registry",
414
414
  };
415
415
  /** Update a Registry. */
416
416
  export const containerUpdateRegistry = {
417
- path: "/v2/registries/{registryId}",
417
+ path: "/v3-next/registries/{registryId}",
418
418
  method: "PATCH",
419
419
  operationId: "container-update-registry",
420
420
  };
421
421
  /** Get a Volume belonging to a Stack. */
422
422
  export const containerGetVolume = {
423
- path: "/v2/stacks/{stackId}/volumes/{volumeId}",
423
+ path: "/v3-next/stacks/{stackId}/volumes/{volumeId}",
424
424
  method: "GET",
425
425
  operationId: "container-get-volume",
426
426
  };
427
427
  /** Delete a Volume belonging to a Stack. */
428
428
  export const containerDeleteVolume = {
429
- path: "/v2/stacks/{stackId}/volumes/{volumeId}",
429
+ path: "/v3-next/stacks/{stackId}/volumes/{volumeId}",
430
430
  method: "DELETE",
431
431
  operationId: "container-delete-volume",
432
432
  };
433
433
  /** Get a ContainerImageConfig. */
434
434
  export const containerGetContainerImageConfig = {
435
- path: "/v2/container-image-config",
435
+ path: "/v3-next/container-image-config",
436
436
  method: "GET",
437
437
  operationId: "container-get-container-image-config",
438
438
  };
439
439
  /** Get logs belonging to a Service. */
440
440
  export const containerGetServiceLogs = {
441
- path: "/v2/stacks/{stackId}/services/{serviceId}/logs",
441
+ path: "/v3-next/stacks/{stackId}/services/{serviceId}/logs",
442
442
  method: "GET",
443
443
  operationId: "container-get-service-logs",
444
444
  };
445
445
  /** Get a Service belonging to a Stack. */
446
446
  export const containerGetService = {
447
- path: "/v2/stacks/{stackId}/services/{serviceId}",
447
+ path: "/v3-next/stacks/{stackId}/services/{serviceId}",
448
448
  method: "GET",
449
449
  operationId: "container-get-service",
450
450
  };
451
451
  /** Get a Container Template icon. */
452
452
  export const containerGetTemplateIcon = {
453
- path: "/v2/container-templates/{templateId}/icon",
453
+ path: "/v3-next/container-templates/{templateId}/icon",
454
454
  method: "GET",
455
455
  operationId: "container-get-template-icon",
456
456
  };
457
457
  /** Get a Container Template by ID. */
458
458
  export const containerGetTemplate = {
459
- path: "/v2/container-templates/{templateId}",
459
+ path: "/v3-next/container-templates/{templateId}",
460
460
  method: "GET",
461
461
  operationId: "container-get-template",
462
462
  };
463
463
  /** List Stacks belonging to the executing user. */
464
464
  export const containerListSelfStacks = {
465
- path: "/v2/stacks",
465
+ path: "/v3-next/stacks",
466
466
  method: "GET",
467
467
  operationId: "container-list-self-stacks",
468
468
  };
469
469
  /** List Services belonging to a Project. */
470
470
  export const containerListServices = {
471
- path: "/v2/projects/{projectId}/services",
471
+ path: "/v3-next/projects/{projectId}/services",
472
472
  method: "GET",
473
473
  operationId: "container-list-services",
474
474
  };
475
475
  /** List Volumes belonging to a Stack. */
476
476
  export const containerListStackVolumes = {
477
- path: "/v2/stacks/{stackId}/volumes",
477
+ path: "/v3-next/stacks/{stackId}/volumes",
478
478
  method: "GET",
479
479
  operationId: "container-list-stack-volumes",
480
480
  };
481
481
  /** List Container Templates. */
482
482
  export const containerListTemplates = {
483
- path: "/v2/container-templates",
483
+ path: "/v3-next/container-templates",
484
484
  method: "GET",
485
485
  operationId: "container-list-templates",
486
486
  };
487
487
  /** List Volumes belonging to a Project. */
488
488
  export const containerListVolumes = {
489
- path: "/v2/projects/{projectId}/volumes",
489
+ path: "/v3-next/projects/{projectId}/volumes",
490
490
  method: "GET",
491
491
  operationId: "container-list-volumes",
492
492
  };
493
493
  /** Pull image and recreate */
494
494
  export const containerPullImageForService = {
495
- path: "/v2/stacks/{stackId}/services/{serviceId}/actions/pull",
495
+ path: "/v3-next/stacks/{stackId}/services/{serviceId}/actions/pull",
496
496
  method: "POST",
497
497
  operationId: "container-pull-image-for-service",
498
498
  };
499
499
  /** Recreate a Service. */
500
500
  export const containerRecreateService = {
501
- path: "/v2/stacks/{stackId}/services/{serviceId}/actions/recreate",
501
+ path: "/v3-next/stacks/{stackId}/services/{serviceId}/actions/recreate",
502
502
  method: "POST",
503
503
  operationId: "container-recreate-service",
504
504
  };
505
505
  /** Restart a started Service. */
506
506
  export const containerRestartService = {
507
- path: "/v2/stacks/{stackId}/services/{serviceId}/actions/restart",
507
+ path: "/v3-next/stacks/{stackId}/services/{serviceId}/actions/restart",
508
508
  method: "POST",
509
509
  operationId: "container-restart-service",
510
510
  };
511
511
  /** Create or rotate pull-image webhook token */
512
512
  export const containerRotatePullImageWebhookForService = {
513
- path: "/v2/stacks/{stackId}/services/{serviceId}/webhook-token",
513
+ path: "/v3-next/stacks/{stackId}/services/{serviceId}/webhook-token",
514
514
  method: "POST",
515
515
  operationId: "container-rotate-pull-image-webhook-for-service",
516
516
  };
517
517
  /** Set an update schedule for a Stack. */
518
518
  export const containerSetStackUpdateSchedule = {
519
- path: "/v2/stacks/{stackId}/update-schedule",
519
+ path: "/v3-next/stacks/{stackId}/update-schedule",
520
520
  method: "PUT",
521
521
  operationId: "container-set-stack-update-schedule",
522
522
  };
523
523
  /** Start a stopped Service. */
524
524
  export const containerStartService = {
525
- path: "/v2/stacks/{stackId}/services/{serviceId}/actions/start",
525
+ path: "/v3-next/stacks/{stackId}/services/{serviceId}/actions/start",
526
526
  method: "POST",
527
527
  operationId: "container-start-service",
528
528
  };
529
529
  /** Stop a started Service. */
530
530
  export const containerStopService = {
531
- path: "/v2/stacks/{stackId}/services/{serviceId}/actions/stop",
531
+ path: "/v3-next/stacks/{stackId}/services/{serviceId}/actions/stop",
532
532
  method: "POST",
533
533
  operationId: "container-stop-service",
534
534
  };
535
535
  /** Schedule the Termination of a ContractItem. */
536
536
  export const contractTerminateContractItem = {
537
- path: "/v2/contracts/{contractId}/items/{contractItemId}/termination",
537
+ path: "/v3-next/contracts/{contractId}/items/{contractItemId}/termination",
538
538
  method: "POST",
539
539
  operationId: "contract-terminate-contract-item",
540
540
  };
541
541
  /** Cancel the Termination for the referred ContractItem. */
542
542
  export const contractCancelContractItemTermination = {
543
- path: "/v2/contracts/{contractId}/items/{contractItemId}/termination",
543
+ path: "/v3-next/contracts/{contractId}/items/{contractItemId}/termination",
544
544
  method: "DELETE",
545
545
  operationId: "contract-cancel-contract-item-termination",
546
546
  };
547
547
  /** Cancel the TariffChange for the referred ContractItem. */
548
548
  export const contractCancelContractTariffChange = {
549
- path: "/v2/contracts/{contractId}/items/{contractItemId}/tariff-change",
549
+ path: "/v3-next/contracts/{contractId}/items/{contractItemId}/tariff-change",
550
550
  method: "DELETE",
551
551
  operationId: "contract-cancel-contract-tariff-change",
552
552
  };
553
553
  /** Schedule the Termination of a Contract. */
554
554
  export const contractTerminateContract = {
555
- path: "/v2/contracts/{contractId}/termination",
555
+ path: "/v3-next/contracts/{contractId}/termination",
556
556
  method: "POST",
557
557
  operationId: "contract-terminate-contract",
558
558
  };
559
559
  /** Cancel the Termination for the referred Contract. */
560
560
  export const contractCancelContractTermination = {
561
- path: "/v2/contracts/{contractId}/termination",
561
+ path: "/v3-next/contracts/{contractId}/termination",
562
562
  method: "DELETE",
563
563
  operationId: "contract-cancel-contract-termination",
564
564
  };
565
565
  /** Return the BaseItem of the Contract with the given ID. */
566
566
  export const contractGetBaseItemOfContract = {
567
- path: "/v2/contracts/{contractId}/base-items",
567
+ path: "/v3-next/contracts/{contractId}/base-items",
568
568
  method: "GET",
569
569
  operationId: "contract-get-base-item-of-contract",
570
570
  };
571
571
  /** Return the AI Hosting Contract for the given Customer. */
572
572
  export const contractGetDetailOfContractByAiHosting = {
573
- path: "/v2/customers/{customerId}/ai-hosting/contract",
573
+ path: "/v3-next/customers/{customerId}/ai-hosting/contract",
574
574
  method: "GET",
575
575
  operationId: "contract-get-detail-of-contract-by-ai-hosting",
576
576
  };
577
577
  /** Return the Contract for the given Certificate. */
578
578
  export const contractGetDetailOfContractByCertificate = {
579
- path: "/v2/certificates/{certificateId}/contract",
579
+ path: "/v3-next/certificates/{certificateId}/contract",
580
580
  method: "GET",
581
581
  operationId: "contract-get-detail-of-contract-by-certificate",
582
582
  };
583
583
  /** Return the Contract for the given Domain. */
584
584
  export const contractGetDetailOfContractByDomain = {
585
- path: "/v2/domains/{domainId}/contract",
585
+ path: "/v3-next/domains/{domainId}/contract",
586
586
  method: "GET",
587
587
  operationId: "contract-get-detail-of-contract-by-domain",
588
588
  };
589
589
  /** Return the Contract for the given LeadFyndrProfile. */
590
590
  export const contractGetDetailOfContractByLeadFyndr = {
591
- path: "/v2/customers/{customerId}/lead-fyndr-profile/contract",
591
+ path: "/v3-next/customers/{customerId}/lead-fyndr-profile/contract",
592
592
  method: "GET",
593
593
  operationId: "contract-get-detail-of-contract-by-lead-fyndr",
594
594
  };
595
595
  /** Return the Contract for the given License. */
596
596
  export const contractGetDetailOfContractByLicense = {
597
- path: "/v2/licenses/{licenseId}/contract",
597
+ path: "/v3-next/licenses/{licenseId}/contract",
598
598
  method: "GET",
599
599
  operationId: "contract-get-detail-of-contract-by-license",
600
600
  };
601
601
  /** Return the Contract for the given Mail Address. */
602
602
  export const contractGetDetailOfContractByMailAddress = {
603
- path: "/v2/mail-addresses/{mailAddressId}/contract",
603
+ path: "/v3-next/mail-addresses/{mailAddressId}/contract",
604
604
  method: "GET",
605
605
  operationId: "contract-get-detail-of-contract-by-mail-address",
606
606
  };
607
607
  /** Return the Contract for the given Project. */
608
608
  export const contractGetDetailOfContractByProject = {
609
- path: "/v2/projects/{projectId}/contract",
609
+ path: "/v3-next/projects/{projectId}/contract",
610
610
  method: "GET",
611
611
  operationId: "contract-get-detail-of-contract-by-project",
612
612
  };
613
613
  /** Return the Contract for the given Server. */
614
614
  export const contractGetDetailOfContractByServer = {
615
- path: "/v2/servers/{serverId}/contract",
615
+ path: "/v3-next/servers/{serverId}/contract",
616
616
  method: "GET",
617
617
  operationId: "contract-get-detail-of-contract-by-server",
618
618
  };
619
619
  /** Get the ContractItem with the given ID. */
620
620
  export const contractGetDetailOfContractItem = {
621
- path: "/v2/contracts/{contractId}/items/{contractItemId}",
621
+ path: "/v3-next/contracts/{contractId}/items/{contractItemId}",
622
622
  method: "GET",
623
623
  operationId: "contract-get-detail-of-contract-item",
624
624
  };
625
625
  /** Returns the Contract with the given ID. */
626
626
  export const contractGetDetailOfContract = {
627
- path: "/v2/contracts/{contractId}",
627
+ path: "/v3-next/contracts/{contractId}",
628
628
  method: "GET",
629
629
  operationId: "contract-get-detail-of-contract",
630
630
  };
631
631
  /** Return a list of Contracts for the given Customer. */
632
632
  export const contractListContracts = {
633
- path: "/v2/customers/{customerId}/contracts",
633
+ path: "/v3-next/customers/{customerId}/contracts",
634
634
  method: "GET",
635
635
  operationId: "contract-list-contracts",
636
636
  };
637
637
  /** Start the verification process of a contributor. */
638
638
  export const contributorRequestVerification = {
639
- path: "/v2/contributors/{contributorId}/verification-process",
639
+ path: "/v3-next/contributors/{contributorId}/verification-process",
640
640
  method: "POST",
641
641
  operationId: "contributor-request-verification",
642
642
  };
643
643
  /** Cancel the verification-process of a contributor. */
644
644
  export const contributorCancelVerification = {
645
- path: "/v2/contributors/{contributorId}/verification-process",
645
+ path: "/v3-next/contributors/{contributorId}/verification-process",
646
646
  method: "DELETE",
647
647
  operationId: "contributor-cancel-verification",
648
648
  };
649
649
  /** Get a Contributor. */
650
650
  export const extensionGetContributor = {
651
- path: "/v2/contributors/{contributorId}",
651
+ path: "/v3-next/contributors/{contributorId}",
652
652
  method: "GET",
653
653
  operationId: "extension-get-contributor",
654
654
  };
655
655
  /** Delete a Contributor. */
656
656
  export const contributorDeleteContributor = {
657
- path: "/v2/contributors/{contributorId}",
657
+ path: "/v3-next/contributors/{contributorId}",
658
658
  method: "DELETE",
659
659
  operationId: "contributor-delete-contributor",
660
660
  };
661
661
  /** Patch Contributor. */
662
662
  export const contributorPatchContributor = {
663
- path: "/v2/contributors/{contributorId}",
663
+ path: "/v3-next/contributors/{contributorId}",
664
664
  method: "PATCH",
665
665
  operationId: "contributor-patch-contributor",
666
666
  };
667
667
  /** Express interest to be a contributor. */
668
668
  export const contributorExpressInterestToContribute = {
669
- path: "/v2/customers/{customerId}/contributor",
669
+ path: "/v3-next/customers/{customerId}/contributor",
670
670
  method: "POST",
671
671
  operationId: "contributor-express-interest-to-contribute",
672
672
  };
673
673
  /** Get Contributor Billing Information. */
674
674
  export const contributorGetBillingInformation = {
675
- path: "/v2/contributors/{contributorId}/billing-information",
675
+ path: "/v3-next/contributors/{contributorId}/billing-information",
676
676
  method: "GET",
677
677
  operationId: "contributor-get-billing-information",
678
678
  };
679
679
  /** Update Contributor Billing Information. */
680
680
  export const contributorUpdateBillingInformation = {
681
- path: "/v2/contributors/{contributorId}/billing-information",
681
+ path: "/v3-next/contributors/{contributorId}/billing-information",
682
682
  method: "PUT",
683
683
  operationId: "contributor-update-billing-information",
684
684
  };
685
685
  /** Get the Stripe Billing Portal Link for a Customer */
686
686
  export const contributorGetCustomerBillingPortalLink = {
687
- path: "/v2/customers/{customerId}/billing-portal",
687
+ path: "/v3-next/customers/{customerId}/billing-portal",
688
688
  method: "GET",
689
689
  operationId: "contributor-get-customer-billing-portal-link",
690
690
  };
691
691
  /** Get the Stripe Dashboard Link for a Contributor. */
692
692
  export const contributorGetLoginLink = {
693
- path: "/v2/contributors/{contributorId}/dashboard",
693
+ path: "/v3-next/contributors/{contributorId}/dashboard",
694
694
  method: "GET",
695
695
  operationId: "contributor-get-login-link",
696
696
  };
697
697
  /** List ContractPartners of the contributor. */
698
698
  export const contributorListContractPartnersOfContributor = {
699
- path: "/v2/contributors/{contributorId}/contract-partners",
699
+ path: "/v3-next/contributors/{contributorId}/contract-partners",
700
700
  method: "GET",
701
701
  operationId: "contributor-list-contract-partners-of-contributor",
702
702
  };
703
703
  /** List incoming Invoices of a Contributor. */
704
704
  export const contributorListIncomingInvoices = {
705
- path: "/v2/contributors/{contributorId}/invoices/incoming",
705
+ path: "/v3-next/contributors/{contributorId}/invoices/incoming",
706
706
  method: "GET",
707
707
  operationId: "contributor-list-incoming-invoices",
708
708
  };
709
709
  /** List all invoices on behalf of a contributor. */
710
710
  export const contributorListOnbehalfInvoices = {
711
- path: "/v2/contributors/{contributorId}/invoices/outgoing",
711
+ path: "/v3-next/contributors/{contributorId}/invoices/outgoing",
712
712
  method: "GET",
713
713
  operationId: "contributor-list-onbehalf-invoices",
714
714
  };
715
715
  /** Request an Access Token for the Incoming Invoice file. */
716
716
  export const contributorReceiptGetFileAccessToken = {
717
- path: "/v2/contributors/{contributorId}/invoices/incoming/{contributorReceiptId}/file-access-token",
717
+ path: "/v3-next/contributors/{contributorId}/invoices/incoming/{contributorReceiptId}/file-access-token",
718
718
  method: "GET",
719
719
  operationId: "contributor-receipt-get-file-access-token",
720
720
  };
721
721
  /** Add a deviating avatar to a Contributor. */
722
722
  export const contributorRequestDeviatingContributorAvatarUpload = {
723
- path: "/v2/contributors/{contributorId}/avatar",
723
+ path: "/v3-next/contributors/{contributorId}/avatar",
724
724
  method: "POST",
725
725
  operationId: "contributor-request-deviating-contributor-avatar-upload",
726
726
  };
727
727
  /** Delete deviating contributor avatar und return to the inherited customer avatar. */
728
728
  export const contributorResetContributorAvatar = {
729
- path: "/v2/contributors/{contributorId}/avatar",
729
+ path: "/v3-next/contributors/{contributorId}/avatar",
730
730
  method: "DELETE",
731
731
  operationId: "contributor-reset-contributor-avatar",
732
732
  };
733
733
  /** Rotate the secret for an extension instance. */
734
734
  export const contributorRotateSecretForExtensionInstance = {
735
- path: "/v2/contributors/{contributorId}/extensions/{extensionId}/extension-instances/{extensionInstanceId}/secret",
735
+ path: "/v3-next/contributors/{contributorId}/extensions/{extensionId}/extension-instances/{extensionInstanceId}/secret",
736
736
  method: "PUT",
737
737
  operationId: "contributor-rotate-secret-for-extension-instance",
738
738
  };
739
739
  /** Get all conversation the authenticated user has created or has access to. */
740
740
  export const conversationListConversations = {
741
- path: "/v2/conversations",
741
+ path: "/v3-next/conversations",
742
742
  method: "GET",
743
743
  operationId: "conversation-list-conversations",
744
744
  };
745
745
  /** Create a conversation. */
746
746
  export const conversationCreateConversation = {
747
- path: "/v2/conversations",
747
+ path: "/v3-next/conversations",
748
748
  method: "POST",
749
749
  operationId: "conversation-create-conversation",
750
750
  };
751
751
  /** Get all message of the conversation. */
752
752
  export const conversationListMessagesByConversation = {
753
- path: "/v2/conversations/{conversationId}/messages",
753
+ path: "/v3-next/conversations/{conversationId}/messages",
754
754
  method: "GET",
755
755
  operationId: "conversation-list-messages-by-conversation",
756
756
  };
757
757
  /** Send a new message in the conversation. */
758
758
  export const conversationCreateMessage = {
759
- path: "/v2/conversations/{conversationId}/messages",
759
+ path: "/v3-next/conversations/{conversationId}/messages",
760
760
  method: "POST",
761
761
  operationId: "conversation-create-message",
762
762
  };
763
763
  /** Get a specific conversation category. */
764
764
  export const conversationGetCategory = {
765
- path: "/v2/conversation-categories/{categoryId}",
765
+ path: "/v3-next/conversation-categories/{categoryId}",
766
766
  method: "GET",
767
767
  operationId: "conversation-get-category",
768
768
  };
769
769
  /** Get members of a support conversation. */
770
770
  export const conversationGetConversationMembers = {
771
- path: "/v2/conversations/{conversationId}/members",
771
+ path: "/v3-next/conversations/{conversationId}/members",
772
772
  method: "GET",
773
773
  operationId: "conversation-get-conversation-members",
774
774
  };
775
775
  /** Get preferences for customer conversations. */
776
776
  export const conversationGetConversationPreferencesOfCustomer = {
777
- path: "/v2/customers/{customerId}/conversation-preferences",
777
+ path: "/v3-next/customers/{customerId}/conversation-preferences",
778
778
  method: "GET",
779
779
  operationId: "conversation-get-conversation-preferences-of-customer",
780
780
  };
781
781
  /** Get a support conversation. */
782
782
  export const conversationGetConversation = {
783
- path: "/v2/conversations/{conversationId}",
783
+ path: "/v3-next/conversations/{conversationId}",
784
784
  method: "GET",
785
785
  operationId: "conversation-get-conversation",
786
786
  };
787
787
  /** Update the basic properties of the conversation. */
788
788
  export const conversationUpdateConversation = {
789
- path: "/v2/conversations/{conversationId}",
789
+ path: "/v3-next/conversations/{conversationId}",
790
790
  method: "PUT",
791
791
  operationId: "conversation-update-conversation",
792
792
  };
793
793
  /** Request an access token for the File belonging to the Conversation. */
794
794
  export const conversationGetFileAccessToken = {
795
- path: "/v2/conversations/{conversationId}/files/{fileId}/access-token",
795
+ path: "/v3-next/conversations/{conversationId}/files/{fileId}/access-token",
796
796
  method: "GET",
797
797
  operationId: "conversation-get-file-access-token",
798
798
  };
799
799
  /** Get all conversation categories. */
800
800
  export const conversationListCategories = {
801
- path: "/v2/conversation-categories",
801
+ path: "/v3-next/conversation-categories",
802
802
  method: "GET",
803
803
  operationId: "conversation-list-categories",
804
804
  };
805
805
  /** Request a file upload token for the conversation. */
806
806
  export const conversationRequestFileUpload = {
807
- path: "/v2/conversations/{conversationId}/files",
807
+ path: "/v3-next/conversations/{conversationId}/files",
808
808
  method: "POST",
809
809
  operationId: "conversation-request-file-upload",
810
810
  };
811
811
  /** Update the status of a conversation. */
812
812
  export const conversationSetConversationStatus = {
813
- path: "/v2/conversations/{conversationId}/status",
813
+ path: "/v3-next/conversations/{conversationId}/status",
814
814
  method: "PUT",
815
815
  operationId: "conversation-set-conversation-status",
816
816
  };
817
817
  /** Update the content of the message */
818
818
  export const conversationUpdateMessage = {
819
- path: "/v2/conversations/{conversationId}/messages/{messageId}",
819
+ path: "/v3-next/conversations/{conversationId}/messages/{messageId}",
820
820
  method: "PATCH",
821
821
  operationId: "conversation-update-message",
822
822
  };
823
823
  /** List Cronjobs belonging to a Project. */
824
824
  export const cronjobListCronjobs = {
825
- path: "/v2/projects/{projectId}/cronjobs",
825
+ path: "/v3-next/projects/{projectId}/cronjobs",
826
826
  method: "GET",
827
827
  operationId: "cronjob-list-cronjobs",
828
828
  };
829
829
  /** Create a Cronjob. */
830
830
  export const cronjobCreateCronjob = {
831
- path: "/v2/projects/{projectId}/cronjobs",
831
+ path: "/v3-next/projects/{projectId}/cronjobs",
832
832
  method: "POST",
833
833
  operationId: "cronjob-create-cronjob",
834
834
  };
835
835
  /** List CronjobExecutions belonging to a Cronjob. */
836
836
  export const cronjobListExecutions = {
837
- path: "/v2/cronjobs/{cronjobId}/executions",
837
+ path: "/v3-next/cronjobs/{cronjobId}/executions",
838
838
  method: "GET",
839
839
  operationId: "cronjob-list-executions",
840
840
  };
841
841
  /** Trigger a Cronjob. */
842
842
  export const cronjobCreateExecution = {
843
- path: "/v2/cronjobs/{cronjobId}/executions",
843
+ path: "/v3-next/cronjobs/{cronjobId}/executions",
844
844
  method: "POST",
845
845
  operationId: "cronjob-create-execution",
846
846
  };
847
847
  /** Get a Cronjob. */
848
848
  export const cronjobGetCronjob = {
849
- path: "/v2/cronjobs/{cronjobId}",
849
+ path: "/v3-next/cronjobs/{cronjobId}",
850
850
  method: "GET",
851
851
  operationId: "cronjob-get-cronjob",
852
852
  };
853
853
  /** Delete a Cronjob. */
854
854
  export const cronjobDeleteCronjob = {
855
- path: "/v2/cronjobs/{cronjobId}",
855
+ path: "/v3-next/cronjobs/{cronjobId}",
856
856
  method: "DELETE",
857
857
  operationId: "cronjob-delete-cronjob",
858
858
  };
859
859
  /** Update a Cronjob. */
860
860
  export const cronjobUpdateCronjob = {
861
- path: "/v2/cronjobs/{cronjobId}",
861
+ path: "/v3-next/cronjobs/{cronjobId}",
862
862
  method: "PATCH",
863
863
  operationId: "cronjob-update-cronjob",
864
864
  };
865
865
  /** Get a CronjobExecution analysis for failed executions. */
866
866
  export const cronjobGetExecutionAnalysis = {
867
- path: "/v2/cronjobs/{cronjobId}/executions/{executionId}/analysis",
867
+ path: "/v3-next/cronjobs/{cronjobId}/executions/{executionId}/analysis",
868
868
  method: "GET",
869
869
  operationId: "cronjob-get-execution-analysis",
870
870
  };
871
871
  /** Get a CronjobExecution. */
872
872
  export const cronjobGetExecution = {
873
- path: "/v2/cronjobs/{cronjobId}/executions/{executionId}",
873
+ path: "/v3-next/cronjobs/{cronjobId}/executions/{executionId}",
874
874
  method: "GET",
875
875
  operationId: "cronjob-get-execution",
876
876
  };
877
877
  /** Update a Cronjob's app installation id. */
878
878
  export const cronjobReplaceCronjobAppInstallationId = {
879
- path: "/v2/cronjobs/{cronjobId}/app-installation-id",
879
+ path: "/v3-next/cronjobs/{cronjobId}/app-installation-id",
880
880
  method: "PUT",
881
881
  operationId: "cronjob-replace-cronjob-app-installation-id",
882
882
  };
883
883
  /** Accept a CustomerInvite. */
884
884
  export const customerAcceptCustomerInvite = {
885
- path: "/v2/customer-invites/{customerInviteId}/actions/accept",
885
+ path: "/v3-next/customer-invites/{customerInviteId}/actions/accept",
886
886
  method: "POST",
887
887
  operationId: "customer-accept-customer-invite",
888
888
  };
889
889
  /** List Invites belonging to a Customer. */
890
890
  export const customerListInvitesForCustomer = {
891
- path: "/v2/customers/{customerId}/invites",
891
+ path: "/v3-next/customers/{customerId}/invites",
892
892
  method: "GET",
893
893
  operationId: "customer-list-invites-for-customer",
894
894
  };
895
895
  /** Create a CustomerInvite. */
896
896
  export const customerCreateCustomerInvite = {
897
- path: "/v2/customers/{customerId}/invites",
897
+ path: "/v3-next/customers/{customerId}/invites",
898
898
  method: "POST",
899
899
  operationId: "customer-create-customer-invite",
900
900
  };
901
901
  /** Get all customer profiles the authenticated user has access to. */
902
902
  export const customerListCustomers = {
903
- path: "/v2/customers",
903
+ path: "/v3-next/customers",
904
904
  method: "GET",
905
905
  operationId: "customer-list-customers",
906
906
  };
907
907
  /** Create a new customer profile. */
908
908
  export const customerCreateCustomer = {
909
- path: "/v2/customers",
909
+ path: "/v3-next/customers",
910
910
  method: "POST",
911
911
  operationId: "customer-create-customer",
912
912
  };
913
913
  /** Lets us know your idea for our recommendation programm. */
914
914
  export const customerCreateRecommendationSuggestion = {
915
- path: "/v2/customers/{customerId}/recommendation-suggestions",
915
+ path: "/v3-next/customers/{customerId}/recommendation-suggestions",
916
916
  method: "POST",
917
917
  operationId: "customer-create-recommendation-suggestion",
918
918
  };
919
919
  /** Gets the Wallet of the Customer. */
920
920
  export const customerGetWallet = {
921
- path: "/v2/customers/{customerId}/wallet",
921
+ path: "/v3-next/customers/{customerId}/wallet",
922
922
  method: "GET",
923
923
  operationId: "customer-get-wallet",
924
924
  };
925
925
  /** Create the Wallet for the Customer. */
926
926
  export const customerCreateWallet = {
927
- path: "/v2/customers/{customerId}/wallet",
927
+ path: "/v3-next/customers/{customerId}/wallet",
928
928
  method: "POST",
929
929
  operationId: "customer-create-wallet",
930
930
  };
931
931
  /** Decline a CustomerInvite. */
932
932
  export const customerDeclineCustomerInvite = {
933
- path: "/v2/customer-invites/{customerInviteId}/actions/decline",
933
+ path: "/v3-next/customer-invites/{customerInviteId}/actions/decline",
934
934
  method: "POST",
935
935
  operationId: "customer-decline-customer-invite",
936
936
  };
937
937
  /** Get a CustomerInvite. */
938
938
  export const customerGetCustomerInvite = {
939
- path: "/v2/customer-invites/{customerInviteId}",
939
+ path: "/v3-next/customer-invites/{customerInviteId}",
940
940
  method: "GET",
941
941
  operationId: "customer-get-customer-invite",
942
942
  };
943
943
  /** Delete a CustomerInvite. */
944
944
  export const customerDeleteCustomerInvite = {
945
- path: "/v2/customer-invites/{customerInviteId}",
945
+ path: "/v3-next/customer-invites/{customerInviteId}",
946
946
  method: "DELETE",
947
947
  operationId: "customer-delete-customer-invite",
948
948
  };
949
949
  /** Get a CustomerMembership. */
950
950
  export const customerGetCustomerMembership = {
951
- path: "/v2/customer-memberships/{customerMembershipId}",
951
+ path: "/v3-next/customer-memberships/{customerMembershipId}",
952
952
  method: "GET",
953
953
  operationId: "customer-get-customer-membership",
954
954
  };
955
955
  /** Delete a CustomerMembership. */
956
956
  export const customerDeleteCustomerMembership = {
957
- path: "/v2/customer-memberships/{customerMembershipId}",
957
+ path: "/v3-next/customer-memberships/{customerMembershipId}",
958
958
  method: "DELETE",
959
959
  operationId: "customer-delete-customer-membership",
960
960
  };
961
961
  /** Update a CustomerMembership. */
962
962
  export const customerUpdateCustomerMembership = {
963
- path: "/v2/customer-memberships/{customerMembershipId}",
963
+ path: "/v3-next/customer-memberships/{customerMembershipId}",
964
964
  method: "PATCH",
965
965
  operationId: "customer-update-customer-membership",
966
966
  };
967
967
  /** Get a customer profile. */
968
968
  export const customerGetCustomer = {
969
- path: "/v2/customers/{customerId}",
969
+ path: "/v3-next/customers/{customerId}",
970
970
  method: "GET",
971
971
  operationId: "customer-get-customer",
972
972
  };
973
973
  /** Update a customer profile. */
974
974
  export const customerUpdateCustomer = {
975
- path: "/v2/customers/{customerId}",
975
+ path: "/v3-next/customers/{customerId}",
976
976
  method: "PUT",
977
977
  operationId: "customer-update-customer",
978
978
  };
979
979
  /** Delete a customer profile. */
980
980
  export const customerDeleteCustomer = {
981
- path: "/v2/customers/{customerId}",
981
+ path: "/v3-next/customers/{customerId}",
982
982
  method: "DELETE",
983
983
  operationId: "customer-delete-customer",
984
984
  };
985
985
  /** Get a CustomerInvite by token. */
986
986
  export const customerGetCustomerTokenInvite = {
987
- path: "/v2/customer-token-invite",
987
+ path: "/v3-next/customer-token-invite",
988
988
  method: "GET",
989
989
  operationId: "customer-get-customer-token-invite",
990
990
  };
991
991
  /** Check if the customer profile has a valid contract partner configured. */
992
992
  export const customerIsCustomerLegallyCompetent = {
993
- path: "/v2/customers/{customerId}/legally-competent",
993
+ path: "/v3-next/customers/{customerId}/legally-competent",
994
994
  method: "GET",
995
995
  operationId: "customer-is-customer-legally-competent",
996
996
  };
997
997
  /** List CustomerInvites belonging to the executing user. */
998
998
  export const customerListCustomerInvites = {
999
- path: "/v2/customer-invites",
999
+ path: "/v3-next/customer-invites",
1000
1000
  method: "GET",
1001
1001
  operationId: "customer-list-customer-invites",
1002
1002
  };
1003
1003
  /** List CustomerMemberships belonging to the executing user. */
1004
1004
  export const customerListCustomerMemberships = {
1005
- path: "/v2/customer-memberships",
1005
+ path: "/v3-next/customer-memberships",
1006
1006
  method: "GET",
1007
1007
  operationId: "customer-list-customer-memberships",
1008
1008
  };
1009
1009
  /** List Memberships belonging to a Customer. */
1010
1010
  export const customerListMembershipsForCustomer = {
1011
- path: "/v2/customers/{customerId}/memberships",
1011
+ path: "/v3-next/customers/{customerId}/memberships",
1012
1012
  method: "GET",
1013
1013
  operationId: "customer-list-memberships-for-customer",
1014
1014
  };
1015
1015
  /** Request a new avatar upload for the customer profile. */
1016
1016
  export const customerRequestAvatarUpload = {
1017
- path: "/v2/customers/{customerId}/avatar",
1017
+ path: "/v3-next/customers/{customerId}/avatar",
1018
1018
  method: "POST",
1019
1019
  operationId: "customer-request-avatar-upload",
1020
1020
  };
1021
1021
  /** Remove the avatar picture of the customer profile. */
1022
1022
  export const customerRemoveAvatar = {
1023
- path: "/v2/customers/{customerId}/avatar",
1023
+ path: "/v3-next/customers/{customerId}/avatar",
1024
1024
  method: "DELETE",
1025
1025
  operationId: "customer-remove-avatar",
1026
1026
  };
1027
1027
  /** Resend the mail for a CustomerInvite. */
1028
1028
  export const customerResendCustomerInviteMail = {
1029
- path: "/v2/customer-invites/{customerInviteId}/actions/resend",
1029
+ path: "/v3-next/customer-invites/{customerInviteId}/actions/resend",
1030
1030
  method: "POST",
1031
1031
  operationId: "customer-resend-customer-invite-mail",
1032
1032
  };
1033
1033
  /** Copy a MySQLDatabase with a MySQLUser. */
1034
1034
  export const databaseCopyMysqlDatabase = {
1035
- path: "/v2/mysql-databases/{mysqlDatabaseId}/actions/copy",
1035
+ path: "/v3-next/mysql-databases/{mysqlDatabaseId}/actions/copy",
1036
1036
  method: "POST",
1037
1037
  operationId: "database-copy-mysql-database",
1038
1038
  };
1039
1039
  /** List MySQLDatabases belonging to a Project. */
1040
1040
  export const databaseListMysqlDatabases = {
1041
- path: "/v2/projects/{projectId}/mysql-databases",
1041
+ path: "/v3-next/projects/{projectId}/mysql-databases",
1042
1042
  method: "GET",
1043
1043
  operationId: "database-list-mysql-databases",
1044
1044
  };
1045
1045
  /** Create a MySQLDatabase with a MySQLUser. */
1046
1046
  export const databaseCreateMysqlDatabase = {
1047
- path: "/v2/projects/{projectId}/mysql-databases",
1047
+ path: "/v3-next/projects/{projectId}/mysql-databases",
1048
1048
  method: "POST",
1049
1049
  operationId: "database-create-mysql-database",
1050
1050
  };
1051
1051
  /** List MySQLUsers belonging to a Database. */
1052
1052
  export const databaseListMysqlUsers = {
1053
- path: "/v2/mysql-databases/{mysqlDatabaseId}/users",
1053
+ path: "/v3-next/mysql-databases/{mysqlDatabaseId}/users",
1054
1054
  method: "GET",
1055
1055
  operationId: "database-list-mysql-users",
1056
1056
  };
1057
1057
  /** Create a MySQLUser. */
1058
1058
  export const databaseCreateMysqlUser = {
1059
- path: "/v2/mysql-databases/{mysqlDatabaseId}/users",
1059
+ path: "/v3-next/mysql-databases/{mysqlDatabaseId}/users",
1060
1060
  method: "POST",
1061
1061
  operationId: "database-create-mysql-user",
1062
1062
  };
1063
1063
  /** List RedisDatabases belonging to a Project. */
1064
1064
  export const databaseListRedisDatabases = {
1065
- path: "/v2/projects/{projectId}/redis-databases",
1065
+ path: "/v3-next/projects/{projectId}/redis-databases",
1066
1066
  method: "GET",
1067
1067
  operationId: "database-list-redis-databases",
1068
1068
  };
1069
1069
  /** Create a RedisDatabase. */
1070
1070
  export const databaseCreateRedisDatabase = {
1071
- path: "/v2/projects/{projectId}/redis-databases",
1071
+ path: "/v3-next/projects/{projectId}/redis-databases",
1072
1072
  method: "POST",
1073
1073
  operationId: "database-create-redis-database",
1074
1074
  };
1075
1075
  /** Get a MySQLDatabase. */
1076
1076
  export const databaseGetMysqlDatabase = {
1077
- path: "/v2/mysql-databases/{mysqlDatabaseId}",
1077
+ path: "/v3-next/mysql-databases/{mysqlDatabaseId}",
1078
1078
  method: "GET",
1079
1079
  operationId: "database-get-mysql-database",
1080
1080
  };
1081
1081
  /** Delete a MySQLDatabase. */
1082
1082
  export const databaseDeleteMysqlDatabase = {
1083
- path: "/v2/mysql-databases/{mysqlDatabaseId}",
1083
+ path: "/v3-next/mysql-databases/{mysqlDatabaseId}",
1084
1084
  method: "DELETE",
1085
1085
  operationId: "database-delete-mysql-database",
1086
1086
  };
1087
1087
  /** Update a MySqlDatabase. */
1088
1088
  export const databasePatchMysqlDatabase = {
1089
- path: "/v2/mysql-databases/{mysqlDatabaseId}",
1089
+ path: "/v3-next/mysql-databases/{mysqlDatabaseId}",
1090
1090
  method: "PATCH",
1091
1091
  operationId: "database-patch-mysql-database",
1092
1092
  };
1093
1093
  /** Get a MySQLUser. */
1094
1094
  export const databaseGetMysqlUser = {
1095
- path: "/v2/mysql-users/{mysqlUserId}",
1095
+ path: "/v3-next/mysql-users/{mysqlUserId}",
1096
1096
  method: "GET",
1097
1097
  operationId: "database-get-mysql-user",
1098
1098
  };
1099
1099
  /** Update a MySQLUser. */
1100
1100
  export const databaseUpdateMysqlUser = {
1101
- path: "/v2/mysql-users/{mysqlUserId}",
1101
+ path: "/v3-next/mysql-users/{mysqlUserId}",
1102
1102
  method: "PUT",
1103
1103
  operationId: "database-update-mysql-user",
1104
1104
  };
1105
1105
  /** Delete a MySQLUser. */
1106
1106
  export const databaseDeleteMysqlUser = {
1107
- path: "/v2/mysql-users/{mysqlUserId}",
1107
+ path: "/v3-next/mysql-users/{mysqlUserId}",
1108
1108
  method: "DELETE",
1109
1109
  operationId: "database-delete-mysql-user",
1110
1110
  };
1111
1111
  /** Get a RedisDatabase. */
1112
1112
  export const databaseGetRedisDatabase = {
1113
- path: "/v2/redis-databases/{redisDatabaseId}",
1113
+ path: "/v3-next/redis-databases/{redisDatabaseId}",
1114
1114
  method: "GET",
1115
1115
  operationId: "database-get-redis-database",
1116
1116
  };
1117
1117
  /** Delete a RedisDatabase. */
1118
1118
  export const databaseDeleteRedisDatabase = {
1119
- path: "/v2/redis-databases/{redisDatabaseId}",
1119
+ path: "/v3-next/redis-databases/{redisDatabaseId}",
1120
1120
  method: "DELETE",
1121
1121
  operationId: "database-delete-redis-database",
1122
1122
  };
1123
1123
  /** Update a RedisDatabase. */
1124
1124
  export const databasePatchRedisDatabase = {
1125
- path: "/v2/redis-databases/{redisDatabaseId}",
1125
+ path: "/v3-next/redis-databases/{redisDatabaseId}",
1126
1126
  method: "PATCH",
1127
1127
  operationId: "database-patch-redis-database",
1128
1128
  };
1129
1129
  /** Disable a MySQLUser. */
1130
1130
  export const databaseDisableMysqlUser = {
1131
- path: "/v2/mysql-users/{mysqlUserId}/actions/disable",
1131
+ path: "/v3-next/mysql-users/{mysqlUserId}/actions/disable",
1132
1132
  method: "POST",
1133
1133
  operationId: "database-disable-mysql-user",
1134
1134
  };
1135
1135
  /** Enable a MySQLUser. */
1136
1136
  export const databaseEnableMysqlUser = {
1137
- path: "/v2/mysql-users/{mysqlUserId}/actions/enable",
1137
+ path: "/v3-next/mysql-users/{mysqlUserId}/actions/enable",
1138
1138
  method: "POST",
1139
1139
  operationId: "database-enable-mysql-user",
1140
1140
  };
1141
1141
  /** Get a MySQLUser's PhpMyAdmin-URL. */
1142
1142
  export const databaseGetMysqlUserPhpMyAdminUrl = {
1143
- path: "/v2/mysql-users/{mysqlUserId}/php-my-admin-url",
1143
+ path: "/v3-next/mysql-users/{mysqlUserId}/php-my-admin-url",
1144
1144
  method: "GET",
1145
1145
  operationId: "database-get-mysql-user-php-my-admin-url",
1146
1146
  };
1147
1147
  /** List available MySQL character sets and collations, optionally filtered by a MySQLVersion. */
1148
1148
  export const databaseListMysqlCharsets = {
1149
- path: "/v2/mysql-charsets",
1149
+ path: "/v3-next/mysql-charsets",
1150
1150
  method: "GET",
1151
1151
  operationId: "database-list-mysql-charsets",
1152
1152
  };
1153
1153
  /** List MySQLVersions. */
1154
1154
  export const databaseListMysqlVersions = {
1155
- path: "/v2/mysql-versions",
1155
+ path: "/v3-next/mysql-versions",
1156
1156
  method: "GET",
1157
1157
  operationId: "database-list-mysql-versions",
1158
1158
  };
1159
1159
  /** List RedisVersions. */
1160
1160
  export const databaseListRedisVersions = {
1161
- path: "/v2/redis-versions",
1161
+ path: "/v3-next/redis-versions",
1162
1162
  method: "GET",
1163
1163
  operationId: "database-list-redis-versions",
1164
1164
  };
1165
1165
  /** Update a MySQLDatabase's default character settings. */
1166
1166
  export const databaseUpdateMysqlDatabaseDefaultCharset = {
1167
- path: "/v2/mysql-databases/{mysqlDatabaseId}/default-charset",
1167
+ path: "/v3-next/mysql-databases/{mysqlDatabaseId}/default-charset",
1168
1168
  method: "PATCH",
1169
1169
  operationId: "database-update-mysql-database-default-charset",
1170
1170
  };
1171
1171
  /** Update a MySQLDatabase's description. */
1172
1172
  export const databaseUpdateMysqlDatabaseDescription = {
1173
- path: "/v2/mysql-databases/{mysqlDatabaseId}/description",
1173
+ path: "/v3-next/mysql-databases/{mysqlDatabaseId}/description",
1174
1174
  method: "PATCH",
1175
1175
  operationId: "database-update-mysql-database-description",
1176
1176
  };
1177
1177
  /** Update a MySQLUser's password. */
1178
1178
  export const databaseUpdateMysqlUserPassword = {
1179
- path: "/v2/mysql-users/{mysqlUserId}/password",
1179
+ path: "/v3-next/mysql-users/{mysqlUserId}/password",
1180
1180
  method: "PATCH",
1181
1181
  operationId: "database-update-mysql-user-password",
1182
1182
  };
1183
1183
  /** Update a RedisDatabase's configuration. */
1184
1184
  export const databaseUpdateRedisDatabaseConfiguration = {
1185
- path: "/v2/redis-databases/{redisDatabaseId}/configuration",
1185
+ path: "/v3-next/redis-databases/{redisDatabaseId}/configuration",
1186
1186
  method: "PATCH",
1187
1187
  operationId: "database-update-redis-database-configuration",
1188
1188
  };
1189
1189
  /** Update a RedisDatabase's description. */
1190
1190
  export const databaseUpdateRedisDatabaseDescription = {
1191
- path: "/v2/redis-databases/{redisDatabaseId}/description",
1191
+ path: "/v3-next/redis-databases/{redisDatabaseId}/description",
1192
1192
  method: "PATCH",
1193
1193
  operationId: "database-update-redis-database-description",
1194
1194
  };
1195
1195
  /** List Domains */
1196
1196
  export const domainListDomains = {
1197
- path: "/v2/domains",
1197
+ path: "/v3-next/domains",
1198
1198
  method: "GET",
1199
1199
  operationId: "domain-list-domains",
1200
1200
  };
1201
1201
  /** Update the nameservers of a Domain. */
1202
1202
  export const domainUpdateDomainNameservers = {
1203
- path: "/v2/domains/{domainId}/nameservers",
1203
+ path: "/v3-next/domains/{domainId}/nameservers",
1204
1204
  method: "PATCH",
1205
1205
  operationId: "domain-update-domain-nameservers",
1206
1206
  };
1207
1207
  /** Update the paths of an Ingress. */
1208
1208
  export const ingressUpdateIngressPaths = {
1209
- path: "/v2/ingresses/{ingressId}/paths",
1209
+ path: "/v3-next/ingresses/{ingressId}/paths",
1210
1210
  method: "PATCH",
1211
1211
  operationId: "ingress-update-ingress-paths",
1212
1212
  };
1213
1213
  /** Update the tls settings of an Ingress. */
1214
1214
  export const ingressUpdateIngressTls = {
1215
- path: "/v2/ingresses/{ingressId}/tls",
1215
+ path: "/v3-next/ingresses/{ingressId}/tls",
1216
1216
  method: "PATCH",
1217
1217
  operationId: "ingress-update-ingress-tls",
1218
1218
  };
1219
1219
  /** Update the autoresponder of a MailAddress. */
1220
1220
  export const mailUpdateMailAddressAutoresponder = {
1221
- path: "/v2/mail-addresses/{mailAddressId}/autoresponder",
1221
+ path: "/v3-next/mail-addresses/{mailAddressId}/autoresponder",
1222
1222
  method: "PATCH",
1223
1223
  operationId: "mail-update-mail-address-autoresponder",
1224
1224
  };
1225
1225
  /** Update the forward addresses of a MailAddresses. */
1226
1226
  export const mailUpdateMailAddressForwardAddresses = {
1227
- path: "/v2/mail-addresses/{mailAddressId}/forward-addresses",
1227
+ path: "/v3-next/mail-addresses/{mailAddressId}/forward-addresses",
1228
1228
  method: "PATCH",
1229
1229
  operationId: "mail-update-mail-address-forward-addresses",
1230
1230
  };
1231
1231
  /** Update the password for a MailAddress. */
1232
1232
  export const mailUpdateMailAddressPassword = {
1233
- path: "/v2/mail-addresses/{mailAddressId}/password",
1233
+ path: "/v3-next/mail-addresses/{mailAddressId}/password",
1234
1234
  method: "PATCH",
1235
1235
  operationId: "mail-update-mail-address-password",
1236
1236
  };
1237
1237
  /** Update the quota of a MailAddress. */
1238
1238
  export const mailUpdateMailAddressQuota = {
1239
- path: "/v2/mail-addresses/{mailAddressId}/quota",
1239
+ path: "/v3-next/mail-addresses/{mailAddressId}/quota",
1240
1240
  method: "PATCH",
1241
1241
  operationId: "mail-update-mail-address-quota",
1242
1242
  };
1243
1243
  /** Update the spam protection of a MailAddress. */
1244
1244
  export const mailUpdateMailAddressSpamProtection = {
1245
- path: "/v2/mail-addresses/{mailAddressId}/spam-protection",
1245
+ path: "/v3-next/mail-addresses/{mailAddressId}/spam-protection",
1246
1246
  method: "PATCH",
1247
1247
  operationId: "mail-update-mail-address-spam-protection",
1248
1248
  };
1249
1249
  /** Update a mail setting of a Project. */
1250
1250
  export const mailUpdateProjectMailSetting = {
1251
- path: "/v2/projects/{projectId}/mail-settings/{mailSetting}",
1251
+ path: "/v3-next/projects/{projectId}/mail-settings/{mailSetting}",
1252
1252
  method: "PATCH",
1253
1253
  operationId: "mail-update-project-mail-setting",
1254
1254
  };
1255
1255
  /** Subscribe a user to the mStudio newsletter. */
1256
1256
  export const newsletterSubscribeUser = {
1257
- path: "/v2/newsletter-subscriptions",
1257
+ path: "/v3-next/newsletter-subscriptions",
1258
1258
  method: "POST",
1259
1259
  operationId: "newsletter-subscribe-user",
1260
1260
  };
1261
1261
  /** Update your account information. */
1262
1262
  export const userUpdateAccount = {
1263
- path: "/v2/users/self/personal-information",
1263
+ path: "/v3-next/users/self/personal-information",
1264
1264
  method: "PUT",
1265
1265
  operationId: "user-update-account",
1266
1266
  };
1267
1267
  /** Create a DNSZone. */
1268
1268
  export const dnsCreateDnsZone = {
1269
- path: "/v2/dns-zones",
1269
+ path: "/v3-next/dns-zones",
1270
1270
  method: "POST",
1271
1271
  operationId: "dns-create-dns-zone",
1272
1272
  };
1273
1273
  /** Get a DNSZone. */
1274
1274
  export const dnsGetDnsZone = {
1275
- path: "/v2/dns-zones/{dnsZoneId}",
1275
+ path: "/v3-next/dns-zones/{dnsZoneId}",
1276
1276
  method: "GET",
1277
1277
  operationId: "dns-get-dns-zone",
1278
1278
  };
1279
1279
  /** Delete a DNSZone. */
1280
1280
  export const dnsDeleteDnsZone = {
1281
- path: "/v2/dns-zones/{dnsZoneId}",
1281
+ path: "/v3-next/dns-zones/{dnsZoneId}",
1282
1282
  method: "DELETE",
1283
1283
  operationId: "dns-delete-dns-zone",
1284
1284
  };
1285
1285
  /** Get a zone file for a DNSZone. */
1286
1286
  export const dnsGetZoneFile = {
1287
- path: "/v2/dns-zones/{dnsZoneId}/zone-file",
1287
+ path: "/v3-next/dns-zones/{dnsZoneId}/zone-file",
1288
1288
  method: "GET",
1289
1289
  operationId: "dns-get-zone-file",
1290
1290
  };
1291
1291
  /** List DNSZones belonging to a Project. */
1292
1292
  export const dnsListDnsZones = {
1293
- path: "/v2/projects/{projectId}/dns-zones",
1293
+ path: "/v3-next/projects/{projectId}/dns-zones",
1294
1294
  method: "GET",
1295
1295
  operationId: "dns-list-dns-zones",
1296
1296
  };
1297
1297
  /** Set a record set on a DNSZone to managed. */
1298
1298
  export const dnsSetRecordSetManaged = {
1299
- path: "/v2/dns-zones/{dnsZoneId}/record-sets/{recordSet}/actions/set-managed",
1299
+ path: "/v3-next/dns-zones/{dnsZoneId}/record-sets/{recordSet}/actions/set-managed",
1300
1300
  method: "POST",
1301
1301
  operationId: "dns-set-record-set-managed",
1302
1302
  };
1303
1303
  /** Update a record set on a DNSZone. */
1304
1304
  export const dnsUpdateRecordSet = {
1305
- path: "/v2/dns-zones/{dnsZoneId}/record-sets/{recordSet}",
1305
+ path: "/v3-next/dns-zones/{dnsZoneId}/record-sets/{recordSet}",
1306
1306
  method: "PUT",
1307
1307
  operationId: "dns-update-record-set",
1308
1308
  };
1309
1309
  /** Abort a Domain declaration. */
1310
1310
  export const domainAbortDomainDeclaration = {
1311
- path: "/v2/domains/{domainId}/declaration",
1311
+ path: "/v3-next/domains/{domainId}/declaration",
1312
1312
  method: "DELETE",
1313
1313
  operationId: "domain-abort-domain-declaration",
1314
1314
  };
1315
1315
  /** Create a scheduled deletion of a Domain. */
1316
1316
  export const domainCreateScheduledDeletion = {
1317
- path: "/v2/domains/{domainId}/scheduled-deletion",
1317
+ path: "/v3-next/domains/{domainId}/scheduled-deletion",
1318
1318
  method: "POST",
1319
1319
  operationId: "domain-create-scheduled-deletion",
1320
1320
  };
1321
1321
  /** Cancel a scheduled deletion of a Domain. */
1322
1322
  export const domainCancelScheduledDeletion = {
1323
- path: "/v2/domains/{domainId}/scheduled-deletion",
1323
+ path: "/v3-next/domains/{domainId}/scheduled-deletion",
1324
1324
  method: "DELETE",
1325
1325
  operationId: "domain-cancel-scheduled-deletion",
1326
1326
  };
1327
1327
  /** Check if a Domain is available to register. */
1328
1328
  export const domainCheckDomainRegistrability = {
1329
- path: "/v2/domain-registrable",
1329
+ path: "/v3-next/domain-registrable",
1330
1330
  method: "POST",
1331
1331
  operationId: "domain-check-domain-registrability",
1332
1332
  };
1333
1333
  /** Check if a Domain is available to transfer. */
1334
1334
  export const domainCheckDomainTransferability = {
1335
- path: "/v2/domain-transferable",
1335
+ path: "/v3-next/domain-transferable",
1336
1336
  method: "POST",
1337
1337
  operationId: "domain-check-domain-transferability",
1338
1338
  };
1339
1339
  /** Create an auth code for a Domains transfer-out process. */
1340
1340
  export const domainCreateDomainAuthCode = {
1341
- path: "/v2/domains/{domainId}/actions/auth-code",
1341
+ path: "/v3-next/domains/{domainId}/actions/auth-code",
1342
1342
  method: "POST",
1343
1343
  operationId: "domain-create-domain-auth-code",
1344
1344
  };
1345
1345
  /** Get a Domain. */
1346
1346
  export const domainGetDomain = {
1347
- path: "/v2/domains/{domainId}",
1347
+ path: "/v3-next/domains/{domainId}",
1348
1348
  method: "GET",
1349
1349
  operationId: "domain-get-domain",
1350
1350
  };
1351
1351
  /** Delete a Domain. */
1352
1352
  export const domainDeleteDomain = {
1353
- path: "/v2/domains/{domainId}",
1353
+ path: "/v3-next/domains/{domainId}",
1354
1354
  method: "DELETE",
1355
1355
  operationId: "domain-delete-domain",
1356
1356
  };
1357
1357
  /** Get a Contact-Verification. */
1358
1358
  export const domainGetContactVerification = {
1359
- path: "/v2/contact-verifications/{contactVerificationId}",
1359
+ path: "/v3-next/contact-verifications/{contactVerificationId}",
1360
1360
  method: "GET",
1361
1361
  operationId: "domain-get-contact-verification",
1362
1362
  };
1363
1363
  /** Get the latest screenshot's FileReference belonging to a Domain. */
1364
1364
  export const domainGetLatestScreenshot = {
1365
- path: "/v2/domains/latest-screenshot",
1365
+ path: "/v3-next/domains/latest-screenshot",
1366
1366
  method: "GET",
1367
1367
  operationId: "domain-get-latest-screenshot",
1368
1368
  };
1369
1369
  /** List Contact-Verifications belonging to the executing user. */
1370
1370
  export const domainListContactVerifications = {
1371
- path: "/v2/contact-verifications",
1371
+ path: "/v3-next/contact-verifications",
1372
1372
  method: "GET",
1373
1373
  operationId: "domain-list-contact-verifications",
1374
1374
  };
1375
1375
  /** List the contact schemas for a TLD. */
1376
1376
  export const domainListTldContactSchemas = {
1377
- path: "/v2/domain-tlds/{tld}/contact-schemas",
1377
+ path: "/v3-next/domain-tlds/{tld}/contact-schemas",
1378
1378
  method: "GET",
1379
1379
  operationId: "domain-list-tld-contact-schemas",
1380
1380
  };
1381
1381
  /** List TLDs. */
1382
1382
  export const domainListTlds = {
1383
- path: "/v2/domain-tlds",
1383
+ path: "/v3-next/domain-tlds",
1384
1384
  method: "GET",
1385
1385
  operationId: "domain-list-tlds",
1386
1386
  };
1387
1387
  /** List Domain-Migrations belonging to a Project. */
1388
1388
  export const domainMigrationListMigrationsByProjectId = {
1389
- path: "/v2/projects/{projectId}/domain-migrations",
1389
+ path: "/v3-next/projects/{projectId}/domain-migrations",
1390
1390
  method: "GET",
1391
1391
  operationId: "domain-migration-list-migrations-by-project-id",
1392
1392
  };
1393
1393
  /** Resends a Contact-Verification email. */
1394
1394
  export const domainResendContactVerificationEmail = {
1395
- path: "/v2/contact-verifications/{contactVerificationId}/actions/resend-contact-verification-email",
1395
+ path: "/v3-next/contact-verifications/{contactVerificationId}/actions/resend-contact-verification-email",
1396
1396
  method: "POST",
1397
1397
  operationId: "domain-resend-contact-verification-email",
1398
1398
  };
1399
1399
  /** Resend a Domain email. */
1400
1400
  export const domainResendDomainEmail = {
1401
- path: "/v2/domains/{domainId}/actions/resend-email",
1401
+ path: "/v3-next/domains/{domainId}/actions/resend-email",
1402
1402
  method: "POST",
1403
1403
  operationId: "domain-resend-domain-email",
1404
1404
  };
1405
1405
  /** Suggest a list of domains based on a prompt using AI. */
1406
1406
  export const domainSuggest = {
1407
- path: "/v2/domain-suggestions",
1407
+ path: "/v3-next/domain-suggestions",
1408
1408
  method: "GET",
1409
1409
  operationId: "domain-suggest",
1410
1410
  };
1411
1411
  /** Update the auth code of a Domain. */
1412
1412
  export const domainUpdateDomainAuthCode = {
1413
- path: "/v2/domains/{domainId}/auth-code",
1413
+ path: "/v3-next/domains/{domainId}/auth-code",
1414
1414
  method: "PATCH",
1415
1415
  operationId: "domain-update-domain-auth-code",
1416
1416
  };
1417
1417
  /** Update a contact of a Domain. */
1418
1418
  export const domainUpdateDomainContact = {
1419
- path: "/v2/domains/{domainId}/contacts/{contact}",
1419
+ path: "/v3-next/domains/{domainId}/contacts/{contact}",
1420
1420
  method: "PATCH",
1421
1421
  operationId: "domain-update-domain-contact",
1422
1422
  };
1423
1423
  /** Update a Domain's project id. */
1424
1424
  export const domainUpdateDomainProjectId = {
1425
- path: "/v2/domains/{domainId}/project-id",
1425
+ path: "/v3-next/domains/{domainId}/project-id",
1426
1426
  method: "PATCH",
1427
1427
  operationId: "domain-update-domain-project-id",
1428
1428
  };
1429
1429
  /** Authenticate your external application using the extensionInstanceSecret. */
1430
1430
  export const extensionAuthenticateInstance = {
1431
- path: "/v2/extension-instances/{extensionInstanceId}/tokens",
1431
+ path: "/v3-next/extension-instances/{extensionInstanceId}/tokens",
1432
1432
  method: "POST",
1433
1433
  operationId: "extension-authenticate-instance",
1434
1434
  };
1435
1435
  /** Authenticate your external application using a session token and an extension secret */
1436
1436
  export const extensionAuthenticateWithSessionToken = {
1437
- path: "/v2/authenticate-session-token",
1437
+ path: "/v3-next/authenticate-session-token",
1438
1438
  method: "POST",
1439
1439
  operationId: "extension-authenticate-with-session-token",
1440
1440
  };
1441
1441
  /** Schedule an Extension Instance Termination for the next possible date. */
1442
1442
  export const extensionScheduleExtensionTermination = {
1443
- path: "/v2/extension-instances/{extensionInstanceId}/termination",
1443
+ path: "/v3-next/extension-instances/{extensionInstanceId}/termination",
1444
1444
  method: "POST",
1445
1445
  operationId: "extension-schedule-extension-termination",
1446
1446
  };
1447
1447
  /** Cancel an Extension Instance Termination. */
1448
1448
  export const extensionCancelExtensionTermination = {
1449
- path: "/v2/extension-instances/{extensionInstanceId}/termination",
1449
+ path: "/v3-next/extension-instances/{extensionInstanceId}/termination",
1450
1450
  method: "DELETE",
1451
1451
  operationId: "extension-cancel-extension-termination",
1452
1452
  };
1453
1453
  /** Schedule an Extension Instance Variant change for the next possible date. */
1454
1454
  export const extensionScheduleExtensionVariantChange = {
1455
- path: "/v2/extension-instances/{extensionInstanceId}/contract/variant-change",
1455
+ path: "/v3-next/extension-instances/{extensionInstanceId}/contract/variant-change",
1456
1456
  method: "POST",
1457
1457
  operationId: "extension-schedule-extension-variant-change",
1458
1458
  };
1459
1459
  /** Cancel an Extension Instance Variant Change. */
1460
1460
  export const extensionCancelExtensionVariantChange = {
1461
- path: "/v2/extension-instances/{extensionInstanceId}/contract/variant-change",
1461
+ path: "/v3-next/extension-instances/{extensionInstanceId}/contract/variant-change",
1462
1462
  method: "DELETE",
1463
1463
  operationId: "extension-cancel-extension-variant-change",
1464
1464
  };
1465
1465
  /** Change the context of an Extension. */
1466
1466
  export const extensionChangeContext = {
1467
- path: "/v2/contributors/{contributorId}/extensions/{extensionId}/context",
1467
+ path: "/v3-next/contributors/{contributorId}/extensions/{extensionId}/context",
1468
1468
  method: "PUT",
1469
1469
  operationId: "extension-change-context",
1470
1470
  };
1471
1471
  /** Check if an Extension is unchargable for this specific context or if it must be charged. */
1472
1472
  export const extensionCheckExtensionIsChargable = {
1473
- path: "/v2/extensions/{extensionId}/contexts/{contextId}/chargability",
1473
+ path: "/v3-next/extensions/{extensionId}/contexts/{contextId}/chargability",
1474
1474
  method: "GET",
1475
1475
  operationId: "extension-check-extension-is-chargable",
1476
1476
  };
1477
1477
  /** Consent to extension scopes. */
1478
1478
  export const extensionConsentToExtensionScopes = {
1479
- path: "/v2/extension-instances/{extensionInstanceId}/scopes",
1479
+ path: "/v3-next/extension-instances/{extensionInstanceId}/scopes",
1480
1480
  method: "PATCH",
1481
1481
  operationId: "extension-consent-to-extension-scopes",
1482
1482
  };
1483
1483
  /** Create the OnboardingProcess of a Contributor. */
1484
1484
  export const extensionCreateContributorOnboardingProcess = {
1485
- path: "/v2/contributors/{contributorId}/onboarding-process",
1485
+ path: "/v3-next/contributors/{contributorId}/onboarding-process",
1486
1486
  method: "POST",
1487
1487
  operationId: "extension-create-contributor-onboarding-process",
1488
1488
  };
1489
1489
  /** List ExtensionInstances. */
1490
1490
  export const extensionListExtensionInstances = {
1491
- path: "/v2/extension-instances",
1491
+ path: "/v3-next/extension-instances",
1492
1492
  method: "GET",
1493
1493
  operationId: "extension-list-extension-instances",
1494
1494
  };
1495
1495
  /** Create an ExtensionInstance. */
1496
1496
  export const extensionCreateExtensionInstance = {
1497
- path: "/v2/extension-instances",
1497
+ path: "/v3-next/extension-instances",
1498
1498
  method: "POST",
1499
1499
  operationId: "extension-create-extension-instance",
1500
1500
  };
1501
1501
  /** Create an access token retrieval key for an extension instance. */
1502
1502
  export const extensionCreateRetrievalKey = {
1503
- path: "/v2/extension-instances/{extensionInstanceId}/actions/create-access-token-retrieval-key",
1503
+ path: "/v3-next/extension-instances/{extensionInstanceId}/actions/create-access-token-retrieval-key",
1504
1504
  method: "POST",
1505
1505
  operationId: "extension-create-retrieval-key",
1506
1506
  };
1507
1507
  /** Get an ExtensionInstance. */
1508
1508
  export const extensionGetExtensionInstance = {
1509
- path: "/v2/extension-instances/{extensionInstanceId}",
1509
+ path: "/v3-next/extension-instances/{extensionInstanceId}",
1510
1510
  method: "GET",
1511
1511
  operationId: "extension-get-extension-instance",
1512
1512
  };
1513
1513
  /** Delete a free ExtensionInstance. If the Extension is chargable the contract must be terminated instead. */
1514
1514
  export const extensionDeleteExtensionInstance = {
1515
- path: "/v2/extension-instances/{extensionInstanceId}",
1515
+ path: "/v3-next/extension-instances/{extensionInstanceId}",
1516
1516
  method: "DELETE",
1517
1517
  operationId: "extension-delete-extension-instance",
1518
1518
  };
1519
1519
  /** Get Extension of own contributor. */
1520
1520
  export const extensionGetOwnExtension = {
1521
- path: "/v2/contributors/{contributorId}/extensions/{extensionId}",
1521
+ path: "/v3-next/contributors/{contributorId}/extensions/{extensionId}",
1522
1522
  method: "GET",
1523
1523
  operationId: "extension-get-own-extension",
1524
1524
  };
1525
1525
  /** Delete an Extension. */
1526
1526
  export const extensionDeleteExtension = {
1527
- path: "/v2/contributors/{contributorId}/extensions/{extensionId}",
1527
+ path: "/v3-next/contributors/{contributorId}/extensions/{extensionId}",
1528
1528
  method: "DELETE",
1529
1529
  operationId: "extension-delete-extension",
1530
1530
  };
1531
1531
  /** Patch Extension. */
1532
1532
  export const extensionPatchExtension = {
1533
- path: "/v2/contributors/{contributorId}/extensions/{extensionId}",
1533
+ path: "/v3-next/contributors/{contributorId}/extensions/{extensionId}",
1534
1534
  method: "PATCH",
1535
1535
  operationId: "extension-patch-extension",
1536
1536
  };
1537
1537
  /** Disable an ExtensionInstance. */
1538
1538
  export const extensionDisableExtensionInstance = {
1539
- path: "/v2/extension-instances/{extensionInstanceId}/actions/disable",
1539
+ path: "/v3-next/extension-instances/{extensionInstanceId}/actions/disable",
1540
1540
  method: "POST",
1541
1541
  operationId: "extension-disable-extension-instance",
1542
1542
  };
1543
1543
  /** Dry run a webhook with random or given values. */
1544
1544
  export const extensionDryRunWebhook = {
1545
- path: "/v2/contributors/{contributorId}/extensions/{extensionId}/extension-instances/{extensionInstanceId}/actions/dry-run/{webhookKind}",
1545
+ path: "/v3-next/contributors/{contributorId}/extensions/{extensionId}/extension-instances/{extensionInstanceId}/actions/dry-run/{webhookKind}",
1546
1546
  method: "POST",
1547
1547
  operationId: "extension-dry-run-webhook",
1548
1548
  };
1549
1549
  /** Enable an ExtensionInstance. */
1550
1550
  export const extensionEnableExtensionInstance = {
1551
- path: "/v2/extension-instances/{extensionInstanceId}/actions/enable",
1551
+ path: "/v3-next/extension-instances/{extensionInstanceId}/actions/enable",
1552
1552
  method: "POST",
1553
1553
  operationId: "extension-enable-extension-instance",
1554
1554
  };
1555
1555
  /** Generate an Extension secret for the given Extension. */
1556
1556
  export const extensionGenerateExtensionSecret = {
1557
- path: "/v2/contributors/{contributorId}/extensions/{extensionId}/secret",
1557
+ path: "/v3-next/contributors/{contributorId}/extensions/{extensionId}/secret",
1558
1558
  method: "POST",
1559
1559
  operationId: "extension-generate-extension-secret",
1560
1560
  };
1561
1561
  /** Generate a session token to transmit it to the extensions frontend fragment. */
1562
1562
  export const extensionGenerateSessionToken = {
1563
- path: "/v2/extension-instances/{extensionInstanceId}/sessions/{sessionId}",
1563
+ path: "/v3-next/extension-instances/{extensionInstanceId}/sessions/{sessionId}",
1564
1564
  method: "POST",
1565
1565
  operationId: "extension-generate-session-token",
1566
1566
  };
1567
1567
  /** Get all open extension orders for given customer */
1568
1568
  export const extensionGetCustomerExtensionInstanceOrders = {
1569
- path: "/v2/customers/{customerId}/extension-orders",
1569
+ path: "/v3-next/customers/{customerId}/extension-orders",
1570
1570
  method: "GET",
1571
1571
  operationId: "extension-get-customer-extension-instance-orders",
1572
1572
  };
1573
1573
  /** Get the Contract Strategy of an Extension Instance */
1574
1574
  export const extensionGetExtensionInstanceContract = {
1575
- path: "/v2/extension-instances/{extensionInstanceId}/contract",
1575
+ path: "/v3-next/extension-instances/{extensionInstanceId}/contract",
1576
1576
  method: "GET",
1577
1577
  operationId: "extension-get-extension-instance-contract",
1578
1578
  };
1579
1579
  /** Update or Create Contract for existing Extension Instances. */
1580
1580
  export const extensionUpdateExtensionInstanceContract = {
1581
- path: "/v2/extension-instances/{extensionInstanceId}/contract",
1581
+ path: "/v3-next/extension-instances/{extensionInstanceId}/contract",
1582
1582
  method: "PUT",
1583
1583
  operationId: "extension-update-extension-instance-contract",
1584
1584
  };
1585
1585
  /** Get the ExtensionInstance of a specific customer and extension, if existing. */
1586
1586
  export const extensionGetExtensionInstanceForCustomer = {
1587
- path: "/v2/customers/{customerId}/extensions/{extensionId}",
1587
+ path: "/v3-next/customers/{customerId}/extensions/{extensionId}",
1588
1588
  method: "GET",
1589
1589
  operationId: "extension-get-extension-instance-for-customer",
1590
1590
  };
1591
1591
  /** Get the ExtensionInstance of a specific project and extension, if existing. */
1592
1592
  export const extensionGetExtensionInstanceForProject = {
1593
- path: "/v2/projects/{projectId}/extensions/{extensionId}",
1593
+ path: "/v3-next/projects/{projectId}/extensions/{extensionId}",
1594
1594
  method: "GET",
1595
1595
  operationId: "extension-get-extension-instance-for-project",
1596
1596
  };
1597
1597
  /** Get an Extension. */
1598
1598
  export const extensionGetExtension = {
1599
- path: "/v2/extensions/{extensionId}",
1599
+ path: "/v3-next/extensions/{extensionId}",
1600
1600
  method: "GET",
1601
1601
  operationId: "extension-get-extension",
1602
1602
  };
1603
1603
  /** Get all open extension orders for given project */
1604
1604
  export const extensionGetProjectExtensionInstanceOrders = {
1605
- path: "/v2/projects/{projectId}/extension-orders",
1605
+ path: "/v3-next/projects/{projectId}/extension-orders",
1606
1606
  method: "GET",
1607
1607
  operationId: "extension-get-project-extension-instance-orders",
1608
1608
  };
1609
1609
  /** Get the public key to verify the webhook signature. */
1610
1610
  export const extensionGetPublicKey = {
1611
- path: "/v2/public-keys/{serial}",
1611
+ path: "/v3-next/public-keys/{serial}",
1612
1612
  method: "GET",
1613
1613
  operationId: "extension-get-public-key",
1614
1614
  };
1615
1615
  /** Invalidate the given Extension secret immediately. */
1616
1616
  export const extensionInvalidateExtensionSecret = {
1617
- path: "/v2/contributors/{contributorId}/extensions/{extensionId}/secret/{extensionSecretId}",
1617
+ path: "/v3-next/contributors/{contributorId}/extensions/{extensionId}/secret/{extensionSecretId}",
1618
1618
  method: "DELETE",
1619
1619
  operationId: "extension-invalidate-extension-secret",
1620
1620
  };
1621
1621
  /** List all Webhook Executions. */
1622
1622
  export const extensionListAllExtensionInstanceWebhookExecutions = {
1623
- path: "/v2/contributors/{contributorId}/webhook-executions",
1623
+ path: "/v3-next/contributors/{contributorId}/webhook-executions",
1624
1624
  method: "GET",
1625
1625
  operationId: "extension-list-all-extension-instance-webhook-executions",
1626
1626
  };
1627
1627
  /** List Contributors. */
1628
1628
  export const extensionListContributors = {
1629
- path: "/v2/contributors",
1629
+ path: "/v3-next/contributors",
1630
1630
  method: "GET",
1631
1631
  operationId: "extension-list-contributors",
1632
1632
  };
1633
1633
  /** List Extensions. */
1634
1634
  export const extensionListExtensions = {
1635
- path: "/v2/extensions",
1635
+ path: "/v3-next/extensions",
1636
1636
  method: "GET",
1637
1637
  operationId: "extension-list-extensions",
1638
1638
  };
1639
1639
  /** List Extensions of own contributor. */
1640
1640
  export const extensionListOwnExtensions = {
1641
- path: "/v2/contributors/{contributorId}/extensions",
1641
+ path: "/v3-next/contributors/{contributorId}/extensions",
1642
1642
  method: "GET",
1643
1643
  operationId: "extension-list-own-extensions",
1644
1644
  };
1645
1645
  /** Register an Extension. */
1646
1646
  export const extensionRegisterExtension = {
1647
- path: "/v2/contributors/{contributorId}/extensions",
1647
+ path: "/v3-next/contributors/{contributorId}/extensions",
1648
1648
  method: "POST",
1649
1649
  operationId: "extension-register-extension",
1650
1650
  };
1651
1651
  /** List Scopes. */
1652
1652
  export const extensionListScopes = {
1653
- path: "/v2/scopes",
1653
+ path: "/v3-next/scopes",
1654
1654
  method: "GET",
1655
1655
  operationId: "extension-list-scopes",
1656
1656
  };
1657
1657
  /** Order Extension with saved payment method */
1658
1658
  export const extensionOrderExtension = {
1659
- path: "/v2/extensions/{extensionId}/order",
1659
+ path: "/v3-next/extensions/{extensionId}/order",
1660
1660
  method: "POST",
1661
1661
  operationId: "extension-order-extension",
1662
1662
  };
1663
1663
  /** Remove an asset of an extension. */
1664
1664
  export const extensionRemoveAsset = {
1665
- path: "/v2/contributors/{contributorId}/extensions/{extensionId}/assets/{assetRefId}",
1665
+ path: "/v3-next/contributors/{contributorId}/extensions/{extensionId}/assets/{assetRefId}",
1666
1666
  method: "DELETE",
1667
1667
  operationId: "extension-remove-asset",
1668
1668
  };
1669
1669
  /** Add a logo to an extension. */
1670
1670
  export const extensionRequestLogoUpload = {
1671
- path: "/v2/contributors/{contributorId}/extensions/{extensionId}/logo",
1671
+ path: "/v3-next/contributors/{contributorId}/extensions/{extensionId}/logo",
1672
1672
  method: "POST",
1673
1673
  operationId: "extension-request-logo-upload",
1674
1674
  };
1675
1675
  /** Remove the logo of an extension. */
1676
1676
  export const extensionRemoveLogo = {
1677
- path: "/v2/contributors/{contributorId}/extensions/{extensionId}/logo",
1677
+ path: "/v3-next/contributors/{contributorId}/extensions/{extensionId}/logo",
1678
1678
  method: "DELETE",
1679
1679
  operationId: "extension-remove-logo",
1680
1680
  };
1681
1681
  /** Add an asset to an extension. */
1682
1682
  export const extensionRequestAssetUpload = {
1683
- path: "/v2/contributors/{contributorId}/extensions/{extensionId}/assets",
1683
+ path: "/v3-next/contributors/{contributorId}/extensions/{extensionId}/assets",
1684
1684
  method: "POST",
1685
1685
  operationId: "extension-request-asset-upload",
1686
1686
  };
1687
1687
  /** Start the verification process of an Extension. */
1688
1688
  export const extensionRequestExtensionVerification = {
1689
- path: "/v2/contributors/{contributorId}/extensions/{extensionId}/verification-process",
1689
+ path: "/v3-next/contributors/{contributorId}/extensions/{extensionId}/verification-process",
1690
1690
  method: "POST",
1691
1691
  operationId: "extension-request-extension-verification",
1692
1692
  };
1693
1693
  /** Publish or withdraw an Extension. */
1694
1694
  export const extensionSetExtensionPublishedState = {
1695
- path: "/v2/contributors/{contributorId}/extensions/{extensionId}/published",
1695
+ path: "/v3-next/contributors/{contributorId}/extensions/{extensionId}/published",
1696
1696
  method: "PUT",
1697
1697
  operationId: "extension-set-extension-published-state",
1698
1698
  };
1699
1699
  /** Creates or Updates Pricing for an Extension. */
1700
1700
  export const extensionUpdateExtensionPricing = {
1701
- path: "/v2/contributors/{contributorId}/extensions/{extensionId}/pricing",
1701
+ path: "/v3-next/contributors/{contributorId}/extensions/{extensionId}/pricing",
1702
1702
  method: "PUT",
1703
1703
  operationId: "extension-update-extension-pricing",
1704
1704
  };
1705
1705
  /** Create a File. */
1706
1706
  export const fileCreateFile = {
1707
- path: "/v2/files",
1707
+ path: "/v3-next/files",
1708
1708
  method: "POST",
1709
1709
  operationId: "file-create-file",
1710
1710
  };
1711
1711
  /** Get a File's meta. */
1712
1712
  export const fileGetFileMeta = {
1713
- path: "/v2/files/{fileId}/meta",
1713
+ path: "/v3-next/files/{fileId}/meta",
1714
1714
  method: "GET",
1715
1715
  operationId: "file-get-file-meta",
1716
1716
  };
1717
1717
  /** Get a FileUploadToken's rules. */
1718
1718
  export const fileGetFileUploadTokenRules = {
1719
- path: "/v2/file-upload-tokens/{fileUploadToken}/rules",
1719
+ path: "/v3-next/file-upload-tokens/{fileUploadToken}/rules",
1720
1720
  method: "GET",
1721
1721
  operationId: "file-get-file-upload-token-rules",
1722
1722
  };
1723
1723
  /** Get a FileUploadType's rules. */
1724
1724
  export const fileGetFileUploadTypeRules = {
1725
- path: "/v2/file-upload-types/{fileUploadType}/rules",
1725
+ path: "/v3-next/file-upload-types/{fileUploadType}/rules",
1726
1726
  method: "GET",
1727
1727
  operationId: "file-get-file-upload-type-rules",
1728
1728
  };
1729
1729
  /** Get a File. */
1730
1730
  export const fileGetFile = {
1731
- path: "/v2/files/{fileId}",
1731
+ path: "/v3-next/files/{fileId}",
1732
1732
  method: "GET",
1733
1733
  operationId: "file-get-file",
1734
1734
  };
1735
1735
  /** Get a File with user-friendly url. */
1736
1736
  export const fileGetFileWithName = {
1737
- path: "/v2/files/{fileId}/{fileName}",
1737
+ path: "/v3-next/files/{fileId}/{fileName}",
1738
1738
  method: "GET",
1739
1739
  operationId: "file-get-file-with-name",
1740
1740
  };
1741
1741
  /** List Ingresses. */
1742
1742
  export const ingressListIngresses = {
1743
- path: "/v2/ingresses",
1743
+ path: "/v3-next/ingresses",
1744
1744
  method: "GET",
1745
1745
  operationId: "ingress-list-ingresses",
1746
1746
  };
1747
1747
  /** Create an Ingress. */
1748
1748
  export const ingressCreateIngress = {
1749
- path: "/v2/ingresses",
1749
+ path: "/v3-next/ingresses",
1750
1750
  method: "POST",
1751
1751
  operationId: "ingress-create-ingress",
1752
1752
  };
1753
1753
  /** Get an Ingress. */
1754
1754
  export const ingressGetIngress = {
1755
- path: "/v2/ingresses/{ingressId}",
1755
+ path: "/v3-next/ingresses/{ingressId}",
1756
1756
  method: "GET",
1757
1757
  operationId: "ingress-get-ingress",
1758
1758
  };
1759
1759
  /** Delete an Ingress. */
1760
1760
  export const ingressDeleteIngress = {
1761
- path: "/v2/ingresses/{ingressId}",
1761
+ path: "/v3-next/ingresses/{ingressId}",
1762
1762
  method: "DELETE",
1763
1763
  operationId: "ingress-delete-ingress",
1764
1764
  };
1765
1765
  /** Verifiy the ownership of an Ingress. */
1766
1766
  export const ingressIngressVerifyOwnership = {
1767
- path: "/v2/ingresses/{ingressId}/actions/verify-ownership",
1767
+ path: "/v3-next/ingresses/{ingressId}/actions/verify-ownership",
1768
1768
  method: "POST",
1769
1769
  operationId: "ingress-ingress-verify-ownership",
1770
1770
  };
1771
1771
  /** List Ingresses compatible with a certificate. */
1772
1772
  export const ingressListIngressesCompatibleWithCertificate = {
1773
- path: "/v2/actions/list-ingresses-compatible-with-certificate",
1773
+ path: "/v3-next/actions/list-ingresses-compatible-with-certificate",
1774
1774
  method: "POST",
1775
1775
  operationId: "ingress-list-ingresses-compatible-with-certificate",
1776
1776
  };
1777
1777
  /** Request the ACME certificate issuance of an Ingress. */
1778
1778
  export const ingressRequestIngressAcmeCertificateIssuance = {
1779
- path: "/v2/ingresses/{ingressId}/actions/request-acme-certificate-issuance",
1779
+ path: "/v3-next/ingresses/{ingressId}/actions/request-acme-certificate-issuance",
1780
1780
  method: "POST",
1781
1781
  operationId: "ingress-request-ingress-acme-certificate-issuance",
1782
1782
  };
1783
1783
  /** Get details of an Invoice. */
1784
1784
  export const invoiceDetail = {
1785
- path: "/v2/invoices/{invoiceId}",
1785
+ path: "/v3-next/invoices/{invoiceId}",
1786
1786
  method: "GET",
1787
1787
  operationId: "invoice-detail",
1788
1788
  };
1789
1789
  /** Get InvoiceSettings of a Customer. */
1790
1790
  export const invoiceGetDetailOfInvoiceSettings = {
1791
- path: "/v2/customers/{customerId}/invoice-settings",
1791
+ path: "/v3-next/customers/{customerId}/invoice-settings",
1792
1792
  method: "GET",
1793
1793
  operationId: "invoice-get-detail-of-invoice-settings",
1794
1794
  };
1795
1795
  /** Update InvoiceSettings of a Customer. */
1796
1796
  export const invoiceUpdateInvoiceSettings = {
1797
- path: "/v2/customers/{customerId}/invoice-settings",
1797
+ path: "/v3-next/customers/{customerId}/invoice-settings",
1798
1798
  method: "PUT",
1799
1799
  operationId: "invoice-update-invoice-settings",
1800
1800
  };
1801
1801
  /** Request an Access Token for the Invoice file. */
1802
1802
  export const invoiceGetFileAccessToken = {
1803
- path: "/v2/customers/{customerId}/invoices/{invoiceId}/file-access-token",
1803
+ path: "/v3-next/customers/{customerId}/invoices/{invoiceId}/file-access-token",
1804
1804
  method: "GET",
1805
1805
  operationId: "invoice-get-file-access-token",
1806
1806
  };
1807
1807
  /** List Invoices of a Customer. */
1808
1808
  export const invoiceListCustomerInvoices = {
1809
- path: "/v2/customers/{customerId}/invoices",
1809
+ path: "/v3-next/customers/{customerId}/invoices",
1810
1810
  method: "GET",
1811
1811
  operationId: "invoice-list-customer-invoices",
1812
1812
  };
1813
1813
  /** Get your LeadFyndr request. */
1814
1814
  export const leadfyndrGetLeadFyndrProfileRequest = {
1815
- path: "/v2/customers/{customerId}/lead-fyndr-profile-request",
1815
+ path: "/v3-next/customers/{customerId}/lead-fyndr-profile-request",
1816
1816
  method: "GET",
1817
1817
  operationId: "leadfyndr-get-lead-fyndr-profile-request",
1818
1818
  };
1819
1819
  /** Create a new access request for LeadFyndr. */
1820
1820
  export const leadfyndrCreateLeadFyndrAccessRequest = {
1821
- path: "/v2/customers/{customerId}/lead-fyndr-profile-request",
1821
+ path: "/v3-next/customers/{customerId}/lead-fyndr-profile-request",
1822
1822
  method: "POST",
1823
1823
  operationId: "leadfyndr-create-lead-fyndr-access-request",
1824
1824
  };
1825
1825
  /** Create an export of unlocked leads for the given customerId. */
1826
1826
  export const leadfyndrCreateLeadsExport = {
1827
- path: "/v2/customers/{customerId}/unlocked-leads-export",
1827
+ path: "/v3-next/customers/{customerId}/unlocked-leads-export",
1828
1828
  method: "POST",
1829
1829
  operationId: "leadfyndr-create-leads-export",
1830
1830
  };
1831
1831
  /** Get cities in DACH. */
1832
1832
  export const leadfyndrGetCities = {
1833
- path: "/v2/cities",
1833
+ path: "/v3-next/cities",
1834
1834
  method: "GET",
1835
1835
  operationId: "leadfyndr-get-cities",
1836
1836
  };
1837
1837
  /** Get lead tariff options. How many leads did you unlock this month? */
1838
1838
  export const leadfyndrGetLeadFyndrProfileTariffOptions = {
1839
- path: "/v2/customers/{customerId}/lead-fyndr-profile/tariff",
1839
+ path: "/v3-next/customers/{customerId}/lead-fyndr-profile/tariff",
1840
1840
  method: "GET",
1841
1841
  operationId: "leadfyndr-get-lead-fyndr-profile-tariff-options",
1842
1842
  };
1843
1843
  /** Get your LeadFyndr profile. */
1844
1844
  export const leadfyndrGetLeadFyndrProfile = {
1845
- path: "/v2/customers/{customerId}/lead-fyndr-profile",
1845
+ path: "/v3-next/customers/{customerId}/lead-fyndr-profile",
1846
1846
  method: "GET",
1847
1847
  operationId: "leadfyndr-get-lead-fyndr-profile",
1848
1848
  };
1849
1849
  /** Get a simple lead. Use the unlocked route for more detail leads. */
1850
1850
  export const leadfyndrGetLead = {
1851
- path: "/v2/customers/{customerId}/leads/{leadId}",
1851
+ path: "/v3-next/customers/{customerId}/leads/{leadId}",
1852
1852
  method: "GET",
1853
1853
  operationId: "leadfyndr-get-lead",
1854
1854
  };
1855
1855
  /** Get unlocked leads export history for the given customerId. */
1856
1856
  export const leadfyndrGetLeadsExportHistory = {
1857
- path: "/v2/customers/{customerId}/unlocked-leads-exports",
1857
+ path: "/v3-next/customers/{customerId}/unlocked-leads-exports",
1858
1858
  method: "GET",
1859
1859
  operationId: "leadfyndr-get-leads-export-history",
1860
1860
  };
1861
1861
  /** Get a detail of a unlocked lead. Organisation can unlock leads. */
1862
1862
  export const leadfyndrGetUnlockedLead = {
1863
- path: "/v2/customers/{customerId}/unlocked-leads/{leadId}",
1863
+ path: "/v3-next/customers/{customerId}/unlocked-leads/{leadId}",
1864
1864
  method: "GET",
1865
1865
  operationId: "leadfyndr-get-unlocked-lead",
1866
1866
  };
1867
1867
  /** Unlock a lead for the given customerId. */
1868
1868
  export const leadfyndrUnlockLead = {
1869
- path: "/v2/customers/{customerId}/unlocked-leads/{leadId}",
1869
+ path: "/v3-next/customers/{customerId}/unlocked-leads/{leadId}",
1870
1870
  method: "POST",
1871
1871
  operationId: "leadfyndr-unlock-lead",
1872
1872
  };
1873
1873
  /** Get all leads. Use the unlocked routes for more lead details. */
1874
1874
  export const leadfyndrListLeads = {
1875
- path: "/v2/customers/{customerId}/leads",
1875
+ path: "/v3-next/customers/{customerId}/leads",
1876
1876
  method: "GET",
1877
1877
  operationId: "leadfyndr-list-leads",
1878
1878
  };
1879
1879
  /** Get all unlocked leads. Organisation can unlock leads. */
1880
1880
  export const leadfyndrListUnlockedLeads = {
1881
- path: "/v2/customers/{customerId}/unlocked-leads",
1881
+ path: "/v3-next/customers/{customerId}/unlocked-leads",
1882
1882
  method: "GET",
1883
1883
  operationId: "leadfyndr-list-unlocked-leads",
1884
1884
  };
1885
1885
  /** Reserve a unlocked lead for the given customerId. */
1886
1886
  export const leadfyndrReserveUnlockedLead = {
1887
- path: "/v2/customers/{customerId}/unlocked-leads/{leadId}/reservation",
1887
+ path: "/v3-next/customers/{customerId}/unlocked-leads/{leadId}/reservation",
1888
1888
  method: "POST",
1889
1889
  operationId: "leadfyndr-reserve-unlocked-lead",
1890
1890
  };
1891
1891
  /** Removes a reservation on a unlocked lead for the given customerId. */
1892
1892
  export const leadfyndrRemoveUnlockedLeadReservation = {
1893
- path: "/v2/customers/{customerId}/unlocked-leads/{leadId}/reservation",
1893
+ path: "/v3-next/customers/{customerId}/unlocked-leads/{leadId}/reservation",
1894
1894
  method: "DELETE",
1895
1895
  operationId: "leadfyndr-remove-unlocked-lead-reservation",
1896
1896
  };
1897
1897
  /** Get a license. */
1898
1898
  export const licenseGetLicense = {
1899
- path: "/v2/licenses/{licenseId}",
1899
+ path: "/v3-next/licenses/{licenseId}",
1900
1900
  method: "GET",
1901
1901
  operationId: "license-get-license",
1902
1902
  };
1903
1903
  /** List Licenses belonging to a Project. */
1904
1904
  export const licenseListLicensesForProject = {
1905
- path: "/v2/projects/{projectId}/licenses",
1905
+ path: "/v3-next/projects/{projectId}/licenses",
1906
1906
  method: "GET",
1907
1907
  operationId: "license-list-licenses-for-project",
1908
1908
  };
1909
1909
  /** rotate a License's key, i.e. revoke the old and generate a new one. */
1910
1910
  export const licenseRotateLicenseKey = {
1911
- path: "/v2/licenses/{licenseId}/actions/rotate-key",
1911
+ path: "/v3-next/licenses/{licenseId}/actions/rotate-key",
1912
1912
  method: "POST",
1913
1913
  operationId: "license-rotate-license-key",
1914
1914
  };
1915
1915
  /** Validate a License's key for a project. */
1916
1916
  export const licenseValidateLicenseKeyForProject = {
1917
- path: "/v2/projects/{projectId}/actions/validate-license-key",
1917
+ path: "/v3-next/projects/{projectId}/actions/validate-license-key",
1918
1918
  method: "POST",
1919
1919
  operationId: "license-validate-license-key-for-project",
1920
1920
  };
1921
1921
  /** List DeliveryBoxes belonging to a Project. */
1922
1922
  export const mailListDeliveryBoxes = {
1923
- path: "/v2/projects/{projectId}/delivery-boxes",
1923
+ path: "/v3-next/projects/{projectId}/delivery-boxes",
1924
1924
  method: "GET",
1925
1925
  operationId: "mail-list-delivery-boxes",
1926
1926
  };
1927
1927
  /** Create a DeliveryBox. */
1928
1928
  export const mailCreateDeliverybox = {
1929
- path: "/v2/projects/{projectId}/delivery-boxes",
1929
+ path: "/v3-next/projects/{projectId}/delivery-boxes",
1930
1930
  method: "POST",
1931
1931
  operationId: "mail-create-deliverybox",
1932
1932
  };
1933
1933
  /** List MailAddresses belonging to a Project. */
1934
1934
  export const mailListMailAddresses = {
1935
- path: "/v2/projects/{projectId}/mail-addresses",
1935
+ path: "/v3-next/projects/{projectId}/mail-addresses",
1936
1936
  method: "GET",
1937
1937
  operationId: "mail-list-mail-addresses",
1938
1938
  };
1939
1939
  /** Create a MailAddress. */
1940
1940
  export const mailCreateMailAddress = {
1941
- path: "/v2/projects/{projectId}/mail-addresses",
1941
+ path: "/v3-next/projects/{projectId}/mail-addresses",
1942
1942
  method: "POST",
1943
1943
  operationId: "mail-create-mail-address",
1944
1944
  };
1945
1945
  /** Get a DeliveryBox. */
1946
1946
  export const mailGetDeliveryBox = {
1947
- path: "/v2/delivery-boxes/{deliveryBoxId}",
1947
+ path: "/v3-next/delivery-boxes/{deliveryBoxId}",
1948
1948
  method: "GET",
1949
1949
  operationId: "mail-get-delivery-box",
1950
1950
  };
1951
1951
  /** Delete a DeliveryBox. */
1952
1952
  export const mailDeleteDeliveryBox = {
1953
- path: "/v2/delivery-boxes/{deliveryBoxId}",
1953
+ path: "/v3-next/delivery-boxes/{deliveryBoxId}",
1954
1954
  method: "DELETE",
1955
1955
  operationId: "mail-delete-delivery-box",
1956
1956
  };
1957
1957
  /** Get a MailAddress. */
1958
1958
  export const mailGetMailAddress = {
1959
- path: "/v2/mail-addresses/{mailAddressId}",
1959
+ path: "/v3-next/mail-addresses/{mailAddressId}",
1960
1960
  method: "GET",
1961
1961
  operationId: "mail-get-mail-address",
1962
1962
  };
1963
1963
  /** Delete a MailAddress. */
1964
1964
  export const mailDeleteMailAddress = {
1965
- path: "/v2/mail-addresses/{mailAddressId}",
1965
+ path: "/v3-next/mail-addresses/{mailAddressId}",
1966
1966
  method: "DELETE",
1967
1967
  operationId: "mail-delete-mail-address",
1968
1968
  };
1969
1969
  /** Disable the mail-archive of a MailAddress. */
1970
1970
  export const mailDisableMailArchive = {
1971
- path: "/v2/mail-addresses/{mailAddressId}/mail-archive",
1971
+ path: "/v3-next/mail-addresses/{mailAddressId}/mail-archive",
1972
1972
  method: "DELETE",
1973
1973
  operationId: "mail-disable-mail-archive",
1974
1974
  };
1975
1975
  /** List backups belonging to a MailAddress. */
1976
1976
  export const mailListBackupsForMailAddress = {
1977
- path: "/v2/mail-addresses/{mailAddressId}/backups",
1977
+ path: "/v3-next/mail-addresses/{mailAddressId}/backups",
1978
1978
  method: "GET",
1979
1979
  operationId: "mail-list-backups-for-mail-address",
1980
1980
  };
1981
1981
  /** List MailAddresses. */
1982
1982
  export const mailListMailAddressesForUser = {
1983
- path: "/v2/mail-addresses/",
1983
+ path: "/v3-next/mail-addresses/",
1984
1984
  method: "GET",
1985
1985
  operationId: "mail-list-mail-addresses-for-user",
1986
1986
  };
1987
1987
  /** List mail settings of a Project. */
1988
1988
  export const mailListProjectMailSettings = {
1989
- path: "/v2/projects/{projectId}/mail-settings",
1989
+ path: "/v3-next/projects/{projectId}/mail-settings",
1990
1990
  method: "GET",
1991
1991
  operationId: "mail-list-project-mail-settings",
1992
1992
  };
1993
1993
  /** Recover emails for a MailAddress from a backup. */
1994
1994
  export const mailRecoverMailAddressEmails = {
1995
- path: "/v2/mail-addresses/{mailAddressId}/backups/{backupId}/recovery",
1995
+ path: "/v3-next/mail-addresses/{mailAddressId}/backups/{backupId}/recovery",
1996
1996
  method: "POST",
1997
1997
  operationId: "mail-recover-mail-address-emails",
1998
1998
  };
1999
1999
  /** Update the description of a DeliveryBox. */
2000
2000
  export const mailUpdateDeliveryBoxDescription = {
2001
- path: "/v2/delivery-boxes/{deliveryBoxId}/description",
2001
+ path: "/v3-next/delivery-boxes/{deliveryBoxId}/description",
2002
2002
  method: "PATCH",
2003
2003
  operationId: "mail-update-delivery-box-description",
2004
2004
  };
2005
2005
  /** Update the password of a DeliveryBox. */
2006
2006
  export const mailUpdateDeliveryBoxPassword = {
2007
- path: "/v2/delivery-boxes/{deliveryBoxId}/password",
2007
+ path: "/v3-next/delivery-boxes/{deliveryBoxId}/password",
2008
2008
  method: "PATCH",
2009
2009
  operationId: "mail-update-delivery-box-password",
2010
2010
  };
2011
2011
  /** Update a MailAddress. */
2012
2012
  export const mailUpdateMailAddressAddress = {
2013
- path: "/v2/mail-addresses/{mailAddressId}/address",
2013
+ path: "/v3-next/mail-addresses/{mailAddressId}/address",
2014
2014
  method: "PATCH",
2015
2015
  operationId: "mail-update-mail-address-address",
2016
2016
  };
2017
2017
  /** Update the catch-all of a MailAddress. */
2018
2018
  export const mailUpdateMailAddressCatchAll = {
2019
- path: "/v2/mail-addresses/{mailAddressId}/catch-all",
2019
+ path: "/v3-next/mail-addresses/{mailAddressId}/catch-all",
2020
2020
  method: "PATCH",
2021
2021
  operationId: "mail-update-mail-address-catch-all",
2022
2022
  };
2023
2023
  /** Get payment method details */
2024
2024
  export const marketplaceCustomerGetPaymentMethod = {
2025
- path: "/v2/customers/{customerId}/payment-method",
2025
+ path: "/v3-next/customers/{customerId}/payment-method",
2026
2026
  method: "GET",
2027
2027
  operationId: "marketplace-customer-get-payment-method",
2028
2028
  };
2029
2029
  /** Get the link to update the marketplace payment method */
2030
2030
  export const marketplaceCustomerUpdatePaymentMethod = {
2031
- path: "/v2/customers/{customerId}/payment-method",
2031
+ path: "/v3-next/customers/{customerId}/payment-method",
2032
2032
  method: "PUT",
2033
2033
  operationId: "marketplace-customer-update-payment-method",
2034
2034
  };
2035
2035
  /** List valid time zones. */
2036
2036
  export const miscellaneousListTimeZones = {
2037
- path: "/v2/time-zones",
2037
+ path: "/v3-next/time-zones",
2038
2038
  method: "GET",
2039
2039
  operationId: "miscellaneous-list-time-zones",
2040
2040
  };
2041
2041
  /** Getting the subscription status of the subscription. */
2042
2042
  export const newsletterGetInfo = {
2043
- path: "/v2/newsletter-subscriptions/self",
2043
+ path: "/v3-next/newsletter-subscriptions/self",
2044
2044
  method: "GET",
2045
2045
  operationId: "newsletter-get-info",
2046
2046
  };
2047
2047
  /** Unsubscribe a user from the mStudio newsletter. */
2048
2048
  export const newsletterUnsubscribeUser = {
2049
- path: "/v2/newsletter-subscriptions/self",
2049
+ path: "/v3-next/newsletter-subscriptions/self",
2050
2050
  method: "DELETE",
2051
2051
  operationId: "newsletter-unsubscribe-user",
2052
2052
  };
2053
2053
  /** Get the counts for unread notifications of the user. */
2054
2054
  export const notificationsCountUnreadNotifications = {
2055
- path: "/v2/notification-unread-counts",
2055
+ path: "/v3-next/notification-unread-counts",
2056
2056
  method: "GET",
2057
2057
  operationId: "notifications-count-unread-notifications",
2058
2058
  };
2059
2059
  /** List all unread notifications. */
2060
2060
  export const notificationsListNotifications = {
2061
- path: "/v2/notifications",
2061
+ path: "/v3-next/notifications",
2062
2062
  method: "GET",
2063
2063
  operationId: "notifications-list-notifications",
2064
2064
  };
2065
2065
  /** Mark all notifications as read. */
2066
2066
  export const notificationsReadAllNotifications = {
2067
- path: "/v2/notifications/actions/read-all",
2067
+ path: "/v3-next/notifications/actions/read-all",
2068
2068
  method: "POST",
2069
2069
  operationId: "notifications-read-all-notifications",
2070
2070
  };
2071
2071
  /** Mark notification as read. */
2072
2072
  export const notificationsReadNotification = {
2073
- path: "/v2/notifications/{notificationId}/status",
2073
+ path: "/v3-next/notifications/{notificationId}/status",
2074
2074
  method: "PUT",
2075
2075
  operationId: "notifications-read-notification",
2076
2076
  };
2077
2077
  /** Get list of Orders. */
2078
2078
  export const orderListOrders = {
2079
- path: "/v2/orders",
2079
+ path: "/v3-next/orders",
2080
2080
  method: "GET",
2081
2081
  operationId: "order-list-orders",
2082
2082
  };
2083
2083
  /** Create an Order. */
2084
2084
  export const orderCreateOrder = {
2085
- path: "/v2/orders",
2085
+ path: "/v3-next/orders",
2086
2086
  method: "POST",
2087
2087
  operationId: "order-create-order",
2088
2088
  };
2089
2089
  /** Create TariffChange Order. */
2090
2090
  export const orderCreateTariffChange = {
2091
- path: "/v2/tariff-changes",
2091
+ path: "/v3-next/tariff-changes",
2092
2092
  method: "POST",
2093
2093
  operationId: "order-create-tariff-change",
2094
2094
  };
2095
2095
  /** Get Order for Customer. */
2096
2096
  export const orderGetOrder = {
2097
- path: "/v2/orders/{orderId}",
2097
+ path: "/v3-next/orders/{orderId}",
2098
2098
  method: "GET",
2099
2099
  operationId: "order-get-order",
2100
2100
  };
2101
2101
  /** Get list of Orders of a Customer. */
2102
2102
  export const orderListCustomerOrders = {
2103
- path: "/v2/customers/{customerId}/orders",
2103
+ path: "/v3-next/customers/{customerId}/orders",
2104
2104
  method: "GET",
2105
2105
  operationId: "order-list-customer-orders",
2106
2106
  };
2107
2107
  /** Get list of Orders of a Project. */
2108
2108
  export const orderListProjectOrders = {
2109
- path: "/v2/projects/{projectId}/orders",
2109
+ path: "/v3-next/projects/{projectId}/orders",
2110
2110
  method: "GET",
2111
2111
  operationId: "order-list-project-orders",
2112
2112
  };
2113
2113
  /** Preview Order. */
2114
2114
  export const orderPreviewOrder = {
2115
- path: "/v2/order-previews",
2115
+ path: "/v3-next/order-previews",
2116
2116
  method: "POST",
2117
2117
  operationId: "order-preview-order",
2118
2118
  };
2119
2119
  /** Preview TariffChange. */
2120
2120
  export const orderPreviewTariffChange = {
2121
- path: "/v2/tariff-change-previews",
2121
+ path: "/v3-next/tariff-change-previews",
2122
2122
  method: "POST",
2123
2123
  operationId: "order-preview-tariff-change",
2124
2124
  };
2125
2125
  /** Get detailed performance data for a given domain and path. */
2126
2126
  export const pageinsightsGetPerformanceData = {
2127
- path: "/v2/page-insights",
2127
+ path: "/v3-next/page-insights",
2128
2128
  method: "GET",
2129
2129
  operationId: "pageinsights-get-performance-data",
2130
2130
  };
2131
2131
  /** Get all data for a given strace. */
2132
2132
  export const pageinsightsGetStraceData = {
2133
- path: "/v2/projects/{projectId}/straces/{straceId}",
2133
+ path: "/v3-next/projects/{projectId}/straces/{straceId}",
2134
2134
  method: "GET",
2135
2135
  operationId: "pageinsights-get-strace-data",
2136
2136
  };
2137
2137
  /** List websites (specified as domain and path) from a project where performance data is available. */
2138
2138
  export const pageinsightsListPerformanceDataForProject = {
2139
- path: "/v2/projects/{projectId}/page-insights",
2139
+ path: "/v3-next/projects/{projectId}/page-insights",
2140
2140
  method: "GET",
2141
2141
  operationId: "pageinsights-list-performance-data-for-project",
2142
2142
  };
2143
2143
  /** Schedule a strace measurement for a single http request. */
2144
2144
  export const pageinsightsScheduleStrace = {
2145
- path: "/v2/projects/{projectId}/straces",
2145
+ path: "/v3-next/projects/{projectId}/straces",
2146
2146
  method: "POST",
2147
2147
  operationId: "pageinsights-schedule-strace",
2148
2148
  };
2149
2149
  /** Get a PasswordPolicy. */
2150
2150
  export const passwordValidationGetPasswordPolicy = {
2151
- path: "/v2/password-policies/{passwordPolicy}",
2151
+ path: "/v3-next/password-policies/{passwordPolicy}",
2152
2152
  method: "GET",
2153
2153
  operationId: "password-validation-get-password-policy",
2154
2154
  };
2155
2155
  /** Accept a ProjectInvite. */
2156
2156
  export const projectAcceptProjectInvite = {
2157
- path: "/v2/project-invites/{projectInviteId}/actions/accept",
2157
+ path: "/v3-next/project-invites/{projectInviteId}/actions/accept",
2158
2158
  method: "POST",
2159
2159
  operationId: "project-accept-project-invite",
2160
2160
  };
2161
2161
  /** List Invites belonging to a Project. */
2162
2162
  export const projectListInvitesForProject = {
2163
- path: "/v2/projects/{projectId}/invites",
2163
+ path: "/v3-next/projects/{projectId}/invites",
2164
2164
  method: "GET",
2165
2165
  operationId: "project-list-invites-for-project",
2166
2166
  };
2167
2167
  /** Create a ProjectInvite. */
2168
2168
  export const projectCreateProjectInvite = {
2169
- path: "/v2/projects/{projectId}/invites",
2169
+ path: "/v3-next/projects/{projectId}/invites",
2170
2170
  method: "POST",
2171
2171
  operationId: "project-create-project-invite",
2172
2172
  };
2173
2173
  /** Create a Project belonging to a Server. */
2174
2174
  export const projectCreateProject = {
2175
- path: "/v2/servers/{serverId}/projects",
2175
+ path: "/v3-next/servers/{serverId}/projects",
2176
2176
  method: "POST",
2177
2177
  operationId: "project-create-project",
2178
2178
  };
2179
2179
  /** Decline a ProjectInvite. */
2180
2180
  export const projectDeclineProjectInvite = {
2181
- path: "/v2/project-invites/{projectInviteId}/actions/decline",
2181
+ path: "/v3-next/project-invites/{projectInviteId}/actions/decline",
2182
2182
  method: "POST",
2183
2183
  operationId: "project-decline-project-invite",
2184
2184
  };
2185
2185
  /** Request a Project avatar upload. */
2186
2186
  export const projectRequestProjectAvatarUpload = {
2187
- path: "/v2/projects/{projectId}/avatar",
2187
+ path: "/v3-next/projects/{projectId}/avatar",
2188
2188
  method: "POST",
2189
2189
  operationId: "project-request-project-avatar-upload",
2190
2190
  };
2191
2191
  /** Delete a Project's avatar. */
2192
2192
  export const projectDeleteProjectAvatar = {
2193
- path: "/v2/projects/{projectId}/avatar",
2193
+ path: "/v3-next/projects/{projectId}/avatar",
2194
2194
  method: "DELETE",
2195
2195
  operationId: "project-delete-project-avatar",
2196
2196
  };
2197
2197
  /** Get a ProjectInvite. */
2198
2198
  export const projectGetProjectInvite = {
2199
- path: "/v2/project-invites/{projectInviteId}",
2199
+ path: "/v3-next/project-invites/{projectInviteId}",
2200
2200
  method: "GET",
2201
2201
  operationId: "project-get-project-invite",
2202
2202
  };
2203
2203
  /** Delete a ProjectInvite. */
2204
2204
  export const projectDeleteProjectInvite = {
2205
- path: "/v2/project-invites/{projectInviteId}",
2205
+ path: "/v3-next/project-invites/{projectInviteId}",
2206
2206
  method: "DELETE",
2207
2207
  operationId: "project-delete-project-invite",
2208
2208
  };
2209
2209
  /** Get a ProjectMembership */
2210
2210
  export const projectGetProjectMembership = {
2211
- path: "/v2/project-memberships/{projectMembershipId}",
2211
+ path: "/v3-next/project-memberships/{projectMembershipId}",
2212
2212
  method: "GET",
2213
2213
  operationId: "project-get-project-membership",
2214
2214
  };
2215
2215
  /** Delete a ProjectMembership. */
2216
2216
  export const projectDeleteProjectMembership = {
2217
- path: "/v2/project-memberships/{projectMembershipId}",
2217
+ path: "/v3-next/project-memberships/{projectMembershipId}",
2218
2218
  method: "DELETE",
2219
2219
  operationId: "project-delete-project-membership",
2220
2220
  };
2221
2221
  /** Update a ProjectMembership. */
2222
2222
  export const projectUpdateProjectMembership = {
2223
- path: "/v2/project-memberships/{projectMembershipId}",
2223
+ path: "/v3-next/project-memberships/{projectMembershipId}",
2224
2224
  method: "PATCH",
2225
2225
  operationId: "project-update-project-membership",
2226
2226
  };
2227
2227
  /** Get a Project. */
2228
2228
  export const projectGetProject = {
2229
- path: "/v2/projects/{projectId}",
2229
+ path: "/v3-next/projects/{projectId}",
2230
2230
  method: "GET",
2231
2231
  operationId: "project-get-project",
2232
2232
  };
2233
2233
  /** Delete a Project. */
2234
2234
  export const projectDeleteProject = {
2235
- path: "/v2/projects/{projectId}",
2235
+ path: "/v3-next/projects/{projectId}",
2236
2236
  method: "DELETE",
2237
2237
  operationId: "project-delete-project",
2238
2238
  };
2239
2239
  /** Request a Server avatar upload. */
2240
2240
  export const projectRequestServerAvatarUpload = {
2241
- path: "/v2/servers/{serverId}/avatar",
2241
+ path: "/v3-next/servers/{serverId}/avatar",
2242
2242
  method: "POST",
2243
2243
  operationId: "project-request-server-avatar-upload",
2244
2244
  };
2245
2245
  /** Delete a Server's avatar. */
2246
2246
  export const projectDeleteServerAvatar = {
2247
- path: "/v2/servers/{serverId}/avatar",
2247
+ path: "/v3-next/servers/{serverId}/avatar",
2248
2248
  method: "DELETE",
2249
2249
  operationId: "project-delete-server-avatar",
2250
2250
  };
2251
2251
  /** List directories belonging to a Project. */
2252
2252
  export const projectFileSystemGetDirectories = {
2253
- path: "/v2/projects/{projectId}/filesystem-directories",
2253
+ path: "/v3-next/projects/{projectId}/filesystem-directories",
2254
2254
  method: "GET",
2255
2255
  operationId: "project-file-system-get-directories",
2256
2256
  };
2257
2257
  /** Get a Project directory filesystem usage. */
2258
2258
  export const projectFileSystemGetDiskUsage = {
2259
- path: "/v2/projects/{projectId}/filesystem-disk-usage",
2259
+ path: "/v3-next/projects/{projectId}/filesystem-disk-usage",
2260
2260
  method: "GET",
2261
2261
  operationId: "project-file-system-get-disk-usage",
2262
2262
  };
2263
2263
  /** Get a Project file's content. */
2264
2264
  export const projectFileSystemGetFileContent = {
2265
- path: "/v2/projects/{projectId}/filesystem-file-content",
2265
+ path: "/v3-next/projects/{projectId}/filesystem-file-content",
2266
2266
  method: "GET",
2267
2267
  operationId: "project-file-system-get-file-content",
2268
2268
  };
2269
2269
  /** Get a Project's file/filesystem authorization token. */
2270
2270
  export const projectFileSystemGetJwt = {
2271
- path: "/v2/projects/{projectId}/jwt",
2271
+ path: "/v3-next/projects/{projectId}/jwt",
2272
2272
  method: "GET",
2273
2273
  operationId: "project-file-system-get-jwt",
2274
2274
  };
2275
2275
  /** Get a Project file's information. */
2276
2276
  export const projectFileSystemListFiles = {
2277
- path: "/v2/projects/{projectId}/filesystem-files",
2277
+ path: "/v3-next/projects/{projectId}/filesystem-files",
2278
2278
  method: "GET",
2279
2279
  operationId: "project-file-system-list-files",
2280
2280
  };
2281
2281
  /** Get a ProjectInvite by token. */
2282
2282
  export const projectGetProjectTokenInvite = {
2283
- path: "/v2/project-token-invite",
2283
+ path: "/v3-next/project-token-invite",
2284
2284
  method: "GET",
2285
2285
  operationId: "project-get-project-token-invite",
2286
2286
  };
2287
2287
  /** Get the executing user's membership in a Project. */
2288
2288
  export const projectGetSelfMembershipForProject = {
2289
- path: "/v2/projects/{projectId}/memberships/self",
2289
+ path: "/v3-next/projects/{projectId}/memberships/self",
2290
2290
  method: "GET",
2291
2291
  operationId: "project-get-self-membership-for-project",
2292
2292
  };
2293
2293
  /** Get a Server. */
2294
2294
  export const projectGetServer = {
2295
- path: "/v2/servers/{serverId}",
2295
+ path: "/v3-next/servers/{serverId}",
2296
2296
  method: "GET",
2297
2297
  operationId: "project-get-server",
2298
2298
  };
2299
2299
  /** List Projects belonging to a Customer. */
2300
2300
  export const projectListCustomerProjects = {
2301
- path: "/v2/customers/{customerId}/projects",
2301
+ path: "/v3-next/customers/{customerId}/projects",
2302
2302
  method: "GET",
2303
2303
  operationId: "project-list-customer-projects",
2304
2304
  };
2305
2305
  /** List Memberships belonging to a Project. */
2306
2306
  export const projectListMembershipsForProject = {
2307
- path: "/v2/projects/{projectId}/memberships",
2307
+ path: "/v3-next/projects/{projectId}/memberships",
2308
2308
  method: "GET",
2309
2309
  operationId: "project-list-memberships-for-project",
2310
2310
  };
2311
2311
  /** Get the activities of a project. */
2312
2312
  export const projectListProjectActivities = {
2313
- path: "/v2/projects/{projectId}/activities",
2313
+ path: "/v3-next/projects/{projectId}/activities",
2314
2314
  method: "GET",
2315
2315
  operationId: "project-list-project-activities",
2316
2316
  };
2317
2317
  /** List ProjectInvites belonging to the executing user. */
2318
2318
  export const projectListProjectInvites = {
2319
- path: "/v2/project-invites",
2319
+ path: "/v3-next/project-invites",
2320
2320
  method: "GET",
2321
2321
  operationId: "project-list-project-invites",
2322
2322
  };
2323
2323
  /** List ProjectMemberships belonging to the executing user. */
2324
2324
  export const projectListProjectMemberships = {
2325
- path: "/v2/project-memberships",
2325
+ path: "/v3-next/project-memberships",
2326
2326
  method: "GET",
2327
2327
  operationId: "project-list-project-memberships",
2328
2328
  };
2329
2329
  /** List Projects belonging to the executing user. */
2330
2330
  export const projectListProjects = {
2331
- path: "/v2/projects",
2331
+ path: "/v3-next/projects",
2332
2332
  method: "GET",
2333
2333
  operationId: "project-list-projects",
2334
2334
  };
2335
2335
  /** List Servers belonging to the executing user. */
2336
2336
  export const projectListServers = {
2337
- path: "/v2/servers",
2337
+ path: "/v3-next/servers",
2338
2338
  method: "GET",
2339
2339
  operationId: "project-list-servers",
2340
2340
  };
2341
2341
  /** Resend the mail for a ProjectInvite. */
2342
2342
  export const projectResendProjectInviteMail = {
2343
- path: "/v2/project-invites/{projectInviteId}/actions/resend",
2343
+ path: "/v3-next/project-invites/{projectInviteId}/actions/resend",
2344
2344
  method: "POST",
2345
2345
  operationId: "project-resend-project-invite-mail",
2346
2346
  };
2347
2347
  /** Update a Project's description. */
2348
2348
  export const projectUpdateProjectDescription = {
2349
- path: "/v2/projects/{projectId}/description",
2349
+ path: "/v3-next/projects/{projectId}/description",
2350
2350
  method: "PATCH",
2351
2351
  operationId: "project-update-project-description",
2352
2352
  };
2353
2353
  /** Update a Servers's description. */
2354
2354
  export const projectUpdateServerDescription = {
2355
- path: "/v2/servers/{serverId}/description",
2355
+ path: "/v3-next/servers/{serverId}/description",
2356
2356
  method: "PATCH",
2357
2357
  operationId: "project-update-server-description",
2358
2358
  };
2359
2359
  /** Register a tariff change for a legacy tariff. */
2360
2360
  export const relocationCreateLegacyTariffChange = {
2361
- path: "/v2/legacy-tariff-change",
2361
+ path: "/v3-next/legacy-tariff-change",
2362
2362
  method: "POST",
2363
2363
  operationId: "relocation-create-legacy-tariff-change",
2364
2364
  };
2365
2365
  /** Relocate an external Project to mittwald. */
2366
2366
  export const relocationCreateRelocation = {
2367
- path: "/v2/relocation",
2367
+ path: "/v3-next/relocation",
2368
2368
  method: "POST",
2369
2369
  operationId: "relocation-create-relocation",
2370
2370
  };
2371
2371
  /** Get all SFTPUsers for a Project. */
2372
2372
  export const sftpUserListSftpUsers = {
2373
- path: "/v2/projects/{projectId}/sftp-users",
2373
+ path: "/v3-next/projects/{projectId}/sftp-users",
2374
2374
  method: "GET",
2375
2375
  operationId: "sftp-user-list-sftp-users",
2376
2376
  };
2377
2377
  /** Create an SFTPUser for a Project. */
2378
2378
  export const sftpUserCreateSftpUser = {
2379
- path: "/v2/projects/{projectId}/sftp-users",
2379
+ path: "/v3-next/projects/{projectId}/sftp-users",
2380
2380
  method: "POST",
2381
2381
  operationId: "sftp-user-create-sftp-user",
2382
2382
  };
2383
2383
  /** Get an SFTPUser. */
2384
2384
  export const sftpUserGetSftpUser = {
2385
- path: "/v2/sftp-users/{sftpUserId}",
2385
+ path: "/v3-next/sftp-users/{sftpUserId}",
2386
2386
  method: "GET",
2387
2387
  operationId: "sftp-user-get-sftp-user",
2388
2388
  };
2389
2389
  /** Delete an SFTPUser. */
2390
2390
  export const sftpUserDeleteSftpUser = {
2391
- path: "/v2/sftp-users/{sftpUserId}",
2391
+ path: "/v3-next/sftp-users/{sftpUserId}",
2392
2392
  method: "DELETE",
2393
2393
  operationId: "sftp-user-delete-sftp-user",
2394
2394
  };
2395
2395
  /** Update an SFTPUser. */
2396
2396
  export const sftpUserUpdateSftpUser = {
2397
- path: "/v2/sftp-users/{sftpUserId}",
2397
+ path: "/v3-next/sftp-users/{sftpUserId}",
2398
2398
  method: "PATCH",
2399
2399
  operationId: "sftp-user-update-sftp-user",
2400
2400
  };
2401
2401
  /** Get all SSHUsers for a Project. */
2402
2402
  export const sshUserListSshUsers = {
2403
- path: "/v2/projects/{projectId}/ssh-users",
2403
+ path: "/v3-next/projects/{projectId}/ssh-users",
2404
2404
  method: "GET",
2405
2405
  operationId: "ssh-user-list-ssh-users",
2406
2406
  };
2407
2407
  /** Create an SSHUser for a Project. */
2408
2408
  export const sshUserCreateSshUser = {
2409
- path: "/v2/projects/{projectId}/ssh-users",
2409
+ path: "/v3-next/projects/{projectId}/ssh-users",
2410
2410
  method: "POST",
2411
2411
  operationId: "ssh-user-create-ssh-user",
2412
2412
  };
2413
2413
  /** Get an SSHUser. */
2414
2414
  export const sshUserGetSshUser = {
2415
- path: "/v2/ssh-users/{sshUserId}",
2415
+ path: "/v3-next/ssh-users/{sshUserId}",
2416
2416
  method: "GET",
2417
2417
  operationId: "ssh-user-get-ssh-user",
2418
2418
  };
2419
2419
  /** Delete an SSHUser. */
2420
2420
  export const sshUserDeleteSshUser = {
2421
- path: "/v2/ssh-users/{sshUserId}",
2421
+ path: "/v3-next/ssh-users/{sshUserId}",
2422
2422
  method: "DELETE",
2423
2423
  operationId: "ssh-user-delete-ssh-user",
2424
2424
  };
2425
2425
  /** Update an SSHUser. */
2426
2426
  export const sshUserUpdateSshUser = {
2427
- path: "/v2/ssh-users/{sshUserId}",
2427
+ path: "/v3-next/ssh-users/{sshUserId}",
2428
2428
  method: "PATCH",
2429
2429
  operationId: "ssh-user-update-ssh-user",
2430
2430
  };
2431
2431
  /** Check the replacement of a Certificate. */
2432
2432
  export const sslCheckReplaceCertificate = {
2433
- path: "/v2/certificates/{certificateId}/actions/check-replace-certificate",
2433
+ path: "/v3-next/certificates/{certificateId}/actions/check-replace-certificate",
2434
2434
  method: "POST",
2435
2435
  operationId: "ssl-check-replace-certificate",
2436
2436
  };
2437
2437
  /** List CertificateRequests belonging to a Project or an Ingress. */
2438
2438
  export const sslListCertificateRequests = {
2439
- path: "/v2/certificate-requests",
2439
+ path: "/v3-next/certificate-requests",
2440
2440
  method: "GET",
2441
2441
  operationId: "ssl-list-certificate-requests",
2442
2442
  };
2443
2443
  /** Create a CertificateRequest. */
2444
2444
  export const sslCreateCertificateRequest = {
2445
- path: "/v2/certificate-requests",
2445
+ path: "/v3-next/certificate-requests",
2446
2446
  method: "POST",
2447
2447
  operationId: "ssl-create-certificate-request",
2448
2448
  };
2449
2449
  /** Delete a CertificateRequest. */
2450
2450
  export const sslDeleteCertificateRequest = {
2451
- path: "/v2/certificate-request/{certificateRequestId}",
2451
+ path: "/v3-next/certificate-request/{certificateRequestId}",
2452
2452
  method: "DELETE",
2453
2453
  operationId: "ssl-delete-certificate-request",
2454
2454
  };
2455
2455
  /** Delete a Certificate. */
2456
2456
  export const sslDeleteCertificate = {
2457
- path: "/v2/certificate/{certificateId}",
2457
+ path: "/v3-next/certificate/{certificateId}",
2458
2458
  method: "DELETE",
2459
2459
  operationId: "ssl-delete-certificate",
2460
2460
  };
2461
2461
  /** Get a CertificateRequest. */
2462
2462
  export const sslGetCertificateRequest = {
2463
- path: "/v2/certificate-requests/{certificateRequestId}",
2463
+ path: "/v3-next/certificate-requests/{certificateRequestId}",
2464
2464
  method: "GET",
2465
2465
  operationId: "ssl-get-certificate-request",
2466
2466
  };
2467
2467
  /** Get a Certificate. */
2468
2468
  export const sslGetCertificate = {
2469
- path: "/v2/certificates/{certificateId}",
2469
+ path: "/v3-next/certificates/{certificateId}",
2470
2470
  method: "GET",
2471
2471
  operationId: "ssl-get-certificate",
2472
2472
  };
2473
2473
  /** Update a Certificate. */
2474
2474
  export const sslReplaceCertificate = {
2475
- path: "/v2/certificates/{certificateId}",
2475
+ path: "/v3-next/certificates/{certificateId}",
2476
2476
  method: "PUT",
2477
2477
  operationId: "ssl-replace-certificate",
2478
2478
  };
2479
2479
  /** List Certificates belonging to a Project or an Ingress. */
2480
2480
  export const sslListCertificates = {
2481
- path: "/v2/certificates",
2481
+ path: "/v3-next/certificates",
2482
2482
  method: "GET",
2483
2483
  operationId: "ssl-list-certificates",
2484
2484
  };
2485
2485
  /** Get storage space Statistics belonging to a Project. */
2486
2486
  export const storagespaceGetProjectStatistics = {
2487
- path: "/v2/projects/{projectId}/storage-space-statistics",
2487
+ path: "/v3-next/projects/{projectId}/storage-space-statistics",
2488
2488
  method: "GET",
2489
2489
  operationId: "storagespace-get-project-statistics",
2490
2490
  };
2491
2491
  /** Get storage space Statistics belonging to a Server. */
2492
2492
  export const storagespaceGetServerStatistics = {
2493
- path: "/v2/servers/{serverId}/storage-space-statistics",
2493
+ path: "/v3-next/servers/{serverId}/storage-space-statistics",
2494
2494
  method: "GET",
2495
2495
  operationId: "storagespace-get-server-statistics",
2496
2496
  };
2497
2497
  /** Update a Project's storage space notification threshold. */
2498
2498
  export const storagespaceReplaceProjectNotificationThreshold = {
2499
- path: "/v2/projects/{projectId}/storage-space-notification-threshold",
2499
+ path: "/v3-next/projects/{projectId}/storage-space-notification-threshold",
2500
2500
  method: "PUT",
2501
2501
  operationId: "storagespace-replace-project-notification-threshold",
2502
2502
  };
2503
2503
  /** Update a Server's storage space notification threshold. */
2504
2504
  export const storagespaceReplaceServerNotificationThreshold = {
2505
- path: "/v2/servers/{serverId}/storage-space-notification-threshold",
2505
+ path: "/v3-next/servers/{serverId}/storage-space-notification-threshold",
2506
2506
  method: "PUT",
2507
2507
  operationId: "storagespace-replace-server-notification-threshold",
2508
2508
  };
2509
2509
  /** Add phone number and start verification process. */
2510
2510
  export const userAddPhoneNumber = {
2511
- path: "/v2/users/{userId}/phone",
2511
+ path: "/v3-next/users/{userId}/phone",
2512
2512
  method: "POST",
2513
2513
  operationId: "user-add-phone-number",
2514
2514
  };
2515
2515
  /** Remove phone number. */
2516
2516
  export const userRemovePhoneNumber = {
2517
- path: "/v2/users/{userId}/phone",
2517
+ path: "/v3-next/users/{userId}/phone",
2518
2518
  method: "DELETE",
2519
2519
  operationId: "user-remove-phone-number",
2520
2520
  };
2521
2521
  /** Validate your second factor. */
2522
2522
  export const userAuthenticateMfa = {
2523
- path: "/v2/authenticate-mfa",
2523
+ path: "/v3-next/authenticate-mfa",
2524
2524
  method: "POST",
2525
2525
  operationId: "user-authenticate-mfa",
2526
2526
  };
2527
2527
  /** Authenticate yourself to get an access token. */
2528
2528
  export const userAuthenticate = {
2529
- path: "/v2/authenticate",
2529
+ path: "/v3-next/authenticate",
2530
2530
  method: "POST",
2531
2531
  operationId: "user-authenticate",
2532
2532
  };
2533
2533
  /** Authenticate an user with an access token retrieval key. */
2534
2534
  export const userAuthenticateWithAccessTokenRetrievalKey = {
2535
- path: "/v2/authenticate-token-retrieval-key",
2535
+ path: "/v3-next/authenticate-token-retrieval-key",
2536
2536
  method: "POST",
2537
2537
  operationId: "user-authenticate-with-access-token-retrieval-key",
2538
2538
  };
2539
2539
  /** Get your verified Email-Address. */
2540
2540
  export const userGetOwnEmail = {
2541
- path: "/v2/users/self/credentials/email",
2541
+ path: "/v3-next/users/self/credentials/email",
2542
2542
  method: "GET",
2543
2543
  operationId: "user-get-own-email",
2544
2544
  };
2545
2545
  /** Change your Email-Address. */
2546
2546
  export const userChangeEmail = {
2547
- path: "/v2/users/self/credentials/email",
2547
+ path: "/v3-next/users/self/credentials/email",
2548
2548
  method: "PUT",
2549
2549
  operationId: "user-change-email",
2550
2550
  };
2551
2551
  /** Change your password. */
2552
2552
  export const userChangePassword = {
2553
- path: "/v2/users/self/credentials/password",
2553
+ path: "/v3-next/users/self/credentials/password",
2554
2554
  method: "PUT",
2555
2555
  operationId: "user-change-password",
2556
2556
  };
2557
2557
  /** Get your current multi factor auth status. */
2558
2558
  export const userGetMfaStatus = {
2559
- path: "/v2/users/self/credentials/mfa",
2559
+ path: "/v3-next/users/self/credentials/mfa",
2560
2560
  method: "GET",
2561
2561
  operationId: "user-get-mfa-status",
2562
2562
  };
2563
2563
  /** Reset RecoveryCodes for MFA. */
2564
2564
  export const userResetRecoverycodes = {
2565
- path: "/v2/users/self/credentials/mfa",
2565
+ path: "/v3-next/users/self/credentials/mfa",
2566
2566
  method: "PUT",
2567
2567
  operationId: "user-reset-recoverycodes",
2568
2568
  };
2569
2569
  /** Confirm Multi Factor Authentication. */
2570
2570
  export const userConfirmMfa = {
2571
- path: "/v2/users/self/credentials/mfa",
2571
+ path: "/v3-next/users/self/credentials/mfa",
2572
2572
  method: "POST",
2573
2573
  operationId: "user-confirm-mfa",
2574
2574
  };
2575
2575
  /** Disable Multi Factor Authentication. */
2576
2576
  export const userDisableMfa = {
2577
- path: "/v2/users/self/credentials/mfa",
2577
+ path: "/v3-next/users/self/credentials/mfa",
2578
2578
  method: "DELETE",
2579
2579
  operationId: "user-disable-mfa",
2580
2580
  };
2581
2581
  /** Confirm password reset. */
2582
2582
  export const userConfirmPasswordReset = {
2583
- path: "/v2/users/self/credentials/password/confirm-reset",
2583
+ path: "/v3-next/users/self/credentials/password/confirm-reset",
2584
2584
  method: "POST",
2585
2585
  operationId: "user-confirm-password-reset",
2586
2586
  };
2587
2587
  /** List all of your ApiTokens. */
2588
2588
  export const userListApiTokens = {
2589
- path: "/v2/users/self/api-tokens",
2589
+ path: "/v3-next/users/self/api-tokens",
2590
2590
  method: "GET",
2591
2591
  operationId: "user-list-api-tokens",
2592
2592
  };
2593
2593
  /** Create a new ApiToken. */
2594
2594
  export const userCreateApiToken = {
2595
- path: "/v2/users/self/api-tokens",
2595
+ path: "/v3-next/users/self/api-tokens",
2596
2596
  method: "POST",
2597
2597
  operationId: "user-create-api-token",
2598
2598
  };
2599
2599
  /** Submit your user feedback. */
2600
2600
  export const userCreateFeedback = {
2601
- path: "/v2/users/self/feedback",
2601
+ path: "/v3-next/users/self/feedback",
2602
2602
  method: "POST",
2603
2603
  operationId: "user-create-feedback",
2604
2604
  };
2605
2605
  /** Get your stored ssh-keys. */
2606
2606
  export const userListSshKeys = {
2607
- path: "/v2/users/self/ssh-keys",
2607
+ path: "/v3-next/users/self/ssh-keys",
2608
2608
  method: "GET",
2609
2609
  operationId: "user-list-ssh-keys",
2610
2610
  };
2611
2611
  /** Store a new ssh-key. */
2612
2612
  export const userCreateSshKey = {
2613
- path: "/v2/users/self/ssh-keys",
2613
+ path: "/v3-next/users/self/ssh-keys",
2614
2614
  method: "POST",
2615
2615
  operationId: "user-create-ssh-key",
2616
2616
  };
2617
2617
  /** Get a specific ApiToken. */
2618
2618
  export const userGetApiToken = {
2619
- path: "/v2/users/self/api-tokens/{apiTokenId}",
2619
+ path: "/v3-next/users/self/api-tokens/{apiTokenId}",
2620
2620
  method: "GET",
2621
2621
  operationId: "user-get-api-token",
2622
2622
  };
2623
2623
  /** Update an existing `ApiToken`. */
2624
2624
  export const userEditApiToken = {
2625
- path: "/v2/users/self/api-tokens/{apiTokenId}",
2625
+ path: "/v3-next/users/self/api-tokens/{apiTokenId}",
2626
2626
  method: "PUT",
2627
2627
  operationId: "user-edit-api-token",
2628
2628
  };
2629
2629
  /** Deletes an ApiToken. */
2630
2630
  export const userDeleteApiToken = {
2631
- path: "/v2/users/self/api-tokens/{apiTokenId}",
2631
+ path: "/v3-next/users/self/api-tokens/{apiTokenId}",
2632
2632
  method: "DELETE",
2633
2633
  operationId: "user-delete-api-token",
2634
2634
  };
2635
2635
  /** Get a specific stored ssh-key. */
2636
2636
  export const userGetSshKey = {
2637
- path: "/v2/users/self/ssh-keys/{sshKeyId}",
2637
+ path: "/v3-next/users/self/ssh-keys/{sshKeyId}",
2638
2638
  method: "GET",
2639
2639
  operationId: "user-get-ssh-key",
2640
2640
  };
2641
2641
  /** Edit a stored ssh-key. */
2642
2642
  export const userEditSshKey = {
2643
- path: "/v2/users/self/ssh-keys/{sshKeyId}",
2643
+ path: "/v3-next/users/self/ssh-keys/{sshKeyId}",
2644
2644
  method: "PUT",
2645
2645
  operationId: "user-edit-ssh-key",
2646
2646
  };
2647
2647
  /** Remove a ssh-key. */
2648
2648
  export const userDeleteSshKey = {
2649
- path: "/v2/users/self/ssh-keys/{sshKeyId}",
2649
+ path: "/v3-next/users/self/ssh-keys/{sshKeyId}",
2650
2650
  method: "DELETE",
2651
2651
  operationId: "user-delete-ssh-key",
2652
2652
  };
2653
2653
  /** Delete your account and all your personal data. */
2654
2654
  export const userDeleteUser = {
2655
- path: "/v2/users/self",
2655
+ path: "/v3-next/users/self",
2656
2656
  method: "DELETE",
2657
2657
  operationId: "user-delete-user",
2658
2658
  };
2659
2659
  /** Check status of the current session. */
2660
2660
  export const userGetCurrentSessionStatus = {
2661
- path: "/v2/users/self/sessions/current/status",
2661
+ path: "/v3-next/users/self/sessions/current/status",
2662
2662
  method: "GET",
2663
2663
  operationId: "user-get-current-session-status",
2664
2664
  };
2665
2665
  /** The timestamp of your latest password change. */
2666
2666
  export const userGetPasswordUpdatedAt = {
2667
- path: "/v2/users/self/credentials/password-updated-at",
2667
+ path: "/v3-next/users/self/credentials/password-updated-at",
2668
2668
  method: "GET",
2669
2669
  operationId: "user-get-password-updated-at",
2670
2670
  };
2671
2671
  /** Get personalized settings. */
2672
2672
  export const userGetPersonalizedSettings = {
2673
- path: "/v2/users/{userId}/settings",
2673
+ path: "/v3-next/users/{userId}/settings",
2674
2674
  method: "GET",
2675
2675
  operationId: "user-get-personalized-settings",
2676
2676
  };
2677
2677
  /** Update personalized GUI settings. */
2678
2678
  export const userUpdatePersonalizedSettings = {
2679
- path: "/v2/users/{userId}/settings",
2679
+ path: "/v3-next/users/{userId}/settings",
2680
2680
  method: "PUT",
2681
2681
  operationId: "user-update-personalized-settings",
2682
2682
  };
2683
2683
  /** Get poll settings for the specified user. */
2684
2684
  export const userGetPollStatus = {
2685
- path: "/v2/poll-settings/{userId}",
2685
+ path: "/v3-next/poll-settings/{userId}",
2686
2686
  method: "GET",
2687
2687
  operationId: "user-get-poll-status",
2688
2688
  };
2689
2689
  /** Store new or update poll settings. */
2690
2690
  export const userPostPollStatus = {
2691
- path: "/v2/poll-settings/{userId}",
2691
+ path: "/v3-next/poll-settings/{userId}",
2692
2692
  method: "POST",
2693
2693
  operationId: "user-post-poll-status",
2694
2694
  };
2695
2695
  /** Get a specific session. */
2696
2696
  export const userGetSession = {
2697
- path: "/v2/users/self/sessions/{tokenId}",
2697
+ path: "/v3-next/users/self/sessions/{tokenId}",
2698
2698
  method: "GET",
2699
2699
  operationId: "user-get-session",
2700
2700
  };
2701
2701
  /** Terminate a specific Session. */
2702
2702
  export const userTerminateSession = {
2703
- path: "/v2/users/self/sessions/{tokenId}",
2703
+ path: "/v3-next/users/self/sessions/{tokenId}",
2704
2704
  method: "DELETE",
2705
2705
  operationId: "user-terminate-session",
2706
2706
  };
2707
2707
  /** Get profile information for a user. */
2708
2708
  export const userGetUser = {
2709
- path: "/v2/users/{userId}",
2709
+ path: "/v3-next/users/{userId}",
2710
2710
  method: "GET",
2711
2711
  operationId: "user-get-user",
2712
2712
  };
2713
2713
  /** Change personal information. */
2714
2714
  export const userUpdatePersonalInformation = {
2715
- path: "/v2/users/{userId}",
2715
+ path: "/v3-next/users/{userId}",
2716
2716
  method: "PUT",
2717
2717
  operationId: "user-update-personal-information",
2718
2718
  };
2719
2719
  /** Initialize Multi Factor Authentication. If successful, it needs to be confirmed, before usage of mfa. */
2720
2720
  export const userInitMfa = {
2721
- path: "/v2/users/self/credentials/init-mfa",
2721
+ path: "/v3-next/users/self/credentials/init-mfa",
2722
2722
  method: "POST",
2723
2723
  operationId: "user-init-mfa",
2724
2724
  };
2725
2725
  /** Initialize password reset process. */
2726
2726
  export const userInitPasswordReset = {
2727
- path: "/v2/users/self/credentials/actions/init-password-reset",
2727
+ path: "/v3-next/users/self/credentials/actions/init-password-reset",
2728
2728
  method: "POST",
2729
2729
  operationId: "user-init-password-reset",
2730
2730
  };
2731
2731
  /** Submitted feedback of the given user. */
2732
2732
  export const userListFeedback = {
2733
- path: "/v2/users/{userId}/feedback",
2733
+ path: "/v3-next/users/{userId}/feedback",
2734
2734
  method: "GET",
2735
2735
  operationId: "user-list-feedback",
2736
2736
  };
2737
2737
  /** List all sessions. */
2738
2738
  export const userListSessions = {
2739
- path: "/v2/users/self/sessions",
2739
+ path: "/v3-next/users/self/sessions",
2740
2740
  method: "GET",
2741
2741
  operationId: "user-list-sessions",
2742
2742
  };
2743
2743
  /** Refresh a session. */
2744
2744
  export const userRefreshSession = {
2745
- path: "/v2/users/self/sessions",
2745
+ path: "/v3-next/users/self/sessions",
2746
2746
  method: "PUT",
2747
2747
  operationId: "user-refresh-session",
2748
2748
  };
2749
2749
  /** Terminate all sessions, except the current session. */
2750
2750
  export const userTerminateAllSessions = {
2751
- path: "/v2/users/self/sessions",
2751
+ path: "/v3-next/users/self/sessions",
2752
2752
  method: "DELETE",
2753
2753
  operationId: "user-terminate-all-sessions",
2754
2754
  };
2755
2755
  /** Terminate session and invalidate access token. */
2756
2756
  export const userLogout = {
2757
- path: "/v2/logout",
2757
+ path: "/v3-next/logout",
2758
2758
  method: "PUT",
2759
2759
  operationId: "user-logout",
2760
2760
  };
2761
2761
  /** Obtain authorization from the resource owner. */
2762
2762
  export const userOauthGetAuthorization = {
2763
- path: "/v2/oauth2/authorize",
2763
+ path: "/v3-next/oauth2/authorize",
2764
2764
  method: "GET",
2765
2765
  operationId: "user-oauth-get-authorization",
2766
2766
  };
2767
2767
  /** Retrieve Access Token from Authorization Code. */
2768
2768
  export const userOauthRetrieveAccessToken = {
2769
- path: "/v2/oauth2/token",
2769
+ path: "/v3-next/oauth2/token",
2770
2770
  method: "POST",
2771
2771
  operationId: "user-oauth-retrieve-access-token",
2772
2772
  };
2773
2773
  /** Register with email and password. */
2774
2774
  export const userRegister = {
2775
- path: "/v2/register",
2775
+ path: "/v3-next/register",
2776
2776
  method: "POST",
2777
2777
  operationId: "user-register",
2778
2778
  };
2779
2779
  /** Request a new avatar image upload. */
2780
2780
  export const userRequestAvatarUpload = {
2781
- path: "/v2/users/{userId}/avatar",
2781
+ path: "/v3-next/users/{userId}/avatar",
2782
2782
  method: "POST",
2783
2783
  operationId: "user-request-avatar-upload",
2784
2784
  };
2785
2785
  /** Remove Avatar. */
2786
2786
  export const userRemoveAvatar = {
2787
- path: "/v2/users/{userId}/avatar",
2787
+ path: "/v3-next/users/{userId}/avatar",
2788
2788
  method: "DELETE",
2789
2789
  operationId: "user-remove-avatar",
2790
2790
  };
2791
2791
  /** Resend the Email-Address verification email. */
2792
2792
  export const userResendVerificationEmail = {
2793
- path: "/v2/users/self/credentials/email/actions/resend-email",
2793
+ path: "/v3-next/users/self/credentials/email/actions/resend-email",
2794
2794
  method: "POST",
2795
2795
  operationId: "user-resend-verification-email",
2796
2796
  };
2797
2797
  /** Request a support code. */
2798
2798
  export const userSupportCodeRequest = {
2799
- path: "/v2/users/self/credentials/support-code",
2799
+ path: "/v3-next/users/self/credentials/support-code",
2800
2800
  method: "GET",
2801
2801
  operationId: "user-support-code-request",
2802
2802
  };
2803
2803
  /** Verify an added Email-Address. */
2804
2804
  export const userVerifyEmail = {
2805
- path: "/v2/users/self/credentials/email/actions/verify-email",
2805
+ path: "/v3-next/users/self/credentials/email/actions/verify-email",
2806
2806
  method: "POST",
2807
2807
  operationId: "user-verify-email",
2808
2808
  };
2809
2809
  /** Verify phone number. */
2810
2810
  export const userVerifyPhoneNumber = {
2811
- path: "/v2/users/{userId}/actions/verify-phone",
2811
+ path: "/v3-next/users/{userId}/actions/verify-phone",
2812
2812
  method: "POST",
2813
2813
  operationId: "user-verify-phone-number",
2814
2814
  };
2815
2815
  /** Verify your registration. */
2816
2816
  export const userVerifyRegistration = {
2817
- path: "/v2/verify-registration",
2817
+ path: "/v3-next/verify-registration",
2818
2818
  method: "POST",
2819
2819
  operationId: "user-verify-registration",
2820
2820
  };
2821
2821
  /** Check if an email is from mittwald. */
2822
2822
  export const verificationDetectPhishingEmail = {
2823
- path: "/v2/actions/detect-phishing-email",
2823
+ path: "/v3-next/actions/detect-phishing-email",
2824
2824
  method: "POST",
2825
2825
  operationId: "verification-detect-phishing-email",
2826
2826
  };
2827
2827
  /** Check if an address exists. */
2828
2828
  export const verificationVerifyAddress = {
2829
- path: "/v2/actions/verify-address",
2829
+ path: "/v3-next/actions/verify-address",
2830
2830
  method: "POST",
2831
2831
  operationId: "verification-verify-address",
2832
2832
  };
2833
2833
  /** Check if a company exists. */
2834
2834
  export const verificationVerifyCompany = {
2835
- path: "/v2/actions/verify-company",
2835
+ path: "/v3-next/actions/verify-company",
2836
2836
  method: "POST",
2837
2837
  operationId: "verification-verify-company",
2838
2838
  };