@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.
Files changed (193) hide show
  1. package/README.md +1 -10
  2. package/application.d.ts +3 -3
  3. package/common.d.ts +3 -3
  4. package/index.d.ts +15 -15
  5. package/package.json +1 -1
  6. package/partner.d.ts +3 -3
  7. package/platform.d.ts +3 -3
  8. package/public.d.ts +2 -2
  9. package/sdk/application/ApplicationAPIClient.d.ts +1 -1
  10. package/sdk/application/ApplicationClient.d.ts +17 -17
  11. package/sdk/application/ApplicationConfig.d.ts +3 -3
  12. package/sdk/application/Cart/CartApplicationClient.d.ts +50 -50
  13. package/sdk/application/Cart/CartApplicationClient.js +48 -48
  14. package/sdk/application/Cart/CartApplicationValidator.d.ts +1 -1
  15. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +72 -72
  16. package/sdk/application/Catalog/CatalogApplicationClient.js +69 -69
  17. package/sdk/application/Common/CommonApplicationClient.d.ts +6 -6
  18. package/sdk/application/Common/CommonApplicationClient.js +4 -4
  19. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +8 -8
  20. package/sdk/application/Communication/CommunicationApplicationClient.js +6 -6
  21. package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +1 -1
  22. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +34 -34
  23. package/sdk/application/Configuration/ConfigurationApplicationClient.js +32 -32
  24. package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +1 -1
  25. package/sdk/application/Content/ContentApplicationClient.d.ts +48 -48
  26. package/sdk/application/Content/ContentApplicationClient.js +45 -45
  27. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +7 -7
  28. package/sdk/application/FileStorage/FileStorageApplicationClient.js +5 -5
  29. package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +1 -1
  30. package/sdk/application/Lead/LeadApplicationClient.d.ts +11 -11
  31. package/sdk/application/Lead/LeadApplicationClient.js +9 -9
  32. package/sdk/application/Lead/LeadApplicationValidator.d.ts +1 -1
  33. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +24 -24
  34. package/sdk/application/Logistic/LogisticApplicationClient.js +22 -22
  35. package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +1 -1
  36. package/sdk/application/Order/OrderApplicationClient.d.ts +16 -27
  37. package/sdk/application/Order/OrderApplicationClient.js +14 -94
  38. package/sdk/application/Order/OrderApplicationValidator.d.ts +2 -16
  39. package/sdk/application/Order/OrderApplicationValidator.js +0 -13
  40. package/sdk/application/Payment/PaymentApplicationClient.d.ts +73 -73
  41. package/sdk/application/Payment/PaymentApplicationClient.js +71 -71
  42. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +1 -1
  43. package/sdk/application/PosCart/PosCartApplicationClient.d.ts +2 -2
  44. package/sdk/application/PosCart/PosCartApplicationValidator.d.ts +1 -1
  45. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +3 -3
  46. package/sdk/application/Rewards/RewardsApplicationClient.js +1 -1
  47. package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +1 -1
  48. package/sdk/application/Share/ShareApplicationClient.d.ts +3 -3
  49. package/sdk/application/Share/ShareApplicationClient.js +1 -1
  50. package/sdk/application/Share/ShareApplicationValidator.d.ts +1 -1
  51. package/sdk/application/Theme/ThemeApplicationClient.d.ts +10 -10
  52. package/sdk/application/Theme/ThemeApplicationClient.js +8 -8
  53. package/sdk/application/User/UserApplicationClient.d.ts +76 -76
  54. package/sdk/application/User/UserApplicationClient.js +74 -74
  55. package/sdk/application/User/UserApplicationValidator.d.ts +1 -1
  56. package/sdk/application/index.d.ts +18 -18
  57. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +1 -1
  58. package/sdk/partner/Lead/LeadPartnerClient.d.ts +2 -2
  59. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +1 -1
  60. package/sdk/partner/OAuthClient.d.ts +4 -4
  61. package/sdk/partner/PartnerAPIClient.d.ts +1 -1
  62. package/sdk/partner/PartnerClient.d.ts +6 -6
  63. package/sdk/partner/PartnerConfig.d.ts +4 -4
  64. package/sdk/partner/Theme/ThemePartnerClient.d.ts +1 -1
  65. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +1 -1
  66. package/sdk/partner/index.d.ts +7 -7
  67. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +7 -7
  68. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +5 -5
  69. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -1
  70. package/sdk/platform/Billing/BillingPlatformClient.d.ts +15 -15
  71. package/sdk/platform/Billing/BillingPlatformClient.js +13 -13
  72. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +1 -1
  73. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +104 -104
  74. package/sdk/platform/Cart/CartPlatformApplicationClient.js +102 -102
  75. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +1 -1
  76. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +135 -134
  77. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +132 -131
  78. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +1 -1
  79. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +133 -133
  80. package/sdk/platform/Catalog/CatalogPlatformClient.js +130 -130
  81. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +1 -1
  82. package/sdk/platform/Common/CommonPlatformClient.d.ts +4 -4
  83. package/sdk/platform/Common/CommonPlatformClient.js +2 -2
  84. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +120 -120
  85. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +118 -118
  86. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +1 -1
  87. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +3 -3
  88. package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
  89. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +25 -25
  90. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +22 -22
  91. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +1 -1
  92. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +43 -43
  93. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +41 -41
  94. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +1 -1
  95. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +28 -28
  96. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +26 -26
  97. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +1 -1
  98. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +96 -96
  99. package/sdk/platform/Content/ContentPlatformApplicationClient.js +93 -93
  100. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +1 -1
  101. package/sdk/platform/Content/ContentPlatformClient.d.ts +31 -31
  102. package/sdk/platform/Content/ContentPlatformClient.js +29 -29
  103. package/sdk/platform/Content/ContentPlatformValidator.d.ts +1 -1
  104. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +20 -20
  105. package/sdk/platform/Discount/DiscountPlatformClient.js +18 -18
  106. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +1 -1
  107. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +20 -19
  108. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +18 -17
  109. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +1 -1
  110. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +8 -8
  111. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +6 -6
  112. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +2 -2
  113. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +1 -1
  114. package/sdk/platform/Finance/FinancePlatformClient.d.ts +6 -6
  115. package/sdk/platform/Finance/FinancePlatformClient.js +4 -4
  116. package/sdk/platform/Finance/FinancePlatformValidator.d.ts +1 -1
  117. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +14 -14
  118. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +12 -12
  119. package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +1 -1
  120. package/sdk/platform/Lead/LeadPlatformClient.d.ts +17 -17
  121. package/sdk/platform/Lead/LeadPlatformClient.js +15 -15
  122. package/sdk/platform/Lead/LeadPlatformValidator.d.ts +1 -1
  123. package/sdk/platform/OAuthClient.d.ts +3 -3
  124. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +12 -12
  125. package/sdk/platform/Order/OrderPlatformApplicationClient.js +10 -10
  126. package/sdk/platform/Order/OrderPlatformClient.d.ts +97 -108
  127. package/sdk/platform/Order/OrderPlatformClient.js +95 -190
  128. package/sdk/platform/Order/OrderPlatformModel.d.ts +10 -0
  129. package/sdk/platform/Order/OrderPlatformModel.js +4 -0
  130. package/sdk/platform/Order/OrderPlatformValidator.d.ts +2 -34
  131. package/sdk/platform/Order/OrderPlatformValidator.js +0 -20
  132. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +6 -6
  133. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +4 -4
  134. package/sdk/platform/Partner/PartnerPlatformApplicationValidator.d.ts +1 -1
  135. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +79 -79
  136. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +77 -77
  137. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +1 -1
  138. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +4 -4
  139. package/sdk/platform/Payment/PaymentPlatformClient.js +2 -2
  140. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +7 -0
  141. package/sdk/platform/Payment/PaymentPlatformModel.js +3 -0
  142. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +1 -1
  143. package/sdk/platform/PlatformAPIClient.d.ts +1 -1
  144. package/sdk/platform/PlatformApplicationClient.d.ts +16 -16
  145. package/sdk/platform/PlatformClient.d.ts +19 -21
  146. package/sdk/platform/PlatformClient.js +0 -4
  147. package/sdk/platform/PlatformConfig.d.ts +4 -4
  148. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +9 -9
  149. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +7 -7
  150. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +1 -1
  151. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +42 -42
  152. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +40 -40
  153. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +1 -1
  154. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +53 -52
  155. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +51 -50
  156. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +1 -1
  157. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +3 -3
  158. package/sdk/platform/Share/SharePlatformApplicationClient.js +1 -1
  159. package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +1 -1
  160. package/sdk/platform/Share/SharePlatformModel.d.ts +2 -0
  161. package/sdk/platform/Share/SharePlatformModel.js +2 -0
  162. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +36 -106
  163. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +34 -591
  164. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +2 -101
  165. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -92
  166. package/sdk/platform/Theme/ThemePlatformClient.d.ts +8 -8
  167. package/sdk/platform/Theme/ThemePlatformClient.js +6 -6
  168. package/sdk/platform/Theme/ThemePlatformValidator.d.ts +1 -1
  169. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +37 -37
  170. package/sdk/platform/User/UserPlatformApplicationClient.js +35 -35
  171. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +1 -1
  172. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +9 -8
  173. package/sdk/platform/Webhook/WebhookPlatformClient.js +7 -6
  174. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +1 -1
  175. package/sdk/platform/index.d.ts +24 -25
  176. package/sdk/platform/index.js +0 -2
  177. package/sdk/public/Billing/BillingPublicClient.d.ts +2 -2
  178. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -2
  179. package/sdk/public/Content/ContentPublicClient.d.ts +2 -2
  180. package/sdk/public/Inventory/InventoryPublicClient.d.ts +2 -2
  181. package/sdk/public/Inventory/InventoryPublicValidator.d.ts +1 -1
  182. package/sdk/public/Partner/PartnerPublicClient.d.ts +2 -2
  183. package/sdk/public/PublicAPIClient.d.ts +1 -1
  184. package/sdk/public/PublicClient.d.ts +7 -7
  185. package/sdk/public/Webhook/WebhookPublicClient.d.ts +2 -2
  186. package/sdk/public/Webhook/WebhookPublicValidator.d.ts +1 -1
  187. package/sdk/public/index.d.ts +8 -8
  188. package/sdk/platform/Inventory/InventoryPlatformClient.d.ts +0 -152
  189. package/sdk/platform/Inventory/InventoryPlatformClient.js +0 -1017
  190. package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +0 -1355
  191. package/sdk/platform/Inventory/InventoryPlatformModel.js +0 -1544
  192. package/sdk/platform/Inventory/InventoryPlatformValidator.d.ts +0 -171
  193. 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: Add audience which is used to import CSV files containing emails, phone numbers, and other variables in order to populate email/SMS templates for bulk delivery via a Campaign. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createAudience/).
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 big query headers - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createBigQueryHeaders/).
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: Create big query n count - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createBigQueryNCount/).
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: Create big query row count - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createBigQueryRowCount/).
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: Add a new communication campaign. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createCampaign/).
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: Generate and add a new email communication provider. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createEmailProvider/).
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: Create email template
87
- * @description: Generate and add a new email communication template. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createEmailTemplate/).
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 subscriptions
101
- * @description: Create event subscriptions - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createEventSubscriptions/).
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 by bulk
117
- * @description: Create event subscriptions by bulk - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createEventSubscriptionsByBulk/).
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: Create jobs - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createJobs/).
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: Add a new SMS communication provider. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createSmsProvider/).
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: Add a new SMS communication template. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/createSmsTemplate/).
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 by ID
163
- * @description: Remove a specific custom communication audience. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/deleteAudienceById/).
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 by ID
175
- * @description: Remove a specific email communication provider from the platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/deleteEmailProviderById/).
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 by ID
187
- * @description: Email templates are predefined formats linked to various events for delivering messages to users. Remove a specific email communication template by its ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/deleteEmailTemplateById/).
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: Create event subscriptions
199
- * @description: Create event subscriptions - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/deleteEventSubscriptionsById/).
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 by ID
211
- * @description: Remove a specific SMS communication provider. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/deleteSmsProviderById/).
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 by ID
223
- * @description: Remove a specific SMS communication template. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/deleteSmsTemplateById/).
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: Create event subscriptions
237
- * @description: Create event subscriptions - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/editEventSubscriptions/).
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 platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getAppProviders/).
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 by ID
261
- * @description: Retrieve detailed information about a specific custom communication audience. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getAudienceById/).
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: Audience is used to import CSV files containing emails, phone numbers, and other variables in order to populate email/SMS templates for bulk delivery via a Campaign. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getAudiences/).
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 by ID
285
- * @description: Retrieve header information from BigQuery for a specific campaign. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getBigQueryHeadersById/).
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 by ID
297
- * @description: Retrieve big query row count by id - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getBigQueryRowCountById/).
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 by ID
309
- * @description: Retrieve detailed information about a specific communication campaign. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getCampaignById/).
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: Retrieve a list of communication campaigns. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getCampaigns/).
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 logs
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 for testing. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getDummyDatasources/).
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 by ID
384
- * @description: Retrieve detailed information about a specific email communication provider. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getEmailProviderById/).
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: Retrieve a list of email communication providers. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getEmailProviders/).
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 by ID
408
- * @description: Retrieve detailed information about a specific email communication template. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getEmailTemplateById/).
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: Retrieve a list of available email communication templates. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getEmailTemplates/).
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: Retrieve a list of event subscriptions related to communication. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getEventSubscriptions/).
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 subscriptions by id
445
- * @description: Get event subscriptions by id - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getEventSubscriptionsById/).
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. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getGlobalProviders/).
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: Retrieve global variables used in communication. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getGlobalVariables/).
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 logs
481
- * @description: Retrieve logs and details related to communication jobs. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getJobLogs/).
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: Retrieve a list of communication jobs. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getJobs/).
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 from CSV
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 in CSV
515
- * @description: Retrieve a specified number of sample records from a CSV data source using a GET request. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getNSampleRecordsFromCsvByGet/).
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 otp-configuration, if not present in db then return default settings
527
- * @description: Get otp-configuration - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getOtpConfiguration/).
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 by ID
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: Retrieve a list of SMS communication providers. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getSmsProviders/).
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 by ID
563
- * @description: Retrieve detailed information about a specific SMS communication template. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getSmsTemplateById/).
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 available SMS communication templates. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getSmsTemplates/).
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 by ID
587
- * @description: Retrieve statistical data for a specific communication campaign. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getStatsOfCampaignById/).
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: Retrieve email communication templates that are subscribed to. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getSubscribedEmailTemplates/).
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: Retrieve system-defined audiences for communication. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getSystemAudiences/).
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: Retrieve system-defined email communication templates. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getSystemEmailTemplates/).
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: Get system SMS templates
649
- * @description: Retrieve system-defined SMS communication templates. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/getSystemSmsTemplates/).
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: Post global variables
663
- * @description: Update and post global variables for communication. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/postGlobalVariables/).
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: Initiate and send communication with the option for asynchronous processing. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/sendCommunicationAsynchronously/).
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: Initiate and send communication in real-time. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/sendCommunicationSynchronously/).
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: Send a one-time password (OTP) for authentication or verification. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/sendOtp/).
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: Initiate a job to execute a communication campaign. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/triggerCampaignJob/).
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 information for the platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/updateAppProviders/).
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 by ID
734
- * @description: Modify the settings of a specific custom communication audience. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/updateAudienceById/).
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 by ID
746
- * @description: Modify the settings of a specific communication campaign. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/updateCampaignById/).
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 by ID
758
- * @description: Modify the settings of a specific email communication provider. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/updateEmailProviderById/).
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 by ID
770
- * @description: Modify the content and settings of a specific email communication template. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/updateEmailTemplateById/).
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/insert otp configurations
782
- * @description: Update otp-configuration - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/updateOtpConfiguration/).
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 by ID
794
- * @description: Modify specific SMS communication provider. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/updateSmsProviderById/).
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 by ID
806
- * @description: Modify the content and settings of a specific SMS communication template. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/updateSmsTemplateById/).
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: Verify the one-time password (OTP) for authentication or verification. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/communication/verfiyOtp/).
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("./CommunicationPlatformApplicationValidator");
823
- import CommunicationPlatformModel = require("./CommunicationPlatformModel");
822
+ import CommunicationPlatformApplicationValidator = require("sdk/output/javascript/code/sdk/platform/Communication/CommunicationPlatformApplicationValidator");
823
+ import CommunicationPlatformModel = require("sdk/output/javascript/code/sdk/platform/Communication/CommunicationPlatformModel");