@mittwald/api-client 4.430.0 → 4.432.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.js +0 -8
- package/dist/esm/generated/v2/descriptors.js +0 -24
- package/dist/esm/generated/v3-next/client.js +0 -8
- package/dist/esm/generated/v3-next/descriptors.js +0 -24
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +5 -0
- package/dist/types/generated/v2/client.d.ts +10 -265
- package/dist/types/generated/v2/descriptors.d.ts +0 -8
- package/dist/types/generated/v2/types.d.ts +10 -226
- package/dist/types/generated/v3-next/client-react.d.ts +5 -0
- package/dist/types/generated/v3-next/client.d.ts +10 -265
- package/dist/types/generated/v3-next/descriptors.d.ts +0 -8
- package/dist/types/generated/v3-next/types.d.ts +9 -225
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -106,10 +106,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
106
106
|
type RequestData = InferredRequestData<typeof descriptors.appGetSystemsoftwareversion>;
|
|
107
107
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetSystemsoftwareversion, TStatus>;
|
|
108
108
|
}
|
|
109
|
-
namespace AppLinkDatabase {
|
|
110
|
-
type RequestData = InferredRequestData<typeof descriptors.appLinkDatabase>;
|
|
111
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appLinkDatabase, TStatus>;
|
|
112
|
-
}
|
|
113
109
|
namespace AppListAppinstallationsForUser {
|
|
114
110
|
type RequestData = InferredRequestData<typeof descriptors.appListAppinstallationsForUser>;
|
|
115
111
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListAppinstallationsForUser, TStatus>;
|
|
@@ -142,10 +138,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
142
138
|
type RequestData = InferredRequestData<typeof descriptors.appListUpdateCandidatesForAppversion>;
|
|
143
139
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListUpdateCandidatesForAppversion, TStatus>;
|
|
144
140
|
}
|
|
145
|
-
namespace AppReplaceDatabase {
|
|
146
|
-
type RequestData = InferredRequestData<typeof descriptors.appReplaceDatabase>;
|
|
147
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appReplaceDatabase, TStatus>;
|
|
148
|
-
}
|
|
149
141
|
namespace AppRequestAppinstallationCopy {
|
|
150
142
|
type RequestData = InferredRequestData<typeof descriptors.appRequestAppinstallationCopy>;
|
|
151
143
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRequestAppinstallationCopy, TStatus>;
|
|
@@ -158,10 +150,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
158
150
|
type RequestData = InferredRequestData<typeof descriptors.appUnlinkDatabase>;
|
|
159
151
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appUnlinkDatabase, TStatus>;
|
|
160
152
|
}
|
|
161
|
-
namespace AppSetDatabaseUsers {
|
|
162
|
-
type RequestData = InferredRequestData<typeof descriptors.appSetDatabaseUsers>;
|
|
163
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appSetDatabaseUsers, TStatus>;
|
|
164
|
-
}
|
|
165
153
|
namespace ArticleGetArticle {
|
|
166
154
|
type RequestData = InferredRequestData<typeof descriptors.articleGetArticle>;
|
|
167
155
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.articleGetArticle, TStatus>;
|
|
@@ -582,10 +570,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
582
570
|
type RequestData = InferredRequestData<typeof descriptors.cronjobGetExecution>;
|
|
583
571
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobGetExecution, TStatus>;
|
|
584
572
|
}
|
|
585
|
-
namespace CronjobReplaceCronjobAppInstallationId {
|
|
586
|
-
type RequestData = InferredRequestData<typeof descriptors.cronjobReplaceCronjobAppInstallationId>;
|
|
587
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobReplaceCronjobAppInstallationId, TStatus>;
|
|
588
|
-
}
|
|
589
573
|
namespace CustomerAcceptCustomerInvite {
|
|
590
574
|
type RequestData = InferredRequestData<typeof descriptors.customerAcceptCustomerInvite>;
|
|
591
575
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerAcceptCustomerInvite, TStatus>;
|
|
@@ -2946,6 +2930,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2946
2930
|
defaultValue?: string;
|
|
2947
2931
|
label?: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
2948
2932
|
name: string;
|
|
2933
|
+
positionMeta?: {
|
|
2934
|
+
index?: number;
|
|
2935
|
+
section?: string;
|
|
2936
|
+
step?: string;
|
|
2937
|
+
};
|
|
2949
2938
|
required: boolean;
|
|
2950
2939
|
validationSchema?: string;
|
|
2951
2940
|
}[];
|
|
@@ -8624,59 +8613,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8624
8613
|
}
|
|
8625
8614
|
}
|
|
8626
8615
|
}
|
|
8627
|
-
namespace V2AppInstallationsAppInstallationIdDatabase {
|
|
8628
|
-
namespace Patch {
|
|
8629
|
-
namespace Parameters {
|
|
8630
|
-
type Path = {
|
|
8631
|
-
appInstallationId: string;
|
|
8632
|
-
};
|
|
8633
|
-
interface RequestBody {
|
|
8634
|
-
databaseId: string;
|
|
8635
|
-
databaseUserIds?: {
|
|
8636
|
-
[k: string]: string;
|
|
8637
|
-
};
|
|
8638
|
-
purpose: "primary" | "cache" | "custom";
|
|
8639
|
-
}
|
|
8640
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8641
|
-
type Query = {};
|
|
8642
|
-
}
|
|
8643
|
-
namespace Responses {
|
|
8644
|
-
namespace $204 {
|
|
8645
|
-
namespace Content {
|
|
8646
|
-
type Empty = unknown;
|
|
8647
|
-
}
|
|
8648
|
-
}
|
|
8649
|
-
namespace $400 {
|
|
8650
|
-
namespace Content {
|
|
8651
|
-
interface ApplicationJson {
|
|
8652
|
-
[k: string]: unknown;
|
|
8653
|
-
}
|
|
8654
|
-
}
|
|
8655
|
-
}
|
|
8656
|
-
namespace $404 {
|
|
8657
|
-
namespace Content {
|
|
8658
|
-
interface ApplicationJson {
|
|
8659
|
-
[k: string]: unknown;
|
|
8660
|
-
}
|
|
8661
|
-
}
|
|
8662
|
-
}
|
|
8663
|
-
namespace $429 {
|
|
8664
|
-
namespace Content {
|
|
8665
|
-
interface ApplicationJson {
|
|
8666
|
-
[k: string]: unknown;
|
|
8667
|
-
}
|
|
8668
|
-
}
|
|
8669
|
-
}
|
|
8670
|
-
namespace Default {
|
|
8671
|
-
namespace Content {
|
|
8672
|
-
interface ApplicationJson {
|
|
8673
|
-
[k: string]: unknown;
|
|
8674
|
-
}
|
|
8675
|
-
}
|
|
8676
|
-
}
|
|
8677
|
-
}
|
|
8678
|
-
}
|
|
8679
|
-
}
|
|
8616
|
+
namespace V2AppInstallationsAppInstallationIdDatabase { }
|
|
8680
8617
|
namespace V2AppInstallations {
|
|
8681
8618
|
namespace Get {
|
|
8682
8619
|
namespace Parameters {
|
|
@@ -8986,68 +8923,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8986
8923
|
}
|
|
8987
8924
|
}
|
|
8988
8925
|
}
|
|
8989
|
-
namespace V2AppInstallationsAppInstallationIdDatabaseReplace {
|
|
8990
|
-
namespace Patch {
|
|
8991
|
-
namespace Parameters {
|
|
8992
|
-
type Path = {
|
|
8993
|
-
appInstallationId: string;
|
|
8994
|
-
};
|
|
8995
|
-
interface RequestBody {
|
|
8996
|
-
/**
|
|
8997
|
-
* The IDs of the users of the database you want the old database to be replaced with.
|
|
8998
|
-
*/
|
|
8999
|
-
databaseUserIds?: {
|
|
9000
|
-
[k: string]: string;
|
|
9001
|
-
};
|
|
9002
|
-
/**
|
|
9003
|
-
* The ID of the database you want the old database to be replaced with.
|
|
9004
|
-
*/
|
|
9005
|
-
newDatabaseId: string;
|
|
9006
|
-
/**
|
|
9007
|
-
* The ID of the database you want to be replaced.
|
|
9008
|
-
*/
|
|
9009
|
-
oldDatabaseId: string;
|
|
9010
|
-
}
|
|
9011
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9012
|
-
type Query = {};
|
|
9013
|
-
}
|
|
9014
|
-
namespace Responses {
|
|
9015
|
-
namespace $204 {
|
|
9016
|
-
namespace Content {
|
|
9017
|
-
type Empty = unknown;
|
|
9018
|
-
}
|
|
9019
|
-
}
|
|
9020
|
-
namespace $400 {
|
|
9021
|
-
namespace Content {
|
|
9022
|
-
interface ApplicationJson {
|
|
9023
|
-
[k: string]: unknown;
|
|
9024
|
-
}
|
|
9025
|
-
}
|
|
9026
|
-
}
|
|
9027
|
-
namespace $404 {
|
|
9028
|
-
namespace Content {
|
|
9029
|
-
interface ApplicationJson {
|
|
9030
|
-
[k: string]: unknown;
|
|
9031
|
-
}
|
|
9032
|
-
}
|
|
9033
|
-
}
|
|
9034
|
-
namespace $429 {
|
|
9035
|
-
namespace Content {
|
|
9036
|
-
interface ApplicationJson {
|
|
9037
|
-
[k: string]: unknown;
|
|
9038
|
-
}
|
|
9039
|
-
}
|
|
9040
|
-
}
|
|
9041
|
-
namespace Default {
|
|
9042
|
-
namespace Content {
|
|
9043
|
-
interface ApplicationJson {
|
|
9044
|
-
[k: string]: unknown;
|
|
9045
|
-
}
|
|
9046
|
-
}
|
|
9047
|
-
}
|
|
9048
|
-
}
|
|
9049
|
-
}
|
|
9050
|
-
}
|
|
9051
8926
|
namespace V2AppinstallationsAppInstallationIdActionsCopy { }
|
|
9052
8927
|
namespace V2AppInstallationsAppInstallationIdActionsCopy {
|
|
9053
8928
|
namespace Post {
|
|
@@ -9177,51 +9052,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9177
9052
|
}
|
|
9178
9053
|
}
|
|
9179
9054
|
namespace V2AppinstallationsAppInstallationIdDatabasesDatabaseId { }
|
|
9180
|
-
namespace V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers {
|
|
9181
|
-
namespace Put {
|
|
9182
|
-
namespace Parameters {
|
|
9183
|
-
type Path = {
|
|
9184
|
-
appInstallationId: string;
|
|
9185
|
-
databaseId: string;
|
|
9186
|
-
};
|
|
9187
|
-
interface RequestBody {
|
|
9188
|
-
databaseUserIds: {
|
|
9189
|
-
[k: string]: string;
|
|
9190
|
-
};
|
|
9191
|
-
}
|
|
9192
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9193
|
-
type Query = {};
|
|
9194
|
-
}
|
|
9195
|
-
namespace Responses {
|
|
9196
|
-
namespace $204 {
|
|
9197
|
-
namespace Content {
|
|
9198
|
-
type Empty = unknown;
|
|
9199
|
-
}
|
|
9200
|
-
}
|
|
9201
|
-
namespace $404 {
|
|
9202
|
-
namespace Content {
|
|
9203
|
-
interface ApplicationJson {
|
|
9204
|
-
[k: string]: unknown;
|
|
9205
|
-
}
|
|
9206
|
-
}
|
|
9207
|
-
}
|
|
9208
|
-
namespace $429 {
|
|
9209
|
-
namespace Content {
|
|
9210
|
-
interface ApplicationJson {
|
|
9211
|
-
[k: string]: unknown;
|
|
9212
|
-
}
|
|
9213
|
-
}
|
|
9214
|
-
}
|
|
9215
|
-
namespace Default {
|
|
9216
|
-
namespace Content {
|
|
9217
|
-
interface ApplicationJson {
|
|
9218
|
-
[k: string]: unknown;
|
|
9219
|
-
}
|
|
9220
|
-
}
|
|
9221
|
-
}
|
|
9222
|
-
}
|
|
9223
|
-
}
|
|
9224
|
-
}
|
|
9055
|
+
namespace V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers { }
|
|
9225
9056
|
namespace V2ArticlesArticleId {
|
|
9226
9057
|
namespace Get {
|
|
9227
9058
|
namespace Parameters {
|
|
@@ -14936,56 +14767,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14936
14767
|
}
|
|
14937
14768
|
}
|
|
14938
14769
|
}
|
|
14939
|
-
namespace V2CronjobsCronjobIdAppInstallationId {
|
|
14940
|
-
namespace Put {
|
|
14941
|
-
namespace Parameters {
|
|
14942
|
-
type Path = {
|
|
14943
|
-
cronjobId: string;
|
|
14944
|
-
};
|
|
14945
|
-
interface RequestBody {
|
|
14946
|
-
appInstallationId: string;
|
|
14947
|
-
}
|
|
14948
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14949
|
-
type Query = {};
|
|
14950
|
-
}
|
|
14951
|
-
namespace Responses {
|
|
14952
|
-
namespace $204 {
|
|
14953
|
-
namespace Content {
|
|
14954
|
-
type Empty = unknown;
|
|
14955
|
-
}
|
|
14956
|
-
}
|
|
14957
|
-
namespace $400 {
|
|
14958
|
-
namespace Content {
|
|
14959
|
-
interface ApplicationJson {
|
|
14960
|
-
[k: string]: unknown;
|
|
14961
|
-
}
|
|
14962
|
-
}
|
|
14963
|
-
}
|
|
14964
|
-
namespace $412 {
|
|
14965
|
-
namespace Content {
|
|
14966
|
-
interface ApplicationJson {
|
|
14967
|
-
[k: string]: unknown;
|
|
14968
|
-
}
|
|
14969
|
-
}
|
|
14970
|
-
}
|
|
14971
|
-
namespace $429 {
|
|
14972
|
-
namespace Content {
|
|
14973
|
-
interface ApplicationJson {
|
|
14974
|
-
[k: string]: unknown;
|
|
14975
|
-
}
|
|
14976
|
-
}
|
|
14977
|
-
}
|
|
14978
|
-
namespace Default {
|
|
14979
|
-
namespace Content {
|
|
14980
|
-
interface ApplicationJson {
|
|
14981
|
-
[k: string]: unknown;
|
|
14982
|
-
}
|
|
14983
|
-
}
|
|
14984
|
-
}
|
|
14985
|
-
}
|
|
14986
|
-
}
|
|
14987
|
-
}
|
|
14988
|
-
namespace V2CronjobsCronjobIdAppId { }
|
|
14989
14770
|
namespace V2CustomerInvitesCustomerInviteIdActionsAccept {
|
|
14990
14771
|
namespace Post {
|
|
14991
14772
|
namespace Parameters {
|
|
@@ -17256,6 +17037,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17256
17037
|
namespace V2AppinstallationsAppInstallationIdActionsAction { }
|
|
17257
17038
|
namespace V2AppInstallationsAppInstallationIdActionsAction { }
|
|
17258
17039
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
17040
|
+
namespace V2AppInstallationsAppInstallationIdDatabaseReplace { }
|
|
17259
17041
|
namespace V2ProjectBackupsProjectBackupIdExpirationTime { }
|
|
17260
17042
|
namespace V2ProjectBackupsProjectBackupIdDescription { }
|
|
17261
17043
|
namespace V2ContainerTemplatesTemplateIdIcon { }
|
|
@@ -17264,6 +17046,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17264
17046
|
namespace V2RegistriesRegistryIdActionsValidateCredentials { }
|
|
17265
17047
|
namespace V2CustomersCustomerIdAiHostingContract { }
|
|
17266
17048
|
namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
|
|
17049
|
+
namespace V2CronjobsCronjobIdAppInstallationId { }
|
|
17050
|
+
namespace V2CronjobsCronjobIdAppId { }
|
|
17267
17051
|
namespace V2CustomerCustomerIdActionsLeave { }
|
|
17268
17052
|
namespace V2CustomersCustomerIdActionsLeave { }
|
|
17269
17053
|
namespace V2MysqlDatabasesMysqlDatabaseIdDefaultCharset { }
|
|
@@ -729,6 +729,11 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
729
729
|
defaultValue?: string;
|
|
730
730
|
label?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
731
731
|
name: string;
|
|
732
|
+
positionMeta?: {
|
|
733
|
+
index?: number;
|
|
734
|
+
section?: string;
|
|
735
|
+
step?: string;
|
|
736
|
+
};
|
|
732
737
|
required: boolean;
|
|
733
738
|
validationSchema?: string;
|
|
734
739
|
}[] | undefined;
|
|
@@ -1618,77 +1618,6 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
1618
1618
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1619
1619
|
[x: string]: unknown;
|
|
1620
1620
|
}, 429, "application/json">>>;
|
|
1621
|
-
/** Create linkage between an AppInstallation and a MySQLDatabase. */
|
|
1622
|
-
linkDatabase: (request: {
|
|
1623
|
-
data: {
|
|
1624
|
-
databaseId: string;
|
|
1625
|
-
purpose: "primary" | "cache" | "custom";
|
|
1626
|
-
databaseUserIds?: {
|
|
1627
|
-
[x: string]: string;
|
|
1628
|
-
} | undefined;
|
|
1629
|
-
};
|
|
1630
|
-
appInstallationId: string;
|
|
1631
|
-
headers?: {
|
|
1632
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1633
|
-
"x-access-token"?: string | undefined;
|
|
1634
|
-
} | undefined;
|
|
1635
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1636
|
-
data: {
|
|
1637
|
-
databaseId: string;
|
|
1638
|
-
databaseUserIds?: {
|
|
1639
|
-
[k: string]: string;
|
|
1640
|
-
} | undefined;
|
|
1641
|
-
purpose: "primary" | "cache" | "custom";
|
|
1642
|
-
};
|
|
1643
|
-
} & {
|
|
1644
|
-
pathParameters: {
|
|
1645
|
-
appInstallationId: string;
|
|
1646
|
-
};
|
|
1647
|
-
} & {
|
|
1648
|
-
headers?: Partial<{
|
|
1649
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1650
|
-
}>;
|
|
1651
|
-
} & {
|
|
1652
|
-
headers: {
|
|
1653
|
-
"x-access-token"?: string | undefined;
|
|
1654
|
-
} & Partial<{
|
|
1655
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1656
|
-
}>;
|
|
1657
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
1658
|
-
[x: string]: unknown;
|
|
1659
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1660
|
-
[x: string]: unknown;
|
|
1661
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1662
|
-
[x: string]: unknown;
|
|
1663
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1664
|
-
data: {
|
|
1665
|
-
databaseId: string;
|
|
1666
|
-
databaseUserIds?: {
|
|
1667
|
-
[k: string]: string;
|
|
1668
|
-
} | undefined;
|
|
1669
|
-
purpose: "primary" | "cache" | "custom";
|
|
1670
|
-
};
|
|
1671
|
-
} & {
|
|
1672
|
-
pathParameters: {
|
|
1673
|
-
appInstallationId: string;
|
|
1674
|
-
};
|
|
1675
|
-
} & {
|
|
1676
|
-
headers?: Partial<{
|
|
1677
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1678
|
-
}>;
|
|
1679
|
-
} & {
|
|
1680
|
-
headers: {
|
|
1681
|
-
"x-access-token"?: string | undefined;
|
|
1682
|
-
} & Partial<{
|
|
1683
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1684
|
-
}>;
|
|
1685
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
1686
|
-
[x: string]: unknown;
|
|
1687
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1688
|
-
[x: string]: unknown;
|
|
1689
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1690
|
-
[x: string]: unknown;
|
|
1691
|
-
}, 429, "application/json">>>;
|
|
1692
1621
|
/** List AppInstallations that a user has access to. */
|
|
1693
1622
|
listAppinstallationsForUser: (request?: {
|
|
1694
1623
|
headers?: {
|
|
@@ -2166,77 +2095,6 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
2166
2095
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppVersion[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2167
2096
|
[x: string]: unknown;
|
|
2168
2097
|
}, 429, "application/json">>>;
|
|
2169
|
-
/** Replace a MySQL Database with another MySQL Database. */
|
|
2170
|
-
replaceDatabase: (request: {
|
|
2171
|
-
data: {
|
|
2172
|
-
newDatabaseId: string;
|
|
2173
|
-
oldDatabaseId: string;
|
|
2174
|
-
databaseUserIds?: {
|
|
2175
|
-
[x: string]: string;
|
|
2176
|
-
} | undefined;
|
|
2177
|
-
};
|
|
2178
|
-
appInstallationId: string;
|
|
2179
|
-
headers?: {
|
|
2180
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2181
|
-
"x-access-token"?: string | undefined;
|
|
2182
|
-
} | undefined;
|
|
2183
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2184
|
-
data: {
|
|
2185
|
-
databaseUserIds?: {
|
|
2186
|
-
[k: string]: string;
|
|
2187
|
-
} | undefined;
|
|
2188
|
-
newDatabaseId: string;
|
|
2189
|
-
oldDatabaseId: string;
|
|
2190
|
-
};
|
|
2191
|
-
} & {
|
|
2192
|
-
pathParameters: {
|
|
2193
|
-
appInstallationId: string;
|
|
2194
|
-
};
|
|
2195
|
-
} & {
|
|
2196
|
-
headers?: Partial<{
|
|
2197
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2198
|
-
}>;
|
|
2199
|
-
} & {
|
|
2200
|
-
headers: {
|
|
2201
|
-
"x-access-token"?: string | undefined;
|
|
2202
|
-
} & Partial<{
|
|
2203
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2204
|
-
}>;
|
|
2205
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2206
|
-
[x: string]: unknown;
|
|
2207
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2208
|
-
[x: string]: unknown;
|
|
2209
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2210
|
-
[x: string]: unknown;
|
|
2211
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2212
|
-
data: {
|
|
2213
|
-
databaseUserIds?: {
|
|
2214
|
-
[k: string]: string;
|
|
2215
|
-
} | undefined;
|
|
2216
|
-
newDatabaseId: string;
|
|
2217
|
-
oldDatabaseId: string;
|
|
2218
|
-
};
|
|
2219
|
-
} & {
|
|
2220
|
-
pathParameters: {
|
|
2221
|
-
appInstallationId: string;
|
|
2222
|
-
};
|
|
2223
|
-
} & {
|
|
2224
|
-
headers?: Partial<{
|
|
2225
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2226
|
-
}>;
|
|
2227
|
-
} & {
|
|
2228
|
-
headers: {
|
|
2229
|
-
"x-access-token"?: string | undefined;
|
|
2230
|
-
} & Partial<{
|
|
2231
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2232
|
-
}>;
|
|
2233
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2234
|
-
[x: string]: unknown;
|
|
2235
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2236
|
-
[x: string]: unknown;
|
|
2237
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2238
|
-
[x: string]: unknown;
|
|
2239
|
-
}, 429, "application/json">>>;
|
|
2240
2098
|
/** Request a copy of an AppInstallation. */
|
|
2241
2099
|
requestAppinstallationCopy: (request: {
|
|
2242
2100
|
data: {
|
|
@@ -2333,70 +2191,6 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
2333
2191
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2334
2192
|
[x: string]: unknown;
|
|
2335
2193
|
}, 429, "application/json">>>;
|
|
2336
|
-
/** Create linkage between an AppInstallation and DatabaseUsers. */
|
|
2337
|
-
setDatabaseUsers: (request: {
|
|
2338
|
-
appInstallationId: string;
|
|
2339
|
-
databaseId: string;
|
|
2340
|
-
data?: {
|
|
2341
|
-
databaseUserIds: {
|
|
2342
|
-
[x: string]: string;
|
|
2343
|
-
};
|
|
2344
|
-
} | undefined;
|
|
2345
|
-
headers?: {
|
|
2346
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2347
|
-
"x-access-token"?: string | undefined;
|
|
2348
|
-
} | undefined;
|
|
2349
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2350
|
-
data: {
|
|
2351
|
-
databaseUserIds: {
|
|
2352
|
-
[k: string]: string;
|
|
2353
|
-
};
|
|
2354
|
-
};
|
|
2355
|
-
} & {
|
|
2356
|
-
pathParameters: {
|
|
2357
|
-
appInstallationId: string;
|
|
2358
|
-
databaseId: string;
|
|
2359
|
-
};
|
|
2360
|
-
} & {
|
|
2361
|
-
headers?: Partial<{
|
|
2362
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2363
|
-
}>;
|
|
2364
|
-
} & {
|
|
2365
|
-
headers: {
|
|
2366
|
-
"x-access-token"?: string | undefined;
|
|
2367
|
-
} & Partial<{
|
|
2368
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2369
|
-
}>;
|
|
2370
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2371
|
-
[x: string]: unknown;
|
|
2372
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2373
|
-
[x: string]: unknown;
|
|
2374
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2375
|
-
data: {
|
|
2376
|
-
databaseUserIds: {
|
|
2377
|
-
[k: string]: string;
|
|
2378
|
-
};
|
|
2379
|
-
};
|
|
2380
|
-
} & {
|
|
2381
|
-
pathParameters: {
|
|
2382
|
-
appInstallationId: string;
|
|
2383
|
-
databaseId: string;
|
|
2384
|
-
};
|
|
2385
|
-
} & {
|
|
2386
|
-
headers?: Partial<{
|
|
2387
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2388
|
-
}>;
|
|
2389
|
-
} & {
|
|
2390
|
-
headers: {
|
|
2391
|
-
"x-access-token"?: string | undefined;
|
|
2392
|
-
} & Partial<{
|
|
2393
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2394
|
-
}>;
|
|
2395
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2396
|
-
[x: string]: unknown;
|
|
2397
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2398
|
-
[x: string]: unknown;
|
|
2399
|
-
}, 429, "application/json">>>;
|
|
2400
2194
|
/** Remove linkage between an AppInstallation and a Database. */
|
|
2401
2195
|
unlinkDatabase: (request: {
|
|
2402
2196
|
appInstallationId: string;
|
|
@@ -5265,6 +5059,11 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
5265
5059
|
defaultValue?: string;
|
|
5266
5060
|
label?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
5267
5061
|
name: string;
|
|
5062
|
+
positionMeta?: {
|
|
5063
|
+
index?: number;
|
|
5064
|
+
section?: string;
|
|
5065
|
+
step?: string;
|
|
5066
|
+
};
|
|
5268
5067
|
required: boolean;
|
|
5269
5068
|
validationSchema?: string;
|
|
5270
5069
|
}[] | undefined;
|
|
@@ -5331,6 +5130,11 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
5331
5130
|
defaultValue?: string;
|
|
5332
5131
|
label?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
5333
5132
|
name: string;
|
|
5133
|
+
positionMeta?: {
|
|
5134
|
+
index?: number;
|
|
5135
|
+
section?: string;
|
|
5136
|
+
step?: string;
|
|
5137
|
+
};
|
|
5334
5138
|
required: boolean;
|
|
5335
5139
|
validationSchema?: string;
|
|
5336
5140
|
}[] | undefined;
|
|
@@ -14410,65 +14214,6 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
14410
14214
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14411
14215
|
[x: string]: unknown;
|
|
14412
14216
|
}, 429, "application/json">>>;
|
|
14413
|
-
/** Update a Cronjob's app installation id. */
|
|
14414
|
-
replaceCronjobAppInstallationId: (request: {
|
|
14415
|
-
data: {
|
|
14416
|
-
appInstallationId: string;
|
|
14417
|
-
};
|
|
14418
|
-
cronjobId: string;
|
|
14419
|
-
headers?: {
|
|
14420
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
14421
|
-
"x-access-token"?: string | undefined;
|
|
14422
|
-
} | undefined;
|
|
14423
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
14424
|
-
data: {
|
|
14425
|
-
appInstallationId: string;
|
|
14426
|
-
};
|
|
14427
|
-
} & {
|
|
14428
|
-
pathParameters: {
|
|
14429
|
-
cronjobId: string;
|
|
14430
|
-
};
|
|
14431
|
-
} & {
|
|
14432
|
-
headers?: Partial<{
|
|
14433
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
14434
|
-
}>;
|
|
14435
|
-
} & {
|
|
14436
|
-
headers: {
|
|
14437
|
-
"x-access-token"?: string | undefined;
|
|
14438
|
-
} & Partial<{
|
|
14439
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
14440
|
-
}>;
|
|
14441
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
14442
|
-
[x: string]: unknown;
|
|
14443
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14444
|
-
[x: string]: unknown;
|
|
14445
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14446
|
-
[x: string]: unknown;
|
|
14447
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
14448
|
-
data: {
|
|
14449
|
-
appInstallationId: string;
|
|
14450
|
-
};
|
|
14451
|
-
} & {
|
|
14452
|
-
pathParameters: {
|
|
14453
|
-
cronjobId: string;
|
|
14454
|
-
};
|
|
14455
|
-
} & {
|
|
14456
|
-
headers?: Partial<{
|
|
14457
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
14458
|
-
}>;
|
|
14459
|
-
} & {
|
|
14460
|
-
headers: {
|
|
14461
|
-
"x-access-token"?: string | undefined;
|
|
14462
|
-
} & Partial<{
|
|
14463
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
14464
|
-
}>;
|
|
14465
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
14466
|
-
[x: string]: unknown;
|
|
14467
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14468
|
-
[x: string]: unknown;
|
|
14469
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14470
|
-
[x: string]: unknown;
|
|
14471
|
-
}, 429, "application/json">>>;
|
|
14472
14217
|
};
|
|
14473
14218
|
/** The customer API allows you to manage your own organizations and users. */
|
|
14474
14219
|
readonly customer: {
|