@mittwald/api-client 0.0.0-development-53640b8-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 MittwaldAPIV3Next {
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 MittwaldAPIV3Next {
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>;
@@ -2584,18 +2576,6 @@ export declare namespace MittwaldAPIV3Next {
2584
2576
  */
2585
2577
  priceInCents: number;
2586
2578
  }
2587
- interface DeMittwaldContainerAddComponent {
2588
- templateConfig: {
2589
- templateId: string;
2590
- /**
2591
- * Values for template user inputs. Missing optional values are filled from template defaults.
2592
- */
2593
- userInputs?: {
2594
- name: string;
2595
- value: string;
2596
- }[];
2597
- };
2598
- }
2599
2579
  interface DeMittwaldContainerCreateRegistry {
2600
2580
  credentials?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerSetRegistryCredentials;
2601
2581
  description: string;
@@ -6342,21 +6322,6 @@ export declare namespace MittwaldAPIV3Next {
6342
6322
  name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6343
6323
  };
6344
6324
  }
6345
- interface DeMittwaldActivitylogDatabaseMysqlNameSet {
6346
- changes: {
6347
- after?: {
6348
- name: string;
6349
- };
6350
- before?: {
6351
- name: string | null;
6352
- };
6353
- };
6354
- name: "database.mysql-name-set";
6355
- parameters: {
6356
- description: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6357
- name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogLinkedParameterProperty;
6358
- };
6359
- }
6360
6325
  interface DeMittwaldActivitylogDatabaseMysqlUserCreated {
6361
6326
  changes: {
6362
6327
  after?: {
@@ -6415,26 +6380,12 @@ export declare namespace MittwaldAPIV3Next {
6415
6380
  name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6416
6381
  };
6417
6382
  }
6418
- interface DeMittwaldActivitylogDatabaseVersionSet {
6419
- changes: {
6420
- after?: {
6421
- version: string;
6422
- };
6423
- before?: {
6424
- version: string;
6425
- };
6426
- };
6427
- name: "database.mysql-version-set" | "database.redis-version-set";
6428
- parameters: {
6429
- description: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6430
- name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6431
- version: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6432
- };
6433
- }
6434
6383
  interface DeMittwaldActivitylogDnsARecordSetManaged {
6435
6384
  changes: {
6436
6385
  after?: {
6437
- aRecords: string;
6386
+ aRecords: {
6387
+ managedByIngressId: string;
6388
+ };
6438
6389
  };
6439
6390
  before?: {};
6440
6391
  };
@@ -6446,12 +6397,12 @@ export declare namespace MittwaldAPIV3Next {
6446
6397
  interface DeMittwaldActivitylogDnsARecordSet {
6447
6398
  changes: {
6448
6399
  after?: {
6449
- aRecords?: string[];
6450
- aaaaRecords?: string[];
6400
+ aRecords: string[];
6401
+ aaaaRecords: string[];
6451
6402
  };
6452
6403
  before?: {
6453
- aRecords?: string[];
6454
- aaaaRecords?: string[];
6404
+ aRecords: string[];
6405
+ aaaaRecords: string[];
6455
6406
  };
6456
6407
  };
6457
6408
  name: "dns.a-record-set";
@@ -6504,8 +6455,9 @@ export declare namespace MittwaldAPIV3Next {
6504
6455
  interface DeMittwaldActivitylogDnsMxRecordSetManaged {
6505
6456
  changes: {
6506
6457
  after?: {
6507
- fqdn: string;
6508
- priority: string;
6458
+ mx: {
6459
+ managed: boolean;
6460
+ };
6509
6461
  };
6510
6462
  before?: {};
6511
6463
  };
@@ -6517,12 +6469,10 @@ export declare namespace MittwaldAPIV3Next {
6517
6469
  interface DeMittwaldActivitylogDnsMxRecordSet {
6518
6470
  changes: {
6519
6471
  after?: {
6520
- fqdn: string[];
6521
- priority: (number | null)[];
6472
+ mx: {}[];
6522
6473
  };
6523
6474
  before?: {
6524
- fqdn: string[];
6525
- priority: (number | null)[];
6475
+ mx: {}[];
6526
6476
  };
6527
6477
  };
6528
6478
  name: "dns.mx-record-set";
@@ -6654,7 +6604,7 @@ export declare namespace MittwaldAPIV3Next {
6654
6604
  name: string;
6655
6605
  }
6656
6606
  interface DeMittwaldActivitylogLogEntry {
6657
- action: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsDomainDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsIngressDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCnameRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsSrvRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCaaRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsTxtRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlNameSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationCopyRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationAppVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogGenericAction;
6607
+ action: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsDomainDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsIngressDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCnameRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsSrvRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCaaRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsTxtRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationCopyRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseLinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationAppVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogGenericAction;
6658
6608
  aggregate: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAggregateReference;
6659
6609
  dateTime: string;
6660
6610
  /**
@@ -7272,6 +7222,57 @@ export declare namespace MittwaldAPIV3Next {
7272
7222
  }
7273
7223
  type DeMittwaldVerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
7274
7224
  type DeMittwaldContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
7225
+ interface DeMittwaldActivitylogAppInstallationDatabaseLinked {
7226
+ changes: {
7227
+ after: {
7228
+ database: {};
7229
+ };
7230
+ before: {
7231
+ database: {} | null;
7232
+ };
7233
+ };
7234
+ name: "app.database-linked";
7235
+ parameters: {
7236
+ appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
7237
+ database: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
7238
+ };
7239
+ }
7240
+ interface DeMittwaldActivitylogAppInstallationDatabaseUnlinked {
7241
+ changes: {
7242
+ after: {
7243
+ database: {} | null;
7244
+ };
7245
+ before: {
7246
+ database: {};
7247
+ };
7248
+ };
7249
+ name: "app.database-unlinked";
7250
+ parameters: {
7251
+ appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
7252
+ database: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
7253
+ };
7254
+ }
7255
+ interface DeMittwaldActivitylogAppInstallationDeleted {
7256
+ changes: {};
7257
+ name: "app.deleted";
7258
+ parameters: {
7259
+ appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
7260
+ };
7261
+ }
7262
+ interface DeMittwaldActivitylogAppInstallationDescriptionSet {
7263
+ changes: {
7264
+ after?: {
7265
+ description: string;
7266
+ };
7267
+ before?: {
7268
+ description: string | null;
7269
+ };
7270
+ };
7271
+ name: "app.description-set";
7272
+ parameters: {
7273
+ appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
7274
+ };
7275
+ }
7275
7276
  interface DeMittwaldCommonsAddress {
7276
7277
  street: string;
7277
7278
  houseNumber: string;
@@ -10518,81 +10519,6 @@ export declare namespace MittwaldAPIV3Next {
10518
10519
  }
10519
10520
  }
10520
10521
  }
10521
- namespace V3NextStacksStackIdActionsAddComponent {
10522
- namespace Post {
10523
- namespace Parameters {
10524
- type Path = {
10525
- stackId: string;
10526
- };
10527
- type RequestBody = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerAddComponent;
10528
- type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
10529
- type Query = {};
10530
- }
10531
- namespace Responses {
10532
- namespace $204 {
10533
- namespace Content {
10534
- type Empty = unknown;
10535
- }
10536
- }
10537
- namespace $400 {
10538
- namespace Content {
10539
- interface ApplicationJson {
10540
- [k: string]: unknown;
10541
- }
10542
- }
10543
- }
10544
- namespace $403 {
10545
- namespace Content {
10546
- interface ApplicationJson {
10547
- [k: string]: unknown;
10548
- }
10549
- }
10550
- }
10551
- namespace $404 {
10552
- namespace Content {
10553
- interface ApplicationJson {
10554
- [k: string]: unknown;
10555
- }
10556
- }
10557
- }
10558
- namespace $409 {
10559
- namespace Content {
10560
- interface ApplicationJson {
10561
- [k: string]: unknown;
10562
- }
10563
- }
10564
- }
10565
- namespace $412 {
10566
- namespace Content {
10567
- interface ApplicationJson {
10568
- [k: string]: unknown;
10569
- }
10570
- }
10571
- }
10572
- namespace $429 {
10573
- namespace Content {
10574
- interface ApplicationJson {
10575
- [k: string]: unknown;
10576
- }
10577
- }
10578
- }
10579
- namespace $500 {
10580
- namespace Content {
10581
- interface ApplicationJson {
10582
- [k: string]: unknown;
10583
- }
10584
- }
10585
- }
10586
- namespace Default {
10587
- namespace Content {
10588
- interface ApplicationJson {
10589
- [k: string]: unknown;
10590
- }
10591
- }
10592
- }
10593
- }
10594
- }
10595
- }
10596
10522
  namespace V3NextStacksStackIdWebhooksPullImage {
10597
10523
  namespace Get {
10598
10524
  namespace Parameters {
@@ -12020,60 +11946,6 @@ export declare namespace MittwaldAPIV3Next {
12020
11946
  }
12021
11947
  }
12022
11948
  }
12023
- namespace V3NextContainerTemplateStatistics {
12024
- namespace Get {
12025
- namespace Parameters {
12026
- type Path = {};
12027
- type Header = {};
12028
- type Query = {
12029
- templateId?: string;
12030
- category?: string;
12031
- };
12032
- }
12033
- namespace Responses {
12034
- namespace $200 {
12035
- namespace Content {
12036
- type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsListResponse;
12037
- }
12038
- }
12039
- namespace $400 {
12040
- namespace Content {
12041
- interface ApplicationJson {
12042
- [k: string]: unknown;
12043
- }
12044
- }
12045
- }
12046
- namespace $404 {
12047
- namespace Content {
12048
- interface ApplicationJson {
12049
- [k: string]: unknown;
12050
- }
12051
- }
12052
- }
12053
- namespace $429 {
12054
- namespace Content {
12055
- interface ApplicationJson {
12056
- [k: string]: unknown;
12057
- }
12058
- }
12059
- }
12060
- namespace $500 {
12061
- namespace Content {
12062
- interface ApplicationJson {
12063
- [k: string]: unknown;
12064
- }
12065
- }
12066
- }
12067
- namespace Default {
12068
- namespace Content {
12069
- interface ApplicationJson {
12070
- [k: string]: unknown;
12071
- }
12072
- }
12073
- }
12074
- }
12075
- }
12076
- }
12077
11949
  namespace V3NextContainerTemplates {
12078
11950
  namespace Get {
12079
11951
  namespace Parameters {
@@ -12083,6 +11955,7 @@ export declare namespace MittwaldAPIV3Next {
12083
11955
  category?: string;
12084
11956
  searchTerm?: string;
12085
11957
  type?: "component" | "standalone";
11958
+ trend?: "30days" | "all";
12086
11959
  limit?: number;
12087
11960
  skip?: number;
12088
11961
  page?: number;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '0.0.0-development-d575ea2-20260713';
1
+ export declare const MittwaldAPIClientVersion = '4.411.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "0.0.0-development-53640b8-20260713",
3
+ "version": "0.0.0-development-1b2dfd0-20260714",
4
4
  "author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
5
5
  "type": "module",
6
6
  "description": "Auto-generated client for the mittwald API",
@@ -72,11 +72,11 @@
72
72
  "test:compile": "run tsc --noEmit"
73
73
  },
74
74
  "dependencies": {
75
- "@mittwald/api-client-commons": "^0.0.0-development-53640b8-20260713",
75
+ "@mittwald/api-client-commons": "^0.0.0-development-1b2dfd0-20260714",
76
76
  "browser-or-node": "^3.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@mittwald/api-code-generator": "^0.0.0-development-53640b8-20260713",
79
+ "@mittwald/api-code-generator": "^0.0.0-development-1b2dfd0-20260714",
80
80
  "@mittwald/react-use-promise": "^2.6.2",
81
81
  "@types/node": "^22.18.11",
82
82
  "@types/react": "^18.3.26",
@@ -106,5 +106,5 @@
106
106
  "optional": true
107
107
  }
108
108
  },
109
- "gitHead": "92359259f4173f9139858f183c65f10f2c357e92"
109
+ "gitHead": "4cbd9a56c6702f033f511a52cec95e5cfa2c3b76"
110
110
  }