@mittwald/api-client 4.451.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 +237 -201
- 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 +237 -201
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -997,6 +997,112 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
997
997
|
};
|
|
998
998
|
/** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
|
|
999
999
|
readonly app: {
|
|
1000
|
+
/** Detach a staging AppInstallation from its source. */
|
|
1001
|
+
detachAppinstallationStaging: (request: {
|
|
1002
|
+
data: {
|
|
1003
|
+
description: string;
|
|
1004
|
+
};
|
|
1005
|
+
appInstallationId: string;
|
|
1006
|
+
headers?: {
|
|
1007
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1008
|
+
} | undefined;
|
|
1009
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1010
|
+
data: {
|
|
1011
|
+
description: string;
|
|
1012
|
+
};
|
|
1013
|
+
} & {
|
|
1014
|
+
pathParameters: {
|
|
1015
|
+
appInstallationId: string;
|
|
1016
|
+
};
|
|
1017
|
+
} & {
|
|
1018
|
+
headers?: Partial<{
|
|
1019
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1020
|
+
}>;
|
|
1021
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
1022
|
+
[x: string]: unknown;
|
|
1023
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1024
|
+
[x: string]: unknown;
|
|
1025
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1026
|
+
[x: string]: unknown;
|
|
1027
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1028
|
+
data: {
|
|
1029
|
+
description: string;
|
|
1030
|
+
};
|
|
1031
|
+
} & {
|
|
1032
|
+
pathParameters: {
|
|
1033
|
+
appInstallationId: string;
|
|
1034
|
+
};
|
|
1035
|
+
} & {
|
|
1036
|
+
headers?: Partial<{
|
|
1037
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1038
|
+
}>;
|
|
1039
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
1040
|
+
[x: string]: unknown;
|
|
1041
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1042
|
+
[x: string]: unknown;
|
|
1043
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1044
|
+
[x: string]: unknown;
|
|
1045
|
+
}, 429, "application/json">>>;
|
|
1046
|
+
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
1047
|
+
getAppInstallationSystemSoftware: (request: {
|
|
1048
|
+
appInstallationId: string;
|
|
1049
|
+
headers?: {
|
|
1050
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1051
|
+
"x-access-token"?: string | undefined;
|
|
1052
|
+
} | undefined;
|
|
1053
|
+
queryParameters?: {
|
|
1054
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1055
|
+
tagFilter?: string | undefined;
|
|
1056
|
+
} | undefined;
|
|
1057
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1058
|
+
headers?: Partial<{
|
|
1059
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1060
|
+
}>;
|
|
1061
|
+
} & {
|
|
1062
|
+
pathParameters: {
|
|
1063
|
+
appInstallationId: string;
|
|
1064
|
+
};
|
|
1065
|
+
} & {
|
|
1066
|
+
queryParameters: {
|
|
1067
|
+
tagFilter?: string | undefined;
|
|
1068
|
+
} & Partial<{
|
|
1069
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1070
|
+
}>;
|
|
1071
|
+
} & {
|
|
1072
|
+
headers: {
|
|
1073
|
+
"x-access-token"?: string | undefined;
|
|
1074
|
+
} & Partial<{
|
|
1075
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1076
|
+
}>;
|
|
1077
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftware[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1078
|
+
[x: string]: unknown;
|
|
1079
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1080
|
+
[x: string]: unknown;
|
|
1081
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1082
|
+
headers?: Partial<{
|
|
1083
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1084
|
+
}>;
|
|
1085
|
+
} & {
|
|
1086
|
+
pathParameters: {
|
|
1087
|
+
appInstallationId: string;
|
|
1088
|
+
};
|
|
1089
|
+
} & {
|
|
1090
|
+
queryParameters: {
|
|
1091
|
+
tagFilter?: string | undefined;
|
|
1092
|
+
} & Partial<{
|
|
1093
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1094
|
+
}>;
|
|
1095
|
+
} & {
|
|
1096
|
+
headers: {
|
|
1097
|
+
"x-access-token"?: string | undefined;
|
|
1098
|
+
} & Partial<{
|
|
1099
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1100
|
+
}>;
|
|
1101
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftware[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1102
|
+
[x: string]: unknown;
|
|
1103
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1104
|
+
[x: string]: unknown;
|
|
1105
|
+
}, 429, "application/json">>>;
|
|
1000
1106
|
/** Get an App. */
|
|
1001
1107
|
getApp: (request: {
|
|
1002
1108
|
appId: string;
|
|
@@ -1077,6 +1183,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1077
1183
|
appId: string;
|
|
1078
1184
|
appName: string;
|
|
1079
1185
|
appVersion: import("./types.js").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
1186
|
+
autoUpdatesActivated?: boolean | undefined;
|
|
1080
1187
|
createdAt: string;
|
|
1081
1188
|
customDocumentRoot?: string | undefined;
|
|
1082
1189
|
deletionRequested?: boolean | undefined;
|
|
@@ -1129,6 +1236,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1129
1236
|
appId: string;
|
|
1130
1237
|
appName: string;
|
|
1131
1238
|
appVersion: import("./types.js").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
1239
|
+
autoUpdatesActivated?: boolean | undefined;
|
|
1132
1240
|
createdAt: string;
|
|
1133
1241
|
customDocumentRoot?: string | undefined;
|
|
1134
1242
|
deletionRequested?: boolean | undefined;
|
|
@@ -2039,83 +2147,25 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2039
2147
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppVersion[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2040
2148
|
[x: string]: unknown;
|
|
2041
2149
|
}, 429, "application/json">>>;
|
|
2042
|
-
/**
|
|
2043
|
-
|
|
2044
|
-
data: {
|
|
2045
|
-
description: string;
|
|
2046
|
-
domain?: string | undefined;
|
|
2047
|
-
installationPath?: string | undefined;
|
|
2048
|
-
targetProjectId?: string | undefined;
|
|
2049
|
-
};
|
|
2150
|
+
/** Promote a staging AppInstallation. */
|
|
2151
|
+
promoteAppinstallationStaging: (request: {
|
|
2050
2152
|
appInstallationId: string;
|
|
2051
2153
|
headers?: {
|
|
2052
2154
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2053
2155
|
} | undefined;
|
|
2054
2156
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2055
|
-
data: {
|
|
2056
|
-
description: string;
|
|
2057
|
-
domain?: string | undefined;
|
|
2058
|
-
installationPath?: string | undefined;
|
|
2059
|
-
targetProjectId?: string | undefined;
|
|
2060
|
-
};
|
|
2061
|
-
} & {
|
|
2062
|
-
pathParameters: {
|
|
2063
|
-
appInstallationId: string;
|
|
2064
|
-
};
|
|
2065
|
-
} & {
|
|
2066
2157
|
headers?: Partial<{
|
|
2067
2158
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2068
2159
|
}>;
|
|
2069
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
2070
|
-
id: string;
|
|
2071
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2072
|
-
[x: string]: unknown;
|
|
2073
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2074
|
-
[x: string]: unknown;
|
|
2075
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2076
|
-
data: {
|
|
2077
|
-
description: string;
|
|
2078
|
-
domain?: string | undefined;
|
|
2079
|
-
installationPath?: string | undefined;
|
|
2080
|
-
targetProjectId?: string | undefined;
|
|
2081
|
-
};
|
|
2082
2160
|
} & {
|
|
2083
2161
|
pathParameters: {
|
|
2084
2162
|
appInstallationId: string;
|
|
2085
2163
|
};
|
|
2086
|
-
}
|
|
2087
|
-
headers?: Partial<{
|
|
2088
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2089
|
-
}>;
|
|
2090
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
2091
|
-
id: string;
|
|
2092
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2164
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2093
2165
|
[x: string]: unknown;
|
|
2094
2166
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2095
2167
|
[x: string]: unknown;
|
|
2096
|
-
},
|
|
2097
|
-
/** Get runtime status belonging to an AppInstallation. */
|
|
2098
|
-
retrieveStatus: (request: {
|
|
2099
|
-
appInstallationId: string;
|
|
2100
|
-
headers?: {
|
|
2101
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2102
|
-
} | undefined;
|
|
2103
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2104
|
-
headers?: Partial<{
|
|
2105
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2106
|
-
}>;
|
|
2107
|
-
} & {
|
|
2108
|
-
pathParameters: {
|
|
2109
|
-
appInstallationId: string;
|
|
2110
|
-
};
|
|
2111
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
2112
|
-
lastExitCode?: number | undefined;
|
|
2113
|
-
logFileLocation: string;
|
|
2114
|
-
state: "running" | "stopped" | "exited";
|
|
2115
|
-
uptimeSeconds?: number | undefined;
|
|
2116
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2117
|
-
[x: string]: unknown;
|
|
2118
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2168
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2119
2169
|
[x: string]: unknown;
|
|
2120
2170
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2121
2171
|
headers?: Partial<{
|
|
@@ -2125,127 +2175,74 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2125
2175
|
pathParameters: {
|
|
2126
2176
|
appInstallationId: string;
|
|
2127
2177
|
};
|
|
2128
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
2129
|
-
lastExitCode?: number | undefined;
|
|
2130
|
-
logFileLocation: string;
|
|
2131
|
-
state: "running" | "stopped" | "exited";
|
|
2132
|
-
uptimeSeconds?: number | undefined;
|
|
2133
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2134
|
-
[x: string]: unknown;
|
|
2135
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2136
|
-
[x: string]: unknown;
|
|
2137
|
-
}, 429, "application/json">>>;
|
|
2138
|
-
/** Remove linkage between an AppInstallation and a Database. */
|
|
2139
|
-
unlinkDatabase: (request: {
|
|
2140
|
-
appInstallationId: string;
|
|
2141
|
-
databaseId: string;
|
|
2142
|
-
headers?: {
|
|
2143
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2144
|
-
"x-access-token"?: string | undefined;
|
|
2145
|
-
} | undefined;
|
|
2146
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2147
|
-
headers?: Partial<{
|
|
2148
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2149
|
-
}>;
|
|
2150
|
-
} & {
|
|
2151
|
-
pathParameters: {
|
|
2152
|
-
appInstallationId: string;
|
|
2153
|
-
databaseId: string;
|
|
2154
|
-
};
|
|
2155
|
-
} & {
|
|
2156
|
-
headers: {
|
|
2157
|
-
"x-access-token"?: string | undefined;
|
|
2158
|
-
} & Partial<{
|
|
2159
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2160
|
-
}>;
|
|
2161
2178
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2162
2179
|
[x: string]: unknown;
|
|
2163
2180
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2164
2181
|
[x: string]: unknown;
|
|
2165
|
-
},
|
|
2166
|
-
headers?: Partial<{
|
|
2167
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2168
|
-
}>;
|
|
2169
|
-
} & {
|
|
2170
|
-
pathParameters: {
|
|
2171
|
-
appInstallationId: string;
|
|
2172
|
-
databaseId: string;
|
|
2173
|
-
};
|
|
2174
|
-
} & {
|
|
2175
|
-
headers: {
|
|
2176
|
-
"x-access-token"?: string | undefined;
|
|
2177
|
-
} & Partial<{
|
|
2178
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2179
|
-
}>;
|
|
2180
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2181
|
-
[x: string]: unknown;
|
|
2182
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2182
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2183
2183
|
[x: string]: unknown;
|
|
2184
2184
|
}, 429, "application/json">>>;
|
|
2185
|
-
/**
|
|
2186
|
-
|
|
2185
|
+
/** Request a copy of an AppInstallation. */
|
|
2186
|
+
requestAppinstallationCopy: (request: {
|
|
2187
|
+
data: {
|
|
2188
|
+
description: string;
|
|
2189
|
+
domain?: string | undefined;
|
|
2190
|
+
installationPath?: string | undefined;
|
|
2191
|
+
targetProjectId?: string | undefined;
|
|
2192
|
+
};
|
|
2187
2193
|
appInstallationId: string;
|
|
2188
2194
|
headers?: {
|
|
2189
2195
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2190
|
-
"x-access-token"?: string | undefined;
|
|
2191
|
-
} | undefined;
|
|
2192
|
-
queryParameters?: {
|
|
2193
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2194
|
-
tagFilter?: string | undefined;
|
|
2195
2196
|
} | undefined;
|
|
2196
2197
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2198
|
+
data: {
|
|
2199
|
+
description: string;
|
|
2200
|
+
domain?: string | undefined;
|
|
2201
|
+
installationPath?: string | undefined;
|
|
2202
|
+
targetProjectId?: string | undefined;
|
|
2203
|
+
};
|
|
2200
2204
|
} & {
|
|
2201
2205
|
pathParameters: {
|
|
2202
2206
|
appInstallationId: string;
|
|
2203
2207
|
};
|
|
2204
2208
|
} & {
|
|
2205
|
-
|
|
2206
|
-
tagFilter?: string | undefined;
|
|
2207
|
-
} & Partial<{
|
|
2208
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2209
|
-
}>;
|
|
2210
|
-
} & {
|
|
2211
|
-
headers: {
|
|
2212
|
-
"x-access-token"?: string | undefined;
|
|
2213
|
-
} & Partial<{
|
|
2209
|
+
headers?: Partial<{
|
|
2214
2210
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2215
2211
|
}>;
|
|
2216
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
2212
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
2213
|
+
id: string;
|
|
2214
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2217
2215
|
[x: string]: unknown;
|
|
2218
2216
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2219
2217
|
[x: string]: unknown;
|
|
2220
2218
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2219
|
+
data: {
|
|
2220
|
+
description: string;
|
|
2221
|
+
domain?: string | undefined;
|
|
2222
|
+
installationPath?: string | undefined;
|
|
2223
|
+
targetProjectId?: string | undefined;
|
|
2224
|
+
};
|
|
2224
2225
|
} & {
|
|
2225
2226
|
pathParameters: {
|
|
2226
2227
|
appInstallationId: string;
|
|
2227
2228
|
};
|
|
2228
2229
|
} & {
|
|
2229
|
-
|
|
2230
|
-
tagFilter?: string | undefined;
|
|
2231
|
-
} & Partial<{
|
|
2232
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2233
|
-
}>;
|
|
2234
|
-
} & {
|
|
2235
|
-
headers: {
|
|
2236
|
-
"x-access-token"?: string | undefined;
|
|
2237
|
-
} & Partial<{
|
|
2230
|
+
headers?: Partial<{
|
|
2238
2231
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2239
2232
|
}>;
|
|
2240
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
2233
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
2234
|
+
id: string;
|
|
2235
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2241
2236
|
[x: string]: unknown;
|
|
2242
2237
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2243
2238
|
[x: string]: unknown;
|
|
2244
2239
|
}, 429, "application/json">>>;
|
|
2245
|
-
/**
|
|
2246
|
-
|
|
2240
|
+
/** Request a staging for an AppInstallation. */
|
|
2241
|
+
requestAppinstallationStaging: (request: {
|
|
2247
2242
|
data: {
|
|
2248
2243
|
description: string;
|
|
2244
|
+
domain: string;
|
|
2245
|
+
installationPath?: string | undefined;
|
|
2249
2246
|
};
|
|
2250
2247
|
appInstallationId: string;
|
|
2251
2248
|
headers?: {
|
|
@@ -2254,6 +2251,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2254
2251
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2255
2252
|
data: {
|
|
2256
2253
|
description: string;
|
|
2254
|
+
domain: string;
|
|
2255
|
+
installationPath?: string | undefined;
|
|
2257
2256
|
};
|
|
2258
2257
|
} & {
|
|
2259
2258
|
pathParameters: {
|
|
@@ -2263,15 +2262,17 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2263
2262
|
headers?: Partial<{
|
|
2264
2263
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2265
2264
|
}>;
|
|
2266
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
2265
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
2266
|
+
id: string;
|
|
2267
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2267
2268
|
[x: string]: unknown;
|
|
2268
2269
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2269
2270
|
[x: string]: unknown;
|
|
2270
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2271
|
-
[x: string]: unknown;
|
|
2272
2271
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2273
2272
|
data: {
|
|
2274
2273
|
description: string;
|
|
2274
|
+
domain: string;
|
|
2275
|
+
installationPath?: string | undefined;
|
|
2275
2276
|
};
|
|
2276
2277
|
} & {
|
|
2277
2278
|
pathParameters: {
|
|
@@ -2281,15 +2282,15 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2281
2282
|
headers?: Partial<{
|
|
2282
2283
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2283
2284
|
}>;
|
|
2284
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
2285
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
2286
|
+
id: string;
|
|
2287
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2285
2288
|
[x: string]: unknown;
|
|
2286
2289
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2287
2290
|
[x: string]: unknown;
|
|
2288
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2289
|
-
[x: string]: unknown;
|
|
2290
2291
|
}, 429, "application/json">>>;
|
|
2291
|
-
/**
|
|
2292
|
-
|
|
2292
|
+
/** Get runtime status belonging to an AppInstallation. */
|
|
2293
|
+
retrieveStatus: (request: {
|
|
2293
2294
|
appInstallationId: string;
|
|
2294
2295
|
headers?: {
|
|
2295
2296
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -2302,12 +2303,15 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2302
2303
|
pathParameters: {
|
|
2303
2304
|
appInstallationId: string;
|
|
2304
2305
|
};
|
|
2305
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
2306
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
2307
|
+
lastExitCode?: number | undefined;
|
|
2308
|
+
logFileLocation: string;
|
|
2309
|
+
state: "running" | "stopped" | "exited";
|
|
2310
|
+
uptimeSeconds?: number | undefined;
|
|
2311
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2306
2312
|
[x: string]: unknown;
|
|
2307
2313
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2308
2314
|
[x: string]: unknown;
|
|
2309
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2310
|
-
[x: string]: unknown;
|
|
2311
2315
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2312
2316
|
headers?: Partial<{
|
|
2313
2317
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -2316,61 +2320,59 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2316
2320
|
pathParameters: {
|
|
2317
2321
|
appInstallationId: string;
|
|
2318
2322
|
};
|
|
2319
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
2323
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
2324
|
+
lastExitCode?: number | undefined;
|
|
2325
|
+
logFileLocation: string;
|
|
2326
|
+
state: "running" | "stopped" | "exited";
|
|
2327
|
+
uptimeSeconds?: number | undefined;
|
|
2328
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2320
2329
|
[x: string]: unknown;
|
|
2321
2330
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2322
2331
|
[x: string]: unknown;
|
|
2323
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2324
|
-
[x: string]: unknown;
|
|
2325
2332
|
}, 429, "application/json">>>;
|
|
2326
|
-
/**
|
|
2327
|
-
|
|
2328
|
-
data: {
|
|
2329
|
-
description: string;
|
|
2330
|
-
domain: string;
|
|
2331
|
-
installationPath?: string | undefined;
|
|
2332
|
-
};
|
|
2333
|
+
/** Remove linkage between an AppInstallation and a Database. */
|
|
2334
|
+
unlinkDatabase: (request: {
|
|
2333
2335
|
appInstallationId: string;
|
|
2336
|
+
databaseId: string;
|
|
2334
2337
|
headers?: {
|
|
2335
2338
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2339
|
+
"x-access-token"?: string | undefined;
|
|
2336
2340
|
} | undefined;
|
|
2337
2341
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
installationPath?: string | undefined;
|
|
2342
|
-
};
|
|
2342
|
+
headers?: Partial<{
|
|
2343
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2344
|
+
}>;
|
|
2343
2345
|
} & {
|
|
2344
2346
|
pathParameters: {
|
|
2345
2347
|
appInstallationId: string;
|
|
2348
|
+
databaseId: string;
|
|
2346
2349
|
};
|
|
2347
2350
|
} & {
|
|
2348
|
-
headers
|
|
2351
|
+
headers: {
|
|
2352
|
+
"x-access-token"?: string | undefined;
|
|
2353
|
+
} & Partial<{
|
|
2349
2354
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2350
2355
|
}>;
|
|
2351
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
2352
|
-
id: string;
|
|
2353
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2356
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2354
2357
|
[x: string]: unknown;
|
|
2355
2358
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2356
2359
|
[x: string]: unknown;
|
|
2357
2360
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
installationPath?: string | undefined;
|
|
2362
|
-
};
|
|
2361
|
+
headers?: Partial<{
|
|
2362
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2363
|
+
}>;
|
|
2363
2364
|
} & {
|
|
2364
2365
|
pathParameters: {
|
|
2365
2366
|
appInstallationId: string;
|
|
2367
|
+
databaseId: string;
|
|
2366
2368
|
};
|
|
2367
2369
|
} & {
|
|
2368
|
-
headers
|
|
2370
|
+
headers: {
|
|
2371
|
+
"x-access-token"?: string | undefined;
|
|
2372
|
+
} & Partial<{
|
|
2369
2373
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2370
2374
|
}>;
|
|
2371
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
2372
|
-
id: string;
|
|
2373
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2375
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2374
2376
|
[x: string]: unknown;
|
|
2375
2377
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2376
2378
|
[x: string]: unknown;
|
|
@@ -4923,6 +4925,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4923
4925
|
serviceId: string;
|
|
4924
4926
|
headers?: {
|
|
4925
4927
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4928
|
+
Range?: string | undefined;
|
|
4929
|
+
"If-Range"?: string | undefined;
|
|
4926
4930
|
"x-access-token"?: string | undefined;
|
|
4927
4931
|
} | undefined;
|
|
4928
4932
|
queryParameters?: {
|
|
@@ -4946,16 +4950,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4946
4950
|
}>;
|
|
4947
4951
|
} & {
|
|
4948
4952
|
headers: {
|
|
4953
|
+
Range?: string | undefined;
|
|
4954
|
+
"If-Range"?: string | undefined;
|
|
4949
4955
|
"x-access-token"?: string | undefined;
|
|
4950
4956
|
} & Partial<{
|
|
4951
4957
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4952
4958
|
}>;
|
|
4953
|
-
}, import("@mittwald/api-client-commons").Response<string, 200, "text/plain"> | import("@mittwald/api-client-commons").Response<{
|
|
4959
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "text/plain"> | import("@mittwald/api-client-commons").Response<string, 206, "text/plain"> | import("@mittwald/api-client-commons").Response<{
|
|
4954
4960
|
[x: string]: unknown;
|
|
4955
4961
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4956
4962
|
[x: string]: unknown;
|
|
4957
4963
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4958
4964
|
[x: string]: unknown;
|
|
4965
|
+
}, 416, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4966
|
+
[x: string]: unknown;
|
|
4959
4967
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4960
4968
|
[x: string]: unknown;
|
|
4961
4969
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -4977,16 +4985,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4977
4985
|
}>;
|
|
4978
4986
|
} & {
|
|
4979
4987
|
headers: {
|
|
4988
|
+
Range?: string | undefined;
|
|
4989
|
+
"If-Range"?: string | undefined;
|
|
4980
4990
|
"x-access-token"?: string | undefined;
|
|
4981
4991
|
} & Partial<{
|
|
4982
4992
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4983
4993
|
}>;
|
|
4984
|
-
}, import("@mittwald/api-client-commons").Response<string, 200, "text/plain"> | import("@mittwald/api-client-commons").Response<{
|
|
4994
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "text/plain"> | import("@mittwald/api-client-commons").Response<string, 206, "text/plain"> | import("@mittwald/api-client-commons").Response<{
|
|
4985
4995
|
[x: string]: unknown;
|
|
4986
4996
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4987
4997
|
[x: string]: unknown;
|
|
4988
4998
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4989
4999
|
[x: string]: unknown;
|
|
5000
|
+
}, 416, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5001
|
+
[x: string]: unknown;
|
|
4990
5002
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4991
5003
|
[x: string]: unknown;
|
|
4992
5004
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -14316,6 +14328,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14316
14328
|
}>;
|
|
14317
14329
|
}, import("@mittwald/api-client-commons").Response<{
|
|
14318
14330
|
message: string;
|
|
14331
|
+
recommendation?: string | undefined;
|
|
14319
14332
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14320
14333
|
[x: string]: unknown;
|
|
14321
14334
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -14345,6 +14358,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14345
14358
|
}>;
|
|
14346
14359
|
}, import("@mittwald/api-client-commons").Response<{
|
|
14347
14360
|
message: string;
|
|
14361
|
+
recommendation?: string | undefined;
|
|
14348
14362
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
14349
14363
|
[x: string]: unknown;
|
|
14350
14364
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -15916,7 +15930,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
15916
15930
|
[x: string]: unknown;
|
|
15917
15931
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
15918
15932
|
[x: string]: unknown;
|
|
15919
|
-
}, 429, "application/json"
|
|
15933
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
15920
15934
|
headers?: Partial<{
|
|
15921
15935
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
15922
15936
|
}>;
|
|
@@ -15952,7 +15966,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
15952
15966
|
[x: string]: unknown;
|
|
15953
15967
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
15954
15968
|
[x: string]: unknown;
|
|
15955
|
-
}, 429, "application/json"
|
|
15969
|
+
}, 429, "application/json">>>;
|
|
15956
15970
|
/** Remove the avatar picture of the customer profile. */
|
|
15957
15971
|
removeAvatar: (request: {
|
|
15958
15972
|
customerId: string;
|
|
@@ -30078,6 +30092,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
30078
30092
|
projectId: string;
|
|
30079
30093
|
headers?: {
|
|
30080
30094
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
30095
|
+
Range?: string | undefined;
|
|
30096
|
+
"If-Range"?: string | undefined;
|
|
30081
30097
|
"x-access-token"?: string | undefined;
|
|
30082
30098
|
} | undefined;
|
|
30083
30099
|
queryParameters?: {
|
|
@@ -30102,16 +30118,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
30102
30118
|
}>;
|
|
30103
30119
|
} & {
|
|
30104
30120
|
headers: {
|
|
30121
|
+
Range?: string | undefined;
|
|
30122
|
+
"If-Range"?: string | undefined;
|
|
30105
30123
|
"x-access-token"?: string | undefined;
|
|
30106
30124
|
} & Partial<{
|
|
30107
30125
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30108
30126
|
}>;
|
|
30109
|
-
}, import("@mittwald/api-client-commons").Response<string, 200, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<{
|
|
30127
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<string, 206, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<{
|
|
30110
30128
|
[x: string]: unknown;
|
|
30111
30129
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30112
30130
|
[x: string]: unknown;
|
|
30113
30131
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30114
30132
|
[x: string]: unknown;
|
|
30133
|
+
}, 416, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30134
|
+
[x: string]: unknown;
|
|
30115
30135
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30116
30136
|
[x: string]: unknown;
|
|
30117
30137
|
}, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -30133,16 +30153,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
30133
30153
|
}>;
|
|
30134
30154
|
} & {
|
|
30135
30155
|
headers: {
|
|
30156
|
+
Range?: string | undefined;
|
|
30157
|
+
"If-Range"?: string | undefined;
|
|
30136
30158
|
"x-access-token"?: string | undefined;
|
|
30137
30159
|
} & Partial<{
|
|
30138
30160
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30139
30161
|
}>;
|
|
30140
|
-
}, import("@mittwald/api-client-commons").Response<string, 200, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<{
|
|
30162
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<string, 206, "application/octet-stream"> | import("@mittwald/api-client-commons").Response<{
|
|
30141
30163
|
[x: string]: unknown;
|
|
30142
30164
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30143
30165
|
[x: string]: unknown;
|
|
30144
30166
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30145
30167
|
[x: string]: unknown;
|
|
30168
|
+
}, 416, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30169
|
+
[x: string]: unknown;
|
|
30146
30170
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30147
30171
|
[x: string]: unknown;
|
|
30148
30172
|
}, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
|