docusign_esign 3.7.0.rc1 → 3.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (119) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -0
  3. data/Gemfile.lock +24 -24
  4. data/README.md +24 -53
  5. data/docusign_esign-2.10.0.gem +0 -0
  6. data/docusign_esign-2.10.0.rc1.gem +0 -0
  7. data/docusign_esign-3.10.0.rc1.gem +0 -0
  8. data/lib/docusign_esign.rb +9 -2
  9. data/lib/docusign_esign/api/accounts_api.rb +13 -8
  10. data/lib/docusign_esign/api/bulk_envelopes_api.rb +69 -248
  11. data/lib/docusign_esign/api/connect_api.rb +0 -53
  12. data/lib/docusign_esign/api/envelopes_api.rb +348 -0
  13. data/lib/docusign_esign/api/groups_api.rb +9 -9
  14. data/lib/docusign_esign/api/signature_api.rb +256 -0
  15. data/lib/docusign_esign/api/templates_api.rb +4 -0
  16. data/lib/docusign_esign/models/account_billing_plan.rb +31 -1
  17. data/lib/docusign_esign/models/account_information.rb +34 -4
  18. data/lib/docusign_esign/models/account_role_settings.rb +20 -1
  19. data/lib/docusign_esign/models/account_settings_information.rb +298 -1
  20. data/lib/docusign_esign/models/account_ui_settings.rb +39 -1
  21. data/lib/docusign_esign/models/approve.rb +11 -1
  22. data/lib/docusign_esign/models/bulk_send_batch_request.rb +184 -0
  23. data/lib/docusign_esign/models/bulk_send_batch_status.rb +31 -1
  24. data/lib/docusign_esign/models/bulk_sending_copy_recipient.rb +41 -1
  25. data/lib/docusign_esign/models/carbon_copy.rb +11 -1
  26. data/lib/docusign_esign/models/checkbox.rb +11 -1
  27. data/lib/docusign_esign/models/comment_thread.rb +11 -1
  28. data/lib/docusign_esign/models/commission_county.rb +11 -1
  29. data/lib/docusign_esign/models/commission_expiration.rb +11 -1
  30. data/lib/docusign_esign/models/commission_number.rb +11 -1
  31. data/lib/docusign_esign/models/commission_state.rb +11 -1
  32. data/lib/docusign_esign/models/company.rb +11 -1
  33. data/lib/docusign_esign/models/complete_sign_hash_response.rb +7 -11
  34. data/lib/docusign_esign/models/complete_sign_request.rb +7 -11
  35. data/lib/docusign_esign/models/conditional_recipient_rule_filter.rb +11 -1
  36. data/lib/docusign_esign/models/credential.rb +7 -11
  37. data/lib/docusign_esign/models/currency.rb +1211 -0
  38. data/lib/docusign_esign/models/date.rb +11 -1
  39. data/lib/docusign_esign/models/date_signed.rb +11 -1
  40. data/lib/docusign_esign/models/decline.rb +11 -1
  41. data/lib/docusign_esign/models/display_appliance_account.rb +224 -0
  42. data/lib/docusign_esign/models/display_appliance_info.rb +174 -0
  43. data/lib/docusign_esign/models/display_appliance_pdf.rb +174 -0
  44. data/lib/docusign_esign/models/display_appliance_signer_attachment.rb +174 -0
  45. data/lib/docusign_esign/models/document.rb +11 -1
  46. data/lib/docusign_esign/models/document_security_store.rb +7 -11
  47. data/lib/docusign_esign/models/document_update_info.rb +7 -11
  48. data/lib/docusign_esign/models/draw.rb +11 -1
  49. data/lib/docusign_esign/models/email.rb +11 -1
  50. data/lib/docusign_esign/models/email_address.rb +11 -1
  51. data/lib/docusign_esign/models/envelope.rb +11 -1
  52. data/lib/docusign_esign/models/envelope_definition.rb +20 -1
  53. data/lib/docusign_esign/models/envelope_document.rb +11 -1
  54. data/lib/docusign_esign/models/envelope_form_data.rb +10 -1
  55. data/lib/docusign_esign/models/envelope_form_data_prefill_form_data.rb +186 -0
  56. data/lib/docusign_esign/models/envelope_id.rb +11 -1
  57. data/lib/docusign_esign/models/envelope_summary.rb +21 -1
  58. data/lib/docusign_esign/models/envelope_template.rb +11 -1
  59. data/lib/docusign_esign/models/external_claim.rb +7 -11
  60. data/lib/docusign_esign/models/external_file.rb +21 -1
  61. data/lib/docusign_esign/models/first_name.rb +11 -1
  62. data/lib/docusign_esign/models/form_data_item.rb +11 -1
  63. data/lib/docusign_esign/models/formula_tab.rb +11 -1
  64. data/lib/docusign_esign/models/full_name.rb +11 -1
  65. data/lib/docusign_esign/models/group_brands.rb +207 -0
  66. data/lib/docusign_esign/models/initial_here.rb +11 -1
  67. data/lib/docusign_esign/models/last_name.rb +11 -1
  68. data/lib/docusign_esign/models/linked_external_primary_account.rb +234 -0
  69. data/lib/docusign_esign/models/list.rb +11 -1
  70. data/lib/docusign_esign/models/locale_policy_tab.rb +11 -1
  71. data/lib/docusign_esign/models/notarize.rb +11 -1
  72. data/lib/docusign_esign/models/notary_recipient.rb +11 -1
  73. data/lib/docusign_esign/models/notary_seal.rb +11 -1
  74. data/lib/docusign_esign/models/note.rb +11 -1
  75. data/lib/docusign_esign/models/number.rb +11 -1
  76. data/lib/docusign_esign/models/payment_details.rb +10 -1
  77. data/lib/docusign_esign/models/payment_signer_values.rb +184 -0
  78. data/lib/docusign_esign/models/phone_number.rb +11 -1
  79. data/lib/docusign_esign/models/poly_line_overlay.rb +11 -1
  80. data/lib/docusign_esign/models/prefill_tabs.rb +222 -0
  81. data/lib/docusign_esign/models/report_in_product_csv_run_request.rb +24 -4
  82. data/lib/docusign_esign/models/report_in_product_get.rb +24 -4
  83. data/lib/docusign_esign/models/report_in_product_run_request.rb +24 -4
  84. data/lib/docusign_esign/models/report_in_product_run_response_row_fields.rb +101 -1
  85. data/lib/docusign_esign/models/revision.rb +7 -11
  86. data/lib/docusign_esign/models/seal.rb +8 -12
  87. data/lib/docusign_esign/models/sender.rb +7 -11
  88. data/lib/docusign_esign/models/sign_hash_document.rb +7 -11
  89. data/lib/docusign_esign/models/sign_hash_session_info_response.rb +7 -11
  90. data/lib/docusign_esign/models/sign_here.rb +11 -1
  91. data/lib/docusign_esign/models/sign_session_info_request.rb +7 -11
  92. data/lib/docusign_esign/models/signature_data_info.rb +7 -11
  93. data/lib/docusign_esign/models/signature_properties.rb +7 -11
  94. data/lib/docusign_esign/models/signer_attachment.rb +11 -1
  95. data/lib/docusign_esign/models/smart_section.rb +11 -1
  96. data/lib/docusign_esign/models/ssn.rb +11 -1
  97. data/lib/docusign_esign/models/tab_account_settings.rb +20 -1
  98. data/lib/docusign_esign/models/tab_group.rb +11 -1
  99. data/lib/docusign_esign/models/tab_metadata.rb +20 -1
  100. data/lib/docusign_esign/models/tabs.rb +23 -2
  101. data/lib/docusign_esign/models/template_role.rb +13 -1
  102. data/lib/docusign_esign/models/template_tabs.rb +22 -1
  103. data/lib/docusign_esign/models/text.rb +11 -1
  104. data/lib/docusign_esign/models/time_stamp_field.rb +7 -11
  105. data/lib/docusign_esign/models/title.rb +11 -1
  106. data/lib/docusign_esign/models/tsp_health_check_request.rb +7 -11
  107. data/lib/docusign_esign/models/tsp_health_check_status_description.rb +7 -11
  108. data/lib/docusign_esign/models/update_transaction_request.rb +7 -11
  109. data/lib/docusign_esign/models/update_transaction_response.rb +7 -11
  110. data/lib/docusign_esign/models/user.rb +7 -11
  111. data/lib/docusign_esign/models/user_info_response.rb +7 -11
  112. data/lib/docusign_esign/models/user_information.rb +11 -1
  113. data/lib/docusign_esign/models/user_settings_information.rb +20 -1
  114. data/lib/docusign_esign/models/view.rb +11 -1
  115. data/lib/docusign_esign/models/zip.rb +11 -1
  116. data/lib/docusign_esign/version.rb +1 -1
  117. data/tests/Gemfile.lock +13 -9
  118. data/tests/spec/unit_tests_using_jwt_spec.rb +58 -0
  119. metadata +19 -4
@@ -0,0 +1,222 @@
1
+ =begin
2
+ #DocuSign REST API
3
+
4
+ #The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.
5
+
6
+ OpenAPI spec version: v2.1
7
+ Contact: devcenter@docusign.com
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+
10
+ =end
11
+
12
+ require 'date'
13
+
14
+ module DocuSign_eSign
15
+ class PrefillTabs
16
+ # Specifies a tag on the document in a location where the recipient can select an option.
17
+ attr_accessor :checkbox_tabs
18
+
19
+ # Specifies a tag on the document in a location where the recipient can select one option from a group of options using a radio button. The radio buttons do not have to be on the same page in a document.
20
+ attr_accessor :radio_group_tabs
21
+
22
+ #
23
+ attr_accessor :tab_groups
24
+
25
+ # Specifies a that that is an adaptable field that allows the recipient to enter different text information. When getting information that includes this tab type, the original value of the tab when the associated envelope was sent is included in the response.
26
+ attr_accessor :text_tabs
27
+
28
+ # Attribute mapping from ruby-style variable name to JSON key.
29
+ def self.attribute_map
30
+ {
31
+ :'checkbox_tabs' => :'checkboxTabs',
32
+ :'radio_group_tabs' => :'radioGroupTabs',
33
+ :'tab_groups' => :'tabGroups',
34
+ :'text_tabs' => :'textTabs'
35
+ }
36
+ end
37
+
38
+ # Attribute type mapping.
39
+ def self.swagger_types
40
+ {
41
+ :'checkbox_tabs' => :'Array<Checkbox>',
42
+ :'radio_group_tabs' => :'Array<RadioGroup>',
43
+ :'tab_groups' => :'Array<TabGroup>',
44
+ :'text_tabs' => :'Array<Text>'
45
+ }
46
+ end
47
+
48
+ # Initializes the object
49
+ # @param [Hash] attributes Model attributes in the form of hash
50
+ def initialize(attributes = {})
51
+ return unless attributes.is_a?(Hash)
52
+
53
+ # convert string to symbol for hash key
54
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
55
+
56
+ if attributes.has_key?(:'checkboxTabs')
57
+ if (value = attributes[:'checkboxTabs']).is_a?(Array)
58
+ self.checkbox_tabs = value
59
+ end
60
+ end
61
+
62
+ if attributes.has_key?(:'radioGroupTabs')
63
+ if (value = attributes[:'radioGroupTabs']).is_a?(Array)
64
+ self.radio_group_tabs = value
65
+ end
66
+ end
67
+
68
+ if attributes.has_key?(:'tabGroups')
69
+ if (value = attributes[:'tabGroups']).is_a?(Array)
70
+ self.tab_groups = value
71
+ end
72
+ end
73
+
74
+ if attributes.has_key?(:'textTabs')
75
+ if (value = attributes[:'textTabs']).is_a?(Array)
76
+ self.text_tabs = value
77
+ end
78
+ end
79
+ end
80
+
81
+ # Show invalid properties with the reasons. Usually used together with valid?
82
+ # @return Array for valid properties with the reasons
83
+ def list_invalid_properties
84
+ invalid_properties = Array.new
85
+ invalid_properties
86
+ end
87
+
88
+ # Check to see if the all the properties in the model are valid
89
+ # @return true if the model is valid
90
+ def valid?
91
+ true
92
+ end
93
+
94
+ # Checks equality by comparing each attribute.
95
+ # @param [Object] Object to be compared
96
+ def ==(o)
97
+ return true if self.equal?(o)
98
+ self.class == o.class &&
99
+ checkbox_tabs == o.checkbox_tabs &&
100
+ radio_group_tabs == o.radio_group_tabs &&
101
+ tab_groups == o.tab_groups &&
102
+ text_tabs == o.text_tabs
103
+ end
104
+
105
+ # @see the `==` method
106
+ # @param [Object] Object to be compared
107
+ def eql?(o)
108
+ self == o
109
+ end
110
+
111
+ # Calculates hash code according to all attributes.
112
+ # @return [Fixnum] Hash code
113
+ def hash
114
+ [checkbox_tabs, radio_group_tabs, tab_groups, text_tabs].hash
115
+ end
116
+
117
+ # Builds the object from hash
118
+ # @param [Hash] attributes Model attributes in the form of hash
119
+ # @return [Object] Returns the model itself
120
+ def build_from_hash(attributes)
121
+ return nil unless attributes.is_a?(Hash)
122
+ self.class.swagger_types.each_pair do |key, type|
123
+ if type =~ /\AArray<(.*)>/i
124
+ # check to ensure the input is an array given that the attribute
125
+ # is documented as an array but the input is not
126
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
127
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
128
+ end
129
+ elsif !attributes[self.class.attribute_map[key]].nil?
130
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
131
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
132
+ end
133
+
134
+ self
135
+ end
136
+
137
+ # Deserializes the data based on type
138
+ # @param string type Data type
139
+ # @param string value Value to be deserialized
140
+ # @return [Object] Deserialized data
141
+ def _deserialize(type, value)
142
+ case type.to_sym
143
+ when :DateTime
144
+ DateTime.parse(value)
145
+ when :Date
146
+ Date.parse(value)
147
+ when :String
148
+ value.to_s
149
+ when :Integer
150
+ value.to_i
151
+ when :Float
152
+ value.to_f
153
+ when :BOOLEAN
154
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
155
+ true
156
+ else
157
+ false
158
+ end
159
+ when :Object
160
+ # generic object (usually a Hash), return directly
161
+ value
162
+ when /\AArray<(?<inner_type>.+)>\z/
163
+ inner_type = Regexp.last_match[:inner_type]
164
+ value.map { |v| _deserialize(inner_type, v) }
165
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
166
+ k_type = Regexp.last_match[:k_type]
167
+ v_type = Regexp.last_match[:v_type]
168
+ {}.tap do |hash|
169
+ value.each do |k, v|
170
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
171
+ end
172
+ end
173
+ else # model
174
+ temp_model = DocuSign_eSign.const_get(type).new
175
+ temp_model.build_from_hash(value)
176
+ end
177
+ end
178
+
179
+ # Returns the string representation of the object
180
+ # @return [String] String presentation of the object
181
+ def to_s
182
+ to_hash.to_s
183
+ end
184
+
185
+ # to_body is an alias to to_hash (backward compatibility)
186
+ # @return [Hash] Returns the object in the form of hash
187
+ def to_body
188
+ to_hash
189
+ end
190
+
191
+ # Returns the object in the form of hash
192
+ # @return [Hash] Returns the object in the form of hash
193
+ def to_hash
194
+ hash = {}
195
+ self.class.attribute_map.each_pair do |attr, param|
196
+ value = self.send(attr)
197
+ next if value.nil?
198
+ hash[param] = _to_hash(value)
199
+ end
200
+ hash
201
+ end
202
+
203
+ # Outputs non-array value in the form of hash
204
+ # For object, use to_hash. Otherwise, just return the value
205
+ # @param [Object] value Any valid value
206
+ # @return [Hash] Returns the value in the form of hash
207
+ def _to_hash(value)
208
+ if value.is_a?(Array)
209
+ value.compact.map { |v| _to_hash(v) }
210
+ elsif value.is_a?(Hash)
211
+ {}.tap do |hash|
212
+ value.each { |k, v| hash[k] = _to_hash(v) }
213
+ end
214
+ elsif value.respond_to? :to_hash
215
+ value.to_hash
216
+ else
217
+ value
218
+ end
219
+ end
220
+
221
+ end
222
+ end
@@ -13,6 +13,9 @@ require 'date'
13
13
 
14
14
  module DocuSign_eSign
15
15
  class ReportInProductCsvRunRequest
16
+ #
17
+ attr_accessor :authentication_success_filter
18
+
16
19
  #
17
20
  attr_accessor :custom_field_filter
18
21
 
@@ -91,9 +94,13 @@ module DocuSign_eSign
91
94
  # Starting position of the current result set.
92
95
  attr_accessor :start_position
93
96
 
97
+ #
98
+ attr_accessor :verification_status_filter
99
+
94
100
  # Attribute mapping from ruby-style variable name to JSON key.
95
101
  def self.attribute_map
96
102
  {
103
+ :'authentication_success_filter' => :'authenticationSuccessFilter',
97
104
  :'custom_field_filter' => :'customFieldFilter',
98
105
  :'date_range_custom_from_date' => :'dateRangeCustomFromDate',
99
106
  :'date_range_custom_to_date' => :'dateRangeCustomToDate',
@@ -119,13 +126,15 @@ module DocuSign_eSign
119
126
  :'separator' => :'separator',
120
127
  :'sort_direction' => :'sortDirection',
121
128
  :'sort_field' => :'sortField',
122
- :'start_position' => :'startPosition'
129
+ :'start_position' => :'startPosition',
130
+ :'verification_status_filter' => :'verificationStatusFilter'
123
131
  }
124
132
  end
125
133
 
126
134
  # Attribute type mapping.
127
135
  def self.swagger_types
128
136
  {
137
+ :'authentication_success_filter' => :'String',
129
138
  :'custom_field_filter' => :'String',
130
139
  :'date_range_custom_from_date' => :'String',
131
140
  :'date_range_custom_to_date' => :'String',
@@ -151,7 +160,8 @@ module DocuSign_eSign
151
160
  :'separator' => :'String',
152
161
  :'sort_direction' => :'String',
153
162
  :'sort_field' => :'String',
154
- :'start_position' => :'String'
163
+ :'start_position' => :'String',
164
+ :'verification_status_filter' => :'String'
155
165
  }
156
166
  end
157
167
 
@@ -163,6 +173,10 @@ module DocuSign_eSign
163
173
  # convert string to symbol for hash key
164
174
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
165
175
 
176
+ if attributes.has_key?(:'authenticationSuccessFilter')
177
+ self.authentication_success_filter = attributes[:'authenticationSuccessFilter']
178
+ end
179
+
166
180
  if attributes.has_key?(:'customFieldFilter')
167
181
  self.custom_field_filter = attributes[:'customFieldFilter']
168
182
  end
@@ -268,6 +282,10 @@ module DocuSign_eSign
268
282
  if attributes.has_key?(:'startPosition')
269
283
  self.start_position = attributes[:'startPosition']
270
284
  end
285
+
286
+ if attributes.has_key?(:'verificationStatusFilter')
287
+ self.verification_status_filter = attributes[:'verificationStatusFilter']
288
+ end
271
289
  end
272
290
 
273
291
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -288,6 +306,7 @@ module DocuSign_eSign
288
306
  def ==(o)
289
307
  return true if self.equal?(o)
290
308
  self.class == o.class &&
309
+ authentication_success_filter == o.authentication_success_filter &&
291
310
  custom_field_filter == o.custom_field_filter &&
292
311
  date_range_custom_from_date == o.date_range_custom_from_date &&
293
312
  date_range_custom_to_date == o.date_range_custom_to_date &&
@@ -313,7 +332,8 @@ module DocuSign_eSign
313
332
  separator == o.separator &&
314
333
  sort_direction == o.sort_direction &&
315
334
  sort_field == o.sort_field &&
316
- start_position == o.start_position
335
+ start_position == o.start_position &&
336
+ verification_status_filter == o.verification_status_filter
317
337
  end
318
338
 
319
339
  # @see the `==` method
@@ -325,7 +345,7 @@ module DocuSign_eSign
325
345
  # Calculates hash code according to all attributes.
326
346
  # @return [Fixnum] Hash code
327
347
  def hash
328
- [custom_field_filter, date_range_custom_from_date, date_range_custom_to_date, date_range_filter, envelope_date_type_filter, envelope_recipient_name_contains_filter, envelope_status_filter, envelope_subject_contains_filter, fields, for_download, is_dashboard, new_line, override_timezone_key, period_length_filter, quote, report_customized_id, report_description, report_id, report_invocation_type, report_name, sent_by_filter, sent_by_ids, separator, sort_direction, sort_field, start_position].hash
348
+ [authentication_success_filter, custom_field_filter, date_range_custom_from_date, date_range_custom_to_date, date_range_filter, envelope_date_type_filter, envelope_recipient_name_contains_filter, envelope_status_filter, envelope_subject_contains_filter, fields, for_download, is_dashboard, new_line, override_timezone_key, period_length_filter, quote, report_customized_id, report_description, report_id, report_invocation_type, report_name, sent_by_filter, sent_by_ids, separator, sort_direction, sort_field, start_position, verification_status_filter].hash
329
349
  end
330
350
 
331
351
  # Builds the object from hash
@@ -13,6 +13,9 @@ require 'date'
13
13
 
14
14
  module DocuSign_eSign
15
15
  class ReportInProductGet
16
+ #
17
+ attr_accessor :authentication_success_filter
18
+
16
19
  #
17
20
  attr_accessor :custom_field_filter
18
21
 
@@ -99,9 +102,13 @@ module DocuSign_eSign
99
102
  #
100
103
  attr_accessor :sort_field_name
101
104
 
105
+ #
106
+ attr_accessor :verification_status_filter
107
+
102
108
  # Attribute mapping from ruby-style variable name to JSON key.
103
109
  def self.attribute_map
104
110
  {
111
+ :'authentication_success_filter' => :'authenticationSuccessFilter',
105
112
  :'custom_field_filter' => :'customFieldFilter',
106
113
  :'date_range_custom_from_date' => :'dateRangeCustomFromDate',
107
114
  :'date_range_custom_to_date' => :'dateRangeCustomToDate',
@@ -130,13 +137,15 @@ module DocuSign_eSign
130
137
  :'sent_by_filter' => :'sentByFilter',
131
138
  :'sent_by_ids' => :'sentByIds',
132
139
  :'sort_field_direction' => :'sortFieldDirection',
133
- :'sort_field_name' => :'sortFieldName'
140
+ :'sort_field_name' => :'sortFieldName',
141
+ :'verification_status_filter' => :'verificationStatusFilter'
134
142
  }
135
143
  end
136
144
 
137
145
  # Attribute type mapping.
138
146
  def self.swagger_types
139
147
  {
148
+ :'authentication_success_filter' => :'String',
140
149
  :'custom_field_filter' => :'String',
141
150
  :'date_range_custom_from_date' => :'String',
142
151
  :'date_range_custom_to_date' => :'String',
@@ -165,7 +174,8 @@ module DocuSign_eSign
165
174
  :'sent_by_filter' => :'String',
166
175
  :'sent_by_ids' => :'String',
167
176
  :'sort_field_direction' => :'String',
168
- :'sort_field_name' => :'String'
177
+ :'sort_field_name' => :'String',
178
+ :'verification_status_filter' => :'String'
169
179
  }
170
180
  end
171
181
 
@@ -177,6 +187,10 @@ module DocuSign_eSign
177
187
  # convert string to symbol for hash key
178
188
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
179
189
 
190
+ if attributes.has_key?(:'authenticationSuccessFilter')
191
+ self.authentication_success_filter = attributes[:'authenticationSuccessFilter']
192
+ end
193
+
180
194
  if attributes.has_key?(:'customFieldFilter')
181
195
  self.custom_field_filter = attributes[:'customFieldFilter']
182
196
  end
@@ -294,6 +308,10 @@ module DocuSign_eSign
294
308
  if attributes.has_key?(:'sortFieldName')
295
309
  self.sort_field_name = attributes[:'sortFieldName']
296
310
  end
311
+
312
+ if attributes.has_key?(:'verificationStatusFilter')
313
+ self.verification_status_filter = attributes[:'verificationStatusFilter']
314
+ end
297
315
  end
298
316
 
299
317
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -314,6 +332,7 @@ module DocuSign_eSign
314
332
  def ==(o)
315
333
  return true if self.equal?(o)
316
334
  self.class == o.class &&
335
+ authentication_success_filter == o.authentication_success_filter &&
317
336
  custom_field_filter == o.custom_field_filter &&
318
337
  date_range_custom_from_date == o.date_range_custom_from_date &&
319
338
  date_range_custom_to_date == o.date_range_custom_to_date &&
@@ -342,7 +361,8 @@ module DocuSign_eSign
342
361
  sent_by_filter == o.sent_by_filter &&
343
362
  sent_by_ids == o.sent_by_ids &&
344
363
  sort_field_direction == o.sort_field_direction &&
345
- sort_field_name == o.sort_field_name
364
+ sort_field_name == o.sort_field_name &&
365
+ verification_status_filter == o.verification_status_filter
346
366
  end
347
367
 
348
368
  # @see the `==` method
@@ -354,7 +374,7 @@ module DocuSign_eSign
354
374
  # Calculates hash code according to all attributes.
355
375
  # @return [Fixnum] Hash code
356
376
  def hash
357
- [custom_field_filter, date_range_custom_from_date, date_range_custom_to_date, date_range_filter, display_order, envelope_date_type_filter, envelope_recipient_name_contains_filter, envelope_status_filter, envelope_subject_contains_filter, fields, last_scheduled_execution_date, last_scheduled_execution_success_date, max_download_rows, max_grid_rows, max_scheduled_rows, period_length_filter, report_customized_id, report_description, report_id, report_name, report_type, run_uri, save_uri, schedule_id, sent_by_details, sent_by_filter, sent_by_ids, sort_field_direction, sort_field_name].hash
377
+ [authentication_success_filter, custom_field_filter, date_range_custom_from_date, date_range_custom_to_date, date_range_filter, display_order, envelope_date_type_filter, envelope_recipient_name_contains_filter, envelope_status_filter, envelope_subject_contains_filter, fields, last_scheduled_execution_date, last_scheduled_execution_success_date, max_download_rows, max_grid_rows, max_scheduled_rows, period_length_filter, report_customized_id, report_description, report_id, report_name, report_type, run_uri, save_uri, schedule_id, sent_by_details, sent_by_filter, sent_by_ids, sort_field_direction, sort_field_name, verification_status_filter].hash
358
378
  end
359
379
 
360
380
  # Builds the object from hash
@@ -13,6 +13,9 @@ require 'date'
13
13
 
14
14
  module DocuSign_eSign
15
15
  class ReportInProductRunRequest
16
+ #
17
+ attr_accessor :authentication_success_filter
18
+
16
19
  #
17
20
  attr_accessor :custom_field_filter
18
21
 
@@ -79,9 +82,13 @@ module DocuSign_eSign
79
82
  # Starting position of the current result set.
80
83
  attr_accessor :start_position
81
84
 
85
+ #
86
+ attr_accessor :verification_status_filter
87
+
82
88
  # Attribute mapping from ruby-style variable name to JSON key.
83
89
  def self.attribute_map
84
90
  {
91
+ :'authentication_success_filter' => :'authenticationSuccessFilter',
85
92
  :'custom_field_filter' => :'customFieldFilter',
86
93
  :'date_range_custom_from_date' => :'dateRangeCustomFromDate',
87
94
  :'date_range_custom_to_date' => :'dateRangeCustomToDate',
@@ -103,13 +110,15 @@ module DocuSign_eSign
103
110
  :'sent_by_ids' => :'sentByIds',
104
111
  :'sort_direction' => :'sortDirection',
105
112
  :'sort_field' => :'sortField',
106
- :'start_position' => :'startPosition'
113
+ :'start_position' => :'startPosition',
114
+ :'verification_status_filter' => :'verificationStatusFilter'
107
115
  }
108
116
  end
109
117
 
110
118
  # Attribute type mapping.
111
119
  def self.swagger_types
112
120
  {
121
+ :'authentication_success_filter' => :'String',
113
122
  :'custom_field_filter' => :'String',
114
123
  :'date_range_custom_from_date' => :'String',
115
124
  :'date_range_custom_to_date' => :'String',
@@ -131,7 +140,8 @@ module DocuSign_eSign
131
140
  :'sent_by_ids' => :'String',
132
141
  :'sort_direction' => :'String',
133
142
  :'sort_field' => :'String',
134
- :'start_position' => :'String'
143
+ :'start_position' => :'String',
144
+ :'verification_status_filter' => :'String'
135
145
  }
136
146
  end
137
147
 
@@ -143,6 +153,10 @@ module DocuSign_eSign
143
153
  # convert string to symbol for hash key
144
154
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
145
155
 
156
+ if attributes.has_key?(:'authenticationSuccessFilter')
157
+ self.authentication_success_filter = attributes[:'authenticationSuccessFilter']
158
+ end
159
+
146
160
  if attributes.has_key?(:'customFieldFilter')
147
161
  self.custom_field_filter = attributes[:'customFieldFilter']
148
162
  end
@@ -232,6 +246,10 @@ module DocuSign_eSign
232
246
  if attributes.has_key?(:'startPosition')
233
247
  self.start_position = attributes[:'startPosition']
234
248
  end
249
+
250
+ if attributes.has_key?(:'verificationStatusFilter')
251
+ self.verification_status_filter = attributes[:'verificationStatusFilter']
252
+ end
235
253
  end
236
254
 
237
255
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -252,6 +270,7 @@ module DocuSign_eSign
252
270
  def ==(o)
253
271
  return true if self.equal?(o)
254
272
  self.class == o.class &&
273
+ authentication_success_filter == o.authentication_success_filter &&
255
274
  custom_field_filter == o.custom_field_filter &&
256
275
  date_range_custom_from_date == o.date_range_custom_from_date &&
257
276
  date_range_custom_to_date == o.date_range_custom_to_date &&
@@ -273,7 +292,8 @@ module DocuSign_eSign
273
292
  sent_by_ids == o.sent_by_ids &&
274
293
  sort_direction == o.sort_direction &&
275
294
  sort_field == o.sort_field &&
276
- start_position == o.start_position
295
+ start_position == o.start_position &&
296
+ verification_status_filter == o.verification_status_filter
277
297
  end
278
298
 
279
299
  # @see the `==` method
@@ -285,7 +305,7 @@ module DocuSign_eSign
285
305
  # Calculates hash code according to all attributes.
286
306
  # @return [Fixnum] Hash code
287
307
  def hash
288
- [custom_field_filter, date_range_custom_from_date, date_range_custom_to_date, date_range_filter, envelope_date_type_filter, envelope_recipient_name_contains_filter, envelope_status_filter, envelope_subject_contains_filter, fields, for_download, is_dashboard, period_length_filter, report_customized_id, report_description, report_id, report_invocation_type, report_name, sent_by_filter, sent_by_ids, sort_direction, sort_field, start_position].hash
308
+ [authentication_success_filter, custom_field_filter, date_range_custom_from_date, date_range_custom_to_date, date_range_filter, envelope_date_type_filter, envelope_recipient_name_contains_filter, envelope_status_filter, envelope_subject_contains_filter, fields, for_download, is_dashboard, period_length_filter, report_customized_id, report_description, report_id, report_invocation_type, report_name, sent_by_filter, sent_by_ids, sort_direction, sort_field, start_position, verification_status_filter].hash
289
309
  end
290
310
 
291
311
  # Builds the object from hash