@mittwald/api-client 3.1.22 → 3.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +16 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.mjs +1164 -0
- package/dist/{cjs/generated/v2/client-react.d.ts → react.d.mts} +270 -265
- package/dist/{esm/generated/v2/client-react.d.ts → react.d.ts} +270 -265
- package/dist/react.mjs +744 -0
- package/dist/shared/api-client.f3482d23.d.mts +25479 -0
- package/dist/shared/api-client.f3482d23.d.ts +25479 -0
- package/dist/shared/api-client.f512b243.mjs +1467 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +93 -54
- package/dist/cjs/generated/v2/client-react.js +0 -347
- package/dist/cjs/generated/v2/client.d.ts +0 -9982
- package/dist/cjs/generated/v2/client.js +0 -678
- package/dist/cjs/generated/v2/descriptors.d.ts +0 -593
- package/dist/cjs/generated/v2/descriptors.js +0 -1772
- package/dist/cjs/generated/v2/types.d.ts +0 -14896
- package/dist/cjs/generated/v2/types.js +0 -2
- package/dist/cjs/index.d.ts +0 -3
- package/dist/cjs/index.js +0 -7
- package/dist/cjs/react.d.ts +0 -1
- package/dist/cjs/react.js +0 -5
- package/dist/cjs/v2/default.d.ts +0 -12
- package/dist/cjs/v2/default.js +0 -70
- package/dist/cjs/v2/react.d.ts +0 -3
- package/dist/cjs/v2/react.js +0 -7
- package/dist/cjs/version.d.ts +0 -1
- package/dist/cjs/version.js +0 -4
- package/dist/esm/generated/v2/client-react.js +0 -351
- package/dist/esm/generated/v2/client.d.ts +0 -9982
- package/dist/esm/generated/v2/client.js +0 -648
- package/dist/esm/generated/v2/descriptors.d.ts +0 -593
- package/dist/esm/generated/v2/descriptors.js +0 -1764
- package/dist/esm/generated/v2/types.d.ts +0 -14896
- package/dist/esm/generated/v2/types.js +0 -1
- package/dist/esm/index.d.ts +0 -3
- package/dist/esm/index.js +0 -2
- package/dist/esm/react.d.ts +0 -1
- package/dist/esm/react.js +0 -1
- package/dist/esm/v2/default.d.ts +0 -12
- package/dist/esm/v2/default.js +0 -53
- package/dist/esm/v2/react.d.ts +0 -3
- package/dist/esm/v2/react.js +0 -3
- package/dist/esm/version.d.ts +0 -1
- package/dist/esm/version.js +0 -1
|
@@ -0,0 +1,1467 @@
|
|
|
1
|
+
const appExecuteAction = {
|
|
2
|
+
path: "/v2/app-installations/{appInstallationId}/actions/{action}",
|
|
3
|
+
method: "POST",
|
|
4
|
+
operationId: "app-execute-action"
|
|
5
|
+
};
|
|
6
|
+
const appGetApp = {
|
|
7
|
+
path: "/v2/apps/{appId}",
|
|
8
|
+
method: "GET",
|
|
9
|
+
operationId: "app-get-app"
|
|
10
|
+
};
|
|
11
|
+
const appGetAppinstallation = {
|
|
12
|
+
path: "/v2/app-installations/{appInstallationId}",
|
|
13
|
+
method: "GET",
|
|
14
|
+
operationId: "app-get-appinstallation"
|
|
15
|
+
};
|
|
16
|
+
const appUninstallAppinstallation = {
|
|
17
|
+
path: "/v2/app-installations/{appInstallationId}",
|
|
18
|
+
method: "DELETE",
|
|
19
|
+
operationId: "app-uninstall-appinstallation"
|
|
20
|
+
};
|
|
21
|
+
const appPatchAppinstallation = {
|
|
22
|
+
path: "/v2/app-installations/{appInstallationId}",
|
|
23
|
+
method: "PATCH",
|
|
24
|
+
operationId: "app-patch-appinstallation"
|
|
25
|
+
};
|
|
26
|
+
const appGetAppversion = {
|
|
27
|
+
path: "/v2/apps/{appId}/versions/{appVersionId}",
|
|
28
|
+
method: "GET",
|
|
29
|
+
operationId: "app-get-appversion"
|
|
30
|
+
};
|
|
31
|
+
const appGetMissingDependenciesForAppinstallation = {
|
|
32
|
+
path: "/v2/app-installations/{appInstallationId}/missing-dependencies",
|
|
33
|
+
method: "GET",
|
|
34
|
+
operationId: "app-get-missing-dependencies-for-appinstallation"
|
|
35
|
+
};
|
|
36
|
+
const appGetSystemsoftware = {
|
|
37
|
+
path: "/v2/system-softwares/{systemSoftwareId}",
|
|
38
|
+
method: "GET",
|
|
39
|
+
operationId: "app-get-systemsoftware"
|
|
40
|
+
};
|
|
41
|
+
const appGetSystemsoftwareversion = {
|
|
42
|
+
path: "/v2/system-software/{systemSoftwareId}/versions/{systemSoftwareVersionId}",
|
|
43
|
+
method: "GET",
|
|
44
|
+
operationId: "app-get-systemsoftwareversion"
|
|
45
|
+
};
|
|
46
|
+
const appLinkDatabase = {
|
|
47
|
+
path: "/v2/app-installations/{appInstallationId}/database",
|
|
48
|
+
method: "PATCH",
|
|
49
|
+
operationId: "app-link-database"
|
|
50
|
+
};
|
|
51
|
+
const appListAppinstallations = {
|
|
52
|
+
path: "/v2/projects/{projectId}/app-installations",
|
|
53
|
+
method: "GET",
|
|
54
|
+
operationId: "app-list-appinstallations"
|
|
55
|
+
};
|
|
56
|
+
const appRequestAppinstallation = {
|
|
57
|
+
path: "/v2/projects/{projectId}/app-installations",
|
|
58
|
+
method: "POST",
|
|
59
|
+
operationId: "app-request-appinstallation"
|
|
60
|
+
};
|
|
61
|
+
const appListApps = {
|
|
62
|
+
path: "/v2/apps",
|
|
63
|
+
method: "GET",
|
|
64
|
+
operationId: "app-list-apps"
|
|
65
|
+
};
|
|
66
|
+
const appListAppversions = {
|
|
67
|
+
path: "/v2/apps/{appId}/versions",
|
|
68
|
+
method: "GET",
|
|
69
|
+
operationId: "app-list-appversions"
|
|
70
|
+
};
|
|
71
|
+
const appListSystemsoftwares = {
|
|
72
|
+
path: "/v2/system-softwares",
|
|
73
|
+
method: "GET",
|
|
74
|
+
operationId: "app-list-systemsoftwares"
|
|
75
|
+
};
|
|
76
|
+
const appListSystemsoftwareversions = {
|
|
77
|
+
path: "/v2/system-software/{systemSoftwareId}/versions",
|
|
78
|
+
method: "GET",
|
|
79
|
+
operationId: "app-list-systemsoftwareversions"
|
|
80
|
+
};
|
|
81
|
+
const appListUpdateCandidatesForAppversion = {
|
|
82
|
+
path: "/v2/apps/{appId}/versions/{baseAppVersionId}/update-candidates",
|
|
83
|
+
method: "GET",
|
|
84
|
+
operationId: "app-list-update-candidates-for-appversion"
|
|
85
|
+
};
|
|
86
|
+
const appRequestAppinstallationCopy = {
|
|
87
|
+
path: "/v2/app-installations/{id}/actions/copy",
|
|
88
|
+
method: "POST",
|
|
89
|
+
operationId: "app-request-appinstallation-copy"
|
|
90
|
+
};
|
|
91
|
+
const appRetrieveStatus = {
|
|
92
|
+
path: "/v2/app-installations/{appInstallationId}/status",
|
|
93
|
+
method: "GET",
|
|
94
|
+
operationId: "app-retrieve-status"
|
|
95
|
+
};
|
|
96
|
+
const appSetDatabaseUsers = {
|
|
97
|
+
path: "/v2/app-installations/{appInstallationId}/databases/{databaseId}",
|
|
98
|
+
method: "PUT",
|
|
99
|
+
operationId: "app-set-database-users"
|
|
100
|
+
};
|
|
101
|
+
const appUnlinkDatabase = {
|
|
102
|
+
path: "/v2/app-installations/{appInstallationId}/databases/{databaseId}",
|
|
103
|
+
method: "DELETE",
|
|
104
|
+
operationId: "app-unlink-database"
|
|
105
|
+
};
|
|
106
|
+
const articleGetArticle = {
|
|
107
|
+
path: "/v2/articles/{articleId}",
|
|
108
|
+
method: "GET",
|
|
109
|
+
operationId: "article-get-article"
|
|
110
|
+
};
|
|
111
|
+
const articleListArticles = {
|
|
112
|
+
path: "/v2/articles",
|
|
113
|
+
method: "GET",
|
|
114
|
+
operationId: "article-list-articles"
|
|
115
|
+
};
|
|
116
|
+
const backupCreateProjectBackupExport = {
|
|
117
|
+
path: "/v2/project-backups/{projectBackupId}/export",
|
|
118
|
+
method: "POST",
|
|
119
|
+
operationId: "backup-create-project-backup-export"
|
|
120
|
+
};
|
|
121
|
+
const backupDeleteProjectBackupExport = {
|
|
122
|
+
path: "/v2/project-backups/{projectBackupId}/export",
|
|
123
|
+
method: "DELETE",
|
|
124
|
+
operationId: "backup-delete-project-backup-export"
|
|
125
|
+
};
|
|
126
|
+
const backupListProjectBackupSchedules = {
|
|
127
|
+
path: "/v2/projects/{projectId}/backup-schedules",
|
|
128
|
+
method: "GET",
|
|
129
|
+
operationId: "backup-list-project-backup-schedules"
|
|
130
|
+
};
|
|
131
|
+
const backupCreateProjectBackupSchedule = {
|
|
132
|
+
path: "/v2/projects/{projectId}/backup-schedules",
|
|
133
|
+
method: "POST",
|
|
134
|
+
operationId: "backup-create-project-backup-schedule"
|
|
135
|
+
};
|
|
136
|
+
const backupListProjectBackups = {
|
|
137
|
+
path: "/v2/projects/{projectId}/backups",
|
|
138
|
+
method: "GET",
|
|
139
|
+
operationId: "backup-list-project-backups"
|
|
140
|
+
};
|
|
141
|
+
const backupCreateProjectBackup = {
|
|
142
|
+
path: "/v2/projects/{projectId}/backups",
|
|
143
|
+
method: "POST",
|
|
144
|
+
operationId: "backup-create-project-backup"
|
|
145
|
+
};
|
|
146
|
+
const backupGetProjectBackupSchedule = {
|
|
147
|
+
path: "/v2/project-backup-schedules/{projectBackupScheduleId}",
|
|
148
|
+
method: "GET",
|
|
149
|
+
operationId: "backup-get-project-backup-schedule"
|
|
150
|
+
};
|
|
151
|
+
const backupDeleteProjectBackupSchedule = {
|
|
152
|
+
path: "/v2/project-backup-schedules/{projectBackupScheduleId}",
|
|
153
|
+
method: "DELETE",
|
|
154
|
+
operationId: "backup-delete-project-backup-schedule"
|
|
155
|
+
};
|
|
156
|
+
const backupUpdateProjectBackupSchedule = {
|
|
157
|
+
path: "/v2/project-backup-schedules/{projectBackupScheduleId}",
|
|
158
|
+
method: "PATCH",
|
|
159
|
+
operationId: "backup-update-project-backup-schedule"
|
|
160
|
+
};
|
|
161
|
+
const backupGetProjectBackup = {
|
|
162
|
+
path: "/v2/project-backups/{projectBackupId}",
|
|
163
|
+
method: "GET",
|
|
164
|
+
operationId: "backup-get-project-backup"
|
|
165
|
+
};
|
|
166
|
+
const backupDeleteProjectBackup = {
|
|
167
|
+
path: "/v2/project-backups/{projectBackupId}",
|
|
168
|
+
method: "DELETE",
|
|
169
|
+
operationId: "backup-delete-project-backup"
|
|
170
|
+
};
|
|
171
|
+
const backupUpdateProjectBackupDescription = {
|
|
172
|
+
path: "/v2/project-backups/{projectBackupId}/description",
|
|
173
|
+
method: "PATCH",
|
|
174
|
+
operationId: "backup-update-project-backup-description"
|
|
175
|
+
};
|
|
176
|
+
const contractTerminateContractItem = {
|
|
177
|
+
path: "/v2/contracts/{contractId}/items/{contractItemId}/termination",
|
|
178
|
+
method: "POST",
|
|
179
|
+
operationId: "contract-terminate-contract-item"
|
|
180
|
+
};
|
|
181
|
+
const contractCancelContractItemTermination = {
|
|
182
|
+
path: "/v2/contracts/{contractId}/items/{contractItemId}/termination",
|
|
183
|
+
method: "DELETE",
|
|
184
|
+
operationId: "contract-cancel-contract-item-termination"
|
|
185
|
+
};
|
|
186
|
+
const contractCancelContractTariffChange = {
|
|
187
|
+
path: "/v2/contracts/{contractId}/items/{contractItemId}/tariff-change",
|
|
188
|
+
method: "DELETE",
|
|
189
|
+
operationId: "contract-cancel-contract-tariff-change"
|
|
190
|
+
};
|
|
191
|
+
const contractTerminateContract = {
|
|
192
|
+
path: "/v2/contracts/{contractId}/termination",
|
|
193
|
+
method: "POST",
|
|
194
|
+
operationId: "contract-terminate-contract"
|
|
195
|
+
};
|
|
196
|
+
const contractCancelContractTermination = {
|
|
197
|
+
path: "/v2/contracts/{contractId}/termination",
|
|
198
|
+
method: "DELETE",
|
|
199
|
+
operationId: "contract-cancel-contract-termination"
|
|
200
|
+
};
|
|
201
|
+
const contractGetBaseItemOfContract = {
|
|
202
|
+
path: "/v2/contracts/{contractId}/base-items",
|
|
203
|
+
method: "GET",
|
|
204
|
+
operationId: "contract-get-base-item-of-contract"
|
|
205
|
+
};
|
|
206
|
+
const contractGetDetailOfContractByDomain = {
|
|
207
|
+
path: "/v2/domains/{domainId}/contract",
|
|
208
|
+
method: "GET",
|
|
209
|
+
operationId: "contract-get-detail-of-contract-by-domain"
|
|
210
|
+
};
|
|
211
|
+
const contractGetDetailOfContractByProject = {
|
|
212
|
+
path: "/v2/projects/{projectId}/contract",
|
|
213
|
+
method: "GET",
|
|
214
|
+
operationId: "contract-get-detail-of-contract-by-project"
|
|
215
|
+
};
|
|
216
|
+
const contractGetDetailOfContractByServer = {
|
|
217
|
+
path: "/v2/servers/{serverId}/contract",
|
|
218
|
+
method: "GET",
|
|
219
|
+
operationId: "contract-get-detail-of-contract-by-server"
|
|
220
|
+
};
|
|
221
|
+
const contractGetDetailOfContractItem = {
|
|
222
|
+
path: "/v2/contracts/{contractId}/items/{contractItemId}",
|
|
223
|
+
method: "GET",
|
|
224
|
+
operationId: "contract-get-detail-of-contract-item"
|
|
225
|
+
};
|
|
226
|
+
const contractGetDetailOfContract = {
|
|
227
|
+
path: "/v2/contracts/{contractId}",
|
|
228
|
+
method: "GET",
|
|
229
|
+
operationId: "contract-get-detail-of-contract"
|
|
230
|
+
};
|
|
231
|
+
const contractGetNextTerminationDateForItem = {
|
|
232
|
+
path: "/v2/contracts/{contractId}/items/{contractItemId}/next-termination-dates",
|
|
233
|
+
method: "GET",
|
|
234
|
+
operationId: "contract-get-next-termination-date-for-item"
|
|
235
|
+
};
|
|
236
|
+
const contractListContracts = {
|
|
237
|
+
path: "/v2/customers/{customerId}/contracts",
|
|
238
|
+
method: "GET",
|
|
239
|
+
operationId: "contract-list-contracts"
|
|
240
|
+
};
|
|
241
|
+
const conversationListConversations = {
|
|
242
|
+
path: "/v2/conversations",
|
|
243
|
+
method: "GET",
|
|
244
|
+
operationId: "conversation-list-conversations"
|
|
245
|
+
};
|
|
246
|
+
const conversationCreateConversation = {
|
|
247
|
+
path: "/v2/conversations",
|
|
248
|
+
method: "POST",
|
|
249
|
+
operationId: "conversation-create-conversation"
|
|
250
|
+
};
|
|
251
|
+
const conversationListMessagesByConversation = {
|
|
252
|
+
path: "/v2/conversations/{conversationId}/messages",
|
|
253
|
+
method: "GET",
|
|
254
|
+
operationId: "conversation-list-messages-by-conversation"
|
|
255
|
+
};
|
|
256
|
+
const conversationCreateMessage = {
|
|
257
|
+
path: "/v2/conversations/{conversationId}/messages",
|
|
258
|
+
method: "POST",
|
|
259
|
+
operationId: "conversation-create-message"
|
|
260
|
+
};
|
|
261
|
+
const conversationGetCategory = {
|
|
262
|
+
path: "/v2/conversation-categories/{categoryId}",
|
|
263
|
+
method: "GET",
|
|
264
|
+
operationId: "conversation-get-category"
|
|
265
|
+
};
|
|
266
|
+
const conversationGetConversationMembers = {
|
|
267
|
+
path: "/v2/conversations/{conversationId}/members",
|
|
268
|
+
method: "GET",
|
|
269
|
+
operationId: "conversation-get-conversation-members"
|
|
270
|
+
};
|
|
271
|
+
const conversationGetConversation = {
|
|
272
|
+
path: "/v2/conversations/{conversationId}",
|
|
273
|
+
method: "GET",
|
|
274
|
+
operationId: "conversation-get-conversation"
|
|
275
|
+
};
|
|
276
|
+
const conversationUpdateConversation = {
|
|
277
|
+
path: "/v2/conversations/{conversationId}",
|
|
278
|
+
method: "PUT",
|
|
279
|
+
operationId: "conversation-update-conversation"
|
|
280
|
+
};
|
|
281
|
+
const conversationGetFileAccessToken = {
|
|
282
|
+
path: "/v2/conversations/{conversationId}/files/{fileId}/access-token",
|
|
283
|
+
method: "GET",
|
|
284
|
+
operationId: "conversation-get-file-access-token"
|
|
285
|
+
};
|
|
286
|
+
const conversationListCategories = {
|
|
287
|
+
path: "/v2/conversation-categories",
|
|
288
|
+
method: "GET",
|
|
289
|
+
operationId: "conversation-list-categories"
|
|
290
|
+
};
|
|
291
|
+
const conversationRequestFileUpload = {
|
|
292
|
+
path: "/v2/conversations/{conversationId}/files",
|
|
293
|
+
method: "POST",
|
|
294
|
+
operationId: "conversation-request-file-upload"
|
|
295
|
+
};
|
|
296
|
+
const conversationSetConversationStatus = {
|
|
297
|
+
path: "/v2/conversations/{conversationId}/status",
|
|
298
|
+
method: "PUT",
|
|
299
|
+
operationId: "conversation-set-conversation-status"
|
|
300
|
+
};
|
|
301
|
+
const conversationUpdateMessage = {
|
|
302
|
+
path: "/v2/conversations/{conversationId}/messages/{messageId}",
|
|
303
|
+
method: "PATCH",
|
|
304
|
+
operationId: "conversation-update-message"
|
|
305
|
+
};
|
|
306
|
+
const cronjobAbortExecution = {
|
|
307
|
+
path: "/v2/cronjobs/{cronjobId}/executions/{executionId}/actions/abort",
|
|
308
|
+
method: "POST",
|
|
309
|
+
operationId: "cronjob-abort-execution"
|
|
310
|
+
};
|
|
311
|
+
const cronjobListCronjobs = {
|
|
312
|
+
path: "/v2/projects/{projectId}/cronjobs",
|
|
313
|
+
method: "GET",
|
|
314
|
+
operationId: "cronjob-list-cronjobs"
|
|
315
|
+
};
|
|
316
|
+
const cronjobCreateCronjob = {
|
|
317
|
+
path: "/v2/projects/{projectId}/cronjobs",
|
|
318
|
+
method: "POST",
|
|
319
|
+
operationId: "cronjob-create-cronjob"
|
|
320
|
+
};
|
|
321
|
+
const cronjobListExecutions = {
|
|
322
|
+
path: "/v2/cronjobs/{cronjobId}/executions",
|
|
323
|
+
method: "GET",
|
|
324
|
+
operationId: "cronjob-list-executions"
|
|
325
|
+
};
|
|
326
|
+
const cronjobCreateExecution = {
|
|
327
|
+
path: "/v2/cronjobs/{cronjobId}/executions",
|
|
328
|
+
method: "POST",
|
|
329
|
+
operationId: "cronjob-create-execution"
|
|
330
|
+
};
|
|
331
|
+
const cronjobGetCronjob = {
|
|
332
|
+
path: "/v2/cronjobs/{cronjobId}",
|
|
333
|
+
method: "GET",
|
|
334
|
+
operationId: "cronjob-get-cronjob"
|
|
335
|
+
};
|
|
336
|
+
const cronjobDeleteCronjob = {
|
|
337
|
+
path: "/v2/cronjobs/{cronjobId}",
|
|
338
|
+
method: "DELETE",
|
|
339
|
+
operationId: "cronjob-delete-cronjob"
|
|
340
|
+
};
|
|
341
|
+
const cronjobUpdateCronjob = {
|
|
342
|
+
path: "/v2/cronjobs/{cronjobId}",
|
|
343
|
+
method: "PATCH",
|
|
344
|
+
operationId: "cronjob-update-cronjob"
|
|
345
|
+
};
|
|
346
|
+
const cronjobGetExecution = {
|
|
347
|
+
path: "/v2/cronjobs/{cronjobId}/executions/{executionId}",
|
|
348
|
+
method: "GET",
|
|
349
|
+
operationId: "cronjob-get-execution"
|
|
350
|
+
};
|
|
351
|
+
const cronjobUpdateCronjobAppId = {
|
|
352
|
+
path: "/v2/cronjobs/{cronjobId}/app-id",
|
|
353
|
+
method: "PATCH",
|
|
354
|
+
operationId: "cronjob-update-cronjob-app-id"
|
|
355
|
+
};
|
|
356
|
+
const customerAcceptCustomerInvite = {
|
|
357
|
+
path: "/v2/customer-invites/{inviteId}/actions/accept",
|
|
358
|
+
method: "POST",
|
|
359
|
+
operationId: "customer-accept-customer-invite"
|
|
360
|
+
};
|
|
361
|
+
const customerListOfCustomerCategories = {
|
|
362
|
+
path: "/v2/customer-categories",
|
|
363
|
+
method: "GET",
|
|
364
|
+
operationId: "customer-list-of-customer-categories"
|
|
365
|
+
};
|
|
366
|
+
const customerCreateCategory = {
|
|
367
|
+
path: "/v2/customer-categories",
|
|
368
|
+
method: "POST",
|
|
369
|
+
operationId: "customer-create-category"
|
|
370
|
+
};
|
|
371
|
+
const customerCreateCustomerInvite = {
|
|
372
|
+
path: "/v2/customer/{customerId}/invites",
|
|
373
|
+
method: "POST",
|
|
374
|
+
operationId: "customer-create-customer-invite"
|
|
375
|
+
};
|
|
376
|
+
const customerListCustomers = {
|
|
377
|
+
path: "/v2/customers",
|
|
378
|
+
method: "GET",
|
|
379
|
+
operationId: "customer-list-customers"
|
|
380
|
+
};
|
|
381
|
+
const customerCreateCustomer = {
|
|
382
|
+
path: "/v2/customers",
|
|
383
|
+
method: "POST",
|
|
384
|
+
operationId: "customer-create-customer"
|
|
385
|
+
};
|
|
386
|
+
const customerDeclineCustomerInvite = {
|
|
387
|
+
path: "/v2/customer-invites/{inviteId}/actions/decline",
|
|
388
|
+
method: "POST",
|
|
389
|
+
operationId: "customer-decline-customer-invite"
|
|
390
|
+
};
|
|
391
|
+
const customerGetCustomerCategory = {
|
|
392
|
+
path: "/v2/customer-categories/{categoryId}",
|
|
393
|
+
method: "GET",
|
|
394
|
+
operationId: "customer-get-customer-category"
|
|
395
|
+
};
|
|
396
|
+
const customerUpdateCategory = {
|
|
397
|
+
path: "/v2/customer-categories/{categoryId}",
|
|
398
|
+
method: "PUT",
|
|
399
|
+
operationId: "customer-update-category"
|
|
400
|
+
};
|
|
401
|
+
const customerDeleteCategory = {
|
|
402
|
+
path: "/v2/customer-categories/{categoryId}",
|
|
403
|
+
method: "DELETE",
|
|
404
|
+
operationId: "customer-delete-category"
|
|
405
|
+
};
|
|
406
|
+
const customerGetCustomerInvite = {
|
|
407
|
+
path: "/v2/customer-invites/{inviteId}",
|
|
408
|
+
method: "GET",
|
|
409
|
+
operationId: "customer-get-customer-invite"
|
|
410
|
+
};
|
|
411
|
+
const customerDeleteCustomerInvite = {
|
|
412
|
+
path: "/v2/customer-invites/{inviteId}",
|
|
413
|
+
method: "DELETE",
|
|
414
|
+
operationId: "customer-delete-customer-invite"
|
|
415
|
+
};
|
|
416
|
+
const customerGetCustomerMembership = {
|
|
417
|
+
path: "/v2/customer-memberships/{membershipId}",
|
|
418
|
+
method: "GET",
|
|
419
|
+
operationId: "customer-get-customer-membership"
|
|
420
|
+
};
|
|
421
|
+
const customerDeleteCustomerMembership = {
|
|
422
|
+
path: "/v2/customer-memberships/{membershipId}",
|
|
423
|
+
method: "DELETE",
|
|
424
|
+
operationId: "customer-delete-customer-membership"
|
|
425
|
+
};
|
|
426
|
+
const customerUpdateCustomerMembership = {
|
|
427
|
+
path: "/v2/customer-memberships/{membershipId}",
|
|
428
|
+
method: "PATCH",
|
|
429
|
+
operationId: "customer-update-customer-membership"
|
|
430
|
+
};
|
|
431
|
+
const customerGetCustomer = {
|
|
432
|
+
path: "/v2/customers/{customerId}",
|
|
433
|
+
method: "GET",
|
|
434
|
+
operationId: "customer-get-customer"
|
|
435
|
+
};
|
|
436
|
+
const customerUpdateCustomer = {
|
|
437
|
+
path: "/v2/customers/{customerId}",
|
|
438
|
+
method: "PUT",
|
|
439
|
+
operationId: "customer-update-customer"
|
|
440
|
+
};
|
|
441
|
+
const customerDeleteCustomer = {
|
|
442
|
+
path: "/v2/customers/{customerId}",
|
|
443
|
+
method: "DELETE",
|
|
444
|
+
operationId: "customer-delete-customer"
|
|
445
|
+
};
|
|
446
|
+
const customerGetCustomerTokenInvite = {
|
|
447
|
+
path: "/v2/customer-token-invite",
|
|
448
|
+
method: "GET",
|
|
449
|
+
operationId: "customer-get-customer-token-invite"
|
|
450
|
+
};
|
|
451
|
+
const customerIsCustomerLegallyCompetent = {
|
|
452
|
+
path: "/v2/customers/{customerId}/legally-competent",
|
|
453
|
+
method: "GET",
|
|
454
|
+
operationId: "customer-is-customer-legally-competent"
|
|
455
|
+
};
|
|
456
|
+
const customerLeaveCustomer = {
|
|
457
|
+
path: "/v2/customer/{customerId}/actions/leave",
|
|
458
|
+
method: "POST",
|
|
459
|
+
operationId: "customer-leave-customer"
|
|
460
|
+
};
|
|
461
|
+
const customerListCustomerInvites = {
|
|
462
|
+
path: "/v2/customer-invites",
|
|
463
|
+
method: "GET",
|
|
464
|
+
operationId: "customer-list-customer-invites"
|
|
465
|
+
};
|
|
466
|
+
const customerListCustomerMemberships = {
|
|
467
|
+
path: "/v2/customer-memberships",
|
|
468
|
+
method: "GET",
|
|
469
|
+
operationId: "customer-list-customer-memberships"
|
|
470
|
+
};
|
|
471
|
+
const customerListInvitesForCustomer = {
|
|
472
|
+
path: "/v2/customers/{customerId}/invites",
|
|
473
|
+
method: "GET",
|
|
474
|
+
operationId: "customer-list-invites-for-customer"
|
|
475
|
+
};
|
|
476
|
+
const customerListMembershipsForCustomer = {
|
|
477
|
+
path: "/v2/customers/{customerId}/memberships",
|
|
478
|
+
method: "GET",
|
|
479
|
+
operationId: "customer-list-memberships-for-customer"
|
|
480
|
+
};
|
|
481
|
+
const customerRequestAvatarUpload = {
|
|
482
|
+
path: "/v2/customers/{customerId}/avatar",
|
|
483
|
+
method: "POST",
|
|
484
|
+
operationId: "customer-request-avatar-upload"
|
|
485
|
+
};
|
|
486
|
+
const customerRemoveAvatar = {
|
|
487
|
+
path: "/v2/customers/{customerId}/avatar",
|
|
488
|
+
method: "DELETE",
|
|
489
|
+
operationId: "customer-remove-avatar"
|
|
490
|
+
};
|
|
491
|
+
const customerResendCustomerInviteMail = {
|
|
492
|
+
path: "/v2/customer-invites/{inviteId}/actions/resend",
|
|
493
|
+
method: "POST",
|
|
494
|
+
operationId: "customer-resend-customer-invite-mail"
|
|
495
|
+
};
|
|
496
|
+
const databaseListMysqlDatabases = {
|
|
497
|
+
path: "/v2/projects/{projectId}/mysql-databases",
|
|
498
|
+
method: "GET",
|
|
499
|
+
operationId: "database-list-mysql-databases"
|
|
500
|
+
};
|
|
501
|
+
const databaseCreateMysqlDatabase = {
|
|
502
|
+
path: "/v2/projects/{projectId}/mysql-databases",
|
|
503
|
+
method: "POST",
|
|
504
|
+
operationId: "database-create-mysql-database"
|
|
505
|
+
};
|
|
506
|
+
const databaseListMysqlUsers = {
|
|
507
|
+
path: "/v2/mysql-databases/{databaseId}/users",
|
|
508
|
+
method: "GET",
|
|
509
|
+
operationId: "database-list-mysql-users"
|
|
510
|
+
};
|
|
511
|
+
const databaseCreateMysqlUser = {
|
|
512
|
+
path: "/v2/mysql-databases/{databaseId}/users",
|
|
513
|
+
method: "POST",
|
|
514
|
+
operationId: "database-create-mysql-user"
|
|
515
|
+
};
|
|
516
|
+
const databaseListRedisDatabases = {
|
|
517
|
+
path: "/v2/projects/{projectId}/redis-databases",
|
|
518
|
+
method: "GET",
|
|
519
|
+
operationId: "database-list-redis-databases"
|
|
520
|
+
};
|
|
521
|
+
const databaseCreateRedisDatabase = {
|
|
522
|
+
path: "/v2/projects/{projectId}/redis-databases",
|
|
523
|
+
method: "POST",
|
|
524
|
+
operationId: "database-create-redis-database"
|
|
525
|
+
};
|
|
526
|
+
const databaseGetMysqlDatabase = {
|
|
527
|
+
path: "/v2/mysql-databases/{mysqlDatabaseId}",
|
|
528
|
+
method: "GET",
|
|
529
|
+
operationId: "database-get-mysql-database"
|
|
530
|
+
};
|
|
531
|
+
const databaseDeleteMysqlDatabase = {
|
|
532
|
+
path: "/v2/mysql-databases/{mysqlDatabaseId}",
|
|
533
|
+
method: "DELETE",
|
|
534
|
+
operationId: "database-delete-mysql-database"
|
|
535
|
+
};
|
|
536
|
+
const databaseGetMysqlUser = {
|
|
537
|
+
path: "/v2/mysql-users/{mysqlUserId}",
|
|
538
|
+
method: "GET",
|
|
539
|
+
operationId: "database-get-mysql-user"
|
|
540
|
+
};
|
|
541
|
+
const databaseUpdateMysqlUser = {
|
|
542
|
+
path: "/v2/mysql-users/{mysqlUserId}",
|
|
543
|
+
method: "PUT",
|
|
544
|
+
operationId: "database-update-mysql-user"
|
|
545
|
+
};
|
|
546
|
+
const databaseDeleteMysqlUser = {
|
|
547
|
+
path: "/v2/mysql-users/{mysqlUserId}",
|
|
548
|
+
method: "DELETE",
|
|
549
|
+
operationId: "database-delete-mysql-user"
|
|
550
|
+
};
|
|
551
|
+
const databaseGetRedisDatabase = {
|
|
552
|
+
path: "/v2/redis-databases/{redisDatabaseId}",
|
|
553
|
+
method: "GET",
|
|
554
|
+
operationId: "database-get-redis-database"
|
|
555
|
+
};
|
|
556
|
+
const databaseDeleteRedisDatabase = {
|
|
557
|
+
path: "/v2/redis-databases/{redisDatabaseId}",
|
|
558
|
+
method: "DELETE",
|
|
559
|
+
operationId: "database-delete-redis-database"
|
|
560
|
+
};
|
|
561
|
+
const databaseDisableMysqlUser = {
|
|
562
|
+
path: "/v2/mysql-users/{mysqlUserId}/actions/disable",
|
|
563
|
+
method: "POST",
|
|
564
|
+
operationId: "database-disable-mysql-user"
|
|
565
|
+
};
|
|
566
|
+
const databaseEnableMysqlUser = {
|
|
567
|
+
path: "/v2/mysql-users/{mysqlUserId}/actions/enable",
|
|
568
|
+
method: "POST",
|
|
569
|
+
operationId: "database-enable-mysql-user"
|
|
570
|
+
};
|
|
571
|
+
const databaseGetMysqlUserPhpMyAdminUrl = {
|
|
572
|
+
path: "/v2/mysql-users/{mysqlUserId}/php-my-admin-url",
|
|
573
|
+
method: "GET",
|
|
574
|
+
operationId: "database-get-mysql-user-php-my-admin-url"
|
|
575
|
+
};
|
|
576
|
+
const databaseListMysqlCharsets = {
|
|
577
|
+
path: "/v2/mysql-charsets",
|
|
578
|
+
method: "GET",
|
|
579
|
+
operationId: "database-list-mysql-charsets"
|
|
580
|
+
};
|
|
581
|
+
const databaseListMysqlVersions = {
|
|
582
|
+
path: "/v2/mysql-versions",
|
|
583
|
+
method: "GET",
|
|
584
|
+
operationId: "database-list-mysql-versions"
|
|
585
|
+
};
|
|
586
|
+
const databaseListRedisVersions = {
|
|
587
|
+
path: "/v2/redis-versions",
|
|
588
|
+
method: "GET",
|
|
589
|
+
operationId: "database-list-redis-versions"
|
|
590
|
+
};
|
|
591
|
+
const databaseUpdateMysqlDatabaseDefaultCharset = {
|
|
592
|
+
path: "/v2/mysql-databases/{mysqlDatabaseId}/default-charset",
|
|
593
|
+
method: "PATCH",
|
|
594
|
+
operationId: "database-update-mysql-database-default-charset"
|
|
595
|
+
};
|
|
596
|
+
const databaseUpdateMysqlDatabaseDescription = {
|
|
597
|
+
path: "/v2/mysql-databases/{mysqlDatabaseId}/description",
|
|
598
|
+
method: "PATCH",
|
|
599
|
+
operationId: "database-update-mysql-database-description"
|
|
600
|
+
};
|
|
601
|
+
const databaseUpdateMysqlUserPassword = {
|
|
602
|
+
path: "/v2/mysql-users/{mysqlUserId}/password",
|
|
603
|
+
method: "PATCH",
|
|
604
|
+
operationId: "database-update-mysql-user-password"
|
|
605
|
+
};
|
|
606
|
+
const databaseUpdateRedisDatabaseConfiguration = {
|
|
607
|
+
path: "/v2/redis-databases/{redisDatabaseId}/configuration",
|
|
608
|
+
method: "PATCH",
|
|
609
|
+
operationId: "database-update-redis-database-configuration"
|
|
610
|
+
};
|
|
611
|
+
const databaseUpdateRedisDatabaseDescription = {
|
|
612
|
+
path: "/v2/redis-databases/{redisDatabaseId}/description",
|
|
613
|
+
method: "PATCH",
|
|
614
|
+
operationId: "database-update-redis-database-description"
|
|
615
|
+
};
|
|
616
|
+
const newsletterSubscribeUser = {
|
|
617
|
+
path: "/v2/newsletter-subscriptions",
|
|
618
|
+
method: "POST",
|
|
619
|
+
operationId: "newsletter-subscribe-user"
|
|
620
|
+
};
|
|
621
|
+
const dnsCreateDnsZone = {
|
|
622
|
+
path: "/v2/dns-zones",
|
|
623
|
+
method: "POST",
|
|
624
|
+
operationId: "dns-create-dns-zone"
|
|
625
|
+
};
|
|
626
|
+
const dnsGetDnsZone = {
|
|
627
|
+
path: "/v2/dns-zones/{dnsZoneId}",
|
|
628
|
+
method: "GET",
|
|
629
|
+
operationId: "dns-get-dns-zone"
|
|
630
|
+
};
|
|
631
|
+
const dnsDeleteDnsZone = {
|
|
632
|
+
path: "/v2/dns-zones/{dnsZoneId}",
|
|
633
|
+
method: "DELETE",
|
|
634
|
+
operationId: "dns-delete-dns-zone"
|
|
635
|
+
};
|
|
636
|
+
const dnsListDnsZones = {
|
|
637
|
+
path: "/v2/projects/{projectId}/dns-zones",
|
|
638
|
+
method: "GET",
|
|
639
|
+
operationId: "dns-list-dns-zones"
|
|
640
|
+
};
|
|
641
|
+
const dnsSetRecordSetManaged = {
|
|
642
|
+
path: "/v2/dns-zones/{dnsZoneId}/record-sets/{recordSet}/actions/set-managed",
|
|
643
|
+
method: "POST",
|
|
644
|
+
operationId: "dns-set-record-set-managed"
|
|
645
|
+
};
|
|
646
|
+
const dnsUpdateRecordSet = {
|
|
647
|
+
path: "/v2/dns-zones/{dnsZoneId}/record-sets/{recordSet}",
|
|
648
|
+
method: "PUT",
|
|
649
|
+
operationId: "dns-update-record-set"
|
|
650
|
+
};
|
|
651
|
+
const domainAbortDomainDeclaration = {
|
|
652
|
+
path: "/v2/domains/{domainId}/declaration",
|
|
653
|
+
method: "DELETE",
|
|
654
|
+
operationId: "domain-abort-domain-declaration"
|
|
655
|
+
};
|
|
656
|
+
const domainCheckDomainRegistrability = {
|
|
657
|
+
path: "/v2/domain-registrable",
|
|
658
|
+
method: "POST",
|
|
659
|
+
operationId: "domain-check-domain-registrability"
|
|
660
|
+
};
|
|
661
|
+
const domainCreateDomainAuthCode2 = {
|
|
662
|
+
path: "/v2/domains/{domainId}/actions/auth-code-2",
|
|
663
|
+
method: "POST",
|
|
664
|
+
operationId: "domain-create-domain-auth-code-2"
|
|
665
|
+
};
|
|
666
|
+
const domainCreateDomainAuthCode = {
|
|
667
|
+
path: "/v2/domains/{domainId}/actions/auth-code",
|
|
668
|
+
method: "POST",
|
|
669
|
+
operationId: "domain-create-domain-auth-code"
|
|
670
|
+
};
|
|
671
|
+
const domainUpdateDomainNameservers = {
|
|
672
|
+
path: "/v2/domains/{domainId}/nameservers",
|
|
673
|
+
method: "PATCH",
|
|
674
|
+
operationId: "domain-update-domain-nameservers"
|
|
675
|
+
};
|
|
676
|
+
const domainGetDomain = {
|
|
677
|
+
path: "/v2/domains/{domainId}",
|
|
678
|
+
method: "GET",
|
|
679
|
+
operationId: "domain-get-domain"
|
|
680
|
+
};
|
|
681
|
+
const domainDeleteDomain = {
|
|
682
|
+
path: "/v2/domains/{domainId}",
|
|
683
|
+
method: "DELETE",
|
|
684
|
+
operationId: "domain-delete-domain"
|
|
685
|
+
};
|
|
686
|
+
const domainGetDomainOwnership = {
|
|
687
|
+
path: "/v2/domain-ownerships/{domainOwnershipId}",
|
|
688
|
+
method: "GET",
|
|
689
|
+
operationId: "domain-get-domain-ownership"
|
|
690
|
+
};
|
|
691
|
+
const domainGetLatestScreenshot = {
|
|
692
|
+
path: "/v2/domains/{domainId}/latest-screenshot",
|
|
693
|
+
method: "GET",
|
|
694
|
+
operationId: "domain-get-latest-screenshot"
|
|
695
|
+
};
|
|
696
|
+
const domainListDomainOwnerships = {
|
|
697
|
+
path: "/v2/projects/{projectId}/domain-ownerships",
|
|
698
|
+
method: "GET",
|
|
699
|
+
operationId: "domain-list-domain-ownerships"
|
|
700
|
+
};
|
|
701
|
+
const domainListDomains = {
|
|
702
|
+
path: "/v2/projects/{projectId}/domains",
|
|
703
|
+
method: "GET",
|
|
704
|
+
operationId: "domain-list-domains"
|
|
705
|
+
};
|
|
706
|
+
const domainListTldContactSchemas = {
|
|
707
|
+
path: "/v2/domain-tlds/{tld}/contact-schemas",
|
|
708
|
+
method: "GET",
|
|
709
|
+
operationId: "domain-list-tld-contact-schemas"
|
|
710
|
+
};
|
|
711
|
+
const domainListTlds = {
|
|
712
|
+
path: "/v2/domain-tlds",
|
|
713
|
+
method: "GET",
|
|
714
|
+
operationId: "domain-list-tlds"
|
|
715
|
+
};
|
|
716
|
+
const domainResendDomainEmail = {
|
|
717
|
+
path: "/v2/domains/{domainId}/actions/resend-email",
|
|
718
|
+
method: "POST",
|
|
719
|
+
operationId: "domain-resend-domain-email"
|
|
720
|
+
};
|
|
721
|
+
const domainUpdateDomainAuthCode = {
|
|
722
|
+
path: "/v2/domains/{domainId}/auth-code",
|
|
723
|
+
method: "PATCH",
|
|
724
|
+
operationId: "domain-update-domain-auth-code"
|
|
725
|
+
};
|
|
726
|
+
const domainUpdateDomainContact = {
|
|
727
|
+
path: "/v2/domains/{domainId}/contacts/{contact}",
|
|
728
|
+
method: "PATCH",
|
|
729
|
+
operationId: "domain-update-domain-contact"
|
|
730
|
+
};
|
|
731
|
+
const domainUpdateDomainProjectId = {
|
|
732
|
+
path: "/v2/domains/{domainId}/project-id",
|
|
733
|
+
method: "PATCH",
|
|
734
|
+
operationId: "domain-update-domain-project-id"
|
|
735
|
+
};
|
|
736
|
+
const domainVerifyDomainOwnership = {
|
|
737
|
+
path: "/v2/domain-ownerships/{domainOwnershipId}/actions/verify",
|
|
738
|
+
method: "POST",
|
|
739
|
+
operationId: "domain-verify-domain-ownership"
|
|
740
|
+
};
|
|
741
|
+
const fileCreateFile = {
|
|
742
|
+
path: "/v2/files",
|
|
743
|
+
method: "POST",
|
|
744
|
+
operationId: "file-create-file"
|
|
745
|
+
};
|
|
746
|
+
const fileGetFileMeta = {
|
|
747
|
+
path: "/v2/files/{fileId}/meta",
|
|
748
|
+
method: "GET",
|
|
749
|
+
operationId: "file-get-file-meta"
|
|
750
|
+
};
|
|
751
|
+
const fileGetFileUploadTokenRules = {
|
|
752
|
+
path: "/v2/file-upload-tokens/{fileUploadToken}/rules",
|
|
753
|
+
method: "GET",
|
|
754
|
+
operationId: "file-get-file-upload-token-rules"
|
|
755
|
+
};
|
|
756
|
+
const fileGetFileUploadTypeRules = {
|
|
757
|
+
path: "/v2/file-upload-types/{fileUploadType}/rules",
|
|
758
|
+
method: "GET",
|
|
759
|
+
operationId: "file-get-file-upload-type-rules"
|
|
760
|
+
};
|
|
761
|
+
const fileGetFile = {
|
|
762
|
+
path: "/v2/files/{fileId}",
|
|
763
|
+
method: "GET",
|
|
764
|
+
operationId: "file-get-file"
|
|
765
|
+
};
|
|
766
|
+
const ingressListIngresses = {
|
|
767
|
+
path: "/v2/ingresses",
|
|
768
|
+
method: "GET",
|
|
769
|
+
operationId: "ingress-list-ingresses"
|
|
770
|
+
};
|
|
771
|
+
const ingressCreateIngress = {
|
|
772
|
+
path: "/v2/ingresses",
|
|
773
|
+
method: "POST",
|
|
774
|
+
operationId: "ingress-create-ingress"
|
|
775
|
+
};
|
|
776
|
+
const ingressGetIngress = {
|
|
777
|
+
path: "/v2/ingresses/{ingressId}",
|
|
778
|
+
method: "GET",
|
|
779
|
+
operationId: "ingress-get-ingress"
|
|
780
|
+
};
|
|
781
|
+
const ingressDeleteIngress = {
|
|
782
|
+
path: "/v2/ingresses/{ingressId}",
|
|
783
|
+
method: "DELETE",
|
|
784
|
+
operationId: "ingress-delete-ingress"
|
|
785
|
+
};
|
|
786
|
+
const ingressUpdateIngressPaths = {
|
|
787
|
+
path: "/v2/ingresses/{ingressId}/paths",
|
|
788
|
+
method: "PATCH",
|
|
789
|
+
operationId: "ingress-update-ingress-paths"
|
|
790
|
+
};
|
|
791
|
+
const ingressRequestIngressAcmeCertificateIssuance = {
|
|
792
|
+
path: "/v2/ingresses/{ingressId}/actions/request-acme-certificate-issuance",
|
|
793
|
+
method: "POST",
|
|
794
|
+
operationId: "ingress-request-ingress-acme-certificate-issuance"
|
|
795
|
+
};
|
|
796
|
+
const ingressUpdateIngressTls = {
|
|
797
|
+
path: "/v2/ingresses/{ingressId}/tls",
|
|
798
|
+
method: "PATCH",
|
|
799
|
+
operationId: "ingress-update-ingress-tls"
|
|
800
|
+
};
|
|
801
|
+
const invoiceDetailOfInvoice = {
|
|
802
|
+
path: "/v2/customers/{customerId}/invoices/{invoiceId}",
|
|
803
|
+
method: "GET",
|
|
804
|
+
operationId: "invoice-detail-of-invoice"
|
|
805
|
+
};
|
|
806
|
+
const invoiceGetDetailOfInvoiceSettings = {
|
|
807
|
+
path: "/v2/customers/{customerId}/invoice-settings",
|
|
808
|
+
method: "GET",
|
|
809
|
+
operationId: "invoice-get-detail-of-invoice-settings"
|
|
810
|
+
};
|
|
811
|
+
const invoiceUpdateInvoiceSettings = {
|
|
812
|
+
path: "/v2/customers/{customerId}/invoice-settings",
|
|
813
|
+
method: "PUT",
|
|
814
|
+
operationId: "invoice-update-invoice-settings"
|
|
815
|
+
};
|
|
816
|
+
const invoiceGetFileAccessToken = {
|
|
817
|
+
path: "/v2/customers/{customerId}/invoices/{invoiceId}/file-access-token",
|
|
818
|
+
method: "GET",
|
|
819
|
+
operationId: "invoice-get-file-access-token"
|
|
820
|
+
};
|
|
821
|
+
const invoiceListCustomerInvoices = {
|
|
822
|
+
path: "/v2/customers/{customerId}/invoices",
|
|
823
|
+
method: "GET",
|
|
824
|
+
operationId: "invoice-list-customer-invoices"
|
|
825
|
+
};
|
|
826
|
+
const mailListDeliveryBoxes = {
|
|
827
|
+
path: "/v2/projects/{projectId}/delivery-boxes",
|
|
828
|
+
method: "GET",
|
|
829
|
+
operationId: "mail-list-delivery-boxes"
|
|
830
|
+
};
|
|
831
|
+
const mailCreateDeliverybox = {
|
|
832
|
+
path: "/v2/projects/{projectId}/delivery-boxes",
|
|
833
|
+
method: "POST",
|
|
834
|
+
operationId: "mail-create-deliverybox"
|
|
835
|
+
};
|
|
836
|
+
const mailListMailAddresses = {
|
|
837
|
+
path: "/v2/projects/{projectId}/mail-addresses",
|
|
838
|
+
method: "GET",
|
|
839
|
+
operationId: "mail-list-mail-addresses"
|
|
840
|
+
};
|
|
841
|
+
const mailCreateMailAddress = {
|
|
842
|
+
path: "/v2/projects/{projectId}/mail-addresses",
|
|
843
|
+
method: "POST",
|
|
844
|
+
operationId: "mail-create-mail-address"
|
|
845
|
+
};
|
|
846
|
+
const mailGetDeliveryBox = {
|
|
847
|
+
path: "/v2/delivery-boxes/{deliveryBoxId}",
|
|
848
|
+
method: "GET",
|
|
849
|
+
operationId: "mail-get-delivery-box"
|
|
850
|
+
};
|
|
851
|
+
const mailDeleteDeliveryBox = {
|
|
852
|
+
path: "/v2/delivery-boxes/{deliveryBoxId}",
|
|
853
|
+
method: "DELETE",
|
|
854
|
+
operationId: "mail-delete-delivery-box"
|
|
855
|
+
};
|
|
856
|
+
const mailGetMailAddress = {
|
|
857
|
+
path: "/v2/mail-addresses/{mailAddressId}",
|
|
858
|
+
method: "GET",
|
|
859
|
+
operationId: "mail-get-mail-address"
|
|
860
|
+
};
|
|
861
|
+
const mailDeleteMailAddress = {
|
|
862
|
+
path: "/v2/mail-addresses/{mailAddressId}",
|
|
863
|
+
method: "DELETE",
|
|
864
|
+
operationId: "mail-delete-mail-address"
|
|
865
|
+
};
|
|
866
|
+
const mailListProjectMailSettings = {
|
|
867
|
+
path: "/v2/projects/{projectId}/mail-settings",
|
|
868
|
+
method: "GET",
|
|
869
|
+
operationId: "mail-list-project-mail-settings"
|
|
870
|
+
};
|
|
871
|
+
const mailUpdateDeliveryBoxDescription = {
|
|
872
|
+
path: "/v2/delivery-boxes/{deliveryBoxId}/description",
|
|
873
|
+
method: "PATCH",
|
|
874
|
+
operationId: "mail-update-delivery-box-description"
|
|
875
|
+
};
|
|
876
|
+
const mailUpdateDeliveryBoxPassword = {
|
|
877
|
+
path: "/v2/delivery-boxes/{deliveryBoxId}/password",
|
|
878
|
+
method: "PATCH",
|
|
879
|
+
operationId: "mail-update-delivery-box-password"
|
|
880
|
+
};
|
|
881
|
+
const mailUpdateMailAddressAddress = {
|
|
882
|
+
path: "/v2/mail-addresses/{mailAddressId}/address",
|
|
883
|
+
method: "PATCH",
|
|
884
|
+
operationId: "mail-update-mail-address-address"
|
|
885
|
+
};
|
|
886
|
+
const mailUpdateMailAddressAutoresponder = {
|
|
887
|
+
path: "/v2/mail-addresses/{mailAddressId}/autoresponder",
|
|
888
|
+
method: "PATCH",
|
|
889
|
+
operationId: "mail-update-mail-address-autoresponder"
|
|
890
|
+
};
|
|
891
|
+
const mailUpdateMailAddressCatchAll = {
|
|
892
|
+
path: "/v2/mail-addresses/{mailAddressId}/catch-all",
|
|
893
|
+
method: "PATCH",
|
|
894
|
+
operationId: "mail-update-mail-address-catch-all"
|
|
895
|
+
};
|
|
896
|
+
const mailUpdateMailAddressForwardAddresses = {
|
|
897
|
+
path: "/v2/mail-addresses/{mailAddressId}/forward-addresses",
|
|
898
|
+
method: "PATCH",
|
|
899
|
+
operationId: "mail-update-mail-address-forward-addresses"
|
|
900
|
+
};
|
|
901
|
+
const mailUpdateMailAddressPassword = {
|
|
902
|
+
path: "/v2/mail-addresses/{mailAddressId}/password",
|
|
903
|
+
method: "PATCH",
|
|
904
|
+
operationId: "mail-update-mail-address-password"
|
|
905
|
+
};
|
|
906
|
+
const mailUpdateMailAddressQuota = {
|
|
907
|
+
path: "/v2/mail-addresses/{mailAddressId}/quota",
|
|
908
|
+
method: "PATCH",
|
|
909
|
+
operationId: "mail-update-mail-address-quota"
|
|
910
|
+
};
|
|
911
|
+
const mailUpdateMailAddressSpamProtection = {
|
|
912
|
+
path: "/v2/mail-addresses/{mailAddressId}/spam-protection",
|
|
913
|
+
method: "PATCH",
|
|
914
|
+
operationId: "mail-update-mail-address-spam-protection"
|
|
915
|
+
};
|
|
916
|
+
const mailUpdateProjectMailSetting = {
|
|
917
|
+
path: "/v2/projects/{projectId}/mail-settings/{mailSetting}",
|
|
918
|
+
method: "PATCH",
|
|
919
|
+
operationId: "mail-update-project-mail-setting"
|
|
920
|
+
};
|
|
921
|
+
const newsletterGetInfo = {
|
|
922
|
+
path: "/v2/newsletter-subscriptions/self",
|
|
923
|
+
method: "GET",
|
|
924
|
+
operationId: "newsletter-get-info"
|
|
925
|
+
};
|
|
926
|
+
const newsletterUnsubscribeUser = {
|
|
927
|
+
path: "/v2/newsletter-subscriptions/self",
|
|
928
|
+
method: "DELETE",
|
|
929
|
+
operationId: "newsletter-unsubscribe-user"
|
|
930
|
+
};
|
|
931
|
+
const notificationsCountUnreadNotifications = {
|
|
932
|
+
path: "/v2/notification-unread-counts",
|
|
933
|
+
method: "GET",
|
|
934
|
+
operationId: "notifications-count-unread-notifications"
|
|
935
|
+
};
|
|
936
|
+
const notificationsListNotifications = {
|
|
937
|
+
path: "/v2/notifications",
|
|
938
|
+
method: "GET",
|
|
939
|
+
operationId: "notifications-list-notifications"
|
|
940
|
+
};
|
|
941
|
+
const notificationsReadAllNotifications = {
|
|
942
|
+
path: "/v2/notifications/actions/read-all",
|
|
943
|
+
method: "POST",
|
|
944
|
+
operationId: "notifications-read-all-notifications"
|
|
945
|
+
};
|
|
946
|
+
const notificationsReadNotification = {
|
|
947
|
+
path: "/v2/notifications/{notificationId}/status",
|
|
948
|
+
method: "PUT",
|
|
949
|
+
operationId: "notifications-read-notification"
|
|
950
|
+
};
|
|
951
|
+
const orderCreateOrder = {
|
|
952
|
+
path: "/v2/orders",
|
|
953
|
+
method: "POST",
|
|
954
|
+
operationId: "order-create-order"
|
|
955
|
+
};
|
|
956
|
+
const orderCreateTariffChange = {
|
|
957
|
+
path: "/v2/tariff-changes",
|
|
958
|
+
method: "POST",
|
|
959
|
+
operationId: "order-create-tariff-change"
|
|
960
|
+
};
|
|
961
|
+
const orderGetOrder = {
|
|
962
|
+
path: "/v2/orders/{orderId}",
|
|
963
|
+
method: "GET",
|
|
964
|
+
operationId: "order-get-order"
|
|
965
|
+
};
|
|
966
|
+
const orderListCustomerOrders = {
|
|
967
|
+
path: "/v2/customers/{customerId}/orders",
|
|
968
|
+
method: "GET",
|
|
969
|
+
operationId: "order-list-customer-orders"
|
|
970
|
+
};
|
|
971
|
+
const orderListProjectOrders = {
|
|
972
|
+
path: "/v2/projects/{projectId}/orders",
|
|
973
|
+
method: "GET",
|
|
974
|
+
operationId: "order-list-project-orders"
|
|
975
|
+
};
|
|
976
|
+
const orderPreviewOrder = {
|
|
977
|
+
path: "/v2/order-previews",
|
|
978
|
+
method: "POST",
|
|
979
|
+
operationId: "order-preview-order"
|
|
980
|
+
};
|
|
981
|
+
const orderPreviewTariffChange = {
|
|
982
|
+
path: "/v2/tariff-change-previews",
|
|
983
|
+
method: "POST",
|
|
984
|
+
operationId: "order-preview-tariff-change"
|
|
985
|
+
};
|
|
986
|
+
const pageinsightsGetPerformanceData = {
|
|
987
|
+
path: "/v2/page-insights",
|
|
988
|
+
method: "GET",
|
|
989
|
+
operationId: "pageinsights-get-performance-data"
|
|
990
|
+
};
|
|
991
|
+
const pageinsightsListPerformanceDataForProject = {
|
|
992
|
+
path: "/v2/projects/{projectId}/page-insights",
|
|
993
|
+
method: "GET",
|
|
994
|
+
operationId: "pageinsights-list-performance-data-for-project"
|
|
995
|
+
};
|
|
996
|
+
const passwordValidationGetPasswordPolicy = {
|
|
997
|
+
path: "/v2/password-policies/{passwordPolicy}",
|
|
998
|
+
method: "GET",
|
|
999
|
+
operationId: "password-validation-get-password-policy"
|
|
1000
|
+
};
|
|
1001
|
+
const projectAcceptProjectInvite = {
|
|
1002
|
+
path: "/v2/project-invites/{inviteId}/actions/accept",
|
|
1003
|
+
method: "POST",
|
|
1004
|
+
operationId: "project-accept-project-invite"
|
|
1005
|
+
};
|
|
1006
|
+
const projectListInvitesForProject = {
|
|
1007
|
+
path: "/v2/projects/{projectId}/invites",
|
|
1008
|
+
method: "GET",
|
|
1009
|
+
operationId: "project-list-invites-for-project"
|
|
1010
|
+
};
|
|
1011
|
+
const projectCreateProjectInvite = {
|
|
1012
|
+
path: "/v2/projects/{projectId}/invites",
|
|
1013
|
+
method: "POST",
|
|
1014
|
+
operationId: "project-create-project-invite"
|
|
1015
|
+
};
|
|
1016
|
+
const projectCreateProject = {
|
|
1017
|
+
path: "/v2/servers/{serverId}/projects",
|
|
1018
|
+
method: "POST",
|
|
1019
|
+
operationId: "project-create-project"
|
|
1020
|
+
};
|
|
1021
|
+
const projectDeclineProjectInvite = {
|
|
1022
|
+
path: "/v2/project-invites/{inviteId}/actions/decline",
|
|
1023
|
+
method: "POST",
|
|
1024
|
+
operationId: "project-decline-project-invite"
|
|
1025
|
+
};
|
|
1026
|
+
const projectRequestProjectAvatarUpload = {
|
|
1027
|
+
path: "/v2/projects/{projectId}/avatar",
|
|
1028
|
+
method: "POST",
|
|
1029
|
+
operationId: "project-request-project-avatar-upload"
|
|
1030
|
+
};
|
|
1031
|
+
const projectDeleteProjectAvatar = {
|
|
1032
|
+
path: "/v2/projects/{projectId}/avatar",
|
|
1033
|
+
method: "DELETE",
|
|
1034
|
+
operationId: "project-delete-project-avatar"
|
|
1035
|
+
};
|
|
1036
|
+
const projectGetProjectInvite = {
|
|
1037
|
+
path: "/v2/project-invites/{inviteId}",
|
|
1038
|
+
method: "GET",
|
|
1039
|
+
operationId: "project-get-project-invite"
|
|
1040
|
+
};
|
|
1041
|
+
const projectDeleteProjectInvite = {
|
|
1042
|
+
path: "/v2/project-invites/{inviteId}",
|
|
1043
|
+
method: "DELETE",
|
|
1044
|
+
operationId: "project-delete-project-invite"
|
|
1045
|
+
};
|
|
1046
|
+
const projectGetProjectMembership = {
|
|
1047
|
+
path: "/v2/project-memberships/{membershipId}",
|
|
1048
|
+
method: "GET",
|
|
1049
|
+
operationId: "project-get-project-membership"
|
|
1050
|
+
};
|
|
1051
|
+
const projectDeleteProjectMembership = {
|
|
1052
|
+
path: "/v2/project-memberships/{membershipId}",
|
|
1053
|
+
method: "DELETE",
|
|
1054
|
+
operationId: "project-delete-project-membership"
|
|
1055
|
+
};
|
|
1056
|
+
const projectUpdateProjectMembership = {
|
|
1057
|
+
path: "/v2/project-memberships/{membershipId}",
|
|
1058
|
+
method: "PATCH",
|
|
1059
|
+
operationId: "project-update-project-membership"
|
|
1060
|
+
};
|
|
1061
|
+
const projectGetProject = {
|
|
1062
|
+
path: "/v2/projects/{projectId}",
|
|
1063
|
+
method: "GET",
|
|
1064
|
+
operationId: "project-get-project"
|
|
1065
|
+
};
|
|
1066
|
+
const projectDeleteProject = {
|
|
1067
|
+
path: "/v2/projects/{projectId}",
|
|
1068
|
+
method: "DELETE",
|
|
1069
|
+
operationId: "project-delete-project"
|
|
1070
|
+
};
|
|
1071
|
+
const projectRequestServerAvatarUpload = {
|
|
1072
|
+
path: "/v2/servers/{serverId}/avatar",
|
|
1073
|
+
method: "POST",
|
|
1074
|
+
operationId: "project-request-server-avatar-upload"
|
|
1075
|
+
};
|
|
1076
|
+
const projectDeleteServerAvatar = {
|
|
1077
|
+
path: "/v2/servers/{serverId}/avatar",
|
|
1078
|
+
method: "DELETE",
|
|
1079
|
+
operationId: "project-delete-server-avatar"
|
|
1080
|
+
};
|
|
1081
|
+
const projectFileSystemGetDirectories = {
|
|
1082
|
+
path: "/v2/projects/{projectId}/filesystem-directories",
|
|
1083
|
+
method: "GET",
|
|
1084
|
+
operationId: "project-file-system-get-directories"
|
|
1085
|
+
};
|
|
1086
|
+
const projectFileSystemGetDiskUsage = {
|
|
1087
|
+
path: "/v2/projects/{projectId}/filesystem-disk-usage",
|
|
1088
|
+
method: "GET",
|
|
1089
|
+
operationId: "project-file-system-get-disk-usage"
|
|
1090
|
+
};
|
|
1091
|
+
const projectFileSystemGetFileContent = {
|
|
1092
|
+
path: "/v2/projects/{projectId}/filesystem-file-content",
|
|
1093
|
+
method: "GET",
|
|
1094
|
+
operationId: "project-file-system-get-file-content"
|
|
1095
|
+
};
|
|
1096
|
+
const projectFileSystemGetJwt = {
|
|
1097
|
+
path: "/v2/projects/{projectId}/jwt",
|
|
1098
|
+
method: "GET",
|
|
1099
|
+
operationId: "project-file-system-get-jwt"
|
|
1100
|
+
};
|
|
1101
|
+
const projectFileSystemListFiles = {
|
|
1102
|
+
path: "/v2/projects/{projectId}/filesystem-files",
|
|
1103
|
+
method: "GET",
|
|
1104
|
+
operationId: "project-file-system-list-files"
|
|
1105
|
+
};
|
|
1106
|
+
const projectGetProjectTokenInvite = {
|
|
1107
|
+
path: "/v2/project-token-invite",
|
|
1108
|
+
method: "GET",
|
|
1109
|
+
operationId: "project-get-project-token-invite"
|
|
1110
|
+
};
|
|
1111
|
+
const projectGetSelfMembershipForProject = {
|
|
1112
|
+
path: "/v2/projects/{projectId}/memberships/self",
|
|
1113
|
+
method: "GET",
|
|
1114
|
+
operationId: "project-get-self-membership-for-project"
|
|
1115
|
+
};
|
|
1116
|
+
const projectGetServer = {
|
|
1117
|
+
path: "/v2/servers/{serverId}",
|
|
1118
|
+
method: "GET",
|
|
1119
|
+
operationId: "project-get-server"
|
|
1120
|
+
};
|
|
1121
|
+
const projectLeaveProject = {
|
|
1122
|
+
path: "/v2/projects/{projectId}/leave",
|
|
1123
|
+
method: "POST",
|
|
1124
|
+
operationId: "project-leave-project"
|
|
1125
|
+
};
|
|
1126
|
+
const projectListMembershipsForProject = {
|
|
1127
|
+
path: "/v2/projects/{projectId}/memberships",
|
|
1128
|
+
method: "GET",
|
|
1129
|
+
operationId: "project-list-memberships-for-project"
|
|
1130
|
+
};
|
|
1131
|
+
const projectListProjectInvites = {
|
|
1132
|
+
path: "/v2/project-invites",
|
|
1133
|
+
method: "GET",
|
|
1134
|
+
operationId: "project-list-project-invites"
|
|
1135
|
+
};
|
|
1136
|
+
const projectListProjectMemberships = {
|
|
1137
|
+
path: "/v2/project-memberships",
|
|
1138
|
+
method: "GET",
|
|
1139
|
+
operationId: "project-list-project-memberships"
|
|
1140
|
+
};
|
|
1141
|
+
const projectListProjects = {
|
|
1142
|
+
path: "/v2/projects",
|
|
1143
|
+
method: "GET",
|
|
1144
|
+
operationId: "project-list-projects"
|
|
1145
|
+
};
|
|
1146
|
+
const projectListServers = {
|
|
1147
|
+
path: "/v2/servers",
|
|
1148
|
+
method: "GET",
|
|
1149
|
+
operationId: "project-list-servers"
|
|
1150
|
+
};
|
|
1151
|
+
const projectResendProjectInviteMail = {
|
|
1152
|
+
path: "/v2/project-invites/{inviteId}/actions/resend",
|
|
1153
|
+
method: "POST",
|
|
1154
|
+
operationId: "project-resend-project-invite-mail"
|
|
1155
|
+
};
|
|
1156
|
+
const projectUpdateProjectDescription = {
|
|
1157
|
+
path: "/v2/projects/{projectId}/description",
|
|
1158
|
+
method: "PATCH",
|
|
1159
|
+
operationId: "project-update-project-description"
|
|
1160
|
+
};
|
|
1161
|
+
const projectUpdateServerDescription = {
|
|
1162
|
+
path: "/v2/servers/{serverId}/description",
|
|
1163
|
+
method: "PATCH",
|
|
1164
|
+
operationId: "project-update-server-description"
|
|
1165
|
+
};
|
|
1166
|
+
const relocationCreateLegacyTariffChange = {
|
|
1167
|
+
path: "/v2/legacy-tariff-change",
|
|
1168
|
+
method: "POST",
|
|
1169
|
+
operationId: "relocation-create-legacy-tariff-change"
|
|
1170
|
+
};
|
|
1171
|
+
const relocationCreateRelocation = {
|
|
1172
|
+
path: "/v2/relocation",
|
|
1173
|
+
method: "POST",
|
|
1174
|
+
operationId: "relocation-create-relocation"
|
|
1175
|
+
};
|
|
1176
|
+
const sftpUserListSftpUsers = {
|
|
1177
|
+
path: "/v2/projects/{projectId}/sftp-users",
|
|
1178
|
+
method: "GET",
|
|
1179
|
+
operationId: "sftp-user-list-sftp-users"
|
|
1180
|
+
};
|
|
1181
|
+
const sftpUserCreateSftpUser = {
|
|
1182
|
+
path: "/v2/projects/{projectId}/sftp-users",
|
|
1183
|
+
method: "POST",
|
|
1184
|
+
operationId: "sftp-user-create-sftp-user"
|
|
1185
|
+
};
|
|
1186
|
+
const sftpUserGetSftpUser = {
|
|
1187
|
+
path: "/v2/sftp-users/{sftpUserId}",
|
|
1188
|
+
method: "GET",
|
|
1189
|
+
operationId: "sftp-user-get-sftp-user"
|
|
1190
|
+
};
|
|
1191
|
+
const sftpUserDeleteSftpUser = {
|
|
1192
|
+
path: "/v2/sftp-users/{sftpUserId}",
|
|
1193
|
+
method: "DELETE",
|
|
1194
|
+
operationId: "sftp-user-delete-sftp-user"
|
|
1195
|
+
};
|
|
1196
|
+
const sftpUserUpdateSftpUser = {
|
|
1197
|
+
path: "/v2/sftp-users/{sftpUserId}",
|
|
1198
|
+
method: "PATCH",
|
|
1199
|
+
operationId: "sftp-user-update-sftp-user"
|
|
1200
|
+
};
|
|
1201
|
+
const sshUserListSshUsers = {
|
|
1202
|
+
path: "/v2/projects/{projectId}/ssh-users",
|
|
1203
|
+
method: "GET",
|
|
1204
|
+
operationId: "ssh-user-list-ssh-users"
|
|
1205
|
+
};
|
|
1206
|
+
const sshUserCreateSshUser = {
|
|
1207
|
+
path: "/v2/projects/{projectId}/ssh-users",
|
|
1208
|
+
method: "POST",
|
|
1209
|
+
operationId: "ssh-user-create-ssh-user"
|
|
1210
|
+
};
|
|
1211
|
+
const sshUserGetSshUser = {
|
|
1212
|
+
path: "/v2/ssh-users/{sshUserId}",
|
|
1213
|
+
method: "GET",
|
|
1214
|
+
operationId: "ssh-user-get-ssh-user"
|
|
1215
|
+
};
|
|
1216
|
+
const sshUserDeleteSshUser = {
|
|
1217
|
+
path: "/v2/ssh-users/{sshUserId}",
|
|
1218
|
+
method: "DELETE",
|
|
1219
|
+
operationId: "ssh-user-delete-ssh-user"
|
|
1220
|
+
};
|
|
1221
|
+
const sshUserUpdateSshUser = {
|
|
1222
|
+
path: "/v2/ssh-users/{sshUserId}",
|
|
1223
|
+
method: "PATCH",
|
|
1224
|
+
operationId: "ssh-user-update-ssh-user"
|
|
1225
|
+
};
|
|
1226
|
+
const userAddPhoneNumber = {
|
|
1227
|
+
path: "/v2/users/{userId}/phone",
|
|
1228
|
+
method: "POST",
|
|
1229
|
+
operationId: "user-add-phone-number"
|
|
1230
|
+
};
|
|
1231
|
+
const userRemovePhoneNumber = {
|
|
1232
|
+
path: "/v2/users/{userId}/phone",
|
|
1233
|
+
method: "DELETE",
|
|
1234
|
+
operationId: "user-remove-phone-number"
|
|
1235
|
+
};
|
|
1236
|
+
const userAuthenticateMfa = {
|
|
1237
|
+
path: "/v2/authenticate-mfa",
|
|
1238
|
+
method: "POST",
|
|
1239
|
+
operationId: "user-authenticate-mfa"
|
|
1240
|
+
};
|
|
1241
|
+
const userAuthenticate = {
|
|
1242
|
+
path: "/v2/authenticate",
|
|
1243
|
+
method: "POST",
|
|
1244
|
+
operationId: "user-authenticate"
|
|
1245
|
+
};
|
|
1246
|
+
const userGetOwnEmail = {
|
|
1247
|
+
path: "/v2/users/self/credentials/email",
|
|
1248
|
+
method: "GET",
|
|
1249
|
+
operationId: "user-get-own-email"
|
|
1250
|
+
};
|
|
1251
|
+
const userChangeEmail = {
|
|
1252
|
+
path: "/v2/users/self/credentials/email",
|
|
1253
|
+
method: "PUT",
|
|
1254
|
+
operationId: "user-change-email"
|
|
1255
|
+
};
|
|
1256
|
+
const userChangePassword = {
|
|
1257
|
+
path: "/v2/users/self/credentials/password",
|
|
1258
|
+
method: "PUT",
|
|
1259
|
+
operationId: "user-change-password"
|
|
1260
|
+
};
|
|
1261
|
+
const userCheckToken = {
|
|
1262
|
+
path: "/v2/users/self/credentials/token",
|
|
1263
|
+
method: "POST",
|
|
1264
|
+
operationId: "user-check-token"
|
|
1265
|
+
};
|
|
1266
|
+
const userGetMfaStatus = {
|
|
1267
|
+
path: "/v2/users/self/credentials/mfa",
|
|
1268
|
+
method: "GET",
|
|
1269
|
+
operationId: "user-get-mfa-status"
|
|
1270
|
+
};
|
|
1271
|
+
const userResetRecoverycodes = {
|
|
1272
|
+
path: "/v2/users/self/credentials/mfa",
|
|
1273
|
+
method: "PUT",
|
|
1274
|
+
operationId: "user-reset-recoverycodes"
|
|
1275
|
+
};
|
|
1276
|
+
const userConfirmMfa = {
|
|
1277
|
+
path: "/v2/users/self/credentials/mfa",
|
|
1278
|
+
method: "POST",
|
|
1279
|
+
operationId: "user-confirm-mfa"
|
|
1280
|
+
};
|
|
1281
|
+
const userDisableMfa = {
|
|
1282
|
+
path: "/v2/users/self/credentials/mfa",
|
|
1283
|
+
method: "DELETE",
|
|
1284
|
+
operationId: "user-disable-mfa"
|
|
1285
|
+
};
|
|
1286
|
+
const userConfirmPasswordReset = {
|
|
1287
|
+
path: "/v2/users/self/credentials/password/confirm-reset",
|
|
1288
|
+
method: "POST",
|
|
1289
|
+
operationId: "user-confirm-password-reset"
|
|
1290
|
+
};
|
|
1291
|
+
const userListApiTokens = {
|
|
1292
|
+
path: "/v2/users/self/api-tokens",
|
|
1293
|
+
method: "GET",
|
|
1294
|
+
operationId: "user-list-api-tokens"
|
|
1295
|
+
};
|
|
1296
|
+
const userCreateApiToken = {
|
|
1297
|
+
path: "/v2/users/self/api-tokens",
|
|
1298
|
+
method: "POST",
|
|
1299
|
+
operationId: "user-create-api-token"
|
|
1300
|
+
};
|
|
1301
|
+
const userCreateFeedback = {
|
|
1302
|
+
path: "/v2/users/self/feedback",
|
|
1303
|
+
method: "POST",
|
|
1304
|
+
operationId: "user-create-feedback"
|
|
1305
|
+
};
|
|
1306
|
+
const userListSshKeys = {
|
|
1307
|
+
path: "/v2/users/self/ssh-keys",
|
|
1308
|
+
method: "GET",
|
|
1309
|
+
operationId: "user-list-ssh-keys"
|
|
1310
|
+
};
|
|
1311
|
+
const userCreateSshKey = {
|
|
1312
|
+
path: "/v2/users/self/ssh-keys",
|
|
1313
|
+
method: "POST",
|
|
1314
|
+
operationId: "user-create-ssh-key"
|
|
1315
|
+
};
|
|
1316
|
+
const userGetApiToken = {
|
|
1317
|
+
path: "/v2/users/self/api-tokens/{apiTokenId}",
|
|
1318
|
+
method: "GET",
|
|
1319
|
+
operationId: "user-get-api-token"
|
|
1320
|
+
};
|
|
1321
|
+
const userEditApiToken = {
|
|
1322
|
+
path: "/v2/users/self/api-tokens/{apiTokenId}",
|
|
1323
|
+
method: "PUT",
|
|
1324
|
+
operationId: "user-edit-api-token"
|
|
1325
|
+
};
|
|
1326
|
+
const userDeleteApiToken = {
|
|
1327
|
+
path: "/v2/users/self/api-tokens/{apiTokenId}",
|
|
1328
|
+
method: "DELETE",
|
|
1329
|
+
operationId: "user-delete-api-token"
|
|
1330
|
+
};
|
|
1331
|
+
const userGetSshKey = {
|
|
1332
|
+
path: "/v2/users/self/ssh-keys/{sshKeyId}",
|
|
1333
|
+
method: "GET",
|
|
1334
|
+
operationId: "user-get-ssh-key"
|
|
1335
|
+
};
|
|
1336
|
+
const userEditSshKey = {
|
|
1337
|
+
path: "/v2/users/self/ssh-keys/{sshKeyId}",
|
|
1338
|
+
method: "PUT",
|
|
1339
|
+
operationId: "user-edit-ssh-key"
|
|
1340
|
+
};
|
|
1341
|
+
const userDeleteSshKey = {
|
|
1342
|
+
path: "/v2/users/self/ssh-keys/{sshKeyId}",
|
|
1343
|
+
method: "DELETE",
|
|
1344
|
+
operationId: "user-delete-ssh-key"
|
|
1345
|
+
};
|
|
1346
|
+
const userDeleteUser = {
|
|
1347
|
+
path: "/v2/users/self",
|
|
1348
|
+
method: "DELETE",
|
|
1349
|
+
operationId: "user-delete-user"
|
|
1350
|
+
};
|
|
1351
|
+
const userGetOwnAccount = {
|
|
1352
|
+
path: "/v2/users/self/personal-information",
|
|
1353
|
+
method: "GET",
|
|
1354
|
+
operationId: "user-get-own-account"
|
|
1355
|
+
};
|
|
1356
|
+
const userUpdateAccount = {
|
|
1357
|
+
path: "/v2/users/self/personal-information",
|
|
1358
|
+
method: "PUT",
|
|
1359
|
+
operationId: "user-update-account"
|
|
1360
|
+
};
|
|
1361
|
+
const userGetPasswordUpdatedAt = {
|
|
1362
|
+
path: "/v2/users/self/credentials/password-updated-at",
|
|
1363
|
+
method: "GET",
|
|
1364
|
+
operationId: "user-get-password-updated-at"
|
|
1365
|
+
};
|
|
1366
|
+
const userGetPersonalizedSettings = {
|
|
1367
|
+
path: "/v2/users/{userId}/settings",
|
|
1368
|
+
method: "GET",
|
|
1369
|
+
operationId: "user-get-personalized-settings"
|
|
1370
|
+
};
|
|
1371
|
+
const userUpdatePersonalizedSettings = {
|
|
1372
|
+
path: "/v2/users/{userId}/settings",
|
|
1373
|
+
method: "PUT",
|
|
1374
|
+
operationId: "user-update-personalized-settings"
|
|
1375
|
+
};
|
|
1376
|
+
const userGetSession = {
|
|
1377
|
+
path: "/v2/users/self/sessions/{tokenId}",
|
|
1378
|
+
method: "GET",
|
|
1379
|
+
operationId: "user-get-session"
|
|
1380
|
+
};
|
|
1381
|
+
const userTerminateSession = {
|
|
1382
|
+
path: "/v2/users/self/sessions/{tokenId}",
|
|
1383
|
+
method: "DELETE",
|
|
1384
|
+
operationId: "user-terminate-session"
|
|
1385
|
+
};
|
|
1386
|
+
const userGetUser = {
|
|
1387
|
+
path: "/v2/users/{userId}",
|
|
1388
|
+
method: "GET",
|
|
1389
|
+
operationId: "user-get-user"
|
|
1390
|
+
};
|
|
1391
|
+
const userUpdatePersonalInformation = {
|
|
1392
|
+
path: "/v2/users/{userId}",
|
|
1393
|
+
method: "PUT",
|
|
1394
|
+
operationId: "user-update-personal-information"
|
|
1395
|
+
};
|
|
1396
|
+
const userInitMfa = {
|
|
1397
|
+
path: "/v2/users/self/credentials/init-mfa",
|
|
1398
|
+
method: "POST",
|
|
1399
|
+
operationId: "user-init-mfa"
|
|
1400
|
+
};
|
|
1401
|
+
const userInitPasswordReset = {
|
|
1402
|
+
path: "/v2/users/self/credentials/actions/init-password-reset",
|
|
1403
|
+
method: "POST",
|
|
1404
|
+
operationId: "user-init-password-reset"
|
|
1405
|
+
};
|
|
1406
|
+
const userListFeedback = {
|
|
1407
|
+
path: "/v2/users/{userId}/feedback",
|
|
1408
|
+
method: "GET",
|
|
1409
|
+
operationId: "user-list-feedback"
|
|
1410
|
+
};
|
|
1411
|
+
const userListSessions = {
|
|
1412
|
+
path: "/v2/users/self/sessions",
|
|
1413
|
+
method: "GET",
|
|
1414
|
+
operationId: "user-list-sessions"
|
|
1415
|
+
};
|
|
1416
|
+
const userTerminateAllSessions = {
|
|
1417
|
+
path: "/v2/users/self/sessions",
|
|
1418
|
+
method: "DELETE",
|
|
1419
|
+
operationId: "user-terminate-all-sessions"
|
|
1420
|
+
};
|
|
1421
|
+
const userLogout = {
|
|
1422
|
+
path: "/v2/logout",
|
|
1423
|
+
method: "PUT",
|
|
1424
|
+
operationId: "user-logout"
|
|
1425
|
+
};
|
|
1426
|
+
const userRegister = {
|
|
1427
|
+
path: "/v2/register",
|
|
1428
|
+
method: "POST",
|
|
1429
|
+
operationId: "user-register"
|
|
1430
|
+
};
|
|
1431
|
+
const userRequestAvatarUpload = {
|
|
1432
|
+
path: "/v2/users/{userId}/avatar",
|
|
1433
|
+
method: "POST",
|
|
1434
|
+
operationId: "user-request-avatar-upload"
|
|
1435
|
+
};
|
|
1436
|
+
const userRemoveAvatar = {
|
|
1437
|
+
path: "/v2/users/{userId}/avatar",
|
|
1438
|
+
method: "DELETE",
|
|
1439
|
+
operationId: "user-remove-avatar"
|
|
1440
|
+
};
|
|
1441
|
+
const userResendVerificationEmail = {
|
|
1442
|
+
path: "/v2/users/self/credentials/email/actions/resend-email",
|
|
1443
|
+
method: "POST",
|
|
1444
|
+
operationId: "user-resend-verification-email"
|
|
1445
|
+
};
|
|
1446
|
+
const userSupportCodeRequest = {
|
|
1447
|
+
path: "/v2/users/self/credentials/support-code",
|
|
1448
|
+
method: "GET",
|
|
1449
|
+
operationId: "user-support-code-request"
|
|
1450
|
+
};
|
|
1451
|
+
const userVerifyEmail = {
|
|
1452
|
+
path: "/v2/users/self/credentials/email/actions/verify-email",
|
|
1453
|
+
method: "POST",
|
|
1454
|
+
operationId: "user-verify-email"
|
|
1455
|
+
};
|
|
1456
|
+
const userVerifyPhoneNumber = {
|
|
1457
|
+
path: "/v2/users/{userId}/phone/verify",
|
|
1458
|
+
method: "POST",
|
|
1459
|
+
operationId: "user-verify-phone-number"
|
|
1460
|
+
};
|
|
1461
|
+
const userVerifyRegistration = {
|
|
1462
|
+
path: "/v2/verify-registration",
|
|
1463
|
+
method: "POST",
|
|
1464
|
+
operationId: "user-verify-registration"
|
|
1465
|
+
};
|
|
1466
|
+
|
|
1467
|
+
export { orderCreateOrder as $, backupCreateProjectBackupSchedule as A, backupListProjectBackups as B, backupCreateProjectBackup as C, backupGetProjectBackupSchedule as D, backupDeleteProjectBackupSchedule as E, backupUpdateProjectBackupSchedule as F, backupGetProjectBackup as G, backupDeleteProjectBackup as H, backupUpdateProjectBackupDescription as I, contractTerminateContractItem as J, contractCancelContractItemTermination as K, contractCancelContractTariffChange as L, contractTerminateContract as M, contractCancelContractTermination as N, contractGetBaseItemOfContract as O, contractGetDetailOfContractByDomain as P, contractGetDetailOfContractByProject as Q, contractGetDetailOfContractByServer as R, contractGetDetailOfContractItem as S, contractGetDetailOfContract as T, contractGetNextTerminationDateForItem as U, contractListContracts as V, invoiceDetailOfInvoice as W, invoiceGetDetailOfInvoiceSettings as X, invoiceUpdateInvoiceSettings as Y, invoiceGetFileAccessToken as Z, invoiceListCustomerInvoices as _, appExecuteAction as a, databaseGetMysqlDatabase as a$, orderCreateTariffChange as a0, orderGetOrder as a1, orderListCustomerOrders as a2, orderListProjectOrders as a3, orderPreviewOrder as a4, orderPreviewTariffChange as a5, conversationListConversations as a6, conversationCreateConversation as a7, conversationListMessagesByConversation as a8, conversationCreateMessage as a9, customerGetCustomerCategory as aA, customerUpdateCategory as aB, customerDeleteCategory as aC, customerGetCustomerInvite as aD, customerDeleteCustomerInvite as aE, customerGetCustomerMembership as aF, customerDeleteCustomerMembership as aG, customerUpdateCustomerMembership as aH, customerGetCustomer as aI, customerUpdateCustomer as aJ, customerDeleteCustomer as aK, customerGetCustomerTokenInvite as aL, customerIsCustomerLegallyCompetent as aM, customerLeaveCustomer as aN, customerListCustomerInvites as aO, customerListCustomerMemberships as aP, customerListInvitesForCustomer as aQ, customerListMembershipsForCustomer as aR, customerRequestAvatarUpload as aS, customerRemoveAvatar as aT, customerResendCustomerInviteMail as aU, databaseListMysqlDatabases as aV, databaseCreateMysqlDatabase as aW, databaseListMysqlUsers as aX, databaseCreateMysqlUser as aY, databaseListRedisDatabases as aZ, databaseCreateRedisDatabase as a_, conversationGetCategory as aa, conversationGetConversationMembers as ab, conversationGetConversation as ac, conversationUpdateConversation as ad, conversationGetFileAccessToken as ae, conversationListCategories as af, conversationRequestFileUpload as ag, conversationSetConversationStatus as ah, conversationUpdateMessage as ai, cronjobAbortExecution as aj, cronjobListCronjobs as ak, cronjobCreateCronjob as al, cronjobListExecutions as am, cronjobCreateExecution as an, cronjobGetCronjob as ao, cronjobDeleteCronjob as ap, cronjobUpdateCronjob as aq, cronjobGetExecution as ar, cronjobUpdateCronjobAppId as as, customerAcceptCustomerInvite as at, customerListOfCustomerCategories as au, customerCreateCategory as av, customerCreateCustomerInvite as aw, customerListCustomers as ax, customerCreateCustomer as ay, customerDeclineCustomerInvite as az, appGetApp as b, mailCreateMailAddress as b$, databaseDeleteMysqlDatabase as b0, databaseGetMysqlUser as b1, databaseUpdateMysqlUser as b2, databaseDeleteMysqlUser as b3, databaseGetRedisDatabase as b4, databaseDeleteRedisDatabase as b5, databaseDisableMysqlUser as b6, databaseEnableMysqlUser as b7, databaseGetMysqlUserPhpMyAdminUrl as b8, databaseListMysqlCharsets as b9, domainDeleteDomain as bA, domainGetDomainOwnership as bB, domainGetLatestScreenshot as bC, domainListDomainOwnerships as bD, domainListDomains as bE, domainListTldContactSchemas as bF, domainListTlds as bG, domainResendDomainEmail as bH, domainUpdateDomainAuthCode as bI, domainUpdateDomainContact as bJ, domainUpdateDomainProjectId as bK, domainVerifyDomainOwnership as bL, ingressListIngresses as bM, ingressCreateIngress as bN, ingressGetIngress as bO, ingressDeleteIngress as bP, ingressUpdateIngressPaths as bQ, ingressRequestIngressAcmeCertificateIssuance as bR, ingressUpdateIngressTls as bS, fileCreateFile as bT, fileGetFileMeta as bU, fileGetFileUploadTokenRules as bV, fileGetFileUploadTypeRules as bW, fileGetFile as bX, mailListDeliveryBoxes as bY, mailCreateDeliverybox as bZ, mailListMailAddresses as b_, databaseListMysqlVersions as ba, databaseListRedisVersions as bb, databaseUpdateMysqlDatabaseDefaultCharset as bc, databaseUpdateMysqlDatabaseDescription as bd, databaseUpdateMysqlUserPassword as be, databaseUpdateRedisDatabaseConfiguration as bf, databaseUpdateRedisDatabaseDescription as bg, newsletterSubscribeUser as bh, newsletterGetInfo as bi, newsletterUnsubscribeUser as bj, notificationsCountUnreadNotifications as bk, notificationsListNotifications as bl, notificationsReadAllNotifications as bm, notificationsReadNotification as bn, dnsCreateDnsZone as bo, dnsGetDnsZone as bp, dnsDeleteDnsZone as bq, dnsListDnsZones as br, dnsSetRecordSetManaged as bs, dnsUpdateRecordSet as bt, domainAbortDomainDeclaration as bu, domainCheckDomainRegistrability as bv, domainCreateDomainAuthCode2 as bw, domainCreateDomainAuthCode as bx, domainUpdateDomainNameservers as by, domainGetDomain as bz, appGetAppinstallation as c, userVerifyEmail as c$, mailGetDeliveryBox as c0, mailDeleteDeliveryBox as c1, mailGetMailAddress as c2, mailDeleteMailAddress as c3, mailListProjectMailSettings as c4, mailUpdateDeliveryBoxDescription as c5, mailUpdateDeliveryBoxPassword as c6, mailUpdateMailAddressAddress as c7, mailUpdateMailAddressAutoresponder as c8, mailUpdateMailAddressCatchAll as c9, userGetApiToken as cA, userEditApiToken as cB, userDeleteApiToken as cC, userGetSshKey as cD, userEditSshKey as cE, userDeleteSshKey as cF, userDeleteUser as cG, userGetOwnAccount as cH, userUpdateAccount as cI, userGetPasswordUpdatedAt as cJ, userGetPersonalizedSettings as cK, userUpdatePersonalizedSettings as cL, userGetSession as cM, userTerminateSession as cN, userGetUser as cO, userUpdatePersonalInformation as cP, userInitMfa as cQ, userInitPasswordReset as cR, userListFeedback as cS, userListSessions as cT, userTerminateAllSessions as cU, userLogout as cV, userRegister as cW, userRequestAvatarUpload as cX, userRemoveAvatar as cY, userResendVerificationEmail as cZ, userSupportCodeRequest as c_, mailUpdateMailAddressForwardAddresses as ca, mailUpdateMailAddressPassword as cb, mailUpdateMailAddressQuota as cc, mailUpdateMailAddressSpamProtection as cd, mailUpdateProjectMailSetting as ce, pageinsightsGetPerformanceData as cf, pageinsightsListPerformanceDataForProject as cg, passwordValidationGetPasswordPolicy as ch, userAddPhoneNumber as ci, userRemovePhoneNumber as cj, userAuthenticateMfa as ck, userAuthenticate as cl, userGetOwnEmail as cm, userChangeEmail as cn, userChangePassword as co, userCheckToken as cp, userGetMfaStatus as cq, userResetRecoverycodes as cr, userConfirmMfa as cs, userDisableMfa as ct, userConfirmPasswordReset as cu, userListApiTokens as cv, userCreateApiToken as cw, userCreateFeedback as cx, userListSshKeys as cy, userCreateSshKey as cz, appUninstallAppinstallation as d, userVerifyPhoneNumber as d0, userVerifyRegistration as d1, projectAcceptProjectInvite as d2, projectListInvitesForProject as d3, projectCreateProjectInvite as d4, projectCreateProject as d5, projectDeclineProjectInvite as d6, projectRequestProjectAvatarUpload as d7, projectDeleteProjectAvatar as d8, projectGetProjectInvite as d9, relocationCreateLegacyTariffChange as dA, relocationCreateRelocation as dB, sftpUserListSftpUsers as dC, sftpUserCreateSftpUser as dD, sftpUserGetSftpUser as dE, sftpUserDeleteSftpUser as dF, sftpUserUpdateSftpUser as dG, sshUserListSshUsers as dH, sshUserCreateSshUser as dI, sshUserGetSshUser as dJ, sshUserDeleteSshUser as dK, sshUserUpdateSshUser as dL, projectDeleteProjectInvite as da, projectGetProjectMembership as db, projectDeleteProjectMembership as dc, projectUpdateProjectMembership as dd, projectGetProject as de, projectDeleteProject as df, projectRequestServerAvatarUpload as dg, projectDeleteServerAvatar as dh, projectGetProjectTokenInvite as di, projectGetSelfMembershipForProject as dj, projectGetServer as dk, projectLeaveProject as dl, projectListMembershipsForProject as dm, projectListProjectInvites as dn, projectListProjectMemberships as dp, projectListProjects as dq, projectListServers as dr, projectResendProjectInviteMail as ds, projectUpdateProjectDescription as dt, projectUpdateServerDescription as du, projectFileSystemGetDirectories as dv, projectFileSystemGetDiskUsage as dw, projectFileSystemGetFileContent as dx, projectFileSystemGetJwt as dy, projectFileSystemListFiles as dz, appPatchAppinstallation as e, appGetAppversion as f, appGetMissingDependenciesForAppinstallation as g, appGetSystemsoftware as h, appGetSystemsoftwareversion as i, appLinkDatabase as j, appListAppinstallations as k, appRequestAppinstallation as l, appListApps as m, appListAppversions as n, appListSystemsoftwares as o, appListSystemsoftwareversions as p, appListUpdateCandidatesForAppversion as q, appRequestAppinstallationCopy as r, appRetrieveStatus as s, appSetDatabaseUsers as t, appUnlinkDatabase as u, articleGetArticle as v, articleListArticles as w, backupCreateProjectBackupExport as x, backupDeleteProjectBackupExport as y, backupListProjectBackupSchedules as z };
|