docusign_esign 3.19.0 → 3.20.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,6 +38,15 @@ module DocuSign_eSign
38
38
  # Metadata that indicates if the sender can edit the `display` property. Not applicable for template documents.
39
39
  attr_accessor :display_metadata
40
40
 
41
+ #
42
+ attr_accessor :doc_gen_document_status
43
+
44
+ #
45
+ attr_accessor :doc_gen_errors
46
+
47
+ #
48
+ attr_accessor :doc_gen_form_fields
49
+
41
50
  #
42
51
  attr_accessor :document_base64
43
52
 
@@ -59,6 +68,9 @@ module DocuSign_eSign
59
68
  # Metadata that indicates if the sender can edit the `includeInDownload` property. Not applicable for template documents.
60
69
  attr_accessor :include_in_download_metadata
61
70
 
71
+ #
72
+ attr_accessor :is_doc_gen_document
73
+
62
74
  #
63
75
  attr_accessor :name
64
76
 
@@ -103,6 +115,9 @@ module DocuSign_eSign
103
115
  :'contains_pdf_form_fields' => :'containsPdfFormFields',
104
116
  :'display' => :'display',
105
117
  :'display_metadata' => :'displayMetadata',
118
+ :'doc_gen_document_status' => :'docGenDocumentStatus',
119
+ :'doc_gen_errors' => :'docGenErrors',
120
+ :'doc_gen_form_fields' => :'docGenFormFields',
106
121
  :'document_base64' => :'documentBase64',
107
122
  :'document_fields' => :'documentFields',
108
123
  :'document_id' => :'documentId',
@@ -110,6 +125,7 @@ module DocuSign_eSign
110
125
  :'error_details' => :'errorDetails',
111
126
  :'include_in_download' => :'includeInDownload',
112
127
  :'include_in_download_metadata' => :'includeInDownloadMetadata',
128
+ :'is_doc_gen_document' => :'isDocGenDocument',
113
129
  :'name' => :'name',
114
130
  :'name_metadata' => :'nameMetadata',
115
131
  :'order' => :'order',
@@ -135,6 +151,9 @@ module DocuSign_eSign
135
151
  :'contains_pdf_form_fields' => :'String',
136
152
  :'display' => :'String',
137
153
  :'display_metadata' => :'PropertyMetadata',
154
+ :'doc_gen_document_status' => :'String',
155
+ :'doc_gen_errors' => :'Array<DocGenSyntaxError>',
156
+ :'doc_gen_form_fields' => :'Array<DocGenFormField>',
138
157
  :'document_base64' => :'String',
139
158
  :'document_fields' => :'Array<NameValue>',
140
159
  :'document_id' => :'String',
@@ -142,6 +161,7 @@ module DocuSign_eSign
142
161
  :'error_details' => :'ErrorDetails',
143
162
  :'include_in_download' => :'String',
144
163
  :'include_in_download_metadata' => :'PropertyMetadata',
164
+ :'is_doc_gen_document' => :'String',
145
165
  :'name' => :'String',
146
166
  :'name_metadata' => :'PropertyMetadata',
147
167
  :'order' => :'String',
@@ -200,6 +220,22 @@ module DocuSign_eSign
200
220
  self.display_metadata = attributes[:'displayMetadata']
201
221
  end
202
222
 
223
+ if attributes.has_key?(:'docGenDocumentStatus')
224
+ self.doc_gen_document_status = attributes[:'docGenDocumentStatus']
225
+ end
226
+
227
+ if attributes.has_key?(:'docGenErrors')
228
+ if (value = attributes[:'docGenErrors']).is_a?(Array)
229
+ self.doc_gen_errors = value
230
+ end
231
+ end
232
+
233
+ if attributes.has_key?(:'docGenFormFields')
234
+ if (value = attributes[:'docGenFormFields']).is_a?(Array)
235
+ self.doc_gen_form_fields = value
236
+ end
237
+ end
238
+
203
239
  if attributes.has_key?(:'documentBase64')
204
240
  self.document_base64 = attributes[:'documentBase64']
205
241
  end
@@ -230,6 +266,10 @@ module DocuSign_eSign
230
266
  self.include_in_download_metadata = attributes[:'includeInDownloadMetadata']
231
267
  end
232
268
 
269
+ if attributes.has_key?(:'isDocGenDocument')
270
+ self.is_doc_gen_document = attributes[:'isDocGenDocument']
271
+ end
272
+
233
273
  if attributes.has_key?(:'name')
234
274
  self.name = attributes[:'name']
235
275
  end
@@ -303,6 +343,9 @@ module DocuSign_eSign
303
343
  contains_pdf_form_fields == o.contains_pdf_form_fields &&
304
344
  display == o.display &&
305
345
  display_metadata == o.display_metadata &&
346
+ doc_gen_document_status == o.doc_gen_document_status &&
347
+ doc_gen_errors == o.doc_gen_errors &&
348
+ doc_gen_form_fields == o.doc_gen_form_fields &&
306
349
  document_base64 == o.document_base64 &&
307
350
  document_fields == o.document_fields &&
308
351
  document_id == o.document_id &&
@@ -310,6 +353,7 @@ module DocuSign_eSign
310
353
  error_details == o.error_details &&
311
354
  include_in_download == o.include_in_download &&
312
355
  include_in_download_metadata == o.include_in_download_metadata &&
356
+ is_doc_gen_document == o.is_doc_gen_document &&
313
357
  name == o.name &&
314
358
  name_metadata == o.name_metadata &&
315
359
  order == o.order &&
@@ -332,7 +376,7 @@ module DocuSign_eSign
332
376
  # Calculates hash code according to all attributes.
333
377
  # @return [Fixnum] Hash code
334
378
  def hash
335
- [added_recipient_ids, attachment_tab_id, authoritative_copy, authoritative_copy_metadata, available_document_types, contains_pdf_form_fields, display, display_metadata, document_base64, document_fields, document_id, document_id_guid, error_details, include_in_download, include_in_download_metadata, name, name_metadata, order, pages, signer_must_acknowledge, signer_must_acknowledge_metadata, size_bytes, template_locked, template_required, type, uri].hash
379
+ [added_recipient_ids, attachment_tab_id, authoritative_copy, authoritative_copy_metadata, available_document_types, contains_pdf_form_fields, display, display_metadata, doc_gen_document_status, doc_gen_errors, doc_gen_form_fields, document_base64, document_fields, document_id, document_id_guid, error_details, include_in_download, include_in_download_metadata, is_doc_gen_document, name, name_metadata, order, pages, signer_must_acknowledge, signer_must_acknowledge_metadata, size_bytes, template_locked, template_required, type, uri].hash
336
380
  end
337
381
 
338
382
  # Builds the object from hash
@@ -190,6 +190,9 @@ module DocuSign_eSign
190
190
  # When set to **true**, indicates that this module is enabled on the account.
191
191
  attr_accessor :is21_cfr_part11
192
192
 
193
+ #
194
+ attr_accessor :is_doc_gen_template
195
+
193
196
  #
194
197
  attr_accessor :is_dynamic_envelope
195
198
 
@@ -375,6 +378,7 @@ module DocuSign_eSign
375
378
  :'holder' => :'holder',
376
379
  :'initial_sent_date_time' => :'initialSentDateTime',
377
380
  :'is21_cfr_part11' => :'is21CFRPart11',
381
+ :'is_doc_gen_template' => :'isDocGenTemplate',
378
382
  :'is_dynamic_envelope' => :'isDynamicEnvelope',
379
383
  :'is_signature_provider_envelope' => :'isSignatureProviderEnvelope',
380
384
  :'last_modified' => :'lastModified',
@@ -481,6 +485,7 @@ module DocuSign_eSign
481
485
  :'holder' => :'String',
482
486
  :'initial_sent_date_time' => :'String',
483
487
  :'is21_cfr_part11' => :'String',
488
+ :'is_doc_gen_template' => :'String',
484
489
  :'is_dynamic_envelope' => :'String',
485
490
  :'is_signature_provider_envelope' => :'String',
486
491
  :'last_modified' => :'String',
@@ -779,6 +784,10 @@ module DocuSign_eSign
779
784
  self.is21_cfr_part11 = attributes[:'is21CFRPart11']
780
785
  end
781
786
 
787
+ if attributes.has_key?(:'isDocGenTemplate')
788
+ self.is_doc_gen_template = attributes[:'isDocGenTemplate']
789
+ end
790
+
782
791
  if attributes.has_key?(:'isDynamicEnvelope')
783
792
  self.is_dynamic_envelope = attributes[:'isDynamicEnvelope']
784
793
  end
@@ -1023,6 +1032,7 @@ module DocuSign_eSign
1023
1032
  holder == o.holder &&
1024
1033
  initial_sent_date_time == o.initial_sent_date_time &&
1025
1034
  is21_cfr_part11 == o.is21_cfr_part11 &&
1035
+ is_doc_gen_template == o.is_doc_gen_template &&
1026
1036
  is_dynamic_envelope == o.is_dynamic_envelope &&
1027
1037
  is_signature_provider_envelope == o.is_signature_provider_envelope &&
1028
1038
  last_modified == o.last_modified &&
@@ -1075,7 +1085,7 @@ module DocuSign_eSign
1075
1085
  # Calculates hash code according to all attributes.
1076
1086
  # @return [Fixnum] Hash code
1077
1087
  def hash
1078
- [access_control_list_base64, allow_comments, allow_markup, allow_reassign, allow_view_history, any_signer, asynchronous, attachments_uri, authoritative_copy, authoritative_copy_default, auto_match, auto_match_specified_by_user, auto_navigation, brand_id, brand_lock, certificate_uri, completed_date_time, copy_recipient_data, created, created_date_time, custom_fields, custom_fields_uri, declined_date_time, deleted_date_time, delivered_date_time, description, disable_responsive_document, document_base64, documents, documents_combined_uri, documents_uri, email_blurb, email_settings, email_subject, enable_wet_sign, enforce_signer_visibility, envelope_attachments, envelope_custom_metadata, envelope_documents, envelope_id, envelope_id_stamping, envelope_location, envelope_metadata, envelope_uri, expire_after, expire_date_time, expire_enabled, external_envelope_id, favorited_by_me, folder_id, folder_ids, folder_name, folders, has_comments, has_form_data_changed, has_wav_file, holder, initial_sent_date_time, is21_cfr_part11, is_dynamic_envelope, is_signature_provider_envelope, last_modified, last_modified_by, last_modified_date_time, last_used, location, lock_information, message_lock, name, new_password, notification, notification_uri, owner, page_count, password, password_protected, power_form, power_forms, purge_completed_date, purge_request_date, purge_state, recipients, recipients_lock, recipients_uri, sender, sent_date_time, shared, signer_can_sign_on_mobile, signing_location, status, status_changed_date_time, status_date_time, template_id, templates_uri, transaction_id, uri, use_disclosure, voided_date_time, voided_reason, workflow].hash
1088
+ [access_control_list_base64, allow_comments, allow_markup, allow_reassign, allow_view_history, any_signer, asynchronous, attachments_uri, authoritative_copy, authoritative_copy_default, auto_match, auto_match_specified_by_user, auto_navigation, brand_id, brand_lock, certificate_uri, completed_date_time, copy_recipient_data, created, created_date_time, custom_fields, custom_fields_uri, declined_date_time, deleted_date_time, delivered_date_time, description, disable_responsive_document, document_base64, documents, documents_combined_uri, documents_uri, email_blurb, email_settings, email_subject, enable_wet_sign, enforce_signer_visibility, envelope_attachments, envelope_custom_metadata, envelope_documents, envelope_id, envelope_id_stamping, envelope_location, envelope_metadata, envelope_uri, expire_after, expire_date_time, expire_enabled, external_envelope_id, favorited_by_me, folder_id, folder_ids, folder_name, folders, has_comments, has_form_data_changed, has_wav_file, holder, initial_sent_date_time, is21_cfr_part11, is_doc_gen_template, is_dynamic_envelope, is_signature_provider_envelope, last_modified, last_modified_by, last_modified_date_time, last_used, location, lock_information, message_lock, name, new_password, notification, notification_uri, owner, page_count, password, password_protected, power_form, power_forms, purge_completed_date, purge_request_date, purge_state, recipients, recipients_lock, recipients_uri, sender, sent_date_time, shared, signer_can_sign_on_mobile, signing_location, status, status_changed_date_time, status_date_time, template_id, templates_uri, transaction_id, uri, use_disclosure, voided_date_time, voided_reason, workflow].hash
1079
1089
  end
1080
1090
 
1081
1091
  # Builds the object from hash
@@ -44,6 +44,9 @@ module DocuSign_eSign
44
44
  #
45
45
  attr_accessor :include_hmac
46
46
 
47
+ #
48
+ attr_accessor :include_o_auth
49
+
47
50
  # When set to **true**, the sender account ID is included as a envelope custom field in the data.
48
51
  attr_accessor :include_sender_account_as_custom_field
49
52
 
@@ -84,6 +87,7 @@ module DocuSign_eSign
84
87
  :'include_documents' => :'includeDocuments',
85
88
  :'include_envelope_void_reason' => :'includeEnvelopeVoidReason',
86
89
  :'include_hmac' => :'includeHMAC',
90
+ :'include_o_auth' => :'includeOAuth',
87
91
  :'include_sender_account_as_custom_field' => :'includeSenderAccountAsCustomField',
88
92
  :'include_time_zone' => :'includeTimeZone',
89
93
  :'logging_enabled' => :'loggingEnabled',
@@ -109,6 +113,7 @@ module DocuSign_eSign
109
113
  :'include_documents' => :'String',
110
114
  :'include_envelope_void_reason' => :'String',
111
115
  :'include_hmac' => :'String',
116
+ :'include_o_auth' => :'String',
112
117
  :'include_sender_account_as_custom_field' => :'String',
113
118
  :'include_time_zone' => :'String',
114
119
  :'logging_enabled' => :'String',
@@ -173,6 +178,10 @@ module DocuSign_eSign
173
178
  self.include_hmac = attributes[:'includeHMAC']
174
179
  end
175
180
 
181
+ if attributes.has_key?(:'includeOAuth')
182
+ self.include_o_auth = attributes[:'includeOAuth']
183
+ end
184
+
176
185
  if attributes.has_key?(:'includeSenderAccountAsCustomField')
177
186
  self.include_sender_account_as_custom_field = attributes[:'includeSenderAccountAsCustomField']
178
187
  end
@@ -240,6 +249,7 @@ module DocuSign_eSign
240
249
  include_documents == o.include_documents &&
241
250
  include_envelope_void_reason == o.include_envelope_void_reason &&
242
251
  include_hmac == o.include_hmac &&
252
+ include_o_auth == o.include_o_auth &&
243
253
  include_sender_account_as_custom_field == o.include_sender_account_as_custom_field &&
244
254
  include_time_zone == o.include_time_zone &&
245
255
  logging_enabled == o.logging_enabled &&
@@ -260,7 +270,7 @@ module DocuSign_eSign
260
270
  # Calculates hash code according to all attributes.
261
271
  # @return [Fixnum] Hash code
262
272
  def hash
263
- [delivery_mode, envelope_events, event_data, events, include_certificate_of_completion, include_certificate_with_soap, include_document_fields, include_documents, include_envelope_void_reason, include_hmac, include_sender_account_as_custom_field, include_time_zone, logging_enabled, recipient_events, require_acknowledgment, sign_message_with_x509_cert, soap_name_space, url, use_soap_interface].hash
273
+ [delivery_mode, envelope_events, event_data, events, include_certificate_of_completion, include_certificate_with_soap, include_document_fields, include_documents, include_envelope_void_reason, include_hmac, include_o_auth, include_sender_account_as_custom_field, include_time_zone, logging_enabled, recipient_events, require_acknowledgment, sign_message_with_x509_cert, soap_name_space, url, use_soap_interface].hash
264
274
  end
265
275
 
266
276
  # Builds the object from hash
@@ -169,7 +169,7 @@ module DocuSign_eSign
169
169
  # Metadata that indicates whether the `recipientId` property is editable.
170
170
  attr_accessor :recipient_id_metadata
171
171
 
172
- # Sets the size for the InitialHere tab. It can be value from 0.5 to 1.0, where 1.0 represents full size and 0.5 is 50% size.
172
+ # Sets the size for the InitialHere tab. It can be value from 0.5 to 1.0, where 1.0 represents full size and 0.5 is 50% size.
173
173
  attr_accessor :scale_value
174
174
 
175
175
  # Metadata that indicates whether the `scaleValue` property is editable.
@@ -16,13 +16,13 @@ module DocuSign_eSign
16
16
  #
17
17
  attr_accessor :bulk_list_id
18
18
 
19
- #
19
+ # An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent or null if the envelope has not yet been sent.
20
20
  attr_accessor :resume_date
21
21
 
22
- #
22
+ # A list of envelope delay rules specified by the user indicating how and when the envelope should be scheduled for sending in the future. Currently only 1 rule may be specified.
23
23
  attr_accessor :rules
24
24
 
25
- # 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.
25
+ # \\\"pending\\\" if the envelope has not yet been sent and the scheduled sending delay has not iniaited. \\\"started\\\" if the scheduled sending delay is in progress. \\\"completed\\\" if the scheduled sending delay has elapsed and the envelope has been sent.
26
26
  attr_accessor :status
27
27
 
28
28
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -10,5 +10,5 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git
10
10
  =end
11
11
 
12
12
  module DocuSign_eSign
13
- VERSION = '3.19.0'
13
+ VERSION = '3.20.0'
14
14
  end
@@ -197,6 +197,8 @@ require 'docusign_esign/models/delegation_info'
197
197
  require 'docusign_esign/models/diagnostics_settings_information'
198
198
  require 'docusign_esign/models/direct_debit_processor_information'
199
199
  require 'docusign_esign/models/dob_information_input'
200
+ require 'docusign_esign/models/doc_gen_form_field'
201
+ require 'docusign_esign/models/doc_gen_syntax_error'
200
202
  require 'docusign_esign/models/document'
201
203
  require 'docusign_esign/models/document_fields_information'
202
204
  require 'docusign_esign/models/document_html_collapsible_display_settings'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docusign_esign
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.19.0
4
+ version: 3.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - DocuSign
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-15 00:00:00.000000000 Z
11
+ date: 2022-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jwt
@@ -505,6 +505,8 @@ files:
505
505
  - lib/docusign_esign/models/display_appliance_pdf.rb
506
506
  - lib/docusign_esign/models/display_appliance_signer_attachment.rb
507
507
  - lib/docusign_esign/models/dob_information_input.rb
508
+ - lib/docusign_esign/models/doc_gen_form_field.rb
509
+ - lib/docusign_esign/models/doc_gen_syntax_error.rb
508
510
  - lib/docusign_esign/models/document.rb
509
511
  - lib/docusign_esign/models/document_fields_information.rb
510
512
  - lib/docusign_esign/models/document_html_collapsible_display_settings.rb