@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
|
@@ -11,8 +11,8 @@ declare class Communication {
|
|
|
11
11
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
12
12
|
* @returns {Promise<CommunicationPlatformModel.Audience>} - Success response
|
|
13
13
|
* @name createAudience
|
|
14
|
-
* @summary: Create audience
|
|
15
|
-
* @description:
|
|
14
|
+
* @summary: Create an audience
|
|
15
|
+
* @description: Creates a new email audience. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createAudience/).
|
|
16
16
|
*/
|
|
17
17
|
createAudience({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.CreateAudienceParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.Audience>;
|
|
18
18
|
/**
|
|
@@ -24,7 +24,7 @@ declare class Communication {
|
|
|
24
24
|
* @returns {Promise<Object>} - Success response
|
|
25
25
|
* @name createBigQueryHeaders
|
|
26
26
|
* @summary: Create BigQuery headers
|
|
27
|
-
* @description: Create
|
|
27
|
+
* @description: Create BigQuery headers - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createBigQueryHeaders/).
|
|
28
28
|
*/
|
|
29
29
|
createBigQueryHeaders({ requestHeaders }?: any, { responseHeaders }?: object): Promise<any>;
|
|
30
30
|
/**
|
|
@@ -36,7 +36,7 @@ declare class Communication {
|
|
|
36
36
|
* @returns {Promise<Object>} - Success response
|
|
37
37
|
* @name createBigQueryNCount
|
|
38
38
|
* @summary: Create BigQuery N-count
|
|
39
|
-
* @description:
|
|
39
|
+
* @description: Creates big query n count - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createBigQueryNCount/).
|
|
40
40
|
*/
|
|
41
41
|
createBigQueryNCount({ requestHeaders }?: any, { responseHeaders }?: object): Promise<any>;
|
|
42
42
|
/**
|
|
@@ -47,8 +47,8 @@ declare class Communication {
|
|
|
47
47
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
48
48
|
* @returns {Promise<Object>} - Success response
|
|
49
49
|
* @name createBigQueryRowCount
|
|
50
|
-
* @summary: Create BigQuery row count
|
|
51
|
-
* @description:
|
|
50
|
+
* @summary: Create a BigQuery row count
|
|
51
|
+
* @description: Creates big query row count - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createBigQueryRowCount/).
|
|
52
52
|
*/
|
|
53
53
|
createBigQueryRowCount({ requestHeaders }?: any, { responseHeaders }?: object): Promise<any>;
|
|
54
54
|
/**
|
|
@@ -59,8 +59,8 @@ declare class Communication {
|
|
|
59
59
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
60
60
|
* @returns {Promise<CommunicationPlatformModel.Campaign>} - Success response
|
|
61
61
|
* @name createCampaign
|
|
62
|
-
* @summary: Create campaign
|
|
63
|
-
* @description:
|
|
62
|
+
* @summary: Create a campaign
|
|
63
|
+
* @description: Creates a new communication campaign. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createCampaign/).
|
|
64
64
|
*/
|
|
65
65
|
createCampaign({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.CreateCampaignParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.Campaign>;
|
|
66
66
|
/**
|
|
@@ -71,8 +71,8 @@ declare class Communication {
|
|
|
71
71
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
72
72
|
* @returns {Promise<CommunicationPlatformModel.EmailProvider>} - Success response
|
|
73
73
|
* @name createEmailProvider
|
|
74
|
-
* @summary: Create email provider
|
|
75
|
-
* @description:
|
|
74
|
+
* @summary: Create an email provider
|
|
75
|
+
* @description: Creates a new email communication provider. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createEmailProvider/).
|
|
76
76
|
*/
|
|
77
77
|
createEmailProvider({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.CreateEmailProviderParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EmailProvider>;
|
|
78
78
|
/**
|
|
@@ -83,8 +83,8 @@ declare class Communication {
|
|
|
83
83
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
84
84
|
* @returns {Promise<CommunicationPlatformModel.EmailTemplate>} - Success response
|
|
85
85
|
* @name createEmailTemplate
|
|
86
|
-
* @summary:
|
|
87
|
-
* @description:
|
|
86
|
+
* @summary: Creat an email template
|
|
87
|
+
* @description: Creates a new email communication template. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createEmailTemplate/).
|
|
88
88
|
*/
|
|
89
89
|
createEmailTemplate({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.CreateEmailTemplateParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EmailTemplate>;
|
|
90
90
|
/**
|
|
@@ -97,8 +97,8 @@ declare class Communication {
|
|
|
97
97
|
* - Success response
|
|
98
98
|
*
|
|
99
99
|
* @name createEventSubscriptions
|
|
100
|
-
* @summary: Create event
|
|
101
|
-
* @description:
|
|
100
|
+
* @summary: Create an event subscription
|
|
101
|
+
* @description: Creates a new event subscription. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createEventSubscriptions/).
|
|
102
102
|
*/
|
|
103
103
|
createEventSubscriptions({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.CreateEventSubscriptionsParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EventSubscriptionsBulkUpdateResponse>;
|
|
104
104
|
/**
|
|
@@ -113,8 +113,8 @@ declare class Communication {
|
|
|
113
113
|
* - Success response
|
|
114
114
|
*
|
|
115
115
|
* @name createEventSubscriptionsByBulk
|
|
116
|
-
* @summary: Create event subscriptions
|
|
117
|
-
* @description:
|
|
116
|
+
* @summary: Create event subscriptions in bulk
|
|
117
|
+
* @description: Creates a new event subscription in bulk. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createEventSubscriptionsByBulk/).
|
|
118
118
|
*/
|
|
119
119
|
createEventSubscriptionsByBulk({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.CreateEventSubscriptionsByBulkParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EventSubscriptionsBulkUpdateResponse[]>;
|
|
120
120
|
/**
|
|
@@ -123,8 +123,8 @@ declare class Communication {
|
|
|
123
123
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
124
124
|
* @returns {Promise<CommunicationPlatformModel.CreateJobsRes>} - Success response
|
|
125
125
|
* @name createJobs
|
|
126
|
-
* @summary: Create jobs
|
|
127
|
-
* @description:
|
|
126
|
+
* @summary: Create a campaign jobs
|
|
127
|
+
* @description: Creates a new campaign job. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createJobs/).
|
|
128
128
|
*/
|
|
129
129
|
createJobs({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.CreateJobsParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.CreateJobsRes>;
|
|
130
130
|
/**
|
|
@@ -136,7 +136,7 @@ declare class Communication {
|
|
|
136
136
|
* @returns {Promise<Object>} - Success response
|
|
137
137
|
* @name createSmsProvider
|
|
138
138
|
* @summary: Create SMS provider
|
|
139
|
-
* @description:
|
|
139
|
+
* @description: Creates a new SMS communication provider. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createSmsProvider/).
|
|
140
140
|
*/
|
|
141
141
|
createSmsProvider({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.CreateSmsProviderParam, { responseHeaders }?: object): Promise<any>;
|
|
142
142
|
/**
|
|
@@ -147,8 +147,8 @@ declare class Communication {
|
|
|
147
147
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
148
148
|
* @returns {Promise<CommunicationPlatformModel.SmsTemplate>} - Success response
|
|
149
149
|
* @name createSmsTemplate
|
|
150
|
-
* @summary: Create SMS template
|
|
151
|
-
* @description:
|
|
150
|
+
* @summary: Create a SMS template
|
|
151
|
+
* @description: Creates a new SMS communication template. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createSmsTemplate/).
|
|
152
152
|
*/
|
|
153
153
|
createSmsTemplate({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.CreateSmsTemplateParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.SmsTemplate>;
|
|
154
154
|
/**
|
|
@@ -159,8 +159,8 @@ declare class Communication {
|
|
|
159
159
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
160
160
|
* @returns {Promise<CommunicationPlatformModel.Audience>} - Success response
|
|
161
161
|
* @name deleteAudienceById
|
|
162
|
-
* @summary: Delete audience
|
|
163
|
-
* @description: Remove a specific
|
|
162
|
+
* @summary: Delete an audience
|
|
163
|
+
* @description: Remove a specific audience permenantly. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/deleteAudienceById/).
|
|
164
164
|
*/
|
|
165
165
|
deleteAudienceById({ id, body, requestHeaders }?: CommunicationPlatformApplicationValidator.DeleteAudienceByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.Audience>;
|
|
166
166
|
/**
|
|
@@ -171,8 +171,8 @@ declare class Communication {
|
|
|
171
171
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
172
172
|
* @returns {Promise<CommunicationPlatformModel.GenericDelete>} - Success response
|
|
173
173
|
* @name deleteEmailProviderById
|
|
174
|
-
* @summary: Delete email provider
|
|
175
|
-
* @description:
|
|
174
|
+
* @summary: Delete an email provider
|
|
175
|
+
* @description: Removes a specific email communication provider from the platform permenantly. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/deleteEmailProviderById/).
|
|
176
176
|
*/
|
|
177
177
|
deleteEmailProviderById({ id, requestHeaders }?: CommunicationPlatformApplicationValidator.DeleteEmailProviderByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.GenericDelete>;
|
|
178
178
|
/**
|
|
@@ -183,8 +183,8 @@ declare class Communication {
|
|
|
183
183
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
184
184
|
* @returns {Promise<CommunicationPlatformModel.GenericDelete>} - Success response
|
|
185
185
|
* @name deleteEmailTemplateById
|
|
186
|
-
* @summary: Delete email template
|
|
187
|
-
* @description:
|
|
186
|
+
* @summary: Delete an email template
|
|
187
|
+
* @description: Removes a specific email communication template from the platform permenantly. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/deleteEmailTemplateById/).
|
|
188
188
|
*/
|
|
189
189
|
deleteEmailTemplateById({ id, requestHeaders }?: CommunicationPlatformApplicationValidator.DeleteEmailTemplateByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.GenericDelete>;
|
|
190
190
|
/**
|
|
@@ -195,8 +195,8 @@ declare class Communication {
|
|
|
195
195
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
196
196
|
* @returns {Promise<CommunicationPlatformModel.GenericDelete>} - Success response
|
|
197
197
|
* @name deleteEventSubscriptionsById
|
|
198
|
-
* @summary:
|
|
199
|
-
* @description:
|
|
198
|
+
* @summary: Delete an event subscriptions
|
|
199
|
+
* @description: Removes a specific event subscription from the platform permenantly. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/deleteEventSubscriptionsById/).
|
|
200
200
|
*/
|
|
201
201
|
deleteEventSubscriptionsById({ id, requestHeaders }?: CommunicationPlatformApplicationValidator.DeleteEventSubscriptionsByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.GenericDelete>;
|
|
202
202
|
/**
|
|
@@ -207,8 +207,8 @@ declare class Communication {
|
|
|
207
207
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
208
208
|
* @returns {Promise<CommunicationPlatformModel.GenericDelete>} - Success response
|
|
209
209
|
* @name deleteSmsProviderById
|
|
210
|
-
* @summary: Delete SMS provider
|
|
211
|
-
* @description:
|
|
210
|
+
* @summary: Delete an SMS provider
|
|
211
|
+
* @description: Removes a specific SMS communication provider from the platform permenantly. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/deleteSmsProviderById/).
|
|
212
212
|
*/
|
|
213
213
|
deleteSmsProviderById({ id, requestHeaders }?: CommunicationPlatformApplicationValidator.DeleteSmsProviderByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.GenericDelete>;
|
|
214
214
|
/**
|
|
@@ -219,8 +219,8 @@ declare class Communication {
|
|
|
219
219
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
220
220
|
* @returns {Promise<CommunicationPlatformModel.GenericDelete>} - Success response
|
|
221
221
|
* @name deleteSmsTemplateById
|
|
222
|
-
* @summary: Delete SMS template
|
|
223
|
-
* @description:
|
|
222
|
+
* @summary: Delete an SMS template
|
|
223
|
+
* @description: Removes a specific SMS communication template from the platform permenantly. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/deleteSmsTemplateById/).
|
|
224
224
|
*/
|
|
225
225
|
deleteSmsTemplateById({ id, requestHeaders }?: CommunicationPlatformApplicationValidator.DeleteSmsTemplateByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.GenericDelete>;
|
|
226
226
|
/**
|
|
@@ -233,8 +233,8 @@ declare class Communication {
|
|
|
233
233
|
* - Success response
|
|
234
234
|
*
|
|
235
235
|
* @name editEventSubscriptions
|
|
236
|
-
* @summary:
|
|
237
|
-
* @description:
|
|
236
|
+
* @summary: Update an event subscriptions
|
|
237
|
+
* @description: Modifys the configuration and settings of a specific event subscription. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/editEventSubscriptions/).
|
|
238
238
|
*/
|
|
239
239
|
editEventSubscriptions({ id, body, requestHeaders }?: CommunicationPlatformApplicationValidator.EditEventSubscriptionsParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EventSubscriptionsBulkUpdateResponse>;
|
|
240
240
|
/**
|
|
@@ -246,7 +246,7 @@ declare class Communication {
|
|
|
246
246
|
* @returns {Promise<CommunicationPlatformModel.AppProvider>} - Success response
|
|
247
247
|
* @name getAppProviders
|
|
248
248
|
* @summary: Get application providers
|
|
249
|
-
* @description: Retrieve a list of providers associated with the
|
|
249
|
+
* @description: Retrieve a list of providers associated with the sales channel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getAppProviders/).
|
|
250
250
|
*/
|
|
251
251
|
getAppProviders({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CommunicationPlatformModel.AppProvider>;
|
|
252
252
|
/**
|
|
@@ -257,8 +257,8 @@ declare class Communication {
|
|
|
257
257
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
258
258
|
* @returns {Promise<CommunicationPlatformModel.Audience>} - Success response
|
|
259
259
|
* @name getAudienceById
|
|
260
|
-
* @summary: Get audience
|
|
261
|
-
* @description:
|
|
260
|
+
* @summary: Get an audience
|
|
261
|
+
* @description: Retrieves detailed information about an specific audience. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getAudienceById/).
|
|
262
262
|
*/
|
|
263
263
|
getAudienceById({ id, requestHeaders }?: CommunicationPlatformApplicationValidator.GetAudienceByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.Audience>;
|
|
264
264
|
/**
|
|
@@ -269,8 +269,8 @@ declare class Communication {
|
|
|
269
269
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
270
270
|
* @returns {Promise<CommunicationPlatformModel.Audiences>} - Success response
|
|
271
271
|
* @name getAudiences
|
|
272
|
-
* @summary: Get audiences
|
|
273
|
-
* @description:
|
|
272
|
+
* @summary: Get all the audiences
|
|
273
|
+
* @description: Retrieves a list of all the audiences. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getAudiences/).
|
|
274
274
|
*/
|
|
275
275
|
getAudiences({ pageNo, pageSize, sort, query, requestHeaders }?: CommunicationPlatformApplicationValidator.GetAudiencesParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.Audiences>;
|
|
276
276
|
/**
|
|
@@ -281,8 +281,8 @@ declare class Communication {
|
|
|
281
281
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
282
282
|
* @returns {Promise<Object>} - Success response
|
|
283
283
|
* @name getBigQueryHeadersById
|
|
284
|
-
* @summary: Get BigQuery headers
|
|
285
|
-
* @description:
|
|
284
|
+
* @summary: Get BigQuery headers
|
|
285
|
+
* @description: Retrieves header information from BigQuery. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getBigQueryHeadersById/).
|
|
286
286
|
*/
|
|
287
287
|
getBigQueryHeadersById({ id, requestHeaders }?: CommunicationPlatformApplicationValidator.GetBigQueryHeadersByIdParam, { responseHeaders }?: object): Promise<any>;
|
|
288
288
|
/**
|
|
@@ -293,8 +293,8 @@ declare class Communication {
|
|
|
293
293
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
294
294
|
* @returns {Promise<Object>} - Success response
|
|
295
295
|
* @name getBigQueryRowCountById
|
|
296
|
-
* @summary: Get BigQuery row count
|
|
297
|
-
* @description:
|
|
296
|
+
* @summary: Get BigQuery row count
|
|
297
|
+
* @description: Retrieves big query row count by id - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getBigQueryRowCountById/).
|
|
298
298
|
*/
|
|
299
299
|
getBigQueryRowCountById({ id, requestHeaders }?: CommunicationPlatformApplicationValidator.GetBigQueryRowCountByIdParam, { responseHeaders }?: object): Promise<any>;
|
|
300
300
|
/**
|
|
@@ -305,8 +305,8 @@ declare class Communication {
|
|
|
305
305
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
306
306
|
* @returns {Promise<CommunicationPlatformModel.Campaign>} - Success response
|
|
307
307
|
* @name getCampaignById
|
|
308
|
-
* @summary: Get campaign
|
|
309
|
-
* @description:
|
|
308
|
+
* @summary: Get a campaign
|
|
309
|
+
* @description: Retrieves detailed information about a specific communication campaign. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getCampaignById/).
|
|
310
310
|
*/
|
|
311
311
|
getCampaignById({ id, requestHeaders }?: CommunicationPlatformApplicationValidator.GetCampaignByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.Campaign>;
|
|
312
312
|
/**
|
|
@@ -317,8 +317,8 @@ declare class Communication {
|
|
|
317
317
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
318
318
|
* @returns {Promise<CommunicationPlatformModel.Campaigns>} - Success response
|
|
319
319
|
* @name getCampaigns
|
|
320
|
-
* @summary: Get campaigns
|
|
321
|
-
* @description:
|
|
320
|
+
* @summary: Get all campaigns
|
|
321
|
+
* @description: Retrieves a list of communication campaigns. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getCampaigns/).
|
|
322
322
|
*/
|
|
323
323
|
getCampaigns({ query, pageNo, pageSize, sort, requestHeaders }?: CommunicationPlatformApplicationValidator.GetCampaignsParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.Campaigns>;
|
|
324
324
|
/**
|
|
@@ -329,8 +329,8 @@ declare class Communication {
|
|
|
329
329
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
330
330
|
* @returns {Promise<CommunicationPlatformModel.Logs>} - Success response
|
|
331
331
|
* @name getCommunicationLogs
|
|
332
|
-
* @summary: Get communication
|
|
333
|
-
* @description: Retrieve logs and records of communication activities. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getCommunicationLogs/).
|
|
332
|
+
* @summary: Get communication reports
|
|
333
|
+
* @description: Retrieve a lsit of logs and records of communication activities. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getCommunicationLogs/).
|
|
334
334
|
*/
|
|
335
335
|
getCommunicationLogs({ pageId, pageSize, sort, query, requestHeaders }?: CommunicationPlatformApplicationValidator.GetCommunicationLogsParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.Logs>;
|
|
336
336
|
/**
|
|
@@ -342,8 +342,8 @@ declare class Communication {
|
|
|
342
342
|
* @returns {Promise<CommunicationPlatformModel.DefaultSmsProviders[]>} -
|
|
343
343
|
* Success response
|
|
344
344
|
* @name getDefaultSmsProviders
|
|
345
|
-
* @summary: Get default SMS providers
|
|
346
|
-
* @description: Retrieve the default SMS communication providers. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getDefaultSmsProviders/).
|
|
345
|
+
* @summary: Get all default SMS providers
|
|
346
|
+
* @description: Retrieve all the default SMS communication providers. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getDefaultSmsProviders/).
|
|
347
347
|
*/
|
|
348
348
|
getDefaultSmsProviders({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CommunicationPlatformModel.DefaultSmsProviders[]>;
|
|
349
349
|
/**
|
|
@@ -356,7 +356,7 @@ declare class Communication {
|
|
|
356
356
|
* Success response
|
|
357
357
|
* @name getDummyDatasources
|
|
358
358
|
* @summary: Get dummy data sources
|
|
359
|
-
* @description: Retrieve a list of dummy data sources
|
|
359
|
+
* @description: Retrieve a list of dummy data sources. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getDummyDatasources/).
|
|
360
360
|
*/
|
|
361
361
|
getDummyDatasources({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CommunicationPlatformModel.DummyDatasources[]>;
|
|
362
362
|
/**
|
|
@@ -380,8 +380,8 @@ declare class Communication {
|
|
|
380
380
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
381
381
|
* @returns {Promise<CommunicationPlatformModel.EmailProvider>} - Success response
|
|
382
382
|
* @name getEmailProviderById
|
|
383
|
-
* @summary: Get email provider
|
|
384
|
-
* @description:
|
|
383
|
+
* @summary: Get a email provider
|
|
384
|
+
* @description: Retrieves detailed information about a specific email communication provider. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getEmailProviderById/).
|
|
385
385
|
*/
|
|
386
386
|
getEmailProviderById({ id, requestHeaders }?: CommunicationPlatformApplicationValidator.GetEmailProviderByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EmailProvider>;
|
|
387
387
|
/**
|
|
@@ -392,8 +392,8 @@ declare class Communication {
|
|
|
392
392
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
393
393
|
* @returns {Promise<CommunicationPlatformModel.EmailProviders>} - Success response
|
|
394
394
|
* @name getEmailProviders
|
|
395
|
-
* @summary: Get email providers
|
|
396
|
-
* @description:
|
|
395
|
+
* @summary: Get all email providers
|
|
396
|
+
* @description: Retrieves a list of all email communication providers associated with the sales channel.. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getEmailProviders/).
|
|
397
397
|
*/
|
|
398
398
|
getEmailProviders({ pageNo, pageSize, sort, query, requestHeaders }?: CommunicationPlatformApplicationValidator.GetEmailProvidersParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EmailProviders>;
|
|
399
399
|
/**
|
|
@@ -404,8 +404,8 @@ declare class Communication {
|
|
|
404
404
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
405
405
|
* @returns {Promise<CommunicationPlatformModel.EmailTemplate>} - Success response
|
|
406
406
|
* @name getEmailTemplateById
|
|
407
|
-
* @summary: Get email template
|
|
408
|
-
* @description:
|
|
407
|
+
* @summary: Get an email template
|
|
408
|
+
* @description: Retrieves detailed information about a specific email communication template. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getEmailTemplateById/).
|
|
409
409
|
*/
|
|
410
410
|
getEmailTemplateById({ id, requestHeaders }?: CommunicationPlatformApplicationValidator.GetEmailTemplateByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EmailTemplate>;
|
|
411
411
|
/**
|
|
@@ -416,8 +416,8 @@ declare class Communication {
|
|
|
416
416
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
417
417
|
* @returns {Promise<CommunicationPlatformModel.EmailTemplates>} - Success response
|
|
418
418
|
* @name getEmailTemplates
|
|
419
|
-
* @summary: Get email templates
|
|
420
|
-
* @description:
|
|
419
|
+
* @summary: Get all email templates
|
|
420
|
+
* @description: Retrieves a list of available email communication templates. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getEmailTemplates/).
|
|
421
421
|
*/
|
|
422
422
|
getEmailTemplates({ pageNo, pageSize, sort, query, requestHeaders }?: CommunicationPlatformApplicationValidator.GetEmailTemplatesParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EmailTemplates>;
|
|
423
423
|
/**
|
|
@@ -429,8 +429,8 @@ declare class Communication {
|
|
|
429
429
|
* @returns {Promise<CommunicationPlatformModel.EventSubscriptions>} -
|
|
430
430
|
* Success response
|
|
431
431
|
* @name getEventSubscriptions
|
|
432
|
-
* @summary: Get event subscriptions
|
|
433
|
-
* @description:
|
|
432
|
+
* @summary: Get all event subscriptions
|
|
433
|
+
* @description: Retrieves a list of all event subscriptions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getEventSubscriptions/).
|
|
434
434
|
*/
|
|
435
435
|
getEventSubscriptions({ pageNo, pageSize, populate, requestHeaders }?: CommunicationPlatformApplicationValidator.GetEventSubscriptionsParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EventSubscriptions>;
|
|
436
436
|
/**
|
|
@@ -441,8 +441,8 @@ declare class Communication {
|
|
|
441
441
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
442
442
|
* @returns {Promise<CommunicationPlatformModel.EventSubscription>} - Success response
|
|
443
443
|
* @name getEventSubscriptionsById
|
|
444
|
-
* @summary: Get event
|
|
445
|
-
* @description:
|
|
444
|
+
* @summary: Get an event subscription
|
|
445
|
+
* @description: Retrieves detailed information about a specific event subscription. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getEventSubscriptionsById/).
|
|
446
446
|
*/
|
|
447
447
|
getEventSubscriptionsById({ id, populate, requestHeaders }?: CommunicationPlatformApplicationValidator.GetEventSubscriptionsByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EventSubscription>;
|
|
448
448
|
/**
|
|
@@ -454,7 +454,7 @@ declare class Communication {
|
|
|
454
454
|
* @returns {Promise<CommunicationPlatformModel.GlobalProviders>} - Success response
|
|
455
455
|
* @name getGlobalProviders
|
|
456
456
|
* @summary: Get global providers
|
|
457
|
-
* @description: Retrieve a list of global communication providers
|
|
457
|
+
* @description: Retrieve a list of global communication providers associated with the sales channel.. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getGlobalProviders/).
|
|
458
458
|
*/
|
|
459
459
|
getGlobalProviders({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CommunicationPlatformModel.GlobalProviders>;
|
|
460
460
|
/**
|
|
@@ -467,8 +467,8 @@ declare class Communication {
|
|
|
467
467
|
* - Success response
|
|
468
468
|
*
|
|
469
469
|
* @name getGlobalVariables
|
|
470
|
-
* @summary: Get global variables
|
|
471
|
-
* @description:
|
|
470
|
+
* @summary: Get all global variables
|
|
471
|
+
* @description: Retrieves a list of communication global variables. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getGlobalVariables/).
|
|
472
472
|
*/
|
|
473
473
|
getGlobalVariables({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CommunicationPlatformModel.GlobalVariablesGetResponse>;
|
|
474
474
|
/**
|
|
@@ -477,8 +477,8 @@ declare class Communication {
|
|
|
477
477
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
478
478
|
* @returns {Promise<CommunicationPlatformModel.JobLogs>} - Success response
|
|
479
479
|
* @name getJobLogs
|
|
480
|
-
* @summary: Get job
|
|
481
|
-
* @description: Retrieve logs and details related to
|
|
480
|
+
* @summary: Get logs of all campaign job
|
|
481
|
+
* @description: Retrieve logs and details related to campaign jobs. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getJobLogs/).
|
|
482
482
|
*/
|
|
483
483
|
getJobLogs({ pageNo, pageSize, sort, query, requestHeaders }?: CommunicationPlatformApplicationValidator.GetJobLogsParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.JobLogs>;
|
|
484
484
|
/**
|
|
@@ -487,8 +487,8 @@ declare class Communication {
|
|
|
487
487
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
488
488
|
* @returns {Promise<CommunicationPlatformModel.Jobs>} - Success response
|
|
489
489
|
* @name getJobs
|
|
490
|
-
* @summary: Get jobs
|
|
491
|
-
* @description:
|
|
490
|
+
* @summary: Get all campaign jobs
|
|
491
|
+
* @description: Retrieves a list of campaign jobs. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getJobs/).
|
|
492
492
|
*/
|
|
493
493
|
getJobs({ pageNo, pageSize, sort, query, requestHeaders }?: CommunicationPlatformApplicationValidator.GetJobsParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.Jobs>;
|
|
494
494
|
/**
|
|
@@ -499,7 +499,7 @@ declare class Communication {
|
|
|
499
499
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
500
500
|
* @returns {Promise<CommunicationPlatformModel.GetNRecordsCsvRes>} - Success response
|
|
501
501
|
* @name getNSampleRecordsFromCsv
|
|
502
|
-
* @summary: Get N sample records
|
|
502
|
+
* @summary: Get N sample records of a CSV
|
|
503
503
|
* @description: Retrieve a specified number of sample records from a CSV data source. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getNSampleRecordsFromCsv/).
|
|
504
504
|
*/
|
|
505
505
|
getNSampleRecordsFromCsv({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.GetNSampleRecordsFromCsvParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.GetNRecordsCsvRes>;
|
|
@@ -511,8 +511,8 @@ declare class Communication {
|
|
|
511
511
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
512
512
|
* @returns {Promise<CommunicationPlatformModel.GetNRecordsCsvRes>} - Success response
|
|
513
513
|
* @name getNSampleRecordsFromCsvByGet
|
|
514
|
-
* @summary: Get N sample records
|
|
515
|
-
* @description: Retrieve a specified number of sample records from a CSV data source
|
|
514
|
+
* @summary: Get N sample records of a CSV
|
|
515
|
+
* @description: Retrieve a specified number of sample records from a CSV data source. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getNSampleRecordsFromCsvByGet/).
|
|
516
516
|
*/
|
|
517
517
|
getNSampleRecordsFromCsvByGet({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CommunicationPlatformModel.GetNRecordsCsvRes>;
|
|
518
518
|
/**
|
|
@@ -523,8 +523,8 @@ declare class Communication {
|
|
|
523
523
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
524
524
|
* @returns {Promise<CommunicationPlatformModel.OtpConfiguration>} - Success response
|
|
525
525
|
* @name getOtpConfiguration
|
|
526
|
-
* @summary: Get
|
|
527
|
-
* @description:
|
|
526
|
+
* @summary: Get configuration of otp
|
|
527
|
+
* @description: Retrieves all configurations related to OTP. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getOtpConfiguration/).
|
|
528
528
|
*/
|
|
529
529
|
getOtpConfiguration({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CommunicationPlatformModel.OtpConfiguration>;
|
|
530
530
|
/**
|
|
@@ -535,7 +535,7 @@ declare class Communication {
|
|
|
535
535
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
536
536
|
* @returns {Promise<Object>} - Success response
|
|
537
537
|
* @name getSmsProviderById
|
|
538
|
-
* @summary: Get SMS provider
|
|
538
|
+
* @summary: Get a SMS provider
|
|
539
539
|
* @description: Retrieve detailed information about a specific SMS communication provider. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getSmsProviderById/).
|
|
540
540
|
*/
|
|
541
541
|
getSmsProviderById({ id, requestHeaders }?: CommunicationPlatformApplicationValidator.GetSmsProviderByIdParam, { responseHeaders }?: object): Promise<any>;
|
|
@@ -547,8 +547,8 @@ declare class Communication {
|
|
|
547
547
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
548
548
|
* @returns {Promise<Object>} - Success response
|
|
549
549
|
* @name getSmsProviders
|
|
550
|
-
* @summary: Get SMS providers
|
|
551
|
-
* @description:
|
|
550
|
+
* @summary: Get all SMS providers
|
|
551
|
+
* @description: Retrieves a list of SMS communication providers. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getSmsProviders/).
|
|
552
552
|
*/
|
|
553
553
|
getSmsProviders({ pageNo, pageSize, sort, query, requestHeaders }?: CommunicationPlatformApplicationValidator.GetSmsProvidersParam, { responseHeaders }?: object): Promise<any>;
|
|
554
554
|
/**
|
|
@@ -559,8 +559,8 @@ declare class Communication {
|
|
|
559
559
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
560
560
|
* @returns {Promise<CommunicationPlatformModel.SmsTemplate>} - Success response
|
|
561
561
|
* @name getSmsTemplateById
|
|
562
|
-
* @summary: Get SMS template
|
|
563
|
-
* @description:
|
|
562
|
+
* @summary: Get a SMS template
|
|
563
|
+
* @description: Retrieves detailed information about a specific SMS communication template. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getSmsTemplateById/).
|
|
564
564
|
*/
|
|
565
565
|
getSmsTemplateById({ id, requestHeaders }?: CommunicationPlatformApplicationValidator.GetSmsTemplateByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.SmsTemplate>;
|
|
566
566
|
/**
|
|
@@ -571,8 +571,8 @@ declare class Communication {
|
|
|
571
571
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
572
572
|
* @returns {Promise<CommunicationPlatformModel.SmsTemplates>} - Success response
|
|
573
573
|
* @name getSmsTemplates
|
|
574
|
-
* @summary: Get SMS templates
|
|
575
|
-
* @description: Retrieve a list of
|
|
574
|
+
* @summary: Get all SMS templates
|
|
575
|
+
* @description: Retrieve a list of all SMS communication templates. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getSmsTemplates/).
|
|
576
576
|
*/
|
|
577
577
|
getSmsTemplates({ pageNo, pageSize, sort, query, requestHeaders }?: CommunicationPlatformApplicationValidator.GetSmsTemplatesParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.SmsTemplates>;
|
|
578
578
|
/**
|
|
@@ -583,8 +583,8 @@ declare class Communication {
|
|
|
583
583
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
584
584
|
* @returns {Promise<CommunicationPlatformModel.GetStats>} - Success response
|
|
585
585
|
* @name getStatsOfCampaignById
|
|
586
|
-
* @summary: Get campaign statistics
|
|
587
|
-
* @description:
|
|
586
|
+
* @summary: Get campaign statistics
|
|
587
|
+
* @description: Retrieves statistical data for a specific a communication campaign. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getStatsOfCampaignById/).
|
|
588
588
|
*/
|
|
589
589
|
getStatsOfCampaignById({ id, requestHeaders }?: CommunicationPlatformApplicationValidator.GetStatsOfCampaignByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.GetStats>;
|
|
590
590
|
/**
|
|
@@ -595,8 +595,8 @@ declare class Communication {
|
|
|
595
595
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
596
596
|
* @returns {Promise<CommunicationPlatformModel.EmailTemplates>} - Success response
|
|
597
597
|
* @name getSubscribedEmailTemplates
|
|
598
|
-
* @summary: Get subscribed email templates
|
|
599
|
-
* @description:
|
|
598
|
+
* @summary: Get all subscribed email templates
|
|
599
|
+
* @description: Retrieves a list of email communication templates that are subscribed to an event. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getSubscribedEmailTemplates/).
|
|
600
600
|
*/
|
|
601
601
|
getSubscribedEmailTemplates({ pageNo, pageSize, query, requestHeaders }?: CommunicationPlatformApplicationValidator.GetSubscribedEmailTemplatesParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EmailTemplates>;
|
|
602
602
|
/**
|
|
@@ -607,8 +607,8 @@ declare class Communication {
|
|
|
607
607
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
608
608
|
* @returns {Promise<CommunicationPlatformModel.SmsTemplates>} - Success response
|
|
609
609
|
* @name getSubscribedSmsTemplates
|
|
610
|
-
* @summary: Get subscribed SMS templates
|
|
611
|
-
* @description: Retrieve SMS communication templates that are subscribed to. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getSubscribedSmsTemplates/).
|
|
610
|
+
* @summary: Get all subscribed SMS templates
|
|
611
|
+
* @description: Retrieve a list of SMS communication templates that are subscribed to an event. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getSubscribedSmsTemplates/).
|
|
612
612
|
*/
|
|
613
613
|
getSubscribedSmsTemplates({ pageNo, pageSize, query, requestHeaders }?: CommunicationPlatformApplicationValidator.GetSubscribedSmsTemplatesParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.SmsTemplates>;
|
|
614
614
|
/**
|
|
@@ -620,7 +620,7 @@ declare class Communication {
|
|
|
620
620
|
* @returns {Promise<Object>} - Success response
|
|
621
621
|
* @name getSystemAudiences
|
|
622
622
|
* @summary: Get system audiences
|
|
623
|
-
* @description:
|
|
623
|
+
* @description: Retrieves a list of system-defined audiences for communication. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getSystemAudiences/).
|
|
624
624
|
*/
|
|
625
625
|
getSystemAudiences({ requestHeaders }?: any, { responseHeaders }?: object): Promise<any>;
|
|
626
626
|
/**
|
|
@@ -632,8 +632,8 @@ declare class Communication {
|
|
|
632
632
|
* @returns {Promise<CommunicationPlatformModel.SystemEmailTemplates>} -
|
|
633
633
|
* Success response
|
|
634
634
|
* @name getSystemEmailTemplates
|
|
635
|
-
* @summary: Get system email templates
|
|
636
|
-
* @description:
|
|
635
|
+
* @summary: Get all system email templates
|
|
636
|
+
* @description: Retrieves system-defined email communication templates. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getSystemEmailTemplates/).
|
|
637
637
|
*/
|
|
638
638
|
getSystemEmailTemplates({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CommunicationPlatformModel.SystemEmailTemplates>;
|
|
639
639
|
/**
|
|
@@ -645,8 +645,8 @@ declare class Communication {
|
|
|
645
645
|
* @returns {Promise<CommunicationPlatformModel.SystemSmsTemplates[]>} -
|
|
646
646
|
* Success response
|
|
647
647
|
* @name getSystemSmsTemplates
|
|
648
|
-
* @summary:
|
|
649
|
-
* @description:
|
|
648
|
+
* @summary: Gets all system SMS templates
|
|
649
|
+
* @description: Retrieves system-defined SMS communication templates. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getSystemSmsTemplates/).
|
|
650
650
|
*/
|
|
651
651
|
getSystemSmsTemplates({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CommunicationPlatformModel.SystemSmsTemplates[]>;
|
|
652
652
|
/**
|
|
@@ -659,8 +659,8 @@ declare class Communication {
|
|
|
659
659
|
* - Success response
|
|
660
660
|
*
|
|
661
661
|
* @name postGlobalVariables
|
|
662
|
-
* @summary:
|
|
663
|
-
* @description:
|
|
662
|
+
* @summary: Create global variables
|
|
663
|
+
* @description: Updates and creates communication global variables. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/postGlobalVariables/).
|
|
664
664
|
*/
|
|
665
665
|
postGlobalVariables({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.PostGlobalVariablesParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.GlobalVariablesPostResponse>;
|
|
666
666
|
/**
|
|
@@ -672,7 +672,7 @@ declare class Communication {
|
|
|
672
672
|
* @returns {Promise<CommunicationPlatformModel.EngineResponse>} - Success response
|
|
673
673
|
* @name sendCommunicationAsynchronously
|
|
674
674
|
* @summary: Send communication asynchronously
|
|
675
|
-
* @description:
|
|
675
|
+
* @description: Sends communications to sellers with deffered delivery. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/sendCommunicationAsynchronously/).
|
|
676
676
|
*/
|
|
677
677
|
sendCommunicationAsynchronously({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.SendCommunicationAsynchronouslyParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EngineResponse>;
|
|
678
678
|
/**
|
|
@@ -684,7 +684,7 @@ declare class Communication {
|
|
|
684
684
|
* @returns {Promise<CommunicationPlatformModel.EngineResponse>} - Success response
|
|
685
685
|
* @name sendCommunicationSynchronously
|
|
686
686
|
* @summary: Send communication synchronously
|
|
687
|
-
* @description:
|
|
687
|
+
* @description: Sends real-time communications to sellers with immediate delivery. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/sendCommunicationSynchronously/).
|
|
688
688
|
*/
|
|
689
689
|
sendCommunicationSynchronously({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.SendCommunicationSynchronouslyParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EngineResponse>;
|
|
690
690
|
/**
|
|
@@ -694,7 +694,7 @@ declare class Communication {
|
|
|
694
694
|
* @returns {Promise<CommunicationPlatformModel.SendOtpCommsRes>} - Success response
|
|
695
695
|
* @name sendOtp
|
|
696
696
|
* @summary: Send OTP
|
|
697
|
-
* @description:
|
|
697
|
+
* @description: Sends a one-time password (OTP) for authentication or verification. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/sendOtp/).
|
|
698
698
|
*/
|
|
699
699
|
sendOtp({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.SendOtpParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.SendOtpCommsRes>;
|
|
700
700
|
/**
|
|
@@ -706,8 +706,8 @@ declare class Communication {
|
|
|
706
706
|
* @returns {Promise<CommunicationPlatformModel.TriggerJobResponse>} -
|
|
707
707
|
* Success response
|
|
708
708
|
* @name triggerCampaignJob
|
|
709
|
-
* @summary: Trigger campaign job
|
|
710
|
-
* @description:
|
|
709
|
+
* @summary: Trigger a campaign job
|
|
710
|
+
* @description: Initiates a job to execute a communication campaign. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/triggerCampaignJob/).
|
|
711
711
|
*/
|
|
712
712
|
triggerCampaignJob({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.TriggerCampaignJobParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.TriggerJobResponse>;
|
|
713
713
|
/**
|
|
@@ -719,7 +719,7 @@ declare class Communication {
|
|
|
719
719
|
* @returns {Promise<CommunicationPlatformModel.AppProvider>} - Success response
|
|
720
720
|
* @name updateAppProviders
|
|
721
721
|
* @summary: Update application providers
|
|
722
|
-
* @description: Modify provider
|
|
722
|
+
* @description: Modify provider configuration using provider object id . - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/updateAppProviders/).
|
|
723
723
|
*/
|
|
724
724
|
updateAppProviders({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.UpdateAppProvidersParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.AppProvider>;
|
|
725
725
|
/**
|
|
@@ -730,8 +730,8 @@ declare class Communication {
|
|
|
730
730
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
731
731
|
* @returns {Promise<CommunicationPlatformModel.Audience>} - Success response
|
|
732
732
|
* @name updateAudienceById
|
|
733
|
-
* @summary: Update audience
|
|
734
|
-
* @description: Modify the
|
|
733
|
+
* @summary: Update an audience
|
|
734
|
+
* @description: Modify the configuration of a specific audience. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/updateAudienceById/).
|
|
735
735
|
*/
|
|
736
736
|
updateAudienceById({ id, body, requestHeaders }?: CommunicationPlatformApplicationValidator.UpdateAudienceByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.Audience>;
|
|
737
737
|
/**
|
|
@@ -742,8 +742,8 @@ declare class Communication {
|
|
|
742
742
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
743
743
|
* @returns {Promise<CommunicationPlatformModel.Campaign>} - Success response
|
|
744
744
|
* @name updateCampaignById
|
|
745
|
-
* @summary: Update campaign
|
|
746
|
-
* @description: Modify the
|
|
745
|
+
* @summary: Update a campaign
|
|
746
|
+
* @description: Modify the configuration of a specific communication campaign. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/updateCampaignById/).
|
|
747
747
|
*/
|
|
748
748
|
updateCampaignById({ id, body, requestHeaders }?: CommunicationPlatformApplicationValidator.UpdateCampaignByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.Campaign>;
|
|
749
749
|
/**
|
|
@@ -754,8 +754,8 @@ declare class Communication {
|
|
|
754
754
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
755
755
|
* @returns {Promise<CommunicationPlatformModel.EmailProvider>} - Success response
|
|
756
756
|
* @name updateEmailProviderById
|
|
757
|
-
* @summary: Update email provider
|
|
758
|
-
* @description:
|
|
757
|
+
* @summary: Update email provider
|
|
758
|
+
* @description: Modifys the configurations of a specific email communication provider. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/updateEmailProviderById/).
|
|
759
759
|
*/
|
|
760
760
|
updateEmailProviderById({ id, body, requestHeaders }?: CommunicationPlatformApplicationValidator.UpdateEmailProviderByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EmailProvider>;
|
|
761
761
|
/**
|
|
@@ -766,8 +766,8 @@ declare class Communication {
|
|
|
766
766
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
767
767
|
* @returns {Promise<CommunicationPlatformModel.EmailTemplate>} - Success response
|
|
768
768
|
* @name updateEmailTemplateById
|
|
769
|
-
* @summary: Update email template
|
|
770
|
-
* @description:
|
|
769
|
+
* @summary: Update an email template
|
|
770
|
+
* @description: Modifys the content and settings of a specific email communication template. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/updateEmailTemplateById/).
|
|
771
771
|
*/
|
|
772
772
|
updateEmailTemplateById({ id, body, requestHeaders }?: CommunicationPlatformApplicationValidator.UpdateEmailTemplateByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.EmailTemplate>;
|
|
773
773
|
/**
|
|
@@ -778,8 +778,8 @@ declare class Communication {
|
|
|
778
778
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
779
779
|
* @returns {Promise<CommunicationPlatformModel.OtpConfiguration>} - Success response
|
|
780
780
|
* @name updateOtpConfiguration
|
|
781
|
-
* @summary: Update
|
|
782
|
-
* @description:
|
|
781
|
+
* @summary: Update configuration of otp
|
|
782
|
+
* @description: Updates all configurations related to OTP. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/updateOtpConfiguration/).
|
|
783
783
|
*/
|
|
784
784
|
updateOtpConfiguration({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CommunicationPlatformModel.OtpConfiguration>;
|
|
785
785
|
/**
|
|
@@ -790,8 +790,8 @@ declare class Communication {
|
|
|
790
790
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
791
791
|
* @returns {Promise<Object>} - Success response
|
|
792
792
|
* @name updateSmsProviderById
|
|
793
|
-
* @summary: Update SMS provider
|
|
794
|
-
* @description:
|
|
793
|
+
* @summary: Update SMS provider
|
|
794
|
+
* @description: Modifys the configurations of a specific SMS communication provider. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/updateSmsProviderById/).
|
|
795
795
|
*/
|
|
796
796
|
updateSmsProviderById({ id, body, requestHeaders }?: CommunicationPlatformApplicationValidator.UpdateSmsProviderByIdParam, { responseHeaders }?: object): Promise<any>;
|
|
797
797
|
/**
|
|
@@ -802,8 +802,8 @@ declare class Communication {
|
|
|
802
802
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
803
803
|
* @returns {Promise<CommunicationPlatformModel.SmsTemplate>} - Success response
|
|
804
804
|
* @name updateSmsTemplateById
|
|
805
|
-
* @summary: Update SMS template
|
|
806
|
-
* @description:
|
|
805
|
+
* @summary: Update a SMS template
|
|
806
|
+
* @description: Modifys the content and settings of a specific SMS communication template. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/updateSmsTemplateById/).
|
|
807
807
|
*/
|
|
808
808
|
updateSmsTemplateById({ id, body, requestHeaders }?: CommunicationPlatformApplicationValidator.UpdateSmsTemplateByIdParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.SmsTemplate>;
|
|
809
809
|
/**
|
|
@@ -815,9 +815,9 @@ declare class Communication {
|
|
|
815
815
|
*
|
|
816
816
|
* @name verfiyOtp
|
|
817
817
|
* @summary: Verify OTP
|
|
818
|
-
* @description:
|
|
818
|
+
* @description: Verifies the one-time password (OTP) for authentication or verification. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/verfiyOtp/).
|
|
819
819
|
*/
|
|
820
820
|
verfiyOtp({ body, requestHeaders }?: CommunicationPlatformApplicationValidator.VerfiyOtpParam, { responseHeaders }?: object): Promise<CommunicationPlatformModel.VerifyOtpCommsSuccessRes>;
|
|
821
821
|
}
|
|
822
|
-
import CommunicationPlatformApplicationValidator = require("
|
|
823
|
-
import CommunicationPlatformModel = require("
|
|
822
|
+
import CommunicationPlatformApplicationValidator = require("sdk/output/javascript/code/sdk/platform/Communication/CommunicationPlatformApplicationValidator");
|
|
823
|
+
import CommunicationPlatformModel = require("sdk/output/javascript/code/sdk/platform/Communication/CommunicationPlatformModel");
|