docs/AdditionalCampaignProperties.md in talon_one-5.0.0 vs docs/AdditionalCampaignProperties.md in talon_one-6.0.0
- old
+ new
@@ -24,10 +24,11 @@
**updated** | **DateTime** | Timestamp of the most recent update to the campaign's property. Updates to external entities used in this campaign are **not** registered by this property, such as collection or coupon updates. | [optional]
**created_by** | **String** | Name of the user who created this campaign if available. | [optional]
**updated_by** | **String** | Name of the user who last updated this campaign if available. | [optional]
**template_id** | **Integer** | The ID of the Campaign Template this Campaign was created from. | [optional]
**frontend_state** | **String** | A campaign state described exactly as in the Campaign Manager. |
+**stores_imported** | **Boolean** | Indicates whether the linked stores were imported via a CSV file. |
## Code Sample
```ruby
require 'TalonOne'
@@ -51,9 +52,10 @@
last_activity: 2022-11-10T23:00Z,
updated: null,
created_by: John Doe,
updated_by: Jane Doe,
template_id: 3,
- frontend_state: running)
+ frontend_state: running,
+ stores_imported: true)
```