@mittwald/api-client 4.452.0 → 4.454.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 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,10 +58,6 @@ 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>;
@@ -1882,6 +1874,38 @@ export declare namespace MittwaldAPIV2 {
1882
1874
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
1883
1875
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
1884
1876
  }
1877
+ namespace AiHostingCustomerGetPlan {
1878
+ type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerGetPlan>;
1879
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerGetPlan, TStatus>;
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>;
1908
+ }
1885
1909
  }
1886
1910
  namespace Components {
1887
1911
  namespace Schemas {
@@ -1919,6 +1943,10 @@ export declare namespace MittwaldAPIV2 {
1919
1943
  type AihostingDetailedModelStatus = "active" | "needApproval" | "deprecated";
1920
1944
  interface AihostingKey {
1921
1945
  containerMeta?: MittwaldAPIV2.Components.Schemas.AihostingContainerMeta;
1946
+ /**
1947
+ * @deprecated
1948
+ * This Field is deprecated. Use the profileId field instead.
1949
+ */
1922
1950
  customerId?: string;
1923
1951
  /**
1924
1952
  * Indicates whether the key is blocked.
@@ -1938,6 +1966,8 @@ export declare namespace MittwaldAPIV2 {
1938
1966
  */
1939
1967
  models: string[];
1940
1968
  name: string;
1969
+ planId: string;
1970
+ profileId: string;
1941
1971
  projectId?: string;
1942
1972
  rateLimit: MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
1943
1973
  tokenUsage: MittwaldAPIV2.Components.Schemas.AihostingTokenUsage;
@@ -1950,21 +1980,7 @@ export declare namespace MittwaldAPIV2 {
1950
1980
  termsOfServiceLink: string;
1951
1981
  tokenFactor: number;
1952
1982
  }
1953
- interface AihostingPlanOptions {
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
- }
1983
+ type AihostingPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan;
1968
1984
  interface AihostingPlanUsageBig {
1969
1985
  available: number;
1970
1986
  planLimit: number;
@@ -2396,7 +2412,10 @@ export declare namespace MittwaldAPIV2 {
2396
2412
  * Whether to clear the target path before restoring. If true, existing files in the target path will be deleted before the restore. If false, existing files will be kept and may be overwritten if they exist in the backup.
2397
2413
  */
2398
2414
  clearTargetPath?: boolean;
2399
- sourcePaths: string[];
2415
+ /**
2416
+ * @minItems 1
2417
+ */
2418
+ sourcePaths: [string, ...string[]];
2400
2419
  /**
2401
2420
  * Target path where the source paths should be restored to. If not set, the target path will be determined to equal the origin source. The target path should always be a folder, no files allowed here.
2402
2421
  */
@@ -2410,7 +2429,13 @@ export declare namespace MittwaldAPIV2 {
2410
2429
  }
2411
2430
  type BackupProjectBackupRestorePhase = "running" | "completed";
2412
2431
  interface BackupProjectBackupRestoreRequest {
2413
- databaseRestores?: MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestoreDatabaseRequest[];
2432
+ /**
2433
+ * @minItems 1
2434
+ */
2435
+ databaseRestores?: [
2436
+ MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestoreDatabaseRequest,
2437
+ ...MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestoreDatabaseRequest[]
2438
+ ];
2414
2439
  pathRestore?: MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestorePathRequest;
2415
2440
  }
2416
2441
  interface BackupProjectBackupRestore {
@@ -3478,8 +3503,13 @@ export declare namespace MittwaldAPIV2 {
3478
3503
  };
3479
3504
  }
3480
3505
  interface CronjobCronjobExecutionAnalysis {
3506
+ /**
3507
+ * @deprecated
3508
+ * Deprecated: contains summary and recommendation combined. Use the separate fields instead.
3509
+ */
3481
3510
  message: string;
3482
3511
  recommendation?: string;
3512
+ summary: string;
3483
3513
  }
3484
3514
  type CronjobCronjobExecutionSortOrder = "oldestFirst" | "newestFirst" | "slowestFirst" | "fastestFirst";
3485
3515
  interface CronjobAppInstallationPatchTarget {
@@ -5647,6 +5677,7 @@ export declare namespace MittwaldAPIV2 {
5647
5677
  interface OrderAIHostingOrder {
5648
5678
  customerId: string;
5649
5679
  monthlyTokens: number;
5680
+ name?: string;
5650
5681
  requestsPerMinute: number;
5651
5682
  useFreeTrial?: boolean;
5652
5683
  }
@@ -7157,6 +7188,52 @@ export declare namespace MittwaldAPIV2 {
7157
7188
  }
7158
7189
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
7159
7190
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
7191
+ interface AihostingCustomerPlan {
7192
+ customerId: string;
7193
+ deletedAt?: string;
7194
+ description: string;
7195
+ keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
7196
+ modelTermsApprovalRequired: boolean;
7197
+ nextTokenReset: string;
7198
+ planId: string;
7199
+ rateLimit: MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
7200
+ tokens: MittwaldAPIV2.Components.Schemas.AihostingPlanUsageBig;
7201
+ topUsages?: {
7202
+ keyId?: string;
7203
+ name: string;
7204
+ projectId?: string;
7205
+ tokenUsed: number;
7206
+ }[];
7207
+ }
7208
+ type AihostingCustomerPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan;
7209
+ interface AihostingCustomerPlans {
7210
+ modelTermsApprovalRequired: boolean;
7211
+ plans: MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan[];
7212
+ }
7213
+ interface AihostingProfile {
7214
+ planIds: string[];
7215
+ }
7216
+ interface AihostingProjectPlan {
7217
+ description?: string;
7218
+ keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
7219
+ modelTermsApprovalRequired: boolean;
7220
+ nextTokenReset?: string;
7221
+ planId: string;
7222
+ projectId: string;
7223
+ }
7224
+ type AihostingProjectPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingProjectPlans;
7225
+ interface AihostingProjectPlans {
7226
+ modelTermsApprovalRequired: boolean;
7227
+ plans: MittwaldAPIV2.Components.Schemas.AihostingProjectPlan[];
7228
+ }
7229
+ interface ContainerServiceLogsAnalysis {
7230
+ recommendation?: string;
7231
+ summary: string;
7232
+ }
7233
+ interface AppAppInstallationErrorAnalysis {
7234
+ recommendation?: string;
7235
+ summary: string;
7236
+ }
7160
7237
  interface CommonsAddress {
7161
7238
  street: string;
7162
7239
  houseNumber: string;
@@ -7395,7 +7472,9 @@ export declare namespace MittwaldAPIV2 {
7395
7472
  customerId: string;
7396
7473
  };
7397
7474
  type Header = {};
7398
- type Query = {};
7475
+ type Query = {
7476
+ planId?: string;
7477
+ };
7399
7478
  }
7400
7479
  namespace Responses {
7401
7480
  namespace $200 {
@@ -7448,6 +7527,7 @@ export declare namespace MittwaldAPIV2 {
7448
7527
  interface RequestBody {
7449
7528
  createWebuiContainer?: boolean;
7450
7529
  name: string;
7530
+ planId: string;
7451
7531
  projectId?: string;
7452
7532
  }
7453
7533
  type Header = {};
@@ -7755,61 +7835,7 @@ export declare namespace MittwaldAPIV2 {
7755
7835
  }
7756
7836
  }
7757
7837
  }
7758
- namespace V2CustomersCustomerIdAiHosting {
7759
- namespace Get {
7760
- namespace Parameters {
7761
- type Path = {
7762
- customerId: string;
7763
- };
7764
- type Header = {};
7765
- type Query = {
7766
- topUsageCount?: number;
7767
- };
7768
- }
7769
- namespace Responses {
7770
- namespace $200 {
7771
- namespace Content {
7772
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingPlanOptions;
7773
- }
7774
- }
7775
- namespace $400 {
7776
- namespace Content {
7777
- interface ApplicationJson {
7778
- [k: string]: unknown;
7779
- }
7780
- }
7781
- }
7782
- namespace $403 {
7783
- namespace Content {
7784
- interface ApplicationJson {
7785
- [k: string]: unknown;
7786
- }
7787
- }
7788
- }
7789
- namespace $404 {
7790
- namespace Content {
7791
- interface ApplicationJson {
7792
- [k: string]: unknown;
7793
- }
7794
- }
7795
- }
7796
- namespace $429 {
7797
- namespace Content {
7798
- interface ApplicationJson {
7799
- [k: string]: unknown;
7800
- }
7801
- }
7802
- }
7803
- namespace Default {
7804
- namespace Content {
7805
- interface ApplicationJson {
7806
- [k: string]: unknown;
7807
- }
7808
- }
7809
- }
7810
- }
7811
- }
7812
- }
7838
+ namespace V2CustomersCustomerIdAiHosting { }
7813
7839
  namespace V2AiHostingModels {
7814
7840
  namespace Get {
7815
7841
  namespace Parameters {
@@ -7868,7 +7894,9 @@ export declare namespace MittwaldAPIV2 {
7868
7894
  projectId: string;
7869
7895
  };
7870
7896
  type Header = {};
7871
- type Query = {};
7897
+ type Query = {
7898
+ planId?: string;
7899
+ };
7872
7900
  }
7873
7901
  namespace Responses {
7874
7902
  namespace $200 {
@@ -7921,6 +7949,7 @@ export declare namespace MittwaldAPIV2 {
7921
7949
  interface RequestBody {
7922
7950
  createWebuiContainer?: boolean;
7923
7951
  name: string;
7952
+ planId: string;
7924
7953
  }
7925
7954
  type Header = {};
7926
7955
  type Query = {};
@@ -8226,64 +8255,7 @@ export declare namespace MittwaldAPIV2 {
8226
8255
  }
8227
8256
  }
8228
8257
  }
8229
- namespace V2ProjectsProjectIdAiHosting {
8230
- namespace Get {
8231
- namespace Parameters {
8232
- type Path = {
8233
- projectId: string;
8234
- };
8235
- type Header = {};
8236
- type Query = {};
8237
- }
8238
- namespace Responses {
8239
- namespace $200 {
8240
- namespace Content {
8241
- interface ApplicationJson {
8242
- keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
8243
- modelTermsApprovalRequired: boolean;
8244
- nextTokenReset?: string;
8245
- projectId: string;
8246
- }
8247
- }
8248
- }
8249
- namespace $400 {
8250
- namespace Content {
8251
- interface ApplicationJson {
8252
- [k: string]: unknown;
8253
- }
8254
- }
8255
- }
8256
- namespace $403 {
8257
- namespace Content {
8258
- interface ApplicationJson {
8259
- [k: string]: unknown;
8260
- }
8261
- }
8262
- }
8263
- namespace $404 {
8264
- namespace Content {
8265
- interface ApplicationJson {
8266
- [k: string]: unknown;
8267
- }
8268
- }
8269
- }
8270
- namespace $429 {
8271
- namespace Content {
8272
- interface ApplicationJson {
8273
- [k: string]: unknown;
8274
- }
8275
- }
8276
- }
8277
- namespace Default {
8278
- namespace Content {
8279
- interface ApplicationJson {
8280
- [k: string]: unknown;
8281
- }
8282
- }
8283
- }
8284
- }
8285
- }
8286
- }
8258
+ namespace V2ProjectsProjectIdAiHosting { }
8287
8259
  namespace V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer {
8288
8260
  namespace Post {
8289
8261
  namespace Parameters {
@@ -13092,9 +13064,13 @@ export declare namespace MittwaldAPIV2 {
13092
13064
  };
13093
13065
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
13094
13066
  type Query = {
13067
+ search?: string;
13068
+ baseArticleNames?: string[];
13095
13069
  limit?: number;
13096
13070
  skip?: number;
13097
13071
  page?: number;
13072
+ sort?: "description" | "contractNumber";
13073
+ order?: "asc" | "desc";
13098
13074
  };
13099
13075
  }
13100
13076
  namespace Responses {
@@ -31626,5 +31602,436 @@ export declare namespace MittwaldAPIV2 {
31626
31602
  }
31627
31603
  }
31628
31604
  }
31605
+ namespace V2CustomersCustomerIdAiHostingsPlanId {
31606
+ namespace Get {
31607
+ namespace Parameters {
31608
+ type Path = {
31609
+ customerId: string;
31610
+ planId: string;
31611
+ };
31612
+ type Header = {};
31613
+ type Query = {
31614
+ topUsageCount?: number;
31615
+ };
31616
+ }
31617
+ namespace Responses {
31618
+ namespace $200 {
31619
+ namespace Content {
31620
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan;
31621
+ }
31622
+ }
31623
+ namespace $400 {
31624
+ namespace Content {
31625
+ interface ApplicationJson {
31626
+ [k: string]: unknown;
31627
+ }
31628
+ }
31629
+ }
31630
+ namespace $403 {
31631
+ namespace Content {
31632
+ interface ApplicationJson {
31633
+ [k: string]: unknown;
31634
+ }
31635
+ }
31636
+ }
31637
+ namespace $404 {
31638
+ namespace Content {
31639
+ interface ApplicationJson {
31640
+ [k: string]: unknown;
31641
+ }
31642
+ }
31643
+ }
31644
+ namespace $429 {
31645
+ namespace Content {
31646
+ interface ApplicationJson {
31647
+ [k: string]: unknown;
31648
+ }
31649
+ }
31650
+ }
31651
+ namespace Default {
31652
+ namespace Content {
31653
+ interface ApplicationJson {
31654
+ [k: string]: unknown;
31655
+ }
31656
+ }
31657
+ }
31658
+ }
31659
+ }
31660
+ namespace Put {
31661
+ namespace Parameters {
31662
+ type Path = {
31663
+ customerId: string;
31664
+ planId: string;
31665
+ };
31666
+ interface RequestBody {
31667
+ description?: string;
31668
+ }
31669
+ type Header = {};
31670
+ type Query = {};
31671
+ }
31672
+ namespace Responses {
31673
+ namespace $204 {
31674
+ namespace Content {
31675
+ type Empty = unknown;
31676
+ }
31677
+ }
31678
+ namespace $400 {
31679
+ namespace Content {
31680
+ interface ApplicationJson {
31681
+ [k: string]: unknown;
31682
+ }
31683
+ }
31684
+ }
31685
+ namespace $403 {
31686
+ namespace Content {
31687
+ interface ApplicationJson {
31688
+ [k: string]: unknown;
31689
+ }
31690
+ }
31691
+ }
31692
+ namespace $404 {
31693
+ namespace Content {
31694
+ interface ApplicationJson {
31695
+ [k: string]: unknown;
31696
+ }
31697
+ }
31698
+ }
31699
+ namespace $429 {
31700
+ namespace Content {
31701
+ interface ApplicationJson {
31702
+ [k: string]: unknown;
31703
+ }
31704
+ }
31705
+ }
31706
+ namespace Default {
31707
+ namespace Content {
31708
+ interface ApplicationJson {
31709
+ [k: string]: unknown;
31710
+ }
31711
+ }
31712
+ }
31713
+ }
31714
+ }
31715
+ }
31716
+ namespace V2CustomersCustomerIdAiHostings {
31717
+ namespace Get {
31718
+ namespace Parameters {
31719
+ type Path = {
31720
+ customerId: string;
31721
+ };
31722
+ type Header = {};
31723
+ type Query = {
31724
+ topUsageCount?: number;
31725
+ };
31726
+ }
31727
+ namespace Responses {
31728
+ namespace $200 {
31729
+ namespace Content {
31730
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlans;
31731
+ }
31732
+ }
31733
+ namespace $400 {
31734
+ namespace Content {
31735
+ interface ApplicationJson {
31736
+ [k: string]: unknown;
31737
+ }
31738
+ }
31739
+ }
31740
+ namespace $403 {
31741
+ namespace Content {
31742
+ interface ApplicationJson {
31743
+ [k: string]: unknown;
31744
+ }
31745
+ }
31746
+ }
31747
+ namespace $404 {
31748
+ namespace Content {
31749
+ interface ApplicationJson {
31750
+ [k: string]: unknown;
31751
+ }
31752
+ }
31753
+ }
31754
+ namespace $429 {
31755
+ namespace Content {
31756
+ interface ApplicationJson {
31757
+ [k: string]: unknown;
31758
+ }
31759
+ }
31760
+ }
31761
+ namespace Default {
31762
+ namespace Content {
31763
+ interface ApplicationJson {
31764
+ [k: string]: unknown;
31765
+ }
31766
+ }
31767
+ }
31768
+ }
31769
+ }
31770
+ namespace Post {
31771
+ namespace Parameters {
31772
+ type Path = {
31773
+ customerId: string;
31774
+ };
31775
+ type Header = {};
31776
+ type Query = {};
31777
+ }
31778
+ namespace Responses {
31779
+ namespace $204 {
31780
+ namespace Content {
31781
+ type Empty = unknown;
31782
+ }
31783
+ }
31784
+ namespace $400 {
31785
+ namespace Content {
31786
+ interface ApplicationJson {
31787
+ [k: string]: unknown;
31788
+ }
31789
+ }
31790
+ }
31791
+ namespace $403 {
31792
+ namespace Content {
31793
+ interface ApplicationJson {
31794
+ [k: string]: unknown;
31795
+ }
31796
+ }
31797
+ }
31798
+ namespace $404 {
31799
+ namespace Content {
31800
+ interface ApplicationJson {
31801
+ [k: string]: unknown;
31802
+ }
31803
+ }
31804
+ }
31805
+ namespace $429 {
31806
+ namespace Content {
31807
+ interface ApplicationJson {
31808
+ [k: string]: unknown;
31809
+ }
31810
+ }
31811
+ }
31812
+ namespace Default {
31813
+ namespace Content {
31814
+ interface ApplicationJson {
31815
+ [k: string]: unknown;
31816
+ }
31817
+ }
31818
+ }
31819
+ }
31820
+ }
31821
+ }
31822
+ namespace V2ProjectsProjectIdAiHostingsPlanId {
31823
+ namespace Get {
31824
+ namespace Parameters {
31825
+ type Path = {
31826
+ projectId: string;
31827
+ planId: string;
31828
+ };
31829
+ type Header = {};
31830
+ type Query = {};
31831
+ }
31832
+ namespace Responses {
31833
+ namespace $200 {
31834
+ namespace Content {
31835
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingProjectPlan;
31836
+ }
31837
+ }
31838
+ namespace $400 {
31839
+ namespace Content {
31840
+ interface ApplicationJson {
31841
+ [k: string]: unknown;
31842
+ }
31843
+ }
31844
+ }
31845
+ namespace $403 {
31846
+ namespace Content {
31847
+ interface ApplicationJson {
31848
+ [k: string]: unknown;
31849
+ }
31850
+ }
31851
+ }
31852
+ namespace $404 {
31853
+ namespace Content {
31854
+ interface ApplicationJson {
31855
+ [k: string]: unknown;
31856
+ }
31857
+ }
31858
+ }
31859
+ namespace $429 {
31860
+ namespace Content {
31861
+ interface ApplicationJson {
31862
+ [k: string]: unknown;
31863
+ }
31864
+ }
31865
+ }
31866
+ namespace Default {
31867
+ namespace Content {
31868
+ interface ApplicationJson {
31869
+ [k: string]: unknown;
31870
+ }
31871
+ }
31872
+ }
31873
+ }
31874
+ }
31875
+ }
31876
+ namespace V2ProjectsProjectIdAiHostings {
31877
+ namespace Get {
31878
+ namespace Parameters {
31879
+ type Path = {
31880
+ projectId: string;
31881
+ };
31882
+ type Header = {};
31883
+ type Query = {};
31884
+ }
31885
+ namespace Responses {
31886
+ namespace $200 {
31887
+ namespace Content {
31888
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingProjectPlans;
31889
+ }
31890
+ }
31891
+ namespace $400 {
31892
+ namespace Content {
31893
+ interface ApplicationJson {
31894
+ [k: string]: unknown;
31895
+ }
31896
+ }
31897
+ }
31898
+ namespace $403 {
31899
+ namespace Content {
31900
+ interface ApplicationJson {
31901
+ [k: string]: unknown;
31902
+ }
31903
+ }
31904
+ }
31905
+ namespace $404 {
31906
+ namespace Content {
31907
+ interface ApplicationJson {
31908
+ [k: string]: unknown;
31909
+ }
31910
+ }
31911
+ }
31912
+ namespace $429 {
31913
+ namespace Content {
31914
+ interface ApplicationJson {
31915
+ [k: string]: unknown;
31916
+ }
31917
+ }
31918
+ }
31919
+ namespace Default {
31920
+ namespace Content {
31921
+ interface ApplicationJson {
31922
+ [k: string]: unknown;
31923
+ }
31924
+ }
31925
+ }
31926
+ }
31927
+ }
31928
+ }
31929
+ namespace V2StacksStackIdServicesServiceIdLogAnalysis {
31930
+ namespace Get {
31931
+ namespace Parameters {
31932
+ type Path = {
31933
+ stackId: string;
31934
+ serviceId: string;
31935
+ };
31936
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
31937
+ type Query = {};
31938
+ }
31939
+ namespace Responses {
31940
+ namespace $200 {
31941
+ namespace Content {
31942
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerServiceLogsAnalysis;
31943
+ }
31944
+ }
31945
+ namespace $400 {
31946
+ namespace Content {
31947
+ interface ApplicationJson {
31948
+ [k: string]: unknown;
31949
+ }
31950
+ }
31951
+ }
31952
+ namespace $403 {
31953
+ namespace Content {
31954
+ interface ApplicationJson {
31955
+ [k: string]: unknown;
31956
+ }
31957
+ }
31958
+ }
31959
+ namespace $404 {
31960
+ namespace Content {
31961
+ interface ApplicationJson {
31962
+ [k: string]: unknown;
31963
+ }
31964
+ }
31965
+ }
31966
+ namespace $429 {
31967
+ namespace Content {
31968
+ interface ApplicationJson {
31969
+ [k: string]: unknown;
31970
+ }
31971
+ }
31972
+ }
31973
+ namespace $500 {
31974
+ namespace Content {
31975
+ interface ApplicationJson {
31976
+ [k: string]: unknown;
31977
+ }
31978
+ }
31979
+ }
31980
+ namespace Default {
31981
+ namespace Content {
31982
+ interface ApplicationJson {
31983
+ [k: string]: unknown;
31984
+ }
31985
+ }
31986
+ }
31987
+ }
31988
+ }
31989
+ }
31990
+ namespace V2AppInstallationsAppInstallationIdErrorAnalysis {
31991
+ namespace Get {
31992
+ namespace Parameters {
31993
+ type Path = {
31994
+ appInstallationId: string;
31995
+ };
31996
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
31997
+ type Query = {};
31998
+ }
31999
+ namespace Responses {
32000
+ namespace $200 {
32001
+ namespace Content {
32002
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppAppInstallationErrorAnalysis;
32003
+ }
32004
+ }
32005
+ namespace $400 {
32006
+ namespace Content {
32007
+ interface ApplicationJson {
32008
+ [k: string]: unknown;
32009
+ }
32010
+ }
32011
+ }
32012
+ namespace $404 {
32013
+ namespace Content {
32014
+ interface ApplicationJson {
32015
+ [k: string]: unknown;
32016
+ }
32017
+ }
32018
+ }
32019
+ namespace $429 {
32020
+ namespace Content {
32021
+ interface ApplicationJson {
32022
+ [k: string]: unknown;
32023
+ }
32024
+ }
32025
+ }
32026
+ namespace Default {
32027
+ namespace Content {
32028
+ interface ApplicationJson {
32029
+ [k: string]: unknown;
32030
+ }
32031
+ }
32032
+ }
32033
+ }
32034
+ }
32035
+ }
31629
32036
  }
31630
32037
  }