@mittwald/api-client 4.405.1 → 4.406.0
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/esm/generated/v3-next/client.js +2 -2
- package/dist/esm/generated/v3-next/descriptors.js +478 -478
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +1 -0
- package/dist/types/generated/v2/client.d.ts +3 -0
- package/dist/types/generated/v2/types.d.ts +1 -0
- package/dist/types/generated/v3-next/client-react.d.ts +351 -350
- package/dist/types/generated/v3-next/client.d.ts +1171 -1168
- package/dist/types/generated/v3-next/descriptors.d.ts +474 -474
- package/dist/types/generated/v3-next/types.d.ts +2209 -2284
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -7,7 +7,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
7
7
|
headers?: {
|
|
8
8
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
9
9
|
} | undefined;
|
|
10
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
10
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingKey[]>;
|
|
11
11
|
/** Get a key of a customer. */
|
|
12
12
|
customerGetKey: (conf: {
|
|
13
13
|
customerId: string;
|
|
@@ -16,7 +16,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
16
16
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17
17
|
} | undefined;
|
|
18
18
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
19
|
-
containerMeta?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
19
|
+
containerMeta?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingContainerMeta | undefined;
|
|
20
20
|
customerId?: string | undefined;
|
|
21
21
|
isBlocked: boolean;
|
|
22
22
|
key: string;
|
|
@@ -24,8 +24,8 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
24
24
|
models: string[];
|
|
25
25
|
name: string;
|
|
26
26
|
projectId?: string | undefined;
|
|
27
|
-
rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
28
|
-
tokenUsage: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
27
|
+
rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
|
|
28
|
+
tokenUsage: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingTokenUsage;
|
|
29
29
|
}>;
|
|
30
30
|
/** Get a list of currently active models. */
|
|
31
31
|
customerGetDetailedModels: (conf: {
|
|
@@ -33,7 +33,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
33
33
|
headers?: {
|
|
34
34
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
35
35
|
} | undefined;
|
|
36
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
36
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerDetailedModel[]>;
|
|
37
37
|
/** Get ai hosting plan and usages of a customer. */
|
|
38
38
|
customerGetUsage: (conf: {
|
|
39
39
|
customerId: string;
|
|
@@ -47,11 +47,11 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
47
47
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
48
48
|
customerId: string;
|
|
49
49
|
deletedAt?: string | undefined;
|
|
50
|
-
keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
50
|
+
keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
|
|
51
51
|
modelTermsApprovalRequired: boolean;
|
|
52
52
|
nextTokenReset: string;
|
|
53
|
-
rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
54
|
-
tokens: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
53
|
+
rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
|
|
54
|
+
tokens: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsageBig;
|
|
55
55
|
topUsages?: {
|
|
56
56
|
keyId?: string;
|
|
57
57
|
name: string;
|
|
@@ -64,14 +64,14 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
64
64
|
headers?: {
|
|
65
65
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
66
66
|
} | undefined;
|
|
67
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
67
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingModel[]>;
|
|
68
68
|
/** Get a list of keys of a project. */
|
|
69
69
|
projectGetKeys: (conf: {
|
|
70
70
|
projectId: string;
|
|
71
71
|
headers?: {
|
|
72
72
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
73
73
|
} | undefined;
|
|
74
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
74
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingKey[]>;
|
|
75
75
|
/** Get a key of a project. */
|
|
76
76
|
projectGetKey: (conf: {
|
|
77
77
|
projectId: string;
|
|
@@ -80,7 +80,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
80
80
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
81
81
|
} | undefined;
|
|
82
82
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
83
|
-
containerMeta?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
83
|
+
containerMeta?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingContainerMeta | undefined;
|
|
84
84
|
customerId?: string | undefined;
|
|
85
85
|
isBlocked: boolean;
|
|
86
86
|
key: string;
|
|
@@ -88,8 +88,8 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
88
88
|
models: string[];
|
|
89
89
|
name: string;
|
|
90
90
|
projectId?: string | undefined;
|
|
91
|
-
rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
92
|
-
tokenUsage: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
91
|
+
rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
|
|
92
|
+
tokenUsage: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingTokenUsage;
|
|
93
93
|
}>;
|
|
94
94
|
/** Get a list of currently active models. */
|
|
95
95
|
projectGetDetailedModels: (conf: {
|
|
@@ -97,7 +97,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
97
97
|
headers?: {
|
|
98
98
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
99
99
|
} | undefined;
|
|
100
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
100
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectDetailedModel[]>;
|
|
101
101
|
/** Get ai hosting plan and usages of a project. Same as the customer route, but less details. */
|
|
102
102
|
projectGetUsage: (conf: {
|
|
103
103
|
projectId: string;
|
|
@@ -105,7 +105,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
105
105
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
106
106
|
} | undefined;
|
|
107
107
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
108
|
-
keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
108
|
+
keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
|
|
109
109
|
modelTermsApprovalRequired: boolean;
|
|
110
110
|
nextTokenReset?: string | undefined;
|
|
111
111
|
projectId: string;
|
|
@@ -120,7 +120,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
120
120
|
"x-access-token"?: string | undefined;
|
|
121
121
|
} | undefined;
|
|
122
122
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
123
|
-
actionCapabilities?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
123
|
+
actionCapabilities?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppActionCapabilities | undefined;
|
|
124
124
|
id: string;
|
|
125
125
|
name: string;
|
|
126
126
|
tags: string[];
|
|
@@ -136,7 +136,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
136
136
|
appExternalVersion: string;
|
|
137
137
|
appId: string;
|
|
138
138
|
appName: string;
|
|
139
|
-
appVersion: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
139
|
+
appVersion: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppVersionStatus;
|
|
140
140
|
createdAt: string;
|
|
141
141
|
customDocumentRoot?: string | undefined;
|
|
142
142
|
deletionRequested?: boolean | undefined;
|
|
@@ -146,11 +146,11 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
146
146
|
id: string;
|
|
147
147
|
installationPath: string;
|
|
148
148
|
lastError?: string | undefined;
|
|
149
|
-
linkedDatabases: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
149
|
+
linkedDatabases: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppLinkedDatabase[];
|
|
150
150
|
lockedBy?: {
|
|
151
|
-
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
151
|
+
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppLockPurpose;
|
|
152
152
|
} | undefined;
|
|
153
|
-
phase: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
153
|
+
phase: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppPhase;
|
|
154
154
|
ports?: {
|
|
155
155
|
name?: string;
|
|
156
156
|
port?: number;
|
|
@@ -160,10 +160,10 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
160
160
|
screenshotId?: string | undefined;
|
|
161
161
|
screenshotRef?: string | undefined;
|
|
162
162
|
shortId: string;
|
|
163
|
-
systemSoftware: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
163
|
+
systemSoftware: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppInstalledSystemSoftware[];
|
|
164
164
|
updateAvailable: boolean;
|
|
165
|
-
updatePolicy: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
166
|
-
userInputs: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
165
|
+
updatePolicy: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppUpdatePolicy;
|
|
166
|
+
userInputs: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSavedUserInput[];
|
|
167
167
|
}>;
|
|
168
168
|
/** Get an AppVersion. */
|
|
169
169
|
getAppversion: (conf: {
|
|
@@ -176,18 +176,18 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
176
176
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
177
177
|
appId: string;
|
|
178
178
|
backendPathTemplate?: string | undefined;
|
|
179
|
-
breakingNote?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
180
|
-
databases?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
181
|
-
defaultCronjobs?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
179
|
+
breakingNote?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppBreakingNote | undefined;
|
|
180
|
+
databases?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppDatabaseDependency[] | undefined;
|
|
181
|
+
defaultCronjobs?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppDefaultCronjob[] | undefined;
|
|
182
182
|
docRoot: string;
|
|
183
183
|
docRootUserEditable: boolean;
|
|
184
184
|
externalVersion: string;
|
|
185
185
|
id: string;
|
|
186
186
|
internalVersion: string;
|
|
187
187
|
recommended?: boolean | undefined;
|
|
188
|
-
requestHandler?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
189
|
-
systemSoftwareDependencies?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
190
|
-
userInputs?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
188
|
+
requestHandler?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppRequestHandlerRequirement | undefined;
|
|
189
|
+
systemSoftwareDependencies?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftwareDependency[] | undefined;
|
|
190
|
+
userInputs?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppUserInput[] | undefined;
|
|
191
191
|
}>;
|
|
192
192
|
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
193
193
|
getInstalledSystemsoftwareForAppinstallation: (conf: {
|
|
@@ -200,7 +200,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
200
200
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
201
201
|
tagFilter?: string | undefined;
|
|
202
202
|
} | undefined;
|
|
203
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
203
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware[]>;
|
|
204
204
|
/** Get the missing requirements of an appInstallation for a specific target AppVersion. */
|
|
205
205
|
getMissingDependenciesForAppinstallation: (conf: {
|
|
206
206
|
queryParameters: {
|
|
@@ -213,8 +213,8 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
213
213
|
"x-access-token"?: string | undefined;
|
|
214
214
|
} | undefined;
|
|
215
215
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
216
|
-
missingSystemSoftwareDependencies?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
217
|
-
missingUserInputs?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
216
|
+
missingSystemSoftwareDependencies?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftwareDependency[] | undefined;
|
|
217
|
+
missingUserInputs?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppUserInput[] | undefined;
|
|
218
218
|
}>;
|
|
219
219
|
/** Get a SystemSoftware. */
|
|
220
220
|
getSystemsoftware: (conf: {
|
|
@@ -242,12 +242,12 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
242
242
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
243
243
|
expiryDate?: string | undefined;
|
|
244
244
|
externalVersion: string;
|
|
245
|
-
fee?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
245
|
+
fee?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldFeeFeeStrategy | undefined;
|
|
246
246
|
id: string;
|
|
247
247
|
internalVersion: string;
|
|
248
248
|
recommended?: boolean | undefined;
|
|
249
|
-
systemSoftwareDependencies?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
250
|
-
userInputs?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
249
|
+
systemSoftwareDependencies?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftwareDependency[] | undefined;
|
|
250
|
+
userInputs?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppUserInput[] | undefined;
|
|
251
251
|
}>;
|
|
252
252
|
/** List AppInstallations that a user has access to. */
|
|
253
253
|
listAppinstallationsForUser: (conf?: {
|
|
@@ -259,12 +259,12 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
259
259
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
260
260
|
appIds?: string[] | undefined;
|
|
261
261
|
searchTerm?: string | undefined;
|
|
262
|
-
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
262
|
+
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppInstallationSortOrder | undefined;
|
|
263
263
|
limit?: number | undefined;
|
|
264
264
|
skip?: number | undefined;
|
|
265
265
|
page?: number | undefined;
|
|
266
266
|
} | undefined;
|
|
267
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
267
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppInstallation[]>;
|
|
268
268
|
/** List AppInstallations belonging to a Project. */
|
|
269
269
|
listAppinstallations: (conf: {
|
|
270
270
|
projectId: string;
|
|
@@ -276,12 +276,12 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
276
276
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
277
277
|
appIds?: string[] | undefined;
|
|
278
278
|
searchTerm?: string | undefined;
|
|
279
|
-
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
279
|
+
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppInstallationSortOrder | undefined;
|
|
280
280
|
limit?: number | undefined;
|
|
281
281
|
skip?: number | undefined;
|
|
282
282
|
page?: number | undefined;
|
|
283
283
|
} | undefined;
|
|
284
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
284
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppInstallation[]>;
|
|
285
285
|
/** List Apps. */
|
|
286
286
|
listApps: (conf?: {
|
|
287
287
|
headers?: {
|
|
@@ -293,7 +293,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
293
293
|
skip?: number | undefined;
|
|
294
294
|
page?: number | undefined;
|
|
295
295
|
} | undefined;
|
|
296
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
296
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppApp[]>;
|
|
297
297
|
/** List AppVersions belonging to an App. */
|
|
298
298
|
listAppversions: (conf: {
|
|
299
299
|
appId: string;
|
|
@@ -306,7 +306,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
306
306
|
versionRange?: string | undefined;
|
|
307
307
|
recommended?: boolean | undefined;
|
|
308
308
|
} | undefined;
|
|
309
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
309
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppVersion[]>;
|
|
310
310
|
/** List SystemSoftwares. */
|
|
311
311
|
listSystemsoftwares: (conf?: {
|
|
312
312
|
headers?: {
|
|
@@ -319,7 +319,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
319
319
|
skip?: number | undefined;
|
|
320
320
|
page?: number | undefined;
|
|
321
321
|
} | undefined;
|
|
322
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
322
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware[]>;
|
|
323
323
|
/** List SystemSoftwareVersions belonging to a SystemSoftware. */
|
|
324
324
|
listSystemsoftwareversions: (conf: {
|
|
325
325
|
systemSoftwareId: string;
|
|
@@ -332,7 +332,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
332
332
|
versionRange?: string | undefined;
|
|
333
333
|
recommended?: boolean | undefined;
|
|
334
334
|
} | undefined;
|
|
335
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
335
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftwareVersion[]>;
|
|
336
336
|
/** List update candidates belonging to an AppVersion. */
|
|
337
337
|
listUpdateCandidatesForAppversion: (conf: {
|
|
338
338
|
appId: string;
|
|
@@ -345,7 +345,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
345
345
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
346
346
|
onlyRecommended?: boolean | undefined;
|
|
347
347
|
} | undefined;
|
|
348
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
348
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppVersion[]>;
|
|
349
349
|
/** Get runtime status belonging to an AppInstallation. */
|
|
350
350
|
retrieveStatus: (conf: {
|
|
351
351
|
appInstallationId: string;
|
|
@@ -371,9 +371,9 @@ declare const buildArticleApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
371
371
|
customerId?: string | undefined;
|
|
372
372
|
} | undefined;
|
|
373
373
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
374
|
-
addons?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
374
|
+
addons?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldArticleArticleAddons[] | undefined;
|
|
375
375
|
articleId: string;
|
|
376
|
-
attributes?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
376
|
+
attributes?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldArticleArticleAttributes[] | undefined;
|
|
377
377
|
balanceAddonKey?: string | undefined;
|
|
378
378
|
contractDurationInMonth: number;
|
|
379
379
|
description?: string | undefined;
|
|
@@ -385,13 +385,13 @@ declare const buildArticleApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
385
385
|
memory: string;
|
|
386
386
|
name: string;
|
|
387
387
|
} | undefined;
|
|
388
|
-
modifierArticles?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
388
|
+
modifierArticles?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldArticleReadableModifierArticleOptions[] | undefined;
|
|
389
389
|
name: string;
|
|
390
390
|
orderable: "full" | "forbidden" | "internal" | "beta_testing" | "deprecated";
|
|
391
|
-
possibleArticleChanges?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
391
|
+
possibleArticleChanges?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldArticleReadableChangeArticleOptions[] | undefined;
|
|
392
392
|
price?: number | undefined;
|
|
393
|
-
tags?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
394
|
-
template: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
393
|
+
tags?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldArticleArticleTag[] | undefined;
|
|
394
|
+
template: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldArticleArticleTemplate;
|
|
395
395
|
}>;
|
|
396
396
|
/** List Articles. */
|
|
397
397
|
listArticles: (conf?: {
|
|
@@ -410,7 +410,7 @@ declare const buildArticleApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
410
410
|
skip?: number | undefined;
|
|
411
411
|
page?: number | undefined;
|
|
412
412
|
} | undefined;
|
|
413
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
413
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldArticleReadableArticle[]>;
|
|
414
414
|
};
|
|
415
415
|
declare const buildBackupApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
416
416
|
/** List BackupSchedules belonging to a Project. */
|
|
@@ -420,7 +420,7 @@ declare const buildBackupApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
420
420
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
421
421
|
"x-access-token"?: string | undefined;
|
|
422
422
|
} | undefined;
|
|
423
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
423
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldBackupProjectBackupSchedule[]>;
|
|
424
424
|
/** List Backups belonging to a Project. */
|
|
425
425
|
listProjectBackups: (conf: {
|
|
426
426
|
projectId: string;
|
|
@@ -432,14 +432,14 @@ declare const buildBackupApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
432
432
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
433
433
|
searchTerm?: string | undefined;
|
|
434
434
|
withExportsOnly?: boolean | undefined;
|
|
435
|
-
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
435
|
+
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldBackupBackupSortOrder | undefined;
|
|
436
436
|
runningRestoresOnly?: boolean | undefined;
|
|
437
437
|
runningBackupsOnly?: boolean | undefined;
|
|
438
438
|
limit?: number | undefined;
|
|
439
439
|
skip?: number | undefined;
|
|
440
440
|
page?: number | undefined;
|
|
441
441
|
} | undefined;
|
|
442
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
442
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldBackupProjectBackup[]>;
|
|
443
443
|
/** Get a ProjectBackupSchedule. */
|
|
444
444
|
getProjectBackupSchedule: (conf: {
|
|
445
445
|
projectBackupScheduleId: string;
|
|
@@ -469,13 +469,13 @@ declare const buildBackupApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
469
469
|
deletable: boolean;
|
|
470
470
|
description?: string | undefined;
|
|
471
471
|
expiresAt?: string | undefined;
|
|
472
|
-
export?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
472
|
+
export?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldBackupProjectBackupExport | undefined;
|
|
473
473
|
id: string;
|
|
474
474
|
parentId?: string | undefined;
|
|
475
475
|
projectId: string;
|
|
476
476
|
requestedAt: string;
|
|
477
|
-
restore?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
478
|
-
restorePath?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
477
|
+
restore?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldBackupProjectBackupRestore | undefined;
|
|
478
|
+
restorePath?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldBackupProjectBackupRestorePathDeprecated | undefined;
|
|
479
479
|
status: string;
|
|
480
480
|
}>;
|
|
481
481
|
/** List database dump's for a ProjectBackup. */
|
|
@@ -505,7 +505,7 @@ declare const buildBackupApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
505
505
|
isExecutable?: boolean | undefined;
|
|
506
506
|
isFile?: boolean | undefined;
|
|
507
507
|
isSymlink?: boolean | undefined;
|
|
508
|
-
items?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
508
|
+
items?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldBackupProjectBackupPath[] | undefined;
|
|
509
509
|
name: string;
|
|
510
510
|
size: number;
|
|
511
511
|
target?: string | undefined;
|
|
@@ -537,7 +537,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
537
537
|
skip?: number | undefined;
|
|
538
538
|
page?: number | undefined;
|
|
539
539
|
} | undefined;
|
|
540
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
540
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerRegistry[]>;
|
|
541
541
|
/** List Stacks belonging to a Project. */
|
|
542
542
|
listStacks: (conf: {
|
|
543
543
|
projectId: string;
|
|
@@ -551,7 +551,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
551
551
|
skip?: number | undefined;
|
|
552
552
|
page?: number | undefined;
|
|
553
553
|
} | undefined;
|
|
554
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
554
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerStackResponse[]>;
|
|
555
555
|
/** Get a Stack. */
|
|
556
556
|
getStack: (conf: {
|
|
557
557
|
stackId: string;
|
|
@@ -565,13 +565,13 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
565
565
|
id: string;
|
|
566
566
|
prefix: string;
|
|
567
567
|
projectId: string;
|
|
568
|
-
services?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
568
|
+
services?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceResponse[] | undefined;
|
|
569
569
|
templateId?: string | undefined;
|
|
570
570
|
updateSchedule?: {
|
|
571
571
|
cron: string;
|
|
572
572
|
timezone?: string;
|
|
573
573
|
} | null | undefined;
|
|
574
|
-
volumes?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
574
|
+
volumes?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerVolumeResponse[] | undefined;
|
|
575
575
|
}>;
|
|
576
576
|
/** Get a Registry. */
|
|
577
577
|
getRegistry: (conf: {
|
|
@@ -581,7 +581,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
581
581
|
"x-access-token"?: string | undefined;
|
|
582
582
|
} | undefined;
|
|
583
583
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
584
|
-
credentials?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
584
|
+
credentials?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerRegistryCredentials | undefined;
|
|
585
585
|
description: string;
|
|
586
586
|
id: string;
|
|
587
587
|
projectId: string;
|
|
@@ -621,15 +621,15 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
621
621
|
command?: string[] | undefined;
|
|
622
622
|
digest: string;
|
|
623
623
|
entrypoint?: string[] | undefined;
|
|
624
|
-
env?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
625
|
-
exposedPorts?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
624
|
+
env?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerContainerImageConfigEnv[] | undefined;
|
|
625
|
+
exposedPorts?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerContainerImageConfigExposedPort[] | undefined;
|
|
626
626
|
hasAiGeneratedData: boolean;
|
|
627
627
|
isAiAvailable: boolean;
|
|
628
628
|
isUserRoot: boolean;
|
|
629
629
|
overwritingUser?: number | undefined;
|
|
630
630
|
user: string;
|
|
631
631
|
userId: number;
|
|
632
|
-
volumes?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
632
|
+
volumes?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerContainerImageConfigVolume[] | undefined;
|
|
633
633
|
}>;
|
|
634
634
|
/** Get logs belonging to a Service. */
|
|
635
635
|
getServiceLogs: (conf: {
|
|
@@ -653,19 +653,19 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
653
653
|
"x-access-token"?: string | undefined;
|
|
654
654
|
} | undefined;
|
|
655
655
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
656
|
-
deploy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
657
|
-
deployedState: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
656
|
+
deploy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerDeploy | undefined;
|
|
657
|
+
deployedState: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceState;
|
|
658
658
|
description: string;
|
|
659
659
|
id: string;
|
|
660
660
|
message?: string | undefined;
|
|
661
|
-
pendingState: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
661
|
+
pendingState: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceState;
|
|
662
662
|
projectId: string;
|
|
663
663
|
requiresRecreate: boolean;
|
|
664
664
|
restartPolicy?: "no" | "always" | "on-failure" | "unless-stopped" | undefined;
|
|
665
665
|
serviceName: string;
|
|
666
666
|
shortId: string;
|
|
667
667
|
stackId: string;
|
|
668
|
-
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
668
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceStatus;
|
|
669
669
|
statusSetAt: string;
|
|
670
670
|
}>;
|
|
671
671
|
/** Get a Container Template icon. */
|
|
@@ -683,7 +683,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
683
683
|
} | undefined;
|
|
684
684
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
685
685
|
categories: string[];
|
|
686
|
-
description: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
686
|
+
description: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
687
687
|
developer: string;
|
|
688
688
|
domains?: {
|
|
689
689
|
port: string;
|
|
@@ -693,14 +693,14 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
693
693
|
}[] | undefined;
|
|
694
694
|
help?: {
|
|
695
695
|
alerts?: {
|
|
696
|
-
content: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
697
|
-
heading: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
698
|
-
link?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
699
|
-
linkText?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
696
|
+
content: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
697
|
+
heading: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
698
|
+
link?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
699
|
+
linkText?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
700
700
|
status: string;
|
|
701
701
|
}[];
|
|
702
702
|
technicalDetails?: {
|
|
703
|
-
key: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
703
|
+
key: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
704
704
|
value: string;
|
|
705
705
|
}[];
|
|
706
706
|
} | undefined;
|
|
@@ -711,14 +711,14 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
711
711
|
name: string;
|
|
712
712
|
} | undefined;
|
|
713
713
|
manifestVersion: string;
|
|
714
|
-
name: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
714
|
+
name: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
715
715
|
repository?: string | undefined;
|
|
716
716
|
supportLink?: string | undefined;
|
|
717
|
-
tagline: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
717
|
+
tagline: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
718
718
|
userInputs?: {
|
|
719
719
|
dataSource?: string;
|
|
720
720
|
defaultValue?: string;
|
|
721
|
-
label?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
721
|
+
label?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
722
722
|
name: string;
|
|
723
723
|
required: boolean;
|
|
724
724
|
validationSchema?: string;
|
|
@@ -739,7 +739,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
739
739
|
skip?: number | undefined;
|
|
740
740
|
page?: number | undefined;
|
|
741
741
|
} | undefined;
|
|
742
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
742
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerStackResponse[]>;
|
|
743
743
|
/** List Services belonging to a Project. */
|
|
744
744
|
listServices: (conf: {
|
|
745
745
|
projectId: string;
|
|
@@ -750,15 +750,15 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
750
750
|
queryParameters?: {
|
|
751
751
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
752
752
|
stackId?: string | undefined;
|
|
753
|
-
status?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
753
|
+
status?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceStatus | undefined;
|
|
754
754
|
requiresRecreate?: boolean | undefined;
|
|
755
755
|
searchTerm?: string | undefined;
|
|
756
|
-
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
756
|
+
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceSortOrder | undefined;
|
|
757
757
|
limit?: number | undefined;
|
|
758
758
|
skip?: number | undefined;
|
|
759
759
|
page?: number | undefined;
|
|
760
760
|
} | undefined;
|
|
761
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
761
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceResponse[]>;
|
|
762
762
|
/** List Volumes belonging to a Stack. */
|
|
763
763
|
listStackVolumes: (conf: {
|
|
764
764
|
stackId: string;
|
|
@@ -769,12 +769,12 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
769
769
|
queryParameters?: {
|
|
770
770
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
771
771
|
searchTerm?: string | undefined;
|
|
772
|
-
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
772
|
+
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerVolumeSortOrder | undefined;
|
|
773
773
|
limit?: number | undefined;
|
|
774
774
|
skip?: number | undefined;
|
|
775
775
|
page?: number | undefined;
|
|
776
776
|
} | undefined;
|
|
777
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
777
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerVolumeResponse[]>;
|
|
778
778
|
/** List Container Templates. */
|
|
779
779
|
listTemplates: (conf?: {
|
|
780
780
|
headers?: {
|
|
@@ -789,7 +789,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
789
789
|
skip?: number | undefined;
|
|
790
790
|
page?: number | undefined;
|
|
791
791
|
} | undefined;
|
|
792
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
792
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplate[]>;
|
|
793
793
|
/** List Volumes belonging to a Project. */
|
|
794
794
|
listVolumes: (conf: {
|
|
795
795
|
projectId: string;
|
|
@@ -801,12 +801,12 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
801
801
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
802
802
|
stackId?: string | undefined;
|
|
803
803
|
searchTerm?: string | undefined;
|
|
804
|
-
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
804
|
+
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerVolumeSortOrder | undefined;
|
|
805
805
|
limit?: number | undefined;
|
|
806
806
|
skip?: number | undefined;
|
|
807
807
|
page?: number | undefined;
|
|
808
808
|
} | undefined;
|
|
809
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
809
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerVolumeResponse[]>;
|
|
810
810
|
};
|
|
811
811
|
declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
812
812
|
/** Return the BaseItem of the Contract with the given ID. */
|
|
@@ -818,8 +818,8 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
818
818
|
} | undefined;
|
|
819
819
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
820
820
|
activationDate?: string | undefined;
|
|
821
|
-
aggregateReference?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
822
|
-
articles: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
821
|
+
aggregateReference?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractAggregateReference | undefined;
|
|
822
|
+
articles: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractArticle[];
|
|
823
823
|
contractPeriod: number;
|
|
824
824
|
description: string;
|
|
825
825
|
freeTrialDays?: number | undefined;
|
|
@@ -837,9 +837,9 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
837
837
|
orderDate?: string | undefined;
|
|
838
838
|
orderId?: string | undefined;
|
|
839
839
|
replacedByItem?: string | undefined;
|
|
840
|
-
tariffChange?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
841
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
842
|
-
totalPrice: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
840
|
+
tariffChange?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTariffChange | undefined;
|
|
841
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
842
|
+
totalPrice: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractPrice;
|
|
843
843
|
}>;
|
|
844
844
|
/** Return the AI Hosting Contract for the given Customer. */
|
|
845
845
|
getDetailOfContractByAiHosting: (conf: {
|
|
@@ -849,12 +849,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
849
849
|
"x-access-token"?: string | undefined;
|
|
850
850
|
} | undefined;
|
|
851
851
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
852
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
853
|
-
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
852
|
+
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem[] | undefined;
|
|
853
|
+
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
|
|
854
854
|
contractId: string;
|
|
855
855
|
contractNumber: string;
|
|
856
856
|
customerId: string;
|
|
857
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
857
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
858
858
|
}>;
|
|
859
859
|
/** Return the Contract for the given Certificate. */
|
|
860
860
|
getDetailOfContractByCertificate: (conf: {
|
|
@@ -864,12 +864,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
864
864
|
"x-access-token"?: string | undefined;
|
|
865
865
|
} | undefined;
|
|
866
866
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
867
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
868
|
-
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
867
|
+
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem[] | undefined;
|
|
868
|
+
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
|
|
869
869
|
contractId: string;
|
|
870
870
|
contractNumber: string;
|
|
871
871
|
customerId: string;
|
|
872
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
872
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
873
873
|
}>;
|
|
874
874
|
/** Return the Contract for the given Domain. */
|
|
875
875
|
getDetailOfContractByDomain: (conf: {
|
|
@@ -879,12 +879,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
879
879
|
"x-access-token"?: string | undefined;
|
|
880
880
|
} | undefined;
|
|
881
881
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
882
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
883
|
-
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
882
|
+
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem[] | undefined;
|
|
883
|
+
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
|
|
884
884
|
contractId: string;
|
|
885
885
|
contractNumber: string;
|
|
886
886
|
customerId: string;
|
|
887
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
887
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
888
888
|
}>;
|
|
889
889
|
/** Return the Contract for the given LeadFyndrProfile. */
|
|
890
890
|
getDetailOfContractByLeadFyndr: (conf: {
|
|
@@ -894,12 +894,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
894
894
|
"x-access-token"?: string | undefined;
|
|
895
895
|
} | undefined;
|
|
896
896
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
897
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
898
|
-
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
897
|
+
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem[] | undefined;
|
|
898
|
+
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
|
|
899
899
|
contractId: string;
|
|
900
900
|
contractNumber: string;
|
|
901
901
|
customerId: string;
|
|
902
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
902
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
903
903
|
}>;
|
|
904
904
|
/** Return the Contract for the given License. */
|
|
905
905
|
getDetailOfContractByLicense: (conf: {
|
|
@@ -909,12 +909,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
909
909
|
"x-access-token"?: string | undefined;
|
|
910
910
|
} | undefined;
|
|
911
911
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
912
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
913
|
-
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
912
|
+
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem[] | undefined;
|
|
913
|
+
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
|
|
914
914
|
contractId: string;
|
|
915
915
|
contractNumber: string;
|
|
916
916
|
customerId: string;
|
|
917
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
917
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
918
918
|
}>;
|
|
919
919
|
/** Return the Contract for the given Mail Address. */
|
|
920
920
|
getDetailOfContractByMailAddress: (conf: {
|
|
@@ -924,12 +924,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
924
924
|
"x-access-token"?: string | undefined;
|
|
925
925
|
} | undefined;
|
|
926
926
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
927
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
928
|
-
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
927
|
+
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem[] | undefined;
|
|
928
|
+
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
|
|
929
929
|
contractId: string;
|
|
930
930
|
contractNumber: string;
|
|
931
931
|
customerId: string;
|
|
932
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
932
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
933
933
|
}>;
|
|
934
934
|
/** Return the Contract for the given Project. */
|
|
935
935
|
getDetailOfContractByProject: (conf: {
|
|
@@ -939,12 +939,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
939
939
|
"x-access-token"?: string | undefined;
|
|
940
940
|
} | undefined;
|
|
941
941
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
942
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
943
|
-
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
942
|
+
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem[] | undefined;
|
|
943
|
+
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
|
|
944
944
|
contractId: string;
|
|
945
945
|
contractNumber: string;
|
|
946
946
|
customerId: string;
|
|
947
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
947
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
948
948
|
}>;
|
|
949
949
|
/** Return the Contract for the given Server. */
|
|
950
950
|
getDetailOfContractByServer: (conf: {
|
|
@@ -954,12 +954,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
954
954
|
"x-access-token"?: string | undefined;
|
|
955
955
|
} | undefined;
|
|
956
956
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
957
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
958
|
-
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
957
|
+
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem[] | undefined;
|
|
958
|
+
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
|
|
959
959
|
contractId: string;
|
|
960
960
|
contractNumber: string;
|
|
961
961
|
customerId: string;
|
|
962
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
962
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
963
963
|
}>;
|
|
964
964
|
/** Get the ContractItem with the given ID. */
|
|
965
965
|
getDetailOfContractItem: (conf: {
|
|
@@ -971,8 +971,8 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
971
971
|
} | undefined;
|
|
972
972
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
973
973
|
activationDate?: string | undefined;
|
|
974
|
-
aggregateReference?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
975
|
-
articles: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
974
|
+
aggregateReference?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractAggregateReference | undefined;
|
|
975
|
+
articles: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractArticle[];
|
|
976
976
|
contractPeriod: number;
|
|
977
977
|
description: string;
|
|
978
978
|
freeTrialDays?: number | undefined;
|
|
@@ -990,9 +990,9 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
990
990
|
orderDate?: string | undefined;
|
|
991
991
|
orderId?: string | undefined;
|
|
992
992
|
replacedByItem?: string | undefined;
|
|
993
|
-
tariffChange?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
994
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
995
|
-
totalPrice: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
993
|
+
tariffChange?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTariffChange | undefined;
|
|
994
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
995
|
+
totalPrice: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractPrice;
|
|
996
996
|
}>;
|
|
997
997
|
/** Returns the Contract with the given ID. */
|
|
998
998
|
getDetailOfContract: (conf: {
|
|
@@ -1002,12 +1002,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1002
1002
|
"x-access-token"?: string | undefined;
|
|
1003
1003
|
} | undefined;
|
|
1004
1004
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1005
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1006
|
-
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1005
|
+
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem[] | undefined;
|
|
1006
|
+
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
|
|
1007
1007
|
contractId: string;
|
|
1008
1008
|
contractNumber: string;
|
|
1009
1009
|
customerId: string;
|
|
1010
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1010
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
1011
1011
|
}>;
|
|
1012
1012
|
/** Return a list of Contracts for the given Customer. */
|
|
1013
1013
|
listContracts: (conf: {
|
|
@@ -1022,7 +1022,7 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1022
1022
|
skip?: number | undefined;
|
|
1023
1023
|
page?: number | undefined;
|
|
1024
1024
|
} | undefined;
|
|
1025
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1025
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContract[]>;
|
|
1026
1026
|
/** Get details of an Invoice. */
|
|
1027
1027
|
invoiceDetail: (conf: {
|
|
1028
1028
|
invoiceId: string;
|
|
@@ -1032,7 +1032,7 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1032
1032
|
} | undefined;
|
|
1033
1033
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1034
1034
|
amountPaid: number;
|
|
1035
|
-
cancellation?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1035
|
+
cancellation?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoiceCancellation | undefined;
|
|
1036
1036
|
cancellationOf?: string | undefined;
|
|
1037
1037
|
currency: string;
|
|
1038
1038
|
customerId: string;
|
|
@@ -1040,14 +1040,14 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1040
1040
|
groups: {
|
|
1041
1041
|
contractId?: string;
|
|
1042
1042
|
description?: string;
|
|
1043
|
-
items: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1043
|
+
items: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoiceInvoiceItem[];
|
|
1044
1044
|
}[];
|
|
1045
1045
|
id: string;
|
|
1046
1046
|
invoiceNumber: string;
|
|
1047
1047
|
invoiceType: "REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION";
|
|
1048
|
-
paymentSettings?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1048
|
+
paymentSettings?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoicePaymentSettings | undefined;
|
|
1049
1049
|
pdfId: string;
|
|
1050
|
-
recipient: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1050
|
+
recipient: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoiceRecipient;
|
|
1051
1051
|
reissuedBy?: string | undefined;
|
|
1052
1052
|
status: "NEW" | "CONFIRMED" | "DENIED" | "PAID" | "PARTIALLY_PAID" | "OVERPAID";
|
|
1053
1053
|
totalGross: number;
|
|
@@ -1066,12 +1066,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1066
1066
|
debitPaymentStopUntil?: string | undefined;
|
|
1067
1067
|
id: string;
|
|
1068
1068
|
invoicePeriod?: number | undefined;
|
|
1069
|
-
lastBankingInformation?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1070
|
-
paymentSettings?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1069
|
+
lastBankingInformation?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoiceBankingInformation | undefined;
|
|
1070
|
+
paymentSettings?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoicePaymentSettings | undefined;
|
|
1071
1071
|
printedInvoices?: boolean | undefined;
|
|
1072
|
-
recipient?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1072
|
+
recipient?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoiceRecipient | undefined;
|
|
1073
1073
|
recipientSameAsOwner?: boolean | undefined;
|
|
1074
|
-
status?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1074
|
+
status?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoiceInvoiceSettingsStatus[] | undefined;
|
|
1075
1075
|
targetDay?: number | undefined;
|
|
1076
1076
|
}>;
|
|
1077
1077
|
/** Request an Access Token for the Invoice file. */
|
|
@@ -1104,7 +1104,7 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1104
1104
|
sort?: "invoiceNumber"[] | undefined;
|
|
1105
1105
|
order?: ("asc" | "desc")[] | undefined;
|
|
1106
1106
|
} | undefined;
|
|
1107
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1107
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoiceInvoice[]>;
|
|
1108
1108
|
/** Get list of Orders. */
|
|
1109
1109
|
orderListOrders: (conf?: {
|
|
1110
1110
|
headers?: {
|
|
@@ -1113,15 +1113,15 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1113
1113
|
} | undefined;
|
|
1114
1114
|
queryParameters?: {
|
|
1115
1115
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1116
|
-
includesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1117
|
-
excludesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1116
|
+
includesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderStatus[] | undefined;
|
|
1117
|
+
excludesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderStatus[] | undefined;
|
|
1118
1118
|
templateNames?: string[] | undefined;
|
|
1119
|
-
types?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1119
|
+
types?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderType[] | undefined;
|
|
1120
1120
|
limit?: number | undefined;
|
|
1121
1121
|
skip?: number | undefined;
|
|
1122
1122
|
page?: number | undefined;
|
|
1123
1123
|
} | undefined;
|
|
1124
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1124
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderCustomerOrder[]>;
|
|
1125
1125
|
/** Get Order for Customer. */
|
|
1126
1126
|
orderGetOrder: (conf: {
|
|
1127
1127
|
orderId: string;
|
|
@@ -1134,14 +1134,14 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1134
1134
|
customerId: string;
|
|
1135
1135
|
dueDate?: string | undefined;
|
|
1136
1136
|
invoicingPeriod: number;
|
|
1137
|
-
items: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1137
|
+
items: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderItem[];
|
|
1138
1138
|
orderDate?: string | undefined;
|
|
1139
1139
|
orderId: string;
|
|
1140
1140
|
orderNumber: string;
|
|
1141
|
-
profile?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1142
|
-
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1143
|
-
summary: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1144
|
-
type: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1141
|
+
profile?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderProfile | undefined;
|
|
1142
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderStatus;
|
|
1143
|
+
summary: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderSummary;
|
|
1144
|
+
type: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderType;
|
|
1145
1145
|
}>;
|
|
1146
1146
|
/** Get list of Orders of a Customer. */
|
|
1147
1147
|
orderListCustomerOrders: (conf: {
|
|
@@ -1155,11 +1155,11 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1155
1155
|
limit?: number | undefined;
|
|
1156
1156
|
skip?: number | undefined;
|
|
1157
1157
|
page?: number | undefined;
|
|
1158
|
-
includesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1159
|
-
excludesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1158
|
+
includesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderStatus[] | undefined;
|
|
1159
|
+
excludesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderStatus[] | undefined;
|
|
1160
1160
|
templateNames?: string[] | undefined;
|
|
1161
1161
|
} | undefined;
|
|
1162
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1162
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderCustomerOrder[]>;
|
|
1163
1163
|
/** Get list of Orders of a Project. */
|
|
1164
1164
|
orderListProjectOrders: (conf: {
|
|
1165
1165
|
projectId: string;
|
|
@@ -1172,11 +1172,11 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1172
1172
|
limit?: number | undefined;
|
|
1173
1173
|
skip?: number | undefined;
|
|
1174
1174
|
page?: number | undefined;
|
|
1175
|
-
includesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1176
|
-
excludesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1175
|
+
includesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderStatus[] | undefined;
|
|
1176
|
+
excludesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderStatus[] | undefined;
|
|
1177
1177
|
templateNames?: string[] | undefined;
|
|
1178
1178
|
} | undefined;
|
|
1179
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1179
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderCustomerOrder[]>;
|
|
1180
1180
|
};
|
|
1181
1181
|
declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
1182
1182
|
/** Get a Contributor. */
|
|
@@ -1185,7 +1185,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1185
1185
|
headers?: {
|
|
1186
1186
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1187
1187
|
} | undefined;
|
|
1188
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV3Next.Paths.
|
|
1188
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV3Next.Paths.V3NextContributorsContributorId.Get.Responses.$200.Content.ApplicationJson>>;
|
|
1189
1189
|
/** Get Contributor Billing Information. */
|
|
1190
1190
|
contributorGetBillingInformation: (conf: {
|
|
1191
1191
|
contributorId: string;
|
|
@@ -1231,7 +1231,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1231
1231
|
extensionId?: string | undefined;
|
|
1232
1232
|
extensionInstanceId?: string | undefined;
|
|
1233
1233
|
} | undefined;
|
|
1234
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1234
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContractPartner[]>;
|
|
1235
1235
|
/** List incoming Invoices of a Contributor. */
|
|
1236
1236
|
contributorListIncomingInvoices: (conf: {
|
|
1237
1237
|
contributorId: string;
|
|
@@ -1258,7 +1258,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1258
1258
|
invoiceNumber: string;
|
|
1259
1259
|
invoiceType?: "REGULAR" | "CORRECTION" | "REISSUE" | "CANCELLATION";
|
|
1260
1260
|
pdfId: string;
|
|
1261
|
-
recipient: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1261
|
+
recipient: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoiceRecipient;
|
|
1262
1262
|
totalGross: number;
|
|
1263
1263
|
totalNet: number;
|
|
1264
1264
|
}[]>;
|
|
@@ -1303,7 +1303,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1303
1303
|
variantKey?: string | undefined;
|
|
1304
1304
|
} | undefined;
|
|
1305
1305
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1306
|
-
chargeability: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1306
|
+
chargeability: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionInstanceChargeability;
|
|
1307
1307
|
}>;
|
|
1308
1308
|
/** List ExtensionInstances. */
|
|
1309
1309
|
extensionListExtensionInstances: (conf?: {
|
|
@@ -1313,7 +1313,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1313
1313
|
} | undefined;
|
|
1314
1314
|
queryParameters?: {
|
|
1315
1315
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1316
|
-
context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1316
|
+
context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContext | undefined;
|
|
1317
1317
|
contextId?: string | undefined;
|
|
1318
1318
|
extensionId?: string | undefined;
|
|
1319
1319
|
searchTerm?: string | undefined;
|
|
@@ -1324,7 +1324,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1324
1324
|
sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
|
|
1325
1325
|
order?: ("asc" | "desc")[] | undefined;
|
|
1326
1326
|
} | undefined;
|
|
1327
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1327
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionInstance[]>;
|
|
1328
1328
|
/** Get an ExtensionInstance. */
|
|
1329
1329
|
extensionGetExtensionInstance: (conf: {
|
|
1330
1330
|
extensionInstanceId: string;
|
|
@@ -1338,7 +1338,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1338
1338
|
domain: string;
|
|
1339
1339
|
id: string;
|
|
1340
1340
|
};
|
|
1341
|
-
chargeability: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1341
|
+
chargeability: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionInstanceChargeability;
|
|
1342
1342
|
consentedScopes: string[];
|
|
1343
1343
|
contributorId: string;
|
|
1344
1344
|
contributorName: string;
|
|
@@ -1347,9 +1347,9 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1347
1347
|
extensionDeletionDeadline?: string | undefined;
|
|
1348
1348
|
extensionId: string;
|
|
1349
1349
|
extensionName: string;
|
|
1350
|
-
extensionSubTitle?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1350
|
+
extensionSubTitle?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceSubTitle | undefined;
|
|
1351
1351
|
frontendFragments?: {
|
|
1352
|
-
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1352
|
+
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceFrontendFragment;
|
|
1353
1353
|
} | undefined;
|
|
1354
1354
|
id: string;
|
|
1355
1355
|
nextScheduledWebhookExecution?: string | undefined;
|
|
@@ -1367,46 +1367,46 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1367
1367
|
"x-access-token"?: string | undefined;
|
|
1368
1368
|
} | undefined;
|
|
1369
1369
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1370
|
-
assets: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1371
|
-
backendComponents?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1370
|
+
assets: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionAsset[];
|
|
1371
|
+
backendComponents?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceBackendComponents | undefined;
|
|
1372
1372
|
blocked?: boolean | undefined;
|
|
1373
|
-
context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1373
|
+
context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContext | undefined;
|
|
1374
1374
|
contributorId: string;
|
|
1375
1375
|
deletionDeadline?: string | undefined;
|
|
1376
|
-
deprecation?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1376
|
+
deprecation?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionDeprecation | undefined;
|
|
1377
1377
|
description?: string | undefined;
|
|
1378
|
-
detailedDescriptions?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1378
|
+
detailedDescriptions?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceDetailedDescriptions | undefined;
|
|
1379
1379
|
disabled?: boolean | undefined;
|
|
1380
|
-
externalFrontends?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1381
|
-
frontendComponents?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1380
|
+
externalFrontends?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExternalComponent[] | undefined;
|
|
1381
|
+
frontendComponents?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExternalComponent[] | undefined;
|
|
1382
1382
|
frontendFragments?: {
|
|
1383
|
-
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1383
|
+
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceFrontendFragment;
|
|
1384
1384
|
} | undefined;
|
|
1385
1385
|
functional: boolean;
|
|
1386
1386
|
id: string;
|
|
1387
1387
|
isDeletionScheduled?: boolean | undefined;
|
|
1388
1388
|
logoRefId?: string | undefined;
|
|
1389
1389
|
name: string;
|
|
1390
|
-
pricing?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1391
|
-
pricingDetails?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1390
|
+
pricing?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceMonthlyPricePlanStrategy | undefined;
|
|
1391
|
+
pricingDetails?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplacePricePlanDetails | undefined;
|
|
1392
1392
|
published: boolean;
|
|
1393
1393
|
requestedChanges?: {
|
|
1394
|
-
context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1394
|
+
context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContext;
|
|
1395
1395
|
scopes?: string[];
|
|
1396
|
-
webhookUrls?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1396
|
+
webhookUrls?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceWebhookUrls | {};
|
|
1397
1397
|
} | undefined;
|
|
1398
1398
|
scopes?: string[] | undefined;
|
|
1399
|
-
secrets: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1399
|
+
secrets: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionSecret[];
|
|
1400
1400
|
state?: "enabled" | "blocked" | "disabled" | undefined;
|
|
1401
|
-
statistics: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1402
|
-
subTitle?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1403
|
-
support?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1401
|
+
statistics: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionStatistics;
|
|
1402
|
+
subTitle?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceSubTitle | undefined;
|
|
1403
|
+
support?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceSupportMeta & {
|
|
1404
1404
|
inherited: boolean;
|
|
1405
1405
|
}) | undefined;
|
|
1406
1406
|
tags?: string[] | undefined;
|
|
1407
1407
|
verificationRequested: boolean;
|
|
1408
1408
|
verified: boolean;
|
|
1409
|
-
webhookUrls?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1409
|
+
webhookUrls?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceWebhookUrls | undefined;
|
|
1410
1410
|
}>;
|
|
1411
1411
|
/** Get all open extension orders for given customer */
|
|
1412
1412
|
extensionGetCustomerExtensionInstanceOrders: (conf: {
|
|
@@ -1456,7 +1456,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1456
1456
|
domain: string;
|
|
1457
1457
|
id: string;
|
|
1458
1458
|
};
|
|
1459
|
-
chargeability: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1459
|
+
chargeability: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionInstanceChargeability;
|
|
1460
1460
|
consentedScopes: string[];
|
|
1461
1461
|
contributorId: string;
|
|
1462
1462
|
contributorName: string;
|
|
@@ -1465,9 +1465,9 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1465
1465
|
extensionDeletionDeadline?: string | undefined;
|
|
1466
1466
|
extensionId: string;
|
|
1467
1467
|
extensionName: string;
|
|
1468
|
-
extensionSubTitle?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1468
|
+
extensionSubTitle?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceSubTitle | undefined;
|
|
1469
1469
|
frontendFragments?: {
|
|
1470
|
-
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1470
|
+
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceFrontendFragment;
|
|
1471
1471
|
} | undefined;
|
|
1472
1472
|
id: string;
|
|
1473
1473
|
nextScheduledWebhookExecution?: string | undefined;
|
|
@@ -1490,7 +1490,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1490
1490
|
domain: string;
|
|
1491
1491
|
id: string;
|
|
1492
1492
|
};
|
|
1493
|
-
chargeability: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1493
|
+
chargeability: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionInstanceChargeability;
|
|
1494
1494
|
consentedScopes: string[];
|
|
1495
1495
|
contributorId: string;
|
|
1496
1496
|
contributorName: string;
|
|
@@ -1499,9 +1499,9 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1499
1499
|
extensionDeletionDeadline?: string | undefined;
|
|
1500
1500
|
extensionId: string;
|
|
1501
1501
|
extensionName: string;
|
|
1502
|
-
extensionSubTitle?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1502
|
+
extensionSubTitle?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceSubTitle | undefined;
|
|
1503
1503
|
frontendFragments?: {
|
|
1504
|
-
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1504
|
+
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceFrontendFragment;
|
|
1505
1505
|
} | undefined;
|
|
1506
1506
|
id: string;
|
|
1507
1507
|
nextScheduledWebhookExecution?: string | undefined;
|
|
@@ -1516,7 +1516,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1516
1516
|
headers?: {
|
|
1517
1517
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1518
1518
|
} | undefined;
|
|
1519
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV3Next.Paths.
|
|
1519
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV3Next.Paths.V3NextExtensionsExtensionId.Get.Responses.$200.Content.ApplicationJson>>;
|
|
1520
1520
|
/** Get all open extension orders for given project */
|
|
1521
1521
|
extensionGetProjectExtensionInstanceOrders: (conf: {
|
|
1522
1522
|
projectId: string;
|
|
@@ -1556,14 +1556,14 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1556
1556
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1557
1557
|
extensionId?: string | undefined;
|
|
1558
1558
|
extensionInstanceId?: string | undefined;
|
|
1559
|
-
state?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1559
|
+
state?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionInstanceWebhookExecutionState[] | undefined;
|
|
1560
1560
|
limit?: number | undefined;
|
|
1561
1561
|
skip?: number | undefined;
|
|
1562
1562
|
page?: number | undefined;
|
|
1563
1563
|
sort?: ("attempts" | "nextScheduledExecution")[] | undefined;
|
|
1564
1564
|
order?: ("asc" | "desc")[] | undefined;
|
|
1565
1565
|
} | undefined;
|
|
1566
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1566
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionInstanceWebhookExecution[]>;
|
|
1567
1567
|
/** List Contributors. */
|
|
1568
1568
|
extensionListContributors: (conf?: {
|
|
1569
1569
|
headers?: {
|
|
@@ -1577,7 +1577,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1577
1577
|
sort?: "name" | undefined;
|
|
1578
1578
|
order?: "asc" | "desc" | undefined;
|
|
1579
1579
|
} | undefined;
|
|
1580
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1580
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContributor[]>;
|
|
1581
1581
|
/** List Extensions. */
|
|
1582
1582
|
extensionListExtensions: (conf?: {
|
|
1583
1583
|
headers?: {
|
|
@@ -1585,7 +1585,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1585
1585
|
} | undefined;
|
|
1586
1586
|
queryParameters?: {
|
|
1587
1587
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1588
|
-
context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1588
|
+
context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContext | undefined;
|
|
1589
1589
|
searchTerm?: string | undefined;
|
|
1590
1590
|
includeDeprecated?: boolean | undefined;
|
|
1591
1591
|
includeFree?: boolean | undefined;
|
|
@@ -1596,7 +1596,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1596
1596
|
sort?: "name" | "pricing.priceInCents" | undefined;
|
|
1597
1597
|
order?: "asc" | "desc" | undefined;
|
|
1598
1598
|
} | undefined;
|
|
1599
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1599
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtension[]>;
|
|
1600
1600
|
/** List Extensions of own contributor. */
|
|
1601
1601
|
extensionListOwnExtensions: (conf: {
|
|
1602
1602
|
contributorId: string;
|
|
@@ -1610,7 +1610,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1610
1610
|
skip?: number | undefined;
|
|
1611
1611
|
page?: number | undefined;
|
|
1612
1612
|
} | undefined;
|
|
1613
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1613
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceOwnExtension[]>;
|
|
1614
1614
|
/** List Scopes. */
|
|
1615
1615
|
extensionListScopes: (conf?: {
|
|
1616
1616
|
headers?: {
|
|
@@ -1649,14 +1649,14 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1649
1649
|
sort?: ("createdAt" | "lastMessage.createdAt" | "title" | "shortId" | "conversationId")[] | undefined;
|
|
1650
1650
|
order?: ("asc" | "desc")[] | undefined;
|
|
1651
1651
|
} | undefined;
|
|
1652
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1652
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationConversation[]>;
|
|
1653
1653
|
/** Get all message of the conversation. */
|
|
1654
1654
|
listMessagesByConversation: (conf: {
|
|
1655
1655
|
conversationId: string;
|
|
1656
1656
|
headers?: {
|
|
1657
1657
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1658
1658
|
} | undefined;
|
|
1659
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<(import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1659
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<(import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationMessage | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationStatusUpdate | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationServiceRequest)[]>;
|
|
1660
1660
|
/** Get a specific conversation category. */
|
|
1661
1661
|
getCategory: (conf: {
|
|
1662
1662
|
categoryId: string;
|
|
@@ -1666,7 +1666,7 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1666
1666
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1667
1667
|
categoryId: string;
|
|
1668
1668
|
name: string;
|
|
1669
|
-
referenceType: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1669
|
+
referenceType: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationCategoryReferenceType;
|
|
1670
1670
|
}>;
|
|
1671
1671
|
/** Get members of a support conversation. */
|
|
1672
1672
|
getConversationMembers: (conf: {
|
|
@@ -1674,7 +1674,7 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1674
1674
|
headers?: {
|
|
1675
1675
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1676
1676
|
} | undefined;
|
|
1677
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<(import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1677
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<(import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationUser & {
|
|
1678
1678
|
active: boolean;
|
|
1679
1679
|
})[]>;
|
|
1680
1680
|
/** Get preferences for customer conversations. */
|
|
@@ -1699,25 +1699,25 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1699
1699
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1700
1700
|
} | undefined;
|
|
1701
1701
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1702
|
-
category?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1702
|
+
category?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationCategory | undefined;
|
|
1703
1703
|
conversationId: string;
|
|
1704
1704
|
createdAt: string;
|
|
1705
1705
|
lastMessageAt?: string | undefined;
|
|
1706
|
-
mainUser: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1707
|
-
notificationRoles?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1708
|
-
relatedTo?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1709
|
-
relations?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1710
|
-
sharedWith?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1706
|
+
mainUser: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationUser;
|
|
1707
|
+
notificationRoles?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationNotificationRole[] | undefined;
|
|
1708
|
+
relatedTo?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationRelatedAggregateReference | undefined;
|
|
1709
|
+
relations?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationAggregateReference[] | undefined;
|
|
1710
|
+
sharedWith?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationShareableAggregateReference | undefined;
|
|
1711
1711
|
shortId: string;
|
|
1712
|
-
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1712
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationStatus;
|
|
1713
1713
|
title: string;
|
|
1714
1714
|
visibility: "shared" | "private";
|
|
1715
|
-
createdBy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1715
|
+
createdBy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationUser | undefined;
|
|
1716
1716
|
lastMessage?: {
|
|
1717
1717
|
createdAt: string;
|
|
1718
|
-
createdBy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1718
|
+
createdBy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationUser;
|
|
1719
1719
|
} | undefined;
|
|
1720
|
-
lastMessageBy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1720
|
+
lastMessageBy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationUser | undefined;
|
|
1721
1721
|
}>;
|
|
1722
1722
|
/** Request an access token for the File belonging to the Conversation. */
|
|
1723
1723
|
getFileAccessToken: (conf: {
|
|
@@ -1735,7 +1735,7 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1735
1735
|
headers?: {
|
|
1736
1736
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1737
1737
|
} | undefined;
|
|
1738
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1738
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationCategory[]>;
|
|
1739
1739
|
};
|
|
1740
1740
|
declare const buildCronjobApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
1741
1741
|
/** List Cronjobs belonging to a Project. */
|
|
@@ -1752,7 +1752,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1752
1752
|
skip?: number | undefined;
|
|
1753
1753
|
page?: number | undefined;
|
|
1754
1754
|
} | undefined;
|
|
1755
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1755
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobCronjob[]>;
|
|
1756
1756
|
/** List CronjobExecutions belonging to a Cronjob. */
|
|
1757
1757
|
listExecutions: (conf: {
|
|
1758
1758
|
cronjobId: string;
|
|
@@ -1769,9 +1769,9 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1769
1769
|
until?: string | undefined;
|
|
1770
1770
|
status?: string | undefined;
|
|
1771
1771
|
triggeredByUser?: boolean | undefined;
|
|
1772
|
-
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1772
|
+
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobCronjobExecutionSortOrder | undefined;
|
|
1773
1773
|
} | undefined;
|
|
1774
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1774
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobCronjobExecution[]>;
|
|
1775
1775
|
/** Get a Cronjob. */
|
|
1776
1776
|
getCronjob: (conf: {
|
|
1777
1777
|
cronjobId: string;
|
|
@@ -1783,19 +1783,19 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1783
1783
|
active: boolean;
|
|
1784
1784
|
appId: string;
|
|
1785
1785
|
appInstallationId?: string | undefined;
|
|
1786
|
-
concurrencyPolicy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1786
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobConcurrencyPolicy | undefined;
|
|
1787
1787
|
createdAt: string;
|
|
1788
1788
|
description: string;
|
|
1789
|
-
destination?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1789
|
+
destination?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobCronjobUrl | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobCronjobCommand) | undefined;
|
|
1790
1790
|
email?: string | undefined;
|
|
1791
1791
|
failedExecutionAlertThreshold: number;
|
|
1792
1792
|
id: string;
|
|
1793
1793
|
interval: string;
|
|
1794
|
-
latestExecution?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1794
|
+
latestExecution?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobCronjobExecution | undefined;
|
|
1795
1795
|
nextExecutionTime?: string | undefined;
|
|
1796
1796
|
projectId?: string | undefined;
|
|
1797
1797
|
shortId: string;
|
|
1798
|
-
target?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1798
|
+
target?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobAppInstallationTarget | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobServiceTargetResponse) | undefined;
|
|
1799
1799
|
timeZone?: string | undefined;
|
|
1800
1800
|
timeout: number;
|
|
1801
1801
|
updatedAt: string;
|
|
@@ -1854,7 +1854,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1854
1854
|
skip?: number | undefined;
|
|
1855
1855
|
searchTerm?: string | undefined;
|
|
1856
1856
|
} | undefined;
|
|
1857
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1857
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipCustomerInvite[]>;
|
|
1858
1858
|
/** Get all customer profiles the authenticated user has access to. */
|
|
1859
1859
|
listCustomers: (conf?: {
|
|
1860
1860
|
headers?: {
|
|
@@ -1869,7 +1869,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1869
1869
|
skip?: number | undefined;
|
|
1870
1870
|
page?: number | undefined;
|
|
1871
1871
|
} | undefined;
|
|
1872
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1872
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCustomerCustomer[]>;
|
|
1873
1873
|
/** Gets the Wallet of the Customer. */
|
|
1874
1874
|
getWallet: (conf: {
|
|
1875
1875
|
customerId: string;
|
|
@@ -1895,11 +1895,11 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1895
1895
|
customerId: string;
|
|
1896
1896
|
customerName: string;
|
|
1897
1897
|
id: string;
|
|
1898
|
-
information: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1898
|
+
information: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipInviteInformation;
|
|
1899
1899
|
mailAddress: string;
|
|
1900
1900
|
membershipExpiresAt?: string | undefined;
|
|
1901
1901
|
message?: string | undefined;
|
|
1902
|
-
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1902
|
+
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipCustomerRoles;
|
|
1903
1903
|
}>;
|
|
1904
1904
|
/** Get a CustomerMembership. */
|
|
1905
1905
|
getCustomerMembership: (conf: {
|
|
@@ -1919,7 +1919,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1919
1919
|
lastName: string;
|
|
1920
1920
|
memberSince?: string | undefined;
|
|
1921
1921
|
mfa: boolean;
|
|
1922
|
-
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1922
|
+
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipCustomerRoles;
|
|
1923
1923
|
userId: string;
|
|
1924
1924
|
}>;
|
|
1925
1925
|
/** Get a customer profile. */
|
|
@@ -1939,8 +1939,8 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1939
1939
|
customerId: string;
|
|
1940
1940
|
customerNumber: string;
|
|
1941
1941
|
deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor")[] | undefined;
|
|
1942
|
-
executingUserRoles?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1943
|
-
flags?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1942
|
+
executingUserRoles?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCustomerRole[] | undefined;
|
|
1943
|
+
flags?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCustomerCustomerFlag[] | undefined;
|
|
1944
1944
|
isAllowedToPlaceOrders?: boolean | undefined;
|
|
1945
1945
|
isBanned?: boolean | undefined;
|
|
1946
1946
|
isInDefaultOfPayment?: boolean | undefined;
|
|
@@ -1948,7 +1948,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1948
1948
|
levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
|
|
1949
1949
|
memberCount: number;
|
|
1950
1950
|
name: string;
|
|
1951
|
-
owner?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1951
|
+
owner?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCustomerContact | undefined;
|
|
1952
1952
|
projectCount: number;
|
|
1953
1953
|
vatId?: string | undefined;
|
|
1954
1954
|
vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified" | undefined;
|
|
@@ -1965,11 +1965,11 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1965
1965
|
customerId: string;
|
|
1966
1966
|
customerName: string;
|
|
1967
1967
|
id: string;
|
|
1968
|
-
information: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1968
|
+
information: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipInviteInformation;
|
|
1969
1969
|
mailAddress: string;
|
|
1970
1970
|
membershipExpiresAt?: string | undefined;
|
|
1971
1971
|
message?: string | undefined;
|
|
1972
|
-
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1972
|
+
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipCustomerRoles;
|
|
1973
1973
|
}>;
|
|
1974
1974
|
/** Check if the customer profile has a valid contract partner configured. */
|
|
1975
1975
|
isCustomerLegallyCompetent: (conf: {
|
|
@@ -1993,7 +1993,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1993
1993
|
skip?: number | undefined;
|
|
1994
1994
|
page?: number | undefined;
|
|
1995
1995
|
} | undefined;
|
|
1996
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1996
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipCustomerInvite[]>;
|
|
1997
1997
|
/** List CustomerMemberships belonging to the executing user. */
|
|
1998
1998
|
listCustomerMemberships: (conf?: {
|
|
1999
1999
|
headers?: {
|
|
@@ -2006,9 +2006,9 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2006
2006
|
skip?: number | undefined;
|
|
2007
2007
|
page?: number | undefined;
|
|
2008
2008
|
hasExpiry?: boolean | undefined;
|
|
2009
|
-
role?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2009
|
+
role?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipCustomerRoles | undefined;
|
|
2010
2010
|
} | undefined;
|
|
2011
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2011
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipCustomerMembership[]>;
|
|
2012
2012
|
/** List Memberships belonging to a Customer. */
|
|
2013
2013
|
listMembershipsForCustomer: (conf: {
|
|
2014
2014
|
customerId: string;
|
|
@@ -2021,10 +2021,10 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2021
2021
|
limit?: number | undefined;
|
|
2022
2022
|
skip?: number | undefined;
|
|
2023
2023
|
hasExpiry?: boolean | undefined;
|
|
2024
|
-
role?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2024
|
+
role?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipCustomerRoles | undefined;
|
|
2025
2025
|
searchTerm?: string | undefined;
|
|
2026
2026
|
} | undefined;
|
|
2027
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2027
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipCustomerMembership[]>;
|
|
2028
2028
|
};
|
|
2029
2029
|
declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
2030
2030
|
/** List MySQLDatabases belonging to a Project. */
|
|
@@ -2034,7 +2034,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2034
2034
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2035
2035
|
"x-access-token"?: string | undefined;
|
|
2036
2036
|
} | undefined;
|
|
2037
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2037
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseMySqlDatabase[]>;
|
|
2038
2038
|
/** List MySQLUsers belonging to a Database. */
|
|
2039
2039
|
listMysqlUsers: (conf: {
|
|
2040
2040
|
mysqlDatabaseId: string;
|
|
@@ -2042,7 +2042,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2042
2042
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2043
2043
|
"x-access-token"?: string | undefined;
|
|
2044
2044
|
} | undefined;
|
|
2045
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2045
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseMySqlUser[]>;
|
|
2046
2046
|
/** List RedisDatabases belonging to a Project. */
|
|
2047
2047
|
listRedisDatabases: (conf: {
|
|
2048
2048
|
projectId: string;
|
|
@@ -2050,7 +2050,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2050
2050
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2051
2051
|
"x-access-token"?: string | undefined;
|
|
2052
2052
|
} | undefined;
|
|
2053
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2053
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseRedisDatabase[]>;
|
|
2054
2054
|
/** Get a MySQLDatabase. */
|
|
2055
2055
|
getMysqlDatabase: (conf: {
|
|
2056
2056
|
mysqlDatabaseId: string;
|
|
@@ -2059,7 +2059,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2059
2059
|
"x-access-token"?: string | undefined;
|
|
2060
2060
|
} | undefined;
|
|
2061
2061
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2062
|
-
characterSettings: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2062
|
+
characterSettings: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseCharacterSettings;
|
|
2063
2063
|
createdAt: string;
|
|
2064
2064
|
description: string;
|
|
2065
2065
|
externalHostname: string;
|
|
@@ -2068,10 +2068,10 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2068
2068
|
id: string;
|
|
2069
2069
|
isReady: boolean;
|
|
2070
2070
|
isShared: boolean;
|
|
2071
|
-
mainUser?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2071
|
+
mainUser?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseMySqlUser | undefined;
|
|
2072
2072
|
name: string;
|
|
2073
2073
|
projectId: string;
|
|
2074
|
-
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2074
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseDatabaseStatus;
|
|
2075
2075
|
statusSetAt: string;
|
|
2076
2076
|
storageUsageInBytes: number;
|
|
2077
2077
|
storageUsageInBytesSetAt: string;
|
|
@@ -2097,7 +2097,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2097
2097
|
mainUser: boolean;
|
|
2098
2098
|
name: string;
|
|
2099
2099
|
passwordUpdatedAt: string;
|
|
2100
|
-
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2100
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseDatabaseUserStatus;
|
|
2101
2101
|
statusSetAt: string;
|
|
2102
2102
|
updatedAt: string;
|
|
2103
2103
|
}>;
|
|
@@ -2109,7 +2109,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2109
2109
|
"x-access-token"?: string | undefined;
|
|
2110
2110
|
} | undefined;
|
|
2111
2111
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2112
|
-
configuration?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2112
|
+
configuration?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseRedisDatabaseConfiguration | undefined;
|
|
2113
2113
|
createdAt: string;
|
|
2114
2114
|
description: string;
|
|
2115
2115
|
finalizers?: string[] | undefined;
|
|
@@ -2118,7 +2118,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2118
2118
|
name: string;
|
|
2119
2119
|
port: number;
|
|
2120
2120
|
projectId: string;
|
|
2121
|
-
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2121
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseDatabaseStatus;
|
|
2122
2122
|
statusSetAt: string;
|
|
2123
2123
|
storageUsageInBytes: number;
|
|
2124
2124
|
storageUsageInBytesSetAt: string;
|
|
@@ -2144,7 +2144,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2144
2144
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2145
2145
|
version?: string | undefined;
|
|
2146
2146
|
} | undefined;
|
|
2147
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2147
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseMySqlCharacterSettings[]>;
|
|
2148
2148
|
/** List MySQLVersions. */
|
|
2149
2149
|
listMysqlVersions: (conf?: {
|
|
2150
2150
|
headers?: {
|
|
@@ -2155,7 +2155,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2155
2155
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2156
2156
|
projectId?: string | undefined;
|
|
2157
2157
|
} | undefined;
|
|
2158
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2158
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseMySqlVersion[]>;
|
|
2159
2159
|
/** List RedisVersions. */
|
|
2160
2160
|
listRedisVersions: (conf?: {
|
|
2161
2161
|
headers?: {
|
|
@@ -2166,7 +2166,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2166
2166
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2167
2167
|
projectId?: string | undefined;
|
|
2168
2168
|
} | undefined;
|
|
2169
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2169
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseRedisVersion[]>;
|
|
2170
2170
|
};
|
|
2171
2171
|
declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
2172
2172
|
/** List Domains */
|
|
@@ -2184,7 +2184,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2184
2184
|
skip?: number | undefined;
|
|
2185
2185
|
page?: number | undefined;
|
|
2186
2186
|
} | undefined;
|
|
2187
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2187
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainDomain[]>;
|
|
2188
2188
|
/** Get a DNSZone. */
|
|
2189
2189
|
dnsGetDnsZone: (conf: {
|
|
2190
2190
|
dnsZoneId: string;
|
|
@@ -2196,12 +2196,12 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2196
2196
|
domain: string;
|
|
2197
2197
|
id: string;
|
|
2198
2198
|
recordSet: {
|
|
2199
|
-
caa: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2200
|
-
cname: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2201
|
-
combinedARecords: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2202
|
-
mx: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2203
|
-
srv: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2204
|
-
txt: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2199
|
+
caa: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDnsRecordCAA;
|
|
2200
|
+
cname: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDnsRecordCNAME;
|
|
2201
|
+
combinedARecords: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDnsRecordCombinedA;
|
|
2202
|
+
mx: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDnsRecordMX;
|
|
2203
|
+
srv: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDnsRecordSRV;
|
|
2204
|
+
txt: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDnsRecordTXT;
|
|
2205
2205
|
};
|
|
2206
2206
|
}>;
|
|
2207
2207
|
/** Get a zone file for a DNSZone. */
|
|
@@ -2219,7 +2219,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2219
2219
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2220
2220
|
"x-access-token"?: string | undefined;
|
|
2221
2221
|
} | undefined;
|
|
2222
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2222
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDnsZone[]>;
|
|
2223
2223
|
/** Get a Domain. */
|
|
2224
2224
|
getDomain: (conf: {
|
|
2225
2225
|
domainId: string;
|
|
@@ -2228,19 +2228,19 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2228
2228
|
"x-access-token"?: string | undefined;
|
|
2229
2229
|
} | undefined;
|
|
2230
2230
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2231
|
-
authCode?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2232
|
-
authCode2?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2231
|
+
authCode?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainAuthCode | undefined;
|
|
2232
|
+
authCode2?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainAuthCode2 | undefined;
|
|
2233
2233
|
connected: boolean;
|
|
2234
2234
|
contactHash?: string | undefined;
|
|
2235
2235
|
deleted: boolean;
|
|
2236
2236
|
domain: string;
|
|
2237
2237
|
domainId: string;
|
|
2238
2238
|
handles: {
|
|
2239
|
-
adminC?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2240
|
-
ownerC: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2239
|
+
adminC?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainHandleReadable;
|
|
2240
|
+
ownerC: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainHandleReadable;
|
|
2241
2241
|
};
|
|
2242
2242
|
nameservers: string[];
|
|
2243
|
-
processes?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2243
|
+
processes?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainProcess[] | undefined;
|
|
2244
2244
|
projectId: string;
|
|
2245
2245
|
scheduledDeletionDate?: string | undefined;
|
|
2246
2246
|
transferInAuthCode?: string | undefined;
|
|
@@ -2255,8 +2255,8 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2255
2255
|
} | undefined;
|
|
2256
2256
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2257
2257
|
id: string;
|
|
2258
|
-
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2259
|
-
typeData: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2258
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainContactVerificationStatus;
|
|
2259
|
+
typeData: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainContactVerificationAddressData | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainContactVerificationEmailData | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainContactVerificationNameData;
|
|
2260
2260
|
}>;
|
|
2261
2261
|
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
2262
2262
|
getLatestScreenshot: (conf: {
|
|
@@ -2280,9 +2280,9 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2280
2280
|
queryParameters?: {
|
|
2281
2281
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2282
2282
|
value?: string | undefined;
|
|
2283
|
-
type?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2283
|
+
type?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainContactVerificationType | undefined;
|
|
2284
2284
|
} | undefined;
|
|
2285
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2285
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainContactVerification[]>;
|
|
2286
2286
|
/** List the contact schemas for a TLD. */
|
|
2287
2287
|
listTldContactSchemas: (conf: {
|
|
2288
2288
|
tld: string;
|
|
@@ -2298,7 +2298,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2298
2298
|
headers?: {
|
|
2299
2299
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2300
2300
|
} | undefined;
|
|
2301
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2301
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainTopLevel[]>;
|
|
2302
2302
|
/** List Domain-Migrations belonging to a Project. */
|
|
2303
2303
|
migrationListMigrationsByProjectId: (conf: {
|
|
2304
2304
|
projectId: string;
|
|
@@ -2306,7 +2306,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2306
2306
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2307
2307
|
"x-access-token"?: string | undefined;
|
|
2308
2308
|
} | undefined;
|
|
2309
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2309
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainmigrationMigration[]>;
|
|
2310
2310
|
/** Suggest a list of domains based on a prompt using AI. */
|
|
2311
2311
|
suggest: (conf: {
|
|
2312
2312
|
queryParameters: {
|
|
@@ -2333,11 +2333,12 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2333
2333
|
certificateId?: string | undefined;
|
|
2334
2334
|
hostnameSubstring?: string | undefined;
|
|
2335
2335
|
appInstallationId?: string | undefined;
|
|
2336
|
+
containerId?: string | undefined;
|
|
2336
2337
|
limit?: number | undefined;
|
|
2337
2338
|
skip?: number | undefined;
|
|
2338
2339
|
page?: number | undefined;
|
|
2339
2340
|
} | undefined;
|
|
2340
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2341
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldIngressIngress[]>;
|
|
2341
2342
|
/** Get an Ingress. */
|
|
2342
2343
|
ingressGetIngress: (conf: {
|
|
2343
2344
|
ingressId: string;
|
|
@@ -2356,10 +2357,10 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2356
2357
|
isDefault: boolean;
|
|
2357
2358
|
isDomain?: boolean | undefined;
|
|
2358
2359
|
isEnabled: boolean;
|
|
2359
|
-
ownership: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2360
|
-
paths: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2360
|
+
ownership: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldIngressOwnership;
|
|
2361
|
+
paths: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldIngressPath[];
|
|
2361
2362
|
projectId: string;
|
|
2362
|
-
tls: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2363
|
+
tls: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldIngressTlsAcme | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldIngressTlsCertificate;
|
|
2363
2364
|
}>;
|
|
2364
2365
|
/** List CertificateRequests belonging to a Project or an Ingress. */
|
|
2365
2366
|
sslListCertificateRequests: (conf?: {
|
|
@@ -2372,7 +2373,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2372
2373
|
projectId?: string | undefined;
|
|
2373
2374
|
ingressId?: string | undefined;
|
|
2374
2375
|
} | undefined;
|
|
2375
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2376
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSslCertificateRequest[]>;
|
|
2376
2377
|
/** Get a CertificateRequest. */
|
|
2377
2378
|
sslGetCertificateRequest: (conf: {
|
|
2378
2379
|
certificateRequestId: string;
|
|
@@ -2381,10 +2382,10 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2381
2382
|
"x-access-token"?: string | undefined;
|
|
2382
2383
|
} | undefined;
|
|
2383
2384
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2384
|
-
certificateData: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2385
|
-
certificateType: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2385
|
+
certificateData: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSslCertificateData;
|
|
2386
|
+
certificateType: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSslCertificateType;
|
|
2386
2387
|
commonName?: string | undefined;
|
|
2387
|
-
contact?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2388
|
+
contact?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSslContact | undefined;
|
|
2388
2389
|
createdAt: string;
|
|
2389
2390
|
dnsNames?: string[] | undefined;
|
|
2390
2391
|
id: string;
|
|
@@ -2406,12 +2407,12 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2406
2407
|
certificate?: string | undefined;
|
|
2407
2408
|
certificateOrderId?: string | undefined;
|
|
2408
2409
|
certificateRequestId: string;
|
|
2409
|
-
certificateType: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2410
|
+
certificateType: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSslCertificateType;
|
|
2410
2411
|
commonName?: string | undefined;
|
|
2411
|
-
contact?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2412
|
+
contact?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSslContact | undefined;
|
|
2412
2413
|
dnsCertSpec?: {
|
|
2413
2414
|
cnameTarget?: string;
|
|
2414
|
-
status?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2415
|
+
status?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSslDNSCertStatus;
|
|
2415
2416
|
} | undefined;
|
|
2416
2417
|
dnsNames?: string[] | undefined;
|
|
2417
2418
|
id: string;
|
|
@@ -2433,7 +2434,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2433
2434
|
projectId?: string | undefined;
|
|
2434
2435
|
ingressId?: string | undefined;
|
|
2435
2436
|
} | undefined;
|
|
2436
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2437
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSslCertificate[]>;
|
|
2437
2438
|
};
|
|
2438
2439
|
declare const buildFileApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
2439
2440
|
/** Get a File's meta. */
|
|
@@ -2464,7 +2465,7 @@ declare const buildFileApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2464
2465
|
} | undefined;
|
|
2465
2466
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2466
2467
|
extensions: string[];
|
|
2467
|
-
fileTypes: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2468
|
+
fileTypes: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldFileFileType[];
|
|
2468
2469
|
maxNameLength: number;
|
|
2469
2470
|
maxSizeInBytes: number;
|
|
2470
2471
|
maxSizeInKB: number;
|
|
@@ -2491,7 +2492,7 @@ declare const buildFileApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2491
2492
|
} | undefined;
|
|
2492
2493
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2493
2494
|
extensions: string[];
|
|
2494
|
-
fileTypes: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2495
|
+
fileTypes: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldFileFileType[];
|
|
2495
2496
|
maxNameLength: number;
|
|
2496
2497
|
maxSizeInBytes: number;
|
|
2497
2498
|
maxSizeInKB: number;
|
|
@@ -2556,7 +2557,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2556
2557
|
customerId: string;
|
|
2557
2558
|
domain: string;
|
|
2558
2559
|
profileId: string;
|
|
2559
|
-
requestedBy: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2560
|
+
requestedBy: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrUser;
|
|
2560
2561
|
resultOn?: string | undefined;
|
|
2561
2562
|
status: "AUTOTEST_INIT" | "MANUAL_VERIFICATION" | "REJECTED" | "APPROVED";
|
|
2562
2563
|
}>;
|
|
@@ -2569,7 +2570,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2569
2570
|
headers?: {
|
|
2570
2571
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2571
2572
|
} | undefined;
|
|
2572
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2573
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrCity[]>;
|
|
2573
2574
|
/** Get lead tariff options. How many leads did you unlock this month? */
|
|
2574
2575
|
leadfyndrGetLeadFyndrProfileTariffOptions: (conf: {
|
|
2575
2576
|
customerId: string;
|
|
@@ -2600,7 +2601,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2600
2601
|
customerId: string;
|
|
2601
2602
|
disabledOn?: string | undefined;
|
|
2602
2603
|
domain: string;
|
|
2603
|
-
tariff: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2604
|
+
tariff: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrTariffOptions;
|
|
2604
2605
|
}>;
|
|
2605
2606
|
/** Get a simple lead. Use the unlocked route for more detail leads. */
|
|
2606
2607
|
leadfyndrGetLead: (conf: {
|
|
@@ -2611,19 +2612,19 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2611
2612
|
} | undefined;
|
|
2612
2613
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2613
2614
|
businessFields: string[];
|
|
2614
|
-
company: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2615
|
+
company: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrBasicCompany;
|
|
2615
2616
|
description: string;
|
|
2616
2617
|
hoster: {
|
|
2617
2618
|
server: string[];
|
|
2618
2619
|
};
|
|
2619
2620
|
languages: string[];
|
|
2620
2621
|
leadId: string;
|
|
2621
|
-
mainTechnology?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2622
|
-
metrics: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2622
|
+
mainTechnology?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrTechnology | undefined;
|
|
2623
|
+
metrics: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrBasicMetrics;
|
|
2623
2624
|
potential: number;
|
|
2624
2625
|
scannedAt?: string | undefined;
|
|
2625
2626
|
screenshot: string;
|
|
2626
|
-
technologies: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2627
|
+
technologies: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrTechnology[];
|
|
2627
2628
|
}>;
|
|
2628
2629
|
/** Get unlocked leads export history for the given customerId. */
|
|
2629
2630
|
leadfyndrGetLeadsExportHistory: (conf: {
|
|
@@ -2639,7 +2640,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2639
2640
|
sort?: "exportedAt" | undefined;
|
|
2640
2641
|
order?: "asc" | "desc" | undefined;
|
|
2641
2642
|
} | undefined;
|
|
2642
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2643
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrLeadsExport[]>;
|
|
2643
2644
|
/** Get a detail of a unlocked lead. Organisation can unlock leads. */
|
|
2644
2645
|
leadfyndrGetUnlockedLead: (conf: {
|
|
2645
2646
|
leadId: string;
|
|
@@ -2650,22 +2651,22 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2650
2651
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2651
2652
|
actualUrl: string;
|
|
2652
2653
|
businessFields: string[];
|
|
2653
|
-
company: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2654
|
-
contact: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2654
|
+
company: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrDetailCompany;
|
|
2655
|
+
contact: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrContact;
|
|
2655
2656
|
description: string;
|
|
2656
2657
|
domain: string;
|
|
2657
|
-
hoster: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2658
|
+
hoster: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrHoster;
|
|
2658
2659
|
languages: string[];
|
|
2659
2660
|
leadId: string;
|
|
2660
|
-
mainTechnology?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2661
|
-
metrics: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2661
|
+
mainTechnology?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrTechnology | undefined;
|
|
2662
|
+
metrics: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrDetailMetrics;
|
|
2662
2663
|
potential: number;
|
|
2663
2664
|
reservationAllowed?: boolean | undefined;
|
|
2664
2665
|
reservedAt?: string | undefined;
|
|
2665
2666
|
scannedAt?: string | undefined;
|
|
2666
2667
|
screenshot: string;
|
|
2667
|
-
socialMedia: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2668
|
-
technologies: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2668
|
+
socialMedia: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrSocialMedia[];
|
|
2669
|
+
technologies: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrTechnology[];
|
|
2669
2670
|
unlockedAt: string;
|
|
2670
2671
|
}>;
|
|
2671
2672
|
/** Get all leads. Use the unlocked routes for more lead details. */
|
|
@@ -2700,7 +2701,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2700
2701
|
order?: "asc" | "desc" | undefined;
|
|
2701
2702
|
} | undefined;
|
|
2702
2703
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2703
|
-
leads: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2704
|
+
leads: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrLead[];
|
|
2704
2705
|
limit: number;
|
|
2705
2706
|
skip: number;
|
|
2706
2707
|
totalCount: number;
|
|
@@ -2738,7 +2739,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2738
2739
|
order?: "asc" | "desc" | undefined;
|
|
2739
2740
|
} | undefined;
|
|
2740
2741
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2741
|
-
leads: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2742
|
+
leads: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrUnlockedLead[];
|
|
2742
2743
|
limit: number;
|
|
2743
2744
|
skip: number;
|
|
2744
2745
|
totalCount: number;
|
|
@@ -2756,10 +2757,10 @@ declare const buildLicenseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2756
2757
|
description: string;
|
|
2757
2758
|
expiryDate?: string | undefined;
|
|
2758
2759
|
id: string;
|
|
2759
|
-
keyReference?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2760
|
-
kind: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2761
|
-
meta: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2762
|
-
reference: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2760
|
+
keyReference?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLicenseKey | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLicenseExternalKey) | undefined;
|
|
2761
|
+
kind: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLicenseKind;
|
|
2762
|
+
meta: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLicenseMeta;
|
|
2763
|
+
reference: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLicenseReference;
|
|
2763
2764
|
volume?: number | undefined;
|
|
2764
2765
|
}>;
|
|
2765
2766
|
/** List Licenses belonging to a Project. */
|
|
@@ -2775,7 +2776,7 @@ declare const buildLicenseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2775
2776
|
skip?: number | undefined;
|
|
2776
2777
|
page?: number | undefined;
|
|
2777
2778
|
} | undefined;
|
|
2778
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2779
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLicenseLicense[]>;
|
|
2779
2780
|
};
|
|
2780
2781
|
declare const buildMailApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
2781
2782
|
/** List DeliveryBoxes belonging to a Project. */
|
|
@@ -2792,7 +2793,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2792
2793
|
skip?: number | undefined;
|
|
2793
2794
|
page?: number | undefined;
|
|
2794
2795
|
} | undefined;
|
|
2795
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2796
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailDeliverybox[]>;
|
|
2796
2797
|
/** List MailAddresses belonging to a Project. */
|
|
2797
2798
|
listMailAddresses: (conf: {
|
|
2798
2799
|
projectId: string;
|
|
@@ -2813,7 +2814,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2813
2814
|
sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[] | undefined;
|
|
2814
2815
|
order?: ("asc" | "desc")[] | undefined;
|
|
2815
2816
|
} | undefined;
|
|
2816
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2817
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailMailAddress[]>;
|
|
2817
2818
|
/** Get a DeliveryBox. */
|
|
2818
2819
|
getDeliveryBox: (conf: {
|
|
2819
2820
|
deliveryBoxId: string;
|
|
@@ -2885,7 +2886,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2885
2886
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2886
2887
|
"x-access-token"?: string | undefined;
|
|
2887
2888
|
} | undefined;
|
|
2888
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2889
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailMailAddressBackup[]>;
|
|
2889
2890
|
/** List MailAddresses. */
|
|
2890
2891
|
listMailAddressesForUser: (conf?: {
|
|
2891
2892
|
headers?: {
|
|
@@ -2906,7 +2907,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2906
2907
|
sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[] | undefined;
|
|
2907
2908
|
order?: ("asc" | "desc")[] | undefined;
|
|
2908
2909
|
} | undefined;
|
|
2909
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2910
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailMailAddress[]>;
|
|
2910
2911
|
/** List mail settings of a Project. */
|
|
2911
2912
|
listProjectMailSettings: (conf: {
|
|
2912
2913
|
projectId: string;
|
|
@@ -2970,7 +2971,7 @@ declare const buildNotificationApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2970
2971
|
skip?: number | undefined;
|
|
2971
2972
|
page?: number | undefined;
|
|
2972
2973
|
} | undefined;
|
|
2973
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2974
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMessagingNotification[]>;
|
|
2974
2975
|
};
|
|
2975
2976
|
declare const buildPageInsightsApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
2976
2977
|
/** Get detailed performance data for a given domain and path. */
|
|
@@ -3013,7 +3014,7 @@ declare const buildPageInsightsApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3013
3014
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3014
3015
|
executedAt: string;
|
|
3015
3016
|
id: string;
|
|
3016
|
-
result: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3017
|
+
result: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStraceError | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStraceData;
|
|
3017
3018
|
}>;
|
|
3018
3019
|
/** List websites (specified as domain and path) from a project where performance data is available. */
|
|
3019
3020
|
pageinsightsListPerformanceDataForProject: (conf: {
|
|
@@ -3075,7 +3076,7 @@ declare const buildUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3075
3076
|
skip?: number | undefined;
|
|
3076
3077
|
page?: number | undefined;
|
|
3077
3078
|
} | undefined;
|
|
3078
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3079
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSignupApiToken[]>;
|
|
3079
3080
|
/** Get your stored ssh-keys. */
|
|
3080
3081
|
listSshKeys: (conf?: {
|
|
3081
3082
|
headers?: {
|
|
@@ -3089,7 +3090,7 @@ declare const buildUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3089
3090
|
page?: number | undefined;
|
|
3090
3091
|
} | undefined;
|
|
3091
3092
|
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3092
|
-
sshKeys?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3093
|
+
sshKeys?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSignupSshKey[] | undefined;
|
|
3093
3094
|
}>;
|
|
3094
3095
|
/** Get a specific ApiToken. */
|
|
3095
3096
|
getApiToken: (conf: {
|
|
@@ -3113,7 +3114,7 @@ declare const buildUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3113
3114
|
"x-access-token"?: string | undefined;
|
|
3114
3115
|
} | undefined;
|
|
3115
3116
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3116
|
-
sshKey: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3117
|
+
sshKey: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSignupSshKey;
|
|
3117
3118
|
}>;
|
|
3118
3119
|
/** Check status of the current session. */
|
|
3119
3120
|
getCurrentSessionStatus: (conf?: {
|
|
@@ -3169,9 +3170,9 @@ declare const buildUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3169
3170
|
} | undefined;
|
|
3170
3171
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3171
3172
|
created: string;
|
|
3172
|
-
device: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3173
|
+
device: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSignupDeviceInfo;
|
|
3173
3174
|
lastAccess?: string | undefined;
|
|
3174
|
-
location?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3175
|
+
location?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSignupLocation | undefined;
|
|
3175
3176
|
tokenId: string;
|
|
3176
3177
|
}>;
|
|
3177
3178
|
/** Get profile information for a user. */
|
|
@@ -3184,7 +3185,7 @@ declare const buildUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3184
3185
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3185
3186
|
avatarRef?: string | undefined;
|
|
3186
3187
|
customerMemberships?: {
|
|
3187
|
-
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3188
|
+
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldUserCustomerMembership;
|
|
3188
3189
|
} | undefined;
|
|
3189
3190
|
email?: string | undefined;
|
|
3190
3191
|
employeeInformation?: {
|
|
@@ -3196,10 +3197,10 @@ declare const buildUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3196
3197
|
setup: boolean;
|
|
3197
3198
|
} | undefined;
|
|
3198
3199
|
passwordUpdatedAt?: string | undefined;
|
|
3199
|
-
person: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3200
|
+
person: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCommonsPerson;
|
|
3200
3201
|
phoneNumber?: string | undefined;
|
|
3201
3202
|
projectMemberships?: {
|
|
3202
|
-
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3203
|
+
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldUserProjectMembership;
|
|
3203
3204
|
} | undefined;
|
|
3204
3205
|
registeredAt?: string | undefined;
|
|
3205
3206
|
userId: string;
|
|
@@ -3215,7 +3216,7 @@ declare const buildUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3215
3216
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
3216
3217
|
subject?: string | undefined;
|
|
3217
3218
|
} | undefined;
|
|
3218
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3219
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldUserUserFeedback[]>;
|
|
3219
3220
|
/** List all sessions. */
|
|
3220
3221
|
listSessions: (conf?: {
|
|
3221
3222
|
headers?: {
|
|
@@ -3228,7 +3229,7 @@ declare const buildUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3228
3229
|
skip?: number | undefined;
|
|
3229
3230
|
page?: number | undefined;
|
|
3230
3231
|
} | undefined;
|
|
3231
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3232
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSignupUserSession[]>;
|
|
3232
3233
|
/** Obtain authorization from the resource owner. */
|
|
3233
3234
|
oauthGetAuthorization: (conf: {
|
|
3234
3235
|
queryParameters: {
|
|
@@ -3276,7 +3277,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3276
3277
|
skip?: number | undefined;
|
|
3277
3278
|
searchTerm?: string | undefined;
|
|
3278
3279
|
} | undefined;
|
|
3279
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3280
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectInvite[]>;
|
|
3280
3281
|
/** Get a ProjectInvite. */
|
|
3281
3282
|
getProjectInvite: (conf: {
|
|
3282
3283
|
projectInviteId: string;
|
|
@@ -3287,13 +3288,13 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3287
3288
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3288
3289
|
avatarRefId?: string | undefined;
|
|
3289
3290
|
id: string;
|
|
3290
|
-
information: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3291
|
+
information: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipInviteInformation;
|
|
3291
3292
|
mailAddress: string;
|
|
3292
3293
|
membershipExpiresAt?: string | undefined;
|
|
3293
3294
|
message?: string | undefined;
|
|
3294
3295
|
projectDescription: string;
|
|
3295
3296
|
projectId: string;
|
|
3296
|
-
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3297
|
+
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectRoles;
|
|
3297
3298
|
}>;
|
|
3298
3299
|
/** Get a ProjectMembership */
|
|
3299
3300
|
getProjectMembership: (conf: {
|
|
@@ -3314,7 +3315,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3314
3315
|
memberSince?: string | undefined;
|
|
3315
3316
|
mfa: boolean;
|
|
3316
3317
|
projectId: string;
|
|
3317
|
-
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3318
|
+
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectRoles;
|
|
3318
3319
|
userId: string;
|
|
3319
3320
|
}>;
|
|
3320
3321
|
/** Get a Project. */
|
|
@@ -3337,24 +3338,24 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3337
3338
|
directories: {
|
|
3338
3339
|
[k: string]: string;
|
|
3339
3340
|
};
|
|
3340
|
-
disableReason?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3341
|
+
disableReason?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectDisableReason | undefined;
|
|
3341
3342
|
disabledAt?: string | undefined;
|
|
3342
3343
|
enabled: boolean;
|
|
3343
|
-
features?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3344
|
+
features?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectProjectFeature[] | undefined;
|
|
3344
3345
|
id: string;
|
|
3345
3346
|
imageRefId?: string | undefined;
|
|
3346
3347
|
isReady: boolean;
|
|
3347
3348
|
projectHostingId?: string | undefined;
|
|
3348
|
-
readiness: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3349
|
+
readiness: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectDeprecatedProjectReadinessStatus;
|
|
3349
3350
|
serverGroupId: string;
|
|
3350
3351
|
serverId?: string | undefined;
|
|
3351
3352
|
serverShortId?: string | undefined;
|
|
3352
3353
|
shortId: string;
|
|
3353
|
-
spec?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3354
|
+
spec?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectVisitorSpec | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectHardwareSpec) | undefined;
|
|
3354
3355
|
statisticsBaseDomain?: string | undefined;
|
|
3355
|
-
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3356
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectProjectStatus;
|
|
3356
3357
|
statusSetAt: string;
|
|
3357
|
-
supportedFeatures: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3358
|
+
supportedFeatures: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectProjectFeature[];
|
|
3358
3359
|
webStorageUsageInBytes: number;
|
|
3359
3360
|
webStorageUsageInBytesSetAt: string;
|
|
3360
3361
|
}>;
|
|
@@ -3368,13 +3369,13 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3368
3369
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3369
3370
|
avatarRefId?: string | undefined;
|
|
3370
3371
|
id: string;
|
|
3371
|
-
information: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3372
|
+
information: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipInviteInformation;
|
|
3372
3373
|
mailAddress: string;
|
|
3373
3374
|
membershipExpiresAt?: string | undefined;
|
|
3374
3375
|
message?: string | undefined;
|
|
3375
3376
|
projectDescription: string;
|
|
3376
3377
|
projectId: string;
|
|
3377
|
-
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3378
|
+
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectRoles;
|
|
3378
3379
|
}>;
|
|
3379
3380
|
/** Get the executing user's membership in a Project. */
|
|
3380
3381
|
getSelfMembershipForProject: (conf: {
|
|
@@ -3395,7 +3396,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3395
3396
|
memberSince?: string | undefined;
|
|
3396
3397
|
mfa: boolean;
|
|
3397
3398
|
projectId: string;
|
|
3398
|
-
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3399
|
+
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectRoles;
|
|
3399
3400
|
userId: string;
|
|
3400
3401
|
}>;
|
|
3401
3402
|
/** Get a Server. */
|
|
@@ -3410,16 +3411,16 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3410
3411
|
createdAt: string;
|
|
3411
3412
|
customerId: string;
|
|
3412
3413
|
description: string;
|
|
3413
|
-
disabledReason?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3414
|
+
disabledReason?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectServerDisableReason | undefined;
|
|
3414
3415
|
groupId: string;
|
|
3415
3416
|
id: string;
|
|
3416
3417
|
imageRefId?: string | undefined;
|
|
3417
3418
|
isReady: boolean;
|
|
3418
|
-
machineType: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3419
|
-
readiness: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3419
|
+
machineType: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectMachineType;
|
|
3420
|
+
readiness: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectDeprecatedServerReadinessStatus;
|
|
3420
3421
|
shortId: string;
|
|
3421
3422
|
statisticsBaseDomain?: string | undefined;
|
|
3422
|
-
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3423
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectServerStatus;
|
|
3423
3424
|
storage: string;
|
|
3424
3425
|
}>;
|
|
3425
3426
|
/** List Projects belonging to a Customer. */
|
|
@@ -3438,7 +3439,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3438
3439
|
sort?: "createdAt" | "description" | undefined;
|
|
3439
3440
|
order?: "asc" | "desc" | undefined;
|
|
3440
3441
|
} | undefined;
|
|
3441
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3442
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectProjectListItem[]>;
|
|
3442
3443
|
/** List Memberships belonging to a Project. */
|
|
3443
3444
|
listMembershipsForProject: (conf: {
|
|
3444
3445
|
projectId: string;
|
|
@@ -3452,11 +3453,11 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3452
3453
|
skip?: number | undefined;
|
|
3453
3454
|
hasExpiry?: boolean | undefined;
|
|
3454
3455
|
isInherited?: boolean | undefined;
|
|
3455
|
-
role?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3456
|
+
role?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectRoles | undefined;
|
|
3456
3457
|
hasMfa?: boolean | undefined;
|
|
3457
3458
|
searchTerm?: string | undefined;
|
|
3458
3459
|
} | undefined;
|
|
3459
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3460
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectMembership[]>;
|
|
3460
3461
|
/** Get the activities of a project. */
|
|
3461
3462
|
listProjectActivities: (conf: {
|
|
3462
3463
|
projectId: string;
|
|
@@ -3477,7 +3478,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3477
3478
|
sort?: "dateTime" | undefined;
|
|
3478
3479
|
order?: "asc" | "desc" | undefined;
|
|
3479
3480
|
} | undefined;
|
|
3480
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3481
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogLogEntry[]>;
|
|
3481
3482
|
/** List ProjectInvites belonging to the executing user. */
|
|
3482
3483
|
listProjectInvites: (conf?: {
|
|
3483
3484
|
headers?: {
|
|
@@ -3490,7 +3491,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3490
3491
|
skip?: number | undefined;
|
|
3491
3492
|
page?: number | undefined;
|
|
3492
3493
|
} | undefined;
|
|
3493
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3494
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectInvite[]>;
|
|
3494
3495
|
/** List ProjectMemberships belonging to the executing user. */
|
|
3495
3496
|
listProjectMemberships: (conf?: {
|
|
3496
3497
|
headers?: {
|
|
@@ -3504,9 +3505,9 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3504
3505
|
page?: number | undefined;
|
|
3505
3506
|
hasExpiry?: boolean | undefined;
|
|
3506
3507
|
isInherited?: boolean | undefined;
|
|
3507
|
-
role?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3508
|
+
role?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectRoles | undefined;
|
|
3508
3509
|
} | undefined;
|
|
3509
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3510
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectMembership[]>;
|
|
3510
3511
|
/** List Projects belonging to the executing user. */
|
|
3511
3512
|
listProjects: (conf?: {
|
|
3512
3513
|
headers?: {
|
|
@@ -3524,7 +3525,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3524
3525
|
sort?: "createdAt" | "description" | undefined;
|
|
3525
3526
|
order?: "asc" | "desc" | undefined;
|
|
3526
3527
|
} | undefined;
|
|
3527
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3528
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectProjectListItem[]>;
|
|
3528
3529
|
/** List Servers belonging to the executing user. */
|
|
3529
3530
|
listServers: (conf?: {
|
|
3530
3531
|
headers?: {
|
|
@@ -3541,7 +3542,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3541
3542
|
sort?: "createdAt" | "description" | undefined;
|
|
3542
3543
|
order?: "asc" | "desc" | undefined;
|
|
3543
3544
|
} | undefined;
|
|
3544
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3545
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectServer[]>;
|
|
3545
3546
|
/** Get storage space Statistics belonging to a Project. */
|
|
3546
3547
|
storagespaceGetProjectStatistics: (conf: {
|
|
3547
3548
|
projectId: string;
|
|
@@ -3550,14 +3551,14 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3550
3551
|
"x-access-token"?: string | undefined;
|
|
3551
3552
|
} | undefined;
|
|
3552
3553
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3553
|
-
childStatistics?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3554
|
+
childStatistics?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStoragespaceStatistics[] | undefined;
|
|
3554
3555
|
description?: string | undefined;
|
|
3555
3556
|
id: string;
|
|
3556
|
-
kind: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3557
|
-
meta: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3557
|
+
kind: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStoragespaceStatisticsKind;
|
|
3558
|
+
meta: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStoragespaceStatisticsMeta;
|
|
3558
3559
|
name: string;
|
|
3559
3560
|
notificationThresholdInBytes?: number | undefined;
|
|
3560
|
-
statisticCategories?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3561
|
+
statisticCategories?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStoragespaceStatisticsCategory[] | undefined;
|
|
3561
3562
|
}>;
|
|
3562
3563
|
/** Get storage space Statistics belonging to a Server. */
|
|
3563
3564
|
storagespaceGetServerStatistics: (conf: {
|
|
@@ -3567,14 +3568,14 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3567
3568
|
"x-access-token"?: string | undefined;
|
|
3568
3569
|
} | undefined;
|
|
3569
3570
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3570
|
-
childStatistics?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3571
|
+
childStatistics?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStoragespaceStatistics[] | undefined;
|
|
3571
3572
|
description?: string | undefined;
|
|
3572
3573
|
id: string;
|
|
3573
|
-
kind: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3574
|
-
meta: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3574
|
+
kind: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStoragespaceStatisticsKind;
|
|
3575
|
+
meta: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStoragespaceStatisticsMeta;
|
|
3575
3576
|
name: string;
|
|
3576
3577
|
notificationThresholdInBytes?: number | undefined;
|
|
3577
|
-
statisticCategories?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3578
|
+
statisticCategories?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStoragespaceStatisticsCategory[] | undefined;
|
|
3578
3579
|
}>;
|
|
3579
3580
|
};
|
|
3580
3581
|
declare const buildProjectFileSystemApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
@@ -3600,7 +3601,7 @@ declare const buildProjectFileSystemApi: (baseClient: MittwaldAPIV3NextClient) =
|
|
|
3600
3601
|
isExecutable?: boolean | undefined;
|
|
3601
3602
|
isFile?: boolean | undefined;
|
|
3602
3603
|
isSymlink?: boolean | undefined;
|
|
3603
|
-
items?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3604
|
+
items?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectFilesystemDirectoryListing[] | undefined;
|
|
3604
3605
|
name: string;
|
|
3605
3606
|
size: number;
|
|
3606
3607
|
target?: string | undefined;
|
|
@@ -3661,7 +3662,7 @@ declare const buildProjectFileSystemApi: (baseClient: MittwaldAPIV3NextClient) =
|
|
|
3661
3662
|
isExecutable?: boolean | undefined;
|
|
3662
3663
|
isFile?: boolean | undefined;
|
|
3663
3664
|
isSymlink?: boolean | undefined;
|
|
3664
|
-
items?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3665
|
+
items?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectFilesystemDirectoryListing[] | undefined;
|
|
3665
3666
|
name: string;
|
|
3666
3667
|
size: number;
|
|
3667
3668
|
target?: string | undefined;
|
|
@@ -3680,7 +3681,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3680
3681
|
limit?: number | undefined;
|
|
3681
3682
|
skip?: number | undefined;
|
|
3682
3683
|
} | undefined;
|
|
3683
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3684
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSshuserSftpUser[]>;
|
|
3684
3685
|
/** Get an SFTPUser. */
|
|
3685
3686
|
sftpUserGetSftpUser: (conf: {
|
|
3686
3687
|
sftpUserId: string;
|
|
@@ -3689,7 +3690,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3689
3690
|
"x-access-token"?: string | undefined;
|
|
3690
3691
|
} | undefined;
|
|
3691
3692
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3692
|
-
accessLevel: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3693
|
+
accessLevel: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSshuserAccessLevel;
|
|
3693
3694
|
active?: boolean | undefined;
|
|
3694
3695
|
authUpdatedAt: string;
|
|
3695
3696
|
createdAt: string;
|
|
@@ -3699,7 +3700,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3699
3700
|
hasPassword: boolean;
|
|
3700
3701
|
id: string;
|
|
3701
3702
|
projectId: string;
|
|
3702
|
-
publicKeys?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3703
|
+
publicKeys?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSshuserPublicKey[] | undefined;
|
|
3703
3704
|
updatedAt?: string | undefined;
|
|
3704
3705
|
userName: string;
|
|
3705
3706
|
}>;
|
|
@@ -3715,7 +3716,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3715
3716
|
limit?: number | undefined;
|
|
3716
3717
|
skip?: number | undefined;
|
|
3717
3718
|
} | undefined;
|
|
3718
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3719
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSshuserSshUser[]>;
|
|
3719
3720
|
/** Get an SSHUser. */
|
|
3720
3721
|
sshUserGetSshUser: (conf: {
|
|
3721
3722
|
sshUserId: string;
|
|
@@ -3732,7 +3733,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3732
3733
|
hasPassword: boolean;
|
|
3733
3734
|
id: string;
|
|
3734
3735
|
projectId: string;
|
|
3735
|
-
publicKeys?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3736
|
+
publicKeys?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSshuserPublicKey[] | undefined;
|
|
3736
3737
|
updatedAt?: string | undefined;
|
|
3737
3738
|
userName: string;
|
|
3738
3739
|
}>;
|