@gofynd/fdk-client-javascript 1.4.3 → 1.4.4
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 -10
- package/application.d.ts +3 -3
- package/common.d.ts +3 -3
- package/index.d.ts +15 -15
- package/package.json +1 -1
- package/partner.d.ts +3 -3
- package/platform.d.ts +3 -3
- package/public.d.ts +2 -2
- package/sdk/application/ApplicationAPIClient.d.ts +1 -1
- package/sdk/application/ApplicationClient.d.ts +17 -17
- package/sdk/application/ApplicationConfig.d.ts +3 -3
- package/sdk/application/Cart/CartApplicationClient.d.ts +50 -50
- package/sdk/application/Cart/CartApplicationClient.js +48 -48
- package/sdk/application/Cart/CartApplicationValidator.d.ts +1 -1
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +72 -72
- package/sdk/application/Catalog/CatalogApplicationClient.js +69 -69
- package/sdk/application/Common/CommonApplicationClient.d.ts +6 -6
- package/sdk/application/Common/CommonApplicationClient.js +4 -4
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +8 -8
- package/sdk/application/Communication/CommunicationApplicationClient.js +6 -6
- package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +1 -1
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +34 -34
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +32 -32
- package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +1 -1
- package/sdk/application/Content/ContentApplicationClient.d.ts +48 -48
- package/sdk/application/Content/ContentApplicationClient.js +45 -45
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +7 -7
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +5 -5
- package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +1 -1
- package/sdk/application/Lead/LeadApplicationClient.d.ts +11 -11
- package/sdk/application/Lead/LeadApplicationClient.js +9 -9
- package/sdk/application/Lead/LeadApplicationValidator.d.ts +1 -1
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +24 -24
- package/sdk/application/Logistic/LogisticApplicationClient.js +22 -22
- package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +1 -1
- package/sdk/application/Order/OrderApplicationClient.d.ts +16 -27
- package/sdk/application/Order/OrderApplicationClient.js +14 -94
- package/sdk/application/Order/OrderApplicationValidator.d.ts +2 -16
- package/sdk/application/Order/OrderApplicationValidator.js +0 -13
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +73 -73
- package/sdk/application/Payment/PaymentApplicationClient.js +71 -71
- package/sdk/application/Payment/PaymentApplicationValidator.d.ts +1 -1
- package/sdk/application/PosCart/PosCartApplicationClient.d.ts +2 -2
- package/sdk/application/PosCart/PosCartApplicationValidator.d.ts +1 -1
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +3 -3
- package/sdk/application/Rewards/RewardsApplicationClient.js +1 -1
- package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +1 -1
- package/sdk/application/Share/ShareApplicationClient.d.ts +3 -3
- package/sdk/application/Share/ShareApplicationClient.js +1 -1
- package/sdk/application/Share/ShareApplicationValidator.d.ts +1 -1
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +10 -10
- package/sdk/application/Theme/ThemeApplicationClient.js +8 -8
- package/sdk/application/User/UserApplicationClient.d.ts +76 -76
- package/sdk/application/User/UserApplicationClient.js +74 -74
- package/sdk/application/User/UserApplicationValidator.d.ts +1 -1
- package/sdk/application/index.d.ts +18 -18
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +1 -1
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +2 -2
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +1 -1
- package/sdk/partner/OAuthClient.d.ts +4 -4
- package/sdk/partner/PartnerAPIClient.d.ts +1 -1
- package/sdk/partner/PartnerClient.d.ts +6 -6
- package/sdk/partner/PartnerConfig.d.ts +4 -4
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +1 -1
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +1 -1
- package/sdk/partner/index.d.ts +7 -7
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +7 -7
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +5 -5
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -1
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +15 -15
- package/sdk/platform/Billing/BillingPlatformClient.js +13 -13
- package/sdk/platform/Billing/BillingPlatformValidator.d.ts +1 -1
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +104 -104
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +102 -102
- package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +135 -134
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +132 -131
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +133 -133
- package/sdk/platform/Catalog/CatalogPlatformClient.js +130 -130
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +1 -1
- package/sdk/platform/Common/CommonPlatformClient.d.ts +4 -4
- package/sdk/platform/Common/CommonPlatformClient.js +2 -2
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +120 -120
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +118 -118
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +3 -3
- package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +25 -25
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +22 -22
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +1 -1
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +43 -43
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +41 -41
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +28 -28
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +26 -26
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +1 -1
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +96 -96
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +93 -93
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Content/ContentPlatformClient.d.ts +31 -31
- package/sdk/platform/Content/ContentPlatformClient.js +29 -29
- package/sdk/platform/Content/ContentPlatformValidator.d.ts +1 -1
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +20 -20
- package/sdk/platform/Discount/DiscountPlatformClient.js +18 -18
- package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +1 -1
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +20 -19
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +18 -17
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +8 -8
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +6 -6
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +2 -2
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +1 -1
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +6 -6
- package/sdk/platform/Finance/FinancePlatformClient.js +4 -4
- package/sdk/platform/Finance/FinancePlatformValidator.d.ts +1 -1
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +14 -14
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +12 -12
- package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +17 -17
- package/sdk/platform/Lead/LeadPlatformClient.js +15 -15
- package/sdk/platform/Lead/LeadPlatformValidator.d.ts +1 -1
- package/sdk/platform/OAuthClient.d.ts +3 -3
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +10 -10
- package/sdk/platform/Order/OrderPlatformClient.d.ts +97 -108
- package/sdk/platform/Order/OrderPlatformClient.js +95 -190
- package/sdk/platform/Order/OrderPlatformModel.d.ts +10 -0
- package/sdk/platform/Order/OrderPlatformModel.js +4 -0
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +2 -34
- package/sdk/platform/Order/OrderPlatformValidator.js +0 -20
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +6 -6
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +4 -4
- package/sdk/platform/Partner/PartnerPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +79 -79
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +77 -77
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +4 -4
- package/sdk/platform/Payment/PaymentPlatformClient.js +2 -2
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +7 -0
- package/sdk/platform/Payment/PaymentPlatformModel.js +3 -0
- package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +1 -1
- package/sdk/platform/PlatformAPIClient.d.ts +1 -1
- package/sdk/platform/PlatformApplicationClient.d.ts +16 -16
- package/sdk/platform/PlatformClient.d.ts +19 -21
- package/sdk/platform/PlatformClient.js +0 -4
- package/sdk/platform/PlatformConfig.d.ts +4 -4
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +9 -9
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +7 -7
- package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +42 -42
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +40 -40
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +53 -52
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +51 -50
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +1 -1
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +3 -3
- package/sdk/platform/Share/SharePlatformApplicationClient.js +1 -1
- package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Share/SharePlatformModel.d.ts +2 -0
- package/sdk/platform/Share/SharePlatformModel.js +2 -0
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +36 -106
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +34 -591
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +2 -101
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -92
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +8 -8
- package/sdk/platform/Theme/ThemePlatformClient.js +6 -6
- package/sdk/platform/Theme/ThemePlatformValidator.d.ts +1 -1
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +37 -37
- package/sdk/platform/User/UserPlatformApplicationClient.js +35 -35
- package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +9 -8
- package/sdk/platform/Webhook/WebhookPlatformClient.js +7 -6
- package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +1 -1
- package/sdk/platform/index.d.ts +24 -25
- package/sdk/platform/index.js +0 -2
- package/sdk/public/Billing/BillingPublicClient.d.ts +2 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -2
- package/sdk/public/Content/ContentPublicClient.d.ts +2 -2
- package/sdk/public/Inventory/InventoryPublicClient.d.ts +2 -2
- package/sdk/public/Inventory/InventoryPublicValidator.d.ts +1 -1
- package/sdk/public/Partner/PartnerPublicClient.d.ts +2 -2
- package/sdk/public/PublicAPIClient.d.ts +1 -1
- package/sdk/public/PublicClient.d.ts +7 -7
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +2 -2
- package/sdk/public/Webhook/WebhookPublicValidator.d.ts +1 -1
- package/sdk/public/index.d.ts +8 -8
- package/sdk/platform/Inventory/InventoryPlatformClient.d.ts +0 -152
- package/sdk/platform/Inventory/InventoryPlatformClient.js +0 -1017
- package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +0 -1355
- package/sdk/platform/Inventory/InventoryPlatformModel.js +0 -1544
- package/sdk/platform/Inventory/InventoryPlatformValidator.d.ts +0 -171
- package/sdk/platform/Inventory/InventoryPlatformValidator.js +0 -159
|
@@ -12,7 +12,7 @@ declare class PlatformApplicationClient {
|
|
|
12
12
|
* @param {import("./PlatformConfig")} config - The platform configuration.
|
|
13
13
|
*/
|
|
14
14
|
constructor(applicationId: string, config: import("./PlatformConfig"));
|
|
15
|
-
config: import("
|
|
15
|
+
config: import("sdk/output/javascript/code/sdk/platform/PlatformConfig");
|
|
16
16
|
companyId: string;
|
|
17
17
|
applicationId: string;
|
|
18
18
|
cart: Cart;
|
|
@@ -38,18 +38,18 @@ declare class PlatformApplicationClient {
|
|
|
38
38
|
*/
|
|
39
39
|
setExtraHeaders(header: object): void;
|
|
40
40
|
}
|
|
41
|
-
import Cart = require("
|
|
42
|
-
import Catalog = require("
|
|
43
|
-
import Communication = require("
|
|
44
|
-
import Configuration = require("
|
|
45
|
-
import Content = require("
|
|
46
|
-
import FileStorage = require("
|
|
47
|
-
import Lead = require("
|
|
48
|
-
import Serviceability = require("
|
|
49
|
-
import Order = require("
|
|
50
|
-
import Partner = require("
|
|
51
|
-
import Payment = require("
|
|
52
|
-
import Rewards = require("
|
|
53
|
-
import Share = require("
|
|
54
|
-
import Theme = require("
|
|
55
|
-
import User = require("
|
|
41
|
+
import Cart = require("sdk/output/javascript/code/sdk/platform/Cart/CartPlatformApplicationClient");
|
|
42
|
+
import Catalog = require("sdk/output/javascript/code/sdk/platform/Catalog/CatalogPlatformApplicationClient");
|
|
43
|
+
import Communication = require("sdk/output/javascript/code/sdk/platform/Communication/CommunicationPlatformApplicationClient");
|
|
44
|
+
import Configuration = require("sdk/output/javascript/code/sdk/platform/Configuration/ConfigurationPlatformApplicationClient");
|
|
45
|
+
import Content = require("sdk/output/javascript/code/sdk/platform/Content/ContentPlatformApplicationClient");
|
|
46
|
+
import FileStorage = require("sdk/output/javascript/code/sdk/platform/FileStorage/FileStoragePlatformApplicationClient");
|
|
47
|
+
import Lead = require("sdk/output/javascript/code/sdk/platform/Lead/LeadPlatformApplicationClient");
|
|
48
|
+
import Serviceability = require("sdk/output/javascript/code/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient");
|
|
49
|
+
import Order = require("sdk/output/javascript/code/sdk/platform/Order/OrderPlatformApplicationClient");
|
|
50
|
+
import Partner = require("sdk/output/javascript/code/sdk/platform/Partner/PartnerPlatformApplicationClient");
|
|
51
|
+
import Payment = require("sdk/output/javascript/code/sdk/platform/Payment/PaymentPlatformApplicationClient");
|
|
52
|
+
import Rewards = require("sdk/output/javascript/code/sdk/platform/Rewards/RewardsPlatformApplicationClient");
|
|
53
|
+
import Share = require("sdk/output/javascript/code/sdk/platform/Share/SharePlatformApplicationClient");
|
|
54
|
+
import Theme = require("sdk/output/javascript/code/sdk/platform/Theme/ThemePlatformApplicationClient");
|
|
55
|
+
import User = require("sdk/output/javascript/code/sdk/platform/User/UserPlatformApplicationClient");
|
|
@@ -11,7 +11,7 @@ declare class PlatformClient {
|
|
|
11
11
|
* @param {import("./PlatformConfig")} config - The application configuration.
|
|
12
12
|
*/
|
|
13
13
|
constructor(config: import("./PlatformConfig"));
|
|
14
|
-
config: import("
|
|
14
|
+
config: import("sdk/output/javascript/code/sdk/platform/PlatformConfig");
|
|
15
15
|
auditTrail: AuditTrail;
|
|
16
16
|
billing: Billing;
|
|
17
17
|
catalog: Catalog;
|
|
@@ -23,7 +23,6 @@ declare class PlatformClient {
|
|
|
23
23
|
discount: Discount;
|
|
24
24
|
fileStorage: FileStorage;
|
|
25
25
|
finance: Finance;
|
|
26
|
-
inventory: Inventory;
|
|
27
26
|
lead: Lead;
|
|
28
27
|
serviceability: Serviceability;
|
|
29
28
|
order: Order;
|
|
@@ -48,22 +47,21 @@ declare class PlatformClient {
|
|
|
48
47
|
*/
|
|
49
48
|
setExtraHeaders(header: object): void;
|
|
50
49
|
}
|
|
51
|
-
import AuditTrail = require("
|
|
52
|
-
import Billing = require("
|
|
53
|
-
import Catalog = require("
|
|
54
|
-
import Common = require("
|
|
55
|
-
import Communication = require("
|
|
56
|
-
import CompanyProfile = require("
|
|
57
|
-
import Configuration = require("
|
|
58
|
-
import Content = require("
|
|
59
|
-
import Discount = require("
|
|
60
|
-
import FileStorage = require("
|
|
61
|
-
import Finance = require("
|
|
62
|
-
import
|
|
63
|
-
import
|
|
64
|
-
import
|
|
65
|
-
import
|
|
66
|
-
import
|
|
67
|
-
import
|
|
68
|
-
import
|
|
69
|
-
import PlatformApplicationClient = require("./PlatformApplicationClient");
|
|
50
|
+
import AuditTrail = require("sdk/output/javascript/code/sdk/platform/AuditTrail/AuditTrailPlatformClient");
|
|
51
|
+
import Billing = require("sdk/output/javascript/code/sdk/platform/Billing/BillingPlatformClient");
|
|
52
|
+
import Catalog = require("sdk/output/javascript/code/sdk/platform/Catalog/CatalogPlatformClient");
|
|
53
|
+
import Common = require("sdk/output/javascript/code/sdk/platform/Common/CommonPlatformClient");
|
|
54
|
+
import Communication = require("sdk/output/javascript/code/sdk/platform/Communication/CommunicationPlatformClient");
|
|
55
|
+
import CompanyProfile = require("sdk/output/javascript/code/sdk/platform/CompanyProfile/CompanyProfilePlatformClient");
|
|
56
|
+
import Configuration = require("sdk/output/javascript/code/sdk/platform/Configuration/ConfigurationPlatformClient");
|
|
57
|
+
import Content = require("sdk/output/javascript/code/sdk/platform/Content/ContentPlatformClient");
|
|
58
|
+
import Discount = require("sdk/output/javascript/code/sdk/platform/Discount/DiscountPlatformClient");
|
|
59
|
+
import FileStorage = require("sdk/output/javascript/code/sdk/platform/FileStorage/FileStoragePlatformClient");
|
|
60
|
+
import Finance = require("sdk/output/javascript/code/sdk/platform/Finance/FinancePlatformClient");
|
|
61
|
+
import Lead = require("sdk/output/javascript/code/sdk/platform/Lead/LeadPlatformClient");
|
|
62
|
+
import Serviceability = require("sdk/output/javascript/code/sdk/platform/Serviceability/ServiceabilityPlatformClient");
|
|
63
|
+
import Order = require("sdk/output/javascript/code/sdk/platform/Order/OrderPlatformClient");
|
|
64
|
+
import Payment = require("sdk/output/javascript/code/sdk/platform/Payment/PaymentPlatformClient");
|
|
65
|
+
import Theme = require("sdk/output/javascript/code/sdk/platform/Theme/ThemePlatformClient");
|
|
66
|
+
import Webhook = require("sdk/output/javascript/code/sdk/platform/Webhook/WebhookPlatformClient");
|
|
67
|
+
import PlatformApplicationClient = require("sdk/output/javascript/code/sdk/platform/PlatformApplicationClient");
|
|
@@ -20,8 +20,6 @@ const FileStorage = require("./FileStorage/FileStoragePlatformClient");
|
|
|
20
20
|
|
|
21
21
|
const Finance = require("./Finance/FinancePlatformClient");
|
|
22
22
|
|
|
23
|
-
const Inventory = require("./Inventory/InventoryPlatformClient");
|
|
24
|
-
|
|
25
23
|
const Lead = require("./Lead/LeadPlatformClient");
|
|
26
24
|
|
|
27
25
|
const Serviceability = require("./Serviceability/ServiceabilityPlatformClient");
|
|
@@ -73,8 +71,6 @@ class PlatformClient {
|
|
|
73
71
|
|
|
74
72
|
this.finance = new Finance(config);
|
|
75
73
|
|
|
76
|
-
this.inventory = new Inventory(config);
|
|
77
|
-
|
|
78
74
|
this.lead = new Lead(config);
|
|
79
75
|
|
|
80
76
|
this.serviceability = new Serviceability(config);
|
|
@@ -33,7 +33,7 @@ declare class PlatformConfig {
|
|
|
33
33
|
apiKey: string;
|
|
34
34
|
apiSecret: string;
|
|
35
35
|
useAutoRenewTimer?: boolean;
|
|
36
|
-
logLevel?: "
|
|
36
|
+
logLevel?: "DEBUG" | "TRACE" | "INFO" | "WARN" | "ERROR";
|
|
37
37
|
}, options?: {
|
|
38
38
|
strictResponseCheck?: boolean;
|
|
39
39
|
});
|
|
@@ -43,7 +43,7 @@ declare class PlatformConfig {
|
|
|
43
43
|
apiSecret: string;
|
|
44
44
|
useAutoRenewTimer: boolean;
|
|
45
45
|
oauthClient: OauthClient;
|
|
46
|
-
logLevel: "
|
|
46
|
+
logLevel: "DEBUG" | "TRACE" | "INFO" | "WARN" | "ERROR";
|
|
47
47
|
extraHeaders: any[];
|
|
48
48
|
options: {
|
|
49
49
|
strictResponseCheck: boolean;
|
|
@@ -53,7 +53,7 @@ declare class PlatformConfig {
|
|
|
53
53
|
*
|
|
54
54
|
* @param {logLevelEnum} level - The log level to set.
|
|
55
55
|
*/
|
|
56
|
-
setLogLevel(level: "
|
|
56
|
+
setLogLevel(level: "DEBUG" | "TRACE" | "INFO" | "WARN" | "ERROR"): void;
|
|
57
57
|
/**
|
|
58
58
|
* Retrieves the access token from the OAuth client.
|
|
59
59
|
*
|
|
@@ -62,4 +62,4 @@ declare class PlatformConfig {
|
|
|
62
62
|
*/
|
|
63
63
|
getAccessToken(): Promise<string>;
|
|
64
64
|
}
|
|
65
|
-
import OauthClient = require("
|
|
65
|
+
import OauthClient = require("sdk/output/javascript/code/sdk/platform/OAuthClient");
|
|
@@ -9,7 +9,7 @@ declare class Rewards {
|
|
|
9
9
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
10
10
|
* @returns {Promise<RewardsPlatformModel.Giveaway>} - Success response
|
|
11
11
|
* @name getGiveawayById
|
|
12
|
-
* @summary: Get giveaway
|
|
12
|
+
* @summary: Get a giveaway
|
|
13
13
|
* @description: Retrieve specific giveaway details by its unique identifier. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/getGiveawayById/).
|
|
14
14
|
*/
|
|
15
15
|
getGiveawayById({ id, requestHeaders }?: RewardsPlatformApplicationValidator.GetGiveawayByIdParam, { responseHeaders }?: object): Promise<RewardsPlatformModel.Giveaway>;
|
|
@@ -41,7 +41,7 @@ declare class Rewards {
|
|
|
41
41
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
42
42
|
* @returns {Promise<RewardsPlatformModel.UserRes>} - Success response
|
|
43
43
|
* @name getUserDetails
|
|
44
|
-
* @summary: Get user
|
|
44
|
+
* @summary: Get a user
|
|
45
45
|
* @description: Retrieve comprehensive details about a user in the rewards program. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/getUserDetails/).
|
|
46
46
|
*/
|
|
47
47
|
getUserDetails({ userId, requestHeaders }?: RewardsPlatformApplicationValidator.GetUserDetailsParam, { responseHeaders }?: object): Promise<RewardsPlatformModel.UserRes>;
|
|
@@ -53,7 +53,7 @@ declare class Rewards {
|
|
|
53
53
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
54
54
|
* @returns {Promise<RewardsPlatformModel.HistoryRes>} - Success response
|
|
55
55
|
* @name getUserPointsHistory
|
|
56
|
-
* @summary: Get user points history
|
|
56
|
+
* @summary: Get reward user points history
|
|
57
57
|
* @description: Retrieve the history of points earned and redeemed by a user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/getUserPointsHistory/).
|
|
58
58
|
*/
|
|
59
59
|
getUserPointsHistory({ userId, pageId, pageSize, requestHeaders }?: RewardsPlatformApplicationValidator.GetUserPointsHistoryParam, { responseHeaders }?: object): Promise<RewardsPlatformModel.HistoryRes>;
|
|
@@ -63,7 +63,7 @@ declare class Rewards {
|
|
|
63
63
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
64
64
|
* @returns {Promise<RewardsPlatformModel.Giveaway>} - Success response
|
|
65
65
|
* @name saveGiveAway
|
|
66
|
-
* @summary:
|
|
66
|
+
* @summary: Create a giveaway
|
|
67
67
|
* @description: Store and manage details of a giveaway. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/saveGiveAway/).
|
|
68
68
|
*/
|
|
69
69
|
saveGiveAway({ body, requestHeaders }?: RewardsPlatformApplicationValidator.SaveGiveAwayParam, { responseHeaders }?: object): Promise<RewardsPlatformModel.Giveaway>;
|
|
@@ -85,7 +85,7 @@ declare class Rewards {
|
|
|
85
85
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
86
86
|
* @returns {Promise<RewardsPlatformModel.GiveawayResponse>} - Success response
|
|
87
87
|
* @name showGiveaways
|
|
88
|
-
* @summary:
|
|
88
|
+
* @summary: List giveaways
|
|
89
89
|
* @description: Retrieve and display available giveaways. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/showGiveaways/).
|
|
90
90
|
*/
|
|
91
91
|
showGiveaways({ pageId, pageSize, requestHeaders }?: RewardsPlatformApplicationValidator.ShowGiveawaysParam, { responseHeaders }?: object): Promise<RewardsPlatformModel.GiveawayResponse>;
|
|
@@ -95,7 +95,7 @@ declare class Rewards {
|
|
|
95
95
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
96
96
|
* @returns {Promise<RewardsPlatformModel.Offer[]>} - Success response
|
|
97
97
|
* @name showOffers
|
|
98
|
-
* @summary:
|
|
98
|
+
* @summary: List offers
|
|
99
99
|
* @description: Display available offers for users. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/showOffers/).
|
|
100
100
|
*/
|
|
101
101
|
showOffers({ requestHeaders }?: any, { responseHeaders }?: object): Promise<RewardsPlatformModel.Offer[]>;
|
|
@@ -105,7 +105,7 @@ declare class Rewards {
|
|
|
105
105
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
106
106
|
* @returns {Promise<RewardsPlatformModel.Giveaway>} - Success response
|
|
107
107
|
* @name updateGiveAway
|
|
108
|
-
* @summary: Update giveaway
|
|
108
|
+
* @summary: Update a giveaway
|
|
109
109
|
* @description: Modify and update information about a giveaway. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/updateGiveAway/).
|
|
110
110
|
*/
|
|
111
111
|
updateGiveAway({ id, body, requestHeaders }?: RewardsPlatformApplicationValidator.UpdateGiveAwayParam, { responseHeaders }?: object): Promise<RewardsPlatformModel.Giveaway>;
|
|
@@ -132,5 +132,5 @@ declare class Rewards {
|
|
|
132
132
|
*/
|
|
133
133
|
updateUserStatus({ userId, body, requestHeaders }?: RewardsPlatformApplicationValidator.UpdateUserStatusParam, { responseHeaders }?: object): Promise<RewardsPlatformModel.AppUser>;
|
|
134
134
|
}
|
|
135
|
-
import RewardsPlatformApplicationValidator = require("
|
|
136
|
-
import RewardsPlatformModel = require("
|
|
135
|
+
import RewardsPlatformApplicationValidator = require("sdk/output/javascript/code/sdk/platform/Rewards/RewardsPlatformApplicationValidator");
|
|
136
|
+
import RewardsPlatformModel = require("sdk/output/javascript/code/sdk/platform/Rewards/RewardsPlatformModel");
|
|
@@ -21,7 +21,7 @@ class Rewards {
|
|
|
21
21
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
22
22
|
* @returns {Promise<RewardsPlatformModel.Giveaway>} - Success response
|
|
23
23
|
* @name getGiveawayById
|
|
24
|
-
* @summary: Get giveaway
|
|
24
|
+
* @summary: Get a giveaway
|
|
25
25
|
* @description: Retrieve specific giveaway details by its unique identifier. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/getGiveawayById/).
|
|
26
26
|
*/
|
|
27
27
|
async getGiveawayById(
|
|
@@ -252,7 +252,7 @@ class Rewards {
|
|
|
252
252
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
253
253
|
* @returns {Promise<RewardsPlatformModel.UserRes>} - Success response
|
|
254
254
|
* @name getUserDetails
|
|
255
|
-
* @summary: Get user
|
|
255
|
+
* @summary: Get a user
|
|
256
256
|
* @description: Retrieve comprehensive details about a user in the rewards program. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/getUserDetails/).
|
|
257
257
|
*/
|
|
258
258
|
async getUserDetails(
|
|
@@ -329,7 +329,7 @@ class Rewards {
|
|
|
329
329
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
330
330
|
* @returns {Promise<RewardsPlatformModel.HistoryRes>} - Success response
|
|
331
331
|
* @name getUserPointsHistory
|
|
332
|
-
* @summary: Get user points history
|
|
332
|
+
* @summary: Get reward user points history
|
|
333
333
|
* @description: Retrieve the history of points earned and redeemed by a user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/getUserPointsHistory/).
|
|
334
334
|
*/
|
|
335
335
|
async getUserPointsHistory(
|
|
@@ -416,7 +416,7 @@ class Rewards {
|
|
|
416
416
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
417
417
|
* @returns {Promise<RewardsPlatformModel.Giveaway>} - Success response
|
|
418
418
|
* @name saveGiveAway
|
|
419
|
-
* @summary:
|
|
419
|
+
* @summary: Create a giveaway
|
|
420
420
|
* @description: Store and manage details of a giveaway. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/saveGiveAway/).
|
|
421
421
|
*/
|
|
422
422
|
async saveGiveAway(
|
|
@@ -576,7 +576,7 @@ class Rewards {
|
|
|
576
576
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
577
577
|
* @returns {Promise<RewardsPlatformModel.GiveawayResponse>} - Success response
|
|
578
578
|
* @name showGiveaways
|
|
579
|
-
* @summary:
|
|
579
|
+
* @summary: List giveaways
|
|
580
580
|
* @description: Retrieve and display available giveaways. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/showGiveaways/).
|
|
581
581
|
*/
|
|
582
582
|
async showGiveaways(
|
|
@@ -659,7 +659,7 @@ class Rewards {
|
|
|
659
659
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
660
660
|
* @returns {Promise<RewardsPlatformModel.Offer[]>} - Success response
|
|
661
661
|
* @name showOffers
|
|
662
|
-
* @summary:
|
|
662
|
+
* @summary: List offers
|
|
663
663
|
* @description: Display available offers for users. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/showOffers/).
|
|
664
664
|
*/
|
|
665
665
|
async showOffers(
|
|
@@ -729,7 +729,7 @@ class Rewards {
|
|
|
729
729
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
730
730
|
* @returns {Promise<RewardsPlatformModel.Giveaway>} - Success response
|
|
731
731
|
* @name updateGiveAway
|
|
732
|
-
* @summary: Update giveaway
|
|
732
|
+
* @summary: Update a giveaway
|
|
733
733
|
* @description: Modify and update information about a giveaway. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/updateGiveAway/).
|
|
734
734
|
*/
|
|
735
735
|
async updateGiveAway(
|
|
@@ -149,4 +149,4 @@ type UpdateUserStatusParam = {
|
|
|
149
149
|
};
|
|
150
150
|
type GetRewardsConfigurationParam = any;
|
|
151
151
|
type ShowOffersParam = any;
|
|
152
|
-
import RewardsPlatformModel = require("
|
|
152
|
+
import RewardsPlatformModel = require("sdk/output/javascript/code/sdk/platform/Rewards/RewardsPlatformModel");
|
|
@@ -12,8 +12,8 @@ declare class Serviceability {
|
|
|
12
12
|
* @returns {Promise<ServiceabilityPlatformModel.CourierPartnerRule>} -
|
|
13
13
|
* Success response
|
|
14
14
|
* @name createCourierPartnerRule
|
|
15
|
-
* @summary: Create
|
|
16
|
-
* @description: Creates
|
|
15
|
+
* @summary: Create rourier rule
|
|
16
|
+
* @description: Creates a rule within the delivery configuration. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/createCourierPartnerRule/).
|
|
17
17
|
*/
|
|
18
18
|
createCourierPartnerRule({ body, requestHeaders }?: ServiceabilityPlatformApplicationValidator.CreateCourierPartnerRuleParam, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.CourierPartnerRule>;
|
|
19
19
|
/**
|
|
@@ -26,8 +26,8 @@ declare class Serviceability {
|
|
|
26
26
|
* - Success response
|
|
27
27
|
*
|
|
28
28
|
* @name createStoreRules
|
|
29
|
-
* @summary: Create
|
|
30
|
-
* @description: Create
|
|
29
|
+
* @summary: Create store rule
|
|
30
|
+
* @description: Create a rule within the order routing rules - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/createStoreRules/).
|
|
31
31
|
*/
|
|
32
32
|
createStoreRules({ body, requestHeaders }?: ServiceabilityPlatformApplicationValidator.CreateStoreRulesParam, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.StoreRuleResponseSchema>;
|
|
33
33
|
/**
|
|
@@ -39,8 +39,8 @@ declare class Serviceability {
|
|
|
39
39
|
* @returns {Promise<ServiceabilityPlatformModel.StoreRuleConfigData>} -
|
|
40
40
|
* Success response
|
|
41
41
|
* @name getApplicationConfig
|
|
42
|
-
* @summary: Get
|
|
43
|
-
* @description:
|
|
42
|
+
* @summary: Get store rule configuration
|
|
43
|
+
* @description: Retrieves information about the order routing setup for a single application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/getApplicationConfig/).
|
|
44
44
|
*/
|
|
45
45
|
getApplicationConfig({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.StoreRuleConfigData>;
|
|
46
46
|
/**
|
|
@@ -52,8 +52,8 @@ declare class Serviceability {
|
|
|
52
52
|
* @returns {Promise<ServiceabilityPlatformModel.ApplicationConfig>} -
|
|
53
53
|
* Success response
|
|
54
54
|
* @name getApplicationConfiguration
|
|
55
|
-
* @summary: Get
|
|
56
|
-
* @description:
|
|
55
|
+
* @summary: Get delivery configuration
|
|
56
|
+
* @description: Retrieves information about the delivery setup for an application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/getApplicationConfiguration/).
|
|
57
57
|
*/
|
|
58
58
|
getApplicationConfiguration({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.ApplicationConfig>;
|
|
59
59
|
/**
|
|
@@ -66,8 +66,8 @@ declare class Serviceability {
|
|
|
66
66
|
* - Success response
|
|
67
67
|
*
|
|
68
68
|
* @name getApplicationServiceabilitySelfShipment
|
|
69
|
-
* @summary:
|
|
70
|
-
* @description:
|
|
69
|
+
* @summary: Get self ship configuration
|
|
70
|
+
* @description: Retrieves the self ship setup for a single application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/getApplicationServiceabilitySelfShipment/).
|
|
71
71
|
*/
|
|
72
72
|
getApplicationServiceabilitySelfShipment({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.ApplicationSelfShipConfigResponse>;
|
|
73
73
|
/**
|
|
@@ -79,8 +79,8 @@ declare class Serviceability {
|
|
|
79
79
|
* @returns {Promise<ServiceabilityPlatformModel.CourierPartnerRule>} -
|
|
80
80
|
* Success response
|
|
81
81
|
* @name getCourierPartnerRule
|
|
82
|
-
* @summary:
|
|
83
|
-
* @description:
|
|
82
|
+
* @summary: Get courier rule
|
|
83
|
+
* @description: Retrieves a single rule within the delivery configuration. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/getCourierPartnerRule/).
|
|
84
84
|
*/
|
|
85
85
|
getCourierPartnerRule({ ruleId, requestHeaders }?: ServiceabilityPlatformApplicationValidator.GetCourierPartnerRuleParam, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.CourierPartnerRule>;
|
|
86
86
|
/**
|
|
@@ -93,8 +93,8 @@ declare class Serviceability {
|
|
|
93
93
|
* - Success response
|
|
94
94
|
*
|
|
95
95
|
* @name getCourierPartnerRules
|
|
96
|
-
* @summary:
|
|
97
|
-
* @description:
|
|
96
|
+
* @summary: Get courier rules
|
|
97
|
+
* @description: Retrieve a list of rules within the delivery configuration. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/getCourierPartnerRules/).
|
|
98
98
|
*/
|
|
99
99
|
getCourierPartnerRules({ pageNo, pageSize, status, requestHeaders }?: ServiceabilityPlatformApplicationValidator.GetCourierPartnerRulesParam, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.CourierPartnerRulesListResponse>;
|
|
100
100
|
/**
|
|
@@ -106,8 +106,8 @@ declare class Serviceability {
|
|
|
106
106
|
* @returns {Promise<ServiceabilityPlatformModel.StoreRuleDataSchema>} -
|
|
107
107
|
* Success response
|
|
108
108
|
* @name getStoreRule
|
|
109
|
-
* @summary: Get
|
|
110
|
-
* @description:
|
|
109
|
+
* @summary: Get store rule
|
|
110
|
+
* @description: Retrieves a single rule within the order routing rules - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/getStoreRule/).
|
|
111
111
|
*/
|
|
112
112
|
getStoreRule({ ruleUid, requestHeaders }?: ServiceabilityPlatformApplicationValidator.GetStoreRuleParam, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.StoreRuleDataSchema>;
|
|
113
113
|
/**
|
|
@@ -120,8 +120,8 @@ declare class Serviceability {
|
|
|
120
120
|
* - Success response
|
|
121
121
|
*
|
|
122
122
|
* @name getStoreRules
|
|
123
|
-
* @summary: Get
|
|
124
|
-
* @description:
|
|
123
|
+
* @summary: Get store rules
|
|
124
|
+
* @description: Retrieves an existing order routing setup for a single application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/getStoreRules/).
|
|
125
125
|
*/
|
|
126
126
|
getStoreRules({ pageNo, pageSize, status, requestHeaders }?: ServiceabilityPlatformApplicationValidator.GetStoreRulesParam, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.GetStoreRulesApiResponse>;
|
|
127
127
|
/**
|
|
@@ -133,8 +133,8 @@ declare class Serviceability {
|
|
|
133
133
|
* @returns {Promise<ServiceabilityPlatformModel.StoreRuleConfigData>} -
|
|
134
134
|
* Success response
|
|
135
135
|
* @name insertApplicationConfig
|
|
136
|
-
* @summary:
|
|
137
|
-
* @description:
|
|
136
|
+
* @summary: Create store rule configuration
|
|
137
|
+
* @description: Creates a order routing setup for an application, which involves updating sorting settings or rule priorities. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/insertApplicationConfig/).
|
|
138
138
|
*/
|
|
139
139
|
insertApplicationConfig({ body, requestHeaders }?: ServiceabilityPlatformApplicationValidator.InsertApplicationConfigParam, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.StoreRuleConfigData>;
|
|
140
140
|
/**
|
|
@@ -147,8 +147,8 @@ declare class Serviceability {
|
|
|
147
147
|
* - Success response
|
|
148
148
|
*
|
|
149
149
|
* @name patchApplicationServiceabilitySelfShipment
|
|
150
|
-
* @summary:
|
|
151
|
-
* @description:
|
|
150
|
+
* @summary: Update self ship configuration
|
|
151
|
+
* @description: Updates self ship setup for an existing application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/patchApplicationServiceabilitySelfShipment/).
|
|
152
152
|
*/
|
|
153
153
|
patchApplicationServiceabilitySelfShipment({ body, requestHeaders }?: ServiceabilityPlatformApplicationValidator.PatchApplicationServiceabilitySelfShipmentParam, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.ApplicationSelfShipConfigResponse>;
|
|
154
154
|
/**
|
|
@@ -160,8 +160,8 @@ declare class Serviceability {
|
|
|
160
160
|
* @returns {Promise<ServiceabilityPlatformModel.ApplicationConfig>} -
|
|
161
161
|
* Success response
|
|
162
162
|
* @name updateApplicationConfiguration
|
|
163
|
-
* @summary:
|
|
164
|
-
* @description:
|
|
163
|
+
* @summary: Update delivery configuration
|
|
164
|
+
* @description: Updates an existing delivery setup for an application, which involves updating sorting settings or rule priorities. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/updateApplicationConfiguration/).
|
|
165
165
|
*/
|
|
166
166
|
updateApplicationConfiguration({ body, requestHeaders }?: ServiceabilityPlatformApplicationValidator.UpdateApplicationConfigurationParam, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.ApplicationConfig>;
|
|
167
167
|
/**
|
|
@@ -173,8 +173,8 @@ declare class Serviceability {
|
|
|
173
173
|
* @returns {Promise<ServiceabilityPlatformModel.RulePriorityResponse>} -
|
|
174
174
|
* Success response
|
|
175
175
|
* @name updateCourierPartnerRulePriority
|
|
176
|
-
* @summary:
|
|
177
|
-
* @description: Updates
|
|
176
|
+
* @summary: Update courier partner rule priority
|
|
177
|
+
* @description: Updates a courier partner rule priority for a single application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/updateCourierPartnerRulePriority/).
|
|
178
178
|
*/
|
|
179
179
|
updateCourierPartnerRulePriority({ body, requestHeaders }?: ServiceabilityPlatformApplicationValidator.UpdateCourierPartnerRulePriorityParam, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.RulePriorityResponse>;
|
|
180
180
|
/**
|
|
@@ -186,8 +186,8 @@ declare class Serviceability {
|
|
|
186
186
|
* @returns {Promise<ServiceabilityPlatformModel.CourierPartnerRule>} -
|
|
187
187
|
* Success response
|
|
188
188
|
* @name updateCourierRule
|
|
189
|
-
* @summary:
|
|
190
|
-
* @description:
|
|
189
|
+
* @summary: Update courier rule
|
|
190
|
+
* @description: Updates an existing rule within the delivery configuration. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/updateCourierRule/).
|
|
191
191
|
*/
|
|
192
192
|
updateCourierRule({ ruleId, body, requestHeaders }?: ServiceabilityPlatformApplicationValidator.UpdateCourierRuleParam, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.CourierPartnerRule>;
|
|
193
193
|
/**
|
|
@@ -200,8 +200,8 @@ declare class Serviceability {
|
|
|
200
200
|
* - Success response
|
|
201
201
|
*
|
|
202
202
|
* @name updatePincodeAuditHistory
|
|
203
|
-
* @summary:
|
|
204
|
-
* @description:
|
|
203
|
+
* @summary: Get audit trail
|
|
204
|
+
* @description: Retrieves the history of changes made to cash on delivery settings for pincodes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/updatePincodeAuditHistory/).
|
|
205
205
|
*/
|
|
206
206
|
updatePincodeAuditHistory({ body, requestHeaders }?: ServiceabilityPlatformApplicationValidator.UpdatePincodeAuditHistoryParam, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.PincodeMopUpdateAuditHistoryResponseData>;
|
|
207
207
|
/**
|
|
@@ -214,8 +214,8 @@ declare class Serviceability {
|
|
|
214
214
|
* - Success response
|
|
215
215
|
*
|
|
216
216
|
* @name updatePincodeBulkView
|
|
217
|
-
* @summary:
|
|
218
|
-
* @description:
|
|
217
|
+
* @summary: Bulk update pincode COD support
|
|
218
|
+
* @description: Updates the cash on delivery settings for multiple specified pin codes simultaneously. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/updatePincodeBulkView/).
|
|
219
219
|
*/
|
|
220
220
|
updatePincodeBulkView({ body, requestHeaders }?: ServiceabilityPlatformApplicationValidator.UpdatePincodeBulkViewParam, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.PincodeBulkViewResponse>;
|
|
221
221
|
/**
|
|
@@ -228,8 +228,8 @@ declare class Serviceability {
|
|
|
228
228
|
* - Success response
|
|
229
229
|
*
|
|
230
230
|
* @name updatePincodeCoDListing
|
|
231
|
-
* @summary:
|
|
232
|
-
* @description:
|
|
231
|
+
* @summary: Get COD enabled pincodes
|
|
232
|
+
* @description: Retrieves a list of pincodes along with the count based on whether cash on delivery settings. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/updatePincodeCoDListing/).
|
|
233
233
|
*/
|
|
234
234
|
updatePincodeCoDListing({ body, requestHeaders }?: ServiceabilityPlatformApplicationValidator.UpdatePincodeCoDListingParam, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.PincodeCodStatusListingResponse>;
|
|
235
235
|
/**
|
|
@@ -241,8 +241,8 @@ declare class Serviceability {
|
|
|
241
241
|
* @returns {Promise<ServiceabilityPlatformModel.PincodeMOPresponse>} -
|
|
242
242
|
* Success response
|
|
243
243
|
* @name updatePincodeMopView
|
|
244
|
-
* @summary: Update pincode
|
|
245
|
-
* @description: Modify and update views related to pincode MOP. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/updatePincodeMopView/).
|
|
244
|
+
* @summary: Update pincode COD support
|
|
245
|
+
* @description: Modify and update views related to pincode MOP (Mode of Payment). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/updatePincodeMopView/).
|
|
246
246
|
*/
|
|
247
247
|
updatePincodeMopView({ body, requestHeaders }?: ServiceabilityPlatformApplicationValidator.UpdatePincodeMopViewParam, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.PincodeMOPresponse>;
|
|
248
248
|
/**
|
|
@@ -255,8 +255,8 @@ declare class Serviceability {
|
|
|
255
255
|
* - Success response
|
|
256
256
|
*
|
|
257
257
|
* @name updateStoreRules
|
|
258
|
-
* @summary: Update
|
|
259
|
-
* @description:
|
|
258
|
+
* @summary: Update store rule
|
|
259
|
+
* @description: Updates an existing rule within the order routing rules. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/updateStoreRules/).
|
|
260
260
|
*/
|
|
261
261
|
updateStoreRules({ ruleUid, body, requestHeaders }?: ServiceabilityPlatformApplicationValidator.UpdateStoreRulesParam, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.StoreRuleUpdateResponseSchema>;
|
|
262
262
|
/**
|
|
@@ -268,10 +268,10 @@ declare class Serviceability {
|
|
|
268
268
|
* @returns {Promise<ServiceabilityPlatformModel.StoreRuleConfigData>} -
|
|
269
269
|
* Success response
|
|
270
270
|
* @name updateStoreRulesConfig
|
|
271
|
-
* @summary: Update
|
|
272
|
-
* @description:
|
|
271
|
+
* @summary: Update store rules configuration
|
|
272
|
+
* @description: Updates an existing order routing setup for a single application, which involves updating sorting settings or rule priorities. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/serviceability/updateStoreRulesConfig/).
|
|
273
273
|
*/
|
|
274
274
|
updateStoreRulesConfig({ body, requestHeaders }?: ServiceabilityPlatformApplicationValidator.UpdateStoreRulesConfigParam, { responseHeaders }?: object): Promise<ServiceabilityPlatformModel.StoreRuleConfigData>;
|
|
275
275
|
}
|
|
276
|
-
import ServiceabilityPlatformApplicationValidator = require("
|
|
277
|
-
import ServiceabilityPlatformModel = require("
|
|
276
|
+
import ServiceabilityPlatformApplicationValidator = require("sdk/output/javascript/code/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator");
|
|
277
|
+
import ServiceabilityPlatformModel = require("sdk/output/javascript/code/sdk/platform/Serviceability/ServiceabilityPlatformModel");
|