@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 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,10 +58,6 @@ 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>;
@@ -1882,6 +1874,38 @@ export declare namespace MittwaldAPIV3Next {
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 MittwaldAPIV3Next {
1919
1943
  type DeMittwaldAihostingDetailedModelStatus = "active" | "needApproval" | "deprecated";
1920
1944
  interface DeMittwaldAihostingKey {
1921
1945
  containerMeta?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingContainerMeta;
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 MittwaldAPIV3Next {
1938
1966
  */
1939
1967
  models: string[];
1940
1968
  name: string;
1969
+ planId: string;
1970
+ profileId: string;
1941
1971
  projectId?: string;
1942
1972
  rateLimit: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
1943
1973
  tokenUsage: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingTokenUsage;
@@ -1950,21 +1980,7 @@ export declare namespace MittwaldAPIV3Next {
1950
1980
  termsOfServiceLink: string;
1951
1981
  tokenFactor: number;
1952
1982
  }
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
- }
1983
+ type DeMittwaldAihostingPlanOptions = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan;
1968
1984
  interface DeMittwaldAihostingPlanUsageBig {
1969
1985
  available: number;
1970
1986
  planLimit: number;
@@ -2396,7 +2412,10 @@ export declare namespace MittwaldAPIV3Next {
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 MittwaldAPIV3Next {
2410
2429
  }
2411
2430
  type DeMittwaldBackupProjectBackupRestorePhase = "running" | "completed";
2412
2431
  interface DeMittwaldBackupProjectBackupRestoreRequest {
2413
- databaseRestores?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldBackupProjectBackupRestoreDatabaseRequest[];
2432
+ /**
2433
+ * @minItems 1
2434
+ */
2435
+ databaseRestores?: [
2436
+ MittwaldAPIV3Next.Components.Schemas.DeMittwaldBackupProjectBackupRestoreDatabaseRequest,
2437
+ ...MittwaldAPIV3Next.Components.Schemas.DeMittwaldBackupProjectBackupRestoreDatabaseRequest[]
2438
+ ];
2414
2439
  pathRestore?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldBackupProjectBackupRestorePathRequest;
2415
2440
  }
2416
2441
  interface DeMittwaldBackupProjectBackupRestore {
@@ -3478,8 +3503,13 @@ export declare namespace MittwaldAPIV3Next {
3478
3503
  };
3479
3504
  }
3480
3505
  interface DeMittwaldCronjobCronjobExecutionAnalysis {
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 DeMittwaldCronjobCronjobExecutionSortOrder = "oldestFirst" | "newestFirst" | "slowestFirst" | "fastestFirst";
3485
3515
  interface DeMittwaldCronjobAppInstallationPatchTarget {
@@ -5651,6 +5681,7 @@ export declare namespace MittwaldAPIV3Next {
5651
5681
  interface DeMittwaldOrderAIHostingOrder {
5652
5682
  customerId: string;
5653
5683
  monthlyTokens: number;
5684
+ name?: string;
5654
5685
  requestsPerMinute: number;
5655
5686
  useFreeTrial?: boolean;
5656
5687
  }
@@ -7161,6 +7192,52 @@ export declare namespace MittwaldAPIV3Next {
7161
7192
  }
7162
7193
  type DeMittwaldVerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
7163
7194
  type DeMittwaldContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
7195
+ interface DeMittwaldAihostingCustomerPlan {
7196
+ customerId: string;
7197
+ deletedAt?: string;
7198
+ description: string;
7199
+ keys: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
7200
+ modelTermsApprovalRequired: boolean;
7201
+ nextTokenReset: string;
7202
+ planId: string;
7203
+ rateLimit: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
7204
+ tokens: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsageBig;
7205
+ topUsages?: {
7206
+ keyId?: string;
7207
+ name: string;
7208
+ projectId?: string;
7209
+ tokenUsed: number;
7210
+ }[];
7211
+ }
7212
+ type DeMittwaldAihostingCustomerPlanOptions = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan;
7213
+ interface DeMittwaldAihostingCustomerPlans {
7214
+ modelTermsApprovalRequired: boolean;
7215
+ plans: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan[];
7216
+ }
7217
+ interface DeMittwaldAihostingProfile {
7218
+ planIds: string[];
7219
+ }
7220
+ interface DeMittwaldAihostingProjectPlan {
7221
+ description?: string;
7222
+ keys: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
7223
+ modelTermsApprovalRequired: boolean;
7224
+ nextTokenReset?: string;
7225
+ planId: string;
7226
+ projectId: string;
7227
+ }
7228
+ type DeMittwaldAihostingProjectPlanOptions = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlans;
7229
+ interface DeMittwaldAihostingProjectPlans {
7230
+ modelTermsApprovalRequired: boolean;
7231
+ plans: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan[];
7232
+ }
7233
+ interface DeMittwaldContainerServiceLogsAnalysis {
7234
+ recommendation?: string;
7235
+ summary: string;
7236
+ }
7237
+ interface DeMittwaldAppAppInstallationErrorAnalysis {
7238
+ recommendation?: string;
7239
+ summary: string;
7240
+ }
7164
7241
  interface DeMittwaldCommonsAddress {
7165
7242
  street: string;
7166
7243
  houseNumber: string;
@@ -7399,7 +7476,9 @@ export declare namespace MittwaldAPIV3Next {
7399
7476
  customerId: string;
7400
7477
  };
7401
7478
  type Header = {};
7402
- type Query = {};
7479
+ type Query = {
7480
+ planId?: string;
7481
+ };
7403
7482
  }
7404
7483
  namespace Responses {
7405
7484
  namespace $200 {
@@ -7452,6 +7531,7 @@ export declare namespace MittwaldAPIV3Next {
7452
7531
  interface RequestBody {
7453
7532
  createWebuiContainer?: boolean;
7454
7533
  name: string;
7534
+ planId: string;
7455
7535
  projectId?: string;
7456
7536
  }
7457
7537
  type Header = {};
@@ -7759,61 +7839,7 @@ export declare namespace MittwaldAPIV3Next {
7759
7839
  }
7760
7840
  }
7761
7841
  }
7762
- namespace V3NextCustomersCustomerIdAiHosting {
7763
- namespace Get {
7764
- namespace Parameters {
7765
- type Path = {
7766
- customerId: string;
7767
- };
7768
- type Header = {};
7769
- type Query = {
7770
- topUsageCount?: number;
7771
- };
7772
- }
7773
- namespace Responses {
7774
- namespace $200 {
7775
- namespace Content {
7776
- type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanOptions;
7777
- }
7778
- }
7779
- namespace $400 {
7780
- namespace Content {
7781
- interface ApplicationJson {
7782
- [k: string]: unknown;
7783
- }
7784
- }
7785
- }
7786
- namespace $403 {
7787
- namespace Content {
7788
- interface ApplicationJson {
7789
- [k: string]: unknown;
7790
- }
7791
- }
7792
- }
7793
- namespace $404 {
7794
- namespace Content {
7795
- interface ApplicationJson {
7796
- [k: string]: unknown;
7797
- }
7798
- }
7799
- }
7800
- namespace $429 {
7801
- namespace Content {
7802
- interface ApplicationJson {
7803
- [k: string]: unknown;
7804
- }
7805
- }
7806
- }
7807
- namespace Default {
7808
- namespace Content {
7809
- interface ApplicationJson {
7810
- [k: string]: unknown;
7811
- }
7812
- }
7813
- }
7814
- }
7815
- }
7816
- }
7842
+ namespace V3NextCustomersCustomerIdAiHosting { }
7817
7843
  namespace V3NextAiHostingModels {
7818
7844
  namespace Get {
7819
7845
  namespace Parameters {
@@ -7872,7 +7898,9 @@ export declare namespace MittwaldAPIV3Next {
7872
7898
  projectId: string;
7873
7899
  };
7874
7900
  type Header = {};
7875
- type Query = {};
7901
+ type Query = {
7902
+ planId?: string;
7903
+ };
7876
7904
  }
7877
7905
  namespace Responses {
7878
7906
  namespace $200 {
@@ -7925,6 +7953,7 @@ export declare namespace MittwaldAPIV3Next {
7925
7953
  interface RequestBody {
7926
7954
  createWebuiContainer?: boolean;
7927
7955
  name: string;
7956
+ planId: string;
7928
7957
  }
7929
7958
  type Header = {};
7930
7959
  type Query = {};
@@ -8230,64 +8259,7 @@ export declare namespace MittwaldAPIV3Next {
8230
8259
  }
8231
8260
  }
8232
8261
  }
8233
- namespace V3NextProjectsProjectIdAiHosting {
8234
- namespace Get {
8235
- namespace Parameters {
8236
- type Path = {
8237
- projectId: string;
8238
- };
8239
- type Header = {};
8240
- type Query = {};
8241
- }
8242
- namespace Responses {
8243
- namespace $200 {
8244
- namespace Content {
8245
- interface ApplicationJson {
8246
- keys: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
8247
- modelTermsApprovalRequired: boolean;
8248
- nextTokenReset?: string;
8249
- projectId: string;
8250
- }
8251
- }
8252
- }
8253
- namespace $400 {
8254
- namespace Content {
8255
- interface ApplicationJson {
8256
- [k: string]: unknown;
8257
- }
8258
- }
8259
- }
8260
- namespace $403 {
8261
- namespace Content {
8262
- interface ApplicationJson {
8263
- [k: string]: unknown;
8264
- }
8265
- }
8266
- }
8267
- namespace $404 {
8268
- namespace Content {
8269
- interface ApplicationJson {
8270
- [k: string]: unknown;
8271
- }
8272
- }
8273
- }
8274
- namespace $429 {
8275
- namespace Content {
8276
- interface ApplicationJson {
8277
- [k: string]: unknown;
8278
- }
8279
- }
8280
- }
8281
- namespace Default {
8282
- namespace Content {
8283
- interface ApplicationJson {
8284
- [k: string]: unknown;
8285
- }
8286
- }
8287
- }
8288
- }
8289
- }
8290
- }
8262
+ namespace V3NextProjectsProjectIdAiHosting { }
8291
8263
  namespace V3NextProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer {
8292
8264
  namespace Post {
8293
8265
  namespace Parameters {
@@ -13084,9 +13056,13 @@ export declare namespace MittwaldAPIV3Next {
13084
13056
  };
13085
13057
  type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
13086
13058
  type Query = {
13059
+ search?: string;
13060
+ baseArticleNames?: string[];
13087
13061
  limit?: number;
13088
13062
  skip?: number;
13089
13063
  page?: number;
13064
+ sort?: "description" | "contractNumber";
13065
+ order?: "asc" | "desc";
13090
13066
  };
13091
13067
  }
13092
13068
  namespace Responses {
@@ -31550,5 +31526,436 @@ export declare namespace MittwaldAPIV3Next {
31550
31526
  }
31551
31527
  }
31552
31528
  }
31529
+ namespace V3NextCustomersCustomerIdAiHostingsPlanId {
31530
+ namespace Get {
31531
+ namespace Parameters {
31532
+ type Path = {
31533
+ customerId: string;
31534
+ planId: string;
31535
+ };
31536
+ type Header = {};
31537
+ type Query = {
31538
+ topUsageCount?: number;
31539
+ };
31540
+ }
31541
+ namespace Responses {
31542
+ namespace $200 {
31543
+ namespace Content {
31544
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan;
31545
+ }
31546
+ }
31547
+ namespace $400 {
31548
+ namespace Content {
31549
+ interface ApplicationJson {
31550
+ [k: string]: unknown;
31551
+ }
31552
+ }
31553
+ }
31554
+ namespace $403 {
31555
+ namespace Content {
31556
+ interface ApplicationJson {
31557
+ [k: string]: unknown;
31558
+ }
31559
+ }
31560
+ }
31561
+ namespace $404 {
31562
+ namespace Content {
31563
+ interface ApplicationJson {
31564
+ [k: string]: unknown;
31565
+ }
31566
+ }
31567
+ }
31568
+ namespace $429 {
31569
+ namespace Content {
31570
+ interface ApplicationJson {
31571
+ [k: string]: unknown;
31572
+ }
31573
+ }
31574
+ }
31575
+ namespace Default {
31576
+ namespace Content {
31577
+ interface ApplicationJson {
31578
+ [k: string]: unknown;
31579
+ }
31580
+ }
31581
+ }
31582
+ }
31583
+ }
31584
+ namespace Put {
31585
+ namespace Parameters {
31586
+ type Path = {
31587
+ customerId: string;
31588
+ planId: string;
31589
+ };
31590
+ interface RequestBody {
31591
+ description?: string;
31592
+ }
31593
+ type Header = {};
31594
+ type Query = {};
31595
+ }
31596
+ namespace Responses {
31597
+ namespace $204 {
31598
+ namespace Content {
31599
+ type Empty = unknown;
31600
+ }
31601
+ }
31602
+ namespace $400 {
31603
+ namespace Content {
31604
+ interface ApplicationJson {
31605
+ [k: string]: unknown;
31606
+ }
31607
+ }
31608
+ }
31609
+ namespace $403 {
31610
+ namespace Content {
31611
+ interface ApplicationJson {
31612
+ [k: string]: unknown;
31613
+ }
31614
+ }
31615
+ }
31616
+ namespace $404 {
31617
+ namespace Content {
31618
+ interface ApplicationJson {
31619
+ [k: string]: unknown;
31620
+ }
31621
+ }
31622
+ }
31623
+ namespace $429 {
31624
+ namespace Content {
31625
+ interface ApplicationJson {
31626
+ [k: string]: unknown;
31627
+ }
31628
+ }
31629
+ }
31630
+ namespace Default {
31631
+ namespace Content {
31632
+ interface ApplicationJson {
31633
+ [k: string]: unknown;
31634
+ }
31635
+ }
31636
+ }
31637
+ }
31638
+ }
31639
+ }
31640
+ namespace V3NextCustomersCustomerIdAiHostings {
31641
+ namespace Get {
31642
+ namespace Parameters {
31643
+ type Path = {
31644
+ customerId: string;
31645
+ };
31646
+ type Header = {};
31647
+ type Query = {
31648
+ topUsageCount?: number;
31649
+ };
31650
+ }
31651
+ namespace Responses {
31652
+ namespace $200 {
31653
+ namespace Content {
31654
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlans;
31655
+ }
31656
+ }
31657
+ namespace $400 {
31658
+ namespace Content {
31659
+ interface ApplicationJson {
31660
+ [k: string]: unknown;
31661
+ }
31662
+ }
31663
+ }
31664
+ namespace $403 {
31665
+ namespace Content {
31666
+ interface ApplicationJson {
31667
+ [k: string]: unknown;
31668
+ }
31669
+ }
31670
+ }
31671
+ namespace $404 {
31672
+ namespace Content {
31673
+ interface ApplicationJson {
31674
+ [k: string]: unknown;
31675
+ }
31676
+ }
31677
+ }
31678
+ namespace $429 {
31679
+ namespace Content {
31680
+ interface ApplicationJson {
31681
+ [k: string]: unknown;
31682
+ }
31683
+ }
31684
+ }
31685
+ namespace Default {
31686
+ namespace Content {
31687
+ interface ApplicationJson {
31688
+ [k: string]: unknown;
31689
+ }
31690
+ }
31691
+ }
31692
+ }
31693
+ }
31694
+ namespace Post {
31695
+ namespace Parameters {
31696
+ type Path = {
31697
+ customerId: string;
31698
+ };
31699
+ type Header = {};
31700
+ type Query = {};
31701
+ }
31702
+ namespace Responses {
31703
+ namespace $204 {
31704
+ namespace Content {
31705
+ type Empty = unknown;
31706
+ }
31707
+ }
31708
+ namespace $400 {
31709
+ namespace Content {
31710
+ interface ApplicationJson {
31711
+ [k: string]: unknown;
31712
+ }
31713
+ }
31714
+ }
31715
+ namespace $403 {
31716
+ namespace Content {
31717
+ interface ApplicationJson {
31718
+ [k: string]: unknown;
31719
+ }
31720
+ }
31721
+ }
31722
+ namespace $404 {
31723
+ namespace Content {
31724
+ interface ApplicationJson {
31725
+ [k: string]: unknown;
31726
+ }
31727
+ }
31728
+ }
31729
+ namespace $429 {
31730
+ namespace Content {
31731
+ interface ApplicationJson {
31732
+ [k: string]: unknown;
31733
+ }
31734
+ }
31735
+ }
31736
+ namespace Default {
31737
+ namespace Content {
31738
+ interface ApplicationJson {
31739
+ [k: string]: unknown;
31740
+ }
31741
+ }
31742
+ }
31743
+ }
31744
+ }
31745
+ }
31746
+ namespace V3NextProjectsProjectIdAiHostingsPlanId {
31747
+ namespace Get {
31748
+ namespace Parameters {
31749
+ type Path = {
31750
+ projectId: string;
31751
+ planId: string;
31752
+ };
31753
+ type Header = {};
31754
+ type Query = {};
31755
+ }
31756
+ namespace Responses {
31757
+ namespace $200 {
31758
+ namespace Content {
31759
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan;
31760
+ }
31761
+ }
31762
+ namespace $400 {
31763
+ namespace Content {
31764
+ interface ApplicationJson {
31765
+ [k: string]: unknown;
31766
+ }
31767
+ }
31768
+ }
31769
+ namespace $403 {
31770
+ namespace Content {
31771
+ interface ApplicationJson {
31772
+ [k: string]: unknown;
31773
+ }
31774
+ }
31775
+ }
31776
+ namespace $404 {
31777
+ namespace Content {
31778
+ interface ApplicationJson {
31779
+ [k: string]: unknown;
31780
+ }
31781
+ }
31782
+ }
31783
+ namespace $429 {
31784
+ namespace Content {
31785
+ interface ApplicationJson {
31786
+ [k: string]: unknown;
31787
+ }
31788
+ }
31789
+ }
31790
+ namespace Default {
31791
+ namespace Content {
31792
+ interface ApplicationJson {
31793
+ [k: string]: unknown;
31794
+ }
31795
+ }
31796
+ }
31797
+ }
31798
+ }
31799
+ }
31800
+ namespace V3NextProjectsProjectIdAiHostings {
31801
+ namespace Get {
31802
+ namespace Parameters {
31803
+ type Path = {
31804
+ projectId: string;
31805
+ };
31806
+ type Header = {};
31807
+ type Query = {};
31808
+ }
31809
+ namespace Responses {
31810
+ namespace $200 {
31811
+ namespace Content {
31812
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlans;
31813
+ }
31814
+ }
31815
+ namespace $400 {
31816
+ namespace Content {
31817
+ interface ApplicationJson {
31818
+ [k: string]: unknown;
31819
+ }
31820
+ }
31821
+ }
31822
+ namespace $403 {
31823
+ namespace Content {
31824
+ interface ApplicationJson {
31825
+ [k: string]: unknown;
31826
+ }
31827
+ }
31828
+ }
31829
+ namespace $404 {
31830
+ namespace Content {
31831
+ interface ApplicationJson {
31832
+ [k: string]: unknown;
31833
+ }
31834
+ }
31835
+ }
31836
+ namespace $429 {
31837
+ namespace Content {
31838
+ interface ApplicationJson {
31839
+ [k: string]: unknown;
31840
+ }
31841
+ }
31842
+ }
31843
+ namespace Default {
31844
+ namespace Content {
31845
+ interface ApplicationJson {
31846
+ [k: string]: unknown;
31847
+ }
31848
+ }
31849
+ }
31850
+ }
31851
+ }
31852
+ }
31853
+ namespace V3NextStacksStackIdServicesServiceIdLogAnalysis {
31854
+ namespace Get {
31855
+ namespace Parameters {
31856
+ type Path = {
31857
+ stackId: string;
31858
+ serviceId: string;
31859
+ };
31860
+ type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
31861
+ type Query = {};
31862
+ }
31863
+ namespace Responses {
31864
+ namespace $200 {
31865
+ namespace Content {
31866
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceLogsAnalysis;
31867
+ }
31868
+ }
31869
+ namespace $400 {
31870
+ namespace Content {
31871
+ interface ApplicationJson {
31872
+ [k: string]: unknown;
31873
+ }
31874
+ }
31875
+ }
31876
+ namespace $403 {
31877
+ namespace Content {
31878
+ interface ApplicationJson {
31879
+ [k: string]: unknown;
31880
+ }
31881
+ }
31882
+ }
31883
+ namespace $404 {
31884
+ namespace Content {
31885
+ interface ApplicationJson {
31886
+ [k: string]: unknown;
31887
+ }
31888
+ }
31889
+ }
31890
+ namespace $429 {
31891
+ namespace Content {
31892
+ interface ApplicationJson {
31893
+ [k: string]: unknown;
31894
+ }
31895
+ }
31896
+ }
31897
+ namespace $500 {
31898
+ namespace Content {
31899
+ interface ApplicationJson {
31900
+ [k: string]: unknown;
31901
+ }
31902
+ }
31903
+ }
31904
+ namespace Default {
31905
+ namespace Content {
31906
+ interface ApplicationJson {
31907
+ [k: string]: unknown;
31908
+ }
31909
+ }
31910
+ }
31911
+ }
31912
+ }
31913
+ }
31914
+ namespace V3NextAppInstallationsAppInstallationIdErrorAnalysis {
31915
+ namespace Get {
31916
+ namespace Parameters {
31917
+ type Path = {
31918
+ appInstallationId: string;
31919
+ };
31920
+ type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
31921
+ type Query = {};
31922
+ }
31923
+ namespace Responses {
31924
+ namespace $200 {
31925
+ namespace Content {
31926
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppAppInstallationErrorAnalysis;
31927
+ }
31928
+ }
31929
+ namespace $400 {
31930
+ namespace Content {
31931
+ interface ApplicationJson {
31932
+ [k: string]: unknown;
31933
+ }
31934
+ }
31935
+ }
31936
+ namespace $404 {
31937
+ namespace Content {
31938
+ interface ApplicationJson {
31939
+ [k: string]: unknown;
31940
+ }
31941
+ }
31942
+ }
31943
+ namespace $429 {
31944
+ namespace Content {
31945
+ interface ApplicationJson {
31946
+ [k: string]: unknown;
31947
+ }
31948
+ }
31949
+ }
31950
+ namespace Default {
31951
+ namespace Content {
31952
+ interface ApplicationJson {
31953
+ [k: string]: unknown;
31954
+ }
31955
+ }
31956
+ }
31957
+ }
31958
+ }
31959
+ }
31553
31960
  }
31554
31961
  }