talon_one 9.0.0 → 11.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (524) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/autorelease.yml +123 -0
  3. data/README.md +89 -9
  4. data/docker-compose.yml +2 -2
  5. data/docs/Account.md +1 -1
  6. data/docs/AccountAdditionalCost.md +1 -1
  7. data/docs/AccountLimits.md +5 -1
  8. data/docs/Achievement.md +4 -2
  9. data/docs/AchievementBase.md +4 -2
  10. data/docs/AchievementProgressWithDefinition.md +4 -2
  11. data/docs/AchievementStatusEntry.md +4 -2
  12. data/docs/AddLoyaltyPoints.md +1 -1
  13. data/docs/AddPriceAdjustmentCatalogAction.md +19 -0
  14. data/docs/AddedDeductedPointsBalancesNotificationPolicy.md +19 -0
  15. data/docs/AddedDeductedPointsNotification.md +41 -0
  16. data/docs/AnalyticsSKU.md +6 -2
  17. data/docs/Application.md +1 -1
  18. data/docs/ApplicationCIF.md +1 -1
  19. data/docs/ApplicationCIFExpression.md +1 -1
  20. data/docs/ApplicationCustomer.md +3 -3
  21. data/docs/ApplicationEvent.md +1 -1
  22. data/docs/ApplicationSession.md +1 -1
  23. data/docs/AsyncCouponsData.md +25 -0
  24. data/docs/Attribute.md +1 -1
  25. data/docs/Audience.md +1 -1
  26. data/docs/AudienceCustomer.md +3 -3
  27. data/docs/AudienceReference.md +21 -0
  28. data/docs/BaseLoyaltyProgram.md +1 -1
  29. data/docs/BaseNotificationWebhook.md +1 -1
  30. data/docs/BestPriorPrice.md +27 -0
  31. data/docs/BestPriorPriceMetadata.md +19 -0
  32. data/docs/BestPriorPriceRequest.md +25 -0
  33. data/docs/BestPriorPriceRequestTarget.md +19 -0
  34. data/docs/Binding.md +9 -1
  35. data/docs/CampaignCollection.md +1 -1
  36. data/docs/CampaignCollectionEditedNotification.md +6 -6
  37. data/docs/CampaignCollectionEditedNotificationItem.md +23 -0
  38. data/docs/CampaignCollectionWithoutPayload.md +1 -1
  39. data/docs/CampaignCreatedNotification.md +6 -6
  40. data/docs/CampaignCreatedNotificationItem.md +23 -0
  41. data/docs/CampaignDeactivationRequest.md +17 -0
  42. data/docs/CampaignDeletedNotification.md +6 -4
  43. data/docs/CampaignDeletedNotificationItem.md +21 -0
  44. data/docs/CampaignEditedNotification.md +6 -6
  45. data/docs/CampaignEditedNotificationItem.md +23 -0
  46. data/docs/CampaignEvaluationTreeChangedMessage.md +21 -0
  47. data/docs/CampaignGroup.md +1 -1
  48. data/docs/CampaignNotificationBase.md +19 -0
  49. data/docs/CampaignNotificationGeneric.md +21 -0
  50. data/docs/CampaignNotificationItemBase.md +17 -0
  51. data/docs/CampaignNotificationPolicy.md +1 -1
  52. data/docs/CampaignRulesetChangedNotification.md +6 -6
  53. data/docs/CampaignRulesetChangedNotificationItem.md +23 -0
  54. data/docs/CampaignSet.md +1 -1
  55. data/docs/CampaignStateChangedNotification.md +6 -8
  56. data/docs/CampaignStateChangedNotificationItem.md +25 -0
  57. data/docs/CampaignStoreBudget.md +1 -1
  58. data/docs/CampaignTemplate.md +1 -1
  59. data/docs/CardAddedDeductedPointsBalancesNotificationPolicy.md +19 -0
  60. data/docs/CardAddedDeductedPointsNotification.md +45 -0
  61. data/docs/CardExpiringPointsNotificationPolicy.md +1 -1
  62. data/docs/CardLedgerPointsEntryIntegrationAPI.md +2 -0
  63. data/docs/CardLedgerTransactionLogEntry.md +3 -1
  64. data/docs/CardLedgerTransactionLogEntryIntegrationAPI.md +3 -1
  65. data/docs/CartItem.md +12 -2
  66. data/docs/Catalog.md +1 -1
  67. data/docs/CatalogItem.md +1 -1
  68. data/docs/CatalogsStrikethroughNotificationPolicy.md +3 -1
  69. data/docs/Change.md +1 -1
  70. data/docs/Collection.md +1 -1
  71. data/docs/CollectionWithoutPayload.md +1 -1
  72. data/docs/Coupon.md +2 -2
  73. data/docs/CouponCreationJob.md +1 -1
  74. data/docs/CouponDeletionJob.md +1 -1
  75. data/docs/CouponEntity.md +19 -0
  76. data/docs/CouponsNotificationData.md +27 -0
  77. data/docs/CouponsNotificationPolicy.md +1 -1
  78. data/docs/CreateAchievement.md +4 -2
  79. data/docs/CreateCouponData.md +29 -0
  80. data/docs/CustomEffect.md +1 -1
  81. data/docs/CustomerProfile.md +3 -3
  82. data/docs/CustomerProfileEntity.md +19 -0
  83. data/docs/CustomerSessionV2.md +1 -1
  84. data/docs/DeleteCouponsData.md +31 -0
  85. data/docs/Effect.md +7 -1
  86. data/docs/EffectEntity.md +7 -1
  87. data/docs/Entity.md +1 -1
  88. data/docs/Environment.md +4 -2
  89. data/docs/Event.md +1 -1
  90. data/docs/EventType.md +1 -1
  91. data/docs/ExpiringCardPointsData.md +29 -0
  92. data/docs/ExpiringCardPointsNotification.md +21 -0
  93. data/docs/ExpiringCouponsData.md +35 -0
  94. data/docs/ExpiringCouponsNotification.md +21 -0
  95. data/docs/ExpiringCouponsNotificationPolicy.md +1 -1
  96. data/docs/ExpiringPointsData.md +25 -0
  97. data/docs/ExpiringPointsNotification.md +21 -0
  98. data/docs/ExpiringPointsNotificationPolicy.md +1 -1
  99. data/docs/Export.md +1 -1
  100. data/docs/ExtendLoyaltyPointsExpiryDateEffectProps.md +23 -0
  101. data/docs/ExtendedCoupon.md +61 -0
  102. data/docs/GenerateAuditLogSummary.md +17 -0
  103. data/docs/GenerateCampaignDescription.md +3 -1
  104. data/docs/GenerateCouponFailureDetailedSummary.md +25 -0
  105. data/docs/GenerateCouponFailureSummary.md +19 -0
  106. data/docs/GenerateUserSessionSummary.md +19 -0
  107. data/docs/GetIntegrationCouponRequest.md +1 -1
  108. data/docs/Giveaway.md +1 -1
  109. data/docs/GiveawaysPool.md +1 -1
  110. data/docs/Import.md +1 -1
  111. data/docs/InlineResponse20040.md +1 -1
  112. data/docs/InlineResponse20041.md +1 -1
  113. data/docs/InlineResponse20042.md +4 -2
  114. data/docs/InlineResponse20043.md +1 -1
  115. data/docs/InlineResponse20044.md +2 -4
  116. data/docs/InlineResponse20045.md +5 -3
  117. data/docs/InlineResponse20046.md +2 -4
  118. data/docs/InlineResponse20047.md +2 -6
  119. data/docs/InlineResponse20050.md +19 -0
  120. data/docs/InlineResponse20051.md +19 -0
  121. data/docs/IntegrationApi.md +91 -6
  122. data/docs/IntegrationCoupon.md +2 -2
  123. data/docs/IntegrationCustomerProfileAudienceRequest.md +17 -0
  124. data/docs/IntegrationCustomerProfileAudienceRequestItem.md +21 -0
  125. data/docs/IntegrationEventV2Request.md +2 -0
  126. data/docs/InventoryCoupon.md +2 -2
  127. data/docs/InventoryReferral.md +1 -1
  128. data/docs/JWT.md +19 -0
  129. data/docs/LabelTargetAudience.md +19 -0
  130. data/docs/LabelTargetNone.md +17 -0
  131. data/docs/LedgerEntry.md +1 -1
  132. data/docs/LedgerInfo.md +2 -2
  133. data/docs/LedgerPointsEntryIntegrationAPI.md +2 -0
  134. data/docs/LedgerTransactionLogEntryIntegrationAPI.md +3 -1
  135. data/docs/LoyaltyCard.md +1 -1
  136. data/docs/LoyaltyDashboardData.md +2 -0
  137. data/docs/LoyaltyLedgerEntryExpiryDateChange.md +21 -0
  138. data/docs/LoyaltyProgram.md +1 -1
  139. data/docs/LoyaltyProgramBalance.md +2 -2
  140. data/docs/LoyaltyProgramTransaction.md +2 -0
  141. data/docs/LoyaltyTier.md +1 -1
  142. data/docs/ManagementApi.md +1819 -339
  143. data/docs/ModelReturn.md +1 -1
  144. data/docs/MultipleAudiencesItem.md +1 -1
  145. data/docs/NewLoyaltyProgram.md +1 -1
  146. data/docs/NewMessageTest.md +6 -6
  147. data/docs/NewPriceAdjustment.md +29 -0
  148. data/docs/NewPriceType.md +23 -0
  149. data/docs/NewSecondaryDeployment.md +17 -0
  150. data/docs/NewWebhook.md +5 -1
  151. data/docs/PendingActivePointsData.md +29 -0
  152. data/docs/PendingActivePointsNotification.md +21 -0
  153. data/docs/PendingPointsNotificationPolicy.md +1 -1
  154. data/docs/Picklist.md +1 -1
  155. data/docs/PriceDetail.md +25 -0
  156. data/docs/PriceType.md +33 -0
  157. data/docs/PriceTypeReferenceDetail.md +23 -0
  158. data/docs/PriceTypeReferences.md +19 -0
  159. data/docs/Referral.md +1 -1
  160. data/docs/RevisionActivationRequest.md +19 -0
  161. data/docs/Role.md +1 -1
  162. data/docs/RoleV2.md +1 -1
  163. data/docs/RoleV2RolesGroup.md +3 -1
  164. data/docs/Ruleset.md +1 -1
  165. data/docs/SamlConnection.md +1 -1
  166. data/docs/ScimBaseGroup.md +19 -0
  167. data/docs/ScimGroup.md +21 -0
  168. data/docs/ScimGroupMember.md +19 -0
  169. data/docs/ScimGroupsListResponse.md +21 -0
  170. data/docs/SecondaryDeployment.md +31 -0
  171. data/docs/SetLoyaltyPointsExpiryDateEffectProps.md +23 -0
  172. data/docs/Store.md +1 -1
  173. data/docs/StrikethroughChangedItem.md +2 -0
  174. data/docs/StrikethroughEffect.md +9 -1
  175. data/docs/StrikethroughLabelingNotification.md +3 -1
  176. data/docs/TemplateDef.md +1 -1
  177. data/docs/TierDowngradeData.md +31 -0
  178. data/docs/TierDowngradeNotification.md +21 -0
  179. data/docs/TierDowngradeNotificationPolicy.md +1 -1
  180. data/docs/TierUpgradeData.md +35 -0
  181. data/docs/TierUpgradeNotification.md +21 -0
  182. data/docs/TierUpgradeNotificationPolicy.md +1 -1
  183. data/docs/TierWillDowngradeData.md +31 -0
  184. data/docs/TierWillDowngradeNotification.md +21 -0
  185. data/docs/TierWillDowngradeNotificationPolicy.md +1 -1
  186. data/docs/UpdateAchievement.md +4 -2
  187. data/docs/UpdateCouponsData.md +29 -0
  188. data/docs/UpdateLoyaltyProgram.md +1 -1
  189. data/docs/UpdatePriceType.md +21 -0
  190. data/docs/User.md +1 -1
  191. data/docs/Webhook.md +6 -2
  192. data/docs/WebhookAuthentication.md +33 -0
  193. data/docs/WebhookAuthenticationBase.md +21 -0
  194. data/docs/WebhookAuthenticationDataBasic.md +19 -0
  195. data/docs/WebhookAuthenticationDataCustom.md +17 -0
  196. data/docs/WebhookAuthenticationWebhookRef.md +21 -0
  197. data/docs/WebhookWithOutgoingIntegrationDetails.md +5 -1
  198. data/lib/talon_one/api/integration_api.rb +110 -8
  199. data/lib/talon_one/api/management_api.rb +1123 -429
  200. data/lib/talon_one/models/account.rb +1 -1
  201. data/lib/talon_one/models/account_additional_cost.rb +1 -1
  202. data/lib/talon_one/models/account_limits.rb +34 -4
  203. data/lib/talon_one/models/achievement.rb +15 -5
  204. data/lib/talon_one/models/achievement_base.rb +17 -7
  205. data/lib/talon_one/models/achievement_progress_with_definition.rb +17 -7
  206. data/lib/talon_one/models/achievement_status_entry.rb +15 -5
  207. data/lib/talon_one/models/add_loyalty_points.rb +1 -10
  208. data/lib/talon_one/models/add_price_adjustment_catalog_action.rb +230 -0
  209. data/lib/talon_one/models/added_deducted_points_balances_notification_policy.rb +269 -0
  210. data/lib/talon_one/models/added_deducted_points_notification.rb +478 -0
  211. data/lib/talon_one/models/analytics_sku.rb +23 -3
  212. data/lib/talon_one/models/application.rb +1 -1
  213. data/lib/talon_one/models/application_cif.rb +1 -1
  214. data/lib/talon_one/models/application_cif_expression.rb +1 -1
  215. data/lib/talon_one/models/application_customer.rb +3 -3
  216. data/lib/talon_one/models/application_event.rb +1 -1
  217. data/lib/talon_one/models/application_session.rb +1 -1
  218. data/lib/talon_one/models/async_coupons_data.rb +272 -0
  219. data/lib/talon_one/models/attribute.rb +1 -1
  220. data/lib/talon_one/models/audience.rb +1 -1
  221. data/lib/talon_one/models/audience_customer.rb +3 -3
  222. data/lib/talon_one/models/audience_reference.rb +256 -0
  223. data/lib/talon_one/models/base_loyalty_program.rb +1 -1
  224. data/lib/talon_one/models/base_notification.rb +2 -2
  225. data/lib/talon_one/models/base_notification_webhook.rb +1 -1
  226. data/lib/talon_one/models/best_prior_price.rb +285 -0
  227. data/lib/talon_one/models/best_prior_price_metadata.rb +219 -0
  228. data/lib/talon_one/models/best_prior_price_request.rb +268 -0
  229. data/lib/talon_one/models/best_prior_price_request_target.rb +257 -0
  230. data/lib/talon_one/models/binding.rb +44 -4
  231. data/lib/talon_one/models/campaign_collection.rb +1 -1
  232. data/lib/talon_one/models/campaign_collection_edited_notification.rb +30 -26
  233. data/lib/talon_one/models/campaign_collection_edited_notification_item.rb +250 -0
  234. data/lib/talon_one/models/campaign_collection_without_payload.rb +1 -1
  235. data/lib/talon_one/models/campaign_created_notification.rb +30 -26
  236. data/lib/talon_one/models/campaign_created_notification_item.rb +250 -0
  237. data/lib/talon_one/models/campaign_deactivation_request.rb +214 -0
  238. data/lib/talon_one/models/campaign_deleted_notification.rb +33 -21
  239. data/lib/talon_one/models/campaign_deleted_notification_item.rb +242 -0
  240. data/lib/talon_one/models/campaign_edited_notification.rb +30 -26
  241. data/lib/talon_one/models/campaign_edited_notification_item.rb +250 -0
  242. data/lib/talon_one/models/campaign_evaluation_tree_changed_message.rb +239 -0
  243. data/lib/talon_one/models/campaign_group.rb +1 -1
  244. data/lib/talon_one/models/campaign_notification_base.rb +227 -0
  245. data/lib/talon_one/models/campaign_notification_generic.rb +244 -0
  246. data/lib/talon_one/models/campaign_notification_item_base.rb +212 -0
  247. data/lib/talon_one/models/campaign_notification_policy.rb +2 -0
  248. data/lib/talon_one/models/campaign_ruleset_changed_notification.rb +32 -23
  249. data/lib/talon_one/models/campaign_ruleset_changed_notification_item.rb +245 -0
  250. data/lib/talon_one/models/campaign_set.rb +1 -1
  251. data/lib/talon_one/models/campaign_state_changed_notification.rb +30 -42
  252. data/lib/talon_one/models/campaign_state_changed_notification_item.rb +266 -0
  253. data/lib/talon_one/models/campaign_store_budget.rb +1 -1
  254. data/lib/talon_one/models/campaign_template.rb +1 -1
  255. data/lib/talon_one/models/card_added_deducted_points_balances_notification_policy.rb +269 -0
  256. data/lib/talon_one/models/card_added_deducted_points_notification.rb +510 -0
  257. data/lib/talon_one/models/card_expiring_points_notification_policy.rb +2 -0
  258. data/lib/talon_one/models/card_ledger_points_entry_integration_api.rb +16 -1
  259. data/lib/talon_one/models/card_ledger_transaction_log_entry.rb +16 -1
  260. data/lib/talon_one/models/card_ledger_transaction_log_entry_integration_api.rb +16 -1
  261. data/lib/talon_one/models/cart_item.rb +57 -5
  262. data/lib/talon_one/models/catalog.rb +1 -1
  263. data/lib/talon_one/models/catalog_action.rb +2 -2
  264. data/lib/talon_one/models/catalog_item.rb +1 -1
  265. data/lib/talon_one/models/catalogs_strikethrough_notification_policy.rb +16 -4
  266. data/lib/talon_one/models/change.rb +1 -1
  267. data/lib/talon_one/models/collection.rb +1 -1
  268. data/lib/talon_one/models/collection_without_payload.rb +1 -1
  269. data/lib/talon_one/models/coupon.rb +7 -7
  270. data/lib/talon_one/models/coupon_constraints.rb +5 -5
  271. data/lib/talon_one/models/coupon_creation_job.rb +6 -6
  272. data/lib/talon_one/models/coupon_deletion_job.rb +1 -1
  273. data/lib/talon_one/models/coupon_entity.rb +227 -0
  274. data/lib/talon_one/models/coupons_notification_data.rb +278 -0
  275. data/lib/talon_one/models/coupons_notification_policy.rb +2 -0
  276. data/lib/talon_one/models/create_achievement.rb +17 -7
  277. data/lib/talon_one/models/create_coupon_data.rb +288 -0
  278. data/lib/talon_one/models/custom_effect.rb +1 -1
  279. data/lib/talon_one/models/customer_profile.rb +3 -3
  280. data/lib/talon_one/models/customer_profile_entity.rb +227 -0
  281. data/lib/talon_one/models/customer_session_v2.rb +1 -1
  282. data/lib/talon_one/models/deduct_loyalty_points.rb +0 -9
  283. data/lib/talon_one/models/delete_coupons_data.rb +310 -0
  284. data/lib/talon_one/models/effect.rb +31 -2
  285. data/lib/talon_one/models/effect_entity.rb +34 -4
  286. data/lib/talon_one/models/entity.rb +1 -1
  287. data/lib/talon_one/models/environment.rb +17 -5
  288. data/lib/talon_one/models/event.rb +1 -1
  289. data/lib/talon_one/models/event_type.rb +1 -1
  290. data/lib/talon_one/models/expiring_card_points_data.rb +342 -0
  291. data/lib/talon_one/models/expiring_card_points_notification.rb +277 -0
  292. data/lib/talon_one/models/expiring_coupons_data.rb +369 -0
  293. data/lib/talon_one/models/expiring_coupons_notification.rb +277 -0
  294. data/lib/talon_one/models/expiring_coupons_notification_policy.rb +2 -0
  295. data/lib/talon_one/models/expiring_points_data.rb +291 -0
  296. data/lib/talon_one/models/expiring_points_notification.rb +277 -0
  297. data/lib/talon_one/models/expiring_points_notification_policy.rb +2 -0
  298. data/lib/talon_one/models/export.rb +1 -1
  299. data/lib/talon_one/models/extend_loyalty_points_expiry_date_effect_props.rb +255 -0
  300. data/lib/talon_one/models/extended_coupon.rb +578 -0
  301. data/lib/talon_one/models/generate_audit_log_summary.rb +212 -0
  302. data/lib/talon_one/models/generate_campaign_description.rb +16 -1
  303. data/lib/talon_one/models/generate_coupon_failure_detailed_summary.rb +286 -0
  304. data/lib/talon_one/models/generate_coupon_failure_summary.rb +222 -0
  305. data/lib/talon_one/models/generate_user_session_summary.rb +227 -0
  306. data/lib/talon_one/models/get_integration_coupon_request.rb +2 -0
  307. data/lib/talon_one/models/giveaway.rb +1 -1
  308. data/lib/talon_one/models/giveaways_pool.rb +1 -1
  309. data/lib/talon_one/models/import.rb +1 -1
  310. data/lib/talon_one/models/inline_response20040.rb +1 -1
  311. data/lib/talon_one/models/inline_response20041.rb +1 -1
  312. data/lib/talon_one/models/inline_response20042.rb +11 -7
  313. data/lib/talon_one/models/inline_response20043.rb +1 -1
  314. data/lib/talon_one/models/inline_response20044.rb +7 -11
  315. data/lib/talon_one/models/inline_response20045.rb +11 -7
  316. data/lib/talon_one/models/inline_response20046.rb +2 -21
  317. data/lib/talon_one/models/inline_response20047.rb +2 -25
  318. data/lib/talon_one/models/inline_response20050.rb +222 -0
  319. data/lib/talon_one/models/inline_response20051.rb +227 -0
  320. data/lib/talon_one/models/integration_coupon.rb +7 -7
  321. data/lib/talon_one/models/integration_customer_profile_audience_request.rb +208 -0
  322. data/lib/talon_one/models/integration_customer_profile_audience_request_item.rb +295 -0
  323. data/lib/talon_one/models/integration_event_v2_request.rb +13 -1
  324. data/lib/talon_one/models/inventory_coupon.rb +7 -7
  325. data/lib/talon_one/models/inventory_referral.rb +1 -1
  326. data/lib/talon_one/models/jwt.rb +228 -0
  327. data/lib/talon_one/models/label_target_audience.rb +260 -0
  328. data/lib/talon_one/models/label_target_none.rb +246 -0
  329. data/lib/talon_one/models/ledger_entry.rb +1 -1
  330. data/lib/talon_one/models/ledger_info.rb +0 -10
  331. data/lib/talon_one/models/ledger_points_entry_integration_api.rb +16 -1
  332. data/lib/talon_one/models/ledger_transaction_log_entry_integration_api.rb +17 -2
  333. data/lib/talon_one/models/loyalty_card.rb +1 -1
  334. data/lib/talon_one/models/loyalty_dashboard_data.rb +16 -1
  335. data/lib/talon_one/models/loyalty_ledger_entry_expiry_date_change.rb +238 -0
  336. data/lib/talon_one/models/loyalty_program.rb +1 -1
  337. data/lib/talon_one/models/loyalty_program_balance.rb +0 -10
  338. data/lib/talon_one/models/loyalty_program_transaction.rb +16 -1
  339. data/lib/talon_one/models/loyalty_tier.rb +1 -1
  340. data/lib/talon_one/models/model_return.rb +1 -1
  341. data/lib/talon_one/models/multiple_audiences_item.rb +1 -1
  342. data/lib/talon_one/models/new_coupon_creation_job.rb +5 -5
  343. data/lib/talon_one/models/new_coupons.rb +5 -5
  344. data/lib/talon_one/models/new_coupons_for_multiple_recipients.rb +5 -5
  345. data/lib/talon_one/models/new_loyalty_program.rb +1 -1
  346. data/lib/talon_one/models/new_message_test.rb +28 -43
  347. data/lib/talon_one/models/new_price_adjustment.rb +297 -0
  348. data/lib/talon_one/models/new_price_type.rb +270 -0
  349. data/lib/talon_one/models/new_secondary_deployment.rb +242 -0
  350. data/lib/talon_one/models/new_webhook.rb +29 -4
  351. data/lib/talon_one/models/pending_active_points_data.rb +308 -0
  352. data/lib/talon_one/models/pending_active_points_notification.rb +277 -0
  353. data/lib/talon_one/models/pending_points_notification_policy.rb +2 -0
  354. data/lib/talon_one/models/picklist.rb +1 -1
  355. data/lib/talon_one/models/price_detail.rb +247 -0
  356. data/lib/talon_one/models/price_type.rb +347 -0
  357. data/lib/talon_one/models/price_type_reference_detail.rb +286 -0
  358. data/lib/talon_one/models/price_type_references.rb +224 -0
  359. data/lib/talon_one/models/referral.rb +1 -1
  360. data/lib/talon_one/models/revision_activation_request.rb +224 -0
  361. data/lib/talon_one/models/role.rb +1 -1
  362. data/lib/talon_one/models/role_v2.rb +1 -1
  363. data/lib/talon_one/models/role_v2_roles_group.rb +14 -4
  364. data/lib/talon_one/models/ruleset.rb +1 -1
  365. data/lib/talon_one/models/saml_connection.rb +1 -1
  366. data/lib/talon_one/models/scim_base_group.rb +220 -0
  367. data/lib/talon_one/models/scim_group.rb +235 -0
  368. data/lib/talon_one/models/scim_group_member.rb +218 -0
  369. data/lib/talon_one/models/scim_groups_list_response.rb +236 -0
  370. data/lib/talon_one/models/secondary_deployment.rb +367 -0
  371. data/lib/talon_one/models/set_loyalty_points_expiry_date_effect_props.rb +255 -0
  372. data/lib/talon_one/models/store.rb +1 -1
  373. data/lib/talon_one/models/strikethrough_changed_item.rb +13 -1
  374. data/lib/talon_one/models/strikethrough_effect.rb +46 -4
  375. data/lib/talon_one/models/strikethrough_labeling_notification.rb +19 -4
  376. data/lib/talon_one/models/template_def.rb +1 -1
  377. data/lib/talon_one/models/tier_downgrade_data.rb +328 -0
  378. data/lib/talon_one/models/tier_downgrade_notification.rb +277 -0
  379. data/lib/talon_one/models/tier_downgrade_notification_policy.rb +2 -0
  380. data/lib/talon_one/models/tier_upgrade_data.rb +353 -0
  381. data/lib/talon_one/models/tier_upgrade_notification.rb +277 -0
  382. data/lib/talon_one/models/tier_upgrade_notification_policy.rb +2 -0
  383. data/lib/talon_one/models/tier_will_downgrade_data.rb +328 -0
  384. data/lib/talon_one/models/tier_will_downgrade_notification.rb +277 -0
  385. data/lib/talon_one/models/tier_will_downgrade_notification_policy.rb +2 -0
  386. data/lib/talon_one/models/update_achievement.rb +17 -7
  387. data/lib/talon_one/models/update_coupon.rb +5 -5
  388. data/lib/talon_one/models/update_coupon_batch.rb +5 -5
  389. data/lib/talon_one/models/update_coupons_data.rb +296 -0
  390. data/lib/talon_one/models/update_loyalty_program.rb +1 -1
  391. data/lib/talon_one/models/update_price_type.rb +239 -0
  392. data/lib/talon_one/models/user.rb +1 -1
  393. data/lib/talon_one/models/webhook.rb +30 -5
  394. data/lib/talon_one/models/webhook_authentication.rb +365 -0
  395. data/lib/talon_one/models/webhook_authentication_base.rb +274 -0
  396. data/lib/talon_one/models/webhook_authentication_data_basic.rb +227 -0
  397. data/lib/talon_one/models/webhook_authentication_data_custom.rb +213 -0
  398. data/lib/talon_one/models/webhook_authentication_webhook_ref.rb +258 -0
  399. data/lib/talon_one/models/webhook_with_outgoing_integration_details.rb +27 -2
  400. data/lib/talon_one/version.rb +1 -1
  401. data/lib/talon_one.rb +73 -4
  402. data/spec/api/integration_api_spec.rb +26 -4
  403. data/spec/api/management_api_spec.rb +179 -51
  404. data/spec/models/account_limits_spec.rb +12 -0
  405. data/spec/models/achievement_base_spec.rb +7 -1
  406. data/spec/models/achievement_progress_with_definition_spec.rb +7 -1
  407. data/spec/models/achievement_spec.rb +7 -1
  408. data/spec/models/achievement_status_entry_spec.rb +7 -1
  409. data/spec/models/add_price_adjustment_catalog_action_spec.rb +47 -0
  410. data/spec/models/added_deducted_points_balances_notification_policy_spec.rb +51 -0
  411. data/spec/models/added_deducted_points_notification_spec.rb +125 -0
  412. data/spec/models/analytics_sku_spec.rb +12 -0
  413. data/spec/models/async_coupons_data_spec.rb +65 -0
  414. data/spec/models/audience_reference_spec.rb +53 -0
  415. data/spec/models/base_notification_spec.rb +1 -1
  416. data/spec/models/best_prior_price_metadata_spec.rb +47 -0
  417. data/spec/models/best_prior_price_request_spec.rb +65 -0
  418. data/spec/models/best_prior_price_request_target_spec.rb +51 -0
  419. data/spec/models/best_prior_price_spec.rb +71 -0
  420. data/spec/models/binding_spec.rb +24 -0
  421. data/spec/models/campaign_collection_edited_notification_item_spec.rb +59 -0
  422. data/spec/models/campaign_collection_edited_notification_spec.rb +3 -3
  423. data/spec/models/campaign_created_notification_item_spec.rb +59 -0
  424. data/spec/models/campaign_created_notification_spec.rb +3 -3
  425. data/spec/models/campaign_deactivation_request_spec.rb +41 -0
  426. data/spec/models/campaign_deleted_notification_item_spec.rb +53 -0
  427. data/spec/models/campaign_deleted_notification_spec.rb +8 -2
  428. data/spec/models/campaign_edited_notification_item_spec.rb +59 -0
  429. data/spec/models/campaign_edited_notification_spec.rb +3 -3
  430. data/spec/models/campaign_evaluation_tree_changed_message_spec.rb +53 -0
  431. data/spec/models/campaign_notification_base_spec.rb +47 -0
  432. data/spec/models/campaign_notification_generic_spec.rb +53 -0
  433. data/spec/models/campaign_notification_item_base_spec.rb +41 -0
  434. data/spec/models/campaign_ruleset_changed_notification_item_spec.rb +59 -0
  435. data/spec/models/campaign_ruleset_changed_notification_spec.rb +3 -3
  436. data/spec/models/campaign_state_changed_notification_item_spec.rb +65 -0
  437. data/spec/models/campaign_state_changed_notification_spec.rb +3 -9
  438. data/spec/models/card_added_deducted_points_balances_notification_policy_spec.rb +51 -0
  439. data/spec/models/card_added_deducted_points_notification_spec.rb +137 -0
  440. data/spec/models/card_ledger_points_entry_integration_api_spec.rb +6 -0
  441. data/spec/models/card_ledger_transaction_log_entry_integration_api_spec.rb +6 -0
  442. data/spec/models/card_ledger_transaction_log_entry_spec.rb +6 -0
  443. data/spec/models/cart_item_spec.rb +30 -0
  444. data/spec/models/catalog_action_spec.rb +1 -1
  445. data/spec/models/catalogs_strikethrough_notification_policy_spec.rb +6 -0
  446. data/spec/models/coupon_entity_spec.rb +47 -0
  447. data/spec/models/coupons_notification_data_spec.rb +71 -0
  448. data/spec/models/create_achievement_spec.rb +7 -1
  449. data/spec/models/create_coupon_data_spec.rb +77 -0
  450. data/spec/models/customer_profile_entity_spec.rb +47 -0
  451. data/spec/models/delete_coupons_data_spec.rb +83 -0
  452. data/spec/models/effect_entity_spec.rb +18 -0
  453. data/spec/models/effect_spec.rb +18 -0
  454. data/spec/models/environment_spec.rb +6 -0
  455. data/spec/models/expiring_card_points_data_spec.rb +77 -0
  456. data/spec/models/expiring_card_points_notification_spec.rb +57 -0
  457. data/spec/models/expiring_coupons_data_spec.rb +95 -0
  458. data/spec/models/expiring_coupons_notification_spec.rb +57 -0
  459. data/spec/models/expiring_points_data_spec.rb +65 -0
  460. data/spec/models/expiring_points_notification_spec.rb +57 -0
  461. data/spec/models/extend_loyalty_points_expiry_date_effect_props_spec.rb +59 -0
  462. data/spec/models/extended_coupon_spec.rb +173 -0
  463. data/spec/models/generate_audit_log_summary_spec.rb +41 -0
  464. data/spec/models/generate_campaign_description_spec.rb +6 -0
  465. data/spec/models/generate_coupon_failure_detailed_summary_spec.rb +65 -0
  466. data/spec/models/generate_coupon_failure_summary_spec.rb +47 -0
  467. data/spec/models/generate_user_session_summary_spec.rb +47 -0
  468. data/spec/models/inline_response20042_spec.rb +6 -0
  469. data/spec/models/inline_response20044_spec.rb +0 -6
  470. data/spec/models/inline_response20045_spec.rb +6 -0
  471. data/spec/models/inline_response20046_spec.rb +0 -6
  472. data/spec/models/inline_response20047_spec.rb +0 -12
  473. data/spec/models/inline_response20050_spec.rb +47 -0
  474. data/spec/models/inline_response20051_spec.rb +47 -0
  475. data/spec/models/integration_customer_profile_audience_request_item_spec.rb +57 -0
  476. data/spec/models/integration_customer_profile_audience_request_spec.rb +41 -0
  477. data/spec/models/integration_event_v2_request_spec.rb +6 -0
  478. data/spec/models/jwt_spec.rb +47 -0
  479. data/spec/models/label_target_audience_spec.rb +51 -0
  480. data/spec/models/label_target_none_spec.rb +45 -0
  481. data/spec/models/ledger_points_entry_integration_api_spec.rb +6 -0
  482. data/spec/models/ledger_transaction_log_entry_integration_api_spec.rb +6 -0
  483. data/spec/models/loyalty_dashboard_data_spec.rb +6 -0
  484. data/spec/models/loyalty_ledger_entry_expiry_date_change_spec.rb +53 -0
  485. data/spec/models/loyalty_program_transaction_spec.rb +6 -0
  486. data/spec/models/new_message_test_spec.rb +10 -14
  487. data/spec/models/new_price_adjustment_spec.rb +77 -0
  488. data/spec/models/new_price_type_spec.rb +59 -0
  489. data/spec/models/new_secondary_deployment_spec.rb +41 -0
  490. data/spec/models/new_webhook_spec.rb +12 -0
  491. data/spec/models/pending_active_points_data_spec.rb +77 -0
  492. data/spec/models/pending_active_points_notification_spec.rb +57 -0
  493. data/spec/models/price_detail_spec.rb +65 -0
  494. data/spec/models/price_type_reference_detail_spec.rb +63 -0
  495. data/spec/models/price_type_references_spec.rb +47 -0
  496. data/spec/models/price_type_spec.rb +89 -0
  497. data/spec/models/role_v2_roles_group_spec.rb +6 -0
  498. data/spec/models/scim_base_group_spec.rb +47 -0
  499. data/spec/models/scim_group_member_spec.rb +47 -0
  500. data/spec/models/scim_group_spec.rb +53 -0
  501. data/spec/models/scim_groups_list_response_spec.rb +53 -0
  502. data/spec/models/secondary_deployment_spec.rb +87 -0
  503. data/spec/models/set_loyalty_points_expiry_date_effect_props_spec.rb +59 -0
  504. data/spec/models/strikethrough_changed_item_spec.rb +6 -0
  505. data/spec/models/strikethrough_effect_spec.rb +24 -0
  506. data/spec/models/strikethrough_labeling_notification_spec.rb +6 -0
  507. data/spec/models/tier_downgrade_data_spec.rb +83 -0
  508. data/spec/models/tier_downgrade_notification_spec.rb +57 -0
  509. data/spec/models/tier_upgrade_data_spec.rb +95 -0
  510. data/spec/models/tier_upgrade_notification_spec.rb +57 -0
  511. data/spec/models/tier_will_downgrade_data_spec.rb +83 -0
  512. data/spec/models/tier_will_downgrade_notification_spec.rb +57 -0
  513. data/spec/models/update_achievement_spec.rb +7 -1
  514. data/spec/models/update_coupons_data_spec.rb +77 -0
  515. data/spec/models/update_price_type_spec.rb +53 -0
  516. data/spec/models/webhook_authentication_base_spec.rb +57 -0
  517. data/spec/models/webhook_authentication_data_basic_spec.rb +47 -0
  518. data/spec/models/webhook_authentication_data_custom_spec.rb +41 -0
  519. data/spec/models/webhook_authentication_spec.rb +93 -0
  520. data/spec/models/webhook_authentication_webhook_ref_spec.rb +53 -0
  521. data/spec/models/webhook_spec.rb +12 -0
  522. data/spec/models/webhook_with_outgoing_integration_details_spec.rb +12 -0
  523. metadata +305 -3
  524. data/.github/dependabot.yml +0 -10
@@ -0,0 +1,258 @@
1
+ =begin
2
+ #Talon.One API
3
+
4
+ #Use the Talon.One API to integrate with your application and to manage applications and campaigns: - Use the operations in the [Integration API section](#integration-api) are used to integrate with our platform - Use the operation in the [Management API section](#management-api) to manage applications and campaigns. ## Determining the base URL of the endpoints The API is available at the same hostname as your Campaign Manager deployment. For example, if you access the Campaign Manager at `https://yourbaseurl.talon.one/`, the URL for the [updateCustomerSessionV2](https://docs.talon.one/integration-api#operation/updateCustomerSessionV2) endpoint is `https://yourbaseurl.talon.one/v2/customer_sessions/{Id}`
5
+
6
+ The version of the OpenAPI document:
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 WebhookAuthenticationWebhookRef
17
+ # The internal ID of this entity.
18
+ attr_accessor :id
19
+
20
+ # The title of the webhook authentication.
21
+ attr_accessor :title
22
+
23
+ # A description of the webhook authentication.
24
+ attr_accessor :description
25
+
26
+ # Attribute mapping from ruby-style variable name to JSON key.
27
+ def self.attribute_map
28
+ {
29
+ :'id' => :'id',
30
+ :'title' => :'title',
31
+ :'description' => :'description'
32
+ }
33
+ end
34
+
35
+ # Attribute type mapping.
36
+ def self.openapi_types
37
+ {
38
+ :'id' => :'Integer',
39
+ :'title' => :'String',
40
+ :'description' => :'String'
41
+ }
42
+ end
43
+
44
+ # List of attributes with nullable: true
45
+ def self.openapi_nullable
46
+ Set.new([
47
+ ])
48
+ end
49
+
50
+ # Initializes the object
51
+ # @param [Hash] attributes Model attributes in the form of hash
52
+ def initialize(attributes = {})
53
+ if (!attributes.is_a?(Hash))
54
+ fail ArgumentError, "The input argument (attributes) must be a hash in `TalonOne::WebhookAuthenticationWebhookRef` initialize method"
55
+ end
56
+
57
+ # check to see if the attribute exists and convert string to symbol for hash key
58
+ attributes = attributes.each_with_object({}) { |(k, v), h|
59
+ if (!self.class.attribute_map.key?(k.to_sym))
60
+ fail ArgumentError, "`#{k}` is not a valid attribute in `TalonOne::WebhookAuthenticationWebhookRef`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
61
+ end
62
+ h[k.to_sym] = v
63
+ }
64
+
65
+ if attributes.key?(:'id')
66
+ self.id = attributes[:'id']
67
+ end
68
+
69
+ if attributes.key?(:'title')
70
+ self.title = attributes[:'title']
71
+ end
72
+
73
+ if attributes.key?(:'description')
74
+ self.description = attributes[:'description']
75
+ end
76
+ end
77
+
78
+ # Show invalid properties with the reasons. Usually used together with valid?
79
+ # @return Array for valid properties with the reasons
80
+ def list_invalid_properties
81
+ invalid_properties = Array.new
82
+ if @id.nil?
83
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
84
+ end
85
+
86
+ if @title.nil?
87
+ invalid_properties.push('invalid value for "title", title cannot be nil.')
88
+ end
89
+
90
+ pattern = Regexp.new(/^[A-Za-z][A-Za-z0-9_.!~*'() -]*$/)
91
+ if @title !~ pattern
92
+ invalid_properties.push("invalid value for \"title\", must conform to the pattern #{pattern}.")
93
+ end
94
+
95
+ invalid_properties
96
+ end
97
+
98
+ # Check to see if the all the properties in the model are valid
99
+ # @return true if the model is valid
100
+ def valid?
101
+ return false if @id.nil?
102
+ return false if @title.nil?
103
+ return false if @title !~ Regexp.new(/^[A-Za-z][A-Za-z0-9_.!~*'() -]*$/)
104
+ true
105
+ end
106
+
107
+ # Custom attribute writer method with validation
108
+ # @param [Object] title Value to be assigned
109
+ def title=(title)
110
+ if title.nil?
111
+ fail ArgumentError, 'title cannot be nil'
112
+ end
113
+
114
+ pattern = Regexp.new(/^[A-Za-z][A-Za-z0-9_.!~*'() -]*$/)
115
+ if title !~ pattern
116
+ fail ArgumentError, "invalid value for \"title\", must conform to the pattern #{pattern}."
117
+ end
118
+
119
+ @title = title
120
+ end
121
+
122
+ # Checks equality by comparing each attribute.
123
+ # @param [Object] Object to be compared
124
+ def ==(o)
125
+ return true if self.equal?(o)
126
+ self.class == o.class &&
127
+ id == o.id &&
128
+ title == o.title &&
129
+ description == o.description
130
+ end
131
+
132
+ # @see the `==` method
133
+ # @param [Object] Object to be compared
134
+ def eql?(o)
135
+ self == o
136
+ end
137
+
138
+ # Calculates hash code according to all attributes.
139
+ # @return [Integer] Hash code
140
+ def hash
141
+ [id, title, description].hash
142
+ end
143
+
144
+ # Builds the object from hash
145
+ # @param [Hash] attributes Model attributes in the form of hash
146
+ # @return [Object] Returns the model itself
147
+ def self.build_from_hash(attributes)
148
+ new.build_from_hash(attributes)
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 build_from_hash(attributes)
155
+ return nil unless attributes.is_a?(Hash)
156
+ self.class.openapi_types.each_pair do |key, type|
157
+ if type =~ /\AArray<(.*)>/i
158
+ # check to ensure the input is an array given that the attribute
159
+ # is documented as an array but the input is not
160
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
161
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
162
+ end
163
+ elsif !attributes[self.class.attribute_map[key]].nil?
164
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
165
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
166
+ end
167
+
168
+ self
169
+ end
170
+
171
+ # Deserializes the data based on type
172
+ # @param string type Data type
173
+ # @param string value Value to be deserialized
174
+ # @return [Object] Deserialized data
175
+ def _deserialize(type, value)
176
+ case type.to_sym
177
+ when :DateTime
178
+ DateTime.parse(value)
179
+ when :Date
180
+ Date.parse(value)
181
+ when :String
182
+ value.to_s
183
+ when :Integer
184
+ value.to_i
185
+ when :Float
186
+ value.to_f
187
+ when :Boolean
188
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
189
+ true
190
+ else
191
+ false
192
+ end
193
+ when :Object
194
+ # generic object (usually a Hash), return directly
195
+ value
196
+ when /\AArray<(?<inner_type>.+)>\z/
197
+ inner_type = Regexp.last_match[:inner_type]
198
+ value.map { |v| _deserialize(inner_type, v) }
199
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
200
+ k_type = Regexp.last_match[:k_type]
201
+ v_type = Regexp.last_match[:v_type]
202
+ {}.tap do |hash|
203
+ value.each do |k, v|
204
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
205
+ end
206
+ end
207
+ else # model
208
+ TalonOne.const_get(type).build_from_hash(value)
209
+ end
210
+ end
211
+
212
+ # Returns the string representation of the object
213
+ # @return [String] String presentation of the object
214
+ def to_s
215
+ to_hash.to_s
216
+ end
217
+
218
+ # to_body is an alias to to_hash (backward compatibility)
219
+ # @return [Hash] Returns the object in the form of hash
220
+ def to_body
221
+ to_hash
222
+ end
223
+
224
+ # Returns the object in the form of hash
225
+ # @return [Hash] Returns the object in the form of hash
226
+ def to_hash
227
+ hash = {}
228
+ self.class.attribute_map.each_pair do |attr, param|
229
+ value = self.send(attr)
230
+ if value.nil?
231
+ is_nullable = self.class.openapi_nullable.include?(attr)
232
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
233
+ end
234
+
235
+ hash[param] = _to_hash(value)
236
+ end
237
+ hash
238
+ end
239
+
240
+ # Outputs non-array value in the form of hash
241
+ # For object, use to_hash. Otherwise, just return the value
242
+ # @param [Object] value Any valid value
243
+ # @return [Hash] Returns the value in the form of hash
244
+ def _to_hash(value)
245
+ if value.is_a?(Array)
246
+ value.compact.map { |v| _to_hash(v) }
247
+ elsif value.is_a?(Hash)
248
+ {}.tap do |hash|
249
+ value.each { |k, v| hash[k] = _to_hash(v) }
250
+ end
251
+ elsif value.respond_to? :to_hash
252
+ value.to_hash
253
+ else
254
+ value
255
+ end
256
+ end
257
+ end
258
+ end
@@ -14,7 +14,7 @@ require 'date'
14
14
 
15
15
  module TalonOne
16
16
  class WebhookWithOutgoingIntegrationDetails
17
- # Internal ID of this entity.
17
+ # The internal ID of this entity.
18
18
  attr_accessor :id
19
19
 
20
20
  # The time this entity was created.
@@ -32,6 +32,9 @@ module TalonOne
32
32
  # A description of the webhook.
33
33
  attr_accessor :description
34
34
 
35
+ # Indicates if the webhook is a draft.
36
+ attr_accessor :draft
37
+
35
38
  # API method for this webhook.
36
39
  attr_accessor :verb
37
40
 
@@ -50,6 +53,9 @@ module TalonOne
50
53
  # Enables or disables webhook from showing in the Rule Builder.
51
54
  attr_accessor :enabled
52
55
 
56
+ # The ID of the credential that this webhook is using.
57
+ attr_accessor :authentication_id
58
+
53
59
  # Identifier of the outgoing integration template.
54
60
  attr_accessor :outgoing_integration_template_id
55
61
 
@@ -90,12 +96,14 @@ module TalonOne
90
96
  :'application_ids' => :'applicationIds',
91
97
  :'title' => :'title',
92
98
  :'description' => :'description',
99
+ :'draft' => :'draft',
93
100
  :'verb' => :'verb',
94
101
  :'url' => :'url',
95
102
  :'headers' => :'headers',
96
103
  :'payload' => :'payload',
97
104
  :'params' => :'params',
98
105
  :'enabled' => :'enabled',
106
+ :'authentication_id' => :'authenticationId',
99
107
  :'outgoing_integration_template_id' => :'outgoingIntegrationTemplateId',
100
108
  :'outgoing_integration_type_id' => :'outgoingIntegrationTypeId',
101
109
  :'outgoing_integration_type_name' => :'outgoingIntegrationTypeName'
@@ -111,12 +119,14 @@ module TalonOne
111
119
  :'application_ids' => :'Array<Integer>',
112
120
  :'title' => :'String',
113
121
  :'description' => :'String',
122
+ :'draft' => :'Boolean',
114
123
  :'verb' => :'String',
115
124
  :'url' => :'String',
116
125
  :'headers' => :'Array<String>',
117
126
  :'payload' => :'String',
118
127
  :'params' => :'Array<TemplateArgDef>',
119
128
  :'enabled' => :'Boolean',
129
+ :'authentication_id' => :'Integer',
120
130
  :'outgoing_integration_template_id' => :'Integer',
121
131
  :'outgoing_integration_type_id' => :'Integer',
122
132
  :'outgoing_integration_type_name' => :'String'
@@ -170,6 +180,10 @@ module TalonOne
170
180
  self.description = attributes[:'description']
171
181
  end
172
182
 
183
+ if attributes.key?(:'draft')
184
+ self.draft = attributes[:'draft']
185
+ end
186
+
173
187
  if attributes.key?(:'verb')
174
188
  self.verb = attributes[:'verb']
175
189
  end
@@ -198,6 +212,10 @@ module TalonOne
198
212
  self.enabled = attributes[:'enabled']
199
213
  end
200
214
 
215
+ if attributes.key?(:'authentication_id')
216
+ self.authentication_id = attributes[:'authentication_id']
217
+ end
218
+
201
219
  if attributes.key?(:'outgoing_integration_template_id')
202
220
  self.outgoing_integration_template_id = attributes[:'outgoing_integration_template_id']
203
221
  end
@@ -240,6 +258,10 @@ module TalonOne
240
258
  invalid_properties.push("invalid value for \"title\", must conform to the pattern #{pattern}.")
241
259
  end
242
260
 
261
+ if @draft.nil?
262
+ invalid_properties.push('invalid value for "draft", draft cannot be nil.')
263
+ end
264
+
243
265
  if @verb.nil?
244
266
  invalid_properties.push('invalid value for "verb", verb cannot be nil.')
245
267
  end
@@ -272,6 +294,7 @@ module TalonOne
272
294
  return false if @application_ids.nil?
273
295
  return false if @title.nil?
274
296
  return false if @title !~ Regexp.new(/^[A-Za-z][A-Za-z0-9_.!~*'() -]*$/)
297
+ return false if @draft.nil?
275
298
  return false if @verb.nil?
276
299
  verb_validator = EnumAttributeValidator.new('String', ["POST", "PUT", "GET", "DELETE", "PATCH"])
277
300
  return false unless verb_validator.valid?(@verb)
@@ -318,12 +341,14 @@ module TalonOne
318
341
  application_ids == o.application_ids &&
319
342
  title == o.title &&
320
343
  description == o.description &&
344
+ draft == o.draft &&
321
345
  verb == o.verb &&
322
346
  url == o.url &&
323
347
  headers == o.headers &&
324
348
  payload == o.payload &&
325
349
  params == o.params &&
326
350
  enabled == o.enabled &&
351
+ authentication_id == o.authentication_id &&
327
352
  outgoing_integration_template_id == o.outgoing_integration_template_id &&
328
353
  outgoing_integration_type_id == o.outgoing_integration_type_id &&
329
354
  outgoing_integration_type_name == o.outgoing_integration_type_name
@@ -338,7 +363,7 @@ module TalonOne
338
363
  # Calculates hash code according to all attributes.
339
364
  # @return [Integer] Hash code
340
365
  def hash
341
- [id, created, modified, application_ids, title, description, verb, url, headers, payload, params, enabled, outgoing_integration_template_id, outgoing_integration_type_id, outgoing_integration_type_name].hash
366
+ [id, created, modified, application_ids, title, description, draft, verb, url, headers, payload, params, enabled, authentication_id, outgoing_integration_template_id, outgoing_integration_type_id, outgoing_integration_type_name].hash
342
367
  end
343
368
 
344
369
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module TalonOne
14
- VERSION = '9.0.0'
14
+ VERSION = '11.0.0'
15
15
  end
data/lib/talon_one.rb CHANGED
@@ -42,7 +42,10 @@ require 'talon_one/models/add_free_item_effect_props'
42
42
  require 'talon_one/models/add_item_catalog_action'
43
43
  require 'talon_one/models/add_loyalty_points'
44
44
  require 'talon_one/models/add_loyalty_points_effect_props'
45
+ require 'talon_one/models/add_price_adjustment_catalog_action'
45
46
  require 'talon_one/models/add_to_audience_effect_props'
47
+ require 'talon_one/models/added_deducted_points_balances_notification_policy'
48
+ require 'talon_one/models/added_deducted_points_notification'
46
49
  require 'talon_one/models/added_deducted_points_notification_policy'
47
50
  require 'talon_one/models/additional_campaign_properties'
48
51
  require 'talon_one/models/additional_cost'
@@ -72,6 +75,7 @@ require 'talon_one/models/application_session_entity'
72
75
  require 'talon_one/models/application_store_entity'
73
76
  require 'talon_one/models/async_coupon_creation_response'
74
77
  require 'talon_one/models/async_coupon_deletion_job_response'
78
+ require 'talon_one/models/async_coupons_data'
75
79
  require 'talon_one/models/attribute'
76
80
  require 'talon_one/models/attributes_mandatory'
77
81
  require 'talon_one/models/attributes_settings'
@@ -80,6 +84,7 @@ require 'talon_one/models/audience_analytics'
80
84
  require 'talon_one/models/audience_customer'
81
85
  require 'talon_one/models/audience_integration_id'
82
86
  require 'talon_one/models/audience_membership'
87
+ require 'talon_one/models/audience_reference'
83
88
  require 'talon_one/models/award_giveaway_effect_props'
84
89
  require 'talon_one/models/base_campaign'
85
90
  require 'talon_one/models/base_loyalty_program'
@@ -88,9 +93,12 @@ require 'talon_one/models/base_notification_entity'
88
93
  require 'talon_one/models/base_notification_webhook'
89
94
  require 'talon_one/models/base_notifications'
90
95
  require 'talon_one/models/base_saml_connection'
96
+ require 'talon_one/models/best_prior_price'
97
+ require 'talon_one/models/best_prior_price_metadata'
98
+ require 'talon_one/models/best_prior_price_request'
99
+ require 'talon_one/models/best_prior_price_request_target'
91
100
  require 'talon_one/models/binding'
92
101
  require 'talon_one/models/bulk_application_notification'
93
- require 'talon_one/models/bulk_campaign_notification'
94
102
  require 'talon_one/models/bulk_operation_on_campaigns'
95
103
  require 'talon_one/models/campaign'
96
104
  require 'talon_one/models/campaign_activation_request'
@@ -98,27 +106,37 @@ require 'talon_one/models/campaign_analytics'
98
106
  require 'talon_one/models/campaign_budget'
99
107
  require 'talon_one/models/campaign_collection'
100
108
  require 'talon_one/models/campaign_collection_edited_notification'
109
+ require 'talon_one/models/campaign_collection_edited_notification_item'
101
110
  require 'talon_one/models/campaign_collection_without_payload'
102
111
  require 'talon_one/models/campaign_copy'
103
112
  require 'talon_one/models/campaign_created_notification'
113
+ require 'talon_one/models/campaign_created_notification_item'
114
+ require 'talon_one/models/campaign_deactivation_request'
104
115
  require 'talon_one/models/campaign_deleted_notification'
116
+ require 'talon_one/models/campaign_deleted_notification_item'
105
117
  require 'talon_one/models/campaign_detail'
106
118
  require 'talon_one/models/campaign_edited_notification'
119
+ require 'talon_one/models/campaign_edited_notification_item'
107
120
  require 'talon_one/models/campaign_entity'
108
121
  require 'talon_one/models/campaign_evaluation_group'
109
122
  require 'talon_one/models/campaign_evaluation_position'
123
+ require 'talon_one/models/campaign_evaluation_tree_changed_message'
110
124
  require 'talon_one/models/campaign_evaluation_tree_changed_notification'
111
125
  require 'talon_one/models/campaign_group'
112
126
  require 'talon_one/models/campaign_group_entity'
113
- require 'talon_one/models/campaign_notification'
127
+ require 'talon_one/models/campaign_notification_base'
128
+ require 'talon_one/models/campaign_notification_generic'
129
+ require 'talon_one/models/campaign_notification_item_base'
114
130
  require 'talon_one/models/campaign_notification_policy'
115
131
  require 'talon_one/models/campaign_ruleset_changed_notification'
132
+ require 'talon_one/models/campaign_ruleset_changed_notification_item'
116
133
  require 'talon_one/models/campaign_search'
117
134
  require 'talon_one/models/campaign_set'
118
135
  require 'talon_one/models/campaign_set_branch_node'
119
136
  require 'talon_one/models/campaign_set_leaf_node'
120
137
  require 'talon_one/models/campaign_set_node'
121
138
  require 'talon_one/models/campaign_state_changed_notification'
139
+ require 'talon_one/models/campaign_state_changed_notification_item'
122
140
  require 'talon_one/models/campaign_store_budget'
123
141
  require 'talon_one/models/campaign_store_budget_limit_config'
124
142
  require 'talon_one/models/campaign_template'
@@ -126,6 +144,8 @@ require 'talon_one/models/campaign_template_collection'
126
144
  require 'talon_one/models/campaign_template_coupon_reservation_settings'
127
145
  require 'talon_one/models/campaign_template_params'
128
146
  require 'talon_one/models/campaign_versions'
147
+ require 'talon_one/models/card_added_deducted_points_balances_notification_policy'
148
+ require 'talon_one/models/card_added_deducted_points_notification'
129
149
  require 'talon_one/models/card_added_deducted_points_notification_policy'
130
150
  require 'talon_one/models/card_expiring_points_notification_policy'
131
151
  require 'talon_one/models/card_expiring_points_notification_trigger'
@@ -152,14 +172,17 @@ require 'talon_one/models/coupon_created_effect_props'
152
172
  require 'talon_one/models/coupon_creation_job'
153
173
  require 'talon_one/models/coupon_deletion_filters'
154
174
  require 'talon_one/models/coupon_deletion_job'
175
+ require 'talon_one/models/coupon_entity'
155
176
  require 'talon_one/models/coupon_limit_configs'
156
177
  require 'talon_one/models/coupon_rejection_reason'
157
178
  require 'talon_one/models/coupon_reservations'
158
179
  require 'talon_one/models/coupon_search'
159
180
  require 'talon_one/models/coupon_value'
181
+ require 'talon_one/models/coupons_notification_data'
160
182
  require 'talon_one/models/coupons_notification_policy'
161
183
  require 'talon_one/models/create_achievement'
162
184
  require 'talon_one/models/create_application_api_key'
185
+ require 'talon_one/models/create_coupon_data'
163
186
  require 'talon_one/models/create_management_key'
164
187
  require 'talon_one/models/create_template_campaign'
165
188
  require 'talon_one/models/create_template_campaign_response'
@@ -171,6 +194,7 @@ require 'talon_one/models/customer_inventory'
171
194
  require 'talon_one/models/customer_profile'
172
195
  require 'talon_one/models/customer_profile_audience_request'
173
196
  require 'talon_one/models/customer_profile_audience_request_item'
197
+ require 'talon_one/models/customer_profile_entity'
174
198
  require 'talon_one/models/customer_profile_integration_request_v2'
175
199
  require 'talon_one/models/customer_profile_integration_response_v2'
176
200
  require 'talon_one/models/customer_profile_search_query'
@@ -179,6 +203,7 @@ require 'talon_one/models/customer_session'
179
203
  require 'talon_one/models/customer_session_v2'
180
204
  require 'talon_one/models/deduct_loyalty_points'
181
205
  require 'talon_one/models/deduct_loyalty_points_effect_props'
206
+ require 'talon_one/models/delete_coupons_data'
182
207
  require 'talon_one/models/delete_user_request'
183
208
  require 'talon_one/models/effect'
184
209
  require 'talon_one/models/effect_entity'
@@ -195,21 +220,33 @@ require 'talon_one/models/evaluable_campaign_ids'
195
220
  require 'talon_one/models/event'
196
221
  require 'talon_one/models/event_type'
197
222
  require 'talon_one/models/event_v2'
223
+ require 'talon_one/models/expiring_card_points_data'
224
+ require 'talon_one/models/expiring_card_points_notification'
225
+ require 'talon_one/models/expiring_coupons_data'
226
+ require 'talon_one/models/expiring_coupons_notification'
198
227
  require 'talon_one/models/expiring_coupons_notification_policy'
199
228
  require 'talon_one/models/expiring_coupons_notification_trigger'
229
+ require 'talon_one/models/expiring_points_data'
230
+ require 'talon_one/models/expiring_points_notification'
200
231
  require 'talon_one/models/expiring_points_notification_policy'
201
232
  require 'talon_one/models/expiring_points_notification_trigger'
202
233
  require 'talon_one/models/export'
234
+ require 'talon_one/models/extend_loyalty_points_expiry_date_effect_props'
235
+ require 'talon_one/models/extended_coupon'
203
236
  require 'talon_one/models/feature_flag'
204
237
  require 'talon_one/models/features_feed'
205
238
  require 'talon_one/models/func_arg_def'
206
239
  require 'talon_one/models/function_def'
240
+ require 'talon_one/models/generate_audit_log_summary'
207
241
  require 'talon_one/models/generate_campaign_description'
208
242
  require 'talon_one/models/generate_campaign_tags'
243
+ require 'talon_one/models/generate_coupon_failure_detailed_summary'
244
+ require 'talon_one/models/generate_coupon_failure_summary'
209
245
  require 'talon_one/models/generate_item_filter_description'
210
246
  require 'talon_one/models/generate_loyalty_card'
211
247
  require 'talon_one/models/generate_rule_title'
212
248
  require 'talon_one/models/generate_rule_title_rule'
249
+ require 'talon_one/models/generate_user_session_summary'
213
250
  require 'talon_one/models/get_integration_coupon_request'
214
251
  require 'talon_one/models/giveaway'
215
252
  require 'talon_one/models/giveaways_pool'
@@ -270,6 +307,8 @@ require 'talon_one/models/inline_response2008'
270
307
  require 'talon_one/models/inline_response2009'
271
308
  require 'talon_one/models/inline_response201'
272
309
  require 'talon_one/models/integration_coupon'
310
+ require 'talon_one/models/integration_customer_profile_audience_request'
311
+ require 'talon_one/models/integration_customer_profile_audience_request_item'
273
312
  require 'talon_one/models/integration_customer_session_response'
274
313
  require 'talon_one/models/integration_entity'
275
314
  require 'talon_one/models/integration_event'
@@ -282,6 +321,9 @@ require 'talon_one/models/integration_store_entity'
282
321
  require 'talon_one/models/inventory_coupon'
283
322
  require 'talon_one/models/inventory_referral'
284
323
  require 'talon_one/models/item_attribute'
324
+ require 'talon_one/models/jwt'
325
+ require 'talon_one/models/label_target_audience'
326
+ require 'talon_one/models/label_target_none'
285
327
  require 'talon_one/models/ledger_entry'
286
328
  require 'talon_one/models/ledger_info'
287
329
  require 'talon_one/models/ledger_points_entry_integration_api'
@@ -307,6 +349,7 @@ require 'talon_one/models/loyalty_dashboard_data'
307
349
  require 'talon_one/models/loyalty_dashboard_points_breakdown'
308
350
  require 'talon_one/models/loyalty_ledger'
309
351
  require 'talon_one/models/loyalty_ledger_entry'
352
+ require 'talon_one/models/loyalty_ledger_entry_expiry_date_change'
310
353
  require 'talon_one/models/loyalty_ledger_entry_flags'
311
354
  require 'talon_one/models/loyalty_ledger_transactions'
312
355
  require 'talon_one/models/loyalty_membership'
@@ -382,6 +425,8 @@ require 'talon_one/models/new_outgoing_integration_webhook'
382
425
  require 'talon_one/models/new_password'
383
426
  require 'talon_one/models/new_password_email'
384
427
  require 'talon_one/models/new_picklist'
428
+ require 'talon_one/models/new_price_adjustment'
429
+ require 'talon_one/models/new_price_type'
385
430
  require 'talon_one/models/new_referral'
386
431
  require 'talon_one/models/new_referrals_for_multiple_advocates'
387
432
  require 'talon_one/models/new_return'
@@ -390,6 +435,7 @@ require 'talon_one/models/new_role'
390
435
  require 'talon_one/models/new_role_v2'
391
436
  require 'talon_one/models/new_ruleset'
392
437
  require 'talon_one/models/new_saml_connection'
438
+ require 'talon_one/models/new_secondary_deployment'
393
439
  require 'talon_one/models/new_store'
394
440
  require 'talon_one/models/new_template_def'
395
441
  require 'talon_one/models/new_user'
@@ -414,8 +460,14 @@ require 'talon_one/models/outgoing_integration_type'
414
460
  require 'talon_one/models/outgoing_integration_types'
415
461
  require 'talon_one/models/patch_item_catalog_action'
416
462
  require 'talon_one/models/patch_many_items_catalog_action'
463
+ require 'talon_one/models/pending_active_points_data'
464
+ require 'talon_one/models/pending_active_points_notification'
417
465
  require 'talon_one/models/pending_points_notification_policy'
418
466
  require 'talon_one/models/picklist'
467
+ require 'talon_one/models/price_detail'
468
+ require 'talon_one/models/price_type'
469
+ require 'talon_one/models/price_type_reference_detail'
470
+ require 'talon_one/models/price_type_references'
419
471
  require 'talon_one/models/product'
420
472
  require 'talon_one/models/product_search_match'
421
473
  require 'talon_one/models/product_unit_analytics'
@@ -464,8 +516,12 @@ require 'talon_one/models/saml_connection'
464
516
  require 'talon_one/models/saml_connection_internal'
465
517
  require 'talon_one/models/saml_connection_metadata'
466
518
  require 'talon_one/models/saml_login_endpoint'
519
+ require 'talon_one/models/scim_base_group'
467
520
  require 'talon_one/models/scim_base_user'
468
521
  require 'talon_one/models/scim_base_user_name'
522
+ require 'talon_one/models/scim_group'
523
+ require 'talon_one/models/scim_group_member'
524
+ require 'talon_one/models/scim_groups_list_response'
469
525
  require 'talon_one/models/scim_new_user'
470
526
  require 'talon_one/models/scim_patch_operation'
471
527
  require 'talon_one/models/scim_patch_request'
@@ -481,11 +537,13 @@ require 'talon_one/models/scim_service_provider_config_response_patch'
481
537
  require 'talon_one/models/scim_service_provider_config_response_sort'
482
538
  require 'talon_one/models/scim_user'
483
539
  require 'talon_one/models/scim_users_list_response'
540
+ require 'talon_one/models/secondary_deployment'
484
541
  require 'talon_one/models/session'
485
542
  require 'talon_one/models/set_discount_effect_props'
486
543
  require 'talon_one/models/set_discount_per_additional_cost_effect_props'
487
544
  require 'talon_one/models/set_discount_per_additional_cost_per_item_effect_props'
488
545
  require 'talon_one/models/set_discount_per_item_effect_props'
546
+ require 'talon_one/models/set_loyalty_points_expiry_date_effect_props'
489
547
  require 'talon_one/models/show_bundle_metadata_effect_props'
490
548
  require 'talon_one/models/show_notification_effect_props'
491
549
  require 'talon_one/models/sku_unit_analytics'
@@ -506,8 +564,14 @@ require 'talon_one/models/template_arg_def'
506
564
  require 'talon_one/models/template_def'
507
565
  require 'talon_one/models/template_limit_config'
508
566
  require 'talon_one/models/tier'
567
+ require 'talon_one/models/tier_downgrade_data'
568
+ require 'talon_one/models/tier_downgrade_notification'
509
569
  require 'talon_one/models/tier_downgrade_notification_policy'
570
+ require 'talon_one/models/tier_upgrade_data'
571
+ require 'talon_one/models/tier_upgrade_notification'
510
572
  require 'talon_one/models/tier_upgrade_notification_policy'
573
+ require 'talon_one/models/tier_will_downgrade_data'
574
+ require 'talon_one/models/tier_will_downgrade_notification'
511
575
  require 'talon_one/models/tier_will_downgrade_notification_policy'
512
576
  require 'talon_one/models/tier_will_downgrade_notification_trigger'
513
577
  require 'talon_one/models/time_point'
@@ -531,10 +595,12 @@ require 'talon_one/models/update_catalog'
531
595
  require 'talon_one/models/update_collection'
532
596
  require 'talon_one/models/update_coupon'
533
597
  require 'talon_one/models/update_coupon_batch'
598
+ require 'talon_one/models/update_coupons_data'
534
599
  require 'talon_one/models/update_loyalty_card'
535
600
  require 'talon_one/models/update_loyalty_program'
536
601
  require 'talon_one/models/update_loyalty_program_tier'
537
602
  require 'talon_one/models/update_picklist'
603
+ require 'talon_one/models/update_price_type'
538
604
  require 'talon_one/models/update_referral'
539
605
  require 'talon_one/models/update_referral_batch'
540
606
  require 'talon_one/models/update_role'
@@ -544,8 +610,11 @@ require 'talon_one/models/user'
544
610
  require 'talon_one/models/user_entity'
545
611
  require 'talon_one/models/value_map'
546
612
  require 'talon_one/models/webhook'
547
- require 'talon_one/models/webhook_activation_log_entry'
548
- require 'talon_one/models/webhook_log_entry'
613
+ require 'talon_one/models/webhook_authentication'
614
+ require 'talon_one/models/webhook_authentication_base'
615
+ require 'talon_one/models/webhook_authentication_data_basic'
616
+ require 'talon_one/models/webhook_authentication_data_custom'
617
+ require 'talon_one/models/webhook_authentication_webhook_ref'
549
618
  require 'talon_one/models/webhook_with_outgoing_integration_details'
550
619
  require 'talon_one/models/will_award_giveaway_effect_props'
551
620