talon_one 2.1.1 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (507) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +29 -9
  4. data/docs/AccountAnalytics.md +25 -19
  5. data/docs/AccountLimits.md +13 -13
  6. data/docs/AddLoyaltyPointsEffectProps.md +4 -2
  7. data/docs/Application.md +9 -1
  8. data/docs/ApplicationAPIKey.md +8 -6
  9. data/docs/ApplicationCustomer.md +3 -1
  10. data/docs/ApplicationSession.md +1 -1
  11. data/docs/Audience.md +27 -0
  12. data/docs/AudienceMembership.md +19 -0
  13. data/docs/Campaign.md +2 -0
  14. data/docs/CampaignAnalytics.md +9 -1
  15. data/docs/CampaignCopy.md +1 -1
  16. data/docs/CampaignGroup.md +31 -0
  17. data/docs/CampaignGroupEntity.md +17 -0
  18. data/docs/CreateApplicationAPIKey.md +3 -1
  19. data/docs/CustomerActivityReport.md +1 -1
  20. data/docs/CustomerInventory.md +2 -0
  21. data/docs/CustomerProfile.md +3 -1
  22. data/docs/CustomerProfileAudienceRequest.md +17 -0
  23. data/docs/CustomerProfileAudienceRequestItem.md +21 -0
  24. data/docs/CustomerProfileIntegrationRequestV2.md +19 -0
  25. data/docs/CustomerSession.md +1 -1
  26. data/docs/CustomerSessionV2.md +1 -1
  27. data/docs/EntityWithTalangVisibleID.md +19 -0
  28. data/docs/FeedNotification.md +27 -0
  29. data/docs/InlineResponse20012.md +3 -1
  30. data/docs/IntegrationApi.md +139 -18
  31. data/docs/IntegrationEntity.md +1 -1
  32. data/docs/LoyaltyLedgerEntry.md +2 -0
  33. data/docs/LoyaltyPoints.md +4 -2
  34. data/docs/LoyaltyProgram.md +3 -1
  35. data/docs/LoyaltyStatistics.md +23 -0
  36. data/docs/LoyaltySubLedger.md +18 -4
  37. data/docs/ManagementApi.md +75 -10
  38. data/docs/Meta.md +1 -1
  39. data/docs/MultipleCustomerProfileIntegrationRequest.md +17 -0
  40. data/docs/MultipleCustomerProfileIntegrationRequestItem.md +19 -0
  41. data/docs/MultipleCustomerProfileIntegrationResponseV2.md +17 -0
  42. data/docs/NewApplication.md +9 -1
  43. data/docs/NewApplicationAPIKey.md +7 -5
  44. data/docs/NewAudience.md +21 -0
  45. data/docs/NewCampaign.md +3 -1
  46. data/docs/NewCampaignGroup.md +23 -0
  47. data/docs/NewLoyaltyProgram.md +3 -1
  48. data/docs/Role.md +3 -1
  49. data/docs/SetDiscountEffectProps.md +3 -1
  50. data/docs/SetDiscountPerItemEffectProps.md +3 -1
  51. data/docs/UpdateApplication.md +10 -2
  52. data/docs/UpdateAudience.md +17 -0
  53. data/docs/UpdateCampaign.md +3 -1
  54. data/docs/UpdateCampaignGroup.md +23 -0
  55. data/docs/UpdateLoyaltyProgram.md +3 -1
  56. data/docs/UpdateUser.md +0 -4
  57. data/docs/UpdateUserLatestFeedTimestamp.md +17 -0
  58. data/docs/User.md +3 -5
  59. data/docs/UserFeedNotifications.md +19 -0
  60. data/lib/talon_one.rb +20 -3
  61. data/lib/talon_one/api/integration_api.rb +163 -25
  62. data/lib/talon_one/api/management_api.rb +86 -14
  63. data/lib/talon_one/api_client.rb +8 -6
  64. data/lib/talon_one/api_error.rb +1 -1
  65. data/lib/talon_one/configuration.rb +1 -1
  66. data/lib/talon_one/models/accept_coupon_effect_props.rb +1 -1
  67. data/lib/talon_one/models/accept_referral_effect_props.rb +1 -1
  68. data/lib/talon_one/models/access_log_entry.rb +1 -1
  69. data/lib/talon_one/models/account.rb +1 -1
  70. data/lib/talon_one/models/account_additional_cost.rb +1 -1
  71. data/lib/talon_one/models/account_analytics.rb +102 -57
  72. data/lib/talon_one/models/account_entity.rb +1 -1
  73. data/lib/talon_one/models/account_limits.rb +28 -23
  74. data/lib/talon_one/models/add_free_item_effect_props.rb +1 -1
  75. data/lib/talon_one/models/add_loyalty_points_effect_props.rb +19 -14
  76. data/lib/talon_one/models/additional_cost.rb +1 -1
  77. data/lib/talon_one/models/api_error.rb +1 -1
  78. data/lib/talon_one/models/application.rb +55 -3
  79. data/lib/talon_one/models/application_api_health.rb +1 -1
  80. data/lib/talon_one/models/application_api_key.rb +79 -34
  81. data/lib/talon_one/models/application_customer.rb +15 -3
  82. data/lib/talon_one/models/application_customer_entity.rb +1 -1
  83. data/lib/talon_one/models/application_customer_search.rb +1 -1
  84. data/lib/talon_one/models/application_entity.rb +1 -1
  85. data/lib/talon_one/models/application_event.rb +1 -1
  86. data/lib/talon_one/models/application_session.rb +2 -2
  87. data/lib/talon_one/models/application_session_entity.rb +1 -1
  88. data/lib/talon_one/models/attribute.rb +1 -1
  89. data/lib/talon_one/models/attributes_mandatory.rb +1 -1
  90. data/lib/talon_one/models/attributes_settings.rb +1 -1
  91. data/lib/talon_one/models/audience.rb +360 -0
  92. data/lib/talon_one/models/audience_membership.rb +227 -0
  93. data/lib/talon_one/models/base_saml_connection.rb +1 -1
  94. data/lib/talon_one/models/binding.rb +1 -1
  95. data/lib/talon_one/models/campaign.rb +14 -2
  96. data/lib/talon_one/models/campaign_analytics.rb +65 -5
  97. data/lib/talon_one/models/campaign_copy.rb +2 -2
  98. data/lib/talon_one/models/campaign_entity.rb +1 -1
  99. data/lib/talon_one/models/campaign_group.rb +326 -0
  100. data/lib/talon_one/models/campaign_group_entity.rb +209 -0
  101. data/lib/talon_one/models/campaign_search.rb +1 -1
  102. data/lib/talon_one/models/campaign_set.rb +1 -1
  103. data/lib/talon_one/models/campaign_set_branch_node.rb +1 -1
  104. data/lib/talon_one/models/campaign_set_leaf_node.rb +1 -1
  105. data/lib/talon_one/models/campaign_set_node.rb +1 -1
  106. data/lib/talon_one/models/cart_item.rb +1 -1
  107. data/lib/talon_one/models/cart_item_adjustment.rb +1 -1
  108. data/lib/talon_one/models/change.rb +1 -1
  109. data/lib/talon_one/models/change_profile_password.rb +1 -1
  110. data/lib/talon_one/models/code_generator_settings.rb +1 -1
  111. data/lib/talon_one/models/coupon.rb +1 -1
  112. data/lib/talon_one/models/coupon_constraints.rb +1 -1
  113. data/lib/talon_one/models/coupon_created_effect_props.rb +1 -1
  114. data/lib/talon_one/models/coupon_rejection_reason.rb +3 -3
  115. data/lib/talon_one/models/coupon_reservations.rb +1 -1
  116. data/lib/talon_one/models/coupon_search.rb +1 -1
  117. data/lib/talon_one/models/coupon_value.rb +1 -1
  118. data/lib/talon_one/models/create_application_api_key.rb +49 -5
  119. data/lib/talon_one/models/customer_activity_report.rb +2 -2
  120. data/lib/talon_one/models/customer_analytics.rb +1 -1
  121. data/lib/talon_one/models/customer_inventory.rb +11 -2
  122. data/lib/talon_one/models/customer_profile.rb +15 -3
  123. data/lib/talon_one/models/{misc_update_user_latest_feature.rb → customer_profile_audience_request.rb} +13 -11
  124. data/lib/talon_one/models/customer_profile_audience_request_item.rb +273 -0
  125. data/lib/talon_one/models/customer_profile_integration_request_v2.rb +242 -0
  126. data/lib/talon_one/models/customer_profile_search_query.rb +1 -1
  127. data/lib/talon_one/models/customer_session.rb +2 -2
  128. data/lib/talon_one/models/customer_session_v2.rb +2 -2
  129. data/lib/talon_one/models/deduct_loyalty_points_effect_props.rb +1 -1
  130. data/lib/talon_one/models/effect.rb +1 -1
  131. data/lib/talon_one/models/effect_entity.rb +1 -1
  132. data/lib/talon_one/models/email_entity.rb +1 -1
  133. data/lib/talon_one/models/entity.rb +1 -1
  134. data/lib/talon_one/models/entity_with_talang_visible_id.rb +227 -0
  135. data/lib/talon_one/models/environment.rb +1 -1
  136. data/lib/talon_one/models/error_effect_props.rb +1 -1
  137. data/lib/talon_one/models/error_response.rb +1 -1
  138. data/lib/talon_one/models/error_source.rb +1 -1
  139. data/lib/talon_one/models/event.rb +1 -1
  140. data/lib/talon_one/models/event_type.rb +1 -1
  141. data/lib/talon_one/models/export.rb +1 -1
  142. data/lib/talon_one/models/feature_flag.rb +1 -1
  143. data/lib/talon_one/models/feature_flags.rb +1 -1
  144. data/lib/talon_one/models/features_feed.rb +1 -1
  145. data/lib/talon_one/models/feed_notification.rb +322 -0
  146. data/lib/talon_one/models/func_arg_def.rb +1 -1
  147. data/lib/talon_one/models/function_def.rb +1 -1
  148. data/lib/talon_one/models/import.rb +1 -1
  149. data/lib/talon_one/models/import_coupons.rb +1 -1
  150. data/lib/talon_one/models/inline_response200.rb +1 -1
  151. data/lib/talon_one/models/inline_response2001.rb +1 -1
  152. data/lib/talon_one/models/inline_response20010.rb +1 -1
  153. data/lib/talon_one/models/inline_response20011.rb +1 -1
  154. data/lib/talon_one/models/inline_response20012.rb +11 -7
  155. data/lib/talon_one/models/inline_response20013.rb +1 -1
  156. data/lib/talon_one/models/inline_response20014.rb +1 -1
  157. data/lib/talon_one/models/inline_response20015.rb +1 -1
  158. data/lib/talon_one/models/inline_response20016.rb +1 -1
  159. data/lib/talon_one/models/inline_response20017.rb +1 -1
  160. data/lib/talon_one/models/inline_response20018.rb +1 -1
  161. data/lib/talon_one/models/inline_response20019.rb +1 -1
  162. data/lib/talon_one/models/inline_response2002.rb +1 -1
  163. data/lib/talon_one/models/inline_response20020.rb +1 -1
  164. data/lib/talon_one/models/inline_response20021.rb +1 -1
  165. data/lib/talon_one/models/inline_response20022.rb +1 -1
  166. data/lib/talon_one/models/inline_response20023.rb +1 -1
  167. data/lib/talon_one/models/inline_response20024.rb +1 -1
  168. data/lib/talon_one/models/inline_response20025.rb +1 -1
  169. data/lib/talon_one/models/inline_response20026.rb +1 -1
  170. data/lib/talon_one/models/inline_response20027.rb +1 -1
  171. data/lib/talon_one/models/inline_response20028.rb +1 -1
  172. data/lib/talon_one/models/inline_response20029.rb +1 -1
  173. data/lib/talon_one/models/inline_response2003.rb +1 -1
  174. data/lib/talon_one/models/inline_response20030.rb +1 -1
  175. data/lib/talon_one/models/inline_response2004.rb +1 -1
  176. data/lib/talon_one/models/inline_response2005.rb +1 -1
  177. data/lib/talon_one/models/inline_response2006.rb +1 -1
  178. data/lib/talon_one/models/inline_response2007.rb +1 -1
  179. data/lib/talon_one/models/inline_response2008.rb +1 -1
  180. data/lib/talon_one/models/inline_response2009.rb +1 -1
  181. data/lib/talon_one/models/integration_entity.rb +2 -2
  182. data/lib/talon_one/models/integration_event.rb +1 -1
  183. data/lib/talon_one/models/integration_profile_entity.rb +1 -1
  184. data/lib/talon_one/models/integration_request.rb +1 -1
  185. data/lib/talon_one/models/integration_state.rb +1 -1
  186. data/lib/talon_one/models/integration_state_v2.rb +1 -1
  187. data/lib/talon_one/models/ledger_entry.rb +1 -1
  188. data/lib/talon_one/models/library_attribute.rb +1 -1
  189. data/lib/talon_one/models/limit_config.rb +1 -1
  190. data/lib/talon_one/models/login_params.rb +1 -1
  191. data/lib/talon_one/models/loyalty.rb +1 -1
  192. data/lib/talon_one/models/loyalty_ledger.rb +1 -1
  193. data/lib/talon_one/models/loyalty_ledger_entry.rb +11 -2
  194. data/lib/talon_one/models/loyalty_membership.rb +1 -1
  195. data/lib/talon_one/models/loyalty_points.rb +19 -9
  196. data/lib/talon_one/models/loyalty_program.rb +18 -3
  197. data/lib/talon_one/models/loyalty_program_balance.rb +1 -1
  198. data/lib/talon_one/models/loyalty_program_ledgers.rb +1 -1
  199. data/lib/talon_one/models/loyalty_statistics.rb +258 -0
  200. data/lib/talon_one/models/loyalty_sub_ledger.rb +104 -7
  201. data/lib/talon_one/models/manager_config.rb +1 -1
  202. data/lib/talon_one/models/meta.rb +2 -1
  203. data/lib/talon_one/models/multi_application_entity.rb +1 -1
  204. data/lib/talon_one/models/multiple_customer_profile_integration_request.rb +208 -0
  205. data/lib/talon_one/models/multiple_customer_profile_integration_request_item.rb +223 -0
  206. data/lib/talon_one/models/{customer_profile_update.rb → multiple_customer_profile_integration_response_v2.rb} +13 -16
  207. data/lib/talon_one/models/mutable_entity.rb +1 -1
  208. data/lib/talon_one/models/new_account.rb +1 -1
  209. data/lib/talon_one/models/new_account_sign_up.rb +1 -1
  210. data/lib/talon_one/models/new_additional_cost.rb +1 -1
  211. data/lib/talon_one/models/new_application.rb +55 -3
  212. data/lib/talon_one/models/new_application_api_key.rb +76 -32
  213. data/lib/talon_one/models/new_attribute.rb +1 -1
  214. data/lib/talon_one/models/new_audience.rb +314 -0
  215. data/lib/talon_one/models/new_campaign.rb +17 -5
  216. data/lib/talon_one/models/new_campaign_group.rb +265 -0
  217. data/lib/talon_one/models/new_campaign_set.rb +1 -1
  218. data/lib/talon_one/models/new_coupons.rb +1 -1
  219. data/lib/talon_one/models/new_customer_profile.rb +1 -1
  220. data/lib/talon_one/models/new_customer_session.rb +1 -1
  221. data/lib/talon_one/models/new_customer_session_v2.rb +1 -1
  222. data/lib/talon_one/models/new_event.rb +1 -1
  223. data/lib/talon_one/models/new_event_type.rb +1 -1
  224. data/lib/talon_one/models/new_feature_flags.rb +1 -1
  225. data/lib/talon_one/models/new_import.rb +1 -1
  226. data/lib/talon_one/models/new_invitation.rb +1 -1
  227. data/lib/talon_one/models/new_invite_email.rb +1 -1
  228. data/lib/talon_one/models/new_loyalty_program.rb +18 -3
  229. data/lib/talon_one/models/new_password.rb +1 -1
  230. data/lib/talon_one/models/new_password_email.rb +1 -1
  231. data/lib/talon_one/models/new_referral.rb +1 -1
  232. data/lib/talon_one/models/new_role.rb +1 -1
  233. data/lib/talon_one/models/new_ruleset.rb +1 -1
  234. data/lib/talon_one/models/new_saml_connection.rb +1 -1
  235. data/lib/talon_one/models/new_template_def.rb +1 -1
  236. data/lib/talon_one/models/new_user.rb +1 -1
  237. data/lib/talon_one/models/new_webhook.rb +1 -1
  238. data/lib/talon_one/models/notification.rb +1 -1
  239. data/lib/talon_one/models/redeem_referral_effect_props.rb +1 -1
  240. data/lib/talon_one/models/referral.rb +1 -1
  241. data/lib/talon_one/models/referral_created_effect_props.rb +1 -1
  242. data/lib/talon_one/models/referral_rejection_reason.rb +3 -3
  243. data/lib/talon_one/models/reject_coupon_effect_props.rb +1 -1
  244. data/lib/talon_one/models/reject_referral_effect_props.rb +1 -1
  245. data/lib/talon_one/models/role.rb +14 -4
  246. data/lib/talon_one/models/role_assign.rb +1 -1
  247. data/lib/talon_one/models/role_membership.rb +1 -1
  248. data/lib/talon_one/models/rollback_coupon_effect_props.rb +1 -1
  249. data/lib/talon_one/models/rollback_discount_effect_props.rb +1 -1
  250. data/lib/talon_one/models/rule.rb +1 -1
  251. data/lib/talon_one/models/ruleset.rb +1 -1
  252. data/lib/talon_one/models/saml_connection.rb +1 -1
  253. data/lib/talon_one/models/saml_connection_metadata.rb +1 -1
  254. data/lib/talon_one/models/saml_login_endpoint.rb +1 -1
  255. data/lib/talon_one/models/session.rb +1 -1
  256. data/lib/talon_one/models/set_discount_effect_props.rb +16 -6
  257. data/lib/talon_one/models/set_discount_per_item_effect_props.rb +15 -5
  258. data/lib/talon_one/models/show_bundle_metadata_effect_props.rb +1 -1
  259. data/lib/talon_one/models/show_notification_effect_props.rb +1 -1
  260. data/lib/talon_one/models/slot_def.rb +1 -1
  261. data/lib/talon_one/models/template_arg_def.rb +1 -1
  262. data/lib/talon_one/models/template_def.rb +1 -1
  263. data/lib/talon_one/models/trigger_webhook_effect_props.rb +1 -1
  264. data/lib/talon_one/models/update_account.rb +1 -1
  265. data/lib/talon_one/models/update_application.rb +58 -6
  266. data/lib/talon_one/models/update_attribute_effect_props.rb +1 -1
  267. data/lib/talon_one/models/update_audience.rb +231 -0
  268. data/lib/talon_one/models/update_campaign.rb +17 -5
  269. data/lib/talon_one/models/update_campaign_group.rb +266 -0
  270. data/lib/talon_one/models/update_coupon.rb +1 -1
  271. data/lib/talon_one/models/update_coupon_batch.rb +1 -1
  272. data/lib/talon_one/models/update_loyalty_program.rb +13 -3
  273. data/lib/talon_one/models/update_role.rb +1 -1
  274. data/lib/talon_one/models/update_user.rb +2 -22
  275. data/lib/talon_one/models/update_user_latest_feed_timestamp.rb +213 -0
  276. data/lib/talon_one/models/user.rb +11 -26
  277. data/lib/talon_one/models/user_entity.rb +1 -1
  278. data/lib/talon_one/models/user_feed_notifications.rb +230 -0
  279. data/lib/talon_one/models/webhook.rb +1 -1
  280. data/lib/talon_one/models/webhook_activation_log_entry.rb +1 -1
  281. data/lib/talon_one/models/webhook_log_entry.rb +1 -1
  282. data/lib/talon_one/version.rb +2 -2
  283. data/spec/api/integration_api_spec.rb +36 -8
  284. data/spec/api/management_api_spec.rb +19 -3
  285. data/spec/api_client_spec.rb +2 -2
  286. data/spec/configuration_spec.rb +1 -1
  287. data/spec/models/accept_coupon_effect_props_spec.rb +1 -1
  288. data/spec/models/accept_referral_effect_props_spec.rb +1 -1
  289. data/spec/models/access_log_entry_spec.rb +1 -1
  290. data/spec/models/account_additional_cost_spec.rb +1 -1
  291. data/spec/models/account_analytics_spec.rb +27 -9
  292. data/spec/models/account_entity_spec.rb +1 -1
  293. data/spec/models/account_limits_spec.rb +7 -7
  294. data/spec/models/account_spec.rb +1 -1
  295. data/spec/models/add_free_item_effect_props_spec.rb +1 -1
  296. data/spec/models/add_loyalty_points_effect_props_spec.rb +8 -2
  297. data/spec/models/additional_cost_spec.rb +1 -1
  298. data/spec/models/api_error_spec.rb +1 -1
  299. data/spec/models/application_api_health_spec.rb +1 -1
  300. data/spec/models/application_api_key_spec.rb +18 -8
  301. data/spec/models/application_customer_entity_spec.rb +1 -1
  302. data/spec/models/application_customer_search_spec.rb +1 -1
  303. data/spec/models/application_customer_spec.rb +7 -1
  304. data/spec/models/application_entity_spec.rb +1 -1
  305. data/spec/models/application_event_spec.rb +1 -1
  306. data/spec/models/application_session_entity_spec.rb +1 -1
  307. data/spec/models/application_session_spec.rb +1 -1
  308. data/spec/models/application_spec.rb +29 -1
  309. data/spec/models/attribute_spec.rb +1 -1
  310. data/spec/models/attributes_mandatory_spec.rb +1 -1
  311. data/spec/models/attributes_settings_spec.rb +1 -1
  312. data/spec/models/audience_membership_spec.rb +47 -0
  313. data/spec/models/audience_spec.rb +75 -0
  314. data/spec/models/base_saml_connection_spec.rb +1 -1
  315. data/spec/models/binding_spec.rb +1 -1
  316. data/spec/models/campaign_analytics_spec.rb +25 -1
  317. data/spec/models/campaign_copy_spec.rb +1 -1
  318. data/spec/models/campaign_entity_spec.rb +1 -1
  319. data/spec/models/{misc_update_user_latest_feature_spec.rb → campaign_group_entity_spec.rb} +8 -8
  320. data/spec/models/campaign_group_spec.rb +83 -0
  321. data/spec/models/campaign_search_spec.rb +1 -1
  322. data/spec/models/campaign_set_branch_node_spec.rb +1 -1
  323. data/spec/models/campaign_set_leaf_node_spec.rb +1 -1
  324. data/spec/models/campaign_set_node_spec.rb +1 -1
  325. data/spec/models/campaign_set_spec.rb +1 -1
  326. data/spec/models/campaign_spec.rb +7 -1
  327. data/spec/models/cart_item_adjustment_spec.rb +1 -1
  328. data/spec/models/cart_item_spec.rb +1 -1
  329. data/spec/models/change_profile_password_spec.rb +1 -1
  330. data/spec/models/change_spec.rb +1 -1
  331. data/spec/models/code_generator_settings_spec.rb +1 -1
  332. data/spec/models/coupon_constraints_spec.rb +1 -1
  333. data/spec/models/coupon_created_effect_props_spec.rb +1 -1
  334. data/spec/models/coupon_rejection_reason_spec.rb +2 -2
  335. data/spec/models/coupon_reservations_spec.rb +1 -1
  336. data/spec/models/coupon_search_spec.rb +1 -1
  337. data/spec/models/coupon_spec.rb +1 -1
  338. data/spec/models/coupon_value_spec.rb +1 -1
  339. data/spec/models/create_application_api_key_spec.rb +11 -1
  340. data/spec/models/customer_activity_report_spec.rb +1 -1
  341. data/spec/models/customer_analytics_spec.rb +1 -1
  342. data/spec/models/customer_inventory_spec.rb +7 -1
  343. data/spec/models/customer_profile_audience_request_item_spec.rb +57 -0
  344. data/spec/models/{customer_profile_update_spec.rb → customer_profile_audience_request_spec.rb} +8 -8
  345. data/spec/models/customer_profile_integration_request_v2_spec.rb +51 -0
  346. data/spec/models/customer_profile_search_query_spec.rb +1 -1
  347. data/spec/models/customer_profile_spec.rb +7 -1
  348. data/spec/models/customer_session_spec.rb +1 -1
  349. data/spec/models/customer_session_v2_spec.rb +1 -1
  350. data/spec/models/deduct_loyalty_points_effect_props_spec.rb +1 -1
  351. data/spec/models/effect_entity_spec.rb +1 -1
  352. data/spec/models/effect_spec.rb +1 -1
  353. data/spec/models/email_entity_spec.rb +1 -1
  354. data/spec/models/entity_spec.rb +1 -1
  355. data/spec/models/entity_with_talang_visible_id_spec.rb +47 -0
  356. data/spec/models/environment_spec.rb +1 -1
  357. data/spec/models/error_effect_props_spec.rb +1 -1
  358. data/spec/models/error_response_spec.rb +1 -1
  359. data/spec/models/error_source_spec.rb +1 -1
  360. data/spec/models/event_spec.rb +1 -1
  361. data/spec/models/event_type_spec.rb +1 -1
  362. data/spec/models/export_spec.rb +1 -1
  363. data/spec/models/feature_flag_spec.rb +1 -1
  364. data/spec/models/feature_flags_spec.rb +1 -1
  365. data/spec/models/features_feed_spec.rb +1 -1
  366. data/spec/models/feed_notification_spec.rb +75 -0
  367. data/spec/models/func_arg_def_spec.rb +1 -1
  368. data/spec/models/function_def_spec.rb +1 -1
  369. data/spec/models/import_coupons_spec.rb +1 -1
  370. data/spec/models/import_spec.rb +1 -1
  371. data/spec/models/inline_response20010_spec.rb +1 -1
  372. data/spec/models/inline_response20011_spec.rb +1 -1
  373. data/spec/models/inline_response20012_spec.rb +7 -1
  374. data/spec/models/inline_response20013_spec.rb +1 -1
  375. data/spec/models/inline_response20014_spec.rb +1 -1
  376. data/spec/models/inline_response20015_spec.rb +1 -1
  377. data/spec/models/inline_response20016_spec.rb +1 -1
  378. data/spec/models/inline_response20017_spec.rb +1 -1
  379. data/spec/models/inline_response20018_spec.rb +1 -1
  380. data/spec/models/inline_response20019_spec.rb +1 -1
  381. data/spec/models/inline_response2001_spec.rb +1 -1
  382. data/spec/models/inline_response20020_spec.rb +1 -1
  383. data/spec/models/inline_response20021_spec.rb +1 -1
  384. data/spec/models/inline_response20022_spec.rb +1 -1
  385. data/spec/models/inline_response20023_spec.rb +1 -1
  386. data/spec/models/inline_response20024_spec.rb +1 -1
  387. data/spec/models/inline_response20025_spec.rb +1 -1
  388. data/spec/models/inline_response20026_spec.rb +1 -1
  389. data/spec/models/inline_response20027_spec.rb +1 -1
  390. data/spec/models/inline_response20028_spec.rb +1 -1
  391. data/spec/models/inline_response20029_spec.rb +1 -1
  392. data/spec/models/inline_response2002_spec.rb +1 -1
  393. data/spec/models/inline_response20030_spec.rb +1 -1
  394. data/spec/models/inline_response2003_spec.rb +1 -1
  395. data/spec/models/inline_response2004_spec.rb +1 -1
  396. data/spec/models/inline_response2005_spec.rb +1 -1
  397. data/spec/models/inline_response2006_spec.rb +1 -1
  398. data/spec/models/inline_response2007_spec.rb +1 -1
  399. data/spec/models/inline_response2008_spec.rb +1 -1
  400. data/spec/models/inline_response2009_spec.rb +1 -1
  401. data/spec/models/inline_response200_spec.rb +1 -1
  402. data/spec/models/integration_entity_spec.rb +1 -1
  403. data/spec/models/integration_event_spec.rb +1 -1
  404. data/spec/models/integration_profile_entity_spec.rb +1 -1
  405. data/spec/models/integration_request_spec.rb +1 -1
  406. data/spec/models/integration_state_spec.rb +1 -1
  407. data/spec/models/integration_state_v2_spec.rb +1 -1
  408. data/spec/models/ledger_entry_spec.rb +1 -1
  409. data/spec/models/library_attribute_spec.rb +1 -1
  410. data/spec/models/limit_config_spec.rb +1 -1
  411. data/spec/models/login_params_spec.rb +1 -1
  412. data/spec/models/loyalty_ledger_entry_spec.rb +7 -1
  413. data/spec/models/loyalty_ledger_spec.rb +1 -1
  414. data/spec/models/loyalty_membership_spec.rb +1 -1
  415. data/spec/models/loyalty_points_spec.rb +8 -2
  416. data/spec/models/loyalty_program_balance_spec.rb +1 -1
  417. data/spec/models/loyalty_program_ledgers_spec.rb +1 -1
  418. data/spec/models/loyalty_program_spec.rb +7 -1
  419. data/spec/models/loyalty_spec.rb +1 -1
  420. data/spec/models/loyalty_statistics_spec.rb +59 -0
  421. data/spec/models/loyalty_sub_ledger_spec.rb +43 -1
  422. data/spec/models/manager_config_spec.rb +1 -1
  423. data/spec/models/meta_spec.rb +1 -1
  424. data/spec/models/multi_application_entity_spec.rb +1 -1
  425. data/spec/models/multiple_customer_profile_integration_request_item_spec.rb +47 -0
  426. data/spec/models/multiple_customer_profile_integration_request_spec.rb +41 -0
  427. data/spec/models/multiple_customer_profile_integration_response_v2_spec.rb +41 -0
  428. data/spec/models/mutable_entity_spec.rb +1 -1
  429. data/spec/models/new_account_sign_up_spec.rb +1 -1
  430. data/spec/models/new_account_spec.rb +1 -1
  431. data/spec/models/new_additional_cost_spec.rb +1 -1
  432. data/spec/models/new_application_api_key_spec.rb +18 -8
  433. data/spec/models/new_application_spec.rb +29 -1
  434. data/spec/models/new_attribute_spec.rb +1 -1
  435. data/spec/models/new_audience_spec.rb +57 -0
  436. data/spec/models/new_campaign_group_spec.rb +59 -0
  437. data/spec/models/new_campaign_set_spec.rb +1 -1
  438. data/spec/models/new_campaign_spec.rb +7 -1
  439. data/spec/models/new_coupons_spec.rb +1 -1
  440. data/spec/models/new_customer_profile_spec.rb +1 -1
  441. data/spec/models/new_customer_session_spec.rb +1 -1
  442. data/spec/models/new_customer_session_v2_spec.rb +1 -1
  443. data/spec/models/new_event_spec.rb +1 -1
  444. data/spec/models/new_event_type_spec.rb +1 -1
  445. data/spec/models/new_feature_flags_spec.rb +1 -1
  446. data/spec/models/new_import_spec.rb +1 -1
  447. data/spec/models/new_invitation_spec.rb +1 -1
  448. data/spec/models/new_invite_email_spec.rb +1 -1
  449. data/spec/models/new_loyalty_program_spec.rb +7 -1
  450. data/spec/models/new_password_email_spec.rb +1 -1
  451. data/spec/models/new_password_spec.rb +1 -1
  452. data/spec/models/new_referral_spec.rb +1 -1
  453. data/spec/models/new_role_spec.rb +1 -1
  454. data/spec/models/new_ruleset_spec.rb +1 -1
  455. data/spec/models/new_saml_connection_spec.rb +1 -1
  456. data/spec/models/new_template_def_spec.rb +1 -1
  457. data/spec/models/new_user_spec.rb +1 -1
  458. data/spec/models/new_webhook_spec.rb +1 -1
  459. data/spec/models/notification_spec.rb +1 -1
  460. data/spec/models/redeem_referral_effect_props_spec.rb +1 -1
  461. data/spec/models/referral_created_effect_props_spec.rb +1 -1
  462. data/spec/models/referral_rejection_reason_spec.rb +2 -2
  463. data/spec/models/referral_spec.rb +1 -1
  464. data/spec/models/reject_coupon_effect_props_spec.rb +1 -1
  465. data/spec/models/reject_referral_effect_props_spec.rb +1 -1
  466. data/spec/models/role_assign_spec.rb +1 -1
  467. data/spec/models/role_membership_spec.rb +1 -1
  468. data/spec/models/role_spec.rb +7 -1
  469. data/spec/models/rollback_coupon_effect_props_spec.rb +1 -1
  470. data/spec/models/rollback_discount_effect_props_spec.rb +1 -1
  471. data/spec/models/rule_spec.rb +1 -1
  472. data/spec/models/ruleset_spec.rb +1 -1
  473. data/spec/models/saml_connection_metadata_spec.rb +1 -1
  474. data/spec/models/saml_connection_spec.rb +1 -1
  475. data/spec/models/saml_login_endpoint_spec.rb +1 -1
  476. data/spec/models/session_spec.rb +1 -1
  477. data/spec/models/set_discount_effect_props_spec.rb +7 -1
  478. data/spec/models/set_discount_per_item_effect_props_spec.rb +7 -1
  479. data/spec/models/show_bundle_metadata_effect_props_spec.rb +1 -1
  480. data/spec/models/show_notification_effect_props_spec.rb +1 -1
  481. data/spec/models/slot_def_spec.rb +1 -1
  482. data/spec/models/template_arg_def_spec.rb +1 -1
  483. data/spec/models/template_def_spec.rb +1 -1
  484. data/spec/models/trigger_webhook_effect_props_spec.rb +1 -1
  485. data/spec/models/update_account_spec.rb +1 -1
  486. data/spec/models/update_application_spec.rb +29 -1
  487. data/spec/models/update_attribute_effect_props_spec.rb +1 -1
  488. data/spec/models/update_audience_spec.rb +41 -0
  489. data/spec/models/update_campaign_group_spec.rb +59 -0
  490. data/spec/models/update_campaign_spec.rb +7 -1
  491. data/spec/models/update_coupon_batch_spec.rb +1 -1
  492. data/spec/models/update_coupon_spec.rb +1 -1
  493. data/spec/models/update_loyalty_program_spec.rb +7 -1
  494. data/spec/models/update_role_spec.rb +1 -1
  495. data/spec/models/update_user_latest_feed_timestamp_spec.rb +41 -0
  496. data/spec/models/update_user_spec.rb +1 -13
  497. data/spec/models/user_entity_spec.rb +1 -1
  498. data/spec/models/user_feed_notifications_spec.rb +47 -0
  499. data/spec/models/user_spec.rb +2 -8
  500. data/spec/models/webhook_activation_log_entry_spec.rb +1 -1
  501. data/spec/models/webhook_log_entry_spec.rb +1 -1
  502. data/spec/models/webhook_spec.rb +1 -1
  503. data/spec/spec_helper.rb +1 -1
  504. data/talon_one.gemspec +1 -1
  505. metadata +78 -10
  506. data/docs/CustomerProfileUpdate.md +0 -17
  507. data/docs/MiscUpdateUserLatestFeature.md +0 -17
@@ -0,0 +1,227 @@
1
+ =begin
2
+ #Talon.One API
3
+
4
+ #The Talon.One API is used to manage applications and campaigns, as well as to integrate with your application. The operations in the _Integration API_ section are used to integrate with our platform, while the other operations are used to manage applications and campaigns. ### Where is the API? The API is available at the same hostname as these docs. For example, if you are reading this page at `https://mycompany.talon.one/docs/api/`, the URL for the [updateCustomerProfile][] operation is `https://mycompany.talon.one/v1/customer_profiles/id` [updateCustomerProfile]: #operation--v1-customer_profiles--integrationId--put
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module TalonOne
16
+ class AudienceMembership
17
+ # The ID of the audience belonging to this entity.
18
+ attr_accessor :id
19
+
20
+ # The Name of the audience belonging to this entity.
21
+ attr_accessor :name
22
+
23
+ # Attribute mapping from ruby-style variable name to JSON key.
24
+ def self.attribute_map
25
+ {
26
+ :'id' => :'id',
27
+ :'name' => :'name'
28
+ }
29
+ end
30
+
31
+ # Attribute type mapping.
32
+ def self.openapi_types
33
+ {
34
+ :'id' => :'Integer',
35
+ :'name' => :'String'
36
+ }
37
+ end
38
+
39
+ # List of attributes with nullable: true
40
+ def self.openapi_nullable
41
+ Set.new([
42
+ ])
43
+ end
44
+
45
+ # Initializes the object
46
+ # @param [Hash] attributes Model attributes in the form of hash
47
+ def initialize(attributes = {})
48
+ if (!attributes.is_a?(Hash))
49
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TalonOne::AudienceMembership` initialize method"
50
+ end
51
+
52
+ # check to see if the attribute exists and convert string to symbol for hash key
53
+ attributes = attributes.each_with_object({}) { |(k, v), h|
54
+ if (!self.class.attribute_map.key?(k.to_sym))
55
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TalonOne::AudienceMembership`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
56
+ end
57
+ h[k.to_sym] = v
58
+ }
59
+
60
+ if attributes.key?(:'id')
61
+ self.id = attributes[:'id']
62
+ end
63
+
64
+ if attributes.key?(:'name')
65
+ self.name = attributes[:'name']
66
+ end
67
+ end
68
+
69
+ # Show invalid properties with the reasons. Usually used together with valid?
70
+ # @return Array for valid properties with the reasons
71
+ def list_invalid_properties
72
+ invalid_properties = Array.new
73
+ if @id.nil?
74
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
75
+ end
76
+
77
+ if @name.nil?
78
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
79
+ end
80
+
81
+ invalid_properties
82
+ end
83
+
84
+ # Check to see if the all the properties in the model are valid
85
+ # @return true if the model is valid
86
+ def valid?
87
+ return false if @id.nil?
88
+ return false if @name.nil?
89
+ true
90
+ end
91
+
92
+ # Checks equality by comparing each attribute.
93
+ # @param [Object] Object to be compared
94
+ def ==(o)
95
+ return true if self.equal?(o)
96
+ self.class == o.class &&
97
+ id == o.id &&
98
+ name == o.name
99
+ end
100
+
101
+ # @see the `==` method
102
+ # @param [Object] Object to be compared
103
+ def eql?(o)
104
+ self == o
105
+ end
106
+
107
+ # Calculates hash code according to all attributes.
108
+ # @return [Integer] Hash code
109
+ def hash
110
+ [id, name].hash
111
+ end
112
+
113
+ # Builds the object from hash
114
+ # @param [Hash] attributes Model attributes in the form of hash
115
+ # @return [Object] Returns the model itself
116
+ def self.build_from_hash(attributes)
117
+ new.build_from_hash(attributes)
118
+ end
119
+
120
+ # Builds the object from hash
121
+ # @param [Hash] attributes Model attributes in the form of hash
122
+ # @return [Object] Returns the model itself
123
+ def build_from_hash(attributes)
124
+ return nil unless attributes.is_a?(Hash)
125
+ self.class.openapi_types.each_pair do |key, type|
126
+ if type =~ /\AArray<(.*)>/i
127
+ # check to ensure the input is an array given that the attribute
128
+ # is documented as an array but the input is not
129
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
130
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
131
+ end
132
+ elsif !attributes[self.class.attribute_map[key]].nil?
133
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
134
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
135
+ end
136
+
137
+ self
138
+ end
139
+
140
+ # Deserializes the data based on type
141
+ # @param string type Data type
142
+ # @param string value Value to be deserialized
143
+ # @return [Object] Deserialized data
144
+ def _deserialize(type, value)
145
+ case type.to_sym
146
+ when :DateTime
147
+ DateTime.parse(value)
148
+ when :Date
149
+ Date.parse(value)
150
+ when :String
151
+ value.to_s
152
+ when :Integer
153
+ value.to_i
154
+ when :Float
155
+ value.to_f
156
+ when :Boolean
157
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
158
+ true
159
+ else
160
+ false
161
+ end
162
+ when :Object
163
+ # generic object (usually a Hash), return directly
164
+ value
165
+ when /\AArray<(?<inner_type>.+)>\z/
166
+ inner_type = Regexp.last_match[:inner_type]
167
+ value.map { |v| _deserialize(inner_type, v) }
168
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
169
+ k_type = Regexp.last_match[:k_type]
170
+ v_type = Regexp.last_match[:v_type]
171
+ {}.tap do |hash|
172
+ value.each do |k, v|
173
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
174
+ end
175
+ end
176
+ else # model
177
+ TalonOne.const_get(type).build_from_hash(value)
178
+ end
179
+ end
180
+
181
+ # Returns the string representation of the object
182
+ # @return [String] String presentation of the object
183
+ def to_s
184
+ to_hash.to_s
185
+ end
186
+
187
+ # to_body is an alias to to_hash (backward compatibility)
188
+ # @return [Hash] Returns the object in the form of hash
189
+ def to_body
190
+ to_hash
191
+ end
192
+
193
+ # Returns the object in the form of hash
194
+ # @return [Hash] Returns the object in the form of hash
195
+ def to_hash
196
+ hash = {}
197
+ self.class.attribute_map.each_pair do |attr, param|
198
+ value = self.send(attr)
199
+ if value.nil?
200
+ is_nullable = self.class.openapi_nullable.include?(attr)
201
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
202
+ end
203
+
204
+ hash[param] = _to_hash(value)
205
+ end
206
+ hash
207
+ end
208
+
209
+ # Outputs non-array value in the form of hash
210
+ # For object, use to_hash. Otherwise, just return the value
211
+ # @param [Object] value Any valid value
212
+ # @return [Hash] Returns the value in the form of hash
213
+ def _to_hash(value)
214
+ if value.is_a?(Array)
215
+ value.compact.map { |v| _to_hash(v) }
216
+ elsif value.is_a?(Hash)
217
+ {}.tap do |hash|
218
+ value.each { |k, v| hash[k] = _to_hash(v) }
219
+ end
220
+ elsif value.respond_to? :to_hash
221
+ value.to_hash
222
+ else
223
+ value
224
+ end
225
+ end
226
+ end
227
+ end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -61,6 +61,9 @@ module TalonOne
61
61
  # The set of limits that will operate for this campaign
62
62
  attr_accessor :limits
63
63
 
64
+ # The IDs of the campaign groups that own this entity.
65
+ attr_accessor :campaign_groups
66
+
64
67
  # Number of coupons redeemed in the campaign.
65
68
  attr_accessor :coupon_redemption_count
66
69
 
@@ -129,6 +132,7 @@ module TalonOne
129
132
  :'coupon_settings' => :'couponSettings',
130
133
  :'referral_settings' => :'referralSettings',
131
134
  :'limits' => :'limits',
135
+ :'campaign_groups' => :'campaignGroups',
132
136
  :'coupon_redemption_count' => :'couponRedemptionCount',
133
137
  :'referral_redemption_count' => :'referralRedemptionCount',
134
138
  :'discount_count' => :'discountCount',
@@ -160,6 +164,7 @@ module TalonOne
160
164
  :'coupon_settings' => :'CodeGeneratorSettings',
161
165
  :'referral_settings' => :'CodeGeneratorSettings',
162
166
  :'limits' => :'Array<LimitConfig>',
167
+ :'campaign_groups' => :'Array<Integer>',
163
168
  :'coupon_redemption_count' => :'Integer',
164
169
  :'referral_redemption_count' => :'Integer',
165
170
  :'discount_count' => :'Integer',
@@ -265,6 +270,12 @@ module TalonOne
265
270
  end
266
271
  end
267
272
 
273
+ if attributes.key?(:'campaign_groups')
274
+ if (value = attributes[:'campaign_groups']).is_a?(Array)
275
+ self.campaign_groups = value
276
+ end
277
+ end
278
+
268
279
  if attributes.key?(:'coupon_redemption_count')
269
280
  self.coupon_redemption_count = attributes[:'coupon_redemption_count']
270
281
  end
@@ -417,6 +428,7 @@ module TalonOne
417
428
  coupon_settings == o.coupon_settings &&
418
429
  referral_settings == o.referral_settings &&
419
430
  limits == o.limits &&
431
+ campaign_groups == o.campaign_groups &&
420
432
  coupon_redemption_count == o.coupon_redemption_count &&
421
433
  referral_redemption_count == o.referral_redemption_count &&
422
434
  discount_count == o.discount_count &&
@@ -437,7 +449,7 @@ module TalonOne
437
449
  # Calculates hash code according to all attributes.
438
450
  # @return [Integer] Hash code
439
451
  def hash
440
- [id, created, application_id, user_id, name, description, start_time, end_time, attributes, state, active_ruleset_id, tags, features, coupon_settings, referral_settings, limits, coupon_redemption_count, referral_redemption_count, discount_count, discount_effect_count, coupon_creation_count, last_activity, updated, created_by, updated_by].hash
452
+ [id, created, application_id, user_id, name, description, start_time, end_time, attributes, state, active_ruleset_id, tags, features, coupon_settings, referral_settings, limits, campaign_groups, coupon_redemption_count, referral_redemption_count, discount_count, discount_effect_count, coupon_creation_count, last_activity, updated, created_by, updated_by].hash
441
453
  end
442
454
 
443
455
  # Builds the object from hash
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -77,6 +77,18 @@ module TalonOne
77
77
  # Number of referrals created in the campaign by the rule engine since it began.
78
78
  attr_accessor :total_referrals_created
79
79
 
80
+ # Number of added loyalty points in the campaign in a specific interval.
81
+ attr_accessor :added_loyalty_points
82
+
83
+ # Number of added loyalty points in the campaign since it began.
84
+ attr_accessor :total_added_loyalty_points
85
+
86
+ # Number of deducted loyalty points in the campaign in a specific interval.
87
+ attr_accessor :deducted_loyalty_points
88
+
89
+ # Number of deducted loyalty points in the campaign since it began.
90
+ attr_accessor :total_deducted_loyalty_points
91
+
80
92
  # Attribute mapping from ruby-style variable name to JSON key.
81
93
  def self.attribute_map
82
94
  {
@@ -100,7 +112,11 @@ module TalonOne
100
112
  :'coupons_created' => :'couponsCreated',
101
113
  :'total_coupons_created' => :'totalCouponsCreated',
102
114
  :'referrals_created' => :'referralsCreated',
103
- :'total_referrals_created' => :'totalReferralsCreated'
115
+ :'total_referrals_created' => :'totalReferralsCreated',
116
+ :'added_loyalty_points' => :'addedLoyaltyPoints',
117
+ :'total_added_loyalty_points' => :'totalAddedLoyaltyPoints',
118
+ :'deducted_loyalty_points' => :'deductedLoyaltyPoints',
119
+ :'total_deducted_loyalty_points' => :'totalDeductedLoyaltyPoints'
104
120
  }
105
121
  end
106
122
 
@@ -127,7 +143,11 @@ module TalonOne
127
143
  :'coupons_created' => :'Integer',
128
144
  :'total_coupons_created' => :'Integer',
129
145
  :'referrals_created' => :'Integer',
130
- :'total_referrals_created' => :'Integer'
146
+ :'total_referrals_created' => :'Integer',
147
+ :'added_loyalty_points' => :'Float',
148
+ :'total_added_loyalty_points' => :'Float',
149
+ :'deducted_loyalty_points' => :'Float',
150
+ :'total_deducted_loyalty_points' => :'Float'
131
151
  }
132
152
  end
133
153
 
@@ -235,6 +255,22 @@ module TalonOne
235
255
  if attributes.key?(:'total_referrals_created')
236
256
  self.total_referrals_created = attributes[:'total_referrals_created']
237
257
  end
258
+
259
+ if attributes.key?(:'added_loyalty_points')
260
+ self.added_loyalty_points = attributes[:'added_loyalty_points']
261
+ end
262
+
263
+ if attributes.key?(:'total_added_loyalty_points')
264
+ self.total_added_loyalty_points = attributes[:'total_added_loyalty_points']
265
+ end
266
+
267
+ if attributes.key?(:'deducted_loyalty_points')
268
+ self.deducted_loyalty_points = attributes[:'deducted_loyalty_points']
269
+ end
270
+
271
+ if attributes.key?(:'total_deducted_loyalty_points')
272
+ self.total_deducted_loyalty_points = attributes[:'total_deducted_loyalty_points']
273
+ end
238
274
  end
239
275
 
240
276
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -325,6 +361,22 @@ module TalonOne
325
361
  invalid_properties.push('invalid value for "total_referrals_created", total_referrals_created cannot be nil.')
326
362
  end
327
363
 
364
+ if @added_loyalty_points.nil?
365
+ invalid_properties.push('invalid value for "added_loyalty_points", added_loyalty_points cannot be nil.')
366
+ end
367
+
368
+ if @total_added_loyalty_points.nil?
369
+ invalid_properties.push('invalid value for "total_added_loyalty_points", total_added_loyalty_points cannot be nil.')
370
+ end
371
+
372
+ if @deducted_loyalty_points.nil?
373
+ invalid_properties.push('invalid value for "deducted_loyalty_points", deducted_loyalty_points cannot be nil.')
374
+ end
375
+
376
+ if @total_deducted_loyalty_points.nil?
377
+ invalid_properties.push('invalid value for "total_deducted_loyalty_points", total_deducted_loyalty_points cannot be nil.')
378
+ end
379
+
328
380
  invalid_properties
329
381
  end
330
382
 
@@ -352,6 +404,10 @@ module TalonOne
352
404
  return false if @total_coupons_created.nil?
353
405
  return false if @referrals_created.nil?
354
406
  return false if @total_referrals_created.nil?
407
+ return false if @added_loyalty_points.nil?
408
+ return false if @total_added_loyalty_points.nil?
409
+ return false if @deducted_loyalty_points.nil?
410
+ return false if @total_deducted_loyalty_points.nil?
355
411
  true
356
412
  end
357
413
 
@@ -380,7 +436,11 @@ module TalonOne
380
436
  coupons_created == o.coupons_created &&
381
437
  total_coupons_created == o.total_coupons_created &&
382
438
  referrals_created == o.referrals_created &&
383
- total_referrals_created == o.total_referrals_created
439
+ total_referrals_created == o.total_referrals_created &&
440
+ added_loyalty_points == o.added_loyalty_points &&
441
+ total_added_loyalty_points == o.total_added_loyalty_points &&
442
+ deducted_loyalty_points == o.deducted_loyalty_points &&
443
+ total_deducted_loyalty_points == o.total_deducted_loyalty_points
384
444
  end
385
445
 
386
446
  # @see the `==` method
@@ -392,7 +452,7 @@ module TalonOne
392
452
  # Calculates hash code according to all attributes.
393
453
  # @return [Integer] Hash code
394
454
  def hash
395
- [date, campaign_revenue, total_campaign_revenue, campaign_refund, total_campaign_refund, campaign_discount_costs, total_campaign_discount_costs, campaign_refunded_discounts, total_campaign_refunded_discounts, campaign_free_items, total_campaign_free_items, coupon_redemptions, total_coupon_redemptions, coupon_rolledback_redemptions, total_coupon_rolledback_redemptions, referral_redemptions, total_referral_redemptions, coupons_created, total_coupons_created, referrals_created, total_referrals_created].hash
455
+ [date, campaign_revenue, total_campaign_revenue, campaign_refund, total_campaign_refund, campaign_discount_costs, total_campaign_discount_costs, campaign_refunded_discounts, total_campaign_refunded_discounts, campaign_free_items, total_campaign_free_items, coupon_redemptions, total_coupon_redemptions, coupon_rolledback_redemptions, total_coupon_rolledback_redemptions, referral_redemptions, total_referral_redemptions, coupons_created, total_coupons_created, referrals_created, total_referrals_created, added_loyalty_points, total_added_loyalty_points, deducted_loyalty_points, total_deducted_loyalty_points].hash
396
456
  end
397
457
 
398
458
  # Builds the object from hash
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -48,7 +48,7 @@ module TalonOne
48
48
  def self.openapi_types
49
49
  {
50
50
  :'name' => :'String',
51
- :'application_ids' => :'Array<String>',
51
+ :'application_ids' => :'Array<Integer>',
52
52
  :'description' => :'String',
53
53
  :'start_time' => :'DateTime',
54
54
  :'end_time' => :'DateTime',