@mittwald/api-client 4.148.0 → 4.150.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 -19
- package/dist/esm/generated/v2/client.js +25 -25
- package/dist/esm/generated/v2/descriptors.js +66 -66
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +179 -166
- package/dist/types/generated/v2/client.d.ts +2438 -2395
- package/dist/types/generated/v2/descriptors.d.ts +22 -22
- package/dist/types/generated/v2/types.d.ts +2504 -2493
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -354,6 +354,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
354
354
|
hasCredentials?: boolean | undefined;
|
|
355
355
|
limit?: number | undefined;
|
|
356
356
|
skip?: number | undefined;
|
|
357
|
+
page?: number | undefined;
|
|
357
358
|
} | undefined;
|
|
358
359
|
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerRegistry[]>;
|
|
359
360
|
/** Get a Stack. */
|
|
@@ -467,6 +468,9 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
467
468
|
queryParameters?: {
|
|
468
469
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
469
470
|
stackId?: string | undefined;
|
|
471
|
+
limit?: number | undefined;
|
|
472
|
+
skip?: number | undefined;
|
|
473
|
+
page?: number | undefined;
|
|
470
474
|
} | undefined;
|
|
471
475
|
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[]>;
|
|
472
476
|
/** List Stacks belonging to a Project. */
|
|
@@ -476,6 +480,12 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
476
480
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
477
481
|
"x-access-token"?: string | undefined;
|
|
478
482
|
} | undefined;
|
|
483
|
+
queryParameters?: {
|
|
484
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
485
|
+
limit?: number | undefined;
|
|
486
|
+
skip?: number | undefined;
|
|
487
|
+
page?: number | undefined;
|
|
488
|
+
} | undefined;
|
|
479
489
|
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerStackResponse[]>;
|
|
480
490
|
/** List Volumes belonging to a Project. */
|
|
481
491
|
listVolumes: (conf: {
|
|
@@ -487,6 +497,9 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
487
497
|
queryParameters?: {
|
|
488
498
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
489
499
|
stackId?: string | undefined;
|
|
500
|
+
limit?: number | undefined;
|
|
501
|
+
skip?: number | undefined;
|
|
502
|
+
page?: number | undefined;
|
|
490
503
|
} | undefined;
|
|
491
504
|
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[]>;
|
|
492
505
|
};
|
|
@@ -1847,6 +1860,170 @@ declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1847
1860
|
} | undefined;
|
|
1848
1861
|
}) => import("@mittwald/react-use-promise").AsyncResource<string>;
|
|
1849
1862
|
};
|
|
1863
|
+
declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
|
|
1864
|
+
/** Get your LeadFyndr request. */
|
|
1865
|
+
leadfyndrGetLeadFyndrProfileRequestExperimental: (conf: {
|
|
1866
|
+
customerId: string;
|
|
1867
|
+
headers?: {
|
|
1868
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1869
|
+
} | undefined;
|
|
1870
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1871
|
+
createdOn: string;
|
|
1872
|
+
customerId: string;
|
|
1873
|
+
domain: string;
|
|
1874
|
+
profileId: string;
|
|
1875
|
+
requestedBy: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrUser;
|
|
1876
|
+
resultOn?: string | undefined;
|
|
1877
|
+
status: "AUTOTEST_INIT" | "MANUAL_VERIFICATION" | "REJECTED" | "APPROVED";
|
|
1878
|
+
}>;
|
|
1879
|
+
/** Get a simple lead. Use the unlocked route for more detail leads. */
|
|
1880
|
+
leadfyndrGetLeadExperimental: (conf: {
|
|
1881
|
+
leadId: string;
|
|
1882
|
+
customerId: string;
|
|
1883
|
+
headers?: {
|
|
1884
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1885
|
+
} | undefined;
|
|
1886
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1887
|
+
businessFields: string[];
|
|
1888
|
+
company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany;
|
|
1889
|
+
description: string;
|
|
1890
|
+
globalUnlockedCount: number;
|
|
1891
|
+
hoster: {
|
|
1892
|
+
server: string[];
|
|
1893
|
+
};
|
|
1894
|
+
leadId: string;
|
|
1895
|
+
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
1896
|
+
metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicMetrics;
|
|
1897
|
+
potential: number;
|
|
1898
|
+
scannedAt?: string | undefined;
|
|
1899
|
+
screenshot: string;
|
|
1900
|
+
technologies: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology[];
|
|
1901
|
+
}>;
|
|
1902
|
+
/** Get your LeadFyndr profile. */
|
|
1903
|
+
leadfyndrGetLeadFyndrProfileExperimental: (conf: {
|
|
1904
|
+
customerId: string;
|
|
1905
|
+
headers?: {
|
|
1906
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1907
|
+
} | undefined;
|
|
1908
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1909
|
+
approvedOn: string;
|
|
1910
|
+
customerId: string;
|
|
1911
|
+
disabledOn?: string | undefined;
|
|
1912
|
+
domain: string;
|
|
1913
|
+
tariff: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTariffOptions;
|
|
1914
|
+
}>;
|
|
1915
|
+
/** Get lead tariff options. How many leads did you unlock this month? */
|
|
1916
|
+
leadfyndrGetLeadFyndrProfileTariffOptionsExperimental: (conf: {
|
|
1917
|
+
customerId: string;
|
|
1918
|
+
headers?: {
|
|
1919
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1920
|
+
} | undefined;
|
|
1921
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1922
|
+
reservation: {
|
|
1923
|
+
available: number;
|
|
1924
|
+
tariffLimit: number;
|
|
1925
|
+
used: number;
|
|
1926
|
+
};
|
|
1927
|
+
unlocked: {
|
|
1928
|
+
available: number;
|
|
1929
|
+
tariffLimit: number;
|
|
1930
|
+
used: number;
|
|
1931
|
+
};
|
|
1932
|
+
}>;
|
|
1933
|
+
/** Get a detail of a unlocked lead. Organisation can unlock leads. */
|
|
1934
|
+
leadfyndrGetUnlockedLeadExperimental: (conf: {
|
|
1935
|
+
leadId: string;
|
|
1936
|
+
customerId: string;
|
|
1937
|
+
headers?: {
|
|
1938
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1939
|
+
} | undefined;
|
|
1940
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1941
|
+
businessFields: string[];
|
|
1942
|
+
company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailCompany;
|
|
1943
|
+
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
|
|
1944
|
+
description: string;
|
|
1945
|
+
domain: string;
|
|
1946
|
+
globalUnlockedCount: number;
|
|
1947
|
+
hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
|
|
1948
|
+
leadId: string;
|
|
1949
|
+
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
1950
|
+
metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
|
|
1951
|
+
potential: number;
|
|
1952
|
+
reservedAt?: string | undefined;
|
|
1953
|
+
scannedAt?: string | undefined;
|
|
1954
|
+
screenshot: string;
|
|
1955
|
+
socialMedia: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrSocialMedia[];
|
|
1956
|
+
technologies: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology[];
|
|
1957
|
+
unlockedAt: string;
|
|
1958
|
+
}>;
|
|
1959
|
+
/** Get all leads. Use the unlocked routes for more lead details. */
|
|
1960
|
+
leadfyndrListLeadsExperimental: (conf: {
|
|
1961
|
+
customerId: string;
|
|
1962
|
+
headers?: {
|
|
1963
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1964
|
+
} | undefined;
|
|
1965
|
+
queryParameters?: {
|
|
1966
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1967
|
+
potentialRangeMin?: number | undefined;
|
|
1968
|
+
potentialRangeMax?: number | undefined;
|
|
1969
|
+
employeeCountMin?: number | undefined;
|
|
1970
|
+
employeeCountMax?: number | undefined;
|
|
1971
|
+
salesVolumeMin?: number | undefined;
|
|
1972
|
+
salesVolumeMax?: number | undefined;
|
|
1973
|
+
technologies?: string[] | undefined;
|
|
1974
|
+
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
1975
|
+
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
1976
|
+
"basic:desktop:performance:min"?: number | undefined;
|
|
1977
|
+
"basic:desktop:performance:max"?: number | undefined;
|
|
1978
|
+
"basic:mobile:performance:min"?: number | undefined;
|
|
1979
|
+
"basic:mobile:performance:max"?: number | undefined;
|
|
1980
|
+
limit?: number | undefined;
|
|
1981
|
+
skip?: number | undefined;
|
|
1982
|
+
page?: number | undefined;
|
|
1983
|
+
sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
|
|
1984
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
1985
|
+
} | undefined;
|
|
1986
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1987
|
+
leads: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLead[];
|
|
1988
|
+
limit: number;
|
|
1989
|
+
skip: number;
|
|
1990
|
+
totalCount: number;
|
|
1991
|
+
}>;
|
|
1992
|
+
/** Get all unlocked leads. Organisation can unlock leads. */
|
|
1993
|
+
leadfyndrListUnlockedLeadsExperimental: (conf: {
|
|
1994
|
+
customerId: string;
|
|
1995
|
+
headers?: {
|
|
1996
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1997
|
+
} | undefined;
|
|
1998
|
+
queryParameters?: {
|
|
1999
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2000
|
+
potentialRangeMin?: number | undefined;
|
|
2001
|
+
potentialRangeMax?: number | undefined;
|
|
2002
|
+
employeeCountMin?: number | undefined;
|
|
2003
|
+
employeeCountMax?: number | undefined;
|
|
2004
|
+
salesVolumeMin?: number | undefined;
|
|
2005
|
+
salesVolumeMax?: number | undefined;
|
|
2006
|
+
technologies?: string[] | undefined;
|
|
2007
|
+
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
2008
|
+
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
2009
|
+
"basic:desktop:performance:min"?: number | undefined;
|
|
2010
|
+
"basic:desktop:performance:max"?: number | undefined;
|
|
2011
|
+
"basic:mobile:performance:min"?: number | undefined;
|
|
2012
|
+
"basic:mobile:performance:max"?: number | undefined;
|
|
2013
|
+
reserved?: boolean | undefined;
|
|
2014
|
+
limit?: number | undefined;
|
|
2015
|
+
skip?: number | undefined;
|
|
2016
|
+
page?: number | undefined;
|
|
2017
|
+
sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
|
|
2018
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
2019
|
+
} | undefined;
|
|
2020
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2021
|
+
leads: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrUnlockedLead[];
|
|
2022
|
+
limit: number;
|
|
2023
|
+
skip: number;
|
|
2024
|
+
totalCount: number;
|
|
2025
|
+
}>;
|
|
2026
|
+
};
|
|
1850
2027
|
declare const buildMailApi: (baseClient: MittwaldAPIV2Client) => {
|
|
1851
2028
|
/** List DeliveryBoxes belonging to a Project. */
|
|
1852
2029
|
listDeliveryBoxes: (conf: {
|
|
@@ -2717,170 +2894,6 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
2717
2894
|
userName: string;
|
|
2718
2895
|
}>;
|
|
2719
2896
|
};
|
|
2720
|
-
declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
|
|
2721
|
-
/** Get a simple lead. Use the unlocked route for more detail leads. */
|
|
2722
|
-
leadfyndrGetLeadExperimental: (conf: {
|
|
2723
|
-
leadId: string;
|
|
2724
|
-
customerId: string;
|
|
2725
|
-
headers?: {
|
|
2726
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2727
|
-
} | undefined;
|
|
2728
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2729
|
-
businessFields: string[];
|
|
2730
|
-
company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany;
|
|
2731
|
-
description: string;
|
|
2732
|
-
globalUnlockedCount: number;
|
|
2733
|
-
hoster: {
|
|
2734
|
-
server: string[];
|
|
2735
|
-
};
|
|
2736
|
-
leadId: string;
|
|
2737
|
-
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
2738
|
-
metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicMetrics;
|
|
2739
|
-
potential: number;
|
|
2740
|
-
scannedAt?: string | undefined;
|
|
2741
|
-
screenshot: string;
|
|
2742
|
-
technologies: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology[];
|
|
2743
|
-
}>;
|
|
2744
|
-
/** Get all leads. Use the unlocked routes for more lead details. */
|
|
2745
|
-
leadfyndrListLeadsExperimental: (conf: {
|
|
2746
|
-
customerId: string;
|
|
2747
|
-
headers?: {
|
|
2748
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2749
|
-
} | undefined;
|
|
2750
|
-
queryParameters?: {
|
|
2751
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2752
|
-
potentialRangeMin?: number | undefined;
|
|
2753
|
-
potentialRangeMax?: number | undefined;
|
|
2754
|
-
employeeCountMin?: number | undefined;
|
|
2755
|
-
employeeCountMax?: number | undefined;
|
|
2756
|
-
salesVolumeMin?: number | undefined;
|
|
2757
|
-
salesVolumeMax?: number | undefined;
|
|
2758
|
-
technologies?: string[] | undefined;
|
|
2759
|
-
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
2760
|
-
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
2761
|
-
"basic:desktop:performance:min"?: number | undefined;
|
|
2762
|
-
"basic:desktop:performance:max"?: number | undefined;
|
|
2763
|
-
"basic:mobile:performance:min"?: number | undefined;
|
|
2764
|
-
"basic:mobile:performance:max"?: number | undefined;
|
|
2765
|
-
limit?: number | undefined;
|
|
2766
|
-
skip?: number | undefined;
|
|
2767
|
-
page?: number | undefined;
|
|
2768
|
-
sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
|
|
2769
|
-
order?: ("asc" | "desc")[] | undefined;
|
|
2770
|
-
} | undefined;
|
|
2771
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2772
|
-
leads: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLead[];
|
|
2773
|
-
limit: number;
|
|
2774
|
-
skip: number;
|
|
2775
|
-
totalCount: number;
|
|
2776
|
-
}>;
|
|
2777
|
-
/** Get a detail of a unlocked lead. Organisation can unlock leads. */
|
|
2778
|
-
leadfyndrGetUnlockedLeadExperimental: (conf: {
|
|
2779
|
-
leadId: string;
|
|
2780
|
-
customerId: string;
|
|
2781
|
-
headers?: {
|
|
2782
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2783
|
-
} | undefined;
|
|
2784
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2785
|
-
businessFields: string[];
|
|
2786
|
-
company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailCompany;
|
|
2787
|
-
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
|
|
2788
|
-
description: string;
|
|
2789
|
-
domain: string;
|
|
2790
|
-
globalUnlockedCount: number;
|
|
2791
|
-
hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
|
|
2792
|
-
leadId: string;
|
|
2793
|
-
mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
|
|
2794
|
-
metrics: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrDetailMetrics;
|
|
2795
|
-
potential: number;
|
|
2796
|
-
reservedAt?: string | undefined;
|
|
2797
|
-
scannedAt?: string | undefined;
|
|
2798
|
-
screenshot: string;
|
|
2799
|
-
socialMedia: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrSocialMedia[];
|
|
2800
|
-
technologies: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology[];
|
|
2801
|
-
unlockedAt: string;
|
|
2802
|
-
}>;
|
|
2803
|
-
/** Get all unlocked leads. Organisation can unlock leads. */
|
|
2804
|
-
leadfyndrListUnlockedLeadsExperimental: (conf: {
|
|
2805
|
-
customerId: string;
|
|
2806
|
-
headers?: {
|
|
2807
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2808
|
-
} | undefined;
|
|
2809
|
-
queryParameters?: {
|
|
2810
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2811
|
-
potentialRangeMin?: number | undefined;
|
|
2812
|
-
potentialRangeMax?: number | undefined;
|
|
2813
|
-
employeeCountMin?: number | undefined;
|
|
2814
|
-
employeeCountMax?: number | undefined;
|
|
2815
|
-
salesVolumeMin?: number | undefined;
|
|
2816
|
-
salesVolumeMax?: number | undefined;
|
|
2817
|
-
technologies?: string[] | undefined;
|
|
2818
|
-
"basic:timeToFirstByteMs:min"?: number | undefined;
|
|
2819
|
-
"basic:timeToFirstByteMs:max"?: number | undefined;
|
|
2820
|
-
"basic:desktop:performance:min"?: number | undefined;
|
|
2821
|
-
"basic:desktop:performance:max"?: number | undefined;
|
|
2822
|
-
"basic:mobile:performance:min"?: number | undefined;
|
|
2823
|
-
"basic:mobile:performance:max"?: number | undefined;
|
|
2824
|
-
reserved?: boolean | undefined;
|
|
2825
|
-
limit?: number | undefined;
|
|
2826
|
-
skip?: number | undefined;
|
|
2827
|
-
page?: number | undefined;
|
|
2828
|
-
sort?: ("potential" | "company.salesVolume" | "company.employeeCount" | "basic:desktop:performance" | "basic:mobile:performance" | "basic:desktop:seo" | "basic:mobile:seo")[] | undefined;
|
|
2829
|
-
order?: ("asc" | "desc")[] | undefined;
|
|
2830
|
-
} | undefined;
|
|
2831
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2832
|
-
leads: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrUnlockedLead[];
|
|
2833
|
-
limit: number;
|
|
2834
|
-
skip: number;
|
|
2835
|
-
totalCount: number;
|
|
2836
|
-
}>;
|
|
2837
|
-
/** Get lead tariff options. How many leads did you unlock this month? */
|
|
2838
|
-
leadfyndrGetLeadFyndrProfileTariffOptionsExperimental: (conf: {
|
|
2839
|
-
customerId: string;
|
|
2840
|
-
headers?: {
|
|
2841
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2842
|
-
} | undefined;
|
|
2843
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2844
|
-
reservation: {
|
|
2845
|
-
available: number;
|
|
2846
|
-
tariffLimit: number;
|
|
2847
|
-
used: number;
|
|
2848
|
-
};
|
|
2849
|
-
unlocked: {
|
|
2850
|
-
available: number;
|
|
2851
|
-
tariffLimit: number;
|
|
2852
|
-
used: number;
|
|
2853
|
-
};
|
|
2854
|
-
}>;
|
|
2855
|
-
/** Get your LeadFyndr profile. */
|
|
2856
|
-
leadfyndrGetLeadFyndrProfileExperimental: (conf: {
|
|
2857
|
-
customerId: string;
|
|
2858
|
-
headers?: {
|
|
2859
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2860
|
-
} | undefined;
|
|
2861
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2862
|
-
approvedOn: string;
|
|
2863
|
-
customerId: string;
|
|
2864
|
-
disabledOn?: string | undefined;
|
|
2865
|
-
domain: string;
|
|
2866
|
-
tariff: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTariffOptions;
|
|
2867
|
-
}>;
|
|
2868
|
-
/** Get your LeadFyndr request. */
|
|
2869
|
-
leadfyndrGetLeadFyndrProfileRequestExperimental: (conf: {
|
|
2870
|
-
customerId: string;
|
|
2871
|
-
headers?: {
|
|
2872
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2873
|
-
} | undefined;
|
|
2874
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
2875
|
-
createdOn: string;
|
|
2876
|
-
customerId: string;
|
|
2877
|
-
domain: string;
|
|
2878
|
-
profileId: string;
|
|
2879
|
-
requestedBy: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrUser;
|
|
2880
|
-
resultOn?: string | undefined;
|
|
2881
|
-
status: "AUTOTEST_INIT" | "MANUAL_VERIFICATION" | "REJECTED" | "APPROVED";
|
|
2882
|
-
}>;
|
|
2883
|
-
};
|
|
2884
2897
|
export declare class MittwaldAPIV2ClientReact {
|
|
2885
2898
|
/** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
|
|
2886
2899
|
readonly app: ReturnType<typeof buildAppApi>;
|
|
@@ -2906,6 +2919,8 @@ export declare class MittwaldAPIV2ClientReact {
|
|
|
2906
2919
|
readonly marketplace: ReturnType<typeof buildMarketplaceApi>;
|
|
2907
2920
|
/** The file API allows you to manage your files, for example for conversations attachments and avatar uploads. */
|
|
2908
2921
|
readonly file: ReturnType<typeof buildFileApi>;
|
|
2922
|
+
/** The lead fyndr api allow you to manage you leads and your fyndr profile. */
|
|
2923
|
+
readonly leadFyndr: ReturnType<typeof buildLeadFyndrApi>;
|
|
2909
2924
|
/** The mail API allows you to manage your mail accounts. */
|
|
2910
2925
|
readonly mail: ReturnType<typeof buildMailApi>;
|
|
2911
2926
|
/** The notification API allows you to manage your notifications. */
|
|
@@ -2920,8 +2935,6 @@ export declare class MittwaldAPIV2ClientReact {
|
|
|
2920
2935
|
readonly projectFileSystem: ReturnType<typeof buildProjectFileSystemApi>;
|
|
2921
2936
|
/** The SSH/SFTP User API allows you to manage your SSH/SFTP users within a project. */
|
|
2922
2937
|
readonly sshsftpUser: ReturnType<typeof buildSshsftpUserApi>;
|
|
2923
|
-
/** The lead fyndr api allow you to manage you leads and your fyndr profile. */
|
|
2924
|
-
readonly leadFyndr: ReturnType<typeof buildLeadFyndrApi>;
|
|
2925
2938
|
private constructor();
|
|
2926
2939
|
static fromBaseClient(baseClient: MittwaldAPIV2Client): MittwaldAPIV2ClientReact;
|
|
2927
2940
|
}
|