@gofynd/fdk-client-javascript 1.4.2-beta.6 → 1.4.3
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 +5 -3
- package/sdk/application/ApplicationAPIClient.d.ts +1 -1
- package/sdk/application/ApplicationAPIClient.js +0 -1
- package/sdk/application/Cart/CartApplicationClient.d.ts +25 -25
- package/sdk/application/Cart/CartApplicationClient.js +25 -25
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +40 -40
- package/sdk/application/Catalog/CatalogApplicationClient.js +40 -40
- 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 +10 -10
- package/sdk/application/Content/ContentApplicationClient.js +10 -10
- package/sdk/application/Content/ContentApplicationModel.d.ts +18 -18
- package/sdk/application/Content/ContentApplicationModel.js +26 -26
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +2 -2
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +12 -6
- package/sdk/application/Lead/LeadApplicationClient.d.ts +7 -7
- package/sdk/application/Lead/LeadApplicationClient.js +7 -7
- package/sdk/application/Lead/LeadApplicationModel.d.ts +64 -77
- package/sdk/application/Lead/LeadApplicationModel.js +42 -52
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +9 -9
- package/sdk/application/Logistic/LogisticApplicationClient.js +9 -9
- package/sdk/application/Order/OrderApplicationClient.d.ts +13 -13
- package/sdk/application/Order/OrderApplicationClient.js +16 -12
- package/sdk/application/Order/OrderApplicationValidator.d.ts +7 -0
- package/sdk/application/Order/OrderApplicationValidator.js +3 -0
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +47 -47
- package/sdk/application/Payment/PaymentApplicationClient.js +52 -52
- package/sdk/application/Payment/PaymentApplicationModel.d.ts +5 -2
- package/sdk/application/Payment/PaymentApplicationModel.js +4 -2
- package/sdk/application/Payment/PaymentApplicationValidator.d.ts +5 -5
- package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
- package/sdk/application/PosCart/PosCartApplicationClient.d.ts +27 -27
- package/sdk/application/PosCart/PosCartApplicationClient.js +27 -27
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +6 -6
- package/sdk/application/Rewards/RewardsApplicationClient.js +6 -6
- package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
- package/sdk/application/Share/ShareApplicationClient.js +7 -7
- package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
- package/sdk/application/Share/ShareApplicationModel.js +2 -0
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
- package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
- package/sdk/application/Theme/ThemeApplicationModel.d.ts +25 -32
- package/sdk/application/Theme/ThemeApplicationModel.js +30 -40
- package/sdk/application/User/UserApplicationClient.d.ts +28 -28
- package/sdk/application/User/UserApplicationClient.js +28 -28
- package/sdk/application/User/UserApplicationModel.d.ts +44 -13
- package/sdk/application/User/UserApplicationModel.js +17 -13
- package/sdk/common/AxiosHelper.d.ts +1 -1
- package/sdk/common/AxiosHelper.js +38 -17
- package/sdk/common/Clickstream.js +33 -19
- package/sdk/common/curlHelper.js +1 -3
- package/sdk/common/utils.d.ts +15 -0
- package/sdk/common/utils.js +30 -0
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +2 -2
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +2 -2
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +1 -1
- package/sdk/partner/Lead/LeadPartnerClient.js +1 -1
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +4 -4
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +4 -4
- package/sdk/partner/OAuthClient.d.ts +3 -3
- package/sdk/partner/PartnerAPIClient.d.ts +1 -1
- package/sdk/partner/PartnerAPIClient.js +0 -1
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +19 -19
- package/sdk/partner/Theme/ThemePartnerClient.js +19 -19
- package/sdk/partner/Theme/ThemePartnerModel.d.ts +25 -32
- package/sdk/partner/Theme/ThemePartnerModel.js +30 -40
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +2 -2
- package/sdk/partner/Webhook/WebhookPartnerClient.js +2 -2
- package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +2 -2
- package/sdk/partner/Webhook/WebhookPartnerModel.js +2 -2
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +4 -4
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +4 -4
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +17 -17
- package/sdk/platform/Billing/BillingPlatformClient.js +17 -17
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +49 -49
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +49 -49
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +60 -60
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +62 -62
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +87 -87
- package/sdk/platform/Catalog/CatalogPlatformClient.js +87 -87
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +65 -28
- package/sdk/platform/Catalog/CatalogPlatformModel.js +68 -36
- package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
- package/sdk/platform/Common/CommonPlatformClient.js +2 -2
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +58 -58
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +58 -58
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +12 -0
- package/sdk/platform/Communication/CommunicationPlatformModel.js +12 -0
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +16 -16
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +16 -16
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -0
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +2 -0
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +18 -18
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +18 -18
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +57 -57
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +63 -63
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +4 -4
- package/sdk/platform/Content/ContentPlatformApplicationValidator.js +4 -4
- package/sdk/platform/Content/ContentPlatformClient.d.ts +3 -3
- package/sdk/platform/Content/ContentPlatformClient.js +9 -9
- package/sdk/platform/Content/ContentPlatformModel.d.ts +18 -18
- package/sdk/platform/Content/ContentPlatformModel.js +26 -26
- package/sdk/platform/Content/ContentPlatformValidator.d.ts +4 -4
- package/sdk/platform/Content/ContentPlatformValidator.js +4 -4
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
- package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +9 -9
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +19 -13
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +8 -8
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +23 -14
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +12 -1
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +14 -0
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +27 -27
- package/sdk/platform/Finance/FinancePlatformClient.js +27 -27
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +6 -6
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +6 -6
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +11 -11
- package/sdk/platform/Lead/LeadPlatformClient.js +11 -11
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +62 -77
- package/sdk/platform/Lead/LeadPlatformModel.js +40 -52
- package/sdk/platform/OAuthClient.d.ts +3 -3
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +2 -2
- package/sdk/platform/Order/OrderPlatformClient.d.ts +43 -43
- package/sdk/platform/Order/OrderPlatformClient.js +55 -44
- package/sdk/platform/Order/OrderPlatformModel.d.ts +8 -2
- package/sdk/platform/Order/OrderPlatformModel.js +8 -2
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +14 -0
- package/sdk/platform/Order/OrderPlatformValidator.js +6 -0
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +38 -38
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +38 -38
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
- package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
- package/sdk/platform/PlatformAPIClient.d.ts +1 -1
- package/sdk/platform/PlatformAPIClient.js +0 -1
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +9 -9
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +9 -9
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +15 -15
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +15 -15
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +4 -2
- 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 -0
- package/sdk/platform/Share/SharePlatformModel.js +2 -0
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +28 -28
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +28 -28
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +3 -3
- package/sdk/platform/Theme/ThemePlatformClient.js +3 -3
- package/sdk/platform/Theme/ThemePlatformModel.d.ts +25 -32
- package/sdk/platform/Theme/ThemePlatformModel.js +30 -40
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +16 -16
- package/sdk/platform/User/UserPlatformApplicationClient.js +16 -16
- package/sdk/platform/User/UserPlatformModel.d.ts +48 -13
- package/sdk/platform/User/UserPlatformModel.js +21 -13
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +16 -16
- package/sdk/platform/Webhook/WebhookPlatformClient.js +16 -16
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +5 -45
- package/sdk/platform/Webhook/WebhookPlatformModel.js +4 -50
- package/sdk/public/Billing/BillingPublicClient.d.ts +1 -1
- package/sdk/public/Billing/BillingPublicClient.js +4 -4
- package/sdk/public/Billing/BillingPublicValidator.d.ts +2 -2
- package/sdk/public/Billing/BillingPublicValidator.js +2 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +1 -1
- package/sdk/public/Configuration/ConfigurationPublicClient.js +1 -1
- package/sdk/public/Content/ContentPublicValidator.d.ts +2 -2
- package/sdk/public/Content/ContentPublicValidator.js +3 -3
- package/sdk/public/Inventory/InventoryPublicModel.d.ts +8 -8
- package/sdk/public/Inventory/InventoryPublicModel.js +8 -8
- package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
- package/sdk/public/Partner/PartnerPublicClient.js +1 -1
- package/sdk/public/PublicAPIClient.d.ts +1 -1
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +2 -2
- package/sdk/public/Webhook/WebhookPublicClient.js +2 -2
|
@@ -4,14 +4,14 @@ const BillingPublicModel = require("./BillingPublicModel");
|
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* @typedef GetStandardPlansParam
|
|
7
|
-
* @property {string}
|
|
7
|
+
* @property {string} platform - The type of platform for which plans are requested.
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
class BillingPublicValidator {
|
|
11
11
|
/** @returns {GetStandardPlansParam} */
|
|
12
12
|
static getStandardPlans() {
|
|
13
13
|
return Joi.object({
|
|
14
|
-
|
|
14
|
+
platform: Joi.string().allow("").required(),
|
|
15
15
|
}).required();
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -24,7 +24,7 @@ declare class Configuration {
|
|
|
24
24
|
* @param {import("../PublicAPIClient").Options} - Options
|
|
25
25
|
* @returns {Promise<ConfigurationPublicModel.ApplicationResponse>} - Success response
|
|
26
26
|
* @name searchApplication
|
|
27
|
-
* @summary: Search application
|
|
27
|
+
* @summary: Search application
|
|
28
28
|
* @description: Provide application name or domain url. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/public/configuration/searchApplication/).
|
|
29
29
|
*/
|
|
30
30
|
searchApplication({ authorization, query, requestHeaders }?: ConfigurationPublicValidator.SearchApplicationParam, { responseHeaders }?: object): Promise<ConfigurationPublicModel.ApplicationResponse>;
|
|
@@ -120,7 +120,7 @@ class Configuration {
|
|
|
120
120
|
* @param {import("../PublicAPIClient").Options} - Options
|
|
121
121
|
* @returns {Promise<ConfigurationPublicModel.ApplicationResponse>} - Success response
|
|
122
122
|
* @name searchApplication
|
|
123
|
-
* @summary: Search application
|
|
123
|
+
* @summary: Search application
|
|
124
124
|
* @description: Provide application name or domain url. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/public/configuration/searchApplication/).
|
|
125
125
|
*/
|
|
126
126
|
async searchApplication(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export = ContentPublicValidator;
|
|
2
2
|
/**
|
|
3
3
|
* @typedef GetCredentialsByEntityParam
|
|
4
|
-
* @property {string}
|
|
4
|
+
* @property {string} entity - Server Type
|
|
5
5
|
*/
|
|
6
6
|
declare class ContentPublicValidator {
|
|
7
7
|
/** @returns {GetCredentialsByEntityParam} */
|
|
@@ -14,5 +14,5 @@ type GetCredentialsByEntityParam = {
|
|
|
14
14
|
/**
|
|
15
15
|
* - Server Type
|
|
16
16
|
*/
|
|
17
|
-
entity
|
|
17
|
+
entity: string;
|
|
18
18
|
};
|
|
@@ -4,15 +4,15 @@ const ContentPublicModel = require("./ContentPublicModel");
|
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* @typedef GetCredentialsByEntityParam
|
|
7
|
-
* @property {string}
|
|
7
|
+
* @property {string} entity - Server Type
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
class ContentPublicValidator {
|
|
11
11
|
/** @returns {GetCredentialsByEntityParam} */
|
|
12
12
|
static getCredentialsByEntity() {
|
|
13
13
|
return Joi.object({
|
|
14
|
-
entity: Joi.string().allow(""),
|
|
15
|
-
});
|
|
14
|
+
entity: Joi.string().allow("").required(),
|
|
15
|
+
}).required();
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
@@ -9,13 +9,13 @@ export = InventoryPublicModel;
|
|
|
9
9
|
*/
|
|
10
10
|
/**
|
|
11
11
|
* @typedef Page
|
|
12
|
-
* @property {string} type
|
|
13
|
-
* @property {number} [size]
|
|
14
|
-
* @property {number} [current]
|
|
15
|
-
* @property {boolean} [has_next]
|
|
16
12
|
* @property {number} [item_total]
|
|
17
13
|
* @property {string} [next_id]
|
|
18
14
|
* @property {boolean} [has_previous]
|
|
15
|
+
* @property {boolean} [has_next]
|
|
16
|
+
* @property {number} [current]
|
|
17
|
+
* @property {string} type
|
|
18
|
+
* @property {number} [size]
|
|
19
19
|
*/
|
|
20
20
|
/**
|
|
21
21
|
* @typedef ResponseEnvelopeEmailJobMetrics
|
|
@@ -200,13 +200,13 @@ type EmailJobMetrics = {
|
|
|
200
200
|
/** @returns {Page} */
|
|
201
201
|
declare function Page(): Page;
|
|
202
202
|
type Page = {
|
|
203
|
-
type: string;
|
|
204
|
-
size?: number;
|
|
205
|
-
current?: number;
|
|
206
|
-
has_next?: boolean;
|
|
207
203
|
item_total?: number;
|
|
208
204
|
next_id?: string;
|
|
209
205
|
has_previous?: boolean;
|
|
206
|
+
has_next?: boolean;
|
|
207
|
+
current?: number;
|
|
208
|
+
type: string;
|
|
209
|
+
size?: number;
|
|
210
210
|
};
|
|
211
211
|
/** @returns {ResponseEnvelopeEmailJobMetrics} */
|
|
212
212
|
declare function ResponseEnvelopeEmailJobMetrics(): ResponseEnvelopeEmailJobMetrics;
|
|
@@ -11,13 +11,13 @@ const Joi = require("joi");
|
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
13
|
* @typedef Page
|
|
14
|
-
* @property {string} type
|
|
15
|
-
* @property {number} [size]
|
|
16
|
-
* @property {number} [current]
|
|
17
|
-
* @property {boolean} [has_next]
|
|
18
14
|
* @property {number} [item_total]
|
|
19
15
|
* @property {string} [next_id]
|
|
20
16
|
* @property {boolean} [has_previous]
|
|
17
|
+
* @property {boolean} [has_next]
|
|
18
|
+
* @property {number} [current]
|
|
19
|
+
* @property {string} type
|
|
20
|
+
* @property {number} [size]
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
23
|
/**
|
|
@@ -218,13 +218,13 @@ class InventoryPublicModel {
|
|
|
218
218
|
/** @returns {Page} */
|
|
219
219
|
static Page() {
|
|
220
220
|
return Joi.object({
|
|
221
|
-
type: Joi.string().allow("").required(),
|
|
222
|
-
size: Joi.number(),
|
|
223
|
-
current: Joi.number(),
|
|
224
|
-
has_next: Joi.boolean(),
|
|
225
221
|
item_total: Joi.number(),
|
|
226
222
|
next_id: Joi.string().allow(""),
|
|
227
223
|
has_previous: Joi.boolean(),
|
|
224
|
+
has_next: Joi.boolean(),
|
|
225
|
+
current: Joi.number(),
|
|
226
|
+
type: Joi.string().allow("").required(),
|
|
227
|
+
size: Joi.number(),
|
|
228
228
|
});
|
|
229
229
|
}
|
|
230
230
|
|
|
@@ -13,7 +13,7 @@ declare class Partner {
|
|
|
13
13
|
* @param {import("../PublicAPIClient").Options} - Options
|
|
14
14
|
* @returns {Promise<PartnerPublicModel.ExtensionUsingSlug>} - Success response
|
|
15
15
|
* @name getPanelExtensionDetails
|
|
16
|
-
* @summary: Get panel extension details
|
|
16
|
+
* @summary: Get panel extension details
|
|
17
17
|
* @description: Retrieve detailed information about panel extensions in the public server setup. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/public/partner/getPanelExtensionDetails/).
|
|
18
18
|
*/
|
|
19
19
|
getPanelExtensionDetails({ slug, requestHeaders }?: PartnerPublicValidator.GetPanelExtensionDetailsParam, { responseHeaders }?: object): Promise<PartnerPublicModel.ExtensionUsingSlug>;
|
|
@@ -39,7 +39,7 @@ class Partner {
|
|
|
39
39
|
* @param {import("../PublicAPIClient").Options} - Options
|
|
40
40
|
* @returns {Promise<PartnerPublicModel.ExtensionUsingSlug>} - Success response
|
|
41
41
|
* @name getPanelExtensionDetails
|
|
42
|
-
* @summary: Get panel extension details
|
|
42
|
+
* @summary: Get panel extension details
|
|
43
43
|
* @description: Retrieve detailed information about panel extensions in the public server setup. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/public/partner/getPanelExtensionDetails/).
|
|
44
44
|
*/
|
|
45
45
|
async getPanelExtensionDetails(
|
|
@@ -11,7 +11,7 @@ declare class PublicAPIClient {
|
|
|
11
11
|
* @param {object} query
|
|
12
12
|
* @param {object} body
|
|
13
13
|
*/
|
|
14
|
-
static execute(conf: object, method: string, url: string, query: object, body: object, xHeaders: any, options: any): any
|
|
14
|
+
static execute(conf: object, method: string, url: string, query: object, body: object, xHeaders: any, options: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
15
15
|
}
|
|
16
16
|
declare namespace PublicAPIClient {
|
|
17
17
|
export { Options };
|
|
@@ -17,7 +17,7 @@ declare class Webhook {
|
|
|
17
17
|
* @param {import("../PublicAPIClient").Options} - Options
|
|
18
18
|
* @returns {Promise<WebhookPublicModel.EventConfigResponse>} - Success response
|
|
19
19
|
* @name fetchAllWebhookEvents
|
|
20
|
-
* @summary: Fetch all webhook events
|
|
20
|
+
* @summary: Fetch all webhook events
|
|
21
21
|
* @description: Retrieve a list of all webhook events in the public server setup. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/public/webhook/fetchAllWebhookEvents/).
|
|
22
22
|
*/
|
|
23
23
|
fetchAllWebhookEvents({ requestHeaders }?: any, { responseHeaders }?: object): Promise<WebhookPublicModel.EventConfigResponse>;
|
|
@@ -37,7 +37,7 @@ declare class Webhook {
|
|
|
37
37
|
* @param {import("../PublicAPIClient").Options} - Options
|
|
38
38
|
* @returns {Promise<WebhookPublicModel.EventConfigResponse>} - Success response
|
|
39
39
|
* @name queryWebhookEventDetails
|
|
40
|
-
* @summary: Query webhook event details
|
|
40
|
+
* @summary: Query webhook event details
|
|
41
41
|
* @description: Query and obtain detailed information about webhook events in the public server configurations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/public/webhook/queryWebhookEventDetails/).
|
|
42
42
|
*/
|
|
43
43
|
queryWebhookEventDetails({ body, requestHeaders }?: WebhookPublicValidator.QueryWebhookEventDetailsParam, { responseHeaders }?: object): Promise<WebhookPublicModel.EventConfigResponse>;
|
|
@@ -46,7 +46,7 @@ class Webhook {
|
|
|
46
46
|
* @param {import("../PublicAPIClient").Options} - Options
|
|
47
47
|
* @returns {Promise<WebhookPublicModel.EventConfigResponse>} - Success response
|
|
48
48
|
* @name fetchAllWebhookEvents
|
|
49
|
-
* @summary: Fetch all webhook events
|
|
49
|
+
* @summary: Fetch all webhook events
|
|
50
50
|
* @description: Retrieve a list of all webhook events in the public server setup. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/public/webhook/fetchAllWebhookEvents/).
|
|
51
51
|
*/
|
|
52
52
|
async fetchAllWebhookEvents(
|
|
@@ -202,7 +202,7 @@ class Webhook {
|
|
|
202
202
|
* @param {import("../PublicAPIClient").Options} - Options
|
|
203
203
|
* @returns {Promise<WebhookPublicModel.EventConfigResponse>} - Success response
|
|
204
204
|
* @name queryWebhookEventDetails
|
|
205
|
-
* @summary: Query webhook event details
|
|
205
|
+
* @summary: Query webhook event details
|
|
206
206
|
* @description: Query and obtain detailed information about webhook events in the public server configurations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/public/webhook/queryWebhookEventDetails/).
|
|
207
207
|
*/
|
|
208
208
|
async queryWebhookEventDetails(
|