lib/dropbox-sign/models/template_response.rb in dropbox-sign-1.0.1 vs lib/dropbox-sign/models/template_response.rb in dropbox-sign-1.1.0

- old
+ new

@@ -65,16 +65,16 @@ # An array describing each document associated with this Template. Includes form field data for each document. # @return [Array<TemplateResponseDocument>] attr_accessor :documents - # An array of Custom Field objects. - # @return [Array<TemplateResponseCustomField>, nil] + # Deprecated. Use `custom_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead. + # @return [Array<TemplateResponseDocumentCustomFieldBase>, nil] attr_accessor :custom_fields # Deprecated. Use `form_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead. - # @return [Array<TemplateResponseNamedFormField>, nil] + # @return [Array<TemplateResponseDocumentFormFieldBase>, nil] attr_accessor :named_form_fields # An array of the Accounts that can use this Template. # @return [Array<TemplateResponseAccount>, nil] attr_accessor :accounts @@ -123,11 +123,11 @@ :'is_locked' => :'Boolean', :'metadata' => :'Object', :'signer_roles' => :'Array<TemplateResponseSignerRole>', :'cc_roles' => :'Array<TemplateResponseCCRole>', :'documents' => :'Array<TemplateResponseDocument>', - :'custom_fields' => :'Array<TemplateResponseCustomField>', - :'named_form_fields' => :'Array<TemplateResponseNamedFormField>', + :'custom_fields' => :'Array<TemplateResponseDocumentCustomFieldBase>', + :'named_form_fields' => :'Array<TemplateResponseDocumentFormFieldBase>', :'accounts' => :'Array<TemplateResponseAccount>' } end # Attribute type mapping of this model + parent