talon_one 10.0.0 → 11.0.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 (339) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/autorelease.yml +123 -0
  3. data/README.md +55 -11
  4. data/docker-compose.yml +2 -2
  5. data/docs/AccountLimits.md +5 -1
  6. data/docs/Achievement.md +2 -0
  7. data/docs/AchievementBase.md +3 -1
  8. data/docs/AchievementProgressWithDefinition.md +3 -1
  9. data/docs/AchievementStatusEntry.md +2 -0
  10. data/docs/AddLoyaltyPoints.md +1 -1
  11. data/docs/AddedDeductedPointsNotification.md +41 -0
  12. data/docs/AnalyticsSKU.md +6 -2
  13. data/docs/ApplicationCustomer.md +1 -1
  14. data/docs/AsyncCouponsData.md +25 -0
  15. data/docs/AudienceCustomer.md +1 -1
  16. data/docs/AudienceReference.md +21 -0
  17. data/docs/BaseLoyaltyProgram.md +1 -1
  18. data/docs/BestPriorPrice.md +27 -0
  19. data/docs/BestPriorPriceMetadata.md +19 -0
  20. data/docs/BestPriorPriceRequest.md +25 -0
  21. data/docs/BestPriorPriceRequestTarget.md +19 -0
  22. data/docs/CampaignCollectionEditedNotification.md +6 -6
  23. data/docs/CampaignCollectionEditedNotificationItem.md +23 -0
  24. data/docs/CampaignCreatedNotification.md +6 -6
  25. data/docs/CampaignCreatedNotificationItem.md +23 -0
  26. data/docs/CampaignDeletedNotification.md +6 -4
  27. data/docs/CampaignDeletedNotificationItem.md +21 -0
  28. data/docs/CampaignEditedNotification.md +6 -6
  29. data/docs/CampaignEditedNotificationItem.md +23 -0
  30. data/docs/CampaignEvaluationTreeChangedMessage.md +21 -0
  31. data/docs/CampaignNotificationBase.md +19 -0
  32. data/docs/CampaignNotificationGeneric.md +21 -0
  33. data/docs/CampaignNotificationItemBase.md +17 -0
  34. data/docs/CampaignNotificationPolicy.md +1 -1
  35. data/docs/CampaignRulesetChangedNotification.md +6 -6
  36. data/docs/CampaignRulesetChangedNotificationItem.md +23 -0
  37. data/docs/CampaignStateChangedNotification.md +6 -8
  38. data/docs/CampaignStateChangedNotificationItem.md +25 -0
  39. data/docs/CardAddedDeductedPointsNotification.md +45 -0
  40. data/docs/CardExpiringPointsNotificationPolicy.md +1 -1
  41. data/docs/CardLedgerPointsEntryIntegrationAPI.md +2 -0
  42. data/docs/CardLedgerTransactionLogEntry.md +3 -1
  43. data/docs/CardLedgerTransactionLogEntryIntegrationAPI.md +3 -1
  44. data/docs/CatalogsStrikethroughNotificationPolicy.md +3 -1
  45. data/docs/CouponsNotificationData.md +27 -0
  46. data/docs/CouponsNotificationPolicy.md +1 -1
  47. data/docs/CreateAchievement.md +3 -1
  48. data/docs/CreateCouponData.md +29 -0
  49. data/docs/CustomerProfile.md +1 -1
  50. data/docs/DeleteCouponsData.md +31 -0
  51. data/docs/Effect.md +1 -1
  52. data/docs/ExpiringCardPointsData.md +29 -0
  53. data/docs/ExpiringCardPointsNotification.md +21 -0
  54. data/docs/ExpiringCouponsData.md +35 -0
  55. data/docs/ExpiringCouponsNotification.md +21 -0
  56. data/docs/ExpiringCouponsNotificationPolicy.md +1 -1
  57. data/docs/ExpiringPointsData.md +25 -0
  58. data/docs/ExpiringPointsNotification.md +21 -0
  59. data/docs/ExpiringPointsNotificationPolicy.md +1 -1
  60. data/docs/ExtendLoyaltyPointsExpiryDateEffectProps.md +2 -4
  61. data/docs/ExtendedCoupon.md +61 -0
  62. data/docs/GenerateAuditLogSummary.md +17 -0
  63. data/docs/GenerateCampaignDescription.md +3 -1
  64. data/docs/GenerateCouponFailureDetailedSummary.md +25 -0
  65. data/docs/GenerateCouponFailureSummary.md +19 -0
  66. data/docs/GenerateUserSessionSummary.md +19 -0
  67. data/docs/GetIntegrationCouponRequest.md +1 -1
  68. data/docs/InlineResponse20040.md +1 -1
  69. data/docs/InlineResponse20041.md +1 -1
  70. data/docs/InlineResponse20042.md +4 -2
  71. data/docs/InlineResponse20043.md +1 -1
  72. data/docs/InlineResponse20044.md +2 -4
  73. data/docs/InlineResponse20045.md +5 -3
  74. data/docs/InlineResponse20046.md +2 -4
  75. data/docs/InlineResponse20047.md +2 -6
  76. data/docs/InlineResponse20048.md +4 -2
  77. data/docs/InlineResponse20049.md +4 -2
  78. data/docs/IntegrationApi.md +88 -3
  79. data/docs/JWT.md +19 -0
  80. data/docs/LabelTargetAudience.md +19 -0
  81. data/docs/LabelTargetNone.md +17 -0
  82. data/docs/LedgerPointsEntryIntegrationAPI.md +2 -0
  83. data/docs/LedgerTransactionLogEntryIntegrationAPI.md +3 -1
  84. data/docs/LoyaltyDashboardData.md +2 -0
  85. data/docs/LoyaltyLedgerEntryExpiryDateChange.md +21 -0
  86. data/docs/LoyaltyProgram.md +1 -1
  87. data/docs/LoyaltyProgramTransaction.md +2 -0
  88. data/docs/ManagementApi.md +1083 -366
  89. data/docs/NewLoyaltyProgram.md +1 -1
  90. data/docs/NewMessageTest.md +6 -6
  91. data/docs/NewPriceAdjustment.md +3 -1
  92. data/docs/NewPriceType.md +4 -4
  93. data/docs/NewSecondaryDeployment.md +17 -0
  94. data/docs/NewWebhook.md +3 -1
  95. data/docs/PendingActivePointsData.md +29 -0
  96. data/docs/PendingActivePointsNotification.md +21 -0
  97. data/docs/PendingPointsNotificationPolicy.md +1 -1
  98. data/docs/PriceDetail.md +2 -0
  99. data/docs/PriceType.md +4 -4
  100. data/docs/PriceTypeReferenceDetail.md +23 -0
  101. data/docs/PriceTypeReferences.md +19 -0
  102. data/docs/RoleV2RolesGroup.md +3 -1
  103. data/docs/SecondaryDeployment.md +31 -0
  104. data/docs/SetLoyaltyPointsExpiryDateEffectProps.md +23 -0
  105. data/docs/StrikethroughChangedItem.md +2 -0
  106. data/docs/StrikethroughEffect.md +9 -1
  107. data/docs/StrikethroughLabelingNotification.md +3 -1
  108. data/docs/TierDowngradeData.md +31 -0
  109. data/docs/TierDowngradeNotification.md +21 -0
  110. data/docs/TierDowngradeNotificationPolicy.md +1 -1
  111. data/docs/TierUpgradeData.md +35 -0
  112. data/docs/TierUpgradeNotification.md +21 -0
  113. data/docs/TierUpgradeNotificationPolicy.md +1 -1
  114. data/docs/TierWillDowngradeData.md +31 -0
  115. data/docs/TierWillDowngradeNotification.md +21 -0
  116. data/docs/TierWillDowngradeNotificationPolicy.md +1 -1
  117. data/docs/UpdateAchievement.md +3 -1
  118. data/docs/UpdateCouponsData.md +29 -0
  119. data/docs/UpdateLoyaltyProgram.md +1 -1
  120. data/docs/UpdatePriceType.md +21 -0
  121. data/docs/Webhook.md +3 -1
  122. data/docs/WebhookWithOutgoingIntegrationDetails.md +2 -0
  123. data/lib/talon_one/api/integration_api.rb +104 -2
  124. data/lib/talon_one/api/management_api.rb +226 -400
  125. data/lib/talon_one/models/account_limits.rb +34 -4
  126. data/lib/talon_one/models/achievement.rb +11 -1
  127. data/lib/talon_one/models/achievement_base.rb +14 -4
  128. data/lib/talon_one/models/achievement_progress_with_definition.rb +14 -4
  129. data/lib/talon_one/models/achievement_status_entry.rb +11 -1
  130. data/lib/talon_one/models/add_loyalty_points.rb +1 -10
  131. data/lib/talon_one/models/added_deducted_points_notification.rb +478 -0
  132. data/lib/talon_one/models/analytics_sku.rb +23 -3
  133. data/lib/talon_one/models/application_customer.rb +1 -1
  134. data/lib/talon_one/models/async_coupons_data.rb +272 -0
  135. data/lib/talon_one/models/audience_customer.rb +1 -1
  136. data/lib/talon_one/models/audience_reference.rb +256 -0
  137. data/lib/talon_one/models/base_loyalty_program.rb +1 -1
  138. data/lib/talon_one/models/best_prior_price.rb +285 -0
  139. data/lib/talon_one/models/best_prior_price_metadata.rb +219 -0
  140. data/lib/talon_one/models/best_prior_price_request.rb +268 -0
  141. data/lib/talon_one/models/best_prior_price_request_target.rb +257 -0
  142. data/lib/talon_one/models/campaign_collection_edited_notification.rb +30 -26
  143. data/lib/talon_one/models/campaign_collection_edited_notification_item.rb +250 -0
  144. data/lib/talon_one/models/campaign_created_notification.rb +30 -26
  145. data/lib/talon_one/models/campaign_created_notification_item.rb +250 -0
  146. data/lib/talon_one/models/campaign_deleted_notification.rb +33 -21
  147. data/lib/talon_one/models/campaign_deleted_notification_item.rb +242 -0
  148. data/lib/talon_one/models/campaign_edited_notification.rb +30 -26
  149. data/lib/talon_one/models/campaign_edited_notification_item.rb +250 -0
  150. data/lib/talon_one/models/campaign_evaluation_tree_changed_message.rb +239 -0
  151. data/lib/talon_one/models/campaign_notification_base.rb +227 -0
  152. data/lib/talon_one/models/campaign_notification_generic.rb +244 -0
  153. data/lib/talon_one/models/campaign_notification_item_base.rb +212 -0
  154. data/lib/talon_one/models/campaign_notification_policy.rb +2 -0
  155. data/lib/talon_one/models/campaign_ruleset_changed_notification.rb +32 -23
  156. data/lib/talon_one/models/campaign_ruleset_changed_notification_item.rb +245 -0
  157. data/lib/talon_one/models/campaign_state_changed_notification.rb +30 -42
  158. data/lib/talon_one/models/campaign_state_changed_notification_item.rb +266 -0
  159. data/lib/talon_one/models/card_added_deducted_points_notification.rb +510 -0
  160. data/lib/talon_one/models/card_expiring_points_notification_policy.rb +2 -0
  161. data/lib/talon_one/models/card_ledger_points_entry_integration_api.rb +16 -1
  162. data/lib/talon_one/models/card_ledger_transaction_log_entry.rb +16 -1
  163. data/lib/talon_one/models/card_ledger_transaction_log_entry_integration_api.rb +16 -1
  164. data/lib/talon_one/models/catalogs_strikethrough_notification_policy.rb +16 -4
  165. data/lib/talon_one/models/coupons_notification_data.rb +278 -0
  166. data/lib/talon_one/models/coupons_notification_policy.rb +2 -0
  167. data/lib/talon_one/models/create_achievement.rb +14 -4
  168. data/lib/talon_one/models/create_coupon_data.rb +288 -0
  169. data/lib/talon_one/models/customer_profile.rb +1 -1
  170. data/lib/talon_one/models/deduct_loyalty_points.rb +0 -9
  171. data/lib/talon_one/models/delete_coupons_data.rb +310 -0
  172. data/lib/talon_one/models/effect.rb +0 -1
  173. data/lib/talon_one/models/expiring_card_points_data.rb +342 -0
  174. data/lib/talon_one/models/expiring_card_points_notification.rb +277 -0
  175. data/lib/talon_one/models/expiring_coupons_data.rb +369 -0
  176. data/lib/talon_one/models/expiring_coupons_notification.rb +277 -0
  177. data/lib/talon_one/models/expiring_coupons_notification_policy.rb +2 -0
  178. data/lib/talon_one/models/expiring_points_data.rb +291 -0
  179. data/lib/talon_one/models/expiring_points_notification.rb +277 -0
  180. data/lib/talon_one/models/expiring_points_notification_policy.rb +2 -0
  181. data/lib/talon_one/models/extend_loyalty_points_expiry_date_effect_props.rb +9 -24
  182. data/lib/talon_one/models/extended_coupon.rb +578 -0
  183. data/lib/talon_one/models/generate_audit_log_summary.rb +212 -0
  184. data/lib/talon_one/models/generate_campaign_description.rb +16 -1
  185. data/lib/talon_one/models/generate_coupon_failure_detailed_summary.rb +286 -0
  186. data/lib/talon_one/models/generate_coupon_failure_summary.rb +222 -0
  187. data/lib/talon_one/models/generate_user_session_summary.rb +227 -0
  188. data/lib/talon_one/models/get_integration_coupon_request.rb +2 -0
  189. data/lib/talon_one/models/inline_response20040.rb +1 -1
  190. data/lib/talon_one/models/inline_response20041.rb +1 -1
  191. data/lib/talon_one/models/inline_response20042.rb +11 -7
  192. data/lib/talon_one/models/inline_response20043.rb +1 -1
  193. data/lib/talon_one/models/inline_response20044.rb +7 -11
  194. data/lib/talon_one/models/inline_response20045.rb +11 -7
  195. data/lib/talon_one/models/inline_response20046.rb +2 -21
  196. data/lib/talon_one/models/inline_response20047.rb +2 -25
  197. data/lib/talon_one/models/inline_response20048.rb +16 -2
  198. data/lib/talon_one/models/inline_response20049.rb +21 -2
  199. data/lib/talon_one/models/jwt.rb +228 -0
  200. data/lib/talon_one/models/label_target_audience.rb +260 -0
  201. data/lib/talon_one/models/label_target_none.rb +246 -0
  202. data/lib/talon_one/models/ledger_points_entry_integration_api.rb +16 -1
  203. data/lib/talon_one/models/ledger_transaction_log_entry_integration_api.rb +17 -2
  204. data/lib/talon_one/models/loyalty_dashboard_data.rb +16 -1
  205. data/lib/talon_one/models/loyalty_ledger_entry_expiry_date_change.rb +238 -0
  206. data/lib/talon_one/models/loyalty_program.rb +1 -1
  207. data/lib/talon_one/models/loyalty_program_transaction.rb +16 -1
  208. data/lib/talon_one/models/new_loyalty_program.rb +1 -1
  209. data/lib/talon_one/models/new_message_test.rb +28 -43
  210. data/lib/talon_one/models/new_price_adjustment.rb +33 -4
  211. data/lib/talon_one/models/new_price_type.rb +3 -3
  212. data/lib/talon_one/models/new_secondary_deployment.rb +242 -0
  213. data/lib/talon_one/models/new_webhook.rb +14 -4
  214. data/lib/talon_one/models/pending_active_points_data.rb +308 -0
  215. data/lib/talon_one/models/pending_active_points_notification.rb +277 -0
  216. data/lib/talon_one/models/pending_points_notification_policy.rb +2 -0
  217. data/lib/talon_one/models/price_detail.rb +11 -1
  218. data/lib/talon_one/models/price_type.rb +3 -3
  219. data/lib/talon_one/models/price_type_reference_detail.rb +286 -0
  220. data/lib/talon_one/models/price_type_references.rb +224 -0
  221. data/lib/talon_one/models/role_v2_roles_group.rb +14 -4
  222. data/lib/talon_one/models/secondary_deployment.rb +367 -0
  223. data/lib/talon_one/models/set_loyalty_points_expiry_date_effect_props.rb +255 -0
  224. data/lib/talon_one/models/strikethrough_changed_item.rb +13 -1
  225. data/lib/talon_one/models/strikethrough_effect.rb +46 -4
  226. data/lib/talon_one/models/strikethrough_labeling_notification.rb +19 -4
  227. data/lib/talon_one/models/tier_downgrade_data.rb +328 -0
  228. data/lib/talon_one/models/tier_downgrade_notification.rb +277 -0
  229. data/lib/talon_one/models/tier_downgrade_notification_policy.rb +2 -0
  230. data/lib/talon_one/models/tier_upgrade_data.rb +353 -0
  231. data/lib/talon_one/models/tier_upgrade_notification.rb +277 -0
  232. data/lib/talon_one/models/tier_upgrade_notification_policy.rb +2 -0
  233. data/lib/talon_one/models/tier_will_downgrade_data.rb +328 -0
  234. data/lib/talon_one/models/tier_will_downgrade_notification.rb +277 -0
  235. data/lib/talon_one/models/tier_will_downgrade_notification_policy.rb +2 -0
  236. data/lib/talon_one/models/update_achievement.rb +14 -4
  237. data/lib/talon_one/models/update_coupons_data.rb +296 -0
  238. data/lib/talon_one/models/update_loyalty_program.rb +1 -1
  239. data/lib/talon_one/models/update_price_type.rb +239 -0
  240. data/lib/talon_one/models/webhook.rb +14 -4
  241. data/lib/talon_one/models/webhook_with_outgoing_integration_details.rb +11 -1
  242. data/lib/talon_one/version.rb +1 -1
  243. data/lib/talon_one.rb +51 -6
  244. data/spec/api/integration_api_spec.rb +23 -1
  245. data/spec/api/management_api_spec.rb +18 -54
  246. data/spec/models/account_limits_spec.rb +12 -0
  247. data/spec/models/achievement_base_spec.rb +6 -0
  248. data/spec/models/achievement_progress_with_definition_spec.rb +6 -0
  249. data/spec/models/achievement_spec.rb +6 -0
  250. data/spec/models/achievement_status_entry_spec.rb +6 -0
  251. data/spec/models/added_deducted_points_notification_spec.rb +125 -0
  252. data/spec/models/analytics_sku_spec.rb +12 -0
  253. data/spec/models/async_coupons_data_spec.rb +65 -0
  254. data/spec/models/audience_reference_spec.rb +53 -0
  255. data/spec/models/best_prior_price_metadata_spec.rb +47 -0
  256. data/spec/models/best_prior_price_request_spec.rb +65 -0
  257. data/spec/models/best_prior_price_request_target_spec.rb +51 -0
  258. data/spec/models/best_prior_price_spec.rb +71 -0
  259. data/spec/models/campaign_collection_edited_notification_item_spec.rb +59 -0
  260. data/spec/models/campaign_collection_edited_notification_spec.rb +3 -3
  261. data/spec/models/campaign_created_notification_item_spec.rb +59 -0
  262. data/spec/models/campaign_created_notification_spec.rb +3 -3
  263. data/spec/models/campaign_deleted_notification_item_spec.rb +53 -0
  264. data/spec/models/campaign_deleted_notification_spec.rb +8 -2
  265. data/spec/models/campaign_edited_notification_item_spec.rb +59 -0
  266. data/spec/models/campaign_edited_notification_spec.rb +3 -3
  267. data/spec/models/campaign_evaluation_tree_changed_message_spec.rb +53 -0
  268. data/spec/models/campaign_notification_base_spec.rb +47 -0
  269. data/spec/models/campaign_notification_generic_spec.rb +53 -0
  270. data/spec/models/campaign_notification_item_base_spec.rb +41 -0
  271. data/spec/models/campaign_ruleset_changed_notification_item_spec.rb +59 -0
  272. data/spec/models/campaign_ruleset_changed_notification_spec.rb +3 -3
  273. data/spec/models/campaign_state_changed_notification_item_spec.rb +65 -0
  274. data/spec/models/campaign_state_changed_notification_spec.rb +3 -9
  275. data/spec/models/card_added_deducted_points_notification_spec.rb +137 -0
  276. data/spec/models/card_ledger_points_entry_integration_api_spec.rb +6 -0
  277. data/spec/models/card_ledger_transaction_log_entry_integration_api_spec.rb +6 -0
  278. data/spec/models/card_ledger_transaction_log_entry_spec.rb +6 -0
  279. data/spec/models/catalogs_strikethrough_notification_policy_spec.rb +6 -0
  280. data/spec/models/coupons_notification_data_spec.rb +71 -0
  281. data/spec/models/create_achievement_spec.rb +6 -0
  282. data/spec/models/create_coupon_data_spec.rb +77 -0
  283. data/spec/models/delete_coupons_data_spec.rb +83 -0
  284. data/spec/models/expiring_card_points_data_spec.rb +77 -0
  285. data/spec/models/expiring_card_points_notification_spec.rb +57 -0
  286. data/spec/models/expiring_coupons_data_spec.rb +95 -0
  287. data/spec/models/expiring_coupons_notification_spec.rb +57 -0
  288. data/spec/models/expiring_points_data_spec.rb +65 -0
  289. data/spec/models/expiring_points_notification_spec.rb +57 -0
  290. data/spec/models/extend_loyalty_points_expiry_date_effect_props_spec.rb +1 -7
  291. data/spec/models/extended_coupon_spec.rb +173 -0
  292. data/spec/models/generate_audit_log_summary_spec.rb +41 -0
  293. data/spec/models/generate_campaign_description_spec.rb +6 -0
  294. data/spec/models/generate_coupon_failure_detailed_summary_spec.rb +65 -0
  295. data/spec/models/generate_coupon_failure_summary_spec.rb +47 -0
  296. data/spec/models/generate_user_session_summary_spec.rb +47 -0
  297. data/spec/models/inline_response20042_spec.rb +6 -0
  298. data/spec/models/inline_response20044_spec.rb +0 -6
  299. data/spec/models/inline_response20045_spec.rb +6 -0
  300. data/spec/models/inline_response20046_spec.rb +0 -6
  301. data/spec/models/inline_response20047_spec.rb +0 -12
  302. data/spec/models/inline_response20048_spec.rb +6 -0
  303. data/spec/models/inline_response20049_spec.rb +6 -0
  304. data/spec/models/jwt_spec.rb +47 -0
  305. data/spec/models/label_target_audience_spec.rb +51 -0
  306. data/spec/models/label_target_none_spec.rb +45 -0
  307. data/spec/models/ledger_points_entry_integration_api_spec.rb +6 -0
  308. data/spec/models/ledger_transaction_log_entry_integration_api_spec.rb +6 -0
  309. data/spec/models/loyalty_dashboard_data_spec.rb +6 -0
  310. data/spec/models/loyalty_ledger_entry_expiry_date_change_spec.rb +53 -0
  311. data/spec/models/loyalty_program_transaction_spec.rb +6 -0
  312. data/spec/models/new_message_test_spec.rb +10 -14
  313. data/spec/models/new_price_adjustment_spec.rb +6 -0
  314. data/spec/models/new_secondary_deployment_spec.rb +41 -0
  315. data/spec/models/new_webhook_spec.rb +6 -0
  316. data/spec/models/pending_active_points_data_spec.rb +77 -0
  317. data/spec/models/pending_active_points_notification_spec.rb +57 -0
  318. data/spec/models/price_detail_spec.rb +6 -0
  319. data/spec/models/price_type_reference_detail_spec.rb +63 -0
  320. data/spec/models/price_type_references_spec.rb +47 -0
  321. data/spec/models/role_v2_roles_group_spec.rb +6 -0
  322. data/spec/models/secondary_deployment_spec.rb +87 -0
  323. data/spec/models/set_loyalty_points_expiry_date_effect_props_spec.rb +59 -0
  324. data/spec/models/strikethrough_changed_item_spec.rb +6 -0
  325. data/spec/models/strikethrough_effect_spec.rb +24 -0
  326. data/spec/models/strikethrough_labeling_notification_spec.rb +6 -0
  327. data/spec/models/tier_downgrade_data_spec.rb +83 -0
  328. data/spec/models/tier_downgrade_notification_spec.rb +57 -0
  329. data/spec/models/tier_upgrade_data_spec.rb +95 -0
  330. data/spec/models/tier_upgrade_notification_spec.rb +57 -0
  331. data/spec/models/tier_will_downgrade_data_spec.rb +83 -0
  332. data/spec/models/tier_will_downgrade_notification_spec.rb +57 -0
  333. data/spec/models/update_achievement_spec.rb +6 -0
  334. data/spec/models/update_coupons_data_spec.rb +77 -0
  335. data/spec/models/update_price_type_spec.rb +53 -0
  336. data/spec/models/webhook_spec.rb +6 -0
  337. data/spec/models/webhook_with_outgoing_integration_details_spec.rb +6 -0
  338. metadata +206 -2
  339. data/.github/dependabot.yml +0 -10
@@ -4,6 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **transaction_uuid** | **String** | Unique identifier of the transaction in the UUID format. |
7
8
  **created** | **DateTime** | Date and time the loyalty card transaction occurred. |
8
9
  **program_id** | **Integer** | ID of the loyalty program. |
9
10
  **card_identifier** | **String** | The alphanumeric identifier of the loyalty card. |
@@ -23,7 +24,8 @@ Name | Type | Description | Notes
23
24
  ```ruby
24
25
  require 'TalonOne'
25
26
 
26
- instance = TalonOne::CardLedgerTransactionLogEntryIntegrationAPI.new(created: null,
27
+ instance = TalonOne::CardLedgerTransactionLogEntryIntegrationAPI.new(transaction_uuid: ce59f12a-f53b-4014-a745-636d93f2bd3f,
28
+ created: null,
27
29
  program_id: 324,
28
30
  card_identifier: summer-loyalty-card-0543,
29
31
  customer_session_id: 05c2da0d-48fa-4aa1-b629-898f58f1584d,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | Notification name. |
8
8
  **ahead_of_days_trigger** | **Integer** | The number of days in advance that strikethrough pricing updates should be sent. | [optional]
9
+ **batch_size** | **Integer** | The required size of each batch of data. | [optional] [default to 1000]
9
10
 
10
11
  ## Code Sample
11
12
 
@@ -13,7 +14,8 @@ Name | Type | Description | Notes
13
14
  require 'TalonOne'
14
15
 
15
16
  instance = TalonOne::CatalogsStrikethroughNotificationPolicy.new(name: Christmas Sale,
16
- ahead_of_days_trigger: null)
17
+ ahead_of_days_trigger: null,
18
+ batch_size: 1000)
17
19
  ```
18
20
 
19
21
 
@@ -0,0 +1,27 @@
1
+ # TalonOne::CouponsNotificationData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **type_of_change** | **String** | The type of change that occurred. |
8
+ **operation** | **String** | The operation performed. |
9
+ **employee_name** | **String** | The name of the employee associated with the operation. |
10
+ **data** | [**Array<ExtendedCoupon>**](ExtendedCoupon.md) | A list of extended coupon data. | [optional]
11
+ **total_result_size** | **Integer** | | [optional]
12
+ **notification_type** | **String** | The type of the notification |
13
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'TalonOne'
18
+
19
+ instance = TalonOne::CouponsNotificationData.new(type_of_change: campaign_manager,
20
+ operation: CouponUpdated,
21
+ employee_name: Franziska Schneider,
22
+ data: null,
23
+ total_result_size: 1,
24
+ notification_type: CouponUpdated)
25
+ ```
26
+
27
+
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
  **scopes** | **Array<String>** | |
9
9
  **batching_enabled** | **Boolean** | Indicates whether batching is activated. | [optional] [default to true]
10
10
  **include_data** | **Boolean** | Indicates whether to include all generated coupons. If `false`, only the `batchId` of the generated coupons is included. | [optional]
11
- **batch_size** | **Integer** | The required size of each batch of data. This value applies only when `batchingEnabled` is `true`. | [optional]
11
+ **batch_size** | **Integer** | The required size of each batch of data. This value applies only when `batchingEnabled` is `true`. | [optional] [default to 1000]
12
12
 
13
13
  ## Code Sample
14
14
 
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
  **activation_policy** | **String** | The policy that determines how the achievement starts, ends, or resets. - `user_action`: The achievement ends or resets relative to when the customer started the achievement. - `fixed_schedule`: The achievement starts, ends, or resets for all customers following a fixed schedule. | [optional]
15
15
  **fixed_start_date** | **DateTime** | The achievement's start date when `activationPolicy` is set to `fixed_schedule`. **Note:** It must be an RFC3339 timestamp string. | [optional]
16
16
  **end_date** | **DateTime** | The achievement's end date. If defined, customers cannot participate in the achievement after this date. **Note:** It must be an RFC3339 timestamp string. | [optional]
17
+ **allow_rollback_after_completion** | **Boolean** | When `true`, customer progress can be rolled back in completed achievements. | [optional]
17
18
 
18
19
  ## Code Sample
19
20
 
@@ -29,7 +30,8 @@ instance = TalonOne::CreateAchievement.new(name: Order50Discount,
29
30
  recurrence_policy: no_recurrence,
30
31
  activation_policy: fixed_schedule,
31
32
  fixed_start_date: null,
32
- end_date: null)
33
+ end_date: null,
34
+ allow_rollback_after_completion: false)
33
35
  ```
34
36
 
35
37
 
@@ -0,0 +1,29 @@
1
+ # TalonOne::CreateCouponData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **data** | [**Array<ExtendedCoupon>**](ExtendedCoupon.md) | The array of coupons codes. If 1000 or fewer coupons are requested, all coupon data is sent. If 1001 or more coupons are requested, only `BatchID` is sent. | [optional]
8
+ **total_result_size** | **Integer** | | [optional]
9
+ **batch_id** | **String** | The ID of the batch to which the coupon belongs. **Note:** The Batch ID is generated when coupons are created. | [optional]
10
+ **type_of_change** | **String** | |
11
+ **operation** | **String** | |
12
+ **employee_name** | **String** | |
13
+ **notification_type** | **String** | The type of the not |
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'TalonOne'
19
+
20
+ instance = TalonOne::CreateCouponData.new(data: [{id=1, created=2023-01-31T15:19:25.18417+01:00, campaignId=1, value=73KXKKFP, usageLimit=1, reservationLimit=0, usageCounter=0, attributes={}, reservation=true, batchId=nqylhnni}, {id=2, created=2023-01-31T15:19:25.18417+01:00, campaignId=1, value=BH3CXXLW, usageLimit=1, reservationLimit=0, usageCounter=0, attributes={}, reservation=true, batchId=nqylhnni}],
21
+ total_result_size: 1,
22
+ batch_id: haanlypn,
23
+ type_of_change: campaign_manager,
24
+ operation: AsyncCouponsCreated,
25
+ employee_name: Franziska Schneider,
26
+ notification_type: null)
27
+ ```
28
+
29
+
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **account_id** | **Integer** | The ID of the Talon.One account that owns this profile. |
12
12
  **closed_sessions** | **Integer** | The total number of closed sessions. Does not include closed sessions that have been cancelled or reopened. See the [docs](https://docs.talon.one/docs/dev/concepts/entities/customer-sessions#customer-session-states). |
13
13
  **total_sales** | **Float** | The total amount of money spent by the customer **before** discounts are applied. The total sales amount excludes the following: - Cancelled or reopened sessions. - Returned items. |
14
- **loyalty_memberships** | [**Array<LoyaltyMembership>**](LoyaltyMembership.md) | **DEPRECATED** A list of loyalty programs joined by the customer. | [optional]
14
+ **loyalty_memberships** | [**Array<LoyaltyMembership>**](LoyaltyMembership.md) | **DEPRECATED. Always returns `null`.** A list of loyalty programs joined by the customer. | [optional]
15
15
  **audience_memberships** | [**Array<AudienceMembership>**](AudienceMembership.md) | The audiences the customer belongs to. | [optional]
16
16
  **last_activity** | **DateTime** | Timestamp of the most recent event received from this customer. This field is updated on calls that trigger the Rule Engine and that are not [dry requests](https://docs.talon.one/docs/dev/integration-api/dry-requests/#overlay). For example, [reserving a coupon](https://docs.talon.one/integration-api#operation/createCouponReservation) for a customer doesn't impact this field. |
17
17
  **sandbox** | **Boolean** | An indicator of whether the customer is part of a sandbox or live Application. See the [docs](https://docs.talon.one/docs/product/applications/overview#application-environments). | [optional]
@@ -0,0 +1,31 @@
1
+ # TalonOne::DeleteCouponsData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **type_of_change** | **String** | |
8
+ **operation** | **String** | |
9
+ **employee_name** | **String** | |
10
+ **batch_id** | **String** | |
11
+ **application_id** | **Integer** | |
12
+ **campaign_id** | **Integer** | |
13
+ **total_result_size** | **Integer** | |
14
+ **notification_type** | **String** | The type of the notification |
15
+
16
+ ## Code Sample
17
+
18
+ ```ruby
19
+ require 'TalonOne'
20
+
21
+ instance = TalonOne::DeleteCouponsData.new(type_of_change: null,
22
+ operation: null,
23
+ employee_name: null,
24
+ batch_id: null,
25
+ application_id: null,
26
+ campaign_id: null,
27
+ total_result_size: null,
28
+ notification_type: null)
29
+ ```
30
+
31
+
data/docs/Effect.md CHANGED
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
19
19
  **selected_price_type** | **String** | The selected price type for the SKU targeted by this effect. | [optional]
20
20
  **selected_price** | **Float** | The value of the selected price type to apply to the SKU targeted by this effect, before any discounts are applied. | [optional]
21
21
  **adjustment_reference_id** | **String** | The reference identifier of the selected price adjustment for this SKU. This is only returned if the `selectedPrice` resulted from a price adjustment. | [optional]
22
- **props** | [**Object**](.md) | The properties of the effect. See [API effects](https://docs.talon.one/docs/dev/integration-api/api-effects). |
22
+ **props** | [**Object**](.md) | |
23
23
 
24
24
  ## Code Sample
25
25
 
@@ -0,0 +1,29 @@
1
+ # TalonOne::ExpiringCardPointsData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **expiry_date** | **Date** | The expiration date of loyalty points. |
8
+ **loyalty_program_id** | **Integer** | The ID of the loyalty program. |
9
+ **amount_of_expiring_points** | **Float** | The amount of loyalty points that will be expired soon. |
10
+ **subledger_id** | **String** | The ID of the subledger within the loyalty program where these points were added. |
11
+ **card_identifier** | **String** | The alphanumeric identifier of the loyalty card. |
12
+ **users_per_card_limit** | **Integer** | The maximum number of customer profiles with which a card can be shared. This can be set to `0` for no limit. |
13
+ **profiles** | **Array<String>** | The integration IDs of the customer profiles linked to the card. |
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'TalonOne'
19
+
20
+ instance = TalonOne::ExpiringCardPointsData.new(expiry_date: null,
21
+ loyalty_program_id: 5,
22
+ amount_of_expiring_points: 10.99,
23
+ subledger_id: sub-123,
24
+ card_identifier: summer-loyalty-card-0543,
25
+ users_per_card_limit: 5,
26
+ profiles: null)
27
+ ```
28
+
29
+
@@ -0,0 +1,21 @@
1
+ # TalonOne::ExpiringCardPointsNotification
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **total_result_size** | **Integer** | |
8
+ **data** | [**Array<ExpiringCardPointsData>**](ExpiringCardPointsData.md) | The array of expiring points. |
9
+ **notification_type** | **String** | The type of notification. |
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TalonOne'
15
+
16
+ instance = TalonOne::ExpiringCardPointsNotification.new(total_result_size: 1,
17
+ data: null,
18
+ notification_type: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,35 @@
1
+ # TalonOne::ExpiringCouponsData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **coupon_value** | **String** | The coupon code. |
8
+ **created_date** | **DateTime** | Timestamp at which point the coupon was created. | [optional]
9
+ **valid_from** | **DateTime** | Timestamp at which point the coupon becomes valid. | [optional]
10
+ **valid_until** | **DateTime** | Timestamp at which point the coupon expires. Coupon never expires if this is omitted, zero, or negative. | [optional]
11
+ **campaign_id** | **Integer** | The ID of the campaign to which the coupon belongs. |
12
+ **customer_profile_id** | **String** | The Integration ID of the customer that is allowed to redeem this coupon. | [optional]
13
+ **usage_limit** | **Integer** | The number of times the coupon code can be redeemed. `0` means unlimited redemptions but any campaign usage limits will still apply. |
14
+ **usage_counter** | **Integer** | The number of times the coupon has been successfully redeemed. |
15
+ **batch_id** | **String** | The ID of the batch the coupon belongs to. | [optional]
16
+ **attributes** | [**Object**](.md) | Custom attributes associated with this coupon. |
17
+
18
+ ## Code Sample
19
+
20
+ ```ruby
21
+ require 'TalonOne'
22
+
23
+ instance = TalonOne::ExpiringCouponsData.new(coupon_value: XMAS-20-2021,
24
+ created_date: 2024-07-24T14:15:22Z,
25
+ valid_from: 2024-10-24T14:15:22Z,
26
+ valid_until: 2024-12-24T14:15:22Z,
27
+ campaign_id: 3,
28
+ customer_profile_id: URNGV8294NV,
29
+ usage_limit: 100,
30
+ usage_counter: 10,
31
+ batch_id: 32535-43255,
32
+ attributes: null)
33
+ ```
34
+
35
+
@@ -0,0 +1,21 @@
1
+ # TalonOne::ExpiringCouponsNotification
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **total_result_size** | **Integer** | |
8
+ **data** | [**Array<ExpiringCouponsData>**](ExpiringCouponsData.md) | The array of expiring coupon notifications. |
9
+ **notification_type** | **String** | The type of notification. |
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TalonOne'
15
+
16
+ instance = TalonOne::ExpiringCouponsNotification.new(total_result_size: 1,
17
+ data: null,
18
+ notification_type: null)
19
+ ```
20
+
21
+
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **name** | **String** | Notification name. |
8
8
  **triggers** | [**Array<ExpiringCouponsNotificationTrigger>**](ExpiringCouponsNotificationTrigger.md) | |
9
9
  **batching_enabled** | **Boolean** | Indicates whether batching is activated. | [optional] [default to true]
10
- **batch_size** | **Integer** | The required size of each batch of data. This value applies only when `batchingEnabled` is `true`. | [optional]
10
+ **batch_size** | **Integer** | The required size of each batch of data. This value applies only when `batchingEnabled` is `true`. | [optional] [default to 1000]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -0,0 +1,25 @@
1
+ # TalonOne::ExpiringPointsData
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **expiry_date** | **Date** | The expiration date of loyalty points. |
8
+ **loyalty_program_id** | **Integer** | The ID of the loyalty program. |
9
+ **customer_profile_id** | **String** | The integration ID of the customer profile that has expiring points. |
10
+ **amount_of_expiring_points** | **Float** | The amount of loyalty points that will be expired soon. |
11
+ **subledger_id** | **String** | The ID of the subledger within the loyalty program where these points were added. |
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'TalonOne'
17
+
18
+ instance = TalonOne::ExpiringPointsData.new(expiry_date: null,
19
+ loyalty_program_id: 5,
20
+ customer_profile_id: URNGV8294NV,
21
+ amount_of_expiring_points: 10.99,
22
+ subledger_id: sub-123)
23
+ ```
24
+
25
+
@@ -0,0 +1,21 @@
1
+ # TalonOne::ExpiringPointsNotification
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **total_result_size** | **Integer** | |
8
+ **data** | [**Array<ExpiringPointsData>**](ExpiringPointsData.md) | The array of expiring points. |
9
+ **notification_type** | **String** | The type of notification. |
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'TalonOne'
15
+
16
+ instance = TalonOne::ExpiringPointsNotification.new(total_result_size: 1,
17
+ data: null,
18
+ notification_type: null)
19
+ ```
20
+
21
+
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **name** | **String** | Notification name. |
8
8
  **triggers** | [**Array<ExpiringPointsNotificationTrigger>**](ExpiringPointsNotificationTrigger.md) | |
9
9
  **batching_enabled** | **Boolean** | Indicates whether batching is activated. | [optional] [default to true]
10
- **batch_size** | **Integer** | The required size of each batch of data. This value applies only when `batchingEnabled` is `true`. | [optional]
10
+ **batch_size** | **Integer** | The required size of each batch of data. This value applies only when `batchingEnabled` is `true`. | [optional] [default to 1000]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,8 +7,7 @@ Name | Type | Description | Notes
7
7
  **program_id** | **Integer** | ID of the loyalty program that contains these points. |
8
8
  **sub_ledger_id** | **String** | API name of the loyalty program subledger that contains these points. added. |
9
9
  **extension_duration** | **String** | Time frame by which the expiry date extends. The time format is either: - immediate, or - an **integer** followed by a letter indicating the time unit. Examples: `immediate`, `30s`, `40m`, `1h`, `5D`, `7W`, `10M`, `15Y`. Available units: - `s`: seconds - `m`: minutes - `h`: hours - `D`: days - `W`: weeks - `M`: months - `Y`: years You can round certain units up or down: - `_D` for rounding down days only. Signifies the start of the day. - `_U` for rounding up days, weeks, months and years. Signifies the end of the day, week, month or year. |
10
- **transaction_uui_ds** | **Array<String>** | The list of identifiers of transactions affected affected by the extension. | [optional]
11
- **previous_expiration_date** | **DateTime** | Expiry date before applying the extension. |
10
+ **affected_transactions** | [**Array<LoyaltyLedgerEntryExpiryDateChange>**](LoyaltyLedgerEntryExpiryDateChange.md) | List of transactions affected by the expiry date update. | [optional]
12
11
 
13
12
  ## Code Sample
14
13
 
@@ -18,8 +17,7 @@ require 'TalonOne'
18
17
  instance = TalonOne::ExtendLoyaltyPointsExpiryDateEffectProps.new(program_id: null,
19
18
  sub_ledger_id: null,
20
19
  extension_duration: 12h,
21
- transaction_uui_ds: null,
22
- previous_expiration_date: null)
20
+ affected_transactions: null)
23
21
  ```
24
22
 
25
23
 
@@ -0,0 +1,61 @@
1
+ # TalonOne::ExtendedCoupon
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **id** | **Integer** | The internal ID of the coupon. |
8
+ **created** | **DateTime** | The time the coupon was created. |
9
+ **campaign_id** | **Integer** | The ID of the campaign that owns this entity. |
10
+ **value** | **String** | The coupon code. |
11
+ **usage_limit** | **Integer** | The number of times the coupon code can be redeemed. `0` means unlimited redemptions but any campaign usage limits will still apply. |
12
+ **discount_limit** | **Float** | The total discount value that the code can give. Typically used to represent a gift card value. | [optional]
13
+ **reservation_limit** | **Integer** | The number of reservations that can be made with this coupon code. | [optional]
14
+ **start_date** | **DateTime** | Timestamp at which point the coupon becomes valid. | [optional]
15
+ **expiry_date** | **DateTime** | Expiration date of the coupon. Coupon never expires if this is omitted. | [optional]
16
+ **limits** | [**Array<LimitConfig>**](LimitConfig.md) | Limits configuration for a coupon. These limits will override the limits set from the campaign. **Note:** Only usable when creating a single coupon which is not tied to a specific recipient. Only per-profile limits are allowed to be configured. | [optional]
17
+ **usage_counter** | **Integer** | The number of times the coupon has been successfully redeemed. |
18
+ **discount_counter** | **Float** | The amount of discounts given on rules redeeming this coupon. Only usable if a coupon discount budget was set for this coupon. | [optional]
19
+ **discount_remainder** | **Float** | The remaining discount this coupon can give. | [optional]
20
+ **reservation_counter** | **Float** | The number of times this coupon has been reserved. | [optional]
21
+ **attributes** | [**Object**](.md) | Custom attributes associated with this coupon. | [optional]
22
+ **referral_id** | **Integer** | The integration ID of the referring customer (if any) for whom this coupon was created as an effect. | [optional]
23
+ **recipient_integration_id** | **String** | The Integration ID of the customer that is allowed to redeem this coupon. | [optional]
24
+ **import_id** | **Integer** | The ID of the Import which created this coupon. | [optional]
25
+ **reservation** | **Boolean** | Defines the reservation type: - `true`: The coupon can be reserved for multiple customers. - `false`: The coupon can be reserved only for one customer. It is a personal code. | [optional] [default to true]
26
+ **batch_id** | **String** | The id of the batch the coupon belongs to. | [optional]
27
+ **is_reservation_mandatory** | **Boolean** | An indication of whether the code can be redeemed only if it has been reserved first. | [optional] [default to false]
28
+ **implicitly_reserved** | **Boolean** | An indication of whether the coupon is implicitly reserved for all customers. | [optional]
29
+ **application_id** | **Integer** | The ID of the application. |
30
+
31
+ ## Code Sample
32
+
33
+ ```ruby
34
+ require 'TalonOne'
35
+
36
+ instance = TalonOne::ExtendedCoupon.new(id: 6,
37
+ created: 2020-06-10T09:05:27.993483Z,
38
+ campaign_id: 211,
39
+ value: XMAS-20-2021,
40
+ usage_limit: 100,
41
+ discount_limit: 30.0,
42
+ reservation_limit: 45,
43
+ start_date: 2020-01-24T14:15:22Z,
44
+ expiry_date: 2023-08-24T14:15:22Z,
45
+ limits: null,
46
+ usage_counter: 10,
47
+ discount_counter: 10.0,
48
+ discount_remainder: 5.0,
49
+ reservation_counter: 1.0,
50
+ attributes: null,
51
+ referral_id: 326632952,
52
+ recipient_integration_id: URNGV8294NV,
53
+ import_id: 4,
54
+ reservation: false,
55
+ batch_id: 32535-43255,
56
+ is_reservation_mandatory: false,
57
+ implicitly_reserved: false,
58
+ application_id: null)
59
+ ```
60
+
61
+
@@ -0,0 +1,17 @@
1
+ # TalonOne::GenerateAuditLogSummary
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **log_id** | **Integer** | The ID of the audit log. |
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'TalonOne'
13
+
14
+ instance = TalonOne::GenerateAuditLogSummary.new(log_id: null)
15
+ ```
16
+
17
+
@@ -4,6 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **campaign_id** | **Integer** | ID of a campaign. |
7
8
  **ruleset_id** | **Integer** | ID of a ruleset. |
8
9
  **currency** | **String** | Currency for the campaign. |
9
10
 
@@ -12,7 +13,8 @@ Name | Type | Description | Notes
12
13
  ```ruby
13
14
  require 'TalonOne'
14
15
 
15
- instance = TalonOne::GenerateCampaignDescription.new(ruleset_id: null,
16
+ instance = TalonOne::GenerateCampaignDescription.new(campaign_id: null,
17
+ ruleset_id: null,
16
18
  currency: null)
17
19
  ```
18
20
 
@@ -0,0 +1,25 @@
1
+ # TalonOne::GenerateCouponFailureDetailedSummary
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **application_id** | **Float** | The ID of the Application. It is displayed in your Talon.One deployment URL. |
8
+ **session_id** | **String** | ID of the customer session where the coupon redemption failed. |
9
+ **event_id** | **Integer** | The ID of the event for which the coupon redemption failed. |
10
+ **coupon** | **String** | The coupon code that could not be redeemed. |
11
+ **language** | **String** | The language of the summary. | [optional]
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'TalonOne'
17
+
18
+ instance = TalonOne::GenerateCouponFailureDetailedSummary.new(application_id: null,
19
+ session_id: 05c2da0d-48fa-4aa1-b629-898f58f1584d,
20
+ event_id: null,
21
+ coupon: BKDB946,
22
+ language: en)
23
+ ```
24
+
25
+
@@ -0,0 +1,19 @@
1
+ # TalonOne::GenerateCouponFailureSummary
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **event_id** | **Integer** | The ID of the event. |
8
+ **language** | **String** | The language the summary will be generated in. | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'TalonOne'
14
+
15
+ instance = TalonOne::GenerateCouponFailureSummary.new(event_id: null,
16
+ language: en)
17
+ ```
18
+
19
+
@@ -0,0 +1,19 @@
1
+ # TalonOne::GenerateUserSessionSummary
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **session_id** | **String** | The ID of the session. |
8
+ **application_id** | **Float** | The ID of the Application. It is displayed in your Talon.One deployment URL. |
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'TalonOne'
14
+
15
+ instance = TalonOne::GenerateUserSessionSummary.new(session_id: null,
16
+ application_id: null)
17
+ ```
18
+
19
+
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **campaign_ids** | **Array<Integer>** | A list of IDs of the campaigns to get coupons from. |
8
- **limit** | **Integer** | The maximum number of coupons included in the response. |
8
+ **limit** | **Integer** | The maximum number of coupons included in the response. | [default to 10]
9
9
 
10
10
  ## Code Sample
11
11
 
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **total_result_size** | **Integer** | |
8
- **data** | [**Array<WebhookActivationLogEntry>**](WebhookActivationLogEntry.md) | |
8
+ **data** | [**Array<EventType>**](EventType.md) | |
9
9
 
10
10
  ## Code Sample
11
11
 
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **total_result_size** | **Integer** | |
8
- **data** | [**Array<WebhookLogEntry>**](WebhookLogEntry.md) | |
8
+ **data** | [**Array<User>**](User.md) | |
9
9
 
10
10
  ## Code Sample
11
11
 
@@ -4,8 +4,9 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **total_result_size** | **Integer** | |
8
- **data** | [**Array<EventType>**](EventType.md) | |
7
+ **total_result_size** | **Integer** | | [optional]
8
+ **has_more** | **Boolean** | | [optional]
9
+ **data** | [**Array<Change>**](Change.md) | |
9
10
 
10
11
  ## Code Sample
11
12
 
@@ -13,6 +14,7 @@ Name | Type | Description | Notes
13
14
  require 'TalonOne'
14
15
 
15
16
  instance = TalonOne::InlineResponse20042.new(total_result_size: 1,
17
+ has_more: null,
16
18
  data: null)
17
19
  ```
18
20
 
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **total_result_size** | **Integer** | |
8
- **data** | [**Array<User>**](User.md) | |
8
+ **data** | [**Array<Export>**](Export.md) | |
9
9
 
10
10
  ## Code Sample
11
11
 
@@ -4,9 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **total_result_size** | **Integer** | | [optional]
8
- **has_more** | **Boolean** | | [optional]
9
- **data** | [**Array<Change>**](Change.md) | |
7
+ **total_result_size** | **Integer** | |
8
+ **data** | [**Array<RoleV2>**](RoleV2.md) | |
10
9
 
11
10
  ## Code Sample
12
11
 
@@ -14,7 +13,6 @@ Name | Type | Description | Notes
14
13
  require 'TalonOne'
15
14
 
16
15
  instance = TalonOne::InlineResponse20044.new(total_result_size: 1,
17
- has_more: null,
18
16
  data: null)
19
17
  ```
20
18