@mittwald/api-client 0.0.0-development-d575ea2-20260713 → 0.0.0-development-1b2dfd0-20260714

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.
@@ -246,10 +246,6 @@ export declare namespace MittwaldAPIV2 {
246
246
  type RequestData = InferredRequestData<typeof descriptors.backupUpdateProjectBackupDescription>;
247
247
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupUpdateProjectBackupDescription, TStatus>;
248
248
  }
249
- namespace ContainerAddComponent {
250
- type RequestData = InferredRequestData<typeof descriptors.containerAddComponent>;
251
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerAddComponent, TStatus>;
252
- }
253
249
  namespace ContainerCallPullImageWebhookForService {
254
250
  type RequestData = InferredRequestData<typeof descriptors.containerCallPullImageWebhookForService>;
255
251
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerCallPullImageWebhookForService, TStatus>;
@@ -338,10 +334,6 @@ export declare namespace MittwaldAPIV2 {
338
334
  type RequestData = InferredRequestData<typeof descriptors.containerListStackVolumes>;
339
335
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListStackVolumes, TStatus>;
340
336
  }
341
- namespace ContainerListTemplateStatistics {
342
- type RequestData = InferredRequestData<typeof descriptors.containerListTemplateStatistics>;
343
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListTemplateStatistics, TStatus>;
344
- }
345
337
  namespace ContainerListTemplates {
346
338
  type RequestData = InferredRequestData<typeof descriptors.containerListTemplates>;
347
339
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListTemplates, TStatus>;
@@ -2036,6 +2028,7 @@ export declare namespace MittwaldAPIV2 {
2036
2028
  deletedAt?: string;
2037
2029
  keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
2038
2030
  modelTermsApprovalRequired: boolean;
2031
+ name?: string;
2039
2032
  nextTokenReset: string;
2040
2033
  planId?: string;
2041
2034
  rateLimit: MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
@@ -2583,18 +2576,6 @@ export declare namespace MittwaldAPIV2 {
2583
2576
  */
2584
2577
  priceInCents: number;
2585
2578
  }
2586
- interface ContainerAddComponent {
2587
- templateConfig: {
2588
- templateId: string;
2589
- /**
2590
- * Values for template user inputs. Missing optional values are filled from template defaults.
2591
- */
2592
- userInputs?: {
2593
- name: string;
2594
- value: string;
2595
- }[];
2596
- };
2597
- }
2598
2579
  interface ContainerCreateRegistry {
2599
2580
  credentials?: MittwaldAPIV2.Components.Schemas.ContainerSetRegistryCredentials;
2600
2581
  description: string;
@@ -6337,21 +6318,6 @@ export declare namespace MittwaldAPIV2 {
6337
6318
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6338
6319
  };
6339
6320
  }
6340
- interface ActivitylogDatabaseMysqlNameSet {
6341
- changes: {
6342
- after?: {
6343
- name: string;
6344
- };
6345
- before?: {
6346
- name: string | null;
6347
- };
6348
- };
6349
- name: "database.mysql-name-set";
6350
- parameters: {
6351
- description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6352
- name: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6353
- };
6354
- }
6355
6321
  interface ActivitylogDatabaseMysqlUserCreated {
6356
6322
  changes: {
6357
6323
  after?: {
@@ -6410,26 +6376,12 @@ export declare namespace MittwaldAPIV2 {
6410
6376
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6411
6377
  };
6412
6378
  }
6413
- interface ActivitylogDatabaseVersionSet {
6414
- changes: {
6415
- after?: {
6416
- version: string;
6417
- };
6418
- before?: {
6419
- version: string;
6420
- };
6421
- };
6422
- name: "database.mysql-version-set" | "database.redis-version-set";
6423
- parameters: {
6424
- description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6425
- name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6426
- version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6427
- };
6428
- }
6429
6379
  interface ActivitylogDnsARecordSetManaged {
6430
6380
  changes: {
6431
6381
  after?: {
6432
- aRecords: string;
6382
+ aRecords: {
6383
+ managedByIngressId: string;
6384
+ };
6433
6385
  };
6434
6386
  before?: {};
6435
6387
  };
@@ -6441,12 +6393,12 @@ export declare namespace MittwaldAPIV2 {
6441
6393
  interface ActivitylogDnsARecordSet {
6442
6394
  changes: {
6443
6395
  after?: {
6444
- aRecords?: string[];
6445
- aaaaRecords?: string[];
6396
+ aRecords: string[];
6397
+ aaaaRecords: string[];
6446
6398
  };
6447
6399
  before?: {
6448
- aRecords?: string[];
6449
- aaaaRecords?: string[];
6400
+ aRecords: string[];
6401
+ aaaaRecords: string[];
6450
6402
  };
6451
6403
  };
6452
6404
  name: "dns.a-record-set";
@@ -6499,8 +6451,9 @@ export declare namespace MittwaldAPIV2 {
6499
6451
  interface ActivitylogDnsMxRecordSetManaged {
6500
6452
  changes: {
6501
6453
  after?: {
6502
- fqdn: string;
6503
- priority: string;
6454
+ mx: {
6455
+ managed: boolean;
6456
+ };
6504
6457
  };
6505
6458
  before?: {};
6506
6459
  };
@@ -6512,12 +6465,10 @@ export declare namespace MittwaldAPIV2 {
6512
6465
  interface ActivitylogDnsMxRecordSet {
6513
6466
  changes: {
6514
6467
  after?: {
6515
- fqdn: string[];
6516
- priority: (number | null)[];
6468
+ mx: {}[];
6517
6469
  };
6518
6470
  before?: {
6519
- fqdn: string[];
6520
- priority: (number | null)[];
6471
+ mx: {}[];
6521
6472
  };
6522
6473
  };
6523
6474
  name: "dns.mx-record-set";
@@ -6649,7 +6600,7 @@ export declare namespace MittwaldAPIV2 {
6649
6600
  name: string;
6650
6601
  }
6651
6602
  interface ActivitylogLogEntry {
6652
- action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsDomainDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsIngressDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlNameSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
6603
+ action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsDomainDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsIngressDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseLinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
6653
6604
  aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
6654
6605
  dateTime: string;
6655
6606
  /**
@@ -7267,6 +7218,57 @@ export declare namespace MittwaldAPIV2 {
7267
7218
  }
7268
7219
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
7269
7220
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
7221
+ interface ActivitylogAppInstallationDatabaseLinked {
7222
+ changes: {
7223
+ after: {
7224
+ database: {};
7225
+ };
7226
+ before: {
7227
+ database: {} | null;
7228
+ };
7229
+ };
7230
+ name: "app.database-linked";
7231
+ parameters: {
7232
+ appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
7233
+ database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
7234
+ };
7235
+ }
7236
+ interface ActivitylogAppInstallationDatabaseUnlinked {
7237
+ changes: {
7238
+ after: {
7239
+ database: {} | null;
7240
+ };
7241
+ before: {
7242
+ database: {};
7243
+ };
7244
+ };
7245
+ name: "app.database-unlinked";
7246
+ parameters: {
7247
+ appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
7248
+ database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
7249
+ };
7250
+ }
7251
+ interface ActivitylogAppInstallationDeleted {
7252
+ changes: {};
7253
+ name: "app.deleted";
7254
+ parameters: {
7255
+ appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
7256
+ };
7257
+ }
7258
+ interface ActivitylogAppInstallationDescriptionSet {
7259
+ changes: {
7260
+ after?: {
7261
+ description: string;
7262
+ };
7263
+ before?: {
7264
+ description: string | null;
7265
+ };
7266
+ };
7267
+ name: "app.description-set";
7268
+ parameters: {
7269
+ appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
7270
+ };
7271
+ }
7270
7272
  interface CommonsAddress {
7271
7273
  street: string;
7272
7274
  houseNumber: string;
@@ -8524,6 +8526,7 @@ export declare namespace MittwaldAPIV2 {
8524
8526
  interface ApplicationJson {
8525
8527
  keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
8526
8528
  modelTermsApprovalRequired: boolean;
8529
+ name?: string;
8527
8530
  nextTokenReset?: string;
8528
8531
  projectId: string;
8529
8532
  }
@@ -10512,81 +10515,6 @@ export declare namespace MittwaldAPIV2 {
10512
10515
  }
10513
10516
  }
10514
10517
  }
10515
- namespace V2StacksStackIdActionsAddComponent {
10516
- namespace Post {
10517
- namespace Parameters {
10518
- type Path = {
10519
- stackId: string;
10520
- };
10521
- type RequestBody = MittwaldAPIV2.Components.Schemas.ContainerAddComponent;
10522
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10523
- type Query = {};
10524
- }
10525
- namespace Responses {
10526
- namespace $204 {
10527
- namespace Content {
10528
- type Empty = unknown;
10529
- }
10530
- }
10531
- namespace $400 {
10532
- namespace Content {
10533
- interface ApplicationJson {
10534
- [k: string]: unknown;
10535
- }
10536
- }
10537
- }
10538
- namespace $403 {
10539
- namespace Content {
10540
- interface ApplicationJson {
10541
- [k: string]: unknown;
10542
- }
10543
- }
10544
- }
10545
- namespace $404 {
10546
- namespace Content {
10547
- interface ApplicationJson {
10548
- [k: string]: unknown;
10549
- }
10550
- }
10551
- }
10552
- namespace $409 {
10553
- namespace Content {
10554
- interface ApplicationJson {
10555
- [k: string]: unknown;
10556
- }
10557
- }
10558
- }
10559
- namespace $412 {
10560
- namespace Content {
10561
- interface ApplicationJson {
10562
- [k: string]: unknown;
10563
- }
10564
- }
10565
- }
10566
- namespace $429 {
10567
- namespace Content {
10568
- interface ApplicationJson {
10569
- [k: string]: unknown;
10570
- }
10571
- }
10572
- }
10573
- namespace $500 {
10574
- namespace Content {
10575
- interface ApplicationJson {
10576
- [k: string]: unknown;
10577
- }
10578
- }
10579
- }
10580
- namespace Default {
10581
- namespace Content {
10582
- interface ApplicationJson {
10583
- [k: string]: unknown;
10584
- }
10585
- }
10586
- }
10587
- }
10588
- }
10589
- }
10590
10518
  namespace V2StacksStackIdWebhooksPullImage {
10591
10519
  namespace Get {
10592
10520
  namespace Parameters {
@@ -12014,60 +11942,6 @@ export declare namespace MittwaldAPIV2 {
12014
11942
  }
12015
11943
  }
12016
11944
  }
12017
- namespace V2ContainerTemplateStatistics {
12018
- namespace Get {
12019
- namespace Parameters {
12020
- type Path = {};
12021
- type Header = {};
12022
- type Query = {
12023
- templateId?: string;
12024
- category?: string;
12025
- };
12026
- }
12027
- namespace Responses {
12028
- namespace $200 {
12029
- namespace Content {
12030
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsListResponse;
12031
- }
12032
- }
12033
- namespace $400 {
12034
- namespace Content {
12035
- interface ApplicationJson {
12036
- [k: string]: unknown;
12037
- }
12038
- }
12039
- }
12040
- namespace $404 {
12041
- namespace Content {
12042
- interface ApplicationJson {
12043
- [k: string]: unknown;
12044
- }
12045
- }
12046
- }
12047
- namespace $429 {
12048
- namespace Content {
12049
- interface ApplicationJson {
12050
- [k: string]: unknown;
12051
- }
12052
- }
12053
- }
12054
- namespace $500 {
12055
- namespace Content {
12056
- interface ApplicationJson {
12057
- [k: string]: unknown;
12058
- }
12059
- }
12060
- }
12061
- namespace Default {
12062
- namespace Content {
12063
- interface ApplicationJson {
12064
- [k: string]: unknown;
12065
- }
12066
- }
12067
- }
12068
- }
12069
- }
12070
- }
12071
11945
  namespace V2ContainerTemplates {
12072
11946
  namespace Get {
12073
11947
  namespace Parameters {
@@ -12077,6 +11951,7 @@ export declare namespace MittwaldAPIV2 {
12077
11951
  category?: string;
12078
11952
  searchTerm?: string;
12079
11953
  type?: "component" | "standalone";
11954
+ trend?: "30days" | "all";
12080
11955
  limit?: number;
12081
11956
  skip?: number;
12082
11957
  page?: number;
@@ -55,6 +55,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
55
55
  deletedAt?: string | undefined;
56
56
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
57
57
  modelTermsApprovalRequired: boolean;
58
+ name?: string | undefined;
58
59
  nextTokenReset: string;
59
60
  planId?: string | undefined;
60
61
  rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
@@ -95,6 +96,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
95
96
  deletedAt?: string | undefined;
96
97
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
97
98
  modelTermsApprovalRequired: boolean;
99
+ name?: string | undefined;
98
100
  nextTokenReset: string;
99
101
  planId?: string | undefined;
100
102
  rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
@@ -163,6 +165,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV3NextClient) => {
163
165
  }) => import("@mittwald/react-use-promise").AsyncResource<{
164
166
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
165
167
  modelTermsApprovalRequired: boolean;
168
+ name?: string | undefined;
166
169
  nextTokenReset?: string | undefined;
167
170
  projectId: string;
168
171
  }>;
@@ -833,20 +836,6 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
833
836
  page?: number | undefined;
834
837
  } | undefined;
835
838
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerVolumeResponse[]>;
836
- /** List Container Template statistics. */
837
- listTemplateStatistics: (conf?: {
838
- headers?: {
839
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
840
- } | undefined;
841
- queryParameters?: {
842
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
843
- templateId?: string | undefined;
844
- category?: string | undefined;
845
- } | undefined;
846
- } | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<{
847
- category?: string | undefined;
848
- templates?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[] | undefined;
849
- }>;
850
839
  /** List Container Templates. */
851
840
  listTemplates: (conf?: {
852
841
  headers?: {
@@ -857,6 +846,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
857
846
  category?: string | undefined;
858
847
  searchTerm?: string | undefined;
859
848
  type?: "component" | "standalone" | undefined;
849
+ trend?: "30days" | "all" | undefined;
860
850
  limit?: number | undefined;
861
851
  skip?: number | undefined;
862
852
  page?: number | undefined;
@@ -464,6 +464,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
464
464
  deletedAt?: string | undefined;
465
465
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
466
466
  modelTermsApprovalRequired: boolean;
467
+ name?: string | undefined;
467
468
  nextTokenReset: string;
468
469
  planId?: string | undefined;
469
470
  rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
@@ -502,6 +503,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
502
503
  deletedAt?: string | undefined;
503
504
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
504
505
  modelTermsApprovalRequired: boolean;
506
+ name?: string | undefined;
505
507
  nextTokenReset: string;
506
508
  planId?: string | undefined;
507
509
  rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
@@ -664,6 +666,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
664
666
  deletedAt?: string | undefined;
665
667
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
666
668
  modelTermsApprovalRequired: boolean;
669
+ name?: string | undefined;
667
670
  nextTokenReset: string;
668
671
  planId?: string | undefined;
669
672
  rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
@@ -701,6 +704,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
701
704
  deletedAt?: string | undefined;
702
705
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
703
706
  modelTermsApprovalRequired: boolean;
707
+ name?: string | undefined;
704
708
  nextTokenReset: string;
705
709
  planId?: string | undefined;
706
710
  rateLimit: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
@@ -1163,6 +1167,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1163
1167
  }, import("@mittwald/api-client-commons").Response<{
1164
1168
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
1165
1169
  modelTermsApprovalRequired: boolean;
1170
+ name?: string | undefined;
1166
1171
  nextTokenReset?: string | undefined;
1167
1172
  projectId: string;
1168
1173
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -1190,6 +1195,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
1190
1195
  }, import("@mittwald/api-client-commons").Response<{
1191
1196
  keys: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
1192
1197
  modelTermsApprovalRequired: boolean;
1198
+ name?: string | undefined;
1193
1199
  nextTokenReset?: string | undefined;
1194
1200
  projectId: string;
1195
1201
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -3908,99 +3914,6 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
3908
3914
  };
3909
3915
  /** The container API allows you to manage your stacks, containers, volumes and registries. */
3910
3916
  readonly container: {
3911
- /** Add a component to a Stack. */
3912
- addComponent: (request: {
3913
- data: {
3914
- templateConfig: {
3915
- templateId: string;
3916
- userInputs?: {
3917
- name: string;
3918
- value: string;
3919
- }[] | undefined;
3920
- };
3921
- };
3922
- stackId: string;
3923
- headers?: {
3924
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
3925
- "x-access-token"?: string | undefined;
3926
- } | undefined;
3927
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
3928
- data: {
3929
- templateConfig: {
3930
- templateId: string;
3931
- userInputs?: {
3932
- name: string;
3933
- value: string;
3934
- }[];
3935
- };
3936
- };
3937
- } & {
3938
- pathParameters: {
3939
- stackId: string;
3940
- };
3941
- } & {
3942
- headers?: Partial<{
3943
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3944
- }>;
3945
- } & {
3946
- headers: {
3947
- "x-access-token"?: string | undefined;
3948
- } & Partial<{
3949
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3950
- }>;
3951
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
3952
- [x: string]: unknown;
3953
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
3954
- [x: string]: unknown;
3955
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
3956
- [x: string]: unknown;
3957
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
3958
- [x: string]: unknown;
3959
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
3960
- [x: string]: unknown;
3961
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
3962
- [x: string]: unknown;
3963
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
3964
- [x: string]: unknown;
3965
- }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
3966
- data: {
3967
- templateConfig: {
3968
- templateId: string;
3969
- userInputs?: {
3970
- name: string;
3971
- value: string;
3972
- }[];
3973
- };
3974
- };
3975
- } & {
3976
- pathParameters: {
3977
- stackId: string;
3978
- };
3979
- } & {
3980
- headers?: Partial<{
3981
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3982
- }>;
3983
- } & {
3984
- headers: {
3985
- "x-access-token"?: string | undefined;
3986
- } & Partial<{
3987
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3988
- }>;
3989
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
3990
- [x: string]: unknown;
3991
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
3992
- [x: string]: unknown;
3993
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
3994
- [x: string]: unknown;
3995
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
3996
- [x: string]: unknown;
3997
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
3998
- [x: string]: unknown;
3999
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
4000
- [x: string]: unknown;
4001
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
4002
- [x: string]: unknown;
4003
- }, 500, "application/json">>>;
4004
3917
  /** Call pull-image webhook */
4005
3918
  callPullImageWebhookForService: (request: {
4006
3919
  queryParameters: {
@@ -5871,61 +5784,6 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
5871
5784
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5872
5785
  [x: string]: unknown;
5873
5786
  }, 500, "application/json">>>;
5874
- /** List Container Template statistics. */
5875
- listTemplateStatistics: (request?: {
5876
- headers?: {
5877
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5878
- } | undefined;
5879
- queryParameters?: {
5880
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5881
- templateId?: string | undefined;
5882
- category?: string | undefined;
5883
- } | undefined;
5884
- } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5885
- headers?: Partial<{
5886
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5887
- }>;
5888
- } & {
5889
- queryParameters: {
5890
- templateId?: string | undefined;
5891
- category?: string | undefined;
5892
- } & Partial<{
5893
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5894
- }>;
5895
- }, import("@mittwald/api-client-commons").Response<{
5896
- category?: string | undefined;
5897
- templates?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[] | undefined;
5898
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5899
- [x: string]: unknown;
5900
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5901
- [x: string]: unknown;
5902
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5903
- [x: string]: unknown;
5904
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5905
- [x: string]: unknown;
5906
- }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5907
- headers?: Partial<{
5908
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5909
- }>;
5910
- } & {
5911
- queryParameters: {
5912
- templateId?: string | undefined;
5913
- category?: string | undefined;
5914
- } & Partial<{
5915
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5916
- }>;
5917
- }, import("@mittwald/api-client-commons").Response<{
5918
- category?: string | undefined;
5919
- templates?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[] | undefined;
5920
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5921
- [x: string]: unknown;
5922
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5923
- [x: string]: unknown;
5924
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5925
- [x: string]: unknown;
5926
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5927
- [x: string]: unknown;
5928
- }, 500, "application/json">>>;
5929
5787
  /** List Container Templates. */
5930
5788
  listTemplates: (request?: {
5931
5789
  headers?: {
@@ -5936,6 +5794,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
5936
5794
  category?: string | undefined;
5937
5795
  searchTerm?: string | undefined;
5938
5796
  type?: "component" | "standalone" | undefined;
5797
+ trend?: "30days" | "all" | undefined;
5939
5798
  limit?: number | undefined;
5940
5799
  skip?: number | undefined;
5941
5800
  page?: number | undefined;
@@ -5949,6 +5808,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
5949
5808
  category?: string | undefined;
5950
5809
  searchTerm?: string | undefined;
5951
5810
  type?: "component" | "standalone" | undefined;
5811
+ trend?: "30days" | "all" | undefined;
5952
5812
  limit?: number | undefined;
5953
5813
  skip?: number | undefined;
5954
5814
  page?: number | undefined;
@@ -5970,6 +5830,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
5970
5830
  category?: string | undefined;
5971
5831
  searchTerm?: string | undefined;
5972
5832
  type?: "component" | "standalone" | undefined;
5833
+ trend?: "30days" | "all" | undefined;
5973
5834
  limit?: number | undefined;
5974
5835
  skip?: number | undefined;
5975
5836
  page?: number | undefined;