@mittwald/api-client 4.450.0 → 4.452.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 +2 -2
- package/dist/esm/generated/v2/client.js +8 -8
- package/dist/esm/generated/v2/descriptors.js +24 -24
- package/dist/esm/generated/v3-next/client-react.js +2 -2
- package/dist/esm/generated/v3-next/client.js +8 -8
- package/dist/esm/generated/v3-next/descriptors.js +24 -24
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +18 -12
- package/dist/types/generated/v2/client.d.ts +217 -193
- package/dist/types/generated/v2/descriptors.d.ts +11 -11
- package/dist/types/generated/v2/types.d.ts +238 -202
- package/dist/types/generated/v3-next/client-react.d.ts +18 -12
- package/dist/types/generated/v3-next/client.d.ts +217 -193
- package/dist/types/generated/v3-next/descriptors.d.ts +11 -11
- package/dist/types/generated/v3-next/types.d.ts +238 -202
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -70,6 +70,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
70
70
|
type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectLinkContainer>;
|
|
71
71
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectLinkContainer, TStatus>;
|
|
72
72
|
}
|
|
73
|
+
namespace AppDetachAppinstallationStaging {
|
|
74
|
+
type RequestData = InferredRequestData<typeof descriptors.appDetachAppinstallationStaging>;
|
|
75
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appDetachAppinstallationStaging, TStatus>;
|
|
76
|
+
}
|
|
77
|
+
namespace AppGetAppInstallationSystemSoftware {
|
|
78
|
+
type RequestData = InferredRequestData<typeof descriptors.appGetAppInstallationSystemSoftware>;
|
|
79
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetAppInstallationSystemSoftware, TStatus>;
|
|
80
|
+
}
|
|
73
81
|
namespace AppGetApp {
|
|
74
82
|
type RequestData = InferredRequestData<typeof descriptors.appGetApp>;
|
|
75
83
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetApp, TStatus>;
|
|
@@ -134,10 +142,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
134
142
|
type RequestData = InferredRequestData<typeof descriptors.appListUpdateCandidatesForAppversion>;
|
|
135
143
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListUpdateCandidatesForAppversion, TStatus>;
|
|
136
144
|
}
|
|
145
|
+
namespace AppPromoteAppinstallationStaging {
|
|
146
|
+
type RequestData = InferredRequestData<typeof descriptors.appPromoteAppinstallationStaging>;
|
|
147
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appPromoteAppinstallationStaging, TStatus>;
|
|
148
|
+
}
|
|
137
149
|
namespace AppRequestAppinstallationCopy {
|
|
138
150
|
type RequestData = InferredRequestData<typeof descriptors.appRequestAppinstallationCopy>;
|
|
139
151
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRequestAppinstallationCopy, TStatus>;
|
|
140
152
|
}
|
|
153
|
+
namespace AppRequestAppinstallationStaging {
|
|
154
|
+
type RequestData = InferredRequestData<typeof descriptors.appRequestAppinstallationStaging>;
|
|
155
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRequestAppinstallationStaging, TStatus>;
|
|
156
|
+
}
|
|
141
157
|
namespace AppRetrieveStatus {
|
|
142
158
|
type RequestData = InferredRequestData<typeof descriptors.appRetrieveStatus>;
|
|
143
159
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRetrieveStatus, TStatus>;
|
|
@@ -1866,22 +1882,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1866
1882
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1867
1883
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1868
1884
|
}
|
|
1869
|
-
namespace AppGetAppInstallationSystemSoftware {
|
|
1870
|
-
type RequestData = InferredRequestData<typeof descriptors.appGetAppInstallationSystemSoftware>;
|
|
1871
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetAppInstallationSystemSoftware, TStatus>;
|
|
1872
|
-
}
|
|
1873
|
-
namespace AppDetachAppinstallationStaging {
|
|
1874
|
-
type RequestData = InferredRequestData<typeof descriptors.appDetachAppinstallationStaging>;
|
|
1875
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appDetachAppinstallationStaging, TStatus>;
|
|
1876
|
-
}
|
|
1877
|
-
namespace AppPromoteAppinstallationStaging {
|
|
1878
|
-
type RequestData = InferredRequestData<typeof descriptors.appPromoteAppinstallationStaging>;
|
|
1879
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appPromoteAppinstallationStaging, TStatus>;
|
|
1880
|
-
}
|
|
1881
|
-
namespace AppRequestAppinstallationStaging {
|
|
1882
|
-
type RequestData = InferredRequestData<typeof descriptors.appRequestAppinstallationStaging>;
|
|
1883
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRequestAppinstallationStaging, TStatus>;
|
|
1884
|
-
}
|
|
1885
1885
|
}
|
|
1886
1886
|
namespace Components {
|
|
1887
1887
|
namespace Schemas {
|
|
@@ -2074,6 +2074,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2074
2074
|
appId: string;
|
|
2075
2075
|
appName: string;
|
|
2076
2076
|
appVersion: MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
2077
|
+
/**
|
|
2078
|
+
* Whether automatic updates are activated.
|
|
2079
|
+
*/
|
|
2080
|
+
autoUpdatesActivated?: boolean;
|
|
2077
2081
|
createdAt: string;
|
|
2078
2082
|
customDocumentRoot?: string;
|
|
2079
2083
|
deletionRequested?: boolean;
|
|
@@ -3475,6 +3479,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3475
3479
|
}
|
|
3476
3480
|
interface CronjobCronjobExecutionAnalysis {
|
|
3477
3481
|
message: string;
|
|
3482
|
+
recommendation?: string;
|
|
3478
3483
|
}
|
|
3479
3484
|
type CronjobCronjobExecutionSortOrder = "oldestFirst" | "newestFirst" | "slowestFirst" | "fastestFirst";
|
|
3480
3485
|
interface CronjobAppInstallationPatchTarget {
|
|
@@ -4034,7 +4039,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4034
4039
|
* * `registrarNotSupported`: COAB names a registrar we do not support for migration.
|
|
4035
4040
|
* * `notOrderable`: the order service rejected the domain for a reason other than an unsupported TLD or a still-reserved domain.
|
|
4036
4041
|
* * `insufficientState`: the COAB data is incomplete (e.g. missing registrar, price or owner) or the domain is still reserved at the registry.
|
|
4037
|
-
* * `contractDateOutOfRange`: the COAB contract's next-period date is in the
|
|
4042
|
+
* * `contractDateOutOfRange`: the COAB contract's next-period date is more than two years in the future (implausible data). A next-period date in the past is *not* rejected - the domain stays migratable and its order is billed from now.
|
|
4038
4043
|
* * `invalidDomainName`: the COAB domain name does not match the `idn-naked-domain` format we accept.
|
|
4039
4044
|
* * `ownerContactInvalid`: the domain's owner contact data (Inhaberdaten) failed validation at the registry/domain-service (invalid characters, or a TLD-specific contact-schema rule such as no consecutive whitespaces), so the migration is rejected. `ownerContactIssues` on the domain carries the affected field(s)/rule(s).
|
|
4040
4045
|
*/
|
|
@@ -8345,6 +8350,96 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8345
8350
|
}
|
|
8346
8351
|
}
|
|
8347
8352
|
}
|
|
8353
|
+
namespace V2AppInstallationsAppInstallationIdActionsDetachStaging {
|
|
8354
|
+
namespace Post {
|
|
8355
|
+
namespace Parameters {
|
|
8356
|
+
type Path = {
|
|
8357
|
+
appInstallationId: string;
|
|
8358
|
+
};
|
|
8359
|
+
interface RequestBody {
|
|
8360
|
+
description: string;
|
|
8361
|
+
}
|
|
8362
|
+
type Header = {};
|
|
8363
|
+
type Query = {};
|
|
8364
|
+
}
|
|
8365
|
+
namespace Responses {
|
|
8366
|
+
namespace $204 {
|
|
8367
|
+
namespace Content {
|
|
8368
|
+
type Empty = unknown;
|
|
8369
|
+
}
|
|
8370
|
+
}
|
|
8371
|
+
namespace $404 {
|
|
8372
|
+
namespace Content {
|
|
8373
|
+
interface ApplicationJson {
|
|
8374
|
+
[k: string]: unknown;
|
|
8375
|
+
}
|
|
8376
|
+
}
|
|
8377
|
+
}
|
|
8378
|
+
namespace $412 {
|
|
8379
|
+
namespace Content {
|
|
8380
|
+
interface ApplicationJson {
|
|
8381
|
+
[k: string]: unknown;
|
|
8382
|
+
}
|
|
8383
|
+
}
|
|
8384
|
+
}
|
|
8385
|
+
namespace $429 {
|
|
8386
|
+
namespace Content {
|
|
8387
|
+
interface ApplicationJson {
|
|
8388
|
+
[k: string]: unknown;
|
|
8389
|
+
}
|
|
8390
|
+
}
|
|
8391
|
+
}
|
|
8392
|
+
namespace Default {
|
|
8393
|
+
namespace Content {
|
|
8394
|
+
interface ApplicationJson {
|
|
8395
|
+
[k: string]: unknown;
|
|
8396
|
+
}
|
|
8397
|
+
}
|
|
8398
|
+
}
|
|
8399
|
+
}
|
|
8400
|
+
}
|
|
8401
|
+
}
|
|
8402
|
+
namespace V2AppInstallationsAppInstallationIdSystemSoftware {
|
|
8403
|
+
namespace Get {
|
|
8404
|
+
namespace Parameters {
|
|
8405
|
+
type Path = {
|
|
8406
|
+
appInstallationId: string;
|
|
8407
|
+
};
|
|
8408
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8409
|
+
type Query = {
|
|
8410
|
+
tagFilter?: string;
|
|
8411
|
+
};
|
|
8412
|
+
}
|
|
8413
|
+
namespace Responses {
|
|
8414
|
+
namespace $200 {
|
|
8415
|
+
namespace Content {
|
|
8416
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppSystemSoftware[];
|
|
8417
|
+
}
|
|
8418
|
+
}
|
|
8419
|
+
namespace $404 {
|
|
8420
|
+
namespace Content {
|
|
8421
|
+
interface ApplicationJson {
|
|
8422
|
+
[k: string]: unknown;
|
|
8423
|
+
}
|
|
8424
|
+
}
|
|
8425
|
+
}
|
|
8426
|
+
namespace $429 {
|
|
8427
|
+
namespace Content {
|
|
8428
|
+
interface ApplicationJson {
|
|
8429
|
+
[k: string]: unknown;
|
|
8430
|
+
}
|
|
8431
|
+
}
|
|
8432
|
+
}
|
|
8433
|
+
namespace Default {
|
|
8434
|
+
namespace Content {
|
|
8435
|
+
interface ApplicationJson {
|
|
8436
|
+
[k: string]: unknown;
|
|
8437
|
+
}
|
|
8438
|
+
}
|
|
8439
|
+
}
|
|
8440
|
+
}
|
|
8441
|
+
}
|
|
8442
|
+
}
|
|
8348
8443
|
namespace V2AppsAppId {
|
|
8349
8444
|
namespace Get {
|
|
8350
8445
|
namespace Parameters {
|
|
@@ -9008,6 +9103,52 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9008
9103
|
}
|
|
9009
9104
|
}
|
|
9010
9105
|
}
|
|
9106
|
+
namespace V2AppInstallationsAppInstallationIdActionsPromoteStaging {
|
|
9107
|
+
namespace Post {
|
|
9108
|
+
namespace Parameters {
|
|
9109
|
+
type Path = {
|
|
9110
|
+
appInstallationId: string;
|
|
9111
|
+
};
|
|
9112
|
+
type Header = {};
|
|
9113
|
+
type Query = {};
|
|
9114
|
+
}
|
|
9115
|
+
namespace Responses {
|
|
9116
|
+
namespace $204 {
|
|
9117
|
+
namespace Content {
|
|
9118
|
+
type Empty = unknown;
|
|
9119
|
+
}
|
|
9120
|
+
}
|
|
9121
|
+
namespace $404 {
|
|
9122
|
+
namespace Content {
|
|
9123
|
+
interface ApplicationJson {
|
|
9124
|
+
[k: string]: unknown;
|
|
9125
|
+
}
|
|
9126
|
+
}
|
|
9127
|
+
}
|
|
9128
|
+
namespace $412 {
|
|
9129
|
+
namespace Content {
|
|
9130
|
+
interface ApplicationJson {
|
|
9131
|
+
[k: string]: unknown;
|
|
9132
|
+
}
|
|
9133
|
+
}
|
|
9134
|
+
}
|
|
9135
|
+
namespace $429 {
|
|
9136
|
+
namespace Content {
|
|
9137
|
+
interface ApplicationJson {
|
|
9138
|
+
[k: string]: unknown;
|
|
9139
|
+
}
|
|
9140
|
+
}
|
|
9141
|
+
}
|
|
9142
|
+
namespace Default {
|
|
9143
|
+
namespace Content {
|
|
9144
|
+
interface ApplicationJson {
|
|
9145
|
+
[k: string]: unknown;
|
|
9146
|
+
}
|
|
9147
|
+
}
|
|
9148
|
+
}
|
|
9149
|
+
}
|
|
9150
|
+
}
|
|
9151
|
+
}
|
|
9011
9152
|
namespace V2AppinstallationsAppInstallationIdActionsCopy { }
|
|
9012
9153
|
namespace V2AppInstallationsAppInstallationIdActionsCopy {
|
|
9013
9154
|
namespace Post {
|
|
@@ -9056,6 +9197,52 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9056
9197
|
}
|
|
9057
9198
|
}
|
|
9058
9199
|
}
|
|
9200
|
+
namespace V2AppInstallationsAppInstallationIdActionsStaging {
|
|
9201
|
+
namespace Post {
|
|
9202
|
+
namespace Parameters {
|
|
9203
|
+
type Path = {
|
|
9204
|
+
appInstallationId: string;
|
|
9205
|
+
};
|
|
9206
|
+
interface RequestBody {
|
|
9207
|
+
description: string;
|
|
9208
|
+
domain: string;
|
|
9209
|
+
installationPath?: string;
|
|
9210
|
+
}
|
|
9211
|
+
type Header = {};
|
|
9212
|
+
type Query = {};
|
|
9213
|
+
}
|
|
9214
|
+
namespace Responses {
|
|
9215
|
+
namespace $201 {
|
|
9216
|
+
namespace Content {
|
|
9217
|
+
interface ApplicationJson {
|
|
9218
|
+
id: string;
|
|
9219
|
+
}
|
|
9220
|
+
}
|
|
9221
|
+
}
|
|
9222
|
+
namespace $404 {
|
|
9223
|
+
namespace Content {
|
|
9224
|
+
interface ApplicationJson {
|
|
9225
|
+
[k: string]: unknown;
|
|
9226
|
+
}
|
|
9227
|
+
}
|
|
9228
|
+
}
|
|
9229
|
+
namespace $429 {
|
|
9230
|
+
namespace Content {
|
|
9231
|
+
interface ApplicationJson {
|
|
9232
|
+
[k: string]: unknown;
|
|
9233
|
+
}
|
|
9234
|
+
}
|
|
9235
|
+
}
|
|
9236
|
+
namespace Default {
|
|
9237
|
+
namespace Content {
|
|
9238
|
+
interface ApplicationJson {
|
|
9239
|
+
[k: string]: unknown;
|
|
9240
|
+
}
|
|
9241
|
+
}
|
|
9242
|
+
}
|
|
9243
|
+
}
|
|
9244
|
+
}
|
|
9245
|
+
}
|
|
9059
9246
|
namespace V2AppinstallationsAppInstallationIdStatus { }
|
|
9060
9247
|
namespace V2AppInstallationsAppInstallationIdStatus {
|
|
9061
9248
|
namespace Get {
|
|
@@ -11077,7 +11264,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11077
11264
|
stackId: string;
|
|
11078
11265
|
serviceId: string;
|
|
11079
11266
|
};
|
|
11080
|
-
type Header = {
|
|
11267
|
+
type Header = {
|
|
11268
|
+
Range?: string;
|
|
11269
|
+
"If-Range"?: string;
|
|
11270
|
+
} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11081
11271
|
type Query = {
|
|
11082
11272
|
tail?: number;
|
|
11083
11273
|
};
|
|
@@ -11088,6 +11278,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11088
11278
|
type TextPlain = string;
|
|
11089
11279
|
}
|
|
11090
11280
|
}
|
|
11281
|
+
namespace $206 {
|
|
11282
|
+
namespace Content {
|
|
11283
|
+
type TextPlain = string;
|
|
11284
|
+
}
|
|
11285
|
+
}
|
|
11091
11286
|
namespace $403 {
|
|
11092
11287
|
namespace Content {
|
|
11093
11288
|
interface ApplicationJson {
|
|
@@ -11102,6 +11297,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11102
11297
|
}
|
|
11103
11298
|
}
|
|
11104
11299
|
}
|
|
11300
|
+
namespace $416 {
|
|
11301
|
+
namespace Content {
|
|
11302
|
+
interface ApplicationJson {
|
|
11303
|
+
[k: string]: unknown;
|
|
11304
|
+
}
|
|
11305
|
+
}
|
|
11306
|
+
}
|
|
11105
11307
|
namespace $429 {
|
|
11106
11308
|
namespace Content {
|
|
11107
11309
|
interface ApplicationJson {
|
|
@@ -16010,9 +16212,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16010
16212
|
}
|
|
16011
16213
|
}
|
|
16012
16214
|
}
|
|
16013
|
-
namespace
|
|
16215
|
+
namespace Default {
|
|
16014
16216
|
namespace Content {
|
|
16015
16217
|
interface ApplicationJson {
|
|
16218
|
+
[k: string]: unknown;
|
|
16016
16219
|
}
|
|
16017
16220
|
}
|
|
16018
16221
|
}
|
|
@@ -26846,7 +27049,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
26846
27049
|
type Path = {
|
|
26847
27050
|
projectId: string;
|
|
26848
27051
|
};
|
|
26849
|
-
type Header = {
|
|
27052
|
+
type Header = {
|
|
27053
|
+
Range?: string;
|
|
27054
|
+
"If-Range"?: string;
|
|
27055
|
+
} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
26850
27056
|
type Query = {
|
|
26851
27057
|
file?: string;
|
|
26852
27058
|
inline?: boolean;
|
|
@@ -26858,6 +27064,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
26858
27064
|
type ApplicationOctetStream = string;
|
|
26859
27065
|
}
|
|
26860
27066
|
}
|
|
27067
|
+
namespace $206 {
|
|
27068
|
+
namespace Content {
|
|
27069
|
+
type ApplicationOctetStream = string;
|
|
27070
|
+
}
|
|
27071
|
+
}
|
|
26861
27072
|
namespace $403 {
|
|
26862
27073
|
namespace Content {
|
|
26863
27074
|
interface ApplicationJson {
|
|
@@ -26872,6 +27083,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
26872
27083
|
}
|
|
26873
27084
|
}
|
|
26874
27085
|
}
|
|
27086
|
+
namespace $416 {
|
|
27087
|
+
namespace Content {
|
|
27088
|
+
interface ApplicationJson {
|
|
27089
|
+
[k: string]: unknown;
|
|
27090
|
+
}
|
|
27091
|
+
}
|
|
27092
|
+
}
|
|
26875
27093
|
namespace $429 {
|
|
26876
27094
|
namespace Content {
|
|
26877
27095
|
interface ApplicationJson {
|
|
@@ -31408,187 +31626,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31408
31626
|
}
|
|
31409
31627
|
}
|
|
31410
31628
|
}
|
|
31411
|
-
namespace V2AppInstallationsAppInstallationIdSystemSoftware {
|
|
31412
|
-
namespace Get {
|
|
31413
|
-
namespace Parameters {
|
|
31414
|
-
type Path = {
|
|
31415
|
-
appInstallationId: string;
|
|
31416
|
-
};
|
|
31417
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
31418
|
-
type Query = {
|
|
31419
|
-
tagFilter?: string;
|
|
31420
|
-
};
|
|
31421
|
-
}
|
|
31422
|
-
namespace Responses {
|
|
31423
|
-
namespace $200 {
|
|
31424
|
-
namespace Content {
|
|
31425
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppSystemSoftware[];
|
|
31426
|
-
}
|
|
31427
|
-
}
|
|
31428
|
-
namespace $404 {
|
|
31429
|
-
namespace Content {
|
|
31430
|
-
interface ApplicationJson {
|
|
31431
|
-
[k: string]: unknown;
|
|
31432
|
-
}
|
|
31433
|
-
}
|
|
31434
|
-
}
|
|
31435
|
-
namespace $429 {
|
|
31436
|
-
namespace Content {
|
|
31437
|
-
interface ApplicationJson {
|
|
31438
|
-
[k: string]: unknown;
|
|
31439
|
-
}
|
|
31440
|
-
}
|
|
31441
|
-
}
|
|
31442
|
-
namespace Default {
|
|
31443
|
-
namespace Content {
|
|
31444
|
-
interface ApplicationJson {
|
|
31445
|
-
[k: string]: unknown;
|
|
31446
|
-
}
|
|
31447
|
-
}
|
|
31448
|
-
}
|
|
31449
|
-
}
|
|
31450
|
-
}
|
|
31451
|
-
}
|
|
31452
|
-
namespace V2AppInstallationsAppInstallationIdActionsDetachStaging {
|
|
31453
|
-
namespace Post {
|
|
31454
|
-
namespace Parameters {
|
|
31455
|
-
type Path = {
|
|
31456
|
-
appInstallationId: string;
|
|
31457
|
-
};
|
|
31458
|
-
interface RequestBody {
|
|
31459
|
-
description: string;
|
|
31460
|
-
}
|
|
31461
|
-
type Header = {};
|
|
31462
|
-
type Query = {};
|
|
31463
|
-
}
|
|
31464
|
-
namespace Responses {
|
|
31465
|
-
namespace $200 {
|
|
31466
|
-
namespace Content {
|
|
31467
|
-
type Empty = unknown;
|
|
31468
|
-
}
|
|
31469
|
-
}
|
|
31470
|
-
namespace $404 {
|
|
31471
|
-
namespace Content {
|
|
31472
|
-
interface ApplicationJson {
|
|
31473
|
-
[k: string]: unknown;
|
|
31474
|
-
}
|
|
31475
|
-
}
|
|
31476
|
-
}
|
|
31477
|
-
namespace $412 {
|
|
31478
|
-
namespace Content {
|
|
31479
|
-
interface ApplicationJson {
|
|
31480
|
-
[k: string]: unknown;
|
|
31481
|
-
}
|
|
31482
|
-
}
|
|
31483
|
-
}
|
|
31484
|
-
namespace $429 {
|
|
31485
|
-
namespace Content {
|
|
31486
|
-
interface ApplicationJson {
|
|
31487
|
-
[k: string]: unknown;
|
|
31488
|
-
}
|
|
31489
|
-
}
|
|
31490
|
-
}
|
|
31491
|
-
namespace Default {
|
|
31492
|
-
namespace Content {
|
|
31493
|
-
interface ApplicationJson {
|
|
31494
|
-
[k: string]: unknown;
|
|
31495
|
-
}
|
|
31496
|
-
}
|
|
31497
|
-
}
|
|
31498
|
-
}
|
|
31499
|
-
}
|
|
31500
|
-
}
|
|
31501
|
-
namespace V2AppInstallationsAppInstallationIdActionsPromoteStaging {
|
|
31502
|
-
namespace Post {
|
|
31503
|
-
namespace Parameters {
|
|
31504
|
-
type Path = {
|
|
31505
|
-
appInstallationId: string;
|
|
31506
|
-
};
|
|
31507
|
-
type Header = {};
|
|
31508
|
-
type Query = {};
|
|
31509
|
-
}
|
|
31510
|
-
namespace Responses {
|
|
31511
|
-
namespace $200 {
|
|
31512
|
-
namespace Content {
|
|
31513
|
-
type Empty = unknown;
|
|
31514
|
-
}
|
|
31515
|
-
}
|
|
31516
|
-
namespace $404 {
|
|
31517
|
-
namespace Content {
|
|
31518
|
-
interface ApplicationJson {
|
|
31519
|
-
[k: string]: unknown;
|
|
31520
|
-
}
|
|
31521
|
-
}
|
|
31522
|
-
}
|
|
31523
|
-
namespace $412 {
|
|
31524
|
-
namespace Content {
|
|
31525
|
-
interface ApplicationJson {
|
|
31526
|
-
[k: string]: unknown;
|
|
31527
|
-
}
|
|
31528
|
-
}
|
|
31529
|
-
}
|
|
31530
|
-
namespace $429 {
|
|
31531
|
-
namespace Content {
|
|
31532
|
-
interface ApplicationJson {
|
|
31533
|
-
[k: string]: unknown;
|
|
31534
|
-
}
|
|
31535
|
-
}
|
|
31536
|
-
}
|
|
31537
|
-
namespace Default {
|
|
31538
|
-
namespace Content {
|
|
31539
|
-
interface ApplicationJson {
|
|
31540
|
-
[k: string]: unknown;
|
|
31541
|
-
}
|
|
31542
|
-
}
|
|
31543
|
-
}
|
|
31544
|
-
}
|
|
31545
|
-
}
|
|
31546
|
-
}
|
|
31547
|
-
namespace V2AppInstallationsAppInstallationIdActionsStaging {
|
|
31548
|
-
namespace Post {
|
|
31549
|
-
namespace Parameters {
|
|
31550
|
-
type Path = {
|
|
31551
|
-
appInstallationId: string;
|
|
31552
|
-
};
|
|
31553
|
-
interface RequestBody {
|
|
31554
|
-
description: string;
|
|
31555
|
-
domain: string;
|
|
31556
|
-
installationPath?: string;
|
|
31557
|
-
}
|
|
31558
|
-
type Header = {};
|
|
31559
|
-
type Query = {};
|
|
31560
|
-
}
|
|
31561
|
-
namespace Responses {
|
|
31562
|
-
namespace $201 {
|
|
31563
|
-
namespace Content {
|
|
31564
|
-
interface ApplicationJson {
|
|
31565
|
-
id: string;
|
|
31566
|
-
}
|
|
31567
|
-
}
|
|
31568
|
-
}
|
|
31569
|
-
namespace $404 {
|
|
31570
|
-
namespace Content {
|
|
31571
|
-
interface ApplicationJson {
|
|
31572
|
-
[k: string]: unknown;
|
|
31573
|
-
}
|
|
31574
|
-
}
|
|
31575
|
-
}
|
|
31576
|
-
namespace $429 {
|
|
31577
|
-
namespace Content {
|
|
31578
|
-
interface ApplicationJson {
|
|
31579
|
-
[k: string]: unknown;
|
|
31580
|
-
}
|
|
31581
|
-
}
|
|
31582
|
-
}
|
|
31583
|
-
namespace Default {
|
|
31584
|
-
namespace Content {
|
|
31585
|
-
interface ApplicationJson {
|
|
31586
|
-
[k: string]: unknown;
|
|
31587
|
-
}
|
|
31588
|
-
}
|
|
31589
|
-
}
|
|
31590
|
-
}
|
|
31591
|
-
}
|
|
31592
|
-
}
|
|
31593
31629
|
}
|
|
31594
31630
|
}
|
|
@@ -112,6 +112,18 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
112
112
|
}>;
|
|
113
113
|
};
|
|
114
114
|
declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
115
|
+
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
116
|
+
getAppInstallationSystemSoftware: (conf: {
|
|
117
|
+
appInstallationId: string;
|
|
118
|
+
headers?: {
|
|
119
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
120
|
+
"x-access-token"?: string | undefined;
|
|
121
|
+
} | undefined;
|
|
122
|
+
queryParameters?: {
|
|
123
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
124
|
+
tagFilter?: string | undefined;
|
|
125
|
+
} | undefined;
|
|
126
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware[]>;
|
|
115
127
|
/** Get an App. */
|
|
116
128
|
getApp: (conf: {
|
|
117
129
|
appId: string;
|
|
@@ -137,6 +149,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
137
149
|
appId: string;
|
|
138
150
|
appName: string;
|
|
139
151
|
appVersion: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppVersionStatus;
|
|
152
|
+
autoUpdatesActivated?: boolean | undefined;
|
|
140
153
|
createdAt: string;
|
|
141
154
|
customDocumentRoot?: string | undefined;
|
|
142
155
|
deletionRequested?: boolean | undefined;
|
|
@@ -348,18 +361,6 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
348
361
|
state: "running" | "stopped" | "exited";
|
|
349
362
|
uptimeSeconds?: number | undefined;
|
|
350
363
|
}>;
|
|
351
|
-
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
352
|
-
getAppInstallationSystemSoftware: (conf: {
|
|
353
|
-
appInstallationId: string;
|
|
354
|
-
headers?: {
|
|
355
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
356
|
-
"x-access-token"?: string | undefined;
|
|
357
|
-
} | undefined;
|
|
358
|
-
queryParameters?: {
|
|
359
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
360
|
-
tagFilter?: string | undefined;
|
|
361
|
-
} | undefined;
|
|
362
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware[]>;
|
|
363
364
|
};
|
|
364
365
|
declare const buildArticleApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
365
366
|
/** Get an Article. */
|
|
@@ -640,6 +641,8 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
640
641
|
serviceId: string;
|
|
641
642
|
headers?: {
|
|
642
643
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
644
|
+
Range?: string | undefined;
|
|
645
|
+
"If-Range"?: string | undefined;
|
|
643
646
|
"x-access-token"?: string | undefined;
|
|
644
647
|
} | undefined;
|
|
645
648
|
queryParameters?: {
|
|
@@ -1861,6 +1864,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1861
1864
|
} | undefined;
|
|
1862
1865
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1863
1866
|
message: string;
|
|
1867
|
+
recommendation?: string | undefined;
|
|
1864
1868
|
}>;
|
|
1865
1869
|
/** Get a CronjobExecution. */
|
|
1866
1870
|
getExecution: (conf: {
|
|
@@ -3708,6 +3712,8 @@ declare const buildProjectFileSystemApi: (baseClient: MittwaldAPIV3NextClient) =
|
|
|
3708
3712
|
projectId: string;
|
|
3709
3713
|
headers?: {
|
|
3710
3714
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
3715
|
+
Range?: string | undefined;
|
|
3716
|
+
"If-Range"?: string | undefined;
|
|
3711
3717
|
"x-access-token"?: string | undefined;
|
|
3712
3718
|
} | undefined;
|
|
3713
3719
|
queryParameters?: {
|