@mittwald/api-client 4.394.0 → 4.395.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.393.0';
1
+ export const MittwaldAPIClientVersion = '4.394.0';
@@ -1680,13 +1680,7 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV2Client) => {
1680
1680
  category?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationCategory | undefined;
1681
1681
  conversationId: string;
1682
1682
  createdAt: string;
1683
- createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
1684
- lastMessage?: {
1685
- createdAt: string;
1686
- createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
1687
- } | undefined;
1688
1683
  lastMessageAt?: string | undefined;
1689
- lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
1690
1684
  mainUser: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
1691
1685
  notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
1692
1686
  relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
@@ -1696,6 +1690,12 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV2Client) => {
1696
1690
  status: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationStatus;
1697
1691
  title: string;
1698
1692
  visibility: "shared" | "private";
1693
+ createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
1694
+ lastMessage?: {
1695
+ createdAt: string;
1696
+ createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
1697
+ } | undefined;
1698
+ lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
1699
1699
  }>;
1700
1700
  /** Request an access token for the File belonging to the Conversation. */
1701
1701
  getFileAccessToken: (conf: {
@@ -13191,16 +13191,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13191
13191
  conversationId: string;
13192
13192
  };
13193
13193
  }, import("@mittwald/api-client-commons").Response<{
13194
+ [x: string]: unknown;
13195
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
13196
+ [x: string]: unknown;
13197
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
13198
+ [x: string]: unknown;
13199
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
13200
+ [x: string]: unknown;
13201
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
13194
13202
  category?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationCategory | undefined;
13195
13203
  conversationId: string;
13196
13204
  createdAt: string;
13197
- createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
13198
- lastMessage?: {
13199
- createdAt: string;
13200
- createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
13201
- } | undefined;
13202
13205
  lastMessageAt?: string | undefined;
13203
- lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
13204
13206
  mainUser: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
13205
13207
  notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
13206
13208
  relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
@@ -13210,15 +13212,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13210
13212
  status: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationStatus;
13211
13213
  title: string;
13212
13214
  visibility: "shared" | "private";
13213
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
13214
- [x: string]: unknown;
13215
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
13216
- [x: string]: unknown;
13217
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
13218
- [x: string]: unknown;
13219
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
13220
- [x: string]: unknown;
13221
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
13215
+ createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
13216
+ lastMessage?: {
13217
+ createdAt: string;
13218
+ createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
13219
+ } | undefined;
13220
+ lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
13221
+ }, 200, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
13222
13222
  headers?: Partial<{
13223
13223
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
13224
13224
  }>;
@@ -13227,16 +13227,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13227
13227
  conversationId: string;
13228
13228
  };
13229
13229
  }, import("@mittwald/api-client-commons").Response<{
13230
+ [x: string]: unknown;
13231
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
13232
+ [x: string]: unknown;
13233
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
13234
+ [x: string]: unknown;
13235
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
13236
+ [x: string]: unknown;
13237
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
13230
13238
  category?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationCategory | undefined;
13231
13239
  conversationId: string;
13232
13240
  createdAt: string;
13233
- createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
13234
- lastMessage?: {
13235
- createdAt: string;
13236
- createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
13237
- } | undefined;
13238
13241
  lastMessageAt?: string | undefined;
13239
- lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
13240
13242
  mainUser: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
13241
13243
  notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
13242
13244
  relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
@@ -13246,15 +13248,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13246
13248
  status: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationStatus;
13247
13249
  title: string;
13248
13250
  visibility: "shared" | "private";
13249
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
13250
- [x: string]: unknown;
13251
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
13252
- [x: string]: unknown;
13253
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
13254
- [x: string]: unknown;
13255
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
13256
- [x: string]: unknown;
13257
- }, 429, "application/json">>>;
13251
+ createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
13252
+ lastMessage?: {
13253
+ createdAt: string;
13254
+ createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
13255
+ } | undefined;
13256
+ lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
13257
+ }, 200, "application/json">>>;
13258
13258
  /** Update the basic properties of the conversation. */
13259
13259
  updateConversation: (request: {
13260
13260
  conversationId: string;
@@ -3046,27 +3046,14 @@ export declare namespace MittwaldAPIV2 {
3046
3046
  fallback?: string;
3047
3047
  };
3048
3048
  }
3049
- interface ConversationConversation {
3050
- category?: MittwaldAPIV2.Components.Schemas.ConversationCategory;
3051
- conversationId: string;
3052
- createdAt: string;
3049
+ type ConversationConversation = MittwaldAPIV2.Components.Schemas.ConversationBasicConversation & {
3053
3050
  createdBy?: MittwaldAPIV2.Components.Schemas.ConversationUser;
3054
3051
  lastMessage?: {
3055
3052
  createdAt: string;
3056
3053
  createdBy?: MittwaldAPIV2.Components.Schemas.ConversationUser;
3057
3054
  };
3058
- lastMessageAt?: string;
3059
3055
  lastMessageBy?: MittwaldAPIV2.Components.Schemas.ConversationUser;
3060
- mainUser: MittwaldAPIV2.Components.Schemas.ConversationUser;
3061
- notificationRoles?: MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[];
3062
- relatedTo?: MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference;
3063
- relations?: MittwaldAPIV2.Components.Schemas.ConversationAggregateReference[];
3064
- sharedWith?: MittwaldAPIV2.Components.Schemas.ConversationShareableAggregateReference;
3065
- shortId: string;
3066
- status: MittwaldAPIV2.Components.Schemas.ConversationStatus;
3067
- title: string;
3068
- visibility: "shared" | "private";
3069
- }
3056
+ };
3070
3057
  interface ConversationGetConversationIdResponse {
3071
3058
  conversationId: string;
3072
3059
  shortId: string;
@@ -3240,11 +3227,9 @@ export declare namespace MittwaldAPIV2 {
3240
3227
  type ConversationStatusUpdate = MittwaldAPIV2.Components.Schemas.ConversationResubmissionStatusUpdate | MittwaldAPIV2.Components.Schemas.ConversationGenericStatusUpdate;
3241
3228
  interface ConversationUser {
3242
3229
  active?: boolean;
3243
- atlasGroup?: MittwaldAPIV2.Components.Schemas.ConversationGroup;
3244
3230
  avatarRefId?: string;
3245
3231
  clearName?: string;
3246
- department?: MittwaldAPIV2.Components.Schemas.ConversationDepartment;
3247
- group?: MittwaldAPIV2.Components.Schemas.ConversationGroup;
3232
+ isEmployee?: boolean;
3248
3233
  userId: string;
3249
3234
  }
3250
3235
  interface StraceData {
@@ -6388,6 +6373,42 @@ export declare namespace MittwaldAPIV2 {
6388
6373
  }
6389
6374
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
6390
6375
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
6376
+ interface ActivitylogParameterProperty {
6377
+ aggregate?: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
6378
+ name: string;
6379
+ }
6380
+ interface ActivitylogAppInstallationDesiredSystemSoftwareSet {
6381
+ changes: {
6382
+ after?: {
6383
+ software: string;
6384
+ softwareVersion: string;
6385
+ updatePolicy: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
6386
+ };
6387
+ before?: {
6388
+ software?: string;
6389
+ softwareVersion?: string;
6390
+ updatePolicy?: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
6391
+ };
6392
+ };
6393
+ name: "app.systemsoftware-set" | "app.systemsoftware-deleted";
6394
+ parameters?: {
6395
+ software: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6396
+ version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6397
+ };
6398
+ }
6399
+ interface ActivitylogAppInstallationCopyRequested {
6400
+ changes: {
6401
+ after?: {
6402
+ appId: string;
6403
+ sourceAppInstallationId: string;
6404
+ };
6405
+ before?: {
6406
+ appId?: string | null;
6407
+ sourceAppInstallationId?: string | null;
6408
+ };
6409
+ };
6410
+ name: "app.copy-requested";
6411
+ }
6391
6412
  interface ActivitylogDnsCnameRecordSet {
6392
6413
  changes: {
6393
6414
  after?: {
@@ -6462,101 +6483,6 @@ export declare namespace MittwaldAPIV2 {
6462
6483
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6463
6484
  };
6464
6485
  }
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
- }
6560
6486
  interface ActivitylogDnsMxRecordSet {
6561
6487
  changes: {
6562
6488
  after?: {
@@ -6629,31 +6555,63 @@ export declare namespace MittwaldAPIV2 {
6629
6555
  domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6630
6556
  };
6631
6557
  }
6632
- interface ActivitylogDatabaseMysqlUserUpdated {
6558
+ interface ActivitylogDatabaseCreated {
6559
+ changes: {
6560
+ after?: {
6561
+ description: string;
6562
+ name: string;
6563
+ version: string;
6564
+ };
6565
+ before?: {
6566
+ description?: string | null;
6567
+ name?: string | null;
6568
+ version?: string | null;
6569
+ };
6570
+ };
6571
+ name: "database.mysql-created" | "database.redis-created";
6572
+ parameters: {
6573
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6574
+ version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6575
+ };
6576
+ }
6577
+ interface ActivitylogDatabaseMysqlUserCreated {
6633
6578
  changes: {
6634
6579
  after?: {
6635
6580
  description: string;
6636
6581
  externalAccess: boolean;
6582
+ name: string;
6637
6583
  permissions: {};
6638
6584
  };
6639
6585
  before?: {
6640
- description: string | null;
6641
- externalAccess: boolean | null;
6642
- permissions: {};
6586
+ description?: string | null;
6587
+ externalAccess?: boolean | null;
6588
+ name?: string | null;
6589
+ permissions?: {} | null;
6643
6590
  };
6644
6591
  };
6645
- name: "database.mysql-user-updated";
6592
+ name: "database.mysql-user-created";
6646
6593
  parameters: {
6647
6594
  databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6648
6595
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6649
6596
  };
6650
6597
  }
6651
- interface ActivitylogDatabaseMysqlUserDeleted {
6652
- changes: {};
6653
- name: "database.mysql-user-deleted";
6598
+ interface ActivitylogAggregateReference {
6599
+ aggregate: string;
6600
+ domain: string;
6601
+ id: string;
6602
+ }
6603
+ interface ActivitylogDnsSrvRecordSet {
6604
+ changes: {
6605
+ after?: {
6606
+ srv: {}[];
6607
+ };
6608
+ before?: {
6609
+ srv: {}[];
6610
+ };
6611
+ };
6612
+ name: "dns.srv-record-set";
6654
6613
  parameters: {
6655
- databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6656
- name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6614
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6657
6615
  };
6658
6616
  }
6659
6617
  interface ActivitylogLogEntry {
@@ -6669,18 +6627,12 @@ export declare namespace MittwaldAPIV2 {
6669
6627
  type: "user" | "extension";
6670
6628
  };
6671
6629
  }
6672
- interface ActivitylogDnsCaaRecordSet {
6673
- changes: {
6674
- after?: {
6675
- caa: {}[];
6676
- };
6677
- before?: {
6678
- caa: {}[];
6679
- };
6680
- };
6681
- name: "dns.caa-record-set";
6630
+ interface ActivitylogDatabaseMysqlUserDeleted {
6631
+ changes: {};
6632
+ name: "database.mysql-user-deleted";
6682
6633
  parameters: {
6683
- domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6634
+ databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6635
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6684
6636
  };
6685
6637
  }
6686
6638
  /**
@@ -6702,6 +6654,39 @@ export declare namespace MittwaldAPIV2 {
6702
6654
  [k: string]: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6703
6655
  };
6704
6656
  }
6657
+ interface ActivitylogDnsCaaRecordSet {
6658
+ changes: {
6659
+ after?: {
6660
+ caa: {}[];
6661
+ };
6662
+ before?: {
6663
+ caa: {}[];
6664
+ };
6665
+ };
6666
+ name: "dns.caa-record-set";
6667
+ parameters: {
6668
+ domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6669
+ };
6670
+ }
6671
+ interface ActivitylogDatabaseMysqlUserUpdated {
6672
+ changes: {
6673
+ after?: {
6674
+ description: string;
6675
+ externalAccess: boolean;
6676
+ permissions: {};
6677
+ };
6678
+ before?: {
6679
+ description: string | null;
6680
+ externalAccess: boolean | null;
6681
+ permissions: {};
6682
+ };
6683
+ };
6684
+ name: "database.mysql-user-updated";
6685
+ parameters: {
6686
+ databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6687
+ name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6688
+ };
6689
+ }
6705
6690
  interface ProjectProjectListItem {
6706
6691
  backupStorageUsageInBytes: number;
6707
6692
  backupStorageUsageInBytesSetAt: string;
@@ -6737,18 +6722,7 @@ export declare namespace MittwaldAPIV2 {
6737
6722
  webStorageUsageInBytes: number;
6738
6723
  webStorageUsageInBytesSetAt: string;
6739
6724
  }
6740
- type ConversationDepartment = "development" | "mail" | "accounting" | "cloudHosting" | "customerService" | "productManagement" | "generic";
6741
- interface ConversationGroup {
6742
- acronym?: string;
6743
- id: string;
6744
- isDefaultGroup?: boolean;
6745
- name: string;
6746
- }
6747
6725
  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";
6752
6726
  interface DomainmigrationNonMigratableDomain {
6753
6727
  hostname: string;
6754
6728
  issues: MittwaldAPIV2.Components.Schemas.DomainmigrationDomainNotMigratableReasons;
@@ -6775,6 +6749,10 @@ export declare namespace MittwaldAPIV2 {
6775
6749
  interface DomainmigrationDomainNotMigratableReasons {
6776
6750
  reasonCodes: MittwaldAPIV2.Components.Schemas.DomainmigrationDomainNotMigratableReason[];
6777
6751
  }
6752
+ /**
6753
+ * Typed reason a domain cannot be migrated.
6754
+ */
6755
+ 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
6756
  interface DomainmigrationMigratableDomain {
6779
6757
  hostname: string;
6780
6758
  migratable: true;
@@ -6797,6 +6775,14 @@ export declare namespace MittwaldAPIV2 {
6797
6775
  type: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecordType;
6798
6776
  value: string;
6799
6777
  }
6778
+ interface DomainmigrationMigrationData {
6779
+ dnsRecords: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecord[];
6780
+ /**
6781
+ * Monthly net domain price in EUR cents.
6782
+ */
6783
+ monthlyPriceCents: number;
6784
+ subdomains: MittwaldAPIV2.Components.Schemas.DomainmigrationSubdomain[];
6785
+ }
6800
6786
  interface DomainmigrationMigrationNotPossibleReasons {
6801
6787
  customerIsNotAllowedToOrder: boolean;
6802
6788
  legacyTokenNotAuthorized: boolean;
@@ -6826,13 +6812,20 @@ export declare namespace MittwaldAPIV2 {
6826
6812
  pAccount: string;
6827
6813
  projectId: string;
6828
6814
  }
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[];
6815
+ interface ConversationBasicConversation {
6816
+ category?: MittwaldAPIV2.Components.Schemas.ConversationCategory;
6817
+ conversationId: string;
6818
+ createdAt: string;
6819
+ lastMessageAt?: string;
6820
+ mainUser: MittwaldAPIV2.Components.Schemas.ConversationUser;
6821
+ notificationRoles?: MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[];
6822
+ relatedTo?: MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference;
6823
+ relations?: MittwaldAPIV2.Components.Schemas.ConversationAggregateReference[];
6824
+ sharedWith?: MittwaldAPIV2.Components.Schemas.ConversationShareableAggregateReference;
6825
+ shortId: string;
6826
+ status: MittwaldAPIV2.Components.Schemas.ConversationStatus;
6827
+ title: string;
6828
+ visibility: "shared" | "private";
6836
6829
  }
6837
6830
  interface CommonsAddress {
6838
6831
  street: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.393.0';
1
+ export declare const MittwaldAPIClientVersion = '4.394.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.394.0",
3
+ "version": "4.395.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.394.0",
49
+ "@mittwald/api-client-commons": "^4.395.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.394.0",
53
+ "@mittwald/api-code-generator": "^4.395.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": "a972f258c04c212ea1179acc3d134653816fd320"
83
+ "gitHead": "97be1f81134e589d95a79d87d9add6bc05e5a59f"
84
84
  }