@mittwald/api-client 4.239.0 → 4.241.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3496,6 +3496,86 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3496
3496
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
3497
3497
  [x: string]: unknown;
3498
3498
  }, 500, "application/json">>>;
3499
+ /** List Volumes belonging to a Stack. */
3500
+ listStackVolumes: (request: {
3501
+ stackId: string;
3502
+ headers?: {
3503
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
3504
+ "x-access-token"?: string | undefined;
3505
+ } | undefined;
3506
+ queryParameters?: {
3507
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
3508
+ searchTerm?: string | undefined;
3509
+ sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
3510
+ limit?: number | undefined;
3511
+ skip?: number | undefined;
3512
+ page?: number | undefined;
3513
+ } | undefined;
3514
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
3515
+ headers?: Partial<{
3516
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3517
+ }>;
3518
+ } & {
3519
+ pathParameters: {
3520
+ stackId: string;
3521
+ };
3522
+ } & {
3523
+ queryParameters: {
3524
+ searchTerm?: string | undefined;
3525
+ sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
3526
+ limit?: number | undefined;
3527
+ skip?: number | undefined;
3528
+ page?: number | undefined;
3529
+ } & Partial<{
3530
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3531
+ }>;
3532
+ } & {
3533
+ headers: {
3534
+ "x-access-token"?: string | undefined;
3535
+ } & Partial<{
3536
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3537
+ }>;
3538
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
3539
+ [x: string]: unknown;
3540
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
3541
+ [x: string]: unknown;
3542
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
3543
+ [x: string]: unknown;
3544
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
3545
+ [x: string]: unknown;
3546
+ }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
3547
+ headers?: Partial<{
3548
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3549
+ }>;
3550
+ } & {
3551
+ pathParameters: {
3552
+ stackId: string;
3553
+ };
3554
+ } & {
3555
+ queryParameters: {
3556
+ searchTerm?: string | undefined;
3557
+ sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
3558
+ limit?: number | undefined;
3559
+ skip?: number | undefined;
3560
+ page?: number | undefined;
3561
+ } & Partial<{
3562
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3563
+ }>;
3564
+ } & {
3565
+ headers: {
3566
+ "x-access-token"?: string | undefined;
3567
+ } & Partial<{
3568
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3569
+ }>;
3570
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
3571
+ [x: string]: unknown;
3572
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
3573
+ [x: string]: unknown;
3574
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
3575
+ [x: string]: unknown;
3576
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
3577
+ [x: string]: unknown;
3578
+ }, 500, "application/json">>>;
3499
3579
  /** List Stacks belonging to a Project. */
3500
3580
  listStacks: (request: {
3501
3581
  projectId: string;
@@ -4116,86 +4196,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4116
4196
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
4117
4197
  [x: string]: unknown;
4118
4198
  }, 500, "application/json">>>;
4119
- /** List Volumes belonging to a Stack. */
4120
- listStackVolumes: (request: {
4121
- stackId: string;
4122
- headers?: {
4123
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4124
- "x-access-token"?: string | undefined;
4125
- } | undefined;
4126
- queryParameters?: {
4127
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4128
- searchTerm?: string | undefined;
4129
- sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
4130
- limit?: number | undefined;
4131
- skip?: number | undefined;
4132
- page?: number | undefined;
4133
- } | undefined;
4134
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
4135
- headers?: Partial<{
4136
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4137
- }>;
4138
- } & {
4139
- pathParameters: {
4140
- stackId: string;
4141
- };
4142
- } & {
4143
- queryParameters: {
4144
- searchTerm?: string | undefined;
4145
- sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
4146
- limit?: number | undefined;
4147
- skip?: number | undefined;
4148
- page?: number | undefined;
4149
- } & Partial<{
4150
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4151
- }>;
4152
- } & {
4153
- headers: {
4154
- "x-access-token"?: string | undefined;
4155
- } & Partial<{
4156
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4157
- }>;
4158
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4159
- [x: string]: unknown;
4160
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4161
- [x: string]: unknown;
4162
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
4163
- [x: string]: unknown;
4164
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
4165
- [x: string]: unknown;
4166
- }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
4167
- headers?: Partial<{
4168
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4169
- }>;
4170
- } & {
4171
- pathParameters: {
4172
- stackId: string;
4173
- };
4174
- } & {
4175
- queryParameters: {
4176
- searchTerm?: string | undefined;
4177
- sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
4178
- limit?: number | undefined;
4179
- skip?: number | undefined;
4180
- page?: number | undefined;
4181
- } & Partial<{
4182
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4183
- }>;
4184
- } & {
4185
- headers: {
4186
- "x-access-token"?: string | undefined;
4187
- } & Partial<{
4188
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4189
- }>;
4190
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4191
- [x: string]: unknown;
4192
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4193
- [x: string]: unknown;
4194
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
4195
- [x: string]: unknown;
4196
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
4197
- [x: string]: unknown;
4198
- }, 500, "application/json">>>;
4199
4199
  };
4200
4200
  /** The contract API allows you to manage your contracts and orders */
4201
4201
  readonly contract: {
@@ -6248,6 +6248,94 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6248
6248
  };
6249
6249
  /** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
6250
6250
  readonly marketplace: {
6251
+ /** Start the verification process of a contributor. */
6252
+ contributorRequestVerification: (request: {
6253
+ contributorId: string;
6254
+ headers?: {
6255
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6256
+ "x-access-token"?: string | undefined;
6257
+ } | undefined;
6258
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6259
+ headers?: Partial<{
6260
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6261
+ }>;
6262
+ } & {
6263
+ pathParameters: {
6264
+ contributorId: string;
6265
+ };
6266
+ } & {
6267
+ headers: {
6268
+ "x-access-token"?: string | undefined;
6269
+ } & Partial<{
6270
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6271
+ }>;
6272
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
6273
+ [x: string]: unknown;
6274
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6275
+ [x: string]: unknown;
6276
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6277
+ headers?: Partial<{
6278
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6279
+ }>;
6280
+ } & {
6281
+ pathParameters: {
6282
+ contributorId: string;
6283
+ };
6284
+ } & {
6285
+ headers: {
6286
+ "x-access-token"?: string | undefined;
6287
+ } & Partial<{
6288
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6289
+ }>;
6290
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
6291
+ [x: string]: unknown;
6292
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6293
+ [x: string]: unknown;
6294
+ }, 429, "application/json">>>;
6295
+ /** Cancel the verification-process of a contributor. */
6296
+ contributorCancelVerification: (request: {
6297
+ contributorId: string;
6298
+ headers?: {
6299
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6300
+ "x-access-token"?: string | undefined;
6301
+ } | undefined;
6302
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6303
+ headers?: Partial<{
6304
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6305
+ }>;
6306
+ } & {
6307
+ pathParameters: {
6308
+ contributorId: string;
6309
+ };
6310
+ } & {
6311
+ headers: {
6312
+ "x-access-token"?: string | undefined;
6313
+ } & Partial<{
6314
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6315
+ }>;
6316
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
6317
+ [x: string]: unknown;
6318
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6319
+ [x: string]: unknown;
6320
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6321
+ headers?: Partial<{
6322
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6323
+ }>;
6324
+ } & {
6325
+ pathParameters: {
6326
+ contributorId: string;
6327
+ };
6328
+ } & {
6329
+ headers: {
6330
+ "x-access-token"?: string | undefined;
6331
+ } & Partial<{
6332
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6333
+ }>;
6334
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
6335
+ [x: string]: unknown;
6336
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6337
+ [x: string]: unknown;
6338
+ }, 429, "application/json">>>;
6251
6339
  /** Get a Contributor. */
6252
6340
  extensionGetContributor: (request: {
6253
6341
  contributorId: string;
@@ -7215,96 +7303,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7215
7303
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7216
7304
  [x: string]: unknown;
7217
7305
  }, 429, "application/json">>>;
7218
- /** Start the verification process of a contributor. */
7219
- contributorRequestVerification: (request: {
7220
- contributorId: string;
7221
- headers?: {
7222
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7223
- "x-access-token"?: string | undefined;
7224
- } | undefined;
7225
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7226
- headers?: Partial<{
7227
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7228
- }>;
7229
- } & {
7230
- pathParameters: {
7231
- contributorId: string;
7232
- };
7233
- } & {
7234
- headers: {
7235
- "x-access-token"?: string | undefined;
7236
- } & Partial<{
7237
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7238
- }>;
7239
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
7240
- [x: string]: unknown;
7241
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7242
- [x: string]: unknown;
7243
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7244
- headers?: Partial<{
7245
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7246
- }>;
7247
- } & {
7248
- pathParameters: {
7249
- contributorId: string;
7250
- };
7251
- } & {
7252
- headers: {
7253
- "x-access-token"?: string | undefined;
7254
- } & Partial<{
7255
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7256
- }>;
7257
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
7258
- [x: string]: unknown;
7259
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7260
- [x: string]: unknown;
7261
- }, 429, "application/json">>>;
7262
- /** Cancel the verification-process of a contributor. */
7263
- contributorCancelVerification: (request: {
7264
- contributorId: string;
7265
- headers?: {
7266
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7267
- "x-access-token"?: string | undefined;
7268
- } | undefined;
7269
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7270
- headers?: Partial<{
7271
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7272
- }>;
7273
- } & {
7274
- pathParameters: {
7275
- contributorId: string;
7276
- };
7277
- } & {
7278
- headers: {
7279
- "x-access-token"?: string | undefined;
7280
- } & Partial<{
7281
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7282
- }>;
7283
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
7284
- [x: string]: unknown;
7285
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7286
- [x: string]: unknown;
7287
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7288
- headers?: Partial<{
7289
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7290
- }>;
7291
- } & {
7292
- pathParameters: {
7293
- contributorId: string;
7294
- };
7295
- } & {
7296
- headers: {
7297
- "x-access-token"?: string | undefined;
7298
- } & Partial<{
7299
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7300
- }>;
7301
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
7302
- [x: string]: unknown;
7303
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7304
- [x: string]: unknown;
7305
- }, 429, "application/json">>>;
7306
- /** Rotate the secret for an extension instance. */
7307
- contributorRotateSecretForExtensionInstance: (request: {
7306
+ /** Rotate the secret for an extension instance. */
7307
+ contributorRotateSecretForExtensionInstance: (request: {
7308
7308
  contributorId: string;
7309
7309
  extensionId: string;
7310
7310
  extensionInstanceId: string;
@@ -14993,6 +14993,79 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
14993
14993
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
14994
14994
  [x: string]: unknown;
14995
14995
  }, 429, "application/json">>>;
14996
+ /** Copy a MySQLDatabase with a MySQLUser. */
14997
+ copyMysqlDatabase: (request: {
14998
+ data: {
14999
+ description: string;
15000
+ user: {
15001
+ accessLevel: "full" | "readonly";
15002
+ password: string;
15003
+ accessIpMask?: string | undefined;
15004
+ externalAccess?: boolean | undefined;
15005
+ };
15006
+ };
15007
+ mysqlDatabaseId: string;
15008
+ headers?: {
15009
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
15010
+ "x-access-token"?: string | undefined;
15011
+ } | undefined;
15012
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
15013
+ data: {
15014
+ description: string;
15015
+ user: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCreateMySqlUserWithDatabase;
15016
+ };
15017
+ } & {
15018
+ pathParameters: {
15019
+ mysqlDatabaseId: string;
15020
+ };
15021
+ } & {
15022
+ headers?: Partial<{
15023
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15024
+ }>;
15025
+ } & {
15026
+ headers: {
15027
+ "x-access-token"?: string | undefined;
15028
+ } & Partial<{
15029
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15030
+ }>;
15031
+ }, import("@mittwald/api-client-commons").Response<{
15032
+ id: string;
15033
+ userId: string;
15034
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
15035
+ [x: string]: unknown;
15036
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
15037
+ [x: string]: unknown;
15038
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
15039
+ [x: string]: unknown;
15040
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
15041
+ data: {
15042
+ description: string;
15043
+ user: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCreateMySqlUserWithDatabase;
15044
+ };
15045
+ } & {
15046
+ pathParameters: {
15047
+ mysqlDatabaseId: string;
15048
+ };
15049
+ } & {
15050
+ headers?: Partial<{
15051
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15052
+ }>;
15053
+ } & {
15054
+ headers: {
15055
+ "x-access-token"?: string | undefined;
15056
+ } & Partial<{
15057
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15058
+ }>;
15059
+ }, import("@mittwald/api-client-commons").Response<{
15060
+ id: string;
15061
+ userId: string;
15062
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
15063
+ [x: string]: unknown;
15064
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
15065
+ [x: string]: unknown;
15066
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
15067
+ [x: string]: unknown;
15068
+ }, 429, "application/json">>>;
14996
15069
  };
14997
15070
  /** The domain API allows you to manage your domains, DNS records, SSL certificates and ingress resources. */
14998
15071
  readonly domain: {
@@ -23015,6 +23088,69 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23015
23088
  }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
23016
23089
  [x: string]: unknown;
23017
23090
  }, 429, "application/json">>>;
23091
+ /** Create an export of unlocked leads for the given customerId. */
23092
+ leadfyndrCreateLeadsExport: (request: {
23093
+ data: {
23094
+ exportAllLeads: boolean;
23095
+ fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
23096
+ };
23097
+ customerId: string;
23098
+ headers?: {
23099
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23100
+ } | undefined;
23101
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
23102
+ data: {
23103
+ exportAllLeads: boolean;
23104
+ fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
23105
+ };
23106
+ } & {
23107
+ pathParameters: {
23108
+ customerId: string;
23109
+ };
23110
+ } & {
23111
+ headers?: Partial<{
23112
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23113
+ }>;
23114
+ }, import("@mittwald/api-client-commons").Response<{
23115
+ contentBase64: string;
23116
+ exportId: string;
23117
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<string, 200, "text/csv"> | import("@mittwald/api-client-commons").Response<{
23118
+ [x: string]: unknown;
23119
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23120
+ [x: string]: unknown;
23121
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
23122
+ [x: string]: unknown;
23123
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23124
+ [x: string]: unknown;
23125
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
23126
+ [x: string]: unknown;
23127
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23128
+ data: {
23129
+ exportAllLeads: boolean;
23130
+ fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
23131
+ };
23132
+ } & {
23133
+ pathParameters: {
23134
+ customerId: string;
23135
+ };
23136
+ } & {
23137
+ headers?: Partial<{
23138
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23139
+ }>;
23140
+ }, import("@mittwald/api-client-commons").Response<{
23141
+ contentBase64: string;
23142
+ exportId: string;
23143
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<string, 200, "text/csv"> | import("@mittwald/api-client-commons").Response<{
23144
+ [x: string]: unknown;
23145
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23146
+ [x: string]: unknown;
23147
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
23148
+ [x: string]: unknown;
23149
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23150
+ [x: string]: unknown;
23151
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
23152
+ [x: string]: unknown;
23153
+ }, 429, "application/json">>>;
23018
23154
  /** Get cities in DACH. */
23019
23155
  leadfyndrGetCities: (request: {
23020
23156
  queryParameters: {
@@ -23247,6 +23383,73 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23247
23383
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23248
23384
  [x: string]: unknown;
23249
23385
  }, 429, "application/json">>>;
23386
+ /** Get unlocked leads export history for the given customerId. */
23387
+ leadfyndrGetLeadsExportHistory: (request: {
23388
+ customerId: string;
23389
+ headers?: {
23390
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23391
+ } | undefined;
23392
+ queryParameters?: {
23393
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23394
+ limit?: number | undefined;
23395
+ skip?: number | undefined;
23396
+ page?: number | undefined;
23397
+ sort?: "exportedAt" | undefined;
23398
+ order?: "asc" | "desc" | undefined;
23399
+ } | undefined;
23400
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
23401
+ headers?: Partial<{
23402
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23403
+ }>;
23404
+ } & {
23405
+ pathParameters: {
23406
+ customerId: string;
23407
+ };
23408
+ } & {
23409
+ queryParameters: {
23410
+ limit?: number | undefined;
23411
+ skip?: number | undefined;
23412
+ page?: number | undefined;
23413
+ sort?: "exportedAt" | undefined;
23414
+ order?: "asc" | "desc" | undefined;
23415
+ } & Partial<{
23416
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23417
+ }>;
23418
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
23419
+ [x: string]: unknown;
23420
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23421
+ [x: string]: unknown;
23422
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
23423
+ [x: string]: unknown;
23424
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23425
+ [x: string]: unknown;
23426
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23427
+ headers?: Partial<{
23428
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23429
+ }>;
23430
+ } & {
23431
+ pathParameters: {
23432
+ customerId: string;
23433
+ };
23434
+ } & {
23435
+ queryParameters: {
23436
+ limit?: number | undefined;
23437
+ skip?: number | undefined;
23438
+ page?: number | undefined;
23439
+ sort?: "exportedAt" | undefined;
23440
+ order?: "asc" | "desc" | undefined;
23441
+ } & Partial<{
23442
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23443
+ }>;
23444
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
23445
+ [x: string]: unknown;
23446
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23447
+ [x: string]: unknown;
23448
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
23449
+ [x: string]: unknown;
23450
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23451
+ [x: string]: unknown;
23452
+ }, 429, "application/json">>>;
23250
23453
  /** Get a detail of a unlocked lead. Organisation can unlock leads. */
23251
23454
  leadfyndrGetUnlockedLead: (request: {
23252
23455
  leadId: string;
@@ -23718,136 +23921,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23718
23921
  }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
23719
23922
  [x: string]: unknown;
23720
23923
  }, 429, "application/json">>>;
23721
- /** Get unlocked leads export history for the given customerId. */
23722
- leadfyndrGetLeadsExportHistory: (request: {
23723
- customerId: string;
23724
- headers?: {
23725
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23726
- } | undefined;
23727
- queryParameters?: {
23728
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23729
- limit?: number | undefined;
23730
- skip?: number | undefined;
23731
- page?: number | undefined;
23732
- sort?: "exportedAt" | undefined;
23733
- order?: "asc" | "desc" | undefined;
23734
- } | undefined;
23735
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
23736
- headers?: Partial<{
23737
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23738
- }>;
23739
- } & {
23740
- pathParameters: {
23741
- customerId: string;
23742
- };
23743
- } & {
23744
- queryParameters: {
23745
- limit?: number | undefined;
23746
- skip?: number | undefined;
23747
- page?: number | undefined;
23748
- sort?: "exportedAt" | undefined;
23749
- order?: "asc" | "desc" | undefined;
23750
- } & Partial<{
23751
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23752
- }>;
23753
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
23754
- [x: string]: unknown;
23755
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23756
- [x: string]: unknown;
23757
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
23758
- [x: string]: unknown;
23759
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23760
- [x: string]: unknown;
23761
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23762
- headers?: Partial<{
23763
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23764
- }>;
23765
- } & {
23766
- pathParameters: {
23767
- customerId: string;
23768
- };
23769
- } & {
23770
- queryParameters: {
23771
- limit?: number | undefined;
23772
- skip?: number | undefined;
23773
- page?: number | undefined;
23774
- sort?: "exportedAt" | undefined;
23775
- order?: "asc" | "desc" | undefined;
23776
- } & Partial<{
23777
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23778
- }>;
23779
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
23780
- [x: string]: unknown;
23781
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23782
- [x: string]: unknown;
23783
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
23784
- [x: string]: unknown;
23785
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23786
- [x: string]: unknown;
23787
- }, 429, "application/json">>>;
23788
- /** Create an export of unlocked leads for the given customerId. */
23789
- leadfyndrCreateLeadsExport: (request: {
23790
- data: {
23791
- exportAllLeads: boolean;
23792
- fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
23793
- };
23794
- customerId: string;
23795
- headers?: {
23796
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23797
- } | undefined;
23798
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
23799
- data: {
23800
- exportAllLeads: boolean;
23801
- fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
23802
- };
23803
- } & {
23804
- pathParameters: {
23805
- customerId: string;
23806
- };
23807
- } & {
23808
- headers?: Partial<{
23809
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23810
- }>;
23811
- }, import("@mittwald/api-client-commons").Response<{
23812
- contentBase64: string;
23813
- exportId: string;
23814
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<string, 200, "text/csv"> | import("@mittwald/api-client-commons").Response<{
23815
- [x: string]: unknown;
23816
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23817
- [x: string]: unknown;
23818
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
23819
- [x: string]: unknown;
23820
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23821
- [x: string]: unknown;
23822
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
23823
- [x: string]: unknown;
23824
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23825
- data: {
23826
- exportAllLeads: boolean;
23827
- fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
23828
- };
23829
- } & {
23830
- pathParameters: {
23831
- customerId: string;
23832
- };
23833
- } & {
23834
- headers?: Partial<{
23835
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23836
- }>;
23837
- }, import("@mittwald/api-client-commons").Response<{
23838
- contentBase64: string;
23839
- exportId: string;
23840
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<string, 200, "text/csv"> | import("@mittwald/api-client-commons").Response<{
23841
- [x: string]: unknown;
23842
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23843
- [x: string]: unknown;
23844
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
23845
- [x: string]: unknown;
23846
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23847
- [x: string]: unknown;
23848
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
23849
- [x: string]: unknown;
23850
- }, 429, "application/json">>>;
23851
23924
  };
23852
23925
  /** API endpoints that are not related to any specific API domain */
23853
23926
  readonly misc: {