docs/NewCampaignTemplate.md in talon_one-6.0.0 vs docs/NewCampaignTemplate.md in talon_one-7.0.0

- old
+ new

@@ -11,10 +11,11 @@ **coupon_attributes** | [**Object**](.md) | The campaign attributes that coupons created from this template will have by default. | [optional] **state** | **String** | Only Campaign Templates in 'available' state may be used to create Campaigns. | **tags** | **Array<String>** | A list of tags for the campaign template. | [optional] **features** | **Array<String>** | A list of features for the campaign template. | [optional] **coupon_settings** | [**CodeGeneratorSettings**](CodeGeneratorSettings.md) | | [optional] +**coupon_reservation_settings** | [**CampaignTemplateCouponReservationSettings**](CampaignTemplateCouponReservationSettings.md) | | [optional] **referral_settings** | [**CodeGeneratorSettings**](CodeGeneratorSettings.md) | | [optional] **limits** | [**Array<TemplateLimitConfig>**](TemplateLimitConfig.md) | The set of limits that will operate for this campaign template. | [optional] **template_params** | [**Array<CampaignTemplateParams>**](CampaignTemplateParams.md) | Fields which can be used to replace values in a rule. | [optional] **campaign_collections** | [**Array<CampaignTemplateCollection>**](CampaignTemplateCollection.md) | The campaign collections from the blueprint campaign for the template. | [optional] **default_campaign_group_id** | **Integer** | The default campaign group ID. | [optional] @@ -32,9 +33,10 @@ coupon_attributes: null, state: null, tags: null, features: null, coupon_settings: null, + coupon_reservation_settings: null, referral_settings: null, limits: null, template_params: null, campaign_collections: null, default_campaign_group_id: 42,