@mittwald/api-client 0.0.0-development-64a6f01-20260504 → 0.0.0-development-e8f2771-20260612

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.
@@ -931,6 +931,69 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
931
931
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
932
932
  [x: string]: unknown;
933
933
  }, 429, "application/json">>>;
934
+ /** Links a container with a project licence. */
935
+ projectLinkContainer: (request: {
936
+ data: {
937
+ containerId: string;
938
+ ingressId: string;
939
+ stackId: string;
940
+ };
941
+ projectId: string;
942
+ keyId: string;
943
+ headers?: {
944
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
945
+ } | undefined;
946
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
947
+ data: {
948
+ containerId: string;
949
+ ingressId: string;
950
+ stackId: string;
951
+ };
952
+ } & {
953
+ pathParameters: {
954
+ projectId: string;
955
+ keyId: string;
956
+ };
957
+ } & {
958
+ headers?: Partial<{
959
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
960
+ }>;
961
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
962
+ [x: string]: unknown;
963
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
964
+ [x: string]: unknown;
965
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
966
+ [x: string]: unknown;
967
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
968
+ [x: string]: unknown;
969
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
970
+ [x: string]: unknown;
971
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
972
+ data: {
973
+ containerId: string;
974
+ ingressId: string;
975
+ stackId: string;
976
+ };
977
+ } & {
978
+ pathParameters: {
979
+ projectId: string;
980
+ keyId: string;
981
+ };
982
+ } & {
983
+ headers?: Partial<{
984
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
985
+ }>;
986
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
987
+ [x: string]: unknown;
988
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
989
+ [x: string]: unknown;
990
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
991
+ [x: string]: unknown;
992
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
993
+ [x: string]: unknown;
994
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
995
+ [x: string]: unknown;
996
+ }, 429, "application/json">>>;
934
997
  };
935
998
  /** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
936
999
  readonly app: {
@@ -1019,6 +1082,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1019
1082
  deletionRequested?: boolean | undefined;
1020
1083
  description: string;
1021
1084
  disabled: boolean;
1085
+ hostname?: string | undefined;
1022
1086
  id: string;
1023
1087
  installationPath: string;
1024
1088
  lastError?: string | undefined;
@@ -1027,6 +1091,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1027
1091
  [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
1028
1092
  } | undefined;
1029
1093
  phase: import("./types.js").MittwaldAPIV2.Components.Schemas.AppPhase;
1094
+ ports?: {
1095
+ name?: string;
1096
+ port?: number;
1097
+ }[] | undefined;
1030
1098
  projectDescription: string;
1031
1099
  projectId: string;
1032
1100
  screenshotId?: string | undefined;
@@ -1064,6 +1132,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1064
1132
  deletionRequested?: boolean | undefined;
1065
1133
  description: string;
1066
1134
  disabled: boolean;
1135
+ hostname?: string | undefined;
1067
1136
  id: string;
1068
1137
  installationPath: string;
1069
1138
  lastError?: string | undefined;
@@ -1072,6 +1141,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1072
1141
  [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
1073
1142
  } | undefined;
1074
1143
  phase: import("./types.js").MittwaldAPIV2.Components.Schemas.AppPhase;
1144
+ ports?: {
1145
+ name?: string;
1146
+ port?: number;
1147
+ }[] | undefined;
1075
1148
  projectDescription: string;
1076
1149
  projectId: string;
1077
1150
  screenshotId?: string | undefined;
@@ -1613,6 +1686,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1613
1686
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1614
1687
  appIds?: string[] | undefined;
1615
1688
  searchTerm?: string | undefined;
1689
+ sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppInstallationSortOrder | undefined;
1616
1690
  limit?: number | undefined;
1617
1691
  skip?: number | undefined;
1618
1692
  page?: number | undefined;
@@ -1625,6 +1699,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1625
1699
  queryParameters: {
1626
1700
  appIds?: string[] | undefined;
1627
1701
  searchTerm?: string | undefined;
1702
+ sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppInstallationSortOrder | undefined;
1628
1703
  limit?: number | undefined;
1629
1704
  skip?: number | undefined;
1630
1705
  page?: number | undefined;
@@ -1647,6 +1722,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1647
1722
  queryParameters: {
1648
1723
  appIds?: string[] | undefined;
1649
1724
  searchTerm?: string | undefined;
1725
+ sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppInstallationSortOrder | undefined;
1650
1726
  limit?: number | undefined;
1651
1727
  skip?: number | undefined;
1652
1728
  page?: number | undefined;
@@ -1673,6 +1749,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1673
1749
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1674
1750
  appIds?: string[] | undefined;
1675
1751
  searchTerm?: string | undefined;
1752
+ sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppInstallationSortOrder | undefined;
1676
1753
  limit?: number | undefined;
1677
1754
  skip?: number | undefined;
1678
1755
  page?: number | undefined;
@@ -1689,6 +1766,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1689
1766
  queryParameters: {
1690
1767
  appIds?: string[] | undefined;
1691
1768
  searchTerm?: string | undefined;
1769
+ sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppInstallationSortOrder | undefined;
1692
1770
  limit?: number | undefined;
1693
1771
  skip?: number | undefined;
1694
1772
  page?: number | undefined;
@@ -1715,6 +1793,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1715
1793
  queryParameters: {
1716
1794
  appIds?: string[] | undefined;
1717
1795
  searchTerm?: string | undefined;
1796
+ sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppAppInstallationSortOrder | undefined;
1718
1797
  limit?: number | undefined;
1719
1798
  skip?: number | undefined;
1720
1799
  page?: number | undefined;
@@ -2137,6 +2216,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2137
2216
  requestAppinstallationCopy: (request: {
2138
2217
  data: {
2139
2218
  description: string;
2219
+ domain?: string | undefined;
2140
2220
  installationPath?: string | undefined;
2141
2221
  targetProjectId?: string | undefined;
2142
2222
  };
@@ -2147,6 +2227,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2147
2227
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
2148
2228
  data: {
2149
2229
  description: string;
2230
+ domain?: string | undefined;
2150
2231
  installationPath?: string | undefined;
2151
2232
  targetProjectId?: string | undefined;
2152
2233
  };
@@ -2167,6 +2248,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2167
2248
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
2168
2249
  data: {
2169
2250
  description: string;
2251
+ domain?: string | undefined;
2170
2252
  installationPath?: string | undefined;
2171
2253
  targetProjectId?: string | undefined;
2172
2254
  };
@@ -2742,6 +2824,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2742
2824
  withExportsOnly?: boolean | undefined;
2743
2825
  sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupBackupSortOrder | undefined;
2744
2826
  runningRestoresOnly?: boolean | undefined;
2827
+ runningBackupsOnly?: boolean | undefined;
2745
2828
  limit?: number | undefined;
2746
2829
  skip?: number | undefined;
2747
2830
  page?: number | undefined;
@@ -2760,6 +2843,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2760
2843
  withExportsOnly?: boolean | undefined;
2761
2844
  sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupBackupSortOrder | undefined;
2762
2845
  runningRestoresOnly?: boolean | undefined;
2846
+ runningBackupsOnly?: boolean | undefined;
2763
2847
  limit?: number | undefined;
2764
2848
  skip?: number | undefined;
2765
2849
  page?: number | undefined;
@@ -2788,6 +2872,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2788
2872
  withExportsOnly?: boolean | undefined;
2789
2873
  sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupBackupSortOrder | undefined;
2790
2874
  runningRestoresOnly?: boolean | undefined;
2875
+ runningBackupsOnly?: boolean | undefined;
2791
2876
  limit?: number | undefined;
2792
2877
  skip?: number | undefined;
2793
2878
  page?: number | undefined;
@@ -3197,7 +3282,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3197
3282
  [x: string]: unknown;
3198
3283
  }, 429, "application/json">>>;
3199
3284
  /** List database dump's for a ProjectBackup. */
3200
- getProjectBackupDatabaseDumpsV2Experimental: (request: {
3285
+ getProjectBackupDatabaseDumps: (request: {
3201
3286
  projectBackupId: string;
3202
3287
  headers?: {
3203
3288
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -3412,7 +3497,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3412
3497
  [x: string]: unknown;
3413
3498
  }, 429, "application/json">>>;
3414
3499
  /** Restore a ProjectBackup. */
3415
- requestProjectBackupRestoreV2Experimental: (request: {
3500
+ requestProjectBackupRestore: (request: {
3416
3501
  projectBackupId: string;
3417
3502
  data?: {
3418
3503
  databaseRestores?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestoreDatabaseRequest[] | undefined;
@@ -8365,7 +8450,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8365
8450
  }>;
8366
8451
  }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
8367
8452
  [x: string]: unknown;
8368
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
8453
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8454
+ [x: string]: unknown;
8455
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
8369
8456
  [x: string]: unknown;
8370
8457
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
8371
8458
  headers?: Partial<{
@@ -8383,7 +8470,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8383
8470
  }>;
8384
8471
  }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
8385
8472
  [x: string]: unknown;
8386
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
8473
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8474
+ [x: string]: unknown;
8475
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
8387
8476
  [x: string]: unknown;
8388
8477
  }, 429, "application/json">>>;
8389
8478
  /** Patch Contributor. */
@@ -10192,9 +10281,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10192
10281
  [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
10193
10282
  } | undefined;
10194
10283
  id: string;
10284
+ nextScheduledWebhookExecution?: string | undefined;
10195
10285
  pendingInstallation: boolean;
10196
10286
  pendingRemoval: boolean;
10197
10287
  variantKey?: string | undefined;
10288
+ webhookExecutionHalted: boolean;
10198
10289
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
10199
10290
  [x: string]: unknown;
10200
10291
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -10233,9 +10324,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10233
10324
  [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
10234
10325
  } | undefined;
10235
10326
  id: string;
10327
+ nextScheduledWebhookExecution?: string | undefined;
10236
10328
  pendingInstallation: boolean;
10237
10329
  pendingRemoval: boolean;
10238
10330
  variantKey?: string | undefined;
10331
+ webhookExecutionHalted: boolean;
10239
10332
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
10240
10333
  [x: string]: unknown;
10241
10334
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -10418,7 +10511,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10418
10511
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
10419
10512
  [x: string]: unknown;
10420
10513
  }, 429, "application/json">>>;
10421
- /** Delete an extension. */
10514
+ /** Delete an Extension. */
10422
10515
  extensionDeleteExtension: (request: {
10423
10516
  contributorId: string;
10424
10517
  extensionId: string;
@@ -11245,9 +11338,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11245
11338
  [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
11246
11339
  } | undefined;
11247
11340
  id: string;
11341
+ nextScheduledWebhookExecution?: string | undefined;
11248
11342
  pendingInstallation: boolean;
11249
11343
  pendingRemoval: boolean;
11250
11344
  variantKey?: string | undefined;
11345
+ webhookExecutionHalted: boolean;
11251
11346
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
11252
11347
  [x: string]: unknown;
11253
11348
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -11287,9 +11382,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11287
11382
  [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
11288
11383
  } | undefined;
11289
11384
  id: string;
11385
+ nextScheduledWebhookExecution?: string | undefined;
11290
11386
  pendingInstallation: boolean;
11291
11387
  pendingRemoval: boolean;
11292
11388
  variantKey?: string | undefined;
11389
+ webhookExecutionHalted: boolean;
11293
11390
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
11294
11391
  [x: string]: unknown;
11295
11392
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -11338,9 +11435,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11338
11435
  [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
11339
11436
  } | undefined;
11340
11437
  id: string;
11438
+ nextScheduledWebhookExecution?: string | undefined;
11341
11439
  pendingInstallation: boolean;
11342
11440
  pendingRemoval: boolean;
11343
11441
  variantKey?: string | undefined;
11442
+ webhookExecutionHalted: boolean;
11344
11443
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
11345
11444
  [x: string]: unknown;
11346
11445
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -11380,9 +11479,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11380
11479
  [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
11381
11480
  } | undefined;
11382
11481
  id: string;
11482
+ nextScheduledWebhookExecution?: string | undefined;
11383
11483
  pendingInstallation: boolean;
11384
11484
  pendingRemoval: boolean;
11385
11485
  variantKey?: string | undefined;
11486
+ webhookExecutionHalted: boolean;
11386
11487
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
11387
11488
  [x: string]: unknown;
11388
11489
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -11591,6 +11692,80 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11591
11692
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
11592
11693
  [x: string]: unknown;
11593
11694
  }, 429, "application/json">>>;
11695
+ /** List all Webhook Executions. */
11696
+ extensionListAllExtensionInstanceWebhookExecutions: (request: {
11697
+ contributorId: string;
11698
+ headers?: {
11699
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
11700
+ "x-access-token"?: string | undefined;
11701
+ } | undefined;
11702
+ queryParameters?: {
11703
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
11704
+ extensionId?: string | undefined;
11705
+ extensionInstanceId?: string | undefined;
11706
+ limit?: number | undefined;
11707
+ skip?: number | undefined;
11708
+ page?: number | undefined;
11709
+ sort?: ("attempts" | "nextScheduledExecution")[] | undefined;
11710
+ order?: ("asc" | "desc")[] | undefined;
11711
+ } | undefined;
11712
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
11713
+ headers?: Partial<{
11714
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11715
+ }>;
11716
+ } & {
11717
+ pathParameters: {
11718
+ contributorId: string;
11719
+ };
11720
+ } & {
11721
+ queryParameters: {
11722
+ extensionId?: string | undefined;
11723
+ extensionInstanceId?: string | undefined;
11724
+ limit?: number | undefined;
11725
+ skip?: number | undefined;
11726
+ page?: number | undefined;
11727
+ sort?: ("attempts" | "nextScheduledExecution")[] | undefined;
11728
+ order?: ("asc" | "desc")[] | undefined;
11729
+ } & Partial<{
11730
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11731
+ }>;
11732
+ } & {
11733
+ headers: {
11734
+ "x-access-token"?: string | undefined;
11735
+ } & Partial<{
11736
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11737
+ }>;
11738
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecution[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
11739
+ [x: string]: unknown;
11740
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
11741
+ headers?: Partial<{
11742
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11743
+ }>;
11744
+ } & {
11745
+ pathParameters: {
11746
+ contributorId: string;
11747
+ };
11748
+ } & {
11749
+ queryParameters: {
11750
+ extensionId?: string | undefined;
11751
+ extensionInstanceId?: string | undefined;
11752
+ limit?: number | undefined;
11753
+ skip?: number | undefined;
11754
+ page?: number | undefined;
11755
+ sort?: ("attempts" | "nextScheduledExecution")[] | undefined;
11756
+ order?: ("asc" | "desc")[] | undefined;
11757
+ } & Partial<{
11758
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11759
+ }>;
11760
+ } & {
11761
+ headers: {
11762
+ "x-access-token"?: string | undefined;
11763
+ } & Partial<{
11764
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11765
+ }>;
11766
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecution[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
11767
+ [x: string]: unknown;
11768
+ }, 429, "application/json">>>;
11594
11769
  /** List Contributors. */
11595
11770
  extensionListContributors: (request?: {
11596
11771
  headers?: {
@@ -12736,6 +12911,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12736
12911
  data?: {
12737
12912
  categoryId?: string | undefined;
12738
12913
  mainUserId?: string | undefined;
12914
+ messageContent?: string | undefined;
12739
12915
  notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
12740
12916
  relatedTo?: {
12741
12917
  aggregate: "user";
@@ -12792,6 +12968,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12792
12968
  data: {
12793
12969
  categoryId?: string | undefined;
12794
12970
  mainUserId?: string | undefined;
12971
+ messageContent?: string | undefined;
12795
12972
  notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
12796
12973
  relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
12797
12974
  sharedWith?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationShareableAggregateReference | undefined;
@@ -12811,6 +12988,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12811
12988
  data: {
12812
12989
  categoryId?: string | undefined;
12813
12990
  mainUserId?: string | undefined;
12991
+ messageContent?: string | undefined;
12814
12992
  notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
12815
12993
  relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
12816
12994
  sharedWith?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationShareableAggregateReference | undefined;
@@ -14310,6 +14488,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
14310
14488
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
14311
14489
  limit?: number | undefined;
14312
14490
  skip?: number | undefined;
14491
+ searchTerm?: string | undefined;
14313
14492
  } | undefined;
14314
14493
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
14315
14494
  headers?: Partial<{
@@ -14323,6 +14502,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
14323
14502
  queryParameters: {
14324
14503
  limit?: number | undefined;
14325
14504
  skip?: number | undefined;
14505
+ searchTerm?: string | undefined;
14326
14506
  } & Partial<{
14327
14507
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
14328
14508
  }>;
@@ -14348,6 +14528,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
14348
14528
  queryParameters: {
14349
14529
  limit?: number | undefined;
14350
14530
  skip?: number | undefined;
14531
+ searchTerm?: string | undefined;
14351
14532
  } & Partial<{
14352
14533
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
14353
14534
  }>;
@@ -15593,6 +15774,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
15593
15774
  skip?: number | undefined;
15594
15775
  hasExpiry?: boolean | undefined;
15595
15776
  role?: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles | undefined;
15777
+ searchTerm?: string | undefined;
15596
15778
  } | undefined;
15597
15779
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
15598
15780
  headers?: Partial<{
@@ -15608,6 +15790,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
15608
15790
  skip?: number | undefined;
15609
15791
  hasExpiry?: boolean | undefined;
15610
15792
  role?: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles | undefined;
15793
+ searchTerm?: string | undefined;
15611
15794
  } & Partial<{
15612
15795
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15613
15796
  }>;
@@ -15635,6 +15818,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
15635
15818
  skip?: number | undefined;
15636
15819
  hasExpiry?: boolean | undefined;
15637
15820
  role?: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles | undefined;
15821
+ searchTerm?: string | undefined;
15638
15822
  } & Partial<{
15639
15823
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15640
15824
  }>;
@@ -16419,6 +16603,74 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16419
16603
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
16420
16604
  [x: string]: unknown;
16421
16605
  }, 503, "application/json">>>;
16606
+ /** Update a MySqlDatabase. */
16607
+ patchMysqlDatabase: (request: {
16608
+ mysqlDatabaseId: string;
16609
+ data?: {
16610
+ characterSettings?: {
16611
+ characterSet: string;
16612
+ collation: string;
16613
+ } | undefined;
16614
+ description?: string | undefined;
16615
+ version?: string | undefined;
16616
+ } | undefined;
16617
+ headers?: {
16618
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
16619
+ "x-access-token"?: string | undefined;
16620
+ } | undefined;
16621
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
16622
+ data: {
16623
+ characterSettings?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings | undefined;
16624
+ description?: string | undefined;
16625
+ version?: string | undefined;
16626
+ };
16627
+ } & {
16628
+ pathParameters: {
16629
+ mysqlDatabaseId: string;
16630
+ };
16631
+ } & {
16632
+ headers?: Partial<{
16633
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16634
+ }>;
16635
+ } & {
16636
+ headers: {
16637
+ "x-access-token"?: string | undefined;
16638
+ } & Partial<{
16639
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16640
+ }>;
16641
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
16642
+ [x: string]: unknown;
16643
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
16644
+ [x: string]: unknown;
16645
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
16646
+ [x: string]: unknown;
16647
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
16648
+ data: {
16649
+ characterSettings?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings | undefined;
16650
+ description?: string | undefined;
16651
+ version?: string | undefined;
16652
+ };
16653
+ } & {
16654
+ pathParameters: {
16655
+ mysqlDatabaseId: string;
16656
+ };
16657
+ } & {
16658
+ headers?: Partial<{
16659
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16660
+ }>;
16661
+ } & {
16662
+ headers: {
16663
+ "x-access-token"?: string | undefined;
16664
+ } & Partial<{
16665
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16666
+ }>;
16667
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
16668
+ [x: string]: unknown;
16669
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
16670
+ [x: string]: unknown;
16671
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
16672
+ [x: string]: unknown;
16673
+ }, 429, "application/json">>>;
16422
16674
  /** Get a MySQLUser. */
16423
16675
  getMysqlUser: (request: {
16424
16676
  mysqlUserId: string;
@@ -16753,21 +17005,37 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16753
17005
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
16754
17006
  [x: string]: unknown;
16755
17007
  }, 503, "application/json">>>;
16756
- /** Disable a MySQLUser. */
16757
- disableMysqlUser: (request: {
16758
- mysqlUserId: string;
17008
+ /** Update a RedisDatabase. */
17009
+ patchRedisDatabase: (request: {
17010
+ redisDatabaseId: string;
17011
+ data?: {
17012
+ configuration?: {
17013
+ additionalFlags?: string[] | undefined;
17014
+ maxMemory?: string | undefined;
17015
+ maxMemoryPolicy?: string | undefined;
17016
+ persistent?: boolean | undefined;
17017
+ } | undefined;
17018
+ description?: string | undefined;
17019
+ version?: string | undefined;
17020
+ } | undefined;
16759
17021
  headers?: {
16760
17022
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
16761
17023
  "x-access-token"?: string | undefined;
16762
17024
  } | undefined;
16763
17025
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
16764
- headers?: Partial<{
16765
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16766
- }>;
17026
+ data: {
17027
+ configuration?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration | undefined;
17028
+ description?: string | undefined;
17029
+ version?: string | undefined;
17030
+ };
16767
17031
  } & {
16768
17032
  pathParameters: {
16769
- mysqlUserId: string;
17033
+ redisDatabaseId: string;
16770
17034
  };
17035
+ } & {
17036
+ headers?: Partial<{
17037
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17038
+ }>;
16771
17039
  } & {
16772
17040
  headers: {
16773
17041
  "x-access-token"?: string | undefined;
@@ -16781,13 +17049,19 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16781
17049
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
16782
17050
  [x: string]: unknown;
16783
17051
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
16784
- headers?: Partial<{
16785
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16786
- }>;
17052
+ data: {
17053
+ configuration?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration | undefined;
17054
+ description?: string | undefined;
17055
+ version?: string | undefined;
17056
+ };
16787
17057
  } & {
16788
17058
  pathParameters: {
16789
- mysqlUserId: string;
17059
+ redisDatabaseId: string;
16790
17060
  };
17061
+ } & {
17062
+ headers?: Partial<{
17063
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17064
+ }>;
16791
17065
  } & {
16792
17066
  headers: {
16793
17067
  "x-access-token"?: string | undefined;
@@ -16801,8 +17075,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16801
17075
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
16802
17076
  [x: string]: unknown;
16803
17077
  }, 429, "application/json">>>;
16804
- /** Enable a MySQLUser. */
16805
- enableMysqlUser: (request: {
17078
+ /** Disable a MySQLUser. */
17079
+ disableMysqlUser: (request: {
16806
17080
  mysqlUserId: string;
16807
17081
  headers?: {
16808
17082
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -16849,8 +17123,56 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16849
17123
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
16850
17124
  [x: string]: unknown;
16851
17125
  }, 429, "application/json">>>;
16852
- /** Get a MySQLUser's PhpMyAdmin-URL. */
16853
- getMysqlUserPhpMyAdminUrl: (request: {
17126
+ /** Enable a MySQLUser. */
17127
+ enableMysqlUser: (request: {
17128
+ mysqlUserId: string;
17129
+ headers?: {
17130
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
17131
+ "x-access-token"?: string | undefined;
17132
+ } | undefined;
17133
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
17134
+ headers?: Partial<{
17135
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17136
+ }>;
17137
+ } & {
17138
+ pathParameters: {
17139
+ mysqlUserId: string;
17140
+ };
17141
+ } & {
17142
+ headers: {
17143
+ "x-access-token"?: string | undefined;
17144
+ } & Partial<{
17145
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17146
+ }>;
17147
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
17148
+ [x: string]: unknown;
17149
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17150
+ [x: string]: unknown;
17151
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17152
+ [x: string]: unknown;
17153
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
17154
+ headers?: Partial<{
17155
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17156
+ }>;
17157
+ } & {
17158
+ pathParameters: {
17159
+ mysqlUserId: string;
17160
+ };
17161
+ } & {
17162
+ headers: {
17163
+ "x-access-token"?: string | undefined;
17164
+ } & Partial<{
17165
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17166
+ }>;
17167
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
17168
+ [x: string]: unknown;
17169
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17170
+ [x: string]: unknown;
17171
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17172
+ [x: string]: unknown;
17173
+ }, 429, "application/json">>>;
17174
+ /** Get a MySQLUser's PhpMyAdmin-URL. */
17175
+ getMysqlUserPhpMyAdminUrl: (request: {
16854
17176
  mysqlUserId: string;
16855
17177
  headers?: {
16856
17178
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -18603,6 +18925,62 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18603
18925
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
18604
18926
  [x: string]: unknown;
18605
18927
  }, 429, "application/json">>>;
18928
+ /** Get a Contact-Verification. */
18929
+ getContactVerification: (request: {
18930
+ contactVerificationId: string;
18931
+ headers?: {
18932
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
18933
+ "x-access-token"?: string | undefined;
18934
+ } | undefined;
18935
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
18936
+ headers?: Partial<{
18937
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
18938
+ }>;
18939
+ } & {
18940
+ pathParameters: {
18941
+ contactVerificationId: string;
18942
+ };
18943
+ } & {
18944
+ headers: {
18945
+ "x-access-token"?: string | undefined;
18946
+ } & Partial<{
18947
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
18948
+ }>;
18949
+ }, import("@mittwald/api-client-commons").Response<{
18950
+ id: string;
18951
+ status: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationStatus;
18952
+ typeData: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationAddressData | import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationEmailData | import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationNameData;
18953
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
18954
+ [x: string]: unknown;
18955
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
18956
+ [x: string]: unknown;
18957
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
18958
+ [x: string]: unknown;
18959
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
18960
+ headers?: Partial<{
18961
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
18962
+ }>;
18963
+ } & {
18964
+ pathParameters: {
18965
+ contactVerificationId: string;
18966
+ };
18967
+ } & {
18968
+ headers: {
18969
+ "x-access-token"?: string | undefined;
18970
+ } & Partial<{
18971
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
18972
+ }>;
18973
+ }, import("@mittwald/api-client-commons").Response<{
18974
+ id: string;
18975
+ status: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationStatus;
18976
+ typeData: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationAddressData | import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationEmailData | import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationNameData;
18977
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
18978
+ [x: string]: unknown;
18979
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
18980
+ [x: string]: unknown;
18981
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
18982
+ [x: string]: unknown;
18983
+ }, 429, "application/json">>>;
18606
18984
  /** Get the latest screenshot's FileReference belonging to a Domain. */
18607
18985
  getLatestScreenshot: (request: {
18608
18986
  queryParameters: {
@@ -18658,6 +19036,60 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18658
19036
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
18659
19037
  [x: string]: unknown;
18660
19038
  }, 429, "application/json">>>;
19039
+ /** List Contact-Verifications belonging to the executing user. */
19040
+ listContactVerifications: (request?: {
19041
+ headers?: {
19042
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
19043
+ "x-access-token"?: string | undefined;
19044
+ } | undefined;
19045
+ queryParameters?: {
19046
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
19047
+ value?: string | undefined;
19048
+ type?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationType | undefined;
19049
+ } | undefined;
19050
+ } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
19051
+ headers?: Partial<{
19052
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19053
+ }>;
19054
+ } & {
19055
+ queryParameters: {
19056
+ value?: string | undefined;
19057
+ type?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationType | undefined;
19058
+ } & Partial<{
19059
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19060
+ }>;
19061
+ } & {
19062
+ headers: {
19063
+ "x-access-token"?: string | undefined;
19064
+ } & Partial<{
19065
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19066
+ }>;
19067
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerification[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
19068
+ [x: string]: unknown;
19069
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
19070
+ [x: string]: unknown;
19071
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
19072
+ headers?: Partial<{
19073
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19074
+ }>;
19075
+ } & {
19076
+ queryParameters: {
19077
+ value?: string | undefined;
19078
+ type?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationType | undefined;
19079
+ } & Partial<{
19080
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19081
+ }>;
19082
+ } & {
19083
+ headers: {
19084
+ "x-access-token"?: string | undefined;
19085
+ } & Partial<{
19086
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19087
+ }>;
19088
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerification[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
19089
+ [x: string]: unknown;
19090
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
19091
+ [x: string]: unknown;
19092
+ }, 429, "application/json">>>;
18661
19093
  /** List the contact schemas for a TLD. */
18662
19094
  listTldContactSchemas: (request: {
18663
19095
  tld: string;
@@ -18712,8 +19144,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18712
19144
  /** Check if a Domain-Migration from a pAccount into a Project is possible. */
18713
19145
  migrationCheckMigrationIsPossible: (request: {
18714
19146
  data: {
18715
- sourceLegacyProjectId: string;
18716
- targetProjectId: string;
19147
+ pAccount: string;
19148
+ projectId: string;
18717
19149
  };
18718
19150
  headers: {
18719
19151
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -18722,8 +19154,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18722
19154
  };
18723
19155
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
18724
19156
  data: {
18725
- sourceLegacyProjectId: string;
18726
- targetProjectId: string;
19157
+ pAccount: string;
19158
+ projectId: string;
18727
19159
  };
18728
19160
  } & {
18729
19161
  headers?: Partial<{
@@ -18747,8 +19179,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18747
19179
  [x: string]: unknown;
18748
19180
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
18749
19181
  data: {
18750
- sourceLegacyProjectId: string;
18751
- targetProjectId: string;
19182
+ pAccount: string;
19183
+ projectId: string;
18752
19184
  };
18753
19185
  } & {
18754
19186
  headers?: Partial<{
@@ -18771,26 +19203,39 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18771
19203
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
18772
19204
  [x: string]: unknown;
18773
19205
  }, 429, "application/json">>>;
18774
- /** List Domain-Migrations belonging to a p-Account. */
18775
- migrationListMigrations: (request: {
19206
+ /** List Domain-Migrations belonging to a pAccount. */
19207
+ migrationListMigrationsByPaccount: (request: {
18776
19208
  headers: {
18777
19209
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
18778
19210
  Authorization: string;
18779
19211
  };
18780
- queryParameters: {
18781
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
18782
- pAccountName: string;
18783
- };
19212
+ pAccount: string;
18784
19213
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
18785
19214
  headers?: Partial<{
18786
19215
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
18787
19216
  }>;
18788
19217
  } & {
18789
- queryParameters: {
18790
- pAccountName: string;
19218
+ pathParameters: {
19219
+ pAccount: string;
19220
+ };
19221
+ } & {
19222
+ headers: {
19223
+ Authorization: string;
18791
19224
  } & Partial<{
18792
19225
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
18793
19226
  }>;
19227
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainmigrationMigration[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
19228
+ [x: string]: unknown;
19229
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
19230
+ [x: string]: unknown;
19231
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
19232
+ headers?: Partial<{
19233
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19234
+ }>;
19235
+ } & {
19236
+ pathParameters: {
19237
+ pAccount: string;
19238
+ };
18794
19239
  } & {
18795
19240
  headers: {
18796
19241
  Authorization: string;
@@ -18801,19 +19246,43 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18801
19246
  [x: string]: unknown;
18802
19247
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
18803
19248
  [x: string]: unknown;
18804
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
19249
+ }, 429, "application/json">>>;
19250
+ /** List Domain-Migrations belonging to a Project. */
19251
+ migrationListMigrationsByProjectId: (request: {
19252
+ projectId: string;
19253
+ headers?: {
19254
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
19255
+ "x-access-token"?: string | undefined;
19256
+ } | undefined;
19257
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
18805
19258
  headers?: Partial<{
18806
19259
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
18807
19260
  }>;
18808
19261
  } & {
18809
- queryParameters: {
18810
- pAccountName: string;
19262
+ pathParameters: {
19263
+ projectId: string;
19264
+ };
19265
+ } & {
19266
+ headers: {
19267
+ "x-access-token"?: string | undefined;
18811
19268
  } & Partial<{
18812
19269
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
18813
19270
  }>;
19271
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainmigrationMigration[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
19272
+ [x: string]: unknown;
19273
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
19274
+ [x: string]: unknown;
19275
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
19276
+ headers?: Partial<{
19277
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19278
+ }>;
19279
+ } & {
19280
+ pathParameters: {
19281
+ projectId: string;
19282
+ };
18814
19283
  } & {
18815
19284
  headers: {
18816
- Authorization: string;
19285
+ "x-access-token"?: string | undefined;
18817
19286
  } & Partial<{
18818
19287
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
18819
19288
  }>;
@@ -18822,12 +19291,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18822
19291
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
18823
19292
  [x: string]: unknown;
18824
19293
  }, 429, "application/json">>>;
18825
- /** Create a Domain-Migration from a pAccount into a Project. */
18826
- migrationRequestDomainMigration: (request: {
19294
+ /** Order a Domain-Migration from a pAccount into a Project. */
19295
+ migrationOrderDomainMigration: (request: {
18827
19296
  data: {
18828
19297
  domains: string[];
18829
- sourceLegacyProjectId: string;
18830
- targetProjectId: string;
19298
+ pAccount: string;
19299
+ projectId: string;
18831
19300
  };
18832
19301
  headers: {
18833
19302
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -18837,8 +19306,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18837
19306
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
18838
19307
  data: {
18839
19308
  domains: string[];
18840
- sourceLegacyProjectId: string;
18841
- targetProjectId: string;
19309
+ pAccount: string;
19310
+ projectId: string;
18842
19311
  };
18843
19312
  } & {
18844
19313
  headers?: Partial<{
@@ -18860,8 +19329,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18860
19329
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
18861
19330
  data: {
18862
19331
  domains: string[];
18863
- sourceLegacyProjectId: string;
18864
- targetProjectId: string;
19332
+ pAccount: string;
19333
+ projectId: string;
18865
19334
  };
18866
19335
  } & {
18867
19336
  headers?: Partial<{
@@ -18881,6 +19350,54 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18881
19350
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
18882
19351
  [x: string]: unknown;
18883
19352
  }, 429, "application/json">>>;
19353
+ /** Resends a Contact-Verification email. */
19354
+ resendContactVerificationEmail: (request: {
19355
+ contactVerificationId: string;
19356
+ headers?: {
19357
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
19358
+ "x-access-token"?: string | undefined;
19359
+ } | undefined;
19360
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
19361
+ headers?: Partial<{
19362
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19363
+ }>;
19364
+ } & {
19365
+ pathParameters: {
19366
+ contactVerificationId: string;
19367
+ };
19368
+ } & {
19369
+ headers: {
19370
+ "x-access-token"?: string | undefined;
19371
+ } & Partial<{
19372
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19373
+ }>;
19374
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
19375
+ [x: string]: unknown;
19376
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
19377
+ [x: string]: unknown;
19378
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
19379
+ [x: string]: unknown;
19380
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
19381
+ headers?: Partial<{
19382
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19383
+ }>;
19384
+ } & {
19385
+ pathParameters: {
19386
+ contactVerificationId: string;
19387
+ };
19388
+ } & {
19389
+ headers: {
19390
+ "x-access-token"?: string | undefined;
19391
+ } & Partial<{
19392
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19393
+ }>;
19394
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
19395
+ [x: string]: unknown;
19396
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
19397
+ [x: string]: unknown;
19398
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
19399
+ [x: string]: unknown;
19400
+ }, 429, "application/json">>>;
18884
19401
  /** Resend a Domain email. */
18885
19402
  resendDomainEmail: (request: {
18886
19403
  domainId: string;
@@ -20107,136 +20624,21 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20107
20624
  isExpired?: boolean | undefined;
20108
20625
  issuer?: string | undefined;
20109
20626
  lastExpirationThresholdHit?: number | undefined;
20110
- projectId: string;
20111
- validFrom?: string | undefined;
20112
- validTo?: string | undefined;
20113
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
20114
- [x: string]: unknown;
20115
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
20116
- [x: string]: unknown;
20117
- }, 429, "application/json">>>;
20118
- /** Update a Certificate. */
20119
- sslReplaceCertificate: (request: {
20120
- data: {
20121
- certificate: string;
20122
- privateKey?: string | undefined;
20123
- };
20124
- certificateId: string;
20125
- headers?: {
20126
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
20127
- "x-access-token"?: string | undefined;
20128
- } | undefined;
20129
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
20130
- data: {
20131
- certificate: string;
20132
- privateKey?: string | undefined;
20133
- };
20134
- } & {
20135
- pathParameters: {
20136
- certificateId: string;
20137
- };
20138
- } & {
20139
- headers?: Partial<{
20140
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20141
- }>;
20142
- } & {
20143
- headers: {
20144
- "x-access-token"?: string | undefined;
20145
- } & Partial<{
20146
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20147
- }>;
20148
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
20149
- [x: string]: unknown;
20150
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
20151
- [x: string]: unknown;
20152
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
20153
- [x: string]: unknown;
20154
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
20155
- data: {
20156
- certificate: string;
20157
- privateKey?: string | undefined;
20158
- };
20159
- } & {
20160
- pathParameters: {
20161
- certificateId: string;
20162
- };
20163
- } & {
20164
- headers?: Partial<{
20165
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20166
- }>;
20167
- } & {
20168
- headers: {
20169
- "x-access-token"?: string | undefined;
20170
- } & Partial<{
20171
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20172
- }>;
20173
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
20174
- [x: string]: unknown;
20175
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
20176
- [x: string]: unknown;
20177
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
20178
- [x: string]: unknown;
20179
- }, 429, "application/json">>>;
20180
- /** List Certificates belonging to a Project or an Ingress. */
20181
- sslListCertificates: (request?: {
20182
- headers?: {
20183
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
20184
- "x-access-token"?: string | undefined;
20185
- } | undefined;
20186
- queryParameters?: {
20187
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
20188
- projectId?: string | undefined;
20189
- ingressId?: string | undefined;
20190
- } | undefined;
20191
- } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
20192
- headers?: Partial<{
20193
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20194
- }>;
20195
- } & {
20196
- queryParameters: {
20197
- projectId?: string | undefined;
20198
- ingressId?: string | undefined;
20199
- } & Partial<{
20200
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20201
- }>;
20202
- } & {
20203
- headers: {
20204
- "x-access-token"?: string | undefined;
20205
- } & Partial<{
20206
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20207
- }>;
20208
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificate[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
20209
- [x: string]: unknown;
20210
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
20211
- [x: string]: unknown;
20212
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
20213
- headers?: Partial<{
20214
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20215
- }>;
20216
- } & {
20217
- queryParameters: {
20218
- projectId?: string | undefined;
20219
- ingressId?: string | undefined;
20220
- } & Partial<{
20221
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20222
- }>;
20223
- } & {
20224
- headers: {
20225
- "x-access-token"?: string | undefined;
20226
- } & Partial<{
20227
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20228
- }>;
20229
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificate[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
20627
+ projectId: string;
20628
+ validFrom?: string | undefined;
20629
+ validTo?: string | undefined;
20630
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
20230
20631
  [x: string]: unknown;
20231
20632
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
20232
20633
  [x: string]: unknown;
20233
20634
  }, 429, "application/json">>>;
20234
- /** Update the certificate of a CertificateRequest. */
20235
- sslSetCertificateRequestCertificate: (request: {
20635
+ /** Update a Certificate. */
20636
+ sslReplaceCertificate: (request: {
20236
20637
  data: {
20237
20638
  certificate: string;
20639
+ privateKey?: string | undefined;
20238
20640
  };
20239
- certificateRequestId: string;
20641
+ certificateId: string;
20240
20642
  headers?: {
20241
20643
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
20242
20644
  "x-access-token"?: string | undefined;
@@ -20244,10 +20646,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20244
20646
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
20245
20647
  data: {
20246
20648
  certificate: string;
20649
+ privateKey?: string | undefined;
20247
20650
  };
20248
20651
  } & {
20249
20652
  pathParameters: {
20250
- certificateRequestId: string;
20653
+ certificateId: string;
20251
20654
  };
20252
20655
  } & {
20253
20656
  headers?: Partial<{
@@ -20265,15 +20668,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20265
20668
  [x: string]: unknown;
20266
20669
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
20267
20670
  [x: string]: unknown;
20268
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
20269
- [x: string]: unknown;
20270
20671
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
20271
20672
  data: {
20272
20673
  certificate: string;
20674
+ privateKey?: string | undefined;
20273
20675
  };
20274
20676
  } & {
20275
20677
  pathParameters: {
20276
- certificateRequestId: string;
20678
+ certificateId: string;
20277
20679
  };
20278
20680
  } & {
20279
20681
  headers?: Partial<{
@@ -20291,75 +20693,17 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20291
20693
  [x: string]: unknown;
20292
20694
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
20293
20695
  [x: string]: unknown;
20294
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
20295
- [x: string]: unknown;
20296
- }, 429, "application/json">>>;
20297
- /** Get a Contact-Verification. */
20298
- getContactVerification: (request: {
20299
- contactVerificationId: string;
20300
- headers?: {
20301
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
20302
- "x-access-token"?: string | undefined;
20303
- } | undefined;
20304
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
20305
- headers?: Partial<{
20306
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20307
- }>;
20308
- } & {
20309
- pathParameters: {
20310
- contactVerificationId: string;
20311
- };
20312
- } & {
20313
- headers: {
20314
- "x-access-token"?: string | undefined;
20315
- } & Partial<{
20316
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20317
- }>;
20318
- }, import("@mittwald/api-client-commons").Response<{
20319
- id: string;
20320
- status: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationStatus;
20321
- typeData: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationAddressData | import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationEmailData | import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationNameData;
20322
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
20323
- [x: string]: unknown;
20324
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
20325
- [x: string]: unknown;
20326
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
20327
- [x: string]: unknown;
20328
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
20329
- headers?: Partial<{
20330
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20331
- }>;
20332
- } & {
20333
- pathParameters: {
20334
- contactVerificationId: string;
20335
- };
20336
- } & {
20337
- headers: {
20338
- "x-access-token"?: string | undefined;
20339
- } & Partial<{
20340
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20341
- }>;
20342
- }, import("@mittwald/api-client-commons").Response<{
20343
- id: string;
20344
- status: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationStatus;
20345
- typeData: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationAddressData | import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationEmailData | import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationNameData;
20346
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
20347
- [x: string]: unknown;
20348
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
20349
- [x: string]: unknown;
20350
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
20351
- [x: string]: unknown;
20352
20696
  }, 429, "application/json">>>;
20353
- /** List Contact-Verifications belonging to the executing user. */
20354
- listContactVerifications: (request?: {
20697
+ /** List Certificates belonging to a Project or an Ingress. */
20698
+ sslListCertificates: (request?: {
20355
20699
  headers?: {
20356
20700
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
20357
20701
  "x-access-token"?: string | undefined;
20358
20702
  } | undefined;
20359
20703
  queryParameters?: {
20360
20704
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
20361
- value?: string | undefined;
20362
- type?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationType | undefined;
20705
+ projectId?: string | undefined;
20706
+ ingressId?: string | undefined;
20363
20707
  } | undefined;
20364
20708
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
20365
20709
  headers?: Partial<{
@@ -20367,8 +20711,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20367
20711
  }>;
20368
20712
  } & {
20369
20713
  queryParameters: {
20370
- value?: string | undefined;
20371
- type?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationType | undefined;
20714
+ projectId?: string | undefined;
20715
+ ingressId?: string | undefined;
20372
20716
  } & Partial<{
20373
20717
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20374
20718
  }>;
@@ -20378,9 +20722,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20378
20722
  } & Partial<{
20379
20723
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20380
20724
  }>;
20381
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerification[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
20725
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificate[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
20382
20726
  [x: string]: unknown;
20383
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
20727
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
20384
20728
  [x: string]: unknown;
20385
20729
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
20386
20730
  headers?: Partial<{
@@ -20388,8 +20732,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20388
20732
  }>;
20389
20733
  } & {
20390
20734
  queryParameters: {
20391
- value?: string | undefined;
20392
- type?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerificationType | undefined;
20735
+ projectId?: string | undefined;
20736
+ ingressId?: string | undefined;
20393
20737
  } & Partial<{
20394
20738
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20395
20739
  }>;
@@ -20399,26 +20743,33 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20399
20743
  } & Partial<{
20400
20744
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20401
20745
  }>;
20402
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainContactVerification[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
20746
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificate[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
20403
20747
  [x: string]: unknown;
20404
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
20748
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
20405
20749
  [x: string]: unknown;
20406
20750
  }, 429, "application/json">>>;
20407
- /** Resends a Contact-Verification email. */
20408
- resendContactVerificationEmail: (request: {
20409
- contactVerificationId: string;
20751
+ /** Update the certificate of a CertificateRequest. */
20752
+ sslSetCertificateRequestCertificate: (request: {
20753
+ data: {
20754
+ certificate: string;
20755
+ };
20756
+ certificateRequestId: string;
20410
20757
  headers?: {
20411
20758
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
20412
20759
  "x-access-token"?: string | undefined;
20413
20760
  } | undefined;
20414
20761
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
20415
- headers?: Partial<{
20416
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20417
- }>;
20762
+ data: {
20763
+ certificate: string;
20764
+ };
20418
20765
  } & {
20419
20766
  pathParameters: {
20420
- contactVerificationId: string;
20767
+ certificateRequestId: string;
20421
20768
  };
20769
+ } & {
20770
+ headers?: Partial<{
20771
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20772
+ }>;
20422
20773
  } & {
20423
20774
  headers: {
20424
20775
  "x-access-token"?: string | undefined;
@@ -20429,16 +20780,22 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20429
20780
  [x: string]: unknown;
20430
20781
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
20431
20782
  [x: string]: unknown;
20783
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
20784
+ [x: string]: unknown;
20432
20785
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
20433
20786
  [x: string]: unknown;
20434
20787
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
20435
- headers?: Partial<{
20436
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20437
- }>;
20788
+ data: {
20789
+ certificate: string;
20790
+ };
20438
20791
  } & {
20439
20792
  pathParameters: {
20440
- contactVerificationId: string;
20793
+ certificateRequestId: string;
20441
20794
  };
20795
+ } & {
20796
+ headers?: Partial<{
20797
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
20798
+ }>;
20442
20799
  } & {
20443
20800
  headers: {
20444
20801
  "x-access-token"?: string | undefined;
@@ -20449,6 +20806,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20449
20806
  [x: string]: unknown;
20450
20807
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
20451
20808
  [x: string]: unknown;
20809
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
20810
+ [x: string]: unknown;
20452
20811
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
20453
20812
  [x: string]: unknown;
20454
20813
  }, 429, "application/json">>>;
@@ -23061,6 +23420,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23061
23420
  headers?: {
23062
23421
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23063
23422
  } | undefined;
23423
+ queryParameters?: {
23424
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23425
+ cookieOnly?: boolean | undefined;
23426
+ } | undefined;
23064
23427
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
23065
23428
  data: {
23066
23429
  email: string;
@@ -23071,7 +23434,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23071
23434
  headers?: Partial<{
23072
23435
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23073
23436
  }>;
23074
- }, import("@mittwald/api-client-commons").Response<{
23437
+ } & {
23438
+ queryParameters: {
23439
+ cookieOnly?: boolean | undefined;
23440
+ } & Partial<{
23441
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23442
+ }>;
23443
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
23075
23444
  type: "ValidationError";
23076
23445
  message?: string | undefined;
23077
23446
  validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
@@ -23095,7 +23464,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23095
23464
  headers?: Partial<{
23096
23465
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23097
23466
  }>;
23098
- }, import("@mittwald/api-client-commons").Response<{
23467
+ } & {
23468
+ queryParameters: {
23469
+ cookieOnly?: boolean | undefined;
23470
+ } & Partial<{
23471
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23472
+ }>;
23473
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
23099
23474
  type: "ValidationError";
23100
23475
  message?: string | undefined;
23101
23476
  validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
@@ -23138,17 +23513,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23138
23513
  } & Partial<{
23139
23514
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23140
23515
  }>;
23141
- }, import("@mittwald/api-client-commons").Response<{
23142
- expires?: string | undefined;
23143
- refreshToken?: string | undefined;
23144
- token?: string | undefined;
23516
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
23517
+ expires: string;
23518
+ refreshToken: string;
23519
+ token: string;
23145
23520
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
23146
23521
  name?: "SecondFactorRequired" | undefined;
23147
- }, 202, "application/json"> | import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23148
- type: "ValidationError";
23149
- message?: string | undefined;
23150
- validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
23151
- }, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
23522
+ }, 202, "application/json"> | import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
23152
23523
  [x: string]: unknown;
23153
23524
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23154
23525
  data: {
@@ -23165,17 +23536,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23165
23536
  } & Partial<{
23166
23537
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23167
23538
  }>;
23168
- }, import("@mittwald/api-client-commons").Response<{
23169
- expires?: string | undefined;
23170
- refreshToken?: string | undefined;
23171
- token?: string | undefined;
23539
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
23540
+ expires: string;
23541
+ refreshToken: string;
23542
+ token: string;
23172
23543
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
23173
23544
  name?: "SecondFactorRequired" | undefined;
23174
- }, 202, "application/json"> | import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23175
- type: "ValidationError";
23176
- message?: string | undefined;
23177
- validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
23178
- }, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
23545
+ }, 202, "application/json"> | import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
23179
23546
  [x: string]: unknown;
23180
23547
  }, 429, "application/json">>>;
23181
23548
  /** Authenticate an user with an access token retrieval key. */
@@ -23379,43 +23746,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23379
23746
  }, 202, "application/json"> | import("@mittwald/api-client-commons").Response<{
23380
23747
  [x: string]: unknown;
23381
23748
  }, 429, "application/json">>>;
23382
- /** Check token for validity. */
23383
- checkToken: (request?: {
23384
- headers?: {
23385
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23386
- "x-access-token"?: string | undefined;
23387
- } | undefined;
23388
- } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
23389
- headers?: Partial<{
23390
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23391
- }>;
23392
- } & {
23393
- headers: {
23394
- "x-access-token"?: string | undefined;
23395
- } & Partial<{
23396
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23397
- }>;
23398
- }, import("@mittwald/api-client-commons").Response<{
23399
- id: string;
23400
- publicToken: string;
23401
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
23402
- [x: string]: unknown;
23403
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23404
- headers?: Partial<{
23405
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23406
- }>;
23407
- } & {
23408
- headers: {
23409
- "x-access-token"?: string | undefined;
23410
- } & Partial<{
23411
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23412
- }>;
23413
- }, import("@mittwald/api-client-commons").Response<{
23414
- id: string;
23415
- publicToken: string;
23416
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
23417
- [x: string]: unknown;
23418
- }, 429, "application/json">>>;
23419
23749
  /** Get your current multi factor auth status. */
23420
23750
  getMfaStatus: (request?: {
23421
23751
  headers?: {
@@ -24296,6 +24626,47 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
24296
24626
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
24297
24627
  [x: string]: unknown;
24298
24628
  }, 429, "application/json">>>;
24629
+ /** Check status of the current session. */
24630
+ getCurrentSessionStatus: (request?: {
24631
+ headers?: {
24632
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24633
+ "x-access-token"?: string | undefined;
24634
+ } | undefined;
24635
+ } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
24636
+ headers?: Partial<{
24637
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24638
+ }>;
24639
+ } & {
24640
+ headers: {
24641
+ "x-access-token"?: string | undefined;
24642
+ } & Partial<{
24643
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24644
+ }>;
24645
+ }, import("@mittwald/api-client-commons").Response<{
24646
+ isEmployee: boolean;
24647
+ isImpersonated: boolean;
24648
+ tokenId: string;
24649
+ userId: string;
24650
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24651
+ [x: string]: unknown;
24652
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24653
+ headers?: Partial<{
24654
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24655
+ }>;
24656
+ } & {
24657
+ headers: {
24658
+ "x-access-token"?: string | undefined;
24659
+ } & Partial<{
24660
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24661
+ }>;
24662
+ }, import("@mittwald/api-client-commons").Response<{
24663
+ isEmployee: boolean;
24664
+ isImpersonated: boolean;
24665
+ tokenId: string;
24666
+ userId: string;
24667
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24668
+ [x: string]: unknown;
24669
+ }, 429, "application/json">>>;
24299
24670
  /** The timestamp of your latest password change. */
24300
24671
  getPasswordUpdatedAt: (request?: {
24301
24672
  headers?: {
@@ -27583,9 +27954,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
27583
27954
  } & Partial<{
27584
27955
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
27585
27956
  }>;
27586
- }, import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
27957
+ }, import("@mittwald/api-client-commons").Response<{
27587
27958
  exists: boolean;
27588
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
27959
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
27589
27960
  [x: string]: unknown;
27590
27961
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
27591
27962
  data: {
@@ -27601,9 +27972,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
27601
27972
  } & Partial<{
27602
27973
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
27603
27974
  }>;
27604
- }, import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
27975
+ }, import("@mittwald/api-client-commons").Response<{
27605
27976
  exists: boolean;
27606
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
27977
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{}, 412, "empty"> | import("@mittwald/api-client-commons").Response<{
27607
27978
  [x: string]: unknown;
27608
27979
  }, 429, "application/json">>>;
27609
27980
  };
@@ -27985,6 +28356,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
27985
28356
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
27986
28357
  limit?: number | undefined;
27987
28358
  skip?: number | undefined;
28359
+ searchTerm?: string | undefined;
27988
28360
  } | undefined;
27989
28361
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
27990
28362
  headers?: Partial<{
@@ -27998,6 +28370,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
27998
28370
  queryParameters: {
27999
28371
  limit?: number | undefined;
28000
28372
  skip?: number | undefined;
28373
+ searchTerm?: string | undefined;
28001
28374
  } & Partial<{
28002
28375
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
28003
28376
  }>;
@@ -28023,6 +28396,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
28023
28396
  queryParameters: {
28024
28397
  limit?: number | undefined;
28025
28398
  skip?: number | undefined;
28399
+ searchTerm?: string | undefined;
28026
28400
  } & Partial<{
28027
28401
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
28028
28402
  }>;
@@ -29101,6 +29475,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
29101
29475
  isInherited?: boolean | undefined;
29102
29476
  role?: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles | undefined;
29103
29477
  hasMfa?: boolean | undefined;
29478
+ searchTerm?: string | undefined;
29104
29479
  } | undefined;
29105
29480
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
29106
29481
  headers?: Partial<{
@@ -29118,6 +29493,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
29118
29493
  isInherited?: boolean | undefined;
29119
29494
  role?: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles | undefined;
29120
29495
  hasMfa?: boolean | undefined;
29496
+ searchTerm?: string | undefined;
29121
29497
  } & Partial<{
29122
29498
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29123
29499
  }>;
@@ -29147,6 +29523,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
29147
29523
  isInherited?: boolean | undefined;
29148
29524
  role?: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles | undefined;
29149
29525
  hasMfa?: boolean | undefined;
29526
+ searchTerm?: string | undefined;
29150
29527
  } & Partial<{
29151
29528
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29152
29529
  }>;