@mittwald/api-client 4.239.0 → 4.240.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;
@@ -23015,6 +23015,69 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23015
23015
  }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
23016
23016
  [x: string]: unknown;
23017
23017
  }, 429, "application/json">>>;
23018
+ /** Create an export of unlocked leads for the given customerId. */
23019
+ leadfyndrCreateLeadsExport: (request: {
23020
+ data: {
23021
+ exportAllLeads: boolean;
23022
+ fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
23023
+ };
23024
+ customerId: string;
23025
+ headers?: {
23026
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23027
+ } | undefined;
23028
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
23029
+ data: {
23030
+ exportAllLeads: boolean;
23031
+ fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
23032
+ };
23033
+ } & {
23034
+ pathParameters: {
23035
+ customerId: string;
23036
+ };
23037
+ } & {
23038
+ headers?: Partial<{
23039
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23040
+ }>;
23041
+ }, import("@mittwald/api-client-commons").Response<{
23042
+ contentBase64: string;
23043
+ exportId: string;
23044
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<string, 200, "text/csv"> | import("@mittwald/api-client-commons").Response<{
23045
+ [x: string]: unknown;
23046
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23047
+ [x: string]: unknown;
23048
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
23049
+ [x: string]: unknown;
23050
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23051
+ [x: string]: unknown;
23052
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
23053
+ [x: string]: unknown;
23054
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23055
+ data: {
23056
+ exportAllLeads: boolean;
23057
+ fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
23058
+ };
23059
+ } & {
23060
+ pathParameters: {
23061
+ customerId: string;
23062
+ };
23063
+ } & {
23064
+ headers?: Partial<{
23065
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23066
+ }>;
23067
+ }, import("@mittwald/api-client-commons").Response<{
23068
+ contentBase64: string;
23069
+ exportId: string;
23070
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<string, 200, "text/csv"> | import("@mittwald/api-client-commons").Response<{
23071
+ [x: string]: unknown;
23072
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23073
+ [x: string]: unknown;
23074
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
23075
+ [x: string]: unknown;
23076
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23077
+ [x: string]: unknown;
23078
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
23079
+ [x: string]: unknown;
23080
+ }, 429, "application/json">>>;
23018
23081
  /** Get cities in DACH. */
23019
23082
  leadfyndrGetCities: (request: {
23020
23083
  queryParameters: {
@@ -23247,6 +23310,73 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23247
23310
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23248
23311
  [x: string]: unknown;
23249
23312
  }, 429, "application/json">>>;
23313
+ /** Get unlocked leads export history for the given customerId. */
23314
+ leadfyndrGetLeadsExportHistory: (request: {
23315
+ customerId: string;
23316
+ headers?: {
23317
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23318
+ } | undefined;
23319
+ queryParameters?: {
23320
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
23321
+ limit?: number | undefined;
23322
+ skip?: number | undefined;
23323
+ page?: number | undefined;
23324
+ sort?: "exportedAt" | undefined;
23325
+ order?: "asc" | "desc" | undefined;
23326
+ } | undefined;
23327
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
23328
+ headers?: Partial<{
23329
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23330
+ }>;
23331
+ } & {
23332
+ pathParameters: {
23333
+ customerId: string;
23334
+ };
23335
+ } & {
23336
+ queryParameters: {
23337
+ limit?: number | undefined;
23338
+ skip?: number | undefined;
23339
+ page?: number | undefined;
23340
+ sort?: "exportedAt" | undefined;
23341
+ order?: "asc" | "desc" | undefined;
23342
+ } & Partial<{
23343
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23344
+ }>;
23345
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
23346
+ [x: string]: unknown;
23347
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23348
+ [x: string]: unknown;
23349
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
23350
+ [x: string]: unknown;
23351
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23352
+ [x: string]: unknown;
23353
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23354
+ headers?: Partial<{
23355
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23356
+ }>;
23357
+ } & {
23358
+ pathParameters: {
23359
+ customerId: string;
23360
+ };
23361
+ } & {
23362
+ queryParameters: {
23363
+ limit?: number | undefined;
23364
+ skip?: number | undefined;
23365
+ page?: number | undefined;
23366
+ sort?: "exportedAt" | undefined;
23367
+ order?: "asc" | "desc" | undefined;
23368
+ } & Partial<{
23369
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23370
+ }>;
23371
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
23372
+ [x: string]: unknown;
23373
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23374
+ [x: string]: unknown;
23375
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
23376
+ [x: string]: unknown;
23377
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23378
+ [x: string]: unknown;
23379
+ }, 429, "application/json">>>;
23250
23380
  /** Get a detail of a unlocked lead. Organisation can unlock leads. */
23251
23381
  leadfyndrGetUnlockedLead: (request: {
23252
23382
  leadId: string;
@@ -23718,136 +23848,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23718
23848
  }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
23719
23849
  [x: string]: unknown;
23720
23850
  }, 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
23851
  };
23852
23852
  /** API endpoints that are not related to any specific API domain */
23853
23853
  readonly misc: {