@mittwald/api-client 4.147.1 → 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.
- 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
|
@@ -1510,6 +1510,50 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1510
1510
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1511
1511
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1512
1512
|
}
|
|
1513
|
+
namespace LeadfyndrReserveUnlockedLeadExperimental {
|
|
1514
|
+
type RequestData = InferredRequestData<typeof descriptors.leadfyndrReserveUnlockedLeadExperimental>;
|
|
1515
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrReserveUnlockedLeadExperimental, TStatus>;
|
|
1516
|
+
}
|
|
1517
|
+
namespace LeadfyndrRemoveUnlockedLeadReservationExperimental {
|
|
1518
|
+
type RequestData = InferredRequestData<typeof descriptors.leadfyndrRemoveUnlockedLeadReservationExperimental>;
|
|
1519
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrRemoveUnlockedLeadReservationExperimental, TStatus>;
|
|
1520
|
+
}
|
|
1521
|
+
namespace LeadfyndrGetLeadExperimental {
|
|
1522
|
+
type RequestData = InferredRequestData<typeof descriptors.leadfyndrGetLeadExperimental>;
|
|
1523
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrGetLeadExperimental, TStatus>;
|
|
1524
|
+
}
|
|
1525
|
+
namespace LeadfyndrListLeadsExperimental {
|
|
1526
|
+
type RequestData = InferredRequestData<typeof descriptors.leadfyndrListLeadsExperimental>;
|
|
1527
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrListLeadsExperimental, TStatus>;
|
|
1528
|
+
}
|
|
1529
|
+
namespace LeadfyndrGetUnlockedLeadExperimental {
|
|
1530
|
+
type RequestData = InferredRequestData<typeof descriptors.leadfyndrGetUnlockedLeadExperimental>;
|
|
1531
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrGetUnlockedLeadExperimental, TStatus>;
|
|
1532
|
+
}
|
|
1533
|
+
namespace LeadfyndrUnlockLeadExperimental {
|
|
1534
|
+
type RequestData = InferredRequestData<typeof descriptors.leadfyndrUnlockLeadExperimental>;
|
|
1535
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrUnlockLeadExperimental, TStatus>;
|
|
1536
|
+
}
|
|
1537
|
+
namespace LeadfyndrListUnlockedLeadsExperimental {
|
|
1538
|
+
type RequestData = InferredRequestData<typeof descriptors.leadfyndrListUnlockedLeadsExperimental>;
|
|
1539
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrListUnlockedLeadsExperimental, TStatus>;
|
|
1540
|
+
}
|
|
1541
|
+
namespace LeadfyndrGetLeadFyndrProfileTariffOptionsExperimental {
|
|
1542
|
+
type RequestData = InferredRequestData<typeof descriptors.leadfyndrGetLeadFyndrProfileTariffOptionsExperimental>;
|
|
1543
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrGetLeadFyndrProfileTariffOptionsExperimental, TStatus>;
|
|
1544
|
+
}
|
|
1545
|
+
namespace LeadfyndrGetLeadFyndrProfileExperimental {
|
|
1546
|
+
type RequestData = InferredRequestData<typeof descriptors.leadfyndrGetLeadFyndrProfileExperimental>;
|
|
1547
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrGetLeadFyndrProfileExperimental, TStatus>;
|
|
1548
|
+
}
|
|
1549
|
+
namespace LeadfyndrGetLeadFyndrProfileRequestExperimental {
|
|
1550
|
+
type RequestData = InferredRequestData<typeof descriptors.leadfyndrGetLeadFyndrProfileRequestExperimental>;
|
|
1551
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrGetLeadFyndrProfileRequestExperimental, TStatus>;
|
|
1552
|
+
}
|
|
1553
|
+
namespace LeadfyndrCreateLeadFyndrAccessRequestExperimental {
|
|
1554
|
+
type RequestData = InferredRequestData<typeof descriptors.leadfyndrCreateLeadFyndrAccessRequestExperimental>;
|
|
1555
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrCreateLeadFyndrAccessRequestExperimental, TStatus>;
|
|
1556
|
+
}
|
|
1513
1557
|
}
|
|
1514
1558
|
namespace Components {
|
|
1515
1559
|
namespace Schemas {
|
|
@@ -1796,7 +1840,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1796
1840
|
interface ExtensionSubscriptionBasedContract {
|
|
1797
1841
|
interactionDeadline?: string;
|
|
1798
1842
|
interactionRequired: boolean;
|
|
1799
|
-
status: "notStarted" | "active" | "terminationPending";
|
|
1843
|
+
status: "notStarted" | "pending" | "active" | "terminationPending";
|
|
1800
1844
|
terminationTargetDate?: string;
|
|
1801
1845
|
}
|
|
1802
1846
|
interface ContainerCreateRegistry {
|
|
@@ -3479,6 +3523,141 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3479
3523
|
title?: string;
|
|
3480
3524
|
useFormalTerm?: boolean;
|
|
3481
3525
|
}
|
|
3526
|
+
interface LeadfyndrBasicCompany {
|
|
3527
|
+
city: string;
|
|
3528
|
+
employeeCount?: number;
|
|
3529
|
+
foundingYear?: number;
|
|
3530
|
+
salesVolume?: number;
|
|
3531
|
+
}
|
|
3532
|
+
interface LeadfyndrBasicMetrics {
|
|
3533
|
+
co2?: number;
|
|
3534
|
+
contentLoaded?: number;
|
|
3535
|
+
desktop: MittwaldAPIV2.Components.Schemas.LeadfyndrLighthouse;
|
|
3536
|
+
mobile: MittwaldAPIV2.Components.Schemas.LeadfyndrLighthouse;
|
|
3537
|
+
timeToFirstByteMs?: number;
|
|
3538
|
+
}
|
|
3539
|
+
interface LeadfyndrContact {
|
|
3540
|
+
address?: {
|
|
3541
|
+
address_prefix?: string;
|
|
3542
|
+
city?: string;
|
|
3543
|
+
country_code?: string;
|
|
3544
|
+
house_number?: string;
|
|
3545
|
+
street?: string;
|
|
3546
|
+
zip?: string;
|
|
3547
|
+
};
|
|
3548
|
+
}
|
|
3549
|
+
type LeadfyndrDetailCompany = MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany & {
|
|
3550
|
+
coreProduct: string[];
|
|
3551
|
+
name?: string;
|
|
3552
|
+
targetGroup: string[];
|
|
3553
|
+
};
|
|
3554
|
+
interface LeadfyndrDetailMetrics {
|
|
3555
|
+
additionalMetrics?: {
|
|
3556
|
+
[k: string]: MittwaldAPIV2.Components.Schemas.LeadfyndrMetric;
|
|
3557
|
+
};
|
|
3558
|
+
basic: MittwaldAPIV2.Components.Schemas.LeadfyndrBasicMetrics;
|
|
3559
|
+
}
|
|
3560
|
+
interface LeadfyndrHoster {
|
|
3561
|
+
mailServer: string[];
|
|
3562
|
+
nameServer: string[];
|
|
3563
|
+
server: string[];
|
|
3564
|
+
}
|
|
3565
|
+
interface LeadfyndrLead {
|
|
3566
|
+
businessFields: string[];
|
|
3567
|
+
company: MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany;
|
|
3568
|
+
description: string;
|
|
3569
|
+
globalUnlockedCount: number;
|
|
3570
|
+
hoster: {
|
|
3571
|
+
server: string[];
|
|
3572
|
+
};
|
|
3573
|
+
leadId: string;
|
|
3574
|
+
mainTechnology?: MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology;
|
|
3575
|
+
metrics: MittwaldAPIV2.Components.Schemas.LeadfyndrBasicMetrics;
|
|
3576
|
+
potential: number;
|
|
3577
|
+
scannedAt?: string;
|
|
3578
|
+
screenshot: string;
|
|
3579
|
+
technologies: MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology[];
|
|
3580
|
+
}
|
|
3581
|
+
interface LeadfyndrTariffOptions {
|
|
3582
|
+
reservation: {
|
|
3583
|
+
available: number;
|
|
3584
|
+
tariffLimit: number;
|
|
3585
|
+
used: number;
|
|
3586
|
+
};
|
|
3587
|
+
unlocked: {
|
|
3588
|
+
available: number;
|
|
3589
|
+
tariffLimit: number;
|
|
3590
|
+
used: number;
|
|
3591
|
+
};
|
|
3592
|
+
}
|
|
3593
|
+
interface LeadfyndrLighthouse {
|
|
3594
|
+
accessibility?: number;
|
|
3595
|
+
bestPractice?: number;
|
|
3596
|
+
cumulativeLayoutShift?: number;
|
|
3597
|
+
firstContentfulPaint?: number;
|
|
3598
|
+
largestContentfulPaint?: number;
|
|
3599
|
+
performance?: number;
|
|
3600
|
+
seo?: number;
|
|
3601
|
+
totalBlockingTime?: number;
|
|
3602
|
+
}
|
|
3603
|
+
interface LeadfyndrMetric {
|
|
3604
|
+
category: string;
|
|
3605
|
+
name: string;
|
|
3606
|
+
score?: number;
|
|
3607
|
+
unit?: string;
|
|
3608
|
+
value?: number;
|
|
3609
|
+
}
|
|
3610
|
+
interface LeadfyndrProfileRequest {
|
|
3611
|
+
createdOn: string;
|
|
3612
|
+
customerId: string;
|
|
3613
|
+
domain: string;
|
|
3614
|
+
profileId: string;
|
|
3615
|
+
requestedBy: MittwaldAPIV2.Components.Schemas.LeadfyndrUser;
|
|
3616
|
+
resultOn?: string;
|
|
3617
|
+
status: "AUTOTEST_INIT" | "MANUAL_VERIFICATION" | "REJECTED" | "APPROVED";
|
|
3618
|
+
}
|
|
3619
|
+
interface LeadfyndrProfile {
|
|
3620
|
+
approvedOn: string;
|
|
3621
|
+
customerId: string;
|
|
3622
|
+
disabledOn?: string;
|
|
3623
|
+
domain: string;
|
|
3624
|
+
}
|
|
3625
|
+
interface LeadfyndrSocialMedia {
|
|
3626
|
+
network: string;
|
|
3627
|
+
url: string;
|
|
3628
|
+
}
|
|
3629
|
+
interface LeadfyndrTechnology {
|
|
3630
|
+
categories?: {
|
|
3631
|
+
name: string;
|
|
3632
|
+
parentCategories?: string[];
|
|
3633
|
+
priority: number;
|
|
3634
|
+
}[];
|
|
3635
|
+
categoryPriority: number;
|
|
3636
|
+
name: string;
|
|
3637
|
+
version?: string;
|
|
3638
|
+
}
|
|
3639
|
+
interface LeadfyndrUnlockedLead {
|
|
3640
|
+
businessFields: string[];
|
|
3641
|
+
company: MittwaldAPIV2.Components.Schemas.LeadfyndrDetailCompany;
|
|
3642
|
+
contact: MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
|
|
3643
|
+
description: string;
|
|
3644
|
+
domain: string;
|
|
3645
|
+
globalUnlockedCount: number;
|
|
3646
|
+
hoster: MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
|
|
3647
|
+
leadId: string;
|
|
3648
|
+
mainTechnology?: MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology;
|
|
3649
|
+
metrics: MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
|
|
3650
|
+
potential: number;
|
|
3651
|
+
reservedAt?: string;
|
|
3652
|
+
scannedAt?: string;
|
|
3653
|
+
screenshot: string;
|
|
3654
|
+
socialMedia: MittwaldAPIV2.Components.Schemas.LeadfyndrSocialMedia[];
|
|
3655
|
+
technologies: MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology[];
|
|
3656
|
+
unlockedAt: string;
|
|
3657
|
+
}
|
|
3658
|
+
interface LeadfyndrUser {
|
|
3659
|
+
userId: string;
|
|
3660
|
+
}
|
|
3482
3661
|
interface MailCreateMailAddress {
|
|
3483
3662
|
address: string;
|
|
3484
3663
|
isCatchAll: boolean;
|
|
@@ -23602,5 +23781,636 @@ export declare namespace MittwaldAPIV2 {
|
|
|
23602
23781
|
}
|
|
23603
23782
|
}
|
|
23604
23783
|
}
|
|
23784
|
+
namespace V2CustomersCustomerIdUnlockedLeadsLeadIdReservation { }
|
|
23785
|
+
namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation {
|
|
23786
|
+
namespace Post {
|
|
23787
|
+
namespace Parameters {
|
|
23788
|
+
type Path = {
|
|
23789
|
+
leadId: string;
|
|
23790
|
+
customerId: string;
|
|
23791
|
+
};
|
|
23792
|
+
type Header = {};
|
|
23793
|
+
type Query = {};
|
|
23794
|
+
}
|
|
23795
|
+
namespace Responses {
|
|
23796
|
+
namespace $200 {
|
|
23797
|
+
namespace Content {
|
|
23798
|
+
interface ApplicationJson {
|
|
23799
|
+
leadId: string;
|
|
23800
|
+
}
|
|
23801
|
+
}
|
|
23802
|
+
}
|
|
23803
|
+
namespace $400 {
|
|
23804
|
+
namespace Content {
|
|
23805
|
+
interface ApplicationJson {
|
|
23806
|
+
[k: string]: unknown;
|
|
23807
|
+
}
|
|
23808
|
+
}
|
|
23809
|
+
}
|
|
23810
|
+
namespace $403 {
|
|
23811
|
+
namespace Content {
|
|
23812
|
+
interface ApplicationJson {
|
|
23813
|
+
[k: string]: unknown;
|
|
23814
|
+
}
|
|
23815
|
+
}
|
|
23816
|
+
}
|
|
23817
|
+
namespace $404 {
|
|
23818
|
+
namespace Content {
|
|
23819
|
+
interface ApplicationJson {
|
|
23820
|
+
[k: string]: unknown;
|
|
23821
|
+
}
|
|
23822
|
+
}
|
|
23823
|
+
}
|
|
23824
|
+
namespace $409 {
|
|
23825
|
+
namespace Content {
|
|
23826
|
+
interface ApplicationJson {
|
|
23827
|
+
[k: string]: unknown;
|
|
23828
|
+
}
|
|
23829
|
+
}
|
|
23830
|
+
}
|
|
23831
|
+
namespace $429 {
|
|
23832
|
+
namespace Content {
|
|
23833
|
+
interface ApplicationJson {
|
|
23834
|
+
[k: string]: unknown;
|
|
23835
|
+
}
|
|
23836
|
+
}
|
|
23837
|
+
}
|
|
23838
|
+
namespace Default {
|
|
23839
|
+
namespace Content {
|
|
23840
|
+
interface ApplicationJson {
|
|
23841
|
+
[k: string]: unknown;
|
|
23842
|
+
}
|
|
23843
|
+
}
|
|
23844
|
+
}
|
|
23845
|
+
}
|
|
23846
|
+
}
|
|
23847
|
+
namespace Delete {
|
|
23848
|
+
namespace Parameters {
|
|
23849
|
+
type Path = {
|
|
23850
|
+
leadId: string;
|
|
23851
|
+
customerId: string;
|
|
23852
|
+
};
|
|
23853
|
+
type Header = {};
|
|
23854
|
+
type Query = {};
|
|
23855
|
+
}
|
|
23856
|
+
namespace Responses {
|
|
23857
|
+
namespace $200 {
|
|
23858
|
+
namespace Content {
|
|
23859
|
+
interface ApplicationJson {
|
|
23860
|
+
leadId: string;
|
|
23861
|
+
}
|
|
23862
|
+
}
|
|
23863
|
+
}
|
|
23864
|
+
namespace $400 {
|
|
23865
|
+
namespace Content {
|
|
23866
|
+
interface ApplicationJson {
|
|
23867
|
+
[k: string]: unknown;
|
|
23868
|
+
}
|
|
23869
|
+
}
|
|
23870
|
+
}
|
|
23871
|
+
namespace $403 {
|
|
23872
|
+
namespace Content {
|
|
23873
|
+
interface ApplicationJson {
|
|
23874
|
+
[k: string]: unknown;
|
|
23875
|
+
}
|
|
23876
|
+
}
|
|
23877
|
+
}
|
|
23878
|
+
namespace $404 {
|
|
23879
|
+
namespace Content {
|
|
23880
|
+
interface ApplicationJson {
|
|
23881
|
+
[k: string]: unknown;
|
|
23882
|
+
}
|
|
23883
|
+
}
|
|
23884
|
+
}
|
|
23885
|
+
namespace $409 {
|
|
23886
|
+
namespace Content {
|
|
23887
|
+
interface ApplicationJson {
|
|
23888
|
+
[k: string]: unknown;
|
|
23889
|
+
}
|
|
23890
|
+
}
|
|
23891
|
+
}
|
|
23892
|
+
namespace $429 {
|
|
23893
|
+
namespace Content {
|
|
23894
|
+
interface ApplicationJson {
|
|
23895
|
+
[k: string]: unknown;
|
|
23896
|
+
}
|
|
23897
|
+
}
|
|
23898
|
+
}
|
|
23899
|
+
namespace Default {
|
|
23900
|
+
namespace Content {
|
|
23901
|
+
interface ApplicationJson {
|
|
23902
|
+
[k: string]: unknown;
|
|
23903
|
+
}
|
|
23904
|
+
}
|
|
23905
|
+
}
|
|
23906
|
+
}
|
|
23907
|
+
}
|
|
23908
|
+
}
|
|
23909
|
+
namespace V2CustomersCustomerIdLeadsLeadId { }
|
|
23910
|
+
namespace V2ExperimentalCustomersCustomerIdLeadsLeadId {
|
|
23911
|
+
namespace Get {
|
|
23912
|
+
namespace Parameters {
|
|
23913
|
+
type Path = {
|
|
23914
|
+
leadId: string;
|
|
23915
|
+
customerId: string;
|
|
23916
|
+
};
|
|
23917
|
+
type Header = {};
|
|
23918
|
+
type Query = {};
|
|
23919
|
+
}
|
|
23920
|
+
namespace Responses {
|
|
23921
|
+
namespace $200 {
|
|
23922
|
+
namespace Content {
|
|
23923
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadfyndrLead;
|
|
23924
|
+
}
|
|
23925
|
+
}
|
|
23926
|
+
namespace $400 {
|
|
23927
|
+
namespace Content {
|
|
23928
|
+
interface ApplicationJson {
|
|
23929
|
+
[k: string]: unknown;
|
|
23930
|
+
}
|
|
23931
|
+
}
|
|
23932
|
+
}
|
|
23933
|
+
namespace $403 {
|
|
23934
|
+
namespace Content {
|
|
23935
|
+
interface ApplicationJson {
|
|
23936
|
+
[k: string]: unknown;
|
|
23937
|
+
}
|
|
23938
|
+
}
|
|
23939
|
+
}
|
|
23940
|
+
namespace $404 {
|
|
23941
|
+
namespace Content {
|
|
23942
|
+
interface ApplicationJson {
|
|
23943
|
+
[k: string]: unknown;
|
|
23944
|
+
}
|
|
23945
|
+
}
|
|
23946
|
+
}
|
|
23947
|
+
namespace $429 {
|
|
23948
|
+
namespace Content {
|
|
23949
|
+
interface ApplicationJson {
|
|
23950
|
+
[k: string]: unknown;
|
|
23951
|
+
}
|
|
23952
|
+
}
|
|
23953
|
+
}
|
|
23954
|
+
namespace Default {
|
|
23955
|
+
namespace Content {
|
|
23956
|
+
interface ApplicationJson {
|
|
23957
|
+
[k: string]: unknown;
|
|
23958
|
+
}
|
|
23959
|
+
}
|
|
23960
|
+
}
|
|
23961
|
+
}
|
|
23962
|
+
}
|
|
23963
|
+
}
|
|
23964
|
+
namespace V2CustomersCustomerIdLeads { }
|
|
23965
|
+
namespace V2ExperimentalCustomersCustomerIdLeads {
|
|
23966
|
+
namespace Get {
|
|
23967
|
+
namespace Parameters {
|
|
23968
|
+
type Path = {
|
|
23969
|
+
customerId: string;
|
|
23970
|
+
};
|
|
23971
|
+
type Header = {};
|
|
23972
|
+
type Query = {
|
|
23973
|
+
potentialRangeMin?: number;
|
|
23974
|
+
potentialRangeMax?: number;
|
|
23975
|
+
employeeCountMin?: number;
|
|
23976
|
+
employeeCountMax?: number;
|
|
23977
|
+
salesVolumeMin?: number;
|
|
23978
|
+
salesVolumeMax?: number;
|
|
23979
|
+
technologies?: string[];
|
|
23980
|
+
"basic:timeToFirstByteMs:min"?: number;
|
|
23981
|
+
"basic:timeToFirstByteMs:max"?: number;
|
|
23982
|
+
"basic:desktop:performance:min"?: number;
|
|
23983
|
+
"basic:desktop:performance:max"?: number;
|
|
23984
|
+
"basic:mobile:performance:min"?: number;
|
|
23985
|
+
"basic:mobile:performance:max"?: number;
|
|
23986
|
+
limit?: number;
|
|
23987
|
+
skip?: number;
|
|
23988
|
+
page?: number;
|
|
23989
|
+
sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[];
|
|
23990
|
+
order?: ("asc" | "desc")[];
|
|
23991
|
+
};
|
|
23992
|
+
}
|
|
23993
|
+
namespace Responses {
|
|
23994
|
+
namespace $200 {
|
|
23995
|
+
namespace Content {
|
|
23996
|
+
interface ApplicationJson {
|
|
23997
|
+
leads: MittwaldAPIV2.Components.Schemas.LeadfyndrLead[];
|
|
23998
|
+
limit: number;
|
|
23999
|
+
skip: number;
|
|
24000
|
+
totalCount: number;
|
|
24001
|
+
}
|
|
24002
|
+
}
|
|
24003
|
+
}
|
|
24004
|
+
namespace $429 {
|
|
24005
|
+
namespace Content {
|
|
24006
|
+
interface ApplicationJson {
|
|
24007
|
+
[k: string]: unknown;
|
|
24008
|
+
}
|
|
24009
|
+
}
|
|
24010
|
+
}
|
|
24011
|
+
namespace Default {
|
|
24012
|
+
namespace Content {
|
|
24013
|
+
interface ApplicationJson {
|
|
24014
|
+
[k: string]: unknown;
|
|
24015
|
+
}
|
|
24016
|
+
}
|
|
24017
|
+
}
|
|
24018
|
+
}
|
|
24019
|
+
}
|
|
24020
|
+
}
|
|
24021
|
+
namespace V2CustomersCustomerIdUnlockedLeadsLeadId { }
|
|
24022
|
+
namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadId {
|
|
24023
|
+
namespace Get {
|
|
24024
|
+
namespace Parameters {
|
|
24025
|
+
type Path = {
|
|
24026
|
+
leadId: string;
|
|
24027
|
+
customerId: string;
|
|
24028
|
+
};
|
|
24029
|
+
type Header = {};
|
|
24030
|
+
type Query = {};
|
|
24031
|
+
}
|
|
24032
|
+
namespace Responses {
|
|
24033
|
+
namespace $200 {
|
|
24034
|
+
namespace Content {
|
|
24035
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadfyndrUnlockedLead;
|
|
24036
|
+
}
|
|
24037
|
+
}
|
|
24038
|
+
namespace $400 {
|
|
24039
|
+
namespace Content {
|
|
24040
|
+
interface ApplicationJson {
|
|
24041
|
+
[k: string]: unknown;
|
|
24042
|
+
}
|
|
24043
|
+
}
|
|
24044
|
+
}
|
|
24045
|
+
namespace $403 {
|
|
24046
|
+
namespace Content {
|
|
24047
|
+
interface ApplicationJson {
|
|
24048
|
+
[k: string]: unknown;
|
|
24049
|
+
}
|
|
24050
|
+
}
|
|
24051
|
+
}
|
|
24052
|
+
namespace $404 {
|
|
24053
|
+
namespace Content {
|
|
24054
|
+
interface ApplicationJson {
|
|
24055
|
+
[k: string]: unknown;
|
|
24056
|
+
}
|
|
24057
|
+
}
|
|
24058
|
+
}
|
|
24059
|
+
namespace $429 {
|
|
24060
|
+
namespace Content {
|
|
24061
|
+
interface ApplicationJson {
|
|
24062
|
+
[k: string]: unknown;
|
|
24063
|
+
}
|
|
24064
|
+
}
|
|
24065
|
+
}
|
|
24066
|
+
namespace Default {
|
|
24067
|
+
namespace Content {
|
|
24068
|
+
interface ApplicationJson {
|
|
24069
|
+
[k: string]: unknown;
|
|
24070
|
+
}
|
|
24071
|
+
}
|
|
24072
|
+
}
|
|
24073
|
+
}
|
|
24074
|
+
}
|
|
24075
|
+
namespace Post {
|
|
24076
|
+
namespace Parameters {
|
|
24077
|
+
type Path = {
|
|
24078
|
+
leadId: string;
|
|
24079
|
+
customerId: string;
|
|
24080
|
+
};
|
|
24081
|
+
type Header = {};
|
|
24082
|
+
type Query = {};
|
|
24083
|
+
}
|
|
24084
|
+
namespace Responses {
|
|
24085
|
+
namespace $200 {
|
|
24086
|
+
namespace Content {
|
|
24087
|
+
interface ApplicationJson {
|
|
24088
|
+
leadId: string;
|
|
24089
|
+
}
|
|
24090
|
+
}
|
|
24091
|
+
}
|
|
24092
|
+
namespace $400 {
|
|
24093
|
+
namespace Content {
|
|
24094
|
+
interface ApplicationJson {
|
|
24095
|
+
[k: string]: unknown;
|
|
24096
|
+
}
|
|
24097
|
+
}
|
|
24098
|
+
}
|
|
24099
|
+
namespace $403 {
|
|
24100
|
+
namespace Content {
|
|
24101
|
+
interface ApplicationJson {
|
|
24102
|
+
[k: string]: unknown;
|
|
24103
|
+
}
|
|
24104
|
+
}
|
|
24105
|
+
}
|
|
24106
|
+
namespace $404 {
|
|
24107
|
+
namespace Content {
|
|
24108
|
+
interface ApplicationJson {
|
|
24109
|
+
[k: string]: unknown;
|
|
24110
|
+
}
|
|
24111
|
+
}
|
|
24112
|
+
}
|
|
24113
|
+
namespace $429 {
|
|
24114
|
+
namespace Content {
|
|
24115
|
+
interface ApplicationJson {
|
|
24116
|
+
[k: string]: unknown;
|
|
24117
|
+
}
|
|
24118
|
+
}
|
|
24119
|
+
}
|
|
24120
|
+
namespace Default {
|
|
24121
|
+
namespace Content {
|
|
24122
|
+
interface ApplicationJson {
|
|
24123
|
+
[k: string]: unknown;
|
|
24124
|
+
}
|
|
24125
|
+
}
|
|
24126
|
+
}
|
|
24127
|
+
}
|
|
24128
|
+
}
|
|
24129
|
+
}
|
|
24130
|
+
namespace V2CustomersCustomerIdUnlockedLeads { }
|
|
24131
|
+
namespace V2ExperimentalCustomersCustomerIdUnlockedLeads {
|
|
24132
|
+
namespace Get {
|
|
24133
|
+
namespace Parameters {
|
|
24134
|
+
type Path = {
|
|
24135
|
+
customerId: string;
|
|
24136
|
+
};
|
|
24137
|
+
type Header = {};
|
|
24138
|
+
type Query = {
|
|
24139
|
+
potentialRangeMin?: number;
|
|
24140
|
+
potentialRangeMax?: number;
|
|
24141
|
+
employeeCountMin?: number;
|
|
24142
|
+
employeeCountMax?: number;
|
|
24143
|
+
salesVolumeMin?: number;
|
|
24144
|
+
salesVolumeMax?: number;
|
|
24145
|
+
technologies?: string[];
|
|
24146
|
+
"basic:timeToFirstByteMs:min"?: number;
|
|
24147
|
+
"basic:timeToFirstByteMs:max"?: number;
|
|
24148
|
+
"basic:desktop:performance:min"?: number;
|
|
24149
|
+
"basic:desktop:performance:max"?: number;
|
|
24150
|
+
"basic:mobile:performance:min"?: number;
|
|
24151
|
+
"basic:mobile:performance:max"?: number;
|
|
24152
|
+
reserved?: boolean;
|
|
24153
|
+
limit?: number;
|
|
24154
|
+
skip?: number;
|
|
24155
|
+
page?: number;
|
|
24156
|
+
sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[];
|
|
24157
|
+
order?: ("asc" | "desc")[];
|
|
24158
|
+
};
|
|
24159
|
+
}
|
|
24160
|
+
namespace Responses {
|
|
24161
|
+
namespace $200 {
|
|
24162
|
+
namespace Content {
|
|
24163
|
+
interface ApplicationJson {
|
|
24164
|
+
leads: MittwaldAPIV2.Components.Schemas.LeadfyndrUnlockedLead[];
|
|
24165
|
+
limit: number;
|
|
24166
|
+
skip: number;
|
|
24167
|
+
totalCount: number;
|
|
24168
|
+
}
|
|
24169
|
+
}
|
|
24170
|
+
}
|
|
24171
|
+
namespace $429 {
|
|
24172
|
+
namespace Content {
|
|
24173
|
+
interface ApplicationJson {
|
|
24174
|
+
[k: string]: unknown;
|
|
24175
|
+
}
|
|
24176
|
+
}
|
|
24177
|
+
}
|
|
24178
|
+
namespace Default {
|
|
24179
|
+
namespace Content {
|
|
24180
|
+
interface ApplicationJson {
|
|
24181
|
+
[k: string]: unknown;
|
|
24182
|
+
}
|
|
24183
|
+
}
|
|
24184
|
+
}
|
|
24185
|
+
}
|
|
24186
|
+
}
|
|
24187
|
+
}
|
|
24188
|
+
namespace V2CustomersCustomerIdLeadFyndrProfileTariff { }
|
|
24189
|
+
namespace V2ExperimentalCustomersCustomerIdLeadFyndrProfileTariff {
|
|
24190
|
+
namespace Get {
|
|
24191
|
+
namespace Parameters {
|
|
24192
|
+
type Path = {
|
|
24193
|
+
customerId: string;
|
|
24194
|
+
};
|
|
24195
|
+
type Header = {};
|
|
24196
|
+
type Query = {};
|
|
24197
|
+
}
|
|
24198
|
+
namespace Responses {
|
|
24199
|
+
namespace $200 {
|
|
24200
|
+
namespace Content {
|
|
24201
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadfyndrTariffOptions;
|
|
24202
|
+
}
|
|
24203
|
+
}
|
|
24204
|
+
namespace $400 {
|
|
24205
|
+
namespace Content {
|
|
24206
|
+
interface ApplicationJson {
|
|
24207
|
+
[k: string]: unknown;
|
|
24208
|
+
}
|
|
24209
|
+
}
|
|
24210
|
+
}
|
|
24211
|
+
namespace $403 {
|
|
24212
|
+
namespace Content {
|
|
24213
|
+
interface ApplicationJson {
|
|
24214
|
+
[k: string]: unknown;
|
|
24215
|
+
}
|
|
24216
|
+
}
|
|
24217
|
+
}
|
|
24218
|
+
namespace $404 {
|
|
24219
|
+
namespace Content {
|
|
24220
|
+
interface ApplicationJson {
|
|
24221
|
+
[k: string]: unknown;
|
|
24222
|
+
}
|
|
24223
|
+
}
|
|
24224
|
+
}
|
|
24225
|
+
namespace $429 {
|
|
24226
|
+
namespace Content {
|
|
24227
|
+
interface ApplicationJson {
|
|
24228
|
+
[k: string]: unknown;
|
|
24229
|
+
}
|
|
24230
|
+
}
|
|
24231
|
+
}
|
|
24232
|
+
namespace Default {
|
|
24233
|
+
namespace Content {
|
|
24234
|
+
interface ApplicationJson {
|
|
24235
|
+
[k: string]: unknown;
|
|
24236
|
+
}
|
|
24237
|
+
}
|
|
24238
|
+
}
|
|
24239
|
+
}
|
|
24240
|
+
}
|
|
24241
|
+
}
|
|
24242
|
+
namespace V2CustomersCustomerIdLeadFyndrProfile { }
|
|
24243
|
+
namespace V2ExperimentalCustomersCustomerIdLeadFyndrProfile {
|
|
24244
|
+
namespace Get {
|
|
24245
|
+
namespace Parameters {
|
|
24246
|
+
type Path = {
|
|
24247
|
+
customerId: string;
|
|
24248
|
+
};
|
|
24249
|
+
type Header = {};
|
|
24250
|
+
type Query = {};
|
|
24251
|
+
}
|
|
24252
|
+
namespace Responses {
|
|
24253
|
+
namespace $200 {
|
|
24254
|
+
namespace Content {
|
|
24255
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadfyndrProfile & {
|
|
24256
|
+
tariff: MittwaldAPIV2.Components.Schemas.LeadfyndrTariffOptions;
|
|
24257
|
+
};
|
|
24258
|
+
}
|
|
24259
|
+
}
|
|
24260
|
+
namespace $400 {
|
|
24261
|
+
namespace Content {
|
|
24262
|
+
interface ApplicationJson {
|
|
24263
|
+
[k: string]: unknown;
|
|
24264
|
+
}
|
|
24265
|
+
}
|
|
24266
|
+
}
|
|
24267
|
+
namespace $403 {
|
|
24268
|
+
namespace Content {
|
|
24269
|
+
interface ApplicationJson {
|
|
24270
|
+
[k: string]: unknown;
|
|
24271
|
+
}
|
|
24272
|
+
}
|
|
24273
|
+
}
|
|
24274
|
+
namespace $404 {
|
|
24275
|
+
namespace Content {
|
|
24276
|
+
interface ApplicationJson {
|
|
24277
|
+
[k: string]: unknown;
|
|
24278
|
+
}
|
|
24279
|
+
}
|
|
24280
|
+
}
|
|
24281
|
+
namespace $429 {
|
|
24282
|
+
namespace Content {
|
|
24283
|
+
interface ApplicationJson {
|
|
24284
|
+
[k: string]: unknown;
|
|
24285
|
+
}
|
|
24286
|
+
}
|
|
24287
|
+
}
|
|
24288
|
+
namespace Default {
|
|
24289
|
+
namespace Content {
|
|
24290
|
+
interface ApplicationJson {
|
|
24291
|
+
[k: string]: unknown;
|
|
24292
|
+
}
|
|
24293
|
+
}
|
|
24294
|
+
}
|
|
24295
|
+
}
|
|
24296
|
+
}
|
|
24297
|
+
}
|
|
24298
|
+
namespace V2CustomersCustomerIdLeadFyndrProfileRequest { }
|
|
24299
|
+
namespace V2ExperimentalCustomersCustomerIdLeadFyndrProfileRequest {
|
|
24300
|
+
namespace Get {
|
|
24301
|
+
namespace Parameters {
|
|
24302
|
+
type Path = {
|
|
24303
|
+
customerId: string;
|
|
24304
|
+
};
|
|
24305
|
+
type Header = {};
|
|
24306
|
+
type Query = {};
|
|
24307
|
+
}
|
|
24308
|
+
namespace Responses {
|
|
24309
|
+
namespace $200 {
|
|
24310
|
+
namespace Content {
|
|
24311
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadfyndrProfileRequest;
|
|
24312
|
+
}
|
|
24313
|
+
}
|
|
24314
|
+
namespace $400 {
|
|
24315
|
+
namespace Content {
|
|
24316
|
+
interface ApplicationJson {
|
|
24317
|
+
[k: string]: unknown;
|
|
24318
|
+
}
|
|
24319
|
+
}
|
|
24320
|
+
}
|
|
24321
|
+
namespace $403 {
|
|
24322
|
+
namespace Content {
|
|
24323
|
+
interface ApplicationJson {
|
|
24324
|
+
[k: string]: unknown;
|
|
24325
|
+
}
|
|
24326
|
+
}
|
|
24327
|
+
}
|
|
24328
|
+
namespace $404 {
|
|
24329
|
+
namespace Content {
|
|
24330
|
+
interface ApplicationJson {
|
|
24331
|
+
[k: string]: unknown;
|
|
24332
|
+
}
|
|
24333
|
+
}
|
|
24334
|
+
}
|
|
24335
|
+
namespace $429 {
|
|
24336
|
+
namespace Content {
|
|
24337
|
+
interface ApplicationJson {
|
|
24338
|
+
[k: string]: unknown;
|
|
24339
|
+
}
|
|
24340
|
+
}
|
|
24341
|
+
}
|
|
24342
|
+
namespace Default {
|
|
24343
|
+
namespace Content {
|
|
24344
|
+
interface ApplicationJson {
|
|
24345
|
+
[k: string]: unknown;
|
|
24346
|
+
}
|
|
24347
|
+
}
|
|
24348
|
+
}
|
|
24349
|
+
}
|
|
24350
|
+
}
|
|
24351
|
+
namespace Post {
|
|
24352
|
+
namespace Parameters {
|
|
24353
|
+
type Path = {
|
|
24354
|
+
customerId: string;
|
|
24355
|
+
};
|
|
24356
|
+
interface RequestBody {
|
|
24357
|
+
domain: string;
|
|
24358
|
+
}
|
|
24359
|
+
type Header = {};
|
|
24360
|
+
type Query = {};
|
|
24361
|
+
}
|
|
24362
|
+
namespace Responses {
|
|
24363
|
+
namespace $201 {
|
|
24364
|
+
namespace Content {
|
|
24365
|
+
interface ApplicationJson {
|
|
24366
|
+
profileId: string;
|
|
24367
|
+
}
|
|
24368
|
+
}
|
|
24369
|
+
}
|
|
24370
|
+
namespace $400 {
|
|
24371
|
+
namespace Content {
|
|
24372
|
+
interface ApplicationJson {
|
|
24373
|
+
[k: string]: unknown;
|
|
24374
|
+
}
|
|
24375
|
+
}
|
|
24376
|
+
}
|
|
24377
|
+
namespace $403 {
|
|
24378
|
+
namespace Content {
|
|
24379
|
+
interface ApplicationJson {
|
|
24380
|
+
[k: string]: unknown;
|
|
24381
|
+
}
|
|
24382
|
+
}
|
|
24383
|
+
}
|
|
24384
|
+
namespace $404 {
|
|
24385
|
+
namespace Content {
|
|
24386
|
+
interface ApplicationJson {
|
|
24387
|
+
[k: string]: unknown;
|
|
24388
|
+
}
|
|
24389
|
+
}
|
|
24390
|
+
}
|
|
24391
|
+
namespace $409 {
|
|
24392
|
+
namespace Content {
|
|
24393
|
+
interface ApplicationJson {
|
|
24394
|
+
[k: string]: unknown;
|
|
24395
|
+
}
|
|
24396
|
+
}
|
|
24397
|
+
}
|
|
24398
|
+
namespace $429 {
|
|
24399
|
+
namespace Content {
|
|
24400
|
+
interface ApplicationJson {
|
|
24401
|
+
[k: string]: unknown;
|
|
24402
|
+
}
|
|
24403
|
+
}
|
|
24404
|
+
}
|
|
24405
|
+
namespace Default {
|
|
24406
|
+
namespace Content {
|
|
24407
|
+
interface ApplicationJson {
|
|
24408
|
+
[k: string]: unknown;
|
|
24409
|
+
}
|
|
24410
|
+
}
|
|
24411
|
+
}
|
|
24412
|
+
}
|
|
24413
|
+
}
|
|
24414
|
+
}
|
|
23605
24415
|
}
|
|
23606
24416
|
}
|