docs/LoyaltiesGetCampaignResponseBody.md in voucherify-6.0.0 vs docs/LoyaltiesGetCampaignResponseBody.md in voucherify-7.0.0
- old
+ new
@@ -25,9 +25,10 @@
| **created_at** | **Time** | Timestamp representing the date and time when the campaign was created. The value is shown in the ISO 8601 format. | [optional] |
| **updated_at** | **Time** | Timestamp representing the date and time when the campaign was last updated in ISO 8601 format. | [optional] |
| **category** | **String** | Unique category name. | [optional] |
| **creation_status** | **String** | Indicates the status of the campaign creation. | [optional] |
| **vouchers_generation_status** | **String** | Indicates the status of the campaign's voucher generation. | [optional] |
+| **readonly** | **Boolean** | Indicates whether the campaign can be only read by a restricted user in the Areas and Stores enterprise feature. It is returned only to restricted users; this field is not returned for users with other roles. | [optional] |
| **protected** | **Boolean** | Indicates whether the resource can be deleted. | [optional] |
| **category_id** | **String** | Unique category ID that this campaign belongs to. | [optional] |
| **categories** | [**Array<Category>**](Category.md) | Contains details about the category. | [optional] |
| **object** | **String** | The type of the object represented by JSON. This object stores information about the campaign. | [optional][default to 'campaign'] |
| **loyalty_tiers_expiration** | [**LoyaltyTiersExpirationAll**](LoyaltyTiersExpirationAll.md) | | [optional] |