@mittwald/api-client 4.430.0 → 4.431.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.d.ts +0 -265
- package/dist/types/generated/v2/descriptors.d.ts +0 -8
- package/dist/types/generated/v2/types.d.ts +2 -226
- package/dist/types/generated/v3-next/client.d.ts +0 -265
- package/dist/types/generated/v3-next/descriptors.d.ts +0 -8
- package/dist/types/generated/v3-next/types.d.ts +2 -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>;
|
|
@@ -8624,59 +8608,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8624
8608
|
}
|
|
8625
8609
|
}
|
|
8626
8610
|
}
|
|
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
|
-
}
|
|
8611
|
+
namespace V2AppInstallationsAppInstallationIdDatabase { }
|
|
8680
8612
|
namespace V2AppInstallations {
|
|
8681
8613
|
namespace Get {
|
|
8682
8614
|
namespace Parameters {
|
|
@@ -8986,68 +8918,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8986
8918
|
}
|
|
8987
8919
|
}
|
|
8988
8920
|
}
|
|
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
8921
|
namespace V2AppinstallationsAppInstallationIdActionsCopy { }
|
|
9052
8922
|
namespace V2AppInstallationsAppInstallationIdActionsCopy {
|
|
9053
8923
|
namespace Post {
|
|
@@ -9177,51 +9047,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9177
9047
|
}
|
|
9178
9048
|
}
|
|
9179
9049
|
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
|
-
}
|
|
9050
|
+
namespace V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers { }
|
|
9225
9051
|
namespace V2ArticlesArticleId {
|
|
9226
9052
|
namespace Get {
|
|
9227
9053
|
namespace Parameters {
|
|
@@ -14936,56 +14762,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14936
14762
|
}
|
|
14937
14763
|
}
|
|
14938
14764
|
}
|
|
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
14765
|
namespace V2CustomerInvitesCustomerInviteIdActionsAccept {
|
|
14990
14766
|
namespace Post {
|
|
14991
14767
|
namespace Parameters {
|
|
@@ -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;
|
|
@@ -14410,65 +14204,6 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
14410
14204
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14411
14205
|
[x: string]: unknown;
|
|
14412
14206
|
}, 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
14207
|
};
|
|
14473
14208
|
/** The customer API allows you to manage your own organizations and users. */
|
|
14474
14209
|
readonly customer: {
|
|
@@ -55,8 +55,6 @@ export declare const appGetMissingDependenciesForAppinstallation: OpenAPIOperati
|
|
|
55
55
|
export declare const appGetSystemsoftware: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareId.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareId.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
56
56
|
/** Get a SystemSoftwareVersion. */
|
|
57
57
|
export declare const appGetSystemsoftwareversion: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
58
|
-
/** Create linkage between an AppInstallation and a MySQLDatabase. */
|
|
59
|
-
export declare const appLinkDatabase: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabase.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabase.Patch.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabase.Patch.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabase.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabase.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabase.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabase.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabase.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabase.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
60
58
|
/** List AppInstallations that a user has access to. */
|
|
61
59
|
export declare const appListAppinstallationsForUser: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallations.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallations.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallations.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallations.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallations.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallations.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
62
60
|
/** List AppInstallations belonging to a Project. */
|
|
@@ -73,14 +71,10 @@ export declare const appListSystemsoftwares: OpenAPIOperation<RequestType<Simpli
|
|
|
73
71
|
export declare const appListSystemsoftwareversions: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareIdVersions.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareIdVersions.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareIdVersions.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareIdVersions.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareIdVersions.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextSystemSoftwaresSystemSoftwareIdVersions.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
74
72
|
/** List update candidates belonging to an AppVersion. */
|
|
75
73
|
export declare const appListUpdateCandidatesForAppversion: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
76
|
-
/** Replace a MySQL Database with another MySQL Database. */
|
|
77
|
-
export declare const appReplaceDatabase: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabaseReplace.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabaseReplace.Patch.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabaseReplace.Patch.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabaseReplace.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabaseReplace.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabaseReplace.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabaseReplace.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabaseReplace.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabaseReplace.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
78
74
|
/** Request a copy of an AppInstallation. */
|
|
79
75
|
export declare const appRequestAppinstallationCopy: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsCopy.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsCopy.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsCopy.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsCopy.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsCopy.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsCopy.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsCopy.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsCopy.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
80
76
|
/** Get runtime status belonging to an AppInstallation. */
|
|
81
77
|
export declare const appRetrieveStatus: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdStatus.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdStatus.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdStatus.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdStatus.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdStatus.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdStatus.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdStatus.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
82
|
-
/** Create linkage between an AppInstallation and DatabaseUsers. */
|
|
83
|
-
export declare const appSetDatabaseUsers: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
84
78
|
/** Remove linkage between an AppInstallation and a Database. */
|
|
85
79
|
export declare const appUnlinkDatabase: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
86
80
|
/** Get an Article. */
|
|
@@ -293,8 +287,6 @@ export declare const cronjobUpdateCronjob: OpenAPIOperation<RequestType<Simplify
|
|
|
293
287
|
export declare const cronjobGetExecutionAnalysis: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
294
288
|
/** Get a CronjobExecution. */
|
|
295
289
|
export declare const cronjobGetExecution: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionId.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionId.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdExecutionsExecutionId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
296
|
-
/** Update a Cronjob's app installation id. */
|
|
297
|
-
export declare const cronjobReplaceCronjobAppInstallationId: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdAppInstallationId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdAppInstallationId.Put.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdAppInstallationId.Put.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdAppInstallationId.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdAppInstallationId.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdAppInstallationId.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdAppInstallationId.Put.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdAppInstallationId.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCronjobsCronjobIdAppInstallationId.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
298
290
|
/** Accept a CustomerInvite. */
|
|
299
291
|
export declare const customerAcceptCustomerInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomerInvitesCustomerInviteIdActionsAccept.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextCustomerInvitesCustomerInviteIdActionsAccept.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextCustomerInvitesCustomerInviteIdActionsAccept.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextCustomerInvitesCustomerInviteIdActionsAccept.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomerInvitesCustomerInviteIdActionsAccept.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomerInvitesCustomerInviteIdActionsAccept.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomerInvitesCustomerInviteIdActionsAccept.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomerInvitesCustomerInviteIdActionsAccept.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomerInvitesCustomerInviteIdActionsAccept.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextCustomerInvitesCustomerInviteIdActionsAccept.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
300
292
|
/** List Invites belonging to a Customer. */
|