docusign_esign 3.9.0.rc1 → 3.11.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +28 -0
  3. data/Gemfile.lock +23 -22
  4. data/docusign_esign-2.11.0.rc1.gem +0 -0
  5. data/lib/docusign_esign.rb +5 -26
  6. data/lib/docusign_esign/api/accounts_api.rb +0 -101
  7. data/lib/docusign_esign/api/bulk_envelopes_api.rb +93 -0
  8. data/lib/docusign_esign/api/connect_api.rb +0 -196
  9. data/lib/docusign_esign/api/envelopes_api.rb +209 -1765
  10. data/lib/docusign_esign/api/trust_service_providers_api.rb +0 -232
  11. data/lib/docusign_esign/api/users_api.rb +45 -61
  12. data/lib/docusign_esign/models/account_billing_plan.rb +21 -1
  13. data/lib/docusign_esign/models/account_settings_information.rb +58 -1
  14. data/lib/docusign_esign/models/account_ui_settings.rb +1 -11
  15. data/lib/docusign_esign/models/agent.rb +29 -1
  16. data/lib/docusign_esign/models/approve.rb +11 -1
  17. data/lib/docusign_esign/models/bulk_send_batch_status.rb +11 -1
  18. data/lib/docusign_esign/models/carbon_copy.rb +29 -1
  19. data/lib/docusign_esign/models/certified_delivery.rb +29 -1
  20. data/lib/docusign_esign/models/checkbox.rb +11 -1
  21. data/lib/docusign_esign/models/comment_thread.rb +11 -1
  22. data/lib/docusign_esign/models/commission_county.rb +11 -1
  23. data/lib/docusign_esign/models/commission_expiration.rb +11 -1
  24. data/lib/docusign_esign/models/commission_number.rb +11 -1
  25. data/lib/docusign_esign/models/commission_state.rb +11 -1
  26. data/lib/docusign_esign/models/company.rb +11 -1
  27. data/lib/docusign_esign/models/conditional_recipient_rule_filter.rb +11 -1
  28. data/lib/docusign_esign/models/currency.rb +11 -1
  29. data/lib/docusign_esign/models/date.rb +11 -1
  30. data/lib/docusign_esign/models/date_signed.rb +11 -1
  31. data/lib/docusign_esign/models/decline.rb +11 -1
  32. data/lib/docusign_esign/models/draw.rb +11 -1
  33. data/lib/docusign_esign/models/editor.rb +29 -1
  34. data/lib/docusign_esign/models/email.rb +11 -1
  35. data/lib/docusign_esign/models/email_address.rb +11 -1
  36. data/lib/docusign_esign/models/envelope.rb +11 -1
  37. data/lib/docusign_esign/models/envelope_definition.rb +20 -1
  38. data/lib/docusign_esign/models/envelope_document.rb +11 -1
  39. data/lib/docusign_esign/models/envelope_form_data.rb +2 -5
  40. data/lib/docusign_esign/models/envelope_form_data_prefill_form_data.rb +186 -0
  41. data/lib/docusign_esign/models/envelope_id.rb +11 -1
  42. data/lib/docusign_esign/models/envelope_summary.rb +21 -1
  43. data/lib/docusign_esign/models/envelope_template.rb +11 -1
  44. data/lib/docusign_esign/models/external_file.rb +21 -1
  45. data/lib/docusign_esign/models/first_name.rb +11 -1
  46. data/lib/docusign_esign/models/form_data_item.rb +11 -1
  47. data/lib/docusign_esign/models/formula_tab.rb +11 -1
  48. data/lib/docusign_esign/models/full_name.rb +11 -1
  49. data/lib/docusign_esign/models/in_person_signer.rb +11 -1
  50. data/lib/docusign_esign/models/initial_here.rb +21 -1
  51. data/lib/docusign_esign/models/intermediary.rb +29 -1
  52. data/lib/docusign_esign/models/last_name.rb +11 -1
  53. data/lib/docusign_esign/models/list.rb +11 -1
  54. data/lib/docusign_esign/models/notarize.rb +11 -1
  55. data/lib/docusign_esign/models/notary_host.rb +11 -1
  56. data/lib/docusign_esign/models/notary_recipient.rb +29 -1
  57. data/lib/docusign_esign/models/notary_seal.rb +11 -1
  58. data/lib/docusign_esign/models/note.rb +11 -1
  59. data/lib/docusign_esign/models/number.rb +11 -1
  60. data/lib/docusign_esign/models/payment_method_with_options.rb +13 -1
  61. data/lib/docusign_esign/models/phone_number.rb +11 -1
  62. data/lib/docusign_esign/models/poly_line_overlay.rb +11 -1
  63. data/lib/docusign_esign/models/prefill_form_data.rb +216 -0
  64. data/lib/docusign_esign/models/prefill_tabs.rb +25 -1
  65. data/lib/docusign_esign/models/recipient_preview_request.rb +10 -1
  66. data/lib/docusign_esign/models/recipient_token_client_ur_ls.rb +174 -0
  67. data/lib/docusign_esign/models/recipient_view_request.rb +10 -1
  68. data/lib/docusign_esign/models/report_in_product_csv_run_request.rb +24 -4
  69. data/lib/docusign_esign/models/report_in_product_get.rb +24 -4
  70. data/lib/docusign_esign/models/report_in_product_run_request.rb +24 -4
  71. data/lib/docusign_esign/models/report_in_product_run_response_row_fields.rb +161 -1
  72. data/lib/docusign_esign/models/seal_sign.rb +11 -1
  73. data/lib/docusign_esign/models/sender_company.rb +1011 -0
  74. data/lib/docusign_esign/models/sender_name.rb +1011 -0
  75. data/lib/docusign_esign/models/sign_here.rb +21 -1
  76. data/lib/docusign_esign/models/signer.rb +29 -1
  77. data/lib/docusign_esign/models/signer_attachment.rb +21 -1
  78. data/lib/docusign_esign/models/smart_section.rb +11 -1
  79. data/lib/docusign_esign/models/ssn.rb +11 -1
  80. data/lib/docusign_esign/models/tab_group.rb +11 -1
  81. data/lib/docusign_esign/models/tabs.rb +1 -1
  82. data/lib/docusign_esign/models/template_tabs.rb +1 -1
  83. data/lib/docusign_esign/models/text.rb +11 -1
  84. data/lib/docusign_esign/models/title.rb +11 -1
  85. data/lib/docusign_esign/models/view.rb +11 -1
  86. data/lib/docusign_esign/models/witness.rb +29 -1
  87. data/lib/docusign_esign/models/zip.rb +11 -1
  88. data/lib/docusign_esign/version.rb +1 -1
  89. data/tests/Gemfile.lock +6 -6
  90. data/tests/spec/unit_tests_using_jwt_spec.rb +58 -0
  91. metadata +8 -2
@@ -19,6 +19,12 @@ module DocuSign_eSign
19
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
20
  attr_accessor :radio_group_tabs
21
21
 
22
+ #
23
+ attr_accessor :sender_company_tabs
24
+
25
+ #
26
+ attr_accessor :sender_name_tabs
27
+
22
28
  #
23
29
  attr_accessor :tab_groups
24
30
 
@@ -30,6 +36,8 @@ module DocuSign_eSign
30
36
  {
31
37
  :'checkbox_tabs' => :'checkboxTabs',
32
38
  :'radio_group_tabs' => :'radioGroupTabs',
39
+ :'sender_company_tabs' => :'senderCompanyTabs',
40
+ :'sender_name_tabs' => :'senderNameTabs',
33
41
  :'tab_groups' => :'tabGroups',
34
42
  :'text_tabs' => :'textTabs'
35
43
  }
@@ -40,6 +48,8 @@ module DocuSign_eSign
40
48
  {
41
49
  :'checkbox_tabs' => :'Array<Checkbox>',
42
50
  :'radio_group_tabs' => :'Array<RadioGroup>',
51
+ :'sender_company_tabs' => :'Array<SenderCompany>',
52
+ :'sender_name_tabs' => :'Array<SenderName>',
43
53
  :'tab_groups' => :'Array<TabGroup>',
44
54
  :'text_tabs' => :'Array<Text>'
45
55
  }
@@ -65,6 +75,18 @@ module DocuSign_eSign
65
75
  end
66
76
  end
67
77
 
78
+ if attributes.has_key?(:'senderCompanyTabs')
79
+ if (value = attributes[:'senderCompanyTabs']).is_a?(Array)
80
+ self.sender_company_tabs = value
81
+ end
82
+ end
83
+
84
+ if attributes.has_key?(:'senderNameTabs')
85
+ if (value = attributes[:'senderNameTabs']).is_a?(Array)
86
+ self.sender_name_tabs = value
87
+ end
88
+ end
89
+
68
90
  if attributes.has_key?(:'tabGroups')
69
91
  if (value = attributes[:'tabGroups']).is_a?(Array)
70
92
  self.tab_groups = value
@@ -98,6 +120,8 @@ module DocuSign_eSign
98
120
  self.class == o.class &&
99
121
  checkbox_tabs == o.checkbox_tabs &&
100
122
  radio_group_tabs == o.radio_group_tabs &&
123
+ sender_company_tabs == o.sender_company_tabs &&
124
+ sender_name_tabs == o.sender_name_tabs &&
101
125
  tab_groups == o.tab_groups &&
102
126
  text_tabs == o.text_tabs
103
127
  end
@@ -111,7 +135,7 @@ module DocuSign_eSign
111
135
  # Calculates hash code according to all attributes.
112
136
  # @return [Fixnum] Hash code
113
137
  def hash
114
- [checkbox_tabs, radio_group_tabs, tab_groups, text_tabs].hash
138
+ [checkbox_tabs, radio_group_tabs, sender_company_tabs, sender_name_tabs, tab_groups, text_tabs].hash
115
139
  end
116
140
 
117
141
  # Builds the object from hash
@@ -22,6 +22,8 @@ module DocuSign_eSign
22
22
  #
23
23
  attr_accessor :authentication_method
24
24
 
25
+ attr_accessor :client_ur_ls
26
+
25
27
  #
26
28
  attr_accessor :ping_frequency
27
29
 
@@ -49,6 +51,7 @@ module DocuSign_eSign
49
51
  :'assertion_id' => :'assertionId',
50
52
  :'authentication_instant' => :'authenticationInstant',
51
53
  :'authentication_method' => :'authenticationMethod',
54
+ :'client_ur_ls' => :'clientURLs',
52
55
  :'ping_frequency' => :'pingFrequency',
53
56
  :'ping_url' => :'pingUrl',
54
57
  :'recipient_id' => :'recipientId',
@@ -65,6 +68,7 @@ module DocuSign_eSign
65
68
  :'assertion_id' => :'String',
66
69
  :'authentication_instant' => :'String',
67
70
  :'authentication_method' => :'String',
71
+ :'client_ur_ls' => :'RecipientTokenClientURLs',
68
72
  :'ping_frequency' => :'String',
69
73
  :'ping_url' => :'String',
70
74
  :'recipient_id' => :'String',
@@ -95,6 +99,10 @@ module DocuSign_eSign
95
99
  self.authentication_method = attributes[:'authenticationMethod']
96
100
  end
97
101
 
102
+ if attributes.has_key?(:'clientURLs')
103
+ self.client_ur_ls = attributes[:'clientURLs']
104
+ end
105
+
98
106
  if attributes.has_key?(:'pingFrequency')
99
107
  self.ping_frequency = attributes[:'pingFrequency']
100
108
  end
@@ -145,6 +153,7 @@ module DocuSign_eSign
145
153
  assertion_id == o.assertion_id &&
146
154
  authentication_instant == o.authentication_instant &&
147
155
  authentication_method == o.authentication_method &&
156
+ client_ur_ls == o.client_ur_ls &&
148
157
  ping_frequency == o.ping_frequency &&
149
158
  ping_url == o.ping_url &&
150
159
  recipient_id == o.recipient_id &&
@@ -163,7 +172,7 @@ module DocuSign_eSign
163
172
  # Calculates hash code according to all attributes.
164
173
  # @return [Fixnum] Hash code
165
174
  def hash
166
- [assertion_id, authentication_instant, authentication_method, ping_frequency, ping_url, recipient_id, return_url, security_domain, x_frame_options, x_frame_options_allow_from_url].hash
175
+ [assertion_id, authentication_instant, authentication_method, client_ur_ls, ping_frequency, ping_url, recipient_id, return_url, security_domain, x_frame_options, x_frame_options_allow_from_url].hash
167
176
  end
168
177
 
169
178
  # Builds the object from hash
@@ -0,0 +1,174 @@
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 RecipientTokenClientURLs
16
+ # Attribute mapping from ruby-style variable name to JSON key.
17
+ def self.attribute_map
18
+ {
19
+ }
20
+ end
21
+
22
+ # Attribute type mapping.
23
+ def self.swagger_types
24
+ {
25
+ }
26
+ end
27
+
28
+ # Initializes the object
29
+ # @param [Hash] attributes Model attributes in the form of hash
30
+ def initialize(attributes = {})
31
+ return unless attributes.is_a?(Hash)
32
+
33
+ # convert string to symbol for hash key
34
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
35
+ end
36
+
37
+ # Show invalid properties with the reasons. Usually used together with valid?
38
+ # @return Array for valid properties with the reasons
39
+ def list_invalid_properties
40
+ invalid_properties = Array.new
41
+ invalid_properties
42
+ end
43
+
44
+ # Check to see if the all the properties in the model are valid
45
+ # @return true if the model is valid
46
+ def valid?
47
+ true
48
+ end
49
+
50
+ # Checks equality by comparing each attribute.
51
+ # @param [Object] Object to be compared
52
+ def ==(o)
53
+ return true if self.equal?(o)
54
+ self.class == o.class
55
+ end
56
+
57
+ # @see the `==` method
58
+ # @param [Object] Object to be compared
59
+ def eql?(o)
60
+ self == o
61
+ end
62
+
63
+ # Calculates hash code according to all attributes.
64
+ # @return [Fixnum] Hash code
65
+ def hash
66
+ [].hash
67
+ end
68
+
69
+ # Builds the object from hash
70
+ # @param [Hash] attributes Model attributes in the form of hash
71
+ # @return [Object] Returns the model itself
72
+ def build_from_hash(attributes)
73
+ return nil unless attributes.is_a?(Hash)
74
+ self.class.swagger_types.each_pair do |key, type|
75
+ if type =~ /\AArray<(.*)>/i
76
+ # check to ensure the input is an array given that the attribute
77
+ # is documented as an array but the input is not
78
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
79
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
80
+ end
81
+ elsif !attributes[self.class.attribute_map[key]].nil?
82
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
83
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
84
+ end
85
+
86
+ self
87
+ end
88
+
89
+ # Deserializes the data based on type
90
+ # @param string type Data type
91
+ # @param string value Value to be deserialized
92
+ # @return [Object] Deserialized data
93
+ def _deserialize(type, value)
94
+ case type.to_sym
95
+ when :DateTime
96
+ DateTime.parse(value)
97
+ when :Date
98
+ Date.parse(value)
99
+ when :String
100
+ value.to_s
101
+ when :Integer
102
+ value.to_i
103
+ when :Float
104
+ value.to_f
105
+ when :BOOLEAN
106
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
107
+ true
108
+ else
109
+ false
110
+ end
111
+ when :Object
112
+ # generic object (usually a Hash), return directly
113
+ value
114
+ when /\AArray<(?<inner_type>.+)>\z/
115
+ inner_type = Regexp.last_match[:inner_type]
116
+ value.map { |v| _deserialize(inner_type, v) }
117
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
118
+ k_type = Regexp.last_match[:k_type]
119
+ v_type = Regexp.last_match[:v_type]
120
+ {}.tap do |hash|
121
+ value.each do |k, v|
122
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
123
+ end
124
+ end
125
+ else # model
126
+ temp_model = DocuSign_eSign.const_get(type).new
127
+ temp_model.build_from_hash(value)
128
+ end
129
+ end
130
+
131
+ # Returns the string representation of the object
132
+ # @return [String] String presentation of the object
133
+ def to_s
134
+ to_hash.to_s
135
+ end
136
+
137
+ # to_body is an alias to to_hash (backward compatibility)
138
+ # @return [Hash] Returns the object in the form of hash
139
+ def to_body
140
+ to_hash
141
+ end
142
+
143
+ # Returns the object in the form of hash
144
+ # @return [Hash] Returns the object in the form of hash
145
+ def to_hash
146
+ hash = {}
147
+ self.class.attribute_map.each_pair do |attr, param|
148
+ value = self.send(attr)
149
+ next if value.nil?
150
+ hash[param] = _to_hash(value)
151
+ end
152
+ hash
153
+ end
154
+
155
+ # Outputs non-array value in the form of hash
156
+ # For object, use to_hash. Otherwise, just return the value
157
+ # @param [Object] value Any valid value
158
+ # @return [Hash] Returns the value in the form of hash
159
+ def _to_hash(value)
160
+ if value.is_a?(Array)
161
+ value.compact.map { |v| _to_hash(v) }
162
+ elsif value.is_a?(Hash)
163
+ {}.tap do |hash|
164
+ value.each { |k, v| hash[k] = _to_hash(v) }
165
+ end
166
+ elsif value.respond_to? :to_hash
167
+ value.to_hash
168
+ else
169
+ value
170
+ end
171
+ end
172
+
173
+ end
174
+ end
@@ -22,6 +22,8 @@ module DocuSign_eSign
22
22
  # A sender created value that indicates the convention used to authenticate the signer. This information is included in the Certificate of Completion.
23
23
  attr_accessor :authentication_method
24
24
 
25
+ attr_accessor :client_ur_ls
26
+
25
27
  # A sender created value that shows the recipient is embedded (captive). Maximum length: 100 characters.
26
28
  attr_accessor :client_user_id
27
29
 
@@ -67,6 +69,7 @@ module DocuSign_eSign
67
69
  :'assertion_id' => :'assertionId',
68
70
  :'authentication_instant' => :'authenticationInstant',
69
71
  :'authentication_method' => :'authenticationMethod',
72
+ :'client_ur_ls' => :'clientURLs',
70
73
  :'client_user_id' => :'clientUserId',
71
74
  :'email' => :'email',
72
75
  :'frame_ancestors' => :'frameAncestors',
@@ -89,6 +92,7 @@ module DocuSign_eSign
89
92
  :'assertion_id' => :'String',
90
93
  :'authentication_instant' => :'String',
91
94
  :'authentication_method' => :'String',
95
+ :'client_ur_ls' => :'RecipientTokenClientURLs',
92
96
  :'client_user_id' => :'String',
93
97
  :'email' => :'String',
94
98
  :'frame_ancestors' => :'Array<String>',
@@ -125,6 +129,10 @@ module DocuSign_eSign
125
129
  self.authentication_method = attributes[:'authenticationMethod']
126
130
  end
127
131
 
132
+ if attributes.has_key?(:'clientURLs')
133
+ self.client_ur_ls = attributes[:'clientURLs']
134
+ end
135
+
128
136
  if attributes.has_key?(:'clientUserId')
129
137
  self.client_user_id = attributes[:'clientUserId']
130
138
  end
@@ -203,6 +211,7 @@ module DocuSign_eSign
203
211
  assertion_id == o.assertion_id &&
204
212
  authentication_instant == o.authentication_instant &&
205
213
  authentication_method == o.authentication_method &&
214
+ client_ur_ls == o.client_ur_ls &&
206
215
  client_user_id == o.client_user_id &&
207
216
  email == o.email &&
208
217
  frame_ancestors == o.frame_ancestors &&
@@ -227,7 +236,7 @@ module DocuSign_eSign
227
236
  # Calculates hash code according to all attributes.
228
237
  # @return [Fixnum] Hash code
229
238
  def hash
230
- [assertion_id, authentication_instant, authentication_method, client_user_id, email, frame_ancestors, message_origins, ping_frequency, ping_url, recipient_id, return_url, security_domain, user_id, user_name, x_frame_options, x_frame_options_allow_from_url].hash
239
+ [assertion_id, authentication_instant, authentication_method, client_ur_ls, client_user_id, email, frame_ancestors, message_origins, ping_frequency, ping_url, recipient_id, return_url, security_domain, user_id, user_name, x_frame_options, x_frame_options_allow_from_url].hash
231
240
  end
232
241
 
233
242
  # Builds the object from hash
@@ -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