@mittwald/api-client 4.393.0 → 4.394.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.392.0';
1
+ export const MittwaldAPIClientVersion = '4.393.0';
@@ -6388,42 +6388,6 @@ export declare namespace MittwaldAPIV2 {
6388
6388
  }
6389
6389
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
6390
6390
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
6391
- interface ActivitylogParameterProperty {
6392
- aggregate?: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
6393
- name: string;
6394
- }
6395
- interface ActivitylogAppInstallationDesiredSystemSoftwareSet {
6396
- changes: {
6397
- after?: {
6398
- software: string;
6399
- softwareVersion: string;
6400
- updatePolicy: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
6401
- };
6402
- before?: {
6403
- software?: string;
6404
- softwareVersion?: string;
6405
- updatePolicy?: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
6406
- };
6407
- };
6408
- name: "app.systemsoftware-set" | "app.systemsoftware-deleted";
6409
- parameters?: {
6410
- software: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6411
- version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6412
- };
6413
- }
6414
- interface ActivitylogAppInstallationCopyRequested {
6415
- changes: {
6416
- after?: {
6417
- appId: string;
6418
- sourceAppInstallationId: string;
6419
- };
6420
- before?: {
6421
- appId?: string | null;
6422
- sourceAppInstallationId?: string | null;
6423
- };
6424
- };
6425
- name: "app.copy-requested";
6426
- }
6427
6391
  interface ActivitylogDnsCnameRecordSet {
6428
6392
  changes: {
6429
6393
  after?: {
@@ -6498,6 +6462,101 @@ export declare namespace MittwaldAPIV2 {
6498
6462
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6499
6463
  };
6500
6464
  }
6465
+ interface ActivitylogParameterProperty {
6466
+ aggregate?: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
6467
+ name: string;
6468
+ }
6469
+ interface ActivitylogAppInstallationDesiredSystemSoftwareSet {
6470
+ changes: {
6471
+ after?: {
6472
+ software: string;
6473
+ softwareVersion: string;
6474
+ updatePolicy: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
6475
+ };
6476
+ before?: {
6477
+ software?: string;
6478
+ softwareVersion?: string;
6479
+ updatePolicy?: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
6480
+ };
6481
+ };
6482
+ name: "app.systemsoftware-set" | "app.systemsoftware-deleted";
6483
+ parameters?: {
6484
+ software: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6485
+ version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6486
+ };
6487
+ }
6488
+ interface ActivitylogAppInstallationCopyRequested {
6489
+ changes: {
6490
+ after?: {
6491
+ appId: string;
6492
+ sourceAppInstallationId: string;
6493
+ };
6494
+ before?: {
6495
+ appId?: string | null;
6496
+ sourceAppInstallationId?: string | null;
6497
+ };
6498
+ };
6499
+ name: "app.copy-requested";
6500
+ }
6501
+ interface ActivitylogDatabaseCreated {
6502
+ changes: {
6503
+ after?: {
6504
+ description: string;
6505
+ name: string;
6506
+ version: string;
6507
+ };
6508
+ before?: {
6509
+ description?: string | null;
6510
+ name?: string | null;
6511
+ version?: string | null;
6512
+ };
6513
+ };
6514
+ name: "database.mysql-created" | "database.redis-created";
6515
+ parameters: {
6516
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6517
+ version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6518
+ };
6519
+ }
6520
+ interface ActivitylogDatabaseMysqlUserCreated {
6521
+ changes: {
6522
+ after?: {
6523
+ description: string;
6524
+ externalAccess: boolean;
6525
+ name: string;
6526
+ permissions: {};
6527
+ };
6528
+ before?: {
6529
+ description?: string | null;
6530
+ externalAccess?: boolean | null;
6531
+ name?: string | null;
6532
+ permissions?: {} | null;
6533
+ };
6534
+ };
6535
+ name: "database.mysql-user-created";
6536
+ parameters: {
6537
+ databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6538
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6539
+ };
6540
+ }
6541
+ interface ActivitylogAggregateReference {
6542
+ aggregate: string;
6543
+ domain: string;
6544
+ id: string;
6545
+ }
6546
+ interface ActivitylogDnsSrvRecordSet {
6547
+ changes: {
6548
+ after?: {
6549
+ srv: {}[];
6550
+ };
6551
+ before?: {
6552
+ srv: {}[];
6553
+ };
6554
+ };
6555
+ name: "dns.srv-record-set";
6556
+ parameters: {
6557
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6558
+ };
6559
+ }
6501
6560
  interface ActivitylogDnsMxRecordSet {
6502
6561
  changes: {
6503
6562
  after?: {
@@ -6570,63 +6629,31 @@ export declare namespace MittwaldAPIV2 {
6570
6629
  domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6571
6630
  };
6572
6631
  }
6573
- interface ActivitylogDatabaseCreated {
6574
- changes: {
6575
- after?: {
6576
- description: string;
6577
- name: string;
6578
- version: string;
6579
- };
6580
- before?: {
6581
- description?: string | null;
6582
- name?: string | null;
6583
- version?: string | null;
6584
- };
6585
- };
6586
- name: "database.mysql-created" | "database.redis-created";
6587
- parameters: {
6588
- name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6589
- version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6590
- };
6591
- }
6592
- interface ActivitylogDatabaseMysqlUserCreated {
6632
+ interface ActivitylogDatabaseMysqlUserUpdated {
6593
6633
  changes: {
6594
6634
  after?: {
6595
6635
  description: string;
6596
6636
  externalAccess: boolean;
6597
- name: string;
6598
6637
  permissions: {};
6599
6638
  };
6600
6639
  before?: {
6601
- description?: string | null;
6602
- externalAccess?: boolean | null;
6603
- name?: string | null;
6604
- permissions?: {} | null;
6640
+ description: string | null;
6641
+ externalAccess: boolean | null;
6642
+ permissions: {};
6605
6643
  };
6606
6644
  };
6607
- name: "database.mysql-user-created";
6645
+ name: "database.mysql-user-updated";
6608
6646
  parameters: {
6609
6647
  databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6610
6648
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6611
6649
  };
6612
6650
  }
6613
- interface ActivitylogAggregateReference {
6614
- aggregate: string;
6615
- domain: string;
6616
- id: string;
6617
- }
6618
- interface ActivitylogDnsSrvRecordSet {
6619
- changes: {
6620
- after?: {
6621
- srv: {}[];
6622
- };
6623
- before?: {
6624
- srv: {}[];
6625
- };
6626
- };
6627
- name: "dns.srv-record-set";
6651
+ interface ActivitylogDatabaseMysqlUserDeleted {
6652
+ changes: {};
6653
+ name: "database.mysql-user-deleted";
6628
6654
  parameters: {
6629
- domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6655
+ databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6656
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6630
6657
  };
6631
6658
  }
6632
6659
  interface ActivitylogLogEntry {
@@ -6642,12 +6669,18 @@ export declare namespace MittwaldAPIV2 {
6642
6669
  type: "user" | "extension";
6643
6670
  };
6644
6671
  }
6645
- interface ActivitylogDatabaseMysqlUserDeleted {
6646
- changes: {};
6647
- name: "database.mysql-user-deleted";
6672
+ interface ActivitylogDnsCaaRecordSet {
6673
+ changes: {
6674
+ after?: {
6675
+ caa: {}[];
6676
+ };
6677
+ before?: {
6678
+ caa: {}[];
6679
+ };
6680
+ };
6681
+ name: "dns.caa-record-set";
6648
6682
  parameters: {
6649
- databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6650
- name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6683
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6651
6684
  };
6652
6685
  }
6653
6686
  /**
@@ -6669,39 +6702,6 @@ export declare namespace MittwaldAPIV2 {
6669
6702
  [k: string]: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6670
6703
  };
6671
6704
  }
6672
- interface ActivitylogDnsCaaRecordSet {
6673
- changes: {
6674
- after?: {
6675
- caa: {}[];
6676
- };
6677
- before?: {
6678
- caa: {}[];
6679
- };
6680
- };
6681
- name: "dns.caa-record-set";
6682
- parameters: {
6683
- domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6684
- };
6685
- }
6686
- interface ActivitylogDatabaseMysqlUserUpdated {
6687
- changes: {
6688
- after?: {
6689
- description: string;
6690
- externalAccess: boolean;
6691
- permissions: {};
6692
- };
6693
- before?: {
6694
- description: string | null;
6695
- externalAccess: boolean | null;
6696
- permissions: {};
6697
- };
6698
- };
6699
- name: "database.mysql-user-updated";
6700
- parameters: {
6701
- databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6702
- name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6703
- };
6704
- }
6705
6705
  interface ProjectProjectListItem {
6706
6706
  backupStorageUsageInBytes: number;
6707
6707
  backupStorageUsageInBytesSetAt: string;
@@ -6745,6 +6745,10 @@ export declare namespace MittwaldAPIV2 {
6745
6745
  name: string;
6746
6746
  }
6747
6747
  type DomainmigrationDNSRecordType = "A" | "AAAA" | "TXT" | "MX" | "CNAME" | "SRV" | "CAA" | "NS";
6748
+ /**
6749
+ * Typed reason a domain cannot be migrated.
6750
+ */
6751
+ type DomainmigrationDomainNotMigratableReason = "DOMAIN_NOT_MIGRATABLE_REASON_NEED_EPP" | "DOMAIN_NOT_MIGRATABLE_REASON_TLD_NOT_SUPPORTED" | "DOMAIN_NOT_MIGRATABLE_REASON_PREMIUM_DOMAIN" | "DOMAIN_NOT_MIGRATABLE_REASON_REGISTRAR_NOT_SUPPORTED" | "DOMAIN_NOT_MIGRATABLE_REASON_NOT_ORDERABLE" | "DOMAIN_NOT_MIGRATABLE_REASON_INSUFFICIENT_STATE" | "DOMAIN_NOT_MIGRATABLE_REASON_CONTRACT_DATE_OUT_OF_RANGE";
6748
6752
  interface DomainmigrationNonMigratableDomain {
6749
6753
  hostname: string;
6750
6754
  issues: MittwaldAPIV2.Components.Schemas.DomainmigrationDomainNotMigratableReasons;
@@ -6771,10 +6775,6 @@ export declare namespace MittwaldAPIV2 {
6771
6775
  interface DomainmigrationDomainNotMigratableReasons {
6772
6776
  reasonCodes: MittwaldAPIV2.Components.Schemas.DomainmigrationDomainNotMigratableReason[];
6773
6777
  }
6774
- /**
6775
- * Typed reason a domain cannot be migrated.
6776
- */
6777
- type DomainmigrationDomainNotMigratableReason = "DOMAIN_NOT_MIGRATABLE_REASON_NEED_EPP" | "DOMAIN_NOT_MIGRATABLE_REASON_TLD_NOT_SUPPORTED" | "DOMAIN_NOT_MIGRATABLE_REASON_PREMIUM_DOMAIN" | "DOMAIN_NOT_MIGRATABLE_REASON_REGISTRAR_NOT_SUPPORTED" | "DOMAIN_NOT_MIGRATABLE_REASON_NOT_ORDERABLE" | "DOMAIN_NOT_MIGRATABLE_REASON_INSUFFICIENT_STATE" | "DOMAIN_NOT_MIGRATABLE_REASON_CONTRACT_DATE_OUT_OF_RANGE";
6778
6778
  interface DomainmigrationMigratableDomain {
6779
6779
  hostname: string;
6780
6780
  migratable: true;
@@ -6797,14 +6797,6 @@ export declare namespace MittwaldAPIV2 {
6797
6797
  type: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecordType;
6798
6798
  value: string;
6799
6799
  }
6800
- interface DomainmigrationMigrationData {
6801
- dnsRecords: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecord[];
6802
- /**
6803
- * Monthly net domain price in EUR cents.
6804
- */
6805
- monthlyPriceCents: number;
6806
- subdomains: MittwaldAPIV2.Components.Schemas.DomainmigrationSubdomain[];
6807
- }
6808
6800
  interface DomainmigrationMigrationNotPossibleReasons {
6809
6801
  customerIsNotAllowedToOrder: boolean;
6810
6802
  legacyTokenNotAuthorized: boolean;
@@ -6834,6 +6826,14 @@ export declare namespace MittwaldAPIV2 {
6834
6826
  pAccount: string;
6835
6827
  projectId: string;
6836
6828
  }
6829
+ interface DomainmigrationMigrationData {
6830
+ dnsRecords: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecord[];
6831
+ /**
6832
+ * Monthly net domain price in EUR cents.
6833
+ */
6834
+ monthlyPriceCents: number;
6835
+ subdomains: MittwaldAPIV2.Components.Schemas.DomainmigrationSubdomain[];
6836
+ }
6837
6837
  interface CommonsAddress {
6838
6838
  street: string;
6839
6839
  houseNumber: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.392.0';
1
+ export declare const MittwaldAPIClientVersion = '4.393.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.393.0",
3
+ "version": "4.394.0",
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",
@@ -46,11 +46,11 @@
46
46
  "test:compile": "run tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@mittwald/api-client-commons": "^4.393.0",
49
+ "@mittwald/api-client-commons": "^4.394.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.393.0",
53
+ "@mittwald/api-code-generator": "^4.394.0",
54
54
  "@mittwald/react-use-promise": "^2.6.2",
55
55
  "@types/node": "^22.18.11",
56
56
  "@types/react": "^18.3.26",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "75f6b0c19c8f301521d31fcfec54c43e0af3fae1"
83
+ "gitHead": "a972f258c04c212ea1179acc3d134653816fd320"
84
84
  }