@@ -11,52 +11,76 @@ export type SdkMethod = {
1111
1212export const sdkMethods : SdkMethod [ ] = [
1313 {
14- clientCallName : 'client.brand.retrieve ' ,
15- fullyQualifiedName : 'brand.retrieve ' ,
14+ clientCallName : 'client.web.screenshot ' ,
15+ fullyQualifiedName : 'web.screenshot ' ,
1616 httpMethod : 'get' ,
17- httpPath : '/brand/retrieve' ,
17+ httpPath : '/brand/screenshot' ,
18+ } ,
19+ {
20+ clientCallName : 'client.web.webScrapeHTML' ,
21+ fullyQualifiedName : 'web.webScrapeHTML' ,
22+ httpMethod : 'get' ,
23+ httpPath : '/web/scrape/html' ,
24+ } ,
25+ {
26+ clientCallName : 'client.web.webScrapeImages' ,
27+ fullyQualifiedName : 'web.webScrapeImages' ,
28+ httpMethod : 'get' ,
29+ httpPath : '/web/scrape/images' ,
30+ } ,
31+ {
32+ clientCallName : 'client.web.webScrapeMd' ,
33+ fullyQualifiedName : 'web.webScrapeMd' ,
34+ httpMethod : 'get' ,
35+ httpPath : '/web/scrape/markdown' ,
36+ } ,
37+ {
38+ clientCallName : 'client.web.webScrapeSitemap' ,
39+ fullyQualifiedName : 'web.webScrapeSitemap' ,
40+ httpMethod : 'get' ,
41+ httpPath : '/web/scrape/sitemap' ,
1842 } ,
1943 {
20- clientCallName : 'client.brand.aiProduct ' ,
21- fullyQualifiedName : 'brand.aiProduct ' ,
44+ clientCallName : 'client.ai.aiQuery ' ,
45+ fullyQualifiedName : 'ai.aiQuery ' ,
2246 httpMethod : 'post' ,
23- httpPath : '/brand/ai/product ' ,
47+ httpPath : '/brand/ai/query ' ,
2448 } ,
2549 {
26- clientCallName : 'client.brand.aiProducts ' ,
27- fullyQualifiedName : 'brand.aiProducts ' ,
50+ clientCallName : 'client.ai.extractProduct ' ,
51+ fullyQualifiedName : 'ai.extractProduct ' ,
2852 httpMethod : 'post' ,
29- httpPath : '/brand/ai/products ' ,
53+ httpPath : '/brand/ai/product ' ,
3054 } ,
3155 {
32- clientCallName : 'client.brand.aiQuery ' ,
33- fullyQualifiedName : 'brand.aiQuery ' ,
56+ clientCallName : 'client.ai.extractProducts ' ,
57+ fullyQualifiedName : 'ai.extractProducts ' ,
3458 httpMethod : 'post' ,
35- httpPath : '/brand/ai/query ' ,
59+ httpPath : '/brand/ai/products ' ,
3660 } ,
3761 {
38- clientCallName : 'client.brand.fonts ' ,
39- fullyQualifiedName : 'brand.fonts ' ,
62+ clientCallName : 'client.style.extractFonts ' ,
63+ fullyQualifiedName : 'style.extractFonts ' ,
4064 httpMethod : 'get' ,
4165 httpPath : '/brand/fonts' ,
4266 } ,
4367 {
44- clientCallName : 'client.brand.identifyFromTransaction ' ,
45- fullyQualifiedName : 'brand.identifyFromTransaction ' ,
68+ clientCallName : 'client.style.extractStyleguide ' ,
69+ fullyQualifiedName : 'style.extractStyleguide ' ,
4670 httpMethod : 'get' ,
47- httpPath : '/brand/transaction_identifier ' ,
71+ httpPath : '/brand/styleguide ' ,
4872 } ,
4973 {
50- clientCallName : 'client.brand.prefetch ' ,
51- fullyQualifiedName : 'brand.prefetch ' ,
52- httpMethod : 'post ' ,
53- httpPath : '/brand/prefetch ' ,
74+ clientCallName : 'client.brand.retrieve ' ,
75+ fullyQualifiedName : 'brand.retrieve ' ,
76+ httpMethod : 'get ' ,
77+ httpPath : '/brand/retrieve ' ,
5478 } ,
5579 {
56- clientCallName : 'client.brand.prefetchByEmail ' ,
57- fullyQualifiedName : 'brand.prefetchByEmail ' ,
58- httpMethod : 'post ' ,
59- httpPath : '/brand/prefetch-by-email ' ,
80+ clientCallName : 'client.brand.identifyFromTransaction ' ,
81+ fullyQualifiedName : 'brand.identifyFromTransaction ' ,
82+ httpMethod : 'get ' ,
83+ httpPath : '/brand/transaction_identifier ' ,
6084 } ,
6185 {
6286 clientCallName : 'client.brand.retrieveByEmail' ,
@@ -82,53 +106,29 @@ export const sdkMethods: SdkMethod[] = [
82106 httpMethod : 'get' ,
83107 httpPath : '/brand/retrieve-by-ticker' ,
84108 } ,
85- {
86- clientCallName : 'client.brand.retrieveNaics' ,
87- fullyQualifiedName : 'brand.retrieveNaics' ,
88- httpMethod : 'get' ,
89- httpPath : '/brand/naics' ,
90- } ,
91109 {
92110 clientCallName : 'client.brand.retrieveSimplified' ,
93111 fullyQualifiedName : 'brand.retrieveSimplified' ,
94112 httpMethod : 'get' ,
95113 httpPath : '/brand/retrieve-simplified' ,
96114 } ,
97115 {
98- clientCallName : 'client.brand.screenshot' ,
99- fullyQualifiedName : 'brand.screenshot' ,
100- httpMethod : 'get' ,
101- httpPath : '/brand/screenshot' ,
102- } ,
103- {
104- clientCallName : 'client.brand.styleguide' ,
105- fullyQualifiedName : 'brand.styleguide' ,
106- httpMethod : 'get' ,
107- httpPath : '/brand/styleguide' ,
108- } ,
109- {
110- clientCallName : 'client.brand.webScrapeHTML' ,
111- fullyQualifiedName : 'brand.webScrapeHTML' ,
116+ clientCallName : 'client.industry.retrieveNaics' ,
117+ fullyQualifiedName : 'industry.retrieveNaics' ,
112118 httpMethod : 'get' ,
113- httpPath : '/web/scrape/html' ,
114- } ,
115- {
116- clientCallName : 'client.brand.webScrapeImages' ,
117- fullyQualifiedName : 'brand.webScrapeImages' ,
118- httpMethod : 'get' ,
119- httpPath : '/web/scrape/images' ,
119+ httpPath : '/brand/naics' ,
120120 } ,
121121 {
122- clientCallName : 'client.brand.webScrapeMd ' ,
123- fullyQualifiedName : 'brand.webScrapeMd ' ,
124- httpMethod : 'get ' ,
125- httpPath : '/web/scrape/markdown ' ,
122+ clientCallName : 'client.utility.prefetch ' ,
123+ fullyQualifiedName : 'utility.prefetch ' ,
124+ httpMethod : 'post ' ,
125+ httpPath : '/brand/prefetch ' ,
126126 } ,
127127 {
128- clientCallName : 'client.brand.webScrapeSitemap ' ,
129- fullyQualifiedName : 'brand.webScrapeSitemap ' ,
130- httpMethod : 'get ' ,
131- httpPath : '/web/scrape/sitemap ' ,
128+ clientCallName : 'client.utility.prefetchByEmail ' ,
129+ fullyQualifiedName : 'utility.prefetchByEmail ' ,
130+ httpMethod : 'post ' ,
131+ httpPath : '/brand/prefetch-by-email ' ,
132132 } ,
133133] ;
134134
0 commit comments