moneykit 0.0.3 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (192) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/moneykit/api/access_token_api.rb +9 -9
  4. data/lib/moneykit/api/account_numbers_api.rb +6 -6
  5. data/lib/moneykit/api/accounts_api.rb +15 -15
  6. data/lib/moneykit/api/identity_api.rb +6 -6
  7. data/lib/moneykit/api/institutions_api.rb +7 -7
  8. data/lib/moneykit/api/link_session_api.rb +7 -7
  9. data/lib/moneykit/api/links_api.rb +76 -13
  10. data/lib/moneykit/api/products_api.rb +6 -6
  11. data/lib/moneykit/api/transactions_api.rb +28 -28
  12. data/lib/moneykit/api/users_api.rb +14 -14
  13. data/lib/moneykit/api/webhooks_api.rb +97 -0
  14. data/lib/moneykit/api_client.rb +40 -36
  15. data/lib/moneykit/api_error.rb +1 -1
  16. data/lib/moneykit/configuration.rb +20 -30
  17. data/lib/moneykit/models/account.rb +27 -54
  18. data/lib/moneykit/models/account_balances.rb +18 -27
  19. data/lib/moneykit/models/account_group.rb +23 -26
  20. data/lib/moneykit/models/account_identity.rb +34 -59
  21. data/lib/moneykit/models/account_numbers.rb +75 -51
  22. data/lib/moneykit/models/account_numbers_link_product.rb +18 -28
  23. data/lib/moneykit/models/account_numbers_product_settings.rb +16 -21
  24. data/lib/moneykit/models/account_with_account_numbers.rb +29 -56
  25. data/lib/moneykit/models/accounts_link_product.rb +17 -25
  26. data/lib/moneykit/models/ach_number.rb +19 -26
  27. data/lib/moneykit/models/address.rb +17 -28
  28. data/lib/moneykit/models/api_error_auth_expired_access_token_response.rb +17 -24
  29. data/lib/moneykit/models/api_error_auth_unauthorized_response.rb +18 -25
  30. data/lib/moneykit/models/api_error_rate_limit_exceeded_response.rb +17 -24
  31. data/lib/moneykit/models/bacs_number.rb +18 -25
  32. data/lib/moneykit/models/basic_account_details.rb +20 -29
  33. data/lib/moneykit/models/country.rb +1 -1
  34. data/lib/moneykit/models/create_link_session_request.rb +48 -45
  35. data/lib/moneykit/models/create_link_session_response.rb +17 -24
  36. data/lib/moneykit/models/currency.rb +1 -1
  37. data/lib/moneykit/models/cursor_pagination.rb +17 -24
  38. data/lib/moneykit/models/customer_app.rb +18 -25
  39. data/lib/moneykit/models/eft_number.rb +19 -26
  40. data/lib/moneykit/models/email.rb +17 -22
  41. data/lib/moneykit/models/exchange_token_request.rb +17 -24
  42. data/lib/moneykit/models/exchange_token_response.rb +19 -26
  43. data/lib/moneykit/models/generate_access_token_response.rb +19 -26
  44. data/lib/moneykit/models/get_account_numbers_response.rb +23 -26
  45. data/lib/moneykit/models/get_account_response.rb +19 -26
  46. data/lib/moneykit/models/get_accounts_response.rb +25 -31
  47. data/lib/moneykit/models/get_institutions_response.rb +25 -31
  48. data/lib/moneykit/models/get_transactions_response.rb +34 -39
  49. data/lib/moneykit/models/get_user_accounts_response.rb +24 -32
  50. data/lib/moneykit/models/get_user_links_response.rb +24 -32
  51. data/lib/moneykit/models/get_user_transactions_response.rb +32 -34
  52. data/lib/moneykit/models/http_validation_error.rb +24 -28
  53. data/lib/moneykit/models/identity_link_product.rb +18 -28
  54. data/lib/moneykit/models/identity_product_settings.rb +16 -21
  55. data/lib/moneykit/models/identity_response.rb +24 -30
  56. data/lib/moneykit/models/institution.rb +29 -38
  57. data/lib/moneykit/models/institution_error_not_found_response.rb +17 -24
  58. data/lib/moneykit/models/international_number.rb +18 -25
  59. data/lib/moneykit/models/introspect_client_response.rb +22 -29
  60. data/lib/moneykit/models/jwk_set.rb +23 -26
  61. data/lib/moneykit/models/link_common.rb +25 -39
  62. data/lib/moneykit/models/link_error_bad_config_response.rb +269 -0
  63. data/lib/moneykit/models/link_error_bad_state_response.rb +19 -28
  64. data/lib/moneykit/models/link_error_deleted_response.rb +17 -24
  65. data/lib/moneykit/models/link_error_forbidden_action_response.rb +18 -25
  66. data/lib/moneykit/models/link_error_not_found_response.rb +17 -24
  67. data/lib/moneykit/models/link_error_unauthorized_access_response.rb +17 -24
  68. data/lib/moneykit/models/link_permission_scope.rb +1 -1
  69. data/lib/moneykit/models/link_permissions.rb +23 -33
  70. data/lib/moneykit/models/link_products.rb +16 -21
  71. data/lib/moneykit/models/link_response.rb +26 -39
  72. data/lib/moneykit/models/link_session_customer_user.rb +20 -28
  73. data/lib/moneykit/models/link_session_customer_user_email.rb +18 -25
  74. data/lib/moneykit/models/link_session_customer_user_phone.rb +18 -26
  75. data/lib/moneykit/models/link_session_error_forbidden_config_response.rb +18 -25
  76. data/lib/moneykit/models/link_session_error_invalid_token_exchange.rb +18 -25
  77. data/lib/moneykit/models/link_session_setting_overrides.rb +19 -43
  78. data/lib/moneykit/models/link_state.rb +1 -1
  79. data/lib/moneykit/models/link_state_changed_webhook.rb +28 -31
  80. data/lib/moneykit/models/money_link_features.rb +27 -32
  81. data/lib/moneykit/models/owner.rb +42 -42
  82. data/lib/moneykit/models/phone_number.rb +18 -25
  83. data/lib/moneykit/models/phone_number_type.rb +1 -1
  84. data/lib/moneykit/models/product.rb +1 -1
  85. data/lib/moneykit/models/products_settings.rb +19 -24
  86. data/lib/moneykit/models/provider.rb +4 -2
  87. data/lib/moneykit/models/public_link_error.rb +43 -0
  88. data/lib/moneykit/models/refresh_products_request.rb +23 -34
  89. data/lib/moneykit/models/requested_link_permission.rb +19 -26
  90. data/lib/moneykit/models/response401_disconnect_links_id_delete.rb +75 -269
  91. data/lib/moneykit/models/response401_exchange_token_link_session_exchange_token_post.rb +74 -267
  92. data/lib/moneykit/models/response401_get_account_links_id_accounts_account_id_get.rb +75 -269
  93. data/lib/moneykit/models/response401_get_account_numbers_links_id_accounts_numbers_get.rb +75 -269
  94. data/lib/moneykit/models/response401_get_accounts_links_id_accounts_get.rb +75 -269
  95. data/lib/moneykit/models/response401_get_identities_links_id_identity_get.rb +75 -269
  96. data/lib/moneykit/models/response401_get_institution_institutions_institution_id_get.rb +74 -267
  97. data/lib/moneykit/models/response401_get_institutions_institutions_get.rb +74 -267
  98. data/lib/moneykit/models/response401_get_link_links_id_get.rb +75 -269
  99. data/lib/moneykit/models/response401_get_transactions_diff_links_id_transactions_sync_get.rb +75 -269
  100. data/lib/moneykit/models/response401_get_transactions_links_id_transactions_get.rb +75 -269
  101. data/lib/moneykit/models/response401_get_user_accounts_users_id_accounts_get.rb +74 -267
  102. data/lib/moneykit/models/response401_get_user_links_users_id_links_get.rb +74 -267
  103. data/lib/moneykit/models/response401_get_user_transactions_users_id_transactions_get.rb +74 -267
  104. data/lib/moneykit/models/response401_get_well_known_jwks_well_known_jwks_json_get.rb +74 -267
  105. data/lib/moneykit/models/response401_instrospect_client_auth_introspect_get.rb +74 -267
  106. data/lib/moneykit/models/response401_refresh_products_links_id_products_post.rb +75 -269
  107. data/lib/moneykit/models/response401_reset_login_links_id_reset_post.rb +102 -0
  108. data/lib/moneykit/models/response401_trigger_test_link_webhook_event_webhooks_test_link_id_post.rb +102 -0
  109. data/lib/moneykit/models/response401_update_link_links_id_patch.rb +75 -269
  110. data/lib/moneykit/models/transaction.rb +35 -35
  111. data/lib/moneykit/models/transaction_diff.rb +36 -37
  112. data/lib/moneykit/models/transaction_sync_response.rb +23 -30
  113. data/lib/moneykit/models/transaction_type.rb +1 -1
  114. data/lib/moneykit/models/transaction_type_filter.rb +1 -1
  115. data/lib/moneykit/models/transactions_link_product.rb +18 -28
  116. data/lib/moneykit/models/transactions_product_settings.rb +16 -21
  117. data/lib/moneykit/models/update_link_request.rb +21 -28
  118. data/lib/moneykit/models/validation_error.rb +25 -28
  119. data/lib/moneykit/models/validation_error_location_inner.rb +101 -0
  120. data/lib/moneykit/models/webhook_link_test_event.rb +40 -0
  121. data/lib/moneykit/models/webhook_test_link_request.rb +252 -0
  122. data/lib/moneykit/models/webhook_test_link_response.rb +220 -0
  123. data/lib/moneykit/version.rb +2 -2
  124. data/lib/moneykit.rb +10 -29
  125. data/lib/plaid_compatible/money_kit_plaid_compatible/api/plaid_api.rb +684 -679
  126. data/lib/plaid_compatible/money_kit_plaid_compatible/api_client.rb +330 -330
  127. data/lib/plaid_compatible/money_kit_plaid_compatible/api_error.rb +33 -33
  128. data/lib/plaid_compatible/money_kit_plaid_compatible/configuration.rb +245 -245
  129. data/lib/plaid_compatible/money_kit_plaid_compatible/models/account_balance.rb +198 -198
  130. data/lib/plaid_compatible/money_kit_plaid_compatible/models/account_base.rb +213 -213
  131. data/lib/plaid_compatible/money_kit_plaid_compatible/models/account_identity.rb +223 -223
  132. data/lib/plaid_compatible/money_kit_plaid_compatible/models/account_subtype.rb +89 -89
  133. data/lib/plaid_compatible/money_kit_plaid_compatible/models/account_type.rb +22 -22
  134. data/lib/plaid_compatible/money_kit_plaid_compatible/models/accounts_get_request.rb +198 -198
  135. data/lib/plaid_compatible/money_kit_plaid_compatible/models/accounts_get_request_options.rb +175 -175
  136. data/lib/plaid_compatible/money_kit_plaid_compatible/models/accounts_get_response.rb +194 -194
  137. data/lib/plaid_compatible/money_kit_plaid_compatible/models/address.rb +183 -183
  138. data/lib/plaid_compatible/money_kit_plaid_compatible/models/address_data.rb +209 -209
  139. data/lib/plaid_compatible/money_kit_plaid_compatible/models/auth_get_numbers.rb +211 -209
  140. data/lib/plaid_compatible/money_kit_plaid_compatible/models/auth_get_request.rb +198 -198
  141. data/lib/plaid_compatible/money_kit_plaid_compatible/models/auth_get_request_options.rb +175 -175
  142. data/lib/plaid_compatible/money_kit_plaid_compatible/models/auth_get_response.rb +200 -200
  143. data/lib/plaid_compatible/money_kit_plaid_compatible/models/country_code.rb +19 -19
  144. data/lib/plaid_compatible/money_kit_plaid_compatible/models/email.rb +184 -184
  145. data/lib/plaid_compatible/money_kit_plaid_compatible/models/http_validation_error.rb +171 -171
  146. data/lib/plaid_compatible/money_kit_plaid_compatible/models/identity_get_request.rb +198 -198
  147. data/lib/plaid_compatible/money_kit_plaid_compatible/models/identity_get_request_options.rb +175 -175
  148. data/lib/plaid_compatible/money_kit_plaid_compatible/models/identity_get_response.rb +194 -194
  149. data/lib/plaid_compatible/money_kit_plaid_compatible/models/institution.rb +216 -214
  150. data/lib/plaid_compatible/money_kit_plaid_compatible/models/institutions_get_by_id_request.rb +202 -202
  151. data/lib/plaid_compatible/money_kit_plaid_compatible/models/institutions_get_by_id_response.rb +183 -183
  152. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item.rb +246 -245
  153. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_error_webhook.rb +208 -208
  154. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_get_request.rb +192 -192
  155. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_get_response.rb +189 -189
  156. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_public_token_exchange_request.rb +192 -192
  157. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_public_token_exchange_response.rb +193 -193
  158. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_remove_request.rb +192 -192
  159. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_remove_response.rb +175 -175
  160. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_status_investments.rb +182 -182
  161. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_status_last_webhook.rb +182 -182
  162. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_status_nullable.rb +183 -183
  163. data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_status_transactions.rb +182 -182
  164. data/lib/plaid_compatible/money_kit_plaid_compatible/models/link_token_create_request.rb +268 -266
  165. data/lib/plaid_compatible/money_kit_plaid_compatible/models/link_token_create_request_user.rb +212 -212
  166. data/lib/plaid_compatible/money_kit_plaid_compatible/models/link_token_create_response.rb +193 -193
  167. data/lib/plaid_compatible/money_kit_plaid_compatible/models/numbers_ach.rb +202 -202
  168. data/lib/plaid_compatible/money_kit_plaid_compatible/models/numbers_bacs.rb +193 -193
  169. data/lib/plaid_compatible/money_kit_plaid_compatible/models/numbers_eft.rb +202 -202
  170. data/lib/plaid_compatible/money_kit_plaid_compatible/models/numbers_international.rb +193 -193
  171. data/lib/plaid_compatible/money_kit_plaid_compatible/models/owner.rb +211 -209
  172. data/lib/plaid_compatible/money_kit_plaid_compatible/models/personal_finance_category.rb +184 -184
  173. data/lib/plaid_compatible/money_kit_plaid_compatible/models/phone_number.rb +193 -193
  174. data/lib/plaid_compatible/money_kit_plaid_compatible/models/plaid_error.rb +247 -245
  175. data/lib/plaid_compatible/money_kit_plaid_compatible/models/plaid_error_type.rb +30 -30
  176. data/lib/plaid_compatible/money_kit_plaid_compatible/models/products.rb +20 -20
  177. data/lib/plaid_compatible/money_kit_plaid_compatible/models/removed_transaction.rb +174 -174
  178. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transaction.rb +283 -283
  179. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_get_request.rb +217 -217
  180. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_get_request_options.rb +211 -211
  181. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_get_response.rb +217 -217
  182. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_refresh_request.rb +192 -192
  183. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_refresh_response.rb +175 -175
  184. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_sync_request.rb +215 -215
  185. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_sync_request_options.rb +184 -184
  186. data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_sync_response.rb +228 -228
  187. data/lib/plaid_compatible/money_kit_plaid_compatible/models/validation_error.rb +187 -187
  188. data/lib/plaid_compatible/money_kit_plaid_compatible/models/webhook_environment_values.rb +19 -19
  189. data/lib/plaid_compatible/money_kit_plaid_compatible/version.rb +1 -1
  190. data/lib/plaid_compatible/money_kit_plaid_compatible.rb +13 -13
  191. data/moneykit.gemspec +2 -1
  192. metadata +14 -5
@@ -5,7 +5,7 @@
5
5
  # The version of the OpenAPI document: 0.1.0
6
6
  #
7
7
  # Generated by: https://openapi-generator.tech
8
- # OpenAPI Generator version: 6.5.0
8
+ # OpenAPI Generator version: 7.1.0
9
9
  #
10
10
 
11
11
  require 'date'
@@ -51,9 +51,7 @@ module MoneyKit
51
51
 
52
52
  # List of attributes with nullable: true
53
53
  def self.openapi_nullable
54
- Set.new([
55
- :last_synced_at
56
- ])
54
+ Set.new([])
57
55
  end
58
56
 
59
57
  # Initializes the object
@@ -74,20 +72,19 @@ module MoneyKit
74
72
  h[k.to_sym] = v
75
73
  end
76
74
 
77
- self.name = attributes[:name] if attributes.key?(:name)
75
+ self.name = (attributes[:name] if attributes.key?(:name))
78
76
 
79
77
  self.last_synced_at = attributes[:last_synced_at] if attributes.key?(:last_synced_at)
80
78
 
81
- self.institution_id = attributes[:institution_id] if attributes.key?(:institution_id)
79
+ self.institution_id = (attributes[:institution_id] if attributes.key?(:institution_id))
82
80
 
83
- return unless attributes.key?(:link_id)
84
-
85
- self.link_id = attributes[:link_id]
81
+ self.link_id = (attributes[:link_id] if attributes.key?(:link_id))
86
82
  end
87
83
 
88
84
  # Show invalid properties with the reasons. Usually used together with valid?
89
85
  # @return Array for valid properties with the reasons
90
86
  def list_invalid_properties
87
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
91
88
  invalid_properties = []
92
89
  invalid_properties.push('invalid value for "name", name cannot be nil.') if @name.nil?
93
90
 
@@ -103,6 +100,7 @@ module MoneyKit
103
100
  # Check to see if the all the properties in the model are valid
104
101
  # @return true if the model is valid
105
102
  def valid?
103
+ warn '[DEPRECATED] the `valid?` method is obsolete'
106
104
  return false if @name.nil?
107
105
  return false if @institution_id.nil?
108
106
  return false if @link_id.nil?
@@ -138,40 +136,33 @@ module MoneyKit
138
136
  # @param [Hash] attributes Model attributes in the form of hash
139
137
  # @return [Object] Returns the model itself
140
138
  def self.build_from_hash(attributes)
141
- new.build_from_hash(attributes)
142
- end
143
-
144
- # Builds the object from hash
145
- # @param [Hash] attributes Model attributes in the form of hash
146
- # @return [Object] Returns the model itself
147
- def build_from_hash(attributes)
148
139
  return nil unless attributes.is_a?(Hash)
149
140
 
150
141
  attributes = attributes.transform_keys(&:to_sym)
151
- self.class.openapi_types.each_pair do |key, type|
152
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
153
- send("#{key}=", nil)
142
+ transformed_hash = {}
143
+ openapi_types.each_pair do |key, type|
144
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
145
+ transformed_hash["#{key}"] = nil
154
146
  elsif type =~ /\AArray<(.*)>/i
155
147
  # check to ensure the input is an array given that the attribute
156
148
  # is documented as an array but the input is not
157
- if attributes[self.class.attribute_map[key]].is_a?(Array)
158
- send("#{key}=", attributes[self.class.attribute_map[key]].map do |v|
159
- _deserialize(::Regexp.last_match(1), v)
160
- end)
149
+ if attributes[attribute_map[key]].is_a?(Array)
150
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map do |v|
151
+ _deserialize(::Regexp.last_match(1), v)
152
+ end
161
153
  end
162
- elsif !attributes[self.class.attribute_map[key]].nil?
163
- send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
154
+ elsif !attributes[attribute_map[key]].nil?
155
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
164
156
  end
165
157
  end
166
-
167
- self
158
+ new(transformed_hash)
168
159
  end
169
160
 
170
161
  # Deserializes the data based on type
171
162
  # @param string type Data type
172
163
  # @param string value Value to be deserialized
173
164
  # @return [Object] Deserialized data
174
- def _deserialize(type, value)
165
+ def self._deserialize(type, value)
175
166
  case type.to_sym
176
167
  when :Time
177
168
  Time.parse(value)
@@ -206,7 +197,7 @@ module MoneyKit
206
197
  else # model
207
198
  # models (e.g. Pet) or oneOf
208
199
  klass = MoneyKit.const_get(type)
209
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
200
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
210
201
  end
211
202
  end
212
203
 
@@ -5,7 +5,7 @@
5
5
  # The version of the OpenAPI document: 0.1.0
6
6
  #
7
7
  # Generated by: https://openapi-generator.tech
8
- # OpenAPI Generator version: 6.5.0
8
+ # OpenAPI Generator version: 7.1.0
9
9
  #
10
10
 
11
11
  require 'date'
@@ -5,7 +5,7 @@
5
5
  # The version of the OpenAPI document: 0.1.0
6
6
  #
7
7
  # Generated by: https://openapi-generator.tech
8
- # OpenAPI Generator version: 6.5.0
8
+ # OpenAPI Generator version: 7.1.0
9
9
  #
10
10
 
11
11
  require 'date'
@@ -13,26 +13,27 @@ require 'time'
13
13
 
14
14
  module MoneyKit
15
15
  class CreateLinkSessionRequest
16
- attr_accessor :settings, :customer_user, :moneylink_features
16
+ attr_accessor :settings, :customer_user, :link_tags, :moneylink_features
17
17
 
18
18
  # Supply the existing `link_id` if you are asking the user to reconnect this link.
19
19
  attr_accessor :existing_link_id
20
20
 
21
+ # The ID of the institution you want to link to. Providing this will skip the institution selection step. `existing_link_id` will take precedence over this field if both are provided.
22
+ attr_accessor :institution_id
23
+
21
24
  # For Oauth linking, a URI indicating the destination, in your application, where the user should be sent after authenticating with the institution. The `redirect_uri` should not contain any query parameters, and it must be pre-approved by MoneyKit during the customer setup process.
22
25
  attr_accessor :redirect_uri
23
26
 
24
27
  # The destination URL to which any webhooks should be sent.
25
28
  attr_accessor :webhook
26
29
 
27
- # You can supply one or more arbitrary strings as tags to describe this link.
28
- attr_accessor :link_tags
29
-
30
30
  # Attribute mapping from ruby-style variable name to JSON key.
31
31
  def self.attribute_map
32
32
  {
33
33
  'settings': :settings,
34
34
  'customer_user': :customer_user,
35
35
  'existing_link_id': :existing_link_id,
36
+ 'institution_id': :institution_id,
36
37
  'redirect_uri': :redirect_uri,
37
38
  'webhook': :webhook,
38
39
  'link_tags': :link_tags,
@@ -48,24 +49,20 @@ module MoneyKit
48
49
  # Attribute type mapping.
49
50
  def self.openapi_types
50
51
  {
51
- 'settings': :Settings,
52
- 'customer_user': :CustomerUser,
52
+ 'settings': :LinkSessionSettingOverrides,
53
+ 'customer_user': :LinkSessionCustomerUser,
53
54
  'existing_link_id': :String,
55
+ 'institution_id': :String,
54
56
  'redirect_uri': :String,
55
57
  'webhook': :String,
56
58
  'link_tags': :'Array<String>',
57
- 'moneylink_features': :MoneylinkFeatures
59
+ 'moneylink_features': :MoneyLinkFeatures
58
60
  }
59
61
  end
60
62
 
61
63
  # List of attributes with nullable: true
62
64
  def self.openapi_nullable
63
- Set.new(%i[
64
- settings
65
- existing_link_id
66
- redirect_uri
67
- webhook
68
- ])
65
+ Set.new([])
69
66
  end
70
67
 
71
68
  # Initializes the object
@@ -88,11 +85,13 @@ module MoneyKit
88
85
 
89
86
  self.settings = attributes[:settings] if attributes.key?(:settings)
90
87
 
91
- self.customer_user = attributes[:customer_user] if attributes.key?(:customer_user)
88
+ self.customer_user = (attributes[:customer_user] if attributes.key?(:customer_user))
92
89
 
93
90
  self.existing_link_id = attributes[:existing_link_id] if attributes.key?(:existing_link_id)
94
91
 
95
- self.redirect_uri = attributes[:redirect_uri] if attributes.key?(:redirect_uri)
92
+ self.institution_id = attributes[:institution_id] if attributes.key?(:institution_id)
93
+
94
+ self.redirect_uri = (attributes[:redirect_uri] if attributes.key?(:redirect_uri))
96
95
 
97
96
  self.webhook = attributes[:webhook] if attributes.key?(:webhook)
98
97
 
@@ -108,14 +107,17 @@ module MoneyKit
108
107
  # Show invalid properties with the reasons. Usually used together with valid?
109
108
  # @return Array for valid properties with the reasons
110
109
  def list_invalid_properties
110
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
111
111
  invalid_properties = []
112
112
  invalid_properties.push('invalid value for "customer_user", customer_user cannot be nil.') if @customer_user.nil?
113
113
 
114
- if !@redirect_uri.nil? && @redirect_uri.to_s.length > 65_536
114
+ invalid_properties.push('invalid value for "redirect_uri", redirect_uri cannot be nil.') if @redirect_uri.nil?
115
+
116
+ if @redirect_uri.to_s.length > 65_536
115
117
  invalid_properties.push('invalid value for "redirect_uri", the character length must be smaller than or equal to 65536.')
116
118
  end
117
119
 
118
- if !@redirect_uri.nil? && @redirect_uri.to_s.length < 1
120
+ if @redirect_uri.to_s.length < 1
119
121
  invalid_properties.push('invalid value for "redirect_uri", the character length must be great than or equal to 1.')
120
122
  end
121
123
 
@@ -133,9 +135,11 @@ module MoneyKit
133
135
  # Check to see if the all the properties in the model are valid
134
136
  # @return true if the model is valid
135
137
  def valid?
138
+ warn '[DEPRECATED] the `valid?` method is obsolete'
136
139
  return false if @customer_user.nil?
137
- return false if !@redirect_uri.nil? && @redirect_uri.to_s.length > 65_536
138
- return false if !@redirect_uri.nil? && @redirect_uri.to_s.length < 1
140
+ return false if @redirect_uri.nil?
141
+ return false if @redirect_uri.to_s.length > 65_536
142
+ return false if @redirect_uri.to_s.length < 1
139
143
  return false if !@webhook.nil? && @webhook.to_s.length > 65_536
140
144
  return false if !@webhook.nil? && @webhook.to_s.length < 1
141
145
 
@@ -145,12 +149,14 @@ module MoneyKit
145
149
  # Custom attribute writer method with validation
146
150
  # @param [Object] redirect_uri Value to be assigned
147
151
  def redirect_uri=(redirect_uri)
148
- if !redirect_uri.nil? && redirect_uri.to_s.length > 65_536
152
+ raise ArgumentError, 'redirect_uri cannot be nil' if redirect_uri.nil?
153
+
154
+ if redirect_uri.to_s.length > 65_536
149
155
  raise ArgumentError,
150
156
  'invalid value for "redirect_uri", the character length must be smaller than or equal to 65536.'
151
157
  end
152
158
 
153
- if !redirect_uri.nil? && redirect_uri.to_s.length < 1
159
+ if redirect_uri.to_s.length < 1
154
160
  raise ArgumentError, 'invalid value for "redirect_uri", the character length must be great than or equal to 1.'
155
161
  end
156
162
 
@@ -160,11 +166,13 @@ module MoneyKit
160
166
  # Custom attribute writer method with validation
161
167
  # @param [Object] webhook Value to be assigned
162
168
  def webhook=(webhook)
163
- if !webhook.nil? && webhook.to_s.length > 65_536
169
+ raise ArgumentError, 'webhook cannot be nil' if webhook.nil?
170
+
171
+ if webhook.to_s.length > 65_536
164
172
  raise ArgumentError, 'invalid value for "webhook", the character length must be smaller than or equal to 65536.'
165
173
  end
166
174
 
167
- if !webhook.nil? && webhook.to_s.length < 1
175
+ if webhook.to_s.length < 1
168
176
  raise ArgumentError, 'invalid value for "webhook", the character length must be great than or equal to 1.'
169
177
  end
170
178
 
@@ -180,6 +188,7 @@ module MoneyKit
180
188
  settings == other.settings &&
181
189
  customer_user == other.customer_user &&
182
190
  existing_link_id == other.existing_link_id &&
191
+ institution_id == other.institution_id &&
183
192
  redirect_uri == other.redirect_uri &&
184
193
  webhook == other.webhook &&
185
194
  link_tags == other.link_tags &&
@@ -195,47 +204,41 @@ module MoneyKit
195
204
  # Calculates hash code according to all attributes.
196
205
  # @return [Integer] Hash code
197
206
  def hash
198
- [settings, customer_user, existing_link_id, redirect_uri, webhook, link_tags, moneylink_features].hash
207
+ [settings, customer_user, existing_link_id, institution_id, redirect_uri, webhook, link_tags,
208
+ moneylink_features].hash
199
209
  end
200
210
 
201
211
  # Builds the object from hash
202
212
  # @param [Hash] attributes Model attributes in the form of hash
203
213
  # @return [Object] Returns the model itself
204
214
  def self.build_from_hash(attributes)
205
- new.build_from_hash(attributes)
206
- end
207
-
208
- # Builds the object from hash
209
- # @param [Hash] attributes Model attributes in the form of hash
210
- # @return [Object] Returns the model itself
211
- def build_from_hash(attributes)
212
215
  return nil unless attributes.is_a?(Hash)
213
216
 
214
217
  attributes = attributes.transform_keys(&:to_sym)
215
- self.class.openapi_types.each_pair do |key, type|
216
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
217
- send("#{key}=", nil)
218
+ transformed_hash = {}
219
+ openapi_types.each_pair do |key, type|
220
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
221
+ transformed_hash["#{key}"] = nil
218
222
  elsif type =~ /\AArray<(.*)>/i
219
223
  # check to ensure the input is an array given that the attribute
220
224
  # is documented as an array but the input is not
221
- if attributes[self.class.attribute_map[key]].is_a?(Array)
222
- send("#{key}=", attributes[self.class.attribute_map[key]].map do |v|
223
- _deserialize(::Regexp.last_match(1), v)
224
- end)
225
+ if attributes[attribute_map[key]].is_a?(Array)
226
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map do |v|
227
+ _deserialize(::Regexp.last_match(1), v)
228
+ end
225
229
  end
226
- elsif !attributes[self.class.attribute_map[key]].nil?
227
- send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
230
+ elsif !attributes[attribute_map[key]].nil?
231
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
228
232
  end
229
233
  end
230
-
231
- self
234
+ new(transformed_hash)
232
235
  end
233
236
 
234
237
  # Deserializes the data based on type
235
238
  # @param string type Data type
236
239
  # @param string value Value to be deserialized
237
240
  # @return [Object] Deserialized data
238
- def _deserialize(type, value)
241
+ def self._deserialize(type, value)
239
242
  case type.to_sym
240
243
  when :Time
241
244
  Time.parse(value)
@@ -270,7 +273,7 @@ module MoneyKit
270
273
  else # model
271
274
  # models (e.g. Pet) or oneOf
272
275
  klass = MoneyKit.const_get(type)
273
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
276
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
274
277
  end
275
278
  end
276
279
 
@@ -5,7 +5,7 @@
5
5
  # The version of the OpenAPI document: 0.1.0
6
6
  #
7
7
  # Generated by: https://openapi-generator.tech
8
- # OpenAPI Generator version: 6.5.0
8
+ # OpenAPI Generator version: 7.1.0
9
9
  #
10
10
 
11
11
  require 'date'
@@ -58,14 +58,13 @@ module MoneyKit
58
58
  h[k.to_sym] = v
59
59
  end
60
60
 
61
- return unless attributes.key?(:link_session_token)
62
-
63
- self.link_session_token = attributes[:link_session_token]
61
+ self.link_session_token = (attributes[:link_session_token] if attributes.key?(:link_session_token))
64
62
  end
65
63
 
66
64
  # Show invalid properties with the reasons. Usually used together with valid?
67
65
  # @return Array for valid properties with the reasons
68
66
  def list_invalid_properties
67
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
69
68
  invalid_properties = []
70
69
  if @link_session_token.nil?
71
70
  invalid_properties.push('invalid value for "link_session_token", link_session_token cannot be nil.')
@@ -77,6 +76,7 @@ module MoneyKit
77
76
  # Check to see if the all the properties in the model are valid
78
77
  # @return true if the model is valid
79
78
  def valid?
79
+ warn '[DEPRECATED] the `valid?` method is obsolete'
80
80
  return false if @link_session_token.nil?
81
81
 
82
82
  true
@@ -107,40 +107,33 @@ module MoneyKit
107
107
  # @param [Hash] attributes Model attributes in the form of hash
108
108
  # @return [Object] Returns the model itself
109
109
  def self.build_from_hash(attributes)
110
- new.build_from_hash(attributes)
111
- end
112
-
113
- # Builds the object from hash
114
- # @param [Hash] attributes Model attributes in the form of hash
115
- # @return [Object] Returns the model itself
116
- def build_from_hash(attributes)
117
110
  return nil unless attributes.is_a?(Hash)
118
111
 
119
112
  attributes = attributes.transform_keys(&:to_sym)
120
- self.class.openapi_types.each_pair do |key, type|
121
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
122
- send("#{key}=", nil)
113
+ transformed_hash = {}
114
+ openapi_types.each_pair do |key, type|
115
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
116
+ transformed_hash["#{key}"] = nil
123
117
  elsif type =~ /\AArray<(.*)>/i
124
118
  # check to ensure the input is an array given that the attribute
125
119
  # is documented as an array but the input is not
126
- if attributes[self.class.attribute_map[key]].is_a?(Array)
127
- send("#{key}=", attributes[self.class.attribute_map[key]].map do |v|
128
- _deserialize(::Regexp.last_match(1), v)
129
- end)
120
+ if attributes[attribute_map[key]].is_a?(Array)
121
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map do |v|
122
+ _deserialize(::Regexp.last_match(1), v)
123
+ end
130
124
  end
131
- elsif !attributes[self.class.attribute_map[key]].nil?
132
- send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
125
+ elsif !attributes[attribute_map[key]].nil?
126
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
133
127
  end
134
128
  end
135
-
136
- self
129
+ new(transformed_hash)
137
130
  end
138
131
 
139
132
  # Deserializes the data based on type
140
133
  # @param string type Data type
141
134
  # @param string value Value to be deserialized
142
135
  # @return [Object] Deserialized data
143
- def _deserialize(type, value)
136
+ def self._deserialize(type, value)
144
137
  case type.to_sym
145
138
  when :Time
146
139
  Time.parse(value)
@@ -175,7 +168,7 @@ module MoneyKit
175
168
  else # model
176
169
  # models (e.g. Pet) or oneOf
177
170
  klass = MoneyKit.const_get(type)
178
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
171
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
179
172
  end
180
173
  end
181
174
 
@@ -5,7 +5,7 @@
5
5
  # The version of the OpenAPI document: 0.1.0
6
6
  #
7
7
  # Generated by: https://openapi-generator.tech
8
- # OpenAPI Generator version: 6.5.0
8
+ # OpenAPI Generator version: 7.1.0
9
9
  #
10
10
 
11
11
  require 'date'
@@ -5,7 +5,7 @@
5
5
  # The version of the OpenAPI document: 0.1.0
6
6
  #
7
7
  # Generated by: https://openapi-generator.tech
8
- # OpenAPI Generator version: 6.5.0
8
+ # OpenAPI Generator version: 7.1.0
9
9
  #
10
10
 
11
11
  require 'date'
@@ -37,9 +37,7 @@ module MoneyKit
37
37
 
38
38
  # List of attributes with nullable: true
39
39
  def self.openapi_nullable
40
- Set.new([
41
- :_next
42
- ])
40
+ Set.new([])
43
41
  end
44
42
 
45
43
  # Initializes the object
@@ -68,12 +66,14 @@ module MoneyKit
68
66
  # Show invalid properties with the reasons. Usually used together with valid?
69
67
  # @return Array for valid properties with the reasons
70
68
  def list_invalid_properties
69
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
71
70
  []
72
71
  end
73
72
 
74
73
  # Check to see if the all the properties in the model are valid
75
74
  # @return true if the model is valid
76
75
  def valid?
76
+ warn '[DEPRECATED] the `valid?` method is obsolete'
77
77
  true
78
78
  end
79
79
 
@@ -102,40 +102,33 @@ module MoneyKit
102
102
  # @param [Hash] attributes Model attributes in the form of hash
103
103
  # @return [Object] Returns the model itself
104
104
  def self.build_from_hash(attributes)
105
- new.build_from_hash(attributes)
106
- end
107
-
108
- # Builds the object from hash
109
- # @param [Hash] attributes Model attributes in the form of hash
110
- # @return [Object] Returns the model itself
111
- def build_from_hash(attributes)
112
105
  return nil unless attributes.is_a?(Hash)
113
106
 
114
107
  attributes = attributes.transform_keys(&:to_sym)
115
- self.class.openapi_types.each_pair do |key, type|
116
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
117
- send("#{key}=", nil)
108
+ transformed_hash = {}
109
+ openapi_types.each_pair do |key, type|
110
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
111
+ transformed_hash["#{key}"] = nil
118
112
  elsif type =~ /\AArray<(.*)>/i
119
113
  # check to ensure the input is an array given that the attribute
120
114
  # is documented as an array but the input is not
121
- if attributes[self.class.attribute_map[key]].is_a?(Array)
122
- send("#{key}=", attributes[self.class.attribute_map[key]].map do |v|
123
- _deserialize(::Regexp.last_match(1), v)
124
- end)
115
+ if attributes[attribute_map[key]].is_a?(Array)
116
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map do |v|
117
+ _deserialize(::Regexp.last_match(1), v)
118
+ end
125
119
  end
126
- elsif !attributes[self.class.attribute_map[key]].nil?
127
- send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
120
+ elsif !attributes[attribute_map[key]].nil?
121
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
128
122
  end
129
123
  end
130
-
131
- self
124
+ new(transformed_hash)
132
125
  end
133
126
 
134
127
  # Deserializes the data based on type
135
128
  # @param string type Data type
136
129
  # @param string value Value to be deserialized
137
130
  # @return [Object] Deserialized data
138
- def _deserialize(type, value)
131
+ def self._deserialize(type, value)
139
132
  case type.to_sym
140
133
  when :Time
141
134
  Time.parse(value)
@@ -170,7 +163,7 @@ module MoneyKit
170
163
  else # model
171
164
  # models (e.g. Pet) or oneOf
172
165
  klass = MoneyKit.const_get(type)
173
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
166
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
174
167
  end
175
168
  end
176
169
 
@@ -5,7 +5,7 @@
5
5
  # The version of the OpenAPI document: 0.1.0
6
6
  #
7
7
  # Generated by: https://openapi-generator.tech
8
- # OpenAPI Generator version: 6.5.0
8
+ # OpenAPI Generator version: 7.1.0
9
9
  #
10
10
 
11
11
  require 'date'
@@ -64,16 +64,15 @@ module MoneyKit
64
64
  h[k.to_sym] = v
65
65
  end
66
66
 
67
- self.id = attributes[:id] if attributes.key?(:id)
67
+ self.id = (attributes[:id] if attributes.key?(:id))
68
68
 
69
- return unless attributes.key?(:app_name)
70
-
71
- self.app_name = attributes[:app_name]
69
+ self.app_name = (attributes[:app_name] if attributes.key?(:app_name))
72
70
  end
73
71
 
74
72
  # Show invalid properties with the reasons. Usually used together with valid?
75
73
  # @return Array for valid properties with the reasons
76
74
  def list_invalid_properties
75
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
77
76
  invalid_properties = []
78
77
  invalid_properties.push('invalid value for "id", id cannot be nil.') if @id.nil?
79
78
 
@@ -85,6 +84,7 @@ module MoneyKit
85
84
  # Check to see if the all the properties in the model are valid
86
85
  # @return true if the model is valid
87
86
  def valid?
87
+ warn '[DEPRECATED] the `valid?` method is obsolete'
88
88
  return false if @id.nil?
89
89
  return false if @app_name.nil?
90
90
 
@@ -117,40 +117,33 @@ module MoneyKit
117
117
  # @param [Hash] attributes Model attributes in the form of hash
118
118
  # @return [Object] Returns the model itself
119
119
  def self.build_from_hash(attributes)
120
- new.build_from_hash(attributes)
121
- end
122
-
123
- # Builds the object from hash
124
- # @param [Hash] attributes Model attributes in the form of hash
125
- # @return [Object] Returns the model itself
126
- def build_from_hash(attributes)
127
120
  return nil unless attributes.is_a?(Hash)
128
121
 
129
122
  attributes = attributes.transform_keys(&:to_sym)
130
- self.class.openapi_types.each_pair do |key, type|
131
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
132
- send("#{key}=", nil)
123
+ transformed_hash = {}
124
+ openapi_types.each_pair do |key, type|
125
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
126
+ transformed_hash["#{key}"] = nil
133
127
  elsif type =~ /\AArray<(.*)>/i
134
128
  # check to ensure the input is an array given that the attribute
135
129
  # is documented as an array but the input is not
136
- if attributes[self.class.attribute_map[key]].is_a?(Array)
137
- send("#{key}=", attributes[self.class.attribute_map[key]].map do |v|
138
- _deserialize(::Regexp.last_match(1), v)
139
- end)
130
+ if attributes[attribute_map[key]].is_a?(Array)
131
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map do |v|
132
+ _deserialize(::Regexp.last_match(1), v)
133
+ end
140
134
  end
141
- elsif !attributes[self.class.attribute_map[key]].nil?
142
- send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
135
+ elsif !attributes[attribute_map[key]].nil?
136
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
143
137
  end
144
138
  end
145
-
146
- self
139
+ new(transformed_hash)
147
140
  end
148
141
 
149
142
  # Deserializes the data based on type
150
143
  # @param string type Data type
151
144
  # @param string value Value to be deserialized
152
145
  # @return [Object] Deserialized data
153
- def _deserialize(type, value)
146
+ def self._deserialize(type, value)
154
147
  case type.to_sym
155
148
  when :Time
156
149
  Time.parse(value)
@@ -185,7 +178,7 @@ module MoneyKit
185
178
  else # model
186
179
  # models (e.g. Pet) or oneOf
187
180
  klass = MoneyKit.const_get(type)
188
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
181
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
189
182
  end
190
183
  end
191
184