@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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
1944
1952
|
termsOfServiceLink: string;
|
|
1945
1953
|
tokenFactor: number;
|
|
1946
1954
|
}
|
|
1955
|
+
type DeMittwaldAihostingCustomerPlanOptions = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan;
|
|
1956
|
+
interface DeMittwaldAihostingCustomerPlan {
|
|
1957
|
+
customerId: string;
|
|
1958
|
+
deletedAt?: string;
|
|
1959
|
+
description: string;
|
|
1960
|
+
keys: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
|
|
1961
|
+
modelTermsApprovalRequired: boolean;
|
|
1962
|
+
nextTokenReset: string;
|
|
1963
|
+
planId: string;
|
|
1964
|
+
rateLimit: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
|
|
1965
|
+
tokens: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsageBig;
|
|
1966
|
+
topUsages?: {
|
|
1967
|
+
keyId?: string;
|
|
1968
|
+
name: string;
|
|
1969
|
+
projectId?: string;
|
|
1970
|
+
tokenUsed: number;
|
|
1971
|
+
}[];
|
|
1972
|
+
}
|
|
1973
|
+
interface DeMittwaldAihostingCustomerPlans {
|
|
1974
|
+
modelTermsApprovalRequired: boolean;
|
|
1975
|
+
plans: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan[];
|
|
1976
|
+
}
|
|
1947
1977
|
type DeMittwaldAihostingDetailedModelStatus = "active" | "needApproval" | "deprecated";
|
|
1948
1978
|
interface DeMittwaldAihostingKey {
|
|
1949
1979
|
containerMeta?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingContainerMeta;
|
|
@@ -1995,6 +2025,9 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
1995
2025
|
planLimit: number;
|
|
1996
2026
|
used: number;
|
|
1997
2027
|
}
|
|
2028
|
+
interface DeMittwaldAihostingProfile {
|
|
2029
|
+
planIds: string[];
|
|
2030
|
+
}
|
|
1998
2031
|
interface DeMittwaldAihostingProjectDetailedModel {
|
|
1999
2032
|
activeAt: string;
|
|
2000
2033
|
displayName: string;
|
|
@@ -2019,6 +2052,19 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
2019
2052
|
termsOfServiceLink: string;
|
|
2020
2053
|
tokenFactor: number;
|
|
2021
2054
|
}
|
|
2055
|
+
type DeMittwaldAihostingProjectPlanOptions = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlans;
|
|
2056
|
+
interface DeMittwaldAihostingProjectPlan {
|
|
2057
|
+
description?: string;
|
|
2058
|
+
keys: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
|
|
2059
|
+
modelTermsApprovalRequired: boolean;
|
|
2060
|
+
nextTokenReset?: string;
|
|
2061
|
+
planId: string;
|
|
2062
|
+
projectId: string;
|
|
2063
|
+
}
|
|
2064
|
+
interface DeMittwaldAihostingProjectPlans {
|
|
2065
|
+
modelTermsApprovalRequired: boolean;
|
|
2066
|
+
plans: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan[];
|
|
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 MittwaldAPIV3Next {
|
|
|
2134
2180
|
updatePolicy: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppUpdatePolicy;
|
|
2135
2181
|
userInputs: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSavedUserInput[];
|
|
2136
2182
|
}
|
|
2183
|
+
interface DeMittwaldAppAppInstallationErrorAnalysis {
|
|
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 MittwaldAPIV3Next {
|
|
|
2751
2801
|
interface DeMittwaldContainerDeploy {
|
|
2752
2802
|
resources?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerResources;
|
|
2753
2803
|
}
|
|
2804
|
+
interface DeMittwaldContainerServiceLogsAnalysis {
|
|
2805
|
+
recommendation?: string;
|
|
2806
|
+
summary: string;
|
|
2807
|
+
}
|
|
2754
2808
|
interface DeMittwaldContainerServicePullImageWebhookResponse {
|
|
2755
2809
|
/**
|
|
2756
2810
|
* Webhook token. This value is returned only once.
|
|
@@ -3624,7 +3678,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
3624
3678
|
owner?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldCustomerContact;
|
|
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 DeMittwaldDatabaseCreateMySqlDatabase {
|
|
3630
3684
|
characterSettings?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDatabaseCharacterSettings;
|
|
@@ -7196,51 +7250,56 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7196
7250
|
}
|
|
7197
7251
|
type DeMittwaldVerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
7198
7252
|
type DeMittwaldContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
7199
|
-
|
|
7200
|
-
interface DeMittwaldAihostingCustomerPlan {
|
|
7253
|
+
interface DeMittwaldAihostingPlanBillingPeriods {
|
|
7201
7254
|
customerId: string;
|
|
7202
|
-
|
|
7203
|
-
|
|
7204
|
-
|
|
7205
|
-
|
|
7206
|
-
|
|
7255
|
+
/**
|
|
7256
|
+
* End of the current period, i.e. when the token counter next resets.
|
|
7257
|
+
*/
|
|
7258
|
+
nextTokenReset?: string;
|
|
7259
|
+
/**
|
|
7260
|
+
* Every contract month of the plan from its start up to the current one, anchored on the plan start date rather than the calendar.
|
|
7261
|
+
*/
|
|
7262
|
+
periods: {
|
|
7263
|
+
end: string;
|
|
7264
|
+
isCurrent: boolean;
|
|
7265
|
+
/**
|
|
7266
|
+
* 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.
|
|
7267
|
+
*/
|
|
7268
|
+
shortenedByUpgrade: boolean;
|
|
7269
|
+
start: string;
|
|
7270
|
+
/**
|
|
7271
|
+
* The limit that applied during this period, which after a tariff change differs from the plan's current limit.
|
|
7272
|
+
*/
|
|
7273
|
+
tokenLimit: number;
|
|
7274
|
+
}[];
|
|
7207
7275
|
planId: string;
|
|
7208
|
-
|
|
7209
|
-
|
|
7210
|
-
|
|
7211
|
-
|
|
7276
|
+
}
|
|
7277
|
+
interface DeMittwaldAihostingPlanUsageStats {
|
|
7278
|
+
customerId: string;
|
|
7279
|
+
daily: {
|
|
7280
|
+
byKey: {
|
|
7281
|
+
[k: string]: number;
|
|
7282
|
+
};
|
|
7283
|
+
date: string;
|
|
7284
|
+
totalTokens: number;
|
|
7285
|
+
}[];
|
|
7286
|
+
/**
|
|
7287
|
+
* 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.
|
|
7288
|
+
*/
|
|
7289
|
+
keys: {
|
|
7290
|
+
id: string;
|
|
7212
7291
|
name: string;
|
|
7213
|
-
projectId?: string;
|
|
7214
|
-
tokenUsed: number;
|
|
7215
7292
|
}[];
|
|
7216
|
-
|
|
7217
|
-
|
|
7218
|
-
|
|
7219
|
-
|
|
7220
|
-
}
|
|
7221
|
-
interface DeMittwaldAihostingProjectPlans {
|
|
7222
|
-
modelTermsApprovalRequired: boolean;
|
|
7223
|
-
plans: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan[];
|
|
7224
|
-
}
|
|
7225
|
-
interface DeMittwaldAihostingProfile {
|
|
7226
|
-
planIds: string[];
|
|
7227
|
-
}
|
|
7228
|
-
type DeMittwaldAihostingProjectPlanOptions = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlans;
|
|
7229
|
-
interface DeMittwaldAihostingProjectPlan {
|
|
7230
|
-
description?: string;
|
|
7231
|
-
keys: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
|
|
7232
|
-
modelTermsApprovalRequired: boolean;
|
|
7233
|
-
nextTokenReset?: string;
|
|
7293
|
+
modelShare: {
|
|
7294
|
+
model: string;
|
|
7295
|
+
tokens: number;
|
|
7296
|
+
}[];
|
|
7234
7297
|
planId: string;
|
|
7235
|
-
|
|
7236
|
-
|
|
7237
|
-
|
|
7238
|
-
|
|
7239
|
-
|
|
7240
|
-
}
|
|
7241
|
-
interface DeMittwaldAppAppInstallationErrorAnalysis {
|
|
7242
|
-
recommendation?: string;
|
|
7243
|
-
summary: string;
|
|
7298
|
+
timeframe: {
|
|
7299
|
+
end: string;
|
|
7300
|
+
start: string;
|
|
7301
|
+
};
|
|
7302
|
+
totalTokens: number;
|
|
7244
7303
|
}
|
|
7245
7304
|
interface DeMittwaldCommonsAddress {
|
|
7246
7305
|
street: string;
|
|
@@ -7602,20 +7661,24 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7602
7661
|
}
|
|
7603
7662
|
}
|
|
7604
7663
|
}
|
|
7605
|
-
namespace
|
|
7664
|
+
namespace V3NextCustomersCustomerIdAiHostings {
|
|
7606
7665
|
namespace Get {
|
|
7607
7666
|
namespace Parameters {
|
|
7608
7667
|
type Path = {
|
|
7609
7668
|
customerId: string;
|
|
7610
|
-
keyId: string;
|
|
7611
7669
|
};
|
|
7612
7670
|
type Header = {};
|
|
7613
|
-
type Query = {
|
|
7671
|
+
type Query = {
|
|
7672
|
+
topUsageCount?: number;
|
|
7673
|
+
limit?: number;
|
|
7674
|
+
skip?: number;
|
|
7675
|
+
page?: number;
|
|
7676
|
+
};
|
|
7614
7677
|
}
|
|
7615
7678
|
namespace Responses {
|
|
7616
7679
|
namespace $200 {
|
|
7617
7680
|
namespace Content {
|
|
7618
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
7681
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlans;
|
|
7619
7682
|
}
|
|
7620
7683
|
}
|
|
7621
7684
|
namespace $400 {
|
|
@@ -7655,24 +7718,18 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7655
7718
|
}
|
|
7656
7719
|
}
|
|
7657
7720
|
}
|
|
7658
|
-
namespace
|
|
7721
|
+
namespace Post {
|
|
7659
7722
|
namespace Parameters {
|
|
7660
7723
|
type Path = {
|
|
7661
7724
|
customerId: string;
|
|
7662
|
-
keyId: string;
|
|
7663
7725
|
};
|
|
7664
|
-
interface RequestBody {
|
|
7665
|
-
createWebuiContainer?: boolean;
|
|
7666
|
-
name?: string;
|
|
7667
|
-
projectId?: string;
|
|
7668
|
-
}
|
|
7669
7726
|
type Header = {};
|
|
7670
7727
|
type Query = {};
|
|
7671
7728
|
}
|
|
7672
7729
|
namespace Responses {
|
|
7673
|
-
namespace $
|
|
7730
|
+
namespace $204 {
|
|
7674
7731
|
namespace Content {
|
|
7675
|
-
type
|
|
7732
|
+
type Empty = unknown;
|
|
7676
7733
|
}
|
|
7677
7734
|
}
|
|
7678
7735
|
namespace $400 {
|
|
@@ -7696,20 +7753,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7696
7753
|
}
|
|
7697
7754
|
}
|
|
7698
7755
|
}
|
|
7699
|
-
namespace $409 {
|
|
7700
|
-
namespace Content {
|
|
7701
|
-
interface ApplicationJson {
|
|
7702
|
-
[k: string]: unknown;
|
|
7703
|
-
}
|
|
7704
|
-
}
|
|
7705
|
-
}
|
|
7706
|
-
namespace $412 {
|
|
7707
|
-
namespace Content {
|
|
7708
|
-
interface ApplicationJson {
|
|
7709
|
-
[k: string]: unknown;
|
|
7710
|
-
}
|
|
7711
|
-
}
|
|
7712
|
-
}
|
|
7713
7756
|
namespace $429 {
|
|
7714
7757
|
namespace Content {
|
|
7715
7758
|
interface ApplicationJson {
|
|
@@ -7726,7 +7769,9 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7726
7769
|
}
|
|
7727
7770
|
}
|
|
7728
7771
|
}
|
|
7729
|
-
|
|
7772
|
+
}
|
|
7773
|
+
namespace V3NextCustomersCustomerIdAiHostingKeysKeyId {
|
|
7774
|
+
namespace Get {
|
|
7730
7775
|
namespace Parameters {
|
|
7731
7776
|
type Path = {
|
|
7732
7777
|
customerId: string;
|
|
@@ -7736,9 +7781,9 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7736
7781
|
type Query = {};
|
|
7737
7782
|
}
|
|
7738
7783
|
namespace Responses {
|
|
7739
|
-
namespace $
|
|
7784
|
+
namespace $200 {
|
|
7740
7785
|
namespace Content {
|
|
7741
|
-
type
|
|
7786
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingKey;
|
|
7742
7787
|
}
|
|
7743
7788
|
}
|
|
7744
7789
|
namespace $400 {
|
|
@@ -7762,20 +7807,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7762
7807
|
}
|
|
7763
7808
|
}
|
|
7764
7809
|
}
|
|
7765
|
-
namespace $409 {
|
|
7766
|
-
namespace Content {
|
|
7767
|
-
interface ApplicationJson {
|
|
7768
|
-
[k: string]: unknown;
|
|
7769
|
-
}
|
|
7770
|
-
}
|
|
7771
|
-
}
|
|
7772
|
-
namespace $412 {
|
|
7773
|
-
namespace Content {
|
|
7774
|
-
interface ApplicationJson {
|
|
7775
|
-
[k: string]: unknown;
|
|
7776
|
-
}
|
|
7777
|
-
}
|
|
7778
|
-
}
|
|
7779
7810
|
namespace $429 {
|
|
7780
7811
|
namespace Content {
|
|
7781
7812
|
interface ApplicationJson {
|
|
@@ -7792,20 +7823,24 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7792
7823
|
}
|
|
7793
7824
|
}
|
|
7794
7825
|
}
|
|
7795
|
-
|
|
7796
|
-
namespace V3NextCustomersCustomerIdAiHostingModels {
|
|
7797
|
-
namespace Get {
|
|
7826
|
+
namespace Put {
|
|
7798
7827
|
namespace Parameters {
|
|
7799
7828
|
type Path = {
|
|
7800
7829
|
customerId: string;
|
|
7830
|
+
keyId: string;
|
|
7801
7831
|
};
|
|
7832
|
+
interface RequestBody {
|
|
7833
|
+
createWebuiContainer?: boolean;
|
|
7834
|
+
name?: string;
|
|
7835
|
+
projectId?: string;
|
|
7836
|
+
}
|
|
7802
7837
|
type Header = {};
|
|
7803
7838
|
type Query = {};
|
|
7804
7839
|
}
|
|
7805
7840
|
namespace Responses {
|
|
7806
7841
|
namespace $200 {
|
|
7807
7842
|
namespace Content {
|
|
7808
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
7843
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingKey;
|
|
7809
7844
|
}
|
|
7810
7845
|
}
|
|
7811
7846
|
namespace $400 {
|
|
@@ -7829,35 +7864,49 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7829
7864
|
}
|
|
7830
7865
|
}
|
|
7831
7866
|
}
|
|
7832
|
-
namespace $
|
|
7867
|
+
namespace $409 {
|
|
7833
7868
|
namespace Content {
|
|
7834
7869
|
interface ApplicationJson {
|
|
7835
7870
|
[k: string]: unknown;
|
|
7836
7871
|
}
|
|
7837
7872
|
}
|
|
7838
7873
|
}
|
|
7839
|
-
namespace
|
|
7874
|
+
namespace $412 {
|
|
7840
7875
|
namespace Content {
|
|
7841
7876
|
interface ApplicationJson {
|
|
7842
7877
|
[k: string]: unknown;
|
|
7843
7878
|
}
|
|
7844
7879
|
}
|
|
7845
7880
|
}
|
|
7846
|
-
|
|
7847
|
-
|
|
7848
|
-
|
|
7849
|
-
|
|
7850
|
-
|
|
7851
|
-
|
|
7881
|
+
namespace $429 {
|
|
7882
|
+
namespace Content {
|
|
7883
|
+
interface ApplicationJson {
|
|
7884
|
+
[k: string]: unknown;
|
|
7885
|
+
}
|
|
7886
|
+
}
|
|
7887
|
+
}
|
|
7888
|
+
namespace Default {
|
|
7889
|
+
namespace Content {
|
|
7890
|
+
interface ApplicationJson {
|
|
7891
|
+
[k: string]: unknown;
|
|
7892
|
+
}
|
|
7893
|
+
}
|
|
7894
|
+
}
|
|
7895
|
+
}
|
|
7896
|
+
}
|
|
7897
|
+
namespace Delete {
|
|
7852
7898
|
namespace Parameters {
|
|
7853
|
-
type Path = {
|
|
7899
|
+
type Path = {
|
|
7900
|
+
customerId: string;
|
|
7901
|
+
keyId: string;
|
|
7902
|
+
};
|
|
7854
7903
|
type Header = {};
|
|
7855
7904
|
type Query = {};
|
|
7856
7905
|
}
|
|
7857
7906
|
namespace Responses {
|
|
7858
|
-
namespace $
|
|
7907
|
+
namespace $204 {
|
|
7859
7908
|
namespace Content {
|
|
7860
|
-
type
|
|
7909
|
+
type Empty = unknown;
|
|
7861
7910
|
}
|
|
7862
7911
|
}
|
|
7863
7912
|
namespace $400 {
|
|
@@ -7881,6 +7930,20 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7881
7930
|
}
|
|
7882
7931
|
}
|
|
7883
7932
|
}
|
|
7933
|
+
namespace $409 {
|
|
7934
|
+
namespace Content {
|
|
7935
|
+
interface ApplicationJson {
|
|
7936
|
+
[k: string]: unknown;
|
|
7937
|
+
}
|
|
7938
|
+
}
|
|
7939
|
+
}
|
|
7940
|
+
namespace $412 {
|
|
7941
|
+
namespace Content {
|
|
7942
|
+
interface ApplicationJson {
|
|
7943
|
+
[k: string]: unknown;
|
|
7944
|
+
}
|
|
7945
|
+
}
|
|
7946
|
+
}
|
|
7884
7947
|
namespace $429 {
|
|
7885
7948
|
namespace Content {
|
|
7886
7949
|
interface ApplicationJson {
|
|
@@ -7898,24 +7961,19 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7898
7961
|
}
|
|
7899
7962
|
}
|
|
7900
7963
|
}
|
|
7901
|
-
namespace
|
|
7964
|
+
namespace V3NextCustomersCustomerIdAiHostingModels {
|
|
7902
7965
|
namespace Get {
|
|
7903
7966
|
namespace Parameters {
|
|
7904
7967
|
type Path = {
|
|
7905
|
-
|
|
7968
|
+
customerId: string;
|
|
7906
7969
|
};
|
|
7907
7970
|
type Header = {};
|
|
7908
|
-
type Query = {
|
|
7909
|
-
planId?: string;
|
|
7910
|
-
limit?: number;
|
|
7911
|
-
skip?: number;
|
|
7912
|
-
page?: number;
|
|
7913
|
-
};
|
|
7971
|
+
type Query = {};
|
|
7914
7972
|
}
|
|
7915
7973
|
namespace Responses {
|
|
7916
7974
|
namespace $200 {
|
|
7917
7975
|
namespace Content {
|
|
7918
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
7976
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerDetailedModel[];
|
|
7919
7977
|
}
|
|
7920
7978
|
}
|
|
7921
7979
|
namespace $400 {
|
|
@@ -7955,23 +8013,23 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7955
8013
|
}
|
|
7956
8014
|
}
|
|
7957
8015
|
}
|
|
7958
|
-
|
|
8016
|
+
}
|
|
8017
|
+
namespace V3NextCustomersCustomerIdAiHostingsPlanId {
|
|
8018
|
+
namespace Get {
|
|
7959
8019
|
namespace Parameters {
|
|
7960
8020
|
type Path = {
|
|
7961
|
-
|
|
7962
|
-
};
|
|
7963
|
-
interface RequestBody {
|
|
7964
|
-
createWebuiContainer?: boolean;
|
|
7965
|
-
name: string;
|
|
8021
|
+
customerId: string;
|
|
7966
8022
|
planId: string;
|
|
7967
|
-
}
|
|
8023
|
+
};
|
|
7968
8024
|
type Header = {};
|
|
7969
|
-
type Query = {
|
|
8025
|
+
type Query = {
|
|
8026
|
+
topUsageCount?: number;
|
|
8027
|
+
};
|
|
7970
8028
|
}
|
|
7971
8029
|
namespace Responses {
|
|
7972
|
-
namespace $
|
|
8030
|
+
namespace $200 {
|
|
7973
8031
|
namespace Content {
|
|
7974
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
8032
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan;
|
|
7975
8033
|
}
|
|
7976
8034
|
}
|
|
7977
8035
|
namespace $400 {
|
|
@@ -7995,14 +8053,55 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7995
8053
|
}
|
|
7996
8054
|
}
|
|
7997
8055
|
}
|
|
7998
|
-
namespace $
|
|
8056
|
+
namespace $429 {
|
|
7999
8057
|
namespace Content {
|
|
8000
8058
|
interface ApplicationJson {
|
|
8001
8059
|
[k: string]: unknown;
|
|
8002
8060
|
}
|
|
8003
8061
|
}
|
|
8004
8062
|
}
|
|
8005
|
-
namespace
|
|
8063
|
+
namespace Default {
|
|
8064
|
+
namespace Content {
|
|
8065
|
+
interface ApplicationJson {
|
|
8066
|
+
[k: string]: unknown;
|
|
8067
|
+
}
|
|
8068
|
+
}
|
|
8069
|
+
}
|
|
8070
|
+
}
|
|
8071
|
+
}
|
|
8072
|
+
namespace Put {
|
|
8073
|
+
namespace Parameters {
|
|
8074
|
+
type Path = {
|
|
8075
|
+
customerId: string;
|
|
8076
|
+
planId: string;
|
|
8077
|
+
};
|
|
8078
|
+
interface RequestBody {
|
|
8079
|
+
description?: string;
|
|
8080
|
+
}
|
|
8081
|
+
type Header = {};
|
|
8082
|
+
type Query = {};
|
|
8083
|
+
}
|
|
8084
|
+
namespace Responses {
|
|
8085
|
+
namespace $204 {
|
|
8086
|
+
namespace Content {
|
|
8087
|
+
type Empty = unknown;
|
|
8088
|
+
}
|
|
8089
|
+
}
|
|
8090
|
+
namespace $400 {
|
|
8091
|
+
namespace Content {
|
|
8092
|
+
interface ApplicationJson {
|
|
8093
|
+
[k: string]: unknown;
|
|
8094
|
+
}
|
|
8095
|
+
}
|
|
8096
|
+
}
|
|
8097
|
+
namespace $403 {
|
|
8098
|
+
namespace Content {
|
|
8099
|
+
interface ApplicationJson {
|
|
8100
|
+
[k: string]: unknown;
|
|
8101
|
+
}
|
|
8102
|
+
}
|
|
8103
|
+
}
|
|
8104
|
+
namespace $404 {
|
|
8006
8105
|
namespace Content {
|
|
8007
8106
|
interface ApplicationJson {
|
|
8008
8107
|
[k: string]: unknown;
|
|
@@ -8026,20 +8125,18 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8026
8125
|
}
|
|
8027
8126
|
}
|
|
8028
8127
|
}
|
|
8029
|
-
namespace
|
|
8128
|
+
namespace V3NextCustomersCustomerIdAiHosting { }
|
|
8129
|
+
namespace V3NextAiHostingModels {
|
|
8030
8130
|
namespace Get {
|
|
8031
8131
|
namespace Parameters {
|
|
8032
|
-
type Path = {
|
|
8033
|
-
projectId: string;
|
|
8034
|
-
keyId: string;
|
|
8035
|
-
};
|
|
8132
|
+
type Path = {};
|
|
8036
8133
|
type Header = {};
|
|
8037
8134
|
type Query = {};
|
|
8038
8135
|
}
|
|
8039
8136
|
namespace Responses {
|
|
8040
8137
|
namespace $200 {
|
|
8041
8138
|
namespace Content {
|
|
8042
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
8139
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingModel[];
|
|
8043
8140
|
}
|
|
8044
8141
|
}
|
|
8045
8142
|
namespace $400 {
|
|
@@ -8079,23 +8176,25 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8079
8176
|
}
|
|
8080
8177
|
}
|
|
8081
8178
|
}
|
|
8082
|
-
|
|
8179
|
+
}
|
|
8180
|
+
namespace V3NextProjectsProjectIdAiHostingKeys {
|
|
8181
|
+
namespace Get {
|
|
8083
8182
|
namespace Parameters {
|
|
8084
8183
|
type Path = {
|
|
8085
8184
|
projectId: string;
|
|
8086
|
-
keyId: string;
|
|
8087
8185
|
};
|
|
8088
|
-
interface RequestBody {
|
|
8089
|
-
createWebuiContainer?: boolean;
|
|
8090
|
-
name?: string;
|
|
8091
|
-
}
|
|
8092
8186
|
type Header = {};
|
|
8093
|
-
type Query = {
|
|
8187
|
+
type Query = {
|
|
8188
|
+
planId?: string;
|
|
8189
|
+
limit?: number;
|
|
8190
|
+
skip?: number;
|
|
8191
|
+
page?: number;
|
|
8192
|
+
};
|
|
8094
8193
|
}
|
|
8095
8194
|
namespace Responses {
|
|
8096
8195
|
namespace $200 {
|
|
8097
8196
|
namespace Content {
|
|
8098
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingKey;
|
|
8197
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingKey[];
|
|
8099
8198
|
}
|
|
8100
8199
|
}
|
|
8101
8200
|
namespace $400 {
|
|
@@ -8119,20 +8218,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8119
8218
|
}
|
|
8120
8219
|
}
|
|
8121
8220
|
}
|
|
8122
|
-
namespace $409 {
|
|
8123
|
-
namespace Content {
|
|
8124
|
-
interface ApplicationJson {
|
|
8125
|
-
[k: string]: unknown;
|
|
8126
|
-
}
|
|
8127
|
-
}
|
|
8128
|
-
}
|
|
8129
|
-
namespace $412 {
|
|
8130
|
-
namespace Content {
|
|
8131
|
-
interface ApplicationJson {
|
|
8132
|
-
[k: string]: unknown;
|
|
8133
|
-
}
|
|
8134
|
-
}
|
|
8135
|
-
}
|
|
8136
8221
|
namespace $429 {
|
|
8137
8222
|
namespace Content {
|
|
8138
8223
|
interface ApplicationJson {
|
|
@@ -8149,19 +8234,23 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8149
8234
|
}
|
|
8150
8235
|
}
|
|
8151
8236
|
}
|
|
8152
|
-
namespace
|
|
8237
|
+
namespace Post {
|
|
8153
8238
|
namespace Parameters {
|
|
8154
8239
|
type Path = {
|
|
8155
8240
|
projectId: string;
|
|
8156
|
-
keyId: string;
|
|
8157
8241
|
};
|
|
8242
|
+
interface RequestBody {
|
|
8243
|
+
createWebuiContainer?: boolean;
|
|
8244
|
+
name: string;
|
|
8245
|
+
planId: string;
|
|
8246
|
+
}
|
|
8158
8247
|
type Header = {};
|
|
8159
8248
|
type Query = {};
|
|
8160
8249
|
}
|
|
8161
8250
|
namespace Responses {
|
|
8162
|
-
namespace $
|
|
8251
|
+
namespace $201 {
|
|
8163
8252
|
namespace Content {
|
|
8164
|
-
type
|
|
8253
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingKey;
|
|
8165
8254
|
}
|
|
8166
8255
|
}
|
|
8167
8256
|
namespace $400 {
|
|
@@ -8216,11 +8305,12 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8216
8305
|
}
|
|
8217
8306
|
}
|
|
8218
8307
|
}
|
|
8219
|
-
namespace
|
|
8308
|
+
namespace V3NextProjectsProjectIdAiHostingKeysKeyId {
|
|
8220
8309
|
namespace Get {
|
|
8221
8310
|
namespace Parameters {
|
|
8222
8311
|
type Path = {
|
|
8223
8312
|
projectId: string;
|
|
8313
|
+
keyId: string;
|
|
8224
8314
|
};
|
|
8225
8315
|
type Header = {};
|
|
8226
8316
|
type Query = {};
|
|
@@ -8228,7 +8318,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8228
8318
|
namespace Responses {
|
|
8229
8319
|
namespace $200 {
|
|
8230
8320
|
namespace Content {
|
|
8231
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
8321
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingKey;
|
|
8232
8322
|
}
|
|
8233
8323
|
}
|
|
8234
8324
|
namespace $400 {
|
|
@@ -8268,27 +8358,23 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8268
8358
|
}
|
|
8269
8359
|
}
|
|
8270
8360
|
}
|
|
8271
|
-
|
|
8272
|
-
namespace V3NextProjectsProjectIdAiHosting { }
|
|
8273
|
-
namespace V3NextProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer {
|
|
8274
|
-
namespace Post {
|
|
8361
|
+
namespace Put {
|
|
8275
8362
|
namespace Parameters {
|
|
8276
8363
|
type Path = {
|
|
8277
8364
|
projectId: string;
|
|
8278
8365
|
keyId: string;
|
|
8279
8366
|
};
|
|
8280
8367
|
interface RequestBody {
|
|
8281
|
-
|
|
8282
|
-
|
|
8283
|
-
stackId: string;
|
|
8368
|
+
createWebuiContainer?: boolean;
|
|
8369
|
+
name?: string;
|
|
8284
8370
|
}
|
|
8285
8371
|
type Header = {};
|
|
8286
8372
|
type Query = {};
|
|
8287
8373
|
}
|
|
8288
8374
|
namespace Responses {
|
|
8289
|
-
namespace $
|
|
8375
|
+
namespace $200 {
|
|
8290
8376
|
namespace Content {
|
|
8291
|
-
type
|
|
8377
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingKey;
|
|
8292
8378
|
}
|
|
8293
8379
|
}
|
|
8294
8380
|
namespace $400 {
|
|
@@ -8312,6 +8398,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8312
8398
|
}
|
|
8313
8399
|
}
|
|
8314
8400
|
}
|
|
8401
|
+
namespace $409 {
|
|
8402
|
+
namespace Content {
|
|
8403
|
+
interface ApplicationJson {
|
|
8404
|
+
[k: string]: unknown;
|
|
8405
|
+
}
|
|
8406
|
+
}
|
|
8407
|
+
}
|
|
8315
8408
|
namespace $412 {
|
|
8316
8409
|
namespace Content {
|
|
8317
8410
|
interface ApplicationJson {
|
|
@@ -8335,16 +8428,12 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8335
8428
|
}
|
|
8336
8429
|
}
|
|
8337
8430
|
}
|
|
8338
|
-
|
|
8339
|
-
namespace V3NextAppInstallationsAppInstallationIdActionsDetachStaging {
|
|
8340
|
-
namespace Post {
|
|
8431
|
+
namespace Delete {
|
|
8341
8432
|
namespace Parameters {
|
|
8342
8433
|
type Path = {
|
|
8343
|
-
|
|
8434
|
+
projectId: string;
|
|
8435
|
+
keyId: string;
|
|
8344
8436
|
};
|
|
8345
|
-
interface RequestBody {
|
|
8346
|
-
description: string;
|
|
8347
|
-
}
|
|
8348
8437
|
type Header = {};
|
|
8349
8438
|
type Query = {};
|
|
8350
8439
|
}
|
|
@@ -8354,55 +8443,35 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8354
8443
|
type Empty = unknown;
|
|
8355
8444
|
}
|
|
8356
8445
|
}
|
|
8357
|
-
namespace $
|
|
8446
|
+
namespace $400 {
|
|
8358
8447
|
namespace Content {
|
|
8359
8448
|
interface ApplicationJson {
|
|
8360
8449
|
[k: string]: unknown;
|
|
8361
8450
|
}
|
|
8362
8451
|
}
|
|
8363
8452
|
}
|
|
8364
|
-
namespace $
|
|
8453
|
+
namespace $403 {
|
|
8365
8454
|
namespace Content {
|
|
8366
8455
|
interface ApplicationJson {
|
|
8367
8456
|
[k: string]: unknown;
|
|
8368
8457
|
}
|
|
8369
8458
|
}
|
|
8370
8459
|
}
|
|
8371
|
-
namespace $
|
|
8460
|
+
namespace $404 {
|
|
8372
8461
|
namespace Content {
|
|
8373
8462
|
interface ApplicationJson {
|
|
8374
8463
|
[k: string]: unknown;
|
|
8375
8464
|
}
|
|
8376
8465
|
}
|
|
8377
8466
|
}
|
|
8378
|
-
namespace
|
|
8467
|
+
namespace $409 {
|
|
8379
8468
|
namespace Content {
|
|
8380
8469
|
interface ApplicationJson {
|
|
8381
8470
|
[k: string]: unknown;
|
|
8382
8471
|
}
|
|
8383
8472
|
}
|
|
8384
8473
|
}
|
|
8385
|
-
|
|
8386
|
-
}
|
|
8387
|
-
}
|
|
8388
|
-
namespace V3NextAppInstallationsAppInstallationIdSystemSoftware {
|
|
8389
|
-
namespace Get {
|
|
8390
|
-
namespace Parameters {
|
|
8391
|
-
type Path = {
|
|
8392
|
-
appInstallationId: string;
|
|
8393
|
-
};
|
|
8394
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
8395
|
-
type Query = {
|
|
8396
|
-
tagFilter?: string;
|
|
8397
|
-
};
|
|
8398
|
-
}
|
|
8399
|
-
namespace Responses {
|
|
8400
|
-
namespace $200 {
|
|
8401
|
-
namespace Content {
|
|
8402
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware[];
|
|
8403
|
-
}
|
|
8404
|
-
}
|
|
8405
|
-
namespace $404 {
|
|
8474
|
+
namespace $412 {
|
|
8406
8475
|
namespace Content {
|
|
8407
8476
|
interface ApplicationJson {
|
|
8408
8477
|
[k: string]: unknown;
|
|
@@ -8426,58 +8495,87 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8426
8495
|
}
|
|
8427
8496
|
}
|
|
8428
8497
|
}
|
|
8429
|
-
namespace
|
|
8498
|
+
namespace V3NextProjectsProjectIdAiHostingModels {
|
|
8430
8499
|
namespace Get {
|
|
8431
8500
|
namespace Parameters {
|
|
8432
8501
|
type Path = {
|
|
8433
|
-
|
|
8502
|
+
projectId: string;
|
|
8434
8503
|
};
|
|
8435
|
-
type Header = {}
|
|
8504
|
+
type Header = {};
|
|
8436
8505
|
type Query = {};
|
|
8437
8506
|
}
|
|
8438
8507
|
namespace Responses {
|
|
8439
8508
|
namespace $200 {
|
|
8440
8509
|
namespace Content {
|
|
8441
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
8510
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectDetailedModel[];
|
|
8442
8511
|
}
|
|
8443
8512
|
}
|
|
8444
|
-
namespace $
|
|
8513
|
+
namespace $400 {
|
|
8445
8514
|
namespace Content {
|
|
8446
8515
|
interface ApplicationJson {
|
|
8447
8516
|
[k: string]: unknown;
|
|
8448
8517
|
}
|
|
8449
8518
|
}
|
|
8450
8519
|
}
|
|
8451
|
-
namespace $
|
|
8520
|
+
namespace $403 {
|
|
8452
8521
|
namespace Content {
|
|
8453
8522
|
interface ApplicationJson {
|
|
8454
8523
|
[k: string]: unknown;
|
|
8455
8524
|
}
|
|
8456
8525
|
}
|
|
8457
8526
|
}
|
|
8458
|
-
namespace
|
|
8527
|
+
namespace $404 {
|
|
8459
8528
|
namespace Content {
|
|
8460
8529
|
interface ApplicationJson {
|
|
8461
8530
|
[k: string]: unknown;
|
|
8462
8531
|
}
|
|
8463
8532
|
}
|
|
8464
8533
|
}
|
|
8465
|
-
|
|
8466
|
-
|
|
8534
|
+
namespace $429 {
|
|
8535
|
+
namespace Content {
|
|
8536
|
+
interface ApplicationJson {
|
|
8537
|
+
[k: string]: unknown;
|
|
8538
|
+
}
|
|
8539
|
+
}
|
|
8540
|
+
}
|
|
8541
|
+
namespace Default {
|
|
8542
|
+
namespace Content {
|
|
8543
|
+
interface ApplicationJson {
|
|
8544
|
+
[k: string]: unknown;
|
|
8545
|
+
}
|
|
8546
|
+
}
|
|
8547
|
+
}
|
|
8548
|
+
}
|
|
8549
|
+
}
|
|
8467
8550
|
}
|
|
8468
|
-
namespace
|
|
8551
|
+
namespace V3NextProjectsProjectIdAiHostingsPlanId {
|
|
8469
8552
|
namespace Get {
|
|
8470
8553
|
namespace Parameters {
|
|
8471
8554
|
type Path = {
|
|
8472
|
-
|
|
8555
|
+
projectId: string;
|
|
8556
|
+
planId: string;
|
|
8473
8557
|
};
|
|
8474
|
-
type Header = {}
|
|
8558
|
+
type Header = {};
|
|
8475
8559
|
type Query = {};
|
|
8476
8560
|
}
|
|
8477
8561
|
namespace Responses {
|
|
8478
8562
|
namespace $200 {
|
|
8479
8563
|
namespace Content {
|
|
8480
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
8564
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan;
|
|
8565
|
+
}
|
|
8566
|
+
}
|
|
8567
|
+
namespace $400 {
|
|
8568
|
+
namespace Content {
|
|
8569
|
+
interface ApplicationJson {
|
|
8570
|
+
[k: string]: unknown;
|
|
8571
|
+
}
|
|
8572
|
+
}
|
|
8573
|
+
}
|
|
8574
|
+
namespace $403 {
|
|
8575
|
+
namespace Content {
|
|
8576
|
+
interface ApplicationJson {
|
|
8577
|
+
[k: string]: unknown;
|
|
8578
|
+
}
|
|
8481
8579
|
}
|
|
8482
8580
|
}
|
|
8483
8581
|
namespace $404 {
|
|
@@ -8503,28 +8601,41 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8503
8601
|
}
|
|
8504
8602
|
}
|
|
8505
8603
|
}
|
|
8506
|
-
|
|
8604
|
+
}
|
|
8605
|
+
namespace V3NextProjectsProjectIdAiHostings {
|
|
8606
|
+
namespace Get {
|
|
8507
8607
|
namespace Parameters {
|
|
8508
8608
|
type Path = {
|
|
8509
|
-
|
|
8609
|
+
projectId: string;
|
|
8610
|
+
};
|
|
8611
|
+
type Header = {};
|
|
8612
|
+
type Query = {
|
|
8613
|
+
limit?: number;
|
|
8614
|
+
skip?: number;
|
|
8615
|
+
page?: number;
|
|
8510
8616
|
};
|
|
8511
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
8512
|
-
type Query = {};
|
|
8513
8617
|
}
|
|
8514
8618
|
namespace Responses {
|
|
8515
|
-
namespace $
|
|
8619
|
+
namespace $200 {
|
|
8516
8620
|
namespace Content {
|
|
8517
|
-
type
|
|
8621
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlans;
|
|
8518
8622
|
}
|
|
8519
8623
|
}
|
|
8520
|
-
namespace $
|
|
8624
|
+
namespace $400 {
|
|
8521
8625
|
namespace Content {
|
|
8522
8626
|
interface ApplicationJson {
|
|
8523
8627
|
[k: string]: unknown;
|
|
8524
8628
|
}
|
|
8525
8629
|
}
|
|
8526
8630
|
}
|
|
8527
|
-
namespace $
|
|
8631
|
+
namespace $403 {
|
|
8632
|
+
namespace Content {
|
|
8633
|
+
interface ApplicationJson {
|
|
8634
|
+
[k: string]: unknown;
|
|
8635
|
+
}
|
|
8636
|
+
}
|
|
8637
|
+
}
|
|
8638
|
+
namespace $404 {
|
|
8528
8639
|
namespace Content {
|
|
8529
8640
|
interface ApplicationJson {
|
|
8530
8641
|
[k: string]: unknown;
|
|
@@ -8547,28 +8658,19 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8547
8658
|
}
|
|
8548
8659
|
}
|
|
8549
8660
|
}
|
|
8550
|
-
|
|
8661
|
+
}
|
|
8662
|
+
namespace V3NextProjectsProjectIdAiHosting { }
|
|
8663
|
+
namespace V3NextProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer {
|
|
8664
|
+
namespace Post {
|
|
8551
8665
|
namespace Parameters {
|
|
8552
8666
|
type Path = {
|
|
8553
|
-
|
|
8667
|
+
projectId: string;
|
|
8668
|
+
keyId: string;
|
|
8554
8669
|
};
|
|
8555
8670
|
interface RequestBody {
|
|
8556
|
-
|
|
8557
|
-
|
|
8558
|
-
|
|
8559
|
-
* Desired changes to the databases linked to this AppInstallation, keyed by
|
|
8560
|
-
* database ID. Databases omitted from this object remain unchanged.
|
|
8561
|
-
*
|
|
8562
|
-
*/
|
|
8563
|
-
databases?: {
|
|
8564
|
-
[k: string]: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppPatchLinkedDatabase;
|
|
8565
|
-
};
|
|
8566
|
-
description?: string;
|
|
8567
|
-
systemSoftware?: {
|
|
8568
|
-
[k: string]: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppDesiredSystemSoftware;
|
|
8569
|
-
};
|
|
8570
|
-
updatePolicy?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppUpdatePolicy;
|
|
8571
|
-
userInputs?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSavedUserInput[];
|
|
8671
|
+
containerId: string;
|
|
8672
|
+
ingressId: string;
|
|
8673
|
+
stackId: string;
|
|
8572
8674
|
}
|
|
8573
8675
|
type Header = {};
|
|
8574
8676
|
type Query = {};
|
|
@@ -8586,6 +8688,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8586
8688
|
}
|
|
8587
8689
|
}
|
|
8588
8690
|
}
|
|
8691
|
+
namespace $403 {
|
|
8692
|
+
namespace Content {
|
|
8693
|
+
interface ApplicationJson {
|
|
8694
|
+
[k: string]: unknown;
|
|
8695
|
+
}
|
|
8696
|
+
}
|
|
8697
|
+
}
|
|
8589
8698
|
namespace $404 {
|
|
8590
8699
|
namespace Content {
|
|
8591
8700
|
interface ApplicationJson {
|
|
@@ -8593,6 +8702,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8593
8702
|
}
|
|
8594
8703
|
}
|
|
8595
8704
|
}
|
|
8705
|
+
namespace $412 {
|
|
8706
|
+
namespace Content {
|
|
8707
|
+
interface ApplicationJson {
|
|
8708
|
+
[k: string]: unknown;
|
|
8709
|
+
}
|
|
8710
|
+
}
|
|
8711
|
+
}
|
|
8596
8712
|
namespace $429 {
|
|
8597
8713
|
namespace Content {
|
|
8598
8714
|
interface ApplicationJson {
|
|
@@ -8610,20 +8726,22 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8610
8726
|
}
|
|
8611
8727
|
}
|
|
8612
8728
|
}
|
|
8613
|
-
namespace
|
|
8614
|
-
namespace
|
|
8729
|
+
namespace V3NextAppInstallationsAppInstallationIdActionsDetachStaging {
|
|
8730
|
+
namespace Post {
|
|
8615
8731
|
namespace Parameters {
|
|
8616
8732
|
type Path = {
|
|
8617
|
-
|
|
8618
|
-
appVersionId: string;
|
|
8733
|
+
appInstallationId: string;
|
|
8619
8734
|
};
|
|
8620
|
-
|
|
8735
|
+
interface RequestBody {
|
|
8736
|
+
description: string;
|
|
8737
|
+
}
|
|
8738
|
+
type Header = {};
|
|
8621
8739
|
type Query = {};
|
|
8622
8740
|
}
|
|
8623
8741
|
namespace Responses {
|
|
8624
|
-
namespace $
|
|
8742
|
+
namespace $204 {
|
|
8625
8743
|
namespace Content {
|
|
8626
|
-
type
|
|
8744
|
+
type Empty = unknown;
|
|
8627
8745
|
}
|
|
8628
8746
|
}
|
|
8629
8747
|
namespace $404 {
|
|
@@ -8633,6 +8751,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8633
8751
|
}
|
|
8634
8752
|
}
|
|
8635
8753
|
}
|
|
8754
|
+
namespace $412 {
|
|
8755
|
+
namespace Content {
|
|
8756
|
+
interface ApplicationJson {
|
|
8757
|
+
[k: string]: unknown;
|
|
8758
|
+
}
|
|
8759
|
+
}
|
|
8760
|
+
}
|
|
8636
8761
|
namespace $429 {
|
|
8637
8762
|
namespace Content {
|
|
8638
8763
|
interface ApplicationJson {
|
|
@@ -8650,8 +8775,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8650
8775
|
}
|
|
8651
8776
|
}
|
|
8652
8777
|
}
|
|
8653
|
-
namespace V3NextAppInstallationsAppInstallationIdSystemSoftware {
|
|
8654
|
-
namespace V3NextAppInstallationsAppInstallationIdMissingDependencies {
|
|
8778
|
+
namespace V3NextAppInstallationsAppInstallationIdSystemSoftware {
|
|
8655
8779
|
namespace Get {
|
|
8656
8780
|
namespace Parameters {
|
|
8657
8781
|
type Path = {
|
|
@@ -8659,16 +8783,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8659
8783
|
};
|
|
8660
8784
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
8661
8785
|
type Query = {
|
|
8662
|
-
|
|
8786
|
+
tagFilter?: string;
|
|
8663
8787
|
};
|
|
8664
8788
|
}
|
|
8665
8789
|
namespace Responses {
|
|
8666
8790
|
namespace $200 {
|
|
8667
8791
|
namespace Content {
|
|
8668
|
-
|
|
8669
|
-
missingSystemSoftwareDependencies?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftwareDependency[];
|
|
8670
|
-
missingUserInputs?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppUserInput[];
|
|
8671
|
-
}
|
|
8792
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware[];
|
|
8672
8793
|
}
|
|
8673
8794
|
}
|
|
8674
8795
|
namespace $404 {
|
|
@@ -8695,11 +8816,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8695
8816
|
}
|
|
8696
8817
|
}
|
|
8697
8818
|
}
|
|
8698
|
-
namespace
|
|
8819
|
+
namespace V3NextAppsAppId {
|
|
8699
8820
|
namespace Get {
|
|
8700
8821
|
namespace Parameters {
|
|
8701
8822
|
type Path = {
|
|
8702
|
-
|
|
8823
|
+
appId: string;
|
|
8703
8824
|
};
|
|
8704
8825
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
8705
8826
|
type Query = {};
|
|
@@ -8707,7 +8828,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8707
8828
|
namespace Responses {
|
|
8708
8829
|
namespace $200 {
|
|
8709
8830
|
namespace Content {
|
|
8710
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
8831
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppApp;
|
|
8711
8832
|
}
|
|
8712
8833
|
}
|
|
8713
8834
|
namespace $404 {
|
|
@@ -8734,12 +8855,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8734
8855
|
}
|
|
8735
8856
|
}
|
|
8736
8857
|
}
|
|
8737
|
-
namespace
|
|
8858
|
+
namespace V3NextAppInstallationsAppInstallationIdErrorAnalysis {
|
|
8738
8859
|
namespace Get {
|
|
8739
8860
|
namespace Parameters {
|
|
8740
8861
|
type Path = {
|
|
8741
|
-
|
|
8742
|
-
systemSoftwareVersionId: string;
|
|
8862
|
+
appInstallationId: string;
|
|
8743
8863
|
};
|
|
8744
8864
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
8745
8865
|
type Query = {};
|
|
@@ -8747,7 +8867,14 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8747
8867
|
namespace Responses {
|
|
8748
8868
|
namespace $200 {
|
|
8749
8869
|
namespace Content {
|
|
8750
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
8870
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppInstallationErrorAnalysis;
|
|
8871
|
+
}
|
|
8872
|
+
}
|
|
8873
|
+
namespace $400 {
|
|
8874
|
+
namespace Content {
|
|
8875
|
+
interface ApplicationJson {
|
|
8876
|
+
[k: string]: unknown;
|
|
8877
|
+
}
|
|
8751
8878
|
}
|
|
8752
8879
|
}
|
|
8753
8880
|
namespace $404 {
|
|
@@ -8774,25 +8901,26 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8774
8901
|
}
|
|
8775
8902
|
}
|
|
8776
8903
|
}
|
|
8777
|
-
namespace
|
|
8778
|
-
namespace V3NextAppInstallations {
|
|
8904
|
+
namespace V3NextAppInstallationsAppInstallationId {
|
|
8779
8905
|
namespace Get {
|
|
8780
8906
|
namespace Parameters {
|
|
8781
|
-
type Path = {
|
|
8782
|
-
|
|
8783
|
-
type Query = {
|
|
8784
|
-
appIds?: string[];
|
|
8785
|
-
searchTerm?: string;
|
|
8786
|
-
sortOrder?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppInstallationSortOrder;
|
|
8787
|
-
limit?: number;
|
|
8788
|
-
skip?: number;
|
|
8789
|
-
page?: number;
|
|
8907
|
+
type Path = {
|
|
8908
|
+
appInstallationId: string;
|
|
8790
8909
|
};
|
|
8910
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
8911
|
+
type Query = {};
|
|
8791
8912
|
}
|
|
8792
8913
|
namespace Responses {
|
|
8793
8914
|
namespace $200 {
|
|
8794
8915
|
namespace Content {
|
|
8795
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppInstallation
|
|
8916
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppInstallation;
|
|
8917
|
+
}
|
|
8918
|
+
}
|
|
8919
|
+
namespace $404 {
|
|
8920
|
+
namespace Content {
|
|
8921
|
+
interface ApplicationJson {
|
|
8922
|
+
[k: string]: unknown;
|
|
8923
|
+
}
|
|
8796
8924
|
}
|
|
8797
8925
|
}
|
|
8798
8926
|
namespace $429 {
|
|
@@ -8811,27 +8939,32 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8811
8939
|
}
|
|
8812
8940
|
}
|
|
8813
8941
|
}
|
|
8814
|
-
|
|
8815
|
-
namespace V3NextProjectsProjectIdAppInstallations {
|
|
8816
|
-
namespace Get {
|
|
8942
|
+
namespace Delete {
|
|
8817
8943
|
namespace Parameters {
|
|
8818
8944
|
type Path = {
|
|
8819
|
-
|
|
8945
|
+
appInstallationId: string;
|
|
8820
8946
|
};
|
|
8821
8947
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
8822
|
-
type Query = {
|
|
8823
|
-
appIds?: string[];
|
|
8824
|
-
searchTerm?: string;
|
|
8825
|
-
sortOrder?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppInstallationSortOrder;
|
|
8826
|
-
limit?: number;
|
|
8827
|
-
skip?: number;
|
|
8828
|
-
page?: number;
|
|
8829
|
-
};
|
|
8948
|
+
type Query = {};
|
|
8830
8949
|
}
|
|
8831
8950
|
namespace Responses {
|
|
8832
|
-
namespace $
|
|
8951
|
+
namespace $204 {
|
|
8833
8952
|
namespace Content {
|
|
8834
|
-
type
|
|
8953
|
+
type Empty = unknown;
|
|
8954
|
+
}
|
|
8955
|
+
}
|
|
8956
|
+
namespace $404 {
|
|
8957
|
+
namespace Content {
|
|
8958
|
+
interface ApplicationJson {
|
|
8959
|
+
[k: string]: unknown;
|
|
8960
|
+
}
|
|
8961
|
+
}
|
|
8962
|
+
}
|
|
8963
|
+
namespace $412 {
|
|
8964
|
+
namespace Content {
|
|
8965
|
+
interface ApplicationJson {
|
|
8966
|
+
[k: string]: unknown;
|
|
8967
|
+
}
|
|
8835
8968
|
}
|
|
8836
8969
|
}
|
|
8837
8970
|
namespace $429 {
|
|
@@ -8850,30 +8983,36 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8850
8983
|
}
|
|
8851
8984
|
}
|
|
8852
8985
|
}
|
|
8853
|
-
namespace
|
|
8986
|
+
namespace Patch {
|
|
8854
8987
|
namespace Parameters {
|
|
8855
8988
|
type Path = {
|
|
8856
|
-
|
|
8989
|
+
appInstallationId: string;
|
|
8857
8990
|
};
|
|
8858
8991
|
interface RequestBody {
|
|
8859
|
-
appVersionId
|
|
8860
|
-
|
|
8861
|
-
|
|
8992
|
+
appVersionId?: string;
|
|
8993
|
+
customDocumentRoot?: string;
|
|
8994
|
+
/**
|
|
8995
|
+
* Desired changes to the databases linked to this AppInstallation, keyed by
|
|
8996
|
+
* database ID. Databases omitted from this object remain unchanged.
|
|
8997
|
+
*
|
|
8998
|
+
*/
|
|
8999
|
+
databases?: {
|
|
9000
|
+
[k: string]: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppPatchLinkedDatabase;
|
|
9001
|
+
};
|
|
9002
|
+
description?: string;
|
|
8862
9003
|
systemSoftware?: {
|
|
8863
9004
|
[k: string]: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppDesiredSystemSoftware;
|
|
8864
9005
|
};
|
|
8865
|
-
updatePolicy
|
|
8866
|
-
userInputs
|
|
9006
|
+
updatePolicy?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppUpdatePolicy;
|
|
9007
|
+
userInputs?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSavedUserInput[];
|
|
8867
9008
|
}
|
|
8868
9009
|
type Header = {};
|
|
8869
9010
|
type Query = {};
|
|
8870
9011
|
}
|
|
8871
9012
|
namespace Responses {
|
|
8872
|
-
namespace $
|
|
9013
|
+
namespace $204 {
|
|
8873
9014
|
namespace Content {
|
|
8874
|
-
|
|
8875
|
-
id: string;
|
|
8876
|
-
}
|
|
9015
|
+
type Empty = unknown;
|
|
8877
9016
|
}
|
|
8878
9017
|
}
|
|
8879
9018
|
namespace $400 {
|
|
@@ -8907,21 +9046,27 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8907
9046
|
}
|
|
8908
9047
|
}
|
|
8909
9048
|
}
|
|
8910
|
-
namespace
|
|
9049
|
+
namespace V3NextAppsAppIdVersionsAppVersionId {
|
|
8911
9050
|
namespace Get {
|
|
8912
9051
|
namespace Parameters {
|
|
8913
|
-
type Path = {
|
|
8914
|
-
|
|
8915
|
-
|
|
8916
|
-
limit?: number;
|
|
8917
|
-
skip?: number;
|
|
8918
|
-
page?: number;
|
|
9052
|
+
type Path = {
|
|
9053
|
+
appId: string;
|
|
9054
|
+
appVersionId: string;
|
|
8919
9055
|
};
|
|
9056
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
9057
|
+
type Query = {};
|
|
8920
9058
|
}
|
|
8921
9059
|
namespace Responses {
|
|
8922
9060
|
namespace $200 {
|
|
8923
9061
|
namespace Content {
|
|
8924
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
9062
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppVersion;
|
|
9063
|
+
}
|
|
9064
|
+
}
|
|
9065
|
+
namespace $404 {
|
|
9066
|
+
namespace Content {
|
|
9067
|
+
interface ApplicationJson {
|
|
9068
|
+
[k: string]: unknown;
|
|
9069
|
+
}
|
|
8925
9070
|
}
|
|
8926
9071
|
}
|
|
8927
9072
|
namespace $429 {
|
|
@@ -8941,22 +9086,32 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8941
9086
|
}
|
|
8942
9087
|
}
|
|
8943
9088
|
}
|
|
8944
|
-
namespace
|
|
9089
|
+
namespace V3NextAppInstallationsAppInstallationIdSystemSoftware { }
|
|
9090
|
+
namespace V3NextAppInstallationsAppInstallationIdMissingDependencies {
|
|
8945
9091
|
namespace Get {
|
|
8946
9092
|
namespace Parameters {
|
|
8947
9093
|
type Path = {
|
|
8948
|
-
|
|
9094
|
+
appInstallationId: string;
|
|
8949
9095
|
};
|
|
8950
9096
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
8951
9097
|
type Query = {
|
|
8952
|
-
|
|
8953
|
-
recommended?: boolean;
|
|
9098
|
+
targetAppVersionID: string;
|
|
8954
9099
|
};
|
|
8955
9100
|
}
|
|
8956
9101
|
namespace Responses {
|
|
8957
9102
|
namespace $200 {
|
|
8958
9103
|
namespace Content {
|
|
8959
|
-
|
|
9104
|
+
interface ApplicationJson {
|
|
9105
|
+
missingSystemSoftwareDependencies?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftwareDependency[];
|
|
9106
|
+
missingUserInputs?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppUserInput[];
|
|
9107
|
+
}
|
|
9108
|
+
}
|
|
9109
|
+
}
|
|
9110
|
+
namespace $404 {
|
|
9111
|
+
namespace Content {
|
|
9112
|
+
interface ApplicationJson {
|
|
9113
|
+
[k: string]: unknown;
|
|
9114
|
+
}
|
|
8960
9115
|
}
|
|
8961
9116
|
}
|
|
8962
9117
|
namespace $429 {
|
|
@@ -8976,21 +9131,26 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8976
9131
|
}
|
|
8977
9132
|
}
|
|
8978
9133
|
}
|
|
8979
|
-
namespace
|
|
9134
|
+
namespace V3NextSystemSoftwaresSystemSoftwareId {
|
|
8980
9135
|
namespace Get {
|
|
8981
9136
|
namespace Parameters {
|
|
8982
|
-
type Path = {
|
|
8983
|
-
|
|
8984
|
-
type Query = {
|
|
8985
|
-
limit?: number;
|
|
8986
|
-
skip?: number;
|
|
8987
|
-
page?: number;
|
|
9137
|
+
type Path = {
|
|
9138
|
+
systemSoftwareId: string;
|
|
8988
9139
|
};
|
|
9140
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
9141
|
+
type Query = {};
|
|
8989
9142
|
}
|
|
8990
9143
|
namespace Responses {
|
|
8991
9144
|
namespace $200 {
|
|
8992
9145
|
namespace Content {
|
|
8993
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware
|
|
9146
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware;
|
|
9147
|
+
}
|
|
9148
|
+
}
|
|
9149
|
+
namespace $404 {
|
|
9150
|
+
namespace Content {
|
|
9151
|
+
interface ApplicationJson {
|
|
9152
|
+
[k: string]: unknown;
|
|
9153
|
+
}
|
|
8994
9154
|
}
|
|
8995
9155
|
}
|
|
8996
9156
|
namespace $429 {
|
|
@@ -9010,22 +9170,27 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9010
9170
|
}
|
|
9011
9171
|
}
|
|
9012
9172
|
}
|
|
9013
|
-
namespace
|
|
9173
|
+
namespace V3NextSystemSoftwaresSystemSoftwareIdVersionsSystemSoftwareVersionId {
|
|
9014
9174
|
namespace Get {
|
|
9015
9175
|
namespace Parameters {
|
|
9016
9176
|
type Path = {
|
|
9017
9177
|
systemSoftwareId: string;
|
|
9178
|
+
systemSoftwareVersionId: string;
|
|
9018
9179
|
};
|
|
9019
9180
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
9020
|
-
type Query = {
|
|
9021
|
-
versionRange?: string;
|
|
9022
|
-
recommended?: boolean;
|
|
9023
|
-
};
|
|
9181
|
+
type Query = {};
|
|
9024
9182
|
}
|
|
9025
9183
|
namespace Responses {
|
|
9026
9184
|
namespace $200 {
|
|
9027
9185
|
namespace Content {
|
|
9028
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftwareVersion
|
|
9186
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftwareVersion;
|
|
9187
|
+
}
|
|
9188
|
+
}
|
|
9189
|
+
namespace $404 {
|
|
9190
|
+
namespace Content {
|
|
9191
|
+
interface ApplicationJson {
|
|
9192
|
+
[k: string]: unknown;
|
|
9193
|
+
}
|
|
9029
9194
|
}
|
|
9030
9195
|
}
|
|
9031
9196
|
namespace $429 {
|
|
@@ -9045,22 +9210,25 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9045
9210
|
}
|
|
9046
9211
|
}
|
|
9047
9212
|
}
|
|
9048
|
-
namespace
|
|
9213
|
+
namespace V3NextAppInstallationsAppInstallationIdDatabase { }
|
|
9214
|
+
namespace V3NextAppInstallations {
|
|
9049
9215
|
namespace Get {
|
|
9050
9216
|
namespace Parameters {
|
|
9051
|
-
type Path = {
|
|
9052
|
-
appId: string;
|
|
9053
|
-
baseAppVersionId: string;
|
|
9054
|
-
};
|
|
9217
|
+
type Path = {};
|
|
9055
9218
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
9056
9219
|
type Query = {
|
|
9057
|
-
|
|
9220
|
+
appIds?: string[];
|
|
9221
|
+
searchTerm?: string;
|
|
9222
|
+
sortOrder?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppInstallationSortOrder;
|
|
9223
|
+
limit?: number;
|
|
9224
|
+
skip?: number;
|
|
9225
|
+
page?: number;
|
|
9058
9226
|
};
|
|
9059
9227
|
}
|
|
9060
9228
|
namespace Responses {
|
|
9061
9229
|
namespace $200 {
|
|
9062
9230
|
namespace Content {
|
|
9063
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
9231
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppInstallation[];
|
|
9064
9232
|
}
|
|
9065
9233
|
}
|
|
9066
9234
|
namespace $429 {
|
|
@@ -9080,33 +9248,26 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9080
9248
|
}
|
|
9081
9249
|
}
|
|
9082
9250
|
}
|
|
9083
|
-
namespace
|
|
9084
|
-
namespace
|
|
9251
|
+
namespace V3NextProjectsProjectIdAppInstallations {
|
|
9252
|
+
namespace Get {
|
|
9085
9253
|
namespace Parameters {
|
|
9086
9254
|
type Path = {
|
|
9087
|
-
|
|
9255
|
+
projectId: string;
|
|
9256
|
+
};
|
|
9257
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
9258
|
+
type Query = {
|
|
9259
|
+
appIds?: string[];
|
|
9260
|
+
searchTerm?: string;
|
|
9261
|
+
sortOrder?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppInstallationSortOrder;
|
|
9262
|
+
limit?: number;
|
|
9263
|
+
skip?: number;
|
|
9264
|
+
page?: number;
|
|
9088
9265
|
};
|
|
9089
|
-
type Header = {};
|
|
9090
|
-
type Query = {};
|
|
9091
9266
|
}
|
|
9092
9267
|
namespace Responses {
|
|
9093
|
-
namespace $
|
|
9094
|
-
namespace Content {
|
|
9095
|
-
type Empty = unknown;
|
|
9096
|
-
}
|
|
9097
|
-
}
|
|
9098
|
-
namespace $404 {
|
|
9099
|
-
namespace Content {
|
|
9100
|
-
interface ApplicationJson {
|
|
9101
|
-
[k: string]: unknown;
|
|
9102
|
-
}
|
|
9103
|
-
}
|
|
9104
|
-
}
|
|
9105
|
-
namespace $412 {
|
|
9268
|
+
namespace $200 {
|
|
9106
9269
|
namespace Content {
|
|
9107
|
-
|
|
9108
|
-
[k: string]: unknown;
|
|
9109
|
-
}
|
|
9270
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppInstallation[];
|
|
9110
9271
|
}
|
|
9111
9272
|
}
|
|
9112
9273
|
namespace $429 {
|
|
@@ -9125,18 +9286,20 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9125
9286
|
}
|
|
9126
9287
|
}
|
|
9127
9288
|
}
|
|
9128
|
-
}
|
|
9129
|
-
namespace V3NextAppInstallationsAppInstallationIdActionsCopy {
|
|
9130
9289
|
namespace Post {
|
|
9131
9290
|
namespace Parameters {
|
|
9132
9291
|
type Path = {
|
|
9133
|
-
|
|
9292
|
+
projectId: string;
|
|
9134
9293
|
};
|
|
9135
9294
|
interface RequestBody {
|
|
9295
|
+
appVersionId: string;
|
|
9136
9296
|
description: string;
|
|
9137
|
-
domain?: string;
|
|
9138
9297
|
installationPath?: string;
|
|
9139
|
-
|
|
9298
|
+
systemSoftware?: {
|
|
9299
|
+
[k: string]: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppDesiredSystemSoftware;
|
|
9300
|
+
};
|
|
9301
|
+
updatePolicy: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppUpdatePolicy;
|
|
9302
|
+
userInputs: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSavedUserInput[];
|
|
9140
9303
|
}
|
|
9141
9304
|
type Header = {};
|
|
9142
9305
|
type Query = {};
|
|
@@ -9149,6 +9312,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9149
9312
|
}
|
|
9150
9313
|
}
|
|
9151
9314
|
}
|
|
9315
|
+
namespace $400 {
|
|
9316
|
+
namespace Content {
|
|
9317
|
+
interface ApplicationJson {
|
|
9318
|
+
[k: string]: unknown;
|
|
9319
|
+
}
|
|
9320
|
+
}
|
|
9321
|
+
}
|
|
9152
9322
|
namespace $404 {
|
|
9153
9323
|
namespace Content {
|
|
9154
9324
|
interface ApplicationJson {
|
|
@@ -9173,35 +9343,58 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9173
9343
|
}
|
|
9174
9344
|
}
|
|
9175
9345
|
}
|
|
9176
|
-
namespace
|
|
9177
|
-
namespace
|
|
9346
|
+
namespace V3NextApps {
|
|
9347
|
+
namespace Get {
|
|
9178
9348
|
namespace Parameters {
|
|
9179
|
-
type Path = {
|
|
9180
|
-
appInstallationId: string;
|
|
9181
|
-
};
|
|
9182
|
-
interface RequestBody {
|
|
9183
|
-
description: string;
|
|
9184
|
-
domain: string;
|
|
9185
|
-
installationPath?: string;
|
|
9186
|
-
}
|
|
9349
|
+
type Path = {};
|
|
9187
9350
|
type Header = {};
|
|
9188
|
-
type Query = {
|
|
9351
|
+
type Query = {
|
|
9352
|
+
limit?: number;
|
|
9353
|
+
skip?: number;
|
|
9354
|
+
page?: number;
|
|
9355
|
+
};
|
|
9189
9356
|
}
|
|
9190
9357
|
namespace Responses {
|
|
9191
|
-
namespace $
|
|
9358
|
+
namespace $200 {
|
|
9359
|
+
namespace Content {
|
|
9360
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppApp[];
|
|
9361
|
+
}
|
|
9362
|
+
}
|
|
9363
|
+
namespace $429 {
|
|
9192
9364
|
namespace Content {
|
|
9193
9365
|
interface ApplicationJson {
|
|
9194
|
-
|
|
9366
|
+
[k: string]: unknown;
|
|
9195
9367
|
}
|
|
9196
9368
|
}
|
|
9197
9369
|
}
|
|
9198
|
-
namespace
|
|
9370
|
+
namespace Default {
|
|
9199
9371
|
namespace Content {
|
|
9200
9372
|
interface ApplicationJson {
|
|
9201
9373
|
[k: string]: unknown;
|
|
9202
9374
|
}
|
|
9203
9375
|
}
|
|
9204
9376
|
}
|
|
9377
|
+
}
|
|
9378
|
+
}
|
|
9379
|
+
}
|
|
9380
|
+
namespace V3NextAppsAppIdVersions {
|
|
9381
|
+
namespace Get {
|
|
9382
|
+
namespace Parameters {
|
|
9383
|
+
type Path = {
|
|
9384
|
+
appId: string;
|
|
9385
|
+
};
|
|
9386
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
9387
|
+
type Query = {
|
|
9388
|
+
versionRange?: string;
|
|
9389
|
+
recommended?: boolean;
|
|
9390
|
+
};
|
|
9391
|
+
}
|
|
9392
|
+
namespace Responses {
|
|
9393
|
+
namespace $200 {
|
|
9394
|
+
namespace Content {
|
|
9395
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppVersion[];
|
|
9396
|
+
}
|
|
9397
|
+
}
|
|
9205
9398
|
namespace $429 {
|
|
9206
9399
|
namespace Content {
|
|
9207
9400
|
interface ApplicationJson {
|
|
@@ -9219,26 +9412,21 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9219
9412
|
}
|
|
9220
9413
|
}
|
|
9221
9414
|
}
|
|
9222
|
-
namespace
|
|
9415
|
+
namespace V3NextSystemSoftwares {
|
|
9223
9416
|
namespace Get {
|
|
9224
9417
|
namespace Parameters {
|
|
9225
|
-
type Path = {
|
|
9226
|
-
|
|
9418
|
+
type Path = {};
|
|
9419
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
9420
|
+
type Query = {
|
|
9421
|
+
limit?: number;
|
|
9422
|
+
skip?: number;
|
|
9423
|
+
page?: number;
|
|
9227
9424
|
};
|
|
9228
|
-
type Header = {};
|
|
9229
|
-
type Query = {};
|
|
9230
9425
|
}
|
|
9231
9426
|
namespace Responses {
|
|
9232
9427
|
namespace $200 {
|
|
9233
9428
|
namespace Content {
|
|
9234
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
9235
|
-
}
|
|
9236
|
-
}
|
|
9237
|
-
namespace $404 {
|
|
9238
|
-
namespace Content {
|
|
9239
|
-
interface ApplicationJson {
|
|
9240
|
-
[k: string]: unknown;
|
|
9241
|
-
}
|
|
9429
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware[];
|
|
9242
9430
|
}
|
|
9243
9431
|
}
|
|
9244
9432
|
namespace $429 {
|
|
@@ -9258,28 +9446,22 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9258
9446
|
}
|
|
9259
9447
|
}
|
|
9260
9448
|
}
|
|
9261
|
-
namespace
|
|
9262
|
-
|
|
9263
|
-
namespace Delete {
|
|
9449
|
+
namespace V3NextSystemSoftwaresSystemSoftwareIdVersions {
|
|
9450
|
+
namespace Get {
|
|
9264
9451
|
namespace Parameters {
|
|
9265
9452
|
type Path = {
|
|
9266
|
-
|
|
9267
|
-
databaseId: string;
|
|
9453
|
+
systemSoftwareId: string;
|
|
9268
9454
|
};
|
|
9269
9455
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
9270
|
-
type Query = {
|
|
9456
|
+
type Query = {
|
|
9457
|
+
versionRange?: string;
|
|
9458
|
+
recommended?: boolean;
|
|
9459
|
+
};
|
|
9271
9460
|
}
|
|
9272
9461
|
namespace Responses {
|
|
9273
|
-
namespace $
|
|
9274
|
-
namespace Content {
|
|
9275
|
-
type Empty = unknown;
|
|
9276
|
-
}
|
|
9277
|
-
}
|
|
9278
|
-
namespace $404 {
|
|
9462
|
+
namespace $200 {
|
|
9279
9463
|
namespace Content {
|
|
9280
|
-
|
|
9281
|
-
[k: string]: unknown;
|
|
9282
|
-
}
|
|
9464
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftwareVersion[];
|
|
9283
9465
|
}
|
|
9284
9466
|
}
|
|
9285
9467
|
namespace $429 {
|
|
@@ -9299,39 +9481,293 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
9299
9481
|
}
|
|
9300
9482
|
}
|
|
9301
9483
|
}
|
|
9302
|
-
namespace
|
|
9484
|
+
namespace V3NextAppsAppIdVersionsBaseAppVersionIdUpdateCandidates {
|
|
9303
9485
|
namespace Get {
|
|
9304
9486
|
namespace Parameters {
|
|
9305
9487
|
type Path = {
|
|
9306
|
-
|
|
9488
|
+
appId: string;
|
|
9489
|
+
baseAppVersionId: string;
|
|
9307
9490
|
};
|
|
9308
|
-
type Header = {};
|
|
9491
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
9309
9492
|
type Query = {
|
|
9310
|
-
|
|
9493
|
+
onlyRecommended?: boolean;
|
|
9311
9494
|
};
|
|
9312
9495
|
}
|
|
9313
9496
|
namespace Responses {
|
|
9314
9497
|
namespace $200 {
|
|
9315
9498
|
namespace Content {
|
|
9316
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
9499
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppVersion[];
|
|
9317
9500
|
}
|
|
9318
9501
|
}
|
|
9319
|
-
namespace $
|
|
9502
|
+
namespace $429 {
|
|
9320
9503
|
namespace Content {
|
|
9321
9504
|
interface ApplicationJson {
|
|
9322
9505
|
[k: string]: unknown;
|
|
9323
9506
|
}
|
|
9324
9507
|
}
|
|
9325
9508
|
}
|
|
9326
|
-
namespace
|
|
9509
|
+
namespace Default {
|
|
9327
9510
|
namespace Content {
|
|
9328
9511
|
interface ApplicationJson {
|
|
9329
9512
|
[k: string]: unknown;
|
|
9330
9513
|
}
|
|
9331
9514
|
}
|
|
9332
9515
|
}
|
|
9333
|
-
|
|
9334
|
-
|
|
9516
|
+
}
|
|
9517
|
+
}
|
|
9518
|
+
}
|
|
9519
|
+
namespace V3NextAppInstallationsAppInstallationIdActionsPromoteStaging {
|
|
9520
|
+
namespace Post {
|
|
9521
|
+
namespace Parameters {
|
|
9522
|
+
type Path = {
|
|
9523
|
+
appInstallationId: string;
|
|
9524
|
+
};
|
|
9525
|
+
type Header = {};
|
|
9526
|
+
type Query = {};
|
|
9527
|
+
}
|
|
9528
|
+
namespace Responses {
|
|
9529
|
+
namespace $204 {
|
|
9530
|
+
namespace Content {
|
|
9531
|
+
type Empty = unknown;
|
|
9532
|
+
}
|
|
9533
|
+
}
|
|
9534
|
+
namespace $404 {
|
|
9535
|
+
namespace Content {
|
|
9536
|
+
interface ApplicationJson {
|
|
9537
|
+
[k: string]: unknown;
|
|
9538
|
+
}
|
|
9539
|
+
}
|
|
9540
|
+
}
|
|
9541
|
+
namespace $412 {
|
|
9542
|
+
namespace Content {
|
|
9543
|
+
interface ApplicationJson {
|
|
9544
|
+
[k: string]: unknown;
|
|
9545
|
+
}
|
|
9546
|
+
}
|
|
9547
|
+
}
|
|
9548
|
+
namespace $429 {
|
|
9549
|
+
namespace Content {
|
|
9550
|
+
interface ApplicationJson {
|
|
9551
|
+
[k: string]: unknown;
|
|
9552
|
+
}
|
|
9553
|
+
}
|
|
9554
|
+
}
|
|
9555
|
+
namespace Default {
|
|
9556
|
+
namespace Content {
|
|
9557
|
+
interface ApplicationJson {
|
|
9558
|
+
[k: string]: unknown;
|
|
9559
|
+
}
|
|
9560
|
+
}
|
|
9561
|
+
}
|
|
9562
|
+
}
|
|
9563
|
+
}
|
|
9564
|
+
}
|
|
9565
|
+
namespace V3NextAppInstallationsAppInstallationIdActionsCopy {
|
|
9566
|
+
namespace Post {
|
|
9567
|
+
namespace Parameters {
|
|
9568
|
+
type Path = {
|
|
9569
|
+
appInstallationId: string;
|
|
9570
|
+
};
|
|
9571
|
+
interface RequestBody {
|
|
9572
|
+
description: string;
|
|
9573
|
+
domain?: string;
|
|
9574
|
+
installationPath?: string;
|
|
9575
|
+
targetProjectId?: string;
|
|
9576
|
+
}
|
|
9577
|
+
type Header = {};
|
|
9578
|
+
type Query = {};
|
|
9579
|
+
}
|
|
9580
|
+
namespace Responses {
|
|
9581
|
+
namespace $201 {
|
|
9582
|
+
namespace Content {
|
|
9583
|
+
interface ApplicationJson {
|
|
9584
|
+
id: string;
|
|
9585
|
+
}
|
|
9586
|
+
}
|
|
9587
|
+
}
|
|
9588
|
+
namespace $404 {
|
|
9589
|
+
namespace Content {
|
|
9590
|
+
interface ApplicationJson {
|
|
9591
|
+
[k: string]: unknown;
|
|
9592
|
+
}
|
|
9593
|
+
}
|
|
9594
|
+
}
|
|
9595
|
+
namespace $429 {
|
|
9596
|
+
namespace Content {
|
|
9597
|
+
interface ApplicationJson {
|
|
9598
|
+
[k: string]: unknown;
|
|
9599
|
+
}
|
|
9600
|
+
}
|
|
9601
|
+
}
|
|
9602
|
+
namespace Default {
|
|
9603
|
+
namespace Content {
|
|
9604
|
+
interface ApplicationJson {
|
|
9605
|
+
[k: string]: unknown;
|
|
9606
|
+
}
|
|
9607
|
+
}
|
|
9608
|
+
}
|
|
9609
|
+
}
|
|
9610
|
+
}
|
|
9611
|
+
}
|
|
9612
|
+
namespace V3NextAppInstallationsAppInstallationIdActionsStaging {
|
|
9613
|
+
namespace Post {
|
|
9614
|
+
namespace Parameters {
|
|
9615
|
+
type Path = {
|
|
9616
|
+
appInstallationId: string;
|
|
9617
|
+
};
|
|
9618
|
+
interface RequestBody {
|
|
9619
|
+
description: string;
|
|
9620
|
+
domain: string;
|
|
9621
|
+
installationPath?: string;
|
|
9622
|
+
}
|
|
9623
|
+
type Header = {};
|
|
9624
|
+
type Query = {};
|
|
9625
|
+
}
|
|
9626
|
+
namespace Responses {
|
|
9627
|
+
namespace $201 {
|
|
9628
|
+
namespace Content {
|
|
9629
|
+
interface ApplicationJson {
|
|
9630
|
+
id: string;
|
|
9631
|
+
}
|
|
9632
|
+
}
|
|
9633
|
+
}
|
|
9634
|
+
namespace $404 {
|
|
9635
|
+
namespace Content {
|
|
9636
|
+
interface ApplicationJson {
|
|
9637
|
+
[k: string]: unknown;
|
|
9638
|
+
}
|
|
9639
|
+
}
|
|
9640
|
+
}
|
|
9641
|
+
namespace $429 {
|
|
9642
|
+
namespace Content {
|
|
9643
|
+
interface ApplicationJson {
|
|
9644
|
+
[k: string]: unknown;
|
|
9645
|
+
}
|
|
9646
|
+
}
|
|
9647
|
+
}
|
|
9648
|
+
namespace Default {
|
|
9649
|
+
namespace Content {
|
|
9650
|
+
interface ApplicationJson {
|
|
9651
|
+
[k: string]: unknown;
|
|
9652
|
+
}
|
|
9653
|
+
}
|
|
9654
|
+
}
|
|
9655
|
+
}
|
|
9656
|
+
}
|
|
9657
|
+
}
|
|
9658
|
+
namespace V3NextAppInstallationsAppInstallationIdStatus {
|
|
9659
|
+
namespace Get {
|
|
9660
|
+
namespace Parameters {
|
|
9661
|
+
type Path = {
|
|
9662
|
+
appInstallationId: string;
|
|
9663
|
+
};
|
|
9664
|
+
type Header = {};
|
|
9665
|
+
type Query = {};
|
|
9666
|
+
}
|
|
9667
|
+
namespace Responses {
|
|
9668
|
+
namespace $200 {
|
|
9669
|
+
namespace Content {
|
|
9670
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppInstallationStatus;
|
|
9671
|
+
}
|
|
9672
|
+
}
|
|
9673
|
+
namespace $404 {
|
|
9674
|
+
namespace Content {
|
|
9675
|
+
interface ApplicationJson {
|
|
9676
|
+
[k: string]: unknown;
|
|
9677
|
+
}
|
|
9678
|
+
}
|
|
9679
|
+
}
|
|
9680
|
+
namespace $429 {
|
|
9681
|
+
namespace Content {
|
|
9682
|
+
interface ApplicationJson {
|
|
9683
|
+
[k: string]: unknown;
|
|
9684
|
+
}
|
|
9685
|
+
}
|
|
9686
|
+
}
|
|
9687
|
+
namespace Default {
|
|
9688
|
+
namespace Content {
|
|
9689
|
+
interface ApplicationJson {
|
|
9690
|
+
[k: string]: unknown;
|
|
9691
|
+
}
|
|
9692
|
+
}
|
|
9693
|
+
}
|
|
9694
|
+
}
|
|
9695
|
+
}
|
|
9696
|
+
}
|
|
9697
|
+
namespace V3NextAppInstallationsAppInstallationIdDatabasesDatabaseIdUsers { }
|
|
9698
|
+
namespace V3NextAppInstallationsAppInstallationIdDatabasesDatabaseId {
|
|
9699
|
+
namespace Delete {
|
|
9700
|
+
namespace Parameters {
|
|
9701
|
+
type Path = {
|
|
9702
|
+
appInstallationId: string;
|
|
9703
|
+
databaseId: string;
|
|
9704
|
+
};
|
|
9705
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
9706
|
+
type Query = {};
|
|
9707
|
+
}
|
|
9708
|
+
namespace Responses {
|
|
9709
|
+
namespace $204 {
|
|
9710
|
+
namespace Content {
|
|
9711
|
+
type Empty = unknown;
|
|
9712
|
+
}
|
|
9713
|
+
}
|
|
9714
|
+
namespace $404 {
|
|
9715
|
+
namespace Content {
|
|
9716
|
+
interface ApplicationJson {
|
|
9717
|
+
[k: string]: unknown;
|
|
9718
|
+
}
|
|
9719
|
+
}
|
|
9720
|
+
}
|
|
9721
|
+
namespace $429 {
|
|
9722
|
+
namespace Content {
|
|
9723
|
+
interface ApplicationJson {
|
|
9724
|
+
[k: string]: unknown;
|
|
9725
|
+
}
|
|
9726
|
+
}
|
|
9727
|
+
}
|
|
9728
|
+
namespace Default {
|
|
9729
|
+
namespace Content {
|
|
9730
|
+
interface ApplicationJson {
|
|
9731
|
+
[k: string]: unknown;
|
|
9732
|
+
}
|
|
9733
|
+
}
|
|
9734
|
+
}
|
|
9735
|
+
}
|
|
9736
|
+
}
|
|
9737
|
+
}
|
|
9738
|
+
namespace V3NextArticlesArticleId {
|
|
9739
|
+
namespace Get {
|
|
9740
|
+
namespace Parameters {
|
|
9741
|
+
type Path = {
|
|
9742
|
+
articleId: string;
|
|
9743
|
+
};
|
|
9744
|
+
type Header = {};
|
|
9745
|
+
type Query = {
|
|
9746
|
+
customerId?: string;
|
|
9747
|
+
};
|
|
9748
|
+
}
|
|
9749
|
+
namespace Responses {
|
|
9750
|
+
namespace $200 {
|
|
9751
|
+
namespace Content {
|
|
9752
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldArticleReadableArticle;
|
|
9753
|
+
}
|
|
9754
|
+
}
|
|
9755
|
+
namespace $404 {
|
|
9756
|
+
namespace Content {
|
|
9757
|
+
interface ApplicationJson {
|
|
9758
|
+
[k: string]: unknown;
|
|
9759
|
+
}
|
|
9760
|
+
}
|
|
9761
|
+
}
|
|
9762
|
+
namespace $429 {
|
|
9763
|
+
namespace Content {
|
|
9764
|
+
interface ApplicationJson {
|
|
9765
|
+
[k: string]: unknown;
|
|
9766
|
+
}
|
|
9767
|
+
}
|
|
9768
|
+
}
|
|
9769
|
+
namespace Default {
|
|
9770
|
+
namespace Content {
|
|
9335
9771
|
interface ApplicationJson {
|
|
9336
9772
|
[k: string]: unknown;
|
|
9337
9773
|
}
|
|
@@ -11231,7 +11667,68 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
11231
11667
|
}
|
|
11232
11668
|
}
|
|
11233
11669
|
}
|
|
11234
|
-
namespace
|
|
11670
|
+
namespace V3NextStacksStackIdServicesServiceIdLogAnalysis {
|
|
11671
|
+
namespace Get {
|
|
11672
|
+
namespace Parameters {
|
|
11673
|
+
type Path = {
|
|
11674
|
+
stackId: string;
|
|
11675
|
+
serviceId: string;
|
|
11676
|
+
};
|
|
11677
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
11678
|
+
type Query = {};
|
|
11679
|
+
}
|
|
11680
|
+
namespace Responses {
|
|
11681
|
+
namespace $200 {
|
|
11682
|
+
namespace Content {
|
|
11683
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceLogsAnalysis;
|
|
11684
|
+
}
|
|
11685
|
+
}
|
|
11686
|
+
namespace $400 {
|
|
11687
|
+
namespace Content {
|
|
11688
|
+
interface ApplicationJson {
|
|
11689
|
+
[k: string]: unknown;
|
|
11690
|
+
}
|
|
11691
|
+
}
|
|
11692
|
+
}
|
|
11693
|
+
namespace $403 {
|
|
11694
|
+
namespace Content {
|
|
11695
|
+
interface ApplicationJson {
|
|
11696
|
+
[k: string]: unknown;
|
|
11697
|
+
}
|
|
11698
|
+
}
|
|
11699
|
+
}
|
|
11700
|
+
namespace $404 {
|
|
11701
|
+
namespace Content {
|
|
11702
|
+
interface ApplicationJson {
|
|
11703
|
+
[k: string]: unknown;
|
|
11704
|
+
}
|
|
11705
|
+
}
|
|
11706
|
+
}
|
|
11707
|
+
namespace $429 {
|
|
11708
|
+
namespace Content {
|
|
11709
|
+
interface ApplicationJson {
|
|
11710
|
+
[k: string]: unknown;
|
|
11711
|
+
}
|
|
11712
|
+
}
|
|
11713
|
+
}
|
|
11714
|
+
namespace $500 {
|
|
11715
|
+
namespace Content {
|
|
11716
|
+
interface ApplicationJson {
|
|
11717
|
+
[k: string]: unknown;
|
|
11718
|
+
}
|
|
11719
|
+
}
|
|
11720
|
+
}
|
|
11721
|
+
namespace Default {
|
|
11722
|
+
namespace Content {
|
|
11723
|
+
interface ApplicationJson {
|
|
11724
|
+
[k: string]: unknown;
|
|
11725
|
+
}
|
|
11726
|
+
}
|
|
11727
|
+
}
|
|
11728
|
+
}
|
|
11729
|
+
}
|
|
11730
|
+
}
|
|
11731
|
+
namespace V3NextStacksStackIdServicesServiceIdLogs {
|
|
11235
11732
|
namespace Get {
|
|
11236
11733
|
namespace Parameters {
|
|
11237
11734
|
type Path = {
|
|
@@ -16281,6 +16778,67 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
16281
16778
|
}
|
|
16282
16779
|
}
|
|
16283
16780
|
}
|
|
16781
|
+
namespace V3NextCustomersCustomerIdReferralSource {
|
|
16782
|
+
namespace Put {
|
|
16783
|
+
namespace Parameters {
|
|
16784
|
+
type Path = {
|
|
16785
|
+
customerId: string;
|
|
16786
|
+
};
|
|
16787
|
+
interface RequestBody {
|
|
16788
|
+
/**
|
|
16789
|
+
* free answer on how the customer became aware of mittwald.
|
|
16790
|
+
*/
|
|
16791
|
+
referralSource: string;
|
|
16792
|
+
}
|
|
16793
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
16794
|
+
type Query = {};
|
|
16795
|
+
}
|
|
16796
|
+
namespace Responses {
|
|
16797
|
+
namespace $200 {
|
|
16798
|
+
namespace Content {
|
|
16799
|
+
interface ApplicationJson {
|
|
16800
|
+
[k: string]: unknown;
|
|
16801
|
+
}
|
|
16802
|
+
}
|
|
16803
|
+
}
|
|
16804
|
+
namespace $400 {
|
|
16805
|
+
namespace Content {
|
|
16806
|
+
interface ApplicationJson {
|
|
16807
|
+
[k: string]: unknown;
|
|
16808
|
+
}
|
|
16809
|
+
}
|
|
16810
|
+
}
|
|
16811
|
+
namespace $403 {
|
|
16812
|
+
namespace Content {
|
|
16813
|
+
interface ApplicationJson {
|
|
16814
|
+
[k: string]: unknown;
|
|
16815
|
+
}
|
|
16816
|
+
}
|
|
16817
|
+
}
|
|
16818
|
+
namespace $404 {
|
|
16819
|
+
namespace Content {
|
|
16820
|
+
interface ApplicationJson {
|
|
16821
|
+
[k: string]: unknown;
|
|
16822
|
+
}
|
|
16823
|
+
}
|
|
16824
|
+
}
|
|
16825
|
+
namespace $429 {
|
|
16826
|
+
namespace Content {
|
|
16827
|
+
interface ApplicationJson {
|
|
16828
|
+
[k: string]: unknown;
|
|
16829
|
+
}
|
|
16830
|
+
}
|
|
16831
|
+
}
|
|
16832
|
+
namespace Default {
|
|
16833
|
+
namespace Content {
|
|
16834
|
+
interface ApplicationJson {
|
|
16835
|
+
[k: string]: unknown;
|
|
16836
|
+
}
|
|
16837
|
+
}
|
|
16838
|
+
}
|
|
16839
|
+
}
|
|
16840
|
+
}
|
|
16841
|
+
}
|
|
16284
16842
|
namespace V3NextMysqlDatabasesMysqlDatabaseIdActionsCopy {
|
|
16285
16843
|
namespace Post {
|
|
16286
16844
|
namespace Parameters {
|
|
@@ -31536,7 +32094,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
31536
32094
|
}
|
|
31537
32095
|
}
|
|
31538
32096
|
}
|
|
31539
|
-
namespace
|
|
32097
|
+
namespace V3NextCustomersCustomerIdAiHostingsPlanIdBillingPeriods {
|
|
31540
32098
|
namespace Get {
|
|
31541
32099
|
namespace Parameters {
|
|
31542
32100
|
type Path = {
|
|
@@ -31544,69 +32102,12 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
31544
32102
|
planId: string;
|
|
31545
32103
|
};
|
|
31546
32104
|
type Header = {};
|
|
31547
|
-
type Query = {
|
|
31548
|
-
topUsageCount?: number;
|
|
31549
|
-
};
|
|
31550
|
-
}
|
|
31551
|
-
namespace Responses {
|
|
31552
|
-
namespace $200 {
|
|
31553
|
-
namespace Content {
|
|
31554
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan;
|
|
31555
|
-
}
|
|
31556
|
-
}
|
|
31557
|
-
namespace $400 {
|
|
31558
|
-
namespace Content {
|
|
31559
|
-
interface ApplicationJson {
|
|
31560
|
-
[k: string]: unknown;
|
|
31561
|
-
}
|
|
31562
|
-
}
|
|
31563
|
-
}
|
|
31564
|
-
namespace $403 {
|
|
31565
|
-
namespace Content {
|
|
31566
|
-
interface ApplicationJson {
|
|
31567
|
-
[k: string]: unknown;
|
|
31568
|
-
}
|
|
31569
|
-
}
|
|
31570
|
-
}
|
|
31571
|
-
namespace $404 {
|
|
31572
|
-
namespace Content {
|
|
31573
|
-
interface ApplicationJson {
|
|
31574
|
-
[k: string]: unknown;
|
|
31575
|
-
}
|
|
31576
|
-
}
|
|
31577
|
-
}
|
|
31578
|
-
namespace $429 {
|
|
31579
|
-
namespace Content {
|
|
31580
|
-
interface ApplicationJson {
|
|
31581
|
-
[k: string]: unknown;
|
|
31582
|
-
}
|
|
31583
|
-
}
|
|
31584
|
-
}
|
|
31585
|
-
namespace Default {
|
|
31586
|
-
namespace Content {
|
|
31587
|
-
interface ApplicationJson {
|
|
31588
|
-
[k: string]: unknown;
|
|
31589
|
-
}
|
|
31590
|
-
}
|
|
31591
|
-
}
|
|
31592
|
-
}
|
|
31593
|
-
}
|
|
31594
|
-
namespace Put {
|
|
31595
|
-
namespace Parameters {
|
|
31596
|
-
type Path = {
|
|
31597
|
-
customerId: string;
|
|
31598
|
-
planId: string;
|
|
31599
|
-
};
|
|
31600
|
-
interface RequestBody {
|
|
31601
|
-
description?: string;
|
|
31602
|
-
}
|
|
31603
|
-
type Header = {};
|
|
31604
32105
|
type Query = {};
|
|
31605
32106
|
}
|
|
31606
32107
|
namespace Responses {
|
|
31607
|
-
namespace $
|
|
32108
|
+
namespace $200 {
|
|
31608
32109
|
namespace Content {
|
|
31609
|
-
type
|
|
32110
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanBillingPeriods;
|
|
31610
32111
|
}
|
|
31611
32112
|
}
|
|
31612
32113
|
namespace $400 {
|
|
@@ -31647,354 +32148,24 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
31647
32148
|
}
|
|
31648
32149
|
}
|
|
31649
32150
|
}
|
|
31650
|
-
namespace
|
|
32151
|
+
namespace V3NextCustomersCustomerIdAiHostingsPlanIdUsage {
|
|
31651
32152
|
namespace Get {
|
|
31652
32153
|
namespace Parameters {
|
|
31653
32154
|
type Path = {
|
|
31654
32155
|
customerId: string;
|
|
32156
|
+
planId: string;
|
|
31655
32157
|
};
|
|
31656
32158
|
type Header = {};
|
|
31657
32159
|
type Query = {
|
|
31658
|
-
|
|
31659
|
-
|
|
31660
|
-
|
|
31661
|
-
page?: number;
|
|
32160
|
+
startDate: string;
|
|
32161
|
+
endDate: string;
|
|
32162
|
+
keyId?: string;
|
|
31662
32163
|
};
|
|
31663
32164
|
}
|
|
31664
32165
|
namespace Responses {
|
|
31665
32166
|
namespace $200 {
|
|
31666
32167
|
namespace Content {
|
|
31667
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
31668
|
-
}
|
|
31669
|
-
}
|
|
31670
|
-
namespace $400 {
|
|
31671
|
-
namespace Content {
|
|
31672
|
-
interface ApplicationJson {
|
|
31673
|
-
[k: string]: unknown;
|
|
31674
|
-
}
|
|
31675
|
-
}
|
|
31676
|
-
}
|
|
31677
|
-
namespace $403 {
|
|
31678
|
-
namespace Content {
|
|
31679
|
-
interface ApplicationJson {
|
|
31680
|
-
[k: string]: unknown;
|
|
31681
|
-
}
|
|
31682
|
-
}
|
|
31683
|
-
}
|
|
31684
|
-
namespace $404 {
|
|
31685
|
-
namespace Content {
|
|
31686
|
-
interface ApplicationJson {
|
|
31687
|
-
[k: string]: unknown;
|
|
31688
|
-
}
|
|
31689
|
-
}
|
|
31690
|
-
}
|
|
31691
|
-
namespace $429 {
|
|
31692
|
-
namespace Content {
|
|
31693
|
-
interface ApplicationJson {
|
|
31694
|
-
[k: string]: unknown;
|
|
31695
|
-
}
|
|
31696
|
-
}
|
|
31697
|
-
}
|
|
31698
|
-
namespace Default {
|
|
31699
|
-
namespace Content {
|
|
31700
|
-
interface ApplicationJson {
|
|
31701
|
-
[k: string]: unknown;
|
|
31702
|
-
}
|
|
31703
|
-
}
|
|
31704
|
-
}
|
|
31705
|
-
}
|
|
31706
|
-
}
|
|
31707
|
-
namespace Post {
|
|
31708
|
-
namespace Parameters {
|
|
31709
|
-
type Path = {
|
|
31710
|
-
customerId: string;
|
|
31711
|
-
};
|
|
31712
|
-
type Header = {};
|
|
31713
|
-
type Query = {};
|
|
31714
|
-
}
|
|
31715
|
-
namespace Responses {
|
|
31716
|
-
namespace $204 {
|
|
31717
|
-
namespace Content {
|
|
31718
|
-
type Empty = unknown;
|
|
31719
|
-
}
|
|
31720
|
-
}
|
|
31721
|
-
namespace $400 {
|
|
31722
|
-
namespace Content {
|
|
31723
|
-
interface ApplicationJson {
|
|
31724
|
-
[k: string]: unknown;
|
|
31725
|
-
}
|
|
31726
|
-
}
|
|
31727
|
-
}
|
|
31728
|
-
namespace $403 {
|
|
31729
|
-
namespace Content {
|
|
31730
|
-
interface ApplicationJson {
|
|
31731
|
-
[k: string]: unknown;
|
|
31732
|
-
}
|
|
31733
|
-
}
|
|
31734
|
-
}
|
|
31735
|
-
namespace $404 {
|
|
31736
|
-
namespace Content {
|
|
31737
|
-
interface ApplicationJson {
|
|
31738
|
-
[k: string]: unknown;
|
|
31739
|
-
}
|
|
31740
|
-
}
|
|
31741
|
-
}
|
|
31742
|
-
namespace $429 {
|
|
31743
|
-
namespace Content {
|
|
31744
|
-
interface ApplicationJson {
|
|
31745
|
-
[k: string]: unknown;
|
|
31746
|
-
}
|
|
31747
|
-
}
|
|
31748
|
-
}
|
|
31749
|
-
namespace Default {
|
|
31750
|
-
namespace Content {
|
|
31751
|
-
interface ApplicationJson {
|
|
31752
|
-
[k: string]: unknown;
|
|
31753
|
-
}
|
|
31754
|
-
}
|
|
31755
|
-
}
|
|
31756
|
-
}
|
|
31757
|
-
}
|
|
31758
|
-
}
|
|
31759
|
-
namespace V3NextProjectsProjectIdAiHostingsPlanId {
|
|
31760
|
-
namespace Get {
|
|
31761
|
-
namespace Parameters {
|
|
31762
|
-
type Path = {
|
|
31763
|
-
projectId: string;
|
|
31764
|
-
planId: string;
|
|
31765
|
-
};
|
|
31766
|
-
type Header = {};
|
|
31767
|
-
type Query = {};
|
|
31768
|
-
}
|
|
31769
|
-
namespace Responses {
|
|
31770
|
-
namespace $200 {
|
|
31771
|
-
namespace Content {
|
|
31772
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan;
|
|
31773
|
-
}
|
|
31774
|
-
}
|
|
31775
|
-
namespace $400 {
|
|
31776
|
-
namespace Content {
|
|
31777
|
-
interface ApplicationJson {
|
|
31778
|
-
[k: string]: unknown;
|
|
31779
|
-
}
|
|
31780
|
-
}
|
|
31781
|
-
}
|
|
31782
|
-
namespace $403 {
|
|
31783
|
-
namespace Content {
|
|
31784
|
-
interface ApplicationJson {
|
|
31785
|
-
[k: string]: unknown;
|
|
31786
|
-
}
|
|
31787
|
-
}
|
|
31788
|
-
}
|
|
31789
|
-
namespace $404 {
|
|
31790
|
-
namespace Content {
|
|
31791
|
-
interface ApplicationJson {
|
|
31792
|
-
[k: string]: unknown;
|
|
31793
|
-
}
|
|
31794
|
-
}
|
|
31795
|
-
}
|
|
31796
|
-
namespace $429 {
|
|
31797
|
-
namespace Content {
|
|
31798
|
-
interface ApplicationJson {
|
|
31799
|
-
[k: string]: unknown;
|
|
31800
|
-
}
|
|
31801
|
-
}
|
|
31802
|
-
}
|
|
31803
|
-
namespace Default {
|
|
31804
|
-
namespace Content {
|
|
31805
|
-
interface ApplicationJson {
|
|
31806
|
-
[k: string]: unknown;
|
|
31807
|
-
}
|
|
31808
|
-
}
|
|
31809
|
-
}
|
|
31810
|
-
}
|
|
31811
|
-
}
|
|
31812
|
-
}
|
|
31813
|
-
namespace V3NextProjectsProjectIdAiHostings {
|
|
31814
|
-
namespace Get {
|
|
31815
|
-
namespace Parameters {
|
|
31816
|
-
type Path = {
|
|
31817
|
-
projectId: string;
|
|
31818
|
-
};
|
|
31819
|
-
type Header = {};
|
|
31820
|
-
type Query = {
|
|
31821
|
-
limit?: number;
|
|
31822
|
-
skip?: number;
|
|
31823
|
-
page?: number;
|
|
31824
|
-
};
|
|
31825
|
-
}
|
|
31826
|
-
namespace Responses {
|
|
31827
|
-
namespace $200 {
|
|
31828
|
-
namespace Content {
|
|
31829
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlans;
|
|
31830
|
-
}
|
|
31831
|
-
}
|
|
31832
|
-
namespace $400 {
|
|
31833
|
-
namespace Content {
|
|
31834
|
-
interface ApplicationJson {
|
|
31835
|
-
[k: string]: unknown;
|
|
31836
|
-
}
|
|
31837
|
-
}
|
|
31838
|
-
}
|
|
31839
|
-
namespace $403 {
|
|
31840
|
-
namespace Content {
|
|
31841
|
-
interface ApplicationJson {
|
|
31842
|
-
[k: string]: unknown;
|
|
31843
|
-
}
|
|
31844
|
-
}
|
|
31845
|
-
}
|
|
31846
|
-
namespace $404 {
|
|
31847
|
-
namespace Content {
|
|
31848
|
-
interface ApplicationJson {
|
|
31849
|
-
[k: string]: unknown;
|
|
31850
|
-
}
|
|
31851
|
-
}
|
|
31852
|
-
}
|
|
31853
|
-
namespace $429 {
|
|
31854
|
-
namespace Content {
|
|
31855
|
-
interface ApplicationJson {
|
|
31856
|
-
[k: string]: unknown;
|
|
31857
|
-
}
|
|
31858
|
-
}
|
|
31859
|
-
}
|
|
31860
|
-
namespace Default {
|
|
31861
|
-
namespace Content {
|
|
31862
|
-
interface ApplicationJson {
|
|
31863
|
-
[k: string]: unknown;
|
|
31864
|
-
}
|
|
31865
|
-
}
|
|
31866
|
-
}
|
|
31867
|
-
}
|
|
31868
|
-
}
|
|
31869
|
-
}
|
|
31870
|
-
namespace V3NextStacksStackIdServicesServiceIdLogAnalysis {
|
|
31871
|
-
namespace Get {
|
|
31872
|
-
namespace Parameters {
|
|
31873
|
-
type Path = {
|
|
31874
|
-
stackId: string;
|
|
31875
|
-
serviceId: string;
|
|
31876
|
-
};
|
|
31877
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
31878
|
-
type Query = {};
|
|
31879
|
-
}
|
|
31880
|
-
namespace Responses {
|
|
31881
|
-
namespace $200 {
|
|
31882
|
-
namespace Content {
|
|
31883
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceLogsAnalysis;
|
|
31884
|
-
}
|
|
31885
|
-
}
|
|
31886
|
-
namespace $400 {
|
|
31887
|
-
namespace Content {
|
|
31888
|
-
interface ApplicationJson {
|
|
31889
|
-
[k: string]: unknown;
|
|
31890
|
-
}
|
|
31891
|
-
}
|
|
31892
|
-
}
|
|
31893
|
-
namespace $403 {
|
|
31894
|
-
namespace Content {
|
|
31895
|
-
interface ApplicationJson {
|
|
31896
|
-
[k: string]: unknown;
|
|
31897
|
-
}
|
|
31898
|
-
}
|
|
31899
|
-
}
|
|
31900
|
-
namespace $404 {
|
|
31901
|
-
namespace Content {
|
|
31902
|
-
interface ApplicationJson {
|
|
31903
|
-
[k: string]: unknown;
|
|
31904
|
-
}
|
|
31905
|
-
}
|
|
31906
|
-
}
|
|
31907
|
-
namespace $429 {
|
|
31908
|
-
namespace Content {
|
|
31909
|
-
interface ApplicationJson {
|
|
31910
|
-
[k: string]: unknown;
|
|
31911
|
-
}
|
|
31912
|
-
}
|
|
31913
|
-
}
|
|
31914
|
-
namespace $500 {
|
|
31915
|
-
namespace Content {
|
|
31916
|
-
interface ApplicationJson {
|
|
31917
|
-
[k: string]: unknown;
|
|
31918
|
-
}
|
|
31919
|
-
}
|
|
31920
|
-
}
|
|
31921
|
-
namespace Default {
|
|
31922
|
-
namespace Content {
|
|
31923
|
-
interface ApplicationJson {
|
|
31924
|
-
[k: string]: unknown;
|
|
31925
|
-
}
|
|
31926
|
-
}
|
|
31927
|
-
}
|
|
31928
|
-
}
|
|
31929
|
-
}
|
|
31930
|
-
}
|
|
31931
|
-
namespace V3NextAppInstallationsAppInstallationIdErrorAnalysis {
|
|
31932
|
-
namespace Get {
|
|
31933
|
-
namespace Parameters {
|
|
31934
|
-
type Path = {
|
|
31935
|
-
appInstallationId: string;
|
|
31936
|
-
};
|
|
31937
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
31938
|
-
type Query = {};
|
|
31939
|
-
}
|
|
31940
|
-
namespace Responses {
|
|
31941
|
-
namespace $200 {
|
|
31942
|
-
namespace Content {
|
|
31943
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppInstallationErrorAnalysis;
|
|
31944
|
-
}
|
|
31945
|
-
}
|
|
31946
|
-
namespace $400 {
|
|
31947
|
-
namespace Content {
|
|
31948
|
-
interface ApplicationJson {
|
|
31949
|
-
[k: string]: unknown;
|
|
31950
|
-
}
|
|
31951
|
-
}
|
|
31952
|
-
}
|
|
31953
|
-
namespace $404 {
|
|
31954
|
-
namespace Content {
|
|
31955
|
-
interface ApplicationJson {
|
|
31956
|
-
[k: string]: unknown;
|
|
31957
|
-
}
|
|
31958
|
-
}
|
|
31959
|
-
}
|
|
31960
|
-
namespace $429 {
|
|
31961
|
-
namespace Content {
|
|
31962
|
-
interface ApplicationJson {
|
|
31963
|
-
[k: string]: unknown;
|
|
31964
|
-
}
|
|
31965
|
-
}
|
|
31966
|
-
}
|
|
31967
|
-
namespace Default {
|
|
31968
|
-
namespace Content {
|
|
31969
|
-
interface ApplicationJson {
|
|
31970
|
-
[k: string]: unknown;
|
|
31971
|
-
}
|
|
31972
|
-
}
|
|
31973
|
-
}
|
|
31974
|
-
}
|
|
31975
|
-
}
|
|
31976
|
-
}
|
|
31977
|
-
namespace V3NextCustomersCustomerIdReferralSource {
|
|
31978
|
-
namespace Put {
|
|
31979
|
-
namespace Parameters {
|
|
31980
|
-
type Path = {
|
|
31981
|
-
customerId: string;
|
|
31982
|
-
};
|
|
31983
|
-
interface RequestBody {
|
|
31984
|
-
/**
|
|
31985
|
-
* free answer on how the customer became aware of mittwald.
|
|
31986
|
-
*/
|
|
31987
|
-
referralSource: string;
|
|
31988
|
-
}
|
|
31989
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
31990
|
-
type Query = {};
|
|
31991
|
-
}
|
|
31992
|
-
namespace Responses {
|
|
31993
|
-
namespace $200 {
|
|
31994
|
-
namespace Content {
|
|
31995
|
-
interface ApplicationJson {
|
|
31996
|
-
[k: string]: unknown;
|
|
31997
|
-
}
|
|
32168
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsageStats;
|
|
31998
32169
|
}
|
|
31999
32170
|
}
|
|
32000
32171
|
namespace $400 {
|