@getbrevo/brevo 2.2.0 → 2.3.0

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 (816) hide show
  1. package/.openapi-generator/FILES +113 -24
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +5 -5
  4. package/api/accountApi.ts +6 -1
  5. package/api/apis.ts +9 -3
  6. package/api/balanceApi.ts +1725 -0
  7. package/api/companiesApi.ts +247 -69
  8. package/api/contactsApi.ts +119 -25
  9. package/api/dealsApi.ts +181 -1
  10. package/api/ecommerceApi.ts +29 -14
  11. package/api/emailCampaignsApi.ts +2 -2
  12. package/api/masterAccountApi.ts +233 -4
  13. package/api/programApi.ts +992 -0
  14. package/api/rewardApi.ts +975 -0
  15. package/api/tierApi.ts +952 -0
  16. package/api/transactionalEmailsApi.ts +78 -1
  17. package/api/transactionalSMSApi.ts +60 -0
  18. package/api/userApi.ts +2 -2
  19. package/dist/api/accountApi.d.ts +1 -2
  20. package/dist/api/accountApi.js +9 -5
  21. package/dist/api/accountApi.js.map +1 -1
  22. package/dist/api/apis.d.ts +9 -4
  23. package/dist/api/apis.js +9 -3
  24. package/dist/api/apis.js.map +1 -1
  25. package/dist/api/balanceApi.d.ts +187 -0
  26. package/dist/api/balanceApi.js +1434 -0
  27. package/dist/api/balanceApi.js.map +1 -0
  28. package/dist/api/companiesApi.d.ts +29 -10
  29. package/dist/api/companiesApi.js +204 -55
  30. package/dist/api/companiesApi.js.map +1 -1
  31. package/dist/api/contactsApi.d.ts +13 -6
  32. package/dist/api/contactsApi.js +142 -65
  33. package/dist/api/contactsApi.js.map +1 -1
  34. package/dist/api/conversationsApi.d.ts +0 -1
  35. package/dist/api/conversationsApi.js +19 -19
  36. package/dist/api/conversationsApi.js.map +1 -1
  37. package/dist/api/couponsApi.d.ts +0 -1
  38. package/dist/api/couponsApi.js +11 -11
  39. package/dist/api/couponsApi.js.map +1 -1
  40. package/dist/api/dealsApi.d.ts +21 -2
  41. package/dist/api/dealsApi.js +170 -21
  42. package/dist/api/dealsApi.js.map +1 -1
  43. package/dist/api/domainsApi.d.ts +0 -1
  44. package/dist/api/domainsApi.js +11 -11
  45. package/dist/api/domainsApi.js.map +1 -1
  46. package/dist/api/ecommerceApi.d.ts +3 -4
  47. package/dist/api/ecommerceApi.js +45 -36
  48. package/dist/api/ecommerceApi.js.map +1 -1
  49. package/dist/api/emailCampaignsApi.d.ts +1 -2
  50. package/dist/api/emailCampaignsApi.js +28 -28
  51. package/dist/api/emailCampaignsApi.js.map +1 -1
  52. package/dist/api/eventsApi.d.ts +0 -1
  53. package/dist/api/eventsApi.js +3 -3
  54. package/dist/api/eventsApi.js.map +1 -1
  55. package/dist/api/externalFeedsApi.d.ts +0 -1
  56. package/dist/api/externalFeedsApi.js +11 -11
  57. package/dist/api/externalFeedsApi.js.map +1 -1
  58. package/dist/api/filesApi.d.ts +0 -1
  59. package/dist/api/filesApi.js +11 -11
  60. package/dist/api/filesApi.js.map +1 -1
  61. package/dist/api/inboundParsingApi.d.ts +0 -2
  62. package/dist/api/inboundParsingApi.js +7 -7
  63. package/dist/api/inboundParsingApi.js.map +1 -1
  64. package/dist/api/masterAccountApi.d.ts +27 -2
  65. package/dist/api/masterAccountApi.js +250 -49
  66. package/dist/api/masterAccountApi.js.map +1 -1
  67. package/dist/api/notesApi.d.ts +0 -1
  68. package/dist/api/notesApi.js +11 -11
  69. package/dist/api/notesApi.js.map +1 -1
  70. package/dist/api/paymentsApi.d.ts +0 -1
  71. package/dist/api/paymentsApi.js +7 -7
  72. package/dist/api/paymentsApi.js.map +1 -1
  73. package/dist/api/processApi.d.ts +0 -1
  74. package/dist/api/processApi.js +5 -5
  75. package/dist/api/processApi.js.map +1 -1
  76. package/dist/api/programApi.d.ts +125 -0
  77. package/dist/api/programApi.js +847 -0
  78. package/dist/api/programApi.js.map +1 -0
  79. package/dist/api/resellerApi.d.ts +0 -1
  80. package/dist/api/resellerApi.js +33 -33
  81. package/dist/api/resellerApi.js.map +1 -1
  82. package/dist/api/rewardApi.d.ts +119 -0
  83. package/dist/api/rewardApi.js +814 -0
  84. package/dist/api/rewardApi.js.map +1 -0
  85. package/dist/api/sMSCampaignsApi.d.ts +0 -1
  86. package/dist/api/sMSCampaignsApi.js +21 -21
  87. package/dist/api/sMSCampaignsApi.js.map +1 -1
  88. package/dist/api/sendersApi.d.ts +0 -1
  89. package/dist/api/sendersApi.js +15 -15
  90. package/dist/api/sendersApi.js.map +1 -1
  91. package/dist/api/tasksApi.d.ts +0 -1
  92. package/dist/api/tasksApi.js +13 -13
  93. package/dist/api/tasksApi.js.map +1 -1
  94. package/dist/api/tierApi.d.ts +116 -0
  95. package/dist/api/tierApi.js +801 -0
  96. package/dist/api/tierApi.js.map +1 -0
  97. package/dist/api/transactionalEmailsApi.d.ts +10 -1
  98. package/dist/api/transactionalEmailsApi.js +112 -45
  99. package/dist/api/transactionalEmailsApi.js.map +1 -1
  100. package/dist/api/transactionalSMSApi.d.ts +8 -1
  101. package/dist/api/transactionalSMSApi.js +64 -9
  102. package/dist/api/transactionalSMSApi.js.map +1 -1
  103. package/dist/api/transactionalWhatsAppApi.d.ts +0 -1
  104. package/dist/api/transactionalWhatsAppApi.js +5 -5
  105. package/dist/api/transactionalWhatsAppApi.js.map +1 -1
  106. package/dist/api/userApi.d.ts +0 -1
  107. package/dist/api/userApi.js +13 -13
  108. package/dist/api/userApi.js.map +1 -1
  109. package/dist/api/webhooksApi.d.ts +0 -1
  110. package/dist/api/webhooksApi.js +13 -13
  111. package/dist/api/webhooksApi.js.map +1 -1
  112. package/dist/api/whatsAppCampaignsApi.d.ts +0 -1
  113. package/dist/api/whatsAppCampaignsApi.js +19 -19
  114. package/dist/api/whatsAppCampaignsApi.js.map +1 -1
  115. package/dist/base.d.ts +66 -0
  116. package/dist/base.js +65 -0
  117. package/dist/base.js.map +1 -0
  118. package/dist/common.d.ts +65 -0
  119. package/dist/common.js +161 -0
  120. package/dist/common.js.map +1 -0
  121. package/dist/configuration.d.ts +91 -0
  122. package/dist/configuration.js +44 -0
  123. package/dist/configuration.js.map +1 -0
  124. package/dist/index.d.ts +13 -0
  125. package/dist/index.js +31 -0
  126. package/dist/index.js.map +1 -0
  127. package/dist/model/abTestCampaignResult.js +1 -1
  128. package/dist/model/abTestCampaignResult.js.map +1 -1
  129. package/dist/model/addContactToList.d.ts +1 -0
  130. package/dist/model/addContactToList.js +5 -0
  131. package/dist/model/addContactToList.js.map +1 -1
  132. package/dist/model/addSubscriptionMemberPayload.d.ts +16 -0
  133. package/dist/model/addSubscriptionMemberPayload.js +28 -0
  134. package/dist/model/addSubscriptionMemberPayload.js.map +1 -0
  135. package/dist/model/aggregateBalance.d.ts +15 -0
  136. package/dist/model/aggregateBalance.js +23 -0
  137. package/dist/model/aggregateBalance.js.map +1 -0
  138. package/dist/model/balance.d.ts +22 -0
  139. package/dist/model/balance.js +58 -0
  140. package/dist/model/balance.js.map +1 -0
  141. package/dist/model/balanceDataPerContact.d.ts +17 -0
  142. package/dist/model/balanceDataPerContact.js +33 -0
  143. package/dist/model/balanceDataPerContact.js.map +1 -0
  144. package/dist/model/balanceDefinition.d.ts +42 -0
  145. package/dist/model/balanceDefinition.js +121 -0
  146. package/dist/model/balanceDefinition.js.map +1 -0
  147. package/dist/model/balanceDefinitionPage.d.ts +15 -0
  148. package/dist/model/balanceDefinitionPage.js +18 -0
  149. package/dist/model/balanceDefinitionPage.js.map +1 -0
  150. package/dist/model/balanceLimit.d.ts +23 -0
  151. package/dist/model/balanceLimit.js +63 -0
  152. package/dist/model/balanceLimit.js.map +1 -0
  153. package/dist/model/balanceOrder.d.ts +27 -0
  154. package/dist/model/balanceOrder.js +73 -0
  155. package/dist/model/balanceOrder.js.map +1 -0
  156. package/dist/model/cart.js +1 -1
  157. package/dist/model/cart.js.map +1 -1
  158. package/dist/model/companiesIdPatchRequest.d.ts +2 -0
  159. package/dist/model/companiesIdPatchRequest.js +10 -0
  160. package/dist/model/companiesIdPatchRequest.js.map +1 -1
  161. package/dist/model/companiesImportPost200Response.d.ts +14 -0
  162. package/dist/model/companiesImportPost200Response.js +18 -0
  163. package/dist/model/companiesImportPost200Response.js.map +1 -0
  164. package/dist/model/companiesImportPost400Response.d.ts +14 -0
  165. package/dist/model/companiesImportPost400Response.js +18 -0
  166. package/dist/model/companiesImportPost400Response.js.map +1 -0
  167. package/dist/model/contactBalancesResp.d.ts +18 -0
  168. package/dist/model/contactBalancesResp.js +33 -0
  169. package/dist/model/contactBalancesResp.js.map +1 -0
  170. package/dist/model/contactErrorModel.d.ts +27 -0
  171. package/dist/model/contactErrorModel.js +40 -0
  172. package/dist/model/contactErrorModel.js.map +1 -0
  173. package/dist/model/conversationsMessage.d.ts +20 -0
  174. package/dist/model/conversationsMessage.js +76 -1
  175. package/dist/model/conversationsMessage.js.map +1 -1
  176. package/dist/model/conversationsMessageAttachmentsInner.d.ts +19 -0
  177. package/dist/model/conversationsMessageAttachmentsInner.js +43 -0
  178. package/dist/model/conversationsMessageAttachmentsInner.js.map +1 -0
  179. package/dist/model/conversationsMessageForwardedToSourceStatus.d.ts +15 -0
  180. package/dist/model/conversationsMessageForwardedToSourceStatus.js +23 -0
  181. package/dist/model/conversationsMessageForwardedToSourceStatus.js.map +1 -0
  182. package/dist/model/conversationsMessageFrom.d.ts +15 -0
  183. package/dist/model/conversationsMessageFrom.js +23 -0
  184. package/dist/model/conversationsMessageFrom.js.map +1 -0
  185. package/dist/model/conversationsMessageReplyTo.d.ts +15 -0
  186. package/dist/model/conversationsMessageReplyTo.js +23 -0
  187. package/dist/model/conversationsMessageReplyTo.js.map +1 -0
  188. package/dist/model/conversationsMessageToInner.d.ts +15 -0
  189. package/dist/model/conversationsMessageToInner.js +23 -0
  190. package/dist/model/conversationsMessageToInner.js.map +1 -0
  191. package/dist/model/conversionSourceMetrics.d.ts +5 -2
  192. package/dist/model/conversionSourceMetrics.js +5 -2
  193. package/dist/model/conversionSourceMetrics.js.map +1 -1
  194. package/dist/model/corporateUserEmailPermissionsPutRequest.d.ts +16 -0
  195. package/dist/model/corporateUserEmailPermissionsPutRequest.js +23 -0
  196. package/dist/model/corporateUserEmailPermissionsPutRequest.js.map +1 -0
  197. package/dist/model/corporateUserEmailPermissionsPutRequestPrivilegesInner.d.ts +38 -0
  198. package/dist/model/corporateUserEmailPermissionsPutRequestPrivilegesInner.js +48 -0
  199. package/dist/model/corporateUserEmailPermissionsPutRequestPrivilegesInner.js.map +1 -0
  200. package/dist/model/createAttribute.d.ts +3 -1
  201. package/dist/model/createAttribute.js +7 -1
  202. package/dist/model/createAttribute.js.map +1 -1
  203. package/dist/model/createBalanceDefinitionPayload.d.ts +75 -0
  204. package/dist/model/createBalanceDefinitionPayload.js +145 -0
  205. package/dist/model/createBalanceDefinitionPayload.js.map +1 -0
  206. package/dist/model/createBalanceLimitPayload.d.ts +35 -0
  207. package/dist/model/createBalanceLimitPayload.js +62 -0
  208. package/dist/model/createBalanceLimitPayload.js.map +1 -0
  209. package/dist/model/createBalancePayload.d.ts +14 -0
  210. package/dist/model/createBalancePayload.js +18 -0
  211. package/dist/model/createBalancePayload.js.map +1 -0
  212. package/dist/model/createChild.js +1 -1
  213. package/dist/model/createChild.js.map +1 -1
  214. package/dist/model/createContact.d.ts +3 -1
  215. package/dist/model/createContact.js +1 -1
  216. package/dist/model/createContact.js.map +1 -1
  217. package/dist/model/createDoiContact.d.ts +3 -1
  218. package/dist/model/createDoiContact.js +1 -1
  219. package/dist/model/createDoiContact.js.map +1 -1
  220. package/dist/model/createEmailCampaign.d.ts +2 -0
  221. package/dist/model/createEmailCampaign.js +6 -1
  222. package/dist/model/createEmailCampaign.js.map +1 -1
  223. package/dist/model/createEmailCampaignEmailExpirationDate.d.ts +22 -0
  224. package/dist/model/createEmailCampaignEmailExpirationDate.js +31 -0
  225. package/dist/model/createEmailCampaignEmailExpirationDate.js.map +1 -0
  226. package/dist/model/createEmailCampaignRecipients.d.ts +1 -0
  227. package/dist/model/createEmailCampaignRecipients.js +5 -0
  228. package/dist/model/createEmailCampaignRecipients.js.map +1 -1
  229. package/dist/model/createExternalFeed.js +1 -1
  230. package/dist/model/createExternalFeed.js.map +1 -1
  231. package/dist/model/createLoyaltyProgramPayload.d.ts +19 -0
  232. package/dist/model/createLoyaltyProgramPayload.js +33 -0
  233. package/dist/model/createLoyaltyProgramPayload.js.map +1 -0
  234. package/dist/model/createOrderPayload.d.ts +22 -0
  235. package/dist/model/createOrderPayload.js +48 -0
  236. package/dist/model/createOrderPayload.js.map +1 -0
  237. package/dist/model/createSmsCampaign.js.map +1 -1
  238. package/dist/model/createSubAccount.js +1 -1
  239. package/dist/model/createSubAccount.js.map +1 -1
  240. package/dist/model/createSubscriptionPayload.d.ts +16 -0
  241. package/dist/model/createSubscriptionPayload.js +28 -0
  242. package/dist/model/createSubscriptionPayload.js.map +1 -0
  243. package/dist/model/createSubscriptionResponse.d.ts +20 -0
  244. package/dist/model/createSubscriptionResponse.js +48 -0
  245. package/dist/model/createSubscriptionResponse.js.map +1 -0
  246. package/dist/model/createTierGroupRequest.d.ts +29 -0
  247. package/dist/model/createTierGroupRequest.js +51 -0
  248. package/dist/model/createTierGroupRequest.js.map +1 -0
  249. package/dist/model/createTransactionPayload.d.ts +24 -0
  250. package/dist/model/createTransactionPayload.js +58 -0
  251. package/dist/model/createTransactionPayload.js.map +1 -0
  252. package/dist/model/createUpdateCategory.js.map +1 -1
  253. package/dist/model/createUpdateProduct.js.map +1 -1
  254. package/dist/model/createWebhook.d.ts +5 -0
  255. package/dist/model/createWebhook.js +12 -1
  256. package/dist/model/createWebhook.js.map +1 -1
  257. package/dist/model/createWhatsAppTemplate.js +1 -1
  258. package/dist/model/createWhatsAppTemplate.js.map +1 -1
  259. package/dist/model/crmAttributesPost200Response.d.ts +14 -0
  260. package/dist/model/crmAttributesPost200Response.js +18 -0
  261. package/dist/model/crmAttributesPost200Response.js.map +1 -0
  262. package/dist/model/crmAttributesPostRequest.d.ts +33 -0
  263. package/dist/model/crmAttributesPostRequest.js +55 -0
  264. package/dist/model/crmAttributesPostRequest.js.map +1 -0
  265. package/dist/model/crmDealsIdPatchRequest.d.ts +2 -0
  266. package/dist/model/crmDealsIdPatchRequest.js +10 -0
  267. package/dist/model/crmDealsIdPatchRequest.js.map +1 -1
  268. package/dist/model/ecommerceAttributionMetricsConversionSourceConversionSourceIdGet200Response.d.ts +5 -2
  269. package/dist/model/ecommerceAttributionMetricsConversionSourceConversionSourceIdGet200Response.js +5 -2
  270. package/dist/model/ecommerceAttributionMetricsConversionSourceConversionSourceIdGet200Response.js.map +1 -1
  271. package/dist/model/emailExportRecipients.js +1 -1
  272. package/dist/model/emailExportRecipients.js.map +1 -1
  273. package/dist/model/errorModel.d.ts +0 -1
  274. package/dist/model/errorModel.js +1 -2
  275. package/dist/model/errorModel.js.map +1 -1
  276. package/dist/model/errorResponse.d.ts +14 -0
  277. package/dist/model/errorResponse.js +18 -0
  278. package/dist/model/errorResponse.js.map +1 -0
  279. package/dist/model/exportWebhooksHistory.js +1 -1
  280. package/dist/model/exportWebhooksHistory.js.map +1 -1
  281. package/dist/model/fetchTemplatePreview.d.ts +16 -0
  282. package/dist/model/fetchTemplatePreview.js +28 -0
  283. package/dist/model/fetchTemplatePreview.js.map +1 -0
  284. package/dist/model/getAccountAllOfPlan.d.ts +1 -3
  285. package/dist/model/getAccountAllOfPlan.js +1 -7
  286. package/dist/model/getAccountAllOfPlan.js.map +1 -1
  287. package/dist/model/getAllExternalFeedsFeedsInner.js +1 -1
  288. package/dist/model/getAllExternalFeedsFeedsInner.js.map +1 -1
  289. package/dist/model/getAttributesAttributesInner.d.ts +4 -1
  290. package/dist/model/getAttributesAttributesInner.js +8 -1
  291. package/dist/model/getAttributesAttributesInner.js.map +1 -1
  292. package/dist/model/getCampaignOverview.js +1 -1
  293. package/dist/model/getCampaignOverview.js.map +1 -1
  294. package/dist/model/getCampaignStats.d.ts +2 -0
  295. package/dist/model/getCampaignStats.js +10 -0
  296. package/dist/model/getCampaignStats.js.map +1 -1
  297. package/dist/model/getContactCampaignStats.d.ts +6 -6
  298. package/dist/model/getContactCampaignStats.js +5 -5
  299. package/dist/model/getContactCampaignStats.js.map +1 -1
  300. package/dist/model/getContactCampaignStatsClickedInner.d.ts +2 -2
  301. package/dist/model/getContactCampaignStatsClickedInner.js +1 -1
  302. package/dist/model/getContactCampaignStatsUnsubscriptions.d.ts +4 -4
  303. package/dist/model/getContactCampaignStatsUnsubscriptions.js +2 -2
  304. package/dist/model/getContactCampaignStatsUnsubscriptions.js.map +1 -1
  305. package/dist/model/getCorporateInvitedUsersListUsersInnerFeatureAccess.d.ts +5 -0
  306. package/dist/model/getCorporateInvitedUsersListUsersInnerFeatureAccess.js +25 -0
  307. package/dist/model/getCorporateInvitedUsersListUsersInnerFeatureAccess.js.map +1 -1
  308. package/dist/model/getCorporateUserPermissionFeatureAccess.d.ts +5 -0
  309. package/dist/model/getCorporateUserPermissionFeatureAccess.js +25 -0
  310. package/dist/model/getCorporateUserPermissionFeatureAccess.js.map +1 -1
  311. package/dist/model/getEmailCampaign.d.ts +2 -4
  312. package/dist/model/getEmailCampaign.js +3 -3
  313. package/dist/model/getEmailCampaign.js.map +1 -1
  314. package/dist/model/getEmailCampaignsCampaignsInner.js +1 -1
  315. package/dist/model/getEmailCampaignsCampaignsInner.js.map +1 -1
  316. package/dist/model/getEmailEventReportEventsInner.js +1 -1
  317. package/dist/model/getEmailEventReportEventsInner.js.map +1 -1
  318. package/dist/model/getExtendedCampaignOverview.js +1 -1
  319. package/dist/model/getExtendedCampaignOverview.js.map +1 -1
  320. package/dist/model/getExtendedCampaignStats.js.map +1 -1
  321. package/dist/model/getExternalFeedByUUID.js +1 -1
  322. package/dist/model/getExternalFeedByUUID.js.map +1 -1
  323. package/dist/model/getInboundEmailEventsByUuidLogsInner.js +1 -1
  324. package/dist/model/getInboundEmailEventsByUuidLogsInner.js.map +1 -1
  325. package/dist/model/getOrdersOrdersInner.d.ts +6 -1
  326. package/dist/model/getOrdersOrdersInner.js +15 -5
  327. package/dist/model/getOrdersOrdersInner.js.map +1 -1
  328. package/dist/model/getPaymentRequest.js +1 -1
  329. package/dist/model/getPaymentRequest.js.map +1 -1
  330. package/dist/model/getProcess.js +1 -1
  331. package/dist/model/getProcess.js.map +1 -1
  332. package/dist/model/getScheduledEmailByBatchIdBatchesInner.js +1 -1
  333. package/dist/model/getScheduledEmailByBatchIdBatchesInner.js.map +1 -1
  334. package/dist/model/getScheduledEmailByMessageId.js +1 -1
  335. package/dist/model/getScheduledEmailByMessageId.js.map +1 -1
  336. package/dist/model/getSegment.d.ts +17 -0
  337. package/dist/model/getSegment.js +33 -0
  338. package/dist/model/getSegment.js.map +1 -0
  339. package/dist/model/getSegments.d.ts +2 -2
  340. package/dist/model/getSegments.js +1 -1
  341. package/dist/model/getSegments.js.map +1 -1
  342. package/dist/model/getSmsCampaign.d.ts +2 -4
  343. package/dist/model/getSmsCampaign.js +3 -3
  344. package/dist/model/getSmsCampaign.js.map +1 -1
  345. package/dist/model/getSmsCampaignOverview.js +1 -1
  346. package/dist/model/getSmsCampaignOverview.js.map +1 -1
  347. package/dist/model/getSmsCampaignsCampaignsInner.js +1 -1
  348. package/dist/model/getSmsCampaignsCampaignsInner.js.map +1 -1
  349. package/dist/model/getSmsEventReportEventsInner.js +1 -1
  350. package/dist/model/getSmsEventReportEventsInner.js.map +1 -1
  351. package/dist/model/getTransacBlockedContactsContactsInnerReason.js +1 -1
  352. package/dist/model/getTransacBlockedContactsContactsInnerReason.js.map +1 -1
  353. package/dist/model/getWebhook.js +1 -1
  354. package/dist/model/getWebhook.js.map +1 -1
  355. package/dist/model/getWhatsAppConfig.js +1 -1
  356. package/dist/model/getWhatsAppConfig.js.map +1 -1
  357. package/dist/model/getWhatsappCampaignOverview.js +1 -1
  358. package/dist/model/getWhatsappCampaignOverview.js.map +1 -1
  359. package/dist/model/getWhatsappCampaignsCampaignsInner.js +1 -1
  360. package/dist/model/getWhatsappCampaignsCampaignsInner.js.map +1 -1
  361. package/dist/model/getWhatsappEventReportEventsInner.js +1 -1
  362. package/dist/model/getWhatsappEventReportEventsInner.js.map +1 -1
  363. package/dist/model/inviteAdminUserPrivilegesInner.d.ts +11 -2
  364. package/dist/model/inviteAdminUserPrivilegesInner.js +10 -1
  365. package/dist/model/inviteAdminUserPrivilegesInner.js.map +1 -1
  366. package/dist/model/inviteuserPrivilegesInner.d.ts +5 -3
  367. package/dist/model/inviteuserPrivilegesInner.js +6 -4
  368. package/dist/model/inviteuserPrivilegesInner.js.map +1 -1
  369. package/dist/model/loyaltyProgram.d.ts +33 -0
  370. package/dist/model/loyaltyProgram.js +80 -0
  371. package/dist/model/loyaltyProgram.js.map +1 -0
  372. package/dist/model/loyaltyProgramPage.d.ts +15 -0
  373. package/dist/model/loyaltyProgramPage.js +18 -0
  374. package/dist/model/loyaltyProgramPage.js.map +1 -0
  375. package/dist/model/loyaltyProgramValidationError.d.ts +16 -0
  376. package/dist/model/loyaltyProgramValidationError.js +28 -0
  377. package/dist/model/loyaltyProgramValidationError.js.map +1 -0
  378. package/dist/model/loyaltyTierPage.d.ts +15 -0
  379. package/dist/model/loyaltyTierPage.js +18 -0
  380. package/dist/model/loyaltyTierPage.js.map +1 -0
  381. package/dist/model/mainAttributeRewardPayload.d.ts +22 -0
  382. package/dist/model/mainAttributeRewardPayload.js +48 -0
  383. package/dist/model/mainAttributeRewardPayload.js.map +1 -0
  384. package/dist/model/mainBillingPayload.d.ts +20 -0
  385. package/dist/model/mainBillingPayload.js +48 -0
  386. package/dist/model/mainBillingPayload.js.map +1 -0
  387. package/dist/model/mainCodeCountHttpResponse.d.ts +14 -0
  388. package/dist/model/mainCodeCountHttpResponse.js +18 -0
  389. package/dist/model/mainCodeCountHttpResponse.js.map +1 -0
  390. package/dist/model/mainCreateRedeemPayload.d.ts +24 -0
  391. package/dist/model/mainCreateRedeemPayload.js +53 -0
  392. package/dist/model/mainCreateRedeemPayload.js.map +1 -0
  393. package/dist/model/mainCreateRewardPayload.d.ts +17 -0
  394. package/dist/model/mainCreateRewardPayload.js +33 -0
  395. package/dist/model/mainCreateRewardPayload.js.map +1 -0
  396. package/dist/model/mainCreateRewardResponse.d.ts +21 -0
  397. package/dist/model/mainCreateRewardResponse.js +53 -0
  398. package/dist/model/mainCreateRewardResponse.js.map +1 -0
  399. package/dist/model/mainErrorResponse.d.ts +14 -0
  400. package/dist/model/mainErrorResponse.js +18 -0
  401. package/dist/model/mainErrorResponse.js.map +1 -0
  402. package/dist/model/mainFilter.d.ts +15 -0
  403. package/dist/model/mainFilter.js +23 -0
  404. package/dist/model/mainFilter.js.map +1 -0
  405. package/dist/model/mainGenerator.d.ts +19 -0
  406. package/dist/model/mainGenerator.js +43 -0
  407. package/dist/model/mainGenerator.js.map +1 -0
  408. package/dist/model/mainGetContactRewardsPayload.d.ts +31 -0
  409. package/dist/model/mainGetContactRewardsPayload.js +60 -0
  410. package/dist/model/mainGetContactRewardsPayload.js.map +1 -0
  411. package/dist/model/mainIdentifiersPayload.d.ts +15 -0
  412. package/dist/model/mainIdentifiersPayload.js +23 -0
  413. package/dist/model/mainIdentifiersPayload.js.map +1 -0
  414. package/dist/model/mainLimit.d.ts +21 -0
  415. package/dist/model/mainLimit.js +53 -0
  416. package/dist/model/mainLimit.js.map +1 -0
  417. package/dist/model/mainModelContactReward.d.ts +25 -0
  418. package/dist/model/mainModelContactReward.js +63 -0
  419. package/dist/model/mainModelContactReward.js.map +1 -0
  420. package/dist/model/mainModelContactRewardsResp.d.ts +19 -0
  421. package/dist/model/mainModelContactRewardsResp.js +38 -0
  422. package/dist/model/mainModelContactRewardsResp.js.map +1 -0
  423. package/dist/model/mainNodeResponse.d.ts +21 -0
  424. package/dist/model/mainNodeResponse.js +53 -0
  425. package/dist/model/mainNodeResponse.js.map +1 -0
  426. package/dist/model/mainOrderPayload.d.ts +28 -0
  427. package/dist/model/mainOrderPayload.js +73 -0
  428. package/dist/model/mainOrderPayload.js.map +1 -0
  429. package/dist/model/mainProduct.d.ts +17 -0
  430. package/dist/model/mainProduct.js +33 -0
  431. package/dist/model/mainProduct.js.map +1 -0
  432. package/dist/model/mainProductPayload.d.ts +18 -0
  433. package/dist/model/mainProductPayload.js +38 -0
  434. package/dist/model/mainProductPayload.js.map +1 -0
  435. package/dist/model/mainRedeem.d.ts +29 -0
  436. package/dist/model/mainRedeem.js +83 -0
  437. package/dist/model/mainRedeem.js.map +1 -0
  438. package/dist/model/mainResultParameterResponse.d.ts +16 -0
  439. package/dist/model/mainResultParameterResponse.js +23 -0
  440. package/dist/model/mainResultParameterResponse.js.map +1 -0
  441. package/dist/model/mainReward.d.ts +67 -0
  442. package/dist/model/mainReward.js +224 -0
  443. package/dist/model/mainReward.js.map +1 -0
  444. package/dist/model/mainRewardAttribution.d.ts +26 -0
  445. package/dist/model/mainRewardAttribution.js +68 -0
  446. package/dist/model/mainRewardAttribution.js.map +1 -0
  447. package/dist/model/mainRewardConfigurations.d.ts +16 -0
  448. package/dist/model/mainRewardConfigurations.js +28 -0
  449. package/dist/model/mainRewardConfigurations.js.map +1 -0
  450. package/dist/model/mainRewardPage.d.ts +16 -0
  451. package/dist/model/mainRewardPage.js +23 -0
  452. package/dist/model/mainRewardPage.js.map +1 -0
  453. package/dist/model/mainRewardPageObj.d.ts +22 -0
  454. package/dist/model/mainRewardPageObj.js +58 -0
  455. package/dist/model/mainRewardPageObj.js.map +1 -0
  456. package/dist/model/mainRewardValidate.d.ts +14 -0
  457. package/dist/model/mainRewardValidate.js +18 -0
  458. package/dist/model/mainRewardValidate.js.map +1 -0
  459. package/dist/model/mainRule.d.ts +31 -0
  460. package/dist/model/mainRule.js +78 -0
  461. package/dist/model/mainRule.js.map +1 -0
  462. package/dist/model/mainRuleConditionResponse.d.ts +19 -0
  463. package/dist/model/mainRuleConditionResponse.js +38 -0
  464. package/dist/model/mainRuleConditionResponse.js.map +1 -0
  465. package/dist/model/mainRuleEventResponse.d.ts +15 -0
  466. package/dist/model/mainRuleEventResponse.js +23 -0
  467. package/dist/model/mainRuleEventResponse.js.map +1 -0
  468. package/dist/model/mainRuleResultResponse.d.ts +17 -0
  469. package/dist/model/mainRuleResultResponse.js +28 -0
  470. package/dist/model/mainRuleResultResponse.js.map +1 -0
  471. package/dist/model/mainValidateRewardPayload.d.ts +19 -0
  472. package/dist/model/mainValidateRewardPayload.js +43 -0
  473. package/dist/model/mainValidateRewardPayload.js.map +1 -0
  474. package/dist/model/mainValueResponse.d.ts +22 -0
  475. package/dist/model/mainValueResponse.js +53 -0
  476. package/dist/model/mainValueResponse.js.map +1 -0
  477. package/dist/model/mainVoucherRevokePayload.d.ts +14 -0
  478. package/dist/model/mainVoucherRevokePayload.js +18 -0
  479. package/dist/model/mainVoucherRevokePayload.js.map +1 -0
  480. package/dist/model/masterDetailsResponsePlanInfo.js +1 -1
  481. package/dist/model/masterDetailsResponsePlanInfo.js.map +1 -1
  482. package/dist/model/memberContact.d.ts +16 -0
  483. package/dist/model/memberContact.js +28 -0
  484. package/dist/model/memberContact.js.map +1 -0
  485. package/dist/model/modelSubscriptionBalanceResp.d.ts +15 -0
  486. package/dist/model/modelSubscriptionBalanceResp.js +18 -0
  487. package/dist/model/modelSubscriptionBalanceResp.js.map +1 -0
  488. package/dist/model/models.d.ts +109 -25
  489. package/dist/model/models.js +412 -75
  490. package/dist/model/models.js.map +1 -1
  491. package/dist/model/notification.js +1 -1
  492. package/dist/model/notification.js.map +1 -1
  493. package/dist/model/order.d.ts +6 -1
  494. package/dist/model/order.js +15 -5
  495. package/dist/model/order.js.map +1 -1
  496. package/dist/model/orderBatch.js.map +1 -1
  497. package/dist/model/orderIdentifiers.d.ts +17 -0
  498. package/dist/model/orderIdentifiers.js +33 -0
  499. package/dist/model/orderIdentifiers.js.map +1 -0
  500. package/dist/model/patchLoyaltyProgramPayload.d.ts +16 -0
  501. package/dist/model/patchLoyaltyProgramPayload.js +28 -0
  502. package/dist/model/patchLoyaltyProgramPayload.js.map +1 -0
  503. package/dist/model/removeContactFromList.d.ts +1 -0
  504. package/dist/model/removeContactFromList.js +5 -0
  505. package/dist/model/removeContactFromList.js.map +1 -1
  506. package/dist/model/requestContactExport.d.ts +4 -0
  507. package/dist/model/requestContactExport.js +24 -0
  508. package/dist/model/requestContactExport.js.map +1 -1
  509. package/dist/model/requestContactExportCustomContactFilter.d.ts +1 -0
  510. package/dist/model/requestContactExportCustomContactFilter.js +6 -1
  511. package/dist/model/requestContactExportCustomContactFilter.js.map +1 -1
  512. package/dist/model/requestContactImport.js.map +1 -1
  513. package/dist/model/requestSmsRecipientExport.js +1 -1
  514. package/dist/model/requestSmsRecipientExport.js.map +1 -1
  515. package/dist/model/sendReport.js +1 -1
  516. package/dist/model/sendReport.js.map +1 -1
  517. package/dist/model/sendTransacSms.d.ts +2 -1
  518. package/dist/model/sendTransacSms.js +2 -2
  519. package/dist/model/sendTransacSms.js.map +1 -1
  520. package/dist/model/sendTransacSmsTag.d.ts +14 -0
  521. package/dist/model/sendTransacSmsTag.js +18 -0
  522. package/dist/model/sendTransacSmsTag.js.map +1 -0
  523. package/dist/model/ssoTokenRequest.js +1 -1
  524. package/dist/model/ssoTokenRequest.js.map +1 -1
  525. package/dist/model/subAccountDetailsResponsePlanInfoCredits.d.ts +4 -0
  526. package/dist/model/subAccountDetailsResponsePlanInfoCredits.js +10 -0
  527. package/dist/model/subAccountDetailsResponsePlanInfoCredits.js.map +1 -1
  528. package/dist/model/subAccountDetailsResponsePlanInfoCreditsExternalFeeds.d.ts +15 -0
  529. package/dist/model/subAccountDetailsResponsePlanInfoCreditsExternalFeeds.js +23 -0
  530. package/dist/model/subAccountDetailsResponsePlanInfoCreditsExternalFeeds.js.map +1 -0
  531. package/dist/model/subAccountDetailsResponsePlanInfoCreditsWhatsapp.d.ts +15 -0
  532. package/dist/model/subAccountDetailsResponsePlanInfoCreditsWhatsapp.js +23 -0
  533. package/dist/model/subAccountDetailsResponsePlanInfoCreditsWhatsapp.js.map +1 -0
  534. package/dist/model/subAccountDetailsResponsePlanInfoFeatures.d.ts +2 -0
  535. package/dist/model/subAccountDetailsResponsePlanInfoFeatures.js +5 -0
  536. package/dist/model/subAccountDetailsResponsePlanInfoFeatures.js.map +1 -1
  537. package/dist/model/subAccountDetailsResponsePlanInfoFeaturesSalesUsers.d.ts +15 -0
  538. package/dist/model/subAccountDetailsResponsePlanInfoFeaturesSalesUsers.js +23 -0
  539. package/dist/model/subAccountDetailsResponsePlanInfoFeaturesSalesUsers.js.map +1 -0
  540. package/dist/model/subAccountUpdatePlanRequestCredits.d.ts +2 -0
  541. package/dist/model/subAccountUpdatePlanRequestCredits.js +10 -0
  542. package/dist/model/subAccountUpdatePlanRequestCredits.js.map +1 -1
  543. package/dist/model/subAccountUpdatePlanRequestFeatures.d.ts +1 -0
  544. package/dist/model/subAccountUpdatePlanRequestFeatures.js +5 -0
  545. package/dist/model/subAccountUpdatePlanRequestFeatures.js.map +1 -1
  546. package/dist/model/subAccountsUpdatePlanRequest.d.ts +18 -0
  547. package/dist/model/subAccountsUpdatePlanRequest.js +28 -0
  548. package/dist/model/subAccountsUpdatePlanRequest.js.map +1 -0
  549. package/dist/model/subAccountsUpdatePlanRequestCredits.d.ts +18 -0
  550. package/dist/model/subAccountsUpdatePlanRequestCredits.js +38 -0
  551. package/dist/model/subAccountsUpdatePlanRequestCredits.js.map +1 -0
  552. package/dist/model/subAccountsUpdatePlanRequestFeatures.d.ts +16 -0
  553. package/dist/model/subAccountsUpdatePlanRequestFeatures.js +28 -0
  554. package/dist/model/subAccountsUpdatePlanRequestFeatures.js.map +1 -0
  555. package/dist/model/subscription.d.ts +20 -0
  556. package/dist/model/subscription.js +48 -0
  557. package/dist/model/subscription.js.map +1 -0
  558. package/dist/model/subscriptionAggregateBalance.d.ts +15 -0
  559. package/dist/model/subscriptionAggregateBalance.js +23 -0
  560. package/dist/model/subscriptionAggregateBalance.js.map +1 -0
  561. package/dist/model/subscriptionAttributedReward.d.ts +24 -0
  562. package/dist/model/subscriptionAttributedReward.js +58 -0
  563. package/dist/model/subscriptionAttributedReward.js.map +1 -0
  564. package/dist/model/subscriptionBalances.d.ts +17 -0
  565. package/dist/model/subscriptionBalances.js +28 -0
  566. package/dist/model/subscriptionBalances.js.map +1 -0
  567. package/dist/model/subscriptionHandlerInfo.d.ts +21 -0
  568. package/dist/model/subscriptionHandlerInfo.js +33 -0
  569. package/dist/model/subscriptionHandlerInfo.js.map +1 -0
  570. package/dist/model/subscriptionMember.d.ts +18 -0
  571. package/dist/model/subscriptionMember.js +38 -0
  572. package/dist/model/subscriptionMember.js.map +1 -0
  573. package/dist/model/subscriptionTier.d.ts +22 -0
  574. package/dist/model/subscriptionTier.js +48 -0
  575. package/dist/model/subscriptionTier.js.map +1 -0
  576. package/dist/model/taskReminder.js +1 -1
  577. package/dist/model/taskReminder.js.map +1 -1
  578. package/dist/model/templatePreview.d.ts +19 -0
  579. package/dist/model/templatePreview.js +43 -0
  580. package/dist/model/templatePreview.js.map +1 -0
  581. package/dist/model/tier.d.ts +24 -0
  582. package/dist/model/tier.js +58 -0
  583. package/dist/model/tier.js.map +1 -0
  584. package/dist/model/tierAccessConditionsInner.d.ts +17 -0
  585. package/dist/model/tierAccessConditionsInner.js +33 -0
  586. package/dist/model/tierAccessConditionsInner.js.map +1 -0
  587. package/dist/model/tierForContact.d.ts +22 -0
  588. package/dist/model/tierForContact.js +48 -0
  589. package/dist/model/tierForContact.js.map +1 -0
  590. package/dist/model/tierGroup.d.ts +33 -0
  591. package/dist/model/tierGroup.js +71 -0
  592. package/dist/model/tierGroup.js.map +1 -0
  593. package/dist/model/tierGroupPage.d.ts +15 -0
  594. package/dist/model/tierGroupPage.js +18 -0
  595. package/dist/model/tierGroupPage.js.map +1 -0
  596. package/dist/model/tierRequest.d.ts +19 -0
  597. package/dist/model/tierRequest.js +33 -0
  598. package/dist/model/tierRequest.js.map +1 -0
  599. package/dist/model/tierRequestAccessConditionsInner.d.ts +15 -0
  600. package/dist/model/tierRequestAccessConditionsInner.js +23 -0
  601. package/dist/model/tierRequestAccessConditionsInner.js.map +1 -0
  602. package/dist/model/tierRequestPutPayload.d.ts +19 -0
  603. package/dist/model/tierRequestPutPayload.js +33 -0
  604. package/dist/model/tierRequestPutPayload.js.map +1 -0
  605. package/dist/model/tierRequestTierRewardsInner.d.ts +14 -0
  606. package/dist/model/tierRequestTierRewardsInner.js +18 -0
  607. package/dist/model/tierRequestTierRewardsInner.js.map +1 -0
  608. package/dist/model/tierTierRewardsInner.d.ts +16 -0
  609. package/dist/model/tierTierRewardsInner.js +28 -0
  610. package/dist/model/tierTierRewardsInner.js.map +1 -0
  611. package/dist/model/transaction.d.ts +30 -0
  612. package/dist/model/transaction.js +88 -0
  613. package/dist/model/transaction.js.map +1 -0
  614. package/dist/model/transactionHistory.d.ts +25 -0
  615. package/dist/model/transactionHistory.js +63 -0
  616. package/dist/model/transactionHistory.js.map +1 -0
  617. package/dist/model/transactionHistoryResp.d.ts +19 -0
  618. package/dist/model/transactionHistoryResp.js +38 -0
  619. package/dist/model/transactionHistoryResp.js.map +1 -0
  620. package/dist/model/unauthorizedResponse.d.ts +14 -0
  621. package/dist/model/unauthorizedResponse.js +18 -0
  622. package/dist/model/unauthorizedResponse.js.map +1 -0
  623. package/dist/model/updateAttribute.d.ts +1 -0
  624. package/dist/model/updateAttribute.js +5 -0
  625. package/dist/model/updateAttribute.js.map +1 -1
  626. package/dist/model/updateBalanceDefinitionPayload.d.ts +77 -0
  627. package/dist/model/updateBalanceDefinitionPayload.js +145 -0
  628. package/dist/model/updateBalanceDefinitionPayload.js.map +1 -0
  629. package/dist/model/updateBalanceLimitPayload.d.ts +35 -0
  630. package/dist/model/updateBalanceLimitPayload.js +62 -0
  631. package/dist/model/updateBalanceLimitPayload.js.map +1 -0
  632. package/dist/model/updateCampaignStatus.js +1 -1
  633. package/dist/model/updateCampaignStatus.js.map +1 -1
  634. package/dist/model/updateContact.d.ts +3 -1
  635. package/dist/model/updateContact.js +1 -1
  636. package/dist/model/updateContact.js.map +1 -1
  637. package/dist/model/updateEmailCampaign.d.ts +2 -0
  638. package/dist/model/updateEmailCampaign.js +6 -1
  639. package/dist/model/updateEmailCampaign.js.map +1 -1
  640. package/dist/model/updateEmailCampaignEmailExpirationDate.d.ts +22 -0
  641. package/dist/model/updateEmailCampaignEmailExpirationDate.js +31 -0
  642. package/dist/model/updateEmailCampaignEmailExpirationDate.js.map +1 -0
  643. package/dist/model/updateEmailCampaignRecipients.d.ts +1 -0
  644. package/dist/model/updateEmailCampaignRecipients.js +5 -0
  645. package/dist/model/updateEmailCampaignRecipients.js.map +1 -1
  646. package/dist/model/updateExternalFeed.js +1 -1
  647. package/dist/model/updateExternalFeed.js.map +1 -1
  648. package/dist/model/updateLoyaltyProgramPayload.d.ts +16 -0
  649. package/dist/model/updateLoyaltyProgramPayload.js +28 -0
  650. package/dist/model/updateLoyaltyProgramPayload.js.map +1 -0
  651. package/dist/model/updateSmsCampaign.js.map +1 -1
  652. package/dist/model/updateTierGroupRequest.d.ts +29 -0
  653. package/dist/model/updateTierGroupRequest.js +51 -0
  654. package/dist/model/updateTierGroupRequest.js.map +1 -0
  655. package/dist/model/updateWebhook.js +1 -1
  656. package/dist/model/updateWebhook.js.map +1 -1
  657. package/dist/model/updateWhatsAppCampaign.js +1 -1
  658. package/dist/model/updateWhatsAppCampaign.js.map +1 -1
  659. package/model/addContactToList.ts +11 -2
  660. package/model/addSubscriptionMemberPayload.ts +52 -0
  661. package/model/aggregateBalance.ts +43 -0
  662. package/model/balance.ts +106 -0
  663. package/model/balanceDataPerContact.ts +49 -0
  664. package/model/balanceDefinition.ts +212 -0
  665. package/model/balanceDefinitionPage.ts +35 -0
  666. package/model/balanceLimit.ts +115 -0
  667. package/model/balanceOrder.ts +136 -0
  668. package/model/companiesIdPatchRequest.ts +18 -0
  669. package/model/companiesImportPost200Response.ts +34 -0
  670. package/model/companiesImportPost400Response.ts +31 -0
  671. package/model/contactBalancesResp.ts +50 -0
  672. package/model/contactErrorModel.ts +63 -0
  673. package/model/conversationsMessage.ts +131 -0
  674. package/model/conversationsMessageAttachmentsInner.ts +79 -0
  675. package/model/conversationsMessageForwardedToSourceStatus.ts +40 -0
  676. package/model/conversationsMessageFrom.ts +40 -0
  677. package/model/conversationsMessageReplyTo.ts +40 -0
  678. package/model/conversationsMessageToInner.ts +37 -0
  679. package/model/conversionSourceMetrics.ts +6 -3
  680. package/model/corporateUserEmailPermissionsPutRequest.ts +41 -0
  681. package/model/corporateUserEmailPermissionsPutRequestPrivilegesInner.ts +69 -0
  682. package/model/createAttribute.ts +13 -3
  683. package/model/createBalanceDefinitionPayload.ts +218 -0
  684. package/model/createBalanceLimitPayload.ts +98 -0
  685. package/model/createBalancePayload.ts +37 -0
  686. package/model/createContact.ts +4 -4
  687. package/model/createDoiContact.ts +3 -3
  688. package/model/createEmailCampaign.ts +7 -0
  689. package/model/createEmailCampaignEmailExpirationDate.ts +53 -0
  690. package/model/createEmailCampaignRecipients.ts +9 -0
  691. package/model/createLoyaltyProgramPayload.ts +61 -0
  692. package/model/createOrderPayload.ts +91 -0
  693. package/model/createSubscriptionPayload.ts +52 -0
  694. package/model/createSubscriptionResponse.ts +88 -0
  695. package/model/createTierGroupRequest.ts +73 -0
  696. package/model/createTransactionPayload.ts +109 -0
  697. package/model/createUpdateProduct.ts +1 -1
  698. package/model/createUpdateProducts.ts +1 -1
  699. package/model/createWebhook.ts +14 -1
  700. package/model/crmAttributesPost200Response.ts +34 -0
  701. package/model/crmAttributesPostRequest.ts +85 -0
  702. package/model/crmDealsIdPatchRequest.ts +18 -0
  703. package/model/ecommerceAttributionMetricsConversionSourceConversionSourceIdGet200Response.ts +6 -3
  704. package/model/errorModel.ts +0 -1
  705. package/model/errorResponse.ts +31 -0
  706. package/model/fetchTemplatePreview.ts +52 -0
  707. package/model/getAccountAllOfPlan.ts +3 -13
  708. package/model/getAttributesAttributesInner.ts +12 -1
  709. package/model/getCampaignStats.ts +18 -0
  710. package/model/getContactCampaignStats.ts +11 -11
  711. package/model/getContactCampaignStatsClickedInner.ts +3 -3
  712. package/model/getContactCampaignStatsUnsubscriptions.ts +6 -6
  713. package/model/getCorporateInvitedUsersListUsersInnerFeatureAccess.ts +45 -0
  714. package/model/getCorporateUserPermissionFeatureAccess.ts +45 -0
  715. package/model/getEmailCampaign.ts +4 -6
  716. package/model/getExtendedCampaignStats.ts +3 -0
  717. package/model/getOrdersOrdersInner.ts +24 -8
  718. package/model/getSegment.ts +61 -0
  719. package/model/getSegments.ts +3 -3
  720. package/model/getSmsCampaign.ts +4 -6
  721. package/model/inviteAdminUserPrivilegesInner.ts +11 -2
  722. package/model/inviteuserPrivilegesInner.ts +5 -3
  723. package/model/loyaltyProgram.ts +139 -0
  724. package/model/loyaltyProgramPage.ts +35 -0
  725. package/model/loyaltyProgramValidationError.ts +52 -0
  726. package/model/loyaltyTierPage.ts +32 -0
  727. package/model/mainAttributeRewardPayload.ts +88 -0
  728. package/model/mainBillingPayload.ts +88 -0
  729. package/model/mainCodeCountHttpResponse.ts +34 -0
  730. package/model/mainCreateRedeemPayload.ts +98 -0
  731. package/model/mainCreateRewardPayload.ts +61 -0
  732. package/model/mainCreateRewardResponse.ts +97 -0
  733. package/model/mainErrorResponse.ts +34 -0
  734. package/model/mainFilter.ts +43 -0
  735. package/model/mainGenerator.ts +79 -0
  736. package/model/mainGetContactRewardsPayload.ts +99 -0
  737. package/model/mainIdentifiersPayload.ts +43 -0
  738. package/model/mainLimit.ts +97 -0
  739. package/model/mainModelContactReward.ts +115 -0
  740. package/model/mainModelContactRewardsResp.ts +71 -0
  741. package/model/mainNodeResponse.ts +97 -0
  742. package/model/mainOrderPayload.ts +136 -0
  743. package/model/mainProduct.ts +61 -0
  744. package/model/mainProductPayload.ts +70 -0
  745. package/model/mainRedeem.ts +151 -0
  746. package/model/mainResultParameterResponse.ts +44 -0
  747. package/model/mainReward.ts +397 -0
  748. package/model/mainRewardAttribution.ts +124 -0
  749. package/model/mainRewardConfigurations.ts +52 -0
  750. package/model/mainRewardPage.ts +44 -0
  751. package/model/mainRewardPageObj.ts +106 -0
  752. package/model/mainRewardValidate.ts +34 -0
  753. package/model/mainRule.ts +145 -0
  754. package/model/mainRuleConditionResponse.ts +71 -0
  755. package/model/mainRuleEventResponse.ts +43 -0
  756. package/model/mainRuleResultResponse.ts +53 -0
  757. package/model/mainValidateRewardPayload.ts +79 -0
  758. package/model/mainValueResponse.ts +98 -0
  759. package/model/mainVoucherRevokePayload.ts +34 -0
  760. package/model/memberContact.ts +52 -0
  761. package/model/modelSubscriptionBalanceResp.ts +32 -0
  762. package/model/models.ts +419 -77
  763. package/model/order.ts +24 -8
  764. package/model/orderBilling.ts +1 -1
  765. package/model/orderIdentifiers.ts +64 -0
  766. package/model/patchLoyaltyProgramPayload.ts +52 -0
  767. package/model/removeContactFromList.ts +12 -3
  768. package/model/requestContactExport.ts +37 -1
  769. package/model/requestContactExportCustomContactFilter.ts +10 -1
  770. package/model/sendSmtpEmail.ts +1 -1
  771. package/model/sendTransacSms.ts +3 -5
  772. package/model/sendTransacSmsTag.ts +37 -0
  773. package/model/subAccountDetailsResponsePlanInfoCredits.ts +14 -0
  774. package/model/subAccountDetailsResponsePlanInfoCreditsExternalFeeds.ts +46 -0
  775. package/model/subAccountDetailsResponsePlanInfoCreditsWhatsapp.ts +46 -0
  776. package/model/subAccountDetailsResponsePlanInfoFeatures.ts +7 -0
  777. package/model/subAccountDetailsResponsePlanInfoFeaturesSalesUsers.ts +46 -0
  778. package/model/subAccountDetailsResponsePlanInfoFeaturesUsers.ts +3 -3
  779. package/model/subAccountUpdatePlanRequestCredits.ts +20 -2
  780. package/model/subAccountUpdatePlanRequestFeatures.ts +10 -1
  781. package/model/subAccountsUpdatePlanRequest.ts +51 -0
  782. package/model/subAccountsUpdatePlanRequestCredits.ts +73 -0
  783. package/model/subAccountsUpdatePlanRequestFeatures.ts +55 -0
  784. package/model/subscription.ts +88 -0
  785. package/model/subscriptionAggregateBalance.ts +43 -0
  786. package/model/subscriptionAttributedReward.ts +106 -0
  787. package/model/subscriptionBalances.ts +53 -0
  788. package/model/subscriptionHandlerInfo.ts +65 -0
  789. package/model/subscriptionMember.ts +70 -0
  790. package/model/subscriptionTier.ts +88 -0
  791. package/model/templatePreview.ts +76 -0
  792. package/model/tier.ts +102 -0
  793. package/model/tierAccessConditionsInner.ts +55 -0
  794. package/model/tierForContact.ts +82 -0
  795. package/model/tierGroup.ts +109 -0
  796. package/model/tierGroupPage.ts +32 -0
  797. package/model/tierRequest.ts +57 -0
  798. package/model/tierRequestAccessConditionsInner.ts +43 -0
  799. package/model/tierRequestPutPayload.ts +57 -0
  800. package/model/tierRequestTierRewardsInner.ts +34 -0
  801. package/model/tierTierRewardsInner.ts +46 -0
  802. package/model/transaction.ts +163 -0
  803. package/model/transactionHistory.ts +118 -0
  804. package/model/transactionHistoryResp.ts +74 -0
  805. package/model/unauthorizedResponse.ts +34 -0
  806. package/model/updateAttribute.ts +10 -1
  807. package/model/updateBalanceDefinitionPayload.ts +218 -0
  808. package/model/updateBalanceLimitPayload.ts +98 -0
  809. package/model/updateContact.ts +3 -3
  810. package/model/updateEmailCampaign.ts +7 -0
  811. package/model/updateEmailCampaignEmailExpirationDate.ts +53 -0
  812. package/model/updateEmailCampaignRecipients.ts +9 -0
  813. package/model/updateLoyaltyProgramPayload.ts +52 -0
  814. package/model/updateTierGroupRequest.ts +73 -0
  815. package/package.json +5 -6
  816. package/tsconfig.json +0 -1
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Brevo API
3
+ * Brevo provide a RESTFul API that can be used with any languages. With this API, you will be able to : - Manage your campaigns and get the statistics - Manage your contacts - Send transactional Emails and SMS - and much more... You can download our wrappers at https://github.com/orgs/brevo **Possible responses** | Code | Message | | :-------------: | ------------- | | 200 | OK. Successful Request | | 201 | OK. Successful Creation | | 202 | OK. Request accepted | | 204 | OK. Successful Update/Deletion | | 400 | Error. Bad Request | | 401 | Error. Authentication Needed | | 402 | Error. Not enough credit, plan upgrade needed | | 403 | Error. Permission denied | | 404 | Error. Object does not exist | | 405 | Error. Method not allowed | | 406 | Error. Not Acceptable | | 422 | Error. Unprocessable Entity |
4
+ *
5
+ * The version of the OpenAPI document: 3.0.0
6
+ * Contact: contact@brevo.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import { RequestFile } from './models';
14
+ import { BalanceDefinition } from './balanceDefinition';
15
+
16
+ export class BalanceDefinitionPage {
17
+ /**
18
+ * list of balance definitions
19
+ */
20
+ 'items'?: Array<BalanceDefinition>;
21
+
22
+ static discriminator: string | undefined = undefined;
23
+
24
+ static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
25
+ {
26
+ "name": "items",
27
+ "baseName": "items",
28
+ "type": "Array<BalanceDefinition>"
29
+ } ];
30
+
31
+ static getAttributeTypeMap() {
32
+ return BalanceDefinitionPage.attributeTypeMap;
33
+ }
34
+ }
35
+
@@ -0,0 +1,115 @@
1
+ /**
2
+ * Brevo API
3
+ * Brevo provide a RESTFul API that can be used with any languages. With this API, you will be able to : - Manage your campaigns and get the statistics - Manage your contacts - Send transactional Emails and SMS - and much more... You can download our wrappers at https://github.com/orgs/brevo **Possible responses** | Code | Message | | :-------------: | ------------- | | 200 | OK. Successful Request | | 201 | OK. Successful Creation | | 202 | OK. Request accepted | | 204 | OK. Successful Update/Deletion | | 400 | Error. Bad Request | | 401 | Error. Authentication Needed | | 402 | Error. Not enough credit, plan upgrade needed | | 403 | Error. Permission denied | | 404 | Error. Object does not exist | | 405 | Error. Method not allowed | | 406 | Error. Not Acceptable | | 422 | Error. Unprocessable Entity |
4
+ *
5
+ * The version of the OpenAPI document: 3.0.0
6
+ * Contact: contact@brevo.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import { RequestFile } from './models';
14
+
15
+ export class BalanceLimit {
16
+ /**
17
+ * balance definition ID
18
+ */
19
+ 'balanceDefinitionId'?: string;
20
+ /**
21
+ * Defines the type of constraint (e.g., transaction-based or amount-based).
22
+ */
23
+ 'constraintType'?: string;
24
+ /**
25
+ * Timestamp of when the balance limit was created.
26
+ */
27
+ 'createdAt': string;
28
+ /**
29
+ * Time unit for the balance limit (day, week, month, year).
30
+ */
31
+ 'durationUnit'?: string;
32
+ /**
33
+ * Number of time units the balance limit applies to.
34
+ */
35
+ 'durationValue'?: number;
36
+ /**
37
+ * Unique identifier for the balance limit.
38
+ */
39
+ 'id'?: string;
40
+ /**
41
+ * Indicates if the limit resets periodically based on a sliding schedule.
42
+ */
43
+ 'slidingSchedule'?: boolean;
44
+ /**
45
+ * Specifies whether the limit applies to credit or debit transactions.
46
+ */
47
+ 'transactionType'?: string;
48
+ /**
49
+ * Timestamp of the last update to the balance limit.
50
+ */
51
+ 'updatedAt': string;
52
+ /**
53
+ * The maximum allowed value for the defined constraint.
54
+ */
55
+ 'value'?: number;
56
+
57
+ static discriminator: string | undefined = undefined;
58
+
59
+ static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
60
+ {
61
+ "name": "balanceDefinitionId",
62
+ "baseName": "balanceDefinitionId",
63
+ "type": "string"
64
+ },
65
+ {
66
+ "name": "constraintType",
67
+ "baseName": "constraintType",
68
+ "type": "string"
69
+ },
70
+ {
71
+ "name": "createdAt",
72
+ "baseName": "createdAt",
73
+ "type": "string"
74
+ },
75
+ {
76
+ "name": "durationUnit",
77
+ "baseName": "durationUnit",
78
+ "type": "string"
79
+ },
80
+ {
81
+ "name": "durationValue",
82
+ "baseName": "durationValue",
83
+ "type": "number"
84
+ },
85
+ {
86
+ "name": "id",
87
+ "baseName": "id",
88
+ "type": "string"
89
+ },
90
+ {
91
+ "name": "slidingSchedule",
92
+ "baseName": "slidingSchedule",
93
+ "type": "boolean"
94
+ },
95
+ {
96
+ "name": "transactionType",
97
+ "baseName": "transactionType",
98
+ "type": "string"
99
+ },
100
+ {
101
+ "name": "updatedAt",
102
+ "baseName": "updatedAt",
103
+ "type": "string"
104
+ },
105
+ {
106
+ "name": "value",
107
+ "baseName": "value",
108
+ "type": "number"
109
+ } ];
110
+
111
+ static getAttributeTypeMap() {
112
+ return BalanceLimit.attributeTypeMap;
113
+ }
114
+ }
115
+
@@ -0,0 +1,136 @@
1
+ /**
2
+ * Brevo API
3
+ * Brevo provide a RESTFul API that can be used with any languages. With this API, you will be able to : - Manage your campaigns and get the statistics - Manage your contacts - Send transactional Emails and SMS - and much more... You can download our wrappers at https://github.com/orgs/brevo **Possible responses** | Code | Message | | :-------------: | ------------- | | 200 | OK. Successful Request | | 201 | OK. Successful Creation | | 202 | OK. Request accepted | | 204 | OK. Successful Update/Deletion | | 400 | Error. Bad Request | | 401 | Error. Authentication Needed | | 402 | Error. Not enough credit, plan upgrade needed | | 403 | Error. Permission denied | | 404 | Error. Object does not exist | | 405 | Error. Method not allowed | | 406 | Error. Not Acceptable | | 422 | Error. Unprocessable Entity |
4
+ *
5
+ * The version of the OpenAPI document: 3.0.0
6
+ * Contact: contact@brevo.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import { RequestFile } from './models';
14
+
15
+ /**
16
+ * Represents an order linked to a balance definition, including amount, due date, and transaction details.
17
+ */
18
+ export class BalanceOrder {
19
+ /**
20
+ * Order amount (must not be zero).
21
+ */
22
+ 'amount': number;
23
+ /**
24
+ * Optional unique identifier (UUID) of the associated balance definition.
25
+ */
26
+ 'balanceDefinitionId'?: string;
27
+ /**
28
+ * Unique identifier of the contact placing the order (must be ≥ 1).
29
+ */
30
+ 'contactId': number;
31
+ /**
32
+ * RFC3339 timestamp indicating when the order was created.
33
+ */
34
+ 'createdAt': string;
35
+ /**
36
+ * RFC3339 timestamp specifying when the order is due in the future.
37
+ */
38
+ 'dueAt': string;
39
+ /**
40
+ * Optional RFC3339 timestamp defining order expiration in the future.
41
+ */
42
+ 'expiresAt'?: string;
43
+ /**
44
+ * Unique identifier for the balance order.
45
+ */
46
+ 'id'?: string;
47
+ /**
48
+ * Unique identifier of the loyalty program associated with the order.
49
+ */
50
+ 'loyaltyProgramId': string;
51
+ /**
52
+ * Optional metadata associated with the order.
53
+ */
54
+ 'meta'?: { [key: string]: any; };
55
+ /**
56
+ * Optional RFC3339 timestamp indicating when the order was processed.
57
+ */
58
+ 'processedAt'?: string;
59
+ /**
60
+ * Optional reference to the associated transaction ID.
61
+ */
62
+ 'transactionid'?: string;
63
+ /**
64
+ * RFC3339 timestamp indicating the last update to the order.
65
+ */
66
+ 'updatedAt': string;
67
+
68
+ static discriminator: string | undefined = undefined;
69
+
70
+ static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
71
+ {
72
+ "name": "amount",
73
+ "baseName": "amount",
74
+ "type": "number"
75
+ },
76
+ {
77
+ "name": "balanceDefinitionId",
78
+ "baseName": "balanceDefinitionId",
79
+ "type": "string"
80
+ },
81
+ {
82
+ "name": "contactId",
83
+ "baseName": "contactId",
84
+ "type": "number"
85
+ },
86
+ {
87
+ "name": "createdAt",
88
+ "baseName": "createdAt",
89
+ "type": "string"
90
+ },
91
+ {
92
+ "name": "dueAt",
93
+ "baseName": "dueAt",
94
+ "type": "string"
95
+ },
96
+ {
97
+ "name": "expiresAt",
98
+ "baseName": "expiresAt",
99
+ "type": "string"
100
+ },
101
+ {
102
+ "name": "id",
103
+ "baseName": "id",
104
+ "type": "string"
105
+ },
106
+ {
107
+ "name": "loyaltyProgramId",
108
+ "baseName": "loyaltyProgramId",
109
+ "type": "string"
110
+ },
111
+ {
112
+ "name": "meta",
113
+ "baseName": "meta",
114
+ "type": "{ [key: string]: any; }"
115
+ },
116
+ {
117
+ "name": "processedAt",
118
+ "baseName": "processedAt",
119
+ "type": "string"
120
+ },
121
+ {
122
+ "name": "transactionid",
123
+ "baseName": "transactionid",
124
+ "type": "string"
125
+ },
126
+ {
127
+ "name": "updatedAt",
128
+ "baseName": "updatedAt",
129
+ "type": "string"
130
+ } ];
131
+
132
+ static getAttributeTypeMap() {
133
+ return BalanceOrder.attributeTypeMap;
134
+ }
135
+ }
136
+
@@ -25,6 +25,14 @@ export class CompaniesIdPatchRequest {
25
25
  * Country code if phone_number is passed in attributes.
26
26
  */
27
27
  'countryCode'?: number;
28
+ /**
29
+ * Warning - Using PATCH on linkedContactIds replaces the list of linked contacts. Omitted IDs will be removed.
30
+ */
31
+ 'linkedContactsIds'?: Array<number>;
32
+ /**
33
+ * Warning - Using PATCH on linkedDealsIds replaces the list of linked contacts. Omitted IDs will be removed.
34
+ */
35
+ 'linkedDealsIds'?: Array<string>;
28
36
 
29
37
  static discriminator: string | undefined = undefined;
30
38
 
@@ -43,6 +51,16 @@ export class CompaniesIdPatchRequest {
43
51
  "name": "countryCode",
44
52
  "baseName": "countryCode",
45
53
  "type": "number"
54
+ },
55
+ {
56
+ "name": "linkedContactsIds",
57
+ "baseName": "linkedContactsIds",
58
+ "type": "Array<number>"
59
+ },
60
+ {
61
+ "name": "linkedDealsIds",
62
+ "baseName": "linkedDealsIds",
63
+ "type": "Array<string>"
46
64
  } ];
47
65
 
48
66
  static getAttributeTypeMap() {
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Brevo API
3
+ * Brevo provide a RESTFul API that can be used with any languages. With this API, you will be able to : - Manage your campaigns and get the statistics - Manage your contacts - Send transactional Emails and SMS - and much more... You can download our wrappers at https://github.com/orgs/brevo **Possible responses** | Code | Message | | :-------------: | ------------- | | 200 | OK. Successful Request | | 201 | OK. Successful Creation | | 202 | OK. Request accepted | | 204 | OK. Successful Update/Deletion | | 400 | Error. Bad Request | | 401 | Error. Authentication Needed | | 402 | Error. Not enough credit, plan upgrade needed | | 403 | Error. Permission denied | | 404 | Error. Object does not exist | | 405 | Error. Method not allowed | | 406 | Error. Not Acceptable | | 422 | Error. Unprocessable Entity |
4
+ *
5
+ * The version of the OpenAPI document: 3.0.0
6
+ * Contact: contact@brevo.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import { RequestFile } from './models';
14
+
15
+ export class CompaniesImportPost200Response {
16
+ /**
17
+ * The ID of the import process
18
+ */
19
+ 'processId'?: number;
20
+
21
+ static discriminator: string | undefined = undefined;
22
+
23
+ static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
24
+ {
25
+ "name": "processId",
26
+ "baseName": "processId",
27
+ "type": "number"
28
+ } ];
29
+
30
+ static getAttributeTypeMap() {
31
+ return CompaniesImportPost200Response.attributeTypeMap;
32
+ }
33
+ }
34
+
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Brevo API
3
+ * Brevo provide a RESTFul API that can be used with any languages. With this API, you will be able to : - Manage your campaigns and get the statistics - Manage your contacts - Send transactional Emails and SMS - and much more... You can download our wrappers at https://github.com/orgs/brevo **Possible responses** | Code | Message | | :-------------: | ------------- | | 200 | OK. Successful Request | | 201 | OK. Successful Creation | | 202 | OK. Request accepted | | 204 | OK. Successful Update/Deletion | | 400 | Error. Bad Request | | 401 | Error. Authentication Needed | | 402 | Error. Not enough credit, plan upgrade needed | | 403 | Error. Permission denied | | 404 | Error. Object does not exist | | 405 | Error. Method not allowed | | 406 | Error. Not Acceptable | | 422 | Error. Unprocessable Entity |
4
+ *
5
+ * The version of the OpenAPI document: 3.0.0
6
+ * Contact: contact@brevo.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import { RequestFile } from './models';
14
+
15
+ export class CompaniesImportPost400Response {
16
+ 'message'?: string;
17
+
18
+ static discriminator: string | undefined = undefined;
19
+
20
+ static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
21
+ {
22
+ "name": "message",
23
+ "baseName": "message",
24
+ "type": "string"
25
+ } ];
26
+
27
+ static getAttributeTypeMap() {
28
+ return CompaniesImportPost400Response.attributeTypeMap;
29
+ }
30
+ }
31
+
@@ -0,0 +1,50 @@
1
+ /**
2
+ * Brevo API
3
+ * Brevo provide a RESTFul API that can be used with any languages. With this API, you will be able to : - Manage your campaigns and get the statistics - Manage your contacts - Send transactional Emails and SMS - and much more... You can download our wrappers at https://github.com/orgs/brevo **Possible responses** | Code | Message | | :-------------: | ------------- | | 200 | OK. Successful Request | | 201 | OK. Successful Creation | | 202 | OK. Request accepted | | 204 | OK. Successful Update/Deletion | | 400 | Error. Bad Request | | 401 | Error. Authentication Needed | | 402 | Error. Not enough credit, plan upgrade needed | | 403 | Error. Permission denied | | 404 | Error. Object does not exist | | 405 | Error. Method not allowed | | 406 | Error. Not Acceptable | | 422 | Error. Unprocessable Entity |
4
+ *
5
+ * The version of the OpenAPI document: 3.0.0
6
+ * Contact: contact@brevo.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import { RequestFile } from './models';
14
+ import { BalanceDataPerContact } from './balanceDataPerContact';
15
+
16
+ export class ContactBalancesResp {
17
+ 'balanceDefinitionId'?: string;
18
+ 'balances'?: Array<BalanceDataPerContact>;
19
+ 'count'?: number;
20
+ 'loyaltyProgramId'?: string;
21
+
22
+ static discriminator: string | undefined = undefined;
23
+
24
+ static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
25
+ {
26
+ "name": "balanceDefinitionId",
27
+ "baseName": "balanceDefinitionId",
28
+ "type": "string"
29
+ },
30
+ {
31
+ "name": "balances",
32
+ "baseName": "balances",
33
+ "type": "Array<BalanceDataPerContact>"
34
+ },
35
+ {
36
+ "name": "count",
37
+ "baseName": "count",
38
+ "type": "number"
39
+ },
40
+ {
41
+ "name": "loyaltyProgramId",
42
+ "baseName": "loyaltyProgramId",
43
+ "type": "string"
44
+ } ];
45
+
46
+ static getAttributeTypeMap() {
47
+ return ContactBalancesResp.attributeTypeMap;
48
+ }
49
+ }
50
+
@@ -0,0 +1,63 @@
1
+ /**
2
+ * Brevo API
3
+ * Brevo provide a RESTFul API that can be used with any languages. With this API, you will be able to : - Manage your campaigns and get the statistics - Manage your contacts - Send transactional Emails and SMS - and much more... You can download our wrappers at https://github.com/orgs/brevo **Possible responses** | Code | Message | | :-------------: | ------------- | | 200 | OK. Successful Request | | 201 | OK. Successful Creation | | 202 | OK. Request accepted | | 204 | OK. Successful Update/Deletion | | 400 | Error. Bad Request | | 401 | Error. Authentication Needed | | 402 | Error. Not enough credit, plan upgrade needed | | 403 | Error. Permission denied | | 404 | Error. Object does not exist | | 405 | Error. Method not allowed | | 406 | Error. Not Acceptable | | 422 | Error. Unprocessable Entity |
4
+ *
5
+ * The version of the OpenAPI document: 3.0.0
6
+ * Contact: contact@brevo.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import { RequestFile } from './models';
14
+
15
+ export class ContactErrorModel {
16
+ /**
17
+ * Error code displayed in case of a failure
18
+ */
19
+ 'code': ContactErrorModel.CodeEnum;
20
+ /**
21
+ * Readable message associated to the failure
22
+ */
23
+ 'message': string;
24
+ /**
25
+ * Additional information about the error
26
+ */
27
+ 'metadata'?: object;
28
+
29
+ static discriminator: string | undefined = undefined;
30
+
31
+ static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
32
+ {
33
+ "name": "code",
34
+ "baseName": "code",
35
+ "type": "ContactErrorModel.CodeEnum"
36
+ },
37
+ {
38
+ "name": "message",
39
+ "baseName": "message",
40
+ "type": "string"
41
+ },
42
+ {
43
+ "name": "metadata",
44
+ "baseName": "metadata",
45
+ "type": "object"
46
+ } ];
47
+
48
+ static getAttributeTypeMap() {
49
+ return ContactErrorModel.attributeTypeMap;
50
+ }
51
+ }
52
+
53
+ export namespace ContactErrorModel {
54
+ export enum CodeEnum {
55
+ InvalidParameter = <any> 'invalid_parameter',
56
+ MissingParameter = <any> 'missing_parameter',
57
+ DocumentNotFound = <any> 'document_not_found',
58
+ AccountInProcess = <any> 'account_in_process',
59
+ DuplicateParameter = <any> 'duplicate_parameter',
60
+ MethodNotAllowed = <any> 'method_not_allowed',
61
+ OutOfRange = <any> 'out_of_range'
62
+ }
63
+ }
@@ -11,7 +11,12 @@
11
11
  */
12
12
 
13
13
  import { RequestFile } from './models';
14
+ import { ConversationsMessageAttachmentsInner } from './conversationsMessageAttachmentsInner';
14
15
  import { ConversationsMessageFile } from './conversationsMessageFile';
16
+ import { ConversationsMessageForwardedToSourceStatus } from './conversationsMessageForwardedToSourceStatus';
17
+ import { ConversationsMessageFrom } from './conversationsMessageFrom';
18
+ import { ConversationsMessageReplyTo } from './conversationsMessageReplyTo';
19
+ import { ConversationsMessageToInner } from './conversationsMessageToInner';
15
20
 
16
21
  /**
17
22
  * a Conversations message
@@ -30,6 +35,10 @@ export class ConversationsMessage {
30
35
  */
31
36
  'text'?: string;
32
37
  /**
38
+ * The subject line of the email message (only for messages sent to email threads).
39
+ */
40
+ 'subject'?: string;
41
+ /**
33
42
  * visitor’s ID
34
43
  */
35
44
  'visitorId'?: string;
@@ -50,10 +59,57 @@ export class ConversationsMessage {
50
59
  */
51
60
  'isPushed'?: boolean;
52
61
  /**
62
+ * `true` for automatic messages from “Targeted chats & triggers” and API (https://developers.brevo.com/docs/javascript-api-reference#sendautomessage)
63
+ */
64
+ 'isTrigger'?: boolean;
65
+ /**
66
+ * `true` for missed and offline messages.
67
+ */
68
+ 'isMissed'?: boolean;
69
+ /**
70
+ * `true` for unread agent’s messages in finished chats.
71
+ */
72
+ 'isMissedByVisitor'?: boolean;
73
+ /**
74
+ * Only set if the agent has uploaded a profile picture.
75
+ */
76
+ 'agentUserpic'?: string;
77
+ /**
53
78
  * In two-way integrations, messages sent via REST API can be marked with receivedFrom property and then filtered out when received in a webhook to avoid infinite loop.
54
79
  */
55
80
  'receivedFrom'?: string;
56
81
  'file'?: ConversationsMessageFile;
82
+ 'from'?: ConversationsMessageFrom;
83
+ /**
84
+ * An array containing details of the recipients (applicable only to messages in email threads).
85
+ */
86
+ 'to'?: Array<ConversationsMessageToInner>;
87
+ 'replyTo'?: ConversationsMessageReplyTo;
88
+ /**
89
+ * An array containing details of the carbon copy (CC) recipients (applicable only to messages in email threads).
90
+ */
91
+ 'cc'?: Array<ConversationsMessageToInner>;
92
+ /**
93
+ * An array containing details of the blind carbon copy (BCC) recipients (applicable only to messages in email threads).
94
+ */
95
+ 'bcc'?: Array<ConversationsMessageToInner>;
96
+ /**
97
+ * The ID of the message assigned by the integration source.
98
+ */
99
+ 'sourceMessageId'?: string;
100
+ 'forwardedToSourceStatus'?: ConversationsMessageForwardedToSourceStatus;
101
+ /**
102
+ * Integration details.
103
+ */
104
+ 'integrations'?: object;
105
+ /**
106
+ * `true` for automated messages generated by an AI bot.
107
+ */
108
+ 'isBot'?: boolean;
109
+ /**
110
+ * An array of file attachments.
111
+ */
112
+ 'attachments'?: Array<ConversationsMessageAttachmentsInner>;
57
113
 
58
114
  static discriminator: string | undefined = undefined;
59
115
 
@@ -73,6 +129,11 @@ export class ConversationsMessage {
73
129
  "baseName": "text",
74
130
  "type": "string"
75
131
  },
132
+ {
133
+ "name": "subject",
134
+ "baseName": "subject",
135
+ "type": "string"
136
+ },
76
137
  {
77
138
  "name": "visitorId",
78
139
  "baseName": "visitorId",
@@ -98,6 +159,26 @@ export class ConversationsMessage {
98
159
  "baseName": "isPushed",
99
160
  "type": "boolean"
100
161
  },
162
+ {
163
+ "name": "isTrigger",
164
+ "baseName": "isTrigger",
165
+ "type": "boolean"
166
+ },
167
+ {
168
+ "name": "isMissed",
169
+ "baseName": "isMissed",
170
+ "type": "boolean"
171
+ },
172
+ {
173
+ "name": "isMissedByVisitor",
174
+ "baseName": "isMissedByVisitor",
175
+ "type": "boolean"
176
+ },
177
+ {
178
+ "name": "agentUserpic",
179
+ "baseName": "agentUserpic",
180
+ "type": "string"
181
+ },
101
182
  {
102
183
  "name": "receivedFrom",
103
184
  "baseName": "receivedFrom",
@@ -107,6 +188,56 @@ export class ConversationsMessage {
107
188
  "name": "file",
108
189
  "baseName": "file",
109
190
  "type": "ConversationsMessageFile"
191
+ },
192
+ {
193
+ "name": "from",
194
+ "baseName": "from",
195
+ "type": "ConversationsMessageFrom"
196
+ },
197
+ {
198
+ "name": "to",
199
+ "baseName": "to",
200
+ "type": "Array<ConversationsMessageToInner>"
201
+ },
202
+ {
203
+ "name": "replyTo",
204
+ "baseName": "replyTo",
205
+ "type": "ConversationsMessageReplyTo"
206
+ },
207
+ {
208
+ "name": "cc",
209
+ "baseName": "cc",
210
+ "type": "Array<ConversationsMessageToInner>"
211
+ },
212
+ {
213
+ "name": "bcc",
214
+ "baseName": "bcc",
215
+ "type": "Array<ConversationsMessageToInner>"
216
+ },
217
+ {
218
+ "name": "sourceMessageId",
219
+ "baseName": "sourceMessageId",
220
+ "type": "string"
221
+ },
222
+ {
223
+ "name": "forwardedToSourceStatus",
224
+ "baseName": "forwardedToSourceStatus",
225
+ "type": "ConversationsMessageForwardedToSourceStatus"
226
+ },
227
+ {
228
+ "name": "integrations",
229
+ "baseName": "integrations",
230
+ "type": "object"
231
+ },
232
+ {
233
+ "name": "isBot",
234
+ "baseName": "isBot",
235
+ "type": "boolean"
236
+ },
237
+ {
238
+ "name": "attachments",
239
+ "baseName": "attachments",
240
+ "type": "Array<ConversationsMessageAttachmentsInner>"
110
241
  } ];
111
242
 
112
243
  static getAttributeTypeMap() {