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
data/lib/talon_one.rb CHANGED
@@ -45,6 +45,7 @@ require 'talon_one/models/add_loyalty_points_effect_props'
45
45
  require 'talon_one/models/add_price_adjustment_catalog_action'
46
46
  require 'talon_one/models/add_to_audience_effect_props'
47
47
  require 'talon_one/models/added_deducted_points_balances_notification_policy'
48
+ require 'talon_one/models/added_deducted_points_notification'
48
49
  require 'talon_one/models/added_deducted_points_notification_policy'
49
50
  require 'talon_one/models/additional_campaign_properties'
50
51
  require 'talon_one/models/additional_cost'
@@ -74,6 +75,7 @@ require 'talon_one/models/application_session_entity'
74
75
  require 'talon_one/models/application_store_entity'
75
76
  require 'talon_one/models/async_coupon_creation_response'
76
77
  require 'talon_one/models/async_coupon_deletion_job_response'
78
+ require 'talon_one/models/async_coupons_data'
77
79
  require 'talon_one/models/attribute'
78
80
  require 'talon_one/models/attributes_mandatory'
79
81
  require 'talon_one/models/attributes_settings'
@@ -82,6 +84,7 @@ require 'talon_one/models/audience_analytics'
82
84
  require 'talon_one/models/audience_customer'
83
85
  require 'talon_one/models/audience_integration_id'
84
86
  require 'talon_one/models/audience_membership'
87
+ require 'talon_one/models/audience_reference'
85
88
  require 'talon_one/models/award_giveaway_effect_props'
86
89
  require 'talon_one/models/base_campaign'
87
90
  require 'talon_one/models/base_loyalty_program'
@@ -90,9 +93,12 @@ require 'talon_one/models/base_notification_entity'
90
93
  require 'talon_one/models/base_notification_webhook'
91
94
  require 'talon_one/models/base_notifications'
92
95
  require 'talon_one/models/base_saml_connection'
96
+ require 'talon_one/models/best_prior_price'
97
+ require 'talon_one/models/best_prior_price_metadata'
98
+ require 'talon_one/models/best_prior_price_request'
99
+ require 'talon_one/models/best_prior_price_request_target'
93
100
  require 'talon_one/models/binding'
94
101
  require 'talon_one/models/bulk_application_notification'
95
- require 'talon_one/models/bulk_campaign_notification'
96
102
  require 'talon_one/models/bulk_operation_on_campaigns'
97
103
  require 'talon_one/models/campaign'
98
104
  require 'talon_one/models/campaign_activation_request'
@@ -100,28 +106,37 @@ require 'talon_one/models/campaign_analytics'
100
106
  require 'talon_one/models/campaign_budget'
101
107
  require 'talon_one/models/campaign_collection'
102
108
  require 'talon_one/models/campaign_collection_edited_notification'
109
+ require 'talon_one/models/campaign_collection_edited_notification_item'
103
110
  require 'talon_one/models/campaign_collection_without_payload'
104
111
  require 'talon_one/models/campaign_copy'
105
112
  require 'talon_one/models/campaign_created_notification'
113
+ require 'talon_one/models/campaign_created_notification_item'
106
114
  require 'talon_one/models/campaign_deactivation_request'
107
115
  require 'talon_one/models/campaign_deleted_notification'
116
+ require 'talon_one/models/campaign_deleted_notification_item'
108
117
  require 'talon_one/models/campaign_detail'
109
118
  require 'talon_one/models/campaign_edited_notification'
119
+ require 'talon_one/models/campaign_edited_notification_item'
110
120
  require 'talon_one/models/campaign_entity'
111
121
  require 'talon_one/models/campaign_evaluation_group'
112
122
  require 'talon_one/models/campaign_evaluation_position'
123
+ require 'talon_one/models/campaign_evaluation_tree_changed_message'
113
124
  require 'talon_one/models/campaign_evaluation_tree_changed_notification'
114
125
  require 'talon_one/models/campaign_group'
115
126
  require 'talon_one/models/campaign_group_entity'
116
- require 'talon_one/models/campaign_notification'
127
+ require 'talon_one/models/campaign_notification_base'
128
+ require 'talon_one/models/campaign_notification_generic'
129
+ require 'talon_one/models/campaign_notification_item_base'
117
130
  require 'talon_one/models/campaign_notification_policy'
118
131
  require 'talon_one/models/campaign_ruleset_changed_notification'
132
+ require 'talon_one/models/campaign_ruleset_changed_notification_item'
119
133
  require 'talon_one/models/campaign_search'
120
134
  require 'talon_one/models/campaign_set'
121
135
  require 'talon_one/models/campaign_set_branch_node'
122
136
  require 'talon_one/models/campaign_set_leaf_node'
123
137
  require 'talon_one/models/campaign_set_node'
124
138
  require 'talon_one/models/campaign_state_changed_notification'
139
+ require 'talon_one/models/campaign_state_changed_notification_item'
125
140
  require 'talon_one/models/campaign_store_budget'
126
141
  require 'talon_one/models/campaign_store_budget_limit_config'
127
142
  require 'talon_one/models/campaign_template'
@@ -130,6 +145,7 @@ require 'talon_one/models/campaign_template_coupon_reservation_settings'
130
145
  require 'talon_one/models/campaign_template_params'
131
146
  require 'talon_one/models/campaign_versions'
132
147
  require 'talon_one/models/card_added_deducted_points_balances_notification_policy'
148
+ require 'talon_one/models/card_added_deducted_points_notification'
133
149
  require 'talon_one/models/card_added_deducted_points_notification_policy'
134
150
  require 'talon_one/models/card_expiring_points_notification_policy'
135
151
  require 'talon_one/models/card_expiring_points_notification_trigger'
@@ -162,9 +178,11 @@ require 'talon_one/models/coupon_rejection_reason'
162
178
  require 'talon_one/models/coupon_reservations'
163
179
  require 'talon_one/models/coupon_search'
164
180
  require 'talon_one/models/coupon_value'
181
+ require 'talon_one/models/coupons_notification_data'
165
182
  require 'talon_one/models/coupons_notification_policy'
166
183
  require 'talon_one/models/create_achievement'
167
184
  require 'talon_one/models/create_application_api_key'
185
+ require 'talon_one/models/create_coupon_data'
168
186
  require 'talon_one/models/create_management_key'
169
187
  require 'talon_one/models/create_template_campaign'
170
188
  require 'talon_one/models/create_template_campaign_response'
@@ -185,6 +203,7 @@ require 'talon_one/models/customer_session'
185
203
  require 'talon_one/models/customer_session_v2'
186
204
  require 'talon_one/models/deduct_loyalty_points'
187
205
  require 'talon_one/models/deduct_loyalty_points_effect_props'
206
+ require 'talon_one/models/delete_coupons_data'
188
207
  require 'talon_one/models/delete_user_request'
189
208
  require 'talon_one/models/effect'
190
209
  require 'talon_one/models/effect_entity'
@@ -201,22 +220,33 @@ require 'talon_one/models/evaluable_campaign_ids'
201
220
  require 'talon_one/models/event'
202
221
  require 'talon_one/models/event_type'
203
222
  require 'talon_one/models/event_v2'
223
+ require 'talon_one/models/expiring_card_points_data'
224
+ require 'talon_one/models/expiring_card_points_notification'
225
+ require 'talon_one/models/expiring_coupons_data'
226
+ require 'talon_one/models/expiring_coupons_notification'
204
227
  require 'talon_one/models/expiring_coupons_notification_policy'
205
228
  require 'talon_one/models/expiring_coupons_notification_trigger'
229
+ require 'talon_one/models/expiring_points_data'
230
+ require 'talon_one/models/expiring_points_notification'
206
231
  require 'talon_one/models/expiring_points_notification_policy'
207
232
  require 'talon_one/models/expiring_points_notification_trigger'
208
233
  require 'talon_one/models/export'
209
234
  require 'talon_one/models/extend_loyalty_points_expiry_date_effect_props'
235
+ require 'talon_one/models/extended_coupon'
210
236
  require 'talon_one/models/feature_flag'
211
237
  require 'talon_one/models/features_feed'
212
238
  require 'talon_one/models/func_arg_def'
213
239
  require 'talon_one/models/function_def'
240
+ require 'talon_one/models/generate_audit_log_summary'
214
241
  require 'talon_one/models/generate_campaign_description'
215
242
  require 'talon_one/models/generate_campaign_tags'
243
+ require 'talon_one/models/generate_coupon_failure_detailed_summary'
244
+ require 'talon_one/models/generate_coupon_failure_summary'
216
245
  require 'talon_one/models/generate_item_filter_description'
217
246
  require 'talon_one/models/generate_loyalty_card'
218
247
  require 'talon_one/models/generate_rule_title'
219
248
  require 'talon_one/models/generate_rule_title_rule'
249
+ require 'talon_one/models/generate_user_session_summary'
220
250
  require 'talon_one/models/get_integration_coupon_request'
221
251
  require 'talon_one/models/giveaway'
222
252
  require 'talon_one/models/giveaways_pool'
@@ -271,8 +301,6 @@ require 'talon_one/models/inline_response20047'
271
301
  require 'talon_one/models/inline_response20048'
272
302
  require 'talon_one/models/inline_response20049'
273
303
  require 'talon_one/models/inline_response2005'
274
- require 'talon_one/models/inline_response20050'
275
- require 'talon_one/models/inline_response20051'
276
304
  require 'talon_one/models/inline_response2006'
277
305
  require 'talon_one/models/inline_response2007'
278
306
  require 'talon_one/models/inline_response2008'
@@ -293,6 +321,9 @@ require 'talon_one/models/integration_store_entity'
293
321
  require 'talon_one/models/inventory_coupon'
294
322
  require 'talon_one/models/inventory_referral'
295
323
  require 'talon_one/models/item_attribute'
324
+ require 'talon_one/models/jwt'
325
+ require 'talon_one/models/label_target_audience'
326
+ require 'talon_one/models/label_target_none'
296
327
  require 'talon_one/models/ledger_entry'
297
328
  require 'talon_one/models/ledger_info'
298
329
  require 'talon_one/models/ledger_points_entry_integration_api'
@@ -318,6 +349,7 @@ require 'talon_one/models/loyalty_dashboard_data'
318
349
  require 'talon_one/models/loyalty_dashboard_points_breakdown'
319
350
  require 'talon_one/models/loyalty_ledger'
320
351
  require 'talon_one/models/loyalty_ledger_entry'
352
+ require 'talon_one/models/loyalty_ledger_entry_expiry_date_change'
321
353
  require 'talon_one/models/loyalty_ledger_entry_flags'
322
354
  require 'talon_one/models/loyalty_ledger_transactions'
323
355
  require 'talon_one/models/loyalty_membership'
@@ -403,6 +435,7 @@ require 'talon_one/models/new_role'
403
435
  require 'talon_one/models/new_role_v2'
404
436
  require 'talon_one/models/new_ruleset'
405
437
  require 'talon_one/models/new_saml_connection'
438
+ require 'talon_one/models/new_secondary_deployment'
406
439
  require 'talon_one/models/new_store'
407
440
  require 'talon_one/models/new_template_def'
408
441
  require 'talon_one/models/new_user'
@@ -427,10 +460,14 @@ require 'talon_one/models/outgoing_integration_type'
427
460
  require 'talon_one/models/outgoing_integration_types'
428
461
  require 'talon_one/models/patch_item_catalog_action'
429
462
  require 'talon_one/models/patch_many_items_catalog_action'
463
+ require 'talon_one/models/pending_active_points_data'
464
+ require 'talon_one/models/pending_active_points_notification'
430
465
  require 'talon_one/models/pending_points_notification_policy'
431
466
  require 'talon_one/models/picklist'
432
467
  require 'talon_one/models/price_detail'
433
468
  require 'talon_one/models/price_type'
469
+ require 'talon_one/models/price_type_reference_detail'
470
+ require 'talon_one/models/price_type_references'
434
471
  require 'talon_one/models/product'
435
472
  require 'talon_one/models/product_search_match'
436
473
  require 'talon_one/models/product_unit_analytics'
@@ -500,11 +537,13 @@ require 'talon_one/models/scim_service_provider_config_response_patch'
500
537
  require 'talon_one/models/scim_service_provider_config_response_sort'
501
538
  require 'talon_one/models/scim_user'
502
539
  require 'talon_one/models/scim_users_list_response'
540
+ require 'talon_one/models/secondary_deployment'
503
541
  require 'talon_one/models/session'
504
542
  require 'talon_one/models/set_discount_effect_props'
505
543
  require 'talon_one/models/set_discount_per_additional_cost_effect_props'
506
544
  require 'talon_one/models/set_discount_per_additional_cost_per_item_effect_props'
507
545
  require 'talon_one/models/set_discount_per_item_effect_props'
546
+ require 'talon_one/models/set_loyalty_points_expiry_date_effect_props'
508
547
  require 'talon_one/models/show_bundle_metadata_effect_props'
509
548
  require 'talon_one/models/show_notification_effect_props'
510
549
  require 'talon_one/models/sku_unit_analytics'
@@ -525,8 +564,14 @@ require 'talon_one/models/template_arg_def'
525
564
  require 'talon_one/models/template_def'
526
565
  require 'talon_one/models/template_limit_config'
527
566
  require 'talon_one/models/tier'
567
+ require 'talon_one/models/tier_downgrade_data'
568
+ require 'talon_one/models/tier_downgrade_notification'
528
569
  require 'talon_one/models/tier_downgrade_notification_policy'
570
+ require 'talon_one/models/tier_upgrade_data'
571
+ require 'talon_one/models/tier_upgrade_notification'
529
572
  require 'talon_one/models/tier_upgrade_notification_policy'
573
+ require 'talon_one/models/tier_will_downgrade_data'
574
+ require 'talon_one/models/tier_will_downgrade_notification'
530
575
  require 'talon_one/models/tier_will_downgrade_notification_policy'
531
576
  require 'talon_one/models/tier_will_downgrade_notification_trigger'
532
577
  require 'talon_one/models/time_point'
@@ -550,10 +595,12 @@ require 'talon_one/models/update_catalog'
550
595
  require 'talon_one/models/update_collection'
551
596
  require 'talon_one/models/update_coupon'
552
597
  require 'talon_one/models/update_coupon_batch'
598
+ require 'talon_one/models/update_coupons_data'
553
599
  require 'talon_one/models/update_loyalty_card'
554
600
  require 'talon_one/models/update_loyalty_program'
555
601
  require 'talon_one/models/update_loyalty_program_tier'
556
602
  require 'talon_one/models/update_picklist'
603
+ require 'talon_one/models/update_price_type'
557
604
  require 'talon_one/models/update_referral'
558
605
  require 'talon_one/models/update_referral_batch'
559
606
  require 'talon_one/models/update_role'
@@ -563,13 +610,11 @@ require 'talon_one/models/user'
563
610
  require 'talon_one/models/user_entity'
564
611
  require 'talon_one/models/value_map'
565
612
  require 'talon_one/models/webhook'
566
- require 'talon_one/models/webhook_activation_log_entry'
567
613
  require 'talon_one/models/webhook_authentication'
568
614
  require 'talon_one/models/webhook_authentication_base'
569
615
  require 'talon_one/models/webhook_authentication_data_basic'
570
616
  require 'talon_one/models/webhook_authentication_data_custom'
571
617
  require 'talon_one/models/webhook_authentication_webhook_ref'
572
- require 'talon_one/models/webhook_log_entry'
573
618
  require 'talon_one/models/webhook_with_outgoing_integration_details'
574
619
  require 'talon_one/models/will_award_giveaway_effect_props'
575
620
 
@@ -32,6 +32,18 @@ describe 'IntegrationApi' do
32
32
  end
33
33
  end
34
34
 
35
+ # unit tests for best_prior_price
36
+ # Fetch best prior price
37
+ # Returns the best prior price based on historical pricing data for the specified SKUs within a defined timeframe.
38
+ # @param body body
39
+ # @param [Hash] opts the optional parameters
40
+ # @return [Array<BestPriorPrice>]
41
+ describe 'best_prior_price test' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
35
47
  # unit tests for create_audience_v2
36
48
  # Create audience
37
49
  # Create an audience. The audience can be created directly from scratch or can come from third party platforms. **Note:** Audiences can also be created from scratch via the Campaign Manager. See the [docs](https://docs.talon.one/docs/product/audiences/creating-audiences). To create an audience from an existing audience from a [technology partner](https://docs.talon.one/docs/dev/technology-partners/overview): 1. Set the &#x60;integration&#x60; property to &#x60;mparticle&#x60;, &#x60;segment&#x60; etc., depending on a third-party platform. 1. Set &#x60;integrationId&#x60; to the ID of this audience in a third-party platform. To create an audience from an existing audience in another platform: 1. Do not use the &#x60;integration&#x60; property. 1. Set &#x60;integrationId&#x60; to the ID of this audience in the 3rd-party platform. To create an audience from scratch: 1. Only set the &#x60;name&#x60; property. Once you create your first audience, audience-specific rule conditions are enabled in the Rule Builder.
@@ -250,8 +262,11 @@ describe 'IntegrationApi' do
250
262
  # @param [Hash] opts the optional parameters
251
263
  # @option opts [String] :status Filter points based on their status.
252
264
  # @option opts [Array<String>] :subledger_id Filter results by one or more subledger IDs. Must be exact match.
265
+ # @option opts [Array<String>] :customer_session_i_ds Filter the results by a list of customer session IDs. To include multiple IDs, repeat the parameter for each one, for example, &#x60;?customerSessionIDs&#x3D;id1&amp;customerSessionIDs&#x3D;id2&#x60;. The response contains only data associated with the specified sessions.
266
+ # @option opts [Array<String>] :transaction_uui_ds Filter the results by a list of transaction UUIDs. To include multiple IDs, repeat the parameter for each one, for example, &#x60;?transactionUUIDs&#x3D;uuid1&amp;transactionUUIDs&#x3D;uuid2&#x60;. The response contains only data associated with the specified transactions.
253
267
  # @option opts [Integer] :page_size The number of items in the response.
254
268
  # @option opts [Integer] :skip The number of items to skip when paging through large result sets.
269
+ # @option opts [String] :sort The field by which results should be sorted. You can enter one of the following values: - &#x60;startDate&#x60;: Sorts the results by the start date of the points. - &#x60;expiryDate&#x60;: Sorts the results by the expiry date of the points. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with &#x60;-&#x60;. **Note:** You can only sort by one field at a time.
255
270
  # @return [InlineResponse2005]
256
271
  describe 'get_loyalty_card_points test' do
257
272
  it 'should work' do
@@ -269,6 +284,8 @@ describe 'IntegrationApi' do
269
284
  # @option opts [String] :loyalty_transaction_type Filter results by loyalty transaction type: - &#x60;manual&#x60;: Loyalty transaction that was done manually. - &#x60;session&#x60;: Loyalty transaction that resulted from a customer session. - &#x60;import&#x60;: Loyalty transaction that was imported from a CSV file.
270
285
  # @option opts [DateTime] :start_date Date and time from which results are returned. Results are filtered by transaction creation date. **Note:** - It must be an RFC3339 timestamp string. - You can include a time component in your string, for example, &#x60;T23:59:59&#x60; to specify the end of the day. The time zone setting considered is &#x60;UTC&#x60;. If you do not include a time component, a default time value of &#x60;T00:00:00&#x60; (midnight) in &#x60;UTC&#x60; is considered.
271
286
  # @option opts [DateTime] :end_date Date and time by which results are returned. Results are filtered by transaction creation date. **Note:** - It must be an RFC3339 timestamp string. - You can include a time component in your string, for example, &#x60;T23:59:59&#x60; to specify the end of the day. The time zone setting considered is &#x60;UTC&#x60;. If you do not include a time component, a default time value of &#x60;T00:00:00&#x60; (midnight) in &#x60;UTC&#x60; is considered.
287
+ # @option opts [Array<String>] :customer_session_i_ds Filter the results by a list of customer session IDs. To include multiple IDs, repeat the parameter for each one, for example, &#x60;?customerSessionIDs&#x3D;id1&amp;customerSessionIDs&#x3D;id2&#x60;. The response contains only data associated with the specified sessions.
288
+ # @option opts [Array<String>] :transaction_uui_ds Filter the results by a list of transaction UUIDs. To include multiple IDs, repeat the parameter for each one, for example, &#x60;?transactionUUIDs&#x3D;uuid1&amp;transactionUUIDs&#x3D;uuid2&#x60;. The response contains only data associated with the specified transactions.
272
289
  # @option opts [Integer] :page_size The number of items in the response.
273
290
  # @option opts [Integer] :skip The number of items to skip when paging through large result sets.
274
291
  # @return [InlineResponse2003]
@@ -286,8 +303,11 @@ describe 'IntegrationApi' do
286
303
  # @param [Hash] opts the optional parameters
287
304
  # @option opts [String] :status Filter points based on their status.
288
305
  # @option opts [String] :subledger_id The ID of the subledger by which we filter the data.
306
+ # @option opts [Array<String>] :customer_session_i_ds Filter the results by a list of customer session IDs. To include multiple IDs, repeat the parameter for each one, for example, &#x60;?customerSessionIDs&#x3D;id1&amp;customerSessionIDs&#x3D;id2&#x60;. The response contains only data associated with the specified sessions.
307
+ # @option opts [Array<String>] :transaction_uui_ds Filter the results by a list of transaction UUIDs. To include multiple IDs, repeat the parameter for each one, for example, &#x60;?transactionUUIDs&#x3D;uuid1&amp;transactionUUIDs&#x3D;uuid2&#x60;. The response contains only data associated with the specified transactions.
289
308
  # @option opts [Integer] :page_size The number of items in the response.
290
309
  # @option opts [Integer] :skip The number of items to skip when paging through large result sets.
310
+ # @option opts [String] :sort The field by which results should be sorted. You can enter one of the following values: - &#x60;startDate&#x60;: Sorts the results by the start date of the points. - &#x60;expiryDate&#x60;: Sorts the results by the expiry date of the points. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with &#x60;-&#x60;. **Note:** You can only sort by one field at a time.
291
311
  # @return [InlineResponse2006]
292
312
  describe 'get_loyalty_program_profile_points test' do
293
313
  it 'should work' do
@@ -301,6 +321,8 @@ describe 'IntegrationApi' do
301
321
  # @param loyalty_program_id Identifier of the profile-based loyalty program. You can get the ID with the [List loyalty programs](https://docs.talon.one/management-api#tag/Loyalty/operation/getLoyaltyPrograms) endpoint.
302
322
  # @param integration_id The integration identifier for this customer profile. Must be: - Unique within the deployment. - Stable for the customer. Do not use an ID that the customer can update themselves. For example, you can use a database ID. Once set, you cannot update this identifier.
303
323
  # @param [Hash] opts the optional parameters
324
+ # @option opts [Array<String>] :customer_session_i_ds Filter the results by a list of customer session IDs. To include multiple IDs, repeat the parameter for each one, for example, &#x60;?customerSessionIDs&#x3D;id1&amp;customerSessionIDs&#x3D;id2&#x60;. The response contains only data associated with the specified sessions.
325
+ # @option opts [Array<String>] :transaction_uui_ds Filter the results by a list of transaction UUIDs. To include multiple IDs, repeat the parameter for each one, for example, &#x60;?transactionUUIDs&#x3D;uuid1&amp;transactionUUIDs&#x3D;uuid2&#x60;. The response contains only data associated with the specified transactions.
304
326
  # @option opts [String] :subledger_id The ID of the subledger by which we filter the data.
305
327
  # @option opts [String] :loyalty_transaction_type Filter results by loyalty transaction type: - &#x60;manual&#x60;: Loyalty transaction that was done manually. - &#x60;session&#x60;: Loyalty transaction that resulted from a customer session. - &#x60;import&#x60;: Loyalty transaction that was imported from a CSV file.
306
328
  # @option opts [DateTime] :start_date Date and time from which results are returned. Results are filtered by transaction creation date. **Note:** - It must be an RFC3339 timestamp string. - You can include a time component in your string, for example, &#x60;T23:59:59&#x60; to specify the end of the day. The time zone setting considered is &#x60;UTC&#x60;. If you do not include a time component, a default time value of &#x60;T00:00:00&#x60; (midnight) in &#x60;UTC&#x60; is considered.
@@ -342,7 +364,7 @@ describe 'IntegrationApi' do
342
364
 
343
365
  # unit tests for reopen_customer_session
344
366
  # Reopen customer session
345
- # Reopen a closed [customer session](https://docs.talon.one/docs/dev/concepts/entities/customer-sessions). For example, if a session has been completed but still needs to be edited, you can reopen it with this endpoint. A reopen session is treated like a standard open session. When reopening a session: - The &#x60;talon_session_reopened&#x60; event is triggered. You can see it in the **Events** view in the Campaign Manager. - The session state is updated to &#x60;open&#x60;. - Modified budgets and triggered effects when the session was closed are rolled back except for the list below. &lt;details&gt; &lt;summary&gt;&lt;strong&gt;Effects and budgets unimpacted by a session reopening&lt;/strong&gt;&lt;/summary&gt; &lt;div&gt; &lt;p&gt;The following effects and budgets are left the way they were once the session was originally closed:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Add free item effect&lt;/li&gt; &lt;li&gt;Any &lt;strong&gt;non-pending&lt;/strong&gt; loyalty points&lt;/li&gt; &lt;li&gt;Award giveaway&lt;/li&gt; &lt;li&gt;Coupon and referral creation&lt;/li&gt; &lt;li&gt;Coupon reservation&lt;/li&gt; &lt;li&gt;Custom effect&lt;/li&gt; &lt;li&gt;Update attribute value&lt;/li&gt; &lt;li&gt;Update cart item attribute value&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;p&gt;To see an example of roll back, see the &lt;a href&#x3D;\&quot;https://docs.talon.one/docs/dev/tutorials/rolling-back-effects\&quot;&gt;Cancelling a session with campaign budgets tutorial&lt;/a&gt;.&lt;/p&gt; &lt;/details&gt; **Note:** If your order workflow requires you to create a new session instead of reopening a session, use the [Update customer session](https://docs.talon.one/integration-api#tag/Customer-sessions/operation/updateCustomerSessionV2) endpoint to cancel a closed session and create a new one.
367
+ # Reopen a closed [customer session](https://docs.talon.one/docs/dev/concepts/entities/customer-sessions). For example, if a session has been completed but still needs to be edited, you can reopen it with this endpoint. A reopen session is treated like a standard open session. When reopening a session: - The &#x60;talon_session_reopened&#x60; event is triggered. You can see it in the **Events** view in the Campaign Manager. - The session state is updated to &#x60;open&#x60;. - Any modified budgets and triggered effects are rolled back when the session closes. - Depending on the [return policy](https://docs.talon.one/docs/product/loyalty-programs/managing-loyalty-programs#return-policy) in your loyalty programs, points are rolled back in the following ways: - Pending points are rolled back automatically. - If **Active points deduction** setting is enabled, any points that were earned and activated when the session closed are rolled back. - If **Negative balance** is enabled, the rollback can create a negative points balance. &lt;details&gt; &lt;summary&gt;&lt;strong&gt;Effects and budgets unimpacted by a session reopening&lt;/strong&gt;&lt;/summary&gt; &lt;div&gt; &lt;p&gt;The following effects and budgets remain in the state they were in when the session closed:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Add free item effect&lt;/li&gt; &lt;li&gt;Award giveaway&lt;/li&gt; &lt;li&gt;Coupon and referral creation&lt;/li&gt; &lt;li&gt;Coupon reservation&lt;/li&gt; &lt;li&gt;Custom effect&lt;/li&gt; &lt;li&gt;Update attribute value&lt;/li&gt; &lt;li&gt;Update cart item attribute value&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/details&gt; &lt;p&gt;To see an example of a rollback, see the &lt;a href&#x3D;\&quot;https://docs.talon.one/docs/dev/tutorials/rolling-back-effects\&quot;&gt;Cancelling a session with campaign budgets&lt;/a&gt;tutorial.&lt;/p&gt; **Note:** If your order workflow requires you to create a new session instead of reopening a session, use the [Update customer session](https://docs.talon.one/integration-api#tag/Customer-sessions/operation/updateCustomerSessionV2) endpoint to cancel a closed session and create a new one.
346
368
  # @param customer_session_id The &#x60;integration ID&#x60; of the customer session. You set this ID when you create a customer session. You can see existing customer session integration IDs in the Campaign Manager&#39;s **Sessions** menu, or via the [List Application session](https://docs.talon.one/management-api#operation/getApplicationSessions) endpoint.
347
369
  # @param [Hash] opts the optional parameters
348
370
  # @return [ReopenSessionResponse]
@@ -757,7 +757,7 @@ describe 'ManagementApi' do
757
757
 
758
758
  # unit tests for export_loyalty_ledger
759
759
  # Export customer&#39;s transaction logs
760
- # Download a CSV file containing a customer&#39;s transaction logs in the loyalty program. **Tip:** If the exported CSV file is too large to view, you can [split it into multiple files](https://www.makeuseof.com/tag/how-to-split-a-huge-csv-excel-workbook-into-seperate-files/). The generated file can contain the following columns: - &#x60;customerprofileid&#x60;: The ID of the profile. - &#x60;customersessionid&#x60;: The ID of the customer session. - &#x60;rulesetid&#x60;: The ID of the rule set. - &#x60;rulename&#x60;: The name of the rule. - &#x60;programid&#x60;: The ID of the loyalty program. - &#x60;type&#x60;: The transaction type, such as &#x60;addition&#x60; or &#x60;subtraction&#x60;. - &#x60;name&#x60;: The reason for the transaction. - &#x60;subledgerid&#x60;: The ID of the subledger, when applicable. - &#x60;startdate&#x60;: The start date of the program. - &#x60;expirydate&#x60;: The expiration date of the program. - &#x60;id&#x60;: The ID of the transaction. - &#x60;created&#x60;: The timestamp of the creation of the loyalty program. - &#x60;amount&#x60;: The number of points in that transaction. - &#x60;archived&#x60;: Whether the session related to the transaction is archived. - &#x60;campaignid&#x60;: The ID of the campaign. - &#x60;flags&#x60;: The flags of the transaction, when applicable. The &#x60;createsNegativeBalance&#x60; flag indicates whether the transaction results in a negative balance.
760
+ # Download a CSV file containing a customer&#39;s transaction logs in the loyalty program. **Tip:** If the exported CSV file is too large to view, you can [split it into multiple files](https://www.makeuseof.com/tag/how-to-split-a-huge-csv-excel-workbook-into-seperate-files/). The generated file can contain the following columns: - &#x60;customerprofileid&#x60;: The ID of the profile. - &#x60;customersessionid&#x60;: The ID of the customer session. - &#x60;rulesetid&#x60;: The ID of the rule set. - &#x60;rulename&#x60;: The name of the rule. - &#x60;programid&#x60;: The ID of the loyalty program. - &#x60;type&#x60;: The transaction type, such as &#x60;addition&#x60; or &#x60;subtraction&#x60;. - &#x60;name&#x60;: The reason for the transaction. - &#x60;subledgerid&#x60;: The ID of the subledger, when applicable. - &#x60;startdate&#x60;: The start date of the program. - &#x60;expirydate&#x60;: The expiration date of the program. - &#x60;id&#x60;: The ID of the transaction. - &#x60;created&#x60;: The timestamp of the creation of the loyalty program. - &#x60;amount&#x60;: The number of points in that transaction. - &#x60;archived&#x60;: Whether the session related to the transaction is archived. - &#x60;campaignid&#x60;: The ID of the campaign. - &#x60;flags&#x60;: The flags of the transaction, when applicable. The &#x60;createsNegativeBalance&#x60; flag indicates whether the transaction results in a negative balance. - &#x60;transactionUUID&#x60;: Unique identifier of the transaction in the UUID format.
761
761
  # @param range_start Only return results from after this timestamp. **Note:** - This must be an RFC3339 timestamp string. - You can include a time component in your string, for example, &#x60;T23:59:59&#x60; to specify the end of the day. The time zone setting considered is &#x60;UTC&#x60;. If you do not include a time component, a default time value of &#x60;T00:00:00&#x60; (midnight) in &#x60;UTC&#x60; is considered.
762
762
  # @param range_end Only return results from before this timestamp. **Note:** - This must be an RFC3339 timestamp string. - You can include a time component in your string, for example, &#x60;T23:59:59&#x60; to specify the end of the day. The time zone setting considered is &#x60;UTC&#x60;. If you do not include a time component, a default time value of &#x60;T00:00:00&#x60; (midnight) in &#x60;UTC&#x60; is considered.
763
763
  # @param loyalty_program_id The identifier for the loyalty program.
@@ -1020,6 +1020,7 @@ describe 'ManagementApi' do
1020
1020
  # @option opts [String] :referral_code Referral code
1021
1021
  # @option opts [String] :rule_query Rule name filter for events
1022
1022
  # @option opts [String] :campaign_query Campaign name filter for events
1023
+ # @option opts [String] :effect_type The type of effect that was triggered. See [API effects](https://docs.talon.one/docs/dev/integration-api/api-effects).
1023
1024
  # @return [InlineResponse20030]
1024
1025
  describe 'get_application_events_without_total_count test' do
1025
1026
  it 'should work' do
@@ -1276,7 +1277,7 @@ describe 'ManagementApi' do
1276
1277
  # @option opts [Boolean] :with_total_result_size When this flag is set, the result includes the total size of the result, across all pages. This might decrease performance on large data sets. - When &#x60;true&#x60;: &#x60;hasMore&#x60; is true when there is a next page. &#x60;totalResultSize&#x60; is always zero. - When &#x60;false&#x60;: &#x60;hasMore&#x60; is always false. &#x60;totalResultSize&#x60; contains the total number of results for this query.
1277
1278
  # @option opts [Integer] :management_key_id Filter results that match the given management key ID.
1278
1279
  # @option opts [Boolean] :include_old When this flag is set to false, the state without the change will not be returned. The default value is true.
1279
- # @return [InlineResponse20044]
1280
+ # @return [InlineResponse20042]
1280
1281
  describe 'get_changes test' do
1281
1282
  it 'should work' do
1282
1283
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -1418,7 +1419,7 @@ describe 'ManagementApi' do
1418
1419
  # @option opts [Integer] :skip The number of items to skip when paging through large result sets.
1419
1420
  # @option opts [Integer] :achievement_id The ID of the achievement. You can get this ID with the [List achievement](https://docs.talon.one/management-api#tag/Achievements/operation/listAchievements) endpoint.
1420
1421
  # @option opts [String] :title Filter results by the &#x60;title&#x60; of an achievement.
1421
- # @return [InlineResponse20051]
1422
+ # @return [InlineResponse20049]
1422
1423
  describe 'get_customer_profile_achievement_progress test' do
1423
1424
  it 'should work' do
1424
1425
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -1478,7 +1479,7 @@ describe 'ManagementApi' do
1478
1479
  # @option opts [Integer] :page_size The number of items in the response.
1479
1480
  # @option opts [Integer] :skip The number of items to skip when paging through large result sets.
1480
1481
  # @option opts [String] :sort The field by which results should be sorted. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with &#x60;-&#x60;. **Note:** You may not be able to use all fields for sorting. This is due to performance limitations.
1481
- # @return [InlineResponse20042]
1482
+ # @return [InlineResponse20040]
1482
1483
  describe 'get_event_types test' do
1483
1484
  it 'should work' do
1484
1485
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -1494,7 +1495,7 @@ describe 'ManagementApi' do
1494
1495
  # @option opts [Float] :application_id Filter results by Application ID.
1495
1496
  # @option opts [Integer] :campaign_id Filter by the campaign ID on which the limit counters are used.
1496
1497
  # @option opts [String] :entity The name of the entity type that was exported.
1497
- # @return [InlineResponse20045]
1498
+ # @return [InlineResponse20043]
1498
1499
  describe 'get_exports test' do
1499
1500
  it 'should work' do
1500
1501
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -1525,6 +1526,8 @@ describe 'ManagementApi' do
1525
1526
  # @option opts [Integer] :page_size The number of items in the response.
1526
1527
  # @option opts [Integer] :skip The number of items to skip when paging through large result sets.
1527
1528
  # @option opts [String] :subledger_id The ID of the subledger by which we filter the data.
1529
+ # @option opts [Array<String>] :customer_session_i_ds Filter the results by a list of customer session IDs. To include multiple IDs, repeat the parameter for each one, for example, &#x60;?customerSessionIDs&#x3D;id1&amp;customerSessionIDs&#x3D;id2&#x60;. The response contains only data associated with the specified sessions.
1530
+ # @option opts [Array<String>] :transaction_uui_ds Filter the results by a list of transaction UUIDs. To include multiple IDs, repeat the parameter for each one, for example, &#x60;?transactionUUIDs&#x3D;uuid1&amp;transactionUUIDs&#x3D;uuid2&#x60;. The response contains only data associated with the specified transactions.
1528
1531
  # @return [InlineResponse20019]
1529
1532
  describe 'get_loyalty_card_transaction_logs test' do
1530
1533
  it 'should work' do
@@ -1582,6 +1585,8 @@ describe 'ManagementApi' do
1582
1585
  # @param [Hash] opts the optional parameters
1583
1586
  # @option opts [String] :loyalty_transaction_type Filter results by loyalty transaction type: - &#x60;manual&#x60;: Loyalty transaction that was done manually. - &#x60;session&#x60;: Loyalty transaction that resulted from a customer session. - &#x60;import&#x60;: Loyalty transaction that was imported from a CSV file.
1584
1587
  # @option opts [String] :subledger_id The ID of the subledger by which we filter the data.
1588
+ # @option opts [Array<String>] :customer_session_i_ds Filter the results by a list of customer session IDs. To include multiple IDs, repeat the parameter for each one, for example, &#x60;?customerSessionIDs&#x3D;id1&amp;customerSessionIDs&#x3D;id2&#x60;. The response contains only data associated with the specified sessions.
1589
+ # @option opts [Array<String>] :transaction_uui_ds Filter the results by a list of transaction UUIDs. To include multiple IDs, repeat the parameter for each one, for example, &#x60;?transactionUUIDs&#x3D;uuid1&amp;transactionUUIDs&#x3D;uuid2&#x60;. The response contains only data associated with the specified transactions.
1585
1590
  # @option opts [DateTime] :start_date Date and time from which results are returned. Results are filtered by transaction creation date. **Note:** - It must be an RFC3339 timestamp string. - You can include a time component in your string, for example, &#x60;T23:59:59&#x60; to specify the end of the day. The time zone setting considered is &#x60;UTC&#x60;. If you do not include a time component, a default time value of &#x60;T00:00:00&#x60; (midnight) in &#x60;UTC&#x60; is considered.
1586
1591
  # @option opts [DateTime] :end_date Date and time by which results are returned. Results are filtered by transaction creation date. **Note:** - It must be an RFC3339 timestamp string. - You can include a time component in your string, for example, &#x60;T23:59:59&#x60; to specify the end of the day. The time zone setting considered is &#x60;UTC&#x60;. If you do not include a time component, a default time value of &#x60;T00:00:00&#x60; (midnight) in &#x60;UTC&#x60; is considered.
1587
1592
  # @option opts [Integer] :page_size The number of items in the response.
@@ -1624,8 +1629,8 @@ describe 'ManagementApi' do
1624
1629
  # @option opts [String] :message_id Filter results by message ID.
1625
1630
  # @option opts [String] :change_type Filter results by change type.
1626
1631
  # @option opts [String] :notification_i_ds Filter results by notification ID (include up to 30 values, separated by a comma).
1627
- # @option opts [DateTime] :created_before Filter results where request and response times to return entries before parameter value, expected to be an RFC3339 timestamp string. You can use any time zone setting. Talon.One will convert to UTC internally.
1628
- # @option opts [DateTime] :created_after Filter results where request and response times to return entries after parameter value, expected to be an RFC3339 timestamp string. You can use any time zone setting. Talon.One will convert to UTC internally.
1632
+ # @option opts [DateTime] :created_before Filter results where request and response times to return entries before parameter value, expected to be an RFC3339 timestamp string. Use UTC time.
1633
+ # @option opts [DateTime] :created_after Filter results where request and response times to return entries after parameter value, expected to be an RFC3339 timestamp string. Use UTC time.
1629
1634
  # @option opts [String] :cursor A specific unique value in the database. If this value is not given, the server fetches results starting with the first record.
1630
1635
  # @option opts [String] :period Filter results by time period. Choose between the available relative time frames.
1631
1636
  # @option opts [Boolean] :is_successful Indicates whether to return log entries with either successful or unsuccessful HTTP response codes. When set to&#x60;true&#x60;, only log entries with &#x60;2xx&#x60; response codes are returned. When set to &#x60;false&#x60;, only log entries with &#x60;4xx&#x60; and &#x60;5xx&#x60; response codes are returned.
@@ -1737,7 +1742,7 @@ describe 'ManagementApi' do
1737
1742
  # @option opts [Integer] :page_size The number of items in the response.
1738
1743
  # @option opts [Integer] :skip The number of items to skip when paging through large result sets.
1739
1744
  # @option opts [String] :sort The field by which results should be sorted. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with &#x60;-&#x60;. **Note:** You may not be able to use all fields for sorting. This is due to performance limitations.
1740
- # @return [InlineResponse20043]
1745
+ # @return [InlineResponse20041]
1741
1746
  describe 'get_users test' do
1742
1747
  it 'should work' do
1743
1748
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -1756,47 +1761,6 @@ describe 'ManagementApi' do
1756
1761
  end
1757
1762
  end
1758
1763
 
1759
- # unit tests for get_webhook_activation_logs
1760
- # List webhook activation log entries
1761
- # Webhook activation log entries are created as soon as an integration request triggers a webhook effect. See the [docs](https://docs.talon.one/docs/dev/getting-started/webhooks).
1762
- # @param [Hash] opts the optional parameters
1763
- # @option opts [Integer] :page_size The number of items in the response.
1764
- # @option opts [Integer] :skip The number of items to skip when paging through large result sets.
1765
- # @option opts [String] :sort The field by which results should be sorted. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with &#x60;-&#x60;. **Note:** You may not be able to use all fields for sorting. This is due to performance limitations.
1766
- # @option opts [String] :integration_request_uuid Filter results by integration request UUID.
1767
- # @option opts [Float] :webhook_id Filter results by webhook id.
1768
- # @option opts [Float] :application_id Filter results by Application ID.
1769
- # @option opts [Float] :campaign_id Filter results by campaign ID.
1770
- # @option opts [DateTime] :created_before Only return events created before this date. You can use any time zone setting. Talon.One will convert to UTC internally.
1771
- # @option opts [DateTime] :created_after Only return events created after this date. You can use any time zone setting. Talon.One will convert to UTC internally.
1772
- # @return [InlineResponse20040]
1773
- describe 'get_webhook_activation_logs test' do
1774
- it 'should work' do
1775
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1776
- end
1777
- end
1778
-
1779
- # unit tests for get_webhook_logs
1780
- # List webhook log entries
1781
- # Retrieve all webhook log entries.
1782
- # @param [Hash] opts the optional parameters
1783
- # @option opts [Integer] :page_size The number of items in the response.
1784
- # @option opts [Integer] :skip The number of items to skip when paging through large result sets.
1785
- # @option opts [String] :sort The field by which results should be sorted. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with &#x60;-&#x60;. **Note:** You may not be able to use all fields for sorting. This is due to performance limitations.
1786
- # @option opts [String] :status Filter results by HTTP status codes.
1787
- # @option opts [Float] :webhook_id Filter results by webhook id.
1788
- # @option opts [Float] :application_id Filter results by Application ID.
1789
- # @option opts [Float] :campaign_id Filter results by campaign ID.
1790
- # @option opts [String] :request_uuid Filter results by request UUID.
1791
- # @option opts [DateTime] :created_before Filter results where request and response times to return entries before parameter value, expected to be an RFC3339 timestamp string. You can use any time zone setting. Talon.One will convert to UTC internally.
1792
- # @option opts [DateTime] :created_after Filter results where request and response times to return entries after parameter value, expected to be an RFC3339 timestamp string. You can use any time zone setting. Talon.One will convert to UTC internally.
1793
- # @return [InlineResponse20041]
1794
- describe 'get_webhook_logs test' do
1795
- it 'should work' do
1796
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1797
- end
1798
- end
1799
-
1800
1764
  # unit tests for get_webhooks
1801
1765
  # List webhooks
1802
1766
  # List all webhooks.
@@ -2019,7 +1983,7 @@ describe 'ManagementApi' do
2019
1983
  # @option opts [Integer] :page_size The number of items in the response.
2020
1984
  # @option opts [Integer] :skip The number of items to skip when paging through large result sets.
2021
1985
  # @option opts [String] :title Filter by the display name for the achievement in the campaign manager. **Note**: If no &#x60;title&#x60; is provided, all the achievements from the campaign are returned.
2022
- # @return [InlineResponse20050]
1986
+ # @return [InlineResponse20048]
2023
1987
  describe 'list_achievements test' do
2024
1988
  it 'should work' do
2025
1989
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -2030,7 +1994,7 @@ describe 'ManagementApi' do
2030
1994
  # List roles
2031
1995
  # List all roles.
2032
1996
  # @param [Hash] opts the optional parameters
2033
- # @return [InlineResponse20046]
1997
+ # @return [InlineResponse20044]
2034
1998
  describe 'list_all_roles_v2 test' do
2035
1999
  it 'should work' do
2036
2000
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -2045,7 +2009,7 @@ describe 'ManagementApi' do
2045
2009
  # @param [Hash] opts the optional parameters
2046
2010
  # @option opts [String] :action The action that this budget is limiting.
2047
2011
  # @option opts [String] :period The period to which the limit applies. **Note**: For budgets with no period, set this to &#x60;overall&#x60;.
2048
- # @return [InlineResponse20048]
2012
+ # @return [InlineResponse20046]
2049
2013
  describe 'list_campaign_store_budget_limits test' do
2050
2014
  it 'should work' do
2051
2015
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -2117,7 +2081,7 @@ describe 'ManagementApi' do
2117
2081
  # @option opts [String] :name The name of the store.
2118
2082
  # @option opts [String] :integration_id The integration ID of the store.
2119
2083
  # @option opts [String] :query Filter results by &#x60;name&#x60; or &#x60;integrationId&#x60;.
2120
- # @return [InlineResponse20047]
2084
+ # @return [InlineResponse20045]
2121
2085
  describe 'list_stores test' do
2122
2086
  it 'should work' do
2123
2087
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -2398,7 +2362,7 @@ describe 'ManagementApi' do
2398
2362
  # @param application_id The ID of the Application. It is displayed in your Talon.One deployment URL.
2399
2363
  # @param campaign_id The ID of the campaign. It is displayed in your Talon.One deployment URL.
2400
2364
  # @param [Hash] opts the optional parameters
2401
- # @return [InlineResponse20049]
2365
+ # @return [InlineResponse20047]
2402
2366
  describe 'summarize_campaign_store_budget test' do
2403
2367
  it 'should work' do
2404
2368
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -104,4 +104,16 @@ describe 'AccountLimits' do
104
104
  end
105
105
  end
106
106
 
107
+ describe 'test attribute "secondary_deployment_price"' do
108
+ it 'should work' do
109
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
+ end
111
+ end
112
+
113
+ describe 'test attribute "currency_code"' do
114
+ it 'should work' do
115
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
116
+ end
117
+ end
118
+
107
119
  end
@@ -100,4 +100,10 @@ describe 'AchievementBase' do
100
100
  end
101
101
  end
102
102
 
103
+ describe 'test attribute "allow_rollback_after_completion"' do
104
+ it 'should work' do
105
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
106
+ end
107
+ end
108
+
103
109
  end
@@ -134,4 +134,10 @@ describe 'AchievementProgressWithDefinition' do
134
134
  end
135
135
  end
136
136
 
137
+ describe 'test attribute "achievement_allow_rollback_after_completion"' do
138
+ it 'should work' do
139
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
140
+ end
141
+ end
142
+
137
143
  end
@@ -112,6 +112,12 @@ describe 'Achievement' do
112
112
  end
113
113
  end
114
114
 
115
+ describe 'test attribute "allow_rollback_after_completion"' do
116
+ it 'should work' do
117
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
118
+ end
119
+ end
120
+
115
121
  describe 'test attribute "campaign_id"' do
116
122
  it 'should work' do
117
123
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -112,6 +112,12 @@ describe 'AchievementStatusEntry' do
112
112
  end
113
113
  end
114
114
 
115
+ describe 'test attribute "allow_rollback_after_completion"' do
116
+ it 'should work' do
117
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
118
+ end
119
+ end
120
+
115
121
  describe 'test attribute "campaign_id"' do
116
122
  it 'should work' do
117
123
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers