@mittwald/api-client 4.451.0 → 4.453.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 +10 -6
- package/dist/esm/generated/v2/client.js +20 -12
- package/dist/esm/generated/v2/descriptors.js +54 -30
- package/dist/esm/generated/v3-next/client-react.js +10 -6
- package/dist/esm/generated/v3-next/client.js +20 -12
- package/dist/esm/generated/v3-next/descriptors.js +54 -30
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +91 -39
- package/dist/types/generated/v2/client.d.ts +726 -415
- package/dist/types/generated/v2/descriptors.d.ts +23 -15
- package/dist/types/generated/v2/types.d.ts +445 -139
- package/dist/types/generated/v3-next/client-react.d.ts +91 -39
- package/dist/types/generated/v3-next/client.d.ts +726 -415
- package/dist/types/generated/v3-next/descriptors.d.ts +23 -15
- package/dist/types/generated/v3-next/types.d.ts +445 -139
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -30,10 +30,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
30
30
|
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerGetDetailedModels>;
|
|
31
31
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerGetDetailedModels, TStatus>;
|
|
32
32
|
}
|
|
33
|
-
namespace AiHostingCustomerGetUsage {
|
|
34
|
-
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerGetUsage>;
|
|
35
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerGetUsage, TStatus>;
|
|
36
|
-
}
|
|
37
33
|
namespace AiHostingGetModels {
|
|
38
34
|
type RequestData = InferredRequestData<typeof descriptors.aiHostingGetModels>;
|
|
39
35
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingGetModels, TStatus>;
|
|
@@ -62,14 +58,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
62
58
|
type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectGetDetailedModels>;
|
|
63
59
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectGetDetailedModels, TStatus>;
|
|
64
60
|
}
|
|
65
|
-
namespace AiHostingProjectGetUsage {
|
|
66
|
-
type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectGetUsage>;
|
|
67
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectGetUsage, TStatus>;
|
|
68
|
-
}
|
|
69
61
|
namespace AiHostingProjectLinkContainer {
|
|
70
62
|
type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectLinkContainer>;
|
|
71
63
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectLinkContainer, TStatus>;
|
|
72
64
|
}
|
|
65
|
+
namespace AppDetachAppinstallationStaging {
|
|
66
|
+
type RequestData = InferredRequestData<typeof descriptors.appDetachAppinstallationStaging>;
|
|
67
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appDetachAppinstallationStaging, TStatus>;
|
|
68
|
+
}
|
|
69
|
+
namespace AppGetAppInstallationSystemSoftware {
|
|
70
|
+
type RequestData = InferredRequestData<typeof descriptors.appGetAppInstallationSystemSoftware>;
|
|
71
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetAppInstallationSystemSoftware, TStatus>;
|
|
72
|
+
}
|
|
73
73
|
namespace AppGetApp {
|
|
74
74
|
type RequestData = InferredRequestData<typeof descriptors.appGetApp>;
|
|
75
75
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetApp, TStatus>;
|
|
@@ -134,10 +134,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
134
134
|
type RequestData = InferredRequestData<typeof descriptors.appListUpdateCandidatesForAppversion>;
|
|
135
135
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListUpdateCandidatesForAppversion, TStatus>;
|
|
136
136
|
}
|
|
137
|
+
namespace AppPromoteAppinstallationStaging {
|
|
138
|
+
type RequestData = InferredRequestData<typeof descriptors.appPromoteAppinstallationStaging>;
|
|
139
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appPromoteAppinstallationStaging, TStatus>;
|
|
140
|
+
}
|
|
137
141
|
namespace AppRequestAppinstallationCopy {
|
|
138
142
|
type RequestData = InferredRequestData<typeof descriptors.appRequestAppinstallationCopy>;
|
|
139
143
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRequestAppinstallationCopy, TStatus>;
|
|
140
144
|
}
|
|
145
|
+
namespace AppRequestAppinstallationStaging {
|
|
146
|
+
type RequestData = InferredRequestData<typeof descriptors.appRequestAppinstallationStaging>;
|
|
147
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRequestAppinstallationStaging, TStatus>;
|
|
148
|
+
}
|
|
141
149
|
namespace AppRetrieveStatus {
|
|
142
150
|
type RequestData = InferredRequestData<typeof descriptors.appRetrieveStatus>;
|
|
143
151
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRetrieveStatus, TStatus>;
|
|
@@ -1866,21 +1874,29 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1866
1874
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1867
1875
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1868
1876
|
}
|
|
1869
|
-
namespace
|
|
1870
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1871
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
1877
|
+
namespace AiHostingCustomerGetPlan {
|
|
1878
|
+
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerGetPlan>;
|
|
1879
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerGetPlan, TStatus>;
|
|
1872
1880
|
}
|
|
1873
|
-
namespace
|
|
1874
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1875
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
1881
|
+
namespace AiHostingCustomerUpdatePlan {
|
|
1882
|
+
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerUpdatePlan>;
|
|
1883
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerUpdatePlan, TStatus>;
|
|
1876
1884
|
}
|
|
1877
|
-
namespace
|
|
1878
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1879
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
1885
|
+
namespace AiHostingCustomerGetPlans {
|
|
1886
|
+
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerGetPlans>;
|
|
1887
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerGetPlans, TStatus>;
|
|
1880
1888
|
}
|
|
1881
|
-
namespace
|
|
1882
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
1883
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
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>;
|
|
1884
1900
|
}
|
|
1885
1901
|
}
|
|
1886
1902
|
namespace Components {
|
|
@@ -1919,6 +1935,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1919
1935
|
type AihostingDetailedModelStatus = "active" | "needApproval" | "deprecated";
|
|
1920
1936
|
interface AihostingKey {
|
|
1921
1937
|
containerMeta?: MittwaldAPIV2.Components.Schemas.AihostingContainerMeta;
|
|
1938
|
+
/**
|
|
1939
|
+
* @deprecated
|
|
1940
|
+
* This Field is deprecated. Use the profileId field instead.
|
|
1941
|
+
*/
|
|
1922
1942
|
customerId?: string;
|
|
1923
1943
|
/**
|
|
1924
1944
|
* Indicates whether the key is blocked.
|
|
@@ -1938,6 +1958,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1938
1958
|
*/
|
|
1939
1959
|
models: string[];
|
|
1940
1960
|
name: string;
|
|
1961
|
+
planId: string;
|
|
1962
|
+
profileId: string;
|
|
1941
1963
|
projectId?: string;
|
|
1942
1964
|
rateLimit: MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
1943
1965
|
tokenUsage: MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
|
|
@@ -1950,21 +1972,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1950
1972
|
termsOfServiceLink: string;
|
|
1951
1973
|
tokenFactor: number;
|
|
1952
1974
|
}
|
|
1953
|
-
|
|
1954
|
-
customerId: string;
|
|
1955
|
-
deletedAt?: string;
|
|
1956
|
-
keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
1957
|
-
modelTermsApprovalRequired: boolean;
|
|
1958
|
-
nextTokenReset: string;
|
|
1959
|
-
rateLimit: MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
1960
|
-
tokens: MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
|
|
1961
|
-
topUsages?: {
|
|
1962
|
-
keyId?: string;
|
|
1963
|
-
name: string;
|
|
1964
|
-
projectId?: string;
|
|
1965
|
-
tokenUsed: number;
|
|
1966
|
-
}[];
|
|
1967
|
-
}
|
|
1975
|
+
type AihostingPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan;
|
|
1968
1976
|
interface AihostingPlanUsageBig {
|
|
1969
1977
|
available: number;
|
|
1970
1978
|
planLimit: number;
|
|
@@ -2074,6 +2082,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2074
2082
|
appId: string;
|
|
2075
2083
|
appName: string;
|
|
2076
2084
|
appVersion: MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
2085
|
+
/**
|
|
2086
|
+
* Whether automatic updates are activated.
|
|
2087
|
+
*/
|
|
2088
|
+
autoUpdatesActivated?: boolean;
|
|
2077
2089
|
createdAt: string;
|
|
2078
2090
|
customDocumentRoot?: string;
|
|
2079
2091
|
deletionRequested?: boolean;
|
|
@@ -3475,6 +3487,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3475
3487
|
}
|
|
3476
3488
|
interface CronjobCronjobExecutionAnalysis {
|
|
3477
3489
|
message: string;
|
|
3490
|
+
recommendation?: string;
|
|
3478
3491
|
}
|
|
3479
3492
|
type CronjobCronjobExecutionSortOrder = "oldestFirst" | "newestFirst" | "slowestFirst" | "fastestFirst";
|
|
3480
3493
|
interface CronjobAppInstallationPatchTarget {
|
|
@@ -5642,6 +5655,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5642
5655
|
interface OrderAIHostingOrder {
|
|
5643
5656
|
customerId: string;
|
|
5644
5657
|
monthlyTokens: number;
|
|
5658
|
+
name?: string;
|
|
5645
5659
|
requestsPerMinute: number;
|
|
5646
5660
|
useFreeTrial?: boolean;
|
|
5647
5661
|
}
|
|
@@ -7152,6 +7166,44 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7152
7166
|
}
|
|
7153
7167
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
7154
7168
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
7169
|
+
interface AihostingCustomerPlan {
|
|
7170
|
+
customerId: string;
|
|
7171
|
+
deletedAt?: string;
|
|
7172
|
+
description: string;
|
|
7173
|
+
keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
7174
|
+
modelTermsApprovalRequired: boolean;
|
|
7175
|
+
nextTokenReset: string;
|
|
7176
|
+
planId: string;
|
|
7177
|
+
rateLimit: MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
7178
|
+
tokens: MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
|
|
7179
|
+
topUsages?: {
|
|
7180
|
+
keyId?: string;
|
|
7181
|
+
name: string;
|
|
7182
|
+
projectId?: string;
|
|
7183
|
+
tokenUsed: number;
|
|
7184
|
+
}[];
|
|
7185
|
+
}
|
|
7186
|
+
type AihostingCustomerPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan;
|
|
7187
|
+
interface AihostingCustomerPlans {
|
|
7188
|
+
modelTermsApprovalRequired: boolean;
|
|
7189
|
+
plans: MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan[];
|
|
7190
|
+
}
|
|
7191
|
+
interface AihostingProfile {
|
|
7192
|
+
planIds: string[];
|
|
7193
|
+
}
|
|
7194
|
+
interface AihostingProjectPlan {
|
|
7195
|
+
description?: string;
|
|
7196
|
+
keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
7197
|
+
modelTermsApprovalRequired: boolean;
|
|
7198
|
+
nextTokenReset?: string;
|
|
7199
|
+
planId: string;
|
|
7200
|
+
projectId: string;
|
|
7201
|
+
}
|
|
7202
|
+
type AihostingProjectPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingProjectPlans;
|
|
7203
|
+
interface AihostingProjectPlans {
|
|
7204
|
+
modelTermsApprovalRequired: boolean;
|
|
7205
|
+
plans: MittwaldAPIV2.Components.Schemas.AihostingProjectPlan[];
|
|
7206
|
+
}
|
|
7155
7207
|
interface CommonsAddress {
|
|
7156
7208
|
street: string;
|
|
7157
7209
|
houseNumber: string;
|
|
@@ -7390,7 +7442,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7390
7442
|
customerId: string;
|
|
7391
7443
|
};
|
|
7392
7444
|
type Header = {};
|
|
7393
|
-
type Query = {
|
|
7445
|
+
type Query = {
|
|
7446
|
+
planId?: string;
|
|
7447
|
+
};
|
|
7394
7448
|
}
|
|
7395
7449
|
namespace Responses {
|
|
7396
7450
|
namespace $200 {
|
|
@@ -7443,6 +7497,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7443
7497
|
interface RequestBody {
|
|
7444
7498
|
createWebuiContainer?: boolean;
|
|
7445
7499
|
name: string;
|
|
7500
|
+
planId: string;
|
|
7446
7501
|
projectId?: string;
|
|
7447
7502
|
}
|
|
7448
7503
|
type Header = {};
|
|
@@ -7750,61 +7805,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7750
7805
|
}
|
|
7751
7806
|
}
|
|
7752
7807
|
}
|
|
7753
|
-
namespace V2CustomersCustomerIdAiHosting {
|
|
7754
|
-
namespace Get {
|
|
7755
|
-
namespace Parameters {
|
|
7756
|
-
type Path = {
|
|
7757
|
-
customerId: string;
|
|
7758
|
-
};
|
|
7759
|
-
type Header = {};
|
|
7760
|
-
type Query = {
|
|
7761
|
-
topUsageCount?: number;
|
|
7762
|
-
};
|
|
7763
|
-
}
|
|
7764
|
-
namespace Responses {
|
|
7765
|
-
namespace $200 {
|
|
7766
|
-
namespace Content {
|
|
7767
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingPlanOptions;
|
|
7768
|
-
}
|
|
7769
|
-
}
|
|
7770
|
-
namespace $400 {
|
|
7771
|
-
namespace Content {
|
|
7772
|
-
interface ApplicationJson {
|
|
7773
|
-
[k: string]: unknown;
|
|
7774
|
-
}
|
|
7775
|
-
}
|
|
7776
|
-
}
|
|
7777
|
-
namespace $403 {
|
|
7778
|
-
namespace Content {
|
|
7779
|
-
interface ApplicationJson {
|
|
7780
|
-
[k: string]: unknown;
|
|
7781
|
-
}
|
|
7782
|
-
}
|
|
7783
|
-
}
|
|
7784
|
-
namespace $404 {
|
|
7785
|
-
namespace Content {
|
|
7786
|
-
interface ApplicationJson {
|
|
7787
|
-
[k: string]: unknown;
|
|
7788
|
-
}
|
|
7789
|
-
}
|
|
7790
|
-
}
|
|
7791
|
-
namespace $429 {
|
|
7792
|
-
namespace Content {
|
|
7793
|
-
interface ApplicationJson {
|
|
7794
|
-
[k: string]: unknown;
|
|
7795
|
-
}
|
|
7796
|
-
}
|
|
7797
|
-
}
|
|
7798
|
-
namespace Default {
|
|
7799
|
-
namespace Content {
|
|
7800
|
-
interface ApplicationJson {
|
|
7801
|
-
[k: string]: unknown;
|
|
7802
|
-
}
|
|
7803
|
-
}
|
|
7804
|
-
}
|
|
7805
|
-
}
|
|
7806
|
-
}
|
|
7807
|
-
}
|
|
7808
|
+
namespace V2CustomersCustomerIdAiHosting { }
|
|
7808
7809
|
namespace V2AiHostingModels {
|
|
7809
7810
|
namespace Get {
|
|
7810
7811
|
namespace Parameters {
|
|
@@ -7863,7 +7864,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7863
7864
|
projectId: string;
|
|
7864
7865
|
};
|
|
7865
7866
|
type Header = {};
|
|
7866
|
-
type Query = {
|
|
7867
|
+
type Query = {
|
|
7868
|
+
planId?: string;
|
|
7869
|
+
};
|
|
7867
7870
|
}
|
|
7868
7871
|
namespace Responses {
|
|
7869
7872
|
namespace $200 {
|
|
@@ -7916,6 +7919,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7916
7919
|
interface RequestBody {
|
|
7917
7920
|
createWebuiContainer?: boolean;
|
|
7918
7921
|
name: string;
|
|
7922
|
+
planId: string;
|
|
7919
7923
|
}
|
|
7920
7924
|
type Header = {};
|
|
7921
7925
|
type Query = {};
|
|
@@ -8221,24 +8225,26 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8221
8225
|
}
|
|
8222
8226
|
}
|
|
8223
8227
|
}
|
|
8224
|
-
namespace V2ProjectsProjectIdAiHosting {
|
|
8225
|
-
|
|
8228
|
+
namespace V2ProjectsProjectIdAiHosting { }
|
|
8229
|
+
namespace V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer {
|
|
8230
|
+
namespace Post {
|
|
8226
8231
|
namespace Parameters {
|
|
8227
8232
|
type Path = {
|
|
8228
8233
|
projectId: string;
|
|
8234
|
+
keyId: string;
|
|
8229
8235
|
};
|
|
8236
|
+
interface RequestBody {
|
|
8237
|
+
containerId: string;
|
|
8238
|
+
ingressId: string;
|
|
8239
|
+
stackId: string;
|
|
8240
|
+
}
|
|
8230
8241
|
type Header = {};
|
|
8231
8242
|
type Query = {};
|
|
8232
8243
|
}
|
|
8233
8244
|
namespace Responses {
|
|
8234
|
-
namespace $
|
|
8245
|
+
namespace $204 {
|
|
8235
8246
|
namespace Content {
|
|
8236
|
-
|
|
8237
|
-
keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
8238
|
-
modelTermsApprovalRequired: boolean;
|
|
8239
|
-
nextTokenReset?: string;
|
|
8240
|
-
projectId: string;
|
|
8241
|
-
}
|
|
8247
|
+
type Empty = unknown;
|
|
8242
8248
|
}
|
|
8243
8249
|
}
|
|
8244
8250
|
namespace $400 {
|
|
@@ -8262,6 +8268,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8262
8268
|
}
|
|
8263
8269
|
}
|
|
8264
8270
|
}
|
|
8271
|
+
namespace $412 {
|
|
8272
|
+
namespace Content {
|
|
8273
|
+
interface ApplicationJson {
|
|
8274
|
+
[k: string]: unknown;
|
|
8275
|
+
}
|
|
8276
|
+
}
|
|
8277
|
+
}
|
|
8265
8278
|
namespace $429 {
|
|
8266
8279
|
namespace Content {
|
|
8267
8280
|
interface ApplicationJson {
|
|
@@ -8279,17 +8292,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8279
8292
|
}
|
|
8280
8293
|
}
|
|
8281
8294
|
}
|
|
8282
|
-
namespace
|
|
8295
|
+
namespace V2AppInstallationsAppInstallationIdActionsDetachStaging {
|
|
8283
8296
|
namespace Post {
|
|
8284
8297
|
namespace Parameters {
|
|
8285
8298
|
type Path = {
|
|
8286
|
-
|
|
8287
|
-
keyId: string;
|
|
8299
|
+
appInstallationId: string;
|
|
8288
8300
|
};
|
|
8289
8301
|
interface RequestBody {
|
|
8290
|
-
|
|
8291
|
-
ingressId: string;
|
|
8292
|
-
stackId: string;
|
|
8302
|
+
description: string;
|
|
8293
8303
|
}
|
|
8294
8304
|
type Header = {};
|
|
8295
8305
|
type Query = {};
|
|
@@ -8300,28 +8310,55 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8300
8310
|
type Empty = unknown;
|
|
8301
8311
|
}
|
|
8302
8312
|
}
|
|
8303
|
-
namespace $
|
|
8313
|
+
namespace $404 {
|
|
8304
8314
|
namespace Content {
|
|
8305
8315
|
interface ApplicationJson {
|
|
8306
8316
|
[k: string]: unknown;
|
|
8307
8317
|
}
|
|
8308
8318
|
}
|
|
8309
8319
|
}
|
|
8310
|
-
namespace $
|
|
8320
|
+
namespace $412 {
|
|
8311
8321
|
namespace Content {
|
|
8312
8322
|
interface ApplicationJson {
|
|
8313
8323
|
[k: string]: unknown;
|
|
8314
8324
|
}
|
|
8315
8325
|
}
|
|
8316
8326
|
}
|
|
8317
|
-
namespace $
|
|
8327
|
+
namespace $429 {
|
|
8318
8328
|
namespace Content {
|
|
8319
8329
|
interface ApplicationJson {
|
|
8320
8330
|
[k: string]: unknown;
|
|
8321
8331
|
}
|
|
8322
8332
|
}
|
|
8323
8333
|
}
|
|
8324
|
-
namespace
|
|
8334
|
+
namespace Default {
|
|
8335
|
+
namespace Content {
|
|
8336
|
+
interface ApplicationJson {
|
|
8337
|
+
[k: string]: unknown;
|
|
8338
|
+
}
|
|
8339
|
+
}
|
|
8340
|
+
}
|
|
8341
|
+
}
|
|
8342
|
+
}
|
|
8343
|
+
}
|
|
8344
|
+
namespace V2AppInstallationsAppInstallationIdSystemSoftware {
|
|
8345
|
+
namespace Get {
|
|
8346
|
+
namespace Parameters {
|
|
8347
|
+
type Path = {
|
|
8348
|
+
appInstallationId: string;
|
|
8349
|
+
};
|
|
8350
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8351
|
+
type Query = {
|
|
8352
|
+
tagFilter?: string;
|
|
8353
|
+
};
|
|
8354
|
+
}
|
|
8355
|
+
namespace Responses {
|
|
8356
|
+
namespace $200 {
|
|
8357
|
+
namespace Content {
|
|
8358
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppSystemSoftware[];
|
|
8359
|
+
}
|
|
8360
|
+
}
|
|
8361
|
+
namespace $404 {
|
|
8325
8362
|
namespace Content {
|
|
8326
8363
|
interface ApplicationJson {
|
|
8327
8364
|
[k: string]: unknown;
|
|
@@ -9008,6 +9045,52 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9008
9045
|
}
|
|
9009
9046
|
}
|
|
9010
9047
|
}
|
|
9048
|
+
namespace V2AppInstallationsAppInstallationIdActionsPromoteStaging {
|
|
9049
|
+
namespace Post {
|
|
9050
|
+
namespace Parameters {
|
|
9051
|
+
type Path = {
|
|
9052
|
+
appInstallationId: string;
|
|
9053
|
+
};
|
|
9054
|
+
type Header = {};
|
|
9055
|
+
type Query = {};
|
|
9056
|
+
}
|
|
9057
|
+
namespace Responses {
|
|
9058
|
+
namespace $204 {
|
|
9059
|
+
namespace Content {
|
|
9060
|
+
type Empty = unknown;
|
|
9061
|
+
}
|
|
9062
|
+
}
|
|
9063
|
+
namespace $404 {
|
|
9064
|
+
namespace Content {
|
|
9065
|
+
interface ApplicationJson {
|
|
9066
|
+
[k: string]: unknown;
|
|
9067
|
+
}
|
|
9068
|
+
}
|
|
9069
|
+
}
|
|
9070
|
+
namespace $412 {
|
|
9071
|
+
namespace Content {
|
|
9072
|
+
interface ApplicationJson {
|
|
9073
|
+
[k: string]: unknown;
|
|
9074
|
+
}
|
|
9075
|
+
}
|
|
9076
|
+
}
|
|
9077
|
+
namespace $429 {
|
|
9078
|
+
namespace Content {
|
|
9079
|
+
interface ApplicationJson {
|
|
9080
|
+
[k: string]: unknown;
|
|
9081
|
+
}
|
|
9082
|
+
}
|
|
9083
|
+
}
|
|
9084
|
+
namespace Default {
|
|
9085
|
+
namespace Content {
|
|
9086
|
+
interface ApplicationJson {
|
|
9087
|
+
[k: string]: unknown;
|
|
9088
|
+
}
|
|
9089
|
+
}
|
|
9090
|
+
}
|
|
9091
|
+
}
|
|
9092
|
+
}
|
|
9093
|
+
}
|
|
9011
9094
|
namespace V2AppinstallationsAppInstallationIdActionsCopy { }
|
|
9012
9095
|
namespace V2AppInstallationsAppInstallationIdActionsCopy {
|
|
9013
9096
|
namespace Post {
|
|
@@ -9056,6 +9139,52 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9056
9139
|
}
|
|
9057
9140
|
}
|
|
9058
9141
|
}
|
|
9142
|
+
namespace V2AppInstallationsAppInstallationIdActionsStaging {
|
|
9143
|
+
namespace Post {
|
|
9144
|
+
namespace Parameters {
|
|
9145
|
+
type Path = {
|
|
9146
|
+
appInstallationId: string;
|
|
9147
|
+
};
|
|
9148
|
+
interface RequestBody {
|
|
9149
|
+
description: string;
|
|
9150
|
+
domain: string;
|
|
9151
|
+
installationPath?: string;
|
|
9152
|
+
}
|
|
9153
|
+
type Header = {};
|
|
9154
|
+
type Query = {};
|
|
9155
|
+
}
|
|
9156
|
+
namespace Responses {
|
|
9157
|
+
namespace $201 {
|
|
9158
|
+
namespace Content {
|
|
9159
|
+
interface ApplicationJson {
|
|
9160
|
+
id: string;
|
|
9161
|
+
}
|
|
9162
|
+
}
|
|
9163
|
+
}
|
|
9164
|
+
namespace $404 {
|
|
9165
|
+
namespace Content {
|
|
9166
|
+
interface ApplicationJson {
|
|
9167
|
+
[k: string]: unknown;
|
|
9168
|
+
}
|
|
9169
|
+
}
|
|
9170
|
+
}
|
|
9171
|
+
namespace $429 {
|
|
9172
|
+
namespace Content {
|
|
9173
|
+
interface ApplicationJson {
|
|
9174
|
+
[k: string]: unknown;
|
|
9175
|
+
}
|
|
9176
|
+
}
|
|
9177
|
+
}
|
|
9178
|
+
namespace Default {
|
|
9179
|
+
namespace Content {
|
|
9180
|
+
interface ApplicationJson {
|
|
9181
|
+
[k: string]: unknown;
|
|
9182
|
+
}
|
|
9183
|
+
}
|
|
9184
|
+
}
|
|
9185
|
+
}
|
|
9186
|
+
}
|
|
9187
|
+
}
|
|
9059
9188
|
namespace V2AppinstallationsAppInstallationIdStatus { }
|
|
9060
9189
|
namespace V2AppInstallationsAppInstallationIdStatus {
|
|
9061
9190
|
namespace Get {
|
|
@@ -11077,7 +11206,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11077
11206
|
stackId: string;
|
|
11078
11207
|
serviceId: string;
|
|
11079
11208
|
};
|
|
11080
|
-
type Header = {
|
|
11209
|
+
type Header = {
|
|
11210
|
+
Range?: string;
|
|
11211
|
+
"If-Range"?: string;
|
|
11212
|
+
} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11081
11213
|
type Query = {
|
|
11082
11214
|
tail?: number;
|
|
11083
11215
|
};
|
|
@@ -11088,6 +11220,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11088
11220
|
type TextPlain = string;
|
|
11089
11221
|
}
|
|
11090
11222
|
}
|
|
11223
|
+
namespace $206 {
|
|
11224
|
+
namespace Content {
|
|
11225
|
+
type TextPlain = string;
|
|
11226
|
+
}
|
|
11227
|
+
}
|
|
11091
11228
|
namespace $403 {
|
|
11092
11229
|
namespace Content {
|
|
11093
11230
|
interface ApplicationJson {
|
|
@@ -11102,6 +11239,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11102
11239
|
}
|
|
11103
11240
|
}
|
|
11104
11241
|
}
|
|
11242
|
+
namespace $416 {
|
|
11243
|
+
namespace Content {
|
|
11244
|
+
interface ApplicationJson {
|
|
11245
|
+
[k: string]: unknown;
|
|
11246
|
+
}
|
|
11247
|
+
}
|
|
11248
|
+
}
|
|
11105
11249
|
namespace $429 {
|
|
11106
11250
|
namespace Content {
|
|
11107
11251
|
interface ApplicationJson {
|
|
@@ -12890,9 +13034,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12890
13034
|
};
|
|
12891
13035
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12892
13036
|
type Query = {
|
|
13037
|
+
search?: string;
|
|
13038
|
+
baseArticleNames?: string[];
|
|
12893
13039
|
limit?: number;
|
|
12894
13040
|
skip?: number;
|
|
12895
13041
|
page?: number;
|
|
13042
|
+
sort?: "description" | "contractNumber";
|
|
13043
|
+
order?: "asc" | "desc";
|
|
12896
13044
|
};
|
|
12897
13045
|
}
|
|
12898
13046
|
namespace Responses {
|
|
@@ -16010,9 +16158,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16010
16158
|
}
|
|
16011
16159
|
}
|
|
16012
16160
|
}
|
|
16013
|
-
namespace
|
|
16161
|
+
namespace Default {
|
|
16014
16162
|
namespace Content {
|
|
16015
16163
|
interface ApplicationJson {
|
|
16164
|
+
[k: string]: unknown;
|
|
16016
16165
|
}
|
|
16017
16166
|
}
|
|
16018
16167
|
}
|
|
@@ -26846,7 +26995,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
26846
26995
|
type Path = {
|
|
26847
26996
|
projectId: string;
|
|
26848
26997
|
};
|
|
26849
|
-
type Header = {
|
|
26998
|
+
type Header = {
|
|
26999
|
+
Range?: string;
|
|
27000
|
+
"If-Range"?: string;
|
|
27001
|
+
} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
26850
27002
|
type Query = {
|
|
26851
27003
|
file?: string;
|
|
26852
27004
|
inline?: boolean;
|
|
@@ -26858,6 +27010,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
26858
27010
|
type ApplicationOctetStream = string;
|
|
26859
27011
|
}
|
|
26860
27012
|
}
|
|
27013
|
+
namespace $206 {
|
|
27014
|
+
namespace Content {
|
|
27015
|
+
type ApplicationOctetStream = string;
|
|
27016
|
+
}
|
|
27017
|
+
}
|
|
26861
27018
|
namespace $403 {
|
|
26862
27019
|
namespace Content {
|
|
26863
27020
|
interface ApplicationJson {
|
|
@@ -26872,6 +27029,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
26872
27029
|
}
|
|
26873
27030
|
}
|
|
26874
27031
|
}
|
|
27032
|
+
namespace $416 {
|
|
27033
|
+
namespace Content {
|
|
27034
|
+
interface ApplicationJson {
|
|
27035
|
+
[k: string]: unknown;
|
|
27036
|
+
}
|
|
27037
|
+
}
|
|
27038
|
+
}
|
|
26875
27039
|
namespace $429 {
|
|
26876
27040
|
namespace Content {
|
|
26877
27041
|
interface ApplicationJson {
|
|
@@ -31408,21 +31572,36 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31408
31572
|
}
|
|
31409
31573
|
}
|
|
31410
31574
|
}
|
|
31411
|
-
namespace
|
|
31575
|
+
namespace V2CustomersCustomerIdAiHostingsPlanId {
|
|
31412
31576
|
namespace Get {
|
|
31413
31577
|
namespace Parameters {
|
|
31414
31578
|
type Path = {
|
|
31415
|
-
|
|
31579
|
+
customerId: string;
|
|
31580
|
+
planId: string;
|
|
31416
31581
|
};
|
|
31417
|
-
type Header = {}
|
|
31582
|
+
type Header = {};
|
|
31418
31583
|
type Query = {
|
|
31419
|
-
|
|
31584
|
+
topUsageCount?: number;
|
|
31420
31585
|
};
|
|
31421
31586
|
}
|
|
31422
31587
|
namespace Responses {
|
|
31423
31588
|
namespace $200 {
|
|
31424
31589
|
namespace Content {
|
|
31425
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
31590
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan;
|
|
31591
|
+
}
|
|
31592
|
+
}
|
|
31593
|
+
namespace $400 {
|
|
31594
|
+
namespace Content {
|
|
31595
|
+
interface ApplicationJson {
|
|
31596
|
+
[k: string]: unknown;
|
|
31597
|
+
}
|
|
31598
|
+
}
|
|
31599
|
+
}
|
|
31600
|
+
namespace $403 {
|
|
31601
|
+
namespace Content {
|
|
31602
|
+
interface ApplicationJson {
|
|
31603
|
+
[k: string]: unknown;
|
|
31604
|
+
}
|
|
31426
31605
|
}
|
|
31427
31606
|
}
|
|
31428
31607
|
namespace $404 {
|
|
@@ -31448,15 +31627,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31448
31627
|
}
|
|
31449
31628
|
}
|
|
31450
31629
|
}
|
|
31451
|
-
|
|
31452
|
-
namespace V2AppInstallationsAppInstallationIdActionsDetachStaging {
|
|
31453
|
-
namespace Post {
|
|
31630
|
+
namespace Put {
|
|
31454
31631
|
namespace Parameters {
|
|
31455
31632
|
type Path = {
|
|
31456
|
-
|
|
31633
|
+
customerId: string;
|
|
31634
|
+
planId: string;
|
|
31457
31635
|
};
|
|
31458
31636
|
interface RequestBody {
|
|
31459
|
-
description
|
|
31637
|
+
description?: string;
|
|
31460
31638
|
}
|
|
31461
31639
|
type Header = {};
|
|
31462
31640
|
type Query = {};
|
|
@@ -31467,14 +31645,21 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31467
31645
|
type Empty = unknown;
|
|
31468
31646
|
}
|
|
31469
31647
|
}
|
|
31470
|
-
namespace $
|
|
31648
|
+
namespace $400 {
|
|
31471
31649
|
namespace Content {
|
|
31472
31650
|
interface ApplicationJson {
|
|
31473
31651
|
[k: string]: unknown;
|
|
31474
31652
|
}
|
|
31475
31653
|
}
|
|
31476
31654
|
}
|
|
31477
|
-
namespace $
|
|
31655
|
+
namespace $403 {
|
|
31656
|
+
namespace Content {
|
|
31657
|
+
interface ApplicationJson {
|
|
31658
|
+
[k: string]: unknown;
|
|
31659
|
+
}
|
|
31660
|
+
}
|
|
31661
|
+
}
|
|
31662
|
+
namespace $404 {
|
|
31478
31663
|
namespace Content {
|
|
31479
31664
|
interface ApplicationJson {
|
|
31480
31665
|
[k: string]: unknown;
|
|
@@ -31498,11 +31683,64 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31498
31683
|
}
|
|
31499
31684
|
}
|
|
31500
31685
|
}
|
|
31501
|
-
namespace
|
|
31686
|
+
namespace V2CustomersCustomerIdAiHostings {
|
|
31687
|
+
namespace Get {
|
|
31688
|
+
namespace Parameters {
|
|
31689
|
+
type Path = {
|
|
31690
|
+
customerId: string;
|
|
31691
|
+
};
|
|
31692
|
+
type Header = {};
|
|
31693
|
+
type Query = {
|
|
31694
|
+
topUsageCount?: number;
|
|
31695
|
+
};
|
|
31696
|
+
}
|
|
31697
|
+
namespace Responses {
|
|
31698
|
+
namespace $200 {
|
|
31699
|
+
namespace Content {
|
|
31700
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlans;
|
|
31701
|
+
}
|
|
31702
|
+
}
|
|
31703
|
+
namespace $400 {
|
|
31704
|
+
namespace Content {
|
|
31705
|
+
interface ApplicationJson {
|
|
31706
|
+
[k: string]: unknown;
|
|
31707
|
+
}
|
|
31708
|
+
}
|
|
31709
|
+
}
|
|
31710
|
+
namespace $403 {
|
|
31711
|
+
namespace Content {
|
|
31712
|
+
interface ApplicationJson {
|
|
31713
|
+
[k: string]: unknown;
|
|
31714
|
+
}
|
|
31715
|
+
}
|
|
31716
|
+
}
|
|
31717
|
+
namespace $404 {
|
|
31718
|
+
namespace Content {
|
|
31719
|
+
interface ApplicationJson {
|
|
31720
|
+
[k: string]: unknown;
|
|
31721
|
+
}
|
|
31722
|
+
}
|
|
31723
|
+
}
|
|
31724
|
+
namespace $429 {
|
|
31725
|
+
namespace Content {
|
|
31726
|
+
interface ApplicationJson {
|
|
31727
|
+
[k: string]: unknown;
|
|
31728
|
+
}
|
|
31729
|
+
}
|
|
31730
|
+
}
|
|
31731
|
+
namespace Default {
|
|
31732
|
+
namespace Content {
|
|
31733
|
+
interface ApplicationJson {
|
|
31734
|
+
[k: string]: unknown;
|
|
31735
|
+
}
|
|
31736
|
+
}
|
|
31737
|
+
}
|
|
31738
|
+
}
|
|
31739
|
+
}
|
|
31502
31740
|
namespace Post {
|
|
31503
31741
|
namespace Parameters {
|
|
31504
31742
|
type Path = {
|
|
31505
|
-
|
|
31743
|
+
customerId: string;
|
|
31506
31744
|
};
|
|
31507
31745
|
type Header = {};
|
|
31508
31746
|
type Query = {};
|
|
@@ -31513,14 +31751,21 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31513
31751
|
type Empty = unknown;
|
|
31514
31752
|
}
|
|
31515
31753
|
}
|
|
31516
|
-
namespace $
|
|
31754
|
+
namespace $400 {
|
|
31517
31755
|
namespace Content {
|
|
31518
31756
|
interface ApplicationJson {
|
|
31519
31757
|
[k: string]: unknown;
|
|
31520
31758
|
}
|
|
31521
31759
|
}
|
|
31522
31760
|
}
|
|
31523
|
-
namespace $
|
|
31761
|
+
namespace $403 {
|
|
31762
|
+
namespace Content {
|
|
31763
|
+
interface ApplicationJson {
|
|
31764
|
+
[k: string]: unknown;
|
|
31765
|
+
}
|
|
31766
|
+
}
|
|
31767
|
+
}
|
|
31768
|
+
namespace $404 {
|
|
31524
31769
|
namespace Content {
|
|
31525
31770
|
interface ApplicationJson {
|
|
31526
31771
|
[k: string]: unknown;
|
|
@@ -31544,25 +31789,86 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31544
31789
|
}
|
|
31545
31790
|
}
|
|
31546
31791
|
}
|
|
31547
|
-
namespace
|
|
31548
|
-
namespace
|
|
31792
|
+
namespace V2ProjectsProjectIdAiHostingsPlanId {
|
|
31793
|
+
namespace Get {
|
|
31549
31794
|
namespace Parameters {
|
|
31550
31795
|
type Path = {
|
|
31551
|
-
|
|
31796
|
+
projectId: string;
|
|
31797
|
+
planId: string;
|
|
31552
31798
|
};
|
|
31553
|
-
|
|
31554
|
-
|
|
31555
|
-
|
|
31556
|
-
|
|
31799
|
+
type Header = {};
|
|
31800
|
+
type Query = {};
|
|
31801
|
+
}
|
|
31802
|
+
namespace Responses {
|
|
31803
|
+
namespace $200 {
|
|
31804
|
+
namespace Content {
|
|
31805
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingProjectPlan;
|
|
31806
|
+
}
|
|
31807
|
+
}
|
|
31808
|
+
namespace $400 {
|
|
31809
|
+
namespace Content {
|
|
31810
|
+
interface ApplicationJson {
|
|
31811
|
+
[k: string]: unknown;
|
|
31812
|
+
}
|
|
31813
|
+
}
|
|
31814
|
+
}
|
|
31815
|
+
namespace $403 {
|
|
31816
|
+
namespace Content {
|
|
31817
|
+
interface ApplicationJson {
|
|
31818
|
+
[k: string]: unknown;
|
|
31819
|
+
}
|
|
31820
|
+
}
|
|
31821
|
+
}
|
|
31822
|
+
namespace $404 {
|
|
31823
|
+
namespace Content {
|
|
31824
|
+
interface ApplicationJson {
|
|
31825
|
+
[k: string]: unknown;
|
|
31826
|
+
}
|
|
31827
|
+
}
|
|
31557
31828
|
}
|
|
31829
|
+
namespace $429 {
|
|
31830
|
+
namespace Content {
|
|
31831
|
+
interface ApplicationJson {
|
|
31832
|
+
[k: string]: unknown;
|
|
31833
|
+
}
|
|
31834
|
+
}
|
|
31835
|
+
}
|
|
31836
|
+
namespace Default {
|
|
31837
|
+
namespace Content {
|
|
31838
|
+
interface ApplicationJson {
|
|
31839
|
+
[k: string]: unknown;
|
|
31840
|
+
}
|
|
31841
|
+
}
|
|
31842
|
+
}
|
|
31843
|
+
}
|
|
31844
|
+
}
|
|
31845
|
+
}
|
|
31846
|
+
namespace V2ProjectsProjectIdAiHostings {
|
|
31847
|
+
namespace Get {
|
|
31848
|
+
namespace Parameters {
|
|
31849
|
+
type Path = {
|
|
31850
|
+
projectId: string;
|
|
31851
|
+
};
|
|
31558
31852
|
type Header = {};
|
|
31559
31853
|
type Query = {};
|
|
31560
31854
|
}
|
|
31561
31855
|
namespace Responses {
|
|
31562
|
-
namespace $
|
|
31856
|
+
namespace $200 {
|
|
31857
|
+
namespace Content {
|
|
31858
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingProjectPlans;
|
|
31859
|
+
}
|
|
31860
|
+
}
|
|
31861
|
+
namespace $400 {
|
|
31563
31862
|
namespace Content {
|
|
31564
31863
|
interface ApplicationJson {
|
|
31565
|
-
|
|
31864
|
+
[k: string]: unknown;
|
|
31865
|
+
}
|
|
31866
|
+
}
|
|
31867
|
+
}
|
|
31868
|
+
namespace $403 {
|
|
31869
|
+
namespace Content {
|
|
31870
|
+
interface ApplicationJson {
|
|
31871
|
+
[k: string]: unknown;
|
|
31566
31872
|
}
|
|
31567
31873
|
}
|
|
31568
31874
|
}
|