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