@mittwald/api-client 4.457.1 → 4.459.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 +12 -8
- package/dist/esm/generated/v2/client.js +18 -14
- package/dist/esm/generated/v2/descriptors.js +62 -50
- package/dist/esm/generated/v3-next/client-react.js +12 -8
- package/dist/esm/generated/v3-next/client.js +18 -14
- package/dist/esm/generated/v3-next/descriptors.js +62 -50
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +122 -66
- package/dist/types/generated/v2/client.d.ts +510 -336
- package/dist/types/generated/v2/descriptors.d.ts +22 -18
- package/dist/types/generated/v2/types.d.ts +1139 -968
- package/dist/types/generated/v3-next/client-react.d.ts +122 -66
- package/dist/types/generated/v3-next/client.d.ts +510 -336
- package/dist/types/generated/v3-next/descriptors.d.ts +22 -18
- package/dist/types/generated/v3-next/types.d.ts +1006 -835
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -14,6 +14,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14
14
|
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerCreateKey>;
|
|
15
15
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerCreateKey, TStatus>;
|
|
16
16
|
}
|
|
17
|
+
namespace AiHostingCustomerGetPlans {
|
|
18
|
+
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerGetPlans>;
|
|
19
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerGetPlans, TStatus>;
|
|
20
|
+
}
|
|
21
|
+
namespace AiHostingCustomerDeclareProfile {
|
|
22
|
+
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerDeclareProfile>;
|
|
23
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerDeclareProfile, TStatus>;
|
|
24
|
+
}
|
|
17
25
|
namespace AiHostingCustomerGetKey {
|
|
18
26
|
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerGetKey>;
|
|
19
27
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerGetKey, TStatus>;
|
|
@@ -30,6 +38,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
30
38
|
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerGetDetailedModels>;
|
|
31
39
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerGetDetailedModels, TStatus>;
|
|
32
40
|
}
|
|
41
|
+
namespace AiHostingCustomerGetPlan {
|
|
42
|
+
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerGetPlan>;
|
|
43
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerGetPlan, TStatus>;
|
|
44
|
+
}
|
|
45
|
+
namespace AiHostingCustomerUpdatePlan {
|
|
46
|
+
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerUpdatePlan>;
|
|
47
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerUpdatePlan, TStatus>;
|
|
48
|
+
}
|
|
33
49
|
namespace AiHostingGetModels {
|
|
34
50
|
type RequestData = InferredRequestData<typeof descriptors.aiHostingGetModels>;
|
|
35
51
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingGetModels, TStatus>;
|
|
@@ -58,6 +74,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
58
74
|
type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectGetDetailedModels>;
|
|
59
75
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectGetDetailedModels, TStatus>;
|
|
60
76
|
}
|
|
77
|
+
namespace AiHostingProjectGetPlan {
|
|
78
|
+
type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectGetPlan>;
|
|
79
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectGetPlan, TStatus>;
|
|
80
|
+
}
|
|
81
|
+
namespace AiHostingProjectGetPlans {
|
|
82
|
+
type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectGetPlans>;
|
|
83
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectGetPlans, TStatus>;
|
|
84
|
+
}
|
|
61
85
|
namespace AiHostingProjectLinkContainer {
|
|
62
86
|
type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectLinkContainer>;
|
|
63
87
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectLinkContainer, TStatus>;
|
|
@@ -74,6 +98,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
74
98
|
type RequestData = InferredRequestData<typeof descriptors.appGetApp>;
|
|
75
99
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetApp, TStatus>;
|
|
76
100
|
}
|
|
101
|
+
namespace AppGetAppinstallationErrorAnalysis {
|
|
102
|
+
type RequestData = InferredRequestData<typeof descriptors.appGetAppinstallationErrorAnalysis>;
|
|
103
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetAppinstallationErrorAnalysis, TStatus>;
|
|
104
|
+
}
|
|
77
105
|
namespace AppGetAppinstallation {
|
|
78
106
|
type RequestData = InferredRequestData<typeof descriptors.appGetAppinstallation>;
|
|
79
107
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetAppinstallation, TStatus>;
|
|
@@ -286,6 +314,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
286
314
|
type RequestData = InferredRequestData<typeof descriptors.containerGetContainerImageConfig>;
|
|
287
315
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetContainerImageConfig, TStatus>;
|
|
288
316
|
}
|
|
317
|
+
namespace ContainerGetServiceLogsAnalysis {
|
|
318
|
+
type RequestData = InferredRequestData<typeof descriptors.containerGetServiceLogsAnalysis>;
|
|
319
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetServiceLogsAnalysis, TStatus>;
|
|
320
|
+
}
|
|
289
321
|
namespace ContainerGetServiceLogs {
|
|
290
322
|
type RequestData = InferredRequestData<typeof descriptors.containerGetServiceLogs>;
|
|
291
323
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetServiceLogs, TStatus>;
|
|
@@ -678,6 +710,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
678
710
|
type RequestData = InferredRequestData<typeof descriptors.customerResendCustomerInviteMail>;
|
|
679
711
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerResendCustomerInviteMail, TStatus>;
|
|
680
712
|
}
|
|
713
|
+
namespace CustomerSetCustomerReferralSource {
|
|
714
|
+
type RequestData = InferredRequestData<typeof descriptors.customerSetCustomerReferralSource>;
|
|
715
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerSetCustomerReferralSource, TStatus>;
|
|
716
|
+
}
|
|
681
717
|
namespace DatabaseCopyMysqlDatabase {
|
|
682
718
|
type RequestData = InferredRequestData<typeof descriptors.databaseCopyMysqlDatabase>;
|
|
683
719
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseCopyMysqlDatabase, TStatus>;
|
|
@@ -1874,41 +1910,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1874
1910
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1875
1911
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1876
1912
|
}
|
|
1877
|
-
namespace
|
|
1878
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1879
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
1880
|
-
}
|
|
1881
|
-
namespace AiHostingCustomerUpdatePlan {
|
|
1882
|
-
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerUpdatePlan>;
|
|
1883
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerUpdatePlan, TStatus>;
|
|
1884
|
-
}
|
|
1885
|
-
namespace AiHostingCustomerGetPlans {
|
|
1886
|
-
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerGetPlans>;
|
|
1887
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerGetPlans, TStatus>;
|
|
1888
|
-
}
|
|
1889
|
-
namespace AiHostingCustomerDeclareProfile {
|
|
1890
|
-
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerDeclareProfile>;
|
|
1891
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerDeclareProfile, TStatus>;
|
|
1892
|
-
}
|
|
1893
|
-
namespace AiHostingProjectGetPlan {
|
|
1894
|
-
type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectGetPlan>;
|
|
1895
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectGetPlan, TStatus>;
|
|
1896
|
-
}
|
|
1897
|
-
namespace AiHostingProjectGetPlans {
|
|
1898
|
-
type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectGetPlans>;
|
|
1899
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectGetPlans, TStatus>;
|
|
1900
|
-
}
|
|
1901
|
-
namespace ContainerGetServiceLogsAnalysis {
|
|
1902
|
-
type RequestData = InferredRequestData<typeof descriptors.containerGetServiceLogsAnalysis>;
|
|
1903
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetServiceLogsAnalysis, TStatus>;
|
|
1904
|
-
}
|
|
1905
|
-
namespace AppGetAppinstallationErrorAnalysis {
|
|
1906
|
-
type RequestData = InferredRequestData<typeof descriptors.appGetAppinstallationErrorAnalysis>;
|
|
1907
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetAppinstallationErrorAnalysis, TStatus>;
|
|
1913
|
+
namespace AiHostingPlanGetBillingPeriods {
|
|
1914
|
+
type RequestData = InferredRequestData<typeof descriptors.aiHostingPlanGetBillingPeriods>;
|
|
1915
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingPlanGetBillingPeriods, TStatus>;
|
|
1908
1916
|
}
|
|
1909
|
-
namespace
|
|
1910
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1911
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
1917
|
+
namespace AiHostingPlanGetUsageStats {
|
|
1918
|
+
type RequestData = InferredRequestData<typeof descriptors.aiHostingPlanGetUsageStats>;
|
|
1919
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingPlanGetUsageStats, TStatus>;
|
|
1912
1920
|
}
|
|
1913
1921
|
}
|
|
1914
1922
|
namespace Components {
|
|
@@ -1944,6 +1952,28 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1944
1952
|
termsOfServiceLink: string;
|
|
1945
1953
|
tokenFactor: number;
|
|
1946
1954
|
}
|
|
1955
|
+
type AihostingCustomerPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan;
|
|
1956
|
+
interface AihostingCustomerPlan {
|
|
1957
|
+
customerId: string;
|
|
1958
|
+
deletedAt?: string;
|
|
1959
|
+
description: string;
|
|
1960
|
+
keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
1961
|
+
modelTermsApprovalRequired: boolean;
|
|
1962
|
+
nextTokenReset: string;
|
|
1963
|
+
planId: string;
|
|
1964
|
+
rateLimit: MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
1965
|
+
tokens: MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
|
|
1966
|
+
topUsages?: {
|
|
1967
|
+
keyId?: string;
|
|
1968
|
+
name: string;
|
|
1969
|
+
projectId?: string;
|
|
1970
|
+
tokenUsed: number;
|
|
1971
|
+
}[];
|
|
1972
|
+
}
|
|
1973
|
+
interface AihostingCustomerPlans {
|
|
1974
|
+
modelTermsApprovalRequired: boolean;
|
|
1975
|
+
plans: MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan[];
|
|
1976
|
+
}
|
|
1947
1977
|
type AihostingDetailedModelStatus = "active" | "needApproval" | "deprecated";
|
|
1948
1978
|
interface AihostingKey {
|
|
1949
1979
|
containerMeta?: MittwaldAPIV2.Components.Schemas.AihostingContainerMeta;
|
|
@@ -1995,6 +2025,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1995
2025
|
planLimit: number;
|
|
1996
2026
|
used: number;
|
|
1997
2027
|
}
|
|
2028
|
+
interface AihostingProfile {
|
|
2029
|
+
planIds: string[];
|
|
2030
|
+
}
|
|
1998
2031
|
interface AihostingProjectDetailedModel {
|
|
1999
2032
|
activeAt: string;
|
|
2000
2033
|
displayName: string;
|
|
@@ -2019,6 +2052,19 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2019
2052
|
termsOfServiceLink: string;
|
|
2020
2053
|
tokenFactor: number;
|
|
2021
2054
|
}
|
|
2055
|
+
type AihostingProjectPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingProjectPlans;
|
|
2056
|
+
interface AihostingProjectPlan {
|
|
2057
|
+
description?: string;
|
|
2058
|
+
keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
2059
|
+
modelTermsApprovalRequired: boolean;
|
|
2060
|
+
nextTokenReset?: string;
|
|
2061
|
+
planId: string;
|
|
2062
|
+
projectId: string;
|
|
2063
|
+
}
|
|
2064
|
+
interface AihostingProjectPlans {
|
|
2065
|
+
modelTermsApprovalRequired: boolean;
|
|
2066
|
+
plans: MittwaldAPIV2.Components.Schemas.AihostingProjectPlan[];
|
|
2067
|
+
}
|
|
2022
2068
|
/**
|
|
2023
2069
|
* The number of allowed requests per unit. Limits are shared across all keys within the same project.
|
|
2024
2070
|
*/
|
|
@@ -2134,6 +2180,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2134
2180
|
updatePolicy: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
2135
2181
|
userInputs: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
2136
2182
|
}
|
|
2183
|
+
interface AppAppInstallationErrorAnalysis {
|
|
2184
|
+
recommendation?: string;
|
|
2185
|
+
summary: string;
|
|
2186
|
+
}
|
|
2137
2187
|
/**
|
|
2138
2188
|
* The AppInstallationLifecycle can be used to express a specific point in the AppInstallation Lifecycle, e.g. while installing a new AppInstallation.
|
|
2139
2189
|
*/
|
|
@@ -2751,6 +2801,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2751
2801
|
interface ContainerDeploy {
|
|
2752
2802
|
resources?: MittwaldAPIV2.Components.Schemas.ContainerResources;
|
|
2753
2803
|
}
|
|
2804
|
+
interface ContainerServiceLogsAnalysis {
|
|
2805
|
+
recommendation?: string;
|
|
2806
|
+
summary: string;
|
|
2807
|
+
}
|
|
2754
2808
|
interface ContainerServicePullImageWebhookResponse {
|
|
2755
2809
|
/**
|
|
2756
2810
|
* Webhook token. This value is returned only once.
|
|
@@ -3624,7 +3678,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3624
3678
|
owner?: MittwaldAPIV2.Components.Schemas.CustomerContact;
|
|
3625
3679
|
projectCount: number;
|
|
3626
3680
|
vatId?: string;
|
|
3627
|
-
vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified";
|
|
3681
|
+
vatIdValidationState?: "valid" | "invalid" | "pending" | "unsupported" | "unspecified";
|
|
3628
3682
|
}
|
|
3629
3683
|
interface DatabaseCreateMySqlDatabase {
|
|
3630
3684
|
characterSettings?: MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings;
|
|
@@ -7192,51 +7246,56 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7192
7246
|
}
|
|
7193
7247
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
7194
7248
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
7195
|
-
interface
|
|
7249
|
+
interface AihostingPlanBillingPeriods {
|
|
7196
7250
|
customerId: string;
|
|
7197
|
-
|
|
7198
|
-
|
|
7199
|
-
|
|
7200
|
-
|
|
7201
|
-
|
|
7251
|
+
/**
|
|
7252
|
+
* End of the current period, i.e. when the token counter next resets.
|
|
7253
|
+
*/
|
|
7254
|
+
nextTokenReset?: string;
|
|
7255
|
+
/**
|
|
7256
|
+
* Every contract month of the plan from its start up to the current one, anchored on the plan start date rather than the calendar.
|
|
7257
|
+
*/
|
|
7258
|
+
periods: {
|
|
7259
|
+
end: string;
|
|
7260
|
+
isCurrent: boolean;
|
|
7261
|
+
/**
|
|
7262
|
+
* True when an upgrade cut this period short: the token counter is reset immediately on an upgrade, so the period ends there instead of on the regular grid. A downgrade does not do this - it takes effect at the next regular boundary.
|
|
7263
|
+
*/
|
|
7264
|
+
shortenedByUpgrade: boolean;
|
|
7265
|
+
start: string;
|
|
7266
|
+
/**
|
|
7267
|
+
* The limit that applied during this period, which after a tariff change differs from the plan's current limit.
|
|
7268
|
+
*/
|
|
7269
|
+
tokenLimit: number;
|
|
7270
|
+
}[];
|
|
7202
7271
|
planId: string;
|
|
7203
|
-
|
|
7204
|
-
|
|
7205
|
-
|
|
7206
|
-
|
|
7272
|
+
}
|
|
7273
|
+
interface AihostingPlanUsageStats {
|
|
7274
|
+
customerId: string;
|
|
7275
|
+
daily: {
|
|
7276
|
+
byKey: {
|
|
7277
|
+
[k: string]: number;
|
|
7278
|
+
};
|
|
7279
|
+
date: string;
|
|
7280
|
+
totalTokens: number;
|
|
7281
|
+
}[];
|
|
7282
|
+
/**
|
|
7283
|
+
* Every licence of the plan, most used in the timeframe first. Includes licences deleted inside the timeframe, which still carry usage but are no longer returned by the keys endpoint. Ordered, so callers can key chart colours off the position.
|
|
7284
|
+
*/
|
|
7285
|
+
keys: {
|
|
7286
|
+
id: string;
|
|
7207
7287
|
name: string;
|
|
7208
|
-
projectId?: string;
|
|
7209
|
-
tokenUsed: number;
|
|
7210
7288
|
}[];
|
|
7211
|
-
|
|
7212
|
-
|
|
7213
|
-
|
|
7214
|
-
|
|
7215
|
-
plans: MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan[];
|
|
7216
|
-
}
|
|
7217
|
-
interface AihostingProfile {
|
|
7218
|
-
planIds: string[];
|
|
7219
|
-
}
|
|
7220
|
-
interface AihostingProjectPlan {
|
|
7221
|
-
description?: string;
|
|
7222
|
-
keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
7223
|
-
modelTermsApprovalRequired: boolean;
|
|
7224
|
-
nextTokenReset?: string;
|
|
7289
|
+
modelShare: {
|
|
7290
|
+
model: string;
|
|
7291
|
+
tokens: number;
|
|
7292
|
+
}[];
|
|
7225
7293
|
planId: string;
|
|
7226
|
-
|
|
7227
|
-
|
|
7228
|
-
|
|
7229
|
-
|
|
7230
|
-
|
|
7231
|
-
}
|
|
7232
|
-
type AihostingProjectPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingProjectPlans;
|
|
7233
|
-
interface ContainerServiceLogsAnalysis {
|
|
7234
|
-
recommendation?: string;
|
|
7235
|
-
summary: string;
|
|
7236
|
-
}
|
|
7237
|
-
interface AppAppInstallationErrorAnalysis {
|
|
7238
|
-
recommendation?: string;
|
|
7239
|
-
summary: string;
|
|
7294
|
+
timeframe: {
|
|
7295
|
+
end: string;
|
|
7296
|
+
start: string;
|
|
7297
|
+
};
|
|
7298
|
+
totalTokens: number;
|
|
7240
7299
|
}
|
|
7241
7300
|
interface CommonsAddress {
|
|
7242
7301
|
street: string;
|
|
@@ -7598,20 +7657,24 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7598
7657
|
}
|
|
7599
7658
|
}
|
|
7600
7659
|
}
|
|
7601
|
-
namespace
|
|
7660
|
+
namespace V2CustomersCustomerIdAiHostings {
|
|
7602
7661
|
namespace Get {
|
|
7603
7662
|
namespace Parameters {
|
|
7604
7663
|
type Path = {
|
|
7605
7664
|
customerId: string;
|
|
7606
|
-
keyId: string;
|
|
7607
7665
|
};
|
|
7608
7666
|
type Header = {};
|
|
7609
|
-
type Query = {
|
|
7667
|
+
type Query = {
|
|
7668
|
+
topUsageCount?: number;
|
|
7669
|
+
limit?: number;
|
|
7670
|
+
skip?: number;
|
|
7671
|
+
page?: number;
|
|
7672
|
+
};
|
|
7610
7673
|
}
|
|
7611
7674
|
namespace Responses {
|
|
7612
7675
|
namespace $200 {
|
|
7613
7676
|
namespace Content {
|
|
7614
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
7677
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlans;
|
|
7615
7678
|
}
|
|
7616
7679
|
}
|
|
7617
7680
|
namespace $400 {
|
|
@@ -7651,24 +7714,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7651
7714
|
}
|
|
7652
7715
|
}
|
|
7653
7716
|
}
|
|
7654
|
-
namespace
|
|
7717
|
+
namespace Post {
|
|
7655
7718
|
namespace Parameters {
|
|
7656
7719
|
type Path = {
|
|
7657
7720
|
customerId: string;
|
|
7658
|
-
keyId: string;
|
|
7659
7721
|
};
|
|
7660
|
-
interface RequestBody {
|
|
7661
|
-
createWebuiContainer?: boolean;
|
|
7662
|
-
name?: string;
|
|
7663
|
-
projectId?: string;
|
|
7664
|
-
}
|
|
7665
7722
|
type Header = {};
|
|
7666
7723
|
type Query = {};
|
|
7667
7724
|
}
|
|
7668
7725
|
namespace Responses {
|
|
7669
|
-
namespace $
|
|
7726
|
+
namespace $204 {
|
|
7670
7727
|
namespace Content {
|
|
7671
|
-
type
|
|
7728
|
+
type Empty = unknown;
|
|
7672
7729
|
}
|
|
7673
7730
|
}
|
|
7674
7731
|
namespace $400 {
|
|
@@ -7692,20 +7749,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7692
7749
|
}
|
|
7693
7750
|
}
|
|
7694
7751
|
}
|
|
7695
|
-
namespace $409 {
|
|
7696
|
-
namespace Content {
|
|
7697
|
-
interface ApplicationJson {
|
|
7698
|
-
[k: string]: unknown;
|
|
7699
|
-
}
|
|
7700
|
-
}
|
|
7701
|
-
}
|
|
7702
|
-
namespace $412 {
|
|
7703
|
-
namespace Content {
|
|
7704
|
-
interface ApplicationJson {
|
|
7705
|
-
[k: string]: unknown;
|
|
7706
|
-
}
|
|
7707
|
-
}
|
|
7708
|
-
}
|
|
7709
7752
|
namespace $429 {
|
|
7710
7753
|
namespace Content {
|
|
7711
7754
|
interface ApplicationJson {
|
|
@@ -7722,7 +7765,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7722
7765
|
}
|
|
7723
7766
|
}
|
|
7724
7767
|
}
|
|
7725
|
-
|
|
7768
|
+
}
|
|
7769
|
+
namespace V2CustomersCustomerIdAiHostingKeysKeyId {
|
|
7770
|
+
namespace Get {
|
|
7726
7771
|
namespace Parameters {
|
|
7727
7772
|
type Path = {
|
|
7728
7773
|
customerId: string;
|
|
@@ -7732,9 +7777,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7732
7777
|
type Query = {};
|
|
7733
7778
|
}
|
|
7734
7779
|
namespace Responses {
|
|
7735
|
-
namespace $
|
|
7780
|
+
namespace $200 {
|
|
7736
7781
|
namespace Content {
|
|
7737
|
-
type
|
|
7782
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingKey;
|
|
7738
7783
|
}
|
|
7739
7784
|
}
|
|
7740
7785
|
namespace $400 {
|
|
@@ -7758,20 +7803,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7758
7803
|
}
|
|
7759
7804
|
}
|
|
7760
7805
|
}
|
|
7761
|
-
namespace $409 {
|
|
7762
|
-
namespace Content {
|
|
7763
|
-
interface ApplicationJson {
|
|
7764
|
-
[k: string]: unknown;
|
|
7765
|
-
}
|
|
7766
|
-
}
|
|
7767
|
-
}
|
|
7768
|
-
namespace $412 {
|
|
7769
|
-
namespace Content {
|
|
7770
|
-
interface ApplicationJson {
|
|
7771
|
-
[k: string]: unknown;
|
|
7772
|
-
}
|
|
7773
|
-
}
|
|
7774
|
-
}
|
|
7775
7806
|
namespace $429 {
|
|
7776
7807
|
namespace Content {
|
|
7777
7808
|
interface ApplicationJson {
|
|
@@ -7788,20 +7819,24 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7788
7819
|
}
|
|
7789
7820
|
}
|
|
7790
7821
|
}
|
|
7791
|
-
|
|
7792
|
-
namespace V2CustomersCustomerIdAiHostingModels {
|
|
7793
|
-
namespace Get {
|
|
7822
|
+
namespace Put {
|
|
7794
7823
|
namespace Parameters {
|
|
7795
7824
|
type Path = {
|
|
7796
7825
|
customerId: string;
|
|
7826
|
+
keyId: string;
|
|
7797
7827
|
};
|
|
7828
|
+
interface RequestBody {
|
|
7829
|
+
createWebuiContainer?: boolean;
|
|
7830
|
+
name?: string;
|
|
7831
|
+
projectId?: string;
|
|
7832
|
+
}
|
|
7798
7833
|
type Header = {};
|
|
7799
7834
|
type Query = {};
|
|
7800
7835
|
}
|
|
7801
7836
|
namespace Responses {
|
|
7802
7837
|
namespace $200 {
|
|
7803
7838
|
namespace Content {
|
|
7804
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
7839
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingKey;
|
|
7805
7840
|
}
|
|
7806
7841
|
}
|
|
7807
7842
|
namespace $400 {
|
|
@@ -7825,35 +7860,49 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7825
7860
|
}
|
|
7826
7861
|
}
|
|
7827
7862
|
}
|
|
7828
|
-
namespace $
|
|
7863
|
+
namespace $409 {
|
|
7829
7864
|
namespace Content {
|
|
7830
7865
|
interface ApplicationJson {
|
|
7831
7866
|
[k: string]: unknown;
|
|
7832
7867
|
}
|
|
7833
7868
|
}
|
|
7834
7869
|
}
|
|
7835
|
-
namespace
|
|
7870
|
+
namespace $412 {
|
|
7836
7871
|
namespace Content {
|
|
7837
7872
|
interface ApplicationJson {
|
|
7838
7873
|
[k: string]: unknown;
|
|
7839
7874
|
}
|
|
7840
7875
|
}
|
|
7841
7876
|
}
|
|
7842
|
-
|
|
7843
|
-
|
|
7844
|
-
|
|
7845
|
-
|
|
7846
|
-
|
|
7847
|
-
|
|
7877
|
+
namespace $429 {
|
|
7878
|
+
namespace Content {
|
|
7879
|
+
interface ApplicationJson {
|
|
7880
|
+
[k: string]: unknown;
|
|
7881
|
+
}
|
|
7882
|
+
}
|
|
7883
|
+
}
|
|
7884
|
+
namespace Default {
|
|
7885
|
+
namespace Content {
|
|
7886
|
+
interface ApplicationJson {
|
|
7887
|
+
[k: string]: unknown;
|
|
7888
|
+
}
|
|
7889
|
+
}
|
|
7890
|
+
}
|
|
7891
|
+
}
|
|
7892
|
+
}
|
|
7893
|
+
namespace Delete {
|
|
7848
7894
|
namespace Parameters {
|
|
7849
|
-
type Path = {
|
|
7895
|
+
type Path = {
|
|
7896
|
+
customerId: string;
|
|
7897
|
+
keyId: string;
|
|
7898
|
+
};
|
|
7850
7899
|
type Header = {};
|
|
7851
7900
|
type Query = {};
|
|
7852
7901
|
}
|
|
7853
7902
|
namespace Responses {
|
|
7854
|
-
namespace $
|
|
7903
|
+
namespace $204 {
|
|
7855
7904
|
namespace Content {
|
|
7856
|
-
type
|
|
7905
|
+
type Empty = unknown;
|
|
7857
7906
|
}
|
|
7858
7907
|
}
|
|
7859
7908
|
namespace $400 {
|
|
@@ -7877,6 +7926,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7877
7926
|
}
|
|
7878
7927
|
}
|
|
7879
7928
|
}
|
|
7929
|
+
namespace $409 {
|
|
7930
|
+
namespace Content {
|
|
7931
|
+
interface ApplicationJson {
|
|
7932
|
+
[k: string]: unknown;
|
|
7933
|
+
}
|
|
7934
|
+
}
|
|
7935
|
+
}
|
|
7936
|
+
namespace $412 {
|
|
7937
|
+
namespace Content {
|
|
7938
|
+
interface ApplicationJson {
|
|
7939
|
+
[k: string]: unknown;
|
|
7940
|
+
}
|
|
7941
|
+
}
|
|
7942
|
+
}
|
|
7880
7943
|
namespace $429 {
|
|
7881
7944
|
namespace Content {
|
|
7882
7945
|
interface ApplicationJson {
|
|
@@ -7894,24 +7957,19 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7894
7957
|
}
|
|
7895
7958
|
}
|
|
7896
7959
|
}
|
|
7897
|
-
namespace
|
|
7960
|
+
namespace V2CustomersCustomerIdAiHostingModels {
|
|
7898
7961
|
namespace Get {
|
|
7899
7962
|
namespace Parameters {
|
|
7900
7963
|
type Path = {
|
|
7901
|
-
|
|
7964
|
+
customerId: string;
|
|
7902
7965
|
};
|
|
7903
7966
|
type Header = {};
|
|
7904
|
-
type Query = {
|
|
7905
|
-
planId?: string;
|
|
7906
|
-
limit?: number;
|
|
7907
|
-
skip?: number;
|
|
7908
|
-
page?: number;
|
|
7909
|
-
};
|
|
7967
|
+
type Query = {};
|
|
7910
7968
|
}
|
|
7911
7969
|
namespace Responses {
|
|
7912
7970
|
namespace $200 {
|
|
7913
7971
|
namespace Content {
|
|
7914
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
7972
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingCustomerDetailedModel[];
|
|
7915
7973
|
}
|
|
7916
7974
|
}
|
|
7917
7975
|
namespace $400 {
|
|
@@ -7951,23 +8009,23 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7951
8009
|
}
|
|
7952
8010
|
}
|
|
7953
8011
|
}
|
|
7954
|
-
|
|
8012
|
+
}
|
|
8013
|
+
namespace V2CustomersCustomerIdAiHostingsPlanId {
|
|
8014
|
+
namespace Get {
|
|
7955
8015
|
namespace Parameters {
|
|
7956
8016
|
type Path = {
|
|
7957
|
-
|
|
7958
|
-
};
|
|
7959
|
-
interface RequestBody {
|
|
7960
|
-
createWebuiContainer?: boolean;
|
|
7961
|
-
name: string;
|
|
8017
|
+
customerId: string;
|
|
7962
8018
|
planId: string;
|
|
7963
|
-
}
|
|
8019
|
+
};
|
|
7964
8020
|
type Header = {};
|
|
7965
|
-
type Query = {
|
|
8021
|
+
type Query = {
|
|
8022
|
+
topUsageCount?: number;
|
|
8023
|
+
};
|
|
7966
8024
|
}
|
|
7967
8025
|
namespace Responses {
|
|
7968
|
-
namespace $
|
|
8026
|
+
namespace $200 {
|
|
7969
8027
|
namespace Content {
|
|
7970
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
8028
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan;
|
|
7971
8029
|
}
|
|
7972
8030
|
}
|
|
7973
8031
|
namespace $400 {
|
|
@@ -7991,14 +8049,55 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7991
8049
|
}
|
|
7992
8050
|
}
|
|
7993
8051
|
}
|
|
7994
|
-
namespace $
|
|
8052
|
+
namespace $429 {
|
|
7995
8053
|
namespace Content {
|
|
7996
8054
|
interface ApplicationJson {
|
|
7997
8055
|
[k: string]: unknown;
|
|
7998
8056
|
}
|
|
7999
8057
|
}
|
|
8000
8058
|
}
|
|
8001
|
-
namespace
|
|
8059
|
+
namespace Default {
|
|
8060
|
+
namespace Content {
|
|
8061
|
+
interface ApplicationJson {
|
|
8062
|
+
[k: string]: unknown;
|
|
8063
|
+
}
|
|
8064
|
+
}
|
|
8065
|
+
}
|
|
8066
|
+
}
|
|
8067
|
+
}
|
|
8068
|
+
namespace Put {
|
|
8069
|
+
namespace Parameters {
|
|
8070
|
+
type Path = {
|
|
8071
|
+
customerId: string;
|
|
8072
|
+
planId: string;
|
|
8073
|
+
};
|
|
8074
|
+
interface RequestBody {
|
|
8075
|
+
description?: string;
|
|
8076
|
+
}
|
|
8077
|
+
type Header = {};
|
|
8078
|
+
type Query = {};
|
|
8079
|
+
}
|
|
8080
|
+
namespace Responses {
|
|
8081
|
+
namespace $204 {
|
|
8082
|
+
namespace Content {
|
|
8083
|
+
type Empty = unknown;
|
|
8084
|
+
}
|
|
8085
|
+
}
|
|
8086
|
+
namespace $400 {
|
|
8087
|
+
namespace Content {
|
|
8088
|
+
interface ApplicationJson {
|
|
8089
|
+
[k: string]: unknown;
|
|
8090
|
+
}
|
|
8091
|
+
}
|
|
8092
|
+
}
|
|
8093
|
+
namespace $403 {
|
|
8094
|
+
namespace Content {
|
|
8095
|
+
interface ApplicationJson {
|
|
8096
|
+
[k: string]: unknown;
|
|
8097
|
+
}
|
|
8098
|
+
}
|
|
8099
|
+
}
|
|
8100
|
+
namespace $404 {
|
|
8002
8101
|
namespace Content {
|
|
8003
8102
|
interface ApplicationJson {
|
|
8004
8103
|
[k: string]: unknown;
|
|
@@ -8022,20 +8121,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8022
8121
|
}
|
|
8023
8122
|
}
|
|
8024
8123
|
}
|
|
8025
|
-
namespace
|
|
8124
|
+
namespace V2CustomersCustomerIdAiHosting { }
|
|
8125
|
+
namespace V2AiHostingModels {
|
|
8026
8126
|
namespace Get {
|
|
8027
8127
|
namespace Parameters {
|
|
8028
|
-
type Path = {
|
|
8029
|
-
projectId: string;
|
|
8030
|
-
keyId: string;
|
|
8031
|
-
};
|
|
8128
|
+
type Path = {};
|
|
8032
8129
|
type Header = {};
|
|
8033
8130
|
type Query = {};
|
|
8034
8131
|
}
|
|
8035
8132
|
namespace Responses {
|
|
8036
8133
|
namespace $200 {
|
|
8037
8134
|
namespace Content {
|
|
8038
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
8135
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingModel[];
|
|
8039
8136
|
}
|
|
8040
8137
|
}
|
|
8041
8138
|
namespace $400 {
|
|
@@ -8075,23 +8172,25 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8075
8172
|
}
|
|
8076
8173
|
}
|
|
8077
8174
|
}
|
|
8078
|
-
|
|
8175
|
+
}
|
|
8176
|
+
namespace V2ProjectsProjectIdAiHostingKeys {
|
|
8177
|
+
namespace Get {
|
|
8079
8178
|
namespace Parameters {
|
|
8080
8179
|
type Path = {
|
|
8081
8180
|
projectId: string;
|
|
8082
|
-
keyId: string;
|
|
8083
8181
|
};
|
|
8084
|
-
interface RequestBody {
|
|
8085
|
-
createWebuiContainer?: boolean;
|
|
8086
|
-
name?: string;
|
|
8087
|
-
}
|
|
8088
8182
|
type Header = {};
|
|
8089
|
-
type Query = {
|
|
8183
|
+
type Query = {
|
|
8184
|
+
planId?: string;
|
|
8185
|
+
limit?: number;
|
|
8186
|
+
skip?: number;
|
|
8187
|
+
page?: number;
|
|
8188
|
+
};
|
|
8090
8189
|
}
|
|
8091
8190
|
namespace Responses {
|
|
8092
8191
|
namespace $200 {
|
|
8093
8192
|
namespace Content {
|
|
8094
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingKey;
|
|
8193
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingKey[];
|
|
8095
8194
|
}
|
|
8096
8195
|
}
|
|
8097
8196
|
namespace $400 {
|
|
@@ -8115,20 +8214,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8115
8214
|
}
|
|
8116
8215
|
}
|
|
8117
8216
|
}
|
|
8118
|
-
namespace $409 {
|
|
8119
|
-
namespace Content {
|
|
8120
|
-
interface ApplicationJson {
|
|
8121
|
-
[k: string]: unknown;
|
|
8122
|
-
}
|
|
8123
|
-
}
|
|
8124
|
-
}
|
|
8125
|
-
namespace $412 {
|
|
8126
|
-
namespace Content {
|
|
8127
|
-
interface ApplicationJson {
|
|
8128
|
-
[k: string]: unknown;
|
|
8129
|
-
}
|
|
8130
|
-
}
|
|
8131
|
-
}
|
|
8132
8217
|
namespace $429 {
|
|
8133
8218
|
namespace Content {
|
|
8134
8219
|
interface ApplicationJson {
|
|
@@ -8145,19 +8230,23 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8145
8230
|
}
|
|
8146
8231
|
}
|
|
8147
8232
|
}
|
|
8148
|
-
namespace
|
|
8233
|
+
namespace Post {
|
|
8149
8234
|
namespace Parameters {
|
|
8150
8235
|
type Path = {
|
|
8151
8236
|
projectId: string;
|
|
8152
|
-
keyId: string;
|
|
8153
8237
|
};
|
|
8238
|
+
interface RequestBody {
|
|
8239
|
+
createWebuiContainer?: boolean;
|
|
8240
|
+
name: string;
|
|
8241
|
+
planId: string;
|
|
8242
|
+
}
|
|
8154
8243
|
type Header = {};
|
|
8155
8244
|
type Query = {};
|
|
8156
8245
|
}
|
|
8157
8246
|
namespace Responses {
|
|
8158
|
-
namespace $
|
|
8247
|
+
namespace $201 {
|
|
8159
8248
|
namespace Content {
|
|
8160
|
-
type
|
|
8249
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingKey;
|
|
8161
8250
|
}
|
|
8162
8251
|
}
|
|
8163
8252
|
namespace $400 {
|
|
@@ -8212,11 +8301,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8212
8301
|
}
|
|
8213
8302
|
}
|
|
8214
8303
|
}
|
|
8215
|
-
namespace
|
|
8304
|
+
namespace V2ProjectsProjectIdAiHostingKeysKeyId {
|
|
8216
8305
|
namespace Get {
|
|
8217
8306
|
namespace Parameters {
|
|
8218
8307
|
type Path = {
|
|
8219
8308
|
projectId: string;
|
|
8309
|
+
keyId: string;
|
|
8220
8310
|
};
|
|
8221
8311
|
type Header = {};
|
|
8222
8312
|
type Query = {};
|
|
@@ -8224,7 +8314,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8224
8314
|
namespace Responses {
|
|
8225
8315
|
namespace $200 {
|
|
8226
8316
|
namespace Content {
|
|
8227
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
8317
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingKey;
|
|
8228
8318
|
}
|
|
8229
8319
|
}
|
|
8230
8320
|
namespace $400 {
|
|
@@ -8264,27 +8354,23 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8264
8354
|
}
|
|
8265
8355
|
}
|
|
8266
8356
|
}
|
|
8267
|
-
|
|
8268
|
-
namespace V2ProjectsProjectIdAiHosting { }
|
|
8269
|
-
namespace V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer {
|
|
8270
|
-
namespace Post {
|
|
8357
|
+
namespace Put {
|
|
8271
8358
|
namespace Parameters {
|
|
8272
8359
|
type Path = {
|
|
8273
8360
|
projectId: string;
|
|
8274
8361
|
keyId: string;
|
|
8275
8362
|
};
|
|
8276
8363
|
interface RequestBody {
|
|
8277
|
-
|
|
8278
|
-
|
|
8279
|
-
stackId: string;
|
|
8364
|
+
createWebuiContainer?: boolean;
|
|
8365
|
+
name?: string;
|
|
8280
8366
|
}
|
|
8281
8367
|
type Header = {};
|
|
8282
8368
|
type Query = {};
|
|
8283
8369
|
}
|
|
8284
8370
|
namespace Responses {
|
|
8285
|
-
namespace $
|
|
8371
|
+
namespace $200 {
|
|
8286
8372
|
namespace Content {
|
|
8287
|
-
type
|
|
8373
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingKey;
|
|
8288
8374
|
}
|
|
8289
8375
|
}
|
|
8290
8376
|
namespace $400 {
|
|
@@ -8308,6 +8394,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8308
8394
|
}
|
|
8309
8395
|
}
|
|
8310
8396
|
}
|
|
8397
|
+
namespace $409 {
|
|
8398
|
+
namespace Content {
|
|
8399
|
+
interface ApplicationJson {
|
|
8400
|
+
[k: string]: unknown;
|
|
8401
|
+
}
|
|
8402
|
+
}
|
|
8403
|
+
}
|
|
8311
8404
|
namespace $412 {
|
|
8312
8405
|
namespace Content {
|
|
8313
8406
|
interface ApplicationJson {
|
|
@@ -8331,16 +8424,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8331
8424
|
}
|
|
8332
8425
|
}
|
|
8333
8426
|
}
|
|
8334
|
-
|
|
8335
|
-
namespace V2AppInstallationsAppInstallationIdActionsDetachStaging {
|
|
8336
|
-
namespace Post {
|
|
8427
|
+
namespace Delete {
|
|
8337
8428
|
namespace Parameters {
|
|
8338
8429
|
type Path = {
|
|
8339
|
-
|
|
8430
|
+
projectId: string;
|
|
8431
|
+
keyId: string;
|
|
8340
8432
|
};
|
|
8341
|
-
interface RequestBody {
|
|
8342
|
-
description: string;
|
|
8343
|
-
}
|
|
8344
8433
|
type Header = {};
|
|
8345
8434
|
type Query = {};
|
|
8346
8435
|
}
|
|
@@ -8350,55 +8439,35 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8350
8439
|
type Empty = unknown;
|
|
8351
8440
|
}
|
|
8352
8441
|
}
|
|
8353
|
-
namespace $
|
|
8442
|
+
namespace $400 {
|
|
8354
8443
|
namespace Content {
|
|
8355
8444
|
interface ApplicationJson {
|
|
8356
8445
|
[k: string]: unknown;
|
|
8357
8446
|
}
|
|
8358
8447
|
}
|
|
8359
8448
|
}
|
|
8360
|
-
namespace $
|
|
8449
|
+
namespace $403 {
|
|
8361
8450
|
namespace Content {
|
|
8362
8451
|
interface ApplicationJson {
|
|
8363
8452
|
[k: string]: unknown;
|
|
8364
8453
|
}
|
|
8365
8454
|
}
|
|
8366
8455
|
}
|
|
8367
|
-
namespace $
|
|
8456
|
+
namespace $404 {
|
|
8368
8457
|
namespace Content {
|
|
8369
8458
|
interface ApplicationJson {
|
|
8370
8459
|
[k: string]: unknown;
|
|
8371
8460
|
}
|
|
8372
8461
|
}
|
|
8373
8462
|
}
|
|
8374
|
-
namespace
|
|
8463
|
+
namespace $409 {
|
|
8375
8464
|
namespace Content {
|
|
8376
8465
|
interface ApplicationJson {
|
|
8377
8466
|
[k: string]: unknown;
|
|
8378
8467
|
}
|
|
8379
8468
|
}
|
|
8380
8469
|
}
|
|
8381
|
-
|
|
8382
|
-
}
|
|
8383
|
-
}
|
|
8384
|
-
namespace V2AppInstallationsAppInstallationIdSystemSoftware {
|
|
8385
|
-
namespace Get {
|
|
8386
|
-
namespace Parameters {
|
|
8387
|
-
type Path = {
|
|
8388
|
-
appInstallationId: string;
|
|
8389
|
-
};
|
|
8390
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8391
|
-
type Query = {
|
|
8392
|
-
tagFilter?: string;
|
|
8393
|
-
};
|
|
8394
|
-
}
|
|
8395
|
-
namespace Responses {
|
|
8396
|
-
namespace $200 {
|
|
8397
|
-
namespace Content {
|
|
8398
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppSystemSoftware[];
|
|
8399
|
-
}
|
|
8400
|
-
}
|
|
8401
|
-
namespace $404 {
|
|
8470
|
+
namespace $412 {
|
|
8402
8471
|
namespace Content {
|
|
8403
8472
|
interface ApplicationJson {
|
|
8404
8473
|
[k: string]: unknown;
|
|
@@ -8422,59 +8491,87 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8422
8491
|
}
|
|
8423
8492
|
}
|
|
8424
8493
|
}
|
|
8425
|
-
namespace
|
|
8494
|
+
namespace V2ProjectsProjectIdAiHostingModels {
|
|
8426
8495
|
namespace Get {
|
|
8427
8496
|
namespace Parameters {
|
|
8428
8497
|
type Path = {
|
|
8429
|
-
|
|
8498
|
+
projectId: string;
|
|
8430
8499
|
};
|
|
8431
|
-
type Header = {}
|
|
8500
|
+
type Header = {};
|
|
8432
8501
|
type Query = {};
|
|
8433
8502
|
}
|
|
8434
8503
|
namespace Responses {
|
|
8435
8504
|
namespace $200 {
|
|
8436
8505
|
namespace Content {
|
|
8437
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
8506
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingProjectDetailedModel[];
|
|
8438
8507
|
}
|
|
8439
8508
|
}
|
|
8440
|
-
namespace $
|
|
8509
|
+
namespace $400 {
|
|
8441
8510
|
namespace Content {
|
|
8442
8511
|
interface ApplicationJson {
|
|
8443
8512
|
[k: string]: unknown;
|
|
8444
8513
|
}
|
|
8445
8514
|
}
|
|
8446
8515
|
}
|
|
8447
|
-
namespace $
|
|
8516
|
+
namespace $403 {
|
|
8448
8517
|
namespace Content {
|
|
8449
8518
|
interface ApplicationJson {
|
|
8450
8519
|
[k: string]: unknown;
|
|
8451
8520
|
}
|
|
8452
8521
|
}
|
|
8453
8522
|
}
|
|
8454
|
-
namespace
|
|
8523
|
+
namespace $404 {
|
|
8455
8524
|
namespace Content {
|
|
8456
8525
|
interface ApplicationJson {
|
|
8457
8526
|
[k: string]: unknown;
|
|
8458
8527
|
}
|
|
8459
8528
|
}
|
|
8460
8529
|
}
|
|
8461
|
-
|
|
8462
|
-
|
|
8530
|
+
namespace $429 {
|
|
8531
|
+
namespace Content {
|
|
8532
|
+
interface ApplicationJson {
|
|
8533
|
+
[k: string]: unknown;
|
|
8534
|
+
}
|
|
8535
|
+
}
|
|
8536
|
+
}
|
|
8537
|
+
namespace Default {
|
|
8538
|
+
namespace Content {
|
|
8539
|
+
interface ApplicationJson {
|
|
8540
|
+
[k: string]: unknown;
|
|
8541
|
+
}
|
|
8542
|
+
}
|
|
8543
|
+
}
|
|
8544
|
+
}
|
|
8545
|
+
}
|
|
8463
8546
|
}
|
|
8464
|
-
namespace
|
|
8465
|
-
namespace V2AppInstallationsAppInstallationId {
|
|
8547
|
+
namespace V2ProjectsProjectIdAiHostingsPlanId {
|
|
8466
8548
|
namespace Get {
|
|
8467
8549
|
namespace Parameters {
|
|
8468
8550
|
type Path = {
|
|
8469
|
-
|
|
8551
|
+
projectId: string;
|
|
8552
|
+
planId: string;
|
|
8470
8553
|
};
|
|
8471
|
-
type Header = {}
|
|
8554
|
+
type Header = {};
|
|
8472
8555
|
type Query = {};
|
|
8473
8556
|
}
|
|
8474
8557
|
namespace Responses {
|
|
8475
8558
|
namespace $200 {
|
|
8476
8559
|
namespace Content {
|
|
8477
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
8560
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingProjectPlan;
|
|
8561
|
+
}
|
|
8562
|
+
}
|
|
8563
|
+
namespace $400 {
|
|
8564
|
+
namespace Content {
|
|
8565
|
+
interface ApplicationJson {
|
|
8566
|
+
[k: string]: unknown;
|
|
8567
|
+
}
|
|
8568
|
+
}
|
|
8569
|
+
}
|
|
8570
|
+
namespace $403 {
|
|
8571
|
+
namespace Content {
|
|
8572
|
+
interface ApplicationJson {
|
|
8573
|
+
[k: string]: unknown;
|
|
8574
|
+
}
|
|
8478
8575
|
}
|
|
8479
8576
|
}
|
|
8480
8577
|
namespace $404 {
|
|
@@ -8500,28 +8597,41 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8500
8597
|
}
|
|
8501
8598
|
}
|
|
8502
8599
|
}
|
|
8503
|
-
|
|
8600
|
+
}
|
|
8601
|
+
namespace V2ProjectsProjectIdAiHostings {
|
|
8602
|
+
namespace Get {
|
|
8504
8603
|
namespace Parameters {
|
|
8505
8604
|
type Path = {
|
|
8506
|
-
|
|
8605
|
+
projectId: string;
|
|
8606
|
+
};
|
|
8607
|
+
type Header = {};
|
|
8608
|
+
type Query = {
|
|
8609
|
+
limit?: number;
|
|
8610
|
+
skip?: number;
|
|
8611
|
+
page?: number;
|
|
8507
8612
|
};
|
|
8508
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8509
|
-
type Query = {};
|
|
8510
8613
|
}
|
|
8511
8614
|
namespace Responses {
|
|
8512
|
-
namespace $
|
|
8615
|
+
namespace $200 {
|
|
8513
8616
|
namespace Content {
|
|
8514
|
-
type
|
|
8617
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingProjectPlans;
|
|
8515
8618
|
}
|
|
8516
8619
|
}
|
|
8517
|
-
namespace $
|
|
8620
|
+
namespace $400 {
|
|
8518
8621
|
namespace Content {
|
|
8519
8622
|
interface ApplicationJson {
|
|
8520
8623
|
[k: string]: unknown;
|
|
8521
8624
|
}
|
|
8522
8625
|
}
|
|
8523
8626
|
}
|
|
8524
|
-
namespace $
|
|
8627
|
+
namespace $403 {
|
|
8628
|
+
namespace Content {
|
|
8629
|
+
interface ApplicationJson {
|
|
8630
|
+
[k: string]: unknown;
|
|
8631
|
+
}
|
|
8632
|
+
}
|
|
8633
|
+
}
|
|
8634
|
+
namespace $404 {
|
|
8525
8635
|
namespace Content {
|
|
8526
8636
|
interface ApplicationJson {
|
|
8527
8637
|
[k: string]: unknown;
|
|
@@ -8544,28 +8654,19 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8544
8654
|
}
|
|
8545
8655
|
}
|
|
8546
8656
|
}
|
|
8547
|
-
|
|
8657
|
+
}
|
|
8658
|
+
namespace V2ProjectsProjectIdAiHosting { }
|
|
8659
|
+
namespace V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer {
|
|
8660
|
+
namespace Post {
|
|
8548
8661
|
namespace Parameters {
|
|
8549
8662
|
type Path = {
|
|
8550
|
-
|
|
8663
|
+
projectId: string;
|
|
8664
|
+
keyId: string;
|
|
8551
8665
|
};
|
|
8552
8666
|
interface RequestBody {
|
|
8553
|
-
|
|
8554
|
-
|
|
8555
|
-
|
|
8556
|
-
* Desired changes to the databases linked to this AppInstallation, keyed by
|
|
8557
|
-
* database ID. Databases omitted from this object remain unchanged.
|
|
8558
|
-
*
|
|
8559
|
-
*/
|
|
8560
|
-
databases?: {
|
|
8561
|
-
[k: string]: MittwaldAPIV2.Components.Schemas.AppPatchLinkedDatabase;
|
|
8562
|
-
};
|
|
8563
|
-
description?: string;
|
|
8564
|
-
systemSoftware?: {
|
|
8565
|
-
[k: string]: MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
|
|
8566
|
-
};
|
|
8567
|
-
updatePolicy?: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
8568
|
-
userInputs?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
8667
|
+
containerId: string;
|
|
8668
|
+
ingressId: string;
|
|
8669
|
+
stackId: string;
|
|
8569
8670
|
}
|
|
8570
8671
|
type Header = {};
|
|
8571
8672
|
type Query = {};
|
|
@@ -8583,6 +8684,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8583
8684
|
}
|
|
8584
8685
|
}
|
|
8585
8686
|
}
|
|
8687
|
+
namespace $403 {
|
|
8688
|
+
namespace Content {
|
|
8689
|
+
interface ApplicationJson {
|
|
8690
|
+
[k: string]: unknown;
|
|
8691
|
+
}
|
|
8692
|
+
}
|
|
8693
|
+
}
|
|
8586
8694
|
namespace $404 {
|
|
8587
8695
|
namespace Content {
|
|
8588
8696
|
interface ApplicationJson {
|
|
@@ -8590,6 +8698,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8590
8698
|
}
|
|
8591
8699
|
}
|
|
8592
8700
|
}
|
|
8701
|
+
namespace $412 {
|
|
8702
|
+
namespace Content {
|
|
8703
|
+
interface ApplicationJson {
|
|
8704
|
+
[k: string]: unknown;
|
|
8705
|
+
}
|
|
8706
|
+
}
|
|
8707
|
+
}
|
|
8593
8708
|
namespace $429 {
|
|
8594
8709
|
namespace Content {
|
|
8595
8710
|
interface ApplicationJson {
|
|
@@ -8607,20 +8722,22 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8607
8722
|
}
|
|
8608
8723
|
}
|
|
8609
8724
|
}
|
|
8610
|
-
namespace
|
|
8611
|
-
namespace
|
|
8725
|
+
namespace V2AppInstallationsAppInstallationIdActionsDetachStaging {
|
|
8726
|
+
namespace Post {
|
|
8612
8727
|
namespace Parameters {
|
|
8613
8728
|
type Path = {
|
|
8614
|
-
|
|
8615
|
-
appVersionId: string;
|
|
8729
|
+
appInstallationId: string;
|
|
8616
8730
|
};
|
|
8617
|
-
|
|
8731
|
+
interface RequestBody {
|
|
8732
|
+
description: string;
|
|
8733
|
+
}
|
|
8734
|
+
type Header = {};
|
|
8618
8735
|
type Query = {};
|
|
8619
8736
|
}
|
|
8620
8737
|
namespace Responses {
|
|
8621
|
-
namespace $
|
|
8738
|
+
namespace $204 {
|
|
8622
8739
|
namespace Content {
|
|
8623
|
-
type
|
|
8740
|
+
type Empty = unknown;
|
|
8624
8741
|
}
|
|
8625
8742
|
}
|
|
8626
8743
|
namespace $404 {
|
|
@@ -8630,6 +8747,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8630
8747
|
}
|
|
8631
8748
|
}
|
|
8632
8749
|
}
|
|
8750
|
+
namespace $412 {
|
|
8751
|
+
namespace Content {
|
|
8752
|
+
interface ApplicationJson {
|
|
8753
|
+
[k: string]: unknown;
|
|
8754
|
+
}
|
|
8755
|
+
}
|
|
8756
|
+
}
|
|
8633
8757
|
namespace $429 {
|
|
8634
8758
|
namespace Content {
|
|
8635
8759
|
interface ApplicationJson {
|
|
@@ -8647,9 +8771,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8647
8771
|
}
|
|
8648
8772
|
}
|
|
8649
8773
|
}
|
|
8650
|
-
namespace V2AppInstallationsAppInstallationIdSystemSoftware {
|
|
8651
|
-
namespace V2AppinstallationsAppInstallationIdMissingDependencies { }
|
|
8652
|
-
namespace V2AppInstallationsAppInstallationIdMissingDependencies {
|
|
8774
|
+
namespace V2AppInstallationsAppInstallationIdSystemSoftware {
|
|
8653
8775
|
namespace Get {
|
|
8654
8776
|
namespace Parameters {
|
|
8655
8777
|
type Path = {
|
|
@@ -8657,16 +8779,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8657
8779
|
};
|
|
8658
8780
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8659
8781
|
type Query = {
|
|
8660
|
-
|
|
8782
|
+
tagFilter?: string;
|
|
8661
8783
|
};
|
|
8662
8784
|
}
|
|
8663
8785
|
namespace Responses {
|
|
8664
8786
|
namespace $200 {
|
|
8665
8787
|
namespace Content {
|
|
8666
|
-
|
|
8667
|
-
missingSystemSoftwareDependencies?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[];
|
|
8668
|
-
missingUserInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[];
|
|
8669
|
-
}
|
|
8788
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppSystemSoftware[];
|
|
8670
8789
|
}
|
|
8671
8790
|
}
|
|
8672
8791
|
namespace $404 {
|
|
@@ -8693,12 +8812,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8693
8812
|
}
|
|
8694
8813
|
}
|
|
8695
8814
|
}
|
|
8696
|
-
namespace
|
|
8697
|
-
namespace V2SystemSoftwaresSystemSoftwareId {
|
|
8815
|
+
namespace V2AppsAppId {
|
|
8698
8816
|
namespace Get {
|
|
8699
8817
|
namespace Parameters {
|
|
8700
8818
|
type Path = {
|
|
8701
|
-
|
|
8819
|
+
appId: string;
|
|
8702
8820
|
};
|
|
8703
8821
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8704
8822
|
type Query = {};
|
|
@@ -8706,7 +8824,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8706
8824
|
namespace Responses {
|
|
8707
8825
|
namespace $200 {
|
|
8708
8826
|
namespace Content {
|
|
8709
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
8827
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppApp;
|
|
8710
8828
|
}
|
|
8711
8829
|
}
|
|
8712
8830
|
namespace $404 {
|
|
@@ -8733,14 +8851,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8733
8851
|
}
|
|
8734
8852
|
}
|
|
8735
8853
|
}
|
|
8736
|
-
namespace
|
|
8737
|
-
namespace V2SystemSoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId { }
|
|
8738
|
-
namespace V2SystemSoftwaresSystemSoftwareIdVersionsSystemSoftwareVersionId {
|
|
8854
|
+
namespace V2AppInstallationsAppInstallationIdErrorAnalysis {
|
|
8739
8855
|
namespace Get {
|
|
8740
8856
|
namespace Parameters {
|
|
8741
8857
|
type Path = {
|
|
8742
|
-
|
|
8743
|
-
systemSoftwareVersionId: string;
|
|
8858
|
+
appInstallationId: string;
|
|
8744
8859
|
};
|
|
8745
8860
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8746
8861
|
type Query = {};
|
|
@@ -8748,7 +8863,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8748
8863
|
namespace Responses {
|
|
8749
8864
|
namespace $200 {
|
|
8750
8865
|
namespace Content {
|
|
8751
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
8866
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppAppInstallationErrorAnalysis;
|
|
8867
|
+
}
|
|
8868
|
+
}
|
|
8869
|
+
namespace $400 {
|
|
8870
|
+
namespace Content {
|
|
8871
|
+
interface ApplicationJson {
|
|
8872
|
+
[k: string]: unknown;
|
|
8873
|
+
}
|
|
8752
8874
|
}
|
|
8753
8875
|
}
|
|
8754
8876
|
namespace $404 {
|
|
@@ -8775,25 +8897,27 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8775
8897
|
}
|
|
8776
8898
|
}
|
|
8777
8899
|
}
|
|
8778
|
-
namespace
|
|
8779
|
-
namespace
|
|
8900
|
+
namespace V2AppinstallationsAppInstallationId { }
|
|
8901
|
+
namespace V2AppInstallationsAppInstallationId {
|
|
8780
8902
|
namespace Get {
|
|
8781
8903
|
namespace Parameters {
|
|
8782
|
-
type Path = {
|
|
8783
|
-
|
|
8784
|
-
type Query = {
|
|
8785
|
-
appIds?: string[];
|
|
8786
|
-
searchTerm?: string;
|
|
8787
|
-
sortOrder?: MittwaldAPIV2.Components.Schemas.AppAppInstallationSortOrder;
|
|
8788
|
-
limit?: number;
|
|
8789
|
-
skip?: number;
|
|
8790
|
-
page?: number;
|
|
8904
|
+
type Path = {
|
|
8905
|
+
appInstallationId: string;
|
|
8791
8906
|
};
|
|
8907
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8908
|
+
type Query = {};
|
|
8792
8909
|
}
|
|
8793
8910
|
namespace Responses {
|
|
8794
8911
|
namespace $200 {
|
|
8795
8912
|
namespace Content {
|
|
8796
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppAppInstallation
|
|
8913
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppAppInstallation;
|
|
8914
|
+
}
|
|
8915
|
+
}
|
|
8916
|
+
namespace $404 {
|
|
8917
|
+
namespace Content {
|
|
8918
|
+
interface ApplicationJson {
|
|
8919
|
+
[k: string]: unknown;
|
|
8920
|
+
}
|
|
8797
8921
|
}
|
|
8798
8922
|
}
|
|
8799
8923
|
namespace $429 {
|
|
@@ -8812,28 +8936,32 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8812
8936
|
}
|
|
8813
8937
|
}
|
|
8814
8938
|
}
|
|
8815
|
-
|
|
8816
|
-
namespace V2ProjectsProjectIdAppinstallations { }
|
|
8817
|
-
namespace V2ProjectsProjectIdAppInstallations {
|
|
8818
|
-
namespace Get {
|
|
8939
|
+
namespace Delete {
|
|
8819
8940
|
namespace Parameters {
|
|
8820
8941
|
type Path = {
|
|
8821
|
-
|
|
8942
|
+
appInstallationId: string;
|
|
8822
8943
|
};
|
|
8823
8944
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8824
|
-
type Query = {
|
|
8825
|
-
appIds?: string[];
|
|
8826
|
-
searchTerm?: string;
|
|
8827
|
-
sortOrder?: MittwaldAPIV2.Components.Schemas.AppAppInstallationSortOrder;
|
|
8828
|
-
limit?: number;
|
|
8829
|
-
skip?: number;
|
|
8830
|
-
page?: number;
|
|
8831
|
-
};
|
|
8945
|
+
type Query = {};
|
|
8832
8946
|
}
|
|
8833
8947
|
namespace Responses {
|
|
8834
|
-
namespace $
|
|
8948
|
+
namespace $204 {
|
|
8835
8949
|
namespace Content {
|
|
8836
|
-
type
|
|
8950
|
+
type Empty = unknown;
|
|
8951
|
+
}
|
|
8952
|
+
}
|
|
8953
|
+
namespace $404 {
|
|
8954
|
+
namespace Content {
|
|
8955
|
+
interface ApplicationJson {
|
|
8956
|
+
[k: string]: unknown;
|
|
8957
|
+
}
|
|
8958
|
+
}
|
|
8959
|
+
}
|
|
8960
|
+
namespace $412 {
|
|
8961
|
+
namespace Content {
|
|
8962
|
+
interface ApplicationJson {
|
|
8963
|
+
[k: string]: unknown;
|
|
8964
|
+
}
|
|
8837
8965
|
}
|
|
8838
8966
|
}
|
|
8839
8967
|
namespace $429 {
|
|
@@ -8852,30 +8980,36 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8852
8980
|
}
|
|
8853
8981
|
}
|
|
8854
8982
|
}
|
|
8855
|
-
namespace
|
|
8983
|
+
namespace Patch {
|
|
8856
8984
|
namespace Parameters {
|
|
8857
8985
|
type Path = {
|
|
8858
|
-
|
|
8986
|
+
appInstallationId: string;
|
|
8859
8987
|
};
|
|
8860
8988
|
interface RequestBody {
|
|
8861
|
-
appVersionId
|
|
8862
|
-
|
|
8863
|
-
|
|
8989
|
+
appVersionId?: string;
|
|
8990
|
+
customDocumentRoot?: string;
|
|
8991
|
+
/**
|
|
8992
|
+
* Desired changes to the databases linked to this AppInstallation, keyed by
|
|
8993
|
+
* database ID. Databases omitted from this object remain unchanged.
|
|
8994
|
+
*
|
|
8995
|
+
*/
|
|
8996
|
+
databases?: {
|
|
8997
|
+
[k: string]: MittwaldAPIV2.Components.Schemas.AppPatchLinkedDatabase;
|
|
8998
|
+
};
|
|
8999
|
+
description?: string;
|
|
8864
9000
|
systemSoftware?: {
|
|
8865
9001
|
[k: string]: MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
|
|
8866
9002
|
};
|
|
8867
|
-
updatePolicy
|
|
8868
|
-
userInputs
|
|
9003
|
+
updatePolicy?: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
9004
|
+
userInputs?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
8869
9005
|
}
|
|
8870
9006
|
type Header = {};
|
|
8871
9007
|
type Query = {};
|
|
8872
9008
|
}
|
|
8873
9009
|
namespace Responses {
|
|
8874
|
-
namespace $
|
|
9010
|
+
namespace $204 {
|
|
8875
9011
|
namespace Content {
|
|
8876
|
-
|
|
8877
|
-
id: string;
|
|
8878
|
-
}
|
|
9012
|
+
type Empty = unknown;
|
|
8879
9013
|
}
|
|
8880
9014
|
}
|
|
8881
9015
|
namespace $400 {
|
|
@@ -8909,21 +9043,27 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8909
9043
|
}
|
|
8910
9044
|
}
|
|
8911
9045
|
}
|
|
8912
|
-
namespace
|
|
9046
|
+
namespace V2AppsAppIdVersionsAppVersionId {
|
|
8913
9047
|
namespace Get {
|
|
8914
9048
|
namespace Parameters {
|
|
8915
|
-
type Path = {
|
|
8916
|
-
|
|
8917
|
-
|
|
8918
|
-
limit?: number;
|
|
8919
|
-
skip?: number;
|
|
8920
|
-
page?: number;
|
|
9049
|
+
type Path = {
|
|
9050
|
+
appId: string;
|
|
9051
|
+
appVersionId: string;
|
|
8921
9052
|
};
|
|
9053
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9054
|
+
type Query = {};
|
|
8922
9055
|
}
|
|
8923
9056
|
namespace Responses {
|
|
8924
9057
|
namespace $200 {
|
|
8925
9058
|
namespace Content {
|
|
8926
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
9059
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppAppVersion;
|
|
9060
|
+
}
|
|
9061
|
+
}
|
|
9062
|
+
namespace $404 {
|
|
9063
|
+
namespace Content {
|
|
9064
|
+
interface ApplicationJson {
|
|
9065
|
+
[k: string]: unknown;
|
|
9066
|
+
}
|
|
8927
9067
|
}
|
|
8928
9068
|
}
|
|
8929
9069
|
namespace $429 {
|
|
@@ -8943,22 +9083,33 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8943
9083
|
}
|
|
8944
9084
|
}
|
|
8945
9085
|
}
|
|
8946
|
-
namespace
|
|
9086
|
+
namespace V2AppInstallationsAppInstallationIdSystemSoftware { }
|
|
9087
|
+
namespace V2AppinstallationsAppInstallationIdMissingDependencies { }
|
|
9088
|
+
namespace V2AppInstallationsAppInstallationIdMissingDependencies {
|
|
8947
9089
|
namespace Get {
|
|
8948
9090
|
namespace Parameters {
|
|
8949
9091
|
type Path = {
|
|
8950
|
-
|
|
9092
|
+
appInstallationId: string;
|
|
8951
9093
|
};
|
|
8952
9094
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8953
9095
|
type Query = {
|
|
8954
|
-
|
|
8955
|
-
recommended?: boolean;
|
|
9096
|
+
targetAppVersionID: string;
|
|
8956
9097
|
};
|
|
8957
9098
|
}
|
|
8958
9099
|
namespace Responses {
|
|
8959
9100
|
namespace $200 {
|
|
8960
9101
|
namespace Content {
|
|
8961
|
-
|
|
9102
|
+
interface ApplicationJson {
|
|
9103
|
+
missingSystemSoftwareDependencies?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[];
|
|
9104
|
+
missingUserInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[];
|
|
9105
|
+
}
|
|
9106
|
+
}
|
|
9107
|
+
}
|
|
9108
|
+
namespace $404 {
|
|
9109
|
+
namespace Content {
|
|
9110
|
+
interface ApplicationJson {
|
|
9111
|
+
[k: string]: unknown;
|
|
9112
|
+
}
|
|
8962
9113
|
}
|
|
8963
9114
|
}
|
|
8964
9115
|
namespace $429 {
|
|
@@ -8978,22 +9129,27 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8978
9129
|
}
|
|
8979
9130
|
}
|
|
8980
9131
|
}
|
|
8981
|
-
namespace
|
|
8982
|
-
namespace
|
|
9132
|
+
namespace V2SystemsoftwaresSystemSoftwareId { }
|
|
9133
|
+
namespace V2SystemSoftwaresSystemSoftwareId {
|
|
8983
9134
|
namespace Get {
|
|
8984
9135
|
namespace Parameters {
|
|
8985
|
-
type Path = {
|
|
8986
|
-
|
|
8987
|
-
type Query = {
|
|
8988
|
-
limit?: number;
|
|
8989
|
-
skip?: number;
|
|
8990
|
-
page?: number;
|
|
9136
|
+
type Path = {
|
|
9137
|
+
systemSoftwareId: string;
|
|
8991
9138
|
};
|
|
9139
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9140
|
+
type Query = {};
|
|
8992
9141
|
}
|
|
8993
9142
|
namespace Responses {
|
|
8994
9143
|
namespace $200 {
|
|
8995
9144
|
namespace Content {
|
|
8996
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppSystemSoftware
|
|
9145
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppSystemSoftware;
|
|
9146
|
+
}
|
|
9147
|
+
}
|
|
9148
|
+
namespace $404 {
|
|
9149
|
+
namespace Content {
|
|
9150
|
+
interface ApplicationJson {
|
|
9151
|
+
[k: string]: unknown;
|
|
9152
|
+
}
|
|
8997
9153
|
}
|
|
8998
9154
|
}
|
|
8999
9155
|
namespace $429 {
|
|
@@ -9013,24 +9169,29 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9013
9169
|
}
|
|
9014
9170
|
}
|
|
9015
9171
|
}
|
|
9016
|
-
namespace
|
|
9017
|
-
namespace
|
|
9018
|
-
namespace
|
|
9172
|
+
namespace V2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId { }
|
|
9173
|
+
namespace V2SystemSoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId { }
|
|
9174
|
+
namespace V2SystemSoftwaresSystemSoftwareIdVersionsSystemSoftwareVersionId {
|
|
9019
9175
|
namespace Get {
|
|
9020
9176
|
namespace Parameters {
|
|
9021
9177
|
type Path = {
|
|
9022
9178
|
systemSoftwareId: string;
|
|
9179
|
+
systemSoftwareVersionId: string;
|
|
9023
9180
|
};
|
|
9024
9181
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9025
|
-
type Query = {
|
|
9026
|
-
versionRange?: string;
|
|
9027
|
-
recommended?: boolean;
|
|
9028
|
-
};
|
|
9182
|
+
type Query = {};
|
|
9029
9183
|
}
|
|
9030
9184
|
namespace Responses {
|
|
9031
9185
|
namespace $200 {
|
|
9032
9186
|
namespace Content {
|
|
9033
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppSystemSoftwareVersion
|
|
9187
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppSystemSoftwareVersion;
|
|
9188
|
+
}
|
|
9189
|
+
}
|
|
9190
|
+
namespace $404 {
|
|
9191
|
+
namespace Content {
|
|
9192
|
+
interface ApplicationJson {
|
|
9193
|
+
[k: string]: unknown;
|
|
9194
|
+
}
|
|
9034
9195
|
}
|
|
9035
9196
|
}
|
|
9036
9197
|
namespace $429 {
|
|
@@ -9050,22 +9211,25 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9050
9211
|
}
|
|
9051
9212
|
}
|
|
9052
9213
|
}
|
|
9053
|
-
namespace
|
|
9214
|
+
namespace V2AppInstallationsAppInstallationIdDatabase { }
|
|
9215
|
+
namespace V2AppInstallations {
|
|
9054
9216
|
namespace Get {
|
|
9055
9217
|
namespace Parameters {
|
|
9056
|
-
type Path = {
|
|
9057
|
-
appId: string;
|
|
9058
|
-
baseAppVersionId: string;
|
|
9059
|
-
};
|
|
9218
|
+
type Path = {};
|
|
9060
9219
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9061
9220
|
type Query = {
|
|
9062
|
-
|
|
9221
|
+
appIds?: string[];
|
|
9222
|
+
searchTerm?: string;
|
|
9223
|
+
sortOrder?: MittwaldAPIV2.Components.Schemas.AppAppInstallationSortOrder;
|
|
9224
|
+
limit?: number;
|
|
9225
|
+
skip?: number;
|
|
9226
|
+
page?: number;
|
|
9063
9227
|
};
|
|
9064
9228
|
}
|
|
9065
9229
|
namespace Responses {
|
|
9066
9230
|
namespace $200 {
|
|
9067
9231
|
namespace Content {
|
|
9068
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
9232
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppAppInstallation[];
|
|
9069
9233
|
}
|
|
9070
9234
|
}
|
|
9071
9235
|
namespace $429 {
|
|
@@ -9085,33 +9249,27 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9085
9249
|
}
|
|
9086
9250
|
}
|
|
9087
9251
|
}
|
|
9088
|
-
namespace
|
|
9089
|
-
|
|
9252
|
+
namespace V2ProjectsProjectIdAppinstallations { }
|
|
9253
|
+
namespace V2ProjectsProjectIdAppInstallations {
|
|
9254
|
+
namespace Get {
|
|
9090
9255
|
namespace Parameters {
|
|
9091
9256
|
type Path = {
|
|
9092
|
-
|
|
9257
|
+
projectId: string;
|
|
9258
|
+
};
|
|
9259
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9260
|
+
type Query = {
|
|
9261
|
+
appIds?: string[];
|
|
9262
|
+
searchTerm?: string;
|
|
9263
|
+
sortOrder?: MittwaldAPIV2.Components.Schemas.AppAppInstallationSortOrder;
|
|
9264
|
+
limit?: number;
|
|
9265
|
+
skip?: number;
|
|
9266
|
+
page?: number;
|
|
9093
9267
|
};
|
|
9094
|
-
type Header = {};
|
|
9095
|
-
type Query = {};
|
|
9096
9268
|
}
|
|
9097
9269
|
namespace Responses {
|
|
9098
|
-
namespace $
|
|
9099
|
-
namespace Content {
|
|
9100
|
-
type Empty = unknown;
|
|
9101
|
-
}
|
|
9102
|
-
}
|
|
9103
|
-
namespace $404 {
|
|
9104
|
-
namespace Content {
|
|
9105
|
-
interface ApplicationJson {
|
|
9106
|
-
[k: string]: unknown;
|
|
9107
|
-
}
|
|
9108
|
-
}
|
|
9109
|
-
}
|
|
9110
|
-
namespace $412 {
|
|
9270
|
+
namespace $200 {
|
|
9111
9271
|
namespace Content {
|
|
9112
|
-
|
|
9113
|
-
[k: string]: unknown;
|
|
9114
|
-
}
|
|
9272
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppAppInstallation[];
|
|
9115
9273
|
}
|
|
9116
9274
|
}
|
|
9117
9275
|
namespace $429 {
|
|
@@ -9130,19 +9288,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9130
9288
|
}
|
|
9131
9289
|
}
|
|
9132
9290
|
}
|
|
9133
|
-
}
|
|
9134
|
-
namespace V2AppinstallationsAppInstallationIdActionsCopy { }
|
|
9135
|
-
namespace V2AppInstallationsAppInstallationIdActionsCopy {
|
|
9136
9291
|
namespace Post {
|
|
9137
9292
|
namespace Parameters {
|
|
9138
9293
|
type Path = {
|
|
9139
|
-
|
|
9294
|
+
projectId: string;
|
|
9140
9295
|
};
|
|
9141
9296
|
interface RequestBody {
|
|
9297
|
+
appVersionId: string;
|
|
9142
9298
|
description: string;
|
|
9143
|
-
domain?: string;
|
|
9144
9299
|
installationPath?: string;
|
|
9145
|
-
|
|
9300
|
+
systemSoftware?: {
|
|
9301
|
+
[k: string]: MittwaldAPIV2.Components.Schemas.AppDesiredSystemSoftware;
|
|
9302
|
+
};
|
|
9303
|
+
updatePolicy: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
9304
|
+
userInputs: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
9146
9305
|
}
|
|
9147
9306
|
type Header = {};
|
|
9148
9307
|
type Query = {};
|
|
@@ -9155,6 +9314,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9155
9314
|
}
|
|
9156
9315
|
}
|
|
9157
9316
|
}
|
|
9317
|
+
namespace $400 {
|
|
9318
|
+
namespace Content {
|
|
9319
|
+
interface ApplicationJson {
|
|
9320
|
+
[k: string]: unknown;
|
|
9321
|
+
}
|
|
9322
|
+
}
|
|
9323
|
+
}
|
|
9158
9324
|
namespace $404 {
|
|
9159
9325
|
namespace Content {
|
|
9160
9326
|
interface ApplicationJson {
|
|
@@ -9179,33 +9345,21 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9179
9345
|
}
|
|
9180
9346
|
}
|
|
9181
9347
|
}
|
|
9182
|
-
namespace
|
|
9183
|
-
namespace
|
|
9348
|
+
namespace V2Apps {
|
|
9349
|
+
namespace Get {
|
|
9184
9350
|
namespace Parameters {
|
|
9185
|
-
type Path = {
|
|
9186
|
-
appInstallationId: string;
|
|
9187
|
-
};
|
|
9188
|
-
interface RequestBody {
|
|
9189
|
-
description: string;
|
|
9190
|
-
domain: string;
|
|
9191
|
-
installationPath?: string;
|
|
9192
|
-
}
|
|
9351
|
+
type Path = {};
|
|
9193
9352
|
type Header = {};
|
|
9194
|
-
type Query = {
|
|
9353
|
+
type Query = {
|
|
9354
|
+
limit?: number;
|
|
9355
|
+
skip?: number;
|
|
9356
|
+
page?: number;
|
|
9357
|
+
};
|
|
9195
9358
|
}
|
|
9196
9359
|
namespace Responses {
|
|
9197
|
-
namespace $
|
|
9198
|
-
namespace Content {
|
|
9199
|
-
interface ApplicationJson {
|
|
9200
|
-
id: string;
|
|
9201
|
-
}
|
|
9202
|
-
}
|
|
9203
|
-
}
|
|
9204
|
-
namespace $404 {
|
|
9360
|
+
namespace $200 {
|
|
9205
9361
|
namespace Content {
|
|
9206
|
-
|
|
9207
|
-
[k: string]: unknown;
|
|
9208
|
-
}
|
|
9362
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppApp[];
|
|
9209
9363
|
}
|
|
9210
9364
|
}
|
|
9211
9365
|
namespace $429 {
|
|
@@ -9225,27 +9379,22 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9225
9379
|
}
|
|
9226
9380
|
}
|
|
9227
9381
|
}
|
|
9228
|
-
namespace
|
|
9229
|
-
namespace V2AppInstallationsAppInstallationIdStatus {
|
|
9382
|
+
namespace V2AppsAppIdVersions {
|
|
9230
9383
|
namespace Get {
|
|
9231
9384
|
namespace Parameters {
|
|
9232
9385
|
type Path = {
|
|
9233
|
-
|
|
9386
|
+
appId: string;
|
|
9387
|
+
};
|
|
9388
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9389
|
+
type Query = {
|
|
9390
|
+
versionRange?: string;
|
|
9391
|
+
recommended?: boolean;
|
|
9234
9392
|
};
|
|
9235
|
-
type Header = {};
|
|
9236
|
-
type Query = {};
|
|
9237
9393
|
}
|
|
9238
9394
|
namespace Responses {
|
|
9239
9395
|
namespace $200 {
|
|
9240
9396
|
namespace Content {
|
|
9241
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
9242
|
-
}
|
|
9243
|
-
}
|
|
9244
|
-
namespace $404 {
|
|
9245
|
-
namespace Content {
|
|
9246
|
-
interface ApplicationJson {
|
|
9247
|
-
[k: string]: unknown;
|
|
9248
|
-
}
|
|
9397
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppAppVersion[];
|
|
9249
9398
|
}
|
|
9250
9399
|
}
|
|
9251
9400
|
namespace $429 {
|
|
@@ -9265,27 +9414,22 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9265
9414
|
}
|
|
9266
9415
|
}
|
|
9267
9416
|
}
|
|
9268
|
-
namespace
|
|
9269
|
-
|
|
9417
|
+
namespace V2Systemsoftwares { }
|
|
9418
|
+
namespace V2SystemSoftwares {
|
|
9419
|
+
namespace Get {
|
|
9270
9420
|
namespace Parameters {
|
|
9271
|
-
type Path = {
|
|
9272
|
-
appInstallationId: string;
|
|
9273
|
-
databaseId: string;
|
|
9274
|
-
};
|
|
9421
|
+
type Path = {};
|
|
9275
9422
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9276
|
-
type Query = {
|
|
9423
|
+
type Query = {
|
|
9424
|
+
limit?: number;
|
|
9425
|
+
skip?: number;
|
|
9426
|
+
page?: number;
|
|
9427
|
+
};
|
|
9277
9428
|
}
|
|
9278
9429
|
namespace Responses {
|
|
9279
|
-
namespace $
|
|
9280
|
-
namespace Content {
|
|
9281
|
-
type Empty = unknown;
|
|
9282
|
-
}
|
|
9283
|
-
}
|
|
9284
|
-
namespace $404 {
|
|
9430
|
+
namespace $200 {
|
|
9285
9431
|
namespace Content {
|
|
9286
|
-
|
|
9287
|
-
[k: string]: unknown;
|
|
9288
|
-
}
|
|
9432
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppSystemSoftware[];
|
|
9289
9433
|
}
|
|
9290
9434
|
}
|
|
9291
9435
|
namespace $429 {
|
|
@@ -9305,33 +9449,27 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9305
9449
|
}
|
|
9306
9450
|
}
|
|
9307
9451
|
}
|
|
9308
|
-
namespace
|
|
9309
|
-
namespace
|
|
9310
|
-
namespace
|
|
9452
|
+
namespace V2SystemSoftwareSystemSoftwareIdVersions { }
|
|
9453
|
+
namespace V2SystemsoftwareSystemSoftwareIdVersions { }
|
|
9454
|
+
namespace V2SystemSoftwaresSystemSoftwareIdVersions {
|
|
9311
9455
|
namespace Get {
|
|
9312
9456
|
namespace Parameters {
|
|
9313
9457
|
type Path = {
|
|
9314
|
-
|
|
9458
|
+
systemSoftwareId: string;
|
|
9315
9459
|
};
|
|
9316
|
-
type Header = {};
|
|
9460
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9317
9461
|
type Query = {
|
|
9318
|
-
|
|
9462
|
+
versionRange?: string;
|
|
9463
|
+
recommended?: boolean;
|
|
9319
9464
|
};
|
|
9320
9465
|
}
|
|
9321
9466
|
namespace Responses {
|
|
9322
9467
|
namespace $200 {
|
|
9323
9468
|
namespace Content {
|
|
9324
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
9469
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppSystemSoftwareVersion[];
|
|
9325
9470
|
}
|
|
9326
9471
|
}
|
|
9327
|
-
namespace $
|
|
9328
|
-
namespace Content {
|
|
9329
|
-
interface ApplicationJson {
|
|
9330
|
-
[k: string]: unknown;
|
|
9331
|
-
}
|
|
9332
|
-
}
|
|
9333
|
-
}
|
|
9334
|
-
namespace $429 {
|
|
9472
|
+
namespace $429 {
|
|
9335
9473
|
namespace Content {
|
|
9336
9474
|
interface ApplicationJson {
|
|
9337
9475
|
[k: string]: unknown;
|
|
@@ -9348,27 +9486,22 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9348
9486
|
}
|
|
9349
9487
|
}
|
|
9350
9488
|
}
|
|
9351
|
-
namespace
|
|
9489
|
+
namespace V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates {
|
|
9352
9490
|
namespace Get {
|
|
9353
9491
|
namespace Parameters {
|
|
9354
|
-
type Path = {
|
|
9355
|
-
|
|
9492
|
+
type Path = {
|
|
9493
|
+
appId: string;
|
|
9494
|
+
baseAppVersionId: string;
|
|
9495
|
+
};
|
|
9496
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9356
9497
|
type Query = {
|
|
9357
|
-
|
|
9358
|
-
tags?: string[];
|
|
9359
|
-
templateNames?: string[];
|
|
9360
|
-
articleIds?: string[];
|
|
9361
|
-
orderable?: ("forbidden" | "internal" | "beta_testing" | "full" | "deprecated")[];
|
|
9362
|
-
name?: string;
|
|
9363
|
-
limit?: number;
|
|
9364
|
-
skip?: number;
|
|
9365
|
-
page?: number;
|
|
9498
|
+
onlyRecommended?: boolean;
|
|
9366
9499
|
};
|
|
9367
9500
|
}
|
|
9368
9501
|
namespace Responses {
|
|
9369
9502
|
namespace $200 {
|
|
9370
9503
|
namespace Content {
|
|
9371
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
9504
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppAppVersion[];
|
|
9372
9505
|
}
|
|
9373
9506
|
}
|
|
9374
9507
|
namespace $429 {
|
|
@@ -9388,23 +9521,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9388
9521
|
}
|
|
9389
9522
|
}
|
|
9390
9523
|
}
|
|
9391
|
-
namespace
|
|
9524
|
+
namespace V2AppInstallationsAppInstallationIdActionsPromoteStaging {
|
|
9392
9525
|
namespace Post {
|
|
9393
9526
|
namespace Parameters {
|
|
9394
9527
|
type Path = {
|
|
9395
|
-
|
|
9528
|
+
appInstallationId: string;
|
|
9396
9529
|
};
|
|
9397
|
-
|
|
9398
|
-
/**
|
|
9399
|
-
* The desired format to export the ProjectBackup in.
|
|
9400
|
-
*/
|
|
9401
|
-
format: "tar" | "zip";
|
|
9402
|
-
/**
|
|
9403
|
-
* Password to use to protect the archive.
|
|
9404
|
-
*/
|
|
9405
|
-
password?: string;
|
|
9406
|
-
}
|
|
9407
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9530
|
+
type Header = {};
|
|
9408
9531
|
type Query = {};
|
|
9409
9532
|
}
|
|
9410
9533
|
namespace Responses {
|
|
@@ -9413,20 +9536,61 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9413
9536
|
type Empty = unknown;
|
|
9414
9537
|
}
|
|
9415
9538
|
}
|
|
9416
|
-
namespace $
|
|
9539
|
+
namespace $404 {
|
|
9417
9540
|
namespace Content {
|
|
9418
9541
|
interface ApplicationJson {
|
|
9419
9542
|
[k: string]: unknown;
|
|
9420
9543
|
}
|
|
9421
9544
|
}
|
|
9422
9545
|
}
|
|
9423
|
-
namespace $
|
|
9546
|
+
namespace $412 {
|
|
9424
9547
|
namespace Content {
|
|
9425
9548
|
interface ApplicationJson {
|
|
9426
9549
|
[k: string]: unknown;
|
|
9427
9550
|
}
|
|
9428
9551
|
}
|
|
9429
9552
|
}
|
|
9553
|
+
namespace $429 {
|
|
9554
|
+
namespace Content {
|
|
9555
|
+
interface ApplicationJson {
|
|
9556
|
+
[k: string]: unknown;
|
|
9557
|
+
}
|
|
9558
|
+
}
|
|
9559
|
+
}
|
|
9560
|
+
namespace Default {
|
|
9561
|
+
namespace Content {
|
|
9562
|
+
interface ApplicationJson {
|
|
9563
|
+
[k: string]: unknown;
|
|
9564
|
+
}
|
|
9565
|
+
}
|
|
9566
|
+
}
|
|
9567
|
+
}
|
|
9568
|
+
}
|
|
9569
|
+
}
|
|
9570
|
+
namespace V2AppinstallationsAppInstallationIdActionsCopy { }
|
|
9571
|
+
namespace V2AppInstallationsAppInstallationIdActionsCopy {
|
|
9572
|
+
namespace Post {
|
|
9573
|
+
namespace Parameters {
|
|
9574
|
+
type Path = {
|
|
9575
|
+
appInstallationId: string;
|
|
9576
|
+
};
|
|
9577
|
+
interface RequestBody {
|
|
9578
|
+
description: string;
|
|
9579
|
+
domain?: string;
|
|
9580
|
+
installationPath?: string;
|
|
9581
|
+
targetProjectId?: string;
|
|
9582
|
+
}
|
|
9583
|
+
type Header = {};
|
|
9584
|
+
type Query = {};
|
|
9585
|
+
}
|
|
9586
|
+
namespace Responses {
|
|
9587
|
+
namespace $201 {
|
|
9588
|
+
namespace Content {
|
|
9589
|
+
interface ApplicationJson {
|
|
9590
|
+
id: string;
|
|
9591
|
+
}
|
|
9592
|
+
}
|
|
9593
|
+
}
|
|
9430
9594
|
namespace $404 {
|
|
9431
9595
|
namespace Content {
|
|
9432
9596
|
interface ApplicationJson {
|
|
@@ -9450,24 +9614,26 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9450
9614
|
}
|
|
9451
9615
|
}
|
|
9452
9616
|
}
|
|
9453
|
-
|
|
9617
|
+
}
|
|
9618
|
+
namespace V2AppInstallationsAppInstallationIdActionsStaging {
|
|
9619
|
+
namespace Post {
|
|
9454
9620
|
namespace Parameters {
|
|
9455
9621
|
type Path = {
|
|
9456
|
-
|
|
9622
|
+
appInstallationId: string;
|
|
9457
9623
|
};
|
|
9458
|
-
|
|
9624
|
+
interface RequestBody {
|
|
9625
|
+
description: string;
|
|
9626
|
+
domain: string;
|
|
9627
|
+
installationPath?: string;
|
|
9628
|
+
}
|
|
9629
|
+
type Header = {};
|
|
9459
9630
|
type Query = {};
|
|
9460
9631
|
}
|
|
9461
9632
|
namespace Responses {
|
|
9462
|
-
namespace $
|
|
9463
|
-
namespace Content {
|
|
9464
|
-
type Empty = unknown;
|
|
9465
|
-
}
|
|
9466
|
-
}
|
|
9467
|
-
namespace $403 {
|
|
9633
|
+
namespace $201 {
|
|
9468
9634
|
namespace Content {
|
|
9469
9635
|
interface ApplicationJson {
|
|
9470
|
-
|
|
9636
|
+
id: string;
|
|
9471
9637
|
}
|
|
9472
9638
|
}
|
|
9473
9639
|
}
|
|
@@ -9495,19 +9661,27 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9495
9661
|
}
|
|
9496
9662
|
}
|
|
9497
9663
|
}
|
|
9498
|
-
namespace
|
|
9664
|
+
namespace V2AppinstallationsAppInstallationIdStatus { }
|
|
9665
|
+
namespace V2AppInstallationsAppInstallationIdStatus {
|
|
9499
9666
|
namespace Get {
|
|
9500
9667
|
namespace Parameters {
|
|
9501
9668
|
type Path = {
|
|
9502
|
-
|
|
9669
|
+
appInstallationId: string;
|
|
9503
9670
|
};
|
|
9504
|
-
type Header = {}
|
|
9671
|
+
type Header = {};
|
|
9505
9672
|
type Query = {};
|
|
9506
9673
|
}
|
|
9507
9674
|
namespace Responses {
|
|
9508
9675
|
namespace $200 {
|
|
9509
9676
|
namespace Content {
|
|
9510
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
9677
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppAppInstallationStatus;
|
|
9678
|
+
}
|
|
9679
|
+
}
|
|
9680
|
+
namespace $404 {
|
|
9681
|
+
namespace Content {
|
|
9682
|
+
interface ApplicationJson {
|
|
9683
|
+
[k: string]: unknown;
|
|
9684
|
+
}
|
|
9511
9685
|
}
|
|
9512
9686
|
}
|
|
9513
9687
|
namespace $429 {
|
|
@@ -9526,41 +9700,66 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9526
9700
|
}
|
|
9527
9701
|
}
|
|
9528
9702
|
}
|
|
9529
|
-
|
|
9703
|
+
}
|
|
9704
|
+
namespace V2AppInstallationsAppInstallationIdDatabasesDatabaseId {
|
|
9705
|
+
namespace Delete {
|
|
9530
9706
|
namespace Parameters {
|
|
9531
9707
|
type Path = {
|
|
9532
|
-
|
|
9708
|
+
appInstallationId: string;
|
|
9709
|
+
databaseId: string;
|
|
9533
9710
|
};
|
|
9534
|
-
interface RequestBody {
|
|
9535
|
-
/**
|
|
9536
|
-
* Description of the BackupSchedule.
|
|
9537
|
-
*/
|
|
9538
|
-
description?: string;
|
|
9539
|
-
/**
|
|
9540
|
-
* Execution schedule in crontab notation. The backup interval must not be more frequent than hourly.
|
|
9541
|
-
*/
|
|
9542
|
-
schedule: string;
|
|
9543
|
-
/**
|
|
9544
|
-
* TTL of the BackupSchedule as a duration string. Must be at least 7d and no more than 365d.
|
|
9545
|
-
*/
|
|
9546
|
-
ttl: string;
|
|
9547
|
-
}
|
|
9548
9711
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9549
9712
|
type Query = {};
|
|
9550
9713
|
}
|
|
9551
9714
|
namespace Responses {
|
|
9552
|
-
namespace $
|
|
9715
|
+
namespace $204 {
|
|
9553
9716
|
namespace Content {
|
|
9554
|
-
type
|
|
9717
|
+
type Empty = unknown;
|
|
9555
9718
|
}
|
|
9556
9719
|
}
|
|
9557
|
-
namespace $
|
|
9720
|
+
namespace $404 {
|
|
9721
|
+
namespace Content {
|
|
9722
|
+
interface ApplicationJson {
|
|
9723
|
+
[k: string]: unknown;
|
|
9724
|
+
}
|
|
9725
|
+
}
|
|
9726
|
+
}
|
|
9727
|
+
namespace $429 {
|
|
9728
|
+
namespace Content {
|
|
9729
|
+
interface ApplicationJson {
|
|
9730
|
+
[k: string]: unknown;
|
|
9731
|
+
}
|
|
9732
|
+
}
|
|
9733
|
+
}
|
|
9734
|
+
namespace Default {
|
|
9558
9735
|
namespace Content {
|
|
9559
9736
|
interface ApplicationJson {
|
|
9560
9737
|
[k: string]: unknown;
|
|
9561
9738
|
}
|
|
9562
9739
|
}
|
|
9563
9740
|
}
|
|
9741
|
+
}
|
|
9742
|
+
}
|
|
9743
|
+
}
|
|
9744
|
+
namespace V2AppinstallationsAppInstallationIdDatabasesDatabaseId { }
|
|
9745
|
+
namespace V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers { }
|
|
9746
|
+
namespace V2ArticlesArticleId {
|
|
9747
|
+
namespace Get {
|
|
9748
|
+
namespace Parameters {
|
|
9749
|
+
type Path = {
|
|
9750
|
+
articleId: string;
|
|
9751
|
+
};
|
|
9752
|
+
type Header = {};
|
|
9753
|
+
type Query = {
|
|
9754
|
+
customerId?: string;
|
|
9755
|
+
};
|
|
9756
|
+
}
|
|
9757
|
+
namespace Responses {
|
|
9758
|
+
namespace $200 {
|
|
9759
|
+
namespace Content {
|
|
9760
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ArticleReadableArticle;
|
|
9761
|
+
}
|
|
9762
|
+
}
|
|
9564
9763
|
namespace $404 {
|
|
9565
9764
|
namespace Content {
|
|
9566
9765
|
interface ApplicationJson {
|
|
@@ -9585,19 +9784,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9585
9784
|
}
|
|
9586
9785
|
}
|
|
9587
9786
|
}
|
|
9588
|
-
namespace
|
|
9787
|
+
namespace V2Articles {
|
|
9589
9788
|
namespace Get {
|
|
9590
9789
|
namespace Parameters {
|
|
9591
|
-
type Path = {
|
|
9592
|
-
|
|
9593
|
-
};
|
|
9594
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9790
|
+
type Path = {};
|
|
9791
|
+
type Header = {};
|
|
9595
9792
|
type Query = {
|
|
9596
|
-
|
|
9597
|
-
|
|
9598
|
-
|
|
9599
|
-
|
|
9600
|
-
|
|
9793
|
+
customerId?: string;
|
|
9794
|
+
tags?: string[];
|
|
9795
|
+
templateNames?: string[];
|
|
9796
|
+
articleIds?: string[];
|
|
9797
|
+
orderable?: ("forbidden" | "internal" | "beta_testing" | "full" | "deprecated")[];
|
|
9798
|
+
name?: string;
|
|
9601
9799
|
limit?: number;
|
|
9602
9800
|
skip?: number;
|
|
9603
9801
|
page?: number;
|
|
@@ -9606,7 +9804,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9606
9804
|
namespace Responses {
|
|
9607
9805
|
namespace $200 {
|
|
9608
9806
|
namespace Content {
|
|
9609
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
9807
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ArticleReadableArticle[];
|
|
9610
9808
|
}
|
|
9611
9809
|
}
|
|
9612
9810
|
namespace $429 {
|
|
@@ -9625,28 +9823,30 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9625
9823
|
}
|
|
9626
9824
|
}
|
|
9627
9825
|
}
|
|
9826
|
+
}
|
|
9827
|
+
namespace V2ProjectBackupsProjectBackupIdExport {
|
|
9628
9828
|
namespace Post {
|
|
9629
9829
|
namespace Parameters {
|
|
9630
9830
|
type Path = {
|
|
9631
|
-
|
|
9831
|
+
projectBackupId: string;
|
|
9632
9832
|
};
|
|
9633
9833
|
interface RequestBody {
|
|
9634
9834
|
/**
|
|
9635
|
-
*
|
|
9835
|
+
* The desired format to export the ProjectBackup in.
|
|
9636
9836
|
*/
|
|
9637
|
-
|
|
9837
|
+
format: "tar" | "zip";
|
|
9638
9838
|
/**
|
|
9639
|
-
*
|
|
9839
|
+
* Password to use to protect the archive.
|
|
9640
9840
|
*/
|
|
9641
|
-
|
|
9841
|
+
password?: string;
|
|
9642
9842
|
}
|
|
9643
9843
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9644
9844
|
type Query = {};
|
|
9645
9845
|
}
|
|
9646
9846
|
namespace Responses {
|
|
9647
|
-
namespace $
|
|
9847
|
+
namespace $204 {
|
|
9648
9848
|
namespace Content {
|
|
9649
|
-
type
|
|
9849
|
+
type Empty = unknown;
|
|
9650
9850
|
}
|
|
9651
9851
|
}
|
|
9652
9852
|
namespace $400 {
|
|
@@ -9656,6 +9856,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9656
9856
|
}
|
|
9657
9857
|
}
|
|
9658
9858
|
}
|
|
9859
|
+
namespace $403 {
|
|
9860
|
+
namespace Content {
|
|
9861
|
+
interface ApplicationJson {
|
|
9862
|
+
[k: string]: unknown;
|
|
9863
|
+
}
|
|
9864
|
+
}
|
|
9865
|
+
}
|
|
9659
9866
|
namespace $404 {
|
|
9660
9867
|
namespace Content {
|
|
9661
9868
|
interface ApplicationJson {
|
|
@@ -9679,20 +9886,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9679
9886
|
}
|
|
9680
9887
|
}
|
|
9681
9888
|
}
|
|
9682
|
-
|
|
9683
|
-
namespace V2ProjectBackupSchedulesProjectBackupScheduleId {
|
|
9684
|
-
namespace Get {
|
|
9889
|
+
namespace Delete {
|
|
9685
9890
|
namespace Parameters {
|
|
9686
9891
|
type Path = {
|
|
9687
|
-
|
|
9892
|
+
projectBackupId: string;
|
|
9688
9893
|
};
|
|
9689
9894
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9690
9895
|
type Query = {};
|
|
9691
9896
|
}
|
|
9692
9897
|
namespace Responses {
|
|
9693
|
-
namespace $
|
|
9898
|
+
namespace $204 {
|
|
9694
9899
|
namespace Content {
|
|
9695
|
-
type
|
|
9900
|
+
type Empty = unknown;
|
|
9696
9901
|
}
|
|
9697
9902
|
}
|
|
9698
9903
|
namespace $403 {
|
|
@@ -9725,21 +9930,252 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9725
9930
|
}
|
|
9726
9931
|
}
|
|
9727
9932
|
}
|
|
9728
|
-
|
|
9933
|
+
}
|
|
9934
|
+
namespace V2ProjectsProjectIdBackupSchedules {
|
|
9935
|
+
namespace Get {
|
|
9729
9936
|
namespace Parameters {
|
|
9730
9937
|
type Path = {
|
|
9731
|
-
|
|
9938
|
+
projectId: string;
|
|
9732
9939
|
};
|
|
9733
9940
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9734
9941
|
type Query = {};
|
|
9735
9942
|
}
|
|
9736
9943
|
namespace Responses {
|
|
9737
|
-
namespace $
|
|
9944
|
+
namespace $200 {
|
|
9738
9945
|
namespace Content {
|
|
9739
|
-
type
|
|
9946
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.BackupProjectBackupSchedule[];
|
|
9740
9947
|
}
|
|
9741
9948
|
}
|
|
9742
|
-
namespace $
|
|
9949
|
+
namespace $429 {
|
|
9950
|
+
namespace Content {
|
|
9951
|
+
interface ApplicationJson {
|
|
9952
|
+
[k: string]: unknown;
|
|
9953
|
+
}
|
|
9954
|
+
}
|
|
9955
|
+
}
|
|
9956
|
+
namespace Default {
|
|
9957
|
+
namespace Content {
|
|
9958
|
+
interface ApplicationJson {
|
|
9959
|
+
[k: string]: unknown;
|
|
9960
|
+
}
|
|
9961
|
+
}
|
|
9962
|
+
}
|
|
9963
|
+
}
|
|
9964
|
+
}
|
|
9965
|
+
namespace Post {
|
|
9966
|
+
namespace Parameters {
|
|
9967
|
+
type Path = {
|
|
9968
|
+
projectId: string;
|
|
9969
|
+
};
|
|
9970
|
+
interface RequestBody {
|
|
9971
|
+
/**
|
|
9972
|
+
* Description of the BackupSchedule.
|
|
9973
|
+
*/
|
|
9974
|
+
description?: string;
|
|
9975
|
+
/**
|
|
9976
|
+
* Execution schedule in crontab notation. The backup interval must not be more frequent than hourly.
|
|
9977
|
+
*/
|
|
9978
|
+
schedule: string;
|
|
9979
|
+
/**
|
|
9980
|
+
* TTL of the BackupSchedule as a duration string. Must be at least 7d and no more than 365d.
|
|
9981
|
+
*/
|
|
9982
|
+
ttl: string;
|
|
9983
|
+
}
|
|
9984
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9985
|
+
type Query = {};
|
|
9986
|
+
}
|
|
9987
|
+
namespace Responses {
|
|
9988
|
+
namespace $201 {
|
|
9989
|
+
namespace Content {
|
|
9990
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.BackupProjectBackupSchedule;
|
|
9991
|
+
}
|
|
9992
|
+
}
|
|
9993
|
+
namespace $400 {
|
|
9994
|
+
namespace Content {
|
|
9995
|
+
interface ApplicationJson {
|
|
9996
|
+
[k: string]: unknown;
|
|
9997
|
+
}
|
|
9998
|
+
}
|
|
9999
|
+
}
|
|
10000
|
+
namespace $404 {
|
|
10001
|
+
namespace Content {
|
|
10002
|
+
interface ApplicationJson {
|
|
10003
|
+
[k: string]: unknown;
|
|
10004
|
+
}
|
|
10005
|
+
}
|
|
10006
|
+
}
|
|
10007
|
+
namespace $429 {
|
|
10008
|
+
namespace Content {
|
|
10009
|
+
interface ApplicationJson {
|
|
10010
|
+
[k: string]: unknown;
|
|
10011
|
+
}
|
|
10012
|
+
}
|
|
10013
|
+
}
|
|
10014
|
+
namespace Default {
|
|
10015
|
+
namespace Content {
|
|
10016
|
+
interface ApplicationJson {
|
|
10017
|
+
[k: string]: unknown;
|
|
10018
|
+
}
|
|
10019
|
+
}
|
|
10020
|
+
}
|
|
10021
|
+
}
|
|
10022
|
+
}
|
|
10023
|
+
}
|
|
10024
|
+
namespace V2ProjectsProjectIdBackups {
|
|
10025
|
+
namespace Get {
|
|
10026
|
+
namespace Parameters {
|
|
10027
|
+
type Path = {
|
|
10028
|
+
projectId: string;
|
|
10029
|
+
};
|
|
10030
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10031
|
+
type Query = {
|
|
10032
|
+
searchTerm?: string;
|
|
10033
|
+
withExportsOnly?: boolean;
|
|
10034
|
+
sortOrder?: MittwaldAPIV2.Components.Schemas.BackupBackupSortOrder;
|
|
10035
|
+
runningRestoresOnly?: boolean;
|
|
10036
|
+
runningBackupsOnly?: boolean;
|
|
10037
|
+
limit?: number;
|
|
10038
|
+
skip?: number;
|
|
10039
|
+
page?: number;
|
|
10040
|
+
};
|
|
10041
|
+
}
|
|
10042
|
+
namespace Responses {
|
|
10043
|
+
namespace $200 {
|
|
10044
|
+
namespace Content {
|
|
10045
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.BackupProjectBackup[];
|
|
10046
|
+
}
|
|
10047
|
+
}
|
|
10048
|
+
namespace $429 {
|
|
10049
|
+
namespace Content {
|
|
10050
|
+
interface ApplicationJson {
|
|
10051
|
+
[k: string]: unknown;
|
|
10052
|
+
}
|
|
10053
|
+
}
|
|
10054
|
+
}
|
|
10055
|
+
namespace Default {
|
|
10056
|
+
namespace Content {
|
|
10057
|
+
interface ApplicationJson {
|
|
10058
|
+
[k: string]: unknown;
|
|
10059
|
+
}
|
|
10060
|
+
}
|
|
10061
|
+
}
|
|
10062
|
+
}
|
|
10063
|
+
}
|
|
10064
|
+
namespace Post {
|
|
10065
|
+
namespace Parameters {
|
|
10066
|
+
type Path = {
|
|
10067
|
+
projectId: string;
|
|
10068
|
+
};
|
|
10069
|
+
interface RequestBody {
|
|
10070
|
+
/**
|
|
10071
|
+
* Description of the Backup.
|
|
10072
|
+
*/
|
|
10073
|
+
description?: string;
|
|
10074
|
+
/**
|
|
10075
|
+
* Time when to expire the Backup. Must be at least 7 days and no more than one year in the future.
|
|
10076
|
+
*/
|
|
10077
|
+
expirationTime: string;
|
|
10078
|
+
}
|
|
10079
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10080
|
+
type Query = {};
|
|
10081
|
+
}
|
|
10082
|
+
namespace Responses {
|
|
10083
|
+
namespace $201 {
|
|
10084
|
+
namespace Content {
|
|
10085
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.BackupProjectBackup;
|
|
10086
|
+
}
|
|
10087
|
+
}
|
|
10088
|
+
namespace $400 {
|
|
10089
|
+
namespace Content {
|
|
10090
|
+
interface ApplicationJson {
|
|
10091
|
+
[k: string]: unknown;
|
|
10092
|
+
}
|
|
10093
|
+
}
|
|
10094
|
+
}
|
|
10095
|
+
namespace $404 {
|
|
10096
|
+
namespace Content {
|
|
10097
|
+
interface ApplicationJson {
|
|
10098
|
+
[k: string]: unknown;
|
|
10099
|
+
}
|
|
10100
|
+
}
|
|
10101
|
+
}
|
|
10102
|
+
namespace $429 {
|
|
10103
|
+
namespace Content {
|
|
10104
|
+
interface ApplicationJson {
|
|
10105
|
+
[k: string]: unknown;
|
|
10106
|
+
}
|
|
10107
|
+
}
|
|
10108
|
+
}
|
|
10109
|
+
namespace Default {
|
|
10110
|
+
namespace Content {
|
|
10111
|
+
interface ApplicationJson {
|
|
10112
|
+
[k: string]: unknown;
|
|
10113
|
+
}
|
|
10114
|
+
}
|
|
10115
|
+
}
|
|
10116
|
+
}
|
|
10117
|
+
}
|
|
10118
|
+
}
|
|
10119
|
+
namespace V2ProjectBackupSchedulesProjectBackupScheduleId {
|
|
10120
|
+
namespace Get {
|
|
10121
|
+
namespace Parameters {
|
|
10122
|
+
type Path = {
|
|
10123
|
+
projectBackupScheduleId: string;
|
|
10124
|
+
};
|
|
10125
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10126
|
+
type Query = {};
|
|
10127
|
+
}
|
|
10128
|
+
namespace Responses {
|
|
10129
|
+
namespace $200 {
|
|
10130
|
+
namespace Content {
|
|
10131
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.BackupProjectBackupSchedule;
|
|
10132
|
+
}
|
|
10133
|
+
}
|
|
10134
|
+
namespace $403 {
|
|
10135
|
+
namespace Content {
|
|
10136
|
+
interface ApplicationJson {
|
|
10137
|
+
[k: string]: unknown;
|
|
10138
|
+
}
|
|
10139
|
+
}
|
|
10140
|
+
}
|
|
10141
|
+
namespace $404 {
|
|
10142
|
+
namespace Content {
|
|
10143
|
+
interface ApplicationJson {
|
|
10144
|
+
[k: string]: unknown;
|
|
10145
|
+
}
|
|
10146
|
+
}
|
|
10147
|
+
}
|
|
10148
|
+
namespace $429 {
|
|
10149
|
+
namespace Content {
|
|
10150
|
+
interface ApplicationJson {
|
|
10151
|
+
[k: string]: unknown;
|
|
10152
|
+
}
|
|
10153
|
+
}
|
|
10154
|
+
}
|
|
10155
|
+
namespace Default {
|
|
10156
|
+
namespace Content {
|
|
10157
|
+
interface ApplicationJson {
|
|
10158
|
+
[k: string]: unknown;
|
|
10159
|
+
}
|
|
10160
|
+
}
|
|
10161
|
+
}
|
|
10162
|
+
}
|
|
10163
|
+
}
|
|
10164
|
+
namespace Delete {
|
|
10165
|
+
namespace Parameters {
|
|
10166
|
+
type Path = {
|
|
10167
|
+
projectBackupScheduleId: string;
|
|
10168
|
+
};
|
|
10169
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10170
|
+
type Query = {};
|
|
10171
|
+
}
|
|
10172
|
+
namespace Responses {
|
|
10173
|
+
namespace $204 {
|
|
10174
|
+
namespace Content {
|
|
10175
|
+
type Empty = unknown;
|
|
10176
|
+
}
|
|
10177
|
+
}
|
|
10178
|
+
namespace $403 {
|
|
9743
10179
|
namespace Content {
|
|
9744
10180
|
interface ApplicationJson {
|
|
9745
10181
|
[k: string]: unknown;
|
|
@@ -11239,47 +11675,37 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11239
11675
|
}
|
|
11240
11676
|
}
|
|
11241
11677
|
}
|
|
11242
|
-
namespace
|
|
11678
|
+
namespace V2StacksStackIdServicesServiceIdLogAnalysis {
|
|
11243
11679
|
namespace Get {
|
|
11244
11680
|
namespace Parameters {
|
|
11245
11681
|
type Path = {
|
|
11246
11682
|
stackId: string;
|
|
11247
11683
|
serviceId: string;
|
|
11248
11684
|
};
|
|
11249
|
-
type Header = {
|
|
11250
|
-
|
|
11251
|
-
"If-Range"?: string;
|
|
11252
|
-
} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11253
|
-
type Query = {
|
|
11254
|
-
tail?: number;
|
|
11255
|
-
};
|
|
11685
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11686
|
+
type Query = {};
|
|
11256
11687
|
}
|
|
11257
11688
|
namespace Responses {
|
|
11258
11689
|
namespace $200 {
|
|
11259
11690
|
namespace Content {
|
|
11260
|
-
type
|
|
11261
|
-
}
|
|
11262
|
-
}
|
|
11263
|
-
namespace $206 {
|
|
11264
|
-
namespace Content {
|
|
11265
|
-
type TextPlain = string;
|
|
11691
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerServiceLogsAnalysis;
|
|
11266
11692
|
}
|
|
11267
11693
|
}
|
|
11268
|
-
namespace $
|
|
11694
|
+
namespace $400 {
|
|
11269
11695
|
namespace Content {
|
|
11270
11696
|
interface ApplicationJson {
|
|
11271
11697
|
[k: string]: unknown;
|
|
11272
11698
|
}
|
|
11273
11699
|
}
|
|
11274
11700
|
}
|
|
11275
|
-
namespace $
|
|
11701
|
+
namespace $403 {
|
|
11276
11702
|
namespace Content {
|
|
11277
11703
|
interface ApplicationJson {
|
|
11278
11704
|
[k: string]: unknown;
|
|
11279
11705
|
}
|
|
11280
11706
|
}
|
|
11281
11707
|
}
|
|
11282
|
-
namespace $
|
|
11708
|
+
namespace $404 {
|
|
11283
11709
|
namespace Content {
|
|
11284
11710
|
interface ApplicationJson {
|
|
11285
11711
|
[k: string]: unknown;
|
|
@@ -11300,14 +11726,85 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11300
11726
|
}
|
|
11301
11727
|
}
|
|
11302
11728
|
}
|
|
11303
|
-
namespace
|
|
11729
|
+
namespace Default {
|
|
11304
11730
|
namespace Content {
|
|
11305
11731
|
interface ApplicationJson {
|
|
11306
11732
|
[k: string]: unknown;
|
|
11307
11733
|
}
|
|
11308
11734
|
}
|
|
11309
11735
|
}
|
|
11310
|
-
|
|
11736
|
+
}
|
|
11737
|
+
}
|
|
11738
|
+
}
|
|
11739
|
+
namespace V2StacksStackIdServicesServiceIdLogs {
|
|
11740
|
+
namespace Get {
|
|
11741
|
+
namespace Parameters {
|
|
11742
|
+
type Path = {
|
|
11743
|
+
stackId: string;
|
|
11744
|
+
serviceId: string;
|
|
11745
|
+
};
|
|
11746
|
+
type Header = {
|
|
11747
|
+
Range?: string;
|
|
11748
|
+
"If-Range"?: string;
|
|
11749
|
+
} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11750
|
+
type Query = {
|
|
11751
|
+
tail?: number;
|
|
11752
|
+
};
|
|
11753
|
+
}
|
|
11754
|
+
namespace Responses {
|
|
11755
|
+
namespace $200 {
|
|
11756
|
+
namespace Content {
|
|
11757
|
+
type TextPlain = string;
|
|
11758
|
+
}
|
|
11759
|
+
}
|
|
11760
|
+
namespace $206 {
|
|
11761
|
+
namespace Content {
|
|
11762
|
+
type TextPlain = string;
|
|
11763
|
+
}
|
|
11764
|
+
}
|
|
11765
|
+
namespace $403 {
|
|
11766
|
+
namespace Content {
|
|
11767
|
+
interface ApplicationJson {
|
|
11768
|
+
[k: string]: unknown;
|
|
11769
|
+
}
|
|
11770
|
+
}
|
|
11771
|
+
}
|
|
11772
|
+
namespace $404 {
|
|
11773
|
+
namespace Content {
|
|
11774
|
+
interface ApplicationJson {
|
|
11775
|
+
[k: string]: unknown;
|
|
11776
|
+
}
|
|
11777
|
+
}
|
|
11778
|
+
}
|
|
11779
|
+
namespace $416 {
|
|
11780
|
+
namespace Content {
|
|
11781
|
+
interface ApplicationJson {
|
|
11782
|
+
[k: string]: unknown;
|
|
11783
|
+
}
|
|
11784
|
+
}
|
|
11785
|
+
}
|
|
11786
|
+
namespace $429 {
|
|
11787
|
+
namespace Content {
|
|
11788
|
+
interface ApplicationJson {
|
|
11789
|
+
[k: string]: unknown;
|
|
11790
|
+
}
|
|
11791
|
+
}
|
|
11792
|
+
}
|
|
11793
|
+
namespace $500 {
|
|
11794
|
+
namespace Content {
|
|
11795
|
+
interface ApplicationJson {
|
|
11796
|
+
[k: string]: unknown;
|
|
11797
|
+
}
|
|
11798
|
+
}
|
|
11799
|
+
}
|
|
11800
|
+
namespace $503 {
|
|
11801
|
+
namespace Content {
|
|
11802
|
+
interface ApplicationJson {
|
|
11803
|
+
[k: string]: unknown;
|
|
11804
|
+
}
|
|
11805
|
+
}
|
|
11806
|
+
}
|
|
11807
|
+
namespace Default {
|
|
11311
11808
|
namespace Content {
|
|
11312
11809
|
interface ApplicationJson {
|
|
11313
11810
|
[k: string]: unknown;
|
|
@@ -16290,6 +16787,67 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16290
16787
|
}
|
|
16291
16788
|
}
|
|
16292
16789
|
}
|
|
16790
|
+
namespace V2CustomersCustomerIdReferralSource {
|
|
16791
|
+
namespace Put {
|
|
16792
|
+
namespace Parameters {
|
|
16793
|
+
type Path = {
|
|
16794
|
+
customerId: string;
|
|
16795
|
+
};
|
|
16796
|
+
interface RequestBody {
|
|
16797
|
+
/**
|
|
16798
|
+
* free answer on how the customer became aware of mittwald.
|
|
16799
|
+
*/
|
|
16800
|
+
referralSource: string;
|
|
16801
|
+
}
|
|
16802
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
16803
|
+
type Query = {};
|
|
16804
|
+
}
|
|
16805
|
+
namespace Responses {
|
|
16806
|
+
namespace $200 {
|
|
16807
|
+
namespace Content {
|
|
16808
|
+
interface ApplicationJson {
|
|
16809
|
+
[k: string]: unknown;
|
|
16810
|
+
}
|
|
16811
|
+
}
|
|
16812
|
+
}
|
|
16813
|
+
namespace $400 {
|
|
16814
|
+
namespace Content {
|
|
16815
|
+
interface ApplicationJson {
|
|
16816
|
+
[k: string]: unknown;
|
|
16817
|
+
}
|
|
16818
|
+
}
|
|
16819
|
+
}
|
|
16820
|
+
namespace $403 {
|
|
16821
|
+
namespace Content {
|
|
16822
|
+
interface ApplicationJson {
|
|
16823
|
+
[k: string]: unknown;
|
|
16824
|
+
}
|
|
16825
|
+
}
|
|
16826
|
+
}
|
|
16827
|
+
namespace $404 {
|
|
16828
|
+
namespace Content {
|
|
16829
|
+
interface ApplicationJson {
|
|
16830
|
+
[k: string]: unknown;
|
|
16831
|
+
}
|
|
16832
|
+
}
|
|
16833
|
+
}
|
|
16834
|
+
namespace $429 {
|
|
16835
|
+
namespace Content {
|
|
16836
|
+
interface ApplicationJson {
|
|
16837
|
+
[k: string]: unknown;
|
|
16838
|
+
}
|
|
16839
|
+
}
|
|
16840
|
+
}
|
|
16841
|
+
namespace Default {
|
|
16842
|
+
namespace Content {
|
|
16843
|
+
interface ApplicationJson {
|
|
16844
|
+
[k: string]: unknown;
|
|
16845
|
+
}
|
|
16846
|
+
}
|
|
16847
|
+
}
|
|
16848
|
+
}
|
|
16849
|
+
}
|
|
16850
|
+
}
|
|
16293
16851
|
namespace V2MysqlDatabasesMysqlDatabaseIdActionsCopy {
|
|
16294
16852
|
namespace Post {
|
|
16295
16853
|
namespace Parameters {
|
|
@@ -31612,7 +32170,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31612
32170
|
}
|
|
31613
32171
|
}
|
|
31614
32172
|
}
|
|
31615
|
-
namespace
|
|
32173
|
+
namespace V2CustomersCustomerIdAiHostingsPlanIdBillingPeriods {
|
|
31616
32174
|
namespace Get {
|
|
31617
32175
|
namespace Parameters {
|
|
31618
32176
|
type Path = {
|
|
@@ -31620,69 +32178,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31620
32178
|
planId: string;
|
|
31621
32179
|
};
|
|
31622
32180
|
type Header = {};
|
|
31623
|
-
type Query = {
|
|
31624
|
-
topUsageCount?: number;
|
|
31625
|
-
};
|
|
31626
|
-
}
|
|
31627
|
-
namespace Responses {
|
|
31628
|
-
namespace $200 {
|
|
31629
|
-
namespace Content {
|
|
31630
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan;
|
|
31631
|
-
}
|
|
31632
|
-
}
|
|
31633
|
-
namespace $400 {
|
|
31634
|
-
namespace Content {
|
|
31635
|
-
interface ApplicationJson {
|
|
31636
|
-
[k: string]: unknown;
|
|
31637
|
-
}
|
|
31638
|
-
}
|
|
31639
|
-
}
|
|
31640
|
-
namespace $403 {
|
|
31641
|
-
namespace Content {
|
|
31642
|
-
interface ApplicationJson {
|
|
31643
|
-
[k: string]: unknown;
|
|
31644
|
-
}
|
|
31645
|
-
}
|
|
31646
|
-
}
|
|
31647
|
-
namespace $404 {
|
|
31648
|
-
namespace Content {
|
|
31649
|
-
interface ApplicationJson {
|
|
31650
|
-
[k: string]: unknown;
|
|
31651
|
-
}
|
|
31652
|
-
}
|
|
31653
|
-
}
|
|
31654
|
-
namespace $429 {
|
|
31655
|
-
namespace Content {
|
|
31656
|
-
interface ApplicationJson {
|
|
31657
|
-
[k: string]: unknown;
|
|
31658
|
-
}
|
|
31659
|
-
}
|
|
31660
|
-
}
|
|
31661
|
-
namespace Default {
|
|
31662
|
-
namespace Content {
|
|
31663
|
-
interface ApplicationJson {
|
|
31664
|
-
[k: string]: unknown;
|
|
31665
|
-
}
|
|
31666
|
-
}
|
|
31667
|
-
}
|
|
31668
|
-
}
|
|
31669
|
-
}
|
|
31670
|
-
namespace Put {
|
|
31671
|
-
namespace Parameters {
|
|
31672
|
-
type Path = {
|
|
31673
|
-
customerId: string;
|
|
31674
|
-
planId: string;
|
|
31675
|
-
};
|
|
31676
|
-
interface RequestBody {
|
|
31677
|
-
description?: string;
|
|
31678
|
-
}
|
|
31679
|
-
type Header = {};
|
|
31680
32181
|
type Query = {};
|
|
31681
32182
|
}
|
|
31682
32183
|
namespace Responses {
|
|
31683
|
-
namespace $
|
|
32184
|
+
namespace $200 {
|
|
31684
32185
|
namespace Content {
|
|
31685
|
-
type
|
|
32186
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingPlanBillingPeriods;
|
|
31686
32187
|
}
|
|
31687
32188
|
}
|
|
31688
32189
|
namespace $400 {
|
|
@@ -31723,354 +32224,24 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31723
32224
|
}
|
|
31724
32225
|
}
|
|
31725
32226
|
}
|
|
31726
|
-
namespace
|
|
32227
|
+
namespace V2CustomersCustomerIdAiHostingsPlanIdUsage {
|
|
31727
32228
|
namespace Get {
|
|
31728
32229
|
namespace Parameters {
|
|
31729
32230
|
type Path = {
|
|
31730
32231
|
customerId: string;
|
|
32232
|
+
planId: string;
|
|
31731
32233
|
};
|
|
31732
32234
|
type Header = {};
|
|
31733
32235
|
type Query = {
|
|
31734
|
-
|
|
31735
|
-
|
|
31736
|
-
|
|
31737
|
-
page?: number;
|
|
32236
|
+
startDate: string;
|
|
32237
|
+
endDate: string;
|
|
32238
|
+
keyId?: string;
|
|
31738
32239
|
};
|
|
31739
32240
|
}
|
|
31740
32241
|
namespace Responses {
|
|
31741
32242
|
namespace $200 {
|
|
31742
32243
|
namespace Content {
|
|
31743
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
31744
|
-
}
|
|
31745
|
-
}
|
|
31746
|
-
namespace $400 {
|
|
31747
|
-
namespace Content {
|
|
31748
|
-
interface ApplicationJson {
|
|
31749
|
-
[k: string]: unknown;
|
|
31750
|
-
}
|
|
31751
|
-
}
|
|
31752
|
-
}
|
|
31753
|
-
namespace $403 {
|
|
31754
|
-
namespace Content {
|
|
31755
|
-
interface ApplicationJson {
|
|
31756
|
-
[k: string]: unknown;
|
|
31757
|
-
}
|
|
31758
|
-
}
|
|
31759
|
-
}
|
|
31760
|
-
namespace $404 {
|
|
31761
|
-
namespace Content {
|
|
31762
|
-
interface ApplicationJson {
|
|
31763
|
-
[k: string]: unknown;
|
|
31764
|
-
}
|
|
31765
|
-
}
|
|
31766
|
-
}
|
|
31767
|
-
namespace $429 {
|
|
31768
|
-
namespace Content {
|
|
31769
|
-
interface ApplicationJson {
|
|
31770
|
-
[k: string]: unknown;
|
|
31771
|
-
}
|
|
31772
|
-
}
|
|
31773
|
-
}
|
|
31774
|
-
namespace Default {
|
|
31775
|
-
namespace Content {
|
|
31776
|
-
interface ApplicationJson {
|
|
31777
|
-
[k: string]: unknown;
|
|
31778
|
-
}
|
|
31779
|
-
}
|
|
31780
|
-
}
|
|
31781
|
-
}
|
|
31782
|
-
}
|
|
31783
|
-
namespace Post {
|
|
31784
|
-
namespace Parameters {
|
|
31785
|
-
type Path = {
|
|
31786
|
-
customerId: string;
|
|
31787
|
-
};
|
|
31788
|
-
type Header = {};
|
|
31789
|
-
type Query = {};
|
|
31790
|
-
}
|
|
31791
|
-
namespace Responses {
|
|
31792
|
-
namespace $204 {
|
|
31793
|
-
namespace Content {
|
|
31794
|
-
type Empty = unknown;
|
|
31795
|
-
}
|
|
31796
|
-
}
|
|
31797
|
-
namespace $400 {
|
|
31798
|
-
namespace Content {
|
|
31799
|
-
interface ApplicationJson {
|
|
31800
|
-
[k: string]: unknown;
|
|
31801
|
-
}
|
|
31802
|
-
}
|
|
31803
|
-
}
|
|
31804
|
-
namespace $403 {
|
|
31805
|
-
namespace Content {
|
|
31806
|
-
interface ApplicationJson {
|
|
31807
|
-
[k: string]: unknown;
|
|
31808
|
-
}
|
|
31809
|
-
}
|
|
31810
|
-
}
|
|
31811
|
-
namespace $404 {
|
|
31812
|
-
namespace Content {
|
|
31813
|
-
interface ApplicationJson {
|
|
31814
|
-
[k: string]: unknown;
|
|
31815
|
-
}
|
|
31816
|
-
}
|
|
31817
|
-
}
|
|
31818
|
-
namespace $429 {
|
|
31819
|
-
namespace Content {
|
|
31820
|
-
interface ApplicationJson {
|
|
31821
|
-
[k: string]: unknown;
|
|
31822
|
-
}
|
|
31823
|
-
}
|
|
31824
|
-
}
|
|
31825
|
-
namespace Default {
|
|
31826
|
-
namespace Content {
|
|
31827
|
-
interface ApplicationJson {
|
|
31828
|
-
[k: string]: unknown;
|
|
31829
|
-
}
|
|
31830
|
-
}
|
|
31831
|
-
}
|
|
31832
|
-
}
|
|
31833
|
-
}
|
|
31834
|
-
}
|
|
31835
|
-
namespace V2ProjectsProjectIdAiHostingsPlanId {
|
|
31836
|
-
namespace Get {
|
|
31837
|
-
namespace Parameters {
|
|
31838
|
-
type Path = {
|
|
31839
|
-
projectId: string;
|
|
31840
|
-
planId: string;
|
|
31841
|
-
};
|
|
31842
|
-
type Header = {};
|
|
31843
|
-
type Query = {};
|
|
31844
|
-
}
|
|
31845
|
-
namespace Responses {
|
|
31846
|
-
namespace $200 {
|
|
31847
|
-
namespace Content {
|
|
31848
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingProjectPlan;
|
|
31849
|
-
}
|
|
31850
|
-
}
|
|
31851
|
-
namespace $400 {
|
|
31852
|
-
namespace Content {
|
|
31853
|
-
interface ApplicationJson {
|
|
31854
|
-
[k: string]: unknown;
|
|
31855
|
-
}
|
|
31856
|
-
}
|
|
31857
|
-
}
|
|
31858
|
-
namespace $403 {
|
|
31859
|
-
namespace Content {
|
|
31860
|
-
interface ApplicationJson {
|
|
31861
|
-
[k: string]: unknown;
|
|
31862
|
-
}
|
|
31863
|
-
}
|
|
31864
|
-
}
|
|
31865
|
-
namespace $404 {
|
|
31866
|
-
namespace Content {
|
|
31867
|
-
interface ApplicationJson {
|
|
31868
|
-
[k: string]: unknown;
|
|
31869
|
-
}
|
|
31870
|
-
}
|
|
31871
|
-
}
|
|
31872
|
-
namespace $429 {
|
|
31873
|
-
namespace Content {
|
|
31874
|
-
interface ApplicationJson {
|
|
31875
|
-
[k: string]: unknown;
|
|
31876
|
-
}
|
|
31877
|
-
}
|
|
31878
|
-
}
|
|
31879
|
-
namespace Default {
|
|
31880
|
-
namespace Content {
|
|
31881
|
-
interface ApplicationJson {
|
|
31882
|
-
[k: string]: unknown;
|
|
31883
|
-
}
|
|
31884
|
-
}
|
|
31885
|
-
}
|
|
31886
|
-
}
|
|
31887
|
-
}
|
|
31888
|
-
}
|
|
31889
|
-
namespace V2ProjectsProjectIdAiHostings {
|
|
31890
|
-
namespace Get {
|
|
31891
|
-
namespace Parameters {
|
|
31892
|
-
type Path = {
|
|
31893
|
-
projectId: string;
|
|
31894
|
-
};
|
|
31895
|
-
type Header = {};
|
|
31896
|
-
type Query = {
|
|
31897
|
-
limit?: number;
|
|
31898
|
-
skip?: number;
|
|
31899
|
-
page?: number;
|
|
31900
|
-
};
|
|
31901
|
-
}
|
|
31902
|
-
namespace Responses {
|
|
31903
|
-
namespace $200 {
|
|
31904
|
-
namespace Content {
|
|
31905
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingProjectPlans;
|
|
31906
|
-
}
|
|
31907
|
-
}
|
|
31908
|
-
namespace $400 {
|
|
31909
|
-
namespace Content {
|
|
31910
|
-
interface ApplicationJson {
|
|
31911
|
-
[k: string]: unknown;
|
|
31912
|
-
}
|
|
31913
|
-
}
|
|
31914
|
-
}
|
|
31915
|
-
namespace $403 {
|
|
31916
|
-
namespace Content {
|
|
31917
|
-
interface ApplicationJson {
|
|
31918
|
-
[k: string]: unknown;
|
|
31919
|
-
}
|
|
31920
|
-
}
|
|
31921
|
-
}
|
|
31922
|
-
namespace $404 {
|
|
31923
|
-
namespace Content {
|
|
31924
|
-
interface ApplicationJson {
|
|
31925
|
-
[k: string]: unknown;
|
|
31926
|
-
}
|
|
31927
|
-
}
|
|
31928
|
-
}
|
|
31929
|
-
namespace $429 {
|
|
31930
|
-
namespace Content {
|
|
31931
|
-
interface ApplicationJson {
|
|
31932
|
-
[k: string]: unknown;
|
|
31933
|
-
}
|
|
31934
|
-
}
|
|
31935
|
-
}
|
|
31936
|
-
namespace Default {
|
|
31937
|
-
namespace Content {
|
|
31938
|
-
interface ApplicationJson {
|
|
31939
|
-
[k: string]: unknown;
|
|
31940
|
-
}
|
|
31941
|
-
}
|
|
31942
|
-
}
|
|
31943
|
-
}
|
|
31944
|
-
}
|
|
31945
|
-
}
|
|
31946
|
-
namespace V2StacksStackIdServicesServiceIdLogAnalysis {
|
|
31947
|
-
namespace Get {
|
|
31948
|
-
namespace Parameters {
|
|
31949
|
-
type Path = {
|
|
31950
|
-
stackId: string;
|
|
31951
|
-
serviceId: string;
|
|
31952
|
-
};
|
|
31953
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
31954
|
-
type Query = {};
|
|
31955
|
-
}
|
|
31956
|
-
namespace Responses {
|
|
31957
|
-
namespace $200 {
|
|
31958
|
-
namespace Content {
|
|
31959
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerServiceLogsAnalysis;
|
|
31960
|
-
}
|
|
31961
|
-
}
|
|
31962
|
-
namespace $400 {
|
|
31963
|
-
namespace Content {
|
|
31964
|
-
interface ApplicationJson {
|
|
31965
|
-
[k: string]: unknown;
|
|
31966
|
-
}
|
|
31967
|
-
}
|
|
31968
|
-
}
|
|
31969
|
-
namespace $403 {
|
|
31970
|
-
namespace Content {
|
|
31971
|
-
interface ApplicationJson {
|
|
31972
|
-
[k: string]: unknown;
|
|
31973
|
-
}
|
|
31974
|
-
}
|
|
31975
|
-
}
|
|
31976
|
-
namespace $404 {
|
|
31977
|
-
namespace Content {
|
|
31978
|
-
interface ApplicationJson {
|
|
31979
|
-
[k: string]: unknown;
|
|
31980
|
-
}
|
|
31981
|
-
}
|
|
31982
|
-
}
|
|
31983
|
-
namespace $429 {
|
|
31984
|
-
namespace Content {
|
|
31985
|
-
interface ApplicationJson {
|
|
31986
|
-
[k: string]: unknown;
|
|
31987
|
-
}
|
|
31988
|
-
}
|
|
31989
|
-
}
|
|
31990
|
-
namespace $500 {
|
|
31991
|
-
namespace Content {
|
|
31992
|
-
interface ApplicationJson {
|
|
31993
|
-
[k: string]: unknown;
|
|
31994
|
-
}
|
|
31995
|
-
}
|
|
31996
|
-
}
|
|
31997
|
-
namespace Default {
|
|
31998
|
-
namespace Content {
|
|
31999
|
-
interface ApplicationJson {
|
|
32000
|
-
[k: string]: unknown;
|
|
32001
|
-
}
|
|
32002
|
-
}
|
|
32003
|
-
}
|
|
32004
|
-
}
|
|
32005
|
-
}
|
|
32006
|
-
}
|
|
32007
|
-
namespace V2AppInstallationsAppInstallationIdErrorAnalysis {
|
|
32008
|
-
namespace Get {
|
|
32009
|
-
namespace Parameters {
|
|
32010
|
-
type Path = {
|
|
32011
|
-
appInstallationId: string;
|
|
32012
|
-
};
|
|
32013
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
32014
|
-
type Query = {};
|
|
32015
|
-
}
|
|
32016
|
-
namespace Responses {
|
|
32017
|
-
namespace $200 {
|
|
32018
|
-
namespace Content {
|
|
32019
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppAppInstallationErrorAnalysis;
|
|
32020
|
-
}
|
|
32021
|
-
}
|
|
32022
|
-
namespace $400 {
|
|
32023
|
-
namespace Content {
|
|
32024
|
-
interface ApplicationJson {
|
|
32025
|
-
[k: string]: unknown;
|
|
32026
|
-
}
|
|
32027
|
-
}
|
|
32028
|
-
}
|
|
32029
|
-
namespace $404 {
|
|
32030
|
-
namespace Content {
|
|
32031
|
-
interface ApplicationJson {
|
|
32032
|
-
[k: string]: unknown;
|
|
32033
|
-
}
|
|
32034
|
-
}
|
|
32035
|
-
}
|
|
32036
|
-
namespace $429 {
|
|
32037
|
-
namespace Content {
|
|
32038
|
-
interface ApplicationJson {
|
|
32039
|
-
[k: string]: unknown;
|
|
32040
|
-
}
|
|
32041
|
-
}
|
|
32042
|
-
}
|
|
32043
|
-
namespace Default {
|
|
32044
|
-
namespace Content {
|
|
32045
|
-
interface ApplicationJson {
|
|
32046
|
-
[k: string]: unknown;
|
|
32047
|
-
}
|
|
32048
|
-
}
|
|
32049
|
-
}
|
|
32050
|
-
}
|
|
32051
|
-
}
|
|
32052
|
-
}
|
|
32053
|
-
namespace V2CustomersCustomerIdReferralSource {
|
|
32054
|
-
namespace Put {
|
|
32055
|
-
namespace Parameters {
|
|
32056
|
-
type Path = {
|
|
32057
|
-
customerId: string;
|
|
32058
|
-
};
|
|
32059
|
-
interface RequestBody {
|
|
32060
|
-
/**
|
|
32061
|
-
* free answer on how the customer became aware of mittwald.
|
|
32062
|
-
*/
|
|
32063
|
-
referralSource: string;
|
|
32064
|
-
}
|
|
32065
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
32066
|
-
type Query = {};
|
|
32067
|
-
}
|
|
32068
|
-
namespace Responses {
|
|
32069
|
-
namespace $200 {
|
|
32070
|
-
namespace Content {
|
|
32071
|
-
interface ApplicationJson {
|
|
32072
|
-
[k: string]: unknown;
|
|
32073
|
-
}
|
|
32244
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingPlanUsageStats;
|
|
32074
32245
|
}
|
|
32075
32246
|
}
|
|
32076
32247
|
namespace $400 {
|