@gofynd/fdk-client-javascript 3.3.5 → 3.4.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/README.md +1 -1
- package/package.json +1 -1
- package/sdk/application/Cart/CartApplicationClient.d.ts +30 -30
- package/sdk/application/Cart/CartApplicationClient.js +30 -30
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +36 -33
- package/sdk/application/Catalog/CatalogApplicationClient.js +54 -35
- package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
- package/sdk/application/Common/CommonApplicationClient.js +2 -2
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -3
- package/sdk/application/Communication/CommunicationApplicationClient.js +3 -3
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +16 -16
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -16
- package/sdk/application/Content/ContentApplicationClient.d.ts +24 -24
- package/sdk/application/Content/ContentApplicationClient.js +24 -24
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +3 -3
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +3 -3
- package/sdk/application/Finance/FinanceApplicationClient.d.ts +2 -2
- package/sdk/application/Finance/FinanceApplicationClient.js +2 -2
- package/sdk/application/Lead/LeadApplicationClient.d.ts +5 -5
- package/sdk/application/Lead/LeadApplicationClient.js +5 -5
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +19 -9
- package/sdk/application/Logistic/LogisticApplicationClient.js +53 -9
- package/sdk/application/Order/OrderApplicationClient.d.ts +12 -12
- package/sdk/application/Order/OrderApplicationClient.js +12 -12
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +46 -46
- package/sdk/application/Payment/PaymentApplicationClient.js +46 -46
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +7 -7
- package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
- package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
- package/sdk/application/Share/ShareApplicationClient.js +7 -7
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
- package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
- package/sdk/application/User/UserApplicationClient.d.ts +47 -47
- package/sdk/application/User/UserApplicationClient.js +47 -47
- package/sdk/application/Webhook/WebhookApplicationClient.d.ts +1 -1
- package/sdk/application/Webhook/WebhookApplicationClient.js +1 -1
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +6 -6
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +6 -6
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +7 -7
- package/sdk/partner/Lead/LeadPartnerClient.js +7 -7
- package/sdk/partner/Lead/LeadPartnerModel.d.ts +2 -2
- package/sdk/partner/Lead/LeadPartnerModel.js +1 -1
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +25 -25
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +25 -25
- package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +6 -6
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +3 -3
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +24 -24
- package/sdk/partner/Theme/ThemePartnerClient.js +24 -24
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +10 -10
- package/sdk/partner/Webhook/WebhookPartnerClient.js +10 -10
- package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +7 -2
- package/sdk/partner/Webhook/WebhookPartnerModel.js +3 -1
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +3 -3
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +3 -3
- package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +2 -2
- package/sdk/platform/Analytics/AnalyticsPlatformModel.js +1 -1
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +1 -1
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +1 -1
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +5 -5
- package/sdk/platform/Billing/BillingPlatformClient.js +5 -5
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +62 -62
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +62 -62
- package/sdk/platform/Cart/CartPlatformModel.d.ts +233 -3
- package/sdk/platform/Cart/CartPlatformModel.js +147 -1
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +66 -66
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +66 -66
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +81 -79
- package/sdk/platform/Catalog/CatalogPlatformClient.js +93 -80
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +89 -5
- package/sdk/platform/Catalog/CatalogPlatformModel.js +57 -3
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +7 -2
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +4 -2
- package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
- package/sdk/platform/Common/CommonPlatformClient.js +2 -2
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +67 -67
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +67 -67
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +2 -2
- package/sdk/platform/Communication/CommunicationPlatformModel.js +1 -1
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +14 -14
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +14 -14
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -2
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +1 -1
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +11 -11
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +11 -11
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +19 -3
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +16 -1
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +107 -107
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +107 -107
- package/sdk/platform/Content/ContentPlatformClient.d.ts +40 -40
- package/sdk/platform/Content/ContentPlatformClient.js +40 -40
- package/sdk/platform/Content/ContentPlatformModel.d.ts +2 -2
- package/sdk/platform/Content/ContentPlatformModel.js +1 -1
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
- package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
- package/sdk/platform/Discount/DiscountPlatformModel.d.ts +2 -2
- package/sdk/platform/Discount/DiscountPlatformModel.js +1 -1
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +4 -4
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +4 -4
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +6 -6
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +6 -6
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +10 -10
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +10 -10
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +9 -9
- package/sdk/platform/Lead/LeadPlatformClient.js +9 -9
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +2 -2
- package/sdk/platform/Lead/LeadPlatformModel.js +1 -1
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +5 -5
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +5 -5
- package/sdk/platform/Order/OrderPlatformClient.d.ts +58 -58
- package/sdk/platform/Order/OrderPlatformClient.js +58 -58
- package/sdk/platform/Order/OrderPlatformModel.d.ts +29 -10
- package/sdk/platform/Order/OrderPlatformModel.js +28 -6
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +51 -51
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +51 -51
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
- package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +2 -2
- package/sdk/platform/Payment/PaymentPlatformModel.js +1 -1
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
- package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +2 -2
- package/sdk/platform/Rewards/RewardsPlatformModel.js +1 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +162 -39
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +840 -73
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +139 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +125 -0
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +30 -30
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +36 -30
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +936 -62
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +591 -33
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +12 -0
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +5 -0
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
- package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
- package/sdk/platform/Share/SharePlatformModel.d.ts +2 -2
- package/sdk/platform/Share/SharePlatformModel.js +1 -1
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +22 -22
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +22 -22
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +4 -4
- package/sdk/platform/Theme/ThemePlatformClient.js +4 -4
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +70 -34
- package/sdk/platform/User/UserPlatformApplicationClient.js +285 -34
- package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +38 -1
- package/sdk/platform/User/UserPlatformApplicationValidator.js +42 -0
- package/sdk/platform/User/UserPlatformModel.d.ts +430 -10
- package/sdk/platform/User/UserPlatformModel.js +276 -7
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +9 -9
- package/sdk/platform/Webhook/WebhookPlatformClient.js +9 -9
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +12 -2
- package/sdk/platform/Webhook/WebhookPlatformModel.js +5 -1
- package/sdk/public/Catalog/CatalogPublicClient.d.ts +1 -1
- package/sdk/public/Catalog/CatalogPublicClient.js +1 -1
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.js +2 -2
- package/sdk/public/Content/ContentPublicClient.d.ts +14 -14
- package/sdk/public/Content/ContentPublicClient.js +14 -14
- package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
- package/sdk/public/Partner/PartnerPublicClient.js +1 -1
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +5 -5
- package/sdk/public/Webhook/WebhookPublicClient.js +5 -5
|
@@ -42,7 +42,7 @@ class Catalog {
|
|
|
42
42
|
* @returns {Promise<CatalogPublicModel.TaxonomyResponseSchema>} - Success response
|
|
43
43
|
* @name getTaxonomyByLevel
|
|
44
44
|
* @summary: Get Taxonomy Information by Level
|
|
45
|
-
* @description: Get Taxonomy Details for a given level - Check out [method documentation](https://
|
|
45
|
+
* @description: Get Taxonomy Details for a given level - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/catalog/getTaxonomyByLevel/).
|
|
46
46
|
*/
|
|
47
47
|
async getTaxonomyByLevel(
|
|
48
48
|
{ level, l0Slug, l1Slug, l2Slug, l3Slug, limit, requestHeaders } = {
|
|
@@ -15,7 +15,7 @@ declare class Configuration {
|
|
|
15
15
|
* @returns {Promise<ConfigurationPublicModel.Locations>} - Success response
|
|
16
16
|
* @name getLocations
|
|
17
17
|
* @summary: Get countries, states, cities
|
|
18
|
-
* @description: Get Location configuration - Check out [method documentation](https://
|
|
18
|
+
* @description: Get Location configuration - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/configuration/getLocations/).
|
|
19
19
|
*/
|
|
20
20
|
getLocations({ locationType, id, requestHeaders }?: ConfigurationPublicValidator.GetLocationsParam, { responseHeaders }?: object): Promise<ConfigurationPublicModel.Locations>;
|
|
21
21
|
/**
|
|
@@ -26,7 +26,7 @@ declare class Configuration {
|
|
|
26
26
|
* Success response
|
|
27
27
|
* @name searchApplication
|
|
28
28
|
* @summary: Search application
|
|
29
|
-
* @description: Provide application name or domain url. - Check out [method documentation](https://
|
|
29
|
+
* @description: Provide application name or domain url. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/configuration/searchApplication/).
|
|
30
30
|
*/
|
|
31
31
|
searchApplication({ authorization, query, requestHeaders }?: ConfigurationPublicValidator.SearchApplicationParam, { responseHeaders }?: object): Promise<ConfigurationPublicModel.ApplicationResponseSchema>;
|
|
32
32
|
}
|
|
@@ -44,7 +44,7 @@ class Configuration {
|
|
|
44
44
|
* @returns {Promise<ConfigurationPublicModel.Locations>} - Success response
|
|
45
45
|
* @name getLocations
|
|
46
46
|
* @summary: Get countries, states, cities
|
|
47
|
-
* @description: Get Location configuration - Check out [method documentation](https://
|
|
47
|
+
* @description: Get Location configuration - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/configuration/getLocations/).
|
|
48
48
|
*/
|
|
49
49
|
async getLocations(
|
|
50
50
|
{ locationType, id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -125,7 +125,7 @@ class Configuration {
|
|
|
125
125
|
* Success response
|
|
126
126
|
* @name searchApplication
|
|
127
127
|
* @summary: Search application
|
|
128
|
-
* @description: Provide application name or domain url. - Check out [method documentation](https://
|
|
128
|
+
* @description: Provide application name or domain url. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/configuration/searchApplication/).
|
|
129
129
|
*/
|
|
130
130
|
async searchApplication(
|
|
131
131
|
{ authorization, query, requestHeaders } = { requestHeaders: {} },
|
|
@@ -27,7 +27,7 @@ declare class Content {
|
|
|
27
27
|
* @returns {Promise<Object>} - Success response
|
|
28
28
|
* @name getAllLanguages
|
|
29
29
|
* @summary: Get All Languages
|
|
30
|
-
* @description: Fetches complete list of languages supported by the platform with their locale codes and text directions. - Check out [method documentation](https://
|
|
30
|
+
* @description: Fetches complete list of languages supported by the platform with their locale codes and text directions. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getAllLanguages/).
|
|
31
31
|
*/
|
|
32
32
|
getAllLanguages({ requestHeaders }?: any, { responseHeaders }?: object): Promise<any>;
|
|
33
33
|
/**
|
|
@@ -37,7 +37,7 @@ declare class Content {
|
|
|
37
37
|
* @returns {Promise<ContentPublicModel.TagsSchema>} - Success response
|
|
38
38
|
* @name getAllTags
|
|
39
39
|
* @summary: Retrieve tags with injected css/javascript info.
|
|
40
|
-
* @description: Retrieve custom tag with injected css/javascript info. - Check out [method documentation](https://
|
|
40
|
+
* @description: Retrieve custom tag with injected css/javascript info. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getAllTags/).
|
|
41
41
|
*/
|
|
42
42
|
getAllTags({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPublicModel.TagsSchema>;
|
|
43
43
|
/**
|
|
@@ -47,7 +47,7 @@ declare class Content {
|
|
|
47
47
|
* @returns {Promise<Object>} - Success response
|
|
48
48
|
* @name getAllTranslatableResources
|
|
49
49
|
* @summary: Get Translatable Items
|
|
50
|
-
* @description: Retrieves all resources that can be translated across different languages in the system. - Check out [method documentation](https://
|
|
50
|
+
* @description: Retrieves all resources that can be translated across different languages in the system. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getAllTranslatableResources/).
|
|
51
51
|
*/
|
|
52
52
|
getAllTranslatableResources({ requestHeaders }?: any, { responseHeaders }?: object): Promise<any>;
|
|
53
53
|
/**
|
|
@@ -57,7 +57,7 @@ declare class Content {
|
|
|
57
57
|
* @returns {Promise<ContentPublicModel.AnalyticsTagsSchema>} - Success response
|
|
58
58
|
* @name getAnalyticsTags
|
|
59
59
|
* @summary: Get Analytics Tags
|
|
60
|
-
* @description: Retrieve analytics tags. - Check out [method documentation](https://
|
|
60
|
+
* @description: Retrieve analytics tags. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getAnalyticsTags/).
|
|
61
61
|
*/
|
|
62
62
|
getAnalyticsTags({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPublicModel.AnalyticsTagsSchema>;
|
|
63
63
|
/**
|
|
@@ -67,7 +67,7 @@ declare class Content {
|
|
|
67
67
|
* @returns {Promise<ContentPublicModel.BasicDetailsPayloadSchema>} - Success response
|
|
68
68
|
* @name getBasicDetails
|
|
69
69
|
* @summary: get basic platform information
|
|
70
|
-
* @description: get basic platform information on Admin panel like Common Settings, Appereance of Authentication Page, Text on Seller Login or Register Page, Business Account Restrictions, Seller Support Details and Footer Details - Check out [method documentation](https://
|
|
70
|
+
* @description: get basic platform information on Admin panel like Common Settings, Appereance of Authentication Page, Text on Seller Login or Register Page, Business Account Restrictions, Seller Support Details and Footer Details - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getBasicDetails/).
|
|
71
71
|
*/
|
|
72
72
|
getBasicDetails({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPublicModel.BasicDetailsPayloadSchema>;
|
|
73
73
|
/**
|
|
@@ -77,7 +77,7 @@ declare class Content {
|
|
|
77
77
|
* @returns {Promise<ContentPublicModel.CredentialsSchema>} - Success response
|
|
78
78
|
* @name getCredentialsByEntity
|
|
79
79
|
* @summary: Get credentials to power chat support systems
|
|
80
|
-
* @description: Get credentials for support system - Check out [method documentation](https://
|
|
80
|
+
* @description: Get credentials for support system - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getCredentialsByEntity/).
|
|
81
81
|
*/
|
|
82
82
|
getCredentialsByEntity({ entityType, requestHeaders }?: ContentPublicValidator.GetCredentialsByEntityParam, { responseHeaders }?: object, ...args: any[]): Promise<ContentPublicModel.CredentialsSchema>;
|
|
83
83
|
/**
|
|
@@ -87,7 +87,7 @@ declare class Content {
|
|
|
87
87
|
* @returns {Promise<ContentPublicModel.CustomPageBySlugSchema>} - Success response
|
|
88
88
|
* @name getCustomPage
|
|
89
89
|
* @summary: Retrieve info for custom page.
|
|
90
|
-
* @description: Retrieve info of custom pagee to develop and manage custom webpages. - Check out [method documentation](https://
|
|
90
|
+
* @description: Retrieve info of custom pagee to develop and manage custom webpages. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getCustomPage/).
|
|
91
91
|
*/
|
|
92
92
|
getCustomPage({ slug, requestHeaders }?: ContentPublicValidator.GetCustomPageParam, { responseHeaders }?: object, ...args: any[]): Promise<ContentPublicModel.CustomPageBySlugSchema>;
|
|
93
93
|
/**
|
|
@@ -97,7 +97,7 @@ declare class Content {
|
|
|
97
97
|
* @returns {Promise<ContentPublicModel.FooterSchema>} - Success response
|
|
98
98
|
* @name getFooterContent
|
|
99
99
|
* @summary: Get Footer Content
|
|
100
|
-
* @description: Retrieve footer content. - Check out [method documentation](https://
|
|
100
|
+
* @description: Retrieve footer content. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getFooterContent/).
|
|
101
101
|
*/
|
|
102
102
|
getFooterContent({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPublicModel.FooterSchema>;
|
|
103
103
|
/**
|
|
@@ -107,7 +107,7 @@ declare class Content {
|
|
|
107
107
|
* @returns {Promise<ContentPublicModel.HomePageContentSchema>} - Success response
|
|
108
108
|
* @name getHomePageContent
|
|
109
109
|
* @summary: Get Home Page Content
|
|
110
|
-
* @description: Retrieve home page content for a specific page type. - Check out [method documentation](https://
|
|
110
|
+
* @description: Retrieve home page content for a specific page type. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getHomePageContent/).
|
|
111
111
|
*/
|
|
112
112
|
getHomePageContent({ pageType, requestHeaders }?: ContentPublicValidator.GetHomePageContentParam, { responseHeaders }?: object): Promise<ContentPublicModel.HomePageContentSchema>;
|
|
113
113
|
/**
|
|
@@ -117,7 +117,7 @@ declare class Content {
|
|
|
117
117
|
* @returns {Promise<ContentPublicModel.Language>} - Success response
|
|
118
118
|
* @name getLanguageByLocale
|
|
119
119
|
* @summary: Get Single Language
|
|
120
|
-
* @description: Retrieves detailed information about a specific language using its locale identifier. - Check out [method documentation](https://
|
|
120
|
+
* @description: Retrieves detailed information about a specific language using its locale identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getLanguageByLocale/).
|
|
121
121
|
*/
|
|
122
122
|
getLanguageByLocale({ locale, requestHeaders }?: ContentPublicValidator.GetLanguageByLocaleParam, { responseHeaders }?: object, ...args: any[]): Promise<ContentPublicModel.Language>;
|
|
123
123
|
/**
|
|
@@ -127,7 +127,7 @@ declare class Content {
|
|
|
127
127
|
* @returns {Promise<ContentPublicModel.MenusSchema>} - Success response
|
|
128
128
|
* @name getMenuContent
|
|
129
129
|
* @summary: Get desktop menu content
|
|
130
|
-
* @description: Retrieves the desktop menu content. - Check out [method documentation](https://
|
|
130
|
+
* @description: Retrieves the desktop menu content. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getMenuContent/).
|
|
131
131
|
*/
|
|
132
132
|
getMenuContent({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPublicModel.MenusSchema>;
|
|
133
133
|
/**
|
|
@@ -137,7 +137,7 @@ declare class Content {
|
|
|
137
137
|
* @returns {Promise<ContentPublicModel.MenuTypeSchema>} - Success response
|
|
138
138
|
* @name getMenuContentByType
|
|
139
139
|
* @summary: Get desktop menu content
|
|
140
|
-
* @description: Retrieves the desktop menu content. - Check out [method documentation](https://
|
|
140
|
+
* @description: Retrieves the desktop menu content. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getMenuContentByType/).
|
|
141
141
|
*/
|
|
142
142
|
getMenuContentByType({ type, requestHeaders }?: ContentPublicValidator.GetMenuContentByTypeParam, { responseHeaders }?: object, ...args: any[]): Promise<ContentPublicModel.MenuTypeSchema>;
|
|
143
143
|
/**
|
|
@@ -147,7 +147,7 @@ declare class Content {
|
|
|
147
147
|
* @returns {Promise<ContentPublicModel.NavbarSchema>} - Success response
|
|
148
148
|
* @name getNavbar
|
|
149
149
|
* @summary: Get Navbar
|
|
150
|
-
* @description: Retrieve navbar information. - Check out [method documentation](https://
|
|
150
|
+
* @description: Retrieve navbar information. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getNavbar/).
|
|
151
151
|
*/
|
|
152
152
|
getNavbar({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPublicModel.NavbarSchema>;
|
|
153
153
|
/**
|
|
@@ -157,7 +157,7 @@ declare class Content {
|
|
|
157
157
|
* @returns {Promise<ContentPublicModel.PricingBannerSchema>} - Success response
|
|
158
158
|
* @name getPricingBanner
|
|
159
159
|
* @summary: Get Pricing Banner
|
|
160
|
-
* @description: Retrieve pricing banner information. - Check out [method documentation](https://
|
|
160
|
+
* @description: Retrieve pricing banner information. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getPricingBanner/).
|
|
161
161
|
*/
|
|
162
162
|
getPricingBanner({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPublicModel.PricingBannerSchema>;
|
|
163
163
|
}
|
|
@@ -57,7 +57,7 @@ class Content {
|
|
|
57
57
|
* @returns {Promise<Object>} - Success response
|
|
58
58
|
* @name getAllLanguages
|
|
59
59
|
* @summary: Get All Languages
|
|
60
|
-
* @description: Fetches complete list of languages supported by the platform with their locale codes and text directions. - Check out [method documentation](https://
|
|
60
|
+
* @description: Fetches complete list of languages supported by the platform with their locale codes and text directions. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getAllLanguages/).
|
|
61
61
|
*/
|
|
62
62
|
async getAllLanguages(
|
|
63
63
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -133,7 +133,7 @@ class Content {
|
|
|
133
133
|
* @returns {Promise<ContentPublicModel.TagsSchema>} - Success response
|
|
134
134
|
* @name getAllTags
|
|
135
135
|
* @summary: Retrieve tags with injected css/javascript info.
|
|
136
|
-
* @description: Retrieve custom tag with injected css/javascript info. - Check out [method documentation](https://
|
|
136
|
+
* @description: Retrieve custom tag with injected css/javascript info. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getAllTags/).
|
|
137
137
|
*/
|
|
138
138
|
async getAllTags(
|
|
139
139
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -209,7 +209,7 @@ class Content {
|
|
|
209
209
|
* @returns {Promise<Object>} - Success response
|
|
210
210
|
* @name getAllTranslatableResources
|
|
211
211
|
* @summary: Get Translatable Items
|
|
212
|
-
* @description: Retrieves all resources that can be translated across different languages in the system. - Check out [method documentation](https://
|
|
212
|
+
* @description: Retrieves all resources that can be translated across different languages in the system. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getAllTranslatableResources/).
|
|
213
213
|
*/
|
|
214
214
|
async getAllTranslatableResources(
|
|
215
215
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -287,7 +287,7 @@ class Content {
|
|
|
287
287
|
* @returns {Promise<ContentPublicModel.AnalyticsTagsSchema>} - Success response
|
|
288
288
|
* @name getAnalyticsTags
|
|
289
289
|
* @summary: Get Analytics Tags
|
|
290
|
-
* @description: Retrieve analytics tags. - Check out [method documentation](https://
|
|
290
|
+
* @description: Retrieve analytics tags. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getAnalyticsTags/).
|
|
291
291
|
*/
|
|
292
292
|
async getAnalyticsTags(
|
|
293
293
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -365,7 +365,7 @@ class Content {
|
|
|
365
365
|
* @returns {Promise<ContentPublicModel.BasicDetailsPayloadSchema>} - Success response
|
|
366
366
|
* @name getBasicDetails
|
|
367
367
|
* @summary: get basic platform information
|
|
368
|
-
* @description: get basic platform information on Admin panel like Common Settings, Appereance of Authentication Page, Text on Seller Login or Register Page, Business Account Restrictions, Seller Support Details and Footer Details - Check out [method documentation](https://
|
|
368
|
+
* @description: get basic platform information on Admin panel like Common Settings, Appereance of Authentication Page, Text on Seller Login or Register Page, Business Account Restrictions, Seller Support Details and Footer Details - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getBasicDetails/).
|
|
369
369
|
*/
|
|
370
370
|
async getBasicDetails(
|
|
371
371
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -443,7 +443,7 @@ class Content {
|
|
|
443
443
|
* @returns {Promise<ContentPublicModel.CredentialsSchema>} - Success response
|
|
444
444
|
* @name getCredentialsByEntity
|
|
445
445
|
* @summary: Get credentials to power chat support systems
|
|
446
|
-
* @description: Get credentials for support system - Check out [method documentation](https://
|
|
446
|
+
* @description: Get credentials for support system - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getCredentialsByEntity/).
|
|
447
447
|
*/
|
|
448
448
|
async getCredentialsByEntity(
|
|
449
449
|
{ entityType, requestHeaders } = { requestHeaders: {} },
|
|
@@ -530,7 +530,7 @@ class Content {
|
|
|
530
530
|
* @returns {Promise<ContentPublicModel.CustomPageBySlugSchema>} - Success response
|
|
531
531
|
* @name getCustomPage
|
|
532
532
|
* @summary: Retrieve info for custom page.
|
|
533
|
-
* @description: Retrieve info of custom pagee to develop and manage custom webpages. - Check out [method documentation](https://
|
|
533
|
+
* @description: Retrieve info of custom pagee to develop and manage custom webpages. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getCustomPage/).
|
|
534
534
|
*/
|
|
535
535
|
async getCustomPage(
|
|
536
536
|
{ slug, requestHeaders } = { requestHeaders: {} },
|
|
@@ -615,7 +615,7 @@ class Content {
|
|
|
615
615
|
* @returns {Promise<ContentPublicModel.FooterSchema>} - Success response
|
|
616
616
|
* @name getFooterContent
|
|
617
617
|
* @summary: Get Footer Content
|
|
618
|
-
* @description: Retrieve footer content. - Check out [method documentation](https://
|
|
618
|
+
* @description: Retrieve footer content. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getFooterContent/).
|
|
619
619
|
*/
|
|
620
620
|
async getFooterContent(
|
|
621
621
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -693,7 +693,7 @@ class Content {
|
|
|
693
693
|
* @returns {Promise<ContentPublicModel.HomePageContentSchema>} - Success response
|
|
694
694
|
* @name getHomePageContent
|
|
695
695
|
* @summary: Get Home Page Content
|
|
696
|
-
* @description: Retrieve home page content for a specific page type. - Check out [method documentation](https://
|
|
696
|
+
* @description: Retrieve home page content for a specific page type. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getHomePageContent/).
|
|
697
697
|
*/
|
|
698
698
|
async getHomePageContent(
|
|
699
699
|
{ pageType, requestHeaders } = { requestHeaders: {} },
|
|
@@ -772,7 +772,7 @@ class Content {
|
|
|
772
772
|
* @returns {Promise<ContentPublicModel.Language>} - Success response
|
|
773
773
|
* @name getLanguageByLocale
|
|
774
774
|
* @summary: Get Single Language
|
|
775
|
-
* @description: Retrieves detailed information about a specific language using its locale identifier. - Check out [method documentation](https://
|
|
775
|
+
* @description: Retrieves detailed information about a specific language using its locale identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getLanguageByLocale/).
|
|
776
776
|
*/
|
|
777
777
|
async getLanguageByLocale(
|
|
778
778
|
{ locale, requestHeaders } = { requestHeaders: {} },
|
|
@@ -859,7 +859,7 @@ class Content {
|
|
|
859
859
|
* @returns {Promise<ContentPublicModel.MenusSchema>} - Success response
|
|
860
860
|
* @name getMenuContent
|
|
861
861
|
* @summary: Get desktop menu content
|
|
862
|
-
* @description: Retrieves the desktop menu content. - Check out [method documentation](https://
|
|
862
|
+
* @description: Retrieves the desktop menu content. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getMenuContent/).
|
|
863
863
|
*/
|
|
864
864
|
async getMenuContent(
|
|
865
865
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -937,7 +937,7 @@ class Content {
|
|
|
937
937
|
* @returns {Promise<ContentPublicModel.MenuTypeSchema>} - Success response
|
|
938
938
|
* @name getMenuContentByType
|
|
939
939
|
* @summary: Get desktop menu content
|
|
940
|
-
* @description: Retrieves the desktop menu content. - Check out [method documentation](https://
|
|
940
|
+
* @description: Retrieves the desktop menu content. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getMenuContentByType/).
|
|
941
941
|
*/
|
|
942
942
|
async getMenuContentByType(
|
|
943
943
|
{ type, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1024,7 +1024,7 @@ class Content {
|
|
|
1024
1024
|
* @returns {Promise<ContentPublicModel.NavbarSchema>} - Success response
|
|
1025
1025
|
* @name getNavbar
|
|
1026
1026
|
* @summary: Get Navbar
|
|
1027
|
-
* @description: Retrieve navbar information. - Check out [method documentation](https://
|
|
1027
|
+
* @description: Retrieve navbar information. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getNavbar/).
|
|
1028
1028
|
*/
|
|
1029
1029
|
async getNavbar(
|
|
1030
1030
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -1100,7 +1100,7 @@ class Content {
|
|
|
1100
1100
|
* @returns {Promise<ContentPublicModel.PricingBannerSchema>} - Success response
|
|
1101
1101
|
* @name getPricingBanner
|
|
1102
1102
|
* @summary: Get Pricing Banner
|
|
1103
|
-
* @description: Retrieve pricing banner information. - Check out [method documentation](https://
|
|
1103
|
+
* @description: Retrieve pricing banner information. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/content/getPricingBanner/).
|
|
1104
1104
|
*/
|
|
1105
1105
|
async getPricingBanner(
|
|
1106
1106
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -14,7 +14,7 @@ declare class Partner {
|
|
|
14
14
|
* @returns {Promise<PartnerPublicModel.ExtensionUsingSlug>} - Success response
|
|
15
15
|
* @name getPanelExtensionDetails
|
|
16
16
|
* @summary: Get panel extension details
|
|
17
|
-
* @description: Retrieve detailed information about panel extensions in the public server setup. - Check out [method documentation](https://
|
|
17
|
+
* @description: Retrieve detailed information about panel extensions in the public server setup. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/partner/getPanelExtensionDetails/).
|
|
18
18
|
*/
|
|
19
19
|
getPanelExtensionDetails({ slug, requestHeaders }?: PartnerPublicValidator.GetPanelExtensionDetailsParam, { responseHeaders }?: object, ...args: any[]): Promise<PartnerPublicModel.ExtensionUsingSlug>;
|
|
20
20
|
}
|
|
@@ -43,7 +43,7 @@ class Partner {
|
|
|
43
43
|
* @returns {Promise<PartnerPublicModel.ExtensionUsingSlug>} - Success response
|
|
44
44
|
* @name getPanelExtensionDetails
|
|
45
45
|
* @summary: Get panel extension details
|
|
46
|
-
* @description: Retrieve detailed information about panel extensions in the public server setup. - Check out [method documentation](https://
|
|
46
|
+
* @description: Retrieve detailed information about panel extensions in the public server setup. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/partner/getPanelExtensionDetails/).
|
|
47
47
|
*/
|
|
48
48
|
async getPanelExtensionDetails(
|
|
49
49
|
{ slug, requestHeaders } = { requestHeaders: {} },
|
|
@@ -18,7 +18,7 @@ declare class Webhook {
|
|
|
18
18
|
* @returns {Promise<WebhookPublicModel.EventDetails>} - Success response
|
|
19
19
|
* @name fetchAllWebhookEvents
|
|
20
20
|
* @summary: Fetch all webhook events.
|
|
21
|
-
* @description: Retrieve a list of all webhook events in the public server setup. - Check out [method documentation](https://
|
|
21
|
+
* @description: Retrieve a list of all webhook events in the public server setup. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/webhook/fetchAllWebhookEvents/).
|
|
22
22
|
*/
|
|
23
23
|
fetchAllWebhookEvents({ requestHeaders }?: any, { responseHeaders }?: object): Promise<WebhookPublicModel.EventDetails>;
|
|
24
24
|
/**
|
|
@@ -28,7 +28,7 @@ declare class Webhook {
|
|
|
28
28
|
* @returns {Promise<WebhookPublicModel.EventNotifier>} - Success response
|
|
29
29
|
* @name notifyDepricatedEvent
|
|
30
30
|
* @summary: Notifies all the events that are going to depricate
|
|
31
|
-
* @description: Notifies all the events that are subscribed and are going to deprecate or new version is available for those events - Check out [method documentation](https://
|
|
31
|
+
* @description: Notifies all the events that are subscribed and are going to deprecate or new version is available for those events - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/webhook/notifyDepricatedEvent/).
|
|
32
32
|
*/
|
|
33
33
|
notifyDepricatedEvent({ requestHeaders }?: any, { responseHeaders }?: object): Promise<WebhookPublicModel.EventNotifier>;
|
|
34
34
|
/**
|
|
@@ -38,7 +38,7 @@ declare class Webhook {
|
|
|
38
38
|
* @returns {Promise<WebhookPublicModel.EventDetails>} - Success response
|
|
39
39
|
* @name queryWebhookEventDetails
|
|
40
40
|
* @summary: Query webhook event details.
|
|
41
|
-
* @description: Query and obtain detailed information about webhook events in the public server configurations. - Check out [method documentation](https://
|
|
41
|
+
* @description: Query and obtain detailed information about webhook events in the public server configurations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/webhook/queryWebhookEventDetails/).
|
|
42
42
|
*/
|
|
43
43
|
queryWebhookEventDetails({ body, requestHeaders }?: WebhookPublicValidator.QueryWebhookEventDetailsParam, { responseHeaders }?: object): Promise<WebhookPublicModel.EventDetails>;
|
|
44
44
|
/**
|
|
@@ -48,7 +48,7 @@ declare class Webhook {
|
|
|
48
48
|
* @returns {Promise<WebhookPublicModel.TransformEventResult>} - Success response
|
|
49
49
|
* @name testHandlerTransformation
|
|
50
50
|
* @summary: Test transformation of handler
|
|
51
|
-
* @description: Test transformation of handler - Check out [method documentation](https://
|
|
51
|
+
* @description: Test transformation of handler - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/webhook/testHandlerTransformation/).
|
|
52
52
|
*/
|
|
53
53
|
testHandlerTransformation({ body, requestHeaders }?: WebhookPublicValidator.TestHandlerTransformationParam, { responseHeaders }?: object): Promise<WebhookPublicModel.TransformEventResult>;
|
|
54
54
|
/**
|
|
@@ -58,7 +58,7 @@ declare class Webhook {
|
|
|
58
58
|
* @returns {Promise<WebhookPublicModel.ValidateSchemaResult>} - Success response
|
|
59
59
|
* @name validateSchema
|
|
60
60
|
* @summary: Validate Schema for an event
|
|
61
|
-
* @description: Validate Schema for an event - Check out [method documentation](https://
|
|
61
|
+
* @description: Validate Schema for an event - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/webhook/validateSchema/).
|
|
62
62
|
*/
|
|
63
63
|
validateSchema({ body, requestHeaders }?: WebhookPublicValidator.ValidateSchemaParam, { responseHeaders }?: object): Promise<WebhookPublicModel.ValidateSchemaResult>;
|
|
64
64
|
}
|
|
@@ -50,7 +50,7 @@ class Webhook {
|
|
|
50
50
|
* @returns {Promise<WebhookPublicModel.EventDetails>} - Success response
|
|
51
51
|
* @name fetchAllWebhookEvents
|
|
52
52
|
* @summary: Fetch all webhook events.
|
|
53
|
-
* @description: Retrieve a list of all webhook events in the public server setup. - Check out [method documentation](https://
|
|
53
|
+
* @description: Retrieve a list of all webhook events in the public server setup. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/webhook/fetchAllWebhookEvents/).
|
|
54
54
|
*/
|
|
55
55
|
async fetchAllWebhookEvents(
|
|
56
56
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -128,7 +128,7 @@ class Webhook {
|
|
|
128
128
|
* @returns {Promise<WebhookPublicModel.EventNotifier>} - Success response
|
|
129
129
|
* @name notifyDepricatedEvent
|
|
130
130
|
* @summary: Notifies all the events that are going to depricate
|
|
131
|
-
* @description: Notifies all the events that are subscribed and are going to deprecate or new version is available for those events - Check out [method documentation](https://
|
|
131
|
+
* @description: Notifies all the events that are subscribed and are going to deprecate or new version is available for those events - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/webhook/notifyDepricatedEvent/).
|
|
132
132
|
*/
|
|
133
133
|
async notifyDepricatedEvent(
|
|
134
134
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -206,7 +206,7 @@ class Webhook {
|
|
|
206
206
|
* @returns {Promise<WebhookPublicModel.EventDetails>} - Success response
|
|
207
207
|
* @name queryWebhookEventDetails
|
|
208
208
|
* @summary: Query webhook event details.
|
|
209
|
-
* @description: Query and obtain detailed information about webhook events in the public server configurations. - Check out [method documentation](https://
|
|
209
|
+
* @description: Query and obtain detailed information about webhook events in the public server configurations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/webhook/queryWebhookEventDetails/).
|
|
210
210
|
*/
|
|
211
211
|
async queryWebhookEventDetails(
|
|
212
212
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -286,7 +286,7 @@ class Webhook {
|
|
|
286
286
|
* @returns {Promise<WebhookPublicModel.TransformEventResult>} - Success response
|
|
287
287
|
* @name testHandlerTransformation
|
|
288
288
|
* @summary: Test transformation of handler
|
|
289
|
-
* @description: Test transformation of handler - Check out [method documentation](https://
|
|
289
|
+
* @description: Test transformation of handler - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/webhook/testHandlerTransformation/).
|
|
290
290
|
*/
|
|
291
291
|
async testHandlerTransformation(
|
|
292
292
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -366,7 +366,7 @@ class Webhook {
|
|
|
366
366
|
* @returns {Promise<WebhookPublicModel.ValidateSchemaResult>} - Success response
|
|
367
367
|
* @name validateSchema
|
|
368
368
|
* @summary: Validate Schema for an event
|
|
369
|
-
* @description: Validate Schema for an event - Check out [method documentation](https://
|
|
369
|
+
* @description: Validate Schema for an event - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/webhook/validateSchema/).
|
|
370
370
|
*/
|
|
371
371
|
async validateSchema(
|
|
372
372
|
{ body, requestHeaders } = { requestHeaders: {} },
|