Skip to content

Commit 1143845

Browse files
authored
Version 3.9.0-v2.1-21.1.01.03 release (#82)
1 parent 8aeb297 commit 1143845

39 files changed

+416
-38
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
33

44
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
55

6+
## [v3.9.0] - eSignature API v2.1-21.1.01.03 - 2021-04-25
7+
### Added
8+
- Added new methods `delete_custom_fields_v2`, `delete_page_info_v2`, `get_appliance_envelope_info`, `get_template_info` to envelopes.
9+
- Added new method `delete_connect_secret` to connect.
10+
### Changed
11+
- Added support for version v2.1-21.1.01.03 of the DocuSign eSignature API.
12+
- Updated the SDK release version.
13+
614
## [v3.3.0] - eSignature API v2.1-20.1.02 - 2020-05-31
715
### Changed
816
- Added support for version v2.1-20.1.02 of the DocuSign eSignature API.

lib/docusign_esign/models/approve.rb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ class Approve
159159

160160
attr_accessor :smart_contract_information
161161

162+
#
163+
attr_accessor :source
164+
162165
# Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
163166
attr_accessor :status
164167

@@ -286,6 +289,7 @@ def self.attribute_map
286289
:'recipient_id_guid_metadata' => :'recipientIdGuidMetadata',
287290
:'recipient_id_metadata' => :'recipientIdMetadata',
288291
:'smart_contract_information' => :'smartContractInformation',
292+
:'source' => :'source',
289293
:'status' => :'status',
290294
:'status_metadata' => :'statusMetadata',
291295
:'tab_group_labels' => :'tabGroupLabels',
@@ -377,6 +381,7 @@ def self.swagger_types
377381
:'recipient_id_guid_metadata' => :'PropertyMetadata',
378382
:'recipient_id_metadata' => :'PropertyMetadata',
379383
:'smart_contract_information' => :'SmartContractInformation',
384+
:'source' => :'String',
380385
:'status' => :'String',
381386
:'status_metadata' => :'PropertyMetadata',
382387
:'tab_group_labels' => :'Array<String>',
@@ -650,6 +655,10 @@ def initialize(attributes = {})
650655
self.smart_contract_information = attributes[:'smartContractInformation']
651656
end
652657

658+
if attributes.has_key?(:'source')
659+
self.source = attributes[:'source']
660+
end
661+
653662
if attributes.has_key?(:'status')
654663
self.status = attributes[:'status']
655664
end
@@ -834,6 +843,7 @@ def ==(o)
834843
recipient_id_guid_metadata == o.recipient_id_guid_metadata &&
835844
recipient_id_metadata == o.recipient_id_metadata &&
836845
smart_contract_information == o.smart_contract_information &&
846+
source == o.source &&
837847
status == o.status &&
838848
status_metadata == o.status_metadata &&
839849
tab_group_labels == o.tab_group_labels &&
@@ -871,7 +881,7 @@ def eql?(o)
871881
# Calculates hash code according to all attributes.
872882
# @return [Fixnum] Hash code
873883
def hash
874-
[anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, bold, bold_metadata, button_text, button_text_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, italic, italic_metadata, locale_policy, merge_field, merge_field_xml, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, smart_contract_information, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, underline, underline_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
884+
[anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, bold, bold_metadata, button_text, button_text_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, italic, italic_metadata, locale_policy, merge_field, merge_field_xml, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, smart_contract_information, source, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, underline, underline_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
875885
end
876886

877887
# Builds the object from hash

lib/docusign_esign/models/checkbox.rb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ class Checkbox
182182

183183
attr_accessor :smart_contract_information
184184

185+
#
186+
attr_accessor :source
187+
185188
# Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
186189
attr_accessor :status
187190

@@ -318,6 +321,7 @@ def self.attribute_map
318321
:'shared' => :'shared',
319322
:'shared_metadata' => :'sharedMetadata',
320323
:'smart_contract_information' => :'smartContractInformation',
324+
:'source' => :'source',
321325
:'status' => :'status',
322326
:'status_metadata' => :'statusMetadata',
323327
:'tab_group_labels' => :'tabGroupLabels',
@@ -418,6 +422,7 @@ def self.swagger_types
418422
:'shared' => :'String',
419423
:'shared_metadata' => :'PropertyMetadata',
420424
:'smart_contract_information' => :'SmartContractInformation',
425+
:'source' => :'String',
421426
:'status' => :'String',
422427
:'status_metadata' => :'PropertyMetadata',
423428
:'tab_group_labels' => :'Array<String>',
@@ -727,6 +732,10 @@ def initialize(attributes = {})
727732
self.smart_contract_information = attributes[:'smartContractInformation']
728733
end
729734

735+
if attributes.has_key?(:'source')
736+
self.source = attributes[:'source']
737+
end
738+
730739
if attributes.has_key?(:'status')
731740
self.status = attributes[:'status']
732741
end
@@ -920,6 +929,7 @@ def ==(o)
920929
shared == o.shared &&
921930
shared_metadata == o.shared_metadata &&
922931
smart_contract_information == o.smart_contract_information &&
932+
source == o.source &&
923933
status == o.status &&
924934
status_metadata == o.status_metadata &&
925935
tab_group_labels == o.tab_group_labels &&
@@ -957,7 +967,7 @@ def eql?(o)
957967
# Calculates hash code according to all attributes.
958968
# @return [Fixnum] Hash code
959969
def hash
960-
[anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, bold, bold_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, italic, italic_metadata, locked, locked_metadata, merge_field, merge_field_xml, name, name_metadata, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, required, required_metadata, require_initial_on_shared_change, require_initial_on_shared_change_metadata, selected, selected_metadata, shared, shared_metadata, smart_contract_information, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, underline, underline_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
970+
[anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, bold, bold_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, italic, italic_metadata, locked, locked_metadata, merge_field, merge_field_xml, name, name_metadata, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, required, required_metadata, require_initial_on_shared_change, require_initial_on_shared_change_metadata, selected, selected_metadata, shared, shared_metadata, smart_contract_information, source, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, underline, underline_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
961971
end
962972

963973
# Builds the object from hash

lib/docusign_esign/models/comment_thread.rb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ class CommentThread
157157

158158
attr_accessor :smart_contract_information
159159

160+
#
161+
attr_accessor :source
162+
160163
# Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
161164
attr_accessor :status
162165

@@ -286,6 +289,7 @@ def self.attribute_map
286289
:'recipient_id_guid_metadata' => :'recipientIdGuidMetadata',
287290
:'recipient_id_metadata' => :'recipientIdMetadata',
288291
:'smart_contract_information' => :'smartContractInformation',
292+
:'source' => :'source',
289293
:'status' => :'status',
290294
:'status_metadata' => :'statusMetadata',
291295
:'tab_group_labels' => :'tabGroupLabels',
@@ -377,6 +381,7 @@ def self.swagger_types
377381
:'recipient_id_guid_metadata' => :'PropertyMetadata',
378382
:'recipient_id_metadata' => :'PropertyMetadata',
379383
:'smart_contract_information' => :'SmartContractInformation',
384+
:'source' => :'String',
380385
:'status' => :'String',
381386
:'status_metadata' => :'PropertyMetadata',
382387
:'tab_group_labels' => :'Array<String>',
@@ -649,6 +654,10 @@ def initialize(attributes = {})
649654
self.smart_contract_information = attributes[:'smartContractInformation']
650655
end
651656

657+
if attributes.has_key?(:'source')
658+
self.source = attributes[:'source']
659+
end
660+
652661
if attributes.has_key?(:'status')
653662
self.status = attributes[:'status']
654663
end
@@ -836,6 +845,7 @@ def ==(o)
836845
recipient_id_guid_metadata == o.recipient_id_guid_metadata &&
837846
recipient_id_metadata == o.recipient_id_metadata &&
838847
smart_contract_information == o.smart_contract_information &&
848+
source == o.source &&
839849
status == o.status &&
840850
status_metadata == o.status_metadata &&
841851
tab_group_labels == o.tab_group_labels &&
@@ -874,7 +884,7 @@ def eql?(o)
874884
# Calculates hash code according to all attributes.
875885
# @return [Fixnum] Hash code
876886
def hash
877-
[anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, bold, bold_metadata, comments, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, italic, italic_metadata, locale_policy, merge_field, merge_field_xml, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, smart_contract_information, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, thread_id, tooltip, tool_tip_metadata, underline, underline_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
887+
[anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, bold, bold_metadata, comments, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, document_id, document_id_metadata, error_details, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, height, height_metadata, italic, italic_metadata, locale_policy, merge_field, merge_field_xml, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, smart_contract_information, source, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, thread_id, tooltip, tool_tip_metadata, underline, underline_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
878888
end
879889

880890
# Builds the object from hash

0 commit comments

Comments
 (0)