@mittwald/api-client 4.147.0 → 4.148.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.
@@ -24157,5 +24157,740 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
24157
24157
  [x: string]: unknown;
24158
24158
  }, 429, "application/json">>>;
24159
24159
  };
24160
+ /** The lead fyndr api allow you to manage you leads and your fyndr profile. */
24161
+ readonly leadFyndr: {
24162
+ /** Reserve a unlocked lead for the given customerId. */
24163
+ leadfyndrReserveUnlockedLeadExperimental: (request: {
24164
+ leadId: string;
24165
+ customerId: string;
24166
+ headers?: {
24167
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24168
+ } | undefined;
24169
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
24170
+ headers?: Partial<{
24171
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24172
+ }>;
24173
+ } & {
24174
+ pathParameters: {
24175
+ leadId: string;
24176
+ customerId: string;
24177
+ };
24178
+ }, import("@mittwald/api-client-commons").Response<{
24179
+ leadId: string;
24180
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24181
+ [x: string]: unknown;
24182
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24183
+ [x: string]: unknown;
24184
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24185
+ [x: string]: unknown;
24186
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24187
+ [x: string]: unknown;
24188
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
24189
+ [x: string]: unknown;
24190
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24191
+ headers?: Partial<{
24192
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24193
+ }>;
24194
+ } & {
24195
+ pathParameters: {
24196
+ leadId: string;
24197
+ customerId: string;
24198
+ };
24199
+ }, import("@mittwald/api-client-commons").Response<{
24200
+ leadId: string;
24201
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24202
+ [x: string]: unknown;
24203
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24204
+ [x: string]: unknown;
24205
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24206
+ [x: string]: unknown;
24207
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24208
+ [x: string]: unknown;
24209
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
24210
+ [x: string]: unknown;
24211
+ }, 429, "application/json">>>;
24212
+ /** Removes a reservation on a unlocked lead for the given customerId. */
24213
+ leadfyndrRemoveUnlockedLeadReservationExperimental: (request: {
24214
+ leadId: string;
24215
+ customerId: string;
24216
+ headers?: {
24217
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24218
+ } | undefined;
24219
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
24220
+ headers?: Partial<{
24221
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24222
+ }>;
24223
+ } & {
24224
+ pathParameters: {
24225
+ leadId: string;
24226
+ customerId: string;
24227
+ };
24228
+ }, import("@mittwald/api-client-commons").Response<{
24229
+ leadId: string;
24230
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24231
+ [x: string]: unknown;
24232
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24233
+ [x: string]: unknown;
24234
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24235
+ [x: string]: unknown;
24236
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24237
+ [x: string]: unknown;
24238
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
24239
+ [x: string]: unknown;
24240
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24241
+ headers?: Partial<{
24242
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24243
+ }>;
24244
+ } & {
24245
+ pathParameters: {
24246
+ leadId: string;
24247
+ customerId: string;
24248
+ };
24249
+ }, import("@mittwald/api-client-commons").Response<{
24250
+ leadId: string;
24251
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24252
+ [x: string]: unknown;
24253
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24254
+ [x: string]: unknown;
24255
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24256
+ [x: string]: unknown;
24257
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24258
+ [x: string]: unknown;
24259
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
24260
+ [x: string]: unknown;
24261
+ }, 429, "application/json">>>;
24262
+ /** Get a simple lead. Use the unlocked route for more detail leads. */
24263
+ leadfyndrGetLeadExperimental: (request: {
24264
+ leadId: string;
24265
+ customerId: string;
24266
+ headers?: {
24267
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24268
+ } | undefined;
24269
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
24270
+ headers?: Partial<{
24271
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24272
+ }>;
24273
+ } & {
24274
+ pathParameters: {
24275
+ leadId: string;
24276
+ customerId: string;
24277
+ };
24278
+ }, import("@mittwald/api-client-commons").Response<{
24279
+ businessFields: string[];
24280
+ company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany;
24281
+ description: string;
24282
+ globalUnlockedCount: number;
24283
+ hoster: {
24284
+ server: string[];
24285
+ };
24286
+ leadId: string;
24287
+ mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
24288
+ metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicMetrics;
24289
+ potential: number;
24290
+ scannedAt?: string | undefined;
24291
+ screenshot: string;
24292
+ technologies: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology[];
24293
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24294
+ [x: string]: unknown;
24295
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24296
+ [x: string]: unknown;
24297
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24298
+ [x: string]: unknown;
24299
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24300
+ [x: string]: unknown;
24301
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24302
+ headers?: Partial<{
24303
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24304
+ }>;
24305
+ } & {
24306
+ pathParameters: {
24307
+ leadId: string;
24308
+ customerId: string;
24309
+ };
24310
+ }, import("@mittwald/api-client-commons").Response<{
24311
+ businessFields: string[];
24312
+ company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany;
24313
+ description: string;
24314
+ globalUnlockedCount: number;
24315
+ hoster: {
24316
+ server: string[];
24317
+ };
24318
+ leadId: string;
24319
+ mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
24320
+ metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicMetrics;
24321
+ potential: number;
24322
+ scannedAt?: string | undefined;
24323
+ screenshot: string;
24324
+ technologies: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology[];
24325
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24326
+ [x: string]: unknown;
24327
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24328
+ [x: string]: unknown;
24329
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24330
+ [x: string]: unknown;
24331
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24332
+ [x: string]: unknown;
24333
+ }, 429, "application/json">>>;
24334
+ /** Get all leads. Use the unlocked routes for more lead details. */
24335
+ leadfyndrListLeadsExperimental: (request: {
24336
+ customerId: string;
24337
+ headers?: {
24338
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24339
+ } | undefined;
24340
+ queryParameters?: {
24341
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24342
+ potentialRangeMin?: number | undefined;
24343
+ potentialRangeMax?: number | undefined;
24344
+ employeeCountMin?: number | undefined;
24345
+ employeeCountMax?: number | undefined;
24346
+ salesVolumeMin?: number | undefined;
24347
+ salesVolumeMax?: number | undefined;
24348
+ technologies?: string[] | undefined;
24349
+ "basic:timeToFirstByteMs:min"?: number | undefined;
24350
+ "basic:timeToFirstByteMs:max"?: number | undefined;
24351
+ "basic:desktop:performance:min"?: number | undefined;
24352
+ "basic:desktop:performance:max"?: number | undefined;
24353
+ "basic:mobile:performance:min"?: number | undefined;
24354
+ "basic:mobile:performance:max"?: number | undefined;
24355
+ limit?: number | undefined;
24356
+ skip?: number | undefined;
24357
+ page?: number | undefined;
24358
+ sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
24359
+ order?: ("asc" | "desc")[] | undefined;
24360
+ } | undefined;
24361
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
24362
+ headers?: Partial<{
24363
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24364
+ }>;
24365
+ } & {
24366
+ pathParameters: {
24367
+ customerId: string;
24368
+ };
24369
+ } & {
24370
+ queryParameters: {
24371
+ potentialRangeMin?: number | undefined;
24372
+ potentialRangeMax?: number | undefined;
24373
+ employeeCountMin?: number | undefined;
24374
+ employeeCountMax?: number | undefined;
24375
+ salesVolumeMin?: number | undefined;
24376
+ salesVolumeMax?: number | undefined;
24377
+ technologies?: string[] | undefined;
24378
+ "basic:timeToFirstByteMs:min"?: number | undefined;
24379
+ "basic:timeToFirstByteMs:max"?: number | undefined;
24380
+ "basic:desktop:performance:min"?: number | undefined;
24381
+ "basic:desktop:performance:max"?: number | undefined;
24382
+ "basic:mobile:performance:min"?: number | undefined;
24383
+ "basic:mobile:performance:max"?: number | undefined;
24384
+ limit?: number | undefined;
24385
+ skip?: number | undefined;
24386
+ page?: number | undefined;
24387
+ sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
24388
+ order?: ("asc" | "desc")[] | undefined;
24389
+ } & Partial<{
24390
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24391
+ }>;
24392
+ }, import("@mittwald/api-client-commons").Response<{
24393
+ leads: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLead[];
24394
+ limit: number;
24395
+ skip: number;
24396
+ totalCount: number;
24397
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24398
+ [x: string]: unknown;
24399
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24400
+ headers?: Partial<{
24401
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24402
+ }>;
24403
+ } & {
24404
+ pathParameters: {
24405
+ customerId: string;
24406
+ };
24407
+ } & {
24408
+ queryParameters: {
24409
+ potentialRangeMin?: number | undefined;
24410
+ potentialRangeMax?: number | undefined;
24411
+ employeeCountMin?: number | undefined;
24412
+ employeeCountMax?: number | undefined;
24413
+ salesVolumeMin?: number | undefined;
24414
+ salesVolumeMax?: number | undefined;
24415
+ technologies?: string[] | undefined;
24416
+ "basic:timeToFirstByteMs:min"?: number | undefined;
24417
+ "basic:timeToFirstByteMs:max"?: number | undefined;
24418
+ "basic:desktop:performance:min"?: number | undefined;
24419
+ "basic:desktop:performance:max"?: number | undefined;
24420
+ "basic:mobile:performance:min"?: number | undefined;
24421
+ "basic:mobile:performance:max"?: number | undefined;
24422
+ limit?: number | undefined;
24423
+ skip?: number | undefined;
24424
+ page?: number | undefined;
24425
+ sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
24426
+ order?: ("asc" | "desc")[] | undefined;
24427
+ } & Partial<{
24428
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24429
+ }>;
24430
+ }, import("@mittwald/api-client-commons").Response<{
24431
+ leads: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLead[];
24432
+ limit: number;
24433
+ skip: number;
24434
+ totalCount: number;
24435
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24436
+ [x: string]: unknown;
24437
+ }, 429, "application/json">>>;
24438
+ /** Get a detail of a unlocked lead. Organisation can unlock leads. */
24439
+ leadfyndrGetUnlockedLeadExperimental: (request: {
24440
+ leadId: string;
24441
+ customerId: string;
24442
+ headers?: {
24443
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24444
+ } | undefined;
24445
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
24446
+ headers?: Partial<{
24447
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24448
+ }>;
24449
+ } & {
24450
+ pathParameters: {
24451
+ leadId: string;
24452
+ customerId: string;
24453
+ };
24454
+ }, import("@mittwald/api-client-commons").Response<{
24455
+ businessFields: string[];
24456
+ company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailCompany;
24457
+ contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
24458
+ description: string;
24459
+ domain: string;
24460
+ globalUnlockedCount: number;
24461
+ hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
24462
+ leadId: string;
24463
+ mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
24464
+ metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
24465
+ potential: number;
24466
+ reservedAt?: string | undefined;
24467
+ scannedAt?: string | undefined;
24468
+ screenshot: string;
24469
+ socialMedia: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrSocialMedia[];
24470
+ technologies: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology[];
24471
+ unlockedAt: string;
24472
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24473
+ [x: string]: unknown;
24474
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24475
+ [x: string]: unknown;
24476
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24477
+ [x: string]: unknown;
24478
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24479
+ [x: string]: unknown;
24480
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24481
+ headers?: Partial<{
24482
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24483
+ }>;
24484
+ } & {
24485
+ pathParameters: {
24486
+ leadId: string;
24487
+ customerId: string;
24488
+ };
24489
+ }, import("@mittwald/api-client-commons").Response<{
24490
+ businessFields: string[];
24491
+ company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailCompany;
24492
+ contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
24493
+ description: string;
24494
+ domain: string;
24495
+ globalUnlockedCount: number;
24496
+ hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
24497
+ leadId: string;
24498
+ mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
24499
+ metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
24500
+ potential: number;
24501
+ reservedAt?: string | undefined;
24502
+ scannedAt?: string | undefined;
24503
+ screenshot: string;
24504
+ socialMedia: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrSocialMedia[];
24505
+ technologies: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology[];
24506
+ unlockedAt: string;
24507
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24508
+ [x: string]: unknown;
24509
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24510
+ [x: string]: unknown;
24511
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24512
+ [x: string]: unknown;
24513
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24514
+ [x: string]: unknown;
24515
+ }, 429, "application/json">>>;
24516
+ /** Unlock a lead for the given customerId. */
24517
+ leadfyndrUnlockLeadExperimental: (request: {
24518
+ leadId: string;
24519
+ customerId: string;
24520
+ headers?: {
24521
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24522
+ } | undefined;
24523
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
24524
+ headers?: Partial<{
24525
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24526
+ }>;
24527
+ } & {
24528
+ pathParameters: {
24529
+ leadId: string;
24530
+ customerId: string;
24531
+ };
24532
+ }, import("@mittwald/api-client-commons").Response<{
24533
+ leadId: string;
24534
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24535
+ [x: string]: unknown;
24536
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24537
+ [x: string]: unknown;
24538
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24539
+ [x: string]: unknown;
24540
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24541
+ [x: string]: unknown;
24542
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24543
+ headers?: Partial<{
24544
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24545
+ }>;
24546
+ } & {
24547
+ pathParameters: {
24548
+ leadId: string;
24549
+ customerId: string;
24550
+ };
24551
+ }, import("@mittwald/api-client-commons").Response<{
24552
+ leadId: string;
24553
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24554
+ [x: string]: unknown;
24555
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24556
+ [x: string]: unknown;
24557
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24558
+ [x: string]: unknown;
24559
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24560
+ [x: string]: unknown;
24561
+ }, 429, "application/json">>>;
24562
+ /** Get all unlocked leads. Organisation can unlock leads. */
24563
+ leadfyndrListUnlockedLeadsExperimental: (request: {
24564
+ customerId: string;
24565
+ headers?: {
24566
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24567
+ } | undefined;
24568
+ queryParameters?: {
24569
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24570
+ potentialRangeMin?: number | undefined;
24571
+ potentialRangeMax?: number | undefined;
24572
+ employeeCountMin?: number | undefined;
24573
+ employeeCountMax?: number | undefined;
24574
+ salesVolumeMin?: number | undefined;
24575
+ salesVolumeMax?: number | undefined;
24576
+ technologies?: string[] | undefined;
24577
+ "basic:timeToFirstByteMs:min"?: number | undefined;
24578
+ "basic:timeToFirstByteMs:max"?: number | undefined;
24579
+ "basic:desktop:performance:min"?: number | undefined;
24580
+ "basic:desktop:performance:max"?: number | undefined;
24581
+ "basic:mobile:performance:min"?: number | undefined;
24582
+ "basic:mobile:performance:max"?: number | undefined;
24583
+ reserved?: boolean | undefined;
24584
+ limit?: number | undefined;
24585
+ skip?: number | undefined;
24586
+ page?: number | undefined;
24587
+ sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
24588
+ order?: ("asc" | "desc")[] | undefined;
24589
+ } | undefined;
24590
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
24591
+ headers?: Partial<{
24592
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24593
+ }>;
24594
+ } & {
24595
+ pathParameters: {
24596
+ customerId: string;
24597
+ };
24598
+ } & {
24599
+ queryParameters: {
24600
+ potentialRangeMin?: number | undefined;
24601
+ potentialRangeMax?: number | undefined;
24602
+ employeeCountMin?: number | undefined;
24603
+ employeeCountMax?: number | undefined;
24604
+ salesVolumeMin?: number | undefined;
24605
+ salesVolumeMax?: number | undefined;
24606
+ technologies?: string[] | undefined;
24607
+ "basic:timeToFirstByteMs:min"?: number | undefined;
24608
+ "basic:timeToFirstByteMs:max"?: number | undefined;
24609
+ "basic:desktop:performance:min"?: number | undefined;
24610
+ "basic:desktop:performance:max"?: number | undefined;
24611
+ "basic:mobile:performance:min"?: number | undefined;
24612
+ "basic:mobile:performance:max"?: number | undefined;
24613
+ reserved?: boolean | undefined;
24614
+ limit?: number | undefined;
24615
+ skip?: number | undefined;
24616
+ page?: number | undefined;
24617
+ sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
24618
+ order?: ("asc" | "desc")[] | undefined;
24619
+ } & Partial<{
24620
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24621
+ }>;
24622
+ }, import("@mittwald/api-client-commons").Response<{
24623
+ leads: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrUnlockedLead[];
24624
+ limit: number;
24625
+ skip: number;
24626
+ totalCount: number;
24627
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24628
+ [x: string]: unknown;
24629
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24630
+ headers?: Partial<{
24631
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24632
+ }>;
24633
+ } & {
24634
+ pathParameters: {
24635
+ customerId: string;
24636
+ };
24637
+ } & {
24638
+ queryParameters: {
24639
+ potentialRangeMin?: number | undefined;
24640
+ potentialRangeMax?: number | undefined;
24641
+ employeeCountMin?: number | undefined;
24642
+ employeeCountMax?: number | undefined;
24643
+ salesVolumeMin?: number | undefined;
24644
+ salesVolumeMax?: number | undefined;
24645
+ technologies?: string[] | undefined;
24646
+ "basic:timeToFirstByteMs:min"?: number | undefined;
24647
+ "basic:timeToFirstByteMs:max"?: number | undefined;
24648
+ "basic:desktop:performance:min"?: number | undefined;
24649
+ "basic:desktop:performance:max"?: number | undefined;
24650
+ "basic:mobile:performance:min"?: number | undefined;
24651
+ "basic:mobile:performance:max"?: number | undefined;
24652
+ reserved?: boolean | undefined;
24653
+ limit?: number | undefined;
24654
+ skip?: number | undefined;
24655
+ page?: number | undefined;
24656
+ sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
24657
+ order?: ("asc" | "desc")[] | undefined;
24658
+ } & Partial<{
24659
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24660
+ }>;
24661
+ }, import("@mittwald/api-client-commons").Response<{
24662
+ leads: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrUnlockedLead[];
24663
+ limit: number;
24664
+ skip: number;
24665
+ totalCount: number;
24666
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24667
+ [x: string]: unknown;
24668
+ }, 429, "application/json">>>;
24669
+ /** Get lead tariff options. How many leads did you unlock this month? */
24670
+ leadfyndrGetLeadFyndrProfileTariffOptionsExperimental: (request: {
24671
+ customerId: string;
24672
+ headers?: {
24673
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24674
+ } | undefined;
24675
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
24676
+ headers?: Partial<{
24677
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24678
+ }>;
24679
+ } & {
24680
+ pathParameters: {
24681
+ customerId: string;
24682
+ };
24683
+ }, import("@mittwald/api-client-commons").Response<{
24684
+ reservation: {
24685
+ available: number;
24686
+ tariffLimit: number;
24687
+ used: number;
24688
+ };
24689
+ unlocked: {
24690
+ available: number;
24691
+ tariffLimit: number;
24692
+ used: number;
24693
+ };
24694
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24695
+ [x: string]: unknown;
24696
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24697
+ [x: string]: unknown;
24698
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24699
+ [x: string]: unknown;
24700
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24701
+ [x: string]: unknown;
24702
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24703
+ headers?: Partial<{
24704
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24705
+ }>;
24706
+ } & {
24707
+ pathParameters: {
24708
+ customerId: string;
24709
+ };
24710
+ }, import("@mittwald/api-client-commons").Response<{
24711
+ reservation: {
24712
+ available: number;
24713
+ tariffLimit: number;
24714
+ used: number;
24715
+ };
24716
+ unlocked: {
24717
+ available: number;
24718
+ tariffLimit: number;
24719
+ used: number;
24720
+ };
24721
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24722
+ [x: string]: unknown;
24723
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24724
+ [x: string]: unknown;
24725
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24726
+ [x: string]: unknown;
24727
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24728
+ [x: string]: unknown;
24729
+ }, 429, "application/json">>>;
24730
+ /** Get your LeadFyndr profile. */
24731
+ leadfyndrGetLeadFyndrProfileExperimental: (request: {
24732
+ customerId: string;
24733
+ headers?: {
24734
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24735
+ } | undefined;
24736
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
24737
+ headers?: Partial<{
24738
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24739
+ }>;
24740
+ } & {
24741
+ pathParameters: {
24742
+ customerId: string;
24743
+ };
24744
+ }, import("@mittwald/api-client-commons").Response<{
24745
+ [x: string]: unknown;
24746
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24747
+ [x: string]: unknown;
24748
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24749
+ [x: string]: unknown;
24750
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24751
+ [x: string]: unknown;
24752
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
24753
+ approvedOn: string;
24754
+ customerId: string;
24755
+ disabledOn?: string | undefined;
24756
+ domain: string;
24757
+ tariff: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTariffOptions;
24758
+ }, 200, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24759
+ headers?: Partial<{
24760
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24761
+ }>;
24762
+ } & {
24763
+ pathParameters: {
24764
+ customerId: string;
24765
+ };
24766
+ }, import("@mittwald/api-client-commons").Response<{
24767
+ [x: string]: unknown;
24768
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24769
+ [x: string]: unknown;
24770
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24771
+ [x: string]: unknown;
24772
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24773
+ [x: string]: unknown;
24774
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
24775
+ approvedOn: string;
24776
+ customerId: string;
24777
+ disabledOn?: string | undefined;
24778
+ domain: string;
24779
+ tariff: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTariffOptions;
24780
+ }, 200, "application/json">>>;
24781
+ /** Get your LeadFyndr request. */
24782
+ leadfyndrGetLeadFyndrProfileRequestExperimental: (request: {
24783
+ customerId: string;
24784
+ headers?: {
24785
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24786
+ } | undefined;
24787
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
24788
+ headers?: Partial<{
24789
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24790
+ }>;
24791
+ } & {
24792
+ pathParameters: {
24793
+ customerId: string;
24794
+ };
24795
+ }, import("@mittwald/api-client-commons").Response<{
24796
+ createdOn: string;
24797
+ customerId: string;
24798
+ domain: string;
24799
+ profileId: string;
24800
+ requestedBy: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrUser;
24801
+ resultOn?: string | undefined;
24802
+ status: "AUTOTEST_INIT" | "MANUAL_VERIFICATION" | "REJECTED" | "APPROVED";
24803
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24804
+ [x: string]: unknown;
24805
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24806
+ [x: string]: unknown;
24807
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24808
+ [x: string]: unknown;
24809
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24810
+ [x: string]: unknown;
24811
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24812
+ headers?: Partial<{
24813
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24814
+ }>;
24815
+ } & {
24816
+ pathParameters: {
24817
+ customerId: string;
24818
+ };
24819
+ }, import("@mittwald/api-client-commons").Response<{
24820
+ createdOn: string;
24821
+ customerId: string;
24822
+ domain: string;
24823
+ profileId: string;
24824
+ requestedBy: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrUser;
24825
+ resultOn?: string | undefined;
24826
+ status: "AUTOTEST_INIT" | "MANUAL_VERIFICATION" | "REJECTED" | "APPROVED";
24827
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24828
+ [x: string]: unknown;
24829
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24830
+ [x: string]: unknown;
24831
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24832
+ [x: string]: unknown;
24833
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24834
+ [x: string]: unknown;
24835
+ }, 429, "application/json">>>;
24836
+ /** Create a new access request for LeadFyndr. */
24837
+ leadfyndrCreateLeadFyndrAccessRequestExperimental: (request: {
24838
+ data: {
24839
+ domain: string;
24840
+ };
24841
+ customerId: string;
24842
+ headers?: {
24843
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24844
+ } | undefined;
24845
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
24846
+ data: {
24847
+ domain: string;
24848
+ };
24849
+ } & {
24850
+ pathParameters: {
24851
+ customerId: string;
24852
+ };
24853
+ } & {
24854
+ headers?: Partial<{
24855
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24856
+ }>;
24857
+ }, import("@mittwald/api-client-commons").Response<{
24858
+ profileId: string;
24859
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
24860
+ [x: string]: unknown;
24861
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24862
+ [x: string]: unknown;
24863
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24864
+ [x: string]: unknown;
24865
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24866
+ [x: string]: unknown;
24867
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
24868
+ [x: string]: unknown;
24869
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24870
+ data: {
24871
+ domain: string;
24872
+ };
24873
+ } & {
24874
+ pathParameters: {
24875
+ customerId: string;
24876
+ };
24877
+ } & {
24878
+ headers?: Partial<{
24879
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24880
+ }>;
24881
+ }, import("@mittwald/api-client-commons").Response<{
24882
+ profileId: string;
24883
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
24884
+ [x: string]: unknown;
24885
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24886
+ [x: string]: unknown;
24887
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24888
+ [x: string]: unknown;
24889
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24890
+ [x: string]: unknown;
24891
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
24892
+ [x: string]: unknown;
24893
+ }, 429, "application/json">>>;
24894
+ };
24160
24895
  }
24161
24896
  export default MittwaldAPIV2Client;