@mittwald/api-client 4.147.1 → 4.149.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.
- package/dist/esm/generated/v2/client-react.js +19 -0
- package/dist/esm/generated/v2/client.js +25 -0
- package/dist/esm/generated/v2/descriptors.js +66 -0
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +166 -0
- package/dist/types/generated/v2/client.d.ts +735 -0
- package/dist/types/generated/v2/descriptors.d.ts +22 -0
- package/dist/types/generated/v2/types.d.ts +811 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -20438,6 +20438,741 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20438
20438
|
[x: string]: unknown;
|
|
20439
20439
|
}, 500, "application/json">>>;
|
|
20440
20440
|
};
|
|
20441
|
+
/** The lead fyndr api allow you to manage you leads and your fyndr profile. */
|
|
20442
|
+
readonly leadFyndr: {
|
|
20443
|
+
/** Get your LeadFyndr request. */
|
|
20444
|
+
leadfyndrGetLeadFyndrProfileRequestExperimental: (request: {
|
|
20445
|
+
customerId: string;
|
|
20446
|
+
headers?: {
|
|
20447
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20448
|
+
} | undefined;
|
|
20449
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20450
|
+
headers?: Partial<{
|
|
20451
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20452
|
+
}>;
|
|
20453
|
+
} & {
|
|
20454
|
+
pathParameters: {
|
|
20455
|
+
customerId: string;
|
|
20456
|
+
};
|
|
20457
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
20458
|
+
createdOn: string;
|
|
20459
|
+
customerId: string;
|
|
20460
|
+
domain: string;
|
|
20461
|
+
profileId: string;
|
|
20462
|
+
requestedBy: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrUser;
|
|
20463
|
+
resultOn?: string | undefined;
|
|
20464
|
+
status: "AUTOTEST_INIT" | "MANUAL_VERIFICATION" | "REJECTED" | "APPROVED";
|
|
20465
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20466
|
+
[x: string]: unknown;
|
|
20467
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20468
|
+
[x: string]: unknown;
|
|
20469
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20470
|
+
[x: string]: unknown;
|
|
20471
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20472
|
+
[x: string]: unknown;
|
|
20473
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20474
|
+
headers?: Partial<{
|
|
20475
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20476
|
+
}>;
|
|
20477
|
+
} & {
|
|
20478
|
+
pathParameters: {
|
|
20479
|
+
customerId: string;
|
|
20480
|
+
};
|
|
20481
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
20482
|
+
createdOn: string;
|
|
20483
|
+
customerId: string;
|
|
20484
|
+
domain: string;
|
|
20485
|
+
profileId: string;
|
|
20486
|
+
requestedBy: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrUser;
|
|
20487
|
+
resultOn?: string | undefined;
|
|
20488
|
+
status: "AUTOTEST_INIT" | "MANUAL_VERIFICATION" | "REJECTED" | "APPROVED";
|
|
20489
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20490
|
+
[x: string]: unknown;
|
|
20491
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20492
|
+
[x: string]: unknown;
|
|
20493
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20494
|
+
[x: string]: unknown;
|
|
20495
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20496
|
+
[x: string]: unknown;
|
|
20497
|
+
}, 429, "application/json">>>;
|
|
20498
|
+
/** Create a new access request for LeadFyndr. */
|
|
20499
|
+
leadfyndrCreateLeadFyndrAccessRequestExperimental: (request: {
|
|
20500
|
+
data: {
|
|
20501
|
+
domain: string;
|
|
20502
|
+
};
|
|
20503
|
+
customerId: string;
|
|
20504
|
+
headers?: {
|
|
20505
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20506
|
+
} | undefined;
|
|
20507
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20508
|
+
data: {
|
|
20509
|
+
domain: string;
|
|
20510
|
+
};
|
|
20511
|
+
} & {
|
|
20512
|
+
pathParameters: {
|
|
20513
|
+
customerId: string;
|
|
20514
|
+
};
|
|
20515
|
+
} & {
|
|
20516
|
+
headers?: Partial<{
|
|
20517
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20518
|
+
}>;
|
|
20519
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
20520
|
+
profileId: string;
|
|
20521
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20522
|
+
[x: string]: unknown;
|
|
20523
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20524
|
+
[x: string]: unknown;
|
|
20525
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20526
|
+
[x: string]: unknown;
|
|
20527
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20528
|
+
[x: string]: unknown;
|
|
20529
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20530
|
+
[x: string]: unknown;
|
|
20531
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20532
|
+
data: {
|
|
20533
|
+
domain: string;
|
|
20534
|
+
};
|
|
20535
|
+
} & {
|
|
20536
|
+
pathParameters: {
|
|
20537
|
+
customerId: string;
|
|
20538
|
+
};
|
|
20539
|
+
} & {
|
|
20540
|
+
headers?: Partial<{
|
|
20541
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20542
|
+
}>;
|
|
20543
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
20544
|
+
profileId: string;
|
|
20545
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20546
|
+
[x: string]: unknown;
|
|
20547
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20548
|
+
[x: string]: unknown;
|
|
20549
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20550
|
+
[x: string]: unknown;
|
|
20551
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20552
|
+
[x: string]: unknown;
|
|
20553
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20554
|
+
[x: string]: unknown;
|
|
20555
|
+
}, 429, "application/json">>>;
|
|
20556
|
+
/** Get a simple lead. Use the unlocked route for more detail leads. */
|
|
20557
|
+
leadfyndrGetLeadExperimental: (request: {
|
|
20558
|
+
leadId: string;
|
|
20559
|
+
customerId: string;
|
|
20560
|
+
headers?: {
|
|
20561
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20562
|
+
} | undefined;
|
|
20563
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20564
|
+
headers?: Partial<{
|
|
20565
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20566
|
+
}>;
|
|
20567
|
+
} & {
|
|
20568
|
+
pathParameters: {
|
|
20569
|
+
leadId: string;
|
|
20570
|
+
customerId: string;
|
|
20571
|
+
};
|
|
20572
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
20573
|
+
businessFields: string[];
|
|
20574
|
+
company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany;
|
|
20575
|
+
description: string;
|
|
20576
|
+
globalUnlockedCount: number;
|
|
20577
|
+
hoster: {
|
|
20578
|
+
server: string[];
|
|
20579
|
+
};
|
|
20580
|
+
leadId: string;
|
|
20581
|
+
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
20582
|
+
metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicMetrics;
|
|
20583
|
+
potential: number;
|
|
20584
|
+
scannedAt?: string | undefined;
|
|
20585
|
+
screenshot: string;
|
|
20586
|
+
technologies: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology[];
|
|
20587
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20588
|
+
[x: string]: unknown;
|
|
20589
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20590
|
+
[x: string]: unknown;
|
|
20591
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20592
|
+
[x: string]: unknown;
|
|
20593
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20594
|
+
[x: string]: unknown;
|
|
20595
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20596
|
+
headers?: Partial<{
|
|
20597
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20598
|
+
}>;
|
|
20599
|
+
} & {
|
|
20600
|
+
pathParameters: {
|
|
20601
|
+
leadId: string;
|
|
20602
|
+
customerId: string;
|
|
20603
|
+
};
|
|
20604
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
20605
|
+
businessFields: string[];
|
|
20606
|
+
company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany;
|
|
20607
|
+
description: string;
|
|
20608
|
+
globalUnlockedCount: number;
|
|
20609
|
+
hoster: {
|
|
20610
|
+
server: string[];
|
|
20611
|
+
};
|
|
20612
|
+
leadId: string;
|
|
20613
|
+
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
20614
|
+
metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicMetrics;
|
|
20615
|
+
potential: number;
|
|
20616
|
+
scannedAt?: string | undefined;
|
|
20617
|
+
screenshot: string;
|
|
20618
|
+
technologies: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology[];
|
|
20619
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20620
|
+
[x: string]: unknown;
|
|
20621
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20622
|
+
[x: string]: unknown;
|
|
20623
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20624
|
+
[x: string]: unknown;
|
|
20625
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20626
|
+
[x: string]: unknown;
|
|
20627
|
+
}, 429, "application/json">>>;
|
|
20628
|
+
/** Get your LeadFyndr profile. */
|
|
20629
|
+
leadfyndrGetLeadFyndrProfileExperimental: (request: {
|
|
20630
|
+
customerId: string;
|
|
20631
|
+
headers?: {
|
|
20632
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20633
|
+
} | undefined;
|
|
20634
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20635
|
+
headers?: Partial<{
|
|
20636
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20637
|
+
}>;
|
|
20638
|
+
} & {
|
|
20639
|
+
pathParameters: {
|
|
20640
|
+
customerId: string;
|
|
20641
|
+
};
|
|
20642
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
20643
|
+
[x: string]: unknown;
|
|
20644
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20645
|
+
[x: string]: unknown;
|
|
20646
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20647
|
+
[x: string]: unknown;
|
|
20648
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20649
|
+
[x: string]: unknown;
|
|
20650
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20651
|
+
approvedOn: string;
|
|
20652
|
+
customerId: string;
|
|
20653
|
+
disabledOn?: string | undefined;
|
|
20654
|
+
domain: string;
|
|
20655
|
+
tariff: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTariffOptions;
|
|
20656
|
+
}, 200, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20657
|
+
headers?: Partial<{
|
|
20658
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20659
|
+
}>;
|
|
20660
|
+
} & {
|
|
20661
|
+
pathParameters: {
|
|
20662
|
+
customerId: string;
|
|
20663
|
+
};
|
|
20664
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
20665
|
+
[x: string]: unknown;
|
|
20666
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20667
|
+
[x: string]: unknown;
|
|
20668
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20669
|
+
[x: string]: unknown;
|
|
20670
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20671
|
+
[x: string]: unknown;
|
|
20672
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20673
|
+
approvedOn: string;
|
|
20674
|
+
customerId: string;
|
|
20675
|
+
disabledOn?: string | undefined;
|
|
20676
|
+
domain: string;
|
|
20677
|
+
tariff: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTariffOptions;
|
|
20678
|
+
}, 200, "application/json">>>;
|
|
20679
|
+
/** Get lead tariff options. How many leads did you unlock this month? */
|
|
20680
|
+
leadfyndrGetLeadFyndrProfileTariffOptionsExperimental: (request: {
|
|
20681
|
+
customerId: string;
|
|
20682
|
+
headers?: {
|
|
20683
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20684
|
+
} | undefined;
|
|
20685
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20686
|
+
headers?: Partial<{
|
|
20687
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20688
|
+
}>;
|
|
20689
|
+
} & {
|
|
20690
|
+
pathParameters: {
|
|
20691
|
+
customerId: string;
|
|
20692
|
+
};
|
|
20693
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
20694
|
+
reservation: {
|
|
20695
|
+
available: number;
|
|
20696
|
+
tariffLimit: number;
|
|
20697
|
+
used: number;
|
|
20698
|
+
};
|
|
20699
|
+
unlocked: {
|
|
20700
|
+
available: number;
|
|
20701
|
+
tariffLimit: number;
|
|
20702
|
+
used: number;
|
|
20703
|
+
};
|
|
20704
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20705
|
+
[x: string]: unknown;
|
|
20706
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20707
|
+
[x: string]: unknown;
|
|
20708
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20709
|
+
[x: string]: unknown;
|
|
20710
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20711
|
+
[x: string]: unknown;
|
|
20712
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20713
|
+
headers?: Partial<{
|
|
20714
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20715
|
+
}>;
|
|
20716
|
+
} & {
|
|
20717
|
+
pathParameters: {
|
|
20718
|
+
customerId: string;
|
|
20719
|
+
};
|
|
20720
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
20721
|
+
reservation: {
|
|
20722
|
+
available: number;
|
|
20723
|
+
tariffLimit: number;
|
|
20724
|
+
used: number;
|
|
20725
|
+
};
|
|
20726
|
+
unlocked: {
|
|
20727
|
+
available: number;
|
|
20728
|
+
tariffLimit: number;
|
|
20729
|
+
used: number;
|
|
20730
|
+
};
|
|
20731
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20732
|
+
[x: string]: unknown;
|
|
20733
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20734
|
+
[x: string]: unknown;
|
|
20735
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20736
|
+
[x: string]: unknown;
|
|
20737
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20738
|
+
[x: string]: unknown;
|
|
20739
|
+
}, 429, "application/json">>>;
|
|
20740
|
+
/** Get a detail of a unlocked lead. Organisation can unlock leads. */
|
|
20741
|
+
leadfyndrGetUnlockedLeadExperimental: (request: {
|
|
20742
|
+
leadId: string;
|
|
20743
|
+
customerId: string;
|
|
20744
|
+
headers?: {
|
|
20745
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20746
|
+
} | undefined;
|
|
20747
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20748
|
+
headers?: Partial<{
|
|
20749
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20750
|
+
}>;
|
|
20751
|
+
} & {
|
|
20752
|
+
pathParameters: {
|
|
20753
|
+
leadId: string;
|
|
20754
|
+
customerId: string;
|
|
20755
|
+
};
|
|
20756
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
20757
|
+
businessFields: string[];
|
|
20758
|
+
company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailCompany;
|
|
20759
|
+
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
|
|
20760
|
+
description: string;
|
|
20761
|
+
domain: string;
|
|
20762
|
+
globalUnlockedCount: number;
|
|
20763
|
+
hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
|
|
20764
|
+
leadId: string;
|
|
20765
|
+
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
20766
|
+
metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
|
|
20767
|
+
potential: number;
|
|
20768
|
+
reservedAt?: string | undefined;
|
|
20769
|
+
scannedAt?: string | undefined;
|
|
20770
|
+
screenshot: string;
|
|
20771
|
+
socialMedia: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrSocialMedia[];
|
|
20772
|
+
technologies: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology[];
|
|
20773
|
+
unlockedAt: string;
|
|
20774
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20775
|
+
[x: string]: unknown;
|
|
20776
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20777
|
+
[x: string]: unknown;
|
|
20778
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20779
|
+
[x: string]: unknown;
|
|
20780
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20781
|
+
[x: string]: unknown;
|
|
20782
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20783
|
+
headers?: Partial<{
|
|
20784
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20785
|
+
}>;
|
|
20786
|
+
} & {
|
|
20787
|
+
pathParameters: {
|
|
20788
|
+
leadId: string;
|
|
20789
|
+
customerId: string;
|
|
20790
|
+
};
|
|
20791
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
20792
|
+
businessFields: string[];
|
|
20793
|
+
company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailCompany;
|
|
20794
|
+
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
|
|
20795
|
+
description: string;
|
|
20796
|
+
domain: string;
|
|
20797
|
+
globalUnlockedCount: number;
|
|
20798
|
+
hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
|
|
20799
|
+
leadId: string;
|
|
20800
|
+
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
20801
|
+
metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
|
|
20802
|
+
potential: number;
|
|
20803
|
+
reservedAt?: string | undefined;
|
|
20804
|
+
scannedAt?: string | undefined;
|
|
20805
|
+
screenshot: string;
|
|
20806
|
+
socialMedia: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrSocialMedia[];
|
|
20807
|
+
technologies: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology[];
|
|
20808
|
+
unlockedAt: string;
|
|
20809
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20810
|
+
[x: string]: unknown;
|
|
20811
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20812
|
+
[x: string]: unknown;
|
|
20813
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20814
|
+
[x: string]: unknown;
|
|
20815
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20816
|
+
[x: string]: unknown;
|
|
20817
|
+
}, 429, "application/json">>>;
|
|
20818
|
+
/** Unlock a lead for the given customerId. */
|
|
20819
|
+
leadfyndrUnlockLeadExperimental: (request: {
|
|
20820
|
+
leadId: string;
|
|
20821
|
+
customerId: string;
|
|
20822
|
+
headers?: {
|
|
20823
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20824
|
+
} | undefined;
|
|
20825
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20826
|
+
headers?: Partial<{
|
|
20827
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20828
|
+
}>;
|
|
20829
|
+
} & {
|
|
20830
|
+
pathParameters: {
|
|
20831
|
+
leadId: string;
|
|
20832
|
+
customerId: string;
|
|
20833
|
+
};
|
|
20834
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
20835
|
+
leadId: string;
|
|
20836
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20837
|
+
[x: string]: unknown;
|
|
20838
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20839
|
+
[x: string]: unknown;
|
|
20840
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20841
|
+
[x: string]: unknown;
|
|
20842
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20843
|
+
[x: string]: unknown;
|
|
20844
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20845
|
+
headers?: Partial<{
|
|
20846
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20847
|
+
}>;
|
|
20848
|
+
} & {
|
|
20849
|
+
pathParameters: {
|
|
20850
|
+
leadId: string;
|
|
20851
|
+
customerId: string;
|
|
20852
|
+
};
|
|
20853
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
20854
|
+
leadId: string;
|
|
20855
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20856
|
+
[x: string]: unknown;
|
|
20857
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20858
|
+
[x: string]: unknown;
|
|
20859
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20860
|
+
[x: string]: unknown;
|
|
20861
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20862
|
+
[x: string]: unknown;
|
|
20863
|
+
}, 429, "application/json">>>;
|
|
20864
|
+
/** Get all leads. Use the unlocked routes for more lead details. */
|
|
20865
|
+
leadfyndrListLeadsExperimental: (request: {
|
|
20866
|
+
customerId: string;
|
|
20867
|
+
headers?: {
|
|
20868
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20869
|
+
} | undefined;
|
|
20870
|
+
queryParameters?: {
|
|
20871
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20872
|
+
potentialRangeMin?: number | undefined;
|
|
20873
|
+
potentialRangeMax?: number | undefined;
|
|
20874
|
+
employeeCountMin?: number | undefined;
|
|
20875
|
+
employeeCountMax?: number | undefined;
|
|
20876
|
+
salesVolumeMin?: number | undefined;
|
|
20877
|
+
salesVolumeMax?: number | undefined;
|
|
20878
|
+
technologies?: string[] | undefined;
|
|
20879
|
+
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
20880
|
+
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
20881
|
+
"basic:desktop:performance:min"?: number | undefined;
|
|
20882
|
+
"basic:desktop:performance:max"?: number | undefined;
|
|
20883
|
+
"basic:mobile:performance:min"?: number | undefined;
|
|
20884
|
+
"basic:mobile:performance:max"?: number | undefined;
|
|
20885
|
+
limit?: number | undefined;
|
|
20886
|
+
skip?: number | undefined;
|
|
20887
|
+
page?: number | undefined;
|
|
20888
|
+
sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
|
|
20889
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
20890
|
+
} | undefined;
|
|
20891
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20892
|
+
headers?: Partial<{
|
|
20893
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20894
|
+
}>;
|
|
20895
|
+
} & {
|
|
20896
|
+
pathParameters: {
|
|
20897
|
+
customerId: string;
|
|
20898
|
+
};
|
|
20899
|
+
} & {
|
|
20900
|
+
queryParameters: {
|
|
20901
|
+
potentialRangeMin?: number | undefined;
|
|
20902
|
+
potentialRangeMax?: number | undefined;
|
|
20903
|
+
employeeCountMin?: number | undefined;
|
|
20904
|
+
employeeCountMax?: number | undefined;
|
|
20905
|
+
salesVolumeMin?: number | undefined;
|
|
20906
|
+
salesVolumeMax?: number | undefined;
|
|
20907
|
+
technologies?: string[] | undefined;
|
|
20908
|
+
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
20909
|
+
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
20910
|
+
"basic:desktop:performance:min"?: number | undefined;
|
|
20911
|
+
"basic:desktop:performance:max"?: number | undefined;
|
|
20912
|
+
"basic:mobile:performance:min"?: number | undefined;
|
|
20913
|
+
"basic:mobile:performance:max"?: number | undefined;
|
|
20914
|
+
limit?: number | undefined;
|
|
20915
|
+
skip?: number | undefined;
|
|
20916
|
+
page?: number | undefined;
|
|
20917
|
+
sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
|
|
20918
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
20919
|
+
} & Partial<{
|
|
20920
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20921
|
+
}>;
|
|
20922
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
20923
|
+
leads: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLead[];
|
|
20924
|
+
limit: number;
|
|
20925
|
+
skip: number;
|
|
20926
|
+
totalCount: number;
|
|
20927
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20928
|
+
[x: string]: unknown;
|
|
20929
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20930
|
+
headers?: Partial<{
|
|
20931
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20932
|
+
}>;
|
|
20933
|
+
} & {
|
|
20934
|
+
pathParameters: {
|
|
20935
|
+
customerId: string;
|
|
20936
|
+
};
|
|
20937
|
+
} & {
|
|
20938
|
+
queryParameters: {
|
|
20939
|
+
potentialRangeMin?: number | undefined;
|
|
20940
|
+
potentialRangeMax?: number | undefined;
|
|
20941
|
+
employeeCountMin?: number | undefined;
|
|
20942
|
+
employeeCountMax?: number | undefined;
|
|
20943
|
+
salesVolumeMin?: number | undefined;
|
|
20944
|
+
salesVolumeMax?: number | undefined;
|
|
20945
|
+
technologies?: string[] | undefined;
|
|
20946
|
+
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
20947
|
+
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
20948
|
+
"basic:desktop:performance:min"?: number | undefined;
|
|
20949
|
+
"basic:desktop:performance:max"?: number | undefined;
|
|
20950
|
+
"basic:mobile:performance:min"?: number | undefined;
|
|
20951
|
+
"basic:mobile:performance:max"?: number | undefined;
|
|
20952
|
+
limit?: number | undefined;
|
|
20953
|
+
skip?: number | undefined;
|
|
20954
|
+
page?: number | undefined;
|
|
20955
|
+
sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
|
|
20956
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
20957
|
+
} & Partial<{
|
|
20958
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20959
|
+
}>;
|
|
20960
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
20961
|
+
leads: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLead[];
|
|
20962
|
+
limit: number;
|
|
20963
|
+
skip: number;
|
|
20964
|
+
totalCount: number;
|
|
20965
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20966
|
+
[x: string]: unknown;
|
|
20967
|
+
}, 429, "application/json">>>;
|
|
20968
|
+
/** Get all unlocked leads. Organisation can unlock leads. */
|
|
20969
|
+
leadfyndrListUnlockedLeadsExperimental: (request: {
|
|
20970
|
+
customerId: string;
|
|
20971
|
+
headers?: {
|
|
20972
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20973
|
+
} | undefined;
|
|
20974
|
+
queryParameters?: {
|
|
20975
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20976
|
+
potentialRangeMin?: number | undefined;
|
|
20977
|
+
potentialRangeMax?: number | undefined;
|
|
20978
|
+
employeeCountMin?: number | undefined;
|
|
20979
|
+
employeeCountMax?: number | undefined;
|
|
20980
|
+
salesVolumeMin?: number | undefined;
|
|
20981
|
+
salesVolumeMax?: number | undefined;
|
|
20982
|
+
technologies?: string[] | undefined;
|
|
20983
|
+
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
20984
|
+
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
20985
|
+
"basic:desktop:performance:min"?: number | undefined;
|
|
20986
|
+
"basic:desktop:performance:max"?: number | undefined;
|
|
20987
|
+
"basic:mobile:performance:min"?: number | undefined;
|
|
20988
|
+
"basic:mobile:performance:max"?: number | undefined;
|
|
20989
|
+
reserved?: boolean | undefined;
|
|
20990
|
+
limit?: number | undefined;
|
|
20991
|
+
skip?: number | undefined;
|
|
20992
|
+
page?: number | undefined;
|
|
20993
|
+
sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
|
|
20994
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
20995
|
+
} | undefined;
|
|
20996
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20997
|
+
headers?: Partial<{
|
|
20998
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20999
|
+
}>;
|
|
21000
|
+
} & {
|
|
21001
|
+
pathParameters: {
|
|
21002
|
+
customerId: string;
|
|
21003
|
+
};
|
|
21004
|
+
} & {
|
|
21005
|
+
queryParameters: {
|
|
21006
|
+
potentialRangeMin?: number | undefined;
|
|
21007
|
+
potentialRangeMax?: number | undefined;
|
|
21008
|
+
employeeCountMin?: number | undefined;
|
|
21009
|
+
employeeCountMax?: number | undefined;
|
|
21010
|
+
salesVolumeMin?: number | undefined;
|
|
21011
|
+
salesVolumeMax?: number | undefined;
|
|
21012
|
+
technologies?: string[] | undefined;
|
|
21013
|
+
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
21014
|
+
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
21015
|
+
"basic:desktop:performance:min"?: number | undefined;
|
|
21016
|
+
"basic:desktop:performance:max"?: number | undefined;
|
|
21017
|
+
"basic:mobile:performance:min"?: number | undefined;
|
|
21018
|
+
"basic:mobile:performance:max"?: number | undefined;
|
|
21019
|
+
reserved?: boolean | undefined;
|
|
21020
|
+
limit?: number | undefined;
|
|
21021
|
+
skip?: number | undefined;
|
|
21022
|
+
page?: number | undefined;
|
|
21023
|
+
sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
|
|
21024
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
21025
|
+
} & Partial<{
|
|
21026
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21027
|
+
}>;
|
|
21028
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
21029
|
+
leads: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrUnlockedLead[];
|
|
21030
|
+
limit: number;
|
|
21031
|
+
skip: number;
|
|
21032
|
+
totalCount: number;
|
|
21033
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21034
|
+
[x: string]: unknown;
|
|
21035
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21036
|
+
headers?: Partial<{
|
|
21037
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21038
|
+
}>;
|
|
21039
|
+
} & {
|
|
21040
|
+
pathParameters: {
|
|
21041
|
+
customerId: string;
|
|
21042
|
+
};
|
|
21043
|
+
} & {
|
|
21044
|
+
queryParameters: {
|
|
21045
|
+
potentialRangeMin?: number | undefined;
|
|
21046
|
+
potentialRangeMax?: number | undefined;
|
|
21047
|
+
employeeCountMin?: number | undefined;
|
|
21048
|
+
employeeCountMax?: number | undefined;
|
|
21049
|
+
salesVolumeMin?: number | undefined;
|
|
21050
|
+
salesVolumeMax?: number | undefined;
|
|
21051
|
+
technologies?: string[] | undefined;
|
|
21052
|
+
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
21053
|
+
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
21054
|
+
"basic:desktop:performance:min"?: number | undefined;
|
|
21055
|
+
"basic:desktop:performance:max"?: number | undefined;
|
|
21056
|
+
"basic:mobile:performance:min"?: number | undefined;
|
|
21057
|
+
"basic:mobile:performance:max"?: number | undefined;
|
|
21058
|
+
reserved?: boolean | undefined;
|
|
21059
|
+
limit?: number | undefined;
|
|
21060
|
+
skip?: number | undefined;
|
|
21061
|
+
page?: number | undefined;
|
|
21062
|
+
sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
|
|
21063
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
21064
|
+
} & Partial<{
|
|
21065
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21066
|
+
}>;
|
|
21067
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
21068
|
+
leads: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrUnlockedLead[];
|
|
21069
|
+
limit: number;
|
|
21070
|
+
skip: number;
|
|
21071
|
+
totalCount: number;
|
|
21072
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21073
|
+
[x: string]: unknown;
|
|
21074
|
+
}, 429, "application/json">>>;
|
|
21075
|
+
/** Reserve a unlocked lead for the given customerId. */
|
|
21076
|
+
leadfyndrReserveUnlockedLeadExperimental: (request: {
|
|
21077
|
+
leadId: string;
|
|
21078
|
+
customerId: string;
|
|
21079
|
+
headers?: {
|
|
21080
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
21081
|
+
} | undefined;
|
|
21082
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21083
|
+
headers?: Partial<{
|
|
21084
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21085
|
+
}>;
|
|
21086
|
+
} & {
|
|
21087
|
+
pathParameters: {
|
|
21088
|
+
leadId: string;
|
|
21089
|
+
customerId: string;
|
|
21090
|
+
};
|
|
21091
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
21092
|
+
leadId: string;
|
|
21093
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21094
|
+
[x: string]: unknown;
|
|
21095
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21096
|
+
[x: string]: unknown;
|
|
21097
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21098
|
+
[x: string]: unknown;
|
|
21099
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21100
|
+
[x: string]: unknown;
|
|
21101
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21102
|
+
[x: string]: unknown;
|
|
21103
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21104
|
+
headers?: Partial<{
|
|
21105
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21106
|
+
}>;
|
|
21107
|
+
} & {
|
|
21108
|
+
pathParameters: {
|
|
21109
|
+
leadId: string;
|
|
21110
|
+
customerId: string;
|
|
21111
|
+
};
|
|
21112
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
21113
|
+
leadId: string;
|
|
21114
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21115
|
+
[x: string]: unknown;
|
|
21116
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21117
|
+
[x: string]: unknown;
|
|
21118
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21119
|
+
[x: string]: unknown;
|
|
21120
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21121
|
+
[x: string]: unknown;
|
|
21122
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21123
|
+
[x: string]: unknown;
|
|
21124
|
+
}, 429, "application/json">>>;
|
|
21125
|
+
/** Removes a reservation on a unlocked lead for the given customerId. */
|
|
21126
|
+
leadfyndrRemoveUnlockedLeadReservationExperimental: (request: {
|
|
21127
|
+
leadId: string;
|
|
21128
|
+
customerId: string;
|
|
21129
|
+
headers?: {
|
|
21130
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
21131
|
+
} | undefined;
|
|
21132
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21133
|
+
headers?: Partial<{
|
|
21134
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21135
|
+
}>;
|
|
21136
|
+
} & {
|
|
21137
|
+
pathParameters: {
|
|
21138
|
+
leadId: string;
|
|
21139
|
+
customerId: string;
|
|
21140
|
+
};
|
|
21141
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
21142
|
+
leadId: string;
|
|
21143
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21144
|
+
[x: string]: unknown;
|
|
21145
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21146
|
+
[x: string]: unknown;
|
|
21147
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21148
|
+
[x: string]: unknown;
|
|
21149
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21150
|
+
[x: string]: unknown;
|
|
21151
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21152
|
+
[x: string]: unknown;
|
|
21153
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21154
|
+
headers?: Partial<{
|
|
21155
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21156
|
+
}>;
|
|
21157
|
+
} & {
|
|
21158
|
+
pathParameters: {
|
|
21159
|
+
leadId: string;
|
|
21160
|
+
customerId: string;
|
|
21161
|
+
};
|
|
21162
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
21163
|
+
leadId: string;
|
|
21164
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21165
|
+
[x: string]: unknown;
|
|
21166
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21167
|
+
[x: string]: unknown;
|
|
21168
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21169
|
+
[x: string]: unknown;
|
|
21170
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21171
|
+
[x: string]: unknown;
|
|
21172
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21173
|
+
[x: string]: unknown;
|
|
21174
|
+
}, 429, "application/json">>>;
|
|
21175
|
+
};
|
|
20441
21176
|
/** The page insights API allows you to get page insights information. */
|
|
20442
21177
|
readonly pageInsights: {
|
|
20443
21178
|
/** Get detailed performance data for a given domain and path. */
|