talon_one_sdk 26.13.0 → 26.14.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 (121) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +22 -3
  3. data/docs/AdditionalCampaignProperties.md +1 -1
  4. data/docs/Application.md +2 -0
  5. data/docs/ApplicationCIFExpression.md +1 -1
  6. data/docs/ApplicationSession.md +1 -1
  7. data/docs/AwardGiveawayBlock.md +30 -0
  8. data/docs/AwardGiveawayBlock1GiveawayPool.md +20 -0
  9. data/docs/AwardItemBlock.md +34 -0
  10. data/docs/BestPriorPriceSettings.md +18 -0
  11. data/docs/BetweenCheckAttributeBlock.md +22 -0
  12. data/docs/Binding.md +8 -8
  13. data/docs/Campaign.md +1 -1
  14. data/docs/CartItemFilterTemplate.md +1 -1
  15. data/docs/CheckAttributeBlock.md +36 -0
  16. data/docs/CheckAudienceBlock.md +30 -0
  17. data/docs/CheckAudienceBlock1Audience.md +24 -0
  18. data/docs/CheckCouponBlock.md +26 -0
  19. data/docs/CheckReferralBlock.md +26 -0
  20. data/docs/CustomerSession.md +1 -1
  21. data/docs/CustomerSessionV2.md +1 -1
  22. data/docs/GetApplicationSessionsByCustomerAttributes200Response.md +22 -0
  23. data/docs/IntegrationHubFlowConfig.md +5 -1
  24. data/docs/LedgerTransactionLogEntryIntegrationAPI.md +2 -0
  25. data/docs/ListCheckAttributeBlock.md +20 -0
  26. data/docs/ListWithCountCheckAttributeBlock.md +22 -0
  27. data/docs/LoyaltyProgramLedgers.md +1 -1
  28. data/docs/ManagementApi.md +84 -2
  29. data/docs/NewApplication.md +3 -1
  30. data/docs/NewApplicationCIFExpression.md +1 -1
  31. data/docs/NewCustomerSession.md +1 -1
  32. data/docs/NewCustomerSessionV2.md +1 -1
  33. data/docs/NewReward.md +9 -1
  34. data/docs/NewRiskNotification.md +1 -1
  35. data/docs/PromotionCheckAttributeBlock.md +18 -0
  36. data/docs/Reward.md +4 -4
  37. data/docs/Risk.md +3 -3
  38. data/docs/RiskDetail.md +3 -3
  39. data/docs/RiskNotification.md +1 -1
  40. data/docs/SamlConnection.md +3 -1
  41. data/docs/ScalarCheckAttributeBlock.md +20 -0
  42. data/docs/ShowNotificationBlock.md +32 -0
  43. data/docs/StrikethroughCheckAttributeBlock.md +18 -0
  44. data/docs/UnaryCheckAttributeBlock.md +18 -0
  45. data/docs/UpdateApplication.md +3 -1
  46. data/docs/UpdateRiskNotification.md +1 -1
  47. data/lib/talon_one_sdk/api/management_api.rb +94 -3
  48. data/lib/talon_one_sdk/models/application.rb +10 -1
  49. data/lib/talon_one_sdk/models/application_session.rb +1 -1
  50. data/lib/talon_one_sdk/models/award_giveaway_block.rb +312 -0
  51. data/lib/talon_one_sdk/models/award_giveaway_block1_giveaway_pool.rb +193 -0
  52. data/lib/talon_one_sdk/models/award_item_block.rb +326 -0
  53. data/lib/talon_one_sdk/models/best_prior_price_settings.rb +149 -0
  54. data/lib/talon_one_sdk/models/between_check_attribute_block.rb +207 -0
  55. data/lib/talon_one_sdk/models/binding.rb +4 -4
  56. data/lib/talon_one_sdk/models/check_attribute_block.rb +344 -0
  57. data/lib/talon_one_sdk/models/check_audience_block.rb +329 -0
  58. data/lib/talon_one_sdk/models/check_audience_block1_audience.rb +213 -0
  59. data/lib/talon_one_sdk/models/check_coupon_block.rb +250 -0
  60. data/lib/talon_one_sdk/models/check_referral_block.rb +250 -0
  61. data/lib/talon_one_sdk/models/customer_session.rb +1 -1
  62. data/lib/talon_one_sdk/models/customer_session_v2.rb +1 -1
  63. data/lib/talon_one_sdk/models/get_application_sessions_by_customer_attributes200_response.rb +184 -0
  64. data/lib/talon_one_sdk/models/integration_hub_flow_config.rb +24 -4
  65. data/lib/talon_one_sdk/models/ledger_transaction_log_entry_integration_api.rb +39 -1
  66. data/lib/talon_one_sdk/models/list_check_attribute_block.rb +195 -0
  67. data/lib/talon_one_sdk/models/list_with_count_check_attribute_block.rb +207 -0
  68. data/lib/talon_one_sdk/models/loyalty_program_ledgers.rb +1 -1
  69. data/lib/talon_one_sdk/models/new_application.rb +13 -4
  70. data/lib/talon_one_sdk/models/new_customer_session.rb +1 -1
  71. data/lib/talon_one_sdk/models/new_customer_session_v2.rb +1 -1
  72. data/lib/talon_one_sdk/models/new_reward.rb +48 -4
  73. data/lib/talon_one_sdk/models/new_risk_notification.rb +2 -2
  74. data/lib/talon_one_sdk/models/promotion_check_attribute_block.rb +183 -0
  75. data/lib/talon_one_sdk/models/reward.rb +17 -17
  76. data/lib/talon_one_sdk/models/risk.rb +19 -19
  77. data/lib/talon_one_sdk/models/risk_detail.rb +19 -19
  78. data/lib/talon_one_sdk/models/risk_notification.rb +2 -2
  79. data/lib/talon_one_sdk/models/saml_connection.rb +14 -4
  80. data/lib/talon_one_sdk/models/scalar_check_attribute_block.rb +195 -0
  81. data/lib/talon_one_sdk/models/scim_base_user_name.rb +1 -1
  82. data/lib/talon_one_sdk/models/show_notification_block.rb +299 -0
  83. data/lib/talon_one_sdk/models/strikethrough_check_attribute_block.rb +183 -0
  84. data/lib/talon_one_sdk/models/unary_check_attribute_block.rb +183 -0
  85. data/lib/talon_one_sdk/models/update_application.rb +13 -4
  86. data/lib/talon_one_sdk/models/update_risk_notification.rb +2 -2
  87. data/lib/talon_one_sdk/version.rb +1 -1
  88. data/lib/talon_one_sdk.rb +18 -0
  89. data/spec/api/management_api_spec.rb +17 -1
  90. data/spec/models/application_spec.rb +6 -0
  91. data/spec/models/award_giveaway_block1_giveaway_pool_spec.rb +42 -0
  92. data/spec/models/award_giveaway_block_spec.rb +76 -0
  93. data/spec/models/award_item_block_spec.rb +84 -0
  94. data/spec/models/best_prior_price_settings_spec.rb +36 -0
  95. data/spec/models/between_check_attribute_block_spec.rb +52 -0
  96. data/spec/models/check_attribute_block_spec.rb +94 -0
  97. data/spec/models/check_audience_block1_audience_spec.rb +54 -0
  98. data/spec/models/check_audience_block_spec.rb +80 -0
  99. data/spec/models/check_coupon_block_spec.rb +60 -0
  100. data/spec/models/check_referral_block_spec.rb +60 -0
  101. data/spec/models/get_application_sessions_by_customer_attributes200_response_spec.rb +48 -0
  102. data/spec/models/integration_hub_flow_config_spec.rb +12 -0
  103. data/spec/models/ledger_transaction_log_entry_integration_api_spec.rb +6 -0
  104. data/spec/models/list_check_attribute_block_spec.rb +46 -0
  105. data/spec/models/list_with_count_check_attribute_block_spec.rb +52 -0
  106. data/spec/models/new_application_spec.rb +6 -0
  107. data/spec/models/new_reward_spec.rb +24 -0
  108. data/spec/models/new_risk_notification_spec.rb +1 -1
  109. data/spec/models/promotion_check_attribute_block_spec.rb +36 -0
  110. data/spec/models/reward_spec.rb +6 -6
  111. data/spec/models/risk_detail_spec.rb +2 -2
  112. data/spec/models/risk_notification_spec.rb +1 -1
  113. data/spec/models/risk_spec.rb +2 -2
  114. data/spec/models/saml_connection_spec.rb +6 -0
  115. data/spec/models/scalar_check_attribute_block_spec.rb +46 -0
  116. data/spec/models/show_notification_block_spec.rb +78 -0
  117. data/spec/models/strikethrough_check_attribute_block_spec.rb +36 -0
  118. data/spec/models/unary_check_attribute_block_spec.rb +40 -0
  119. data/spec/models/update_application_spec.rb +6 -0
  120. data/spec/models/update_risk_notification_spec.rb +1 -1
  121. metadata +73 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7fad47556b4439eabc099ba7420990dbad99b8e80d14fe0fe04afb4656f096b3
4
- data.tar.gz: 0b9d93b7eaac5ff520130dbfa8a0aa87099fad11e391d7446731ba28d2d6b347
3
+ metadata.gz: abbba15c9e84be8b7f62403c5ec73336182b4d5f6f23824844cc09570060f480
4
+ data.tar.gz: 186f814f15772601f8bfedd2370dde39dbf248615bcb7813e7e1a7dc7dd698f3
5
5
  SHA512:
6
- metadata.gz: 55dcc9708589a1fce5b9120422b6b175e55eaaae69b95e3731938caa598c8cb400e18cae7a6d63d01b8f8a328a175b2c82cc56a6e1bed1d485d7be4f469332eb
7
- data.tar.gz: 16abbda3f6e4fcb33848e12ee77af5d44e3175de40f30e2e80bf909764656e2f428d08b469a3b503a750d25012be4784a5c85f63e2669d87248e4f777505bcba
6
+ metadata.gz: ec8ffaee97aa4566c25a7b978b64e7db4045b557d8a99eff285c6cc44d85f600cb29c0d10b8a24b020243f5641cebe09040d9fd1e1ad8d2d37d4def86d700ac4
7
+ data.tar.gz: 7cf68328f9e717b66251e2168c9f1cc5c82b6666b5a7f51b820166cfe5837c7254e9c4bba8efd5e5c9411e4bf281d783bdfe484148c9dcba6088bc1994a9c4b6
data/README.md CHANGED
@@ -16,7 +16,7 @@ See our [migration guide](MIGRATION.md).
16
16
  Add this to the Gemfile:
17
17
 
18
18
  ```shell
19
- gem 'talon_one_sdk', '~> 26.13.0'
19
+ gem 'talon_one_sdk', '~> 26.14.0'
20
20
  ```
21
21
 
22
22
  ### Build a gem
@@ -32,10 +32,10 @@ gem build talon_one_sdk.gemspec
32
32
  To install the gem locally:
33
33
 
34
34
  ```shell
35
- gem install ./talon_one_sdk-26.13.0.gem
35
+ gem install ./talon_one_sdk-26.14.0.gem
36
36
  ```
37
37
 
38
- For development, run `gem install --dev ./talon_one_sdk-26.13.0.gem` to install the development dependencies.
38
+ For development, run `gem install --dev ./talon_one_sdk-26.14.0.gem` to install the development dependencies.
39
39
 
40
40
  ### RubyGems
41
41
 
@@ -296,6 +296,7 @@ Class | Method | HTTP request | Description
296
296
  *TalonOne::ManagementApi* | [**get_application_events_without_total_count**](docs/ManagementApi.md#get_application_events_without_total_count) | **GET** /v1/applications/{applicationId}/events/no_total | List Applications events
297
297
  *TalonOne::ManagementApi* | [**get_application_session**](docs/ManagementApi.md#get_application_session) | **GET** /v1/applications/{applicationId}/sessions/{sessionId} | Get Application session
298
298
  *TalonOne::ManagementApi* | [**get_application_sessions**](docs/ManagementApi.md#get_application_sessions) | **GET** /v1/applications/{applicationId}/sessions | List Application sessions
299
+ *TalonOne::ManagementApi* | [**get_application_sessions_by_customer_attributes**](docs/ManagementApi.md#get_application_sessions_by_customer_attributes) | **POST** /v1/applications/{applicationId}/sessions_search | List Application sessions matching the given customer attributes
299
300
  *TalonOne::ManagementApi* | [**get_applications**](docs/ManagementApi.md#get_applications) | **GET** /v1/applications | List Applications
300
301
  *TalonOne::ManagementApi* | [**get_attribute**](docs/ManagementApi.md#get_attribute) | **GET** /v1/attributes/{attributeId} | Get custom attribute
301
302
  *TalonOne::ManagementApi* | [**get_attributes**](docs/ManagementApi.md#get_attributes) | **GET** /v1/attributes | List custom attributes
@@ -486,7 +487,10 @@ Class | Method | HTTP request | Description
486
487
  - [TalonOne::AudienceIntegrationID](docs/AudienceIntegrationID.md)
487
488
  - [TalonOne::AudienceMembership](docs/AudienceMembership.md)
488
489
  - [TalonOne::AudienceReference](docs/AudienceReference.md)
490
+ - [TalonOne::AwardGiveawayBlock](docs/AwardGiveawayBlock.md)
491
+ - [TalonOne::AwardGiveawayBlock1GiveawayPool](docs/AwardGiveawayBlock1GiveawayPool.md)
489
492
  - [TalonOne::AwardGiveawayEffectProps](docs/AwardGiveawayEffectProps.md)
493
+ - [TalonOne::AwardItemBlock](docs/AwardItemBlock.md)
490
494
  - [TalonOne::BaseBlock](docs/BaseBlock.md)
491
495
  - [TalonOne::BaseCampaign](docs/BaseCampaign.md)
492
496
  - [TalonOne::BaseLoyaltyProgram](docs/BaseLoyaltyProgram.md)
@@ -498,7 +502,9 @@ Class | Method | HTTP request | Description
498
502
  - [TalonOne::BestPriorPrice](docs/BestPriorPrice.md)
499
503
  - [TalonOne::BestPriorPriceMetadata](docs/BestPriorPriceMetadata.md)
500
504
  - [TalonOne::BestPriorPriceRequest](docs/BestPriorPriceRequest.md)
505
+ - [TalonOne::BestPriorPriceSettings](docs/BestPriorPriceSettings.md)
501
506
  - [TalonOne::BestPriorTarget](docs/BestPriorTarget.md)
507
+ - [TalonOne::BetweenCheckAttributeBlock](docs/BetweenCheckAttributeBlock.md)
502
508
  - [TalonOne::Binding](docs/Binding.md)
503
509
  - [TalonOne::Blueprint](docs/Blueprint.md)
504
510
  - [TalonOne::BulkApplicationNotification](docs/BulkApplicationNotification.md)
@@ -573,6 +579,11 @@ Class | Method | HTTP request | Description
573
579
  - [TalonOne::Change](docs/Change.md)
574
580
  - [TalonOne::ChangeLoyaltyTierLevelEffectProps](docs/ChangeLoyaltyTierLevelEffectProps.md)
575
581
  - [TalonOne::ChangeProfilePassword](docs/ChangeProfilePassword.md)
582
+ - [TalonOne::CheckAttributeBlock](docs/CheckAttributeBlock.md)
583
+ - [TalonOne::CheckAudienceBlock](docs/CheckAudienceBlock.md)
584
+ - [TalonOne::CheckAudienceBlock1Audience](docs/CheckAudienceBlock1Audience.md)
585
+ - [TalonOne::CheckCouponBlock](docs/CheckCouponBlock.md)
586
+ - [TalonOne::CheckReferralBlock](docs/CheckReferralBlock.md)
576
587
  - [TalonOne::CodeGeneratorSettings](docs/CodeGeneratorSettings.md)
577
588
  - [TalonOne::Collection](docs/Collection.md)
578
589
  - [TalonOne::CollectionItem](docs/CollectionItem.md)
@@ -706,6 +717,7 @@ Class | Method | HTTP request | Description
706
717
  - [TalonOne::GetApplicationEventTypes200Response](docs/GetApplicationEventTypes200Response.md)
707
718
  - [TalonOne::GetApplicationEventsWithoutTotalCount200Response](docs/GetApplicationEventsWithoutTotalCount200Response.md)
708
719
  - [TalonOne::GetApplicationSessions200Response](docs/GetApplicationSessions200Response.md)
720
+ - [TalonOne::GetApplicationSessionsByCustomerAttributes200Response](docs/GetApplicationSessionsByCustomerAttributes200Response.md)
709
721
  - [TalonOne::GetApplications200Response](docs/GetApplications200Response.md)
710
722
  - [TalonOne::GetAttributes200Response](docs/GetAttributes200Response.md)
711
723
  - [TalonOne::GetAudienceMemberships200Response](docs/GetAudienceMemberships200Response.md)
@@ -808,8 +820,10 @@ Class | Method | HTTP request | Description
808
820
  - [TalonOne::ListCampaignStoreBudgets](docs/ListCampaignStoreBudgets.md)
809
821
  - [TalonOne::ListCampaignStoreBudgetsStore](docs/ListCampaignStoreBudgetsStore.md)
810
822
  - [TalonOne::ListCatalogItems200Response](docs/ListCatalogItems200Response.md)
823
+ - [TalonOne::ListCheckAttributeBlock](docs/ListCheckAttributeBlock.md)
811
824
  - [TalonOne::ListExperiments200Response](docs/ListExperiments200Response.md)
812
825
  - [TalonOne::ListStores200Response](docs/ListStores200Response.md)
826
+ - [TalonOne::ListWithCountCheckAttributeBlock](docs/ListWithCountCheckAttributeBlock.md)
813
827
  - [TalonOne::LoginParams](docs/LoginParams.md)
814
828
  - [TalonOne::Loyalty](docs/Loyalty.md)
815
829
  - [TalonOne::LoyaltyBalance](docs/LoyaltyBalance.md)
@@ -966,6 +980,7 @@ Class | Method | HTTP request | Description
966
980
  - [TalonOne::ProfileAudiencesChanges](docs/ProfileAudiencesChanges.md)
967
981
  - [TalonOne::ProjectedTier](docs/ProjectedTier.md)
968
982
  - [TalonOne::PromoteExperiment](docs/PromoteExperiment.md)
983
+ - [TalonOne::PromotionCheckAttributeBlock](docs/PromotionCheckAttributeBlock.md)
969
984
  - [TalonOne::PromotionGroupBlock](docs/PromotionGroupBlock.md)
970
985
  - [TalonOne::PromotionRuleV2](docs/PromotionRuleV2.md)
971
986
  - [TalonOne::RedeemReferralEffectProps](docs/RedeemReferralEffectProps.md)
@@ -1024,6 +1039,7 @@ Class | Method | HTTP request | Description
1024
1039
  - [TalonOne::SamlConnectionInternal](docs/SamlConnectionInternal.md)
1025
1040
  - [TalonOne::SamlConnectionMetadata](docs/SamlConnectionMetadata.md)
1026
1041
  - [TalonOne::SamlLoginEndpoint](docs/SamlLoginEndpoint.md)
1042
+ - [TalonOne::ScalarCheckAttributeBlock](docs/ScalarCheckAttributeBlock.md)
1027
1043
  - [TalonOne::ScimBaseGroup](docs/ScimBaseGroup.md)
1028
1044
  - [TalonOne::ScimBaseUser](docs/ScimBaseUser.md)
1029
1045
  - [TalonOne::ScimBaseUserName](docs/ScimBaseUserName.md)
@@ -1051,12 +1067,14 @@ Class | Method | HTTP request | Description
1051
1067
  - [TalonOne::SetDiscountPerItemEffectProps](docs/SetDiscountPerItemEffectProps.md)
1052
1068
  - [TalonOne::SetLoyaltyPointsExpiryDateEffectProps](docs/SetLoyaltyPointsExpiryDateEffectProps.md)
1053
1069
  - [TalonOne::ShowBundleMetadataEffectProps](docs/ShowBundleMetadataEffectProps.md)
1070
+ - [TalonOne::ShowNotificationBlock](docs/ShowNotificationBlock.md)
1054
1071
  - [TalonOne::ShowNotificationEffectProps](docs/ShowNotificationEffectProps.md)
1055
1072
  - [TalonOne::SkuUnitAnalytics](docs/SkuUnitAnalytics.md)
1056
1073
  - [TalonOne::SkuUnitAnalyticsDataPoint](docs/SkuUnitAnalyticsDataPoint.md)
1057
1074
  - [TalonOne::SlotDef](docs/SlotDef.md)
1058
1075
  - [TalonOne::Store](docs/Store.md)
1059
1076
  - [TalonOne::StrikethroughChangedItem](docs/StrikethroughChangedItem.md)
1077
+ - [TalonOne::StrikethroughCheckAttributeBlock](docs/StrikethroughCheckAttributeBlock.md)
1060
1078
  - [TalonOne::StrikethroughCustomEffectPerItemProps](docs/StrikethroughCustomEffectPerItemProps.md)
1061
1079
  - [TalonOne::StrikethroughDebugResponse](docs/StrikethroughDebugResponse.md)
1062
1080
  - [TalonOne::StrikethroughEffect](docs/StrikethroughEffect.md)
@@ -1090,6 +1108,7 @@ Class | Method | HTTP request | Description
1090
1108
  - [TalonOne::TransferLoyaltyCard](docs/TransferLoyaltyCard.md)
1091
1109
  - [TalonOne::TriggerWebhookEffectProps](docs/TriggerWebhookEffectProps.md)
1092
1110
  - [TalonOne::TwoFAConfig](docs/TwoFAConfig.md)
1111
+ - [TalonOne::UnaryCheckAttributeBlock](docs/UnaryCheckAttributeBlock.md)
1093
1112
  - [TalonOne::UpdateAccount](docs/UpdateAccount.md)
1094
1113
  - [TalonOne::UpdateAchievement](docs/UpdateAchievement.md)
1095
1114
  - [TalonOne::UpdateAchievementV2](docs/UpdateAchievementV2.md)
@@ -53,7 +53,7 @@ instance = TalonOne::AdditionalCampaignProperties.new(
53
53
  call_api_effect_count: 0,
54
54
  reservecoupon_effect_count: 9,
55
55
  last_activity: 2022-11-10T23:00:00Z,
56
- updated: 2022-10-97T35:00:00Z,
56
+ updated: 2022-10-27T15:00:00Z,
57
57
  created_by: John Doe,
58
58
  updated_by: Jane Doe,
59
59
  template_id: 3,
data/docs/Application.md CHANGED
@@ -25,6 +25,7 @@
25
25
  | **default_evaluation_group_id** | **Integer** | The ID of the default campaign evaluation group to which new campaigns will be added unless a different group is selected when creating the campaign. | [optional] |
26
26
  | **default_cart_item_filter_id** | **Integer** | The ID of the default Cart-Item-Filter for this application. | [optional] |
27
27
  | **enable_campaign_state_management** | **Boolean** | Indicates whether the campaign staging and revisions feature is enabled for the Application. **Important:** After this feature is enabled, it cannot be disabled. | [optional] |
28
+ | **best_prior_price_settings** | [**BestPriorPriceSettings**](BestPriorPriceSettings.md) | | [optional] |
28
29
  | **loyalty_programs** | [**Array<LoyaltyProgram>**](LoyaltyProgram.md) | An array containing all the loyalty programs to which this application is subscribed. | |
29
30
 
30
31
  ## Example
@@ -54,6 +55,7 @@ instance = TalonOne::Application.new(
54
55
  default_evaluation_group_id: 3,
55
56
  default_cart_item_filter_id: 3,
56
57
  enable_campaign_state_management: false,
58
+ best_prior_price_settings: null,
57
59
  loyalty_programs: null
58
60
  )
59
61
  ```
@@ -21,7 +21,7 @@ instance = TalonOne::ApplicationCIFExpression.new(
21
21
  created: 2020-06-10T09:05:27.993483Z,
22
22
  cart_item_filter_id: 216,
23
23
  created_by: 216,
24
- expression: {expr=[filter, [., Session, CartItems], [[Item], [catch, false, [=, [., Item, Category], Kitchen]]]]},
24
+ expression: {expr=[filter, [., Session, CartItems], [[Item], [catch, false, [contains, [., Item, Category], Kitchen]]]]},
25
25
  application_id: 322
26
26
  )
27
27
  ```
@@ -13,7 +13,7 @@
13
13
  | **profileintegrationid** | **String** | Integration ID of the customer for the session. | [optional] |
14
14
  | **coupon** | **String** | Any coupon code entered. | |
15
15
  | **referral** | **String** | Any referral code entered. | |
16
- | **state** | **String** | Indicates the current state of the session. Sessions can be created as `open` or `closed`. The state transitions are: 1. `open` `closed` 2. `open` `cancelled` 3. `closed` `cancelled` or `partially_returned` 4. `partially_returned` `cancelled` For more information, see [Customer session states](https://docs.talon.one/docs/dev/concepts/entities/customer-sessions). | |
16
+ | **state** | **String** | Indicates the current state of the session. Sessions can be created as `open` or `closed`. The state transitions are: 1. `open` -> `closed` 2. `open` -> `cancelled` 3. `closed` -> `cancelled` or `partially_returned` 4. `partially_returned` -> `cancelled` For more information, see [Customer session states](https://docs.talon.one/docs/dev/concepts/entities/customer-sessions). | |
17
17
  | **cart_items** | [**Array<CartItem>**](CartItem.md) | Serialized JSON representation. | |
18
18
  | **discounts** | **Hash<String, Float>** | **API V1 only.** A map of labeled discount values, in the same currency as the session. If you are using the V2 endpoints, refer to the `totalDiscounts` property instead. | |
19
19
  | **total_discounts** | **Float** | The total sum of the discounts applied to this session. **Note:** If more than one session is returned, this value is displayed as `0`. | |
@@ -0,0 +1,30 @@
1
+ # TalonOne::AwardGiveawayBlock
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | Unique identifier for this block. | |
8
+ | **type** | **String** | Identifies the block variant and determines which additional properties are present in it. | |
9
+ | **tags** | **Array<String>** | Semantic labels attached to this block. | [optional] |
10
+ | **giveaway_pool** | [**AwardGiveawayBlock1GiveawayPool**](AwardGiveawayBlock1GiveawayPool.md) | | |
11
+ | **profile** | **String** | The customer profile to award the giveaway to. `Current` targets the customer in the current session; `Advocate` targets the person who invited their friend via referral program. | |
12
+ | **on_failure** | **Array<Object>** | Blocks evaluated when this block fails or returns false. | [optional] |
13
+ | **on_error** | **Hash<String, Array<Object>>** | Named error handlers evaluated when a specific error occurs. | [optional] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'talon_one_sdk'
19
+
20
+ instance = TalonOne::AwardGiveawayBlock.new(
21
+ id: a1b2c3d4-e5f6-7890-abcd-ef1234567890,
22
+ type: null,
23
+ tags: null,
24
+ giveaway_pool: null,
25
+ profile: Current,
26
+ on_failure: null,
27
+ on_error: null
28
+ )
29
+ ```
30
+
@@ -0,0 +1,20 @@
1
+ # TalonOne::AwardGiveawayBlock1GiveawayPool
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | The unique identifier of the giveaway pool. | |
8
+ | **name** | **String** | The display name of the giveaway pool. | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'talon_one_sdk'
14
+
15
+ instance = TalonOne::AwardGiveawayBlock1GiveawayPool.new(
16
+ id: 42,
17
+ name: Summer Campaign Pool
18
+ )
19
+ ```
20
+
@@ -0,0 +1,34 @@
1
+ # TalonOne::AwardItemBlock
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | Unique identifier for this block. | |
8
+ | **type** | **String** | Identifies the block variant and determines which additional properties are present in it. | |
9
+ | **tags** | **Array<String>** | Semantic labels attached to this block. | [optional] |
10
+ | **sku** | **String** | The stock keeping unit of the item to award. | |
11
+ | **name** | **String** | The display name of the item to award. | |
12
+ | **quantity** | **String** | The number of items to award. Supports template placeholders (e.g. \"{{$Session.Total / 2}}\") for dynamic quantities. | |
13
+ | **partial** | **Boolean** | When set to `true`, applies a partial item reward if the remaining budget is insufficient to award the full reward. | [optional] |
14
+ | **on_failure** | **Array<Object>** | Blocks evaluated when this block fails or returns false. | [optional] |
15
+ | **on_error** | **Hash<String, Array<Object>>** | Named error handlers evaluated when a specific error occurs. | [optional] |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'talon_one_sdk'
21
+
22
+ instance = TalonOne::AwardItemBlock.new(
23
+ id: a1b2c3d4-e5f6-7890-abcd-ef1234567890,
24
+ type: null,
25
+ tags: null,
26
+ sku: SKU1241028,
27
+ name: Free Tote Bag,
28
+ quantity: 1,
29
+ partial: false,
30
+ on_failure: null,
31
+ on_error: null
32
+ )
33
+ ```
34
+
@@ -0,0 +1,18 @@
1
+ # TalonOne::BestPriorPriceSettings
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **enable_best_prior_price** | **Boolean** | When set to `true`, the best prior price feature is enabled in this Application and its [price history](https://docs.talon.one/management-api#tag/Catalogs/operation/priceHistory) is recorded. | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'talon_one_sdk'
13
+
14
+ instance = TalonOne::BestPriorPriceSettings.new(
15
+ enable_best_prior_price: true
16
+ )
17
+ ```
18
+
@@ -0,0 +1,22 @@
1
+ # TalonOne::BetweenCheckAttributeBlock
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **operator** | **String** | The range comparison operator. Must be `between`. | [optional] |
8
+ | **min** | **Object** | | |
9
+ | **max** | **Object** | | |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'talon_one_sdk'
15
+
16
+ instance = TalonOne::BetweenCheckAttributeBlock.new(
17
+ operator: null,
18
+ min: null,
19
+ max: null
20
+ )
21
+ ```
22
+
data/docs/Binding.md CHANGED
@@ -6,12 +6,12 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | A descriptive name for the value to be bound. | |
8
8
  | **type** | **String** | The kind of binding. Possible values are: - `bundle` - `cartItemFilter` - `subledgerBalance` - `templateParameter` | [optional] |
9
- | **expression** | **Array<Object>** | A Talang expression that will be evaluated and its result attached to the name of the binding. | |
10
- | **value_type** | **String** | Can be one of the following: - `string` - `number` - `boolean` | [optional] |
9
+ | **expression** | **Array<Object>** | A Talang expression that is evaluated, and its result is bound to the name of the binding. The first element must be one of the functions or operators supported by Talang, followed by its arguments. The arguments can be strings, numbers, or nested expressions. For example: - `[\"list\", \"10014\", \"10015\"]` calls the `list` function to build a list of strings. - `[\"+\", 2, 0]` uses the `+` operator to add two numbers. | |
10
+ | **value_type** | **String** | The data type of the value. One of the following: - `string` - `number` - `boolean` | [optional] |
11
11
  | **min_value** | **Float** | The minimum value allowed for this placeholder. | [optional] |
12
12
  | **max_value** | **Float** | The maximum value allowed for this placeholder. | [optional] |
13
- | **attribute_id** | **Integer** | Id of the attribute attached to the placeholder. | [optional] |
14
- | **description** | **String** | Describes the placeholder field and value in the template. This description can be used when creating campaigns from this template. | [optional] |
13
+ | **attribute_id** | **Integer** | Identifier of the attribute attached to the placeholder. | [optional] |
14
+ | **description** | **String** | Description of the placeholder field and its value in the template. This text can be shown when creating campaigns from this template. | [optional] |
15
15
 
16
16
  ## Example
17
17
 
@@ -19,14 +19,14 @@
19
19
  require 'talon_one_sdk'
20
20
 
21
21
  instance = TalonOne::Binding.new(
22
- name: my property,
22
+ name: Discount percentage,
23
23
  type: templateParameter,
24
- expression: [string1, string2],
25
- value_type: string,
24
+ expression: [identity, 10],
25
+ value_type: number,
26
26
  min_value: 0,
27
27
  max_value: 19.9,
28
28
  attribute_id: 100,
29
- description: This is a template parameter of type `number`.
29
+ description: The percentage discount applied to the cart total.
30
30
  )
31
31
  ```
32
32
 
data/docs/Campaign.md CHANGED
@@ -102,7 +102,7 @@ instance = TalonOne::Campaign.new(
102
102
  call_api_effect_count: 0,
103
103
  reservecoupon_effect_count: 9,
104
104
  last_activity: 2022-11-10T23:00:00Z,
105
- updated: 2022-10-97T35:00:00Z,
105
+ updated: 2022-10-27T15:00:00Z,
106
106
  created_by: John Doe,
107
107
  updated_by: Jane Doe,
108
108
  template_id: 3,
@@ -14,7 +14,7 @@ require 'talon_one_sdk'
14
14
 
15
15
  instance = TalonOne::CartItemFilterTemplate.new(
16
16
  name: Filter items by product,
17
- expression: [filter, [., Session, CartItems], [[Item], [catch, false, [=, [., Item, Category], Kitchen]]]]
17
+ expression: [filter, [., Session, CartItems], [[Item], [catch, false, [contains, [., Item, Category], Kitchen]]]]
18
18
  )
19
19
  ```
20
20
 
@@ -0,0 +1,36 @@
1
+ # TalonOne::CheckAttributeBlock
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | Unique identifier for this block. | |
8
+ | **type** | **String** | Identifies the block variant and determines which additional properties are present in it. | |
9
+ | **tags** | **Array<String>** | Semantic labels attached to this block. | [optional] |
10
+ | **operator** | **String** | The comparison operator applied to the attribute. | |
11
+ | **attribute** | **String** | The attribute path identifier (e.g. \"$Session.Total\"). | |
12
+ | **value** | **Object** | | [optional] |
13
+ | **min** | **Object** | | [optional] |
14
+ | **max** | **Object** | | [optional] |
15
+ | **values** | **Object** | | [optional] |
16
+ | **count** | **Object** | | [optional] |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'talon_one_sdk'
22
+
23
+ instance = TalonOne::CheckAttributeBlock.new(
24
+ id: a1b2c3d4-e5f6-7890-abcd-ef1234567890,
25
+ type: null,
26
+ tags: null,
27
+ operator: greaterThan,
28
+ attribute: $Session.Total,
29
+ value: null,
30
+ min: null,
31
+ max: null,
32
+ values: null,
33
+ count: null
34
+ )
35
+ ```
36
+
@@ -0,0 +1,30 @@
1
+ # TalonOne::CheckAudienceBlock
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | Unique identifier for this block. | |
8
+ | **type** | **String** | Identifies the block variant and determines which additional properties are present in it. | |
9
+ | **tags** | **Array<String>** | Semantic labels attached to this block. | [optional] |
10
+ | **operator** | **String** | An indicator of how the block compares its elements. | |
11
+ | **profile** | **String** | The customer profile to check against the audience. `Current` targets the customer in the current session; `Advocate` targets the person who invited their friend via referral program. | |
12
+ | **audience** | [**CheckAudienceBlock1Audience**](CheckAudienceBlock1Audience.md) | | |
13
+ | **on_failure** | **Array<Object>** | Promotion blocks evaluated when this block fails or returns false. | [optional] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'talon_one_sdk'
19
+
20
+ instance = TalonOne::CheckAudienceBlock.new(
21
+ id: a1b2c3d4-e5f6-7890-abcd-ef1234567890,
22
+ type: null,
23
+ tags: null,
24
+ operator: member,
25
+ profile: Current,
26
+ audience: null,
27
+ on_failure: null
28
+ )
29
+ ```
30
+
@@ -0,0 +1,24 @@
1
+ # TalonOne::CheckAudienceBlock1Audience
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | The ID of the audience. | |
8
+ | **name** | **String** | The display name of the audience. | |
9
+ | **integration** | **String** | The Talon.One-supported [3rd-party platform](https://docs.talon.one/docs/dev/technology-partners/overview) that this audience was created in. For example, `mParticle`, `Segment`, `Shopify`, `Braze`, or `Iterable`. **Note:** If you do not integrate with any of these platforms, do not use this property. | [optional] |
10
+ | **integration_id** | **String** | The ID of this audience in the third-party integration. **Note:** To create an audience that doesn't come from a 3rd party platform, do not use this property. | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'talon_one_sdk'
16
+
17
+ instance = TalonOne::CheckAudienceBlock1Audience.new(
18
+ id: 42,
19
+ name: Travel audience,
20
+ integration: mparticle,
21
+ integration_id: 382370BKDB946
22
+ )
23
+ ```
24
+
@@ -0,0 +1,26 @@
1
+ # TalonOne::CheckCouponBlock
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | Unique identifier for this block. | |
8
+ | **type** | **String** | Identifies the block variant and determines which additional properties are present in it. | |
9
+ | **tags** | **Array<String>** | Semantic labels attached to this block. | [optional] |
10
+ | **redeem** | **Boolean** | When `true`, the coupon code is redeemed. | |
11
+ | **on_failure** | **Array<Object>** | Promotion blocks evaluated when this block fails or returns false. | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'talon_one_sdk'
17
+
18
+ instance = TalonOne::CheckCouponBlock.new(
19
+ id: a1b2c3d4-e5f6-7890-abcd-ef1234567890,
20
+ type: null,
21
+ tags: null,
22
+ redeem: true,
23
+ on_failure: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,26 @@
1
+ # TalonOne::CheckReferralBlock
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | Unique identifier for this block. | |
8
+ | **type** | **String** | Identifies the block variant and determines which additional properties are present in it. | |
9
+ | **tags** | **Array<String>** | Semantic labels attached to this block. | [optional] |
10
+ | **redeem** | **Boolean** | When `true`, the referral code is redeemed. | |
11
+ | **on_failure** | **Array<Object>** | Promotion blocks evaluated when this block fails or returns false. | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'talon_one_sdk'
17
+
18
+ instance = TalonOne::CheckReferralBlock.new(
19
+ id: a1b2c3d4-e5f6-7890-abcd-ef1234567890,
20
+ type: null,
21
+ tags: null,
22
+ redeem: true,
23
+ on_failure: null
24
+ )
25
+ ```
26
+
@@ -10,7 +10,7 @@
10
10
  | **profile_id** | **String** | ID of the customer profile set by your integration layer. **Note:** If the customer does not yet have a known `profileId`, we recommend you use a guest `profileId`. | [optional] |
11
11
  | **coupon** | **String** | Any coupon code entered. | [optional] |
12
12
  | **referral** | **String** | Any referral code entered. | [optional] |
13
- | **state** | **String** | Indicates the current state of the session. Sessions can be created as `open` or `closed`. The state transitions are: 1. `open` `closed` 2. `open` `cancelled` 3. `closed` `cancelled` or `partially_returned` 4. `partially_returned` `cancelled` For more information, see [Customer session states](https://docs.talon.one/docs/dev/concepts/entities/customer-sessions). | [optional][default to 'open'] |
13
+ | **state** | **String** | Indicates the current state of the session. Sessions can be created as `open` or `closed`. The state transitions are: 1. `open` -> `closed` 2. `open` -> `cancelled` 3. `closed` -> `cancelled` or `partially_returned` 4. `partially_returned` -> `cancelled` For more information, see [Customer session states](https://docs.talon.one/docs/dev/concepts/entities/customer-sessions). | [optional][default to 'open'] |
14
14
  | **cart_items** | [**Array<CartItem>**](CartItem.md) | Serialized JSON representation. | [optional] |
15
15
  | **identifiers** | **Array<String>** | Session custom identifiers that you can set limits on or use inside your rules. For example, you can use IP addresses as identifiers to potentially identify devices and limit discounts abuse in case of customers creating multiple accounts. See the [tutorial](https://docs.talon.one/docs/dev/tutorials/using-identifiers). | [optional] |
16
16
  | **total** | **Float** | The total sum of the cart in one session. | [optional] |
@@ -14,7 +14,7 @@
14
14
  | **coupon_codes** | **Array<String>** | Any coupon codes entered. **Important - for requests only**: - If you [create a coupon budget](https://docs.talon.one/docs/product/campaigns/settings/managing-campaign-budgets/#budget-types) for your campaign, ensure the session contains a coupon code by the time you close it. - In requests where `dry=false`, providing an empty array discards any previous coupons. To avoid this, omit the parameter entirely. | [optional] |
15
15
  | **referral_code** | **String** | Any referral code entered. **Important - for requests only**: - If you [create a referral budget](https://docs.talon.one/docs/product/campaigns/settings/managing-campaign-budgets/#budget-types) for your campaign, ensure the session contains a referral code by the time you close it. - In requests where `dry=false`, providing an empty value discards the previous referral code. To avoid this, omit the parameter entirely. | [optional] |
16
16
  | **loyalty_cards** | **Array<String>** | Identifier of a loyalty card. | [optional] |
17
- | **state** | **String** | Indicates the current state of the session. Sessions can be created as `open` or `closed`. The state transitions are: 1. `open` `closed` 2. `open` `cancelled` 3. Either: - `closed` `cancelled` (**only** via [Update customer session](https://docs.talon.one/integration-api#tag/Customer-sessions/operation/updateCustomerSessionV2)) or - `closed` `partially_returned` (**only** via [Return cart items](https://docs.talon.one/integration-api#tag/Customer-sessions/operation/returnCartItems)) - `closed` `open` (**only** via [Reopen customer session](https://docs.talon.one/integration-api#tag/Customer-sessions/operation/reopenCustomerSession)) 4. `partially_returned` `cancelled` For more information, see [Customer session states](https://docs.talon.one/docs/dev/concepts/entities/customer-sessions). | [optional][default to 'open'] |
17
+ | **state** | **String** | Indicates the current state of the session. Sessions can be created as `open` or `closed`. The state transitions are: 1. `open` -> `closed` 2. `open` -> `cancelled` 3. Either: - `closed` -> `cancelled` (**only** via [Update customer session](https://docs.talon.one/integration-api#tag/Customer-sessions/operation/updateCustomerSessionV2)) or - `closed` -> `partially_returned` (**only** via [Return cart items](https://docs.talon.one/integration-api#tag/Customer-sessions/operation/returnCartItems)) - `closed` -> `open` (**only** via [Reopen customer session](https://docs.talon.one/integration-api#tag/Customer-sessions/operation/reopenCustomerSession)) 4. `partially_returned` -> `cancelled` For more information, see [Customer session states](https://docs.talon.one/docs/dev/concepts/entities/customer-sessions). | [optional][default to 'open'] |
18
18
  | **cart_items** | [**Array<CartItem>**](CartItem.md) | The items to add to this session. **Do not exceed 1000 items** and ensure the sum of all cart item's `quantity` **does not exceed 10.000** per request. | [optional] |
19
19
  | **experiment_variant_allocations** | [**Array<ExperimentVariantAllocation>**](ExperimentVariantAllocation.md) | The experiment variant allocations to add to this session. | [optional] |
20
20
  | **additional_costs** | [**Hash<String, AdditionalCost>**](AdditionalCost.md) | Use this property to set a value for the additional costs of this session, such as a shipping cost. They must be created in the Campaign Manager before you set them with this property. See [Managing additional costs](https://docs.talon.one/docs/product/account/dev-tools/managing-additional-costs). | [optional] |
@@ -0,0 +1,22 @@
1
+ # TalonOne::GetApplicationSessionsByCustomerAttributes200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **has_more** | **Boolean** | | [optional] |
8
+ | **total_result_size** | **Integer** | | [optional] |
9
+ | **data** | [**Array<ApplicationSession>**](ApplicationSession.md) | | |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'talon_one_sdk'
15
+
16
+ instance = TalonOne::GetApplicationSessionsByCustomerAttributes200Response.new(
17
+ has_more: null,
18
+ total_result_size: null,
19
+ data: null
20
+ )
21
+ ```
22
+
@@ -8,6 +8,8 @@
8
8
  | **worker_count** | **Integer** | Number of IntegrationHub workers to run in parallel for this flow (maximum 500). | [optional][default to 10] |
9
9
  | **max_events_per_message** | **Integer** | Maximum number of events to send in a single message to IntegrationHub. | [optional][default to 1000] |
10
10
  | **max_retries** | **Integer** | Maximum number of retries for a IntegrationHub event before it is ignored. | [optional][default to 10] |
11
+ | **instance_name** | **String** | Name of the Prismatic instance that registered this flow. | [optional] |
12
+ | **integration_name** | **String** | Name of the Prismatic integration that registered this flow. | [optional] |
11
13
 
12
14
  ## Example
13
15
 
@@ -18,7 +20,9 @@ instance = TalonOne::IntegrationHubFlowConfig.new(
18
20
  api_key: null,
19
21
  worker_count: null,
20
22
  max_events_per_message: null,
21
- max_retries: null
23
+ max_retries: null,
24
+ instance_name: null,
25
+ integration_name: null
22
26
  )
23
27
  ```
24
28
 
@@ -8,6 +8,7 @@
8
8
  | **created** | **Time** | Date and time the loyalty transaction occurred. | |
9
9
  | **program_id** | **Integer** | ID of the loyalty program. | |
10
10
  | **customer_session_id** | **String** | ID of the customer session where the transaction occurred. | [optional] |
11
+ | **store_integration_id** | **String** | The integration ID of the store where the transaction occurred. Only set for transactions created by a customer session or event that referenced a store. | [optional] |
11
12
  | **type** | **String** | Type of transaction. Possible values: - `addition`: Signifies added points. - `subtraction`: Signifies deducted points. | |
12
13
  | **name** | **String** | Name or reason of the loyalty ledger transaction. | |
13
14
  | **start_date** | **String** | When points become active. Possible values: - `immediate`: Points are immediately active. - `on_action`: Points become active based on the customer's action. - a timestamp value: Points become active at a given date and time. | |
@@ -30,6 +31,7 @@ instance = TalonOne::LedgerTransactionLogEntryIntegrationAPI.new(
30
31
  created: 2022-01-02T15:04:05Z07:00,
31
32
  program_id: 324,
32
33
  customer_session_id: 05c2da0d-48fa-4aa1-b629-898f58f1584d,
34
+ store_integration_id: STORE-001,
33
35
  type: addition,
34
36
  name: Reward 10% points of a purchase's current total,
35
37
  start_date: 2022-01-02T15:04:05Z07:00,
@@ -0,0 +1,20 @@
1
+ # TalonOne::ListCheckAttributeBlock
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **operator** | **String** | The list membership operator applied to the attribute. | [optional] |
8
+ | **values** | **Object** | | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'talon_one_sdk'
14
+
15
+ instance = TalonOne::ListCheckAttributeBlock.new(
16
+ operator: null,
17
+ values: null
18
+ )
19
+ ```
20
+