@gofynd/fdk-client-javascript 1.2.0 → 1.3.1-beta.1
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 +44 -7
- package/package.json +1 -2
- package/sdk/application/ApplicationAPIClient.d.ts +3 -3
- package/sdk/application/ApplicationAPIClient.js +6 -4
- package/sdk/application/ApplicationClient.d.ts +2 -3
- package/sdk/application/ApplicationClient.js +1 -45
- package/sdk/application/ApplicationConfig.d.ts +46 -6
- package/sdk/application/ApplicationConfig.js +15 -16
- package/sdk/application/Cart/CartApplicationClient.d.ts +61 -33
- package/sdk/application/Cart/CartApplicationClient.js +225 -134
- package/sdk/application/Cart/CartApplicationModel.d.ts +6 -4
- package/sdk/application/Cart/CartApplicationModel.js +6 -4
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +61 -30
- package/sdk/application/Catalog/CatalogApplicationClient.js +234 -146
- package/sdk/application/Catalog/CatalogApplicationModel.d.ts +115 -13
- package/sdk/application/Catalog/CatalogApplicationModel.js +77 -12
- package/sdk/application/Common/CommonApplicationClient.d.ts +5 -3
- package/sdk/application/Common/CommonApplicationClient.js +13 -11
- package/sdk/application/Common/CommonApplicationModel.d.ts +3 -83
- package/sdk/application/Common/CommonApplicationModel.js +2 -58
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +9 -3
- package/sdk/application/Communication/CommunicationApplicationClient.js +25 -13
- package/sdk/application/Communication/CommunicationApplicationModel.d.ts +1 -34
- package/sdk/application/Communication/CommunicationApplicationModel.js +0 -36
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +46 -16
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +144 -68
- package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +1 -219
- package/sdk/application/Configuration/ConfigurationApplicationModel.js +0 -226
- package/sdk/application/Content/ContentApplicationClient.d.ts +49 -21
- package/sdk/application/Content/ContentApplicationClient.js +159 -80
- package/sdk/application/Content/ContentApplicationModel.d.ts +5 -622
- package/sdk/application/Content/ContentApplicationModel.js +11 -763
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +6 -3
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +20 -14
- package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +1 -152
- package/sdk/application/FileStorage/FileStorageApplicationModel.js +0 -180
- package/sdk/application/Lead/LeadApplicationClient.d.ts +14 -7
- package/sdk/application/Lead/LeadApplicationClient.js +50 -31
- package/sdk/application/Lead/LeadApplicationModel.d.ts +22 -741
- package/sdk/application/Lead/LeadApplicationModel.js +21 -481
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +11 -5
- package/sdk/application/Logistic/LogisticApplicationClient.js +41 -20
- package/sdk/application/Order/OrderApplicationClient.d.ts +24 -12
- package/sdk/application/Order/OrderApplicationClient.js +88 -56
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +91 -42
- package/sdk/application/Payment/PaymentApplicationClient.js +293 -194
- package/sdk/application/Payment/PaymentApplicationModel.d.ts +36 -36
- package/sdk/application/Payment/PaymentApplicationModel.js +36 -36
- package/sdk/application/PosCart/PosCartApplicationClient.d.ts +59 -32
- package/sdk/application/PosCart/PosCartApplicationClient.js +214 -130
- package/sdk/application/PosCart/PosCartApplicationModel.d.ts +2 -2
- package/sdk/application/PosCart/PosCartApplicationModel.js +2 -2
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +16 -7
- package/sdk/application/Rewards/RewardsApplicationClient.js +56 -29
- package/sdk/application/Share/ShareApplicationClient.d.ts +15 -7
- package/sdk/application/Share/ShareApplicationClient.js +51 -31
- package/sdk/application/Share/ShareApplicationModel.d.ts +1 -33
- package/sdk/application/Share/ShareApplicationModel.js +0 -38
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +9 -4
- package/sdk/application/Theme/ThemeApplicationClient.js +35 -18
- package/sdk/application/Theme/ThemeApplicationModel.d.ts +982 -312
- package/sdk/application/Theme/ThemeApplicationModel.js +621 -284
- package/sdk/application/User/UserApplicationClient.d.ts +74 -35
- package/sdk/application/User/UserApplicationClient.js +252 -161
- package/sdk/application/User/UserApplicationModel.d.ts +3 -401
- package/sdk/application/User/UserApplicationModel.js +2 -490
- package/sdk/common/AxiosHelper.js +1 -2
- package/sdk/common/FDKError.d.ts +3 -0
- package/sdk/common/FDKError.js +8 -0
- package/sdk/common/utils.d.ts +3 -0
- package/sdk/common/utils.js +29 -0
- package/sdk/partner/PartnerAPIClient.d.ts +5 -4
- package/sdk/partner/PartnerAPIClient.js +7 -4
- package/sdk/partner/PartnerClient.d.ts +2 -0
- package/sdk/partner/PartnerClient.js +3 -0
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +299 -0
- package/sdk/partner/Theme/ThemePartnerClient.js +768 -0
- package/sdk/partner/Theme/ThemePartnerModel.d.ts +1706 -0
- package/sdk/partner/Theme/ThemePartnerModel.js +1409 -0
- package/sdk/partner/Theme/ThemePartnerValidator.d.ts +22 -0
- package/sdk/partner/Theme/ThemePartnerValidator.js +157 -0
- package/sdk/partner/index.d.ts +3 -1
- package/sdk/partner/index.js +3 -1
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +8 -4
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +38 -16
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +1 -13
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +0 -12
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +10 -0
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.js +4 -0
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +59 -14
- package/sdk/platform/Billing/BillingPlatformClient.js +315 -64
- package/sdk/platform/Billing/BillingPlatformModel.d.ts +56 -196
- package/sdk/platform/Billing/BillingPlatformModel.js +63 -217
- package/sdk/platform/Billing/BillingPlatformValidator.d.ts +23 -1
- package/sdk/platform/Billing/BillingPlatformValidator.js +31 -0
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +124 -63
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +431 -265
- package/sdk/platform/Cart/CartPlatformModel.d.ts +253 -53
- package/sdk/platform/Cart/CartPlatformModel.js +104 -54
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +120 -53
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +398 -247
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +155 -78
- package/sdk/platform/Catalog/CatalogPlatformClient.js +561 -355
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +10 -12
- package/sdk/platform/Catalog/CatalogPlatformModel.js +10 -12
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +30 -0
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +13 -0
- package/sdk/platform/Common/CommonPlatformClient.d.ts +5 -3
- package/sdk/platform/Common/CommonPlatformClient.js +13 -11
- package/sdk/platform/Common/CommonPlatformModel.d.ts +39 -64
- package/sdk/platform/Common/CommonPlatformModel.js +23 -57
- package/sdk/platform/Common/CommonPlatformValidator.d.ts +5 -10
- package/sdk/platform/Common/CommonPlatformValidator.js +3 -4
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +370 -120
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +2328 -888
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +143 -24
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +179 -15
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +2 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.js +6 -5
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +386 -308
- package/sdk/platform/Communication/CommunicationPlatformModel.js +415 -355
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +38 -13
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +171 -57
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +53 -1
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +54 -0
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +5 -1
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +7 -0
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +96 -29
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +311 -126
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +5 -1
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.js +7 -0
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +36 -18
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +121 -86
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +13 -180
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +5 -113
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +162 -70
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +528 -309
- package/sdk/platform/Content/ContentPlatformModel.d.ts +9 -198
- package/sdk/platform/Content/ContentPlatformModel.js +8 -231
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +48 -11
- package/sdk/platform/Discount/DiscountPlatformClient.js +142 -48
- package/sdk/platform/Discount/DiscountPlatformModel.d.ts +40 -1
- package/sdk/platform/Discount/DiscountPlatformModel.js +27 -0
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +84 -18
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +486 -53
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +71 -7
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +81 -5
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +13 -18
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +58 -65
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +198 -71
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +212 -64
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +18 -10
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.js +11 -6
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +177 -40
- package/sdk/platform/Finance/FinancePlatformClient.js +1028 -132
- package/sdk/platform/Finance/FinancePlatformModel.d.ts +670 -22
- package/sdk/platform/Finance/FinancePlatformModel.js +809 -23
- package/sdk/platform/Finance/FinancePlatformValidator.d.ts +111 -1
- package/sdk/platform/Finance/FinancePlatformValidator.js +134 -0
- package/sdk/platform/Inventory/InventoryPlatformClient.d.ts +24 -12
- package/sdk/platform/Inventory/InventoryPlatformClient.js +94 -52
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +27 -13
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +101 -55
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +50 -39
- package/sdk/platform/Lead/LeadPlatformClient.js +171 -112
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +32 -390
- package/sdk/platform/Lead/LeadPlatformModel.js +31 -214
- package/sdk/platform/Lead/LeadPlatformValidator.d.ts +33 -33
- package/sdk/platform/Lead/LeadPlatformValidator.js +23 -23
- package/sdk/platform/OAuthClient.js +6 -2
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +4 -2
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +12 -10
- package/sdk/platform/Order/OrderPlatformClient.d.ts +165 -71
- package/sdk/platform/Order/OrderPlatformClient.js +738 -205
- package/sdk/platform/Order/OrderPlatformModel.d.ts +261 -3
- package/sdk/platform/Order/OrderPlatformModel.js +225 -2
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +104 -3
- package/sdk/platform/Order/OrderPlatformValidator.js +85 -2
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +4 -22
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +12 -159
- package/sdk/platform/Partner/PartnerPlatformApplicationValidator.d.ts +1 -30
- package/sdk/platform/Partner/PartnerPlatformApplicationValidator.js +0 -26
- package/sdk/platform/Partner/PartnerPlatformModel.d.ts +1 -690
- package/sdk/platform/Partner/PartnerPlatformModel.js +0 -809
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +167 -32
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +793 -145
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +91 -1
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +91 -0
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +20 -10
- package/sdk/platform/Payment/PaymentPlatformClient.js +68 -47
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +549 -7
- package/sdk/platform/Payment/PaymentPlatformModel.js +305 -6
- package/sdk/platform/PlatformAPIClient.d.ts +3 -3
- package/sdk/platform/PlatformAPIClient.js +2 -2
- package/sdk/platform/PlatformClient.d.ts +2 -2
- package/sdk/platform/PlatformClient.js +4 -4
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +28 -12
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +90 -53
- package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +1 -12
- package/sdk/platform/Rewards/RewardsPlatformModel.js +0 -14
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +62 -26
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +210 -93
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +20 -11
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +23 -11
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +36 -18
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +142 -78
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +12 -3
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +14 -2
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +10 -26
- package/sdk/platform/Share/SharePlatformApplicationClient.js +36 -67
- package/sdk/platform/Share/SharePlatformModel.d.ts +4 -4
- package/sdk/platform/Share/SharePlatformModel.js +4 -4
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +127 -57
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +564 -189
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +63 -26
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +62 -22
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +37 -0
- package/sdk/platform/Theme/ThemePlatformClient.js +235 -0
- package/sdk/platform/Theme/ThemePlatformModel.d.ts +1167 -261
- package/sdk/platform/Theme/ThemePlatformModel.js +801 -244
- package/sdk/platform/Theme/ThemePlatformValidator.d.ts +32 -0
- package/sdk/platform/Theme/ThemePlatformValidator.js +38 -0
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +35 -17
- package/sdk/platform/User/UserPlatformApplicationClient.js +132 -73
- package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +7 -0
- package/sdk/platform/User/UserPlatformApplicationValidator.js +3 -0
- package/sdk/platform/User/UserPlatformModel.d.ts +1 -738
- package/sdk/platform/User/UserPlatformModel.js +3 -899
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +120 -7
- package/sdk/platform/Webhook/WebhookPlatformClient.js +799 -41
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +476 -86
- package/sdk/platform/Webhook/WebhookPlatformModel.js +388 -89
- package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +90 -7
- package/sdk/platform/Webhook/WebhookPlatformValidator.js +113 -3
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +5 -3
- package/sdk/public/Configuration/ConfigurationPublicClient.js +13 -11
- package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +3 -106
- package/sdk/public/Configuration/ConfigurationPublicModel.js +2 -59
- package/sdk/public/Inventory/InventoryPublicClient.d.ts +12 -6
- package/sdk/public/Inventory/InventoryPublicClient.js +42 -27
- package/sdk/public/Partner/PartnerPublicClient.d.ts +22 -0
- package/sdk/public/Partner/PartnerPublicClient.js +110 -0
- package/sdk/public/Partner/PartnerPublicModel.d.ts +240 -0
- package/sdk/public/Partner/PartnerPublicModel.js +280 -0
- package/sdk/public/Partner/PartnerPublicValidator.d.ts +18 -0
- package/sdk/public/Partner/PartnerPublicValidator.js +19 -0
- package/sdk/public/PublicAPIClient.d.ts +14 -1
- package/sdk/public/PublicAPIClient.js +7 -1
- package/sdk/public/PublicClient.d.ts +2 -0
- package/sdk/public/PublicClient.js +4 -0
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +5 -2
- package/sdk/public/Webhook/WebhookPublicClient.js +15 -9
- package/sdk/public/Webhook/WebhookPublicModel.d.ts +1 -191
- package/sdk/public/Webhook/WebhookPublicModel.js +0 -229
- package/sdk/public/index.d.ts +1 -0
- package/sdk/public/index.js +2 -0
- package/sdk/application/ApplicationModels.d.ts +0 -48
- package/sdk/application/ApplicationModels.js +0 -38
- package/sdk/platform/Partner/PartnerPlatformClient.d.ts +0 -106
- package/sdk/platform/Partner/PartnerPlatformClient.js +0 -878
- package/sdk/platform/Partner/PartnerPlatformValidator.d.ts +0 -208
- package/sdk/platform/Partner/PartnerPlatformValidator.js +0 -169
|
@@ -5,51 +5,62 @@ declare class Configuration {
|
|
|
5
5
|
applicationId: any;
|
|
6
6
|
/**
|
|
7
7
|
* @param {ConfigurationPlatformApplicationValidator.AddDomainParam} arg - Arg object
|
|
8
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
8
9
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
9
10
|
* @returns {Promise<ConfigurationPlatformModel.Domain>} - Success response
|
|
10
11
|
* @name addDomain
|
|
11
12
|
* @summary: Add new domain to current sales channel
|
|
12
13
|
* @description: Add a new domain to current sales channel, including pre-defined domain (free domain) or custom domain (owned by the brand) - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/addDomain/).
|
|
13
14
|
*/
|
|
14
|
-
addDomain({ body }?: ConfigurationPlatformApplicationValidator.AddDomainParam, {
|
|
15
|
+
addDomain({ body, requestHeaders }?: ConfigurationPlatformApplicationValidator.AddDomainParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.Domain>;
|
|
15
16
|
/**
|
|
16
17
|
* @param {ConfigurationPlatformApplicationValidator.ChangeDomainTypeParam} arg
|
|
17
18
|
* - Arg object
|
|
18
19
|
*
|
|
20
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
19
21
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
20
22
|
* @returns {Promise<ConfigurationPlatformModel.DomainsResponse>} - Success response
|
|
21
23
|
* @name changeDomainType
|
|
22
24
|
* @summary: Change the type of domain in the current sales channel
|
|
23
25
|
* @description: Primary domain is used as the URL of your website. Short link domain is comparatively smaller and used while generating short links. Use this API to change a domain to either Primary or a Shortlink domain. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/changeDomainType/).
|
|
24
26
|
*/
|
|
25
|
-
changeDomainType({ body }?: ConfigurationPlatformApplicationValidator.ChangeDomainTypeParam, {
|
|
27
|
+
changeDomainType({ body, requestHeaders }?: ConfigurationPlatformApplicationValidator.ChangeDomainTypeParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.DomainsResponse>;
|
|
26
28
|
/**
|
|
29
|
+
* @param {ConfigurationPlatformApplicationValidator.GetAppApiTokensParam} arg
|
|
30
|
+
* - Arg object
|
|
31
|
+
*
|
|
32
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
27
33
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
28
34
|
* @returns {Promise<ConfigurationPlatformModel.TokenResponse>} - Success response
|
|
29
35
|
* @name getAppApiTokens
|
|
30
36
|
* @summary: Get social tokens for the sales channel
|
|
31
37
|
* @description: Use this API to retrieve the tokens used for integrating Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map, Google, and Facebook auth. **Note** - Token values are encrypted with AES encryption using a secret key. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppApiTokens/).
|
|
32
38
|
*/
|
|
33
|
-
getAppApiTokens({
|
|
39
|
+
getAppApiTokens({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.TokenResponse>;
|
|
34
40
|
/**
|
|
41
|
+
* @param {ConfigurationPlatformApplicationValidator.GetAppBasicDetailsParam} arg
|
|
42
|
+
* - Arg object
|
|
43
|
+
*
|
|
44
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
35
45
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
36
46
|
* @returns {Promise<ConfigurationPlatformModel.ApplicationDetail>} - Success response
|
|
37
47
|
* @name getAppBasicDetails
|
|
38
48
|
* @summary: Get sales channel details
|
|
39
49
|
* @description: Shows basic sales channel details like name, description, logo, domain, company ID, and other related information. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppBasicDetails/).
|
|
40
50
|
*/
|
|
41
|
-
getAppBasicDetails({
|
|
51
|
+
getAppBasicDetails({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.ApplicationDetail>;
|
|
42
52
|
/**
|
|
43
53
|
* @param {ConfigurationPlatformApplicationValidator.GetAppCompaniesParam} arg
|
|
44
54
|
* - Arg object
|
|
45
55
|
*
|
|
56
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
46
57
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
47
58
|
* @returns {Promise<ConfigurationPlatformModel.CompaniesResponse>} - Success response
|
|
48
59
|
* @name getAppCompanies
|
|
49
60
|
* @summary: Get companies enabled in the sales channel inventory
|
|
50
61
|
* @description: Fetch info of all the companies (e.g. name, uid, and company type) whose inventory is fetched into the current sales channel application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppCompanies/).
|
|
51
62
|
*/
|
|
52
|
-
getAppCompanies({ uid, pageNo, pageSize }?: ConfigurationPlatformApplicationValidator.GetAppCompaniesParam, {
|
|
63
|
+
getAppCompanies({ uid, pageNo, pageSize, requestHeaders }?: ConfigurationPlatformApplicationValidator.GetAppCompaniesParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.CompaniesResponse>;
|
|
53
64
|
/**
|
|
54
65
|
* @param {Object} arg - Arg object.
|
|
55
66
|
* @param {string} arg.companyId - Numeric ID allotted to a business account
|
|
@@ -70,6 +81,10 @@ declare class Configuration {
|
|
|
70
81
|
pageSize?: number;
|
|
71
82
|
}): Paginator<ConfigurationPlatformModel.CompaniesResponse>;
|
|
72
83
|
/**
|
|
84
|
+
* @param {ConfigurationPlatformApplicationValidator.GetAppContactInfoParam} arg
|
|
85
|
+
* - Arg object
|
|
86
|
+
*
|
|
87
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
73
88
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
74
89
|
* @returns {Promise<ConfigurationPlatformModel.ApplicationInformation>} -
|
|
75
90
|
* Success response
|
|
@@ -77,8 +92,12 @@ declare class Configuration {
|
|
|
77
92
|
* @summary: Get current information of the sales channel
|
|
78
93
|
* @description: Fetch data such as social links, copyright text, business highlights, address and contact information of the company/seller/brand operating the application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppContactInfo/).
|
|
79
94
|
*/
|
|
80
|
-
getAppContactInfo({
|
|
95
|
+
getAppContactInfo({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.ApplicationInformation>;
|
|
81
96
|
/**
|
|
97
|
+
* @param {ConfigurationPlatformApplicationValidator.GetAppCurrencyConfigParam} arg
|
|
98
|
+
* - Arg object
|
|
99
|
+
*
|
|
100
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
82
101
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
83
102
|
* @returns {Promise<ConfigurationPlatformModel.AppSupportedCurrency>} -
|
|
84
103
|
* Success response
|
|
@@ -86,8 +105,12 @@ declare class Configuration {
|
|
|
86
105
|
* @summary: Get currencies supported in the application
|
|
87
106
|
* @description: Get a list of currencies supported in the current sales channel. Moreover, get the cuurency that is set as the default one in the application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppCurrencyConfig/).
|
|
88
107
|
*/
|
|
89
|
-
getAppCurrencyConfig({
|
|
108
|
+
getAppCurrencyConfig({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.AppSupportedCurrency>;
|
|
90
109
|
/**
|
|
110
|
+
* @param {ConfigurationPlatformApplicationValidator.GetAppFeaturesParam} arg
|
|
111
|
+
* - Arg object
|
|
112
|
+
*
|
|
113
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
91
114
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
92
115
|
* @returns {Promise<ConfigurationPlatformModel.AppFeatureResponse>} -
|
|
93
116
|
* Success response
|
|
@@ -95,18 +118,19 @@ declare class Configuration {
|
|
|
95
118
|
* @summary: Get the sales channel configuration and features
|
|
96
119
|
* @description: Shows feature configuration of sales channel websites, such as product detail, landing page, options in the login/registration screen, home page, listing page, reward points, communication opt-in, cart options and many more. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppFeatures/).
|
|
97
120
|
*/
|
|
98
|
-
getAppFeatures({
|
|
121
|
+
getAppFeatures({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.AppFeatureResponse>;
|
|
99
122
|
/**
|
|
100
123
|
* @param {ConfigurationPlatformApplicationValidator.GetAppStoresParam} arg
|
|
101
124
|
* - Arg object
|
|
102
125
|
*
|
|
126
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
103
127
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
104
128
|
* @returns {Promise<ConfigurationPlatformModel.StoresResponse>} - Success response
|
|
105
129
|
* @name getAppStores
|
|
106
130
|
* @summary: Get stores enabled in the sales channel inventory
|
|
107
131
|
* @description: Fetch info of all the companies (e.g. uid, name, display name, store type, store code and company id) whose inventory is fetched into the current sales channel application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppStores/).
|
|
108
132
|
*/
|
|
109
|
-
getAppStores({ pageNo, pageSize }?: ConfigurationPlatformApplicationValidator.GetAppStoresParam, {
|
|
133
|
+
getAppStores({ pageNo, pageSize, requestHeaders }?: ConfigurationPlatformApplicationValidator.GetAppStoresParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.StoresResponse>;
|
|
110
134
|
/**
|
|
111
135
|
* @param {Object} arg - Arg object.
|
|
112
136
|
* @param {string} arg.companyId - Numeric ID allotted to a business account
|
|
@@ -125,6 +149,10 @@ declare class Configuration {
|
|
|
125
149
|
pageSize?: number;
|
|
126
150
|
}): Paginator<ConfigurationPlatformModel.StoresResponse>;
|
|
127
151
|
/**
|
|
152
|
+
* @param {ConfigurationPlatformApplicationValidator.GetAppSupportedCurrencyParam} arg
|
|
153
|
+
* - Arg object
|
|
154
|
+
*
|
|
155
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
128
156
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
129
157
|
* @returns {Promise<ConfigurationPlatformModel.AppCurrencyResponse>} -
|
|
130
158
|
* Success response
|
|
@@ -132,19 +160,24 @@ declare class Configuration {
|
|
|
132
160
|
* @summary: Get currencies enabled in the application
|
|
133
161
|
* @description: Use this API to get a list of currencies allowed in the current application. Moreover, get the name, code, symbol, and the decimal digits of the currencies. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppSupportedCurrency/).
|
|
134
162
|
*/
|
|
135
|
-
getAppSupportedCurrency({
|
|
163
|
+
getAppSupportedCurrency({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.AppCurrencyResponse>;
|
|
136
164
|
/**
|
|
165
|
+
* @param {ConfigurationPlatformApplicationValidator.GetApplicationByIdParam} arg
|
|
166
|
+
* - Arg object
|
|
167
|
+
*
|
|
168
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
137
169
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
138
170
|
* @returns {Promise<ConfigurationPlatformModel.Application>} - Success response
|
|
139
171
|
* @name getApplicationById
|
|
140
172
|
* @summary: Get sales channel data by ID
|
|
141
173
|
* @description: Use application ID to get the current sales channel details which includes channel name, description, banner, logo, favicon, domain details, token, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getApplicationById/).
|
|
142
174
|
*/
|
|
143
|
-
getApplicationById({
|
|
175
|
+
getApplicationById({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.Application>;
|
|
144
176
|
/**
|
|
145
177
|
* @param {ConfigurationPlatformApplicationValidator.GetBuildConfigParam} arg
|
|
146
178
|
* - Arg object
|
|
147
179
|
*
|
|
180
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
148
181
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
149
182
|
* @returns {Promise<ConfigurationPlatformModel.MobileAppConfiguration>} -
|
|
150
183
|
* Success response
|
|
@@ -152,11 +185,12 @@ declare class Configuration {
|
|
|
152
185
|
* @summary: Get configuration of latest mobile build
|
|
153
186
|
* @description: Fetch latest build configuration, such as app name, landing page image, splash image used in a mobile build. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getBuildConfig/).
|
|
154
187
|
*/
|
|
155
|
-
getBuildConfig({ platformType }?: ConfigurationPlatformApplicationValidator.GetBuildConfigParam, {
|
|
188
|
+
getBuildConfig({ platformType, requestHeaders }?: ConfigurationPlatformApplicationValidator.GetBuildConfigParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.MobileAppConfiguration>;
|
|
156
189
|
/**
|
|
157
190
|
* @param {ConfigurationPlatformApplicationValidator.GetDomainStatusParam} arg
|
|
158
191
|
* - Arg object
|
|
159
192
|
*
|
|
193
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
160
194
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
161
195
|
* @returns {Promise<ConfigurationPlatformModel.DomainStatusResponse>} -
|
|
162
196
|
* Success response
|
|
@@ -164,16 +198,22 @@ declare class Configuration {
|
|
|
164
198
|
* @summary: Get the status of connected domain
|
|
165
199
|
* @description: Shows if the A records and TXT records of the domain correctly points to appropriate IP on Fynd Servers. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getDomainStatus/).
|
|
166
200
|
*/
|
|
167
|
-
getDomainStatus({ body }?: ConfigurationPlatformApplicationValidator.GetDomainStatusParam, {
|
|
201
|
+
getDomainStatus({ body, requestHeaders }?: ConfigurationPlatformApplicationValidator.GetDomainStatusParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.DomainStatusResponse>;
|
|
168
202
|
/**
|
|
203
|
+
* @param {ConfigurationPlatformApplicationValidator.GetDomainsParam} arg - Arg object
|
|
204
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
169
205
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
170
206
|
* @returns {Promise<ConfigurationPlatformModel.DomainsResponse>} - Success response
|
|
171
207
|
* @name getDomains
|
|
172
208
|
* @summary: Fetch all the domains added to an application (sales channel website), including pre-defined domain (free domain) or custom domain (owned by the brand). Know the verification status of each domain name, and find out which one is the primary domain, short link domain, or both.
|
|
173
209
|
* @description: Get list of domains - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getDomains/).
|
|
174
210
|
*/
|
|
175
|
-
getDomains({
|
|
211
|
+
getDomains({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.DomainsResponse>;
|
|
176
212
|
/**
|
|
213
|
+
* @param {ConfigurationPlatformApplicationValidator.GetInventoryConfigParam} arg
|
|
214
|
+
* - Arg object
|
|
215
|
+
*
|
|
216
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
177
217
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
178
218
|
* @returns {Promise<ConfigurationPlatformModel.ApplicationInventory>} -
|
|
179
219
|
* Success response
|
|
@@ -181,18 +221,32 @@ declare class Configuration {
|
|
|
181
221
|
* @summary: Get sales channel configuration
|
|
182
222
|
* @description: Use this API to fetch configuration details of authentication, inventory, article assignment rules, reward points, cart, payment, order, logistics, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getInventoryConfig/).
|
|
183
223
|
*/
|
|
184
|
-
getInventoryConfig({
|
|
224
|
+
getInventoryConfig({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.ApplicationInventory>;
|
|
225
|
+
/**
|
|
226
|
+
* @param {ConfigurationPlatformApplicationValidator.GetOrderingStoreConfigParam} arg
|
|
227
|
+
* - Arg object
|
|
228
|
+
*
|
|
229
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
230
|
+
* @param {import("../PlatformAPIClient").Options} - Options
|
|
231
|
+
* @returns {Promise<ConfigurationPlatformModel.OrderingStoreConfig>} -
|
|
232
|
+
* Success response
|
|
233
|
+
* @name getOrderingStoreConfig
|
|
234
|
+
* @summary: Get ordering store config
|
|
235
|
+
* @description: Fetch the details of the deployment stores (the selling locations where the application will be utilised for placing orders). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getOrderingStoreConfig/).
|
|
236
|
+
*/
|
|
237
|
+
getOrderingStoreConfig({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.OrderingStoreConfig>;
|
|
185
238
|
/**
|
|
186
239
|
* @param {ConfigurationPlatformApplicationValidator.GetOrderingStoresByFilterParam} arg
|
|
187
240
|
* - Arg object
|
|
188
241
|
*
|
|
242
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
189
243
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
190
244
|
* @returns {Promise<ConfigurationPlatformModel.OrderingStores>} - Success response
|
|
191
245
|
* @name getOrderingStoresByFilter
|
|
192
246
|
* @summary: Get ordering store by filter
|
|
193
247
|
* @description: Use this API to use filters and retrieve the details of the deployment stores (the selling locations where the application will be utilised for placing orders). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getOrderingStoresByFilter/).
|
|
194
248
|
*/
|
|
195
|
-
getOrderingStoresByFilter({ body, pageNo, pageSize }?: ConfigurationPlatformApplicationValidator.GetOrderingStoresByFilterParam, {
|
|
249
|
+
getOrderingStoresByFilter({ body, pageNo, pageSize, requestHeaders }?: ConfigurationPlatformApplicationValidator.GetOrderingStoresByFilterParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.OrderingStores>;
|
|
196
250
|
/**
|
|
197
251
|
* @param {Object} arg - Arg object.
|
|
198
252
|
* @param {string} arg.companyId - Numeric ID allotted to a business account
|
|
@@ -216,6 +270,7 @@ declare class Configuration {
|
|
|
216
270
|
* @param {ConfigurationPlatformApplicationValidator.GetPreviousVersionsParam} arg
|
|
217
271
|
* - Arg object
|
|
218
272
|
*
|
|
273
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
219
274
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
220
275
|
* @returns {Promise<ConfigurationPlatformModel.BuildVersionHistory>} -
|
|
221
276
|
* Success response
|
|
@@ -223,11 +278,12 @@ declare class Configuration {
|
|
|
223
278
|
* @summary: Get details of previous mobile builds
|
|
224
279
|
* @description: Fetch version details of the app, this includes the build status, build date, version name, latest version, and a lot more. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getPreviousVersions/).
|
|
225
280
|
*/
|
|
226
|
-
getPreviousVersions({ platformType }?: ConfigurationPlatformApplicationValidator.GetPreviousVersionsParam, {
|
|
281
|
+
getPreviousVersions({ platformType, requestHeaders }?: ConfigurationPlatformApplicationValidator.GetPreviousVersionsParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.BuildVersionHistory>;
|
|
227
282
|
/**
|
|
228
283
|
* @param {ConfigurationPlatformApplicationValidator.GetStaffOrderingStoresParam} arg
|
|
229
284
|
* - Arg object
|
|
230
285
|
*
|
|
286
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
231
287
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
232
288
|
* @returns {Promise<ConfigurationPlatformModel.OrderingStoresResponse>} -
|
|
233
289
|
* Success response
|
|
@@ -235,7 +291,7 @@ declare class Configuration {
|
|
|
235
291
|
* @summary: Get deployment stores
|
|
236
292
|
* @description: Use this API to retrieve the details of all stores access given to the staff member (the selling locations where the application will be utilized for placing orders). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getStaffOrderingStores/).
|
|
237
293
|
*/
|
|
238
|
-
getStaffOrderingStores({ pageNo, pageSize, q }?: ConfigurationPlatformApplicationValidator.GetStaffOrderingStoresParam, {
|
|
294
|
+
getStaffOrderingStores({ pageNo, pageSize, q, requestHeaders }?: ConfigurationPlatformApplicationValidator.GetStaffOrderingStoresParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.OrderingStoresResponse>;
|
|
239
295
|
/**
|
|
240
296
|
* @param {Object} arg - Arg object.
|
|
241
297
|
* @param {string} arg.companyId - Numeric ID allotted to a business account
|
|
@@ -259,17 +315,19 @@ declare class Configuration {
|
|
|
259
315
|
* @param {ConfigurationPlatformApplicationValidator.ModifyAppFeaturesParam} arg
|
|
260
316
|
* - Arg object
|
|
261
317
|
*
|
|
318
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
262
319
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
263
320
|
* @returns {Promise<ConfigurationPlatformModel.AppFeature>} - Success response
|
|
264
321
|
* @name modifyAppFeatures
|
|
265
322
|
* @summary: Update features of application
|
|
266
323
|
* @description: Update features of application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/modifyAppFeatures/).
|
|
267
324
|
*/
|
|
268
|
-
modifyAppFeatures({ body }?: ConfigurationPlatformApplicationValidator.ModifyAppFeaturesParam, {
|
|
325
|
+
modifyAppFeatures({ body, requestHeaders }?: ConfigurationPlatformApplicationValidator.ModifyAppFeaturesParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.AppFeature>;
|
|
269
326
|
/**
|
|
270
327
|
* @param {ConfigurationPlatformApplicationValidator.PartiallyUpdateInventoryConfigParam} arg
|
|
271
328
|
* - Arg object
|
|
272
329
|
*
|
|
330
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
273
331
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
274
332
|
* @returns {Promise<ConfigurationPlatformModel.ApplicationInventory>} -
|
|
275
333
|
* Success response
|
|
@@ -277,11 +335,12 @@ declare class Configuration {
|
|
|
277
335
|
* @summary: Partially update sales channel configuration
|
|
278
336
|
* @description: Partially update the configuration details of authentication, inventory, article assignment rules, reward points, cart, payment, order, logistics, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/partiallyUpdateInventoryConfig/).
|
|
279
337
|
*/
|
|
280
|
-
partiallyUpdateInventoryConfig({ body }?: ConfigurationPlatformApplicationValidator.PartiallyUpdateInventoryConfigParam, {
|
|
338
|
+
partiallyUpdateInventoryConfig({ body, requestHeaders }?: ConfigurationPlatformApplicationValidator.PartiallyUpdateInventoryConfigParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.ApplicationInventory>;
|
|
281
339
|
/**
|
|
282
340
|
* @param {ConfigurationPlatformApplicationValidator.RemoveDomainByIdParam} arg
|
|
283
341
|
* - Arg object
|
|
284
342
|
*
|
|
343
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
285
344
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
286
345
|
* @returns {Promise<ConfigurationPlatformModel.SuccessMessageResponse>} -
|
|
287
346
|
* Success response
|
|
@@ -289,33 +348,36 @@ declare class Configuration {
|
|
|
289
348
|
* @summary: Remove attached domain from current sales channel
|
|
290
349
|
* @description: Delete a domain (secondary or shortlink domain) added to a sales channel. It will disable user's access to website, shared links, and other features associated with this domain. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/removeDomainById/).
|
|
291
350
|
*/
|
|
292
|
-
removeDomainById({ id }?: ConfigurationPlatformApplicationValidator.RemoveDomainByIdParam, {
|
|
351
|
+
removeDomainById({ id, requestHeaders }?: ConfigurationPlatformApplicationValidator.RemoveDomainByIdParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.SuccessMessageResponse>;
|
|
293
352
|
/**
|
|
294
353
|
* @param {ConfigurationPlatformApplicationValidator.UpdateAppApiTokensParam} arg
|
|
295
354
|
* - Arg object
|
|
296
355
|
*
|
|
356
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
297
357
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
298
358
|
* @returns {Promise<ConfigurationPlatformModel.TokenResponse>} - Success response
|
|
299
359
|
* @name updateAppApiTokens
|
|
300
360
|
* @summary: Add or update social tokens for the sales channel
|
|
301
361
|
* @description: Use this API to add or edit the tokens used for integrating Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map, Google and Facebook auth. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateAppApiTokens/).
|
|
302
362
|
*/
|
|
303
|
-
updateAppApiTokens({ body }?: ConfigurationPlatformApplicationValidator.UpdateAppApiTokensParam, {
|
|
363
|
+
updateAppApiTokens({ body, requestHeaders }?: ConfigurationPlatformApplicationValidator.UpdateAppApiTokensParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.TokenResponse>;
|
|
304
364
|
/**
|
|
305
365
|
* @param {ConfigurationPlatformApplicationValidator.UpdateAppBasicDetailsParam} arg
|
|
306
366
|
* - Arg object
|
|
307
367
|
*
|
|
368
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
308
369
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
309
370
|
* @returns {Promise<ConfigurationPlatformModel.ApplicationDetail>} - Success response
|
|
310
371
|
* @name updateAppBasicDetails
|
|
311
372
|
* @summary: Update sales channel details
|
|
312
373
|
* @description: Modify sales channel details like name, description, logo, domain, company ID, and other related information. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateAppBasicDetails/).
|
|
313
374
|
*/
|
|
314
|
-
updateAppBasicDetails({ body }?: ConfigurationPlatformApplicationValidator.UpdateAppBasicDetailsParam, {
|
|
375
|
+
updateAppBasicDetails({ body, requestHeaders }?: ConfigurationPlatformApplicationValidator.UpdateAppBasicDetailsParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.ApplicationDetail>;
|
|
315
376
|
/**
|
|
316
377
|
* @param {ConfigurationPlatformApplicationValidator.UpdateAppContactInfoParam} arg
|
|
317
378
|
* - Arg object
|
|
318
379
|
*
|
|
380
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
319
381
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
320
382
|
* @returns {Promise<ConfigurationPlatformModel.ApplicationInformation>} -
|
|
321
383
|
* Success response
|
|
@@ -323,11 +385,12 @@ declare class Configuration {
|
|
|
323
385
|
* @summary: Save or update current information of the sales channel
|
|
324
386
|
* @description: Modify the social links, copyright text, business highlights, address and contact information of the company/seller/brand operating the application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateAppContactInfo/).
|
|
325
387
|
*/
|
|
326
|
-
updateAppContactInfo({ body }?: ConfigurationPlatformApplicationValidator.UpdateAppContactInfoParam, {
|
|
388
|
+
updateAppContactInfo({ body, requestHeaders }?: ConfigurationPlatformApplicationValidator.UpdateAppContactInfoParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.ApplicationInformation>;
|
|
327
389
|
/**
|
|
328
390
|
* @param {ConfigurationPlatformApplicationValidator.UpdateAppCurrencyConfigParam} arg
|
|
329
391
|
* - Arg object
|
|
330
392
|
*
|
|
393
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
331
394
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
332
395
|
* @returns {Promise<ConfigurationPlatformModel.AppSupportedCurrency>} -
|
|
333
396
|
* Success response
|
|
@@ -335,22 +398,24 @@ declare class Configuration {
|
|
|
335
398
|
* @summary: Update initial sales channel supported currency
|
|
336
399
|
* @description: Use this API to add and edit the currencies supported in the application. Initially, INR will be enabled by default. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateAppCurrencyConfig/).
|
|
337
400
|
*/
|
|
338
|
-
updateAppCurrencyConfig({ body }?: ConfigurationPlatformApplicationValidator.UpdateAppCurrencyConfigParam, {
|
|
401
|
+
updateAppCurrencyConfig({ body, requestHeaders }?: ConfigurationPlatformApplicationValidator.UpdateAppCurrencyConfigParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.AppSupportedCurrency>;
|
|
339
402
|
/**
|
|
340
403
|
* @param {ConfigurationPlatformApplicationValidator.UpdateAppFeaturesParam} arg
|
|
341
404
|
* - Arg object
|
|
342
405
|
*
|
|
406
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
343
407
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
344
408
|
* @returns {Promise<ConfigurationPlatformModel.AppFeature>} - Success response
|
|
345
409
|
* @name updateAppFeatures
|
|
346
410
|
* @summary: Update the sales channel configuration and features
|
|
347
411
|
* @description: Modify the feature configuration of sales channel websites, such as product detail, landing page, options in the login/registration screen, home page, listing page, reward points, communication opt-in, cart options and many more. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateAppFeatures/).
|
|
348
412
|
*/
|
|
349
|
-
updateAppFeatures({ body }?: ConfigurationPlatformApplicationValidator.UpdateAppFeaturesParam, {
|
|
413
|
+
updateAppFeatures({ body, requestHeaders }?: ConfigurationPlatformApplicationValidator.UpdateAppFeaturesParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.AppFeature>;
|
|
350
414
|
/**
|
|
351
415
|
* @param {ConfigurationPlatformApplicationValidator.UpdateBuildConfigParam} arg
|
|
352
416
|
* - Arg object
|
|
353
417
|
*
|
|
418
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
354
419
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
355
420
|
* @returns {Promise<ConfigurationPlatformModel.MobileAppConfiguration>} -
|
|
356
421
|
* Success response
|
|
@@ -358,11 +423,12 @@ declare class Configuration {
|
|
|
358
423
|
* @summary: Update the configuration for next mobile build
|
|
359
424
|
* @description: Modify the existing build configuration, such as app name, landing page image, splash image used in a mobile build. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateBuildConfig/).
|
|
360
425
|
*/
|
|
361
|
-
updateBuildConfig({ platformType, body }?: ConfigurationPlatformApplicationValidator.UpdateBuildConfigParam, {
|
|
426
|
+
updateBuildConfig({ platformType, body, requestHeaders }?: ConfigurationPlatformApplicationValidator.UpdateBuildConfigParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.MobileAppConfiguration>;
|
|
362
427
|
/**
|
|
363
428
|
* @param {ConfigurationPlatformApplicationValidator.UpdateInventoryConfigParam} arg
|
|
364
429
|
* - Arg object
|
|
365
430
|
*
|
|
431
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
366
432
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
367
433
|
* @returns {Promise<ConfigurationPlatformModel.ApplicationInventory>} -
|
|
368
434
|
* Success response
|
|
@@ -370,18 +436,19 @@ declare class Configuration {
|
|
|
370
436
|
* @summary: Update sales channel configuration
|
|
371
437
|
* @description: Modify the configuration details of authentication, inventory, article assignment rules, reward points, cart, payment, order, logistics, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateInventoryConfig/).
|
|
372
438
|
*/
|
|
373
|
-
updateInventoryConfig({ body }?: ConfigurationPlatformApplicationValidator.UpdateInventoryConfigParam, {
|
|
439
|
+
updateInventoryConfig({ body, requestHeaders }?: ConfigurationPlatformApplicationValidator.UpdateInventoryConfigParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.ApplicationInventory>;
|
|
374
440
|
/**
|
|
375
441
|
* @param {ConfigurationPlatformApplicationValidator.UpdateOrderingStoreConfigParam} arg
|
|
376
442
|
* - Arg object
|
|
377
443
|
*
|
|
444
|
+
* @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
|
|
378
445
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
379
446
|
* @returns {Promise<ConfigurationPlatformModel.DeploymentMeta>} - Success response
|
|
380
447
|
* @name updateOrderingStoreConfig
|
|
381
448
|
* @summary: Add/Update ordering store config
|
|
382
449
|
* @description: Use this API to edit the details of the deployment stores (the selling locations where the application will be utilised for placing orders) - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateOrderingStoreConfig/).
|
|
383
450
|
*/
|
|
384
|
-
updateOrderingStoreConfig({ body }?: ConfigurationPlatformApplicationValidator.UpdateOrderingStoreConfigParam, {
|
|
451
|
+
updateOrderingStoreConfig({ body, requestHeaders }?: ConfigurationPlatformApplicationValidator.UpdateOrderingStoreConfigParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.DeploymentMeta>;
|
|
385
452
|
}
|
|
386
453
|
import ConfigurationPlatformApplicationValidator = require("./ConfigurationPlatformApplicationValidator");
|
|
387
454
|
import ConfigurationPlatformModel = require("./ConfigurationPlatformModel");
|