@mittwald/api-client 3.1.1 → 3.1.2
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/{react.d.ts → cjs/generated/v2/client-react.d.ts} +263 -268
- package/dist/cjs/generated/v2/client-react.js +343 -0
- package/dist/cjs/generated/v2/client.d.ts +9897 -0
- package/dist/cjs/generated/v2/client.js +674 -0
- package/dist/cjs/generated/v2/descriptors.d.ts +589 -0
- package/dist/cjs/generated/v2/descriptors.js +1760 -0
- package/dist/cjs/generated/v2/types.d.ts +14741 -0
- package/dist/cjs/generated/v2/types.js +2 -0
- package/dist/cjs/index.d.ts +3 -0
- package/dist/cjs/index.js +7 -0
- package/dist/cjs/react.d.ts +1 -0
- package/dist/cjs/react.js +5 -0
- package/dist/{index.d.ts → cjs/v2/default.d.ts} +4 -8
- package/dist/cjs/v2/default.js +70 -0
- package/dist/cjs/v2/react.d.ts +3 -0
- package/dist/cjs/v2/react.js +7 -0
- package/dist/cjs/version.d.ts +1 -0
- package/dist/cjs/version.js +4 -0
- package/dist/{react.d.cts → esm/generated/v2/client-react.d.ts} +263 -268
- package/dist/esm/generated/v2/client-react.js +347 -0
- package/dist/esm/generated/v2/client.d.ts +9897 -0
- package/dist/esm/generated/v2/client.js +644 -0
- package/dist/esm/generated/v2/descriptors.d.ts +589 -0
- package/dist/esm/generated/v2/descriptors.js +1752 -0
- package/dist/esm/generated/v2/types.d.ts +14741 -0
- package/dist/esm/generated/v2/types.js +1 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/react.d.ts +1 -0
- package/dist/esm/react.js +1 -0
- package/dist/{index.d.cts → esm/v2/default.d.ts} +4 -8
- package/dist/esm/v2/default.js +53 -0
- package/dist/esm/v2/react.d.ts +3 -0
- package/dist/esm/v2/react.js +3 -0
- package/dist/esm/version.d.ts +1 -0
- package/dist/esm/version.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +25 -17
- package/dist/chunk-LELXC74W.js +0 -1770
- package/dist/client-739be67c.d.ts +0 -25271
- package/dist/index.cjs +0 -2627
- package/dist/index.js +0 -1440
- package/dist/react.cjs +0 -1360
- package/dist/react.js +0 -830
package/dist/chunk-LELXC74W.js
DELETED
|
@@ -1,1770 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
18
|
-
|
|
19
|
-
// src/generated/v2/descriptors.ts
|
|
20
|
-
var appExecuteAction = {
|
|
21
|
-
path: "/v2/appinstallations/{appInstallationId}/actions/{action}",
|
|
22
|
-
method: "POST",
|
|
23
|
-
operationId: "app-execute-action"
|
|
24
|
-
};
|
|
25
|
-
var appGetApp = {
|
|
26
|
-
path: "/v2/apps/{appId}",
|
|
27
|
-
method: "GET",
|
|
28
|
-
operationId: "app-get-app"
|
|
29
|
-
};
|
|
30
|
-
var appGetAppinstallation = {
|
|
31
|
-
path: "/v2/appinstallations/{appInstallationId}",
|
|
32
|
-
method: "GET",
|
|
33
|
-
operationId: "app-get-appinstallation"
|
|
34
|
-
};
|
|
35
|
-
var appUninstallAppinstallation = {
|
|
36
|
-
path: "/v2/appinstallations/{appInstallationId}",
|
|
37
|
-
method: "DELETE",
|
|
38
|
-
operationId: "app-uninstall-appinstallation"
|
|
39
|
-
};
|
|
40
|
-
var appPatchAppinstallation = {
|
|
41
|
-
path: "/v2/appinstallations/{appInstallationId}",
|
|
42
|
-
method: "PATCH",
|
|
43
|
-
operationId: "app-patch-appinstallation"
|
|
44
|
-
};
|
|
45
|
-
var appGetAppversion = {
|
|
46
|
-
path: "/v2/apps/{appId}/versions/{appVersionId}",
|
|
47
|
-
method: "GET",
|
|
48
|
-
operationId: "app-get-appversion"
|
|
49
|
-
};
|
|
50
|
-
var appGetMissingDependenciesForAppinstallation = {
|
|
51
|
-
path: "/v2/appinstallations/{appInstallationId}/missing-dependencies",
|
|
52
|
-
method: "GET",
|
|
53
|
-
operationId: "app-get-missing-dependencies-for-appinstallation"
|
|
54
|
-
};
|
|
55
|
-
var appGetSystemsoftware = {
|
|
56
|
-
path: "/v2/systemsoftwares/{systemSoftwareId}",
|
|
57
|
-
method: "GET",
|
|
58
|
-
operationId: "app-get-systemsoftware"
|
|
59
|
-
};
|
|
60
|
-
var appGetSystemsoftwareversion = {
|
|
61
|
-
path: "/v2/systemsoftware/{systemSoftwareId}/versions/{systemSoftwareVersionId}",
|
|
62
|
-
method: "GET",
|
|
63
|
-
operationId: "app-get-systemsoftwareversion"
|
|
64
|
-
};
|
|
65
|
-
var appLinkDatabase = {
|
|
66
|
-
path: "/v2/appinstallations/{appInstallationId}/databases",
|
|
67
|
-
method: "PUT",
|
|
68
|
-
operationId: "app-link-database"
|
|
69
|
-
};
|
|
70
|
-
var appListAppinstallations = {
|
|
71
|
-
path: "/v2/projects/{projectId}/appinstallations",
|
|
72
|
-
method: "GET",
|
|
73
|
-
operationId: "app-list-appinstallations"
|
|
74
|
-
};
|
|
75
|
-
var appRequestAppinstallation = {
|
|
76
|
-
path: "/v2/projects/{projectId}/appinstallations",
|
|
77
|
-
method: "POST",
|
|
78
|
-
operationId: "app-request-appinstallation"
|
|
79
|
-
};
|
|
80
|
-
var appListApps = {
|
|
81
|
-
path: "/v2/apps",
|
|
82
|
-
method: "GET",
|
|
83
|
-
operationId: "app-list-apps"
|
|
84
|
-
};
|
|
85
|
-
var appListAppversions = {
|
|
86
|
-
path: "/v2/apps/{appId}/versions",
|
|
87
|
-
method: "GET",
|
|
88
|
-
operationId: "app-list-appversions"
|
|
89
|
-
};
|
|
90
|
-
var appListSystemsoftwares = {
|
|
91
|
-
path: "/v2/systemsoftwares",
|
|
92
|
-
method: "GET",
|
|
93
|
-
operationId: "app-list-systemsoftwares"
|
|
94
|
-
};
|
|
95
|
-
var appListSystemsoftwareversions = {
|
|
96
|
-
path: "/v2/systemsoftware/{systemSoftwareId}/versions",
|
|
97
|
-
method: "GET",
|
|
98
|
-
operationId: "app-list-systemsoftwareversions"
|
|
99
|
-
};
|
|
100
|
-
var appListUpdateCandidatesForAppversion = {
|
|
101
|
-
path: "/v2/apps/{appId}/versions/{baseAppVersionId}/update-candidates",
|
|
102
|
-
method: "GET",
|
|
103
|
-
operationId: "app-list-update-candidates-for-appversion"
|
|
104
|
-
};
|
|
105
|
-
var appRequestAppinstallationCopy = {
|
|
106
|
-
path: "/v2/appinstallations/{id}/actions/copy",
|
|
107
|
-
method: "POST",
|
|
108
|
-
operationId: "app-request-appinstallation-copy"
|
|
109
|
-
};
|
|
110
|
-
var appRetrieveStatus = {
|
|
111
|
-
path: "/v2/appinstallations/{appInstallationId}/status",
|
|
112
|
-
method: "GET",
|
|
113
|
-
operationId: "app-retrieve-status"
|
|
114
|
-
};
|
|
115
|
-
var appSetDatabaseUsers = {
|
|
116
|
-
path: "/v2/appinstallations/{appInstallationId}/databases/{databaseId}",
|
|
117
|
-
method: "PUT",
|
|
118
|
-
operationId: "app-set-database-users"
|
|
119
|
-
};
|
|
120
|
-
var appUnlinkDatabase = {
|
|
121
|
-
path: "/v2/appinstallations/{appInstallationId}/databases/{databaseId}",
|
|
122
|
-
method: "DELETE",
|
|
123
|
-
operationId: "app-unlink-database"
|
|
124
|
-
};
|
|
125
|
-
var articleGetArticle = {
|
|
126
|
-
path: "/v2/articles/{articleId}",
|
|
127
|
-
method: "GET",
|
|
128
|
-
operationId: "article-get-article"
|
|
129
|
-
};
|
|
130
|
-
var articleListArticles = {
|
|
131
|
-
path: "/v2/articles",
|
|
132
|
-
method: "GET",
|
|
133
|
-
operationId: "article-list-articles"
|
|
134
|
-
};
|
|
135
|
-
var backupCreateProjectBackupExport = {
|
|
136
|
-
path: "/v2/project-backups/{projectBackupId}/export",
|
|
137
|
-
method: "POST",
|
|
138
|
-
operationId: "backup-create-project-backup-export"
|
|
139
|
-
};
|
|
140
|
-
var backupDeleteProjectBackupExport = {
|
|
141
|
-
path: "/v2/project-backups/{projectBackupId}/export",
|
|
142
|
-
method: "DELETE",
|
|
143
|
-
operationId: "backup-delete-project-backup-export"
|
|
144
|
-
};
|
|
145
|
-
var backupListProjectBackupSchedules = {
|
|
146
|
-
path: "/v2/projects/{projectId}/backup-schedules",
|
|
147
|
-
method: "GET",
|
|
148
|
-
operationId: "backup-list-project-backup-schedules"
|
|
149
|
-
};
|
|
150
|
-
var backupCreateProjectBackupSchedule = {
|
|
151
|
-
path: "/v2/projects/{projectId}/backup-schedules",
|
|
152
|
-
method: "POST",
|
|
153
|
-
operationId: "backup-create-project-backup-schedule"
|
|
154
|
-
};
|
|
155
|
-
var backupListProjectBackups = {
|
|
156
|
-
path: "/v2/projects/{projectId}/backups",
|
|
157
|
-
method: "GET",
|
|
158
|
-
operationId: "backup-list-project-backups"
|
|
159
|
-
};
|
|
160
|
-
var backupCreateProjectBackup = {
|
|
161
|
-
path: "/v2/projects/{projectId}/backups",
|
|
162
|
-
method: "POST",
|
|
163
|
-
operationId: "backup-create-project-backup"
|
|
164
|
-
};
|
|
165
|
-
var backupGetProjectBackupSchedule = {
|
|
166
|
-
path: "/v2/project-backup-schedules/{projectBackupScheduleId}",
|
|
167
|
-
method: "GET",
|
|
168
|
-
operationId: "backup-get-project-backup-schedule"
|
|
169
|
-
};
|
|
170
|
-
var backupDeleteProjectBackupSchedule = {
|
|
171
|
-
path: "/v2/project-backup-schedules/{projectBackupScheduleId}",
|
|
172
|
-
method: "DELETE",
|
|
173
|
-
operationId: "backup-delete-project-backup-schedule"
|
|
174
|
-
};
|
|
175
|
-
var backupUpdateProjectBackupSchedule = {
|
|
176
|
-
path: "/v2/project-backup-schedules/{projectBackupScheduleId}",
|
|
177
|
-
method: "PATCH",
|
|
178
|
-
operationId: "backup-update-project-backup-schedule"
|
|
179
|
-
};
|
|
180
|
-
var backupGetProjectBackup = {
|
|
181
|
-
path: "/v2/project-backups/{projectBackupId}",
|
|
182
|
-
method: "GET",
|
|
183
|
-
operationId: "backup-get-project-backup"
|
|
184
|
-
};
|
|
185
|
-
var backupDeleteProjectBackup = {
|
|
186
|
-
path: "/v2/project-backups/{projectBackupId}",
|
|
187
|
-
method: "DELETE",
|
|
188
|
-
operationId: "backup-delete-project-backup"
|
|
189
|
-
};
|
|
190
|
-
var backupUpdateProjectBackupDescription = {
|
|
191
|
-
path: "/v2/project-backups/{projectBackupId}/description",
|
|
192
|
-
method: "PATCH",
|
|
193
|
-
operationId: "backup-update-project-backup-description"
|
|
194
|
-
};
|
|
195
|
-
var contractTerminateContractItem = {
|
|
196
|
-
path: "/v2/contracts/{contractId}/items/{contractItemId}/termination",
|
|
197
|
-
method: "POST",
|
|
198
|
-
operationId: "contract-terminate-contract-item"
|
|
199
|
-
};
|
|
200
|
-
var contractCancelContractItemTermination = {
|
|
201
|
-
path: "/v2/contracts/{contractId}/items/{contractItemId}/termination",
|
|
202
|
-
method: "DELETE",
|
|
203
|
-
operationId: "contract-cancel-contract-item-termination"
|
|
204
|
-
};
|
|
205
|
-
var contractCancelContractTariffChange = {
|
|
206
|
-
path: "/v2/contracts/{contractId}/items/{contractItemId}/tariff-change",
|
|
207
|
-
method: "DELETE",
|
|
208
|
-
operationId: "contract-cancel-contract-tariff-change"
|
|
209
|
-
};
|
|
210
|
-
var contractTerminateContract = {
|
|
211
|
-
path: "/v2/contracts/{contractId}/termination",
|
|
212
|
-
method: "POST",
|
|
213
|
-
operationId: "contract-terminate-contract"
|
|
214
|
-
};
|
|
215
|
-
var contractCancelContractTermination = {
|
|
216
|
-
path: "/v2/contracts/{contractId}/termination",
|
|
217
|
-
method: "DELETE",
|
|
218
|
-
operationId: "contract-cancel-contract-termination"
|
|
219
|
-
};
|
|
220
|
-
var contractGetBaseItemOfContract = {
|
|
221
|
-
path: "/v2/contracts/{contractId}/base-items",
|
|
222
|
-
method: "GET",
|
|
223
|
-
operationId: "contract-get-base-item-of-contract"
|
|
224
|
-
};
|
|
225
|
-
var contractGetDetailOfContractByDomain = {
|
|
226
|
-
path: "/v2/domains/{domainId}/contract",
|
|
227
|
-
method: "GET",
|
|
228
|
-
operationId: "contract-get-detail-of-contract-by-domain"
|
|
229
|
-
};
|
|
230
|
-
var contractGetDetailOfContractByProject = {
|
|
231
|
-
path: "/v2/projects/{projectId}/contract",
|
|
232
|
-
method: "GET",
|
|
233
|
-
operationId: "contract-get-detail-of-contract-by-project"
|
|
234
|
-
};
|
|
235
|
-
var contractGetDetailOfContractByServer = {
|
|
236
|
-
path: "/v2/servers/{serverId}/contract",
|
|
237
|
-
method: "GET",
|
|
238
|
-
operationId: "contract-get-detail-of-contract-by-server"
|
|
239
|
-
};
|
|
240
|
-
var contractGetDetailOfContractItem = {
|
|
241
|
-
path: "/v2/contracts/{contractId}/items/{contractItemId}",
|
|
242
|
-
method: "GET",
|
|
243
|
-
operationId: "contract-get-detail-of-contract-item"
|
|
244
|
-
};
|
|
245
|
-
var contractGetDetailOfContract = {
|
|
246
|
-
path: "/v2/contracts/{contractId}",
|
|
247
|
-
method: "GET",
|
|
248
|
-
operationId: "contract-get-detail-of-contract"
|
|
249
|
-
};
|
|
250
|
-
var contractGetNextTerminationDateForItem = {
|
|
251
|
-
path: "/v2/contracts/{contractId}/items/{contractItemId}/next-termination-dates",
|
|
252
|
-
method: "GET",
|
|
253
|
-
operationId: "contract-get-next-termination-date-for-item"
|
|
254
|
-
};
|
|
255
|
-
var contractListContracts = {
|
|
256
|
-
path: "/v2/customers/{customerId}/contracts",
|
|
257
|
-
method: "GET",
|
|
258
|
-
operationId: "contract-list-contracts"
|
|
259
|
-
};
|
|
260
|
-
var conversationListConversations = {
|
|
261
|
-
path: "/v2/conversations",
|
|
262
|
-
method: "GET",
|
|
263
|
-
operationId: "conversation-list-conversations"
|
|
264
|
-
};
|
|
265
|
-
var conversationCreateConversation = {
|
|
266
|
-
path: "/v2/conversations",
|
|
267
|
-
method: "POST",
|
|
268
|
-
operationId: "conversation-create-conversation"
|
|
269
|
-
};
|
|
270
|
-
var conversationListMessagesByConversation = {
|
|
271
|
-
path: "/v2/conversations/{conversationId}/messages",
|
|
272
|
-
method: "GET",
|
|
273
|
-
operationId: "conversation-list-messages-by-conversation"
|
|
274
|
-
};
|
|
275
|
-
var conversationCreateMessage = {
|
|
276
|
-
path: "/v2/conversations/{conversationId}/messages",
|
|
277
|
-
method: "POST",
|
|
278
|
-
operationId: "conversation-create-message"
|
|
279
|
-
};
|
|
280
|
-
var conversationGetCategory = {
|
|
281
|
-
path: "/v2/conversation-categories/{categoryId}",
|
|
282
|
-
method: "GET",
|
|
283
|
-
operationId: "conversation-get-category"
|
|
284
|
-
};
|
|
285
|
-
var conversationGetConversation = {
|
|
286
|
-
path: "/v2/conversations/{conversationId}",
|
|
287
|
-
method: "GET",
|
|
288
|
-
operationId: "conversation-get-conversation"
|
|
289
|
-
};
|
|
290
|
-
var conversationUpdateConversation = {
|
|
291
|
-
path: "/v2/conversations/{conversationId}",
|
|
292
|
-
method: "PUT",
|
|
293
|
-
operationId: "conversation-update-conversation"
|
|
294
|
-
};
|
|
295
|
-
var conversationListCategories = {
|
|
296
|
-
path: "/v2/conversation-categories",
|
|
297
|
-
method: "GET",
|
|
298
|
-
operationId: "conversation-list-categories"
|
|
299
|
-
};
|
|
300
|
-
var conversationRequestFileUpload = {
|
|
301
|
-
path: "/v2/conversations/{conversationId}/files",
|
|
302
|
-
method: "POST",
|
|
303
|
-
operationId: "conversation-request-file-upload"
|
|
304
|
-
};
|
|
305
|
-
var conversationSetConversationStatus = {
|
|
306
|
-
path: "/v2/conversations/{conversationId}/status",
|
|
307
|
-
method: "PUT",
|
|
308
|
-
operationId: "conversation-set-conversation-status"
|
|
309
|
-
};
|
|
310
|
-
var conversationUpdateMessage = {
|
|
311
|
-
path: "/v2/conversations/{conversationId}/messages/{messageId}",
|
|
312
|
-
method: "PATCH",
|
|
313
|
-
operationId: "conversation-update-message"
|
|
314
|
-
};
|
|
315
|
-
var cronjobAbortExecution = {
|
|
316
|
-
path: "/v2/cronjobs/{cronjobId}/executions/{executionId}/actions/abort",
|
|
317
|
-
method: "POST",
|
|
318
|
-
operationId: "cronjob-abort-execution"
|
|
319
|
-
};
|
|
320
|
-
var cronjobListCronjobs = {
|
|
321
|
-
path: "/v2/projects/{projectId}/cronjobs",
|
|
322
|
-
method: "GET",
|
|
323
|
-
operationId: "cronjob-list-cronjobs"
|
|
324
|
-
};
|
|
325
|
-
var cronjobCreateCronjob = {
|
|
326
|
-
path: "/v2/projects/{projectId}/cronjobs",
|
|
327
|
-
method: "POST",
|
|
328
|
-
operationId: "cronjob-create-cronjob"
|
|
329
|
-
};
|
|
330
|
-
var cronjobListExecutions = {
|
|
331
|
-
path: "/v2/cronjobs/{cronjobId}/executions",
|
|
332
|
-
method: "GET",
|
|
333
|
-
operationId: "cronjob-list-executions"
|
|
334
|
-
};
|
|
335
|
-
var cronjobCreateExecution = {
|
|
336
|
-
path: "/v2/cronjobs/{cronjobId}/executions",
|
|
337
|
-
method: "POST",
|
|
338
|
-
operationId: "cronjob-create-execution"
|
|
339
|
-
};
|
|
340
|
-
var cronjobGetCronjob = {
|
|
341
|
-
path: "/v2/cronjobs/{cronjobId}",
|
|
342
|
-
method: "GET",
|
|
343
|
-
operationId: "cronjob-get-cronjob"
|
|
344
|
-
};
|
|
345
|
-
var cronjobDeleteCronjob = {
|
|
346
|
-
path: "/v2/cronjobs/{cronjobId}",
|
|
347
|
-
method: "DELETE",
|
|
348
|
-
operationId: "cronjob-delete-cronjob"
|
|
349
|
-
};
|
|
350
|
-
var cronjobUpdateCronjob = {
|
|
351
|
-
path: "/v2/cronjobs/{cronjobId}",
|
|
352
|
-
method: "PATCH",
|
|
353
|
-
operationId: "cronjob-update-cronjob"
|
|
354
|
-
};
|
|
355
|
-
var cronjobGetExecution = {
|
|
356
|
-
path: "/v2/cronjobs/{cronjobId}/executions/{executionId}",
|
|
357
|
-
method: "GET",
|
|
358
|
-
operationId: "cronjob-get-execution"
|
|
359
|
-
};
|
|
360
|
-
var cronjobUpdateCronjobAppId = {
|
|
361
|
-
path: "/v2/cronjobs/{cronjobId}/app-id",
|
|
362
|
-
method: "PATCH",
|
|
363
|
-
operationId: "cronjob-update-cronjob-app-id"
|
|
364
|
-
};
|
|
365
|
-
var customerAcceptCustomerInvite = {
|
|
366
|
-
path: "/v2/customer-invites/{inviteId}/actions/accept",
|
|
367
|
-
method: "POST",
|
|
368
|
-
operationId: "customer-accept-customer-invite"
|
|
369
|
-
};
|
|
370
|
-
var customerListOfCustomerCategories = {
|
|
371
|
-
path: "/v2/customer-categories",
|
|
372
|
-
method: "GET",
|
|
373
|
-
operationId: "customer-list-of-customer-categories"
|
|
374
|
-
};
|
|
375
|
-
var customerCreateCategory = {
|
|
376
|
-
path: "/v2/customer-categories",
|
|
377
|
-
method: "POST",
|
|
378
|
-
operationId: "customer-create-category"
|
|
379
|
-
};
|
|
380
|
-
var customerCreateCustomerInvite = {
|
|
381
|
-
path: "/v2/customer/{customerId}/invites",
|
|
382
|
-
method: "POST",
|
|
383
|
-
operationId: "customer-create-customer-invite"
|
|
384
|
-
};
|
|
385
|
-
var customerListCustomers = {
|
|
386
|
-
path: "/v2/customers",
|
|
387
|
-
method: "GET",
|
|
388
|
-
operationId: "customer-list-customers"
|
|
389
|
-
};
|
|
390
|
-
var customerCreateCustomer = {
|
|
391
|
-
path: "/v2/customers",
|
|
392
|
-
method: "POST",
|
|
393
|
-
operationId: "customer-create-customer"
|
|
394
|
-
};
|
|
395
|
-
var customerDeclineCustomerInvite = {
|
|
396
|
-
path: "/v2/customer-invites/{inviteId}/actions/decline",
|
|
397
|
-
method: "POST",
|
|
398
|
-
operationId: "customer-decline-customer-invite"
|
|
399
|
-
};
|
|
400
|
-
var customerGetCustomerCategory = {
|
|
401
|
-
path: "/v2/customer-categories/{categoryId}",
|
|
402
|
-
method: "GET",
|
|
403
|
-
operationId: "customer-get-customer-category"
|
|
404
|
-
};
|
|
405
|
-
var customerUpdateCategory = {
|
|
406
|
-
path: "/v2/customer-categories/{categoryId}",
|
|
407
|
-
method: "PUT",
|
|
408
|
-
operationId: "customer-update-category"
|
|
409
|
-
};
|
|
410
|
-
var customerDeleteCategory = {
|
|
411
|
-
path: "/v2/customer-categories/{categoryId}",
|
|
412
|
-
method: "DELETE",
|
|
413
|
-
operationId: "customer-delete-category"
|
|
414
|
-
};
|
|
415
|
-
var customerGetCustomerInvite = {
|
|
416
|
-
path: "/v2/customer-invites/{inviteId}",
|
|
417
|
-
method: "GET",
|
|
418
|
-
operationId: "customer-get-customer-invite"
|
|
419
|
-
};
|
|
420
|
-
var customerDeleteCustomerInvite = {
|
|
421
|
-
path: "/v2/customer-invites/{inviteId}",
|
|
422
|
-
method: "DELETE",
|
|
423
|
-
operationId: "customer-delete-customer-invite"
|
|
424
|
-
};
|
|
425
|
-
var customerGetCustomerMembership = {
|
|
426
|
-
path: "/v2/customer-memberships/{membershipId}",
|
|
427
|
-
method: "GET",
|
|
428
|
-
operationId: "customer-get-customer-membership"
|
|
429
|
-
};
|
|
430
|
-
var customerDeleteCustomerMembership = {
|
|
431
|
-
path: "/v2/customer-memberships/{membershipId}",
|
|
432
|
-
method: "DELETE",
|
|
433
|
-
operationId: "customer-delete-customer-membership"
|
|
434
|
-
};
|
|
435
|
-
var customerUpdateCustomerMembership = {
|
|
436
|
-
path: "/v2/customer-memberships/{membershipId}",
|
|
437
|
-
method: "PATCH",
|
|
438
|
-
operationId: "customer-update-customer-membership"
|
|
439
|
-
};
|
|
440
|
-
var customerGetCustomer = {
|
|
441
|
-
path: "/v2/customers/{customerId}",
|
|
442
|
-
method: "GET",
|
|
443
|
-
operationId: "customer-get-customer"
|
|
444
|
-
};
|
|
445
|
-
var customerUpdateCustomer = {
|
|
446
|
-
path: "/v2/customers/{customerId}",
|
|
447
|
-
method: "PUT",
|
|
448
|
-
operationId: "customer-update-customer"
|
|
449
|
-
};
|
|
450
|
-
var customerDeleteCustomer = {
|
|
451
|
-
path: "/v2/customers/{customerId}",
|
|
452
|
-
method: "DELETE",
|
|
453
|
-
operationId: "customer-delete-customer"
|
|
454
|
-
};
|
|
455
|
-
var customerGetCustomerTokenInvite = {
|
|
456
|
-
path: "/v2/customer-token-invite",
|
|
457
|
-
method: "GET",
|
|
458
|
-
operationId: "customer-get-customer-token-invite"
|
|
459
|
-
};
|
|
460
|
-
var customerIsCustomerLegallyCompetent = {
|
|
461
|
-
path: "/v2/customers/{customerId}/legally-competent",
|
|
462
|
-
method: "GET",
|
|
463
|
-
operationId: "customer-is-customer-legally-competent"
|
|
464
|
-
};
|
|
465
|
-
var customerLeaveCustomer = {
|
|
466
|
-
path: "/v2/customer/{customerId}/actions/leave",
|
|
467
|
-
method: "POST",
|
|
468
|
-
operationId: "customer-leave-customer"
|
|
469
|
-
};
|
|
470
|
-
var customerListCustomerInvites = {
|
|
471
|
-
path: "/v2/customer-invites",
|
|
472
|
-
method: "GET",
|
|
473
|
-
operationId: "customer-list-customer-invites"
|
|
474
|
-
};
|
|
475
|
-
var customerListCustomerMemberships = {
|
|
476
|
-
path: "/v2/customer-memberships",
|
|
477
|
-
method: "GET",
|
|
478
|
-
operationId: "customer-list-customer-memberships"
|
|
479
|
-
};
|
|
480
|
-
var customerListInvitesForCustomer = {
|
|
481
|
-
path: "/v2/customers/{customerId}/invites",
|
|
482
|
-
method: "GET",
|
|
483
|
-
operationId: "customer-list-invites-for-customer"
|
|
484
|
-
};
|
|
485
|
-
var customerListMembershipsForCustomer = {
|
|
486
|
-
path: "/v2/customers/{customerId}/memberships",
|
|
487
|
-
method: "GET",
|
|
488
|
-
operationId: "customer-list-memberships-for-customer"
|
|
489
|
-
};
|
|
490
|
-
var customerRequestAvatarUpload = {
|
|
491
|
-
path: "/v2/customers/{customerId}/avatar",
|
|
492
|
-
method: "POST",
|
|
493
|
-
operationId: "customer-request-avatar-upload"
|
|
494
|
-
};
|
|
495
|
-
var customerRemoveAvatar = {
|
|
496
|
-
path: "/v2/customers/{customerId}/avatar",
|
|
497
|
-
method: "DELETE",
|
|
498
|
-
operationId: "customer-remove-avatar"
|
|
499
|
-
};
|
|
500
|
-
var customerResendCustomerInviteMail = {
|
|
501
|
-
path: "/v2/customer-invites/{inviteId}/actions/resend",
|
|
502
|
-
method: "POST",
|
|
503
|
-
operationId: "customer-resend-customer-invite-mail"
|
|
504
|
-
};
|
|
505
|
-
var databaseListMysqlDatabases = {
|
|
506
|
-
path: "/v2/projects/{projectId}/mysql-databases",
|
|
507
|
-
method: "GET",
|
|
508
|
-
operationId: "database-list-mysql-databases"
|
|
509
|
-
};
|
|
510
|
-
var databaseCreateMysqlDatabase = {
|
|
511
|
-
path: "/v2/projects/{projectId}/mysql-databases",
|
|
512
|
-
method: "POST",
|
|
513
|
-
operationId: "database-create-mysql-database"
|
|
514
|
-
};
|
|
515
|
-
var databaseListMysqlUsers = {
|
|
516
|
-
path: "/v2/mysql-databases/{databaseId}/users",
|
|
517
|
-
method: "GET",
|
|
518
|
-
operationId: "database-list-mysql-users"
|
|
519
|
-
};
|
|
520
|
-
var databaseCreateMysqlUser = {
|
|
521
|
-
path: "/v2/mysql-databases/{databaseId}/users",
|
|
522
|
-
method: "POST",
|
|
523
|
-
operationId: "database-create-mysql-user"
|
|
524
|
-
};
|
|
525
|
-
var databaseListRedisDatabases = {
|
|
526
|
-
path: "/v2/projects/{projectId}/redis-databases",
|
|
527
|
-
method: "GET",
|
|
528
|
-
operationId: "database-list-redis-databases"
|
|
529
|
-
};
|
|
530
|
-
var databaseCreateRedisDatabase = {
|
|
531
|
-
path: "/v2/projects/{projectId}/redis-databases",
|
|
532
|
-
method: "POST",
|
|
533
|
-
operationId: "database-create-redis-database"
|
|
534
|
-
};
|
|
535
|
-
var databaseGetMysqlDatabase = {
|
|
536
|
-
path: "/v2/mysql-databases/{mysqlDatabaseId}",
|
|
537
|
-
method: "GET",
|
|
538
|
-
operationId: "database-get-mysql-database"
|
|
539
|
-
};
|
|
540
|
-
var databaseDeleteMysqlDatabase = {
|
|
541
|
-
path: "/v2/mysql-databases/{mysqlDatabaseId}",
|
|
542
|
-
method: "DELETE",
|
|
543
|
-
operationId: "database-delete-mysql-database"
|
|
544
|
-
};
|
|
545
|
-
var databaseGetMysqlUser = {
|
|
546
|
-
path: "/v2/mysql-users/{mysqlUserId}",
|
|
547
|
-
method: "GET",
|
|
548
|
-
operationId: "database-get-mysql-user"
|
|
549
|
-
};
|
|
550
|
-
var databaseUpdateMysqlUser = {
|
|
551
|
-
path: "/v2/mysql-users/{mysqlUserId}",
|
|
552
|
-
method: "PUT",
|
|
553
|
-
operationId: "database-update-mysql-user"
|
|
554
|
-
};
|
|
555
|
-
var databaseDeleteMysqlUser = {
|
|
556
|
-
path: "/v2/mysql-users/{mysqlUserId}",
|
|
557
|
-
method: "DELETE",
|
|
558
|
-
operationId: "database-delete-mysql-user"
|
|
559
|
-
};
|
|
560
|
-
var databaseGetRedisDatabase = {
|
|
561
|
-
path: "/v2/redis-databases/{redisDatabaseId}",
|
|
562
|
-
method: "GET",
|
|
563
|
-
operationId: "database-get-redis-database"
|
|
564
|
-
};
|
|
565
|
-
var databaseDeleteRedisDatabase = {
|
|
566
|
-
path: "/v2/redis-databases/{redisDatabaseId}",
|
|
567
|
-
method: "DELETE",
|
|
568
|
-
operationId: "database-delete-redis-database"
|
|
569
|
-
};
|
|
570
|
-
var databaseDisableMysqlUser = {
|
|
571
|
-
path: "/v2/mysql-users/{mysqlUserId}/actions/disable",
|
|
572
|
-
method: "POST",
|
|
573
|
-
operationId: "database-disable-mysql-user"
|
|
574
|
-
};
|
|
575
|
-
var databaseEnableMysqlUser = {
|
|
576
|
-
path: "/v2/mysql-users/{mysqlUserId}/actions/enable",
|
|
577
|
-
method: "POST",
|
|
578
|
-
operationId: "database-enable-mysql-user"
|
|
579
|
-
};
|
|
580
|
-
var databaseGetMysqlUserPhpMyAdminUrl = {
|
|
581
|
-
path: "/v2/mysql-users/{mysqlUserId}/php-my-admin-url",
|
|
582
|
-
method: "GET",
|
|
583
|
-
operationId: "database-get-mysql-user-php-my-admin-url"
|
|
584
|
-
};
|
|
585
|
-
var databaseListMysqlCharsets = {
|
|
586
|
-
path: "/v2/mysql-charsets",
|
|
587
|
-
method: "GET",
|
|
588
|
-
operationId: "database-list-mysql-charsets"
|
|
589
|
-
};
|
|
590
|
-
var databaseListMysqlVersions = {
|
|
591
|
-
path: "/v2/mysql-versions",
|
|
592
|
-
method: "GET",
|
|
593
|
-
operationId: "database-list-mysql-versions"
|
|
594
|
-
};
|
|
595
|
-
var databaseListRedisVersions = {
|
|
596
|
-
path: "/v2/redis-versions",
|
|
597
|
-
method: "GET",
|
|
598
|
-
operationId: "database-list-redis-versions"
|
|
599
|
-
};
|
|
600
|
-
var databaseUpdateMysqlDatabaseDefaultCharset = {
|
|
601
|
-
path: "/v2/mysql-databases/{mysqlDatabaseId}/default-charset",
|
|
602
|
-
method: "PATCH",
|
|
603
|
-
operationId: "database-update-mysql-database-default-charset"
|
|
604
|
-
};
|
|
605
|
-
var databaseUpdateMysqlDatabaseDescription = {
|
|
606
|
-
path: "/v2/mysql-databases/{mysqlDatabaseId}/description",
|
|
607
|
-
method: "PATCH",
|
|
608
|
-
operationId: "database-update-mysql-database-description"
|
|
609
|
-
};
|
|
610
|
-
var databaseUpdateMysqlUserPassword = {
|
|
611
|
-
path: "/v2/mysql-users/{mysqlUserId}/password",
|
|
612
|
-
method: "PATCH",
|
|
613
|
-
operationId: "database-update-mysql-user-password"
|
|
614
|
-
};
|
|
615
|
-
var databaseUpdateRedisDatabaseConfiguration = {
|
|
616
|
-
path: "/v2/redis-databases/{redisDatabaseId}/configuration",
|
|
617
|
-
method: "PATCH",
|
|
618
|
-
operationId: "database-update-redis-database-configuration"
|
|
619
|
-
};
|
|
620
|
-
var databaseUpdateRedisDatabaseDescription = {
|
|
621
|
-
path: "/v2/redis-databases/{redisDatabaseId}/description",
|
|
622
|
-
method: "PATCH",
|
|
623
|
-
operationId: "database-update-redis-database-description"
|
|
624
|
-
};
|
|
625
|
-
var newsletterSubscribeUser = {
|
|
626
|
-
path: "/v2/newsletter-subscriptions",
|
|
627
|
-
method: "POST",
|
|
628
|
-
operationId: "newsletter-subscribe-user"
|
|
629
|
-
};
|
|
630
|
-
var dnsCreateDnsZone = {
|
|
631
|
-
path: "/v2/dns-zones",
|
|
632
|
-
method: "POST",
|
|
633
|
-
operationId: "dns-create-dns-zone"
|
|
634
|
-
};
|
|
635
|
-
var dnsGetDnsZone = {
|
|
636
|
-
path: "/v2/dns-zones/{dnsZoneId}",
|
|
637
|
-
method: "GET",
|
|
638
|
-
operationId: "dns-get-dns-zone"
|
|
639
|
-
};
|
|
640
|
-
var dnsDeleteDnsZone = {
|
|
641
|
-
path: "/v2/dns-zones/{dnsZoneId}",
|
|
642
|
-
method: "DELETE",
|
|
643
|
-
operationId: "dns-delete-dns-zone"
|
|
644
|
-
};
|
|
645
|
-
var dnsListDnsZones = {
|
|
646
|
-
path: "/v2/projects/{projectId}/dns-zones",
|
|
647
|
-
method: "GET",
|
|
648
|
-
operationId: "dns-list-dns-zones"
|
|
649
|
-
};
|
|
650
|
-
var dnsSetRecordSetManaged = {
|
|
651
|
-
path: "/v2/dns-zones/{dnsZoneId}/record-sets/{recordSet}/actions/set-managed",
|
|
652
|
-
method: "POST",
|
|
653
|
-
operationId: "dns-set-record-set-managed"
|
|
654
|
-
};
|
|
655
|
-
var dnsUpdateRecordSet = {
|
|
656
|
-
path: "/v2/dns-zones/{dnsZoneId}/record-sets/{recordSet}",
|
|
657
|
-
method: "PUT",
|
|
658
|
-
operationId: "dns-update-record-set"
|
|
659
|
-
};
|
|
660
|
-
var domainAbortDomainDeclaration = {
|
|
661
|
-
path: "/v2/domains/{domainId}/declaration",
|
|
662
|
-
method: "DELETE",
|
|
663
|
-
operationId: "domain-abort-domain-declaration"
|
|
664
|
-
};
|
|
665
|
-
var domainCheckDomainRegistrability = {
|
|
666
|
-
path: "/v2/domain-registrable",
|
|
667
|
-
method: "POST",
|
|
668
|
-
operationId: "domain-check-domain-registrability"
|
|
669
|
-
};
|
|
670
|
-
var domainCreateDomainAuthCode2 = {
|
|
671
|
-
path: "/v2/domains/{domainId}/actions/auth-code-2",
|
|
672
|
-
method: "POST",
|
|
673
|
-
operationId: "domain-create-domain-auth-code-2"
|
|
674
|
-
};
|
|
675
|
-
var domainCreateDomainAuthCode = {
|
|
676
|
-
path: "/v2/domains/{domainId}/actions/auth-code",
|
|
677
|
-
method: "POST",
|
|
678
|
-
operationId: "domain-create-domain-auth-code"
|
|
679
|
-
};
|
|
680
|
-
var domainUpdateDomainNameservers = {
|
|
681
|
-
path: "/v2/domains/{domainId}/nameservers",
|
|
682
|
-
method: "PATCH",
|
|
683
|
-
operationId: "domain-update-domain-nameservers"
|
|
684
|
-
};
|
|
685
|
-
var domainGetDomain = {
|
|
686
|
-
path: "/v2/domains/{domainId}",
|
|
687
|
-
method: "GET",
|
|
688
|
-
operationId: "domain-get-domain"
|
|
689
|
-
};
|
|
690
|
-
var domainDeleteDomain = {
|
|
691
|
-
path: "/v2/domains/{domainId}",
|
|
692
|
-
method: "DELETE",
|
|
693
|
-
operationId: "domain-delete-domain"
|
|
694
|
-
};
|
|
695
|
-
var domainGetDomainOwnership = {
|
|
696
|
-
path: "/v2/domain-ownerships/{domainOwnershipId}",
|
|
697
|
-
method: "GET",
|
|
698
|
-
operationId: "domain-get-domain-ownership"
|
|
699
|
-
};
|
|
700
|
-
var domainGetScreenshotForDomain = {
|
|
701
|
-
path: "/v2/domains/{domainId}/screenshots/newest",
|
|
702
|
-
method: "GET",
|
|
703
|
-
operationId: "domain-get-screenshot-for-domain"
|
|
704
|
-
};
|
|
705
|
-
var domainListDomainOwnerships = {
|
|
706
|
-
path: "/v2/projects/{projectId}/domain-ownerships",
|
|
707
|
-
method: "GET",
|
|
708
|
-
operationId: "domain-list-domain-ownerships"
|
|
709
|
-
};
|
|
710
|
-
var domainListDomains = {
|
|
711
|
-
path: "/v2/projects/{projectId}/domains",
|
|
712
|
-
method: "GET",
|
|
713
|
-
operationId: "domain-list-domains"
|
|
714
|
-
};
|
|
715
|
-
var domainListTldContactSchemas = {
|
|
716
|
-
path: "/v2/domain-tlds/{tld}/contact-schemas",
|
|
717
|
-
method: "GET",
|
|
718
|
-
operationId: "domain-list-tld-contact-schemas"
|
|
719
|
-
};
|
|
720
|
-
var domainListTlds = {
|
|
721
|
-
path: "/v2/domain-tlds",
|
|
722
|
-
method: "GET",
|
|
723
|
-
operationId: "domain-list-tlds"
|
|
724
|
-
};
|
|
725
|
-
var domainResendDomainEmail = {
|
|
726
|
-
path: "/v2/domains/{domainId}/actions/resend-email",
|
|
727
|
-
method: "POST",
|
|
728
|
-
operationId: "domain-resend-domain-email"
|
|
729
|
-
};
|
|
730
|
-
var domainUpdateDomainAuthCode = {
|
|
731
|
-
path: "/v2/domains/{domainId}/auth-code",
|
|
732
|
-
method: "PATCH",
|
|
733
|
-
operationId: "domain-update-domain-auth-code"
|
|
734
|
-
};
|
|
735
|
-
var domainUpdateDomainContact = {
|
|
736
|
-
path: "/v2/domains/{domainId}/contacts/{contact}",
|
|
737
|
-
method: "PATCH",
|
|
738
|
-
operationId: "domain-update-domain-contact"
|
|
739
|
-
};
|
|
740
|
-
var domainUpdateDomainProjectId = {
|
|
741
|
-
path: "/v2/domains/{domainId}/project-id",
|
|
742
|
-
method: "PATCH",
|
|
743
|
-
operationId: "domain-update-domain-project-id"
|
|
744
|
-
};
|
|
745
|
-
var domainVerifyDomainOwnership = {
|
|
746
|
-
path: "/v2/domain-ownerships/{domainOwnershipId}/actions/verify",
|
|
747
|
-
method: "POST",
|
|
748
|
-
operationId: "domain-verify-domain-ownership"
|
|
749
|
-
};
|
|
750
|
-
var fileCreateFile = {
|
|
751
|
-
path: "/v2/files",
|
|
752
|
-
method: "POST",
|
|
753
|
-
operationId: "file-create-file"
|
|
754
|
-
};
|
|
755
|
-
var fileGetFileMeta = {
|
|
756
|
-
path: "/v2/files/{fileId}/meta",
|
|
757
|
-
method: "GET",
|
|
758
|
-
operationId: "file-get-file-meta"
|
|
759
|
-
};
|
|
760
|
-
var fileGetFileTokenRules = {
|
|
761
|
-
path: "/v2/file-token-rules/{token}",
|
|
762
|
-
method: "GET",
|
|
763
|
-
operationId: "file-get-file-token-rules"
|
|
764
|
-
};
|
|
765
|
-
var fileGetFileTypeRules = {
|
|
766
|
-
path: "/v2/file-type-rules/{name}",
|
|
767
|
-
method: "GET",
|
|
768
|
-
operationId: "file-get-file-type-rules"
|
|
769
|
-
};
|
|
770
|
-
var fileGetFile = {
|
|
771
|
-
path: "/v2/files/{fileId}",
|
|
772
|
-
method: "GET",
|
|
773
|
-
operationId: "file-get-file"
|
|
774
|
-
};
|
|
775
|
-
var ingressCreate = {
|
|
776
|
-
path: "/v2/ingresses/",
|
|
777
|
-
method: "POST",
|
|
778
|
-
operationId: "ingress-create"
|
|
779
|
-
};
|
|
780
|
-
var ingressGetSpecific = {
|
|
781
|
-
path: "/v2/ingresses/{ingressId}",
|
|
782
|
-
method: "GET",
|
|
783
|
-
operationId: "ingress-get-specific"
|
|
784
|
-
};
|
|
785
|
-
var ingressDelete = {
|
|
786
|
-
path: "/v2/ingresses/{ingressId}",
|
|
787
|
-
method: "DELETE",
|
|
788
|
-
operationId: "ingress-delete"
|
|
789
|
-
};
|
|
790
|
-
var ingressListAccessible = {
|
|
791
|
-
path: "/v2/ingresses",
|
|
792
|
-
method: "GET",
|
|
793
|
-
operationId: "ingress-list-accessible"
|
|
794
|
-
};
|
|
795
|
-
var ingressListForProject = {
|
|
796
|
-
path: "/v2/projects/{projectId}/ingresses",
|
|
797
|
-
method: "GET",
|
|
798
|
-
operationId: "ingress-list-for-project"
|
|
799
|
-
};
|
|
800
|
-
var ingressPaths = {
|
|
801
|
-
path: "/v2/ingresses/{ingressId}/paths",
|
|
802
|
-
method: "PUT",
|
|
803
|
-
operationId: "ingress-paths"
|
|
804
|
-
};
|
|
805
|
-
var ingressRequestAcmeCertificateIssuance = {
|
|
806
|
-
path: "/v2/ingresses/{ingressId}/actions/request-acme-certificate-issuance",
|
|
807
|
-
method: "POST",
|
|
808
|
-
operationId: "ingress-request-acme-certificate-issuance"
|
|
809
|
-
};
|
|
810
|
-
var ingressTls = {
|
|
811
|
-
path: "/v2/ingresses/{ingressId}/tls",
|
|
812
|
-
method: "PUT",
|
|
813
|
-
operationId: "ingress-tls"
|
|
814
|
-
};
|
|
815
|
-
var invoiceDetailOfInvoice = {
|
|
816
|
-
path: "/v2/customers/{customerId}/invoices/{invoiceId}",
|
|
817
|
-
method: "GET",
|
|
818
|
-
operationId: "invoice-detail-of-invoice"
|
|
819
|
-
};
|
|
820
|
-
var invoiceGetDetailOfInvoiceSettings = {
|
|
821
|
-
path: "/v2/customers/{customerId}/invoice-settings",
|
|
822
|
-
method: "GET",
|
|
823
|
-
operationId: "invoice-get-detail-of-invoice-settings"
|
|
824
|
-
};
|
|
825
|
-
var invoiceUpdateInvoiceSettings = {
|
|
826
|
-
path: "/v2/customers/{customerId}/invoice-settings",
|
|
827
|
-
method: "PUT",
|
|
828
|
-
operationId: "invoice-update-invoice-settings"
|
|
829
|
-
};
|
|
830
|
-
var invoiceListCustomerInvoices = {
|
|
831
|
-
path: "/v2/customers/{customerId}/invoices",
|
|
832
|
-
method: "GET",
|
|
833
|
-
operationId: "invoice-list-customer-invoices"
|
|
834
|
-
};
|
|
835
|
-
var mailListDeliveryBoxes = {
|
|
836
|
-
path: "/v2/projects/{projectId}/delivery-boxes",
|
|
837
|
-
method: "GET",
|
|
838
|
-
operationId: "mail-list-delivery-boxes"
|
|
839
|
-
};
|
|
840
|
-
var mailCreateDeliverybox = {
|
|
841
|
-
path: "/v2/projects/{projectId}/delivery-boxes",
|
|
842
|
-
method: "POST",
|
|
843
|
-
operationId: "mail-create-deliverybox"
|
|
844
|
-
};
|
|
845
|
-
var mailListMailAddresses = {
|
|
846
|
-
path: "/v2/projects/{projectId}/mail-addresses",
|
|
847
|
-
method: "GET",
|
|
848
|
-
operationId: "mail-list-mail-addresses"
|
|
849
|
-
};
|
|
850
|
-
var mailCreateMailAddress = {
|
|
851
|
-
path: "/v2/projects/{projectId}/mail-addresses",
|
|
852
|
-
method: "POST",
|
|
853
|
-
operationId: "mail-create-mail-address"
|
|
854
|
-
};
|
|
855
|
-
var mailGetDeliveryBox = {
|
|
856
|
-
path: "/v2/delivery-boxes/{deliveryBoxId}",
|
|
857
|
-
method: "GET",
|
|
858
|
-
operationId: "mail-get-delivery-box"
|
|
859
|
-
};
|
|
860
|
-
var mailDeleteDeliveryBox = {
|
|
861
|
-
path: "/v2/delivery-boxes/{deliveryBoxId}",
|
|
862
|
-
method: "DELETE",
|
|
863
|
-
operationId: "mail-delete-delivery-box"
|
|
864
|
-
};
|
|
865
|
-
var mailGetMailAddress = {
|
|
866
|
-
path: "/v2/mail-addresses/{mailAddressId}",
|
|
867
|
-
method: "GET",
|
|
868
|
-
operationId: "mail-get-mail-address"
|
|
869
|
-
};
|
|
870
|
-
var mailDeleteMailAddress = {
|
|
871
|
-
path: "/v2/mail-addresses/{mailAddressId}",
|
|
872
|
-
method: "DELETE",
|
|
873
|
-
operationId: "mail-delete-mail-address"
|
|
874
|
-
};
|
|
875
|
-
var mailListProjectMailSettings = {
|
|
876
|
-
path: "/v2/projects/{projectId}/mail-settings",
|
|
877
|
-
method: "GET",
|
|
878
|
-
operationId: "mail-list-project-mail-settings"
|
|
879
|
-
};
|
|
880
|
-
var mailUpdateDeliveryBoxDescription = {
|
|
881
|
-
path: "/v2/delivery-boxes/{deliveryBoxId}/description",
|
|
882
|
-
method: "PATCH",
|
|
883
|
-
operationId: "mail-update-delivery-box-description"
|
|
884
|
-
};
|
|
885
|
-
var mailUpdateDeliveryBoxPassword = {
|
|
886
|
-
path: "/v2/delivery-boxes/{deliveryBoxId}/password",
|
|
887
|
-
method: "PATCH",
|
|
888
|
-
operationId: "mail-update-delivery-box-password"
|
|
889
|
-
};
|
|
890
|
-
var mailUpdateMailAddressAddress = {
|
|
891
|
-
path: "/v2/mail-addresses/{mailAddressId}/address",
|
|
892
|
-
method: "PATCH",
|
|
893
|
-
operationId: "mail-update-mail-address-address"
|
|
894
|
-
};
|
|
895
|
-
var mailUpdateMailAddressAutoresponder = {
|
|
896
|
-
path: "/v2/mail-addresses/{mailAddressId}/autoresponder",
|
|
897
|
-
method: "PUT",
|
|
898
|
-
operationId: "mail-update-mail-address-autoresponder"
|
|
899
|
-
};
|
|
900
|
-
var mailUpdateMailAddressCatchall = {
|
|
901
|
-
path: "/v2/mail-addresses/{mailAddressId}/catchall",
|
|
902
|
-
method: "PUT",
|
|
903
|
-
operationId: "mail-update-mail-address-catchall"
|
|
904
|
-
};
|
|
905
|
-
var mailUpdateMailAddressForwardAddresses = {
|
|
906
|
-
path: "/v2/mail-addresses/{mailAddressId}/forward-addresses",
|
|
907
|
-
method: "PUT",
|
|
908
|
-
operationId: "mail-update-mail-address-forward-addresses"
|
|
909
|
-
};
|
|
910
|
-
var mailUpdateMailAddressPassword = {
|
|
911
|
-
path: "/v2/mail-addresses/{mailAddressId}/password",
|
|
912
|
-
method: "PUT",
|
|
913
|
-
operationId: "mail-update-mail-address-password"
|
|
914
|
-
};
|
|
915
|
-
var mailUpdateMailAddressQuota = {
|
|
916
|
-
path: "/v2/mail-addresses/{mailAddressId}/quota",
|
|
917
|
-
method: "PUT",
|
|
918
|
-
operationId: "mail-update-mail-address-quota"
|
|
919
|
-
};
|
|
920
|
-
var mailUpdateMailAddressSpamProtection = {
|
|
921
|
-
path: "/v2/mail-addresses/{mailAddressId}/spam-protection",
|
|
922
|
-
method: "PUT",
|
|
923
|
-
operationId: "mail-update-mail-address-spam-protection"
|
|
924
|
-
};
|
|
925
|
-
var mailUpdateProjectMailSetting = {
|
|
926
|
-
path: "/v2/projects/{projectId}/mail-settings/{setting}",
|
|
927
|
-
method: "PUT",
|
|
928
|
-
operationId: "mail-update-project-mail-setting"
|
|
929
|
-
};
|
|
930
|
-
var newsletterGetInfo = {
|
|
931
|
-
path: "/v2/newsletter-subscriptions/self",
|
|
932
|
-
method: "GET",
|
|
933
|
-
operationId: "newsletter-get-info"
|
|
934
|
-
};
|
|
935
|
-
var newsletterUnsubscribeUser = {
|
|
936
|
-
path: "/v2/newsletter-subscriptions/self",
|
|
937
|
-
method: "DELETE",
|
|
938
|
-
operationId: "newsletter-unsubscribe-user"
|
|
939
|
-
};
|
|
940
|
-
var notificationsCountUnreadNotifications = {
|
|
941
|
-
path: "/v2/notifications/unread-counts",
|
|
942
|
-
method: "GET",
|
|
943
|
-
operationId: "notifications-count-unread-notifications"
|
|
944
|
-
};
|
|
945
|
-
var notificationsListNotifications = {
|
|
946
|
-
path: "/v2/notifications",
|
|
947
|
-
method: "GET",
|
|
948
|
-
operationId: "notifications-list-notifications"
|
|
949
|
-
};
|
|
950
|
-
var notificationsReadAllNotifications = {
|
|
951
|
-
path: "/v2/notifications/actions/read-all",
|
|
952
|
-
method: "POST",
|
|
953
|
-
operationId: "notifications-read-all-notifications"
|
|
954
|
-
};
|
|
955
|
-
var notificationsReadNotification = {
|
|
956
|
-
path: "/v2/notifications/{notificationId}/status",
|
|
957
|
-
method: "PUT",
|
|
958
|
-
operationId: "notifications-read-notification"
|
|
959
|
-
};
|
|
960
|
-
var orderCreateOrder = {
|
|
961
|
-
path: "/v2/orders",
|
|
962
|
-
method: "POST",
|
|
963
|
-
operationId: "order-create-order"
|
|
964
|
-
};
|
|
965
|
-
var orderCreateTariffChange = {
|
|
966
|
-
path: "/v2/tariff-changes",
|
|
967
|
-
method: "POST",
|
|
968
|
-
operationId: "order-create-tariff-change"
|
|
969
|
-
};
|
|
970
|
-
var orderGetOrder = {
|
|
971
|
-
path: "/v2/orders/{orderId}",
|
|
972
|
-
method: "GET",
|
|
973
|
-
operationId: "order-get-order"
|
|
974
|
-
};
|
|
975
|
-
var orderListCustomerOrders = {
|
|
976
|
-
path: "/v2/customers/{customerId}/orders",
|
|
977
|
-
method: "GET",
|
|
978
|
-
operationId: "order-list-customer-orders"
|
|
979
|
-
};
|
|
980
|
-
var orderListProjectOrders = {
|
|
981
|
-
path: "/v2/projects/{projectId}/orders",
|
|
982
|
-
method: "GET",
|
|
983
|
-
operationId: "order-list-project-orders"
|
|
984
|
-
};
|
|
985
|
-
var orderPreviewOrder = {
|
|
986
|
-
path: "/v2/order-previews",
|
|
987
|
-
method: "POST",
|
|
988
|
-
operationId: "order-preview-order"
|
|
989
|
-
};
|
|
990
|
-
var orderPreviewTariffChange = {
|
|
991
|
-
path: "/v2/tariff-change-previews",
|
|
992
|
-
method: "POST",
|
|
993
|
-
operationId: "order-preview-tariff-change"
|
|
994
|
-
};
|
|
995
|
-
var pageinsightsGetPerformanceData = {
|
|
996
|
-
path: "/v2/pageinsights",
|
|
997
|
-
method: "GET",
|
|
998
|
-
operationId: "pageinsights-get-performance-data"
|
|
999
|
-
};
|
|
1000
|
-
var pageinsightsListPerformanceDataForProject = {
|
|
1001
|
-
path: "/v2/projects/{id}/pageinsights",
|
|
1002
|
-
method: "GET",
|
|
1003
|
-
operationId: "pageinsights-list-performance-data-for-project"
|
|
1004
|
-
};
|
|
1005
|
-
var passwordValidationGetPasswordPolicy = {
|
|
1006
|
-
path: "/v2/password/policies/{path}",
|
|
1007
|
-
method: "GET",
|
|
1008
|
-
operationId: "password-validation-get-password-policy"
|
|
1009
|
-
};
|
|
1010
|
-
var projectAcceptProjectInvite = {
|
|
1011
|
-
path: "/v2/project-invites/{inviteId}/actions/accept",
|
|
1012
|
-
method: "POST",
|
|
1013
|
-
operationId: "project-accept-project-invite"
|
|
1014
|
-
};
|
|
1015
|
-
var projectCreateProjectInvite = {
|
|
1016
|
-
path: "/v2/project/{projectId}/invites",
|
|
1017
|
-
method: "POST",
|
|
1018
|
-
operationId: "project-create-project-invite"
|
|
1019
|
-
};
|
|
1020
|
-
var projectCreateProject = {
|
|
1021
|
-
path: "/v2/servers/{serverId}/projects",
|
|
1022
|
-
method: "POST",
|
|
1023
|
-
operationId: "project-create-project"
|
|
1024
|
-
};
|
|
1025
|
-
var projectDeclineProjectInvite = {
|
|
1026
|
-
path: "/v2/project-invites/{inviteId}/actions/decline",
|
|
1027
|
-
method: "POST",
|
|
1028
|
-
operationId: "project-decline-project-invite"
|
|
1029
|
-
};
|
|
1030
|
-
var projectRequestProjectAvatarUpload = {
|
|
1031
|
-
path: "/v2/projects/{projectId}/avatar",
|
|
1032
|
-
method: "POST",
|
|
1033
|
-
operationId: "project-request-project-avatar-upload"
|
|
1034
|
-
};
|
|
1035
|
-
var projectDeleteProjectAvatar = {
|
|
1036
|
-
path: "/v2/projects/{projectId}/avatar",
|
|
1037
|
-
method: "DELETE",
|
|
1038
|
-
operationId: "project-delete-project-avatar"
|
|
1039
|
-
};
|
|
1040
|
-
var projectGetProjectInvite = {
|
|
1041
|
-
path: "/v2/project-invites/{inviteId}",
|
|
1042
|
-
method: "GET",
|
|
1043
|
-
operationId: "project-get-project-invite"
|
|
1044
|
-
};
|
|
1045
|
-
var projectDeleteProjectInvite = {
|
|
1046
|
-
path: "/v2/project-invites/{inviteId}",
|
|
1047
|
-
method: "DELETE",
|
|
1048
|
-
operationId: "project-delete-project-invite"
|
|
1049
|
-
};
|
|
1050
|
-
var projectGetProjectMembership = {
|
|
1051
|
-
path: "/v2/project-memberships/{membershipId}",
|
|
1052
|
-
method: "GET",
|
|
1053
|
-
operationId: "project-get-project-membership"
|
|
1054
|
-
};
|
|
1055
|
-
var projectDeleteProjectMembership = {
|
|
1056
|
-
path: "/v2/project-memberships/{membershipId}",
|
|
1057
|
-
method: "DELETE",
|
|
1058
|
-
operationId: "project-delete-project-membership"
|
|
1059
|
-
};
|
|
1060
|
-
var projectUpdateProjectMembership = {
|
|
1061
|
-
path: "/v2/project-memberships/{membershipId}",
|
|
1062
|
-
method: "PATCH",
|
|
1063
|
-
operationId: "project-update-project-membership"
|
|
1064
|
-
};
|
|
1065
|
-
var projectGetProject = {
|
|
1066
|
-
path: "/v2/projects/{projectId}",
|
|
1067
|
-
method: "GET",
|
|
1068
|
-
operationId: "project-get-project"
|
|
1069
|
-
};
|
|
1070
|
-
var projectDeleteProject = {
|
|
1071
|
-
path: "/v2/projects/{projectId}",
|
|
1072
|
-
method: "DELETE",
|
|
1073
|
-
operationId: "project-delete-project"
|
|
1074
|
-
};
|
|
1075
|
-
var projectRequestServerAvatarUpload = {
|
|
1076
|
-
path: "/v2/servers/{serverId}/avatar",
|
|
1077
|
-
method: "POST",
|
|
1078
|
-
operationId: "project-request-server-avatar-upload"
|
|
1079
|
-
};
|
|
1080
|
-
var projectDeleteServerAvatar = {
|
|
1081
|
-
path: "/v2/servers/{serverId}/avatar",
|
|
1082
|
-
method: "DELETE",
|
|
1083
|
-
operationId: "project-delete-server-avatar"
|
|
1084
|
-
};
|
|
1085
|
-
var projectFileSystemGetDirectories = {
|
|
1086
|
-
path: "/v2/projects/{projectId}/filesystem/directories",
|
|
1087
|
-
method: "GET",
|
|
1088
|
-
operationId: "project-file-system-get-directories"
|
|
1089
|
-
};
|
|
1090
|
-
var projectFileSystemGetDiskUsage = {
|
|
1091
|
-
path: "/v2/projects/{projectId}/filesystem/usages/disk",
|
|
1092
|
-
method: "GET",
|
|
1093
|
-
operationId: "project-file-system-get-disk-usage"
|
|
1094
|
-
};
|
|
1095
|
-
var projectFileSystemGetFileContent = {
|
|
1096
|
-
path: "/v2/projects/{projectId}/filesystem/files/raw",
|
|
1097
|
-
method: "GET",
|
|
1098
|
-
operationId: "project-file-system-get-file-content"
|
|
1099
|
-
};
|
|
1100
|
-
var projectFileSystemGetJwt = {
|
|
1101
|
-
path: "/v2/projects/{projectId}/jwt",
|
|
1102
|
-
method: "GET",
|
|
1103
|
-
operationId: "project-file-system-get-jwt"
|
|
1104
|
-
};
|
|
1105
|
-
var projectFileSystemListFiles = {
|
|
1106
|
-
path: "/v2/projects/{projectId}/filesystem/files",
|
|
1107
|
-
method: "GET",
|
|
1108
|
-
operationId: "project-file-system-list-files"
|
|
1109
|
-
};
|
|
1110
|
-
var projectGetProjectTokenInvite = {
|
|
1111
|
-
path: "/v2/project-token-invite",
|
|
1112
|
-
method: "GET",
|
|
1113
|
-
operationId: "project-get-project-token-invite"
|
|
1114
|
-
};
|
|
1115
|
-
var projectGetSelfMembershipForProject = {
|
|
1116
|
-
path: "/v2/projects/{projectId}/memberships/self",
|
|
1117
|
-
method: "GET",
|
|
1118
|
-
operationId: "project-get-self-membership-for-project"
|
|
1119
|
-
};
|
|
1120
|
-
var projectGetServer = {
|
|
1121
|
-
path: "/v2/servers/{serverId}",
|
|
1122
|
-
method: "GET",
|
|
1123
|
-
operationId: "project-get-server"
|
|
1124
|
-
};
|
|
1125
|
-
var projectLeaveProject = {
|
|
1126
|
-
path: "/v2/projects/{projectId}/leave",
|
|
1127
|
-
method: "POST",
|
|
1128
|
-
operationId: "project-leave-project"
|
|
1129
|
-
};
|
|
1130
|
-
var projectListInvitesForProject = {
|
|
1131
|
-
path: "/v2/projects/{projectId}/invites",
|
|
1132
|
-
method: "GET",
|
|
1133
|
-
operationId: "project-list-invites-for-project"
|
|
1134
|
-
};
|
|
1135
|
-
var projectListMembershipsForProject = {
|
|
1136
|
-
path: "/v2/projects/{projectId}/memberships",
|
|
1137
|
-
method: "GET",
|
|
1138
|
-
operationId: "project-list-memberships-for-project"
|
|
1139
|
-
};
|
|
1140
|
-
var projectListProjectInvites = {
|
|
1141
|
-
path: "/v2/project-invites",
|
|
1142
|
-
method: "GET",
|
|
1143
|
-
operationId: "project-list-project-invites"
|
|
1144
|
-
};
|
|
1145
|
-
var projectListProjectMemberships = {
|
|
1146
|
-
path: "/v2/project-memberships",
|
|
1147
|
-
method: "GET",
|
|
1148
|
-
operationId: "project-list-project-memberships"
|
|
1149
|
-
};
|
|
1150
|
-
var projectListProjects = {
|
|
1151
|
-
path: "/v2/projects",
|
|
1152
|
-
method: "GET",
|
|
1153
|
-
operationId: "project-list-projects"
|
|
1154
|
-
};
|
|
1155
|
-
var projectListServers = {
|
|
1156
|
-
path: "/v2/servers",
|
|
1157
|
-
method: "GET",
|
|
1158
|
-
operationId: "project-list-servers"
|
|
1159
|
-
};
|
|
1160
|
-
var projectResendProjectInviteMail = {
|
|
1161
|
-
path: "/v2/project-invites/{inviteId}/actions/resend",
|
|
1162
|
-
method: "POST",
|
|
1163
|
-
operationId: "project-resend-project-invite-mail"
|
|
1164
|
-
};
|
|
1165
|
-
var projectUpdateProjectDescription = {
|
|
1166
|
-
path: "/v2/projects/{projectId}/description",
|
|
1167
|
-
method: "PATCH",
|
|
1168
|
-
operationId: "project-update-project-description"
|
|
1169
|
-
};
|
|
1170
|
-
var projectUpdateServerDescription = {
|
|
1171
|
-
path: "/v2/servers/{serverId}/description",
|
|
1172
|
-
method: "PATCH",
|
|
1173
|
-
operationId: "project-update-server-description"
|
|
1174
|
-
};
|
|
1175
|
-
var relocationCreateLegacyTariffChange = {
|
|
1176
|
-
path: "/v2/legacy-tariff-change",
|
|
1177
|
-
method: "POST",
|
|
1178
|
-
operationId: "relocation-create-legacy-tariff-change"
|
|
1179
|
-
};
|
|
1180
|
-
var relocationCreateRelocation = {
|
|
1181
|
-
path: "/v2/relocation",
|
|
1182
|
-
method: "POST",
|
|
1183
|
-
operationId: "relocation-create-relocation"
|
|
1184
|
-
};
|
|
1185
|
-
var sftpUserListSftpUsers = {
|
|
1186
|
-
path: "/v2/projects/{projectId}/sftp-users",
|
|
1187
|
-
method: "GET",
|
|
1188
|
-
operationId: "sftp-user-list-sftp-users"
|
|
1189
|
-
};
|
|
1190
|
-
var sftpUserCreateSftpUser = {
|
|
1191
|
-
path: "/v2/projects/{projectId}/sftp-users",
|
|
1192
|
-
method: "POST",
|
|
1193
|
-
operationId: "sftp-user-create-sftp-user"
|
|
1194
|
-
};
|
|
1195
|
-
var sftpUserGetSftpUser = {
|
|
1196
|
-
path: "/v2/sftp-users/{sftpUserId}",
|
|
1197
|
-
method: "GET",
|
|
1198
|
-
operationId: "sftp-user-get-sftp-user"
|
|
1199
|
-
};
|
|
1200
|
-
var sftpUserDeleteSftpUser = {
|
|
1201
|
-
path: "/v2/sftp-users/{sftpUserId}",
|
|
1202
|
-
method: "DELETE",
|
|
1203
|
-
operationId: "sftp-user-delete-sftp-user"
|
|
1204
|
-
};
|
|
1205
|
-
var sftpUserUpdateSftpUser = {
|
|
1206
|
-
path: "/v2/sftp-users/{sftpUserId}",
|
|
1207
|
-
method: "PATCH",
|
|
1208
|
-
operationId: "sftp-user-update-sftp-user"
|
|
1209
|
-
};
|
|
1210
|
-
var sshUserListSshUsers = {
|
|
1211
|
-
path: "/v2/projects/{projectId}/ssh-users",
|
|
1212
|
-
method: "GET",
|
|
1213
|
-
operationId: "ssh-user-list-ssh-users"
|
|
1214
|
-
};
|
|
1215
|
-
var sshUserCreateSshUser = {
|
|
1216
|
-
path: "/v2/projects/{projectId}/ssh-users",
|
|
1217
|
-
method: "POST",
|
|
1218
|
-
operationId: "ssh-user-create-ssh-user"
|
|
1219
|
-
};
|
|
1220
|
-
var sshUserGetSshUser = {
|
|
1221
|
-
path: "/v2/ssh-users/{sshUserId}",
|
|
1222
|
-
method: "GET",
|
|
1223
|
-
operationId: "ssh-user-get-ssh-user"
|
|
1224
|
-
};
|
|
1225
|
-
var sshUserDeleteSshUser = {
|
|
1226
|
-
path: "/v2/ssh-users/{sshUserId}",
|
|
1227
|
-
method: "DELETE",
|
|
1228
|
-
operationId: "ssh-user-delete-ssh-user"
|
|
1229
|
-
};
|
|
1230
|
-
var sshUserUpdateSshUser = {
|
|
1231
|
-
path: "/v2/sshusers/{sshUserId}",
|
|
1232
|
-
method: "PATCH",
|
|
1233
|
-
operationId: "ssh-user-update-ssh-user"
|
|
1234
|
-
};
|
|
1235
|
-
var userAddPhoneNumber = {
|
|
1236
|
-
path: "/v2/users/{userId}/phone",
|
|
1237
|
-
method: "POST",
|
|
1238
|
-
operationId: "user-add-phone-number"
|
|
1239
|
-
};
|
|
1240
|
-
var userRemovePhoneNumber = {
|
|
1241
|
-
path: "/v2/users/{userId}/phone",
|
|
1242
|
-
method: "DELETE",
|
|
1243
|
-
operationId: "user-remove-phone-number"
|
|
1244
|
-
};
|
|
1245
|
-
var userAuthenticateMfa = {
|
|
1246
|
-
path: "/v2/authenticate-mfa",
|
|
1247
|
-
method: "POST",
|
|
1248
|
-
operationId: "user-authenticate-mfa"
|
|
1249
|
-
};
|
|
1250
|
-
var userAuthenticate = {
|
|
1251
|
-
path: "/v2/authenticate",
|
|
1252
|
-
method: "POST",
|
|
1253
|
-
operationId: "user-authenticate"
|
|
1254
|
-
};
|
|
1255
|
-
var userGetOwnEmail = {
|
|
1256
|
-
path: "/v2/users/self/credentials/email",
|
|
1257
|
-
method: "GET",
|
|
1258
|
-
operationId: "user-get-own-email"
|
|
1259
|
-
};
|
|
1260
|
-
var userChangeEmail = {
|
|
1261
|
-
path: "/v2/users/self/credentials/email",
|
|
1262
|
-
method: "PUT",
|
|
1263
|
-
operationId: "user-change-email"
|
|
1264
|
-
};
|
|
1265
|
-
var userChangePassword = {
|
|
1266
|
-
path: "/v2/users/self/credentials/password",
|
|
1267
|
-
method: "PUT",
|
|
1268
|
-
operationId: "user-change-password"
|
|
1269
|
-
};
|
|
1270
|
-
var userCheckToken = {
|
|
1271
|
-
path: "/v2/users/self/credentials/token",
|
|
1272
|
-
method: "POST",
|
|
1273
|
-
operationId: "user-check-token"
|
|
1274
|
-
};
|
|
1275
|
-
var userGetMfaStatus = {
|
|
1276
|
-
path: "/v2/users/self/credentials/mfa",
|
|
1277
|
-
method: "GET",
|
|
1278
|
-
operationId: "user-get-mfa-status"
|
|
1279
|
-
};
|
|
1280
|
-
var userResetRecoverycodes = {
|
|
1281
|
-
path: "/v2/users/self/credentials/mfa",
|
|
1282
|
-
method: "PUT",
|
|
1283
|
-
operationId: "user-reset-recoverycodes"
|
|
1284
|
-
};
|
|
1285
|
-
var userConfirmMfa = {
|
|
1286
|
-
path: "/v2/users/self/credentials/mfa",
|
|
1287
|
-
method: "POST",
|
|
1288
|
-
operationId: "user-confirm-mfa"
|
|
1289
|
-
};
|
|
1290
|
-
var userDisableMfa = {
|
|
1291
|
-
path: "/v2/users/self/credentials/mfa",
|
|
1292
|
-
method: "DELETE",
|
|
1293
|
-
operationId: "user-disable-mfa"
|
|
1294
|
-
};
|
|
1295
|
-
var userConfirmPasswordReset = {
|
|
1296
|
-
path: "/v2/users/self/credentials/password/confirm-reset",
|
|
1297
|
-
method: "POST",
|
|
1298
|
-
operationId: "user-confirm-password-reset"
|
|
1299
|
-
};
|
|
1300
|
-
var userListApiTokens = {
|
|
1301
|
-
path: "/v2/users/self/api-tokens",
|
|
1302
|
-
method: "GET",
|
|
1303
|
-
operationId: "user-list-api-tokens"
|
|
1304
|
-
};
|
|
1305
|
-
var userCreateApiToken = {
|
|
1306
|
-
path: "/v2/users/self/api-tokens",
|
|
1307
|
-
method: "POST",
|
|
1308
|
-
operationId: "user-create-api-token"
|
|
1309
|
-
};
|
|
1310
|
-
var userCreateFeedback = {
|
|
1311
|
-
path: "/v2/users/self/feedback",
|
|
1312
|
-
method: "POST",
|
|
1313
|
-
operationId: "user-create-feedback"
|
|
1314
|
-
};
|
|
1315
|
-
var userListSshKeys = {
|
|
1316
|
-
path: "/v2/users/self/ssh-keys",
|
|
1317
|
-
method: "GET",
|
|
1318
|
-
operationId: "user-list-ssh-keys"
|
|
1319
|
-
};
|
|
1320
|
-
var userCreateSshKey = {
|
|
1321
|
-
path: "/v2/users/self/ssh-keys",
|
|
1322
|
-
method: "POST",
|
|
1323
|
-
operationId: "user-create-ssh-key"
|
|
1324
|
-
};
|
|
1325
|
-
var userGetApiToken = {
|
|
1326
|
-
path: "/v2/users/self/api-tokens/{apiTokenId}",
|
|
1327
|
-
method: "GET",
|
|
1328
|
-
operationId: "user-get-api-token"
|
|
1329
|
-
};
|
|
1330
|
-
var userEditApiToken = {
|
|
1331
|
-
path: "/v2/users/self/api-tokens/{apiTokenId}",
|
|
1332
|
-
method: "PUT",
|
|
1333
|
-
operationId: "user-edit-api-token"
|
|
1334
|
-
};
|
|
1335
|
-
var userDeleteApiToken = {
|
|
1336
|
-
path: "/v2/users/self/api-tokens/{apiTokenId}",
|
|
1337
|
-
method: "DELETE",
|
|
1338
|
-
operationId: "user-delete-api-token"
|
|
1339
|
-
};
|
|
1340
|
-
var userGetSshKey = {
|
|
1341
|
-
path: "/v2/users/self/ssh-keys/{sshKeyId}",
|
|
1342
|
-
method: "GET",
|
|
1343
|
-
operationId: "user-get-ssh-key"
|
|
1344
|
-
};
|
|
1345
|
-
var userEditSshKey = {
|
|
1346
|
-
path: "/v2/users/self/ssh-keys/{sshKeyId}",
|
|
1347
|
-
method: "PUT",
|
|
1348
|
-
operationId: "user-edit-ssh-key"
|
|
1349
|
-
};
|
|
1350
|
-
var userDeleteSshKey = {
|
|
1351
|
-
path: "/v2/users/self/ssh-keys/{sshKeyId}",
|
|
1352
|
-
method: "DELETE",
|
|
1353
|
-
operationId: "user-delete-ssh-key"
|
|
1354
|
-
};
|
|
1355
|
-
var userDeleteUser = {
|
|
1356
|
-
path: "/v2/users/self",
|
|
1357
|
-
method: "DELETE",
|
|
1358
|
-
operationId: "user-delete-user"
|
|
1359
|
-
};
|
|
1360
|
-
var userGetOwnAccount = {
|
|
1361
|
-
path: "/v2/users/self/personal-information",
|
|
1362
|
-
method: "GET",
|
|
1363
|
-
operationId: "user-get-own-account"
|
|
1364
|
-
};
|
|
1365
|
-
var userUpdateAccount = {
|
|
1366
|
-
path: "/v2/users/self/personal-information",
|
|
1367
|
-
method: "PUT",
|
|
1368
|
-
operationId: "user-update-account"
|
|
1369
|
-
};
|
|
1370
|
-
var userGetPasswordUpdatedAt = {
|
|
1371
|
-
path: "/v2/users/self/credentials/password-updated-at",
|
|
1372
|
-
method: "GET",
|
|
1373
|
-
operationId: "user-get-password-updated-at"
|
|
1374
|
-
};
|
|
1375
|
-
var userGetPersonalizedSettings = {
|
|
1376
|
-
path: "/v2/users/{userId}/settings",
|
|
1377
|
-
method: "GET",
|
|
1378
|
-
operationId: "user-get-personalized-settings"
|
|
1379
|
-
};
|
|
1380
|
-
var userUpdatePersonalizedSettings = {
|
|
1381
|
-
path: "/v2/users/{userId}/settings",
|
|
1382
|
-
method: "PUT",
|
|
1383
|
-
operationId: "user-update-personalized-settings"
|
|
1384
|
-
};
|
|
1385
|
-
var userGetSession = {
|
|
1386
|
-
path: "/v2/users/self/sessions/{tokenId}",
|
|
1387
|
-
method: "GET",
|
|
1388
|
-
operationId: "user-get-session"
|
|
1389
|
-
};
|
|
1390
|
-
var userTerminateSession = {
|
|
1391
|
-
path: "/v2/users/self/sessions/{tokenId}",
|
|
1392
|
-
method: "DELETE",
|
|
1393
|
-
operationId: "user-terminate-session"
|
|
1394
|
-
};
|
|
1395
|
-
var userGetUser = {
|
|
1396
|
-
path: "/v2/users/{userId}",
|
|
1397
|
-
method: "GET",
|
|
1398
|
-
operationId: "user-get-user"
|
|
1399
|
-
};
|
|
1400
|
-
var userUpdatePersonalInformation = {
|
|
1401
|
-
path: "/v2/users/{userId}",
|
|
1402
|
-
method: "PUT",
|
|
1403
|
-
operationId: "user-update-personal-information"
|
|
1404
|
-
};
|
|
1405
|
-
var userInitMfa = {
|
|
1406
|
-
path: "/v2/users/self/credentials/init-mfa",
|
|
1407
|
-
method: "POST",
|
|
1408
|
-
operationId: "user-init-mfa"
|
|
1409
|
-
};
|
|
1410
|
-
var userInitPasswordReset = {
|
|
1411
|
-
path: "/v2/users/self/credentials/actions/init-password-reset",
|
|
1412
|
-
method: "POST",
|
|
1413
|
-
operationId: "user-init-password-reset"
|
|
1414
|
-
};
|
|
1415
|
-
var userListFeedback = {
|
|
1416
|
-
path: "/v2/users/{userId}/feedback",
|
|
1417
|
-
method: "GET",
|
|
1418
|
-
operationId: "user-list-feedback"
|
|
1419
|
-
};
|
|
1420
|
-
var userListSessions = {
|
|
1421
|
-
path: "/v2/users/self/sessions",
|
|
1422
|
-
method: "GET",
|
|
1423
|
-
operationId: "user-list-sessions"
|
|
1424
|
-
};
|
|
1425
|
-
var userTerminateAllSessions = {
|
|
1426
|
-
path: "/v2/users/self/sessions",
|
|
1427
|
-
method: "DELETE",
|
|
1428
|
-
operationId: "user-terminate-all-sessions"
|
|
1429
|
-
};
|
|
1430
|
-
var userLogout = {
|
|
1431
|
-
path: "/v2/logout",
|
|
1432
|
-
method: "PUT",
|
|
1433
|
-
operationId: "user-logout"
|
|
1434
|
-
};
|
|
1435
|
-
var userRegister = {
|
|
1436
|
-
path: "/v2/register",
|
|
1437
|
-
method: "POST",
|
|
1438
|
-
operationId: "user-register"
|
|
1439
|
-
};
|
|
1440
|
-
var userRequestAvatarUpload = {
|
|
1441
|
-
path: "/v2/users/{userId}/avatar",
|
|
1442
|
-
method: "POST",
|
|
1443
|
-
operationId: "user-request-avatar-upload"
|
|
1444
|
-
};
|
|
1445
|
-
var userRemoveAvatar = {
|
|
1446
|
-
path: "/v2/users/{userId}/avatar",
|
|
1447
|
-
method: "DELETE",
|
|
1448
|
-
operationId: "user-remove-avatar"
|
|
1449
|
-
};
|
|
1450
|
-
var userResendVerificationEmail = {
|
|
1451
|
-
path: "/v2/users/self/credentials/email/actions/resend-email",
|
|
1452
|
-
method: "POST",
|
|
1453
|
-
operationId: "user-resend-verification-email"
|
|
1454
|
-
};
|
|
1455
|
-
var userSupportCodeRequest = {
|
|
1456
|
-
path: "/v2/users/self/credentials/support-code",
|
|
1457
|
-
method: "GET",
|
|
1458
|
-
operationId: "user-support-code-request"
|
|
1459
|
-
};
|
|
1460
|
-
var userVerifyEmail = {
|
|
1461
|
-
path: "/v2/users/self/credentials/email/actions/verify-email",
|
|
1462
|
-
method: "POST",
|
|
1463
|
-
operationId: "user-verify-email"
|
|
1464
|
-
};
|
|
1465
|
-
var userVerifyPhoneNumber = {
|
|
1466
|
-
path: "/v2/users/{userId}/phone/verify",
|
|
1467
|
-
method: "POST",
|
|
1468
|
-
operationId: "user-verify-phone-number"
|
|
1469
|
-
};
|
|
1470
|
-
var userVerifyRegistration = {
|
|
1471
|
-
path: "/v2/verify-registration",
|
|
1472
|
-
method: "POST",
|
|
1473
|
-
operationId: "user-verify-registration"
|
|
1474
|
-
};
|
|
1475
|
-
|
|
1476
|
-
export {
|
|
1477
|
-
__export,
|
|
1478
|
-
__reExport,
|
|
1479
|
-
appExecuteAction,
|
|
1480
|
-
appGetApp,
|
|
1481
|
-
appGetAppinstallation,
|
|
1482
|
-
appUninstallAppinstallation,
|
|
1483
|
-
appPatchAppinstallation,
|
|
1484
|
-
appGetAppversion,
|
|
1485
|
-
appGetMissingDependenciesForAppinstallation,
|
|
1486
|
-
appGetSystemsoftware,
|
|
1487
|
-
appGetSystemsoftwareversion,
|
|
1488
|
-
appLinkDatabase,
|
|
1489
|
-
appListAppinstallations,
|
|
1490
|
-
appRequestAppinstallation,
|
|
1491
|
-
appListApps,
|
|
1492
|
-
appListAppversions,
|
|
1493
|
-
appListSystemsoftwares,
|
|
1494
|
-
appListSystemsoftwareversions,
|
|
1495
|
-
appListUpdateCandidatesForAppversion,
|
|
1496
|
-
appRequestAppinstallationCopy,
|
|
1497
|
-
appRetrieveStatus,
|
|
1498
|
-
appSetDatabaseUsers,
|
|
1499
|
-
appUnlinkDatabase,
|
|
1500
|
-
articleGetArticle,
|
|
1501
|
-
articleListArticles,
|
|
1502
|
-
backupCreateProjectBackupExport,
|
|
1503
|
-
backupDeleteProjectBackupExport,
|
|
1504
|
-
backupListProjectBackupSchedules,
|
|
1505
|
-
backupCreateProjectBackupSchedule,
|
|
1506
|
-
backupListProjectBackups,
|
|
1507
|
-
backupCreateProjectBackup,
|
|
1508
|
-
backupGetProjectBackupSchedule,
|
|
1509
|
-
backupDeleteProjectBackupSchedule,
|
|
1510
|
-
backupUpdateProjectBackupSchedule,
|
|
1511
|
-
backupGetProjectBackup,
|
|
1512
|
-
backupDeleteProjectBackup,
|
|
1513
|
-
backupUpdateProjectBackupDescription,
|
|
1514
|
-
contractTerminateContractItem,
|
|
1515
|
-
contractCancelContractItemTermination,
|
|
1516
|
-
contractCancelContractTariffChange,
|
|
1517
|
-
contractTerminateContract,
|
|
1518
|
-
contractCancelContractTermination,
|
|
1519
|
-
contractGetBaseItemOfContract,
|
|
1520
|
-
contractGetDetailOfContractByDomain,
|
|
1521
|
-
contractGetDetailOfContractByProject,
|
|
1522
|
-
contractGetDetailOfContractByServer,
|
|
1523
|
-
contractGetDetailOfContractItem,
|
|
1524
|
-
contractGetDetailOfContract,
|
|
1525
|
-
contractGetNextTerminationDateForItem,
|
|
1526
|
-
contractListContracts,
|
|
1527
|
-
conversationListConversations,
|
|
1528
|
-
conversationCreateConversation,
|
|
1529
|
-
conversationListMessagesByConversation,
|
|
1530
|
-
conversationCreateMessage,
|
|
1531
|
-
conversationGetCategory,
|
|
1532
|
-
conversationGetConversation,
|
|
1533
|
-
conversationUpdateConversation,
|
|
1534
|
-
conversationListCategories,
|
|
1535
|
-
conversationRequestFileUpload,
|
|
1536
|
-
conversationSetConversationStatus,
|
|
1537
|
-
conversationUpdateMessage,
|
|
1538
|
-
cronjobAbortExecution,
|
|
1539
|
-
cronjobListCronjobs,
|
|
1540
|
-
cronjobCreateCronjob,
|
|
1541
|
-
cronjobListExecutions,
|
|
1542
|
-
cronjobCreateExecution,
|
|
1543
|
-
cronjobGetCronjob,
|
|
1544
|
-
cronjobDeleteCronjob,
|
|
1545
|
-
cronjobUpdateCronjob,
|
|
1546
|
-
cronjobGetExecution,
|
|
1547
|
-
cronjobUpdateCronjobAppId,
|
|
1548
|
-
customerAcceptCustomerInvite,
|
|
1549
|
-
customerListOfCustomerCategories,
|
|
1550
|
-
customerCreateCategory,
|
|
1551
|
-
customerCreateCustomerInvite,
|
|
1552
|
-
customerListCustomers,
|
|
1553
|
-
customerCreateCustomer,
|
|
1554
|
-
customerDeclineCustomerInvite,
|
|
1555
|
-
customerGetCustomerCategory,
|
|
1556
|
-
customerUpdateCategory,
|
|
1557
|
-
customerDeleteCategory,
|
|
1558
|
-
customerGetCustomerInvite,
|
|
1559
|
-
customerDeleteCustomerInvite,
|
|
1560
|
-
customerGetCustomerMembership,
|
|
1561
|
-
customerDeleteCustomerMembership,
|
|
1562
|
-
customerUpdateCustomerMembership,
|
|
1563
|
-
customerGetCustomer,
|
|
1564
|
-
customerUpdateCustomer,
|
|
1565
|
-
customerDeleteCustomer,
|
|
1566
|
-
customerGetCustomerTokenInvite,
|
|
1567
|
-
customerIsCustomerLegallyCompetent,
|
|
1568
|
-
customerLeaveCustomer,
|
|
1569
|
-
customerListCustomerInvites,
|
|
1570
|
-
customerListCustomerMemberships,
|
|
1571
|
-
customerListInvitesForCustomer,
|
|
1572
|
-
customerListMembershipsForCustomer,
|
|
1573
|
-
customerRequestAvatarUpload,
|
|
1574
|
-
customerRemoveAvatar,
|
|
1575
|
-
customerResendCustomerInviteMail,
|
|
1576
|
-
databaseListMysqlDatabases,
|
|
1577
|
-
databaseCreateMysqlDatabase,
|
|
1578
|
-
databaseListMysqlUsers,
|
|
1579
|
-
databaseCreateMysqlUser,
|
|
1580
|
-
databaseListRedisDatabases,
|
|
1581
|
-
databaseCreateRedisDatabase,
|
|
1582
|
-
databaseGetMysqlDatabase,
|
|
1583
|
-
databaseDeleteMysqlDatabase,
|
|
1584
|
-
databaseGetMysqlUser,
|
|
1585
|
-
databaseUpdateMysqlUser,
|
|
1586
|
-
databaseDeleteMysqlUser,
|
|
1587
|
-
databaseGetRedisDatabase,
|
|
1588
|
-
databaseDeleteRedisDatabase,
|
|
1589
|
-
databaseDisableMysqlUser,
|
|
1590
|
-
databaseEnableMysqlUser,
|
|
1591
|
-
databaseGetMysqlUserPhpMyAdminUrl,
|
|
1592
|
-
databaseListMysqlCharsets,
|
|
1593
|
-
databaseListMysqlVersions,
|
|
1594
|
-
databaseListRedisVersions,
|
|
1595
|
-
databaseUpdateMysqlDatabaseDefaultCharset,
|
|
1596
|
-
databaseUpdateMysqlDatabaseDescription,
|
|
1597
|
-
databaseUpdateMysqlUserPassword,
|
|
1598
|
-
databaseUpdateRedisDatabaseConfiguration,
|
|
1599
|
-
databaseUpdateRedisDatabaseDescription,
|
|
1600
|
-
newsletterSubscribeUser,
|
|
1601
|
-
dnsCreateDnsZone,
|
|
1602
|
-
dnsGetDnsZone,
|
|
1603
|
-
dnsDeleteDnsZone,
|
|
1604
|
-
dnsListDnsZones,
|
|
1605
|
-
dnsSetRecordSetManaged,
|
|
1606
|
-
dnsUpdateRecordSet,
|
|
1607
|
-
domainAbortDomainDeclaration,
|
|
1608
|
-
domainCheckDomainRegistrability,
|
|
1609
|
-
domainCreateDomainAuthCode2,
|
|
1610
|
-
domainCreateDomainAuthCode,
|
|
1611
|
-
domainUpdateDomainNameservers,
|
|
1612
|
-
domainGetDomain,
|
|
1613
|
-
domainDeleteDomain,
|
|
1614
|
-
domainGetDomainOwnership,
|
|
1615
|
-
domainGetScreenshotForDomain,
|
|
1616
|
-
domainListDomainOwnerships,
|
|
1617
|
-
domainListDomains,
|
|
1618
|
-
domainListTldContactSchemas,
|
|
1619
|
-
domainListTlds,
|
|
1620
|
-
domainResendDomainEmail,
|
|
1621
|
-
domainUpdateDomainAuthCode,
|
|
1622
|
-
domainUpdateDomainContact,
|
|
1623
|
-
domainUpdateDomainProjectId,
|
|
1624
|
-
domainVerifyDomainOwnership,
|
|
1625
|
-
fileCreateFile,
|
|
1626
|
-
fileGetFileMeta,
|
|
1627
|
-
fileGetFileTokenRules,
|
|
1628
|
-
fileGetFileTypeRules,
|
|
1629
|
-
fileGetFile,
|
|
1630
|
-
ingressCreate,
|
|
1631
|
-
ingressGetSpecific,
|
|
1632
|
-
ingressDelete,
|
|
1633
|
-
ingressListAccessible,
|
|
1634
|
-
ingressListForProject,
|
|
1635
|
-
ingressPaths,
|
|
1636
|
-
ingressRequestAcmeCertificateIssuance,
|
|
1637
|
-
ingressTls,
|
|
1638
|
-
invoiceDetailOfInvoice,
|
|
1639
|
-
invoiceGetDetailOfInvoiceSettings,
|
|
1640
|
-
invoiceUpdateInvoiceSettings,
|
|
1641
|
-
invoiceListCustomerInvoices,
|
|
1642
|
-
mailListDeliveryBoxes,
|
|
1643
|
-
mailCreateDeliverybox,
|
|
1644
|
-
mailListMailAddresses,
|
|
1645
|
-
mailCreateMailAddress,
|
|
1646
|
-
mailGetDeliveryBox,
|
|
1647
|
-
mailDeleteDeliveryBox,
|
|
1648
|
-
mailGetMailAddress,
|
|
1649
|
-
mailDeleteMailAddress,
|
|
1650
|
-
mailListProjectMailSettings,
|
|
1651
|
-
mailUpdateDeliveryBoxDescription,
|
|
1652
|
-
mailUpdateDeliveryBoxPassword,
|
|
1653
|
-
mailUpdateMailAddressAddress,
|
|
1654
|
-
mailUpdateMailAddressAutoresponder,
|
|
1655
|
-
mailUpdateMailAddressCatchall,
|
|
1656
|
-
mailUpdateMailAddressForwardAddresses,
|
|
1657
|
-
mailUpdateMailAddressPassword,
|
|
1658
|
-
mailUpdateMailAddressQuota,
|
|
1659
|
-
mailUpdateMailAddressSpamProtection,
|
|
1660
|
-
mailUpdateProjectMailSetting,
|
|
1661
|
-
newsletterGetInfo,
|
|
1662
|
-
newsletterUnsubscribeUser,
|
|
1663
|
-
notificationsCountUnreadNotifications,
|
|
1664
|
-
notificationsListNotifications,
|
|
1665
|
-
notificationsReadAllNotifications,
|
|
1666
|
-
notificationsReadNotification,
|
|
1667
|
-
orderCreateOrder,
|
|
1668
|
-
orderCreateTariffChange,
|
|
1669
|
-
orderGetOrder,
|
|
1670
|
-
orderListCustomerOrders,
|
|
1671
|
-
orderListProjectOrders,
|
|
1672
|
-
orderPreviewOrder,
|
|
1673
|
-
orderPreviewTariffChange,
|
|
1674
|
-
pageinsightsGetPerformanceData,
|
|
1675
|
-
pageinsightsListPerformanceDataForProject,
|
|
1676
|
-
passwordValidationGetPasswordPolicy,
|
|
1677
|
-
projectAcceptProjectInvite,
|
|
1678
|
-
projectCreateProjectInvite,
|
|
1679
|
-
projectCreateProject,
|
|
1680
|
-
projectDeclineProjectInvite,
|
|
1681
|
-
projectRequestProjectAvatarUpload,
|
|
1682
|
-
projectDeleteProjectAvatar,
|
|
1683
|
-
projectGetProjectInvite,
|
|
1684
|
-
projectDeleteProjectInvite,
|
|
1685
|
-
projectGetProjectMembership,
|
|
1686
|
-
projectDeleteProjectMembership,
|
|
1687
|
-
projectUpdateProjectMembership,
|
|
1688
|
-
projectGetProject,
|
|
1689
|
-
projectDeleteProject,
|
|
1690
|
-
projectRequestServerAvatarUpload,
|
|
1691
|
-
projectDeleteServerAvatar,
|
|
1692
|
-
projectFileSystemGetDirectories,
|
|
1693
|
-
projectFileSystemGetDiskUsage,
|
|
1694
|
-
projectFileSystemGetFileContent,
|
|
1695
|
-
projectFileSystemGetJwt,
|
|
1696
|
-
projectFileSystemListFiles,
|
|
1697
|
-
projectGetProjectTokenInvite,
|
|
1698
|
-
projectGetSelfMembershipForProject,
|
|
1699
|
-
projectGetServer,
|
|
1700
|
-
projectLeaveProject,
|
|
1701
|
-
projectListInvitesForProject,
|
|
1702
|
-
projectListMembershipsForProject,
|
|
1703
|
-
projectListProjectInvites,
|
|
1704
|
-
projectListProjectMemberships,
|
|
1705
|
-
projectListProjects,
|
|
1706
|
-
projectListServers,
|
|
1707
|
-
projectResendProjectInviteMail,
|
|
1708
|
-
projectUpdateProjectDescription,
|
|
1709
|
-
projectUpdateServerDescription,
|
|
1710
|
-
relocationCreateLegacyTariffChange,
|
|
1711
|
-
relocationCreateRelocation,
|
|
1712
|
-
sftpUserListSftpUsers,
|
|
1713
|
-
sftpUserCreateSftpUser,
|
|
1714
|
-
sftpUserGetSftpUser,
|
|
1715
|
-
sftpUserDeleteSftpUser,
|
|
1716
|
-
sftpUserUpdateSftpUser,
|
|
1717
|
-
sshUserListSshUsers,
|
|
1718
|
-
sshUserCreateSshUser,
|
|
1719
|
-
sshUserGetSshUser,
|
|
1720
|
-
sshUserDeleteSshUser,
|
|
1721
|
-
sshUserUpdateSshUser,
|
|
1722
|
-
userAddPhoneNumber,
|
|
1723
|
-
userRemovePhoneNumber,
|
|
1724
|
-
userAuthenticateMfa,
|
|
1725
|
-
userAuthenticate,
|
|
1726
|
-
userGetOwnEmail,
|
|
1727
|
-
userChangeEmail,
|
|
1728
|
-
userChangePassword,
|
|
1729
|
-
userCheckToken,
|
|
1730
|
-
userGetMfaStatus,
|
|
1731
|
-
userResetRecoverycodes,
|
|
1732
|
-
userConfirmMfa,
|
|
1733
|
-
userDisableMfa,
|
|
1734
|
-
userConfirmPasswordReset,
|
|
1735
|
-
userListApiTokens,
|
|
1736
|
-
userCreateApiToken,
|
|
1737
|
-
userCreateFeedback,
|
|
1738
|
-
userListSshKeys,
|
|
1739
|
-
userCreateSshKey,
|
|
1740
|
-
userGetApiToken,
|
|
1741
|
-
userEditApiToken,
|
|
1742
|
-
userDeleteApiToken,
|
|
1743
|
-
userGetSshKey,
|
|
1744
|
-
userEditSshKey,
|
|
1745
|
-
userDeleteSshKey,
|
|
1746
|
-
userDeleteUser,
|
|
1747
|
-
userGetOwnAccount,
|
|
1748
|
-
userUpdateAccount,
|
|
1749
|
-
userGetPasswordUpdatedAt,
|
|
1750
|
-
userGetPersonalizedSettings,
|
|
1751
|
-
userUpdatePersonalizedSettings,
|
|
1752
|
-
userGetSession,
|
|
1753
|
-
userTerminateSession,
|
|
1754
|
-
userGetUser,
|
|
1755
|
-
userUpdatePersonalInformation,
|
|
1756
|
-
userInitMfa,
|
|
1757
|
-
userInitPasswordReset,
|
|
1758
|
-
userListFeedback,
|
|
1759
|
-
userListSessions,
|
|
1760
|
-
userTerminateAllSessions,
|
|
1761
|
-
userLogout,
|
|
1762
|
-
userRegister,
|
|
1763
|
-
userRequestAvatarUpload,
|
|
1764
|
-
userRemoveAvatar,
|
|
1765
|
-
userResendVerificationEmail,
|
|
1766
|
-
userSupportCodeRequest,
|
|
1767
|
-
userVerifyEmail,
|
|
1768
|
-
userVerifyPhoneNumber,
|
|
1769
|
-
userVerifyRegistration
|
|
1770
|
-
};
|