@mittwald/api-client 4.405.1 → 4.407.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/v2/client-react.js +6 -0
- package/dist/esm/generated/v2/client.js +8 -0
- package/dist/esm/generated/v2/descriptors.js +24 -0
- package/dist/esm/generated/v3-next/client-react.js +6 -0
- package/dist/esm/generated/v3-next/client.js +10 -2
- package/dist/esm/generated/v3-next/descriptors.js +502 -478
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +38 -0
- package/dist/types/generated/v2/client.d.ts +221 -0
- package/dist/types/generated/v2/descriptors.d.ts +8 -0
- package/dist/types/generated/v2/types.d.ts +276 -12
- package/dist/types/generated/v3-next/client-react.d.ts +388 -350
- package/dist/types/generated/v3-next/client.d.ts +1389 -1168
- package/dist/types/generated/v3-next/descriptors.d.ts +482 -474
- package/dist/types/generated/v3-next/types.d.ts +2483 -2295
- 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;
|
|
@@ -547,11 +547,12 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
547
547
|
} | undefined;
|
|
548
548
|
queryParameters?: {
|
|
549
549
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
550
|
+
searchTerm?: string | undefined;
|
|
550
551
|
limit?: number | undefined;
|
|
551
552
|
skip?: number | undefined;
|
|
552
553
|
page?: number | undefined;
|
|
553
554
|
} | undefined;
|
|
554
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
555
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerStackResponse[]>;
|
|
555
556
|
/** Get a Stack. */
|
|
556
557
|
getStack: (conf: {
|
|
557
558
|
stackId: string;
|
|
@@ -565,13 +566,13 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
565
566
|
id: string;
|
|
566
567
|
prefix: string;
|
|
567
568
|
projectId: string;
|
|
568
|
-
services?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
569
|
+
services?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceResponse[] | undefined;
|
|
569
570
|
templateId?: string | undefined;
|
|
570
571
|
updateSchedule?: {
|
|
571
572
|
cron: string;
|
|
572
573
|
timezone?: string;
|
|
573
574
|
} | null | undefined;
|
|
574
|
-
volumes?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
575
|
+
volumes?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerVolumeResponse[] | undefined;
|
|
575
576
|
}>;
|
|
576
577
|
/** Get a Registry. */
|
|
577
578
|
getRegistry: (conf: {
|
|
@@ -581,7 +582,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
581
582
|
"x-access-token"?: string | undefined;
|
|
582
583
|
} | undefined;
|
|
583
584
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
584
|
-
credentials?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
585
|
+
credentials?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerRegistryCredentials | undefined;
|
|
585
586
|
description: string;
|
|
586
587
|
id: string;
|
|
587
588
|
projectId: string;
|
|
@@ -621,15 +622,15 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
621
622
|
command?: string[] | undefined;
|
|
622
623
|
digest: string;
|
|
623
624
|
entrypoint?: string[] | undefined;
|
|
624
|
-
env?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
625
|
-
exposedPorts?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
625
|
+
env?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerContainerImageConfigEnv[] | undefined;
|
|
626
|
+
exposedPorts?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerContainerImageConfigExposedPort[] | undefined;
|
|
626
627
|
hasAiGeneratedData: boolean;
|
|
627
628
|
isAiAvailable: boolean;
|
|
628
629
|
isUserRoot: boolean;
|
|
629
630
|
overwritingUser?: number | undefined;
|
|
630
631
|
user: string;
|
|
631
632
|
userId: number;
|
|
632
|
-
volumes?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
633
|
+
volumes?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerContainerImageConfigVolume[] | undefined;
|
|
633
634
|
}>;
|
|
634
635
|
/** Get logs belonging to a Service. */
|
|
635
636
|
getServiceLogs: (conf: {
|
|
@@ -653,19 +654,19 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
653
654
|
"x-access-token"?: string | undefined;
|
|
654
655
|
} | undefined;
|
|
655
656
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
656
|
-
deploy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
657
|
-
deployedState: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
657
|
+
deploy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerDeploy | undefined;
|
|
658
|
+
deployedState: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceState;
|
|
658
659
|
description: string;
|
|
659
660
|
id: string;
|
|
660
661
|
message?: string | undefined;
|
|
661
|
-
pendingState: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
662
|
+
pendingState: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceState;
|
|
662
663
|
projectId: string;
|
|
663
664
|
requiresRecreate: boolean;
|
|
664
665
|
restartPolicy?: "no" | "always" | "on-failure" | "unless-stopped" | undefined;
|
|
665
666
|
serviceName: string;
|
|
666
667
|
shortId: string;
|
|
667
668
|
stackId: string;
|
|
668
|
-
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
669
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceStatus;
|
|
669
670
|
statusSetAt: string;
|
|
670
671
|
}>;
|
|
671
672
|
/** Get a Container Template icon. */
|
|
@@ -683,7 +684,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
683
684
|
} | undefined;
|
|
684
685
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
685
686
|
categories: string[];
|
|
686
|
-
description: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
687
|
+
description: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
687
688
|
developer: string;
|
|
688
689
|
domains?: {
|
|
689
690
|
port: string;
|
|
@@ -693,14 +694,14 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
693
694
|
}[] | undefined;
|
|
694
695
|
help?: {
|
|
695
696
|
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.
|
|
697
|
+
content: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
698
|
+
heading: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
699
|
+
link?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
700
|
+
linkText?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
700
701
|
status: string;
|
|
701
702
|
}[];
|
|
702
703
|
technicalDetails?: {
|
|
703
|
-
key: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
704
|
+
key: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
704
705
|
value: string;
|
|
705
706
|
}[];
|
|
706
707
|
} | undefined;
|
|
@@ -711,14 +712,14 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
711
712
|
name: string;
|
|
712
713
|
} | undefined;
|
|
713
714
|
manifestVersion: string;
|
|
714
|
-
name: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
715
|
+
name: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
715
716
|
repository?: string | undefined;
|
|
716
717
|
supportLink?: string | undefined;
|
|
717
|
-
tagline: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
718
|
+
tagline: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
718
719
|
userInputs?: {
|
|
719
720
|
dataSource?: string;
|
|
720
721
|
defaultValue?: string;
|
|
721
|
-
label?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
722
|
+
label?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
722
723
|
name: string;
|
|
723
724
|
required: boolean;
|
|
724
725
|
validationSchema?: string;
|
|
@@ -739,7 +740,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
739
740
|
skip?: number | undefined;
|
|
740
741
|
page?: number | undefined;
|
|
741
742
|
} | undefined;
|
|
742
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
743
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerStackResponse[]>;
|
|
743
744
|
/** List Services belonging to a Project. */
|
|
744
745
|
listServices: (conf: {
|
|
745
746
|
projectId: string;
|
|
@@ -750,15 +751,15 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
750
751
|
queryParameters?: {
|
|
751
752
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
752
753
|
stackId?: string | undefined;
|
|
753
|
-
status?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
754
|
+
status?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceStatus | undefined;
|
|
754
755
|
requiresRecreate?: boolean | undefined;
|
|
755
756
|
searchTerm?: string | undefined;
|
|
756
|
-
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
757
|
+
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceSortOrder | undefined;
|
|
757
758
|
limit?: number | undefined;
|
|
758
759
|
skip?: number | undefined;
|
|
759
760
|
page?: number | undefined;
|
|
760
761
|
} | undefined;
|
|
761
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
762
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceResponse[]>;
|
|
762
763
|
/** List Volumes belonging to a Stack. */
|
|
763
764
|
listStackVolumes: (conf: {
|
|
764
765
|
stackId: string;
|
|
@@ -769,12 +770,12 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
769
770
|
queryParameters?: {
|
|
770
771
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
771
772
|
searchTerm?: string | undefined;
|
|
772
|
-
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
773
|
+
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerVolumeSortOrder | undefined;
|
|
773
774
|
limit?: number | undefined;
|
|
774
775
|
skip?: number | undefined;
|
|
775
776
|
page?: number | undefined;
|
|
776
777
|
} | undefined;
|
|
777
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
778
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerVolumeResponse[]>;
|
|
778
779
|
/** List Container Templates. */
|
|
779
780
|
listTemplates: (conf?: {
|
|
780
781
|
headers?: {
|
|
@@ -789,7 +790,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
789
790
|
skip?: number | undefined;
|
|
790
791
|
page?: number | undefined;
|
|
791
792
|
} | undefined;
|
|
792
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
793
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplate[]>;
|
|
793
794
|
/** List Volumes belonging to a Project. */
|
|
794
795
|
listVolumes: (conf: {
|
|
795
796
|
projectId: string;
|
|
@@ -801,12 +802,26 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
801
802
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
802
803
|
stackId?: string | undefined;
|
|
803
804
|
searchTerm?: string | undefined;
|
|
804
|
-
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
805
|
+
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerVolumeSortOrder | undefined;
|
|
805
806
|
limit?: number | undefined;
|
|
806
807
|
skip?: number | undefined;
|
|
807
808
|
page?: number | undefined;
|
|
808
809
|
} | undefined;
|
|
809
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
810
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerVolumeResponse[]>;
|
|
811
|
+
/** List Container Template statistics. */
|
|
812
|
+
listTemplateStatistics: (conf?: {
|
|
813
|
+
headers?: {
|
|
814
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
815
|
+
} | undefined;
|
|
816
|
+
queryParameters?: {
|
|
817
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
818
|
+
templateId?: string | undefined;
|
|
819
|
+
category?: string | undefined;
|
|
820
|
+
} | undefined;
|
|
821
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
822
|
+
category?: string | undefined;
|
|
823
|
+
templates?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[] | undefined;
|
|
824
|
+
}>;
|
|
810
825
|
};
|
|
811
826
|
declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
812
827
|
/** Return the BaseItem of the Contract with the given ID. */
|
|
@@ -818,8 +833,8 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
818
833
|
} | undefined;
|
|
819
834
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
820
835
|
activationDate?: string | undefined;
|
|
821
|
-
aggregateReference?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
822
|
-
articles: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
836
|
+
aggregateReference?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractAggregateReference | undefined;
|
|
837
|
+
articles: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractArticle[];
|
|
823
838
|
contractPeriod: number;
|
|
824
839
|
description: string;
|
|
825
840
|
freeTrialDays?: number | undefined;
|
|
@@ -837,9 +852,9 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
837
852
|
orderDate?: string | undefined;
|
|
838
853
|
orderId?: string | undefined;
|
|
839
854
|
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.
|
|
855
|
+
tariffChange?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTariffChange | undefined;
|
|
856
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
857
|
+
totalPrice: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractPrice;
|
|
843
858
|
}>;
|
|
844
859
|
/** Return the AI Hosting Contract for the given Customer. */
|
|
845
860
|
getDetailOfContractByAiHosting: (conf: {
|
|
@@ -849,12 +864,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
849
864
|
"x-access-token"?: string | undefined;
|
|
850
865
|
} | undefined;
|
|
851
866
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
852
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
853
|
-
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;
|
|
854
869
|
contractId: string;
|
|
855
870
|
contractNumber: string;
|
|
856
871
|
customerId: string;
|
|
857
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
872
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
858
873
|
}>;
|
|
859
874
|
/** Return the Contract for the given Certificate. */
|
|
860
875
|
getDetailOfContractByCertificate: (conf: {
|
|
@@ -864,12 +879,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
864
879
|
"x-access-token"?: string | undefined;
|
|
865
880
|
} | undefined;
|
|
866
881
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
867
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
868
|
-
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;
|
|
869
884
|
contractId: string;
|
|
870
885
|
contractNumber: string;
|
|
871
886
|
customerId: string;
|
|
872
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
887
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
873
888
|
}>;
|
|
874
889
|
/** Return the Contract for the given Domain. */
|
|
875
890
|
getDetailOfContractByDomain: (conf: {
|
|
@@ -879,12 +894,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
879
894
|
"x-access-token"?: string | undefined;
|
|
880
895
|
} | undefined;
|
|
881
896
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
882
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
883
|
-
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;
|
|
884
899
|
contractId: string;
|
|
885
900
|
contractNumber: string;
|
|
886
901
|
customerId: string;
|
|
887
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
902
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
888
903
|
}>;
|
|
889
904
|
/** Return the Contract for the given LeadFyndrProfile. */
|
|
890
905
|
getDetailOfContractByLeadFyndr: (conf: {
|
|
@@ -894,12 +909,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
894
909
|
"x-access-token"?: string | undefined;
|
|
895
910
|
} | undefined;
|
|
896
911
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
897
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
898
|
-
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;
|
|
899
914
|
contractId: string;
|
|
900
915
|
contractNumber: string;
|
|
901
916
|
customerId: string;
|
|
902
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
917
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
903
918
|
}>;
|
|
904
919
|
/** Return the Contract for the given License. */
|
|
905
920
|
getDetailOfContractByLicense: (conf: {
|
|
@@ -909,12 +924,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
909
924
|
"x-access-token"?: string | undefined;
|
|
910
925
|
} | undefined;
|
|
911
926
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
912
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
913
|
-
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;
|
|
914
929
|
contractId: string;
|
|
915
930
|
contractNumber: string;
|
|
916
931
|
customerId: string;
|
|
917
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
932
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
918
933
|
}>;
|
|
919
934
|
/** Return the Contract for the given Mail Address. */
|
|
920
935
|
getDetailOfContractByMailAddress: (conf: {
|
|
@@ -924,12 +939,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
924
939
|
"x-access-token"?: string | undefined;
|
|
925
940
|
} | undefined;
|
|
926
941
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
927
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
928
|
-
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;
|
|
929
944
|
contractId: string;
|
|
930
945
|
contractNumber: string;
|
|
931
946
|
customerId: string;
|
|
932
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
947
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
933
948
|
}>;
|
|
934
949
|
/** Return the Contract for the given Project. */
|
|
935
950
|
getDetailOfContractByProject: (conf: {
|
|
@@ -939,12 +954,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
939
954
|
"x-access-token"?: string | undefined;
|
|
940
955
|
} | undefined;
|
|
941
956
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
942
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
943
|
-
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;
|
|
944
959
|
contractId: string;
|
|
945
960
|
contractNumber: string;
|
|
946
961
|
customerId: string;
|
|
947
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
962
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
948
963
|
}>;
|
|
949
964
|
/** Return the Contract for the given Server. */
|
|
950
965
|
getDetailOfContractByServer: (conf: {
|
|
@@ -954,12 +969,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
954
969
|
"x-access-token"?: string | undefined;
|
|
955
970
|
} | undefined;
|
|
956
971
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
957
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
958
|
-
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
972
|
+
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem[] | undefined;
|
|
973
|
+
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
|
|
959
974
|
contractId: string;
|
|
960
975
|
contractNumber: string;
|
|
961
976
|
customerId: string;
|
|
962
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
977
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
963
978
|
}>;
|
|
964
979
|
/** Get the ContractItem with the given ID. */
|
|
965
980
|
getDetailOfContractItem: (conf: {
|
|
@@ -971,8 +986,8 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
971
986
|
} | undefined;
|
|
972
987
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
973
988
|
activationDate?: string | undefined;
|
|
974
|
-
aggregateReference?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
975
|
-
articles: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
989
|
+
aggregateReference?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractAggregateReference | undefined;
|
|
990
|
+
articles: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractArticle[];
|
|
976
991
|
contractPeriod: number;
|
|
977
992
|
description: string;
|
|
978
993
|
freeTrialDays?: number | undefined;
|
|
@@ -990,9 +1005,9 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
990
1005
|
orderDate?: string | undefined;
|
|
991
1006
|
orderId?: string | undefined;
|
|
992
1007
|
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.
|
|
1008
|
+
tariffChange?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTariffChange | undefined;
|
|
1009
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
1010
|
+
totalPrice: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractPrice;
|
|
996
1011
|
}>;
|
|
997
1012
|
/** Returns the Contract with the given ID. */
|
|
998
1013
|
getDetailOfContract: (conf: {
|
|
@@ -1002,12 +1017,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1002
1017
|
"x-access-token"?: string | undefined;
|
|
1003
1018
|
} | undefined;
|
|
1004
1019
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1005
|
-
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1006
|
-
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1020
|
+
additionalItems?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem[] | undefined;
|
|
1021
|
+
baseItem: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContractItem;
|
|
1007
1022
|
contractId: string;
|
|
1008
1023
|
contractNumber: string;
|
|
1009
1024
|
customerId: string;
|
|
1010
|
-
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1025
|
+
termination?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractTermination | undefined;
|
|
1011
1026
|
}>;
|
|
1012
1027
|
/** Return a list of Contracts for the given Customer. */
|
|
1013
1028
|
listContracts: (conf: {
|
|
@@ -1022,7 +1037,7 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1022
1037
|
skip?: number | undefined;
|
|
1023
1038
|
page?: number | undefined;
|
|
1024
1039
|
} | undefined;
|
|
1025
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1040
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContractContract[]>;
|
|
1026
1041
|
/** Get details of an Invoice. */
|
|
1027
1042
|
invoiceDetail: (conf: {
|
|
1028
1043
|
invoiceId: string;
|
|
@@ -1032,7 +1047,7 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1032
1047
|
} | undefined;
|
|
1033
1048
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1034
1049
|
amountPaid: number;
|
|
1035
|
-
cancellation?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1050
|
+
cancellation?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoiceCancellation | undefined;
|
|
1036
1051
|
cancellationOf?: string | undefined;
|
|
1037
1052
|
currency: string;
|
|
1038
1053
|
customerId: string;
|
|
@@ -1040,14 +1055,14 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1040
1055
|
groups: {
|
|
1041
1056
|
contractId?: string;
|
|
1042
1057
|
description?: string;
|
|
1043
|
-
items: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1058
|
+
items: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoiceInvoiceItem[];
|
|
1044
1059
|
}[];
|
|
1045
1060
|
id: string;
|
|
1046
1061
|
invoiceNumber: string;
|
|
1047
1062
|
invoiceType: "REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION";
|
|
1048
|
-
paymentSettings?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1063
|
+
paymentSettings?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoicePaymentSettings | undefined;
|
|
1049
1064
|
pdfId: string;
|
|
1050
|
-
recipient: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1065
|
+
recipient: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoiceRecipient;
|
|
1051
1066
|
reissuedBy?: string | undefined;
|
|
1052
1067
|
status: "NEW" | "CONFIRMED" | "DENIED" | "PAID" | "PARTIALLY_PAID" | "OVERPAID";
|
|
1053
1068
|
totalGross: number;
|
|
@@ -1066,12 +1081,12 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1066
1081
|
debitPaymentStopUntil?: string | undefined;
|
|
1067
1082
|
id: string;
|
|
1068
1083
|
invoicePeriod?: number | undefined;
|
|
1069
|
-
lastBankingInformation?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1070
|
-
paymentSettings?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1084
|
+
lastBankingInformation?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoiceBankingInformation | undefined;
|
|
1085
|
+
paymentSettings?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoicePaymentSettings | undefined;
|
|
1071
1086
|
printedInvoices?: boolean | undefined;
|
|
1072
|
-
recipient?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1087
|
+
recipient?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoiceRecipient | undefined;
|
|
1073
1088
|
recipientSameAsOwner?: boolean | undefined;
|
|
1074
|
-
status?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1089
|
+
status?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoiceInvoiceSettingsStatus[] | undefined;
|
|
1075
1090
|
targetDay?: number | undefined;
|
|
1076
1091
|
}>;
|
|
1077
1092
|
/** Request an Access Token for the Invoice file. */
|
|
@@ -1104,7 +1119,7 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1104
1119
|
sort?: "invoiceNumber"[] | undefined;
|
|
1105
1120
|
order?: ("asc" | "desc")[] | undefined;
|
|
1106
1121
|
} | undefined;
|
|
1107
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1122
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoiceInvoice[]>;
|
|
1108
1123
|
/** Get list of Orders. */
|
|
1109
1124
|
orderListOrders: (conf?: {
|
|
1110
1125
|
headers?: {
|
|
@@ -1113,15 +1128,15 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1113
1128
|
} | undefined;
|
|
1114
1129
|
queryParameters?: {
|
|
1115
1130
|
[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.
|
|
1131
|
+
includesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderStatus[] | undefined;
|
|
1132
|
+
excludesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderStatus[] | undefined;
|
|
1118
1133
|
templateNames?: string[] | undefined;
|
|
1119
|
-
types?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1134
|
+
types?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderType[] | undefined;
|
|
1120
1135
|
limit?: number | undefined;
|
|
1121
1136
|
skip?: number | undefined;
|
|
1122
1137
|
page?: number | undefined;
|
|
1123
1138
|
} | undefined;
|
|
1124
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1139
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderCustomerOrder[]>;
|
|
1125
1140
|
/** Get Order for Customer. */
|
|
1126
1141
|
orderGetOrder: (conf: {
|
|
1127
1142
|
orderId: string;
|
|
@@ -1134,14 +1149,14 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1134
1149
|
customerId: string;
|
|
1135
1150
|
dueDate?: string | undefined;
|
|
1136
1151
|
invoicingPeriod: number;
|
|
1137
|
-
items: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1152
|
+
items: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderItem[];
|
|
1138
1153
|
orderDate?: string | undefined;
|
|
1139
1154
|
orderId: string;
|
|
1140
1155
|
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.
|
|
1156
|
+
profile?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderProfile | undefined;
|
|
1157
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderStatus;
|
|
1158
|
+
summary: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderSummary;
|
|
1159
|
+
type: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderType;
|
|
1145
1160
|
}>;
|
|
1146
1161
|
/** Get list of Orders of a Customer. */
|
|
1147
1162
|
orderListCustomerOrders: (conf: {
|
|
@@ -1155,11 +1170,11 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1155
1170
|
limit?: number | undefined;
|
|
1156
1171
|
skip?: number | undefined;
|
|
1157
1172
|
page?: number | undefined;
|
|
1158
|
-
includesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1159
|
-
excludesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1173
|
+
includesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderStatus[] | undefined;
|
|
1174
|
+
excludesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderStatus[] | undefined;
|
|
1160
1175
|
templateNames?: string[] | undefined;
|
|
1161
1176
|
} | undefined;
|
|
1162
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1177
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderCustomerOrder[]>;
|
|
1163
1178
|
/** Get list of Orders of a Project. */
|
|
1164
1179
|
orderListProjectOrders: (conf: {
|
|
1165
1180
|
projectId: string;
|
|
@@ -1172,11 +1187,11 @@ declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1172
1187
|
limit?: number | undefined;
|
|
1173
1188
|
skip?: number | undefined;
|
|
1174
1189
|
page?: number | undefined;
|
|
1175
|
-
includesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1176
|
-
excludesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1190
|
+
includesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderStatus[] | undefined;
|
|
1191
|
+
excludesStatus?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderOrderStatus[] | undefined;
|
|
1177
1192
|
templateNames?: string[] | undefined;
|
|
1178
1193
|
} | undefined;
|
|
1179
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1194
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldOrderCustomerOrder[]>;
|
|
1180
1195
|
};
|
|
1181
1196
|
declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
1182
1197
|
/** Get a Contributor. */
|
|
@@ -1185,7 +1200,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1185
1200
|
headers?: {
|
|
1186
1201
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1187
1202
|
} | undefined;
|
|
1188
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV3Next.Paths.
|
|
1203
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV3Next.Paths.V3NextContributorsContributorId.Get.Responses.$200.Content.ApplicationJson>>;
|
|
1189
1204
|
/** Get Contributor Billing Information. */
|
|
1190
1205
|
contributorGetBillingInformation: (conf: {
|
|
1191
1206
|
contributorId: string;
|
|
@@ -1231,7 +1246,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1231
1246
|
extensionId?: string | undefined;
|
|
1232
1247
|
extensionInstanceId?: string | undefined;
|
|
1233
1248
|
} | undefined;
|
|
1234
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1249
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContractPartner[]>;
|
|
1235
1250
|
/** List incoming Invoices of a Contributor. */
|
|
1236
1251
|
contributorListIncomingInvoices: (conf: {
|
|
1237
1252
|
contributorId: string;
|
|
@@ -1258,7 +1273,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1258
1273
|
invoiceNumber: string;
|
|
1259
1274
|
invoiceType?: "REGULAR" | "CORRECTION" | "REISSUE" | "CANCELLATION";
|
|
1260
1275
|
pdfId: string;
|
|
1261
|
-
recipient: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1276
|
+
recipient: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldInvoiceRecipient;
|
|
1262
1277
|
totalGross: number;
|
|
1263
1278
|
totalNet: number;
|
|
1264
1279
|
}[]>;
|
|
@@ -1303,7 +1318,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1303
1318
|
variantKey?: string | undefined;
|
|
1304
1319
|
} | undefined;
|
|
1305
1320
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1306
|
-
chargeability: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1321
|
+
chargeability: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionInstanceChargeability;
|
|
1307
1322
|
}>;
|
|
1308
1323
|
/** List ExtensionInstances. */
|
|
1309
1324
|
extensionListExtensionInstances: (conf?: {
|
|
@@ -1313,7 +1328,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1313
1328
|
} | undefined;
|
|
1314
1329
|
queryParameters?: {
|
|
1315
1330
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1316
|
-
context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1331
|
+
context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContext | undefined;
|
|
1317
1332
|
contextId?: string | undefined;
|
|
1318
1333
|
extensionId?: string | undefined;
|
|
1319
1334
|
searchTerm?: string | undefined;
|
|
@@ -1324,7 +1339,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1324
1339
|
sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
|
|
1325
1340
|
order?: ("asc" | "desc")[] | undefined;
|
|
1326
1341
|
} | undefined;
|
|
1327
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1342
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionInstance[]>;
|
|
1328
1343
|
/** Get an ExtensionInstance. */
|
|
1329
1344
|
extensionGetExtensionInstance: (conf: {
|
|
1330
1345
|
extensionInstanceId: string;
|
|
@@ -1338,7 +1353,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1338
1353
|
domain: string;
|
|
1339
1354
|
id: string;
|
|
1340
1355
|
};
|
|
1341
|
-
chargeability: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1356
|
+
chargeability: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionInstanceChargeability;
|
|
1342
1357
|
consentedScopes: string[];
|
|
1343
1358
|
contributorId: string;
|
|
1344
1359
|
contributorName: string;
|
|
@@ -1347,9 +1362,9 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1347
1362
|
extensionDeletionDeadline?: string | undefined;
|
|
1348
1363
|
extensionId: string;
|
|
1349
1364
|
extensionName: string;
|
|
1350
|
-
extensionSubTitle?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1365
|
+
extensionSubTitle?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceSubTitle | undefined;
|
|
1351
1366
|
frontendFragments?: {
|
|
1352
|
-
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1367
|
+
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceFrontendFragment;
|
|
1353
1368
|
} | undefined;
|
|
1354
1369
|
id: string;
|
|
1355
1370
|
nextScheduledWebhookExecution?: string | undefined;
|
|
@@ -1367,46 +1382,46 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1367
1382
|
"x-access-token"?: string | undefined;
|
|
1368
1383
|
} | undefined;
|
|
1369
1384
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1370
|
-
assets: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1371
|
-
backendComponents?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1385
|
+
assets: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionAsset[];
|
|
1386
|
+
backendComponents?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceBackendComponents | undefined;
|
|
1372
1387
|
blocked?: boolean | undefined;
|
|
1373
|
-
context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1388
|
+
context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContext | undefined;
|
|
1374
1389
|
contributorId: string;
|
|
1375
1390
|
deletionDeadline?: string | undefined;
|
|
1376
|
-
deprecation?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1391
|
+
deprecation?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionDeprecation | undefined;
|
|
1377
1392
|
description?: string | undefined;
|
|
1378
|
-
detailedDescriptions?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1393
|
+
detailedDescriptions?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceDetailedDescriptions | undefined;
|
|
1379
1394
|
disabled?: boolean | undefined;
|
|
1380
|
-
externalFrontends?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1381
|
-
frontendComponents?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1395
|
+
externalFrontends?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExternalComponent[] | undefined;
|
|
1396
|
+
frontendComponents?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExternalComponent[] | undefined;
|
|
1382
1397
|
frontendFragments?: {
|
|
1383
|
-
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1398
|
+
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceFrontendFragment;
|
|
1384
1399
|
} | undefined;
|
|
1385
1400
|
functional: boolean;
|
|
1386
1401
|
id: string;
|
|
1387
1402
|
isDeletionScheduled?: boolean | undefined;
|
|
1388
1403
|
logoRefId?: string | undefined;
|
|
1389
1404
|
name: string;
|
|
1390
|
-
pricing?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1391
|
-
pricingDetails?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1405
|
+
pricing?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceMonthlyPricePlanStrategy | undefined;
|
|
1406
|
+
pricingDetails?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplacePricePlanDetails | undefined;
|
|
1392
1407
|
published: boolean;
|
|
1393
1408
|
requestedChanges?: {
|
|
1394
|
-
context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1409
|
+
context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContext;
|
|
1395
1410
|
scopes?: string[];
|
|
1396
|
-
webhookUrls?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1411
|
+
webhookUrls?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceWebhookUrls | {};
|
|
1397
1412
|
} | undefined;
|
|
1398
1413
|
scopes?: string[] | undefined;
|
|
1399
|
-
secrets: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1414
|
+
secrets: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionSecret[];
|
|
1400
1415
|
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.
|
|
1416
|
+
statistics: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionStatistics;
|
|
1417
|
+
subTitle?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceSubTitle | undefined;
|
|
1418
|
+
support?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceSupportMeta & {
|
|
1404
1419
|
inherited: boolean;
|
|
1405
1420
|
}) | undefined;
|
|
1406
1421
|
tags?: string[] | undefined;
|
|
1407
1422
|
verificationRequested: boolean;
|
|
1408
1423
|
verified: boolean;
|
|
1409
|
-
webhookUrls?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1424
|
+
webhookUrls?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceWebhookUrls | undefined;
|
|
1410
1425
|
}>;
|
|
1411
1426
|
/** Get all open extension orders for given customer */
|
|
1412
1427
|
extensionGetCustomerExtensionInstanceOrders: (conf: {
|
|
@@ -1456,7 +1471,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1456
1471
|
domain: string;
|
|
1457
1472
|
id: string;
|
|
1458
1473
|
};
|
|
1459
|
-
chargeability: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1474
|
+
chargeability: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionInstanceChargeability;
|
|
1460
1475
|
consentedScopes: string[];
|
|
1461
1476
|
contributorId: string;
|
|
1462
1477
|
contributorName: string;
|
|
@@ -1465,9 +1480,9 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1465
1480
|
extensionDeletionDeadline?: string | undefined;
|
|
1466
1481
|
extensionId: string;
|
|
1467
1482
|
extensionName: string;
|
|
1468
|
-
extensionSubTitle?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1483
|
+
extensionSubTitle?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceSubTitle | undefined;
|
|
1469
1484
|
frontendFragments?: {
|
|
1470
|
-
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1485
|
+
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceFrontendFragment;
|
|
1471
1486
|
} | undefined;
|
|
1472
1487
|
id: string;
|
|
1473
1488
|
nextScheduledWebhookExecution?: string | undefined;
|
|
@@ -1490,7 +1505,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1490
1505
|
domain: string;
|
|
1491
1506
|
id: string;
|
|
1492
1507
|
};
|
|
1493
|
-
chargeability: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1508
|
+
chargeability: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionInstanceChargeability;
|
|
1494
1509
|
consentedScopes: string[];
|
|
1495
1510
|
contributorId: string;
|
|
1496
1511
|
contributorName: string;
|
|
@@ -1499,9 +1514,9 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1499
1514
|
extensionDeletionDeadline?: string | undefined;
|
|
1500
1515
|
extensionId: string;
|
|
1501
1516
|
extensionName: string;
|
|
1502
|
-
extensionSubTitle?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1517
|
+
extensionSubTitle?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceSubTitle | undefined;
|
|
1503
1518
|
frontendFragments?: {
|
|
1504
|
-
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1519
|
+
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceFrontendFragment;
|
|
1505
1520
|
} | undefined;
|
|
1506
1521
|
id: string;
|
|
1507
1522
|
nextScheduledWebhookExecution?: string | undefined;
|
|
@@ -1516,7 +1531,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1516
1531
|
headers?: {
|
|
1517
1532
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1518
1533
|
} | undefined;
|
|
1519
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV3Next.Paths.
|
|
1534
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV3Next.Paths.V3NextExtensionsExtensionId.Get.Responses.$200.Content.ApplicationJson>>;
|
|
1520
1535
|
/** Get all open extension orders for given project */
|
|
1521
1536
|
extensionGetProjectExtensionInstanceOrders: (conf: {
|
|
1522
1537
|
projectId: string;
|
|
@@ -1556,14 +1571,14 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1556
1571
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1557
1572
|
extensionId?: string | undefined;
|
|
1558
1573
|
extensionInstanceId?: string | undefined;
|
|
1559
|
-
state?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1574
|
+
state?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionInstanceWebhookExecutionState[] | undefined;
|
|
1560
1575
|
limit?: number | undefined;
|
|
1561
1576
|
skip?: number | undefined;
|
|
1562
1577
|
page?: number | undefined;
|
|
1563
1578
|
sort?: ("attempts" | "nextScheduledExecution")[] | undefined;
|
|
1564
1579
|
order?: ("asc" | "desc")[] | undefined;
|
|
1565
1580
|
} | undefined;
|
|
1566
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1581
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionInstanceWebhookExecution[]>;
|
|
1567
1582
|
/** List Contributors. */
|
|
1568
1583
|
extensionListContributors: (conf?: {
|
|
1569
1584
|
headers?: {
|
|
@@ -1577,7 +1592,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1577
1592
|
sort?: "name" | undefined;
|
|
1578
1593
|
order?: "asc" | "desc" | undefined;
|
|
1579
1594
|
} | undefined;
|
|
1580
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1595
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContributor[]>;
|
|
1581
1596
|
/** List Extensions. */
|
|
1582
1597
|
extensionListExtensions: (conf?: {
|
|
1583
1598
|
headers?: {
|
|
@@ -1585,7 +1600,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1585
1600
|
} | undefined;
|
|
1586
1601
|
queryParameters?: {
|
|
1587
1602
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1588
|
-
context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1603
|
+
context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContext | undefined;
|
|
1589
1604
|
searchTerm?: string | undefined;
|
|
1590
1605
|
includeDeprecated?: boolean | undefined;
|
|
1591
1606
|
includeFree?: boolean | undefined;
|
|
@@ -1596,7 +1611,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1596
1611
|
sort?: "name" | "pricing.priceInCents" | undefined;
|
|
1597
1612
|
order?: "asc" | "desc" | undefined;
|
|
1598
1613
|
} | undefined;
|
|
1599
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1614
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtension[]>;
|
|
1600
1615
|
/** List Extensions of own contributor. */
|
|
1601
1616
|
extensionListOwnExtensions: (conf: {
|
|
1602
1617
|
contributorId: string;
|
|
@@ -1610,7 +1625,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1610
1625
|
skip?: number | undefined;
|
|
1611
1626
|
page?: number | undefined;
|
|
1612
1627
|
} | undefined;
|
|
1613
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1628
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceOwnExtension[]>;
|
|
1614
1629
|
/** List Scopes. */
|
|
1615
1630
|
extensionListScopes: (conf?: {
|
|
1616
1631
|
headers?: {
|
|
@@ -1649,14 +1664,14 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1649
1664
|
sort?: ("createdAt" | "lastMessage.createdAt" | "title" | "shortId" | "conversationId")[] | undefined;
|
|
1650
1665
|
order?: ("asc" | "desc")[] | undefined;
|
|
1651
1666
|
} | undefined;
|
|
1652
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1667
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationConversation[]>;
|
|
1653
1668
|
/** Get all message of the conversation. */
|
|
1654
1669
|
listMessagesByConversation: (conf: {
|
|
1655
1670
|
conversationId: string;
|
|
1656
1671
|
headers?: {
|
|
1657
1672
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1658
1673
|
} | undefined;
|
|
1659
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<(import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1674
|
+
}) => 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
1675
|
/** Get a specific conversation category. */
|
|
1661
1676
|
getCategory: (conf: {
|
|
1662
1677
|
categoryId: string;
|
|
@@ -1666,7 +1681,7 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1666
1681
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1667
1682
|
categoryId: string;
|
|
1668
1683
|
name: string;
|
|
1669
|
-
referenceType: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1684
|
+
referenceType: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationCategoryReferenceType;
|
|
1670
1685
|
}>;
|
|
1671
1686
|
/** Get members of a support conversation. */
|
|
1672
1687
|
getConversationMembers: (conf: {
|
|
@@ -1674,7 +1689,7 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1674
1689
|
headers?: {
|
|
1675
1690
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1676
1691
|
} | undefined;
|
|
1677
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<(import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1692
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<(import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationUser & {
|
|
1678
1693
|
active: boolean;
|
|
1679
1694
|
})[]>;
|
|
1680
1695
|
/** Get preferences for customer conversations. */
|
|
@@ -1699,25 +1714,25 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1699
1714
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1700
1715
|
} | undefined;
|
|
1701
1716
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1702
|
-
category?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1717
|
+
category?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationCategory | undefined;
|
|
1703
1718
|
conversationId: string;
|
|
1704
1719
|
createdAt: string;
|
|
1705
1720
|
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.
|
|
1721
|
+
mainUser: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationUser;
|
|
1722
|
+
notificationRoles?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationNotificationRole[] | undefined;
|
|
1723
|
+
relatedTo?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationRelatedAggregateReference | undefined;
|
|
1724
|
+
relations?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationAggregateReference[] | undefined;
|
|
1725
|
+
sharedWith?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationShareableAggregateReference | undefined;
|
|
1711
1726
|
shortId: string;
|
|
1712
|
-
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1727
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationStatus;
|
|
1713
1728
|
title: string;
|
|
1714
1729
|
visibility: "shared" | "private";
|
|
1715
|
-
createdBy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1730
|
+
createdBy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationUser | undefined;
|
|
1716
1731
|
lastMessage?: {
|
|
1717
1732
|
createdAt: string;
|
|
1718
|
-
createdBy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1733
|
+
createdBy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationUser;
|
|
1719
1734
|
} | undefined;
|
|
1720
|
-
lastMessageBy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1735
|
+
lastMessageBy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationUser | undefined;
|
|
1721
1736
|
}>;
|
|
1722
1737
|
/** Request an access token for the File belonging to the Conversation. */
|
|
1723
1738
|
getFileAccessToken: (conf: {
|
|
@@ -1735,7 +1750,7 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1735
1750
|
headers?: {
|
|
1736
1751
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1737
1752
|
} | undefined;
|
|
1738
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1753
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldConversationCategory[]>;
|
|
1739
1754
|
};
|
|
1740
1755
|
declare const buildCronjobApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
1741
1756
|
/** List Cronjobs belonging to a Project. */
|
|
@@ -1752,7 +1767,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1752
1767
|
skip?: number | undefined;
|
|
1753
1768
|
page?: number | undefined;
|
|
1754
1769
|
} | undefined;
|
|
1755
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1770
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobCronjob[]>;
|
|
1756
1771
|
/** List CronjobExecutions belonging to a Cronjob. */
|
|
1757
1772
|
listExecutions: (conf: {
|
|
1758
1773
|
cronjobId: string;
|
|
@@ -1769,9 +1784,9 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1769
1784
|
until?: string | undefined;
|
|
1770
1785
|
status?: string | undefined;
|
|
1771
1786
|
triggeredByUser?: boolean | undefined;
|
|
1772
|
-
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1787
|
+
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobCronjobExecutionSortOrder | undefined;
|
|
1773
1788
|
} | undefined;
|
|
1774
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1789
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobCronjobExecution[]>;
|
|
1775
1790
|
/** Get a Cronjob. */
|
|
1776
1791
|
getCronjob: (conf: {
|
|
1777
1792
|
cronjobId: string;
|
|
@@ -1783,19 +1798,19 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1783
1798
|
active: boolean;
|
|
1784
1799
|
appId: string;
|
|
1785
1800
|
appInstallationId?: string | undefined;
|
|
1786
|
-
concurrencyPolicy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1801
|
+
concurrencyPolicy?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobConcurrencyPolicy | undefined;
|
|
1787
1802
|
createdAt: string;
|
|
1788
1803
|
description: string;
|
|
1789
|
-
destination?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1804
|
+
destination?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobCronjobUrl | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobCronjobCommand) | undefined;
|
|
1790
1805
|
email?: string | undefined;
|
|
1791
1806
|
failedExecutionAlertThreshold: number;
|
|
1792
1807
|
id: string;
|
|
1793
1808
|
interval: string;
|
|
1794
|
-
latestExecution?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1809
|
+
latestExecution?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobCronjobExecution | undefined;
|
|
1795
1810
|
nextExecutionTime?: string | undefined;
|
|
1796
1811
|
projectId?: string | undefined;
|
|
1797
1812
|
shortId: string;
|
|
1798
|
-
target?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1813
|
+
target?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobAppInstallationTarget | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCronjobServiceTargetResponse) | undefined;
|
|
1799
1814
|
timeZone?: string | undefined;
|
|
1800
1815
|
timeout: number;
|
|
1801
1816
|
updatedAt: string;
|
|
@@ -1854,7 +1869,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1854
1869
|
skip?: number | undefined;
|
|
1855
1870
|
searchTerm?: string | undefined;
|
|
1856
1871
|
} | undefined;
|
|
1857
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1872
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipCustomerInvite[]>;
|
|
1858
1873
|
/** Get all customer profiles the authenticated user has access to. */
|
|
1859
1874
|
listCustomers: (conf?: {
|
|
1860
1875
|
headers?: {
|
|
@@ -1869,7 +1884,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1869
1884
|
skip?: number | undefined;
|
|
1870
1885
|
page?: number | undefined;
|
|
1871
1886
|
} | undefined;
|
|
1872
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1887
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCustomerCustomer[]>;
|
|
1873
1888
|
/** Gets the Wallet of the Customer. */
|
|
1874
1889
|
getWallet: (conf: {
|
|
1875
1890
|
customerId: string;
|
|
@@ -1895,11 +1910,11 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1895
1910
|
customerId: string;
|
|
1896
1911
|
customerName: string;
|
|
1897
1912
|
id: string;
|
|
1898
|
-
information: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1913
|
+
information: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipInviteInformation;
|
|
1899
1914
|
mailAddress: string;
|
|
1900
1915
|
membershipExpiresAt?: string | undefined;
|
|
1901
1916
|
message?: string | undefined;
|
|
1902
|
-
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1917
|
+
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipCustomerRoles;
|
|
1903
1918
|
}>;
|
|
1904
1919
|
/** Get a CustomerMembership. */
|
|
1905
1920
|
getCustomerMembership: (conf: {
|
|
@@ -1919,7 +1934,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1919
1934
|
lastName: string;
|
|
1920
1935
|
memberSince?: string | undefined;
|
|
1921
1936
|
mfa: boolean;
|
|
1922
|
-
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1937
|
+
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipCustomerRoles;
|
|
1923
1938
|
userId: string;
|
|
1924
1939
|
}>;
|
|
1925
1940
|
/** Get a customer profile. */
|
|
@@ -1939,8 +1954,8 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1939
1954
|
customerId: string;
|
|
1940
1955
|
customerNumber: string;
|
|
1941
1956
|
deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor")[] | undefined;
|
|
1942
|
-
executingUserRoles?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1943
|
-
flags?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1957
|
+
executingUserRoles?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCustomerRole[] | undefined;
|
|
1958
|
+
flags?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCustomerCustomerFlag[] | undefined;
|
|
1944
1959
|
isAllowedToPlaceOrders?: boolean | undefined;
|
|
1945
1960
|
isBanned?: boolean | undefined;
|
|
1946
1961
|
isInDefaultOfPayment?: boolean | undefined;
|
|
@@ -1948,7 +1963,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1948
1963
|
levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
|
|
1949
1964
|
memberCount: number;
|
|
1950
1965
|
name: string;
|
|
1951
|
-
owner?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1966
|
+
owner?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCustomerContact | undefined;
|
|
1952
1967
|
projectCount: number;
|
|
1953
1968
|
vatId?: string | undefined;
|
|
1954
1969
|
vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified" | undefined;
|
|
@@ -1965,11 +1980,11 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1965
1980
|
customerId: string;
|
|
1966
1981
|
customerName: string;
|
|
1967
1982
|
id: string;
|
|
1968
|
-
information: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1983
|
+
information: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipInviteInformation;
|
|
1969
1984
|
mailAddress: string;
|
|
1970
1985
|
membershipExpiresAt?: string | undefined;
|
|
1971
1986
|
message?: string | undefined;
|
|
1972
|
-
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
1987
|
+
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipCustomerRoles;
|
|
1973
1988
|
}>;
|
|
1974
1989
|
/** Check if the customer profile has a valid contract partner configured. */
|
|
1975
1990
|
isCustomerLegallyCompetent: (conf: {
|
|
@@ -1993,7 +2008,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1993
2008
|
skip?: number | undefined;
|
|
1994
2009
|
page?: number | undefined;
|
|
1995
2010
|
} | undefined;
|
|
1996
|
-
} | 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.DeMittwaldMembershipCustomerInvite[]>;
|
|
1997
2012
|
/** List CustomerMemberships belonging to the executing user. */
|
|
1998
2013
|
listCustomerMemberships: (conf?: {
|
|
1999
2014
|
headers?: {
|
|
@@ -2006,9 +2021,9 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2006
2021
|
skip?: number | undefined;
|
|
2007
2022
|
page?: number | undefined;
|
|
2008
2023
|
hasExpiry?: boolean | undefined;
|
|
2009
|
-
role?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2024
|
+
role?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipCustomerRoles | undefined;
|
|
2010
2025
|
} | undefined;
|
|
2011
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2026
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipCustomerMembership[]>;
|
|
2012
2027
|
/** List Memberships belonging to a Customer. */
|
|
2013
2028
|
listMembershipsForCustomer: (conf: {
|
|
2014
2029
|
customerId: string;
|
|
@@ -2021,10 +2036,10 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2021
2036
|
limit?: number | undefined;
|
|
2022
2037
|
skip?: number | undefined;
|
|
2023
2038
|
hasExpiry?: boolean | undefined;
|
|
2024
|
-
role?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2039
|
+
role?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipCustomerRoles | undefined;
|
|
2025
2040
|
searchTerm?: string | undefined;
|
|
2026
2041
|
} | undefined;
|
|
2027
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2042
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipCustomerMembership[]>;
|
|
2028
2043
|
};
|
|
2029
2044
|
declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
2030
2045
|
/** List MySQLDatabases belonging to a Project. */
|
|
@@ -2034,7 +2049,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2034
2049
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2035
2050
|
"x-access-token"?: string | undefined;
|
|
2036
2051
|
} | undefined;
|
|
2037
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2052
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseMySqlDatabase[]>;
|
|
2038
2053
|
/** List MySQLUsers belonging to a Database. */
|
|
2039
2054
|
listMysqlUsers: (conf: {
|
|
2040
2055
|
mysqlDatabaseId: string;
|
|
@@ -2042,7 +2057,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2042
2057
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2043
2058
|
"x-access-token"?: string | undefined;
|
|
2044
2059
|
} | undefined;
|
|
2045
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2060
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseMySqlUser[]>;
|
|
2046
2061
|
/** List RedisDatabases belonging to a Project. */
|
|
2047
2062
|
listRedisDatabases: (conf: {
|
|
2048
2063
|
projectId: string;
|
|
@@ -2050,7 +2065,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2050
2065
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2051
2066
|
"x-access-token"?: string | undefined;
|
|
2052
2067
|
} | undefined;
|
|
2053
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2068
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseRedisDatabase[]>;
|
|
2054
2069
|
/** Get a MySQLDatabase. */
|
|
2055
2070
|
getMysqlDatabase: (conf: {
|
|
2056
2071
|
mysqlDatabaseId: string;
|
|
@@ -2059,7 +2074,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2059
2074
|
"x-access-token"?: string | undefined;
|
|
2060
2075
|
} | undefined;
|
|
2061
2076
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2062
|
-
characterSettings: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2077
|
+
characterSettings: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseCharacterSettings;
|
|
2063
2078
|
createdAt: string;
|
|
2064
2079
|
description: string;
|
|
2065
2080
|
externalHostname: string;
|
|
@@ -2068,10 +2083,10 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2068
2083
|
id: string;
|
|
2069
2084
|
isReady: boolean;
|
|
2070
2085
|
isShared: boolean;
|
|
2071
|
-
mainUser?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2086
|
+
mainUser?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseMySqlUser | undefined;
|
|
2072
2087
|
name: string;
|
|
2073
2088
|
projectId: string;
|
|
2074
|
-
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2089
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseDatabaseStatus;
|
|
2075
2090
|
statusSetAt: string;
|
|
2076
2091
|
storageUsageInBytes: number;
|
|
2077
2092
|
storageUsageInBytesSetAt: string;
|
|
@@ -2097,7 +2112,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2097
2112
|
mainUser: boolean;
|
|
2098
2113
|
name: string;
|
|
2099
2114
|
passwordUpdatedAt: string;
|
|
2100
|
-
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2115
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseDatabaseUserStatus;
|
|
2101
2116
|
statusSetAt: string;
|
|
2102
2117
|
updatedAt: string;
|
|
2103
2118
|
}>;
|
|
@@ -2109,7 +2124,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2109
2124
|
"x-access-token"?: string | undefined;
|
|
2110
2125
|
} | undefined;
|
|
2111
2126
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2112
|
-
configuration?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2127
|
+
configuration?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseRedisDatabaseConfiguration | undefined;
|
|
2113
2128
|
createdAt: string;
|
|
2114
2129
|
description: string;
|
|
2115
2130
|
finalizers?: string[] | undefined;
|
|
@@ -2118,7 +2133,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2118
2133
|
name: string;
|
|
2119
2134
|
port: number;
|
|
2120
2135
|
projectId: string;
|
|
2121
|
-
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2136
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseDatabaseStatus;
|
|
2122
2137
|
statusSetAt: string;
|
|
2123
2138
|
storageUsageInBytes: number;
|
|
2124
2139
|
storageUsageInBytesSetAt: string;
|
|
@@ -2144,7 +2159,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2144
2159
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2145
2160
|
version?: string | undefined;
|
|
2146
2161
|
} | undefined;
|
|
2147
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2162
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseMySqlCharacterSettings[]>;
|
|
2148
2163
|
/** List MySQLVersions. */
|
|
2149
2164
|
listMysqlVersions: (conf?: {
|
|
2150
2165
|
headers?: {
|
|
@@ -2155,7 +2170,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2155
2170
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2156
2171
|
projectId?: string | undefined;
|
|
2157
2172
|
} | undefined;
|
|
2158
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2173
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseMySqlVersion[]>;
|
|
2159
2174
|
/** List RedisVersions. */
|
|
2160
2175
|
listRedisVersions: (conf?: {
|
|
2161
2176
|
headers?: {
|
|
@@ -2166,7 +2181,7 @@ declare const buildDatabaseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2166
2181
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2167
2182
|
projectId?: string | undefined;
|
|
2168
2183
|
} | undefined;
|
|
2169
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2184
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseRedisVersion[]>;
|
|
2170
2185
|
};
|
|
2171
2186
|
declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
2172
2187
|
/** List Domains */
|
|
@@ -2184,7 +2199,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2184
2199
|
skip?: number | undefined;
|
|
2185
2200
|
page?: number | undefined;
|
|
2186
2201
|
} | undefined;
|
|
2187
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2202
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainDomain[]>;
|
|
2188
2203
|
/** Get a DNSZone. */
|
|
2189
2204
|
dnsGetDnsZone: (conf: {
|
|
2190
2205
|
dnsZoneId: string;
|
|
@@ -2196,12 +2211,12 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2196
2211
|
domain: string;
|
|
2197
2212
|
id: string;
|
|
2198
2213
|
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.
|
|
2214
|
+
caa: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDnsRecordCAA;
|
|
2215
|
+
cname: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDnsRecordCNAME;
|
|
2216
|
+
combinedARecords: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDnsRecordCombinedA;
|
|
2217
|
+
mx: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDnsRecordMX;
|
|
2218
|
+
srv: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDnsRecordSRV;
|
|
2219
|
+
txt: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDnsRecordTXT;
|
|
2205
2220
|
};
|
|
2206
2221
|
}>;
|
|
2207
2222
|
/** Get a zone file for a DNSZone. */
|
|
@@ -2219,7 +2234,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2219
2234
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2220
2235
|
"x-access-token"?: string | undefined;
|
|
2221
2236
|
} | undefined;
|
|
2222
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2237
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDnsZone[]>;
|
|
2223
2238
|
/** Get a Domain. */
|
|
2224
2239
|
getDomain: (conf: {
|
|
2225
2240
|
domainId: string;
|
|
@@ -2228,19 +2243,19 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2228
2243
|
"x-access-token"?: string | undefined;
|
|
2229
2244
|
} | undefined;
|
|
2230
2245
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2231
|
-
authCode?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2232
|
-
authCode2?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2246
|
+
authCode?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainAuthCode | undefined;
|
|
2247
|
+
authCode2?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainAuthCode2 | undefined;
|
|
2233
2248
|
connected: boolean;
|
|
2234
2249
|
contactHash?: string | undefined;
|
|
2235
2250
|
deleted: boolean;
|
|
2236
2251
|
domain: string;
|
|
2237
2252
|
domainId: string;
|
|
2238
2253
|
handles: {
|
|
2239
|
-
adminC?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2240
|
-
ownerC: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2254
|
+
adminC?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainHandleReadable;
|
|
2255
|
+
ownerC: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainHandleReadable;
|
|
2241
2256
|
};
|
|
2242
2257
|
nameservers: string[];
|
|
2243
|
-
processes?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2258
|
+
processes?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainProcess[] | undefined;
|
|
2244
2259
|
projectId: string;
|
|
2245
2260
|
scheduledDeletionDate?: string | undefined;
|
|
2246
2261
|
transferInAuthCode?: string | undefined;
|
|
@@ -2255,8 +2270,8 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2255
2270
|
} | undefined;
|
|
2256
2271
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2257
2272
|
id: string;
|
|
2258
|
-
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2259
|
-
typeData: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2273
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainContactVerificationStatus;
|
|
2274
|
+
typeData: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainContactVerificationAddressData | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainContactVerificationEmailData | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainContactVerificationNameData;
|
|
2260
2275
|
}>;
|
|
2261
2276
|
/** Get the latest screenshot's FileReference belonging to a Domain. */
|
|
2262
2277
|
getLatestScreenshot: (conf: {
|
|
@@ -2280,9 +2295,9 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2280
2295
|
queryParameters?: {
|
|
2281
2296
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2282
2297
|
value?: string | undefined;
|
|
2283
|
-
type?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2298
|
+
type?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainContactVerificationType | undefined;
|
|
2284
2299
|
} | undefined;
|
|
2285
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2300
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainContactVerification[]>;
|
|
2286
2301
|
/** List the contact schemas for a TLD. */
|
|
2287
2302
|
listTldContactSchemas: (conf: {
|
|
2288
2303
|
tld: string;
|
|
@@ -2298,7 +2313,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2298
2313
|
headers?: {
|
|
2299
2314
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2300
2315
|
} | undefined;
|
|
2301
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2316
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainTopLevel[]>;
|
|
2302
2317
|
/** List Domain-Migrations belonging to a Project. */
|
|
2303
2318
|
migrationListMigrationsByProjectId: (conf: {
|
|
2304
2319
|
projectId: string;
|
|
@@ -2306,7 +2321,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2306
2321
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2307
2322
|
"x-access-token"?: string | undefined;
|
|
2308
2323
|
} | undefined;
|
|
2309
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2324
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainmigrationMigration[]>;
|
|
2310
2325
|
/** Suggest a list of domains based on a prompt using AI. */
|
|
2311
2326
|
suggest: (conf: {
|
|
2312
2327
|
queryParameters: {
|
|
@@ -2333,11 +2348,12 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2333
2348
|
certificateId?: string | undefined;
|
|
2334
2349
|
hostnameSubstring?: string | undefined;
|
|
2335
2350
|
appInstallationId?: string | undefined;
|
|
2351
|
+
containerId?: string | undefined;
|
|
2336
2352
|
limit?: number | undefined;
|
|
2337
2353
|
skip?: number | undefined;
|
|
2338
2354
|
page?: number | undefined;
|
|
2339
2355
|
} | undefined;
|
|
2340
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2356
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldIngressIngress[]>;
|
|
2341
2357
|
/** Get an Ingress. */
|
|
2342
2358
|
ingressGetIngress: (conf: {
|
|
2343
2359
|
ingressId: string;
|
|
@@ -2356,10 +2372,10 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2356
2372
|
isDefault: boolean;
|
|
2357
2373
|
isDomain?: boolean | undefined;
|
|
2358
2374
|
isEnabled: boolean;
|
|
2359
|
-
ownership: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2360
|
-
paths: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2375
|
+
ownership: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldIngressOwnership;
|
|
2376
|
+
paths: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldIngressPath[];
|
|
2361
2377
|
projectId: string;
|
|
2362
|
-
tls: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2378
|
+
tls: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldIngressTlsAcme | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldIngressTlsCertificate;
|
|
2363
2379
|
}>;
|
|
2364
2380
|
/** List CertificateRequests belonging to a Project or an Ingress. */
|
|
2365
2381
|
sslListCertificateRequests: (conf?: {
|
|
@@ -2372,7 +2388,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2372
2388
|
projectId?: string | undefined;
|
|
2373
2389
|
ingressId?: string | undefined;
|
|
2374
2390
|
} | undefined;
|
|
2375
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2391
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSslCertificateRequest[]>;
|
|
2376
2392
|
/** Get a CertificateRequest. */
|
|
2377
2393
|
sslGetCertificateRequest: (conf: {
|
|
2378
2394
|
certificateRequestId: string;
|
|
@@ -2381,10 +2397,10 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2381
2397
|
"x-access-token"?: string | undefined;
|
|
2382
2398
|
} | undefined;
|
|
2383
2399
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2384
|
-
certificateData: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2385
|
-
certificateType: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2400
|
+
certificateData: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSslCertificateData;
|
|
2401
|
+
certificateType: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSslCertificateType;
|
|
2386
2402
|
commonName?: string | undefined;
|
|
2387
|
-
contact?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2403
|
+
contact?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSslContact | undefined;
|
|
2388
2404
|
createdAt: string;
|
|
2389
2405
|
dnsNames?: string[] | undefined;
|
|
2390
2406
|
id: string;
|
|
@@ -2406,12 +2422,12 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2406
2422
|
certificate?: string | undefined;
|
|
2407
2423
|
certificateOrderId?: string | undefined;
|
|
2408
2424
|
certificateRequestId: string;
|
|
2409
|
-
certificateType: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2425
|
+
certificateType: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSslCertificateType;
|
|
2410
2426
|
commonName?: string | undefined;
|
|
2411
|
-
contact?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2427
|
+
contact?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSslContact | undefined;
|
|
2412
2428
|
dnsCertSpec?: {
|
|
2413
2429
|
cnameTarget?: string;
|
|
2414
|
-
status?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2430
|
+
status?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSslDNSCertStatus;
|
|
2415
2431
|
} | undefined;
|
|
2416
2432
|
dnsNames?: string[] | undefined;
|
|
2417
2433
|
id: string;
|
|
@@ -2433,7 +2449,7 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2433
2449
|
projectId?: string | undefined;
|
|
2434
2450
|
ingressId?: string | undefined;
|
|
2435
2451
|
} | undefined;
|
|
2436
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2452
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSslCertificate[]>;
|
|
2437
2453
|
};
|
|
2438
2454
|
declare const buildFileApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
2439
2455
|
/** Get a File's meta. */
|
|
@@ -2464,7 +2480,7 @@ declare const buildFileApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2464
2480
|
} | undefined;
|
|
2465
2481
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2466
2482
|
extensions: string[];
|
|
2467
|
-
fileTypes: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2483
|
+
fileTypes: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldFileFileType[];
|
|
2468
2484
|
maxNameLength: number;
|
|
2469
2485
|
maxSizeInBytes: number;
|
|
2470
2486
|
maxSizeInKB: number;
|
|
@@ -2491,7 +2507,7 @@ declare const buildFileApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2491
2507
|
} | undefined;
|
|
2492
2508
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2493
2509
|
extensions: string[];
|
|
2494
|
-
fileTypes: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2510
|
+
fileTypes: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldFileFileType[];
|
|
2495
2511
|
maxNameLength: number;
|
|
2496
2512
|
maxSizeInBytes: number;
|
|
2497
2513
|
maxSizeInKB: number;
|
|
@@ -2556,7 +2572,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2556
2572
|
customerId: string;
|
|
2557
2573
|
domain: string;
|
|
2558
2574
|
profileId: string;
|
|
2559
|
-
requestedBy: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2575
|
+
requestedBy: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrUser;
|
|
2560
2576
|
resultOn?: string | undefined;
|
|
2561
2577
|
status: "AUTOTEST_INIT" | "MANUAL_VERIFICATION" | "REJECTED" | "APPROVED";
|
|
2562
2578
|
}>;
|
|
@@ -2569,7 +2585,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2569
2585
|
headers?: {
|
|
2570
2586
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2571
2587
|
} | undefined;
|
|
2572
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2588
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrCity[]>;
|
|
2573
2589
|
/** Get lead tariff options. How many leads did you unlock this month? */
|
|
2574
2590
|
leadfyndrGetLeadFyndrProfileTariffOptions: (conf: {
|
|
2575
2591
|
customerId: string;
|
|
@@ -2600,7 +2616,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2600
2616
|
customerId: string;
|
|
2601
2617
|
disabledOn?: string | undefined;
|
|
2602
2618
|
domain: string;
|
|
2603
|
-
tariff: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2619
|
+
tariff: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrTariffOptions;
|
|
2604
2620
|
}>;
|
|
2605
2621
|
/** Get a simple lead. Use the unlocked route for more detail leads. */
|
|
2606
2622
|
leadfyndrGetLead: (conf: {
|
|
@@ -2611,19 +2627,19 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2611
2627
|
} | undefined;
|
|
2612
2628
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2613
2629
|
businessFields: string[];
|
|
2614
|
-
company: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2630
|
+
company: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrBasicCompany;
|
|
2615
2631
|
description: string;
|
|
2616
2632
|
hoster: {
|
|
2617
2633
|
server: string[];
|
|
2618
2634
|
};
|
|
2619
2635
|
languages: string[];
|
|
2620
2636
|
leadId: string;
|
|
2621
|
-
mainTechnology?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2622
|
-
metrics: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2637
|
+
mainTechnology?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrTechnology | undefined;
|
|
2638
|
+
metrics: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrBasicMetrics;
|
|
2623
2639
|
potential: number;
|
|
2624
2640
|
scannedAt?: string | undefined;
|
|
2625
2641
|
screenshot: string;
|
|
2626
|
-
technologies: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2642
|
+
technologies: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrTechnology[];
|
|
2627
2643
|
}>;
|
|
2628
2644
|
/** Get unlocked leads export history for the given customerId. */
|
|
2629
2645
|
leadfyndrGetLeadsExportHistory: (conf: {
|
|
@@ -2639,7 +2655,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2639
2655
|
sort?: "exportedAt" | undefined;
|
|
2640
2656
|
order?: "asc" | "desc" | undefined;
|
|
2641
2657
|
} | undefined;
|
|
2642
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2658
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrLeadsExport[]>;
|
|
2643
2659
|
/** Get a detail of a unlocked lead. Organisation can unlock leads. */
|
|
2644
2660
|
leadfyndrGetUnlockedLead: (conf: {
|
|
2645
2661
|
leadId: string;
|
|
@@ -2650,22 +2666,22 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2650
2666
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2651
2667
|
actualUrl: string;
|
|
2652
2668
|
businessFields: string[];
|
|
2653
|
-
company: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2654
|
-
contact: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2669
|
+
company: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrDetailCompany;
|
|
2670
|
+
contact: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrContact;
|
|
2655
2671
|
description: string;
|
|
2656
2672
|
domain: string;
|
|
2657
|
-
hoster: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2673
|
+
hoster: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrHoster;
|
|
2658
2674
|
languages: string[];
|
|
2659
2675
|
leadId: string;
|
|
2660
|
-
mainTechnology?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2661
|
-
metrics: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2676
|
+
mainTechnology?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrTechnology | undefined;
|
|
2677
|
+
metrics: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrDetailMetrics;
|
|
2662
2678
|
potential: number;
|
|
2663
2679
|
reservationAllowed?: boolean | undefined;
|
|
2664
2680
|
reservedAt?: string | undefined;
|
|
2665
2681
|
scannedAt?: string | undefined;
|
|
2666
2682
|
screenshot: string;
|
|
2667
|
-
socialMedia: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2668
|
-
technologies: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2683
|
+
socialMedia: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrSocialMedia[];
|
|
2684
|
+
technologies: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrTechnology[];
|
|
2669
2685
|
unlockedAt: string;
|
|
2670
2686
|
}>;
|
|
2671
2687
|
/** Get all leads. Use the unlocked routes for more lead details. */
|
|
@@ -2700,7 +2716,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2700
2716
|
order?: "asc" | "desc" | undefined;
|
|
2701
2717
|
} | undefined;
|
|
2702
2718
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2703
|
-
leads: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2719
|
+
leads: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrLead[];
|
|
2704
2720
|
limit: number;
|
|
2705
2721
|
skip: number;
|
|
2706
2722
|
totalCount: number;
|
|
@@ -2738,7 +2754,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2738
2754
|
order?: "asc" | "desc" | undefined;
|
|
2739
2755
|
} | undefined;
|
|
2740
2756
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2741
|
-
leads: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2757
|
+
leads: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLeadfyndrUnlockedLead[];
|
|
2742
2758
|
limit: number;
|
|
2743
2759
|
skip: number;
|
|
2744
2760
|
totalCount: number;
|
|
@@ -2756,10 +2772,10 @@ declare const buildLicenseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2756
2772
|
description: string;
|
|
2757
2773
|
expiryDate?: string | undefined;
|
|
2758
2774
|
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.
|
|
2775
|
+
keyReference?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLicenseKey | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLicenseExternalKey) | undefined;
|
|
2776
|
+
kind: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLicenseKind;
|
|
2777
|
+
meta: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLicenseMeta;
|
|
2778
|
+
reference: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLicenseReference;
|
|
2763
2779
|
volume?: number | undefined;
|
|
2764
2780
|
}>;
|
|
2765
2781
|
/** List Licenses belonging to a Project. */
|
|
@@ -2775,7 +2791,7 @@ declare const buildLicenseApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2775
2791
|
skip?: number | undefined;
|
|
2776
2792
|
page?: number | undefined;
|
|
2777
2793
|
} | undefined;
|
|
2778
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2794
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldLicenseLicense[]>;
|
|
2779
2795
|
};
|
|
2780
2796
|
declare const buildMailApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
2781
2797
|
/** List DeliveryBoxes belonging to a Project. */
|
|
@@ -2792,7 +2808,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2792
2808
|
skip?: number | undefined;
|
|
2793
2809
|
page?: number | undefined;
|
|
2794
2810
|
} | undefined;
|
|
2795
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2811
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailDeliverybox[]>;
|
|
2796
2812
|
/** List MailAddresses belonging to a Project. */
|
|
2797
2813
|
listMailAddresses: (conf: {
|
|
2798
2814
|
projectId: string;
|
|
@@ -2813,7 +2829,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2813
2829
|
sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[] | undefined;
|
|
2814
2830
|
order?: ("asc" | "desc")[] | undefined;
|
|
2815
2831
|
} | undefined;
|
|
2816
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2832
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailMailAddress[]>;
|
|
2817
2833
|
/** Get a DeliveryBox. */
|
|
2818
2834
|
getDeliveryBox: (conf: {
|
|
2819
2835
|
deliveryBoxId: string;
|
|
@@ -2857,6 +2873,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2857
2873
|
isBackupInProgress: boolean;
|
|
2858
2874
|
isCatchAll: boolean;
|
|
2859
2875
|
mailbox?: {
|
|
2876
|
+
mailsystemSettings: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailMailsystemSettings;
|
|
2860
2877
|
name: string;
|
|
2861
2878
|
passwordUpdatedAt: string;
|
|
2862
2879
|
sendingEnabled: boolean;
|
|
@@ -2875,6 +2892,9 @@ declare const buildMailApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2875
2892
|
};
|
|
2876
2893
|
} | undefined;
|
|
2877
2894
|
projectId: string;
|
|
2895
|
+
rateLimitChangeRequest?: {
|
|
2896
|
+
rateLimitId: string;
|
|
2897
|
+
} | undefined;
|
|
2878
2898
|
receivingDisabled: boolean;
|
|
2879
2899
|
updatedAt: string;
|
|
2880
2900
|
}>;
|
|
@@ -2885,7 +2905,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2885
2905
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2886
2906
|
"x-access-token"?: string | undefined;
|
|
2887
2907
|
} | undefined;
|
|
2888
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2908
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailMailAddressBackup[]>;
|
|
2889
2909
|
/** List MailAddresses. */
|
|
2890
2910
|
listMailAddressesForUser: (conf?: {
|
|
2891
2911
|
headers?: {
|
|
@@ -2906,7 +2926,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2906
2926
|
sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[] | undefined;
|
|
2907
2927
|
order?: ("asc" | "desc")[] | undefined;
|
|
2908
2928
|
} | undefined;
|
|
2909
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
2929
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailMailAddress[]>;
|
|
2910
2930
|
/** List mail settings of a Project. */
|
|
2911
2931
|
listProjectMailSettings: (conf: {
|
|
2912
2932
|
projectId: string;
|
|
@@ -2919,6 +2939,24 @@ declare const buildMailApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2919
2939
|
projectId: string;
|
|
2920
2940
|
whitelist: string[];
|
|
2921
2941
|
}>;
|
|
2942
|
+
/** Get a Mail RateLimit. */
|
|
2943
|
+
getMailRateLimit: (conf: {
|
|
2944
|
+
mailRateLimitId: string;
|
|
2945
|
+
headers?: {
|
|
2946
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2947
|
+
"x-access-token"?: string | undefined;
|
|
2948
|
+
} | undefined;
|
|
2949
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2950
|
+
id: string;
|
|
2951
|
+
rateLimit: number;
|
|
2952
|
+
}>;
|
|
2953
|
+
/** List Mail RateLimits. */
|
|
2954
|
+
listMailRateLimits: (conf?: {
|
|
2955
|
+
headers?: {
|
|
2956
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2957
|
+
"x-access-token"?: string | undefined;
|
|
2958
|
+
} | undefined;
|
|
2959
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit[]>;
|
|
2922
2960
|
};
|
|
2923
2961
|
declare const buildMiscApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
2924
2962
|
/** List valid time zones. */
|
|
@@ -2970,7 +3008,7 @@ declare const buildNotificationApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
2970
3008
|
skip?: number | undefined;
|
|
2971
3009
|
page?: number | undefined;
|
|
2972
3010
|
} | undefined;
|
|
2973
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3011
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMessagingNotification[]>;
|
|
2974
3012
|
};
|
|
2975
3013
|
declare const buildPageInsightsApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
2976
3014
|
/** Get detailed performance data for a given domain and path. */
|
|
@@ -3013,7 +3051,7 @@ declare const buildPageInsightsApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3013
3051
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3014
3052
|
executedAt: string;
|
|
3015
3053
|
id: string;
|
|
3016
|
-
result: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3054
|
+
result: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStraceError | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStraceData;
|
|
3017
3055
|
}>;
|
|
3018
3056
|
/** List websites (specified as domain and path) from a project where performance data is available. */
|
|
3019
3057
|
pageinsightsListPerformanceDataForProject: (conf: {
|
|
@@ -3075,7 +3113,7 @@ declare const buildUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3075
3113
|
skip?: number | undefined;
|
|
3076
3114
|
page?: number | undefined;
|
|
3077
3115
|
} | undefined;
|
|
3078
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3116
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSignupApiToken[]>;
|
|
3079
3117
|
/** Get your stored ssh-keys. */
|
|
3080
3118
|
listSshKeys: (conf?: {
|
|
3081
3119
|
headers?: {
|
|
@@ -3089,7 +3127,7 @@ declare const buildUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3089
3127
|
page?: number | undefined;
|
|
3090
3128
|
} | undefined;
|
|
3091
3129
|
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3092
|
-
sshKeys?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3130
|
+
sshKeys?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSignupSshKey[] | undefined;
|
|
3093
3131
|
}>;
|
|
3094
3132
|
/** Get a specific ApiToken. */
|
|
3095
3133
|
getApiToken: (conf: {
|
|
@@ -3113,7 +3151,7 @@ declare const buildUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3113
3151
|
"x-access-token"?: string | undefined;
|
|
3114
3152
|
} | undefined;
|
|
3115
3153
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3116
|
-
sshKey: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3154
|
+
sshKey: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSignupSshKey;
|
|
3117
3155
|
}>;
|
|
3118
3156
|
/** Check status of the current session. */
|
|
3119
3157
|
getCurrentSessionStatus: (conf?: {
|
|
@@ -3169,9 +3207,9 @@ declare const buildUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3169
3207
|
} | undefined;
|
|
3170
3208
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3171
3209
|
created: string;
|
|
3172
|
-
device: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3210
|
+
device: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSignupDeviceInfo;
|
|
3173
3211
|
lastAccess?: string | undefined;
|
|
3174
|
-
location?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3212
|
+
location?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSignupLocation | undefined;
|
|
3175
3213
|
tokenId: string;
|
|
3176
3214
|
}>;
|
|
3177
3215
|
/** Get profile information for a user. */
|
|
@@ -3184,7 +3222,7 @@ declare const buildUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3184
3222
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3185
3223
|
avatarRef?: string | undefined;
|
|
3186
3224
|
customerMemberships?: {
|
|
3187
|
-
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3225
|
+
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldUserCustomerMembership;
|
|
3188
3226
|
} | undefined;
|
|
3189
3227
|
email?: string | undefined;
|
|
3190
3228
|
employeeInformation?: {
|
|
@@ -3196,10 +3234,10 @@ declare const buildUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3196
3234
|
setup: boolean;
|
|
3197
3235
|
} | undefined;
|
|
3198
3236
|
passwordUpdatedAt?: string | undefined;
|
|
3199
|
-
person: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3237
|
+
person: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldCommonsPerson;
|
|
3200
3238
|
phoneNumber?: string | undefined;
|
|
3201
3239
|
projectMemberships?: {
|
|
3202
|
-
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3240
|
+
[k: string]: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldUserProjectMembership;
|
|
3203
3241
|
} | undefined;
|
|
3204
3242
|
registeredAt?: string | undefined;
|
|
3205
3243
|
userId: string;
|
|
@@ -3215,7 +3253,7 @@ declare const buildUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3215
3253
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
3216
3254
|
subject?: string | undefined;
|
|
3217
3255
|
} | undefined;
|
|
3218
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3256
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldUserUserFeedback[]>;
|
|
3219
3257
|
/** List all sessions. */
|
|
3220
3258
|
listSessions: (conf?: {
|
|
3221
3259
|
headers?: {
|
|
@@ -3228,7 +3266,7 @@ declare const buildUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3228
3266
|
skip?: number | undefined;
|
|
3229
3267
|
page?: number | undefined;
|
|
3230
3268
|
} | undefined;
|
|
3231
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3269
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSignupUserSession[]>;
|
|
3232
3270
|
/** Obtain authorization from the resource owner. */
|
|
3233
3271
|
oauthGetAuthorization: (conf: {
|
|
3234
3272
|
queryParameters: {
|
|
@@ -3276,7 +3314,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3276
3314
|
skip?: number | undefined;
|
|
3277
3315
|
searchTerm?: string | undefined;
|
|
3278
3316
|
} | undefined;
|
|
3279
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3317
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectInvite[]>;
|
|
3280
3318
|
/** Get a ProjectInvite. */
|
|
3281
3319
|
getProjectInvite: (conf: {
|
|
3282
3320
|
projectInviteId: string;
|
|
@@ -3287,13 +3325,13 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3287
3325
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3288
3326
|
avatarRefId?: string | undefined;
|
|
3289
3327
|
id: string;
|
|
3290
|
-
information: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3328
|
+
information: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipInviteInformation;
|
|
3291
3329
|
mailAddress: string;
|
|
3292
3330
|
membershipExpiresAt?: string | undefined;
|
|
3293
3331
|
message?: string | undefined;
|
|
3294
3332
|
projectDescription: string;
|
|
3295
3333
|
projectId: string;
|
|
3296
|
-
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3334
|
+
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectRoles;
|
|
3297
3335
|
}>;
|
|
3298
3336
|
/** Get a ProjectMembership */
|
|
3299
3337
|
getProjectMembership: (conf: {
|
|
@@ -3314,7 +3352,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3314
3352
|
memberSince?: string | undefined;
|
|
3315
3353
|
mfa: boolean;
|
|
3316
3354
|
projectId: string;
|
|
3317
|
-
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3355
|
+
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectRoles;
|
|
3318
3356
|
userId: string;
|
|
3319
3357
|
}>;
|
|
3320
3358
|
/** Get a Project. */
|
|
@@ -3337,24 +3375,24 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3337
3375
|
directories: {
|
|
3338
3376
|
[k: string]: string;
|
|
3339
3377
|
};
|
|
3340
|
-
disableReason?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3378
|
+
disableReason?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectDisableReason | undefined;
|
|
3341
3379
|
disabledAt?: string | undefined;
|
|
3342
3380
|
enabled: boolean;
|
|
3343
|
-
features?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3381
|
+
features?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectProjectFeature[] | undefined;
|
|
3344
3382
|
id: string;
|
|
3345
3383
|
imageRefId?: string | undefined;
|
|
3346
3384
|
isReady: boolean;
|
|
3347
3385
|
projectHostingId?: string | undefined;
|
|
3348
|
-
readiness: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3386
|
+
readiness: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectDeprecatedProjectReadinessStatus;
|
|
3349
3387
|
serverGroupId: string;
|
|
3350
3388
|
serverId?: string | undefined;
|
|
3351
3389
|
serverShortId?: string | undefined;
|
|
3352
3390
|
shortId: string;
|
|
3353
|
-
spec?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3391
|
+
spec?: (import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectVisitorSpec | import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectHardwareSpec) | undefined;
|
|
3354
3392
|
statisticsBaseDomain?: string | undefined;
|
|
3355
|
-
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3393
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectProjectStatus;
|
|
3356
3394
|
statusSetAt: string;
|
|
3357
|
-
supportedFeatures: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3395
|
+
supportedFeatures: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectProjectFeature[];
|
|
3358
3396
|
webStorageUsageInBytes: number;
|
|
3359
3397
|
webStorageUsageInBytesSetAt: string;
|
|
3360
3398
|
}>;
|
|
@@ -3368,13 +3406,13 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3368
3406
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3369
3407
|
avatarRefId?: string | undefined;
|
|
3370
3408
|
id: string;
|
|
3371
|
-
information: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3409
|
+
information: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipInviteInformation;
|
|
3372
3410
|
mailAddress: string;
|
|
3373
3411
|
membershipExpiresAt?: string | undefined;
|
|
3374
3412
|
message?: string | undefined;
|
|
3375
3413
|
projectDescription: string;
|
|
3376
3414
|
projectId: string;
|
|
3377
|
-
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3415
|
+
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectRoles;
|
|
3378
3416
|
}>;
|
|
3379
3417
|
/** Get the executing user's membership in a Project. */
|
|
3380
3418
|
getSelfMembershipForProject: (conf: {
|
|
@@ -3395,7 +3433,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3395
3433
|
memberSince?: string | undefined;
|
|
3396
3434
|
mfa: boolean;
|
|
3397
3435
|
projectId: string;
|
|
3398
|
-
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3436
|
+
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectRoles;
|
|
3399
3437
|
userId: string;
|
|
3400
3438
|
}>;
|
|
3401
3439
|
/** Get a Server. */
|
|
@@ -3410,16 +3448,16 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3410
3448
|
createdAt: string;
|
|
3411
3449
|
customerId: string;
|
|
3412
3450
|
description: string;
|
|
3413
|
-
disabledReason?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3451
|
+
disabledReason?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectServerDisableReason | undefined;
|
|
3414
3452
|
groupId: string;
|
|
3415
3453
|
id: string;
|
|
3416
3454
|
imageRefId?: string | undefined;
|
|
3417
3455
|
isReady: boolean;
|
|
3418
|
-
machineType: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3419
|
-
readiness: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3456
|
+
machineType: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectMachineType;
|
|
3457
|
+
readiness: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectDeprecatedServerReadinessStatus;
|
|
3420
3458
|
shortId: string;
|
|
3421
3459
|
statisticsBaseDomain?: string | undefined;
|
|
3422
|
-
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3460
|
+
status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectServerStatus;
|
|
3423
3461
|
storage: string;
|
|
3424
3462
|
}>;
|
|
3425
3463
|
/** List Projects belonging to a Customer. */
|
|
@@ -3438,7 +3476,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3438
3476
|
sort?: "createdAt" | "description" | undefined;
|
|
3439
3477
|
order?: "asc" | "desc" | undefined;
|
|
3440
3478
|
} | undefined;
|
|
3441
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3479
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectProjectListItem[]>;
|
|
3442
3480
|
/** List Memberships belonging to a Project. */
|
|
3443
3481
|
listMembershipsForProject: (conf: {
|
|
3444
3482
|
projectId: string;
|
|
@@ -3452,11 +3490,11 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3452
3490
|
skip?: number | undefined;
|
|
3453
3491
|
hasExpiry?: boolean | undefined;
|
|
3454
3492
|
isInherited?: boolean | undefined;
|
|
3455
|
-
role?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3493
|
+
role?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectRoles | undefined;
|
|
3456
3494
|
hasMfa?: boolean | undefined;
|
|
3457
3495
|
searchTerm?: string | undefined;
|
|
3458
3496
|
} | undefined;
|
|
3459
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3497
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectMembership[]>;
|
|
3460
3498
|
/** Get the activities of a project. */
|
|
3461
3499
|
listProjectActivities: (conf: {
|
|
3462
3500
|
projectId: string;
|
|
@@ -3477,7 +3515,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3477
3515
|
sort?: "dateTime" | undefined;
|
|
3478
3516
|
order?: "asc" | "desc" | undefined;
|
|
3479
3517
|
} | undefined;
|
|
3480
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3518
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogLogEntry[]>;
|
|
3481
3519
|
/** List ProjectInvites belonging to the executing user. */
|
|
3482
3520
|
listProjectInvites: (conf?: {
|
|
3483
3521
|
headers?: {
|
|
@@ -3490,7 +3528,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3490
3528
|
skip?: number | undefined;
|
|
3491
3529
|
page?: number | undefined;
|
|
3492
3530
|
} | undefined;
|
|
3493
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3531
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectInvite[]>;
|
|
3494
3532
|
/** List ProjectMemberships belonging to the executing user. */
|
|
3495
3533
|
listProjectMemberships: (conf?: {
|
|
3496
3534
|
headers?: {
|
|
@@ -3504,9 +3542,9 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3504
3542
|
page?: number | undefined;
|
|
3505
3543
|
hasExpiry?: boolean | undefined;
|
|
3506
3544
|
isInherited?: boolean | undefined;
|
|
3507
|
-
role?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3545
|
+
role?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectRoles | undefined;
|
|
3508
3546
|
} | undefined;
|
|
3509
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3547
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectMembership[]>;
|
|
3510
3548
|
/** List Projects belonging to the executing user. */
|
|
3511
3549
|
listProjects: (conf?: {
|
|
3512
3550
|
headers?: {
|
|
@@ -3524,7 +3562,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3524
3562
|
sort?: "createdAt" | "description" | undefined;
|
|
3525
3563
|
order?: "asc" | "desc" | undefined;
|
|
3526
3564
|
} | undefined;
|
|
3527
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3565
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectProjectListItem[]>;
|
|
3528
3566
|
/** List Servers belonging to the executing user. */
|
|
3529
3567
|
listServers: (conf?: {
|
|
3530
3568
|
headers?: {
|
|
@@ -3541,7 +3579,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3541
3579
|
sort?: "createdAt" | "description" | undefined;
|
|
3542
3580
|
order?: "asc" | "desc" | undefined;
|
|
3543
3581
|
} | undefined;
|
|
3544
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3582
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectServer[]>;
|
|
3545
3583
|
/** Get storage space Statistics belonging to a Project. */
|
|
3546
3584
|
storagespaceGetProjectStatistics: (conf: {
|
|
3547
3585
|
projectId: string;
|
|
@@ -3550,14 +3588,14 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3550
3588
|
"x-access-token"?: string | undefined;
|
|
3551
3589
|
} | undefined;
|
|
3552
3590
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3553
|
-
childStatistics?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3591
|
+
childStatistics?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStoragespaceStatistics[] | undefined;
|
|
3554
3592
|
description?: string | undefined;
|
|
3555
3593
|
id: string;
|
|
3556
|
-
kind: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3557
|
-
meta: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3594
|
+
kind: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStoragespaceStatisticsKind;
|
|
3595
|
+
meta: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStoragespaceStatisticsMeta;
|
|
3558
3596
|
name: string;
|
|
3559
3597
|
notificationThresholdInBytes?: number | undefined;
|
|
3560
|
-
statisticCategories?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3598
|
+
statisticCategories?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStoragespaceStatisticsCategory[] | undefined;
|
|
3561
3599
|
}>;
|
|
3562
3600
|
/** Get storage space Statistics belonging to a Server. */
|
|
3563
3601
|
storagespaceGetServerStatistics: (conf: {
|
|
@@ -3567,14 +3605,14 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3567
3605
|
"x-access-token"?: string | undefined;
|
|
3568
3606
|
} | undefined;
|
|
3569
3607
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3570
|
-
childStatistics?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3608
|
+
childStatistics?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStoragespaceStatistics[] | undefined;
|
|
3571
3609
|
description?: string | undefined;
|
|
3572
3610
|
id: string;
|
|
3573
|
-
kind: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3574
|
-
meta: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3611
|
+
kind: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStoragespaceStatisticsKind;
|
|
3612
|
+
meta: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStoragespaceStatisticsMeta;
|
|
3575
3613
|
name: string;
|
|
3576
3614
|
notificationThresholdInBytes?: number | undefined;
|
|
3577
|
-
statisticCategories?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3615
|
+
statisticCategories?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldStoragespaceStatisticsCategory[] | undefined;
|
|
3578
3616
|
}>;
|
|
3579
3617
|
};
|
|
3580
3618
|
declare const buildProjectFileSystemApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
@@ -3600,7 +3638,7 @@ declare const buildProjectFileSystemApi: (baseClient: MittwaldAPIV3NextClient) =
|
|
|
3600
3638
|
isExecutable?: boolean | undefined;
|
|
3601
3639
|
isFile?: boolean | undefined;
|
|
3602
3640
|
isSymlink?: boolean | undefined;
|
|
3603
|
-
items?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3641
|
+
items?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectFilesystemDirectoryListing[] | undefined;
|
|
3604
3642
|
name: string;
|
|
3605
3643
|
size: number;
|
|
3606
3644
|
target?: string | undefined;
|
|
@@ -3661,7 +3699,7 @@ declare const buildProjectFileSystemApi: (baseClient: MittwaldAPIV3NextClient) =
|
|
|
3661
3699
|
isExecutable?: boolean | undefined;
|
|
3662
3700
|
isFile?: boolean | undefined;
|
|
3663
3701
|
isSymlink?: boolean | undefined;
|
|
3664
|
-
items?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3702
|
+
items?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldProjectFilesystemDirectoryListing[] | undefined;
|
|
3665
3703
|
name: string;
|
|
3666
3704
|
size: number;
|
|
3667
3705
|
target?: string | undefined;
|
|
@@ -3680,7 +3718,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3680
3718
|
limit?: number | undefined;
|
|
3681
3719
|
skip?: number | undefined;
|
|
3682
3720
|
} | undefined;
|
|
3683
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3721
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSshuserSftpUser[]>;
|
|
3684
3722
|
/** Get an SFTPUser. */
|
|
3685
3723
|
sftpUserGetSftpUser: (conf: {
|
|
3686
3724
|
sftpUserId: string;
|
|
@@ -3689,7 +3727,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3689
3727
|
"x-access-token"?: string | undefined;
|
|
3690
3728
|
} | undefined;
|
|
3691
3729
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
3692
|
-
accessLevel: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3730
|
+
accessLevel: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSshuserAccessLevel;
|
|
3693
3731
|
active?: boolean | undefined;
|
|
3694
3732
|
authUpdatedAt: string;
|
|
3695
3733
|
createdAt: string;
|
|
@@ -3699,7 +3737,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3699
3737
|
hasPassword: boolean;
|
|
3700
3738
|
id: string;
|
|
3701
3739
|
projectId: string;
|
|
3702
|
-
publicKeys?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3740
|
+
publicKeys?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSshuserPublicKey[] | undefined;
|
|
3703
3741
|
updatedAt?: string | undefined;
|
|
3704
3742
|
userName: string;
|
|
3705
3743
|
}>;
|
|
@@ -3715,7 +3753,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3715
3753
|
limit?: number | undefined;
|
|
3716
3754
|
skip?: number | undefined;
|
|
3717
3755
|
} | undefined;
|
|
3718
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3756
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSshuserSshUser[]>;
|
|
3719
3757
|
/** Get an SSHUser. */
|
|
3720
3758
|
sshUserGetSshUser: (conf: {
|
|
3721
3759
|
sshUserId: string;
|
|
@@ -3732,7 +3770,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3732
3770
|
hasPassword: boolean;
|
|
3733
3771
|
id: string;
|
|
3734
3772
|
projectId: string;
|
|
3735
|
-
publicKeys?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.
|
|
3773
|
+
publicKeys?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSshuserPublicKey[] | undefined;
|
|
3736
3774
|
updatedAt?: string | undefined;
|
|
3737
3775
|
userName: string;
|
|
3738
3776
|
}>;
|