@gofynd/fdk-client-javascript 3.3.3 → 3.3.6
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 +30 -30
- package/sdk/application/Catalog/CatalogApplicationClient.js +30 -30
- 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 +9 -9
- package/sdk/application/Logistic/LogisticApplicationClient.js +9 -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 +57 -3
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +40 -1
- 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 +2 -2
- package/sdk/partner/Webhook/WebhookPartnerModel.js +1 -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 +62 -3
- package/sdk/platform/Cart/CartPlatformModel.js +33 -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 +89 -82
- package/sdk/platform/Catalog/CatalogPlatformClient.js +121 -85
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +61 -3
- package/sdk/platform/Catalog/CatalogPlatformModel.js +42 -1
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +46 -5
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +21 -4
- 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 +2 -2
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +1 -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 +9 -9
- package/sdk/platform/Order/OrderPlatformModel.js +6 -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 +85 -3
- package/sdk/platform/Payment/PaymentPlatformModel.js +49 -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 +38 -38
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +38 -38
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +28 -28
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +28 -28
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +59 -3
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +42 -1
- 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 +34 -34
- package/sdk/platform/User/UserPlatformApplicationClient.js +34 -34
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +9 -9
- package/sdk/platform/Webhook/WebhookPlatformClient.js +9 -9
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +2 -2
- package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -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
|
@@ -9,7 +9,7 @@ declare class Webhook {
|
|
|
9
9
|
* @returns {Promise<WebhookPlatformModel.EventConfigResult>} - Success response
|
|
10
10
|
* @name fetchAllEventConfigurations
|
|
11
11
|
* @summary: List event configurations
|
|
12
|
-
* @description: Retrieve all configurations for event handling. - Check out [method documentation](https://
|
|
12
|
+
* @description: Retrieve all configurations for event handling. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/fetchAllEventConfigurations/).
|
|
13
13
|
*/
|
|
14
14
|
fetchAllEventConfigurations({ requestHeaders }?: any, { responseHeaders }?: object): Promise<WebhookPlatformModel.EventConfigResult>;
|
|
15
15
|
/**
|
|
@@ -19,7 +19,7 @@ declare class Webhook {
|
|
|
19
19
|
* @returns {Promise<WebhookPlatformModel.SubscriberDetails>} - Success response
|
|
20
20
|
* @name getSubscriberById
|
|
21
21
|
* @summary: Get a subscriber
|
|
22
|
-
* @description: Retrieve a subscriber's details by their unique identifier. - Check out [method documentation](https://
|
|
22
|
+
* @description: Retrieve a subscriber's details by their unique identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/getSubscriberById/).
|
|
23
23
|
*/
|
|
24
24
|
getSubscriberById({ subscriberId, requestHeaders }?: WebhookPlatformValidator.GetSubscriberByIdParam, { responseHeaders }?: object): Promise<WebhookPlatformModel.SubscriberDetails>;
|
|
25
25
|
/**
|
|
@@ -29,7 +29,7 @@ declare class Webhook {
|
|
|
29
29
|
* @returns {Promise<WebhookPlatformModel.SubscriberConfigList>} - Success response
|
|
30
30
|
* @name getSubscribersByCompany
|
|
31
31
|
* @summary: List subscribers by company
|
|
32
|
-
* @description: Retrieve subscribers associated with a company. - Check out [method documentation](https://
|
|
32
|
+
* @description: Retrieve subscribers associated with a company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/getSubscribersByCompany/).
|
|
33
33
|
*/
|
|
34
34
|
getSubscribersByCompany({ pageNo, pageSize, extensionId, requestHeaders }?: WebhookPlatformValidator.GetSubscribersByCompanyParam, { responseHeaders }?: object): Promise<WebhookPlatformModel.SubscriberConfigList>;
|
|
35
35
|
/**
|
|
@@ -39,7 +39,7 @@ declare class Webhook {
|
|
|
39
39
|
* @returns {Promise<WebhookPlatformModel.SubscriberConfigList>} - Success response
|
|
40
40
|
* @name getSubscribersByExtensionId
|
|
41
41
|
* @summary: List subscribers by extension ID
|
|
42
|
-
* @description: Retrieve subscribers associated with a specific extension. - Check out [method documentation](https://
|
|
42
|
+
* @description: Retrieve subscribers associated with a specific extension. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/getSubscribersByExtensionId/).
|
|
43
43
|
*/
|
|
44
44
|
getSubscribersByExtensionId({ extensionId, pageNo, pageSize, requestHeaders }?: WebhookPlatformValidator.GetSubscribersByExtensionIdParam, { responseHeaders }?: object): Promise<WebhookPlatformModel.SubscriberConfigList>;
|
|
45
45
|
/**
|
|
@@ -49,7 +49,7 @@ declare class Webhook {
|
|
|
49
49
|
* @returns {Promise<WebhookPlatformModel.SubscriberConfigResult>} - Success response
|
|
50
50
|
* @name registerSubscriberToEvent
|
|
51
51
|
* @summary: Register subscriber to event
|
|
52
|
-
* @description: Add a subscriber to receive events of a specific type. - Check out [method documentation](https://
|
|
52
|
+
* @description: Add a subscriber to receive events of a specific type. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/registerSubscriberToEvent/).
|
|
53
53
|
*/
|
|
54
54
|
registerSubscriberToEvent({ body, requestHeaders }?: WebhookPlatformValidator.RegisterSubscriberToEventParam, { responseHeaders }?: object): Promise<WebhookPlatformModel.SubscriberConfigResult>;
|
|
55
55
|
/**
|
|
@@ -60,7 +60,7 @@ declare class Webhook {
|
|
|
60
60
|
* @name registerSubscriberToEventV2
|
|
61
61
|
* @summary: Register Subscriber.
|
|
62
62
|
* @description: Register Subscriber.
|
|
63
|
-
* - Check out [method documentation](https://
|
|
63
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/registerSubscriberToEventV2/).
|
|
64
64
|
*/
|
|
65
65
|
registerSubscriberToEventV2({ body, requestHeaders }?: WebhookPlatformValidator.RegisterSubscriberToEventV2Param, { responseHeaders }?: object): Promise<WebhookPlatformModel.SubscriberConfigResult>;
|
|
66
66
|
/**
|
|
@@ -70,7 +70,7 @@ declare class Webhook {
|
|
|
70
70
|
* @returns {Promise<WebhookPlatformModel.SubscriberConfigResult>} - Success response
|
|
71
71
|
* @name updateSubscriberConfig
|
|
72
72
|
* @summary: Update a subscriber config
|
|
73
|
-
* @description: Modify and update subscriber configuration settings. - Check out [method documentation](https://
|
|
73
|
+
* @description: Modify and update subscriber configuration settings. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/updateSubscriberConfig/).
|
|
74
74
|
*/
|
|
75
75
|
updateSubscriberConfig({ body, requestHeaders }?: WebhookPlatformValidator.UpdateSubscriberConfigParam, { responseHeaders }?: object): Promise<WebhookPlatformModel.SubscriberConfigResult>;
|
|
76
76
|
/**
|
|
@@ -81,7 +81,7 @@ declare class Webhook {
|
|
|
81
81
|
* @name updateSubscriberV2
|
|
82
82
|
* @summary: Update Subscriber.
|
|
83
83
|
* @description: Update Subscriber.
|
|
84
|
-
* - Check out [method documentation](https://
|
|
84
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/updateSubscriberV2/).
|
|
85
85
|
*/
|
|
86
86
|
updateSubscriberV2({ body, requestHeaders }?: WebhookPlatformValidator.UpdateSubscriberV2Param, { responseHeaders }?: object): Promise<WebhookPlatformModel.SubscriberConfigResult>;
|
|
87
87
|
/**
|
|
@@ -93,7 +93,7 @@ declare class Webhook {
|
|
|
93
93
|
* @name upsertSubscriberEvent
|
|
94
94
|
* @summary: Register Subscriber.
|
|
95
95
|
* @description: Register Subscriber.
|
|
96
|
-
* - Check out [method documentation](https://
|
|
96
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/upsertSubscriberEvent/).
|
|
97
97
|
*/
|
|
98
98
|
upsertSubscriberEvent({ body, requestHeaders }?: WebhookPlatformValidator.UpsertSubscriberEventParam, { responseHeaders }?: object): Promise<WebhookPlatformModel.UpsertSubscriberConfigResult>;
|
|
99
99
|
}
|
|
@@ -21,7 +21,7 @@ class Webhook {
|
|
|
21
21
|
* @returns {Promise<WebhookPlatformModel.EventConfigResult>} - Success response
|
|
22
22
|
* @name fetchAllEventConfigurations
|
|
23
23
|
* @summary: List event configurations
|
|
24
|
-
* @description: Retrieve all configurations for event handling. - Check out [method documentation](https://
|
|
24
|
+
* @description: Retrieve all configurations for event handling. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/fetchAllEventConfigurations/).
|
|
25
25
|
*/
|
|
26
26
|
async fetchAllEventConfigurations(
|
|
27
27
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -98,7 +98,7 @@ class Webhook {
|
|
|
98
98
|
* @returns {Promise<WebhookPlatformModel.SubscriberDetails>} - Success response
|
|
99
99
|
* @name getSubscriberById
|
|
100
100
|
* @summary: Get a subscriber
|
|
101
|
-
* @description: Retrieve a subscriber's details by their unique identifier. - Check out [method documentation](https://
|
|
101
|
+
* @description: Retrieve a subscriber's details by their unique identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/getSubscriberById/).
|
|
102
102
|
*/
|
|
103
103
|
async getSubscriberById(
|
|
104
104
|
{ subscriberId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -177,7 +177,7 @@ class Webhook {
|
|
|
177
177
|
* @returns {Promise<WebhookPlatformModel.SubscriberConfigList>} - Success response
|
|
178
178
|
* @name getSubscribersByCompany
|
|
179
179
|
* @summary: List subscribers by company
|
|
180
|
-
* @description: Retrieve subscribers associated with a company. - Check out [method documentation](https://
|
|
180
|
+
* @description: Retrieve subscribers associated with a company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/getSubscribersByCompany/).
|
|
181
181
|
*/
|
|
182
182
|
async getSubscribersByCompany(
|
|
183
183
|
{ pageNo, pageSize, extensionId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -265,7 +265,7 @@ class Webhook {
|
|
|
265
265
|
* @returns {Promise<WebhookPlatformModel.SubscriberConfigList>} - Success response
|
|
266
266
|
* @name getSubscribersByExtensionId
|
|
267
267
|
* @summary: List subscribers by extension ID
|
|
268
|
-
* @description: Retrieve subscribers associated with a specific extension. - Check out [method documentation](https://
|
|
268
|
+
* @description: Retrieve subscribers associated with a specific extension. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/getSubscribersByExtensionId/).
|
|
269
269
|
*/
|
|
270
270
|
async getSubscribersByExtensionId(
|
|
271
271
|
{ extensionId, pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
|
|
@@ -352,7 +352,7 @@ class Webhook {
|
|
|
352
352
|
* @returns {Promise<WebhookPlatformModel.SubscriberConfigResult>} - Success response
|
|
353
353
|
* @name registerSubscriberToEvent
|
|
354
354
|
* @summary: Register subscriber to event
|
|
355
|
-
* @description: Add a subscriber to receive events of a specific type. - Check out [method documentation](https://
|
|
355
|
+
* @description: Add a subscriber to receive events of a specific type. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/registerSubscriberToEvent/).
|
|
356
356
|
*/
|
|
357
357
|
async registerSubscriberToEvent(
|
|
358
358
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -434,7 +434,7 @@ class Webhook {
|
|
|
434
434
|
* @name registerSubscriberToEventV2
|
|
435
435
|
* @summary: Register Subscriber.
|
|
436
436
|
* @description: Register Subscriber.
|
|
437
|
-
* - Check out [method documentation](https://
|
|
437
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/registerSubscriberToEventV2/).
|
|
438
438
|
*/
|
|
439
439
|
async registerSubscriberToEventV2(
|
|
440
440
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -515,7 +515,7 @@ class Webhook {
|
|
|
515
515
|
* @returns {Promise<WebhookPlatformModel.SubscriberConfigResult>} - Success response
|
|
516
516
|
* @name updateSubscriberConfig
|
|
517
517
|
* @summary: Update a subscriber config
|
|
518
|
-
* @description: Modify and update subscriber configuration settings. - Check out [method documentation](https://
|
|
518
|
+
* @description: Modify and update subscriber configuration settings. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/updateSubscriberConfig/).
|
|
519
519
|
*/
|
|
520
520
|
async updateSubscriberConfig(
|
|
521
521
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -597,7 +597,7 @@ class Webhook {
|
|
|
597
597
|
* @name updateSubscriberV2
|
|
598
598
|
* @summary: Update Subscriber.
|
|
599
599
|
* @description: Update Subscriber.
|
|
600
|
-
* - Check out [method documentation](https://
|
|
600
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/updateSubscriberV2/).
|
|
601
601
|
*/
|
|
602
602
|
async updateSubscriberV2(
|
|
603
603
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -678,7 +678,7 @@ class Webhook {
|
|
|
678
678
|
* @name upsertSubscriberEvent
|
|
679
679
|
* @summary: Register Subscriber.
|
|
680
680
|
* @description: Register Subscriber.
|
|
681
|
-
* - Check out [method documentation](https://
|
|
681
|
+
* - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/webhook/upsertSubscriberEvent/).
|
|
682
682
|
*/
|
|
683
683
|
async upsertSubscriberEvent(
|
|
684
684
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export = WebhookPlatformModel;
|
|
2
2
|
/**
|
|
3
3
|
* @typedef Page
|
|
4
|
-
* @property {number} [item_total] - The total number of items
|
|
4
|
+
* @property {number} [item_total] - The total number of all items across all pages.
|
|
5
5
|
* @property {string} [next_id] - The identifier for the next page.
|
|
6
6
|
* @property {boolean} [has_previous] - Indicates whether there is a previous page.
|
|
7
7
|
* @property {boolean} [has_next] - Indicates whether there is a next page.
|
|
@@ -321,7 +321,7 @@ declare namespace WebhookPlatformModel {
|
|
|
321
321
|
declare function Page(): Page;
|
|
322
322
|
type Page = {
|
|
323
323
|
/**
|
|
324
|
-
* - The total number of items
|
|
324
|
+
* - The total number of all items across all pages.
|
|
325
325
|
*/
|
|
326
326
|
item_total?: number;
|
|
327
327
|
/**
|
|
@@ -2,7 +2,7 @@ const Joi = require("joi");
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @typedef Page
|
|
5
|
-
* @property {number} [item_total] - The total number of items
|
|
5
|
+
* @property {number} [item_total] - The total number of all items across all pages.
|
|
6
6
|
* @property {string} [next_id] - The identifier for the next page.
|
|
7
7
|
* @property {boolean} [has_previous] - Indicates whether there is a previous page.
|
|
8
8
|
* @property {boolean} [has_next] - Indicates whether there is a next page.
|
|
@@ -14,7 +14,7 @@ declare class Catalog {
|
|
|
14
14
|
* @returns {Promise<CatalogPublicModel.TaxonomyResponseSchema>} - Success response
|
|
15
15
|
* @name getTaxonomyByLevel
|
|
16
16
|
* @summary: Get Taxonomy Information by Level
|
|
17
|
-
* @description: Get Taxonomy Details for a given level - Check out [method documentation](https://
|
|
17
|
+
* @description: Get Taxonomy Details for a given level - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/public/catalog/getTaxonomyByLevel/).
|
|
18
18
|
*/
|
|
19
19
|
getTaxonomyByLevel({ level, l0Slug, l1Slug, l2Slug, l3Slug, limit, requestHeaders }?: CatalogPublicValidator.GetTaxonomyByLevelParam, { responseHeaders }?: object, ...args: any[]): Promise<CatalogPublicModel.TaxonomyResponseSchema>;
|
|
20
20
|
}
|
|
@@ -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
|
}
|