@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.
@@ -30,10 +30,6 @@ export declare namespace MittwaldAPIV3Next {
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 MittwaldAPIV3Next {
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 MittwaldAPIV3Next {
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 MittwaldAPIV3Next {
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 AppGetAppInstallationSystemSoftware {
1870
- type RequestData = InferredRequestData<typeof descriptors.appGetAppInstallationSystemSoftware>;
1871
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetAppInstallationSystemSoftware, TStatus>;
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 AppDetachAppinstallationStaging {
1874
- type RequestData = InferredRequestData<typeof descriptors.appDetachAppinstallationStaging>;
1875
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appDetachAppinstallationStaging, TStatus>;
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 AppPromoteAppinstallationStaging {
1878
- type RequestData = InferredRequestData<typeof descriptors.appPromoteAppinstallationStaging>;
1879
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appPromoteAppinstallationStaging, TStatus>;
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 AppRequestAppinstallationStaging {
1882
- type RequestData = InferredRequestData<typeof descriptors.appRequestAppinstallationStaging>;
1883
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRequestAppinstallationStaging, TStatus>;
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 MittwaldAPIV3Next {
1919
1935
  type DeMittwaldAihostingDetailedModelStatus = "active" | "needApproval" | "deprecated";
1920
1936
  interface DeMittwaldAihostingKey {
1921
1937
  containerMeta?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingContainerMeta;
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 MittwaldAPIV3Next {
1938
1958
  */
1939
1959
  models: string[];
1940
1960
  name: string;
1961
+ planId: string;
1962
+ profileId: string;
1941
1963
  projectId?: string;
1942
1964
  rateLimit: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
1943
1965
  tokenUsage: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingTokenUsage;
@@ -1950,21 +1972,7 @@ export declare namespace MittwaldAPIV3Next {
1950
1972
  termsOfServiceLink: string;
1951
1973
  tokenFactor: number;
1952
1974
  }
1953
- interface DeMittwaldAihostingPlanOptions {
1954
- customerId: string;
1955
- deletedAt?: string;
1956
- keys: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
1957
- modelTermsApprovalRequired: boolean;
1958
- nextTokenReset: string;
1959
- rateLimit: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
1960
- tokens: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsageBig;
1961
- topUsages?: {
1962
- keyId?: string;
1963
- name: string;
1964
- projectId?: string;
1965
- tokenUsed: number;
1966
- }[];
1967
- }
1975
+ type DeMittwaldAihostingPlanOptions = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan;
1968
1976
  interface DeMittwaldAihostingPlanUsageBig {
1969
1977
  available: number;
1970
1978
  planLimit: number;
@@ -2074,6 +2082,10 @@ export declare namespace MittwaldAPIV3Next {
2074
2082
  appId: string;
2075
2083
  appName: string;
2076
2084
  appVersion: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppVersionStatus;
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 MittwaldAPIV3Next {
3475
3487
  }
3476
3488
  interface DeMittwaldCronjobCronjobExecutionAnalysis {
3477
3489
  message: string;
3490
+ recommendation?: string;
3478
3491
  }
3479
3492
  type DeMittwaldCronjobCronjobExecutionSortOrder = "oldestFirst" | "newestFirst" | "slowestFirst" | "fastestFirst";
3480
3493
  interface DeMittwaldCronjobAppInstallationPatchTarget {
@@ -5646,6 +5659,7 @@ export declare namespace MittwaldAPIV3Next {
5646
5659
  interface DeMittwaldOrderAIHostingOrder {
5647
5660
  customerId: string;
5648
5661
  monthlyTokens: number;
5662
+ name?: string;
5649
5663
  requestsPerMinute: number;
5650
5664
  useFreeTrial?: boolean;
5651
5665
  }
@@ -7156,6 +7170,44 @@ export declare namespace MittwaldAPIV3Next {
7156
7170
  }
7157
7171
  type DeMittwaldVerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
7158
7172
  type DeMittwaldContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
7173
+ interface DeMittwaldAihostingCustomerPlan {
7174
+ customerId: string;
7175
+ deletedAt?: string;
7176
+ description: string;
7177
+ keys: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
7178
+ modelTermsApprovalRequired: boolean;
7179
+ nextTokenReset: string;
7180
+ planId: string;
7181
+ rateLimit: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
7182
+ tokens: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsageBig;
7183
+ topUsages?: {
7184
+ keyId?: string;
7185
+ name: string;
7186
+ projectId?: string;
7187
+ tokenUsed: number;
7188
+ }[];
7189
+ }
7190
+ type DeMittwaldAihostingCustomerPlanOptions = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan;
7191
+ interface DeMittwaldAihostingCustomerPlans {
7192
+ modelTermsApprovalRequired: boolean;
7193
+ plans: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan[];
7194
+ }
7195
+ interface DeMittwaldAihostingProfile {
7196
+ planIds: string[];
7197
+ }
7198
+ interface DeMittwaldAihostingProjectPlan {
7199
+ description?: string;
7200
+ keys: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
7201
+ modelTermsApprovalRequired: boolean;
7202
+ nextTokenReset?: string;
7203
+ planId: string;
7204
+ projectId: string;
7205
+ }
7206
+ type DeMittwaldAihostingProjectPlanOptions = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlans;
7207
+ interface DeMittwaldAihostingProjectPlans {
7208
+ modelTermsApprovalRequired: boolean;
7209
+ plans: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan[];
7210
+ }
7159
7211
  interface DeMittwaldCommonsAddress {
7160
7212
  street: string;
7161
7213
  houseNumber: string;
@@ -7394,7 +7446,9 @@ export declare namespace MittwaldAPIV3Next {
7394
7446
  customerId: string;
7395
7447
  };
7396
7448
  type Header = {};
7397
- type Query = {};
7449
+ type Query = {
7450
+ planId?: string;
7451
+ };
7398
7452
  }
7399
7453
  namespace Responses {
7400
7454
  namespace $200 {
@@ -7447,6 +7501,7 @@ export declare namespace MittwaldAPIV3Next {
7447
7501
  interface RequestBody {
7448
7502
  createWebuiContainer?: boolean;
7449
7503
  name: string;
7504
+ planId: string;
7450
7505
  projectId?: string;
7451
7506
  }
7452
7507
  type Header = {};
@@ -7754,61 +7809,7 @@ export declare namespace MittwaldAPIV3Next {
7754
7809
  }
7755
7810
  }
7756
7811
  }
7757
- namespace V3NextCustomersCustomerIdAiHosting {
7758
- namespace Get {
7759
- namespace Parameters {
7760
- type Path = {
7761
- customerId: string;
7762
- };
7763
- type Header = {};
7764
- type Query = {
7765
- topUsageCount?: number;
7766
- };
7767
- }
7768
- namespace Responses {
7769
- namespace $200 {
7770
- namespace Content {
7771
- type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanOptions;
7772
- }
7773
- }
7774
- namespace $400 {
7775
- namespace Content {
7776
- interface ApplicationJson {
7777
- [k: string]: unknown;
7778
- }
7779
- }
7780
- }
7781
- namespace $403 {
7782
- namespace Content {
7783
- interface ApplicationJson {
7784
- [k: string]: unknown;
7785
- }
7786
- }
7787
- }
7788
- namespace $404 {
7789
- namespace Content {
7790
- interface ApplicationJson {
7791
- [k: string]: unknown;
7792
- }
7793
- }
7794
- }
7795
- namespace $429 {
7796
- namespace Content {
7797
- interface ApplicationJson {
7798
- [k: string]: unknown;
7799
- }
7800
- }
7801
- }
7802
- namespace Default {
7803
- namespace Content {
7804
- interface ApplicationJson {
7805
- [k: string]: unknown;
7806
- }
7807
- }
7808
- }
7809
- }
7810
- }
7811
- }
7812
+ namespace V3NextCustomersCustomerIdAiHosting { }
7812
7813
  namespace V3NextAiHostingModels {
7813
7814
  namespace Get {
7814
7815
  namespace Parameters {
@@ -7867,7 +7868,9 @@ export declare namespace MittwaldAPIV3Next {
7867
7868
  projectId: string;
7868
7869
  };
7869
7870
  type Header = {};
7870
- type Query = {};
7871
+ type Query = {
7872
+ planId?: string;
7873
+ };
7871
7874
  }
7872
7875
  namespace Responses {
7873
7876
  namespace $200 {
@@ -7920,6 +7923,7 @@ export declare namespace MittwaldAPIV3Next {
7920
7923
  interface RequestBody {
7921
7924
  createWebuiContainer?: boolean;
7922
7925
  name: string;
7926
+ planId: string;
7923
7927
  }
7924
7928
  type Header = {};
7925
7929
  type Query = {};
@@ -8225,24 +8229,26 @@ export declare namespace MittwaldAPIV3Next {
8225
8229
  }
8226
8230
  }
8227
8231
  }
8228
- namespace V3NextProjectsProjectIdAiHosting {
8229
- namespace Get {
8232
+ namespace V3NextProjectsProjectIdAiHosting { }
8233
+ namespace V3NextProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer {
8234
+ namespace Post {
8230
8235
  namespace Parameters {
8231
8236
  type Path = {
8232
8237
  projectId: string;
8238
+ keyId: string;
8233
8239
  };
8240
+ interface RequestBody {
8241
+ containerId: string;
8242
+ ingressId: string;
8243
+ stackId: string;
8244
+ }
8234
8245
  type Header = {};
8235
8246
  type Query = {};
8236
8247
  }
8237
8248
  namespace Responses {
8238
- namespace $200 {
8249
+ namespace $204 {
8239
8250
  namespace Content {
8240
- interface ApplicationJson {
8241
- keys: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
8242
- modelTermsApprovalRequired: boolean;
8243
- nextTokenReset?: string;
8244
- projectId: string;
8245
- }
8251
+ type Empty = unknown;
8246
8252
  }
8247
8253
  }
8248
8254
  namespace $400 {
@@ -8266,6 +8272,13 @@ export declare namespace MittwaldAPIV3Next {
8266
8272
  }
8267
8273
  }
8268
8274
  }
8275
+ namespace $412 {
8276
+ namespace Content {
8277
+ interface ApplicationJson {
8278
+ [k: string]: unknown;
8279
+ }
8280
+ }
8281
+ }
8269
8282
  namespace $429 {
8270
8283
  namespace Content {
8271
8284
  interface ApplicationJson {
@@ -8283,17 +8296,14 @@ export declare namespace MittwaldAPIV3Next {
8283
8296
  }
8284
8297
  }
8285
8298
  }
8286
- namespace V3NextProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer {
8299
+ namespace V3NextAppInstallationsAppInstallationIdActionsDetachStaging {
8287
8300
  namespace Post {
8288
8301
  namespace Parameters {
8289
8302
  type Path = {
8290
- projectId: string;
8291
- keyId: string;
8303
+ appInstallationId: string;
8292
8304
  };
8293
8305
  interface RequestBody {
8294
- containerId: string;
8295
- ingressId: string;
8296
- stackId: string;
8306
+ description: string;
8297
8307
  }
8298
8308
  type Header = {};
8299
8309
  type Query = {};
@@ -8304,28 +8314,55 @@ export declare namespace MittwaldAPIV3Next {
8304
8314
  type Empty = unknown;
8305
8315
  }
8306
8316
  }
8307
- namespace $400 {
8317
+ namespace $404 {
8308
8318
  namespace Content {
8309
8319
  interface ApplicationJson {
8310
8320
  [k: string]: unknown;
8311
8321
  }
8312
8322
  }
8313
8323
  }
8314
- namespace $403 {
8324
+ namespace $412 {
8315
8325
  namespace Content {
8316
8326
  interface ApplicationJson {
8317
8327
  [k: string]: unknown;
8318
8328
  }
8319
8329
  }
8320
8330
  }
8321
- namespace $404 {
8331
+ namespace $429 {
8322
8332
  namespace Content {
8323
8333
  interface ApplicationJson {
8324
8334
  [k: string]: unknown;
8325
8335
  }
8326
8336
  }
8327
8337
  }
8328
- namespace $412 {
8338
+ namespace Default {
8339
+ namespace Content {
8340
+ interface ApplicationJson {
8341
+ [k: string]: unknown;
8342
+ }
8343
+ }
8344
+ }
8345
+ }
8346
+ }
8347
+ }
8348
+ namespace V3NextAppInstallationsAppInstallationIdSystemSoftware {
8349
+ namespace Get {
8350
+ namespace Parameters {
8351
+ type Path = {
8352
+ appInstallationId: string;
8353
+ };
8354
+ type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
8355
+ type Query = {
8356
+ tagFilter?: string;
8357
+ };
8358
+ }
8359
+ namespace Responses {
8360
+ namespace $200 {
8361
+ namespace Content {
8362
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware[];
8363
+ }
8364
+ }
8365
+ namespace $404 {
8329
8366
  namespace Content {
8330
8367
  interface ApplicationJson {
8331
8368
  [k: string]: unknown;
@@ -9003,6 +9040,52 @@ export declare namespace MittwaldAPIV3Next {
9003
9040
  }
9004
9041
  }
9005
9042
  }
9043
+ namespace V3NextAppInstallationsAppInstallationIdActionsPromoteStaging {
9044
+ namespace Post {
9045
+ namespace Parameters {
9046
+ type Path = {
9047
+ appInstallationId: string;
9048
+ };
9049
+ type Header = {};
9050
+ type Query = {};
9051
+ }
9052
+ namespace Responses {
9053
+ namespace $204 {
9054
+ namespace Content {
9055
+ type Empty = unknown;
9056
+ }
9057
+ }
9058
+ namespace $404 {
9059
+ namespace Content {
9060
+ interface ApplicationJson {
9061
+ [k: string]: unknown;
9062
+ }
9063
+ }
9064
+ }
9065
+ namespace $412 {
9066
+ namespace Content {
9067
+ interface ApplicationJson {
9068
+ [k: string]: unknown;
9069
+ }
9070
+ }
9071
+ }
9072
+ namespace $429 {
9073
+ namespace Content {
9074
+ interface ApplicationJson {
9075
+ [k: string]: unknown;
9076
+ }
9077
+ }
9078
+ }
9079
+ namespace Default {
9080
+ namespace Content {
9081
+ interface ApplicationJson {
9082
+ [k: string]: unknown;
9083
+ }
9084
+ }
9085
+ }
9086
+ }
9087
+ }
9088
+ }
9006
9089
  namespace V3NextAppInstallationsAppInstallationIdActionsCopy {
9007
9090
  namespace Post {
9008
9091
  namespace Parameters {
@@ -9050,6 +9133,52 @@ export declare namespace MittwaldAPIV3Next {
9050
9133
  }
9051
9134
  }
9052
9135
  }
9136
+ namespace V3NextAppInstallationsAppInstallationIdActionsStaging {
9137
+ namespace Post {
9138
+ namespace Parameters {
9139
+ type Path = {
9140
+ appInstallationId: string;
9141
+ };
9142
+ interface RequestBody {
9143
+ description: string;
9144
+ domain: string;
9145
+ installationPath?: string;
9146
+ }
9147
+ type Header = {};
9148
+ type Query = {};
9149
+ }
9150
+ namespace Responses {
9151
+ namespace $201 {
9152
+ namespace Content {
9153
+ interface ApplicationJson {
9154
+ id: string;
9155
+ }
9156
+ }
9157
+ }
9158
+ namespace $404 {
9159
+ namespace Content {
9160
+ interface ApplicationJson {
9161
+ [k: string]: unknown;
9162
+ }
9163
+ }
9164
+ }
9165
+ namespace $429 {
9166
+ namespace Content {
9167
+ interface ApplicationJson {
9168
+ [k: string]: unknown;
9169
+ }
9170
+ }
9171
+ }
9172
+ namespace Default {
9173
+ namespace Content {
9174
+ interface ApplicationJson {
9175
+ [k: string]: unknown;
9176
+ }
9177
+ }
9178
+ }
9179
+ }
9180
+ }
9181
+ }
9053
9182
  namespace V3NextAppInstallationsAppInstallationIdStatus {
9054
9183
  namespace Get {
9055
9184
  namespace Parameters {
@@ -11069,7 +11198,10 @@ export declare namespace MittwaldAPIV3Next {
11069
11198
  stackId: string;
11070
11199
  serviceId: string;
11071
11200
  };
11072
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
11201
+ type Header = {
11202
+ Range?: string;
11203
+ "If-Range"?: string;
11204
+ } & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
11073
11205
  type Query = {
11074
11206
  tail?: number;
11075
11207
  };
@@ -11080,6 +11212,11 @@ export declare namespace MittwaldAPIV3Next {
11080
11212
  type TextPlain = string;
11081
11213
  }
11082
11214
  }
11215
+ namespace $206 {
11216
+ namespace Content {
11217
+ type TextPlain = string;
11218
+ }
11219
+ }
11083
11220
  namespace $403 {
11084
11221
  namespace Content {
11085
11222
  interface ApplicationJson {
@@ -11094,6 +11231,13 @@ export declare namespace MittwaldAPIV3Next {
11094
11231
  }
11095
11232
  }
11096
11233
  }
11234
+ namespace $416 {
11235
+ namespace Content {
11236
+ interface ApplicationJson {
11237
+ [k: string]: unknown;
11238
+ }
11239
+ }
11240
+ }
11097
11241
  namespace $429 {
11098
11242
  namespace Content {
11099
11243
  interface ApplicationJson {
@@ -12882,9 +13026,13 @@ export declare namespace MittwaldAPIV3Next {
12882
13026
  };
12883
13027
  type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
12884
13028
  type Query = {
13029
+ search?: string;
13030
+ baseArticleNames?: string[];
12885
13031
  limit?: number;
12886
13032
  skip?: number;
12887
13033
  page?: number;
13034
+ sort?: "description" | "contractNumber";
13035
+ order?: "asc" | "desc";
12888
13036
  };
12889
13037
  }
12890
13038
  namespace Responses {
@@ -16001,9 +16149,10 @@ export declare namespace MittwaldAPIV3Next {
16001
16149
  }
16002
16150
  }
16003
16151
  }
16004
- namespace $500 {
16152
+ namespace Default {
16005
16153
  namespace Content {
16006
16154
  interface ApplicationJson {
16155
+ [k: string]: unknown;
16007
16156
  }
16008
16157
  }
16009
16158
  }
@@ -26785,7 +26934,10 @@ export declare namespace MittwaldAPIV3Next {
26785
26934
  type Path = {
26786
26935
  projectId: string;
26787
26936
  };
26788
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
26937
+ type Header = {
26938
+ Range?: string;
26939
+ "If-Range"?: string;
26940
+ } & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
26789
26941
  type Query = {
26790
26942
  file?: string;
26791
26943
  inline?: boolean;
@@ -26797,6 +26949,11 @@ export declare namespace MittwaldAPIV3Next {
26797
26949
  type ApplicationOctetStream = string;
26798
26950
  }
26799
26951
  }
26952
+ namespace $206 {
26953
+ namespace Content {
26954
+ type ApplicationOctetStream = string;
26955
+ }
26956
+ }
26800
26957
  namespace $403 {
26801
26958
  namespace Content {
26802
26959
  interface ApplicationJson {
@@ -26811,6 +26968,13 @@ export declare namespace MittwaldAPIV3Next {
26811
26968
  }
26812
26969
  }
26813
26970
  }
26971
+ namespace $416 {
26972
+ namespace Content {
26973
+ interface ApplicationJson {
26974
+ [k: string]: unknown;
26975
+ }
26976
+ }
26977
+ }
26814
26978
  namespace $429 {
26815
26979
  namespace Content {
26816
26980
  interface ApplicationJson {
@@ -31332,21 +31496,36 @@ export declare namespace MittwaldAPIV3Next {
31332
31496
  }
31333
31497
  }
31334
31498
  }
31335
- namespace V3NextAppInstallationsAppInstallationIdSystemSoftware {
31499
+ namespace V3NextCustomersCustomerIdAiHostingsPlanId {
31336
31500
  namespace Get {
31337
31501
  namespace Parameters {
31338
31502
  type Path = {
31339
- appInstallationId: string;
31503
+ customerId: string;
31504
+ planId: string;
31340
31505
  };
31341
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
31506
+ type Header = {};
31342
31507
  type Query = {
31343
- tagFilter?: string;
31508
+ topUsageCount?: number;
31344
31509
  };
31345
31510
  }
31346
31511
  namespace Responses {
31347
31512
  namespace $200 {
31348
31513
  namespace Content {
31349
- type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware[];
31514
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan;
31515
+ }
31516
+ }
31517
+ namespace $400 {
31518
+ namespace Content {
31519
+ interface ApplicationJson {
31520
+ [k: string]: unknown;
31521
+ }
31522
+ }
31523
+ }
31524
+ namespace $403 {
31525
+ namespace Content {
31526
+ interface ApplicationJson {
31527
+ [k: string]: unknown;
31528
+ }
31350
31529
  }
31351
31530
  }
31352
31531
  namespace $404 {
@@ -31372,15 +31551,14 @@ export declare namespace MittwaldAPIV3Next {
31372
31551
  }
31373
31552
  }
31374
31553
  }
31375
- }
31376
- namespace V3NextAppInstallationsAppInstallationIdActionsDetachStaging {
31377
- namespace Post {
31554
+ namespace Put {
31378
31555
  namespace Parameters {
31379
31556
  type Path = {
31380
- appInstallationId: string;
31557
+ customerId: string;
31558
+ planId: string;
31381
31559
  };
31382
31560
  interface RequestBody {
31383
- description: string;
31561
+ description?: string;
31384
31562
  }
31385
31563
  type Header = {};
31386
31564
  type Query = {};
@@ -31391,14 +31569,21 @@ export declare namespace MittwaldAPIV3Next {
31391
31569
  type Empty = unknown;
31392
31570
  }
31393
31571
  }
31394
- namespace $404 {
31572
+ namespace $400 {
31395
31573
  namespace Content {
31396
31574
  interface ApplicationJson {
31397
31575
  [k: string]: unknown;
31398
31576
  }
31399
31577
  }
31400
31578
  }
31401
- namespace $412 {
31579
+ namespace $403 {
31580
+ namespace Content {
31581
+ interface ApplicationJson {
31582
+ [k: string]: unknown;
31583
+ }
31584
+ }
31585
+ }
31586
+ namespace $404 {
31402
31587
  namespace Content {
31403
31588
  interface ApplicationJson {
31404
31589
  [k: string]: unknown;
@@ -31422,11 +31607,64 @@ export declare namespace MittwaldAPIV3Next {
31422
31607
  }
31423
31608
  }
31424
31609
  }
31425
- namespace V3NextAppInstallationsAppInstallationIdActionsPromoteStaging {
31610
+ namespace V3NextCustomersCustomerIdAiHostings {
31611
+ namespace Get {
31612
+ namespace Parameters {
31613
+ type Path = {
31614
+ customerId: string;
31615
+ };
31616
+ type Header = {};
31617
+ type Query = {
31618
+ topUsageCount?: number;
31619
+ };
31620
+ }
31621
+ namespace Responses {
31622
+ namespace $200 {
31623
+ namespace Content {
31624
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlans;
31625
+ }
31626
+ }
31627
+ namespace $400 {
31628
+ namespace Content {
31629
+ interface ApplicationJson {
31630
+ [k: string]: unknown;
31631
+ }
31632
+ }
31633
+ }
31634
+ namespace $403 {
31635
+ namespace Content {
31636
+ interface ApplicationJson {
31637
+ [k: string]: unknown;
31638
+ }
31639
+ }
31640
+ }
31641
+ namespace $404 {
31642
+ namespace Content {
31643
+ interface ApplicationJson {
31644
+ [k: string]: unknown;
31645
+ }
31646
+ }
31647
+ }
31648
+ namespace $429 {
31649
+ namespace Content {
31650
+ interface ApplicationJson {
31651
+ [k: string]: unknown;
31652
+ }
31653
+ }
31654
+ }
31655
+ namespace Default {
31656
+ namespace Content {
31657
+ interface ApplicationJson {
31658
+ [k: string]: unknown;
31659
+ }
31660
+ }
31661
+ }
31662
+ }
31663
+ }
31426
31664
  namespace Post {
31427
31665
  namespace Parameters {
31428
31666
  type Path = {
31429
- appInstallationId: string;
31667
+ customerId: string;
31430
31668
  };
31431
31669
  type Header = {};
31432
31670
  type Query = {};
@@ -31437,14 +31675,21 @@ export declare namespace MittwaldAPIV3Next {
31437
31675
  type Empty = unknown;
31438
31676
  }
31439
31677
  }
31440
- namespace $404 {
31678
+ namespace $400 {
31441
31679
  namespace Content {
31442
31680
  interface ApplicationJson {
31443
31681
  [k: string]: unknown;
31444
31682
  }
31445
31683
  }
31446
31684
  }
31447
- namespace $412 {
31685
+ namespace $403 {
31686
+ namespace Content {
31687
+ interface ApplicationJson {
31688
+ [k: string]: unknown;
31689
+ }
31690
+ }
31691
+ }
31692
+ namespace $404 {
31448
31693
  namespace Content {
31449
31694
  interface ApplicationJson {
31450
31695
  [k: string]: unknown;
@@ -31468,25 +31713,86 @@ export declare namespace MittwaldAPIV3Next {
31468
31713
  }
31469
31714
  }
31470
31715
  }
31471
- namespace V3NextAppInstallationsAppInstallationIdActionsStaging {
31472
- namespace Post {
31716
+ namespace V3NextProjectsProjectIdAiHostingsPlanId {
31717
+ namespace Get {
31473
31718
  namespace Parameters {
31474
31719
  type Path = {
31475
- appInstallationId: string;
31720
+ projectId: string;
31721
+ planId: string;
31476
31722
  };
31477
- interface RequestBody {
31478
- description: string;
31479
- domain: string;
31480
- installationPath?: string;
31723
+ type Header = {};
31724
+ type Query = {};
31725
+ }
31726
+ namespace Responses {
31727
+ namespace $200 {
31728
+ namespace Content {
31729
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan;
31730
+ }
31731
+ }
31732
+ namespace $400 {
31733
+ namespace Content {
31734
+ interface ApplicationJson {
31735
+ [k: string]: unknown;
31736
+ }
31737
+ }
31738
+ }
31739
+ namespace $403 {
31740
+ namespace Content {
31741
+ interface ApplicationJson {
31742
+ [k: string]: unknown;
31743
+ }
31744
+ }
31745
+ }
31746
+ namespace $404 {
31747
+ namespace Content {
31748
+ interface ApplicationJson {
31749
+ [k: string]: unknown;
31750
+ }
31751
+ }
31481
31752
  }
31753
+ namespace $429 {
31754
+ namespace Content {
31755
+ interface ApplicationJson {
31756
+ [k: string]: unknown;
31757
+ }
31758
+ }
31759
+ }
31760
+ namespace Default {
31761
+ namespace Content {
31762
+ interface ApplicationJson {
31763
+ [k: string]: unknown;
31764
+ }
31765
+ }
31766
+ }
31767
+ }
31768
+ }
31769
+ }
31770
+ namespace V3NextProjectsProjectIdAiHostings {
31771
+ namespace Get {
31772
+ namespace Parameters {
31773
+ type Path = {
31774
+ projectId: string;
31775
+ };
31482
31776
  type Header = {};
31483
31777
  type Query = {};
31484
31778
  }
31485
31779
  namespace Responses {
31486
- namespace $201 {
31780
+ namespace $200 {
31781
+ namespace Content {
31782
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlans;
31783
+ }
31784
+ }
31785
+ namespace $400 {
31487
31786
  namespace Content {
31488
31787
  interface ApplicationJson {
31489
- id: string;
31788
+ [k: string]: unknown;
31789
+ }
31790
+ }
31791
+ }
31792
+ namespace $403 {
31793
+ namespace Content {
31794
+ interface ApplicationJson {
31795
+ [k: string]: unknown;
31490
31796
  }
31491
31797
  }
31492
31798
  }