@mittwald/api-client 0.0.0-development-e87cbeb-20251001 → 0.0.0-development-e648af3-20251016

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.
@@ -116,6 +116,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
116
116
  appVersion: import("./types.js").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
117
117
  createdAt: string;
118
118
  customDocumentRoot?: string | undefined;
119
+ deletionRequested?: boolean | undefined;
119
120
  description: string;
120
121
  disabled: boolean;
121
122
  id: string;
@@ -155,6 +156,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
155
156
  appVersion: import("./types.js").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
156
157
  createdAt: string;
157
158
  customDocumentRoot?: string | undefined;
159
+ deletionRequested?: boolean | undefined;
158
160
  description: string;
159
161
  disabled: boolean;
160
162
  id: string;
@@ -3659,6 +3661,86 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3659
3661
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
3660
3662
  [x: string]: unknown;
3661
3663
  }, 500, "application/json">>>;
3664
+ /** List Volumes belonging to a Stack. */
3665
+ listStackVolumes: (request: {
3666
+ stackId: string;
3667
+ headers?: {
3668
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
3669
+ "x-access-token"?: string | undefined;
3670
+ } | undefined;
3671
+ queryParameters?: {
3672
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
3673
+ searchTerm?: string | undefined;
3674
+ sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
3675
+ limit?: number | undefined;
3676
+ skip?: number | undefined;
3677
+ page?: number | undefined;
3678
+ } | undefined;
3679
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
3680
+ headers?: Partial<{
3681
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3682
+ }>;
3683
+ } & {
3684
+ pathParameters: {
3685
+ stackId: string;
3686
+ };
3687
+ } & {
3688
+ queryParameters: {
3689
+ searchTerm?: string | undefined;
3690
+ sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
3691
+ limit?: number | undefined;
3692
+ skip?: number | undefined;
3693
+ page?: number | undefined;
3694
+ } & Partial<{
3695
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3696
+ }>;
3697
+ } & {
3698
+ headers: {
3699
+ "x-access-token"?: string | undefined;
3700
+ } & Partial<{
3701
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3702
+ }>;
3703
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
3704
+ [x: string]: unknown;
3705
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
3706
+ [x: string]: unknown;
3707
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
3708
+ [x: string]: unknown;
3709
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
3710
+ [x: string]: unknown;
3711
+ }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
3712
+ headers?: Partial<{
3713
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3714
+ }>;
3715
+ } & {
3716
+ pathParameters: {
3717
+ stackId: string;
3718
+ };
3719
+ } & {
3720
+ queryParameters: {
3721
+ searchTerm?: string | undefined;
3722
+ sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
3723
+ limit?: number | undefined;
3724
+ skip?: number | undefined;
3725
+ page?: number | undefined;
3726
+ } & Partial<{
3727
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3728
+ }>;
3729
+ } & {
3730
+ headers: {
3731
+ "x-access-token"?: string | undefined;
3732
+ } & Partial<{
3733
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3734
+ }>;
3735
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
3736
+ [x: string]: unknown;
3737
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
3738
+ [x: string]: unknown;
3739
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
3740
+ [x: string]: unknown;
3741
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
3742
+ [x: string]: unknown;
3743
+ }, 500, "application/json">>>;
3662
3744
  /** List Stacks belonging to a Project. */
3663
3745
  listStacks: (request: {
3664
3746
  projectId: string;
@@ -4317,6 +4399,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4317
4399
  }, import("@mittwald/api-client-commons").Response<{
4318
4400
  contractId?: string | undefined;
4319
4401
  contractItemId?: string | undefined;
4402
+ explanation?: string | undefined;
4320
4403
  reason?: string | undefined;
4321
4404
  terminationTargetDate?: string | undefined;
4322
4405
  }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -4348,6 +4431,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4348
4431
  }, import("@mittwald/api-client-commons").Response<{
4349
4432
  contractId?: string | undefined;
4350
4433
  contractItemId?: string | undefined;
4434
+ explanation?: string | undefined;
4351
4435
  reason?: string | undefined;
4352
4436
  terminationTargetDate?: string | undefined;
4353
4437
  }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -4479,6 +4563,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4479
4563
  terminateContract: (request: {
4480
4564
  contractId: string;
4481
4565
  data?: {
4566
+ explanation?: string | undefined;
4482
4567
  reason?: string | undefined;
4483
4568
  terminationTargetDate?: string | undefined;
4484
4569
  } | undefined;
@@ -4488,6 +4573,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4488
4573
  } | undefined;
4489
4574
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
4490
4575
  data: {
4576
+ explanation?: string | undefined;
4491
4577
  reason?: string | undefined;
4492
4578
  terminationTargetDate?: string | undefined;
4493
4579
  };
@@ -4507,6 +4593,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4507
4593
  }>;
4508
4594
  }, import("@mittwald/api-client-commons").Response<{
4509
4595
  contractId?: string | undefined;
4596
+ explanation?: string | undefined;
4510
4597
  itemsScheduledForTermination?: string[] | undefined;
4511
4598
  reason?: string | undefined;
4512
4599
  terminationTargetDate?: string | undefined;
@@ -4518,6 +4605,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4518
4605
  [x: string]: unknown;
4519
4606
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
4520
4607
  data: {
4608
+ explanation?: string | undefined;
4521
4609
  reason?: string | undefined;
4522
4610
  terminationTargetDate?: string | undefined;
4523
4611
  };
@@ -4537,6 +4625,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4537
4625
  }>;
4538
4626
  }, import("@mittwald/api-client-commons").Response<{
4539
4627
  contractId?: string | undefined;
4628
+ explanation?: string | undefined;
4540
4629
  itemsScheduledForTermination?: string[] | undefined;
4541
4630
  reason?: string | undefined;
4542
4631
  terminationTargetDate?: string | undefined;
@@ -5343,6 +5432,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5343
5432
  paymentSettings?: import("./types.js").MittwaldAPIV2.Components.Schemas.InvoicePaymentSettings | undefined;
5344
5433
  pdfId: string;
5345
5434
  recipient: import("./types.js").MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
5435
+ reissuedBy?: string | undefined;
5346
5436
  status: "NEW" | "CONFIRMED" | "DENIED" | "PAID" | "PARTIALLY_PAID" | "OVERPAID";
5347
5437
  totalGross: number;
5348
5438
  totalNet: number;
@@ -5385,6 +5475,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5385
5475
  paymentSettings?: import("./types.js").MittwaldAPIV2.Components.Schemas.InvoicePaymentSettings | undefined;
5386
5476
  pdfId: string;
5387
5477
  recipient: import("./types.js").MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
5478
+ reissuedBy?: string | undefined;
5388
5479
  status: "NEW" | "CONFIRMED" | "DENIED" | "PAID" | "PARTIALLY_PAID" | "OVERPAID";
5389
5480
  totalGross: number;
5390
5481
  totalNet: number;
@@ -5743,12 +5834,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5743
5834
  } | undefined;
5744
5835
  queryParameters?: {
5745
5836
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5746
- limit?: number | undefined;
5747
- skip?: number | undefined;
5748
- page?: number | undefined;
5749
5837
  includesStatus?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
5750
5838
  excludesStatus?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
5751
5839
  templateNames?: string[] | undefined;
5840
+ limit?: number | undefined;
5841
+ skip?: number | undefined;
5842
+ page?: number | undefined;
5752
5843
  } | undefined;
5753
5844
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5754
5845
  headers?: Partial<{
@@ -5756,12 +5847,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5756
5847
  }>;
5757
5848
  } & {
5758
5849
  queryParameters: {
5759
- limit?: number | undefined;
5760
- skip?: number | undefined;
5761
- page?: number | undefined;
5762
5850
  includesStatus?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
5763
5851
  excludesStatus?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
5764
5852
  templateNames?: string[] | undefined;
5853
+ limit?: number | undefined;
5854
+ skip?: number | undefined;
5855
+ page?: number | undefined;
5765
5856
  } & Partial<{
5766
5857
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5767
5858
  }>;
@@ -5779,12 +5870,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5779
5870
  }>;
5780
5871
  } & {
5781
5872
  queryParameters: {
5782
- limit?: number | undefined;
5783
- skip?: number | undefined;
5784
- page?: number | undefined;
5785
5873
  includesStatus?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
5786
5874
  excludesStatus?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderStatus[] | undefined;
5787
5875
  templateNames?: string[] | undefined;
5876
+ limit?: number | undefined;
5877
+ skip?: number | undefined;
5878
+ page?: number | undefined;
5788
5879
  } & Partial<{
5789
5880
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5790
5881
  }>;
@@ -8098,7 +8189,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8098
8189
  domain: string;
8099
8190
  id: string;
8100
8191
  };
8101
- chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
8192
+ chargeability: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability;
8102
8193
  consentedScopes: string[];
8103
8194
  contributorId: string;
8104
8195
  contributorName: string;
@@ -8138,7 +8229,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8138
8229
  domain: string;
8139
8230
  id: string;
8140
8231
  };
8141
- chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
8232
+ chargeability: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability;
8142
8233
  consentedScopes: string[];
8143
8234
  contributorId: string;
8144
8235
  contributorName: string;
@@ -9127,7 +9218,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9127
9218
  domain: string;
9128
9219
  id: string;
9129
9220
  };
9130
- chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
9221
+ chargeability: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability;
9131
9222
  consentedScopes: string[];
9132
9223
  contributorId: string;
9133
9224
  contributorName: string;
@@ -9168,7 +9259,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9168
9259
  domain: string;
9169
9260
  id: string;
9170
9261
  };
9171
- chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
9262
+ chargeability: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability;
9172
9263
  consentedScopes: string[];
9173
9264
  contributorId: string;
9174
9265
  contributorName: string;
@@ -9218,7 +9309,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9218
9309
  domain: string;
9219
9310
  id: string;
9220
9311
  };
9221
- chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
9312
+ chargeability: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability;
9222
9313
  consentedScopes: string[];
9223
9314
  contributorId: string;
9224
9315
  contributorName: string;
@@ -9259,7 +9350,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9259
9350
  domain: string;
9260
9351
  id: string;
9261
9352
  };
9262
- chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
9353
+ chargeability: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability;
9263
9354
  consentedScopes: string[];
9264
9355
  contributorId: string;
9265
9356
  contributorName: string;
@@ -11697,7 +11788,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11697
11788
  description: string;
11698
11789
  destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
11699
11790
  email?: string | undefined;
11700
- failedExecutionAlertThreshold?: number | undefined;
11791
+ failedExecutionAlertThreshold: number;
11701
11792
  id: string;
11702
11793
  interval: string;
11703
11794
  latestExecution?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution | undefined;
@@ -11731,7 +11822,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11731
11822
  description: string;
11732
11823
  destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
11733
11824
  email?: string | undefined;
11734
- failedExecutionAlertThreshold?: number | undefined;
11825
+ failedExecutionAlertThreshold: number;
11735
11826
  id: string;
11736
11827
  interval: string;
11737
11828
  latestExecution?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution | undefined;
@@ -13245,6 +13336,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13245
13336
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
13246
13337
  limit?: number | undefined;
13247
13338
  skip?: number | undefined;
13339
+ page?: number | undefined;
13248
13340
  } | undefined;
13249
13341
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
13250
13342
  headers?: Partial<{
@@ -13254,6 +13346,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13254
13346
  queryParameters: {
13255
13347
  limit?: number | undefined;
13256
13348
  skip?: number | undefined;
13349
+ page?: number | undefined;
13257
13350
  } & Partial<{
13258
13351
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
13259
13352
  }>;
@@ -13277,6 +13370,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13277
13370
  queryParameters: {
13278
13371
  limit?: number | undefined;
13279
13372
  skip?: number | undefined;
13373
+ page?: number | undefined;
13280
13374
  } & Partial<{
13281
13375
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
13282
13376
  }>;
@@ -13303,6 +13397,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13303
13397
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
13304
13398
  limit?: number | undefined;
13305
13399
  skip?: number | undefined;
13400
+ page?: number | undefined;
13306
13401
  hasExpiry?: boolean | undefined;
13307
13402
  role?: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles | undefined;
13308
13403
  } | undefined;
@@ -13314,6 +13409,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13314
13409
  queryParameters: {
13315
13410
  limit?: number | undefined;
13316
13411
  skip?: number | undefined;
13412
+ page?: number | undefined;
13317
13413
  hasExpiry?: boolean | undefined;
13318
13414
  role?: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles | undefined;
13319
13415
  } & Partial<{
@@ -13339,6 +13435,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13339
13435
  queryParameters: {
13340
13436
  limit?: number | undefined;
13341
13437
  skip?: number | undefined;
13438
+ page?: number | undefined;
13342
13439
  hasExpiry?: boolean | undefined;
13343
13440
  role?: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles | undefined;
13344
13441
  } & Partial<{
@@ -15061,6 +15158,79 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
15061
15158
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
15062
15159
  [x: string]: unknown;
15063
15160
  }, 429, "application/json">>>;
15161
+ /** Copy a MySQLDatabase with a MySQLUser. */
15162
+ copyMysqlDatabase: (request: {
15163
+ data: {
15164
+ description: string;
15165
+ user: {
15166
+ accessLevel: "full" | "readonly";
15167
+ password: string;
15168
+ accessIpMask?: string | undefined;
15169
+ externalAccess?: boolean | undefined;
15170
+ };
15171
+ };
15172
+ mysqlDatabaseId: string;
15173
+ headers?: {
15174
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
15175
+ "x-access-token"?: string | undefined;
15176
+ } | undefined;
15177
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
15178
+ data: {
15179
+ description: string;
15180
+ user: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCreateMySqlUserWithDatabase;
15181
+ };
15182
+ } & {
15183
+ pathParameters: {
15184
+ mysqlDatabaseId: string;
15185
+ };
15186
+ } & {
15187
+ headers?: Partial<{
15188
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15189
+ }>;
15190
+ } & {
15191
+ headers: {
15192
+ "x-access-token"?: string | undefined;
15193
+ } & Partial<{
15194
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15195
+ }>;
15196
+ }, import("@mittwald/api-client-commons").Response<{
15197
+ id: string;
15198
+ userId: string;
15199
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
15200
+ [x: string]: unknown;
15201
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
15202
+ [x: string]: unknown;
15203
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
15204
+ [x: string]: unknown;
15205
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
15206
+ data: {
15207
+ description: string;
15208
+ user: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCreateMySqlUserWithDatabase;
15209
+ };
15210
+ } & {
15211
+ pathParameters: {
15212
+ mysqlDatabaseId: string;
15213
+ };
15214
+ } & {
15215
+ headers?: Partial<{
15216
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15217
+ }>;
15218
+ } & {
15219
+ headers: {
15220
+ "x-access-token"?: string | undefined;
15221
+ } & Partial<{
15222
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15223
+ }>;
15224
+ }, import("@mittwald/api-client-commons").Response<{
15225
+ id: string;
15226
+ userId: string;
15227
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
15228
+ [x: string]: unknown;
15229
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
15230
+ [x: string]: unknown;
15231
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
15232
+ [x: string]: unknown;
15233
+ }, 429, "application/json">>>;
15064
15234
  };
15065
15235
  /** The domain API allows you to manage your domains, DNS records, SSL certificates and ingress resources. */
15066
15236
  readonly domain: {
@@ -23373,6 +23543,69 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23373
23543
  }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
23374
23544
  [x: string]: unknown;
23375
23545
  }, 429, "application/json">>>;
23546
+ /** Create an export of unlocked leads for the given customerId. */
23547
+ leadfyndrCreateLeadsExport: (request: {
23548
+ data: {
23549
+ exportAllLeads: boolean;
23550
+ fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
23551
+ };
23552
+ customerId: string;
23553
+ headers?: {
23554
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23555
+ } | undefined;
23556
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
23557
+ data: {
23558
+ exportAllLeads: boolean;
23559
+ fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
23560
+ };
23561
+ } & {
23562
+ pathParameters: {
23563
+ customerId: string;
23564
+ };
23565
+ } & {
23566
+ headers?: Partial<{
23567
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23568
+ }>;
23569
+ }, import("@mittwald/api-client-commons").Response<{
23570
+ contentBase64: string;
23571
+ exportId: string;
23572
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<string, 200, "text/csv"> | import("@mittwald/api-client-commons").Response<{
23573
+ [x: string]: unknown;
23574
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23575
+ [x: string]: unknown;
23576
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
23577
+ [x: string]: unknown;
23578
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23579
+ [x: string]: unknown;
23580
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
23581
+ [x: string]: unknown;
23582
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23583
+ data: {
23584
+ exportAllLeads: boolean;
23585
+ fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
23586
+ };
23587
+ } & {
23588
+ pathParameters: {
23589
+ customerId: string;
23590
+ };
23591
+ } & {
23592
+ headers?: Partial<{
23593
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23594
+ }>;
23595
+ }, import("@mittwald/api-client-commons").Response<{
23596
+ contentBase64: string;
23597
+ exportId: string;
23598
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<string, 200, "text/csv"> | import("@mittwald/api-client-commons").Response<{
23599
+ [x: string]: unknown;
23600
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23601
+ [x: string]: unknown;
23602
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
23603
+ [x: string]: unknown;
23604
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23605
+ [x: string]: unknown;
23606
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
23607
+ [x: string]: unknown;
23608
+ }, 429, "application/json">>>;
23376
23609
  /** Get cities in DACH. */
23377
23610
  leadfyndrGetCities: (request: {
23378
23611
  queryParameters: {
@@ -23605,6 +23838,73 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23605
23838
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23606
23839
  [x: string]: unknown;
23607
23840
  }, 429, "application/json">>>;
23841
+ /** Get unlocked leads export history for the given customerId. */
23842
+ leadfyndrGetLeadsExportHistory: (request: {
23843
+ customerId: string;
23844
+ headers?: {
23845
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23846
+ } | undefined;
23847
+ queryParameters?: {
23848
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23849
+ limit?: number | undefined;
23850
+ skip?: number | undefined;
23851
+ page?: number | undefined;
23852
+ sort?: "exportedAt" | undefined;
23853
+ order?: "asc" | "desc" | undefined;
23854
+ } | undefined;
23855
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
23856
+ headers?: Partial<{
23857
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23858
+ }>;
23859
+ } & {
23860
+ pathParameters: {
23861
+ customerId: string;
23862
+ };
23863
+ } & {
23864
+ queryParameters: {
23865
+ limit?: number | undefined;
23866
+ skip?: number | undefined;
23867
+ page?: number | undefined;
23868
+ sort?: "exportedAt" | undefined;
23869
+ order?: "asc" | "desc" | undefined;
23870
+ } & Partial<{
23871
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23872
+ }>;
23873
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
23874
+ [x: string]: unknown;
23875
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23876
+ [x: string]: unknown;
23877
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
23878
+ [x: string]: unknown;
23879
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23880
+ [x: string]: unknown;
23881
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23882
+ headers?: Partial<{
23883
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23884
+ }>;
23885
+ } & {
23886
+ pathParameters: {
23887
+ customerId: string;
23888
+ };
23889
+ } & {
23890
+ queryParameters: {
23891
+ limit?: number | undefined;
23892
+ skip?: number | undefined;
23893
+ page?: number | undefined;
23894
+ sort?: "exportedAt" | undefined;
23895
+ order?: "asc" | "desc" | undefined;
23896
+ } & Partial<{
23897
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23898
+ }>;
23899
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
23900
+ [x: string]: unknown;
23901
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23902
+ [x: string]: unknown;
23903
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
23904
+ [x: string]: unknown;
23905
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23906
+ [x: string]: unknown;
23907
+ }, 429, "application/json">>>;
23608
23908
  /** Get a detail of a unlocked lead. Organisation can unlock leads. */
23609
23909
  leadfyndrGetUnlockedLead: (request: {
23610
23910
  leadId: string;
@@ -24076,136 +24376,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
24076
24376
  }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
24077
24377
  [x: string]: unknown;
24078
24378
  }, 429, "application/json">>>;
24079
- /** Get unlocked leads export history for the given customerId. */
24080
- leadfyndrGetLeadsExportHistory: (request: {
24081
- customerId: string;
24082
- headers?: {
24083
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24084
- } | undefined;
24085
- queryParameters?: {
24086
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24087
- limit?: number | undefined;
24088
- skip?: number | undefined;
24089
- page?: number | undefined;
24090
- sort?: "exportedAt" | undefined;
24091
- order?: "asc" | "desc" | undefined;
24092
- } | undefined;
24093
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
24094
- headers?: Partial<{
24095
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24096
- }>;
24097
- } & {
24098
- pathParameters: {
24099
- customerId: string;
24100
- };
24101
- } & {
24102
- queryParameters: {
24103
- limit?: number | undefined;
24104
- skip?: number | undefined;
24105
- page?: number | undefined;
24106
- sort?: "exportedAt" | undefined;
24107
- order?: "asc" | "desc" | undefined;
24108
- } & Partial<{
24109
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24110
- }>;
24111
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24112
- [x: string]: unknown;
24113
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24114
- [x: string]: unknown;
24115
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24116
- [x: string]: unknown;
24117
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24118
- [x: string]: unknown;
24119
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24120
- headers?: Partial<{
24121
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24122
- }>;
24123
- } & {
24124
- pathParameters: {
24125
- customerId: string;
24126
- };
24127
- } & {
24128
- queryParameters: {
24129
- limit?: number | undefined;
24130
- skip?: number | undefined;
24131
- page?: number | undefined;
24132
- sort?: "exportedAt" | undefined;
24133
- order?: "asc" | "desc" | undefined;
24134
- } & Partial<{
24135
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24136
- }>;
24137
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24138
- [x: string]: unknown;
24139
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24140
- [x: string]: unknown;
24141
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24142
- [x: string]: unknown;
24143
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24144
- [x: string]: unknown;
24145
- }, 429, "application/json">>>;
24146
- /** Create an export of unlocked leads for the given customerId. */
24147
- leadfyndrCreateLeadsExport: (request: {
24148
- data: {
24149
- exportAllLeads: boolean;
24150
- fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
24151
- };
24152
- customerId: string;
24153
- headers?: {
24154
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24155
- } | undefined;
24156
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
24157
- data: {
24158
- exportAllLeads: boolean;
24159
- fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
24160
- };
24161
- } & {
24162
- pathParameters: {
24163
- customerId: string;
24164
- };
24165
- } & {
24166
- headers?: Partial<{
24167
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24168
- }>;
24169
- }, import("@mittwald/api-client-commons").Response<{
24170
- contentBase64: string;
24171
- exportId: string;
24172
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<string, 200, "text/csv"> | import("@mittwald/api-client-commons").Response<{
24173
- [x: string]: unknown;
24174
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24175
- [x: string]: unknown;
24176
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24177
- [x: string]: unknown;
24178
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24179
- [x: string]: unknown;
24180
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
24181
- [x: string]: unknown;
24182
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24183
- data: {
24184
- exportAllLeads: boolean;
24185
- fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
24186
- };
24187
- } & {
24188
- pathParameters: {
24189
- customerId: string;
24190
- };
24191
- } & {
24192
- headers?: Partial<{
24193
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24194
- }>;
24195
- }, import("@mittwald/api-client-commons").Response<{
24196
- contentBase64: string;
24197
- exportId: string;
24198
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<string, 200, "text/csv"> | import("@mittwald/api-client-commons").Response<{
24199
- [x: string]: unknown;
24200
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24201
- [x: string]: unknown;
24202
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24203
- [x: string]: unknown;
24204
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24205
- [x: string]: unknown;
24206
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
24207
- [x: string]: unknown;
24208
- }, 429, "application/json">>>;
24209
24379
  };
24210
24380
  /** API endpoints that are not related to any specific API domain */
24211
24381
  readonly misc: {
@@ -25515,6 +25685,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
25515
25685
  clusterId?: string | undefined;
25516
25686
  createdAt: string;
25517
25687
  customerId: string;
25688
+ deletionRequested?: boolean | undefined;
25518
25689
  description: string;
25519
25690
  directories: {
25520
25691
  [k: string]: string;
@@ -25564,6 +25735,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
25564
25735
  clusterId?: string | undefined;
25565
25736
  createdAt: string;
25566
25737
  customerId: string;
25738
+ deletionRequested?: boolean | undefined;
25567
25739
  description: string;
25568
25740
  directories: {
25569
25741
  [k: string]: string;
@@ -26209,6 +26381,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
26209
26381
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
26210
26382
  limit?: number | undefined;
26211
26383
  skip?: number | undefined;
26384
+ page?: number | undefined;
26212
26385
  } | undefined;
26213
26386
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
26214
26387
  headers?: Partial<{
@@ -26218,6 +26391,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
26218
26391
  queryParameters: {
26219
26392
  limit?: number | undefined;
26220
26393
  skip?: number | undefined;
26394
+ page?: number | undefined;
26221
26395
  } & Partial<{
26222
26396
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26223
26397
  }>;
@@ -26241,6 +26415,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
26241
26415
  queryParameters: {
26242
26416
  limit?: number | undefined;
26243
26417
  skip?: number | undefined;
26418
+ page?: number | undefined;
26244
26419
  } & Partial<{
26245
26420
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
26246
26421
  }>;
@@ -26267,6 +26442,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
26267
26442
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
26268
26443
  limit?: number | undefined;
26269
26444
  skip?: number | undefined;
26445
+ page?: number | undefined;
26270
26446
  hasExpiry?: boolean | undefined;
26271
26447
  isInherited?: boolean | undefined;
26272
26448
  role?: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles | undefined;
@@ -26279,6 +26455,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
26279
26455
  queryParameters: {
26280
26456
  limit?: number | undefined;
26281
26457
  skip?: number | undefined;
26458
+ page?: number | undefined;
26282
26459
  hasExpiry?: boolean | undefined;
26283
26460
  isInherited?: boolean | undefined;
26284
26461
  role?: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles | undefined;
@@ -26305,6 +26482,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
26305
26482
  queryParameters: {
26306
26483
  limit?: number | undefined;
26307
26484
  skip?: number | undefined;
26485
+ page?: number | undefined;
26308
26486
  hasExpiry?: boolean | undefined;
26309
26487
  isInherited?: boolean | undefined;
26310
26488
  role?: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles | undefined;