@mittwald/api-client 3.1.56 → 3.1.57

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