docusign_rooms 1.1.0 → 1.2.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. data/CHANGELOG.md +6 -0
  2. data/docusign_rooms.gemspec +1 -0
  3. data/lib/docusign_rooms/api/accounts_api.rb +6 -4
  4. data/lib/docusign_rooms/api/activity_types_api.rb +4 -2
  5. data/lib/docusign_rooms/api/closing_statuses_api.rb +4 -2
  6. data/lib/docusign_rooms/api/contact_sides_api.rb +4 -2
  7. data/lib/docusign_rooms/api/countries_api.rb +4 -2
  8. data/lib/docusign_rooms/api/currencies_api.rb +4 -2
  9. data/lib/docusign_rooms/api/documents_api.rb +23 -19
  10. data/lib/docusign_rooms/api/e_sign_permission_profiles_api.rb +6 -4
  11. data/lib/docusign_rooms/api/external_form_fill_sessions_api.rb +4 -4
  12. data/lib/docusign_rooms/api/fields_api.rb +9 -7
  13. data/lib/docusign_rooms/api/financing_types_api.rb +4 -2
  14. data/lib/docusign_rooms/api/form_details_api.rb +6 -4
  15. data/lib/docusign_rooms/api/form_groups_api.rb +68 -56
  16. data/lib/docusign_rooms/api/form_libraries_api.rb +12 -8
  17. data/lib/docusign_rooms/api/offices_api.rb +32 -24
  18. data/lib/docusign_rooms/api/origins_of_leads_api.rb +4 -2
  19. data/lib/docusign_rooms/api/property_types_api.rb +4 -2
  20. data/lib/docusign_rooms/api/regions_api.rb +30 -22
  21. data/lib/docusign_rooms/api/roles_api.rb +44 -31
  22. data/lib/docusign_rooms/api/room_contact_types_api.rb +4 -2
  23. data/lib/docusign_rooms/api/room_folders_api.rb +6 -4
  24. data/lib/docusign_rooms/api/room_templates_api.rb +7 -5
  25. data/lib/docusign_rooms/api/rooms_api.rb +147 -113
  26. data/lib/docusign_rooms/api/seller_decision_types_api.rb +4 -2
  27. data/lib/docusign_rooms/api/special_circumstance_types_api.rb +4 -2
  28. data/lib/docusign_rooms/api/states_api.rb +4 -2
  29. data/lib/docusign_rooms/api/task_date_types_api.rb +4 -2
  30. data/lib/docusign_rooms/api/task_list_templates_api.rb +8 -6
  31. data/lib/docusign_rooms/api/task_lists_api.rb +20 -16
  32. data/lib/docusign_rooms/api/task_responsibility_types_api.rb +4 -2
  33. data/lib/docusign_rooms/api/task_statuses_api.rb +4 -2
  34. data/lib/docusign_rooms/api/time_zones_api.rb +4 -2
  35. data/lib/docusign_rooms/api/transaction_sides_api.rb +4 -2
  36. data/lib/docusign_rooms/api/users_api.rb +81 -71
  37. data/lib/docusign_rooms/client/api_client.rb +3 -2
  38. data/lib/docusign_rooms/configuration.rb +2 -1
  39. data/lib/docusign_rooms/models/document.rb +13 -4
  40. data/lib/docusign_rooms/models/permissions.rb +10 -10
  41. data/lib/docusign_rooms/models/roles_filter_context_types.rb +30 -0
  42. data/lib/docusign_rooms/models/room_document.rb +10 -1
  43. data/lib/docusign_rooms/version.rb +1 -1
  44. data/lib/docusign_rooms.rb +1 -0
  45. data/runLinter.sh +1 -0
  46. metadata +101 -60
  47. checksums.yaml +0 -7
  48. data/Gemfile.lock +0 -71
  49. data/lib/.DS_Store +0 -0
  50. data/lib/docusign_rooms/.DS_Store +0 -0
  51. data/lib/docusign_rooms/client/.DS_Store +0 -0
  52. data/tests/Gemfile.lock +0 -42
  53. data/tests/docs/private.pem +0 -27
data/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # DocuSign Rooms Ruby Client Changelog
2
2
  See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
3
3
 
4
+ ## [1.2.0.rc1] - Rooms API v2-1.0.9 - 2021-10-04
5
+ ### Changed
6
+ - Added support for version v2-1.0.9 of the DocuSign Rooms API.
7
+ - Updated the SDK release version.
8
+
9
+
4
10
  ## [v1.1.0.rc1] - Rooms API v2-1.0.8 - 2020-12-17
5
11
  ### Changed
6
12
  - Added support for version v2-1.0.8 of the DocuSign Rooms API.
@@ -29,6 +29,7 @@ Gem::Specification.new do |s|
29
29
  s.add_runtime_dependency 'jwt', '~> 2.2', '>= 2.2.1'
30
30
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
31
31
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
32
+ s.add_runtime_dependency 'addressable', '~> 2.7', '>= 2.7.0'
32
33
 
33
34
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
34
35
  s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.1'
@@ -22,8 +22,8 @@ module DocuSign_Rooms
22
22
  end
23
23
 
24
24
  # Get information about the account.
25
- #
26
- # @param account_id
25
+ # Returns details about a company account.
26
+ # @param account_id (Required) The globally unique identifier (GUID) for the account.
27
27
  # @return [AccountSummary]
28
28
  def get_account_information(account_id)
29
29
  data, _status_code, _headers = get_account_information_with_http_info(account_id)
@@ -31,8 +31,8 @@ module DocuSign_Rooms
31
31
  end
32
32
 
33
33
  # Get information about the account.
34
- #
35
- # @param account_id
34
+ # Returns details about a company account.
35
+ # @param account_id (Required) The globally unique identifier (GUID) for the account.
36
36
  # @return [Array<(AccountSummary, Fixnum, Hash)>] AccountSummary data, response status code and response headers
37
37
  def get_account_information_with_http_info(account_id)
38
38
  if @api_client.config.debugging
@@ -50,6 +50,8 @@ module DocuSign_Rooms
50
50
  header_params = {}
51
51
  # HTTP header 'Accept' (if needed)
52
52
  header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
53
+ # HTTP header 'Content-Type'
54
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
53
55
 
54
56
  # form parameters
55
57
  form_params = {}
@@ -22,7 +22,7 @@ module DocuSign_Rooms
22
22
  end
23
23
 
24
24
  # Retrieves the list of valid activity types.
25
- #
25
+ # Retrieves the list of valid activity types.
26
26
  # @return [GlobalActivityTypes]
27
27
  def get_activity_types()
28
28
  data, _status_code, _headers = get_activity_types_with_http_info()
@@ -30,7 +30,7 @@ module DocuSign_Rooms
30
30
  end
31
31
 
32
32
  # Retrieves the list of valid activity types.
33
- #
33
+ # Retrieves the list of valid activity types.
34
34
  # @return [Array<(GlobalActivityTypes, Fixnum, Hash)>] GlobalActivityTypes data, response status code and response headers
35
35
  def get_activity_types_with_http_info()
36
36
  if @api_client.config.debugging
@@ -46,6 +46,8 @@ module DocuSign_Rooms
46
46
  header_params = {}
47
47
  # HTTP header 'Accept' (if needed)
48
48
  header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
49
+ # HTTP header 'Content-Type'
50
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
49
51
 
50
52
  # form parameters
51
53
  form_params = {}
@@ -22,7 +22,7 @@ module DocuSign_Rooms
22
22
  end
23
23
 
24
24
  # Retrieves the list of valid closing statuses.
25
- #
25
+ # Returns a list of closing statuses, or valid reasons for closing a room.
26
26
  # @return [GlobalClosingStatuses]
27
27
  def get_closing_statuses()
28
28
  data, _status_code, _headers = get_closing_statuses_with_http_info()
@@ -30,7 +30,7 @@ module DocuSign_Rooms
30
30
  end
31
31
 
32
32
  # Retrieves the list of valid closing statuses.
33
- #
33
+ # Returns a list of closing statuses, or valid reasons for closing a room.
34
34
  # @return [Array<(GlobalClosingStatuses, Fixnum, Hash)>] GlobalClosingStatuses data, response status code and response headers
35
35
  def get_closing_statuses_with_http_info()
36
36
  if @api_client.config.debugging
@@ -46,6 +46,8 @@ module DocuSign_Rooms
46
46
  header_params = {}
47
47
  # HTTP header 'Accept' (if needed)
48
48
  header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
49
+ # HTTP header 'Content-Type'
50
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
49
51
 
50
52
  # form parameters
51
53
  form_params = {}
@@ -22,7 +22,7 @@ module DocuSign_Rooms
22
22
  end
23
23
 
24
24
  # Retrieves the list of valid contact sides.
25
- #
25
+ # Returns a list of valid contact sides.
26
26
  # @return [GlobalContactSides]
27
27
  def get_contact_sides()
28
28
  data, _status_code, _headers = get_contact_sides_with_http_info()
@@ -30,7 +30,7 @@ module DocuSign_Rooms
30
30
  end
31
31
 
32
32
  # Retrieves the list of valid contact sides.
33
- #
33
+ # Returns a list of valid contact sides.
34
34
  # @return [Array<(GlobalContactSides, Fixnum, Hash)>] GlobalContactSides data, response status code and response headers
35
35
  def get_contact_sides_with_http_info()
36
36
  if @api_client.config.debugging
@@ -46,6 +46,8 @@ module DocuSign_Rooms
46
46
  header_params = {}
47
47
  # HTTP header 'Accept' (if needed)
48
48
  header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
49
+ # HTTP header 'Content-Type'
50
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
49
51
 
50
52
  # form parameters
51
53
  form_params = {}
@@ -22,7 +22,7 @@ module DocuSign_Rooms
22
22
  end
23
23
 
24
24
  # Retrieves the list of valid countries.
25
- #
25
+ # Returns a list of countries that the API supports
26
26
  # @return [GlobalCountries]
27
27
  def get_countries()
28
28
  data, _status_code, _headers = get_countries_with_http_info()
@@ -30,7 +30,7 @@ module DocuSign_Rooms
30
30
  end
31
31
 
32
32
  # Retrieves the list of valid countries.
33
- #
33
+ # Returns a list of countries that the API supports
34
34
  # @return [Array<(GlobalCountries, Fixnum, Hash)>] GlobalCountries data, response status code and response headers
35
35
  def get_countries_with_http_info()
36
36
  if @api_client.config.debugging
@@ -46,6 +46,8 @@ module DocuSign_Rooms
46
46
  header_params = {}
47
47
  # HTTP header 'Accept' (if needed)
48
48
  header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
49
+ # HTTP header 'Content-Type'
50
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
49
51
 
50
52
  # form parameters
51
53
  form_params = {}
@@ -22,7 +22,7 @@ module DocuSign_Rooms
22
22
  end
23
23
 
24
24
  # Retrieves the list of valid currencies.
25
- #
25
+ # Returns a list of valid values for the currencies that you can use for listing, offer, and loan amounts.
26
26
  # @return [GlobalCurrencies]
27
27
  def get_currencies()
28
28
  data, _status_code, _headers = get_currencies_with_http_info()
@@ -30,7 +30,7 @@ module DocuSign_Rooms
30
30
  end
31
31
 
32
32
  # Retrieves the list of valid currencies.
33
- #
33
+ # Returns a list of valid values for the currencies that you can use for listing, offer, and loan amounts.
34
34
  # @return [Array<(GlobalCurrencies, Fixnum, Hash)>] GlobalCurrencies data, response status code and response headers
35
35
  def get_currencies_with_http_info()
36
36
  if @api_client.config.debugging
@@ -46,6 +46,8 @@ module DocuSign_Rooms
46
46
  header_params = {}
47
47
  # HTTP header 'Accept' (if needed)
48
48
  header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
49
+ # HTTP header 'Content-Type'
50
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
49
51
 
50
52
  # form parameters
51
53
  form_params = {}
@@ -14,7 +14,7 @@ require "uri"
14
14
  module DocuSign_Rooms
15
15
 
16
16
  class GetDocumentOptions
17
- #
17
+ # When set to **true**, includes the contents of the document in the `base64Contents` property of the response. The default value is **false**.
18
18
  attr_accessor :include_contents
19
19
 
20
20
  def self.default
@@ -31,9 +31,9 @@ module DocuSign_Rooms
31
31
  end
32
32
 
33
33
  # Grants access to a document for a user.
34
- #
35
- # @param document_id
36
- # @param account_id
34
+ # Grants a user access to a document. You specify the user's `userId` in the request body. The response is an object that specifies the access the user has.
35
+ # @param document_id The id of the document.
36
+ # @param account_id (Required) The globally unique identifier (GUID) for the account.
37
37
  # @param body (optional parameter)
38
38
  # @return [DocumentUser]
39
39
  def create_document_user(document_id, account_id, body)
@@ -42,9 +42,9 @@ module DocuSign_Rooms
42
42
  end
43
43
 
44
44
  # Grants access to a document for a user.
45
- #
46
- # @param document_id
47
- # @param account_id
45
+ # Grants a user access to a document. You specify the user&#39;s &#x60;userId&#x60; in the request body. The response is an object that specifies the access the user has.
46
+ # @param document_id The id of the document.
47
+ # @param account_id (Required) The globally unique identifier (GUID) for the account.
48
48
  # @param body (optional parameter)
49
49
  # @return [Array<(DocumentUser, Fixnum, Hash)>] DocumentUser data, response status code and response headers
50
50
  def create_document_user_with_http_info(document_id, account_id, body)
@@ -88,9 +88,9 @@ module DocuSign_Rooms
88
88
  end
89
89
 
90
90
  # Deletes a document.
91
- #
92
- # @param document_id
93
- # @param account_id
91
+ # Permanently deletes a document. To find the `documentId` of a document that you want to delete, use the Rooms::GetDocuments method.\\n\\nIf the document is deleted successfully, the HTTP response code is 204 (No Content), so the response body is empty.
92
+ # @param document_id The ID of the document.
93
+ # @param account_id (Required) The globally unique identifier (GUID) for the account.
94
94
  # @return [nil]
95
95
  def delete_document(document_id, account_id)
96
96
  delete_document_with_http_info(document_id, account_id)
@@ -98,9 +98,9 @@ module DocuSign_Rooms
98
98
  end
99
99
 
100
100
  # Deletes a document.
101
- #
102
- # @param document_id
103
- # @param account_id
101
+ # Permanently deletes a document. To find the &#x60;documentId&#x60; of a document that you want to delete, use the Rooms::GetDocuments method.\\n\\nIf the document is deleted successfully, the HTTP response code is 204 (No Content), so the response body is empty.
102
+ # @param document_id The ID of the document.
103
+ # @param account_id (Required) The globally unique identifier (GUID) for the account.
104
104
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
105
105
  def delete_document_with_http_info(document_id, account_id)
106
106
  if @api_client.config.debugging
@@ -120,6 +120,8 @@ module DocuSign_Rooms
120
120
  header_params = {}
121
121
  # HTTP header 'Accept' (if needed)
122
122
  header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
123
+ # HTTP header 'Content-Type'
124
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
123
125
 
124
126
  # form parameters
125
127
  form_params = {}
@@ -140,9 +142,9 @@ module DocuSign_Rooms
140
142
  end
141
143
 
142
144
  # Get information about the Document with the given DocumentId.
143
- #
144
- # @param document_id
145
- # @param account_id
145
+ # Returns information about a document in a room. You can optionally request the contents of the document, which is returned in base64-encoded format.\\n\\nTo find the `documentId` of the document that you want to retrieve, use the Rooms::GetDocuments method.
146
+ # @param document_id The id of the document.
147
+ # @param account_id (Required) The globally unique identifier (GUID) for the account.
146
148
  # @param DocuSign_Rooms::GetDocumentOptions Options for modifying the behavior of the function.
147
149
  # @return [Document]
148
150
  def get_document(document_id, account_id, options = DocuSign_Rooms::GetDocumentOptions.default)
@@ -151,9 +153,9 @@ module DocuSign_Rooms
151
153
  end
152
154
 
153
155
  # Get information about the Document with the given DocumentId.
154
- #
155
- # @param document_id
156
- # @param account_id
156
+ # Returns information about a document in a room. You can optionally request the contents of the document, which is returned in base64-encoded format.\\n\\nTo find the &#x60;documentId&#x60; of the document that you want to retrieve, use the Rooms::GetDocuments method.
157
+ # @param document_id The id of the document.
158
+ # @param account_id (Required) The globally unique identifier (GUID) for the account.
157
159
  # @param DocuSign_Rooms::GetDocumentOptions Options for modifying the behavior of the function.
158
160
  # @return [Array<(Document, Fixnum, Hash)>] Document data, response status code and response headers
159
161
  def get_document_with_http_info(document_id, account_id, options = DocuSign_Rooms::GetDocumentOptions.default)
@@ -175,6 +177,8 @@ module DocuSign_Rooms
175
177
  header_params = {}
176
178
  # HTTP header 'Accept' (if needed)
177
179
  header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
180
+ # HTTP header 'Content-Type'
181
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
178
182
 
179
183
  # form parameters
180
184
  form_params = {}
@@ -22,8 +22,8 @@ module DocuSign_Rooms
22
22
  end
23
23
 
24
24
  # Gets permission profiles from the associated eSign account.
25
- #
26
- # @param account_id
25
+ # When you create or invite a new member in Rooms, the system creates an eSignature account for the member at the same time. This method returns a list of the eSignature permission profiles that the current user may be able to assign to a new member. The current user may not assign a permission higher than their own permission.
26
+ # @param account_id (Required) The globally unique identifier (GUID) for the account.
27
27
  # @return [ESignPermissionProfileList]
28
28
  def get_e_sign_permission_profiles(account_id)
29
29
  data, _status_code, _headers = get_e_sign_permission_profiles_with_http_info(account_id)
@@ -31,8 +31,8 @@ module DocuSign_Rooms
31
31
  end
32
32
 
33
33
  # Gets permission profiles from the associated eSign account.
34
- #
35
- # @param account_id
34
+ # When you create or invite a new member in Rooms, the system creates an eSignature account for the member at the same time. This method returns a list of the eSignature permission profiles that the current user may be able to assign to a new member. The current user may not assign a permission higher than their own permission.
35
+ # @param account_id (Required) The globally unique identifier (GUID) for the account.
36
36
  # @return [Array<(ESignPermissionProfileList, Fixnum, Hash)>] ESignPermissionProfileList data, response status code and response headers
37
37
  def get_e_sign_permission_profiles_with_http_info(account_id)
38
38
  if @api_client.config.debugging
@@ -50,6 +50,8 @@ module DocuSign_Rooms
50
50
  header_params = {}
51
51
  # HTTP header 'Accept' (if needed)
52
52
  header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
53
+ # HTTP header 'Content-Type'
54
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
53
55
 
54
56
  # form parameters
55
57
  form_params = {}
@@ -22,8 +22,8 @@ module DocuSign_Rooms
22
22
  end
23
23
 
24
24
  # Creates an external form fill session.
25
- #
26
- # @param account_id
25
+ # Returns a URL for a new external form fill session, based on the `roomId` and `formId` that you specify in the `formFillSessionForCreate` request body.
26
+ # @param account_id (Required) The globally unique identifier (GUID) for the account.
27
27
  # @param body (optional parameter)
28
28
  # @return [ExternalFormFillSession]
29
29
  def create_external_form_fill_session(account_id, body)
@@ -32,8 +32,8 @@ module DocuSign_Rooms
32
32
  end
33
33
 
34
34
  # Creates an external form fill session.
35
- #
36
- # @param account_id
35
+ # Returns a URL for a new external form fill session, based on the &#x60;roomId&#x60; and &#x60;formId&#x60; that you specify in the &#x60;formFillSessionForCreate&#x60; request body.
36
+ # @param account_id (Required) The globally unique identifier (GUID) for the account.
37
37
  # @param body (optional parameter)
38
38
  # @return [Array<(ExternalFormFillSession, Fixnum, Hash)>] ExternalFormFillSession data, response status code and response headers
39
39
  def create_external_form_fill_session_with_http_info(account_id, body)
@@ -14,7 +14,7 @@ require "uri"
14
14
  module DocuSign_Rooms
15
15
 
16
16
  class GetFieldSetOptions
17
- #
17
+ # A comma-separated list that limits the fields to return:\\n\\n- `IsRequiredOnCreate`: include fields that are required in room creation.\\n- `IsRequiredOnSubmit`: include fields that are required when submitting a room for review.\\n
18
18
  attr_accessor :fields_custom_data_filters
19
19
 
20
20
  def self.default
@@ -31,9 +31,9 @@ module DocuSign_Rooms
31
31
  end
32
32
 
33
33
  # Get details of a specific field set.
34
- #
35
- # @param field_set_id
36
- # @param account_id
34
+ # Get details of a specific field set.
35
+ # @param field_set_id The id of the field set.
36
+ # @param account_id (Required) The globally unique identifier (GUID) for the account.
37
37
  # @param DocuSign_Rooms::GetFieldSetOptions Options for modifying the behavior of the function.
38
38
  # @return [FieldSet]
39
39
  def get_field_set(field_set_id, account_id, options = DocuSign_Rooms::GetFieldSetOptions.default)
@@ -42,9 +42,9 @@ module DocuSign_Rooms
42
42
  end
43
43
 
44
44
  # Get details of a specific field set.
45
- #
46
- # @param field_set_id
47
- # @param account_id
45
+ # Get details of a specific field set.
46
+ # @param field_set_id The id of the field set.
47
+ # @param account_id (Required) The globally unique identifier (GUID) for the account.
48
48
  # @param DocuSign_Rooms::GetFieldSetOptions Options for modifying the behavior of the function.
49
49
  # @return [Array<(FieldSet, Fixnum, Hash)>] FieldSet data, response status code and response headers
50
50
  def get_field_set_with_http_info(field_set_id, account_id, options = DocuSign_Rooms::GetFieldSetOptions.default)
@@ -69,6 +69,8 @@ module DocuSign_Rooms
69
69
  header_params = {}
70
70
  # HTTP header 'Accept' (if needed)
71
71
  header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
72
+ # HTTP header 'Content-Type'
73
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
72
74
 
73
75
  # form parameters
74
76
  form_params = {}
@@ -22,7 +22,7 @@ module DocuSign_Rooms
22
22
  end
23
23
 
24
24
  # Retrieves the list of valid financing types.
25
- #
25
+ # Returns a list of possible financing types
26
26
  # @return [GlobalFinancingTypes]
27
27
  def get_financing_types()
28
28
  data, _status_code, _headers = get_financing_types_with_http_info()
@@ -30,7 +30,7 @@ module DocuSign_Rooms
30
30
  end
31
31
 
32
32
  # Retrieves the list of valid financing types.
33
- #
33
+ # Returns a list of possible financing types
34
34
  # @return [Array<(GlobalFinancingTypes, Fixnum, Hash)>] GlobalFinancingTypes data, response status code and response headers
35
35
  def get_financing_types_with_http_info()
36
36
  if @api_client.config.debugging
@@ -46,6 +46,8 @@ module DocuSign_Rooms
46
46
  header_params = {}
47
47
  # HTTP header 'Accept' (if needed)
48
48
  header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
49
+ # HTTP header 'Content-Type'
50
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
49
51
 
50
52
  # form parameters
51
53
  form_params = {}
@@ -22,9 +22,9 @@ module DocuSign_Rooms
22
22
  end
23
23
 
24
24
  # Gets form based on Id.
25
- #
25
+ # Returns details about a specific form, such as the date it was created and last updated, the number of pages, the form owner, and other information.
26
26
  # @param form_id Form ID
27
- # @param account_id
27
+ # @param account_id (Required) The globally unique identifier (GUID) for the account.
28
28
  # @return [FormDetails]
29
29
  def get_form_details(form_id, account_id)
30
30
  data, _status_code, _headers = get_form_details_with_http_info(form_id, account_id)
@@ -32,9 +32,9 @@ module DocuSign_Rooms
32
32
  end
33
33
 
34
34
  # Gets form based on Id.
35
- #
35
+ # Returns details about a specific form, such as the date it was created and last updated, the number of pages, the form owner, and other information.
36
36
  # @param form_id Form ID
37
- # @param account_id
37
+ # @param account_id (Required) The globally unique identifier (GUID) for the account.
38
38
  # @return [Array<(FormDetails, Fixnum, Hash)>] FormDetails data, response status code and response headers
39
39
  def get_form_details_with_http_info(form_id, account_id)
40
40
  if @api_client.config.debugging
@@ -54,6 +54,8 @@ module DocuSign_Rooms
54
54
  header_params = {}
55
55
  # HTTP header 'Accept' (if needed)
56
56
  header_params['Accept'] = @api_client.select_header_accept(['text/plain', 'application/json', 'text/json'])
57
+ # HTTP header 'Content-Type'
58
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'])
57
59
 
58
60
  # form parameters
59
61
  form_params = {}