talon_one 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (516) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +63 -0
  3. data/Gemfile +7 -0
  4. data/README.md +415 -0
  5. data/Rakefile +8 -0
  6. data/docs/APIError.md +10 -0
  7. data/docs/AccessLogEntry.md +14 -0
  8. data/docs/Account.md +25 -0
  9. data/docs/AccountAnalytics.md +21 -0
  10. data/docs/AccountEntity.md +8 -0
  11. data/docs/AccountLimits.md +18 -0
  12. data/docs/Application.md +20 -0
  13. data/docs/ApplicationAPIKey.md +14 -0
  14. data/docs/ApplicationApiHealth.md +9 -0
  15. data/docs/ApplicationCustomer.md +16 -0
  16. data/docs/ApplicationCustomerEntity.md +8 -0
  17. data/docs/ApplicationCustomerSearch.md +10 -0
  18. data/docs/ApplicationEntity.md +8 -0
  19. data/docs/ApplicationEvent.md +15 -0
  20. data/docs/ApplicationSession.md +19 -0
  21. data/docs/ApplicationSessionEntity.md +8 -0
  22. data/docs/Attribute.md +18 -0
  23. data/docs/AttributeQuery.md +7 -0
  24. data/docs/Binding.md +9 -0
  25. data/docs/Campaign.md +32 -0
  26. data/docs/CampaignAnalytics.md +22 -0
  27. data/docs/CampaignCopy.md +9 -0
  28. data/docs/CampaignEntity.md +8 -0
  29. data/docs/CampaignSearch.md +8 -0
  30. data/docs/CampaignSet.md +11 -0
  31. data/docs/CampaignSetBranchNode.md +11 -0
  32. data/docs/CampaignSetLeafNode.md +9 -0
  33. data/docs/CampaignSetNode.md +8 -0
  34. data/docs/CartItem.md +19 -0
  35. data/docs/CartItemAdjustment.md +10 -0
  36. data/docs/Change.md +13 -0
  37. data/docs/CodeGeneratorSettings.md +9 -0
  38. data/docs/Coupon.md +21 -0
  39. data/docs/CouponConstraints.md +10 -0
  40. data/docs/CouponRejectionReason.md +10 -0
  41. data/docs/CouponReservations.md +8 -0
  42. data/docs/CouponSearch.md +8 -0
  43. data/docs/CouponValue.md +8 -0
  44. data/docs/CreateApplicationAPIKey.md +9 -0
  45. data/docs/CustomerActivityReport.md +20 -0
  46. data/docs/CustomerAnalytics.md +14 -0
  47. data/docs/CustomerProfile.md +15 -0
  48. data/docs/CustomerProfileSearchQuery.md +10 -0
  49. data/docs/CustomerSession.md +20 -0
  50. data/docs/EmailEntity.md +8 -0
  51. data/docs/Entity.md +9 -0
  52. data/docs/Environment.md +14 -0
  53. data/docs/ErrorResponse.md +9 -0
  54. data/docs/ErrorSource.md +11 -0
  55. data/docs/Event.md +17 -0
  56. data/docs/EventType.md +19 -0
  57. data/docs/Export.md +13 -0
  58. data/docs/FeatureFlag.md +11 -0
  59. data/docs/FeatureFlags.md +11 -0
  60. data/docs/FeaturesFeed.md +9 -0
  61. data/docs/FuncArgDef.md +9 -0
  62. data/docs/FunctionDef.md +12 -0
  63. data/docs/Import.md +13 -0
  64. data/docs/ImportCoupons.md +8 -0
  65. data/docs/InlineResponse200.md +9 -0
  66. data/docs/InlineResponse2001.md +9 -0
  67. data/docs/InlineResponse20010.md +9 -0
  68. data/docs/InlineResponse20011.md +9 -0
  69. data/docs/InlineResponse20012.md +9 -0
  70. data/docs/InlineResponse20013.md +9 -0
  71. data/docs/InlineResponse20014.md +9 -0
  72. data/docs/InlineResponse20015.md +9 -0
  73. data/docs/InlineResponse20016.md +9 -0
  74. data/docs/InlineResponse20017.md +9 -0
  75. data/docs/InlineResponse20018.md +9 -0
  76. data/docs/InlineResponse20019.md +9 -0
  77. data/docs/InlineResponse2002.md +9 -0
  78. data/docs/InlineResponse20020.md +9 -0
  79. data/docs/InlineResponse20021.md +9 -0
  80. data/docs/InlineResponse20022.md +9 -0
  81. data/docs/InlineResponse20023.md +9 -0
  82. data/docs/InlineResponse20024.md +9 -0
  83. data/docs/InlineResponse20025.md +10 -0
  84. data/docs/InlineResponse20026.md +9 -0
  85. data/docs/InlineResponse20027.md +9 -0
  86. data/docs/InlineResponse20028.md +9 -0
  87. data/docs/InlineResponse2003.md +9 -0
  88. data/docs/InlineResponse2004.md +9 -0
  89. data/docs/InlineResponse2005.md +9 -0
  90. data/docs/InlineResponse2006.md +9 -0
  91. data/docs/InlineResponse2007.md +9 -0
  92. data/docs/InlineResponse2008.md +9 -0
  93. data/docs/InlineResponse2009.md +9 -0
  94. data/docs/IntegrationApi.md +558 -0
  95. data/docs/IntegrationEntity.md +9 -0
  96. data/docs/IntegrationEvent.md +10 -0
  97. data/docs/IntegrationProfileEntity.md +8 -0
  98. data/docs/IntegrationState.md +12 -0
  99. data/docs/LedgerEntry.md +17 -0
  100. data/docs/LibraryAttribute.md +14 -0
  101. data/docs/LimitConfig.md +10 -0
  102. data/docs/LoginParams.md +9 -0
  103. data/docs/Loyalty.md +8 -0
  104. data/docs/LoyaltyLedger.md +9 -0
  105. data/docs/LoyaltyLedgerEntry.md +17 -0
  106. data/docs/LoyaltyMembership.md +9 -0
  107. data/docs/LoyaltyPoints.md +11 -0
  108. data/docs/LoyaltyProgram.md +15 -0
  109. data/docs/LoyaltyProgramBalance.md +8 -0
  110. data/docs/LoyaltyProgramLedgers.md +11 -0
  111. data/docs/LoyaltySubLedger.md +10 -0
  112. data/docs/ManagementApi.md +5077 -0
  113. data/docs/ManagerConfig.md +8 -0
  114. data/docs/Meta.md +12 -0
  115. data/docs/MiscUpdateUserLatestFeature.md +8 -0
  116. data/docs/MultiApplicationEntity.md +8 -0
  117. data/docs/MutableEntity.md +8 -0
  118. data/docs/NewAccount.md +8 -0
  119. data/docs/NewAccountSignUp.md +10 -0
  120. data/docs/NewApplication.md +15 -0
  121. data/docs/NewApplicationAPIKey.md +15 -0
  122. data/docs/NewAttribute.md +15 -0
  123. data/docs/NewCampaign.md +19 -0
  124. data/docs/NewCampaignSet.md +9 -0
  125. data/docs/NewCoupons.md +16 -0
  126. data/docs/NewCustomerProfile.md +8 -0
  127. data/docs/NewCustomerSession.md +15 -0
  128. data/docs/NewEvent.md +11 -0
  129. data/docs/NewEventType.md +17 -0
  130. data/docs/NewFeatureFlags.md +10 -0
  131. data/docs/NewImport.md +8 -0
  132. data/docs/NewInvitation.md +11 -0
  133. data/docs/NewInviteEmail.md +9 -0
  134. data/docs/NewLoyaltyProgram.md +13 -0
  135. data/docs/NewPassword.md +9 -0
  136. data/docs/NewPasswordEmail.md +8 -0
  137. data/docs/NewReferral.md +12 -0
  138. data/docs/NewRole.md +11 -0
  139. data/docs/NewRuleset.md +11 -0
  140. data/docs/NewSamlConnection.md +15 -0
  141. data/docs/NewTemplateDef.md +14 -0
  142. data/docs/NewUser.md +11 -0
  143. data/docs/NewWebhook.md +15 -0
  144. data/docs/Notification.md +10 -0
  145. data/docs/Notifications.md +7 -0
  146. data/docs/Referral.md +17 -0
  147. data/docs/ReferralRejectionReason.md +10 -0
  148. data/docs/Role.md +13 -0
  149. data/docs/RoleAssign.md +9 -0
  150. data/docs/RoleMembership.md +9 -0
  151. data/docs/Rule.md +12 -0
  152. data/docs/Ruleset.md +16 -0
  153. data/docs/SamlConnection.md +19 -0
  154. data/docs/Session.md +10 -0
  155. data/docs/SlotDef.md +13 -0
  156. data/docs/TemplateArgDef.md +11 -0
  157. data/docs/TemplateDef.md +18 -0
  158. data/docs/UpdateAccount.md +10 -0
  159. data/docs/UpdateApplication.md +14 -0
  160. data/docs/UpdateCampaign.md +19 -0
  161. data/docs/UpdateCoupon.md +12 -0
  162. data/docs/UpdateCouponBatch.md +12 -0
  163. data/docs/UpdateLoyaltyProgram.md +12 -0
  164. data/docs/UpdateRole.md +11 -0
  165. data/docs/UpdateUser.md +17 -0
  166. data/docs/User.md +21 -0
  167. data/docs/UserEntity.md +8 -0
  168. data/docs/Webhook.md +18 -0
  169. data/docs/WebhookActivationLogEntry.md +12 -0
  170. data/docs/WebhookLogEntry.md +17 -0
  171. data/git_push.sh +55 -0
  172. data/lib/talon_one.rb +204 -0
  173. data/lib/talon_one/api/integration_api.rb +531 -0
  174. data/lib/talon_one/api/management_api.rb +5535 -0
  175. data/lib/talon_one/api_client.rb +389 -0
  176. data/lib/talon_one/api_error.rb +38 -0
  177. data/lib/talon_one/configuration.rb +223 -0
  178. data/lib/talon_one/models/access_log_entry.rb +280 -0
  179. data/lib/talon_one/models/account.rb +462 -0
  180. data/lib/talon_one/models/account_analytics.rb +384 -0
  181. data/lib/talon_one/models/account_entity.rb +189 -0
  182. data/lib/talon_one/models/account_limits.rb +341 -0
  183. data/lib/talon_one/models/api_error.rb +213 -0
  184. data/lib/talon_one/models/application.rb +482 -0
  185. data/lib/talon_one/models/application_api_health.rb +239 -0
  186. data/lib/talon_one/models/application_api_key.rb +279 -0
  187. data/lib/talon_one/models/application_customer.rb +307 -0
  188. data/lib/talon_one/models/application_customer_entity.rb +184 -0
  189. data/lib/talon_one/models/application_customer_search.rb +206 -0
  190. data/lib/talon_one/models/application_entity.rb +189 -0
  191. data/lib/talon_one/models/application_event.rb +287 -0
  192. data/lib/talon_one/models/application_session.rb +378 -0
  193. data/lib/talon_one/models/application_session_entity.rb +189 -0
  194. data/lib/talon_one/models/attribute.rb +382 -0
  195. data/lib/talon_one/models/attribute_query.rb +174 -0
  196. data/lib/talon_one/models/binding.rb +206 -0
  197. data/lib/talon_one/models/campaign.rb +534 -0
  198. data/lib/talon_one/models/campaign_analytics.rb +399 -0
  199. data/lib/talon_one/models/campaign_copy.rb +201 -0
  200. data/lib/talon_one/models/campaign_entity.rb +189 -0
  201. data/lib/talon_one/models/campaign_search.rb +189 -0
  202. data/lib/talon_one/models/campaign_set.rb +234 -0
  203. data/lib/talon_one/models/campaign_set_branch_node.rb +282 -0
  204. data/lib/talon_one/models/campaign_set_leaf_node.rb +238 -0
  205. data/lib/talon_one/models/campaign_set_node.rb +188 -0
  206. data/lib/talon_one/models/cart_item.rb +365 -0
  207. data/lib/talon_one/models/cart_item_adjustment.rb +248 -0
  208. data/lib/talon_one/models/change.rb +255 -0
  209. data/lib/talon_one/models/code_generator_settings.rb +225 -0
  210. data/lib/talon_one/models/coupon.rb +392 -0
  211. data/lib/talon_one/models/coupon_constraints.rb +228 -0
  212. data/lib/talon_one/models/coupon_rejection_reason.rb +251 -0
  213. data/lib/talon_one/models/coupon_reservations.rb +191 -0
  214. data/lib/talon_one/models/coupon_search.rb +189 -0
  215. data/lib/talon_one/models/coupon_value.rb +199 -0
  216. data/lib/talon_one/models/create_application_api_key.rb +204 -0
  217. data/lib/talon_one/models/customer_activity_report.rb +365 -0
  218. data/lib/talon_one/models/customer_analytics.rb +280 -0
  219. data/lib/talon_one/models/customer_profile.rb +292 -0
  220. data/lib/talon_one/models/customer_profile_search_query.rb +206 -0
  221. data/lib/talon_one/models/customer_session.rb +407 -0
  222. data/lib/talon_one/models/email_entity.rb +189 -0
  223. data/lib/talon_one/models/entity.rb +204 -0
  224. data/lib/talon_one/models/environment.rb +285 -0
  225. data/lib/talon_one/models/error_response.rb +201 -0
  226. data/lib/talon_one/models/error_source.rb +215 -0
  227. data/lib/talon_one/models/event.rb +332 -0
  228. data/lib/talon_one/models/event_type.rb +426 -0
  229. data/lib/talon_one/models/export.rb +299 -0
  230. data/lib/talon_one/models/feature_flag.rb +224 -0
  231. data/lib/talon_one/models/feature_flags.rb +220 -0
  232. data/lib/talon_one/models/features_feed.rb +193 -0
  233. data/lib/talon_one/models/func_arg_def.rb +243 -0
  234. data/lib/talon_one/models/function_def.rb +260 -0
  235. data/lib/talon_one/models/import.rb +318 -0
  236. data/lib/talon_one/models/import_coupons.rb +188 -0
  237. data/lib/talon_one/models/inline_response_200.rb +204 -0
  238. data/lib/talon_one/models/inline_response_200_1.rb +204 -0
  239. data/lib/talon_one/models/inline_response_200_10.rb +204 -0
  240. data/lib/talon_one/models/inline_response_200_11.rb +204 -0
  241. data/lib/talon_one/models/inline_response_200_12.rb +204 -0
  242. data/lib/talon_one/models/inline_response_200_13.rb +204 -0
  243. data/lib/talon_one/models/inline_response_200_14.rb +204 -0
  244. data/lib/talon_one/models/inline_response_200_15.rb +204 -0
  245. data/lib/talon_one/models/inline_response_200_16.rb +204 -0
  246. data/lib/talon_one/models/inline_response_200_17.rb +204 -0
  247. data/lib/talon_one/models/inline_response_200_18.rb +204 -0
  248. data/lib/talon_one/models/inline_response_200_19.rb +204 -0
  249. data/lib/talon_one/models/inline_response_200_2.rb +204 -0
  250. data/lib/talon_one/models/inline_response_200_20.rb +204 -0
  251. data/lib/talon_one/models/inline_response_200_21.rb +204 -0
  252. data/lib/talon_one/models/inline_response_200_22.rb +204 -0
  253. data/lib/talon_one/models/inline_response_200_23.rb +204 -0
  254. data/lib/talon_one/models/inline_response_200_24.rb +204 -0
  255. data/lib/talon_one/models/inline_response_200_25.rb +208 -0
  256. data/lib/talon_one/models/inline_response_200_26.rb +204 -0
  257. data/lib/talon_one/models/inline_response_200_27.rb +204 -0
  258. data/lib/talon_one/models/inline_response_200_28.rb +204 -0
  259. data/lib/talon_one/models/inline_response_200_3.rb +204 -0
  260. data/lib/talon_one/models/inline_response_200_4.rb +204 -0
  261. data/lib/talon_one/models/inline_response_200_5.rb +204 -0
  262. data/lib/talon_one/models/inline_response_200_6.rb +204 -0
  263. data/lib/talon_one/models/inline_response_200_7.rb +204 -0
  264. data/lib/talon_one/models/inline_response_200_8.rb +204 -0
  265. data/lib/talon_one/models/inline_response_200_9.rb +204 -0
  266. data/lib/talon_one/models/integration_entity.rb +204 -0
  267. data/lib/talon_one/models/integration_event.rb +234 -0
  268. data/lib/talon_one/models/integration_profile_entity.rb +184 -0
  269. data/lib/talon_one/models/integration_state.rb +235 -0
  270. data/lib/talon_one/models/ledger_entry.rb +320 -0
  271. data/lib/talon_one/models/library_attribute.rb +330 -0
  272. data/lib/talon_one/models/limit_config.rb +274 -0
  273. data/lib/talon_one/models/login_params.rb +205 -0
  274. data/lib/talon_one/models/loyalty.rb +192 -0
  275. data/lib/talon_one/models/loyalty_ledger.rb +202 -0
  276. data/lib/talon_one/models/loyalty_ledger_entry.rb +336 -0
  277. data/lib/talon_one/models/loyalty_membership.rb +199 -0
  278. data/lib/talon_one/models/loyalty_points.rb +220 -0
  279. data/lib/talon_one/models/loyalty_program.rb +297 -0
  280. data/lib/talon_one/models/loyalty_program_balance.rb +189 -0
  281. data/lib/talon_one/models/loyalty_program_ledgers.rb +232 -0
  282. data/lib/talon_one/models/loyalty_sub_ledger.rb +213 -0
  283. data/lib/talon_one/models/manager_config.rb +188 -0
  284. data/lib/talon_one/models/meta.rb +221 -0
  285. data/lib/talon_one/models/misc_update_user_latest_feature.rb +183 -0
  286. data/lib/talon_one/models/multi_application_entity.rb +191 -0
  287. data/lib/talon_one/models/mutable_entity.rb +189 -0
  288. data/lib/talon_one/models/new_account.rb +207 -0
  289. data/lib/talon_one/models/new_account_sign_up.rb +238 -0
  290. data/lib/talon_one/models/new_application.rb +396 -0
  291. data/lib/talon_one/models/new_application_api_key.rb +295 -0
  292. data/lib/talon_one/models/new_attribute.rb +337 -0
  293. data/lib/talon_one/models/new_campaign.rb +378 -0
  294. data/lib/talon_one/models/new_campaign_set.rb +204 -0
  295. data/lib/talon_one/models/new_coupons.rb +334 -0
  296. data/lib/talon_one/models/new_customer_profile.rb +184 -0
  297. data/lib/talon_one/models/new_customer_session.rb +295 -0
  298. data/lib/talon_one/models/new_event.rb +268 -0
  299. data/lib/talon_one/models/new_event_type.rb +396 -0
  300. data/lib/talon_one/models/new_feature_flags.rb +204 -0
  301. data/lib/talon_one/models/new_import.rb +224 -0
  302. data/lib/talon_one/models/new_invitation.rb +226 -0
  303. data/lib/talon_one/models/new_invite_email.rb +240 -0
  304. data/lib/talon_one/models/new_loyalty_program.rb +257 -0
  305. data/lib/talon_one/models/new_password.rb +222 -0
  306. data/lib/talon_one/models/new_password_email.rb +207 -0
  307. data/lib/talon_one/models/new_referral.rb +234 -0
  308. data/lib/talon_one/models/new_role.rb +232 -0
  309. data/lib/talon_one/models/new_ruleset.rb +228 -0
  310. data/lib/talon_one/models/new_saml_connection.rb +356 -0
  311. data/lib/talon_one/models/new_template_def.rb +308 -0
  312. data/lib/talon_one/models/new_user.rb +248 -0
  313. data/lib/talon_one/models/new_webhook.rb +330 -0
  314. data/lib/talon_one/models/notification.rb +219 -0
  315. data/lib/talon_one/models/notifications.rb +174 -0
  316. data/lib/talon_one/models/referral.rb +348 -0
  317. data/lib/talon_one/models/referral_rejection_reason.rb +251 -0
  318. data/lib/talon_one/models/role.rb +247 -0
  319. data/lib/talon_one/models/role_assign.rb +209 -0
  320. data/lib/talon_one/models/role_membership.rb +204 -0
  321. data/lib/talon_one/models/rule.rb +245 -0
  322. data/lib/talon_one/models/ruleset.rb +299 -0
  323. data/lib/talon_one/models/saml_connection.rb +420 -0
  324. data/lib/talon_one/models/session.rb +219 -0
  325. data/lib/talon_one/models/slot_def.rb +254 -0
  326. data/lib/talon_one/models/template_arg_def.rb +293 -0
  327. data/lib/talon_one/models/template_def.rb +398 -0
  328. data/lib/talon_one/models/update_account.rb +233 -0
  329. data/lib/talon_one/models/update_application.rb +352 -0
  330. data/lib/talon_one/models/update_campaign.rb +373 -0
  331. data/lib/talon_one/models/update_coupon.rb +249 -0
  332. data/lib/talon_one/models/update_coupon_batch.rb +254 -0
  333. data/lib/talon_one/models/update_loyalty_program.rb +227 -0
  334. data/lib/talon_one/models/update_role.rb +216 -0
  335. data/lib/talon_one/models/update_user.rb +315 -0
  336. data/lib/talon_one/models/user.rb +400 -0
  337. data/lib/talon_one/models/user_entity.rb +189 -0
  338. data/lib/talon_one/models/webhook.rb +375 -0
  339. data/lib/talon_one/models/webhook_activation_log_entry.rb +250 -0
  340. data/lib/talon_one/models/webhook_log_entry.rb +305 -0
  341. data/lib/talon_one/version.rb +15 -0
  342. data/spec/api/integration_api_spec.rb +147 -0
  343. data/spec/api/management_api_spec.rb +1304 -0
  344. data/spec/api_client_spec.rb +226 -0
  345. data/spec/configuration_spec.rb +42 -0
  346. data/spec/models/access_log_entry_spec.rb +77 -0
  347. data/spec/models/account_analytics_spec.rb +119 -0
  348. data/spec/models/account_entity_spec.rb +41 -0
  349. data/spec/models/account_limits_spec.rb +101 -0
  350. data/spec/models/account_spec.rb +147 -0
  351. data/spec/models/api_error_spec.rb +53 -0
  352. data/spec/models/application_api_health_spec.rb +51 -0
  353. data/spec/models/application_api_key_spec.rb +77 -0
  354. data/spec/models/application_customer_entity_spec.rb +41 -0
  355. data/spec/models/application_customer_search_spec.rb +53 -0
  356. data/spec/models/application_customer_spec.rb +89 -0
  357. data/spec/models/application_entity_spec.rb +41 -0
  358. data/spec/models/application_event_spec.rb +83 -0
  359. data/spec/models/application_session_entity_spec.rb +41 -0
  360. data/spec/models/application_session_spec.rb +111 -0
  361. data/spec/models/application_spec.rb +117 -0
  362. data/spec/models/attribute_query_spec.rb +35 -0
  363. data/spec/models/attribute_spec.rb +109 -0
  364. data/spec/models/binding_spec.rb +47 -0
  365. data/spec/models/campaign_analytics_spec.rb +125 -0
  366. data/spec/models/campaign_copy_spec.rb +47 -0
  367. data/spec/models/campaign_entity_spec.rb +41 -0
  368. data/spec/models/campaign_search_spec.rb +41 -0
  369. data/spec/models/campaign_set_branch_node_spec.rb +67 -0
  370. data/spec/models/campaign_set_leaf_node_spec.rb +51 -0
  371. data/spec/models/campaign_set_node_spec.rb +41 -0
  372. data/spec/models/campaign_set_spec.rb +59 -0
  373. data/spec/models/campaign_spec.rb +193 -0
  374. data/spec/models/cart_item_adjustment_spec.rb +53 -0
  375. data/spec/models/cart_item_spec.rb +107 -0
  376. data/spec/models/change_spec.rb +71 -0
  377. data/spec/models/code_generator_settings_spec.rb +47 -0
  378. data/spec/models/coupon_constraints_spec.rb +53 -0
  379. data/spec/models/coupon_rejection_reason_spec.rb +57 -0
  380. data/spec/models/coupon_reservations_spec.rb +41 -0
  381. data/spec/models/coupon_search_spec.rb +41 -0
  382. data/spec/models/coupon_spec.rb +119 -0
  383. data/spec/models/coupon_value_spec.rb +41 -0
  384. data/spec/models/create_application_api_key_spec.rb +47 -0
  385. data/spec/models/customer_activity_report_spec.rb +113 -0
  386. data/spec/models/customer_analytics_spec.rb +77 -0
  387. data/spec/models/customer_profile_search_query_spec.rb +53 -0
  388. data/spec/models/customer_profile_spec.rb +83 -0
  389. data/spec/models/customer_session_spec.rb +117 -0
  390. data/spec/models/email_entity_spec.rb +41 -0
  391. data/spec/models/entity_spec.rb +47 -0
  392. data/spec/models/environment_spec.rb +77 -0
  393. data/spec/models/error_response_spec.rb +47 -0
  394. data/spec/models/error_source_spec.rb +59 -0
  395. data/spec/models/event_spec.rb +95 -0
  396. data/spec/models/event_type_spec.rb +115 -0
  397. data/spec/models/export_spec.rb +75 -0
  398. data/spec/models/feature_flag_spec.rb +59 -0
  399. data/spec/models/feature_flags_spec.rb +59 -0
  400. data/spec/models/features_feed_spec.rb +47 -0
  401. data/spec/models/func_arg_def_spec.rb +51 -0
  402. data/spec/models/function_def_spec.rb +65 -0
  403. data/spec/models/import_coupons_spec.rb +41 -0
  404. data/spec/models/import_spec.rb +75 -0
  405. data/spec/models/inline_response_200_10_spec.rb +47 -0
  406. data/spec/models/inline_response_200_11_spec.rb +47 -0
  407. data/spec/models/inline_response_200_12_spec.rb +47 -0
  408. data/spec/models/inline_response_200_13_spec.rb +47 -0
  409. data/spec/models/inline_response_200_14_spec.rb +47 -0
  410. data/spec/models/inline_response_200_15_spec.rb +47 -0
  411. data/spec/models/inline_response_200_16_spec.rb +47 -0
  412. data/spec/models/inline_response_200_17_spec.rb +47 -0
  413. data/spec/models/inline_response_200_18_spec.rb +47 -0
  414. data/spec/models/inline_response_200_19_spec.rb +47 -0
  415. data/spec/models/inline_response_200_1_spec.rb +47 -0
  416. data/spec/models/inline_response_200_20_spec.rb +47 -0
  417. data/spec/models/inline_response_200_21_spec.rb +47 -0
  418. data/spec/models/inline_response_200_22_spec.rb +47 -0
  419. data/spec/models/inline_response_200_23_spec.rb +47 -0
  420. data/spec/models/inline_response_200_24_spec.rb +47 -0
  421. data/spec/models/inline_response_200_25_spec.rb +53 -0
  422. data/spec/models/inline_response_200_26_spec.rb +47 -0
  423. data/spec/models/inline_response_200_27_spec.rb +47 -0
  424. data/spec/models/inline_response_200_28_spec.rb +47 -0
  425. data/spec/models/inline_response_200_2_spec.rb +47 -0
  426. data/spec/models/inline_response_200_3_spec.rb +47 -0
  427. data/spec/models/inline_response_200_4_spec.rb +47 -0
  428. data/spec/models/inline_response_200_5_spec.rb +47 -0
  429. data/spec/models/inline_response_200_6_spec.rb +47 -0
  430. data/spec/models/inline_response_200_7_spec.rb +47 -0
  431. data/spec/models/inline_response_200_8_spec.rb +47 -0
  432. data/spec/models/inline_response_200_9_spec.rb +47 -0
  433. data/spec/models/inline_response_200_spec.rb +47 -0
  434. data/spec/models/integration_entity_spec.rb +47 -0
  435. data/spec/models/integration_event_spec.rb +53 -0
  436. data/spec/models/integration_profile_entity_spec.rb +41 -0
  437. data/spec/models/integration_state_spec.rb +65 -0
  438. data/spec/models/ledger_entry_spec.rb +95 -0
  439. data/spec/models/library_attribute_spec.rb +85 -0
  440. data/spec/models/limit_config_spec.rb +61 -0
  441. data/spec/models/login_params_spec.rb +47 -0
  442. data/spec/models/loyalty_ledger_entry_spec.rb +99 -0
  443. data/spec/models/loyalty_ledger_spec.rb +47 -0
  444. data/spec/models/loyalty_membership_spec.rb +47 -0
  445. data/spec/models/loyalty_points_spec.rb +59 -0
  446. data/spec/models/loyalty_program_balance_spec.rb +41 -0
  447. data/spec/models/loyalty_program_ledgers_spec.rb +59 -0
  448. data/spec/models/loyalty_program_spec.rb +83 -0
  449. data/spec/models/loyalty_spec.rb +41 -0
  450. data/spec/models/loyalty_sub_ledger_spec.rb +53 -0
  451. data/spec/models/manager_config_spec.rb +41 -0
  452. data/spec/models/meta_spec.rb +65 -0
  453. data/spec/models/misc_update_user_latest_feature_spec.rb +41 -0
  454. data/spec/models/multi_application_entity_spec.rb +41 -0
  455. data/spec/models/mutable_entity_spec.rb +41 -0
  456. data/spec/models/new_account_sign_up_spec.rb +53 -0
  457. data/spec/models/new_account_spec.rb +41 -0
  458. data/spec/models/new_application_api_key_spec.rb +83 -0
  459. data/spec/models/new_application_spec.rb +87 -0
  460. data/spec/models/new_attribute_spec.rb +91 -0
  461. data/spec/models/new_campaign_set_spec.rb +47 -0
  462. data/spec/models/new_campaign_spec.rb +115 -0
  463. data/spec/models/new_coupons_spec.rb +89 -0
  464. data/spec/models/new_customer_profile_spec.rb +41 -0
  465. data/spec/models/new_customer_session_spec.rb +87 -0
  466. data/spec/models/new_event_spec.rb +59 -0
  467. data/spec/models/new_event_type_spec.rb +103 -0
  468. data/spec/models/new_feature_flags_spec.rb +53 -0
  469. data/spec/models/new_import_spec.rb +45 -0
  470. data/spec/models/new_invitation_spec.rb +59 -0
  471. data/spec/models/new_invite_email_spec.rb +47 -0
  472. data/spec/models/new_loyalty_program_spec.rb +71 -0
  473. data/spec/models/new_password_email_spec.rb +41 -0
  474. data/spec/models/new_password_spec.rb +47 -0
  475. data/spec/models/new_referral_spec.rb +65 -0
  476. data/spec/models/new_role_spec.rb +59 -0
  477. data/spec/models/new_ruleset_spec.rb +59 -0
  478. data/spec/models/new_saml_connection_spec.rb +83 -0
  479. data/spec/models/new_template_def_spec.rb +77 -0
  480. data/spec/models/new_user_spec.rb +59 -0
  481. data/spec/models/new_webhook_spec.rb +87 -0
  482. data/spec/models/notification_spec.rb +53 -0
  483. data/spec/models/notifications_spec.rb +35 -0
  484. data/spec/models/referral_rejection_reason_spec.rb +57 -0
  485. data/spec/models/referral_spec.rb +95 -0
  486. data/spec/models/role_assign_spec.rb +47 -0
  487. data/spec/models/role_membership_spec.rb +47 -0
  488. data/spec/models/role_spec.rb +71 -0
  489. data/spec/models/rule_spec.rb +65 -0
  490. data/spec/models/ruleset_spec.rb +89 -0
  491. data/spec/models/saml_connection_spec.rb +107 -0
  492. data/spec/models/session_spec.rb +53 -0
  493. data/spec/models/slot_def_spec.rb +71 -0
  494. data/spec/models/template_arg_def_spec.rb +63 -0
  495. data/spec/models/template_def_spec.rb +101 -0
  496. data/spec/models/update_account_spec.rb +53 -0
  497. data/spec/models/update_application_spec.rb +81 -0
  498. data/spec/models/update_campaign_spec.rb +115 -0
  499. data/spec/models/update_coupon_batch_spec.rb +65 -0
  500. data/spec/models/update_coupon_spec.rb +65 -0
  501. data/spec/models/update_loyalty_program_spec.rb +65 -0
  502. data/spec/models/update_role_spec.rb +59 -0
  503. data/spec/models/update_user_spec.rb +99 -0
  504. data/spec/models/user_entity_spec.rb +41 -0
  505. data/spec/models/user_spec.rb +123 -0
  506. data/spec/models/webhook_activation_log_entry_spec.rb +65 -0
  507. data/spec/models/webhook_log_entry_spec.rb +95 -0
  508. data/spec/models/webhook_spec.rb +105 -0
  509. data/spec/spec_helper.rb +111 -0
  510. data/talon_one-1.0.0.gem +0 -0
  511. data/talon_one-1.1.0.gem +0 -0
  512. data/talon_one-1.1.1.gem +0 -0
  513. data/talon_one-1.1.2.gem +0 -0
  514. data/talon_one-1.2.0.gem +0 -0
  515. data/talon_one.gemspec +45 -0
  516. metadata +908 -0
@@ -0,0 +1,206 @@
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
+ OpenAPI spec version: 1.0.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.7
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module TalonOne
16
+ class Binding
17
+ # A descriptive name for the value to be bound.
18
+ attr_accessor :name
19
+
20
+ # A Talang expression that will be evaluated and its result attached to the name of the binding.
21
+ attr_accessor :expression
22
+
23
+ # Attribute mapping from ruby-style variable name to JSON key.
24
+ def self.attribute_map
25
+ {
26
+ :'name' => :'name',
27
+ :'expression' => :'expression'
28
+ }
29
+ end
30
+
31
+ # Attribute type mapping.
32
+ def self.swagger_types
33
+ {
34
+ :'name' => :'String',
35
+ :'expression' => :'Array<Object>'
36
+ }
37
+ end
38
+
39
+ # Initializes the object
40
+ # @param [Hash] attributes Model attributes in the form of hash
41
+ def initialize(attributes = {})
42
+ return unless attributes.is_a?(Hash)
43
+
44
+ # convert string to symbol for hash key
45
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
46
+
47
+ if attributes.has_key?(:'name')
48
+ self.name = attributes[:'name']
49
+ end
50
+
51
+ if attributes.has_key?(:'expression')
52
+ if (value = attributes[:'expression']).is_a?(Array)
53
+ self.expression = value
54
+ end
55
+ end
56
+ end
57
+
58
+ # Show invalid properties with the reasons. Usually used together with valid?
59
+ # @return Array for valid properties with the reasons
60
+ def list_invalid_properties
61
+ invalid_properties = Array.new
62
+ if @name.nil?
63
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
64
+ end
65
+
66
+ if @expression.nil?
67
+ invalid_properties.push('invalid value for "expression", expression cannot be nil.')
68
+ end
69
+
70
+ invalid_properties
71
+ end
72
+
73
+ # Check to see if the all the properties in the model are valid
74
+ # @return true if the model is valid
75
+ def valid?
76
+ return false if @name.nil?
77
+ return false if @expression.nil?
78
+ true
79
+ end
80
+
81
+ # Checks equality by comparing each attribute.
82
+ # @param [Object] Object to be compared
83
+ def ==(o)
84
+ return true if self.equal?(o)
85
+ self.class == o.class &&
86
+ name == o.name &&
87
+ expression == o.expression
88
+ end
89
+
90
+ # @see the `==` method
91
+ # @param [Object] Object to be compared
92
+ def eql?(o)
93
+ self == o
94
+ end
95
+
96
+ # Calculates hash code according to all attributes.
97
+ # @return [Fixnum] Hash code
98
+ def hash
99
+ [name, expression].hash
100
+ end
101
+
102
+ # Builds the object from hash
103
+ # @param [Hash] attributes Model attributes in the form of hash
104
+ # @return [Object] Returns the model itself
105
+ def build_from_hash(attributes)
106
+ return nil unless attributes.is_a?(Hash)
107
+ self.class.swagger_types.each_pair do |key, type|
108
+ if type =~ /\AArray<(.*)>/i
109
+ # check to ensure the input is an array given that the the attribute
110
+ # is documented as an array but the input is not
111
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
112
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
113
+ end
114
+ elsif !attributes[self.class.attribute_map[key]].nil?
115
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
116
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
117
+ end
118
+
119
+ self
120
+ end
121
+
122
+ # Deserializes the data based on type
123
+ # @param string type Data type
124
+ # @param string value Value to be deserialized
125
+ # @return [Object] Deserialized data
126
+ def _deserialize(type, value)
127
+ case type.to_sym
128
+ when :DateTime
129
+ DateTime.parse(value)
130
+ when :Date
131
+ Date.parse(value)
132
+ when :String
133
+ value.to_s
134
+ when :Integer
135
+ value.to_i
136
+ when :Float
137
+ value.to_f
138
+ when :BOOLEAN
139
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
140
+ true
141
+ else
142
+ false
143
+ end
144
+ when :Object
145
+ # generic object (usually a Hash), return directly
146
+ value
147
+ when /\AArray<(?<inner_type>.+)>\z/
148
+ inner_type = Regexp.last_match[:inner_type]
149
+ value.map { |v| _deserialize(inner_type, v) }
150
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
151
+ k_type = Regexp.last_match[:k_type]
152
+ v_type = Regexp.last_match[:v_type]
153
+ {}.tap do |hash|
154
+ value.each do |k, v|
155
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
156
+ end
157
+ end
158
+ else # model
159
+ temp_model = TalonOne.const_get(type).new
160
+ temp_model.build_from_hash(value)
161
+ end
162
+ end
163
+
164
+ # Returns the string representation of the object
165
+ # @return [String] String presentation of the object
166
+ def to_s
167
+ to_hash.to_s
168
+ end
169
+
170
+ # to_body is an alias to to_hash (backward compatibility)
171
+ # @return [Hash] Returns the object in the form of hash
172
+ def to_body
173
+ to_hash
174
+ end
175
+
176
+ # Returns the object in the form of hash
177
+ # @return [Hash] Returns the object in the form of hash
178
+ def to_hash
179
+ hash = {}
180
+ self.class.attribute_map.each_pair do |attr, param|
181
+ value = self.send(attr)
182
+ next if value.nil?
183
+ hash[param] = _to_hash(value)
184
+ end
185
+ hash
186
+ end
187
+
188
+ # Outputs non-array value in the form of hash
189
+ # For object, use to_hash. Otherwise, just return the value
190
+ # @param [Object] value Any valid value
191
+ # @return [Hash] Returns the value in the form of hash
192
+ def _to_hash(value)
193
+ if value.is_a?(Array)
194
+ value.compact.map { |v| _to_hash(v) }
195
+ elsif value.is_a?(Hash)
196
+ {}.tap do |hash|
197
+ value.each { |k, v| hash[k] = _to_hash(v) }
198
+ end
199
+ elsif value.respond_to? :to_hash
200
+ value.to_hash
201
+ else
202
+ value
203
+ end
204
+ end
205
+ end
206
+ end
@@ -0,0 +1,534 @@
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
+ OpenAPI spec version: 1.0.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.7
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module TalonOne
16
+ #
17
+ class Campaign
18
+ # Unique ID for this entity.
19
+ attr_accessor :id
20
+
21
+ # The exact moment this entity was created.
22
+ attr_accessor :created
23
+
24
+ # The ID of the application that owns this entity.
25
+ attr_accessor :application_id
26
+
27
+ # The ID of the account that owns this entity.
28
+ attr_accessor :user_id
29
+
30
+ # A friendly name for this campaign.
31
+ attr_accessor :name
32
+
33
+ # A detailed description of the campaign.
34
+ attr_accessor :description
35
+
36
+ # Datetime when the campaign will become active.
37
+ attr_accessor :start_time
38
+
39
+ # Datetime when the campaign will become in-active.
40
+ attr_accessor :end_time
41
+
42
+ # Arbitrary properties associated with this campaign
43
+ attr_accessor :attributes
44
+
45
+ # A disabled or archived campaign is not evaluated for rules or coupons.
46
+ attr_accessor :state
47
+
48
+ # ID of Ruleset this campaign applies on customer session evaluation.
49
+ attr_accessor :active_ruleset_id
50
+
51
+ # A list of tags for the campaign.
52
+ attr_accessor :tags
53
+
54
+ # A list of features for the campaign.
55
+ attr_accessor :features
56
+
57
+ attr_accessor :coupon_settings
58
+
59
+ attr_accessor :referral_settings
60
+
61
+ # The set of limits that will operate for this campaign
62
+ attr_accessor :limits
63
+
64
+ # Number of coupons redeemed in the campaign.
65
+ attr_accessor :coupon_redemption_count
66
+
67
+ # Number of referral codes redeemed in the campaign.
68
+ attr_accessor :referral_redemption_count
69
+
70
+ # Total amount of discounts redeemed in the campaign.
71
+ attr_accessor :discount_count
72
+
73
+ # Total number of times discounts were redeemed in this campaign.
74
+ attr_accessor :discount_effect_count
75
+
76
+ # Total number of coupons created by rules in this campaign.
77
+ attr_accessor :coupon_creation_count
78
+
79
+ # Timestamp of the most recent event received by this campaign.
80
+ attr_accessor :last_activity
81
+
82
+ # Timestamp of the most recent update to the campaign or any of its elements.
83
+ attr_accessor :updated
84
+
85
+ # Name of the user who created this campaign if available.
86
+ attr_accessor :created_by
87
+
88
+ # Name of the user who last updated this campaign if available.
89
+ attr_accessor :updated_by
90
+
91
+ class EnumAttributeValidator
92
+ attr_reader :datatype
93
+ attr_reader :allowable_values
94
+
95
+ def initialize(datatype, allowable_values)
96
+ @allowable_values = allowable_values.map do |value|
97
+ case datatype.to_s
98
+ when /Integer/i
99
+ value.to_i
100
+ when /Float/i
101
+ value.to_f
102
+ else
103
+ value
104
+ end
105
+ end
106
+ end
107
+
108
+ def valid?(value)
109
+ !value || allowable_values.include?(value)
110
+ end
111
+ end
112
+
113
+ # Attribute mapping from ruby-style variable name to JSON key.
114
+ def self.attribute_map
115
+ {
116
+ :'id' => :'id',
117
+ :'created' => :'created',
118
+ :'application_id' => :'applicationId',
119
+ :'user_id' => :'userId',
120
+ :'name' => :'name',
121
+ :'description' => :'description',
122
+ :'start_time' => :'startTime',
123
+ :'end_time' => :'endTime',
124
+ :'attributes' => :'attributes',
125
+ :'state' => :'state',
126
+ :'active_ruleset_id' => :'activeRulesetId',
127
+ :'tags' => :'tags',
128
+ :'features' => :'features',
129
+ :'coupon_settings' => :'couponSettings',
130
+ :'referral_settings' => :'referralSettings',
131
+ :'limits' => :'limits',
132
+ :'coupon_redemption_count' => :'couponRedemptionCount',
133
+ :'referral_redemption_count' => :'referralRedemptionCount',
134
+ :'discount_count' => :'discountCount',
135
+ :'discount_effect_count' => :'discountEffectCount',
136
+ :'coupon_creation_count' => :'couponCreationCount',
137
+ :'last_activity' => :'lastActivity',
138
+ :'updated' => :'updated',
139
+ :'created_by' => :'createdBy',
140
+ :'updated_by' => :'updatedBy'
141
+ }
142
+ end
143
+
144
+ # Attribute type mapping.
145
+ def self.swagger_types
146
+ {
147
+ :'id' => :'Integer',
148
+ :'created' => :'DateTime',
149
+ :'application_id' => :'Integer',
150
+ :'user_id' => :'Integer',
151
+ :'name' => :'String',
152
+ :'description' => :'String',
153
+ :'start_time' => :'DateTime',
154
+ :'end_time' => :'DateTime',
155
+ :'attributes' => :'Object',
156
+ :'state' => :'String',
157
+ :'active_ruleset_id' => :'Integer',
158
+ :'tags' => :'Array<String>',
159
+ :'features' => :'Array<String>',
160
+ :'coupon_settings' => :'CodeGeneratorSettings',
161
+ :'referral_settings' => :'CodeGeneratorSettings',
162
+ :'limits' => :'Array<LimitConfig>',
163
+ :'coupon_redemption_count' => :'Integer',
164
+ :'referral_redemption_count' => :'Integer',
165
+ :'discount_count' => :'Integer',
166
+ :'discount_effect_count' => :'Integer',
167
+ :'coupon_creation_count' => :'Integer',
168
+ :'last_activity' => :'DateTime',
169
+ :'updated' => :'DateTime',
170
+ :'created_by' => :'String',
171
+ :'updated_by' => :'String'
172
+ }
173
+ end
174
+
175
+ # Initializes the object
176
+ # @param [Hash] attributes Model attributes in the form of hash
177
+ def initialize(attributes = {})
178
+ return unless attributes.is_a?(Hash)
179
+
180
+ # convert string to symbol for hash key
181
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
182
+
183
+ if attributes.has_key?(:'id')
184
+ self.id = attributes[:'id']
185
+ end
186
+
187
+ if attributes.has_key?(:'created')
188
+ self.created = attributes[:'created']
189
+ end
190
+
191
+ if attributes.has_key?(:'applicationId')
192
+ self.application_id = attributes[:'applicationId']
193
+ end
194
+
195
+ if attributes.has_key?(:'userId')
196
+ self.user_id = attributes[:'userId']
197
+ end
198
+
199
+ if attributes.has_key?(:'name')
200
+ self.name = attributes[:'name']
201
+ end
202
+
203
+ if attributes.has_key?(:'description')
204
+ self.description = attributes[:'description']
205
+ end
206
+
207
+ if attributes.has_key?(:'startTime')
208
+ self.start_time = attributes[:'startTime']
209
+ end
210
+
211
+ if attributes.has_key?(:'endTime')
212
+ self.end_time = attributes[:'endTime']
213
+ end
214
+
215
+ if attributes.has_key?(:'attributes')
216
+ self.attributes = attributes[:'attributes']
217
+ end
218
+
219
+ if attributes.has_key?(:'state')
220
+ self.state = attributes[:'state']
221
+ else
222
+ self.state = 'enabled'
223
+ end
224
+
225
+ if attributes.has_key?(:'activeRulesetId')
226
+ self.active_ruleset_id = attributes[:'activeRulesetId']
227
+ end
228
+
229
+ if attributes.has_key?(:'tags')
230
+ if (value = attributes[:'tags']).is_a?(Array)
231
+ self.tags = value
232
+ end
233
+ end
234
+
235
+ if attributes.has_key?(:'features')
236
+ if (value = attributes[:'features']).is_a?(Array)
237
+ self.features = value
238
+ end
239
+ end
240
+
241
+ if attributes.has_key?(:'couponSettings')
242
+ self.coupon_settings = attributes[:'couponSettings']
243
+ end
244
+
245
+ if attributes.has_key?(:'referralSettings')
246
+ self.referral_settings = attributes[:'referralSettings']
247
+ end
248
+
249
+ if attributes.has_key?(:'limits')
250
+ if (value = attributes[:'limits']).is_a?(Array)
251
+ self.limits = value
252
+ end
253
+ end
254
+
255
+ if attributes.has_key?(:'couponRedemptionCount')
256
+ self.coupon_redemption_count = attributes[:'couponRedemptionCount']
257
+ end
258
+
259
+ if attributes.has_key?(:'referralRedemptionCount')
260
+ self.referral_redemption_count = attributes[:'referralRedemptionCount']
261
+ end
262
+
263
+ if attributes.has_key?(:'discountCount')
264
+ self.discount_count = attributes[:'discountCount']
265
+ end
266
+
267
+ if attributes.has_key?(:'discountEffectCount')
268
+ self.discount_effect_count = attributes[:'discountEffectCount']
269
+ end
270
+
271
+ if attributes.has_key?(:'couponCreationCount')
272
+ self.coupon_creation_count = attributes[:'couponCreationCount']
273
+ end
274
+
275
+ if attributes.has_key?(:'lastActivity')
276
+ self.last_activity = attributes[:'lastActivity']
277
+ end
278
+
279
+ if attributes.has_key?(:'updated')
280
+ self.updated = attributes[:'updated']
281
+ end
282
+
283
+ if attributes.has_key?(:'createdBy')
284
+ self.created_by = attributes[:'createdBy']
285
+ end
286
+
287
+ if attributes.has_key?(:'updatedBy')
288
+ self.updated_by = attributes[:'updatedBy']
289
+ end
290
+ end
291
+
292
+ # Show invalid properties with the reasons. Usually used together with valid?
293
+ # @return Array for valid properties with the reasons
294
+ def list_invalid_properties
295
+ invalid_properties = Array.new
296
+ if @id.nil?
297
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
298
+ end
299
+
300
+ if @created.nil?
301
+ invalid_properties.push('invalid value for "created", created cannot be nil.')
302
+ end
303
+
304
+ if @application_id.nil?
305
+ invalid_properties.push('invalid value for "application_id", application_id cannot be nil.')
306
+ end
307
+
308
+ if @user_id.nil?
309
+ invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
310
+ end
311
+
312
+ if @name.nil?
313
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
314
+ end
315
+
316
+ if @name.to_s.length < 1
317
+ invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
318
+ end
319
+
320
+ if @description.nil?
321
+ invalid_properties.push('invalid value for "description", description cannot be nil.')
322
+ end
323
+
324
+ if @state.nil?
325
+ invalid_properties.push('invalid value for "state", state cannot be nil.')
326
+ end
327
+
328
+ if @tags.nil?
329
+ invalid_properties.push('invalid value for "tags", tags cannot be nil.')
330
+ end
331
+
332
+ if @features.nil?
333
+ invalid_properties.push('invalid value for "features", features cannot be nil.')
334
+ end
335
+
336
+ if @limits.nil?
337
+ invalid_properties.push('invalid value for "limits", limits cannot be nil.')
338
+ end
339
+
340
+ invalid_properties
341
+ end
342
+
343
+ # Check to see if the all the properties in the model are valid
344
+ # @return true if the model is valid
345
+ def valid?
346
+ return false if @id.nil?
347
+ return false if @created.nil?
348
+ return false if @application_id.nil?
349
+ return false if @user_id.nil?
350
+ return false if @name.nil?
351
+ return false if @name.to_s.length < 1
352
+ return false if @description.nil?
353
+ return false if @state.nil?
354
+ state_validator = EnumAttributeValidator.new('String', ['enabled', 'disabled', 'archived'])
355
+ return false unless state_validator.valid?(@state)
356
+ return false if @tags.nil?
357
+ return false if @features.nil?
358
+ return false if @limits.nil?
359
+ true
360
+ end
361
+
362
+ # Custom attribute writer method with validation
363
+ # @param [Object] name Value to be assigned
364
+ def name=(name)
365
+ if name.nil?
366
+ fail ArgumentError, 'name cannot be nil'
367
+ end
368
+
369
+ if name.to_s.length < 1
370
+ fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
371
+ end
372
+
373
+ @name = name
374
+ end
375
+
376
+ # Custom attribute writer method checking allowed values (enum).
377
+ # @param [Object] state Object to be assigned
378
+ def state=(state)
379
+ validator = EnumAttributeValidator.new('String', ['enabled', 'disabled', 'archived'])
380
+ unless validator.valid?(state)
381
+ fail ArgumentError, 'invalid value for "state", must be one of #{validator.allowable_values}.'
382
+ end
383
+ @state = state
384
+ end
385
+
386
+ # Checks equality by comparing each attribute.
387
+ # @param [Object] Object to be compared
388
+ def ==(o)
389
+ return true if self.equal?(o)
390
+ self.class == o.class &&
391
+ id == o.id &&
392
+ created == o.created &&
393
+ application_id == o.application_id &&
394
+ user_id == o.user_id &&
395
+ name == o.name &&
396
+ description == o.description &&
397
+ start_time == o.start_time &&
398
+ end_time == o.end_time &&
399
+ attributes == o.attributes &&
400
+ state == o.state &&
401
+ active_ruleset_id == o.active_ruleset_id &&
402
+ tags == o.tags &&
403
+ features == o.features &&
404
+ coupon_settings == o.coupon_settings &&
405
+ referral_settings == o.referral_settings &&
406
+ limits == o.limits &&
407
+ coupon_redemption_count == o.coupon_redemption_count &&
408
+ referral_redemption_count == o.referral_redemption_count &&
409
+ discount_count == o.discount_count &&
410
+ discount_effect_count == o.discount_effect_count &&
411
+ coupon_creation_count == o.coupon_creation_count &&
412
+ last_activity == o.last_activity &&
413
+ updated == o.updated &&
414
+ created_by == o.created_by &&
415
+ updated_by == o.updated_by
416
+ end
417
+
418
+ # @see the `==` method
419
+ # @param [Object] Object to be compared
420
+ def eql?(o)
421
+ self == o
422
+ end
423
+
424
+ # Calculates hash code according to all attributes.
425
+ # @return [Fixnum] Hash code
426
+ def hash
427
+ [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
428
+ end
429
+
430
+ # Builds the object from hash
431
+ # @param [Hash] attributes Model attributes in the form of hash
432
+ # @return [Object] Returns the model itself
433
+ def build_from_hash(attributes)
434
+ return nil unless attributes.is_a?(Hash)
435
+ self.class.swagger_types.each_pair do |key, type|
436
+ if type =~ /\AArray<(.*)>/i
437
+ # check to ensure the input is an array given that the the attribute
438
+ # is documented as an array but the input is not
439
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
440
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
441
+ end
442
+ elsif !attributes[self.class.attribute_map[key]].nil?
443
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
444
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
445
+ end
446
+
447
+ self
448
+ end
449
+
450
+ # Deserializes the data based on type
451
+ # @param string type Data type
452
+ # @param string value Value to be deserialized
453
+ # @return [Object] Deserialized data
454
+ def _deserialize(type, value)
455
+ case type.to_sym
456
+ when :DateTime
457
+ DateTime.parse(value)
458
+ when :Date
459
+ Date.parse(value)
460
+ when :String
461
+ value.to_s
462
+ when :Integer
463
+ value.to_i
464
+ when :Float
465
+ value.to_f
466
+ when :BOOLEAN
467
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
468
+ true
469
+ else
470
+ false
471
+ end
472
+ when :Object
473
+ # generic object (usually a Hash), return directly
474
+ value
475
+ when /\AArray<(?<inner_type>.+)>\z/
476
+ inner_type = Regexp.last_match[:inner_type]
477
+ value.map { |v| _deserialize(inner_type, v) }
478
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
479
+ k_type = Regexp.last_match[:k_type]
480
+ v_type = Regexp.last_match[:v_type]
481
+ {}.tap do |hash|
482
+ value.each do |k, v|
483
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
484
+ end
485
+ end
486
+ else # model
487
+ temp_model = TalonOne.const_get(type).new
488
+ temp_model.build_from_hash(value)
489
+ end
490
+ end
491
+
492
+ # Returns the string representation of the object
493
+ # @return [String] String presentation of the object
494
+ def to_s
495
+ to_hash.to_s
496
+ end
497
+
498
+ # to_body is an alias to to_hash (backward compatibility)
499
+ # @return [Hash] Returns the object in the form of hash
500
+ def to_body
501
+ to_hash
502
+ end
503
+
504
+ # Returns the object in the form of hash
505
+ # @return [Hash] Returns the object in the form of hash
506
+ def to_hash
507
+ hash = {}
508
+ self.class.attribute_map.each_pair do |attr, param|
509
+ value = self.send(attr)
510
+ next if value.nil?
511
+ hash[param] = _to_hash(value)
512
+ end
513
+ hash
514
+ end
515
+
516
+ # Outputs non-array value in the form of hash
517
+ # For object, use to_hash. Otherwise, just return the value
518
+ # @param [Object] value Any valid value
519
+ # @return [Hash] Returns the value in the form of hash
520
+ def _to_hash(value)
521
+ if value.is_a?(Array)
522
+ value.compact.map { |v| _to_hash(v) }
523
+ elsif value.is_a?(Hash)
524
+ {}.tap do |hash|
525
+ value.each { |k, v| hash[k] = _to_hash(v) }
526
+ end
527
+ elsif value.respond_to? :to_hash
528
+ value.to_hash
529
+ else
530
+ value
531
+ end
532
+ end
533
+ end
534
+ end