@mittwald/api-client 3.1.22 → 3.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +16 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.mjs +1164 -0
- package/dist/{cjs/generated/v2/client-react.d.ts → react.d.mts} +274 -269
- package/dist/{esm/generated/v2/client-react.d.ts → react.d.ts} +274 -269
- package/dist/react.mjs +744 -0
- package/dist/shared/api-client.5e52ab92.mjs +1467 -0
- package/dist/shared/api-client.90ea7dba.d.mts +25596 -0
- package/dist/shared/api-client.90ea7dba.d.ts +25596 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +93 -54
- package/dist/cjs/generated/v2/client-react.js +0 -347
- package/dist/cjs/generated/v2/client.d.ts +0 -9982
- package/dist/cjs/generated/v2/client.js +0 -678
- package/dist/cjs/generated/v2/descriptors.d.ts +0 -593
- package/dist/cjs/generated/v2/descriptors.js +0 -1772
- package/dist/cjs/generated/v2/types.d.ts +0 -14896
- package/dist/cjs/generated/v2/types.js +0 -2
- package/dist/cjs/index.d.ts +0 -3
- package/dist/cjs/index.js +0 -7
- package/dist/cjs/react.d.ts +0 -1
- package/dist/cjs/react.js +0 -5
- package/dist/cjs/v2/default.d.ts +0 -12
- package/dist/cjs/v2/default.js +0 -70
- package/dist/cjs/v2/react.d.ts +0 -3
- package/dist/cjs/v2/react.js +0 -7
- package/dist/cjs/version.d.ts +0 -1
- package/dist/cjs/version.js +0 -4
- package/dist/esm/generated/v2/client-react.js +0 -351
- package/dist/esm/generated/v2/client.d.ts +0 -9982
- package/dist/esm/generated/v2/client.js +0 -648
- package/dist/esm/generated/v2/descriptors.d.ts +0 -593
- package/dist/esm/generated/v2/descriptors.js +0 -1764
- package/dist/esm/generated/v2/types.d.ts +0 -14896
- package/dist/esm/generated/v2/types.js +0 -1
- package/dist/esm/index.d.ts +0 -3
- package/dist/esm/index.js +0 -2
- package/dist/esm/react.d.ts +0 -1
- package/dist/esm/react.js +0 -1
- package/dist/esm/v2/default.d.ts +0 -12
- package/dist/esm/v2/default.js +0 -53
- package/dist/esm/v2/react.d.ts +0 -3
- package/dist/esm/v2/react.js +0 -3
- package/dist/esm/version.d.ts +0 -1
- package/dist/esm/version.js +0 -1
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import * as _mittwald_react_use_promise from '@mittwald/react-use-promise';
|
|
2
|
+
import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.90ea7dba.mjs';
|
|
3
|
+
import '@mittwald/api-client-commons';
|
|
4
|
+
import '.yarn/__virtual__/@mittwald-api-client-commons-virtual-7b98ca03c4/1/packages/commons/dist/shared/api-client-commons.5e434015.mjs';
|
|
5
|
+
|
|
3
6
|
declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
4
7
|
/** Get a specific `App`. */
|
|
5
8
|
getApp: (conf: {
|
|
@@ -8,8 +11,8 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
8
11
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
9
12
|
"x-access-token"?: string | undefined;
|
|
10
13
|
} | undefined;
|
|
11
|
-
}) =>
|
|
12
|
-
actionCapabilities?:
|
|
14
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
15
|
+
actionCapabilities?: MittwaldAPIV2.Components.Schemas.AppActionCapabilities | undefined;
|
|
13
16
|
id: string;
|
|
14
17
|
name: string;
|
|
15
18
|
tags: string[];
|
|
@@ -21,23 +24,23 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
21
24
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22
25
|
"x-access-token"?: string | undefined;
|
|
23
26
|
} | undefined;
|
|
24
|
-
}) =>
|
|
27
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
25
28
|
appId: string;
|
|
26
|
-
appVersion:
|
|
29
|
+
appVersion: MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
27
30
|
customDocumentRoot?: string | undefined;
|
|
28
31
|
description: string;
|
|
29
32
|
disabled: boolean;
|
|
30
33
|
id: string;
|
|
31
34
|
installationPath: string;
|
|
32
|
-
linkedDatabases?:
|
|
35
|
+
linkedDatabases?: MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[] | undefined;
|
|
33
36
|
processes?: string[] | undefined;
|
|
34
37
|
projectId?: string | undefined;
|
|
35
38
|
screenshotId?: string | undefined;
|
|
36
39
|
screenshotRef?: string | undefined;
|
|
37
40
|
shortId: string;
|
|
38
|
-
systemSoftware?:
|
|
39
|
-
updatePolicy?:
|
|
40
|
-
userInputs?:
|
|
41
|
+
systemSoftware?: MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[] | undefined;
|
|
42
|
+
updatePolicy?: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy | undefined;
|
|
43
|
+
userInputs?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[] | undefined;
|
|
41
44
|
}>;
|
|
42
45
|
/** Get a specific `AppVersion`. */
|
|
43
46
|
getAppversion: (conf: {
|
|
@@ -47,18 +50,18 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
47
50
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
48
51
|
"x-access-token"?: string | undefined;
|
|
49
52
|
} | undefined;
|
|
50
|
-
}) =>
|
|
51
|
-
breakingNote?:
|
|
52
|
-
databases?:
|
|
53
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
54
|
+
breakingNote?: MittwaldAPIV2.Components.Schemas.AppBreakingNote | undefined;
|
|
55
|
+
databases?: MittwaldAPIV2.Components.Schemas.AppDatabaseDependency[] | undefined;
|
|
53
56
|
docRoot: string;
|
|
54
57
|
docRootUserEditable: boolean;
|
|
55
58
|
externalVersion: string;
|
|
56
59
|
id: string;
|
|
57
60
|
internalVersion: string;
|
|
58
61
|
recommended?: boolean | undefined;
|
|
59
|
-
requestHandler?:
|
|
60
|
-
systemSoftwareDependencies?:
|
|
61
|
-
userInputs?:
|
|
62
|
+
requestHandler?: MittwaldAPIV2.Components.Schemas.AppRequestHandlerRequirement | undefined;
|
|
63
|
+
systemSoftwareDependencies?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[] | undefined;
|
|
64
|
+
userInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[] | undefined;
|
|
62
65
|
}>;
|
|
63
66
|
/** Get the missing requirements of an appInstallation for a specific target AppVersion. */
|
|
64
67
|
getMissingDependenciesForAppinstallation: (conf: {
|
|
@@ -70,9 +73,9 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
70
73
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
71
74
|
"x-access-token"?: string | undefined;
|
|
72
75
|
} | undefined;
|
|
73
|
-
}) =>
|
|
74
|
-
missingSystemSoftwareDependencies?:
|
|
75
|
-
missingUserInputs?:
|
|
76
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
77
|
+
missingSystemSoftwareDependencies?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[] | undefined;
|
|
78
|
+
missingUserInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[] | undefined;
|
|
76
79
|
}>;
|
|
77
80
|
/** Get a specific `SystemSoftware`. */
|
|
78
81
|
getSystemsoftware: (conf: {
|
|
@@ -81,7 +84,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
81
84
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
82
85
|
"x-access-token"?: string | undefined;
|
|
83
86
|
} | undefined;
|
|
84
|
-
}) =>
|
|
87
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
85
88
|
id: string;
|
|
86
89
|
name: string;
|
|
87
90
|
tags: string[];
|
|
@@ -94,13 +97,13 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
94
97
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
95
98
|
"x-access-token"?: string | undefined;
|
|
96
99
|
} | undefined;
|
|
97
|
-
}) =>
|
|
100
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
98
101
|
externalVersion: string;
|
|
99
102
|
id: string;
|
|
100
103
|
internalVersion: string;
|
|
101
104
|
recommended?: boolean | undefined;
|
|
102
|
-
systemSoftwareDependencies?:
|
|
103
|
-
userInputs?:
|
|
105
|
+
systemSoftwareDependencies?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[] | undefined;
|
|
106
|
+
userInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[] | undefined;
|
|
104
107
|
}>;
|
|
105
108
|
/** Get all `AppInstallations` inside a specific `Project`. */
|
|
106
109
|
listAppinstallations: (conf: {
|
|
@@ -115,7 +118,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
115
118
|
page?: number | undefined;
|
|
116
119
|
skip?: number | undefined;
|
|
117
120
|
} | undefined;
|
|
118
|
-
}) =>
|
|
121
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.AppAppInstallation[]>;
|
|
119
122
|
/** Get all available `Apps`. */
|
|
120
123
|
listApps: (conf?: {
|
|
121
124
|
headers?: {
|
|
@@ -128,7 +131,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
128
131
|
page?: number | undefined;
|
|
129
132
|
skip?: number | undefined;
|
|
130
133
|
} | undefined;
|
|
131
|
-
} | null | undefined) =>
|
|
134
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.AppApp[]>;
|
|
132
135
|
/** Get all `AppVersions` of a specific `App`. */
|
|
133
136
|
listAppversions: (conf: {
|
|
134
137
|
appId: string;
|
|
@@ -136,7 +139,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
136
139
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
137
140
|
"x-access-token"?: string | undefined;
|
|
138
141
|
} | undefined;
|
|
139
|
-
}) =>
|
|
142
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.AppAppVersion[]>;
|
|
140
143
|
/** Get all available `SystemSoftware`. */
|
|
141
144
|
listSystemsoftwares: (conf?: {
|
|
142
145
|
headers?: {
|
|
@@ -149,7 +152,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
149
152
|
page?: number | undefined;
|
|
150
153
|
skip?: number | undefined;
|
|
151
154
|
} | undefined;
|
|
152
|
-
} | null | undefined) =>
|
|
155
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.AppSystemSoftware[]>;
|
|
153
156
|
/** Get all available `SystemSoftwareVersions` of a specific `SystemSoftware`. */
|
|
154
157
|
listSystemsoftwareversions: (conf: {
|
|
155
158
|
systemSoftwareId: string;
|
|
@@ -161,7 +164,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
161
164
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
162
165
|
versionRange?: string | undefined;
|
|
163
166
|
} | undefined;
|
|
164
|
-
}) =>
|
|
167
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.AppSystemSoftwareVersion[]>;
|
|
165
168
|
/** Get all update candidates for a specific `AppVersion`. */
|
|
166
169
|
listUpdateCandidatesForAppversion: (conf: {
|
|
167
170
|
appId: string;
|
|
@@ -170,14 +173,14 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
170
173
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
171
174
|
"x-access-token"?: string | undefined;
|
|
172
175
|
} | undefined;
|
|
173
|
-
}) =>
|
|
176
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.AppAppVersion[]>;
|
|
174
177
|
/** Get runtime status of a specific `AppInstallation`. */
|
|
175
178
|
retrieveStatus: (conf: {
|
|
176
179
|
appInstallationId: string;
|
|
177
180
|
headers?: {
|
|
178
181
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
179
182
|
} | undefined;
|
|
180
|
-
}) =>
|
|
183
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
181
184
|
lastExitCode?: number | undefined;
|
|
182
185
|
logFileLocation: string;
|
|
183
186
|
state: "running" | "stopped" | "exited";
|
|
@@ -195,11 +198,11 @@ declare const buildArticleApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
195
198
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
196
199
|
customerId?: string | undefined;
|
|
197
200
|
} | undefined;
|
|
198
|
-
}) =>
|
|
199
|
-
additionalArticles?:
|
|
200
|
-
addons?:
|
|
201
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
202
|
+
additionalArticles?: MittwaldAPIV2.Components.Schemas.ArticleReadableBookableArticleOptions[] | undefined;
|
|
203
|
+
addons?: MittwaldAPIV2.Components.Schemas.ArticleArticleAddons[] | undefined;
|
|
201
204
|
articleId: string;
|
|
202
|
-
attributes?:
|
|
205
|
+
attributes?: MittwaldAPIV2.Components.Schemas.ArticleArticleAttributes[] | undefined;
|
|
203
206
|
balanceAddonKey?: string | undefined;
|
|
204
207
|
contractDurationInMonth: number;
|
|
205
208
|
description: string;
|
|
@@ -211,14 +214,14 @@ declare const buildArticleApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
211
214
|
memory: string;
|
|
212
215
|
name: string;
|
|
213
216
|
} | undefined;
|
|
214
|
-
modifierArticles?:
|
|
217
|
+
modifierArticles?: MittwaldAPIV2.Components.Schemas.ArticleReadableModifierArticleOptions[] | undefined;
|
|
215
218
|
name: string;
|
|
216
219
|
orderable: "full" | "forbidden" | "internal" | "beta_testing" | "deprecated";
|
|
217
220
|
picture?: string | undefined;
|
|
218
|
-
possibleArticleChanges?:
|
|
221
|
+
possibleArticleChanges?: MittwaldAPIV2.Components.Schemas.ArticleReadableChangeArticleOptions[] | undefined;
|
|
219
222
|
price?: number | undefined;
|
|
220
|
-
tags?:
|
|
221
|
-
template:
|
|
223
|
+
tags?: MittwaldAPIV2.Components.Schemas.ArticleArticleTag[] | undefined;
|
|
224
|
+
template: MittwaldAPIV2.Components.Schemas.ArticleArticleTemplate;
|
|
222
225
|
}>;
|
|
223
226
|
/** List Articles. */
|
|
224
227
|
listArticles: (conf?: {
|
|
@@ -237,7 +240,7 @@ declare const buildArticleApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
237
240
|
orderable?: ("full" | "forbidden" | "internal" | "beta_testing" | "deprecated")[] | undefined;
|
|
238
241
|
name?: string | undefined;
|
|
239
242
|
} | undefined;
|
|
240
|
-
} | null | undefined) =>
|
|
243
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.ArticleReadableArticle[]>;
|
|
241
244
|
};
|
|
242
245
|
declare const buildBackupApi: (baseClient: MittwaldAPIV2Client) => {
|
|
243
246
|
/** List BackupSchedules belonging to a Project. */
|
|
@@ -247,7 +250,7 @@ declare const buildBackupApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
247
250
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
248
251
|
"x-access-token"?: string | undefined;
|
|
249
252
|
} | undefined;
|
|
250
|
-
}) =>
|
|
253
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.BackupProjectBackupSchedule[]>;
|
|
251
254
|
/** List Backups belonging to a Project. */
|
|
252
255
|
listProjectBackups: (conf: {
|
|
253
256
|
projectId: string;
|
|
@@ -255,7 +258,7 @@ declare const buildBackupApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
255
258
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
256
259
|
"x-access-token"?: string | undefined;
|
|
257
260
|
} | undefined;
|
|
258
|
-
}) =>
|
|
261
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.BackupProjectBackup[]>;
|
|
259
262
|
/** Get a ProjectBackupSchedule. */
|
|
260
263
|
getProjectBackupSchedule: (conf: {
|
|
261
264
|
projectBackupScheduleId: string;
|
|
@@ -263,7 +266,7 @@ declare const buildBackupApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
263
266
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
264
267
|
"x-access-token"?: string | undefined;
|
|
265
268
|
} | undefined;
|
|
266
|
-
}) =>
|
|
269
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
267
270
|
createdAt?: string | undefined;
|
|
268
271
|
description?: string | undefined;
|
|
269
272
|
id: string;
|
|
@@ -280,12 +283,12 @@ declare const buildBackupApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
280
283
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
281
284
|
"x-access-token"?: string | undefined;
|
|
282
285
|
} | undefined;
|
|
283
|
-
}) =>
|
|
286
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
284
287
|
createdAt?: string | undefined;
|
|
285
288
|
deletable: boolean;
|
|
286
289
|
description?: string | undefined;
|
|
287
290
|
expiresAt?: string | undefined;
|
|
288
|
-
export?:
|
|
291
|
+
export?: MittwaldAPIV2.Components.Schemas.BackupProjectBackupExport | undefined;
|
|
289
292
|
id: string;
|
|
290
293
|
parentId?: string | undefined;
|
|
291
294
|
projectId: string;
|
|
@@ -300,10 +303,10 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
300
303
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
301
304
|
"x-access-token"?: string | undefined;
|
|
302
305
|
} | undefined;
|
|
303
|
-
}) =>
|
|
306
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
304
307
|
activationDate?: string | undefined;
|
|
305
|
-
aggregateReference?:
|
|
306
|
-
articles:
|
|
308
|
+
aggregateReference?: MittwaldAPIV2.Components.Schemas.ContractAggregateReference | undefined;
|
|
309
|
+
articles: MittwaldAPIV2.Components.Schemas.ContractArticle[];
|
|
307
310
|
contractPeriod: number;
|
|
308
311
|
description: string;
|
|
309
312
|
freeTrialDays: number;
|
|
@@ -320,9 +323,9 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
320
323
|
orderDate: string;
|
|
321
324
|
orderId?: string | undefined;
|
|
322
325
|
replacedByItem?: string | undefined;
|
|
323
|
-
tariffChange?:
|
|
324
|
-
termination?:
|
|
325
|
-
totalPrice:
|
|
326
|
+
tariffChange?: MittwaldAPIV2.Components.Schemas.ContractTariffChange | undefined;
|
|
327
|
+
termination?: MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
328
|
+
totalPrice: MittwaldAPIV2.Components.Schemas.ContractPrice;
|
|
326
329
|
}>;
|
|
327
330
|
/** Return the Contract for the given Domain. */
|
|
328
331
|
getDetailOfContractByDomain: (conf: {
|
|
@@ -331,16 +334,16 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
331
334
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
332
335
|
"x-access-token"?: string | undefined;
|
|
333
336
|
} | undefined;
|
|
334
|
-
}) =>
|
|
335
|
-
additionalItems?:
|
|
336
|
-
baseItem:
|
|
337
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
338
|
+
additionalItems?: MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
339
|
+
baseItem: MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
337
340
|
contractId: string;
|
|
338
341
|
contractNumber: string;
|
|
339
342
|
customerId: string;
|
|
340
343
|
isInvoicingDeactivated?: boolean | undefined;
|
|
341
344
|
isInvoicingPaused?: boolean | undefined;
|
|
342
|
-
owner:
|
|
343
|
-
termination?:
|
|
345
|
+
owner: MittwaldAPIV2.Components.Schemas.ContractContact;
|
|
346
|
+
termination?: MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
344
347
|
}>;
|
|
345
348
|
/** Return the Contract for the given Project. */
|
|
346
349
|
getDetailOfContractByProject: (conf: {
|
|
@@ -349,16 +352,16 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
349
352
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
350
353
|
"x-access-token"?: string | undefined;
|
|
351
354
|
} | undefined;
|
|
352
|
-
}) =>
|
|
353
|
-
additionalItems?:
|
|
354
|
-
baseItem:
|
|
355
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
356
|
+
additionalItems?: MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
357
|
+
baseItem: MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
355
358
|
contractId: string;
|
|
356
359
|
contractNumber: string;
|
|
357
360
|
customerId: string;
|
|
358
361
|
isInvoicingDeactivated?: boolean | undefined;
|
|
359
362
|
isInvoicingPaused?: boolean | undefined;
|
|
360
|
-
owner:
|
|
361
|
-
termination?:
|
|
363
|
+
owner: MittwaldAPIV2.Components.Schemas.ContractContact;
|
|
364
|
+
termination?: MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
362
365
|
}>;
|
|
363
366
|
/** Return the Contract for the given Server. */
|
|
364
367
|
getDetailOfContractByServer: (conf: {
|
|
@@ -367,16 +370,16 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
367
370
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
368
371
|
"x-access-token"?: string | undefined;
|
|
369
372
|
} | undefined;
|
|
370
|
-
}) =>
|
|
371
|
-
additionalItems?:
|
|
372
|
-
baseItem:
|
|
373
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
374
|
+
additionalItems?: MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
375
|
+
baseItem: MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
373
376
|
contractId: string;
|
|
374
377
|
contractNumber: string;
|
|
375
378
|
customerId: string;
|
|
376
379
|
isInvoicingDeactivated?: boolean | undefined;
|
|
377
380
|
isInvoicingPaused?: boolean | undefined;
|
|
378
|
-
owner:
|
|
379
|
-
termination?:
|
|
381
|
+
owner: MittwaldAPIV2.Components.Schemas.ContractContact;
|
|
382
|
+
termination?: MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
380
383
|
}>;
|
|
381
384
|
/** Get the ContractItem with the given ID. */
|
|
382
385
|
getDetailOfContractItem: (conf: {
|
|
@@ -386,10 +389,10 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
386
389
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
387
390
|
"x-access-token"?: string | undefined;
|
|
388
391
|
} | undefined;
|
|
389
|
-
}) =>
|
|
392
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
390
393
|
activationDate?: string | undefined;
|
|
391
|
-
aggregateReference?:
|
|
392
|
-
articles:
|
|
394
|
+
aggregateReference?: MittwaldAPIV2.Components.Schemas.ContractAggregateReference | undefined;
|
|
395
|
+
articles: MittwaldAPIV2.Components.Schemas.ContractArticle[];
|
|
393
396
|
contractPeriod: number;
|
|
394
397
|
description: string;
|
|
395
398
|
freeTrialDays: number;
|
|
@@ -406,9 +409,9 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
406
409
|
orderDate: string;
|
|
407
410
|
orderId?: string | undefined;
|
|
408
411
|
replacedByItem?: string | undefined;
|
|
409
|
-
tariffChange?:
|
|
410
|
-
termination?:
|
|
411
|
-
totalPrice:
|
|
412
|
+
tariffChange?: MittwaldAPIV2.Components.Schemas.ContractTariffChange | undefined;
|
|
413
|
+
termination?: MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
414
|
+
totalPrice: MittwaldAPIV2.Components.Schemas.ContractPrice;
|
|
412
415
|
}>;
|
|
413
416
|
/** Returns the Contract with the given ID. */
|
|
414
417
|
getDetailOfContract: (conf: {
|
|
@@ -417,16 +420,16 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
417
420
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
418
421
|
"x-access-token"?: string | undefined;
|
|
419
422
|
} | undefined;
|
|
420
|
-
}) =>
|
|
421
|
-
additionalItems?:
|
|
422
|
-
baseItem:
|
|
423
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
424
|
+
additionalItems?: MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
425
|
+
baseItem: MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
423
426
|
contractId: string;
|
|
424
427
|
contractNumber: string;
|
|
425
428
|
customerId: string;
|
|
426
429
|
isInvoicingDeactivated?: boolean | undefined;
|
|
427
430
|
isInvoicingPaused?: boolean | undefined;
|
|
428
|
-
owner:
|
|
429
|
-
termination?:
|
|
431
|
+
owner: MittwaldAPIV2.Components.Schemas.ContractContact;
|
|
432
|
+
termination?: MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
|
|
430
433
|
}>;
|
|
431
434
|
/** Return the next TerminationDate for the ContractItem with the given ID. */
|
|
432
435
|
getNextTerminationDateForItem: (conf: {
|
|
@@ -436,7 +439,7 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
436
439
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
437
440
|
"x-access-token"?: string | undefined;
|
|
438
441
|
} | undefined;
|
|
439
|
-
}) =>
|
|
442
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
440
443
|
contractItemId: string;
|
|
441
444
|
nextTerminationDate: string;
|
|
442
445
|
}>;
|
|
@@ -453,7 +456,7 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
453
456
|
skip?: number | undefined;
|
|
454
457
|
page?: number | undefined;
|
|
455
458
|
} | undefined;
|
|
456
|
-
}) =>
|
|
459
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.ContractContract[]>;
|
|
457
460
|
/** Get details of an Invoice. */
|
|
458
461
|
invoiceDetailOfInvoice: (conf: {
|
|
459
462
|
customerId: string;
|
|
@@ -462,9 +465,9 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
462
465
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
463
466
|
"x-access-token"?: string | undefined;
|
|
464
467
|
} | undefined;
|
|
465
|
-
}) =>
|
|
468
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
466
469
|
amountPaid: number;
|
|
467
|
-
cancellation?:
|
|
470
|
+
cancellation?: MittwaldAPIV2.Components.Schemas.InvoiceCancellation | undefined;
|
|
468
471
|
cancellationOf?: string | undefined;
|
|
469
472
|
currency: string;
|
|
470
473
|
customerId: string;
|
|
@@ -472,14 +475,14 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
472
475
|
groups: {
|
|
473
476
|
contractId?: string | undefined;
|
|
474
477
|
description: string;
|
|
475
|
-
items:
|
|
478
|
+
items: MittwaldAPIV2.Components.Schemas.InvoiceInvoiceItem[];
|
|
476
479
|
}[];
|
|
477
480
|
id: string;
|
|
478
481
|
invoiceNumber: string;
|
|
479
482
|
invoiceType: "REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION";
|
|
480
|
-
paymentSettings?:
|
|
483
|
+
paymentSettings?: MittwaldAPIV2.Components.Schemas.InvoicePaymentSettings | undefined;
|
|
481
484
|
pdfId: string;
|
|
482
|
-
recipient:
|
|
485
|
+
recipient: MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
483
486
|
status: "NEW" | "CONFIRMED" | "DENIED" | "PAID" | "PARTIALLY_PAID" | "OVERPAID";
|
|
484
487
|
totalGross: number;
|
|
485
488
|
totalNet: number;
|
|
@@ -492,16 +495,16 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
492
495
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
493
496
|
"x-access-token"?: string | undefined;
|
|
494
497
|
} | undefined;
|
|
495
|
-
}) =>
|
|
498
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
496
499
|
additionalEmailRecipients?: string[] | undefined;
|
|
497
500
|
id: string;
|
|
498
501
|
invoicePeriod?: number | undefined;
|
|
499
|
-
lastBankingInformation?:
|
|
500
|
-
paymentSettings?:
|
|
502
|
+
lastBankingInformation?: MittwaldAPIV2.Components.Schemas.InvoiceBankingInformation | undefined;
|
|
503
|
+
paymentSettings?: MittwaldAPIV2.Components.Schemas.InvoicePaymentSettings | undefined;
|
|
501
504
|
printedInvoices?: boolean | undefined;
|
|
502
|
-
recipient?:
|
|
505
|
+
recipient?: MittwaldAPIV2.Components.Schemas.InvoiceRecipient | undefined;
|
|
503
506
|
recipientSameAsOwner?: boolean | undefined;
|
|
504
|
-
status?:
|
|
507
|
+
status?: MittwaldAPIV2.Components.Schemas.InvoiceInvoiceSettingsStatus[] | undefined;
|
|
505
508
|
targetDay?: number | undefined;
|
|
506
509
|
}>;
|
|
507
510
|
/** Request an Access Token for the Invoice file. */
|
|
@@ -512,7 +515,7 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
512
515
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
513
516
|
"x-access-token"?: string | undefined;
|
|
514
517
|
} | undefined;
|
|
515
|
-
}) =>
|
|
518
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
516
519
|
accessToken: string;
|
|
517
520
|
expiresAt: string;
|
|
518
521
|
}>;
|
|
@@ -530,7 +533,7 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
530
533
|
skip?: number | undefined;
|
|
531
534
|
page?: number | undefined;
|
|
532
535
|
} | undefined;
|
|
533
|
-
}) =>
|
|
536
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.InvoiceInvoice[]>;
|
|
534
537
|
/** Get Order for Customer. */
|
|
535
538
|
orderGetOrder: (conf: {
|
|
536
539
|
orderId: string;
|
|
@@ -538,19 +541,19 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
538
541
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
539
542
|
"x-access-token"?: string | undefined;
|
|
540
543
|
} | undefined;
|
|
541
|
-
}) =>
|
|
544
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
542
545
|
contractChangeContractId?: string | undefined;
|
|
543
546
|
customerId: string;
|
|
544
547
|
dueDate?: string | undefined;
|
|
545
548
|
invoicingPeriod: number;
|
|
546
|
-
items:
|
|
549
|
+
items: MittwaldAPIV2.Components.Schemas.OrderOrderItem[];
|
|
547
550
|
orderDate: string;
|
|
548
551
|
orderId: string;
|
|
549
552
|
orderNumber: string;
|
|
550
|
-
profile?:
|
|
551
|
-
status:
|
|
552
|
-
summary:
|
|
553
|
-
type:
|
|
553
|
+
profile?: MittwaldAPIV2.Components.Schemas.OrderProfile | undefined;
|
|
554
|
+
status: MittwaldAPIV2.Components.Schemas.OrderOrderStatus;
|
|
555
|
+
summary: MittwaldAPIV2.Components.Schemas.OrderOrderSummary;
|
|
556
|
+
type: MittwaldAPIV2.Components.Schemas.OrderOrderType;
|
|
554
557
|
}>;
|
|
555
558
|
/** Get list of Orders of a Customer. */
|
|
556
559
|
orderListCustomerOrders: (conf: {
|
|
@@ -564,11 +567,11 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
564
567
|
limit?: number | undefined;
|
|
565
568
|
skip?: number | undefined;
|
|
566
569
|
page?: number | undefined;
|
|
567
|
-
includesStatus?:
|
|
568
|
-
excludesStatus?:
|
|
570
|
+
includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
|
|
571
|
+
excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
|
|
569
572
|
templateNames?: string[] | undefined;
|
|
570
573
|
} | undefined;
|
|
571
|
-
}) =>
|
|
574
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[]>;
|
|
572
575
|
/** Get list of Orders of a Project. */
|
|
573
576
|
orderListProjectOrders: (conf: {
|
|
574
577
|
projectId: string;
|
|
@@ -581,11 +584,11 @@ declare const buildContractApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
581
584
|
limit?: number | undefined;
|
|
582
585
|
skip?: number | undefined;
|
|
583
586
|
page?: number | undefined;
|
|
584
|
-
includesStatus?:
|
|
585
|
-
excludesStatus?:
|
|
587
|
+
includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
|
|
588
|
+
excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
|
|
586
589
|
templateNames?: string[] | undefined;
|
|
587
590
|
} | undefined;
|
|
588
|
-
}) =>
|
|
591
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[]>;
|
|
589
592
|
};
|
|
590
593
|
declare const buildConversationApi: (baseClient: MittwaldAPIV2Client) => {
|
|
591
594
|
/** Get all conversation the authenticated user has created or has access to. */
|
|
@@ -593,24 +596,24 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
593
596
|
headers?: {
|
|
594
597
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
595
598
|
} | undefined;
|
|
596
|
-
} | null | undefined) =>
|
|
599
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.ConversationConversation[]>;
|
|
597
600
|
/** Get all message of the conversation. */
|
|
598
601
|
listMessagesByConversation: (conf: {
|
|
599
602
|
conversationId: string;
|
|
600
603
|
headers?: {
|
|
601
604
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
602
605
|
} | undefined;
|
|
603
|
-
}) =>
|
|
606
|
+
}) => _mittwald_react_use_promise.AsyncResource<(MittwaldAPIV2.Components.Schemas.ConversationMessage | MittwaldAPIV2.Components.Schemas.ConversationStatusUpdate)[]>;
|
|
604
607
|
/** Get a specific conversation category. */
|
|
605
608
|
getCategory: (conf: {
|
|
606
609
|
categoryId: string;
|
|
607
610
|
headers?: {
|
|
608
611
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
609
612
|
} | undefined;
|
|
610
|
-
}) =>
|
|
613
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
611
614
|
categoryId: string;
|
|
612
615
|
name: string;
|
|
613
|
-
referenceType:
|
|
616
|
+
referenceType: MittwaldAPIV2.Components.Schemas.ConversationCategoryReferenceType;
|
|
614
617
|
}>;
|
|
615
618
|
/** Get members of a support conversation. */
|
|
616
619
|
getConversationMembers: (conf: {
|
|
@@ -618,7 +621,7 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
618
621
|
headers?: {
|
|
619
622
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
620
623
|
} | undefined;
|
|
621
|
-
}) =>
|
|
624
|
+
}) => _mittwald_react_use_promise.AsyncResource<(MittwaldAPIV2.Components.Schemas.ConversationUser & {
|
|
622
625
|
active: boolean;
|
|
623
626
|
})[]>;
|
|
624
627
|
/** Get a support conversation. */
|
|
@@ -627,17 +630,17 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
627
630
|
headers?: {
|
|
628
631
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
629
632
|
} | undefined;
|
|
630
|
-
}) =>
|
|
631
|
-
category?:
|
|
633
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
634
|
+
category?: MittwaldAPIV2.Components.Schemas.ConversationCategory | undefined;
|
|
632
635
|
conversationId: string;
|
|
633
636
|
createdAt: string;
|
|
634
|
-
createdBy?:
|
|
637
|
+
createdBy?: MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
635
638
|
lastMessageAt?: string | undefined;
|
|
636
|
-
lastMessageBy?:
|
|
637
|
-
mainUser:
|
|
638
|
-
relatedTo?:
|
|
639
|
-
relations?:
|
|
640
|
-
sharedWith?:
|
|
639
|
+
lastMessageBy?: MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
640
|
+
mainUser: MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
641
|
+
relatedTo?: MittwaldAPIV2.Components.Schemas.ConversationAggregateReference | undefined;
|
|
642
|
+
relations?: MittwaldAPIV2.Components.Schemas.ConversationAggregateReference[] | undefined;
|
|
643
|
+
sharedWith?: MittwaldAPIV2.Components.Schemas.ConversationAggregateReference | undefined;
|
|
641
644
|
shortId: string;
|
|
642
645
|
status: "open" | "answered" | "closed";
|
|
643
646
|
title: string;
|
|
@@ -650,7 +653,7 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
650
653
|
headers?: {
|
|
651
654
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
652
655
|
} | undefined;
|
|
653
|
-
}) =>
|
|
656
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
654
657
|
accessToken: string;
|
|
655
658
|
expiresAt: string;
|
|
656
659
|
}>;
|
|
@@ -659,7 +662,7 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
659
662
|
headers?: {
|
|
660
663
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
661
664
|
} | undefined;
|
|
662
|
-
} | null | undefined) =>
|
|
665
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.ConversationCategory[]>;
|
|
663
666
|
};
|
|
664
667
|
declare const buildCronjobApi: (baseClient: MittwaldAPIV2Client) => {
|
|
665
668
|
/** List Cronjobs belonging to a Project. */
|
|
@@ -675,7 +678,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
675
678
|
skip?: number | undefined;
|
|
676
679
|
page?: number | undefined;
|
|
677
680
|
} | undefined;
|
|
678
|
-
}) =>
|
|
681
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.CronjobCronjob[]>;
|
|
679
682
|
/** List CronjobExecutions belonging to a Cronjob. */
|
|
680
683
|
listExecutions: (conf: {
|
|
681
684
|
cronjobId: string;
|
|
@@ -692,7 +695,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
692
695
|
until?: string | undefined;
|
|
693
696
|
status?: string | undefined;
|
|
694
697
|
} | undefined;
|
|
695
|
-
}) =>
|
|
698
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution[]>;
|
|
696
699
|
/** Get a Cronjob. */
|
|
697
700
|
getCronjob: (conf: {
|
|
698
701
|
cronjobId: string;
|
|
@@ -700,16 +703,16 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
700
703
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
701
704
|
"x-access-token"?: string | undefined;
|
|
702
705
|
} | undefined;
|
|
703
|
-
}) =>
|
|
706
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
704
707
|
active: boolean;
|
|
705
708
|
appId: string;
|
|
706
709
|
createdAt: string;
|
|
707
710
|
description: string;
|
|
708
|
-
destination:
|
|
711
|
+
destination: MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand | MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl;
|
|
709
712
|
email?: string | undefined;
|
|
710
713
|
id: string;
|
|
711
714
|
interval: string;
|
|
712
|
-
latestExecution?:
|
|
715
|
+
latestExecution?: MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution | undefined;
|
|
713
716
|
nextExecutionTime?: string | undefined;
|
|
714
717
|
projectId?: string | undefined;
|
|
715
718
|
shortId: string;
|
|
@@ -723,7 +726,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
723
726
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
724
727
|
"x-access-token"?: string | undefined;
|
|
725
728
|
} | undefined;
|
|
726
|
-
}) =>
|
|
729
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
727
730
|
abortedBy?: {
|
|
728
731
|
id?: string | undefined;
|
|
729
732
|
} | undefined;
|
|
@@ -748,8 +751,8 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
748
751
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
749
752
|
"x-access-token"?: string | undefined;
|
|
750
753
|
} | undefined;
|
|
751
|
-
} | null | undefined) =>
|
|
752
|
-
categories?:
|
|
754
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<{
|
|
755
|
+
categories?: MittwaldAPIV2.Components.Schemas.CustomerCategory[] | undefined;
|
|
753
756
|
}>;
|
|
754
757
|
/** Get all customer profiles the authenticated user has access to. */
|
|
755
758
|
listCustomers: (conf?: {
|
|
@@ -764,7 +767,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
764
767
|
skip?: number | undefined;
|
|
765
768
|
page?: number | undefined;
|
|
766
769
|
} | undefined;
|
|
767
|
-
} | null | undefined) =>
|
|
770
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.CustomerCustomer[]>;
|
|
768
771
|
/** Get a customer category. */
|
|
769
772
|
getCustomerCategory: (conf: {
|
|
770
773
|
categoryId: string;
|
|
@@ -772,7 +775,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
772
775
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
773
776
|
"x-access-token"?: string | undefined;
|
|
774
777
|
} | undefined;
|
|
775
|
-
}) =>
|
|
778
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
776
779
|
id: string;
|
|
777
780
|
isPublic: boolean;
|
|
778
781
|
name: string;
|
|
@@ -781,36 +784,36 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
781
784
|
}>;
|
|
782
785
|
/** Get a CustomerInvite. */
|
|
783
786
|
getCustomerInvite: (conf: {
|
|
784
|
-
|
|
787
|
+
customerInviteId: string;
|
|
785
788
|
headers?: {
|
|
786
789
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
787
790
|
"x-access-token"?: string | undefined;
|
|
788
791
|
} | undefined;
|
|
789
|
-
}) =>
|
|
792
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
790
793
|
avatarRefId: string;
|
|
791
794
|
customerId: string;
|
|
792
795
|
customerName: string;
|
|
793
796
|
id: string;
|
|
794
|
-
information:
|
|
797
|
+
information: MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
795
798
|
mailAddress: string;
|
|
796
799
|
membershipExpiresAt?: string | undefined;
|
|
797
800
|
message?: string | undefined;
|
|
798
|
-
role:
|
|
801
|
+
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
799
802
|
}>;
|
|
800
803
|
/** Get a CustomerMembership. */
|
|
801
804
|
getCustomerMembership: (conf: {
|
|
802
|
-
|
|
805
|
+
customerMembershipId: string;
|
|
803
806
|
headers?: {
|
|
804
807
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
805
808
|
"x-access-token"?: string | undefined;
|
|
806
809
|
} | undefined;
|
|
807
|
-
}) =>
|
|
810
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
808
811
|
customerId: string;
|
|
809
812
|
expiresAt?: string | undefined;
|
|
810
813
|
id: string;
|
|
811
814
|
inviteId: string;
|
|
812
815
|
memberSince?: string | undefined;
|
|
813
|
-
role:
|
|
816
|
+
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
814
817
|
userId: string;
|
|
815
818
|
}>;
|
|
816
819
|
/** Get a customer profile. */
|
|
@@ -820,7 +823,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
820
823
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
821
824
|
"x-access-token"?: string | undefined;
|
|
822
825
|
} | undefined;
|
|
823
|
-
}) =>
|
|
826
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
824
827
|
activeSuspension?: {
|
|
825
828
|
createdAt: string;
|
|
826
829
|
} | undefined;
|
|
@@ -829,12 +832,12 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
829
832
|
creationDate: string;
|
|
830
833
|
customerId: string;
|
|
831
834
|
customerNumber: string;
|
|
832
|
-
executingUserRoles?:
|
|
835
|
+
executingUserRoles?: MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
|
|
833
836
|
isBanned?: boolean | undefined;
|
|
834
837
|
isInDefaultOfPayment?: boolean | undefined;
|
|
835
838
|
memberCount: number;
|
|
836
839
|
name: string;
|
|
837
|
-
owner?:
|
|
840
|
+
owner?: MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
|
|
838
841
|
projectCount: number;
|
|
839
842
|
vatId?: string | undefined;
|
|
840
843
|
vatIdValidationState?: "unspecified" | "valid" | "invalid" | "pending" | undefined;
|
|
@@ -845,16 +848,16 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
845
848
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
846
849
|
"x-access-token"?: string | undefined;
|
|
847
850
|
};
|
|
848
|
-
}) =>
|
|
851
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
849
852
|
avatarRefId: string;
|
|
850
853
|
customerId: string;
|
|
851
854
|
customerName: string;
|
|
852
855
|
id: string;
|
|
853
|
-
information:
|
|
856
|
+
information: MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
854
857
|
mailAddress: string;
|
|
855
858
|
membershipExpiresAt?: string | undefined;
|
|
856
859
|
message?: string | undefined;
|
|
857
|
-
role:
|
|
860
|
+
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
858
861
|
}>;
|
|
859
862
|
/** Check if the customer profile has a valid contract partner configured. */
|
|
860
863
|
isCustomerLegallyCompetent: (conf: {
|
|
@@ -863,7 +866,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
863
866
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
864
867
|
"x-access-token"?: string | undefined;
|
|
865
868
|
} | undefined;
|
|
866
|
-
}) =>
|
|
869
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
867
870
|
isLegallyCompetent?: boolean | undefined;
|
|
868
871
|
}>;
|
|
869
872
|
/** List CustomerInvites belonging to the executing user. */
|
|
@@ -877,7 +880,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
877
880
|
limit?: number | undefined;
|
|
878
881
|
skip?: number | undefined;
|
|
879
882
|
} | undefined;
|
|
880
|
-
} | null | undefined) =>
|
|
883
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.MembershipCustomerInvite[]>;
|
|
881
884
|
/** List CustomerMemberships belonging to the executing user. */
|
|
882
885
|
listCustomerMemberships: (conf?: {
|
|
883
886
|
headers?: {
|
|
@@ -889,7 +892,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
889
892
|
limit?: number | undefined;
|
|
890
893
|
skip?: number | undefined;
|
|
891
894
|
} | undefined;
|
|
892
|
-
} | null | undefined) =>
|
|
895
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.MembershipCustomerMembership[]>;
|
|
893
896
|
/** List Invites belonging to a Customer. */
|
|
894
897
|
listInvitesForCustomer: (conf: {
|
|
895
898
|
customerId: string;
|
|
@@ -902,7 +905,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
902
905
|
limit?: number | undefined;
|
|
903
906
|
skip?: number | undefined;
|
|
904
907
|
} | undefined;
|
|
905
|
-
}) =>
|
|
908
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.MembershipCustomerInvite[]>;
|
|
906
909
|
/** List Memberships belonging to a Customer. */
|
|
907
910
|
listMembershipsForCustomer: (conf: {
|
|
908
911
|
customerId: string;
|
|
@@ -915,7 +918,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
915
918
|
limit?: number | undefined;
|
|
916
919
|
skip?: number | undefined;
|
|
917
920
|
} | undefined;
|
|
918
|
-
}) =>
|
|
921
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.MembershipCustomerMembership[]>;
|
|
919
922
|
};
|
|
920
923
|
declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
|
|
921
924
|
/** List MySQLDatabases belonging to a Project. */
|
|
@@ -925,7 +928,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
925
928
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
926
929
|
"x-access-token"?: string | undefined;
|
|
927
930
|
} | undefined;
|
|
928
|
-
}) =>
|
|
931
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.DatabaseMySqlDatabase[]>;
|
|
929
932
|
/** List MySQLUsers belonging to a Database. */
|
|
930
933
|
listMysqlUsers: (conf: {
|
|
931
934
|
databaseId: string;
|
|
@@ -933,7 +936,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
933
936
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
934
937
|
"x-access-token"?: string | undefined;
|
|
935
938
|
} | undefined;
|
|
936
|
-
}) =>
|
|
939
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.DatabaseMySqlUser[]>;
|
|
937
940
|
/** List RedisDatabases belonging to a Project. */
|
|
938
941
|
listRedisDatabases: (conf: {
|
|
939
942
|
projectId: string;
|
|
@@ -941,7 +944,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
941
944
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
942
945
|
"x-access-token"?: string | undefined;
|
|
943
946
|
} | undefined;
|
|
944
|
-
}) =>
|
|
947
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabase[]>;
|
|
945
948
|
/** Get a MySQLDatabase. */
|
|
946
949
|
getMysqlDatabase: (conf: {
|
|
947
950
|
mysqlDatabaseId: string;
|
|
@@ -949,8 +952,8 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
949
952
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
950
953
|
"x-access-token"?: string | undefined;
|
|
951
954
|
} | undefined;
|
|
952
|
-
}) =>
|
|
953
|
-
characterSettings:
|
|
955
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
956
|
+
characterSettings: MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings;
|
|
954
957
|
createdAt: string;
|
|
955
958
|
description: string;
|
|
956
959
|
finalizers?: string[] | undefined;
|
|
@@ -970,7 +973,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
970
973
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
971
974
|
"x-access-token"?: string | undefined;
|
|
972
975
|
} | undefined;
|
|
973
|
-
}) =>
|
|
976
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
974
977
|
accessIpMask?: string | undefined;
|
|
975
978
|
accessLevel: "full" | "readonly";
|
|
976
979
|
createdAt: string;
|
|
@@ -991,8 +994,8 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
991
994
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
992
995
|
"x-access-token"?: string | undefined;
|
|
993
996
|
} | undefined;
|
|
994
|
-
}) =>
|
|
995
|
-
configuration?:
|
|
997
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
998
|
+
configuration?: MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration | undefined;
|
|
996
999
|
createdAt: string;
|
|
997
1000
|
description: string;
|
|
998
1001
|
finalizers: string[];
|
|
@@ -1011,7 +1014,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1011
1014
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1012
1015
|
"x-access-token"?: string | undefined;
|
|
1013
1016
|
} | undefined;
|
|
1014
|
-
}) =>
|
|
1017
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1015
1018
|
url: string;
|
|
1016
1019
|
}>;
|
|
1017
1020
|
/** List available MySQL character sets and collations, optionally filtered by a MySQLVersion. */
|
|
@@ -1024,7 +1027,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1024
1027
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1025
1028
|
version?: string | undefined;
|
|
1026
1029
|
} | undefined;
|
|
1027
|
-
} | null | undefined) =>
|
|
1030
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.DatabaseMySqlCharacterSettings[]>;
|
|
1028
1031
|
/** List MySQLVersions. */
|
|
1029
1032
|
listMysqlVersions: (conf?: {
|
|
1030
1033
|
headers?: {
|
|
@@ -1035,7 +1038,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1035
1038
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1036
1039
|
projectId?: string | undefined;
|
|
1037
1040
|
} | undefined;
|
|
1038
|
-
} | null | undefined) =>
|
|
1041
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.DatabaseMySqlVersion[]>;
|
|
1039
1042
|
/** List RedisVersions. */
|
|
1040
1043
|
listRedisVersions: (conf?: {
|
|
1041
1044
|
headers?: {
|
|
@@ -1046,7 +1049,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1046
1049
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1047
1050
|
projectId?: string | undefined;
|
|
1048
1051
|
} | undefined;
|
|
1049
|
-
} | null | undefined) =>
|
|
1052
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.DatabaseRedisVersion[]>;
|
|
1050
1053
|
};
|
|
1051
1054
|
declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
1052
1055
|
/** Get a DNSZone. */
|
|
@@ -1056,15 +1059,15 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1056
1059
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1057
1060
|
"x-access-token"?: string | undefined;
|
|
1058
1061
|
} | undefined;
|
|
1059
|
-
}) =>
|
|
1062
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1060
1063
|
domain: string;
|
|
1061
1064
|
id: string;
|
|
1062
1065
|
recordSet: {
|
|
1063
|
-
cname:
|
|
1064
|
-
combinedARecords:
|
|
1065
|
-
mx:
|
|
1066
|
-
srv:
|
|
1067
|
-
txt:
|
|
1066
|
+
cname: MittwaldAPIV2.Components.Schemas.DnsRecordCNAME;
|
|
1067
|
+
combinedARecords: MittwaldAPIV2.Components.Schemas.DnsRecordCombinedA;
|
|
1068
|
+
mx: MittwaldAPIV2.Components.Schemas.DnsRecordMX;
|
|
1069
|
+
srv: MittwaldAPIV2.Components.Schemas.DnsRecordSRV;
|
|
1070
|
+
txt: MittwaldAPIV2.Components.Schemas.DnsRecordTXT;
|
|
1068
1071
|
};
|
|
1069
1072
|
}>;
|
|
1070
1073
|
/** List DNSZones belonging to a Project. */
|
|
@@ -1074,7 +1077,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1074
1077
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1075
1078
|
"x-access-token"?: string | undefined;
|
|
1076
1079
|
} | undefined;
|
|
1077
|
-
}) =>
|
|
1080
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.DnsZone[]>;
|
|
1078
1081
|
/** Get a Domain. */
|
|
1079
1082
|
getDomain: (conf: {
|
|
1080
1083
|
domainId: string;
|
|
@@ -1082,20 +1085,20 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1082
1085
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1083
1086
|
"x-access-token"?: string | undefined;
|
|
1084
1087
|
} | undefined;
|
|
1085
|
-
}) =>
|
|
1086
|
-
authCode?:
|
|
1087
|
-
authCode2?:
|
|
1088
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1089
|
+
authCode?: MittwaldAPIV2.Components.Schemas.DomainAuthCode | undefined;
|
|
1090
|
+
authCode2?: MittwaldAPIV2.Components.Schemas.DomainAuthCode2 | undefined;
|
|
1088
1091
|
connected: boolean;
|
|
1089
1092
|
deleted: boolean;
|
|
1090
1093
|
domain: string;
|
|
1091
1094
|
domainId: string;
|
|
1092
1095
|
handles: {
|
|
1093
|
-
adminC?:
|
|
1094
|
-
ownerC:
|
|
1096
|
+
adminC?: MittwaldAPIV2.Components.Schemas.DomainHandleReadable | undefined;
|
|
1097
|
+
ownerC: MittwaldAPIV2.Components.Schemas.DomainHandleReadable;
|
|
1095
1098
|
};
|
|
1096
1099
|
hasAuthCode: boolean;
|
|
1097
1100
|
nameservers: [string, string, ...string[]];
|
|
1098
|
-
processes?:
|
|
1101
|
+
processes?: MittwaldAPIV2.Components.Schemas.DomainProcess[] | undefined;
|
|
1099
1102
|
projectId: string;
|
|
1100
1103
|
transferInAuthCode?: string | undefined;
|
|
1101
1104
|
usesDefaultNameserver: boolean;
|
|
@@ -1107,7 +1110,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1107
1110
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1108
1111
|
"x-access-token"?: string | undefined;
|
|
1109
1112
|
} | undefined;
|
|
1110
|
-
}) =>
|
|
1113
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1111
1114
|
domain: string;
|
|
1112
1115
|
id: string;
|
|
1113
1116
|
projectId: string;
|
|
@@ -1124,7 +1127,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1124
1127
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1125
1128
|
"x-access-token"?: string | undefined;
|
|
1126
1129
|
} | undefined;
|
|
1127
|
-
}) =>
|
|
1130
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1128
1131
|
reference?: string | undefined;
|
|
1129
1132
|
}>;
|
|
1130
1133
|
/** List the DomainOwnerships of a project. */
|
|
@@ -1134,7 +1137,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1134
1137
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1135
1138
|
"x-access-token"?: string | undefined;
|
|
1136
1139
|
} | undefined;
|
|
1137
|
-
}) =>
|
|
1140
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.DomainDomainOwnership[]>;
|
|
1138
1141
|
/** List Domains belonging to a Project. */
|
|
1139
1142
|
listDomains: (conf: {
|
|
1140
1143
|
projectId: string;
|
|
@@ -1148,14 +1151,14 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1148
1151
|
limit?: number | undefined;
|
|
1149
1152
|
domainSearchName?: string | undefined;
|
|
1150
1153
|
} | undefined;
|
|
1151
|
-
}) =>
|
|
1154
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.DomainDomain[]>;
|
|
1152
1155
|
/** List the contact schemas for a TLD. */
|
|
1153
1156
|
listTldContactSchemas: (conf: {
|
|
1154
1157
|
tld: string;
|
|
1155
1158
|
headers?: {
|
|
1156
1159
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1157
1160
|
} | undefined;
|
|
1158
|
-
}) =>
|
|
1161
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1159
1162
|
jsonSchemaAdminC?: {} | undefined;
|
|
1160
1163
|
jsonSchemaOwnerC: {};
|
|
1161
1164
|
}>;
|
|
@@ -1164,7 +1167,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1164
1167
|
headers?: {
|
|
1165
1168
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1166
1169
|
} | undefined;
|
|
1167
|
-
} | null | undefined) =>
|
|
1170
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.DomainTopLevel[]>;
|
|
1168
1171
|
/** List Ingresses. */
|
|
1169
1172
|
ingressListIngresses: (conf?: {
|
|
1170
1173
|
headers?: {
|
|
@@ -1175,7 +1178,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1175
1178
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1176
1179
|
projectId?: string | undefined;
|
|
1177
1180
|
} | undefined;
|
|
1178
|
-
} | null | undefined) =>
|
|
1181
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.IngressIngress[]>;
|
|
1179
1182
|
/** Get an Ingress. */
|
|
1180
1183
|
ingressGetIngress: (conf: {
|
|
1181
1184
|
ingressId: string;
|
|
@@ -1183,7 +1186,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1183
1186
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1184
1187
|
"x-access-token"?: string | undefined;
|
|
1185
1188
|
} | undefined;
|
|
1186
|
-
}) =>
|
|
1189
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1187
1190
|
dnsValidationErrors: ("ERROR_UNSPECIFIED" | "ERROR_QUAD_A" | "ERROR_NO_A_RECORD" | "ERROR_ACME_CERTIFICATE_REQUEST_DEADLINE_EXCEEDED")[];
|
|
1188
1191
|
hostname: string;
|
|
1189
1192
|
id: string;
|
|
@@ -1192,9 +1195,9 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1192
1195
|
};
|
|
1193
1196
|
isDefault: boolean;
|
|
1194
1197
|
isEnabled: boolean;
|
|
1195
|
-
paths:
|
|
1198
|
+
paths: MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
1196
1199
|
projectId: string;
|
|
1197
|
-
tls:
|
|
1200
|
+
tls: MittwaldAPIV2.Components.Schemas.IngressTlsAcme | MittwaldAPIV2.Components.Schemas.IngressTlsCertificate;
|
|
1198
1201
|
}>;
|
|
1199
1202
|
};
|
|
1200
1203
|
declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
|
|
@@ -1204,7 +1207,7 @@ declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1204
1207
|
headers?: {
|
|
1205
1208
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1206
1209
|
} | undefined;
|
|
1207
|
-
}) =>
|
|
1210
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1208
1211
|
friendlyURL: string;
|
|
1209
1212
|
id: string;
|
|
1210
1213
|
name: string;
|
|
@@ -1217,7 +1220,7 @@ declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1217
1220
|
headers?: {
|
|
1218
1221
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1219
1222
|
} | undefined;
|
|
1220
|
-
}) =>
|
|
1223
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1221
1224
|
maxSizeInKB: number;
|
|
1222
1225
|
mimeTypes: string[];
|
|
1223
1226
|
properties?: {
|
|
@@ -1239,7 +1242,7 @@ declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1239
1242
|
headers?: {
|
|
1240
1243
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1241
1244
|
} | undefined;
|
|
1242
|
-
}) =>
|
|
1245
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1243
1246
|
maxSizeInKB: number;
|
|
1244
1247
|
mimeTypes: string[];
|
|
1245
1248
|
properties?: {
|
|
@@ -1264,7 +1267,7 @@ declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1264
1267
|
Download?: boolean | undefined;
|
|
1265
1268
|
Token?: string | undefined;
|
|
1266
1269
|
} | undefined;
|
|
1267
|
-
}) =>
|
|
1270
|
+
}) => _mittwald_react_use_promise.AsyncResource<string>;
|
|
1268
1271
|
};
|
|
1269
1272
|
declare const buildMailApi: (baseClient: MittwaldAPIV2Client) => {
|
|
1270
1273
|
/** List DeliveryBoxes belonging to a Project. */
|
|
@@ -1274,7 +1277,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1274
1277
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1275
1278
|
"x-access-token"?: string | undefined;
|
|
1276
1279
|
} | undefined;
|
|
1277
|
-
}) =>
|
|
1280
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.MailDeliverybox[]>;
|
|
1278
1281
|
/** List MailAddresses belonging to a Project. */
|
|
1279
1282
|
listMailAddresses: (conf: {
|
|
1280
1283
|
projectId: string;
|
|
@@ -1282,7 +1285,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1282
1285
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1283
1286
|
"x-access-token"?: string | undefined;
|
|
1284
1287
|
} | undefined;
|
|
1285
|
-
}) =>
|
|
1288
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.MailMailAddress[]>;
|
|
1286
1289
|
/** Get a DeliveryBox. */
|
|
1287
1290
|
getDeliveryBox: (conf: {
|
|
1288
1291
|
deliveryBoxId: string;
|
|
@@ -1290,7 +1293,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1290
1293
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1291
1294
|
"x-access-token"?: string | undefined;
|
|
1292
1295
|
} | undefined;
|
|
1293
|
-
}) =>
|
|
1296
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1294
1297
|
authenticationEnabled: boolean;
|
|
1295
1298
|
description: string;
|
|
1296
1299
|
id: string;
|
|
@@ -1307,7 +1310,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1307
1310
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1308
1311
|
"x-access-token"?: string | undefined;
|
|
1309
1312
|
} | undefined;
|
|
1310
|
-
}) =>
|
|
1313
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1311
1314
|
address: string;
|
|
1312
1315
|
autoResponder: {
|
|
1313
1316
|
active: boolean;
|
|
@@ -1347,7 +1350,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1347
1350
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1348
1351
|
"x-access-token"?: string | undefined;
|
|
1349
1352
|
} | undefined;
|
|
1350
|
-
}) =>
|
|
1353
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1351
1354
|
blacklist: string[];
|
|
1352
1355
|
projectId: string;
|
|
1353
1356
|
whitelist: string[];
|
|
@@ -1360,7 +1363,7 @@ declare const buildNotificationApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1360
1363
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1361
1364
|
"x-access-token"?: string | undefined;
|
|
1362
1365
|
} | undefined;
|
|
1363
|
-
} | null | undefined) =>
|
|
1366
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<{
|
|
1364
1367
|
active: boolean;
|
|
1365
1368
|
email: string;
|
|
1366
1369
|
registered: boolean;
|
|
@@ -1371,7 +1374,7 @@ declare const buildNotificationApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1371
1374
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1372
1375
|
"x-access-token"?: string | undefined;
|
|
1373
1376
|
} | undefined;
|
|
1374
|
-
} | null | undefined) =>
|
|
1377
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<{
|
|
1375
1378
|
error: number;
|
|
1376
1379
|
info: number;
|
|
1377
1380
|
success: number;
|
|
@@ -1388,7 +1391,7 @@ declare const buildNotificationApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1388
1391
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1389
1392
|
status?: "unread" | "read" | undefined;
|
|
1390
1393
|
} | undefined;
|
|
1391
|
-
} | null | undefined) =>
|
|
1394
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.MessagingNotification[]>;
|
|
1392
1395
|
};
|
|
1393
1396
|
declare const buildPageInsightsApi: (baseClient: MittwaldAPIV2Client) => {
|
|
1394
1397
|
/** Get detailed performance data for a given domain and path. */
|
|
@@ -1401,7 +1404,7 @@ declare const buildPageInsightsApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1401
1404
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1402
1405
|
"x-access-token"?: string | undefined;
|
|
1403
1406
|
} | undefined;
|
|
1404
|
-
}) =>
|
|
1407
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1405
1408
|
createdAt?: string | undefined;
|
|
1406
1409
|
domain: string;
|
|
1407
1410
|
metrics?: {
|
|
@@ -1429,7 +1432,7 @@ declare const buildPageInsightsApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1429
1432
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1430
1433
|
domain?: string | undefined;
|
|
1431
1434
|
} | undefined;
|
|
1432
|
-
}) =>
|
|
1435
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1433
1436
|
domain: string;
|
|
1434
1437
|
paths: {
|
|
1435
1438
|
createdAt: string;
|
|
@@ -1446,14 +1449,14 @@ declare const buildUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1446
1449
|
headers?: {
|
|
1447
1450
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1448
1451
|
} | undefined;
|
|
1449
|
-
}) =>
|
|
1452
|
+
}) => _mittwald_react_use_promise.AsyncResource<string>;
|
|
1450
1453
|
/** Get your verified Email-Address. */
|
|
1451
1454
|
getOwnEmail: (conf?: {
|
|
1452
1455
|
headers?: {
|
|
1453
1456
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1454
1457
|
"x-access-token"?: string | undefined;
|
|
1455
1458
|
} | undefined;
|
|
1456
|
-
} | null | undefined) =>
|
|
1459
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<{
|
|
1457
1460
|
email: string;
|
|
1458
1461
|
}>;
|
|
1459
1462
|
/** Get your current multi factor auth status. */
|
|
@@ -1462,7 +1465,7 @@ declare const buildUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1462
1465
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1463
1466
|
"x-access-token"?: string | undefined;
|
|
1464
1467
|
} | undefined;
|
|
1465
|
-
} | null | undefined) =>
|
|
1468
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<{
|
|
1466
1469
|
confirmed: boolean;
|
|
1467
1470
|
initialized: boolean;
|
|
1468
1471
|
}>;
|
|
@@ -1472,15 +1475,15 @@ declare const buildUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1472
1475
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1473
1476
|
"x-access-token"?: string | undefined;
|
|
1474
1477
|
} | undefined;
|
|
1475
|
-
} | null | undefined) =>
|
|
1478
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.SignupApiToken[]>;
|
|
1476
1479
|
/** Get your stored ssh-keys. */
|
|
1477
1480
|
listSshKeys: (conf?: {
|
|
1478
1481
|
headers?: {
|
|
1479
1482
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1480
1483
|
"x-access-token"?: string | undefined;
|
|
1481
1484
|
} | undefined;
|
|
1482
|
-
} | null | undefined) =>
|
|
1483
|
-
sshKeys?:
|
|
1485
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<{
|
|
1486
|
+
sshKeys?: MittwaldAPIV2.Components.Schemas.SignupSshKey[] | undefined;
|
|
1484
1487
|
}>;
|
|
1485
1488
|
/** Get a specific ApiToken. */
|
|
1486
1489
|
getApiToken: (conf: {
|
|
@@ -1489,7 +1492,7 @@ declare const buildUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1489
1492
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1490
1493
|
"x-access-token"?: string | undefined;
|
|
1491
1494
|
} | undefined;
|
|
1492
|
-
}) =>
|
|
1495
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1493
1496
|
apiTokenId: string;
|
|
1494
1497
|
createdAt: string;
|
|
1495
1498
|
description: string;
|
|
@@ -1503,8 +1506,8 @@ declare const buildUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1503
1506
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1504
1507
|
"x-access-token"?: string | undefined;
|
|
1505
1508
|
} | undefined;
|
|
1506
|
-
}) =>
|
|
1507
|
-
sshKey:
|
|
1509
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1510
|
+
sshKey: MittwaldAPIV2.Components.Schemas.SignupSshKey;
|
|
1508
1511
|
}>;
|
|
1509
1512
|
/** Get your account information. */
|
|
1510
1513
|
getOwnAccount: (conf?: {
|
|
@@ -1512,14 +1515,14 @@ declare const buildUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1512
1515
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1513
1516
|
"x-access-token"?: string | undefined;
|
|
1514
1517
|
} | undefined;
|
|
1515
|
-
} | null | undefined) =>
|
|
1518
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<{
|
|
1516
1519
|
email?: string | undefined;
|
|
1517
1520
|
mfaDetails?: {
|
|
1518
1521
|
mfaConfirmed?: boolean | undefined;
|
|
1519
1522
|
mfaInitialized?: boolean | undefined;
|
|
1520
1523
|
} | undefined;
|
|
1521
1524
|
passwordUpdatedAt?: string | undefined;
|
|
1522
|
-
person?:
|
|
1525
|
+
person?: MittwaldAPIV2.Components.Schemas.CommonsPerson | undefined;
|
|
1523
1526
|
userId?: string | undefined;
|
|
1524
1527
|
}>;
|
|
1525
1528
|
/** The timestamp of your latest password change. */
|
|
@@ -1528,7 +1531,7 @@ declare const buildUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1528
1531
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1529
1532
|
"x-access-token"?: string | undefined;
|
|
1530
1533
|
} | undefined;
|
|
1531
|
-
} | null | undefined) =>
|
|
1534
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<{
|
|
1532
1535
|
passwordUpdatedAt: string;
|
|
1533
1536
|
}>;
|
|
1534
1537
|
/** Get personalized settings. */
|
|
@@ -1538,7 +1541,7 @@ declare const buildUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1538
1541
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1539
1542
|
"x-access-token"?: string | undefined;
|
|
1540
1543
|
} | undefined;
|
|
1541
|
-
}) =>
|
|
1544
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1542
1545
|
settingsString?: string | undefined;
|
|
1543
1546
|
}>;
|
|
1544
1547
|
/** Get a specific session. */
|
|
@@ -1548,11 +1551,11 @@ declare const buildUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1548
1551
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1549
1552
|
"x-access-token"?: string | undefined;
|
|
1550
1553
|
} | undefined;
|
|
1551
|
-
}) =>
|
|
1554
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1552
1555
|
created: string;
|
|
1553
|
-
device:
|
|
1556
|
+
device: MittwaldAPIV2.Components.Schemas.SignupDeviceInfo;
|
|
1554
1557
|
lastAccess?: string | undefined;
|
|
1555
|
-
location?:
|
|
1558
|
+
location?: MittwaldAPIV2.Components.Schemas.SignupLocation | undefined;
|
|
1556
1559
|
tokenId: string;
|
|
1557
1560
|
}>;
|
|
1558
1561
|
/** Get profile information for a user. */
|
|
@@ -1562,13 +1565,13 @@ declare const buildUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1562
1565
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1563
1566
|
"x-access-token"?: string | undefined;
|
|
1564
1567
|
} | undefined;
|
|
1565
|
-
}) =>
|
|
1568
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1566
1569
|
avatarRef?: string | undefined;
|
|
1567
1570
|
email?: string | undefined;
|
|
1568
1571
|
employeeInformation?: {
|
|
1569
1572
|
department: string;
|
|
1570
1573
|
} | undefined;
|
|
1571
|
-
person:
|
|
1574
|
+
person: MittwaldAPIV2.Components.Schemas.CommonsPerson;
|
|
1572
1575
|
phoneNumber?: string | undefined;
|
|
1573
1576
|
registeredAt?: string | undefined;
|
|
1574
1577
|
userId: string;
|
|
@@ -1584,14 +1587,14 @@ declare const buildUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1584
1587
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1585
1588
|
subject?: string | undefined;
|
|
1586
1589
|
} | undefined;
|
|
1587
|
-
}) =>
|
|
1590
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.UserUserFeedback[]>;
|
|
1588
1591
|
/** List all sessions. */
|
|
1589
1592
|
listSessions: (conf?: {
|
|
1590
1593
|
headers?: {
|
|
1591
1594
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1592
1595
|
"x-access-token"?: string | undefined;
|
|
1593
1596
|
} | undefined;
|
|
1594
|
-
} | null | undefined) =>
|
|
1597
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.SignupUserSession[]>;
|
|
1595
1598
|
/** Request a support code. */
|
|
1596
1599
|
supportCodeRequest: (conf?: {
|
|
1597
1600
|
headers?: {
|
|
@@ -1602,44 +1605,57 @@ declare const buildUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1602
1605
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1603
1606
|
forceRecreate?: boolean | undefined;
|
|
1604
1607
|
} | undefined;
|
|
1605
|
-
} | null | undefined) =>
|
|
1608
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<{
|
|
1606
1609
|
expiresAt?: string | undefined;
|
|
1607
1610
|
supportCode?: string | undefined;
|
|
1608
1611
|
}>;
|
|
1609
1612
|
};
|
|
1610
1613
|
declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
1614
|
+
/** List Invites belonging to a Project. */
|
|
1615
|
+
listInvitesForProject: (conf: {
|
|
1616
|
+
projectId: string;
|
|
1617
|
+
headers?: {
|
|
1618
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1619
|
+
"x-access-token"?: string | undefined;
|
|
1620
|
+
} | undefined;
|
|
1621
|
+
queryParameters?: {
|
|
1622
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1623
|
+
limit?: number | undefined;
|
|
1624
|
+
skip?: number | undefined;
|
|
1625
|
+
} | undefined;
|
|
1626
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[]>;
|
|
1611
1627
|
/** Get a ProjectInvite. */
|
|
1612
1628
|
getProjectInvite: (conf: {
|
|
1613
|
-
|
|
1629
|
+
projectInviteId: string;
|
|
1614
1630
|
headers?: {
|
|
1615
1631
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1616
1632
|
"x-access-token"?: string | undefined;
|
|
1617
1633
|
} | undefined;
|
|
1618
|
-
}) =>
|
|
1634
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1619
1635
|
id: string;
|
|
1620
|
-
information:
|
|
1636
|
+
information: MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
1621
1637
|
mailAddress: string;
|
|
1622
1638
|
membershipExpiresAt?: string | undefined;
|
|
1623
1639
|
message?: string | undefined;
|
|
1624
1640
|
projectDescription: string;
|
|
1625
1641
|
projectId: string;
|
|
1626
|
-
role:
|
|
1642
|
+
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
1627
1643
|
}>;
|
|
1628
1644
|
/** Get a ProjectMembership */
|
|
1629
1645
|
getProjectMembership: (conf: {
|
|
1630
|
-
|
|
1646
|
+
projectMembershipId: string;
|
|
1631
1647
|
headers?: {
|
|
1632
1648
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1633
1649
|
"x-access-token"?: string | undefined;
|
|
1634
1650
|
} | undefined;
|
|
1635
|
-
}) =>
|
|
1651
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1636
1652
|
expiresAt?: string | undefined;
|
|
1637
1653
|
id: string;
|
|
1638
1654
|
inherited: boolean;
|
|
1639
1655
|
inviteId: string;
|
|
1640
1656
|
memberSince?: string | undefined;
|
|
1641
1657
|
projectId: string;
|
|
1642
|
-
role:
|
|
1658
|
+
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
1643
1659
|
userId: string;
|
|
1644
1660
|
}>;
|
|
1645
1661
|
/** Get a Project. */
|
|
@@ -1649,7 +1665,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1649
1665
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1650
1666
|
"x-access-token"?: string | undefined;
|
|
1651
1667
|
} | undefined;
|
|
1652
|
-
}) =>
|
|
1668
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1653
1669
|
clusterDomain?: string | undefined;
|
|
1654
1670
|
clusterID?: string | undefined;
|
|
1655
1671
|
createdAt: string;
|
|
@@ -1658,17 +1674,17 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1658
1674
|
directories: {
|
|
1659
1675
|
[k: string]: string;
|
|
1660
1676
|
};
|
|
1661
|
-
disableReason?:
|
|
1677
|
+
disableReason?: MittwaldAPIV2.Components.Schemas.ProjectDisableReason | undefined;
|
|
1662
1678
|
enabled: boolean;
|
|
1663
1679
|
id: string;
|
|
1664
1680
|
imageRefId?: string | undefined;
|
|
1665
1681
|
isReady: boolean;
|
|
1666
1682
|
projectHostingId?: string | undefined;
|
|
1667
|
-
readiness:
|
|
1683
|
+
readiness: MittwaldAPIV2.Components.Schemas.ProjectProjectReadinessStatus;
|
|
1668
1684
|
serverId?: string | undefined;
|
|
1669
1685
|
serverShortId?: string | undefined;
|
|
1670
1686
|
shortId: string;
|
|
1671
|
-
spec?:
|
|
1687
|
+
spec?: MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec | MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | undefined;
|
|
1672
1688
|
statisticsBaseDomain?: string | undefined;
|
|
1673
1689
|
}>;
|
|
1674
1690
|
/** Get a ProjectInvite by token. */
|
|
@@ -1677,15 +1693,15 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1677
1693
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1678
1694
|
"x-access-token"?: string | undefined;
|
|
1679
1695
|
};
|
|
1680
|
-
}) =>
|
|
1696
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1681
1697
|
id: string;
|
|
1682
|
-
information:
|
|
1698
|
+
information: MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
1683
1699
|
mailAddress: string;
|
|
1684
1700
|
membershipExpiresAt?: string | undefined;
|
|
1685
1701
|
message?: string | undefined;
|
|
1686
1702
|
projectDescription: string;
|
|
1687
1703
|
projectId: string;
|
|
1688
|
-
role:
|
|
1704
|
+
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
1689
1705
|
}>;
|
|
1690
1706
|
/** Get the executing user's membership in a Project. */
|
|
1691
1707
|
getSelfMembershipForProject: (conf: {
|
|
@@ -1694,14 +1710,14 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1694
1710
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1695
1711
|
"x-access-token"?: string | undefined;
|
|
1696
1712
|
} | undefined;
|
|
1697
|
-
}) =>
|
|
1713
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1698
1714
|
expiresAt?: string | undefined;
|
|
1699
1715
|
id: string;
|
|
1700
1716
|
inherited: boolean;
|
|
1701
1717
|
inviteId: string;
|
|
1702
1718
|
memberSince?: string | undefined;
|
|
1703
1719
|
projectId: string;
|
|
1704
|
-
role:
|
|
1720
|
+
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
1705
1721
|
userId: string;
|
|
1706
1722
|
}>;
|
|
1707
1723
|
/** Get a Server. */
|
|
@@ -1711,7 +1727,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1711
1727
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1712
1728
|
"x-access-token"?: string | undefined;
|
|
1713
1729
|
} | undefined;
|
|
1714
|
-
}) =>
|
|
1730
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1715
1731
|
clusterName: string;
|
|
1716
1732
|
createdAt: string;
|
|
1717
1733
|
customerId: string;
|
|
@@ -1720,25 +1736,12 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1720
1736
|
id: string;
|
|
1721
1737
|
imageRefId?: string | undefined;
|
|
1722
1738
|
isReady: boolean;
|
|
1723
|
-
machineType:
|
|
1724
|
-
readiness:
|
|
1739
|
+
machineType: MittwaldAPIV2.Components.Schemas.ProjectMachineType;
|
|
1740
|
+
readiness: MittwaldAPIV2.Components.Schemas.ProjectProjectReadinessStatus;
|
|
1725
1741
|
shortId: string;
|
|
1726
1742
|
statisticsBaseDomain?: string | undefined;
|
|
1727
1743
|
storage: string;
|
|
1728
1744
|
}>;
|
|
1729
|
-
/** List Invites belonging to a Project. */
|
|
1730
|
-
listInvitesForProject: (conf: {
|
|
1731
|
-
projectId: string;
|
|
1732
|
-
headers?: {
|
|
1733
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1734
|
-
"x-access-token"?: string | undefined;
|
|
1735
|
-
} | undefined;
|
|
1736
|
-
queryParameters?: {
|
|
1737
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1738
|
-
limit?: number | undefined;
|
|
1739
|
-
skip?: number | undefined;
|
|
1740
|
-
} | undefined;
|
|
1741
|
-
}) => import("@mittwald/react-use-promise/types").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[]>;
|
|
1742
1745
|
/** List Memberships belonging to a Project. */
|
|
1743
1746
|
listMembershipsForProject: (conf: {
|
|
1744
1747
|
projectId: string;
|
|
@@ -1751,7 +1754,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1751
1754
|
limit?: number | undefined;
|
|
1752
1755
|
skip?: number | undefined;
|
|
1753
1756
|
} | undefined;
|
|
1754
|
-
}) =>
|
|
1757
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.MembershipProjectMembership[]>;
|
|
1755
1758
|
/** List ProjectInvites belonging to the executing user. */
|
|
1756
1759
|
listProjectInvites: (conf?: {
|
|
1757
1760
|
headers?: {
|
|
@@ -1763,7 +1766,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1763
1766
|
limit?: number | undefined;
|
|
1764
1767
|
skip?: number | undefined;
|
|
1765
1768
|
} | undefined;
|
|
1766
|
-
} | null | undefined) =>
|
|
1769
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[]>;
|
|
1767
1770
|
/** List ProjectMemberships belonging to the executing user. */
|
|
1768
1771
|
listProjectMemberships: (conf?: {
|
|
1769
1772
|
headers?: {
|
|
@@ -1775,7 +1778,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1775
1778
|
limit?: number | undefined;
|
|
1776
1779
|
skip?: number | undefined;
|
|
1777
1780
|
} | undefined;
|
|
1778
|
-
} | null | undefined) =>
|
|
1781
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.MembershipProjectMembership[]>;
|
|
1779
1782
|
/** List Projects belonging to the executing user. */
|
|
1780
1783
|
listProjects: (conf?: {
|
|
1781
1784
|
headers?: {
|
|
@@ -1787,20 +1790,20 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1787
1790
|
customerId?: string | undefined;
|
|
1788
1791
|
serverId?: string | undefined;
|
|
1789
1792
|
} | undefined;
|
|
1790
|
-
} | null | undefined) =>
|
|
1793
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<{
|
|
1791
1794
|
createdAt: string;
|
|
1792
1795
|
customerId: string;
|
|
1793
1796
|
customerMeta: {
|
|
1794
1797
|
id: string;
|
|
1795
1798
|
};
|
|
1796
1799
|
description: string;
|
|
1797
|
-
disableReason?:
|
|
1800
|
+
disableReason?: MittwaldAPIV2.Components.Schemas.ProjectDisableReason | undefined;
|
|
1798
1801
|
enabled: boolean;
|
|
1799
1802
|
id: string;
|
|
1800
1803
|
imageRefId?: string | undefined;
|
|
1801
1804
|
isReady: boolean;
|
|
1802
1805
|
projectHostingId?: string | undefined;
|
|
1803
|
-
readiness:
|
|
1806
|
+
readiness: MittwaldAPIV2.Components.Schemas.ProjectProjectReadinessStatus;
|
|
1804
1807
|
serverId?: string | undefined;
|
|
1805
1808
|
shortId: string;
|
|
1806
1809
|
}[]>;
|
|
@@ -1817,7 +1820,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1817
1820
|
page?: number | undefined;
|
|
1818
1821
|
skip?: number | undefined;
|
|
1819
1822
|
} | undefined;
|
|
1820
|
-
} | null | undefined) =>
|
|
1823
|
+
} | null | undefined) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.ProjectServer[]>;
|
|
1821
1824
|
};
|
|
1822
1825
|
declare const buildProjectFileSystemApi: (baseClient: MittwaldAPIV2Client) => {
|
|
1823
1826
|
/** List directories belonging to a Project. */
|
|
@@ -1836,13 +1839,13 @@ declare const buildProjectFileSystemApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1836
1839
|
executable?: boolean | undefined;
|
|
1837
1840
|
hidden?: boolean | undefined;
|
|
1838
1841
|
} | undefined;
|
|
1839
|
-
}) =>
|
|
1842
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1840
1843
|
absolutePath: string;
|
|
1841
1844
|
isDirectory?: boolean | undefined;
|
|
1842
1845
|
isExecutable?: boolean | undefined;
|
|
1843
1846
|
isFile?: boolean | undefined;
|
|
1844
1847
|
isSymlink?: boolean | undefined;
|
|
1845
|
-
items?:
|
|
1848
|
+
items?: MittwaldAPIV2.Components.Schemas.ProjectFilesystemDirectoryListing[] | undefined;
|
|
1846
1849
|
name: string;
|
|
1847
1850
|
size: number;
|
|
1848
1851
|
target?: string | undefined;
|
|
@@ -1858,7 +1861,7 @@ declare const buildProjectFileSystemApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1858
1861
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1859
1862
|
directory?: string | undefined;
|
|
1860
1863
|
} | undefined;
|
|
1861
|
-
}) =>
|
|
1864
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1862
1865
|
path?: string | undefined;
|
|
1863
1866
|
totalBytes?: number | undefined;
|
|
1864
1867
|
usedBytes?: number | undefined;
|
|
@@ -1875,7 +1878,7 @@ declare const buildProjectFileSystemApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1875
1878
|
file?: string | undefined;
|
|
1876
1879
|
inline?: boolean | undefined;
|
|
1877
1880
|
} | undefined;
|
|
1878
|
-
}) =>
|
|
1881
|
+
}) => _mittwald_react_use_promise.AsyncResource<string>;
|
|
1879
1882
|
/** Get a Project's file/filesystem authorization token. */
|
|
1880
1883
|
getJwt: (conf: {
|
|
1881
1884
|
projectId: string;
|
|
@@ -1883,7 +1886,7 @@ declare const buildProjectFileSystemApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1883
1886
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1884
1887
|
"x-access-token"?: string | undefined;
|
|
1885
1888
|
} | undefined;
|
|
1886
|
-
}) =>
|
|
1889
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1887
1890
|
jwt: string;
|
|
1888
1891
|
}>;
|
|
1889
1892
|
/** Get a Project file's information. */
|
|
@@ -1897,13 +1900,13 @@ declare const buildProjectFileSystemApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1897
1900
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1898
1901
|
file?: string | undefined;
|
|
1899
1902
|
} | undefined;
|
|
1900
|
-
}) =>
|
|
1903
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1901
1904
|
absolutePath: string;
|
|
1902
1905
|
isDirectory?: boolean | undefined;
|
|
1903
1906
|
isExecutable?: boolean | undefined;
|
|
1904
1907
|
isFile?: boolean | undefined;
|
|
1905
1908
|
isSymlink?: boolean | undefined;
|
|
1906
|
-
items?:
|
|
1909
|
+
items?: MittwaldAPIV2.Components.Schemas.ProjectFilesystemDirectoryListing[] | undefined;
|
|
1907
1910
|
name: string;
|
|
1908
1911
|
size: number;
|
|
1909
1912
|
target?: string | undefined;
|
|
@@ -1922,7 +1925,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1922
1925
|
limit?: number | undefined;
|
|
1923
1926
|
skip?: number | undefined;
|
|
1924
1927
|
} | undefined;
|
|
1925
|
-
}) =>
|
|
1928
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.SshuserSftpUser[]>;
|
|
1926
1929
|
/** Get an SFTPUser. */
|
|
1927
1930
|
sftpUserGetSftpUser: (conf: {
|
|
1928
1931
|
sftpUserId: string;
|
|
@@ -1930,8 +1933,8 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1930
1933
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1931
1934
|
"x-access-token"?: string | undefined;
|
|
1932
1935
|
} | undefined;
|
|
1933
|
-
}) =>
|
|
1934
|
-
accessLevel:
|
|
1936
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1937
|
+
accessLevel: MittwaldAPIV2.Components.Schemas.SshuserAccessLevel;
|
|
1935
1938
|
active?: boolean | undefined;
|
|
1936
1939
|
authUpdatedAt: string;
|
|
1937
1940
|
createdAt: string;
|
|
@@ -1941,7 +1944,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1941
1944
|
hasPassword: boolean;
|
|
1942
1945
|
id: string;
|
|
1943
1946
|
projectId: string;
|
|
1944
|
-
publicKeys?:
|
|
1947
|
+
publicKeys?: MittwaldAPIV2.Components.Schemas.SshuserPublicKey[] | undefined;
|
|
1945
1948
|
updatedAt?: string | undefined;
|
|
1946
1949
|
userName: string;
|
|
1947
1950
|
}>;
|
|
@@ -1957,7 +1960,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1957
1960
|
limit?: number | undefined;
|
|
1958
1961
|
skip?: number | undefined;
|
|
1959
1962
|
} | undefined;
|
|
1960
|
-
}) =>
|
|
1963
|
+
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.SshuserSshUser[]>;
|
|
1961
1964
|
/** Get an SSHUser. */
|
|
1962
1965
|
sshUserGetSshUser: (conf: {
|
|
1963
1966
|
sshUserId: string;
|
|
@@ -1965,7 +1968,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1965
1968
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1966
1969
|
"x-access-token"?: string | undefined;
|
|
1967
1970
|
} | undefined;
|
|
1968
|
-
}) =>
|
|
1971
|
+
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1969
1972
|
active?: boolean | undefined;
|
|
1970
1973
|
authUpdatedAt: string;
|
|
1971
1974
|
createdAt: string;
|
|
@@ -1974,12 +1977,12 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1974
1977
|
hasPassword: boolean;
|
|
1975
1978
|
id: string;
|
|
1976
1979
|
projectId: string;
|
|
1977
|
-
publicKeys?:
|
|
1980
|
+
publicKeys?: MittwaldAPIV2.Components.Schemas.SshuserPublicKey[] | undefined;
|
|
1978
1981
|
updatedAt?: string | undefined;
|
|
1979
1982
|
userName: string;
|
|
1980
1983
|
}>;
|
|
1981
1984
|
};
|
|
1982
|
-
|
|
1985
|
+
declare class MittwaldAPIV2ClientReact {
|
|
1983
1986
|
/** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
|
|
1984
1987
|
readonly app: ReturnType<typeof buildAppApi>;
|
|
1985
1988
|
/** The article API allows you to read article information. */
|
|
@@ -2017,3 +2020,5 @@ export declare class MittwaldAPIV2ClientReact {
|
|
|
2017
2020
|
private constructor();
|
|
2018
2021
|
static fromBaseClient(baseClient: MittwaldAPIV2Client): MittwaldAPIV2ClientReact;
|
|
2019
2022
|
}
|
|
2023
|
+
|
|
2024
|
+
export { MittwaldAPIV2ClientReact };
|