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
@@ -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
 
@@ -0,0 +1,314 @@
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 NewAudience
17
+ # The human-friendly display name for this Audience.
18
+ attr_accessor :name
19
+
20
+ # Integration that this audience was created in.
21
+ attr_accessor :integration
22
+
23
+ # The ID of this Audience in the third-party integration
24
+ attr_accessor :integration_id
25
+
26
+ class EnumAttributeValidator
27
+ attr_reader :datatype
28
+ attr_reader :allowable_values
29
+
30
+ def initialize(datatype, allowable_values)
31
+ @allowable_values = allowable_values.map do |value|
32
+ case datatype.to_s
33
+ when /Integer/i
34
+ value.to_i
35
+ when /Float/i
36
+ value.to_f
37
+ else
38
+ value
39
+ end
40
+ end
41
+ end
42
+
43
+ def valid?(value)
44
+ !value || allowable_values.include?(value)
45
+ end
46
+ end
47
+
48
+ # Attribute mapping from ruby-style variable name to JSON key.
49
+ def self.attribute_map
50
+ {
51
+ :'name' => :'name',
52
+ :'integration' => :'integration',
53
+ :'integration_id' => :'integrationId'
54
+ }
55
+ end
56
+
57
+ # Attribute type mapping.
58
+ def self.openapi_types
59
+ {
60
+ :'name' => :'String',
61
+ :'integration' => :'String',
62
+ :'integration_id' => :'String'
63
+ }
64
+ end
65
+
66
+ # List of attributes with nullable: true
67
+ def self.openapi_nullable
68
+ Set.new([
69
+ ])
70
+ end
71
+
72
+ # Initializes the object
73
+ # @param [Hash] attributes Model attributes in the form of hash
74
+ def initialize(attributes = {})
75
+ if (!attributes.is_a?(Hash))
76
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TalonOne::NewAudience` initialize method"
77
+ end
78
+
79
+ # check to see if the attribute exists and convert string to symbol for hash key
80
+ attributes = attributes.each_with_object({}) { |(k, v), h|
81
+ if (!self.class.attribute_map.key?(k.to_sym))
82
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TalonOne::NewAudience`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
83
+ end
84
+ h[k.to_sym] = v
85
+ }
86
+
87
+ if attributes.key?(:'name')
88
+ self.name = attributes[:'name']
89
+ end
90
+
91
+ if attributes.key?(:'integration')
92
+ self.integration = attributes[:'integration']
93
+ end
94
+
95
+ if attributes.key?(:'integration_id')
96
+ self.integration_id = attributes[:'integration_id']
97
+ end
98
+ end
99
+
100
+ # Show invalid properties with the reasons. Usually used together with valid?
101
+ # @return Array for valid properties with the reasons
102
+ def list_invalid_properties
103
+ invalid_properties = Array.new
104
+ if @name.nil?
105
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
106
+ end
107
+
108
+ if @name.to_s.length < 1
109
+ invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
110
+ end
111
+
112
+ if @integration.nil?
113
+ invalid_properties.push('invalid value for "integration", integration cannot be nil.')
114
+ end
115
+
116
+ if @integration_id.nil?
117
+ invalid_properties.push('invalid value for "integration_id", integration_id cannot be nil.')
118
+ end
119
+
120
+ if @integration_id.to_s.length < 1
121
+ invalid_properties.push('invalid value for "integration_id", the character length must be great than or equal to 1.')
122
+ end
123
+
124
+ invalid_properties
125
+ end
126
+
127
+ # Check to see if the all the properties in the model are valid
128
+ # @return true if the model is valid
129
+ def valid?
130
+ return false if @name.nil?
131
+ return false if @name.to_s.length < 1
132
+ return false if @integration.nil?
133
+ integration_validator = EnumAttributeValidator.new('String', ["mparticle"])
134
+ return false unless integration_validator.valid?(@integration)
135
+ return false if @integration_id.nil?
136
+ return false if @integration_id.to_s.length < 1
137
+ true
138
+ end
139
+
140
+ # Custom attribute writer method with validation
141
+ # @param [Object] name Value to be assigned
142
+ def name=(name)
143
+ if name.nil?
144
+ fail ArgumentError, 'name cannot be nil'
145
+ end
146
+
147
+ if name.to_s.length < 1
148
+ fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
149
+ end
150
+
151
+ @name = name
152
+ end
153
+
154
+ # Custom attribute writer method checking allowed values (enum).
155
+ # @param [Object] integration Object to be assigned
156
+ def integration=(integration)
157
+ validator = EnumAttributeValidator.new('String', ["mparticle"])
158
+ unless validator.valid?(integration)
159
+ fail ArgumentError, "invalid value for \"integration\", must be one of #{validator.allowable_values}."
160
+ end
161
+ @integration = integration
162
+ end
163
+
164
+ # Custom attribute writer method with validation
165
+ # @param [Object] integration_id Value to be assigned
166
+ def integration_id=(integration_id)
167
+ if integration_id.nil?
168
+ fail ArgumentError, 'integration_id cannot be nil'
169
+ end
170
+
171
+ if integration_id.to_s.length < 1
172
+ fail ArgumentError, 'invalid value for "integration_id", the character length must be great than or equal to 1.'
173
+ end
174
+
175
+ @integration_id = integration_id
176
+ end
177
+
178
+ # Checks equality by comparing each attribute.
179
+ # @param [Object] Object to be compared
180
+ def ==(o)
181
+ return true if self.equal?(o)
182
+ self.class == o.class &&
183
+ name == o.name &&
184
+ integration == o.integration &&
185
+ integration_id == o.integration_id
186
+ end
187
+
188
+ # @see the `==` method
189
+ # @param [Object] Object to be compared
190
+ def eql?(o)
191
+ self == o
192
+ end
193
+
194
+ # Calculates hash code according to all attributes.
195
+ # @return [Integer] Hash code
196
+ def hash
197
+ [name, integration, integration_id].hash
198
+ end
199
+
200
+ # Builds the object from hash
201
+ # @param [Hash] attributes Model attributes in the form of hash
202
+ # @return [Object] Returns the model itself
203
+ def self.build_from_hash(attributes)
204
+ new.build_from_hash(attributes)
205
+ end
206
+
207
+ # Builds the object from hash
208
+ # @param [Hash] attributes Model attributes in the form of hash
209
+ # @return [Object] Returns the model itself
210
+ def build_from_hash(attributes)
211
+ return nil unless attributes.is_a?(Hash)
212
+ self.class.openapi_types.each_pair do |key, type|
213
+ if type =~ /\AArray<(.*)>/i
214
+ # check to ensure the input is an array given that the attribute
215
+ # is documented as an array but the input is not
216
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
217
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
218
+ end
219
+ elsif !attributes[self.class.attribute_map[key]].nil?
220
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
221
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
222
+ end
223
+
224
+ self
225
+ end
226
+
227
+ # Deserializes the data based on type
228
+ # @param string type Data type
229
+ # @param string value Value to be deserialized
230
+ # @return [Object] Deserialized data
231
+ def _deserialize(type, value)
232
+ case type.to_sym
233
+ when :DateTime
234
+ DateTime.parse(value)
235
+ when :Date
236
+ Date.parse(value)
237
+ when :String
238
+ value.to_s
239
+ when :Integer
240
+ value.to_i
241
+ when :Float
242
+ value.to_f
243
+ when :Boolean
244
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
245
+ true
246
+ else
247
+ false
248
+ end
249
+ when :Object
250
+ # generic object (usually a Hash), return directly
251
+ value
252
+ when /\AArray<(?<inner_type>.+)>\z/
253
+ inner_type = Regexp.last_match[:inner_type]
254
+ value.map { |v| _deserialize(inner_type, v) }
255
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
256
+ k_type = Regexp.last_match[:k_type]
257
+ v_type = Regexp.last_match[:v_type]
258
+ {}.tap do |hash|
259
+ value.each do |k, v|
260
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
261
+ end
262
+ end
263
+ else # model
264
+ TalonOne.const_get(type).build_from_hash(value)
265
+ end
266
+ end
267
+
268
+ # Returns the string representation of the object
269
+ # @return [String] String presentation of the object
270
+ def to_s
271
+ to_hash.to_s
272
+ end
273
+
274
+ # to_body is an alias to to_hash (backward compatibility)
275
+ # @return [Hash] Returns the object in the form of hash
276
+ def to_body
277
+ to_hash
278
+ end
279
+
280
+ # Returns the object in the form of hash
281
+ # @return [Hash] Returns the object in the form of hash
282
+ def to_hash
283
+ hash = {}
284
+ self.class.attribute_map.each_pair do |attr, param|
285
+ value = self.send(attr)
286
+ if value.nil?
287
+ is_nullable = self.class.openapi_nullable.include?(attr)
288
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
289
+ end
290
+
291
+ hash[param] = _to_hash(value)
292
+ end
293
+ hash
294
+ end
295
+
296
+ # Outputs non-array value in the form of hash
297
+ # For object, use to_hash. Otherwise, just return the value
298
+ # @param [Object] value Any valid value
299
+ # @return [Hash] Returns the value in the form of hash
300
+ def _to_hash(value)
301
+ if value.is_a?(Array)
302
+ value.compact.map { |v| _to_hash(v) }
303
+ elsif value.is_a?(Hash)
304
+ {}.tap do |hash|
305
+ value.each { |k, v| hash[k] = _to_hash(v) }
306
+ end
307
+ elsif value.respond_to? :to_hash
308
+ value.to_hash
309
+ else
310
+ value
311
+ end
312
+ end
313
+ end
314
+ 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
 
@@ -48,6 +48,9 @@ module TalonOne
48
48
  # The set of limits that will operate for this campaign
49
49
  attr_accessor :limits
50
50
 
51
+ # The IDs of the campaign groups that own this entity.
52
+ attr_accessor :campaign_groups
53
+
51
54
  class EnumAttributeValidator
52
55
  attr_reader :datatype
53
56
  attr_reader :allowable_values
@@ -84,7 +87,8 @@ module TalonOne
84
87
  :'features' => :'features',
85
88
  :'coupon_settings' => :'couponSettings',
86
89
  :'referral_settings' => :'referralSettings',
87
- :'limits' => :'limits'
90
+ :'limits' => :'limits',
91
+ :'campaign_groups' => :'campaignGroups'
88
92
  }
89
93
  end
90
94
 
@@ -102,7 +106,8 @@ module TalonOne
102
106
  :'features' => :'Array<String>',
103
107
  :'coupon_settings' => :'CodeGeneratorSettings',
104
108
  :'referral_settings' => :'CodeGeneratorSettings',
105
- :'limits' => :'Array<LimitConfig>'
109
+ :'limits' => :'Array<LimitConfig>',
110
+ :'campaign_groups' => :'Array<Integer>'
106
111
  }
107
112
  end
108
113
 
@@ -182,6 +187,12 @@ module TalonOne
182
187
  self.limits = value
183
188
  end
184
189
  end
190
+
191
+ if attributes.key?(:'campaign_groups')
192
+ if (value = attributes[:'campaign_groups']).is_a?(Array)
193
+ self.campaign_groups = value
194
+ end
195
+ end
185
196
  end
186
197
 
187
198
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -269,7 +280,8 @@ module TalonOne
269
280
  features == o.features &&
270
281
  coupon_settings == o.coupon_settings &&
271
282
  referral_settings == o.referral_settings &&
272
- limits == o.limits
283
+ limits == o.limits &&
284
+ campaign_groups == o.campaign_groups
273
285
  end
274
286
 
275
287
  # @see the `==` method
@@ -281,7 +293,7 @@ module TalonOne
281
293
  # Calculates hash code according to all attributes.
282
294
  # @return [Integer] Hash code
283
295
  def hash
284
- [name, description, start_time, end_time, attributes, state, active_ruleset_id, tags, features, coupon_settings, referral_settings, limits].hash
296
+ [name, description, start_time, end_time, attributes, state, active_ruleset_id, tags, features, coupon_settings, referral_settings, limits, campaign_groups].hash
285
297
  end
286
298
 
287
299
  # Builds the object from hash
@@ -0,0 +1,265 @@
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 NewCampaignGroup
17
+ # The name of this campaign group.
18
+ attr_accessor :name
19
+
20
+ # A longer description of the campaign group.
21
+ attr_accessor :description
22
+
23
+ # A list of the IDs of the applications that this campaign group is enabled for
24
+ attr_accessor :subscribed_applications_ids
25
+
26
+ # A list of the IDs of the campaigns that this campaign group owns
27
+ attr_accessor :campaign_ids
28
+
29
+ # Attribute mapping from ruby-style variable name to JSON key.
30
+ def self.attribute_map
31
+ {
32
+ :'name' => :'name',
33
+ :'description' => :'description',
34
+ :'subscribed_applications_ids' => :'subscribedApplicationsIds',
35
+ :'campaign_ids' => :'campaignIds'
36
+ }
37
+ end
38
+
39
+ # Attribute type mapping.
40
+ def self.openapi_types
41
+ {
42
+ :'name' => :'String',
43
+ :'description' => :'String',
44
+ :'subscribed_applications_ids' => :'Array<Integer>',
45
+ :'campaign_ids' => :'Array<Integer>'
46
+ }
47
+ end
48
+
49
+ # List of attributes with nullable: true
50
+ def self.openapi_nullable
51
+ Set.new([
52
+ ])
53
+ end
54
+
55
+ # Initializes the object
56
+ # @param [Hash] attributes Model attributes in the form of hash
57
+ def initialize(attributes = {})
58
+ if (!attributes.is_a?(Hash))
59
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TalonOne::NewCampaignGroup` initialize method"
60
+ end
61
+
62
+ # check to see if the attribute exists and convert string to symbol for hash key
63
+ attributes = attributes.each_with_object({}) { |(k, v), h|
64
+ if (!self.class.attribute_map.key?(k.to_sym))
65
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TalonOne::NewCampaignGroup`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
66
+ end
67
+ h[k.to_sym] = v
68
+ }
69
+
70
+ if attributes.key?(:'name')
71
+ self.name = attributes[:'name']
72
+ end
73
+
74
+ if attributes.key?(:'description')
75
+ self.description = attributes[:'description']
76
+ end
77
+
78
+ if attributes.key?(:'subscribed_applications_ids')
79
+ if (value = attributes[:'subscribed_applications_ids']).is_a?(Array)
80
+ self.subscribed_applications_ids = value
81
+ end
82
+ end
83
+
84
+ if attributes.key?(:'campaign_ids')
85
+ if (value = attributes[:'campaign_ids']).is_a?(Array)
86
+ self.campaign_ids = value
87
+ end
88
+ end
89
+ end
90
+
91
+ # Show invalid properties with the reasons. Usually used together with valid?
92
+ # @return Array for valid properties with the reasons
93
+ def list_invalid_properties
94
+ invalid_properties = Array.new
95
+ if @name.nil?
96
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
97
+ end
98
+
99
+ if @name.to_s.length < 1
100
+ invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
101
+ end
102
+
103
+ invalid_properties
104
+ end
105
+
106
+ # Check to see if the all the properties in the model are valid
107
+ # @return true if the model is valid
108
+ def valid?
109
+ return false if @name.nil?
110
+ return false if @name.to_s.length < 1
111
+ true
112
+ end
113
+
114
+ # Custom attribute writer method with validation
115
+ # @param [Object] name Value to be assigned
116
+ def name=(name)
117
+ if name.nil?
118
+ fail ArgumentError, 'name cannot be nil'
119
+ end
120
+
121
+ if name.to_s.length < 1
122
+ fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
123
+ end
124
+
125
+ @name = name
126
+ end
127
+
128
+ # Checks equality by comparing each attribute.
129
+ # @param [Object] Object to be compared
130
+ def ==(o)
131
+ return true if self.equal?(o)
132
+ self.class == o.class &&
133
+ name == o.name &&
134
+ description == o.description &&
135
+ subscribed_applications_ids == o.subscribed_applications_ids &&
136
+ campaign_ids == o.campaign_ids
137
+ end
138
+
139
+ # @see the `==` method
140
+ # @param [Object] Object to be compared
141
+ def eql?(o)
142
+ self == o
143
+ end
144
+
145
+ # Calculates hash code according to all attributes.
146
+ # @return [Integer] Hash code
147
+ def hash
148
+ [name, description, subscribed_applications_ids, campaign_ids].hash
149
+ end
150
+
151
+ # Builds the object from hash
152
+ # @param [Hash] attributes Model attributes in the form of hash
153
+ # @return [Object] Returns the model itself
154
+ def self.build_from_hash(attributes)
155
+ new.build_from_hash(attributes)
156
+ end
157
+
158
+ # Builds the object from hash
159
+ # @param [Hash] attributes Model attributes in the form of hash
160
+ # @return [Object] Returns the model itself
161
+ def build_from_hash(attributes)
162
+ return nil unless attributes.is_a?(Hash)
163
+ self.class.openapi_types.each_pair do |key, type|
164
+ if type =~ /\AArray<(.*)>/i
165
+ # check to ensure the input is an array given that the attribute
166
+ # is documented as an array but the input is not
167
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
168
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
169
+ end
170
+ elsif !attributes[self.class.attribute_map[key]].nil?
171
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
172
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
173
+ end
174
+
175
+ self
176
+ end
177
+
178
+ # Deserializes the data based on type
179
+ # @param string type Data type
180
+ # @param string value Value to be deserialized
181
+ # @return [Object] Deserialized data
182
+ def _deserialize(type, value)
183
+ case type.to_sym
184
+ when :DateTime
185
+ DateTime.parse(value)
186
+ when :Date
187
+ Date.parse(value)
188
+ when :String
189
+ value.to_s
190
+ when :Integer
191
+ value.to_i
192
+ when :Float
193
+ value.to_f
194
+ when :Boolean
195
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
196
+ true
197
+ else
198
+ false
199
+ end
200
+ when :Object
201
+ # generic object (usually a Hash), return directly
202
+ value
203
+ when /\AArray<(?<inner_type>.+)>\z/
204
+ inner_type = Regexp.last_match[:inner_type]
205
+ value.map { |v| _deserialize(inner_type, v) }
206
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
207
+ k_type = Regexp.last_match[:k_type]
208
+ v_type = Regexp.last_match[:v_type]
209
+ {}.tap do |hash|
210
+ value.each do |k, v|
211
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
212
+ end
213
+ end
214
+ else # model
215
+ TalonOne.const_get(type).build_from_hash(value)
216
+ end
217
+ end
218
+
219
+ # Returns the string representation of the object
220
+ # @return [String] String presentation of the object
221
+ def to_s
222
+ to_hash.to_s
223
+ end
224
+
225
+ # to_body is an alias to to_hash (backward compatibility)
226
+ # @return [Hash] Returns the object in the form of hash
227
+ def to_body
228
+ to_hash
229
+ end
230
+
231
+ # Returns the object in the form of hash
232
+ # @return [Hash] Returns the object in the form of hash
233
+ def to_hash
234
+ hash = {}
235
+ self.class.attribute_map.each_pair do |attr, param|
236
+ value = self.send(attr)
237
+ if value.nil?
238
+ is_nullable = self.class.openapi_nullable.include?(attr)
239
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
240
+ end
241
+
242
+ hash[param] = _to_hash(value)
243
+ end
244
+ hash
245
+ end
246
+
247
+ # Outputs non-array value in the form of hash
248
+ # For object, use to_hash. Otherwise, just return the value
249
+ # @param [Object] value Any valid value
250
+ # @return [Hash] Returns the value in the form of hash
251
+ def _to_hash(value)
252
+ if value.is_a?(Array)
253
+ value.compact.map { |v| _to_hash(v) }
254
+ elsif value.is_a?(Hash)
255
+ {}.tap do |hash|
256
+ value.each { |k, v| hash[k] = _to_hash(v) }
257
+ end
258
+ elsif value.respond_to? :to_hash
259
+ value.to_hash
260
+ else
261
+ value
262
+ end
263
+ end
264
+ end
265
+ end