talon_one 10.0.0 → 11.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/autorelease.yml +123 -0
- data/README.md +55 -11
- data/docker-compose.yml +2 -2
- data/docs/AccountLimits.md +5 -1
- data/docs/Achievement.md +2 -0
- data/docs/AchievementBase.md +3 -1
- data/docs/AchievementProgressWithDefinition.md +3 -1
- data/docs/AchievementStatusEntry.md +2 -0
- data/docs/AddLoyaltyPoints.md +1 -1
- data/docs/AddedDeductedPointsNotification.md +41 -0
- data/docs/AnalyticsSKU.md +6 -2
- data/docs/ApplicationCustomer.md +1 -1
- data/docs/AsyncCouponsData.md +25 -0
- data/docs/AudienceCustomer.md +1 -1
- data/docs/AudienceReference.md +21 -0
- data/docs/BaseLoyaltyProgram.md +1 -1
- data/docs/BestPriorPrice.md +27 -0
- data/docs/BestPriorPriceMetadata.md +19 -0
- data/docs/BestPriorPriceRequest.md +25 -0
- data/docs/BestPriorPriceRequestTarget.md +19 -0
- data/docs/CampaignCollectionEditedNotification.md +6 -6
- data/docs/CampaignCollectionEditedNotificationItem.md +23 -0
- data/docs/CampaignCreatedNotification.md +6 -6
- data/docs/CampaignCreatedNotificationItem.md +23 -0
- data/docs/CampaignDeletedNotification.md +6 -4
- data/docs/CampaignDeletedNotificationItem.md +21 -0
- data/docs/CampaignEditedNotification.md +6 -6
- data/docs/CampaignEditedNotificationItem.md +23 -0
- data/docs/CampaignEvaluationTreeChangedMessage.md +21 -0
- data/docs/CampaignNotificationBase.md +19 -0
- data/docs/CampaignNotificationGeneric.md +21 -0
- data/docs/CampaignNotificationItemBase.md +17 -0
- data/docs/CampaignNotificationPolicy.md +1 -1
- data/docs/CampaignRulesetChangedNotification.md +6 -6
- data/docs/CampaignRulesetChangedNotificationItem.md +23 -0
- data/docs/CampaignStateChangedNotification.md +6 -8
- data/docs/CampaignStateChangedNotificationItem.md +25 -0
- data/docs/CardAddedDeductedPointsNotification.md +45 -0
- data/docs/CardExpiringPointsNotificationPolicy.md +1 -1
- data/docs/CardLedgerPointsEntryIntegrationAPI.md +2 -0
- data/docs/CardLedgerTransactionLogEntry.md +3 -1
- data/docs/CardLedgerTransactionLogEntryIntegrationAPI.md +3 -1
- data/docs/CatalogsStrikethroughNotificationPolicy.md +3 -1
- data/docs/CouponsNotificationData.md +27 -0
- data/docs/CouponsNotificationPolicy.md +1 -1
- data/docs/CreateAchievement.md +3 -1
- data/docs/CreateCouponData.md +29 -0
- data/docs/CustomerProfile.md +1 -1
- data/docs/DeleteCouponsData.md +31 -0
- data/docs/Effect.md +1 -1
- data/docs/ExpiringCardPointsData.md +29 -0
- data/docs/ExpiringCardPointsNotification.md +21 -0
- data/docs/ExpiringCouponsData.md +35 -0
- data/docs/ExpiringCouponsNotification.md +21 -0
- data/docs/ExpiringCouponsNotificationPolicy.md +1 -1
- data/docs/ExpiringPointsData.md +25 -0
- data/docs/ExpiringPointsNotification.md +21 -0
- data/docs/ExpiringPointsNotificationPolicy.md +1 -1
- data/docs/ExtendLoyaltyPointsExpiryDateEffectProps.md +2 -4
- data/docs/ExtendedCoupon.md +61 -0
- data/docs/GenerateAuditLogSummary.md +17 -0
- data/docs/GenerateCampaignDescription.md +3 -1
- data/docs/GenerateCouponFailureDetailedSummary.md +25 -0
- data/docs/GenerateCouponFailureSummary.md +19 -0
- data/docs/GenerateUserSessionSummary.md +19 -0
- data/docs/GetIntegrationCouponRequest.md +1 -1
- data/docs/InlineResponse20040.md +1 -1
- data/docs/InlineResponse20041.md +1 -1
- data/docs/InlineResponse20042.md +4 -2
- data/docs/InlineResponse20043.md +1 -1
- data/docs/InlineResponse20044.md +2 -4
- data/docs/InlineResponse20045.md +5 -3
- data/docs/InlineResponse20046.md +2 -4
- data/docs/InlineResponse20047.md +2 -6
- data/docs/InlineResponse20048.md +4 -2
- data/docs/InlineResponse20049.md +4 -2
- data/docs/IntegrationApi.md +88 -3
- data/docs/JWT.md +19 -0
- data/docs/LabelTargetAudience.md +19 -0
- data/docs/LabelTargetNone.md +17 -0
- data/docs/LedgerPointsEntryIntegrationAPI.md +2 -0
- data/docs/LedgerTransactionLogEntryIntegrationAPI.md +3 -1
- data/docs/LoyaltyDashboardData.md +2 -0
- data/docs/LoyaltyLedgerEntryExpiryDateChange.md +21 -0
- data/docs/LoyaltyProgram.md +1 -1
- data/docs/LoyaltyProgramTransaction.md +2 -0
- data/docs/ManagementApi.md +1083 -366
- data/docs/NewLoyaltyProgram.md +1 -1
- data/docs/NewMessageTest.md +6 -6
- data/docs/NewPriceAdjustment.md +3 -1
- data/docs/NewPriceType.md +4 -4
- data/docs/NewSecondaryDeployment.md +17 -0
- data/docs/NewWebhook.md +3 -1
- data/docs/PendingActivePointsData.md +29 -0
- data/docs/PendingActivePointsNotification.md +21 -0
- data/docs/PendingPointsNotificationPolicy.md +1 -1
- data/docs/PriceDetail.md +2 -0
- data/docs/PriceType.md +4 -4
- data/docs/PriceTypeReferenceDetail.md +23 -0
- data/docs/PriceTypeReferences.md +19 -0
- data/docs/RoleV2RolesGroup.md +3 -1
- data/docs/SecondaryDeployment.md +31 -0
- data/docs/SetLoyaltyPointsExpiryDateEffectProps.md +23 -0
- data/docs/StrikethroughChangedItem.md +2 -0
- data/docs/StrikethroughEffect.md +9 -1
- data/docs/StrikethroughLabelingNotification.md +3 -1
- data/docs/TierDowngradeData.md +31 -0
- data/docs/TierDowngradeNotification.md +21 -0
- data/docs/TierDowngradeNotificationPolicy.md +1 -1
- data/docs/TierUpgradeData.md +35 -0
- data/docs/TierUpgradeNotification.md +21 -0
- data/docs/TierUpgradeNotificationPolicy.md +1 -1
- data/docs/TierWillDowngradeData.md +31 -0
- data/docs/TierWillDowngradeNotification.md +21 -0
- data/docs/TierWillDowngradeNotificationPolicy.md +1 -1
- data/docs/UpdateAchievement.md +3 -1
- data/docs/UpdateCouponsData.md +29 -0
- data/docs/UpdateLoyaltyProgram.md +1 -1
- data/docs/UpdatePriceType.md +21 -0
- data/docs/Webhook.md +3 -1
- data/docs/WebhookWithOutgoingIntegrationDetails.md +2 -0
- data/lib/talon_one/api/integration_api.rb +104 -2
- data/lib/talon_one/api/management_api.rb +226 -400
- data/lib/talon_one/models/account_limits.rb +34 -4
- data/lib/talon_one/models/achievement.rb +11 -1
- data/lib/talon_one/models/achievement_base.rb +14 -4
- data/lib/talon_one/models/achievement_progress_with_definition.rb +14 -4
- data/lib/talon_one/models/achievement_status_entry.rb +11 -1
- data/lib/talon_one/models/add_loyalty_points.rb +1 -10
- data/lib/talon_one/models/added_deducted_points_notification.rb +478 -0
- data/lib/talon_one/models/analytics_sku.rb +23 -3
- data/lib/talon_one/models/application_customer.rb +1 -1
- data/lib/talon_one/models/async_coupons_data.rb +272 -0
- data/lib/talon_one/models/audience_customer.rb +1 -1
- data/lib/talon_one/models/audience_reference.rb +256 -0
- data/lib/talon_one/models/base_loyalty_program.rb +1 -1
- data/lib/talon_one/models/best_prior_price.rb +285 -0
- data/lib/talon_one/models/best_prior_price_metadata.rb +219 -0
- data/lib/talon_one/models/best_prior_price_request.rb +268 -0
- data/lib/talon_one/models/best_prior_price_request_target.rb +257 -0
- data/lib/talon_one/models/campaign_collection_edited_notification.rb +30 -26
- data/lib/talon_one/models/campaign_collection_edited_notification_item.rb +250 -0
- data/lib/talon_one/models/campaign_created_notification.rb +30 -26
- data/lib/talon_one/models/campaign_created_notification_item.rb +250 -0
- data/lib/talon_one/models/campaign_deleted_notification.rb +33 -21
- data/lib/talon_one/models/campaign_deleted_notification_item.rb +242 -0
- data/lib/talon_one/models/campaign_edited_notification.rb +30 -26
- data/lib/talon_one/models/campaign_edited_notification_item.rb +250 -0
- data/lib/talon_one/models/campaign_evaluation_tree_changed_message.rb +239 -0
- data/lib/talon_one/models/campaign_notification_base.rb +227 -0
- data/lib/talon_one/models/campaign_notification_generic.rb +244 -0
- data/lib/talon_one/models/campaign_notification_item_base.rb +212 -0
- data/lib/talon_one/models/campaign_notification_policy.rb +2 -0
- data/lib/talon_one/models/campaign_ruleset_changed_notification.rb +32 -23
- data/lib/talon_one/models/campaign_ruleset_changed_notification_item.rb +245 -0
- data/lib/talon_one/models/campaign_state_changed_notification.rb +30 -42
- data/lib/talon_one/models/campaign_state_changed_notification_item.rb +266 -0
- data/lib/talon_one/models/card_added_deducted_points_notification.rb +510 -0
- data/lib/talon_one/models/card_expiring_points_notification_policy.rb +2 -0
- data/lib/talon_one/models/card_ledger_points_entry_integration_api.rb +16 -1
- data/lib/talon_one/models/card_ledger_transaction_log_entry.rb +16 -1
- data/lib/talon_one/models/card_ledger_transaction_log_entry_integration_api.rb +16 -1
- data/lib/talon_one/models/catalogs_strikethrough_notification_policy.rb +16 -4
- data/lib/talon_one/models/coupons_notification_data.rb +278 -0
- data/lib/talon_one/models/coupons_notification_policy.rb +2 -0
- data/lib/talon_one/models/create_achievement.rb +14 -4
- data/lib/talon_one/models/create_coupon_data.rb +288 -0
- data/lib/talon_one/models/customer_profile.rb +1 -1
- data/lib/talon_one/models/deduct_loyalty_points.rb +0 -9
- data/lib/talon_one/models/delete_coupons_data.rb +310 -0
- data/lib/talon_one/models/effect.rb +0 -1
- data/lib/talon_one/models/expiring_card_points_data.rb +342 -0
- data/lib/talon_one/models/expiring_card_points_notification.rb +277 -0
- data/lib/talon_one/models/expiring_coupons_data.rb +369 -0
- data/lib/talon_one/models/expiring_coupons_notification.rb +277 -0
- data/lib/talon_one/models/expiring_coupons_notification_policy.rb +2 -0
- data/lib/talon_one/models/expiring_points_data.rb +291 -0
- data/lib/talon_one/models/expiring_points_notification.rb +277 -0
- data/lib/talon_one/models/expiring_points_notification_policy.rb +2 -0
- data/lib/talon_one/models/extend_loyalty_points_expiry_date_effect_props.rb +9 -24
- data/lib/talon_one/models/extended_coupon.rb +578 -0
- data/lib/talon_one/models/generate_audit_log_summary.rb +212 -0
- data/lib/talon_one/models/generate_campaign_description.rb +16 -1
- data/lib/talon_one/models/generate_coupon_failure_detailed_summary.rb +286 -0
- data/lib/talon_one/models/generate_coupon_failure_summary.rb +222 -0
- data/lib/talon_one/models/generate_user_session_summary.rb +227 -0
- data/lib/talon_one/models/get_integration_coupon_request.rb +2 -0
- data/lib/talon_one/models/inline_response20040.rb +1 -1
- data/lib/talon_one/models/inline_response20041.rb +1 -1
- data/lib/talon_one/models/inline_response20042.rb +11 -7
- data/lib/talon_one/models/inline_response20043.rb +1 -1
- data/lib/talon_one/models/inline_response20044.rb +7 -11
- data/lib/talon_one/models/inline_response20045.rb +11 -7
- data/lib/talon_one/models/inline_response20046.rb +2 -21
- data/lib/talon_one/models/inline_response20047.rb +2 -25
- data/lib/talon_one/models/inline_response20048.rb +16 -2
- data/lib/talon_one/models/inline_response20049.rb +21 -2
- data/lib/talon_one/models/jwt.rb +228 -0
- data/lib/talon_one/models/label_target_audience.rb +260 -0
- data/lib/talon_one/models/label_target_none.rb +246 -0
- data/lib/talon_one/models/ledger_points_entry_integration_api.rb +16 -1
- data/lib/talon_one/models/ledger_transaction_log_entry_integration_api.rb +17 -2
- data/lib/talon_one/models/loyalty_dashboard_data.rb +16 -1
- data/lib/talon_one/models/loyalty_ledger_entry_expiry_date_change.rb +238 -0
- data/lib/talon_one/models/loyalty_program.rb +1 -1
- data/lib/talon_one/models/loyalty_program_transaction.rb +16 -1
- data/lib/talon_one/models/new_loyalty_program.rb +1 -1
- data/lib/talon_one/models/new_message_test.rb +28 -43
- data/lib/talon_one/models/new_price_adjustment.rb +33 -4
- data/lib/talon_one/models/new_price_type.rb +3 -3
- data/lib/talon_one/models/new_secondary_deployment.rb +242 -0
- data/lib/talon_one/models/new_webhook.rb +14 -4
- data/lib/talon_one/models/pending_active_points_data.rb +308 -0
- data/lib/talon_one/models/pending_active_points_notification.rb +277 -0
- data/lib/talon_one/models/pending_points_notification_policy.rb +2 -0
- data/lib/talon_one/models/price_detail.rb +11 -1
- data/lib/talon_one/models/price_type.rb +3 -3
- data/lib/talon_one/models/price_type_reference_detail.rb +286 -0
- data/lib/talon_one/models/price_type_references.rb +224 -0
- data/lib/talon_one/models/role_v2_roles_group.rb +14 -4
- data/lib/talon_one/models/secondary_deployment.rb +367 -0
- data/lib/talon_one/models/set_loyalty_points_expiry_date_effect_props.rb +255 -0
- data/lib/talon_one/models/strikethrough_changed_item.rb +13 -1
- data/lib/talon_one/models/strikethrough_effect.rb +46 -4
- data/lib/talon_one/models/strikethrough_labeling_notification.rb +19 -4
- data/lib/talon_one/models/tier_downgrade_data.rb +328 -0
- data/lib/talon_one/models/tier_downgrade_notification.rb +277 -0
- data/lib/talon_one/models/tier_downgrade_notification_policy.rb +2 -0
- data/lib/talon_one/models/tier_upgrade_data.rb +353 -0
- data/lib/talon_one/models/tier_upgrade_notification.rb +277 -0
- data/lib/talon_one/models/tier_upgrade_notification_policy.rb +2 -0
- data/lib/talon_one/models/tier_will_downgrade_data.rb +328 -0
- data/lib/talon_one/models/tier_will_downgrade_notification.rb +277 -0
- data/lib/talon_one/models/tier_will_downgrade_notification_policy.rb +2 -0
- data/lib/talon_one/models/update_achievement.rb +14 -4
- data/lib/talon_one/models/update_coupons_data.rb +296 -0
- data/lib/talon_one/models/update_loyalty_program.rb +1 -1
- data/lib/talon_one/models/update_price_type.rb +239 -0
- data/lib/talon_one/models/webhook.rb +14 -4
- data/lib/talon_one/models/webhook_with_outgoing_integration_details.rb +11 -1
- data/lib/talon_one/version.rb +1 -1
- data/lib/talon_one.rb +51 -6
- data/spec/api/integration_api_spec.rb +23 -1
- data/spec/api/management_api_spec.rb +18 -54
- data/spec/models/account_limits_spec.rb +12 -0
- data/spec/models/achievement_base_spec.rb +6 -0
- data/spec/models/achievement_progress_with_definition_spec.rb +6 -0
- data/spec/models/achievement_spec.rb +6 -0
- data/spec/models/achievement_status_entry_spec.rb +6 -0
- data/spec/models/added_deducted_points_notification_spec.rb +125 -0
- data/spec/models/analytics_sku_spec.rb +12 -0
- data/spec/models/async_coupons_data_spec.rb +65 -0
- data/spec/models/audience_reference_spec.rb +53 -0
- data/spec/models/best_prior_price_metadata_spec.rb +47 -0
- data/spec/models/best_prior_price_request_spec.rb +65 -0
- data/spec/models/best_prior_price_request_target_spec.rb +51 -0
- data/spec/models/best_prior_price_spec.rb +71 -0
- data/spec/models/campaign_collection_edited_notification_item_spec.rb +59 -0
- data/spec/models/campaign_collection_edited_notification_spec.rb +3 -3
- data/spec/models/campaign_created_notification_item_spec.rb +59 -0
- data/spec/models/campaign_created_notification_spec.rb +3 -3
- data/spec/models/campaign_deleted_notification_item_spec.rb +53 -0
- data/spec/models/campaign_deleted_notification_spec.rb +8 -2
- data/spec/models/campaign_edited_notification_item_spec.rb +59 -0
- data/spec/models/campaign_edited_notification_spec.rb +3 -3
- data/spec/models/campaign_evaluation_tree_changed_message_spec.rb +53 -0
- data/spec/models/campaign_notification_base_spec.rb +47 -0
- data/spec/models/campaign_notification_generic_spec.rb +53 -0
- data/spec/models/campaign_notification_item_base_spec.rb +41 -0
- data/spec/models/campaign_ruleset_changed_notification_item_spec.rb +59 -0
- data/spec/models/campaign_ruleset_changed_notification_spec.rb +3 -3
- data/spec/models/campaign_state_changed_notification_item_spec.rb +65 -0
- data/spec/models/campaign_state_changed_notification_spec.rb +3 -9
- data/spec/models/card_added_deducted_points_notification_spec.rb +137 -0
- data/spec/models/card_ledger_points_entry_integration_api_spec.rb +6 -0
- data/spec/models/card_ledger_transaction_log_entry_integration_api_spec.rb +6 -0
- data/spec/models/card_ledger_transaction_log_entry_spec.rb +6 -0
- data/spec/models/catalogs_strikethrough_notification_policy_spec.rb +6 -0
- data/spec/models/coupons_notification_data_spec.rb +71 -0
- data/spec/models/create_achievement_spec.rb +6 -0
- data/spec/models/create_coupon_data_spec.rb +77 -0
- data/spec/models/delete_coupons_data_spec.rb +83 -0
- data/spec/models/expiring_card_points_data_spec.rb +77 -0
- data/spec/models/expiring_card_points_notification_spec.rb +57 -0
- data/spec/models/expiring_coupons_data_spec.rb +95 -0
- data/spec/models/expiring_coupons_notification_spec.rb +57 -0
- data/spec/models/expiring_points_data_spec.rb +65 -0
- data/spec/models/expiring_points_notification_spec.rb +57 -0
- data/spec/models/extend_loyalty_points_expiry_date_effect_props_spec.rb +1 -7
- data/spec/models/extended_coupon_spec.rb +173 -0
- data/spec/models/generate_audit_log_summary_spec.rb +41 -0
- data/spec/models/generate_campaign_description_spec.rb +6 -0
- data/spec/models/generate_coupon_failure_detailed_summary_spec.rb +65 -0
- data/spec/models/generate_coupon_failure_summary_spec.rb +47 -0
- data/spec/models/generate_user_session_summary_spec.rb +47 -0
- data/spec/models/inline_response20042_spec.rb +6 -0
- data/spec/models/inline_response20044_spec.rb +0 -6
- data/spec/models/inline_response20045_spec.rb +6 -0
- data/spec/models/inline_response20046_spec.rb +0 -6
- data/spec/models/inline_response20047_spec.rb +0 -12
- data/spec/models/inline_response20048_spec.rb +6 -0
- data/spec/models/inline_response20049_spec.rb +6 -0
- data/spec/models/jwt_spec.rb +47 -0
- data/spec/models/label_target_audience_spec.rb +51 -0
- data/spec/models/label_target_none_spec.rb +45 -0
- data/spec/models/ledger_points_entry_integration_api_spec.rb +6 -0
- data/spec/models/ledger_transaction_log_entry_integration_api_spec.rb +6 -0
- data/spec/models/loyalty_dashboard_data_spec.rb +6 -0
- data/spec/models/loyalty_ledger_entry_expiry_date_change_spec.rb +53 -0
- data/spec/models/loyalty_program_transaction_spec.rb +6 -0
- data/spec/models/new_message_test_spec.rb +10 -14
- data/spec/models/new_price_adjustment_spec.rb +6 -0
- data/spec/models/new_secondary_deployment_spec.rb +41 -0
- data/spec/models/new_webhook_spec.rb +6 -0
- data/spec/models/pending_active_points_data_spec.rb +77 -0
- data/spec/models/pending_active_points_notification_spec.rb +57 -0
- data/spec/models/price_detail_spec.rb +6 -0
- data/spec/models/price_type_reference_detail_spec.rb +63 -0
- data/spec/models/price_type_references_spec.rb +47 -0
- data/spec/models/role_v2_roles_group_spec.rb +6 -0
- data/spec/models/secondary_deployment_spec.rb +87 -0
- data/spec/models/set_loyalty_points_expiry_date_effect_props_spec.rb +59 -0
- data/spec/models/strikethrough_changed_item_spec.rb +6 -0
- data/spec/models/strikethrough_effect_spec.rb +24 -0
- data/spec/models/strikethrough_labeling_notification_spec.rb +6 -0
- data/spec/models/tier_downgrade_data_spec.rb +83 -0
- data/spec/models/tier_downgrade_notification_spec.rb +57 -0
- data/spec/models/tier_upgrade_data_spec.rb +95 -0
- data/spec/models/tier_upgrade_notification_spec.rb +57 -0
- data/spec/models/tier_will_downgrade_data_spec.rb +83 -0
- data/spec/models/tier_will_downgrade_notification_spec.rb +57 -0
- data/spec/models/update_achievement_spec.rb +6 -0
- data/spec/models/update_coupons_data_spec.rb +77 -0
- data/spec/models/update_price_type_spec.rb +53 -0
- data/spec/models/webhook_spec.rb +6 -0
- data/spec/models/webhook_with_outgoing_integration_details_spec.rb +6 -0
- metadata +206 -2
- data/.github/dependabot.yml +0 -10
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: talon_one
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 11.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Talon.One GmbH
|
|
@@ -460,7 +460,7 @@ files:
|
|
|
460
460
|
- ".github/.example/vendor/bundle/ruby/3.3.0/specifications/ffi-1.17.0-arm64-darwin.gemspec"
|
|
461
461
|
- ".github/.example/vendor/bundle/ruby/3.3.0/specifications/json-2.8.2.gemspec"
|
|
462
462
|
- ".github/.example/vendor/bundle/ruby/3.3.0/specifications/typhoeus-1.4.1.gemspec"
|
|
463
|
-
- ".github/
|
|
463
|
+
- ".github/workflows/autorelease.yml"
|
|
464
464
|
- ".github/workflows/test.yml"
|
|
465
465
|
- ".rspec"
|
|
466
466
|
- Gemfile
|
|
@@ -498,6 +498,7 @@ files:
|
|
|
498
498
|
- docs/AddPriceAdjustmentCatalogAction.md
|
|
499
499
|
- docs/AddToAudienceEffectProps.md
|
|
500
500
|
- docs/AddedDeductedPointsBalancesNotificationPolicy.md
|
|
501
|
+
- docs/AddedDeductedPointsNotification.md
|
|
501
502
|
- docs/AddedDeductedPointsNotificationPolicy.md
|
|
502
503
|
- docs/AdditionalCampaignProperties.md
|
|
503
504
|
- docs/AdditionalCost.md
|
|
@@ -538,6 +539,7 @@ files:
|
|
|
538
539
|
- docs/ApplicationStoreEntity.md
|
|
539
540
|
- docs/AsyncCouponCreationResponse.md
|
|
540
541
|
- docs/AsyncCouponDeletionJobResponse.md
|
|
542
|
+
- docs/AsyncCouponsData.md
|
|
541
543
|
- docs/Attribute.md
|
|
542
544
|
- docs/AttributesMandatory.md
|
|
543
545
|
- docs/AttributesSettings.md
|
|
@@ -546,6 +548,7 @@ files:
|
|
|
546
548
|
- docs/AudienceCustomer.md
|
|
547
549
|
- docs/AudienceIntegrationID.md
|
|
548
550
|
- docs/AudienceMembership.md
|
|
551
|
+
- docs/AudienceReference.md
|
|
549
552
|
- docs/AwardGiveawayEffectProps.md
|
|
550
553
|
- docs/BaseCampaign.md
|
|
551
554
|
- docs/BaseLoyaltyProgram.md
|
|
@@ -554,6 +557,10 @@ files:
|
|
|
554
557
|
- docs/BaseNotificationWebhook.md
|
|
555
558
|
- docs/BaseNotifications.md
|
|
556
559
|
- docs/BaseSamlConnection.md
|
|
560
|
+
- docs/BestPriorPrice.md
|
|
561
|
+
- docs/BestPriorPriceMetadata.md
|
|
562
|
+
- docs/BestPriorPriceRequest.md
|
|
563
|
+
- docs/BestPriorPriceRequestTarget.md
|
|
557
564
|
- docs/Binding.md
|
|
558
565
|
- docs/BulkApplicationNotification.md
|
|
559
566
|
- docs/BulkCampaignNotification.md
|
|
@@ -564,24 +571,33 @@ files:
|
|
|
564
571
|
- docs/CampaignBudget.md
|
|
565
572
|
- docs/CampaignCollection.md
|
|
566
573
|
- docs/CampaignCollectionEditedNotification.md
|
|
574
|
+
- docs/CampaignCollectionEditedNotificationItem.md
|
|
567
575
|
- docs/CampaignCollectionWithoutPayload.md
|
|
568
576
|
- docs/CampaignCopy.md
|
|
569
577
|
- docs/CampaignCreatedNotification.md
|
|
578
|
+
- docs/CampaignCreatedNotificationItem.md
|
|
570
579
|
- docs/CampaignDeactivationRequest.md
|
|
571
580
|
- docs/CampaignDeletedNotification.md
|
|
581
|
+
- docs/CampaignDeletedNotificationItem.md
|
|
572
582
|
- docs/CampaignDetail.md
|
|
573
583
|
- docs/CampaignEditedNotification.md
|
|
584
|
+
- docs/CampaignEditedNotificationItem.md
|
|
574
585
|
- docs/CampaignEntity.md
|
|
575
586
|
- docs/CampaignEvaluationGroup.md
|
|
576
587
|
- docs/CampaignEvaluationPosition.md
|
|
588
|
+
- docs/CampaignEvaluationTreeChangedMessage.md
|
|
577
589
|
- docs/CampaignEvaluationTreeChangedNotification.md
|
|
578
590
|
- docs/CampaignGroup.md
|
|
579
591
|
- docs/CampaignGroupEntity.md
|
|
580
592
|
- docs/CampaignNotification.md
|
|
593
|
+
- docs/CampaignNotificationBase.md
|
|
594
|
+
- docs/CampaignNotificationGeneric.md
|
|
595
|
+
- docs/CampaignNotificationItemBase.md
|
|
581
596
|
- docs/CampaignNotificationPolicy.md
|
|
582
597
|
- docs/CampaignPrioritiesChangedNotification.md
|
|
583
598
|
- docs/CampaignPrioritiesV2.md
|
|
584
599
|
- docs/CampaignRulesetChangedNotification.md
|
|
600
|
+
- docs/CampaignRulesetChangedNotificationItem.md
|
|
585
601
|
- docs/CampaignSearch.md
|
|
586
602
|
- docs/CampaignSet.md
|
|
587
603
|
- docs/CampaignSetBranchNode.md
|
|
@@ -590,6 +606,7 @@ files:
|
|
|
590
606
|
- docs/CampaignSetNode.md
|
|
591
607
|
- docs/CampaignSetV2.md
|
|
592
608
|
- docs/CampaignStateChangedNotification.md
|
|
609
|
+
- docs/CampaignStateChangedNotificationItem.md
|
|
593
610
|
- docs/CampaignStoreBudget.md
|
|
594
611
|
- docs/CampaignStoreBudgetLimitConfig.md
|
|
595
612
|
- docs/CampaignTemplate.md
|
|
@@ -598,6 +615,7 @@ files:
|
|
|
598
615
|
- docs/CampaignTemplateParams.md
|
|
599
616
|
- docs/CampaignVersions.md
|
|
600
617
|
- docs/CardAddedDeductedPointsBalancesNotificationPolicy.md
|
|
618
|
+
- docs/CardAddedDeductedPointsNotification.md
|
|
601
619
|
- docs/CardAddedDeductedPointsNotificationPolicy.md
|
|
602
620
|
- docs/CardExpiringPointsNotificationPolicy.md
|
|
603
621
|
- docs/CardExpiringPointsNotificationTrigger.md
|
|
@@ -630,9 +648,11 @@ files:
|
|
|
630
648
|
- docs/CouponReservations.md
|
|
631
649
|
- docs/CouponSearch.md
|
|
632
650
|
- docs/CouponValue.md
|
|
651
|
+
- docs/CouponsNotificationData.md
|
|
633
652
|
- docs/CouponsNotificationPolicy.md
|
|
634
653
|
- docs/CreateAchievement.md
|
|
635
654
|
- docs/CreateApplicationAPIKey.md
|
|
655
|
+
- docs/CreateCouponData.md
|
|
636
656
|
- docs/CreateManagementKey.md
|
|
637
657
|
- docs/CreateTemplateCampaign.md
|
|
638
658
|
- docs/CreateTemplateCampaignResponse.md
|
|
@@ -654,6 +674,7 @@ files:
|
|
|
654
674
|
- docs/DeactivateUserRequest.md
|
|
655
675
|
- docs/DeductLoyaltyPoints.md
|
|
656
676
|
- docs/DeductLoyaltyPointsEffectProps.md
|
|
677
|
+
- docs/DeleteCouponsData.md
|
|
657
678
|
- docs/DeleteUserRequest.md
|
|
658
679
|
- docs/Effect.md
|
|
659
680
|
- docs/EffectEntity.md
|
|
@@ -670,24 +691,35 @@ files:
|
|
|
670
691
|
- docs/Event.md
|
|
671
692
|
- docs/EventType.md
|
|
672
693
|
- docs/EventV2.md
|
|
694
|
+
- docs/ExpiringCardPointsData.md
|
|
695
|
+
- docs/ExpiringCardPointsNotification.md
|
|
696
|
+
- docs/ExpiringCouponsData.md
|
|
697
|
+
- docs/ExpiringCouponsNotification.md
|
|
673
698
|
- docs/ExpiringCouponsNotificationPolicy.md
|
|
674
699
|
- docs/ExpiringCouponsNotificationTrigger.md
|
|
700
|
+
- docs/ExpiringPointsData.md
|
|
701
|
+
- docs/ExpiringPointsNotification.md
|
|
675
702
|
- docs/ExpiringPointsNotificationPolicy.md
|
|
676
703
|
- docs/ExpiringPointsNotificationTrigger.md
|
|
677
704
|
- docs/Export.md
|
|
678
705
|
- docs/ExtendLoyaltyPointsExpiryDateEffectProps.md
|
|
706
|
+
- docs/ExtendedCoupon.md
|
|
679
707
|
- docs/FeatureFlag.md
|
|
680
708
|
- docs/FeaturesFeed.md
|
|
681
709
|
- docs/FeedNotification.md
|
|
682
710
|
- docs/FrontendState.md
|
|
683
711
|
- docs/FuncArgDef.md
|
|
684
712
|
- docs/FunctionDef.md
|
|
713
|
+
- docs/GenerateAuditLogSummary.md
|
|
685
714
|
- docs/GenerateCampaignDescription.md
|
|
686
715
|
- docs/GenerateCampaignTags.md
|
|
716
|
+
- docs/GenerateCouponFailureDetailedSummary.md
|
|
717
|
+
- docs/GenerateCouponFailureSummary.md
|
|
687
718
|
- docs/GenerateItemFilterDescription.md
|
|
688
719
|
- docs/GenerateLoyaltyCard.md
|
|
689
720
|
- docs/GenerateRuleTitle.md
|
|
690
721
|
- docs/GenerateRuleTitleRule.md
|
|
722
|
+
- docs/GenerateUserSessionSummary.md
|
|
691
723
|
- docs/GetIntegrationCouponRequest.md
|
|
692
724
|
- docs/Giveaway.md
|
|
693
725
|
- docs/GiveawaysPool.md
|
|
@@ -765,6 +797,9 @@ files:
|
|
|
765
797
|
- docs/InventoryCoupon.md
|
|
766
798
|
- docs/InventoryReferral.md
|
|
767
799
|
- docs/ItemAttribute.md
|
|
800
|
+
- docs/JWT.md
|
|
801
|
+
- docs/LabelTargetAudience.md
|
|
802
|
+
- docs/LabelTargetNone.md
|
|
768
803
|
- docs/LedgerEntry.md
|
|
769
804
|
- docs/LedgerInfo.md
|
|
770
805
|
- docs/LedgerPointsEntryIntegrationAPI.md
|
|
@@ -790,6 +825,7 @@ files:
|
|
|
790
825
|
- docs/LoyaltyDashboardPointsBreakdown.md
|
|
791
826
|
- docs/LoyaltyLedger.md
|
|
792
827
|
- docs/LoyaltyLedgerEntry.md
|
|
828
|
+
- docs/LoyaltyLedgerEntryExpiryDateChange.md
|
|
793
829
|
- docs/LoyaltyLedgerEntryFlags.md
|
|
794
830
|
- docs/LoyaltyLedgerTransactions.md
|
|
795
831
|
- docs/LoyaltyMembership.md
|
|
@@ -880,6 +916,7 @@ files:
|
|
|
880
916
|
- docs/NewRoleV2.md
|
|
881
917
|
- docs/NewRuleset.md
|
|
882
918
|
- docs/NewSamlConnection.md
|
|
919
|
+
- docs/NewSecondaryDeployment.md
|
|
883
920
|
- docs/NewStore.md
|
|
884
921
|
- docs/NewTemplateDef.md
|
|
885
922
|
- docs/NewUser.md
|
|
@@ -908,10 +945,14 @@ files:
|
|
|
908
945
|
- docs/OutgoingIntegrationWebhookTemplates.md
|
|
909
946
|
- docs/PatchItemCatalogAction.md
|
|
910
947
|
- docs/PatchManyItemsCatalogAction.md
|
|
948
|
+
- docs/PendingActivePointsData.md
|
|
949
|
+
- docs/PendingActivePointsNotification.md
|
|
911
950
|
- docs/PendingPointsNotificationPolicy.md
|
|
912
951
|
- docs/Picklist.md
|
|
913
952
|
- docs/PriceDetail.md
|
|
914
953
|
- docs/PriceType.md
|
|
954
|
+
- docs/PriceTypeReferenceDetail.md
|
|
955
|
+
- docs/PriceTypeReferences.md
|
|
915
956
|
- docs/PriorityPosition.md
|
|
916
957
|
- docs/Product.md
|
|
917
958
|
- docs/ProductSearchMatch.md
|
|
@@ -984,11 +1025,13 @@ files:
|
|
|
984
1025
|
- docs/ScimServiceProviderConfigResponseSort.md
|
|
985
1026
|
- docs/ScimUser.md
|
|
986
1027
|
- docs/ScimUsersListResponse.md
|
|
1028
|
+
- docs/SecondaryDeployment.md
|
|
987
1029
|
- docs/Session.md
|
|
988
1030
|
- docs/SetDiscountEffectProps.md
|
|
989
1031
|
- docs/SetDiscountPerAdditionalCostEffectProps.md
|
|
990
1032
|
- docs/SetDiscountPerAdditionalCostPerItemEffectProps.md
|
|
991
1033
|
- docs/SetDiscountPerItemEffectProps.md
|
|
1034
|
+
- docs/SetLoyaltyPointsExpiryDateEffectProps.md
|
|
992
1035
|
- docs/ShowBundleMetadataEffectProps.md
|
|
993
1036
|
- docs/ShowNotificationEffectProps.md
|
|
994
1037
|
- docs/SkuUnitAnalytics.md
|
|
@@ -1009,8 +1052,14 @@ files:
|
|
|
1009
1052
|
- docs/TemplateDef.md
|
|
1010
1053
|
- docs/TemplateLimitConfig.md
|
|
1011
1054
|
- docs/Tier.md
|
|
1055
|
+
- docs/TierDowngradeData.md
|
|
1056
|
+
- docs/TierDowngradeNotification.md
|
|
1012
1057
|
- docs/TierDowngradeNotificationPolicy.md
|
|
1058
|
+
- docs/TierUpgradeData.md
|
|
1059
|
+
- docs/TierUpgradeNotification.md
|
|
1013
1060
|
- docs/TierUpgradeNotificationPolicy.md
|
|
1061
|
+
- docs/TierWillDowngradeData.md
|
|
1062
|
+
- docs/TierWillDowngradeNotification.md
|
|
1014
1063
|
- docs/TierWillDowngradeNotificationPolicy.md
|
|
1015
1064
|
- docs/TierWillDowngradeNotificationTrigger.md
|
|
1016
1065
|
- docs/TimePoint.md
|
|
@@ -1034,11 +1083,13 @@ files:
|
|
|
1034
1083
|
- docs/UpdateCollection.md
|
|
1035
1084
|
- docs/UpdateCoupon.md
|
|
1036
1085
|
- docs/UpdateCouponBatch.md
|
|
1086
|
+
- docs/UpdateCouponsData.md
|
|
1037
1087
|
- docs/UpdateCustomEffect.md
|
|
1038
1088
|
- docs/UpdateLoyaltyCard.md
|
|
1039
1089
|
- docs/UpdateLoyaltyProgram.md
|
|
1040
1090
|
- docs/UpdateLoyaltyProgramTier.md
|
|
1041
1091
|
- docs/UpdatePicklist.md
|
|
1092
|
+
- docs/UpdatePriceType.md
|
|
1042
1093
|
- docs/UpdateReferral.md
|
|
1043
1094
|
- docs/UpdateReferralBatch.md
|
|
1044
1095
|
- docs/UpdateRole.md
|
|
@@ -1094,6 +1145,7 @@ files:
|
|
|
1094
1145
|
- lib/talon_one/models/add_price_adjustment_catalog_action.rb
|
|
1095
1146
|
- lib/talon_one/models/add_to_audience_effect_props.rb
|
|
1096
1147
|
- lib/talon_one/models/added_deducted_points_balances_notification_policy.rb
|
|
1148
|
+
- lib/talon_one/models/added_deducted_points_notification.rb
|
|
1097
1149
|
- lib/talon_one/models/added_deducted_points_notification_policy.rb
|
|
1098
1150
|
- lib/talon_one/models/additional_campaign_properties.rb
|
|
1099
1151
|
- lib/talon_one/models/additional_cost.rb
|
|
@@ -1135,6 +1187,7 @@ files:
|
|
|
1135
1187
|
- lib/talon_one/models/application_store_entity.rb
|
|
1136
1188
|
- lib/talon_one/models/async_coupon_creation_response.rb
|
|
1137
1189
|
- lib/talon_one/models/async_coupon_deletion_job_response.rb
|
|
1190
|
+
- lib/talon_one/models/async_coupons_data.rb
|
|
1138
1191
|
- lib/talon_one/models/attribute.rb
|
|
1139
1192
|
- lib/talon_one/models/attributes_mandatory.rb
|
|
1140
1193
|
- lib/talon_one/models/attributes_settings.rb
|
|
@@ -1143,6 +1196,7 @@ files:
|
|
|
1143
1196
|
- lib/talon_one/models/audience_customer.rb
|
|
1144
1197
|
- lib/talon_one/models/audience_integration_id.rb
|
|
1145
1198
|
- lib/talon_one/models/audience_membership.rb
|
|
1199
|
+
- lib/talon_one/models/audience_reference.rb
|
|
1146
1200
|
- lib/talon_one/models/award_giveaway_effect_props.rb
|
|
1147
1201
|
- lib/talon_one/models/base_campaign.rb
|
|
1148
1202
|
- lib/talon_one/models/base_loyalty_program.rb
|
|
@@ -1151,6 +1205,10 @@ files:
|
|
|
1151
1205
|
- lib/talon_one/models/base_notification_webhook.rb
|
|
1152
1206
|
- lib/talon_one/models/base_notifications.rb
|
|
1153
1207
|
- lib/talon_one/models/base_saml_connection.rb
|
|
1208
|
+
- lib/talon_one/models/best_prior_price.rb
|
|
1209
|
+
- lib/talon_one/models/best_prior_price_metadata.rb
|
|
1210
|
+
- lib/talon_one/models/best_prior_price_request.rb
|
|
1211
|
+
- lib/talon_one/models/best_prior_price_request_target.rb
|
|
1154
1212
|
- lib/talon_one/models/binding.rb
|
|
1155
1213
|
- lib/talon_one/models/bulk_application_notification.rb
|
|
1156
1214
|
- lib/talon_one/models/bulk_campaign_notification.rb
|
|
@@ -1161,24 +1219,33 @@ files:
|
|
|
1161
1219
|
- lib/talon_one/models/campaign_budget.rb
|
|
1162
1220
|
- lib/talon_one/models/campaign_collection.rb
|
|
1163
1221
|
- lib/talon_one/models/campaign_collection_edited_notification.rb
|
|
1222
|
+
- lib/talon_one/models/campaign_collection_edited_notification_item.rb
|
|
1164
1223
|
- lib/talon_one/models/campaign_collection_without_payload.rb
|
|
1165
1224
|
- lib/talon_one/models/campaign_copy.rb
|
|
1166
1225
|
- lib/talon_one/models/campaign_created_notification.rb
|
|
1226
|
+
- lib/talon_one/models/campaign_created_notification_item.rb
|
|
1167
1227
|
- lib/talon_one/models/campaign_deactivation_request.rb
|
|
1168
1228
|
- lib/talon_one/models/campaign_deleted_notification.rb
|
|
1229
|
+
- lib/talon_one/models/campaign_deleted_notification_item.rb
|
|
1169
1230
|
- lib/talon_one/models/campaign_detail.rb
|
|
1170
1231
|
- lib/talon_one/models/campaign_edited_notification.rb
|
|
1232
|
+
- lib/talon_one/models/campaign_edited_notification_item.rb
|
|
1171
1233
|
- lib/talon_one/models/campaign_entity.rb
|
|
1172
1234
|
- lib/talon_one/models/campaign_evaluation_group.rb
|
|
1173
1235
|
- lib/talon_one/models/campaign_evaluation_position.rb
|
|
1236
|
+
- lib/talon_one/models/campaign_evaluation_tree_changed_message.rb
|
|
1174
1237
|
- lib/talon_one/models/campaign_evaluation_tree_changed_notification.rb
|
|
1175
1238
|
- lib/talon_one/models/campaign_group.rb
|
|
1176
1239
|
- lib/talon_one/models/campaign_group_entity.rb
|
|
1177
1240
|
- lib/talon_one/models/campaign_notification.rb
|
|
1241
|
+
- lib/talon_one/models/campaign_notification_base.rb
|
|
1242
|
+
- lib/talon_one/models/campaign_notification_generic.rb
|
|
1243
|
+
- lib/talon_one/models/campaign_notification_item_base.rb
|
|
1178
1244
|
- lib/talon_one/models/campaign_notification_policy.rb
|
|
1179
1245
|
- lib/talon_one/models/campaign_priorities_changed_notification.rb
|
|
1180
1246
|
- lib/talon_one/models/campaign_priorities_v2.rb
|
|
1181
1247
|
- lib/talon_one/models/campaign_ruleset_changed_notification.rb
|
|
1248
|
+
- lib/talon_one/models/campaign_ruleset_changed_notification_item.rb
|
|
1182
1249
|
- lib/talon_one/models/campaign_search.rb
|
|
1183
1250
|
- lib/talon_one/models/campaign_set.rb
|
|
1184
1251
|
- lib/talon_one/models/campaign_set_branch_node.rb
|
|
@@ -1187,6 +1254,7 @@ files:
|
|
|
1187
1254
|
- lib/talon_one/models/campaign_set_node.rb
|
|
1188
1255
|
- lib/talon_one/models/campaign_set_v2.rb
|
|
1189
1256
|
- lib/talon_one/models/campaign_state_changed_notification.rb
|
|
1257
|
+
- lib/talon_one/models/campaign_state_changed_notification_item.rb
|
|
1190
1258
|
- lib/talon_one/models/campaign_store_budget.rb
|
|
1191
1259
|
- lib/talon_one/models/campaign_store_budget_limit_config.rb
|
|
1192
1260
|
- lib/talon_one/models/campaign_template.rb
|
|
@@ -1195,6 +1263,7 @@ files:
|
|
|
1195
1263
|
- lib/talon_one/models/campaign_template_params.rb
|
|
1196
1264
|
- lib/talon_one/models/campaign_versions.rb
|
|
1197
1265
|
- lib/talon_one/models/card_added_deducted_points_balances_notification_policy.rb
|
|
1266
|
+
- lib/talon_one/models/card_added_deducted_points_notification.rb
|
|
1198
1267
|
- lib/talon_one/models/card_added_deducted_points_notification_policy.rb
|
|
1199
1268
|
- lib/talon_one/models/card_expiring_points_notification_policy.rb
|
|
1200
1269
|
- lib/talon_one/models/card_expiring_points_notification_trigger.rb
|
|
@@ -1227,9 +1296,11 @@ files:
|
|
|
1227
1296
|
- lib/talon_one/models/coupon_reservations.rb
|
|
1228
1297
|
- lib/talon_one/models/coupon_search.rb
|
|
1229
1298
|
- lib/talon_one/models/coupon_value.rb
|
|
1299
|
+
- lib/talon_one/models/coupons_notification_data.rb
|
|
1230
1300
|
- lib/talon_one/models/coupons_notification_policy.rb
|
|
1231
1301
|
- lib/talon_one/models/create_achievement.rb
|
|
1232
1302
|
- lib/talon_one/models/create_application_api_key.rb
|
|
1303
|
+
- lib/talon_one/models/create_coupon_data.rb
|
|
1233
1304
|
- lib/talon_one/models/create_management_key.rb
|
|
1234
1305
|
- lib/talon_one/models/create_template_campaign.rb
|
|
1235
1306
|
- lib/talon_one/models/create_template_campaign_response.rb
|
|
@@ -1251,6 +1322,7 @@ files:
|
|
|
1251
1322
|
- lib/talon_one/models/deactivate_user_request.rb
|
|
1252
1323
|
- lib/talon_one/models/deduct_loyalty_points.rb
|
|
1253
1324
|
- lib/talon_one/models/deduct_loyalty_points_effect_props.rb
|
|
1325
|
+
- lib/talon_one/models/delete_coupons_data.rb
|
|
1254
1326
|
- lib/talon_one/models/delete_user_request.rb
|
|
1255
1327
|
- lib/talon_one/models/effect.rb
|
|
1256
1328
|
- lib/talon_one/models/effect_entity.rb
|
|
@@ -1267,24 +1339,35 @@ files:
|
|
|
1267
1339
|
- lib/talon_one/models/event.rb
|
|
1268
1340
|
- lib/talon_one/models/event_type.rb
|
|
1269
1341
|
- lib/talon_one/models/event_v2.rb
|
|
1342
|
+
- lib/talon_one/models/expiring_card_points_data.rb
|
|
1343
|
+
- lib/talon_one/models/expiring_card_points_notification.rb
|
|
1344
|
+
- lib/talon_one/models/expiring_coupons_data.rb
|
|
1345
|
+
- lib/talon_one/models/expiring_coupons_notification.rb
|
|
1270
1346
|
- lib/talon_one/models/expiring_coupons_notification_policy.rb
|
|
1271
1347
|
- lib/talon_one/models/expiring_coupons_notification_trigger.rb
|
|
1348
|
+
- lib/talon_one/models/expiring_points_data.rb
|
|
1349
|
+
- lib/talon_one/models/expiring_points_notification.rb
|
|
1272
1350
|
- lib/talon_one/models/expiring_points_notification_policy.rb
|
|
1273
1351
|
- lib/talon_one/models/expiring_points_notification_trigger.rb
|
|
1274
1352
|
- lib/talon_one/models/export.rb
|
|
1275
1353
|
- lib/talon_one/models/extend_loyalty_points_expiry_date_effect_props.rb
|
|
1354
|
+
- lib/talon_one/models/extended_coupon.rb
|
|
1276
1355
|
- lib/talon_one/models/feature_flag.rb
|
|
1277
1356
|
- lib/talon_one/models/features_feed.rb
|
|
1278
1357
|
- lib/talon_one/models/feed_notification.rb
|
|
1279
1358
|
- lib/talon_one/models/frontend_state.rb
|
|
1280
1359
|
- lib/talon_one/models/func_arg_def.rb
|
|
1281
1360
|
- lib/talon_one/models/function_def.rb
|
|
1361
|
+
- lib/talon_one/models/generate_audit_log_summary.rb
|
|
1282
1362
|
- lib/talon_one/models/generate_campaign_description.rb
|
|
1283
1363
|
- lib/talon_one/models/generate_campaign_tags.rb
|
|
1364
|
+
- lib/talon_one/models/generate_coupon_failure_detailed_summary.rb
|
|
1365
|
+
- lib/talon_one/models/generate_coupon_failure_summary.rb
|
|
1284
1366
|
- lib/talon_one/models/generate_item_filter_description.rb
|
|
1285
1367
|
- lib/talon_one/models/generate_loyalty_card.rb
|
|
1286
1368
|
- lib/talon_one/models/generate_rule_title.rb
|
|
1287
1369
|
- lib/talon_one/models/generate_rule_title_rule.rb
|
|
1370
|
+
- lib/talon_one/models/generate_user_session_summary.rb
|
|
1288
1371
|
- lib/talon_one/models/get_integration_coupon_request.rb
|
|
1289
1372
|
- lib/talon_one/models/giveaway.rb
|
|
1290
1373
|
- lib/talon_one/models/giveaways_pool.rb
|
|
@@ -1361,6 +1444,9 @@ files:
|
|
|
1361
1444
|
- lib/talon_one/models/inventory_coupon.rb
|
|
1362
1445
|
- lib/talon_one/models/inventory_referral.rb
|
|
1363
1446
|
- lib/talon_one/models/item_attribute.rb
|
|
1447
|
+
- lib/talon_one/models/jwt.rb
|
|
1448
|
+
- lib/talon_one/models/label_target_audience.rb
|
|
1449
|
+
- lib/talon_one/models/label_target_none.rb
|
|
1364
1450
|
- lib/talon_one/models/ledger_entry.rb
|
|
1365
1451
|
- lib/talon_one/models/ledger_info.rb
|
|
1366
1452
|
- lib/talon_one/models/ledger_points_entry_integration_api.rb
|
|
@@ -1386,6 +1472,7 @@ files:
|
|
|
1386
1472
|
- lib/talon_one/models/loyalty_dashboard_points_breakdown.rb
|
|
1387
1473
|
- lib/talon_one/models/loyalty_ledger.rb
|
|
1388
1474
|
- lib/talon_one/models/loyalty_ledger_entry.rb
|
|
1475
|
+
- lib/talon_one/models/loyalty_ledger_entry_expiry_date_change.rb
|
|
1389
1476
|
- lib/talon_one/models/loyalty_ledger_entry_flags.rb
|
|
1390
1477
|
- lib/talon_one/models/loyalty_ledger_transactions.rb
|
|
1391
1478
|
- lib/talon_one/models/loyalty_membership.rb
|
|
@@ -1475,6 +1562,7 @@ files:
|
|
|
1475
1562
|
- lib/talon_one/models/new_role_v2.rb
|
|
1476
1563
|
- lib/talon_one/models/new_ruleset.rb
|
|
1477
1564
|
- lib/talon_one/models/new_saml_connection.rb
|
|
1565
|
+
- lib/talon_one/models/new_secondary_deployment.rb
|
|
1478
1566
|
- lib/talon_one/models/new_store.rb
|
|
1479
1567
|
- lib/talon_one/models/new_template_def.rb
|
|
1480
1568
|
- lib/talon_one/models/new_user.rb
|
|
@@ -1503,10 +1591,14 @@ files:
|
|
|
1503
1591
|
- lib/talon_one/models/outgoing_integration_webhook_templates.rb
|
|
1504
1592
|
- lib/talon_one/models/patch_item_catalog_action.rb
|
|
1505
1593
|
- lib/talon_one/models/patch_many_items_catalog_action.rb
|
|
1594
|
+
- lib/talon_one/models/pending_active_points_data.rb
|
|
1595
|
+
- lib/talon_one/models/pending_active_points_notification.rb
|
|
1506
1596
|
- lib/talon_one/models/pending_points_notification_policy.rb
|
|
1507
1597
|
- lib/talon_one/models/picklist.rb
|
|
1508
1598
|
- lib/talon_one/models/price_detail.rb
|
|
1509
1599
|
- lib/talon_one/models/price_type.rb
|
|
1600
|
+
- lib/talon_one/models/price_type_reference_detail.rb
|
|
1601
|
+
- lib/talon_one/models/price_type_references.rb
|
|
1510
1602
|
- lib/talon_one/models/priority_position.rb
|
|
1511
1603
|
- lib/talon_one/models/product.rb
|
|
1512
1604
|
- lib/talon_one/models/product_search_match.rb
|
|
@@ -1578,11 +1670,13 @@ files:
|
|
|
1578
1670
|
- lib/talon_one/models/scim_service_provider_config_response_sort.rb
|
|
1579
1671
|
- lib/talon_one/models/scim_user.rb
|
|
1580
1672
|
- lib/talon_one/models/scim_users_list_response.rb
|
|
1673
|
+
- lib/talon_one/models/secondary_deployment.rb
|
|
1581
1674
|
- lib/talon_one/models/session.rb
|
|
1582
1675
|
- lib/talon_one/models/set_discount_effect_props.rb
|
|
1583
1676
|
- lib/talon_one/models/set_discount_per_additional_cost_effect_props.rb
|
|
1584
1677
|
- lib/talon_one/models/set_discount_per_additional_cost_per_item_effect_props.rb
|
|
1585
1678
|
- lib/talon_one/models/set_discount_per_item_effect_props.rb
|
|
1679
|
+
- lib/talon_one/models/set_loyalty_points_expiry_date_effect_props.rb
|
|
1586
1680
|
- lib/talon_one/models/show_bundle_metadata_effect_props.rb
|
|
1587
1681
|
- lib/talon_one/models/show_notification_effect_props.rb
|
|
1588
1682
|
- lib/talon_one/models/sku_unit_analytics.rb
|
|
@@ -1604,8 +1698,14 @@ files:
|
|
|
1604
1698
|
- lib/talon_one/models/template_def.rb
|
|
1605
1699
|
- lib/talon_one/models/template_limit_config.rb
|
|
1606
1700
|
- lib/talon_one/models/tier.rb
|
|
1701
|
+
- lib/talon_one/models/tier_downgrade_data.rb
|
|
1702
|
+
- lib/talon_one/models/tier_downgrade_notification.rb
|
|
1607
1703
|
- lib/talon_one/models/tier_downgrade_notification_policy.rb
|
|
1704
|
+
- lib/talon_one/models/tier_upgrade_data.rb
|
|
1705
|
+
- lib/talon_one/models/tier_upgrade_notification.rb
|
|
1608
1706
|
- lib/talon_one/models/tier_upgrade_notification_policy.rb
|
|
1707
|
+
- lib/talon_one/models/tier_will_downgrade_data.rb
|
|
1708
|
+
- lib/talon_one/models/tier_will_downgrade_notification.rb
|
|
1609
1709
|
- lib/talon_one/models/tier_will_downgrade_notification_policy.rb
|
|
1610
1710
|
- lib/talon_one/models/tier_will_downgrade_notification_trigger.rb
|
|
1611
1711
|
- lib/talon_one/models/time_point.rb
|
|
@@ -1629,11 +1729,13 @@ files:
|
|
|
1629
1729
|
- lib/talon_one/models/update_collection.rb
|
|
1630
1730
|
- lib/talon_one/models/update_coupon.rb
|
|
1631
1731
|
- lib/talon_one/models/update_coupon_batch.rb
|
|
1732
|
+
- lib/talon_one/models/update_coupons_data.rb
|
|
1632
1733
|
- lib/talon_one/models/update_custom_effect.rb
|
|
1633
1734
|
- lib/talon_one/models/update_loyalty_card.rb
|
|
1634
1735
|
- lib/talon_one/models/update_loyalty_program.rb
|
|
1635
1736
|
- lib/talon_one/models/update_loyalty_program_tier.rb
|
|
1636
1737
|
- lib/talon_one/models/update_picklist.rb
|
|
1738
|
+
- lib/talon_one/models/update_price_type.rb
|
|
1637
1739
|
- lib/talon_one/models/update_referral.rb
|
|
1638
1740
|
- lib/talon_one/models/update_referral_batch.rb
|
|
1639
1741
|
- lib/talon_one/models/update_role.rb
|
|
@@ -1689,6 +1791,7 @@ files:
|
|
|
1689
1791
|
- spec/models/add_to_audience_effect_props_spec.rb
|
|
1690
1792
|
- spec/models/added_deducted_points_balances_notification_policy_spec.rb
|
|
1691
1793
|
- spec/models/added_deducted_points_notification_policy_spec.rb
|
|
1794
|
+
- spec/models/added_deducted_points_notification_spec.rb
|
|
1692
1795
|
- spec/models/additional_campaign_properties_spec.rb
|
|
1693
1796
|
- spec/models/additional_cost_spec.rb
|
|
1694
1797
|
- spec/models/analytics_data_point_spec.rb
|
|
@@ -1729,6 +1832,7 @@ files:
|
|
|
1729
1832
|
- spec/models/application_store_entity_spec.rb
|
|
1730
1833
|
- spec/models/async_coupon_creation_response_spec.rb
|
|
1731
1834
|
- spec/models/async_coupon_deletion_job_response_spec.rb
|
|
1835
|
+
- spec/models/async_coupons_data_spec.rb
|
|
1732
1836
|
- spec/models/attribute_spec.rb
|
|
1733
1837
|
- spec/models/attributes_mandatory_spec.rb
|
|
1734
1838
|
- spec/models/attributes_settings_spec.rb
|
|
@@ -1736,6 +1840,7 @@ files:
|
|
|
1736
1840
|
- spec/models/audience_customer_spec.rb
|
|
1737
1841
|
- spec/models/audience_integration_id_spec.rb
|
|
1738
1842
|
- spec/models/audience_membership_spec.rb
|
|
1843
|
+
- spec/models/audience_reference_spec.rb
|
|
1739
1844
|
- spec/models/audience_spec.rb
|
|
1740
1845
|
- spec/models/award_giveaway_effect_props_spec.rb
|
|
1741
1846
|
- spec/models/base_campaign_spec.rb
|
|
@@ -1745,6 +1850,10 @@ files:
|
|
|
1745
1850
|
- spec/models/base_notification_webhook_spec.rb
|
|
1746
1851
|
- spec/models/base_notifications_spec.rb
|
|
1747
1852
|
- spec/models/base_saml_connection_spec.rb
|
|
1853
|
+
- spec/models/best_prior_price_metadata_spec.rb
|
|
1854
|
+
- spec/models/best_prior_price_request_spec.rb
|
|
1855
|
+
- spec/models/best_prior_price_request_target_spec.rb
|
|
1856
|
+
- spec/models/best_prior_price_spec.rb
|
|
1748
1857
|
- spec/models/binding_spec.rb
|
|
1749
1858
|
- spec/models/bulk_application_notification_spec.rb
|
|
1750
1859
|
- spec/models/bulk_campaign_notification_spec.rb
|
|
@@ -1752,25 +1861,34 @@ files:
|
|
|
1752
1861
|
- spec/models/campaign_activation_request_spec.rb
|
|
1753
1862
|
- spec/models/campaign_analytics_spec.rb
|
|
1754
1863
|
- spec/models/campaign_budget_spec.rb
|
|
1864
|
+
- spec/models/campaign_collection_edited_notification_item_spec.rb
|
|
1755
1865
|
- spec/models/campaign_collection_edited_notification_spec.rb
|
|
1756
1866
|
- spec/models/campaign_collection_spec.rb
|
|
1757
1867
|
- spec/models/campaign_collection_without_payload_spec.rb
|
|
1758
1868
|
- spec/models/campaign_copy_spec.rb
|
|
1869
|
+
- spec/models/campaign_created_notification_item_spec.rb
|
|
1759
1870
|
- spec/models/campaign_created_notification_spec.rb
|
|
1760
1871
|
- spec/models/campaign_deactivation_request_spec.rb
|
|
1872
|
+
- spec/models/campaign_deleted_notification_item_spec.rb
|
|
1761
1873
|
- spec/models/campaign_deleted_notification_spec.rb
|
|
1762
1874
|
- spec/models/campaign_detail_spec.rb
|
|
1875
|
+
- spec/models/campaign_edited_notification_item_spec.rb
|
|
1763
1876
|
- spec/models/campaign_edited_notification_spec.rb
|
|
1764
1877
|
- spec/models/campaign_entity_spec.rb
|
|
1765
1878
|
- spec/models/campaign_evaluation_group_spec.rb
|
|
1766
1879
|
- spec/models/campaign_evaluation_position_spec.rb
|
|
1880
|
+
- spec/models/campaign_evaluation_tree_changed_message_spec.rb
|
|
1767
1881
|
- spec/models/campaign_evaluation_tree_changed_notification_spec.rb
|
|
1768
1882
|
- spec/models/campaign_group_entity_spec.rb
|
|
1769
1883
|
- spec/models/campaign_group_spec.rb
|
|
1884
|
+
- spec/models/campaign_notification_base_spec.rb
|
|
1885
|
+
- spec/models/campaign_notification_generic_spec.rb
|
|
1886
|
+
- spec/models/campaign_notification_item_base_spec.rb
|
|
1770
1887
|
- spec/models/campaign_notification_policy_spec.rb
|
|
1771
1888
|
- spec/models/campaign_notification_spec.rb
|
|
1772
1889
|
- spec/models/campaign_priorities_changed_notification_spec.rb
|
|
1773
1890
|
- spec/models/campaign_priorities_v2_spec.rb
|
|
1891
|
+
- spec/models/campaign_ruleset_changed_notification_item_spec.rb
|
|
1774
1892
|
- spec/models/campaign_ruleset_changed_notification_spec.rb
|
|
1775
1893
|
- spec/models/campaign_search_spec.rb
|
|
1776
1894
|
- spec/models/campaign_set_branch_node_spec.rb
|
|
@@ -1780,6 +1898,7 @@ files:
|
|
|
1780
1898
|
- spec/models/campaign_set_spec.rb
|
|
1781
1899
|
- spec/models/campaign_set_v2_spec.rb
|
|
1782
1900
|
- spec/models/campaign_spec.rb
|
|
1901
|
+
- spec/models/campaign_state_changed_notification_item_spec.rb
|
|
1783
1902
|
- spec/models/campaign_state_changed_notification_spec.rb
|
|
1784
1903
|
- spec/models/campaign_store_budget_limit_config_spec.rb
|
|
1785
1904
|
- spec/models/campaign_store_budget_spec.rb
|
|
@@ -1790,6 +1909,7 @@ files:
|
|
|
1790
1909
|
- spec/models/campaign_versions_spec.rb
|
|
1791
1910
|
- spec/models/card_added_deducted_points_balances_notification_policy_spec.rb
|
|
1792
1911
|
- spec/models/card_added_deducted_points_notification_policy_spec.rb
|
|
1912
|
+
- spec/models/card_added_deducted_points_notification_spec.rb
|
|
1793
1913
|
- spec/models/card_expiring_points_notification_policy_spec.rb
|
|
1794
1914
|
- spec/models/card_expiring_points_notification_trigger_spec.rb
|
|
1795
1915
|
- spec/models/card_ledger_points_entry_integration_api_spec.rb
|
|
@@ -1821,9 +1941,11 @@ files:
|
|
|
1821
1941
|
- spec/models/coupon_search_spec.rb
|
|
1822
1942
|
- spec/models/coupon_spec.rb
|
|
1823
1943
|
- spec/models/coupon_value_spec.rb
|
|
1944
|
+
- spec/models/coupons_notification_data_spec.rb
|
|
1824
1945
|
- spec/models/coupons_notification_policy_spec.rb
|
|
1825
1946
|
- spec/models/create_achievement_spec.rb
|
|
1826
1947
|
- spec/models/create_application_api_key_spec.rb
|
|
1948
|
+
- spec/models/create_coupon_data_spec.rb
|
|
1827
1949
|
- spec/models/create_management_key_spec.rb
|
|
1828
1950
|
- spec/models/create_template_campaign_response_spec.rb
|
|
1829
1951
|
- spec/models/create_template_campaign_spec.rb
|
|
@@ -1845,6 +1967,7 @@ files:
|
|
|
1845
1967
|
- spec/models/deactivate_user_request_spec.rb
|
|
1846
1968
|
- spec/models/deduct_loyalty_points_effect_props_spec.rb
|
|
1847
1969
|
- spec/models/deduct_loyalty_points_spec.rb
|
|
1970
|
+
- spec/models/delete_coupons_data_spec.rb
|
|
1848
1971
|
- spec/models/delete_user_request_spec.rb
|
|
1849
1972
|
- spec/models/effect_entity_spec.rb
|
|
1850
1973
|
- spec/models/effect_spec.rb
|
|
@@ -1861,24 +1984,35 @@ files:
|
|
|
1861
1984
|
- spec/models/event_spec.rb
|
|
1862
1985
|
- spec/models/event_type_spec.rb
|
|
1863
1986
|
- spec/models/event_v2_spec.rb
|
|
1987
|
+
- spec/models/expiring_card_points_data_spec.rb
|
|
1988
|
+
- spec/models/expiring_card_points_notification_spec.rb
|
|
1989
|
+
- spec/models/expiring_coupons_data_spec.rb
|
|
1864
1990
|
- spec/models/expiring_coupons_notification_policy_spec.rb
|
|
1991
|
+
- spec/models/expiring_coupons_notification_spec.rb
|
|
1865
1992
|
- spec/models/expiring_coupons_notification_trigger_spec.rb
|
|
1993
|
+
- spec/models/expiring_points_data_spec.rb
|
|
1866
1994
|
- spec/models/expiring_points_notification_policy_spec.rb
|
|
1995
|
+
- spec/models/expiring_points_notification_spec.rb
|
|
1867
1996
|
- spec/models/expiring_points_notification_trigger_spec.rb
|
|
1868
1997
|
- spec/models/export_spec.rb
|
|
1869
1998
|
- spec/models/extend_loyalty_points_expiry_date_effect_props_spec.rb
|
|
1999
|
+
- spec/models/extended_coupon_spec.rb
|
|
1870
2000
|
- spec/models/feature_flag_spec.rb
|
|
1871
2001
|
- spec/models/features_feed_spec.rb
|
|
1872
2002
|
- spec/models/feed_notification_spec.rb
|
|
1873
2003
|
- spec/models/frontend_state_spec.rb
|
|
1874
2004
|
- spec/models/func_arg_def_spec.rb
|
|
1875
2005
|
- spec/models/function_def_spec.rb
|
|
2006
|
+
- spec/models/generate_audit_log_summary_spec.rb
|
|
1876
2007
|
- spec/models/generate_campaign_description_spec.rb
|
|
1877
2008
|
- spec/models/generate_campaign_tags_spec.rb
|
|
2009
|
+
- spec/models/generate_coupon_failure_detailed_summary_spec.rb
|
|
2010
|
+
- spec/models/generate_coupon_failure_summary_spec.rb
|
|
1878
2011
|
- spec/models/generate_item_filter_description_spec.rb
|
|
1879
2012
|
- spec/models/generate_loyalty_card_spec.rb
|
|
1880
2013
|
- spec/models/generate_rule_title_rule_spec.rb
|
|
1881
2014
|
- spec/models/generate_rule_title_spec.rb
|
|
2015
|
+
- spec/models/generate_user_session_summary_spec.rb
|
|
1882
2016
|
- spec/models/get_integration_coupon_request_spec.rb
|
|
1883
2017
|
- spec/models/giveaway_spec.rb
|
|
1884
2018
|
- spec/models/giveaways_pool_spec.rb
|
|
@@ -1955,6 +2089,9 @@ files:
|
|
|
1955
2089
|
- spec/models/inventory_coupon_spec.rb
|
|
1956
2090
|
- spec/models/inventory_referral_spec.rb
|
|
1957
2091
|
- spec/models/item_attribute_spec.rb
|
|
2092
|
+
- spec/models/jwt_spec.rb
|
|
2093
|
+
- spec/models/label_target_audience_spec.rb
|
|
2094
|
+
- spec/models/label_target_none_spec.rb
|
|
1958
2095
|
- spec/models/ledger_entry_spec.rb
|
|
1959
2096
|
- spec/models/ledger_info_spec.rb
|
|
1960
2097
|
- spec/models/ledger_points_entry_integration_api_spec.rb
|
|
@@ -1977,6 +2114,7 @@ files:
|
|
|
1977
2114
|
- spec/models/loyalty_card_spec.rb
|
|
1978
2115
|
- spec/models/loyalty_dashboard_data_spec.rb
|
|
1979
2116
|
- spec/models/loyalty_dashboard_points_breakdown_spec.rb
|
|
2117
|
+
- spec/models/loyalty_ledger_entry_expiry_date_change_spec.rb
|
|
1980
2118
|
- spec/models/loyalty_ledger_entry_flags_spec.rb
|
|
1981
2119
|
- spec/models/loyalty_ledger_entry_spec.rb
|
|
1982
2120
|
- spec/models/loyalty_ledger_spec.rb
|
|
@@ -2069,6 +2207,7 @@ files:
|
|
|
2069
2207
|
- spec/models/new_role_v2_spec.rb
|
|
2070
2208
|
- spec/models/new_ruleset_spec.rb
|
|
2071
2209
|
- spec/models/new_saml_connection_spec.rb
|
|
2210
|
+
- spec/models/new_secondary_deployment_spec.rb
|
|
2072
2211
|
- spec/models/new_store_spec.rb
|
|
2073
2212
|
- spec/models/new_template_def_spec.rb
|
|
2074
2213
|
- spec/models/new_user_spec.rb
|
|
@@ -2097,9 +2236,13 @@ files:
|
|
|
2097
2236
|
- spec/models/outgoing_integration_webhook_templates_spec.rb
|
|
2098
2237
|
- spec/models/patch_item_catalog_action_spec.rb
|
|
2099
2238
|
- spec/models/patch_many_items_catalog_action_spec.rb
|
|
2239
|
+
- spec/models/pending_active_points_data_spec.rb
|
|
2240
|
+
- spec/models/pending_active_points_notification_spec.rb
|
|
2100
2241
|
- spec/models/pending_points_notification_policy_spec.rb
|
|
2101
2242
|
- spec/models/picklist_spec.rb
|
|
2102
2243
|
- spec/models/price_detail_spec.rb
|
|
2244
|
+
- spec/models/price_type_reference_detail_spec.rb
|
|
2245
|
+
- spec/models/price_type_references_spec.rb
|
|
2103
2246
|
- spec/models/price_type_spec.rb
|
|
2104
2247
|
- spec/models/priority_position_spec.rb
|
|
2105
2248
|
- spec/models/product_search_match_spec.rb
|
|
@@ -2172,11 +2315,13 @@ files:
|
|
|
2172
2315
|
- spec/models/scim_service_provider_config_response_spec.rb
|
|
2173
2316
|
- spec/models/scim_user_spec.rb
|
|
2174
2317
|
- spec/models/scim_users_list_response_spec.rb
|
|
2318
|
+
- spec/models/secondary_deployment_spec.rb
|
|
2175
2319
|
- spec/models/session_spec.rb
|
|
2176
2320
|
- spec/models/set_discount_effect_props_spec.rb
|
|
2177
2321
|
- spec/models/set_discount_per_additional_cost_effect_props_spec.rb
|
|
2178
2322
|
- spec/models/set_discount_per_additional_cost_per_item_effect_props_spec.rb
|
|
2179
2323
|
- spec/models/set_discount_per_item_effect_props_spec.rb
|
|
2324
|
+
- spec/models/set_loyalty_points_expiry_date_effect_props_spec.rb
|
|
2180
2325
|
- spec/models/show_bundle_metadata_effect_props_spec.rb
|
|
2181
2326
|
- spec/models/show_notification_effect_props_spec.rb
|
|
2182
2327
|
- spec/models/sku_unit_analytics_data_point_spec.rb
|
|
@@ -2197,10 +2342,16 @@ files:
|
|
|
2197
2342
|
- spec/models/template_arg_def_spec.rb
|
|
2198
2343
|
- spec/models/template_def_spec.rb
|
|
2199
2344
|
- spec/models/template_limit_config_spec.rb
|
|
2345
|
+
- spec/models/tier_downgrade_data_spec.rb
|
|
2200
2346
|
- spec/models/tier_downgrade_notification_policy_spec.rb
|
|
2347
|
+
- spec/models/tier_downgrade_notification_spec.rb
|
|
2201
2348
|
- spec/models/tier_spec.rb
|
|
2349
|
+
- spec/models/tier_upgrade_data_spec.rb
|
|
2202
2350
|
- spec/models/tier_upgrade_notification_policy_spec.rb
|
|
2351
|
+
- spec/models/tier_upgrade_notification_spec.rb
|
|
2352
|
+
- spec/models/tier_will_downgrade_data_spec.rb
|
|
2203
2353
|
- spec/models/tier_will_downgrade_notification_policy_spec.rb
|
|
2354
|
+
- spec/models/tier_will_downgrade_notification_spec.rb
|
|
2204
2355
|
- spec/models/tier_will_downgrade_notification_trigger_spec.rb
|
|
2205
2356
|
- spec/models/time_point_spec.rb
|
|
2206
2357
|
- spec/models/track_event_v2_response_spec.rb
|
|
@@ -2223,11 +2374,13 @@ files:
|
|
|
2223
2374
|
- spec/models/update_collection_spec.rb
|
|
2224
2375
|
- spec/models/update_coupon_batch_spec.rb
|
|
2225
2376
|
- spec/models/update_coupon_spec.rb
|
|
2377
|
+
- spec/models/update_coupons_data_spec.rb
|
|
2226
2378
|
- spec/models/update_custom_effect_spec.rb
|
|
2227
2379
|
- spec/models/update_loyalty_card_spec.rb
|
|
2228
2380
|
- spec/models/update_loyalty_program_spec.rb
|
|
2229
2381
|
- spec/models/update_loyalty_program_tier_spec.rb
|
|
2230
2382
|
- spec/models/update_picklist_spec.rb
|
|
2383
|
+
- spec/models/update_price_type_spec.rb
|
|
2231
2384
|
- spec/models/update_referral_batch_spec.rb
|
|
2232
2385
|
- spec/models/update_referral_spec.rb
|
|
2233
2386
|
- spec/models/update_role_spec.rb
|
|
@@ -2306,6 +2459,7 @@ test_files:
|
|
|
2306
2459
|
- spec/models/add_to_audience_effect_props_spec.rb
|
|
2307
2460
|
- spec/models/added_deducted_points_balances_notification_policy_spec.rb
|
|
2308
2461
|
- spec/models/added_deducted_points_notification_policy_spec.rb
|
|
2462
|
+
- spec/models/added_deducted_points_notification_spec.rb
|
|
2309
2463
|
- spec/models/additional_campaign_properties_spec.rb
|
|
2310
2464
|
- spec/models/additional_cost_spec.rb
|
|
2311
2465
|
- spec/models/analytics_data_point_spec.rb
|
|
@@ -2346,6 +2500,7 @@ test_files:
|
|
|
2346
2500
|
- spec/models/application_store_entity_spec.rb
|
|
2347
2501
|
- spec/models/async_coupon_creation_response_spec.rb
|
|
2348
2502
|
- spec/models/async_coupon_deletion_job_response_spec.rb
|
|
2503
|
+
- spec/models/async_coupons_data_spec.rb
|
|
2349
2504
|
- spec/models/attribute_spec.rb
|
|
2350
2505
|
- spec/models/attributes_mandatory_spec.rb
|
|
2351
2506
|
- spec/models/attributes_settings_spec.rb
|
|
@@ -2353,6 +2508,7 @@ test_files:
|
|
|
2353
2508
|
- spec/models/audience_customer_spec.rb
|
|
2354
2509
|
- spec/models/audience_integration_id_spec.rb
|
|
2355
2510
|
- spec/models/audience_membership_spec.rb
|
|
2511
|
+
- spec/models/audience_reference_spec.rb
|
|
2356
2512
|
- spec/models/audience_spec.rb
|
|
2357
2513
|
- spec/models/award_giveaway_effect_props_spec.rb
|
|
2358
2514
|
- spec/models/base_campaign_spec.rb
|
|
@@ -2362,6 +2518,10 @@ test_files:
|
|
|
2362
2518
|
- spec/models/base_notification_webhook_spec.rb
|
|
2363
2519
|
- spec/models/base_notifications_spec.rb
|
|
2364
2520
|
- spec/models/base_saml_connection_spec.rb
|
|
2521
|
+
- spec/models/best_prior_price_metadata_spec.rb
|
|
2522
|
+
- spec/models/best_prior_price_request_spec.rb
|
|
2523
|
+
- spec/models/best_prior_price_request_target_spec.rb
|
|
2524
|
+
- spec/models/best_prior_price_spec.rb
|
|
2365
2525
|
- spec/models/binding_spec.rb
|
|
2366
2526
|
- spec/models/bulk_application_notification_spec.rb
|
|
2367
2527
|
- spec/models/bulk_campaign_notification_spec.rb
|
|
@@ -2369,25 +2529,34 @@ test_files:
|
|
|
2369
2529
|
- spec/models/campaign_activation_request_spec.rb
|
|
2370
2530
|
- spec/models/campaign_analytics_spec.rb
|
|
2371
2531
|
- spec/models/campaign_budget_spec.rb
|
|
2532
|
+
- spec/models/campaign_collection_edited_notification_item_spec.rb
|
|
2372
2533
|
- spec/models/campaign_collection_edited_notification_spec.rb
|
|
2373
2534
|
- spec/models/campaign_collection_spec.rb
|
|
2374
2535
|
- spec/models/campaign_collection_without_payload_spec.rb
|
|
2375
2536
|
- spec/models/campaign_copy_spec.rb
|
|
2537
|
+
- spec/models/campaign_created_notification_item_spec.rb
|
|
2376
2538
|
- spec/models/campaign_created_notification_spec.rb
|
|
2377
2539
|
- spec/models/campaign_deactivation_request_spec.rb
|
|
2540
|
+
- spec/models/campaign_deleted_notification_item_spec.rb
|
|
2378
2541
|
- spec/models/campaign_deleted_notification_spec.rb
|
|
2379
2542
|
- spec/models/campaign_detail_spec.rb
|
|
2543
|
+
- spec/models/campaign_edited_notification_item_spec.rb
|
|
2380
2544
|
- spec/models/campaign_edited_notification_spec.rb
|
|
2381
2545
|
- spec/models/campaign_entity_spec.rb
|
|
2382
2546
|
- spec/models/campaign_evaluation_group_spec.rb
|
|
2383
2547
|
- spec/models/campaign_evaluation_position_spec.rb
|
|
2548
|
+
- spec/models/campaign_evaluation_tree_changed_message_spec.rb
|
|
2384
2549
|
- spec/models/campaign_evaluation_tree_changed_notification_spec.rb
|
|
2385
2550
|
- spec/models/campaign_group_entity_spec.rb
|
|
2386
2551
|
- spec/models/campaign_group_spec.rb
|
|
2552
|
+
- spec/models/campaign_notification_base_spec.rb
|
|
2553
|
+
- spec/models/campaign_notification_generic_spec.rb
|
|
2554
|
+
- spec/models/campaign_notification_item_base_spec.rb
|
|
2387
2555
|
- spec/models/campaign_notification_policy_spec.rb
|
|
2388
2556
|
- spec/models/campaign_notification_spec.rb
|
|
2389
2557
|
- spec/models/campaign_priorities_changed_notification_spec.rb
|
|
2390
2558
|
- spec/models/campaign_priorities_v2_spec.rb
|
|
2559
|
+
- spec/models/campaign_ruleset_changed_notification_item_spec.rb
|
|
2391
2560
|
- spec/models/campaign_ruleset_changed_notification_spec.rb
|
|
2392
2561
|
- spec/models/campaign_search_spec.rb
|
|
2393
2562
|
- spec/models/campaign_set_branch_node_spec.rb
|
|
@@ -2397,6 +2566,7 @@ test_files:
|
|
|
2397
2566
|
- spec/models/campaign_set_spec.rb
|
|
2398
2567
|
- spec/models/campaign_set_v2_spec.rb
|
|
2399
2568
|
- spec/models/campaign_spec.rb
|
|
2569
|
+
- spec/models/campaign_state_changed_notification_item_spec.rb
|
|
2400
2570
|
- spec/models/campaign_state_changed_notification_spec.rb
|
|
2401
2571
|
- spec/models/campaign_store_budget_limit_config_spec.rb
|
|
2402
2572
|
- spec/models/campaign_store_budget_spec.rb
|
|
@@ -2407,6 +2577,7 @@ test_files:
|
|
|
2407
2577
|
- spec/models/campaign_versions_spec.rb
|
|
2408
2578
|
- spec/models/card_added_deducted_points_balances_notification_policy_spec.rb
|
|
2409
2579
|
- spec/models/card_added_deducted_points_notification_policy_spec.rb
|
|
2580
|
+
- spec/models/card_added_deducted_points_notification_spec.rb
|
|
2410
2581
|
- spec/models/card_expiring_points_notification_policy_spec.rb
|
|
2411
2582
|
- spec/models/card_expiring_points_notification_trigger_spec.rb
|
|
2412
2583
|
- spec/models/card_ledger_points_entry_integration_api_spec.rb
|
|
@@ -2438,9 +2609,11 @@ test_files:
|
|
|
2438
2609
|
- spec/models/coupon_search_spec.rb
|
|
2439
2610
|
- spec/models/coupon_spec.rb
|
|
2440
2611
|
- spec/models/coupon_value_spec.rb
|
|
2612
|
+
- spec/models/coupons_notification_data_spec.rb
|
|
2441
2613
|
- spec/models/coupons_notification_policy_spec.rb
|
|
2442
2614
|
- spec/models/create_achievement_spec.rb
|
|
2443
2615
|
- spec/models/create_application_api_key_spec.rb
|
|
2616
|
+
- spec/models/create_coupon_data_spec.rb
|
|
2444
2617
|
- spec/models/create_management_key_spec.rb
|
|
2445
2618
|
- spec/models/create_template_campaign_response_spec.rb
|
|
2446
2619
|
- spec/models/create_template_campaign_spec.rb
|
|
@@ -2462,6 +2635,7 @@ test_files:
|
|
|
2462
2635
|
- spec/models/deactivate_user_request_spec.rb
|
|
2463
2636
|
- spec/models/deduct_loyalty_points_effect_props_spec.rb
|
|
2464
2637
|
- spec/models/deduct_loyalty_points_spec.rb
|
|
2638
|
+
- spec/models/delete_coupons_data_spec.rb
|
|
2465
2639
|
- spec/models/delete_user_request_spec.rb
|
|
2466
2640
|
- spec/models/effect_entity_spec.rb
|
|
2467
2641
|
- spec/models/effect_spec.rb
|
|
@@ -2478,24 +2652,35 @@ test_files:
|
|
|
2478
2652
|
- spec/models/event_spec.rb
|
|
2479
2653
|
- spec/models/event_type_spec.rb
|
|
2480
2654
|
- spec/models/event_v2_spec.rb
|
|
2655
|
+
- spec/models/expiring_card_points_data_spec.rb
|
|
2656
|
+
- spec/models/expiring_card_points_notification_spec.rb
|
|
2657
|
+
- spec/models/expiring_coupons_data_spec.rb
|
|
2481
2658
|
- spec/models/expiring_coupons_notification_policy_spec.rb
|
|
2659
|
+
- spec/models/expiring_coupons_notification_spec.rb
|
|
2482
2660
|
- spec/models/expiring_coupons_notification_trigger_spec.rb
|
|
2661
|
+
- spec/models/expiring_points_data_spec.rb
|
|
2483
2662
|
- spec/models/expiring_points_notification_policy_spec.rb
|
|
2663
|
+
- spec/models/expiring_points_notification_spec.rb
|
|
2484
2664
|
- spec/models/expiring_points_notification_trigger_spec.rb
|
|
2485
2665
|
- spec/models/export_spec.rb
|
|
2486
2666
|
- spec/models/extend_loyalty_points_expiry_date_effect_props_spec.rb
|
|
2667
|
+
- spec/models/extended_coupon_spec.rb
|
|
2487
2668
|
- spec/models/feature_flag_spec.rb
|
|
2488
2669
|
- spec/models/features_feed_spec.rb
|
|
2489
2670
|
- spec/models/feed_notification_spec.rb
|
|
2490
2671
|
- spec/models/frontend_state_spec.rb
|
|
2491
2672
|
- spec/models/func_arg_def_spec.rb
|
|
2492
2673
|
- spec/models/function_def_spec.rb
|
|
2674
|
+
- spec/models/generate_audit_log_summary_spec.rb
|
|
2493
2675
|
- spec/models/generate_campaign_description_spec.rb
|
|
2494
2676
|
- spec/models/generate_campaign_tags_spec.rb
|
|
2677
|
+
- spec/models/generate_coupon_failure_detailed_summary_spec.rb
|
|
2678
|
+
- spec/models/generate_coupon_failure_summary_spec.rb
|
|
2495
2679
|
- spec/models/generate_item_filter_description_spec.rb
|
|
2496
2680
|
- spec/models/generate_loyalty_card_spec.rb
|
|
2497
2681
|
- spec/models/generate_rule_title_rule_spec.rb
|
|
2498
2682
|
- spec/models/generate_rule_title_spec.rb
|
|
2683
|
+
- spec/models/generate_user_session_summary_spec.rb
|
|
2499
2684
|
- spec/models/get_integration_coupon_request_spec.rb
|
|
2500
2685
|
- spec/models/giveaway_spec.rb
|
|
2501
2686
|
- spec/models/giveaways_pool_spec.rb
|
|
@@ -2572,6 +2757,9 @@ test_files:
|
|
|
2572
2757
|
- spec/models/inventory_coupon_spec.rb
|
|
2573
2758
|
- spec/models/inventory_referral_spec.rb
|
|
2574
2759
|
- spec/models/item_attribute_spec.rb
|
|
2760
|
+
- spec/models/jwt_spec.rb
|
|
2761
|
+
- spec/models/label_target_audience_spec.rb
|
|
2762
|
+
- spec/models/label_target_none_spec.rb
|
|
2575
2763
|
- spec/models/ledger_entry_spec.rb
|
|
2576
2764
|
- spec/models/ledger_info_spec.rb
|
|
2577
2765
|
- spec/models/ledger_points_entry_integration_api_spec.rb
|
|
@@ -2594,6 +2782,7 @@ test_files:
|
|
|
2594
2782
|
- spec/models/loyalty_card_spec.rb
|
|
2595
2783
|
- spec/models/loyalty_dashboard_data_spec.rb
|
|
2596
2784
|
- spec/models/loyalty_dashboard_points_breakdown_spec.rb
|
|
2785
|
+
- spec/models/loyalty_ledger_entry_expiry_date_change_spec.rb
|
|
2597
2786
|
- spec/models/loyalty_ledger_entry_flags_spec.rb
|
|
2598
2787
|
- spec/models/loyalty_ledger_entry_spec.rb
|
|
2599
2788
|
- spec/models/loyalty_ledger_spec.rb
|
|
@@ -2686,6 +2875,7 @@ test_files:
|
|
|
2686
2875
|
- spec/models/new_role_v2_spec.rb
|
|
2687
2876
|
- spec/models/new_ruleset_spec.rb
|
|
2688
2877
|
- spec/models/new_saml_connection_spec.rb
|
|
2878
|
+
- spec/models/new_secondary_deployment_spec.rb
|
|
2689
2879
|
- spec/models/new_store_spec.rb
|
|
2690
2880
|
- spec/models/new_template_def_spec.rb
|
|
2691
2881
|
- spec/models/new_user_spec.rb
|
|
@@ -2714,9 +2904,13 @@ test_files:
|
|
|
2714
2904
|
- spec/models/outgoing_integration_webhook_templates_spec.rb
|
|
2715
2905
|
- spec/models/patch_item_catalog_action_spec.rb
|
|
2716
2906
|
- spec/models/patch_many_items_catalog_action_spec.rb
|
|
2907
|
+
- spec/models/pending_active_points_data_spec.rb
|
|
2908
|
+
- spec/models/pending_active_points_notification_spec.rb
|
|
2717
2909
|
- spec/models/pending_points_notification_policy_spec.rb
|
|
2718
2910
|
- spec/models/picklist_spec.rb
|
|
2719
2911
|
- spec/models/price_detail_spec.rb
|
|
2912
|
+
- spec/models/price_type_reference_detail_spec.rb
|
|
2913
|
+
- spec/models/price_type_references_spec.rb
|
|
2720
2914
|
- spec/models/price_type_spec.rb
|
|
2721
2915
|
- spec/models/priority_position_spec.rb
|
|
2722
2916
|
- spec/models/product_search_match_spec.rb
|
|
@@ -2789,11 +2983,13 @@ test_files:
|
|
|
2789
2983
|
- spec/models/scim_service_provider_config_response_spec.rb
|
|
2790
2984
|
- spec/models/scim_user_spec.rb
|
|
2791
2985
|
- spec/models/scim_users_list_response_spec.rb
|
|
2986
|
+
- spec/models/secondary_deployment_spec.rb
|
|
2792
2987
|
- spec/models/session_spec.rb
|
|
2793
2988
|
- spec/models/set_discount_effect_props_spec.rb
|
|
2794
2989
|
- spec/models/set_discount_per_additional_cost_effect_props_spec.rb
|
|
2795
2990
|
- spec/models/set_discount_per_additional_cost_per_item_effect_props_spec.rb
|
|
2796
2991
|
- spec/models/set_discount_per_item_effect_props_spec.rb
|
|
2992
|
+
- spec/models/set_loyalty_points_expiry_date_effect_props_spec.rb
|
|
2797
2993
|
- spec/models/show_bundle_metadata_effect_props_spec.rb
|
|
2798
2994
|
- spec/models/show_notification_effect_props_spec.rb
|
|
2799
2995
|
- spec/models/sku_unit_analytics_data_point_spec.rb
|
|
@@ -2814,10 +3010,16 @@ test_files:
|
|
|
2814
3010
|
- spec/models/template_arg_def_spec.rb
|
|
2815
3011
|
- spec/models/template_def_spec.rb
|
|
2816
3012
|
- spec/models/template_limit_config_spec.rb
|
|
3013
|
+
- spec/models/tier_downgrade_data_spec.rb
|
|
2817
3014
|
- spec/models/tier_downgrade_notification_policy_spec.rb
|
|
3015
|
+
- spec/models/tier_downgrade_notification_spec.rb
|
|
2818
3016
|
- spec/models/tier_spec.rb
|
|
3017
|
+
- spec/models/tier_upgrade_data_spec.rb
|
|
2819
3018
|
- spec/models/tier_upgrade_notification_policy_spec.rb
|
|
3019
|
+
- spec/models/tier_upgrade_notification_spec.rb
|
|
3020
|
+
- spec/models/tier_will_downgrade_data_spec.rb
|
|
2820
3021
|
- spec/models/tier_will_downgrade_notification_policy_spec.rb
|
|
3022
|
+
- spec/models/tier_will_downgrade_notification_spec.rb
|
|
2821
3023
|
- spec/models/tier_will_downgrade_notification_trigger_spec.rb
|
|
2822
3024
|
- spec/models/time_point_spec.rb
|
|
2823
3025
|
- spec/models/track_event_v2_response_spec.rb
|
|
@@ -2840,11 +3042,13 @@ test_files:
|
|
|
2840
3042
|
- spec/models/update_collection_spec.rb
|
|
2841
3043
|
- spec/models/update_coupon_batch_spec.rb
|
|
2842
3044
|
- spec/models/update_coupon_spec.rb
|
|
3045
|
+
- spec/models/update_coupons_data_spec.rb
|
|
2843
3046
|
- spec/models/update_custom_effect_spec.rb
|
|
2844
3047
|
- spec/models/update_loyalty_card_spec.rb
|
|
2845
3048
|
- spec/models/update_loyalty_program_spec.rb
|
|
2846
3049
|
- spec/models/update_loyalty_program_tier_spec.rb
|
|
2847
3050
|
- spec/models/update_picklist_spec.rb
|
|
3051
|
+
- spec/models/update_price_type_spec.rb
|
|
2848
3052
|
- spec/models/update_referral_batch_spec.rb
|
|
2849
3053
|
- spec/models/update_referral_spec.rb
|
|
2850
3054
|
- spec/models/update_role_spec.rb
|