@mittwald/api-client 3.0.12 → 3.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -3
- package/dist/cjs/generated/v2/client-react.d.ts +11 -4
- package/dist/cjs/generated/v2/client-react.js +2 -0
- package/dist/cjs/generated/v2/client.d.ts +56 -44
- package/dist/cjs/generated/v2/client.js +2 -0
- package/dist/cjs/generated/v2/descriptors.d.ts +2 -0
- package/dist/cjs/generated/v2/descriptors.js +7 -1
- package/dist/cjs/generated/v2/types.d.ts +1239 -2
- package/dist/esm/generated/v2/client-react.d.ts +11 -4
- package/dist/esm/generated/v2/client-react.js +2 -0
- package/dist/esm/generated/v2/client.d.ts +56 -44
- package/dist/esm/generated/v2/client.js +2 -0
- package/dist/esm/generated/v2/descriptors.d.ts +2 -0
- package/dist/esm/generated/v2/descriptors.js +6 -0
- package/dist/esm/generated/v2/types.d.ts +1239 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,1204 @@
|
|
|
1
|
+
import * as descriptors from "./descriptors.js";
|
|
2
|
+
import { RequestData as InferredRequestData, ResponseData as InferredResponseData, HttpStatus } from "@mittwald/api-client-commons";
|
|
1
3
|
export declare module MittwaldAPIV2 {
|
|
4
|
+
namespace Operations {
|
|
5
|
+
namespace AppExecuteAction {
|
|
6
|
+
type RequestData = InferredRequestData<typeof descriptors.appExecuteAction>;
|
|
7
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appExecuteAction, TStatus>;
|
|
8
|
+
}
|
|
9
|
+
namespace AppGetApp {
|
|
10
|
+
type RequestData = InferredRequestData<typeof descriptors.appGetApp>;
|
|
11
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetApp, TStatus>;
|
|
12
|
+
}
|
|
13
|
+
namespace AppGetAppinstallation {
|
|
14
|
+
type RequestData = InferredRequestData<typeof descriptors.appGetAppinstallation>;
|
|
15
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetAppinstallation, TStatus>;
|
|
16
|
+
}
|
|
17
|
+
namespace AppUninstallAppinstallation {
|
|
18
|
+
type RequestData = InferredRequestData<typeof descriptors.appUninstallAppinstallation>;
|
|
19
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appUninstallAppinstallation, TStatus>;
|
|
20
|
+
}
|
|
21
|
+
namespace AppPatchAppinstallation {
|
|
22
|
+
type RequestData = InferredRequestData<typeof descriptors.appPatchAppinstallation>;
|
|
23
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appPatchAppinstallation, TStatus>;
|
|
24
|
+
}
|
|
25
|
+
namespace AppGetAppversion {
|
|
26
|
+
type RequestData = InferredRequestData<typeof descriptors.appGetAppversion>;
|
|
27
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetAppversion, TStatus>;
|
|
28
|
+
}
|
|
29
|
+
namespace AppGetMissingDependenciesForAppinstallation {
|
|
30
|
+
type RequestData = InferredRequestData<typeof descriptors.appGetMissingDependenciesForAppinstallation>;
|
|
31
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetMissingDependenciesForAppinstallation, TStatus>;
|
|
32
|
+
}
|
|
33
|
+
namespace AppGetSystemsoftware {
|
|
34
|
+
type RequestData = InferredRequestData<typeof descriptors.appGetSystemsoftware>;
|
|
35
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetSystemsoftware, TStatus>;
|
|
36
|
+
}
|
|
37
|
+
namespace AppGetSystemsoftwareversion {
|
|
38
|
+
type RequestData = InferredRequestData<typeof descriptors.appGetSystemsoftwareversion>;
|
|
39
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetSystemsoftwareversion, TStatus>;
|
|
40
|
+
}
|
|
41
|
+
namespace AppLinkDatabase {
|
|
42
|
+
type RequestData = InferredRequestData<typeof descriptors.appLinkDatabase>;
|
|
43
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appLinkDatabase, TStatus>;
|
|
44
|
+
}
|
|
45
|
+
namespace AppListAppinstallations {
|
|
46
|
+
type RequestData = InferredRequestData<typeof descriptors.appListAppinstallations>;
|
|
47
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListAppinstallations, TStatus>;
|
|
48
|
+
}
|
|
49
|
+
namespace AppRequestAppinstallation {
|
|
50
|
+
type RequestData = InferredRequestData<typeof descriptors.appRequestAppinstallation>;
|
|
51
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRequestAppinstallation, TStatus>;
|
|
52
|
+
}
|
|
53
|
+
namespace AppListApps {
|
|
54
|
+
type RequestData = InferredRequestData<typeof descriptors.appListApps>;
|
|
55
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListApps, TStatus>;
|
|
56
|
+
}
|
|
57
|
+
namespace AppListAppversions {
|
|
58
|
+
type RequestData = InferredRequestData<typeof descriptors.appListAppversions>;
|
|
59
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListAppversions, TStatus>;
|
|
60
|
+
}
|
|
61
|
+
namespace AppListSystemsoftwares {
|
|
62
|
+
type RequestData = InferredRequestData<typeof descriptors.appListSystemsoftwares>;
|
|
63
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListSystemsoftwares, TStatus>;
|
|
64
|
+
}
|
|
65
|
+
namespace AppListSystemsoftwareversions {
|
|
66
|
+
type RequestData = InferredRequestData<typeof descriptors.appListSystemsoftwareversions>;
|
|
67
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListSystemsoftwareversions, TStatus>;
|
|
68
|
+
}
|
|
69
|
+
namespace AppListUpdateCandidatesForAppversion {
|
|
70
|
+
type RequestData = InferredRequestData<typeof descriptors.appListUpdateCandidatesForAppversion>;
|
|
71
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListUpdateCandidatesForAppversion, TStatus>;
|
|
72
|
+
}
|
|
73
|
+
namespace AppReconcileDetectedApps {
|
|
74
|
+
type RequestData = InferredRequestData<typeof descriptors.appReconcileDetectedApps>;
|
|
75
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appReconcileDetectedApps, TStatus>;
|
|
76
|
+
}
|
|
77
|
+
namespace AppRequestAppinstallationCopy {
|
|
78
|
+
type RequestData = InferredRequestData<typeof descriptors.appRequestAppinstallationCopy>;
|
|
79
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRequestAppinstallationCopy, TStatus>;
|
|
80
|
+
}
|
|
81
|
+
namespace AppRetrieveStatus {
|
|
82
|
+
type RequestData = InferredRequestData<typeof descriptors.appRetrieveStatus>;
|
|
83
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRetrieveStatus, TStatus>;
|
|
84
|
+
}
|
|
85
|
+
namespace AppSetDatabaseUsers {
|
|
86
|
+
type RequestData = InferredRequestData<typeof descriptors.appSetDatabaseUsers>;
|
|
87
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appSetDatabaseUsers, TStatus>;
|
|
88
|
+
}
|
|
89
|
+
namespace AppUnlinkDatabase {
|
|
90
|
+
type RequestData = InferredRequestData<typeof descriptors.appUnlinkDatabase>;
|
|
91
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appUnlinkDatabase, TStatus>;
|
|
92
|
+
}
|
|
93
|
+
namespace ArticleGetArticle {
|
|
94
|
+
type RequestData = InferredRequestData<typeof descriptors.articleGetArticle>;
|
|
95
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.articleGetArticle, TStatus>;
|
|
96
|
+
}
|
|
97
|
+
namespace ArticleListArticles {
|
|
98
|
+
type RequestData = InferredRequestData<typeof descriptors.articleListArticles>;
|
|
99
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.articleListArticles, TStatus>;
|
|
100
|
+
}
|
|
101
|
+
namespace BackupCreateProjectBackupExport {
|
|
102
|
+
type RequestData = InferredRequestData<typeof descriptors.backupCreateProjectBackupExport>;
|
|
103
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupCreateProjectBackupExport, TStatus>;
|
|
104
|
+
}
|
|
105
|
+
namespace BackupDeleteProjectBackupExport {
|
|
106
|
+
type RequestData = InferredRequestData<typeof descriptors.backupDeleteProjectBackupExport>;
|
|
107
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupDeleteProjectBackupExport, TStatus>;
|
|
108
|
+
}
|
|
109
|
+
namespace BackupListProjectBackupSchedules {
|
|
110
|
+
type RequestData = InferredRequestData<typeof descriptors.backupListProjectBackupSchedules>;
|
|
111
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupListProjectBackupSchedules, TStatus>;
|
|
112
|
+
}
|
|
113
|
+
namespace BackupCreateProjectBackupSchedule {
|
|
114
|
+
type RequestData = InferredRequestData<typeof descriptors.backupCreateProjectBackupSchedule>;
|
|
115
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupCreateProjectBackupSchedule, TStatus>;
|
|
116
|
+
}
|
|
117
|
+
namespace BackupListProjectBackups {
|
|
118
|
+
type RequestData = InferredRequestData<typeof descriptors.backupListProjectBackups>;
|
|
119
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupListProjectBackups, TStatus>;
|
|
120
|
+
}
|
|
121
|
+
namespace BackupCreateProjectBackup {
|
|
122
|
+
type RequestData = InferredRequestData<typeof descriptors.backupCreateProjectBackup>;
|
|
123
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupCreateProjectBackup, TStatus>;
|
|
124
|
+
}
|
|
125
|
+
namespace BackupGetProjectBackupSchedule {
|
|
126
|
+
type RequestData = InferredRequestData<typeof descriptors.backupGetProjectBackupSchedule>;
|
|
127
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupGetProjectBackupSchedule, TStatus>;
|
|
128
|
+
}
|
|
129
|
+
namespace BackupDeleteProjectBackupSchedule {
|
|
130
|
+
type RequestData = InferredRequestData<typeof descriptors.backupDeleteProjectBackupSchedule>;
|
|
131
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupDeleteProjectBackupSchedule, TStatus>;
|
|
132
|
+
}
|
|
133
|
+
namespace BackupUpdateProjectBackupSchedule {
|
|
134
|
+
type RequestData = InferredRequestData<typeof descriptors.backupUpdateProjectBackupSchedule>;
|
|
135
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupUpdateProjectBackupSchedule, TStatus>;
|
|
136
|
+
}
|
|
137
|
+
namespace BackupGetProjectBackup {
|
|
138
|
+
type RequestData = InferredRequestData<typeof descriptors.backupGetProjectBackup>;
|
|
139
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupGetProjectBackup, TStatus>;
|
|
140
|
+
}
|
|
141
|
+
namespace BackupDeleteProjectBackup {
|
|
142
|
+
type RequestData = InferredRequestData<typeof descriptors.backupDeleteProjectBackup>;
|
|
143
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupDeleteProjectBackup, TStatus>;
|
|
144
|
+
}
|
|
145
|
+
namespace BackupUpdateProjectBackupDescription {
|
|
146
|
+
type RequestData = InferredRequestData<typeof descriptors.backupUpdateProjectBackupDescription>;
|
|
147
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupUpdateProjectBackupDescription, TStatus>;
|
|
148
|
+
}
|
|
149
|
+
namespace ContractTerminateContractItem {
|
|
150
|
+
type RequestData = InferredRequestData<typeof descriptors.contractTerminateContractItem>;
|
|
151
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractTerminateContractItem, TStatus>;
|
|
152
|
+
}
|
|
153
|
+
namespace ContractCancelContractItemTermination {
|
|
154
|
+
type RequestData = InferredRequestData<typeof descriptors.contractCancelContractItemTermination>;
|
|
155
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractCancelContractItemTermination, TStatus>;
|
|
156
|
+
}
|
|
157
|
+
namespace ContractCancelContractTariffChange {
|
|
158
|
+
type RequestData = InferredRequestData<typeof descriptors.contractCancelContractTariffChange>;
|
|
159
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractCancelContractTariffChange, TStatus>;
|
|
160
|
+
}
|
|
161
|
+
namespace ContractTerminateContract {
|
|
162
|
+
type RequestData = InferredRequestData<typeof descriptors.contractTerminateContract>;
|
|
163
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractTerminateContract, TStatus>;
|
|
164
|
+
}
|
|
165
|
+
namespace ContractCancelContractTermination {
|
|
166
|
+
type RequestData = InferredRequestData<typeof descriptors.contractCancelContractTermination>;
|
|
167
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractCancelContractTermination, TStatus>;
|
|
168
|
+
}
|
|
169
|
+
namespace ContractGetBaseItemOfContract {
|
|
170
|
+
type RequestData = InferredRequestData<typeof descriptors.contractGetBaseItemOfContract>;
|
|
171
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetBaseItemOfContract, TStatus>;
|
|
172
|
+
}
|
|
173
|
+
namespace ContractGetDetailOfContractByDomain {
|
|
174
|
+
type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByDomain>;
|
|
175
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByDomain, TStatus>;
|
|
176
|
+
}
|
|
177
|
+
namespace ContractGetDetailOfContractByProject {
|
|
178
|
+
type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByProject>;
|
|
179
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByProject, TStatus>;
|
|
180
|
+
}
|
|
181
|
+
namespace ContractGetDetailOfContractByServer {
|
|
182
|
+
type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractByServer>;
|
|
183
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractByServer, TStatus>;
|
|
184
|
+
}
|
|
185
|
+
namespace ContractGetDetailOfContractItem {
|
|
186
|
+
type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContractItem>;
|
|
187
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContractItem, TStatus>;
|
|
188
|
+
}
|
|
189
|
+
namespace ContractGetDetailOfContract {
|
|
190
|
+
type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContract>;
|
|
191
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContract, TStatus>;
|
|
192
|
+
}
|
|
193
|
+
namespace ContractGetNextTerminationDateForItem {
|
|
194
|
+
type RequestData = InferredRequestData<typeof descriptors.contractGetNextTerminationDateForItem>;
|
|
195
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetNextTerminationDateForItem, TStatus>;
|
|
196
|
+
}
|
|
197
|
+
namespace ContractListContracts {
|
|
198
|
+
type RequestData = InferredRequestData<typeof descriptors.contractListContracts>;
|
|
199
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractListContracts, TStatus>;
|
|
200
|
+
}
|
|
201
|
+
namespace ConversationListConversations {
|
|
202
|
+
type RequestData = InferredRequestData<typeof descriptors.conversationListConversations>;
|
|
203
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.conversationListConversations, TStatus>;
|
|
204
|
+
}
|
|
205
|
+
namespace ConversationCreateConversation {
|
|
206
|
+
type RequestData = InferredRequestData<typeof descriptors.conversationCreateConversation>;
|
|
207
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.conversationCreateConversation, TStatus>;
|
|
208
|
+
}
|
|
209
|
+
namespace ConversationListMessagesByConversation {
|
|
210
|
+
type RequestData = InferredRequestData<typeof descriptors.conversationListMessagesByConversation>;
|
|
211
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.conversationListMessagesByConversation, TStatus>;
|
|
212
|
+
}
|
|
213
|
+
namespace ConversationCreateMessage {
|
|
214
|
+
type RequestData = InferredRequestData<typeof descriptors.conversationCreateMessage>;
|
|
215
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.conversationCreateMessage, TStatus>;
|
|
216
|
+
}
|
|
217
|
+
namespace ConversationGetCategory {
|
|
218
|
+
type RequestData = InferredRequestData<typeof descriptors.conversationGetCategory>;
|
|
219
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.conversationGetCategory, TStatus>;
|
|
220
|
+
}
|
|
221
|
+
namespace ConversationGetConversation {
|
|
222
|
+
type RequestData = InferredRequestData<typeof descriptors.conversationGetConversation>;
|
|
223
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.conversationGetConversation, TStatus>;
|
|
224
|
+
}
|
|
225
|
+
namespace ConversationUpdateConversation {
|
|
226
|
+
type RequestData = InferredRequestData<typeof descriptors.conversationUpdateConversation>;
|
|
227
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.conversationUpdateConversation, TStatus>;
|
|
228
|
+
}
|
|
229
|
+
namespace ConversationListCategories {
|
|
230
|
+
type RequestData = InferredRequestData<typeof descriptors.conversationListCategories>;
|
|
231
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.conversationListCategories, TStatus>;
|
|
232
|
+
}
|
|
233
|
+
namespace ConversationRequestFileUpload {
|
|
234
|
+
type RequestData = InferredRequestData<typeof descriptors.conversationRequestFileUpload>;
|
|
235
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.conversationRequestFileUpload, TStatus>;
|
|
236
|
+
}
|
|
237
|
+
namespace ConversationSetConversationStatus {
|
|
238
|
+
type RequestData = InferredRequestData<typeof descriptors.conversationSetConversationStatus>;
|
|
239
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.conversationSetConversationStatus, TStatus>;
|
|
240
|
+
}
|
|
241
|
+
namespace ConversationUpdateMessage {
|
|
242
|
+
type RequestData = InferredRequestData<typeof descriptors.conversationUpdateMessage>;
|
|
243
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.conversationUpdateMessage, TStatus>;
|
|
244
|
+
}
|
|
245
|
+
namespace CronjobAbortExecution {
|
|
246
|
+
type RequestData = InferredRequestData<typeof descriptors.cronjobAbortExecution>;
|
|
247
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobAbortExecution, TStatus>;
|
|
248
|
+
}
|
|
249
|
+
namespace CronjobListCronjobs {
|
|
250
|
+
type RequestData = InferredRequestData<typeof descriptors.cronjobListCronjobs>;
|
|
251
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobListCronjobs, TStatus>;
|
|
252
|
+
}
|
|
253
|
+
namespace CronjobCreateCronjob {
|
|
254
|
+
type RequestData = InferredRequestData<typeof descriptors.cronjobCreateCronjob>;
|
|
255
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobCreateCronjob, TStatus>;
|
|
256
|
+
}
|
|
257
|
+
namespace CronjobListExecutions {
|
|
258
|
+
type RequestData = InferredRequestData<typeof descriptors.cronjobListExecutions>;
|
|
259
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobListExecutions, TStatus>;
|
|
260
|
+
}
|
|
261
|
+
namespace CronjobCreateExecution {
|
|
262
|
+
type RequestData = InferredRequestData<typeof descriptors.cronjobCreateExecution>;
|
|
263
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobCreateExecution, TStatus>;
|
|
264
|
+
}
|
|
265
|
+
namespace CronjobGetCronjob {
|
|
266
|
+
type RequestData = InferredRequestData<typeof descriptors.cronjobGetCronjob>;
|
|
267
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobGetCronjob, TStatus>;
|
|
268
|
+
}
|
|
269
|
+
namespace CronjobDeleteCronjob {
|
|
270
|
+
type RequestData = InferredRequestData<typeof descriptors.cronjobDeleteCronjob>;
|
|
271
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobDeleteCronjob, TStatus>;
|
|
272
|
+
}
|
|
273
|
+
namespace CronjobUpdateCronjob {
|
|
274
|
+
type RequestData = InferredRequestData<typeof descriptors.cronjobUpdateCronjob>;
|
|
275
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobUpdateCronjob, TStatus>;
|
|
276
|
+
}
|
|
277
|
+
namespace CronjobGetExecution {
|
|
278
|
+
type RequestData = InferredRequestData<typeof descriptors.cronjobGetExecution>;
|
|
279
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobGetExecution, TStatus>;
|
|
280
|
+
}
|
|
281
|
+
namespace CronjobUpdateCronjobAppId {
|
|
282
|
+
type RequestData = InferredRequestData<typeof descriptors.cronjobUpdateCronjobAppId>;
|
|
283
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobUpdateCronjobAppId, TStatus>;
|
|
284
|
+
}
|
|
285
|
+
namespace CustomerAcceptCustomerInvite {
|
|
286
|
+
type RequestData = InferredRequestData<typeof descriptors.customerAcceptCustomerInvite>;
|
|
287
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerAcceptCustomerInvite, TStatus>;
|
|
288
|
+
}
|
|
289
|
+
namespace CustomerListOfCustomerCategories {
|
|
290
|
+
type RequestData = InferredRequestData<typeof descriptors.customerListOfCustomerCategories>;
|
|
291
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerListOfCustomerCategories, TStatus>;
|
|
292
|
+
}
|
|
293
|
+
namespace CustomerCreateCategory {
|
|
294
|
+
type RequestData = InferredRequestData<typeof descriptors.customerCreateCategory>;
|
|
295
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerCreateCategory, TStatus>;
|
|
296
|
+
}
|
|
297
|
+
namespace CustomerCreateCustomerInvite {
|
|
298
|
+
type RequestData = InferredRequestData<typeof descriptors.customerCreateCustomerInvite>;
|
|
299
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerCreateCustomerInvite, TStatus>;
|
|
300
|
+
}
|
|
301
|
+
namespace CustomerListCustomers {
|
|
302
|
+
type RequestData = InferredRequestData<typeof descriptors.customerListCustomers>;
|
|
303
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerListCustomers, TStatus>;
|
|
304
|
+
}
|
|
305
|
+
namespace CustomerCreateCustomer {
|
|
306
|
+
type RequestData = InferredRequestData<typeof descriptors.customerCreateCustomer>;
|
|
307
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerCreateCustomer, TStatus>;
|
|
308
|
+
}
|
|
309
|
+
namespace CustomerDeclineCustomerInvite {
|
|
310
|
+
type RequestData = InferredRequestData<typeof descriptors.customerDeclineCustomerInvite>;
|
|
311
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerDeclineCustomerInvite, TStatus>;
|
|
312
|
+
}
|
|
313
|
+
namespace CustomerGetCustomerCategory {
|
|
314
|
+
type RequestData = InferredRequestData<typeof descriptors.customerGetCustomerCategory>;
|
|
315
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerGetCustomerCategory, TStatus>;
|
|
316
|
+
}
|
|
317
|
+
namespace CustomerUpdateCategory {
|
|
318
|
+
type RequestData = InferredRequestData<typeof descriptors.customerUpdateCategory>;
|
|
319
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerUpdateCategory, TStatus>;
|
|
320
|
+
}
|
|
321
|
+
namespace CustomerDeleteCategory {
|
|
322
|
+
type RequestData = InferredRequestData<typeof descriptors.customerDeleteCategory>;
|
|
323
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerDeleteCategory, TStatus>;
|
|
324
|
+
}
|
|
325
|
+
namespace CustomerGetCustomerInvite {
|
|
326
|
+
type RequestData = InferredRequestData<typeof descriptors.customerGetCustomerInvite>;
|
|
327
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerGetCustomerInvite, TStatus>;
|
|
328
|
+
}
|
|
329
|
+
namespace CustomerDeleteCustomerInvite {
|
|
330
|
+
type RequestData = InferredRequestData<typeof descriptors.customerDeleteCustomerInvite>;
|
|
331
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerDeleteCustomerInvite, TStatus>;
|
|
332
|
+
}
|
|
333
|
+
namespace CustomerGetCustomerMembership {
|
|
334
|
+
type RequestData = InferredRequestData<typeof descriptors.customerGetCustomerMembership>;
|
|
335
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerGetCustomerMembership, TStatus>;
|
|
336
|
+
}
|
|
337
|
+
namespace CustomerDeleteCustomerMembership {
|
|
338
|
+
type RequestData = InferredRequestData<typeof descriptors.customerDeleteCustomerMembership>;
|
|
339
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerDeleteCustomerMembership, TStatus>;
|
|
340
|
+
}
|
|
341
|
+
namespace CustomerUpdateCustomerMembership {
|
|
342
|
+
type RequestData = InferredRequestData<typeof descriptors.customerUpdateCustomerMembership>;
|
|
343
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerUpdateCustomerMembership, TStatus>;
|
|
344
|
+
}
|
|
345
|
+
namespace CustomerGetCustomer {
|
|
346
|
+
type RequestData = InferredRequestData<typeof descriptors.customerGetCustomer>;
|
|
347
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerGetCustomer, TStatus>;
|
|
348
|
+
}
|
|
349
|
+
namespace CustomerUpdateCustomer {
|
|
350
|
+
type RequestData = InferredRequestData<typeof descriptors.customerUpdateCustomer>;
|
|
351
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerUpdateCustomer, TStatus>;
|
|
352
|
+
}
|
|
353
|
+
namespace CustomerDeleteCustomer {
|
|
354
|
+
type RequestData = InferredRequestData<typeof descriptors.customerDeleteCustomer>;
|
|
355
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerDeleteCustomer, TStatus>;
|
|
356
|
+
}
|
|
357
|
+
namespace CustomerGetCustomerTokenInvite {
|
|
358
|
+
type RequestData = InferredRequestData<typeof descriptors.customerGetCustomerTokenInvite>;
|
|
359
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerGetCustomerTokenInvite, TStatus>;
|
|
360
|
+
}
|
|
361
|
+
namespace CustomerIsCustomerLegallyCompetent {
|
|
362
|
+
type RequestData = InferredRequestData<typeof descriptors.customerIsCustomerLegallyCompetent>;
|
|
363
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerIsCustomerLegallyCompetent, TStatus>;
|
|
364
|
+
}
|
|
365
|
+
namespace CustomerLeaveCustomer {
|
|
366
|
+
type RequestData = InferredRequestData<typeof descriptors.customerLeaveCustomer>;
|
|
367
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerLeaveCustomer, TStatus>;
|
|
368
|
+
}
|
|
369
|
+
namespace CustomerListCustomerInvites {
|
|
370
|
+
type RequestData = InferredRequestData<typeof descriptors.customerListCustomerInvites>;
|
|
371
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerListCustomerInvites, TStatus>;
|
|
372
|
+
}
|
|
373
|
+
namespace CustomerListCustomerMemberships {
|
|
374
|
+
type RequestData = InferredRequestData<typeof descriptors.customerListCustomerMemberships>;
|
|
375
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerListCustomerMemberships, TStatus>;
|
|
376
|
+
}
|
|
377
|
+
namespace CustomerListInvitesForCustomer {
|
|
378
|
+
type RequestData = InferredRequestData<typeof descriptors.customerListInvitesForCustomer>;
|
|
379
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerListInvitesForCustomer, TStatus>;
|
|
380
|
+
}
|
|
381
|
+
namespace CustomerListMembershipsForCustomer {
|
|
382
|
+
type RequestData = InferredRequestData<typeof descriptors.customerListMembershipsForCustomer>;
|
|
383
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerListMembershipsForCustomer, TStatus>;
|
|
384
|
+
}
|
|
385
|
+
namespace CustomerRequestAvatarUpload {
|
|
386
|
+
type RequestData = InferredRequestData<typeof descriptors.customerRequestAvatarUpload>;
|
|
387
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerRequestAvatarUpload, TStatus>;
|
|
388
|
+
}
|
|
389
|
+
namespace CustomerRemoveAvatar {
|
|
390
|
+
type RequestData = InferredRequestData<typeof descriptors.customerRemoveAvatar>;
|
|
391
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerRemoveAvatar, TStatus>;
|
|
392
|
+
}
|
|
393
|
+
namespace CustomerResendCustomerInviteMail {
|
|
394
|
+
type RequestData = InferredRequestData<typeof descriptors.customerResendCustomerInviteMail>;
|
|
395
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerResendCustomerInviteMail, TStatus>;
|
|
396
|
+
}
|
|
397
|
+
namespace DatabaseListMysqlDatabases {
|
|
398
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseListMysqlDatabases>;
|
|
399
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseListMysqlDatabases, TStatus>;
|
|
400
|
+
}
|
|
401
|
+
namespace DatabaseCreateMysqlDatabase {
|
|
402
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseCreateMysqlDatabase>;
|
|
403
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseCreateMysqlDatabase, TStatus>;
|
|
404
|
+
}
|
|
405
|
+
namespace DatabaseListMysqlUsers {
|
|
406
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseListMysqlUsers>;
|
|
407
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseListMysqlUsers, TStatus>;
|
|
408
|
+
}
|
|
409
|
+
namespace DatabaseCreateMysqlUser {
|
|
410
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseCreateMysqlUser>;
|
|
411
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseCreateMysqlUser, TStatus>;
|
|
412
|
+
}
|
|
413
|
+
namespace DatabaseListRedisDatabases {
|
|
414
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseListRedisDatabases>;
|
|
415
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseListRedisDatabases, TStatus>;
|
|
416
|
+
}
|
|
417
|
+
namespace DatabaseCreateRedisDatabase {
|
|
418
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseCreateRedisDatabase>;
|
|
419
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseCreateRedisDatabase, TStatus>;
|
|
420
|
+
}
|
|
421
|
+
namespace DatabaseGetMysqlDatabase {
|
|
422
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseGetMysqlDatabase>;
|
|
423
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseGetMysqlDatabase, TStatus>;
|
|
424
|
+
}
|
|
425
|
+
namespace DatabaseDeleteMysqlDatabase {
|
|
426
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseDeleteMysqlDatabase>;
|
|
427
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseDeleteMysqlDatabase, TStatus>;
|
|
428
|
+
}
|
|
429
|
+
namespace DatabaseGetMysqlUser {
|
|
430
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseGetMysqlUser>;
|
|
431
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseGetMysqlUser, TStatus>;
|
|
432
|
+
}
|
|
433
|
+
namespace DatabaseUpdateMysqlUser {
|
|
434
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseUpdateMysqlUser>;
|
|
435
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateMysqlUser, TStatus>;
|
|
436
|
+
}
|
|
437
|
+
namespace DatabaseDeleteMysqlUser {
|
|
438
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseDeleteMysqlUser>;
|
|
439
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseDeleteMysqlUser, TStatus>;
|
|
440
|
+
}
|
|
441
|
+
namespace DatabaseGetRedisDatabase {
|
|
442
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseGetRedisDatabase>;
|
|
443
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseGetRedisDatabase, TStatus>;
|
|
444
|
+
}
|
|
445
|
+
namespace DatabaseDeleteRedisDatabase {
|
|
446
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseDeleteRedisDatabase>;
|
|
447
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseDeleteRedisDatabase, TStatus>;
|
|
448
|
+
}
|
|
449
|
+
namespace DatabaseDisableMysqlUser {
|
|
450
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseDisableMysqlUser>;
|
|
451
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseDisableMysqlUser, TStatus>;
|
|
452
|
+
}
|
|
453
|
+
namespace DatabaseEnableMysqlUser {
|
|
454
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseEnableMysqlUser>;
|
|
455
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseEnableMysqlUser, TStatus>;
|
|
456
|
+
}
|
|
457
|
+
namespace DatabaseGetMysqlUserPhpMyAdminUrl {
|
|
458
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseGetMysqlUserPhpMyAdminUrl>;
|
|
459
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseGetMysqlUserPhpMyAdminUrl, TStatus>;
|
|
460
|
+
}
|
|
461
|
+
namespace DatabaseListMysqlCharsets {
|
|
462
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseListMysqlCharsets>;
|
|
463
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseListMysqlCharsets, TStatus>;
|
|
464
|
+
}
|
|
465
|
+
namespace DatabaseListMysqlVersions {
|
|
466
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseListMysqlVersions>;
|
|
467
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseListMysqlVersions, TStatus>;
|
|
468
|
+
}
|
|
469
|
+
namespace DatabaseListRedisVersions {
|
|
470
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseListRedisVersions>;
|
|
471
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseListRedisVersions, TStatus>;
|
|
472
|
+
}
|
|
473
|
+
namespace DatabaseUpdateMysqlDatabaseDefaultCharset {
|
|
474
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseUpdateMysqlDatabaseDefaultCharset>;
|
|
475
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateMysqlDatabaseDefaultCharset, TStatus>;
|
|
476
|
+
}
|
|
477
|
+
namespace DatabaseUpdateMysqlDatabaseDescription {
|
|
478
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseUpdateMysqlDatabaseDescription>;
|
|
479
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateMysqlDatabaseDescription, TStatus>;
|
|
480
|
+
}
|
|
481
|
+
namespace DatabaseUpdateMysqlUserPassword {
|
|
482
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseUpdateMysqlUserPassword>;
|
|
483
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateMysqlUserPassword, TStatus>;
|
|
484
|
+
}
|
|
485
|
+
namespace DatabaseUpdateRedisDatabaseConfiguration {
|
|
486
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseUpdateRedisDatabaseConfiguration>;
|
|
487
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateRedisDatabaseConfiguration, TStatus>;
|
|
488
|
+
}
|
|
489
|
+
namespace DatabaseUpdateRedisDatabaseDescription {
|
|
490
|
+
type RequestData = InferredRequestData<typeof descriptors.databaseUpdateRedisDatabaseDescription>;
|
|
491
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateRedisDatabaseDescription, TStatus>;
|
|
492
|
+
}
|
|
493
|
+
namespace NewsletterSubscribeUser {
|
|
494
|
+
type RequestData = InferredRequestData<typeof descriptors.newsletterSubscribeUser>;
|
|
495
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.newsletterSubscribeUser, TStatus>;
|
|
496
|
+
}
|
|
497
|
+
namespace DnsRecordASetCustom {
|
|
498
|
+
type RequestData = InferredRequestData<typeof descriptors.dnsRecordAsetCustom>;
|
|
499
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordAsetCustom, TStatus>;
|
|
500
|
+
}
|
|
501
|
+
namespace DnsRecordASetManagedByIngress {
|
|
502
|
+
type RequestData = InferredRequestData<typeof descriptors.dnsRecordAsetManagedByIngress>;
|
|
503
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordAsetManagedByIngress, TStatus>;
|
|
504
|
+
}
|
|
505
|
+
namespace DnsRecordCnameSet {
|
|
506
|
+
type RequestData = InferredRequestData<typeof descriptors.dnsRecordCnameSet>;
|
|
507
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordCnameSet, TStatus>;
|
|
508
|
+
}
|
|
509
|
+
namespace DnsRecordMxSetCustom {
|
|
510
|
+
type RequestData = InferredRequestData<typeof descriptors.dnsRecordMxSetCustom>;
|
|
511
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordMxSetCustom, TStatus>;
|
|
512
|
+
}
|
|
513
|
+
namespace DnsRecordMxSetManaged {
|
|
514
|
+
type RequestData = InferredRequestData<typeof descriptors.dnsRecordMxSetManaged>;
|
|
515
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordMxSetManaged, TStatus>;
|
|
516
|
+
}
|
|
517
|
+
namespace DnsRecordSrvSet {
|
|
518
|
+
type RequestData = InferredRequestData<typeof descriptors.dnsRecordSrvSet>;
|
|
519
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordSrvSet, TStatus>;
|
|
520
|
+
}
|
|
521
|
+
namespace DnsRecordTxtSet {
|
|
522
|
+
type RequestData = InferredRequestData<typeof descriptors.dnsRecordTxtSet>;
|
|
523
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsRecordTxtSet, TStatus>;
|
|
524
|
+
}
|
|
525
|
+
namespace DnsSubZoneCreate {
|
|
526
|
+
type RequestData = InferredRequestData<typeof descriptors.dnsSubZoneCreate>;
|
|
527
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsSubZoneCreate, TStatus>;
|
|
528
|
+
}
|
|
529
|
+
namespace DnsZoneGetSpecific {
|
|
530
|
+
type RequestData = InferredRequestData<typeof descriptors.dnsZoneGetSpecific>;
|
|
531
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsZoneGetSpecific, TStatus>;
|
|
532
|
+
}
|
|
533
|
+
namespace DnsZonesForProject {
|
|
534
|
+
type RequestData = InferredRequestData<typeof descriptors.dnsZonesForProject>;
|
|
535
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.dnsZonesForProject, TStatus>;
|
|
536
|
+
}
|
|
537
|
+
namespace DomainAbortDeclareProcess {
|
|
538
|
+
type RequestData = InferredRequestData<typeof descriptors.domainAbortDeclareProcess>;
|
|
539
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainAbortDeclareProcess, TStatus>;
|
|
540
|
+
}
|
|
541
|
+
namespace DomainChangeOwnercOfDomain {
|
|
542
|
+
type RequestData = InferredRequestData<typeof descriptors.domainChangeOwnercOfDomain>;
|
|
543
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainChangeOwnercOfDomain, TStatus>;
|
|
544
|
+
}
|
|
545
|
+
namespace DomainChangeProjectOfDomain {
|
|
546
|
+
type RequestData = InferredRequestData<typeof descriptors.domainChangeProjectOfDomain>;
|
|
547
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainChangeProjectOfDomain, TStatus>;
|
|
548
|
+
}
|
|
549
|
+
namespace DomainCheckDomainAvailability {
|
|
550
|
+
type RequestData = InferredRequestData<typeof descriptors.domainCheckDomainAvailability>;
|
|
551
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCheckDomainAvailability, TStatus>;
|
|
552
|
+
}
|
|
553
|
+
namespace DomainCreateAuthcodeForDomain {
|
|
554
|
+
type RequestData = InferredRequestData<typeof descriptors.domainCreateAuthcodeForDomain>;
|
|
555
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateAuthcodeForDomain, TStatus>;
|
|
556
|
+
}
|
|
557
|
+
namespace DomainCreateAuthcode2ForDomain {
|
|
558
|
+
type RequestData = InferredRequestData<typeof descriptors.domainCreateAuthcode2ForDomain>;
|
|
559
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateAuthcode2ForDomain, TStatus>;
|
|
560
|
+
}
|
|
561
|
+
namespace DomainDeclareNameservers {
|
|
562
|
+
type RequestData = InferredRequestData<typeof descriptors.domainDeclareNameservers>;
|
|
563
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainDeclareNameservers, TStatus>;
|
|
564
|
+
}
|
|
565
|
+
namespace DomainDeclareProcessChangeAuthcode {
|
|
566
|
+
type RequestData = InferredRequestData<typeof descriptors.domainDeclareProcessChangeAuthcode>;
|
|
567
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainDeclareProcessChangeAuthcode, TStatus>;
|
|
568
|
+
}
|
|
569
|
+
namespace DomainDeclareProcessChangeHandles {
|
|
570
|
+
type RequestData = InferredRequestData<typeof descriptors.domainDeclareProcessChangeHandles>;
|
|
571
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainDeclareProcessChangeHandles, TStatus>;
|
|
572
|
+
}
|
|
573
|
+
namespace DomainGetDomain {
|
|
574
|
+
type RequestData = InferredRequestData<typeof descriptors.domainGetDomain>;
|
|
575
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetDomain, TStatus>;
|
|
576
|
+
}
|
|
577
|
+
namespace DomainDeleteDomain {
|
|
578
|
+
type RequestData = InferredRequestData<typeof descriptors.domainDeleteDomain>;
|
|
579
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainDeleteDomain, TStatus>;
|
|
580
|
+
}
|
|
581
|
+
namespace DomainGetHandleFields {
|
|
582
|
+
type RequestData = InferredRequestData<typeof descriptors.domainGetHandleFields>;
|
|
583
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetHandleFields, TStatus>;
|
|
584
|
+
}
|
|
585
|
+
namespace DomainGetScreenshotForDomain {
|
|
586
|
+
type RequestData = InferredRequestData<typeof descriptors.domainGetScreenshotForDomain>;
|
|
587
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetScreenshotForDomain, TStatus>;
|
|
588
|
+
}
|
|
589
|
+
namespace DomainGetSpecificDomainOwnership {
|
|
590
|
+
type RequestData = InferredRequestData<typeof descriptors.domainGetSpecificDomainOwnership>;
|
|
591
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetSpecificDomainOwnership, TStatus>;
|
|
592
|
+
}
|
|
593
|
+
namespace DomainVerifyDomainOwnership {
|
|
594
|
+
type RequestData = InferredRequestData<typeof descriptors.domainVerifyDomainOwnership>;
|
|
595
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainVerifyDomainOwnership, TStatus>;
|
|
596
|
+
}
|
|
597
|
+
namespace DomainListDomainOwnerships {
|
|
598
|
+
type RequestData = InferredRequestData<typeof descriptors.domainListDomainOwnerships>;
|
|
599
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomainOwnerships, TStatus>;
|
|
600
|
+
}
|
|
601
|
+
namespace DomainListDomains {
|
|
602
|
+
type RequestData = InferredRequestData<typeof descriptors.domainListDomains>;
|
|
603
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomains, TStatus>;
|
|
604
|
+
}
|
|
605
|
+
namespace DomainResendDomainEmail {
|
|
606
|
+
type RequestData = InferredRequestData<typeof descriptors.domainResendDomainEmail>;
|
|
607
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainResendDomainEmail, TStatus>;
|
|
608
|
+
}
|
|
609
|
+
namespace FileCreateFile {
|
|
610
|
+
type RequestData = InferredRequestData<typeof descriptors.fileCreateFile>;
|
|
611
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileCreateFile, TStatus>;
|
|
612
|
+
}
|
|
613
|
+
namespace FileGetFileMeta {
|
|
614
|
+
type RequestData = InferredRequestData<typeof descriptors.fileGetFileMeta>;
|
|
615
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileGetFileMeta, TStatus>;
|
|
616
|
+
}
|
|
617
|
+
namespace FileGetFileTokenRules {
|
|
618
|
+
type RequestData = InferredRequestData<typeof descriptors.fileGetFileTokenRules>;
|
|
619
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileGetFileTokenRules, TStatus>;
|
|
620
|
+
}
|
|
621
|
+
namespace FileGetFileTypeRules {
|
|
622
|
+
type RequestData = InferredRequestData<typeof descriptors.fileGetFileTypeRules>;
|
|
623
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileGetFileTypeRules, TStatus>;
|
|
624
|
+
}
|
|
625
|
+
namespace FileGetFile {
|
|
626
|
+
type RequestData = InferredRequestData<typeof descriptors.fileGetFile>;
|
|
627
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileGetFile, TStatus>;
|
|
628
|
+
}
|
|
629
|
+
namespace IngressCreate {
|
|
630
|
+
type RequestData = InferredRequestData<typeof descriptors.ingressCreate>;
|
|
631
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressCreate, TStatus>;
|
|
632
|
+
}
|
|
633
|
+
namespace IngressGetSpecific {
|
|
634
|
+
type RequestData = InferredRequestData<typeof descriptors.ingressGetSpecific>;
|
|
635
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressGetSpecific, TStatus>;
|
|
636
|
+
}
|
|
637
|
+
namespace IngressDelete {
|
|
638
|
+
type RequestData = InferredRequestData<typeof descriptors.ingressDelete>;
|
|
639
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressDelete, TStatus>;
|
|
640
|
+
}
|
|
641
|
+
namespace IngressListAccessible {
|
|
642
|
+
type RequestData = InferredRequestData<typeof descriptors.ingressListAccessible>;
|
|
643
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressListAccessible, TStatus>;
|
|
644
|
+
}
|
|
645
|
+
namespace IngressListForProject {
|
|
646
|
+
type RequestData = InferredRequestData<typeof descriptors.ingressListForProject>;
|
|
647
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressListForProject, TStatus>;
|
|
648
|
+
}
|
|
649
|
+
namespace IngressPaths {
|
|
650
|
+
type RequestData = InferredRequestData<typeof descriptors.ingressPaths>;
|
|
651
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressPaths, TStatus>;
|
|
652
|
+
}
|
|
653
|
+
namespace IngressRequestAcmeCertificateIssuance {
|
|
654
|
+
type RequestData = InferredRequestData<typeof descriptors.ingressRequestAcmeCertificateIssuance>;
|
|
655
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressRequestAcmeCertificateIssuance, TStatus>;
|
|
656
|
+
}
|
|
657
|
+
namespace IngressTls {
|
|
658
|
+
type RequestData = InferredRequestData<typeof descriptors.ingressTls>;
|
|
659
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressTls, TStatus>;
|
|
660
|
+
}
|
|
661
|
+
namespace InvoiceDetailOfInvoice {
|
|
662
|
+
type RequestData = InferredRequestData<typeof descriptors.invoiceDetailOfInvoice>;
|
|
663
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.invoiceDetailOfInvoice, TStatus>;
|
|
664
|
+
}
|
|
665
|
+
namespace InvoiceGetDetailOfInvoiceSettings {
|
|
666
|
+
type RequestData = InferredRequestData<typeof descriptors.invoiceGetDetailOfInvoiceSettings>;
|
|
667
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.invoiceGetDetailOfInvoiceSettings, TStatus>;
|
|
668
|
+
}
|
|
669
|
+
namespace InvoiceUpdateInvoiceSettings {
|
|
670
|
+
type RequestData = InferredRequestData<typeof descriptors.invoiceUpdateInvoiceSettings>;
|
|
671
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.invoiceUpdateInvoiceSettings, TStatus>;
|
|
672
|
+
}
|
|
673
|
+
namespace InvoiceListCustomerInvoices {
|
|
674
|
+
type RequestData = InferredRequestData<typeof descriptors.invoiceListCustomerInvoices>;
|
|
675
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.invoiceListCustomerInvoices, TStatus>;
|
|
676
|
+
}
|
|
677
|
+
namespace MailDeliveryboxList {
|
|
678
|
+
type RequestData = InferredRequestData<typeof descriptors.mailDeliveryboxList>;
|
|
679
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDeliveryboxList, TStatus>;
|
|
680
|
+
}
|
|
681
|
+
namespace MailDeliveryboxCreate {
|
|
682
|
+
type RequestData = InferredRequestData<typeof descriptors.mailDeliveryboxCreate>;
|
|
683
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDeliveryboxCreate, TStatus>;
|
|
684
|
+
}
|
|
685
|
+
namespace MailDeliveryboxGetSpecific {
|
|
686
|
+
type RequestData = InferredRequestData<typeof descriptors.mailDeliveryboxGetSpecific>;
|
|
687
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDeliveryboxGetSpecific, TStatus>;
|
|
688
|
+
}
|
|
689
|
+
namespace MailDeliveryboxDelete {
|
|
690
|
+
type RequestData = InferredRequestData<typeof descriptors.mailDeliveryboxDelete>;
|
|
691
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDeliveryboxDelete, TStatus>;
|
|
692
|
+
}
|
|
693
|
+
namespace MailDeliveryboxUpdateDescription {
|
|
694
|
+
type RequestData = InferredRequestData<typeof descriptors.mailDeliveryboxUpdateDescription>;
|
|
695
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDeliveryboxUpdateDescription, TStatus>;
|
|
696
|
+
}
|
|
697
|
+
namespace MailDeliveryboxUpdatePassword {
|
|
698
|
+
type RequestData = InferredRequestData<typeof descriptors.mailDeliveryboxUpdatePassword>;
|
|
699
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDeliveryboxUpdatePassword, TStatus>;
|
|
700
|
+
}
|
|
701
|
+
namespace MailMailaddressList {
|
|
702
|
+
type RequestData = InferredRequestData<typeof descriptors.mailMailaddressList>;
|
|
703
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMailaddressList, TStatus>;
|
|
704
|
+
}
|
|
705
|
+
namespace MailMailaddressCreate {
|
|
706
|
+
type RequestData = InferredRequestData<typeof descriptors.mailMailaddressCreate>;
|
|
707
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMailaddressCreate, TStatus>;
|
|
708
|
+
}
|
|
709
|
+
namespace MailMailaddressGetSpecific {
|
|
710
|
+
type RequestData = InferredRequestData<typeof descriptors.mailMailaddressGetSpecific>;
|
|
711
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMailaddressGetSpecific, TStatus>;
|
|
712
|
+
}
|
|
713
|
+
namespace MailMailaddressDelete {
|
|
714
|
+
type RequestData = InferredRequestData<typeof descriptors.mailMailaddressDelete>;
|
|
715
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMailaddressDelete, TStatus>;
|
|
716
|
+
}
|
|
717
|
+
namespace MailMailaddressUpdateAddress {
|
|
718
|
+
type RequestData = InferredRequestData<typeof descriptors.mailMailaddressUpdateAddress>;
|
|
719
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMailaddressUpdateAddress, TStatus>;
|
|
720
|
+
}
|
|
721
|
+
namespace MailMailaddressUpdateAutoresponder {
|
|
722
|
+
type RequestData = InferredRequestData<typeof descriptors.mailMailaddressUpdateAutoresponder>;
|
|
723
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMailaddressUpdateAutoresponder, TStatus>;
|
|
724
|
+
}
|
|
725
|
+
namespace MailMailaddressUpdateCatchall {
|
|
726
|
+
type RequestData = InferredRequestData<typeof descriptors.mailMailaddressUpdateCatchall>;
|
|
727
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMailaddressUpdateCatchall, TStatus>;
|
|
728
|
+
}
|
|
729
|
+
namespace MailMailaddressUpdateForwardaddresses {
|
|
730
|
+
type RequestData = InferredRequestData<typeof descriptors.mailMailaddressUpdateForwardaddresses>;
|
|
731
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMailaddressUpdateForwardaddresses, TStatus>;
|
|
732
|
+
}
|
|
733
|
+
namespace MailMailaddressUpdatePassword {
|
|
734
|
+
type RequestData = InferredRequestData<typeof descriptors.mailMailaddressUpdatePassword>;
|
|
735
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMailaddressUpdatePassword, TStatus>;
|
|
736
|
+
}
|
|
737
|
+
namespace MailMailaddressUpdateQuota {
|
|
738
|
+
type RequestData = InferredRequestData<typeof descriptors.mailMailaddressUpdateQuota>;
|
|
739
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMailaddressUpdateQuota, TStatus>;
|
|
740
|
+
}
|
|
741
|
+
namespace MailMailaddressUpdateSpamprotection {
|
|
742
|
+
type RequestData = InferredRequestData<typeof descriptors.mailMailaddressUpdateSpamprotection>;
|
|
743
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMailaddressUpdateSpamprotection, TStatus>;
|
|
744
|
+
}
|
|
745
|
+
namespace MailProjectsettingGetSpecific {
|
|
746
|
+
type RequestData = InferredRequestData<typeof descriptors.mailProjectsettingGetSpecific>;
|
|
747
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailProjectsettingGetSpecific, TStatus>;
|
|
748
|
+
}
|
|
749
|
+
namespace MailProjectsettingUpdateBlacklist {
|
|
750
|
+
type RequestData = InferredRequestData<typeof descriptors.mailProjectsettingUpdateBlacklist>;
|
|
751
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailProjectsettingUpdateBlacklist, TStatus>;
|
|
752
|
+
}
|
|
753
|
+
namespace MailProjectsettingUpdateWhitelist {
|
|
754
|
+
type RequestData = InferredRequestData<typeof descriptors.mailProjectsettingUpdateWhitelist>;
|
|
755
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailProjectsettingUpdateWhitelist, TStatus>;
|
|
756
|
+
}
|
|
757
|
+
namespace NewsletterGetInfo {
|
|
758
|
+
type RequestData = InferredRequestData<typeof descriptors.newsletterGetInfo>;
|
|
759
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.newsletterGetInfo, TStatus>;
|
|
760
|
+
}
|
|
761
|
+
namespace NewsletterUnsubscribeUser {
|
|
762
|
+
type RequestData = InferredRequestData<typeof descriptors.newsletterUnsubscribeUser>;
|
|
763
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.newsletterUnsubscribeUser, TStatus>;
|
|
764
|
+
}
|
|
765
|
+
namespace NotificationsCountUnreadNotifications {
|
|
766
|
+
type RequestData = InferredRequestData<typeof descriptors.notificationsCountUnreadNotifications>;
|
|
767
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.notificationsCountUnreadNotifications, TStatus>;
|
|
768
|
+
}
|
|
769
|
+
namespace NotificationsListNotifications {
|
|
770
|
+
type RequestData = InferredRequestData<typeof descriptors.notificationsListNotifications>;
|
|
771
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.notificationsListNotifications, TStatus>;
|
|
772
|
+
}
|
|
773
|
+
namespace NotificationsReadAllNotifications {
|
|
774
|
+
type RequestData = InferredRequestData<typeof descriptors.notificationsReadAllNotifications>;
|
|
775
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.notificationsReadAllNotifications, TStatus>;
|
|
776
|
+
}
|
|
777
|
+
namespace NotificationsReadNotification {
|
|
778
|
+
type RequestData = InferredRequestData<typeof descriptors.notificationsReadNotification>;
|
|
779
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.notificationsReadNotification, TStatus>;
|
|
780
|
+
}
|
|
781
|
+
namespace OrderCreateOrder {
|
|
782
|
+
type RequestData = InferredRequestData<typeof descriptors.orderCreateOrder>;
|
|
783
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.orderCreateOrder, TStatus>;
|
|
784
|
+
}
|
|
785
|
+
namespace OrderCreateTariffChange {
|
|
786
|
+
type RequestData = InferredRequestData<typeof descriptors.orderCreateTariffChange>;
|
|
787
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.orderCreateTariffChange, TStatus>;
|
|
788
|
+
}
|
|
789
|
+
namespace OrderGetOrder {
|
|
790
|
+
type RequestData = InferredRequestData<typeof descriptors.orderGetOrder>;
|
|
791
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.orderGetOrder, TStatus>;
|
|
792
|
+
}
|
|
793
|
+
namespace OrderListCustomerOrders {
|
|
794
|
+
type RequestData = InferredRequestData<typeof descriptors.orderListCustomerOrders>;
|
|
795
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.orderListCustomerOrders, TStatus>;
|
|
796
|
+
}
|
|
797
|
+
namespace OrderListProjectOrders {
|
|
798
|
+
type RequestData = InferredRequestData<typeof descriptors.orderListProjectOrders>;
|
|
799
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.orderListProjectOrders, TStatus>;
|
|
800
|
+
}
|
|
801
|
+
namespace OrderPreviewOrder {
|
|
802
|
+
type RequestData = InferredRequestData<typeof descriptors.orderPreviewOrder>;
|
|
803
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.orderPreviewOrder, TStatus>;
|
|
804
|
+
}
|
|
805
|
+
namespace OrderPreviewTariffChange {
|
|
806
|
+
type RequestData = InferredRequestData<typeof descriptors.orderPreviewTariffChange>;
|
|
807
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.orderPreviewTariffChange, TStatus>;
|
|
808
|
+
}
|
|
809
|
+
namespace PageinsightsGetPerformanceData {
|
|
810
|
+
type RequestData = InferredRequestData<typeof descriptors.pageinsightsGetPerformanceData>;
|
|
811
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.pageinsightsGetPerformanceData, TStatus>;
|
|
812
|
+
}
|
|
813
|
+
namespace PageinsightsListPerformanceDataForProject {
|
|
814
|
+
type RequestData = InferredRequestData<typeof descriptors.pageinsightsListPerformanceDataForProject>;
|
|
815
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.pageinsightsListPerformanceDataForProject, TStatus>;
|
|
816
|
+
}
|
|
817
|
+
namespace PasswordValidationGetPasswordPolicy {
|
|
818
|
+
type RequestData = InferredRequestData<typeof descriptors.passwordValidationGetPasswordPolicy>;
|
|
819
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.passwordValidationGetPasswordPolicy, TStatus>;
|
|
820
|
+
}
|
|
821
|
+
namespace ProjectAcceptProjectInvite {
|
|
822
|
+
type RequestData = InferredRequestData<typeof descriptors.projectAcceptProjectInvite>;
|
|
823
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectAcceptProjectInvite, TStatus>;
|
|
824
|
+
}
|
|
825
|
+
namespace ProjectCreateProjectInvite {
|
|
826
|
+
type RequestData = InferredRequestData<typeof descriptors.projectCreateProjectInvite>;
|
|
827
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectCreateProjectInvite, TStatus>;
|
|
828
|
+
}
|
|
829
|
+
namespace ProjectCreateProject {
|
|
830
|
+
type RequestData = InferredRequestData<typeof descriptors.projectCreateProject>;
|
|
831
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectCreateProject, TStatus>;
|
|
832
|
+
}
|
|
833
|
+
namespace ProjectDeclineProjectInvite {
|
|
834
|
+
type RequestData = InferredRequestData<typeof descriptors.projectDeclineProjectInvite>;
|
|
835
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectDeclineProjectInvite, TStatus>;
|
|
836
|
+
}
|
|
837
|
+
namespace ProjectRequestProjectAvatarUpload {
|
|
838
|
+
type RequestData = InferredRequestData<typeof descriptors.projectRequestProjectAvatarUpload>;
|
|
839
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectRequestProjectAvatarUpload, TStatus>;
|
|
840
|
+
}
|
|
841
|
+
namespace ProjectDeleteProjectAvatar {
|
|
842
|
+
type RequestData = InferredRequestData<typeof descriptors.projectDeleteProjectAvatar>;
|
|
843
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectDeleteProjectAvatar, TStatus>;
|
|
844
|
+
}
|
|
845
|
+
namespace ProjectGetProjectInvite {
|
|
846
|
+
type RequestData = InferredRequestData<typeof descriptors.projectGetProjectInvite>;
|
|
847
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectGetProjectInvite, TStatus>;
|
|
848
|
+
}
|
|
849
|
+
namespace ProjectDeleteProjectInvite {
|
|
850
|
+
type RequestData = InferredRequestData<typeof descriptors.projectDeleteProjectInvite>;
|
|
851
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectDeleteProjectInvite, TStatus>;
|
|
852
|
+
}
|
|
853
|
+
namespace ProjectGetProjectMembership {
|
|
854
|
+
type RequestData = InferredRequestData<typeof descriptors.projectGetProjectMembership>;
|
|
855
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectGetProjectMembership, TStatus>;
|
|
856
|
+
}
|
|
857
|
+
namespace ProjectDeleteProjectMembership {
|
|
858
|
+
type RequestData = InferredRequestData<typeof descriptors.projectDeleteProjectMembership>;
|
|
859
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectDeleteProjectMembership, TStatus>;
|
|
860
|
+
}
|
|
861
|
+
namespace ProjectUpdateProjectMembership {
|
|
862
|
+
type RequestData = InferredRequestData<typeof descriptors.projectUpdateProjectMembership>;
|
|
863
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectUpdateProjectMembership, TStatus>;
|
|
864
|
+
}
|
|
865
|
+
namespace ProjectDeleteProject {
|
|
866
|
+
type RequestData = InferredRequestData<typeof descriptors.projectDeleteProject>;
|
|
867
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectDeleteProject, TStatus>;
|
|
868
|
+
}
|
|
869
|
+
namespace ProjectRequestServerAvatarUpload {
|
|
870
|
+
type RequestData = InferredRequestData<typeof descriptors.projectRequestServerAvatarUpload>;
|
|
871
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectRequestServerAvatarUpload, TStatus>;
|
|
872
|
+
}
|
|
873
|
+
namespace ProjectDeleteServerAvatar {
|
|
874
|
+
type RequestData = InferredRequestData<typeof descriptors.projectDeleteServerAvatar>;
|
|
875
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectDeleteServerAvatar, TStatus>;
|
|
876
|
+
}
|
|
877
|
+
namespace ProjectFileSystemGetDirectories {
|
|
878
|
+
type RequestData = InferredRequestData<typeof descriptors.projectFileSystemGetDirectories>;
|
|
879
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectFileSystemGetDirectories, TStatus>;
|
|
880
|
+
}
|
|
881
|
+
namespace ProjectFileSystemGetDiskUsage {
|
|
882
|
+
type RequestData = InferredRequestData<typeof descriptors.projectFileSystemGetDiskUsage>;
|
|
883
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectFileSystemGetDiskUsage, TStatus>;
|
|
884
|
+
}
|
|
885
|
+
namespace ProjectFileSystemGetFileContent {
|
|
886
|
+
type RequestData = InferredRequestData<typeof descriptors.projectFileSystemGetFileContent>;
|
|
887
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectFileSystemGetFileContent, TStatus>;
|
|
888
|
+
}
|
|
889
|
+
namespace ProjectFileSystemGetJwt {
|
|
890
|
+
type RequestData = InferredRequestData<typeof descriptors.projectFileSystemGetJwt>;
|
|
891
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectFileSystemGetJwt, TStatus>;
|
|
892
|
+
}
|
|
893
|
+
namespace ProjectFileSystemListFiles {
|
|
894
|
+
type RequestData = InferredRequestData<typeof descriptors.projectFileSystemListFiles>;
|
|
895
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectFileSystemListFiles, TStatus>;
|
|
896
|
+
}
|
|
897
|
+
namespace ProjectGetProjectTokenInvite {
|
|
898
|
+
type RequestData = InferredRequestData<typeof descriptors.projectGetProjectTokenInvite>;
|
|
899
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectGetProjectTokenInvite, TStatus>;
|
|
900
|
+
}
|
|
901
|
+
namespace ProjectGetProject {
|
|
902
|
+
type RequestData = InferredRequestData<typeof descriptors.projectGetProject>;
|
|
903
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectGetProject, TStatus>;
|
|
904
|
+
}
|
|
905
|
+
namespace ProjectGetSelfMembershipForProject {
|
|
906
|
+
type RequestData = InferredRequestData<typeof descriptors.projectGetSelfMembershipForProject>;
|
|
907
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectGetSelfMembershipForProject, TStatus>;
|
|
908
|
+
}
|
|
909
|
+
namespace ProjectGetServer {
|
|
910
|
+
type RequestData = InferredRequestData<typeof descriptors.projectGetServer>;
|
|
911
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectGetServer, TStatus>;
|
|
912
|
+
}
|
|
913
|
+
namespace ProjectLeaveProject {
|
|
914
|
+
type RequestData = InferredRequestData<typeof descriptors.projectLeaveProject>;
|
|
915
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectLeaveProject, TStatus>;
|
|
916
|
+
}
|
|
917
|
+
namespace ProjectListInvitesForProject {
|
|
918
|
+
type RequestData = InferredRequestData<typeof descriptors.projectListInvitesForProject>;
|
|
919
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectListInvitesForProject, TStatus>;
|
|
920
|
+
}
|
|
921
|
+
namespace ProjectListMembershipsForProject {
|
|
922
|
+
type RequestData = InferredRequestData<typeof descriptors.projectListMembershipsForProject>;
|
|
923
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectListMembershipsForProject, TStatus>;
|
|
924
|
+
}
|
|
925
|
+
namespace ProjectListProjectInvites {
|
|
926
|
+
type RequestData = InferredRequestData<typeof descriptors.projectListProjectInvites>;
|
|
927
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectListProjectInvites, TStatus>;
|
|
928
|
+
}
|
|
929
|
+
namespace ProjectListProjectMemberships {
|
|
930
|
+
type RequestData = InferredRequestData<typeof descriptors.projectListProjectMemberships>;
|
|
931
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectListProjectMemberships, TStatus>;
|
|
932
|
+
}
|
|
933
|
+
namespace ProjectListProjects {
|
|
934
|
+
type RequestData = InferredRequestData<typeof descriptors.projectListProjects>;
|
|
935
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectListProjects, TStatus>;
|
|
936
|
+
}
|
|
937
|
+
namespace ProjectListServers {
|
|
938
|
+
type RequestData = InferredRequestData<typeof descriptors.projectListServers>;
|
|
939
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectListServers, TStatus>;
|
|
940
|
+
}
|
|
941
|
+
namespace ProjectResendProjectInviteMail {
|
|
942
|
+
type RequestData = InferredRequestData<typeof descriptors.projectResendProjectInviteMail>;
|
|
943
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectResendProjectInviteMail, TStatus>;
|
|
944
|
+
}
|
|
945
|
+
namespace ProjectUpdateProjectDescription {
|
|
946
|
+
type RequestData = InferredRequestData<typeof descriptors.projectUpdateProjectDescription>;
|
|
947
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectUpdateProjectDescription, TStatus>;
|
|
948
|
+
}
|
|
949
|
+
namespace ProjectUpdateServerDescription {
|
|
950
|
+
type RequestData = InferredRequestData<typeof descriptors.projectUpdateServerDescription>;
|
|
951
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectUpdateServerDescription, TStatus>;
|
|
952
|
+
}
|
|
953
|
+
namespace RedirectusCreateRelocation {
|
|
954
|
+
type RequestData = InferredRequestData<typeof descriptors.redirectusCreateRelocation>;
|
|
955
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.redirectusCreateRelocation, TStatus>;
|
|
956
|
+
}
|
|
957
|
+
namespace RelocationCreateLegacyTariffChange {
|
|
958
|
+
type RequestData = InferredRequestData<typeof descriptors.relocationCreateLegacyTariffChange>;
|
|
959
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.relocationCreateLegacyTariffChange, TStatus>;
|
|
960
|
+
}
|
|
961
|
+
namespace ServicetokenAuthenticateService {
|
|
962
|
+
type RequestData = InferredRequestData<typeof descriptors.servicetokenAuthenticateService>;
|
|
963
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.servicetokenAuthenticateService, TStatus>;
|
|
964
|
+
}
|
|
965
|
+
namespace SftpUserListSftpUsers {
|
|
966
|
+
type RequestData = InferredRequestData<typeof descriptors.sftpUserListSftpUsers>;
|
|
967
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.sftpUserListSftpUsers, TStatus>;
|
|
968
|
+
}
|
|
969
|
+
namespace SftpUserCreateSftpUser {
|
|
970
|
+
type RequestData = InferredRequestData<typeof descriptors.sftpUserCreateSftpUser>;
|
|
971
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.sftpUserCreateSftpUser, TStatus>;
|
|
972
|
+
}
|
|
973
|
+
namespace SftpUserGetSftpUser {
|
|
974
|
+
type RequestData = InferredRequestData<typeof descriptors.sftpUserGetSftpUser>;
|
|
975
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.sftpUserGetSftpUser, TStatus>;
|
|
976
|
+
}
|
|
977
|
+
namespace SftpUserDeleteSftpUser {
|
|
978
|
+
type RequestData = InferredRequestData<typeof descriptors.sftpUserDeleteSftpUser>;
|
|
979
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.sftpUserDeleteSftpUser, TStatus>;
|
|
980
|
+
}
|
|
981
|
+
namespace SftpUserUpdateSftpUser {
|
|
982
|
+
type RequestData = InferredRequestData<typeof descriptors.sftpUserUpdateSftpUser>;
|
|
983
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.sftpUserUpdateSftpUser, TStatus>;
|
|
984
|
+
}
|
|
985
|
+
namespace SshUserListSshUsers {
|
|
986
|
+
type RequestData = InferredRequestData<typeof descriptors.sshUserListSshUsers>;
|
|
987
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.sshUserListSshUsers, TStatus>;
|
|
988
|
+
}
|
|
989
|
+
namespace SshUserCreateSshUser {
|
|
990
|
+
type RequestData = InferredRequestData<typeof descriptors.sshUserCreateSshUser>;
|
|
991
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.sshUserCreateSshUser, TStatus>;
|
|
992
|
+
}
|
|
993
|
+
namespace SshUserGetSshUser {
|
|
994
|
+
type RequestData = InferredRequestData<typeof descriptors.sshUserGetSshUser>;
|
|
995
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.sshUserGetSshUser, TStatus>;
|
|
996
|
+
}
|
|
997
|
+
namespace SshUserDeleteSshUser {
|
|
998
|
+
type RequestData = InferredRequestData<typeof descriptors.sshUserDeleteSshUser>;
|
|
999
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.sshUserDeleteSshUser, TStatus>;
|
|
1000
|
+
}
|
|
1001
|
+
namespace SshUserUpdateSshUser {
|
|
1002
|
+
type RequestData = InferredRequestData<typeof descriptors.sshUserUpdateSshUser>;
|
|
1003
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.sshUserUpdateSshUser, TStatus>;
|
|
1004
|
+
}
|
|
1005
|
+
namespace UserAddPhoneNumber {
|
|
1006
|
+
type RequestData = InferredRequestData<typeof descriptors.userAddPhoneNumber>;
|
|
1007
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userAddPhoneNumber, TStatus>;
|
|
1008
|
+
}
|
|
1009
|
+
namespace UserRemovePhoneNumber {
|
|
1010
|
+
type RequestData = InferredRequestData<typeof descriptors.userRemovePhoneNumber>;
|
|
1011
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userRemovePhoneNumber, TStatus>;
|
|
1012
|
+
}
|
|
1013
|
+
namespace UserAuthenticateMfa {
|
|
1014
|
+
type RequestData = InferredRequestData<typeof descriptors.userAuthenticateMfa>;
|
|
1015
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userAuthenticateMfa, TStatus>;
|
|
1016
|
+
}
|
|
1017
|
+
namespace UserAuthenticate {
|
|
1018
|
+
type RequestData = InferredRequestData<typeof descriptors.userAuthenticate>;
|
|
1019
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userAuthenticate, TStatus>;
|
|
1020
|
+
}
|
|
1021
|
+
namespace UserGetOwnEmail {
|
|
1022
|
+
type RequestData = InferredRequestData<typeof descriptors.userGetOwnEmail>;
|
|
1023
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userGetOwnEmail, TStatus>;
|
|
1024
|
+
}
|
|
1025
|
+
namespace UserChangeEmail {
|
|
1026
|
+
type RequestData = InferredRequestData<typeof descriptors.userChangeEmail>;
|
|
1027
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userChangeEmail, TStatus>;
|
|
1028
|
+
}
|
|
1029
|
+
namespace UserChangePassword {
|
|
1030
|
+
type RequestData = InferredRequestData<typeof descriptors.userChangePassword>;
|
|
1031
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userChangePassword, TStatus>;
|
|
1032
|
+
}
|
|
1033
|
+
namespace UserCheckToken {
|
|
1034
|
+
type RequestData = InferredRequestData<typeof descriptors.userCheckToken>;
|
|
1035
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userCheckToken, TStatus>;
|
|
1036
|
+
}
|
|
1037
|
+
namespace UserGetMfaStatus {
|
|
1038
|
+
type RequestData = InferredRequestData<typeof descriptors.userGetMfaStatus>;
|
|
1039
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userGetMfaStatus, TStatus>;
|
|
1040
|
+
}
|
|
1041
|
+
namespace UserResetRecoverycodes {
|
|
1042
|
+
type RequestData = InferredRequestData<typeof descriptors.userResetRecoverycodes>;
|
|
1043
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userResetRecoverycodes, TStatus>;
|
|
1044
|
+
}
|
|
1045
|
+
namespace UserConfirmMfa {
|
|
1046
|
+
type RequestData = InferredRequestData<typeof descriptors.userConfirmMfa>;
|
|
1047
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userConfirmMfa, TStatus>;
|
|
1048
|
+
}
|
|
1049
|
+
namespace UserDisableMfa {
|
|
1050
|
+
type RequestData = InferredRequestData<typeof descriptors.userDisableMfa>;
|
|
1051
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userDisableMfa, TStatus>;
|
|
1052
|
+
}
|
|
1053
|
+
namespace UserConfirmPasswordReset {
|
|
1054
|
+
type RequestData = InferredRequestData<typeof descriptors.userConfirmPasswordReset>;
|
|
1055
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userConfirmPasswordReset, TStatus>;
|
|
1056
|
+
}
|
|
1057
|
+
namespace UserListApiTokens {
|
|
1058
|
+
type RequestData = InferredRequestData<typeof descriptors.userListApiTokens>;
|
|
1059
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userListApiTokens, TStatus>;
|
|
1060
|
+
}
|
|
1061
|
+
namespace UserCreateApiToken {
|
|
1062
|
+
type RequestData = InferredRequestData<typeof descriptors.userCreateApiToken>;
|
|
1063
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userCreateApiToken, TStatus>;
|
|
1064
|
+
}
|
|
1065
|
+
namespace UserCreateFeedback {
|
|
1066
|
+
type RequestData = InferredRequestData<typeof descriptors.userCreateFeedback>;
|
|
1067
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userCreateFeedback, TStatus>;
|
|
1068
|
+
}
|
|
1069
|
+
namespace UserListSshKeys {
|
|
1070
|
+
type RequestData = InferredRequestData<typeof descriptors.userListSshKeys>;
|
|
1071
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userListSshKeys, TStatus>;
|
|
1072
|
+
}
|
|
1073
|
+
namespace UserCreateSshKey {
|
|
1074
|
+
type RequestData = InferredRequestData<typeof descriptors.userCreateSshKey>;
|
|
1075
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userCreateSshKey, TStatus>;
|
|
1076
|
+
}
|
|
1077
|
+
namespace UserGetApiToken {
|
|
1078
|
+
type RequestData = InferredRequestData<typeof descriptors.userGetApiToken>;
|
|
1079
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userGetApiToken, TStatus>;
|
|
1080
|
+
}
|
|
1081
|
+
namespace UserEditApiToken {
|
|
1082
|
+
type RequestData = InferredRequestData<typeof descriptors.userEditApiToken>;
|
|
1083
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userEditApiToken, TStatus>;
|
|
1084
|
+
}
|
|
1085
|
+
namespace UserDeleteApiToken {
|
|
1086
|
+
type RequestData = InferredRequestData<typeof descriptors.userDeleteApiToken>;
|
|
1087
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userDeleteApiToken, TStatus>;
|
|
1088
|
+
}
|
|
1089
|
+
namespace UserGetSshKey {
|
|
1090
|
+
type RequestData = InferredRequestData<typeof descriptors.userGetSshKey>;
|
|
1091
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userGetSshKey, TStatus>;
|
|
1092
|
+
}
|
|
1093
|
+
namespace UserEditSshKey {
|
|
1094
|
+
type RequestData = InferredRequestData<typeof descriptors.userEditSshKey>;
|
|
1095
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userEditSshKey, TStatus>;
|
|
1096
|
+
}
|
|
1097
|
+
namespace UserDeleteSshKey {
|
|
1098
|
+
type RequestData = InferredRequestData<typeof descriptors.userDeleteSshKey>;
|
|
1099
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userDeleteSshKey, TStatus>;
|
|
1100
|
+
}
|
|
1101
|
+
namespace UserDeleteUser {
|
|
1102
|
+
type RequestData = InferredRequestData<typeof descriptors.userDeleteUser>;
|
|
1103
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userDeleteUser, TStatus>;
|
|
1104
|
+
}
|
|
1105
|
+
namespace UserGetOwnAccount {
|
|
1106
|
+
type RequestData = InferredRequestData<typeof descriptors.userGetOwnAccount>;
|
|
1107
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userGetOwnAccount, TStatus>;
|
|
1108
|
+
}
|
|
1109
|
+
namespace UserUpdateAccount {
|
|
1110
|
+
type RequestData = InferredRequestData<typeof descriptors.userUpdateAccount>;
|
|
1111
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userUpdateAccount, TStatus>;
|
|
1112
|
+
}
|
|
1113
|
+
namespace UserGetPasswordUpdatedAt {
|
|
1114
|
+
type RequestData = InferredRequestData<typeof descriptors.userGetPasswordUpdatedAt>;
|
|
1115
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userGetPasswordUpdatedAt, TStatus>;
|
|
1116
|
+
}
|
|
1117
|
+
namespace UserGetPersonalizedSettings {
|
|
1118
|
+
type RequestData = InferredRequestData<typeof descriptors.userGetPersonalizedSettings>;
|
|
1119
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userGetPersonalizedSettings, TStatus>;
|
|
1120
|
+
}
|
|
1121
|
+
namespace UserUpdatePersonalizedSettings {
|
|
1122
|
+
type RequestData = InferredRequestData<typeof descriptors.userUpdatePersonalizedSettings>;
|
|
1123
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userUpdatePersonalizedSettings, TStatus>;
|
|
1124
|
+
}
|
|
1125
|
+
namespace UserGetSession {
|
|
1126
|
+
type RequestData = InferredRequestData<typeof descriptors.userGetSession>;
|
|
1127
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userGetSession, TStatus>;
|
|
1128
|
+
}
|
|
1129
|
+
namespace UserTerminateSession {
|
|
1130
|
+
type RequestData = InferredRequestData<typeof descriptors.userTerminateSession>;
|
|
1131
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userTerminateSession, TStatus>;
|
|
1132
|
+
}
|
|
1133
|
+
namespace UserGetUser {
|
|
1134
|
+
type RequestData = InferredRequestData<typeof descriptors.userGetUser>;
|
|
1135
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userGetUser, TStatus>;
|
|
1136
|
+
}
|
|
1137
|
+
namespace UserUpdatePersonalInformation {
|
|
1138
|
+
type RequestData = InferredRequestData<typeof descriptors.userUpdatePersonalInformation>;
|
|
1139
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userUpdatePersonalInformation, TStatus>;
|
|
1140
|
+
}
|
|
1141
|
+
namespace UserInitMfa {
|
|
1142
|
+
type RequestData = InferredRequestData<typeof descriptors.userInitMfa>;
|
|
1143
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userInitMfa, TStatus>;
|
|
1144
|
+
}
|
|
1145
|
+
namespace UserInitPasswordReset {
|
|
1146
|
+
type RequestData = InferredRequestData<typeof descriptors.userInitPasswordReset>;
|
|
1147
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userInitPasswordReset, TStatus>;
|
|
1148
|
+
}
|
|
1149
|
+
namespace UserListFeedback {
|
|
1150
|
+
type RequestData = InferredRequestData<typeof descriptors.userListFeedback>;
|
|
1151
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userListFeedback, TStatus>;
|
|
1152
|
+
}
|
|
1153
|
+
namespace UserListSessions {
|
|
1154
|
+
type RequestData = InferredRequestData<typeof descriptors.userListSessions>;
|
|
1155
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userListSessions, TStatus>;
|
|
1156
|
+
}
|
|
1157
|
+
namespace UserTerminateAllSessions {
|
|
1158
|
+
type RequestData = InferredRequestData<typeof descriptors.userTerminateAllSessions>;
|
|
1159
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userTerminateAllSessions, TStatus>;
|
|
1160
|
+
}
|
|
1161
|
+
namespace UserLogout {
|
|
1162
|
+
type RequestData = InferredRequestData<typeof descriptors.userLogout>;
|
|
1163
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userLogout, TStatus>;
|
|
1164
|
+
}
|
|
1165
|
+
namespace UserRegister {
|
|
1166
|
+
type RequestData = InferredRequestData<typeof descriptors.userRegister>;
|
|
1167
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userRegister, TStatus>;
|
|
1168
|
+
}
|
|
1169
|
+
namespace UserRequestAvatarUpload {
|
|
1170
|
+
type RequestData = InferredRequestData<typeof descriptors.userRequestAvatarUpload>;
|
|
1171
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userRequestAvatarUpload, TStatus>;
|
|
1172
|
+
}
|
|
1173
|
+
namespace UserRemoveAvatar {
|
|
1174
|
+
type RequestData = InferredRequestData<typeof descriptors.userRemoveAvatar>;
|
|
1175
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userRemoveAvatar, TStatus>;
|
|
1176
|
+
}
|
|
1177
|
+
namespace UserResendVerificationEmail {
|
|
1178
|
+
type RequestData = InferredRequestData<typeof descriptors.userResendVerificationEmail>;
|
|
1179
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userResendVerificationEmail, TStatus>;
|
|
1180
|
+
}
|
|
1181
|
+
namespace UserSupportCodeRequest {
|
|
1182
|
+
type RequestData = InferredRequestData<typeof descriptors.userSupportCodeRequest>;
|
|
1183
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userSupportCodeRequest, TStatus>;
|
|
1184
|
+
}
|
|
1185
|
+
namespace UserVerifyEmail {
|
|
1186
|
+
type RequestData = InferredRequestData<typeof descriptors.userVerifyEmail>;
|
|
1187
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyEmail, TStatus>;
|
|
1188
|
+
}
|
|
1189
|
+
namespace UserVerifyPhoneNumber {
|
|
1190
|
+
type RequestData = InferredRequestData<typeof descriptors.userVerifyPhoneNumber>;
|
|
1191
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyPhoneNumber, TStatus>;
|
|
1192
|
+
}
|
|
1193
|
+
namespace UserVerifyRegistration {
|
|
1194
|
+
type RequestData = InferredRequestData<typeof descriptors.userVerifyRegistration>;
|
|
1195
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyRegistration, TStatus>;
|
|
1196
|
+
}
|
|
1197
|
+
namespace DomainGetSupportedTlds {
|
|
1198
|
+
type RequestData = InferredRequestData<typeof descriptors.domainGetSupportedTlds>;
|
|
1199
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetSupportedTlds, TStatus>;
|
|
1200
|
+
}
|
|
1201
|
+
}
|
|
2
1202
|
namespace Components {
|
|
3
1203
|
namespace Schemas {
|
|
4
1204
|
/**
|
|
@@ -940,7 +2140,7 @@ export declare module MittwaldAPIV2 {
|
|
|
940
2140
|
}
|
|
941
2141
|
interface InvoiceBankingInformation {
|
|
942
2142
|
accountHolder: string;
|
|
943
|
-
bic
|
|
2143
|
+
bic?: string;
|
|
944
2144
|
iban: string;
|
|
945
2145
|
}
|
|
946
2146
|
interface InvoiceCancellation {
|
|
@@ -978,6 +2178,10 @@ export declare module MittwaldAPIV2 {
|
|
|
978
2178
|
contractItemId: string;
|
|
979
2179
|
description: string;
|
|
980
2180
|
id: string;
|
|
2181
|
+
itemCancelledOrCorrectedBy?: {
|
|
2182
|
+
sourceInvoiceId?: string;
|
|
2183
|
+
sourceInvoiceItemId?: string;
|
|
2184
|
+
}[];
|
|
981
2185
|
price: MittwaldAPIV2.Components.Schemas.InvoicePrice;
|
|
982
2186
|
reference?: {
|
|
983
2187
|
sourceInvoiceId: string;
|
|
@@ -1022,11 +2226,15 @@ export declare module MittwaldAPIV2 {
|
|
|
1022
2226
|
printedInvoices?: boolean;
|
|
1023
2227
|
recipient?: MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
1024
2228
|
recipientSameAsOwner?: boolean;
|
|
2229
|
+
status?: MittwaldAPIV2.Components.Schemas.InvoiceInvoiceSettingsStatus[];
|
|
1025
2230
|
targetDay?: number;
|
|
1026
2231
|
}
|
|
1027
2232
|
interface InvoicePaymentSettingsDebit {
|
|
1028
2233
|
accountHolder: string;
|
|
1029
|
-
|
|
2234
|
+
/**
|
|
2235
|
+
* Optional. Required for payments outside of the European Union.
|
|
2236
|
+
*/
|
|
2237
|
+
bic?: string;
|
|
1030
2238
|
iban: string;
|
|
1031
2239
|
method: "debit";
|
|
1032
2240
|
}
|
|
@@ -1385,6 +2593,7 @@ export declare module MittwaldAPIV2 {
|
|
|
1385
2593
|
customerId: string;
|
|
1386
2594
|
description: string;
|
|
1387
2595
|
diskspaceInGiB: number;
|
|
2596
|
+
promotionCode?: string;
|
|
1388
2597
|
spec: MittwaldAPIV2.Components.Schemas.OrderMachineTypeSpec | MittwaldAPIV2.Components.Schemas.OrderHardwareSpec;
|
|
1389
2598
|
useFreeTrial?: boolean;
|
|
1390
2599
|
}
|
|
@@ -1758,6 +2967,11 @@ export declare module MittwaldAPIV2 {
|
|
|
1758
2967
|
name: string;
|
|
1759
2968
|
value: string;
|
|
1760
2969
|
}
|
|
2970
|
+
interface InvoiceInvoiceSettingsStatus {
|
|
2971
|
+
message: string;
|
|
2972
|
+
severity: "success" | "info" | "warning" | "error";
|
|
2973
|
+
statusType?: "returnDebitNote";
|
|
2974
|
+
}
|
|
1761
2975
|
interface CommonsAddress {
|
|
1762
2976
|
street: string;
|
|
1763
2977
|
houseNumber: string;
|
|
@@ -13316,5 +14530,28 @@ export declare module MittwaldAPIV2 {
|
|
|
13316
14530
|
}
|
|
13317
14531
|
}
|
|
13318
14532
|
}
|
|
14533
|
+
namespace V2DomainsSupportedTlds {
|
|
14534
|
+
namespace Get {
|
|
14535
|
+
namespace Parameters {
|
|
14536
|
+
type Path = {};
|
|
14537
|
+
type Header = {};
|
|
14538
|
+
type Query = {};
|
|
14539
|
+
}
|
|
14540
|
+
namespace Responses {
|
|
14541
|
+
namespace $200 {
|
|
14542
|
+
namespace Content {
|
|
14543
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainTopLevel[];
|
|
14544
|
+
}
|
|
14545
|
+
}
|
|
14546
|
+
namespace Default {
|
|
14547
|
+
namespace Content {
|
|
14548
|
+
interface ApplicationJson {
|
|
14549
|
+
[k: string]: unknown;
|
|
14550
|
+
}
|
|
14551
|
+
}
|
|
14552
|
+
}
|
|
14553
|
+
}
|
|
14554
|
+
}
|
|
14555
|
+
}
|
|
13319
14556
|
}
|
|
13320
14557
|
}
|