moneykit 0.0.2 → 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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/moneykit/api/access_token_api.rb +53 -55
- data/lib/moneykit/api/account_numbers_api.rb +26 -26
- data/lib/moneykit/api/accounts_api.rb +88 -82
- data/lib/moneykit/api/identity_api.rb +31 -30
- data/lib/moneykit/api/institutions_api.rb +50 -48
- data/lib/moneykit/api/link_session_api.rb +47 -50
- data/lib/moneykit/api/links_api.rb +137 -81
- data/lib/moneykit/api/products_api.rb +33 -35
- data/lib/moneykit/api/transactions_api.rb +126 -101
- data/lib/moneykit/api/users_api.rb +100 -83
- data/lib/moneykit/api/webhooks_api.rb +97 -0
- data/lib/moneykit/api_client.rb +100 -103
- data/lib/moneykit/api_error.rb +14 -16
- data/lib/moneykit/configuration.rb +52 -65
- data/lib/moneykit/models/account.rb +69 -112
- data/lib/moneykit/models/account_balances.rb +64 -78
- data/lib/moneykit/models/account_group.rb +58 -61
- data/lib/moneykit/models/account_identity.rb +79 -124
- data/lib/moneykit/models/account_numbers.rb +96 -71
- data/lib/moneykit/models/account_numbers_link_product.rb +57 -69
- data/lib/moneykit/models/account_numbers_product_settings.rb +59 -63
- data/lib/moneykit/models/account_type.rb +23 -23
- data/lib/moneykit/models/account_with_account_numbers.rb +76 -124
- data/lib/moneykit/models/accounts_link_product.rb +53 -61
- data/lib/moneykit/models/ach_number.rb +57 -65
- data/lib/moneykit/models/address.rb +70 -90
- data/lib/moneykit/models/api_error_auth_expired_access_token_response.rb +72 -78
- data/lib/moneykit/models/api_error_auth_unauthorized_response.rb +69 -78
- data/lib/moneykit/models/api_error_rate_limit_exceeded_response.rb +72 -78
- data/lib/moneykit/models/app.rb +46 -50
- data/lib/moneykit/models/bacs_number.rb +53 -61
- data/lib/moneykit/models/balances.rb +58 -64
- data/lib/moneykit/models/basic_account_details.rb +62 -77
- data/lib/moneykit/models/country.rb +13 -14
- data/lib/moneykit/models/create_link_session_request.rb +109 -119
- data/lib/moneykit/models/create_link_session_response.rb +48 -52
- data/lib/moneykit/models/currency.rb +193 -193
- data/lib/moneykit/models/cursor.rb +40 -39
- data/lib/moneykit/models/cursor_pagination.rb +49 -54
- data/lib/moneykit/models/cursors.rb +40 -39
- data/lib/moneykit/models/customer_app.rb +54 -64
- data/lib/moneykit/models/customer_user.rb +59 -69
- data/lib/moneykit/models/eft_number.rb +56 -67
- data/lib/moneykit/models/email.rb +56 -63
- data/lib/moneykit/models/email1.rb +50 -53
- data/lib/moneykit/models/exchange_token_request.rb +48 -52
- data/lib/moneykit/models/exchange_token_response.rb +54 -64
- data/lib/moneykit/models/generate_access_token_response.rb +59 -73
- data/lib/moneykit/models/get_account_numbers_response.rb +58 -66
- data/lib/moneykit/models/get_account_response.rb +55 -67
- data/lib/moneykit/models/get_accounts_response.rb +58 -67
- data/lib/moneykit/models/get_institutions_response.rb +58 -67
- data/lib/moneykit/models/get_transactions_response.rb +81 -105
- data/lib/moneykit/models/get_user_accounts_response.rb +50 -58
- data/lib/moneykit/models/get_user_links_response.rb +50 -58
- data/lib/moneykit/models/get_user_transactions_response.rb +75 -95
- data/lib/moneykit/models/http_validation_error.rb +77 -84
- data/lib/moneykit/models/identity.rb +49 -49
- data/lib/moneykit/models/identity_link_product.rb +57 -69
- data/lib/moneykit/models/identity_product_settings.rb +59 -63
- data/lib/moneykit/models/identity_response.rb +58 -67
- data/lib/moneykit/models/institution.rb +85 -113
- data/lib/moneykit/models/institution_error_not_found_response.rb +72 -80
- data/lib/moneykit/models/institution_styling_response.rb +77 -93
- data/lib/moneykit/models/international_number.rb +54 -64
- data/lib/moneykit/models/introspect_client_response.rb +70 -89
- data/lib/moneykit/models/jwk_set.rb +51 -55
- data/lib/moneykit/models/link.rb +78 -100
- data/lib/moneykit/models/link1.rb +78 -100
- data/lib/moneykit/models/link2.rb +78 -100
- data/lib/moneykit/models/link3.rb +78 -100
- data/lib/moneykit/models/link4.rb +78 -100
- data/lib/moneykit/models/link_common.rb +82 -117
- data/lib/moneykit/models/link_error.rb +19 -19
- data/lib/moneykit/models/link_error_bad_config_response.rb +269 -0
- data/lib/moneykit/models/link_error_bad_state_response.rb +71 -88
- data/lib/moneykit/models/link_error_deleted_response.rb +72 -80
- data/lib/moneykit/models/link_error_forbidden_action_response.rb +69 -78
- data/lib/moneykit/models/link_error_not_found_response.rb +72 -80
- data/lib/moneykit/models/link_error_unauthorized_access_response.rb +72 -80
- data/lib/moneykit/models/link_permission_scope.rb +14 -15
- data/lib/moneykit/models/link_permissions.rb +52 -62
- data/lib/moneykit/models/link_products.rb +62 -78
- data/lib/moneykit/models/link_response.rb +95 -136
- data/lib/moneykit/models/link_session_customer_user.rb +65 -83
- data/lib/moneykit/models/link_session_customer_user_email.rb +59 -68
- data/lib/moneykit/models/link_session_customer_user_phone.rb +67 -82
- data/lib/moneykit/models/link_session_error_forbidden_config_response.rb +69 -78
- data/lib/moneykit/models/link_session_error_invalid_token_exchange.rb +69 -78
- data/lib/moneykit/models/link_session_setting_overrides.rb +64 -99
- data/lib/moneykit/models/link_state.rb +15 -16
- data/lib/moneykit/models/link_state_changed_webhook.rb +121 -148
- data/lib/moneykit/models/location_inner.rb +41 -46
- data/lib/moneykit/models/money_kit_env.rb +12 -13
- data/lib/moneykit/models/money_link_features.rb +62 -66
- data/lib/moneykit/models/moneylink_features.rb +50 -49
- data/lib/moneykit/models/numbers.rb +60 -73
- data/lib/moneykit/models/owner.rb +76 -89
- data/lib/moneykit/models/phone.rb +60 -68
- data/lib/moneykit/models/phone_number.rb +63 -74
- data/lib/moneykit/models/phone_number_type.rb +14 -15
- data/lib/moneykit/models/product.rb +14 -15
- data/lib/moneykit/models/products.rb +52 -64
- data/lib/moneykit/models/products1.rb +48 -56
- data/lib/moneykit/models/products_settings.rb +58 -70
- data/lib/moneykit/models/provider.rb +18 -17
- data/lib/moneykit/models/public_link_error.rb +43 -0
- data/lib/moneykit/models/refresh_products_request.rb +52 -65
- data/lib/moneykit/models/requested_link_permission.rb +60 -75
- data/lib/moneykit/models/response401_disconnect_links_id_delete.rb +83 -283
- data/lib/moneykit/models/response401_exchange_token_link_session_exchange_token_post.rb +82 -281
- data/lib/moneykit/models/response401_get_account_links_id_accounts_account_id_get.rb +83 -283
- data/lib/moneykit/models/response401_get_account_numbers_links_id_accounts_numbers_get.rb +83 -283
- data/lib/moneykit/models/response401_get_accounts_links_id_accounts_get.rb +83 -283
- data/lib/moneykit/models/response401_get_identities_links_id_identity_get.rb +83 -283
- data/lib/moneykit/models/response401_get_institution_institutions_institution_id_get.rb +82 -281
- data/lib/moneykit/models/response401_get_institution_styling_institutions_institution_id_styling_get.rb +66 -72
- data/lib/moneykit/models/response401_get_institutions_institutions_get.rb +82 -281
- data/lib/moneykit/models/response401_get_link_links_id_get.rb +83 -283
- data/lib/moneykit/models/response401_get_transactions_diff_links_id_transactions_sync_get.rb +83 -283
- data/lib/moneykit/models/response401_get_transactions_links_id_transactions_get.rb +83 -283
- data/lib/moneykit/models/response401_get_user_accounts_users_id_accounts_get.rb +82 -281
- data/lib/moneykit/models/response401_get_user_links_users_id_links_get.rb +82 -281
- data/lib/moneykit/models/response401_get_user_transactions_users_id_transactions_get.rb +82 -281
- data/lib/moneykit/models/response401_get_well_known_jwks_well_known_jwks_json_get.rb +82 -281
- data/lib/moneykit/models/response401_instrospect_client_auth_introspect_get.rb +82 -281
- data/lib/moneykit/models/response401_refresh_products_links_id_products_post.rb +83 -283
- data/lib/moneykit/models/response401_reset_login_links_id_reset_post.rb +102 -0
- data/lib/moneykit/models/response401_trigger_test_link_webhook_event_webhooks_test_link_id_post.rb +102 -0
- data/lib/moneykit/models/response401_update_link_links_id_patch.rb +83 -283
- data/lib/moneykit/models/settings.rb +61 -73
- data/lib/moneykit/models/supported_version.rb +11 -12
- data/lib/moneykit/models/transaction.rb +104 -131
- data/lib/moneykit/models/transaction_diff.rb +69 -78
- data/lib/moneykit/models/transaction_sync_response.rb +65 -87
- data/lib/moneykit/models/transaction_type.rb +12 -13
- data/lib/moneykit/models/transaction_type_filter.rb +12 -13
- data/lib/moneykit/models/transactions.rb +58 -57
- data/lib/moneykit/models/transactions1.rb +55 -63
- data/lib/moneykit/models/transactions_link_product.rb +57 -69
- data/lib/moneykit/models/transactions_product_settings.rb +67 -71
- data/lib/moneykit/models/update_link_request.rb +63 -69
- data/lib/moneykit/models/user_accounts_out.rb +40 -40
- data/lib/moneykit/models/user_links_out.rb +40 -40
- data/lib/moneykit/models/user_transactions_paged_response.rb +40 -40
- data/lib/moneykit/models/validation_error.rb +63 -77
- data/lib/moneykit/models/validation_error_location_inner.rb +101 -0
- data/lib/moneykit/models/webhook_link_test_event.rb +40 -0
- data/lib/moneykit/models/webhook_test_link_request.rb +252 -0
- data/lib/moneykit/models/webhook_test_link_response.rb +220 -0
- data/lib/moneykit/version.rb +10 -12
- data/lib/moneykit.rb +18 -39
- data/lib/plaid_compatible/money_kit_plaid_compatible/api/plaid_api.rb +738 -737
- data/lib/plaid_compatible/money_kit_plaid_compatible/api_client.rb +339 -340
- data/lib/plaid_compatible/money_kit_plaid_compatible/api_error.rb +47 -47
- data/lib/plaid_compatible/money_kit_plaid_compatible/configuration.rb +258 -260
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/account_balance.rb +210 -212
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/account_base.rb +221 -237
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/account_identity.rb +231 -252
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/account_subtype.rb +100 -101
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/account_type.rb +35 -36
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/accounts_get_request.rb +209 -211
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/accounts_get_request_options.rb +188 -185
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/accounts_get_response.rb +205 -210
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/address.rb +195 -193
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/address_data.rb +222 -226
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/auth_get_numbers.rb +218 -226
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/auth_get_request.rb +209 -211
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/auth_get_request_options.rb +188 -185
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/auth_get_response.rb +211 -222
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/country_code.rb +32 -33
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/email.rb +197 -198
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/http_validation_error.rb +183 -181
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/identity_get_request.rb +209 -211
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/identity_get_request_options.rb +188 -185
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/identity_get_response.rb +205 -210
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/institution.rb +228 -232
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/institutions_get_by_id_request.rb +216 -217
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/institutions_get_by_id_response.rb +195 -196
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/item.rb +251 -261
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_error_webhook.rb +217 -229
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_get_request.rb +205 -205
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_get_response.rb +201 -205
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_public_token_exchange_request.rb +205 -205
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_public_token_exchange_response.rb +206 -211
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_remove_request.rb +205 -205
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_remove_response.rb +188 -185
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_status_investments.rb +195 -193
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_status_last_webhook.rb +195 -193
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_status_nullable.rb +194 -198
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/item_status_transactions.rb +195 -193
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/link_token_create_request.rb +272 -291
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/link_token_create_request_user.rb +225 -225
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/link_token_create_response.rb +206 -211
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/numbers_ach.rb +215 -221
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/numbers_bacs.rb +206 -211
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/numbers_eft.rb +215 -224
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/numbers_international.rb +206 -211
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/owner.rb +218 -226
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/personal_finance_category.rb +197 -198
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/phone_number.rb +206 -211
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/plaid_error.rb +253 -266
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/plaid_error_type.rb +43 -44
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/products.rb +33 -34
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/removed_transaction.rb +187 -183
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/transaction.rb +288 -315
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_get_request.rb +225 -235
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_get_request_options.rb +222 -224
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_get_response.rb +225 -236
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_refresh_request.rb +205 -205
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_refresh_response.rb +188 -185
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_sync_request.rb +223 -229
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_sync_request_options.rb +197 -193
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_sync_response.rb +235 -252
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/validation_error.rb +198 -207
- data/lib/plaid_compatible/money_kit_plaid_compatible/models/webhook_environment_values.rb +32 -33
- data/lib/plaid_compatible/money_kit_plaid_compatible/version.rb +14 -14
- data/lib/plaid_compatible/money_kit_plaid_compatible.rb +24 -24
- data/moneykit.gemspec +22 -25
- metadata +14 -5
@@ -1,302 +1,102 @@
|
|
1
|
-
|
2
|
-
#
|
3
|
-
|
4
|
-
#
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
=end
|
1
|
+
# #MoneyKit API
|
2
|
+
#
|
3
|
+
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
4
|
+
#
|
5
|
+
# The version of the OpenAPI document: 0.1.0
|
6
|
+
#
|
7
|
+
# Generated by: https://openapi-generator.tech
|
8
|
+
# OpenAPI Generator version: 7.1.0
|
9
|
+
#
|
12
10
|
|
13
11
|
require 'date'
|
14
12
|
require 'time'
|
15
13
|
|
16
14
|
module MoneyKit
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
attr_reader :allowable_values
|
27
|
-
|
28
|
-
def initialize(datatype, allowable_values)
|
29
|
-
@allowable_values = allowable_values.map do |value|
|
30
|
-
case datatype.to_s
|
31
|
-
when /Integer/i
|
32
|
-
value.to_i
|
33
|
-
when /Float/i
|
34
|
-
value.to_f
|
35
|
-
else
|
36
|
-
value
|
37
|
-
end
|
38
|
-
end
|
15
|
+
module Response401UpdateLinkLinksIdPatch
|
16
|
+
class << self
|
17
|
+
# List of class defined in anyOf (OpenAPI v3)
|
18
|
+
def openapi_any_of
|
19
|
+
%i[
|
20
|
+
APIErrorAuthExpiredAccessTokenResponse
|
21
|
+
APIErrorAuthUnauthorizedResponse
|
22
|
+
LinkErrorUnauthorizedAccessResponse
|
23
|
+
]
|
39
24
|
end
|
40
25
|
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
:
|
50
|
-
:
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
attribute_map.values
|
58
|
-
end
|
59
|
-
|
60
|
-
# Attribute type mapping.
|
61
|
-
def self.openapi_types
|
62
|
-
{
|
63
|
-
:'error_code' => :'String',
|
64
|
-
:'error_message' => :'String',
|
65
|
-
:'documentation_url' => :'String'
|
66
|
-
}
|
67
|
-
end
|
68
|
-
|
69
|
-
# List of attributes with nullable: true
|
70
|
-
def self.openapi_nullable
|
71
|
-
Set.new([
|
72
|
-
:'documentation_url'
|
73
|
-
])
|
74
|
-
end
|
75
|
-
|
76
|
-
# List of class defined in anyOf (OpenAPI v3)
|
77
|
-
def self.openapi_any_of
|
78
|
-
[
|
79
|
-
:'APIErrorAuthExpiredAccessTokenResponse',
|
80
|
-
:'APIErrorAuthUnauthorizedResponse',
|
81
|
-
:'LinkErrorUnauthorizedAccessResponse'
|
82
|
-
]
|
83
|
-
end
|
84
|
-
|
85
|
-
# Initializes the object
|
86
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
87
|
-
def initialize(attributes = {})
|
88
|
-
if (!attributes.is_a?(Hash))
|
89
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `MoneyKit::Response401UpdateLinkLinksIdPatch` initialize method"
|
90
|
-
end
|
91
|
-
|
92
|
-
# check to see if the attribute exists and convert string to symbol for hash key
|
93
|
-
attributes = attributes.each_with_object({}) { |(k, v), h|
|
94
|
-
if (!self.class.attribute_map.key?(k.to_sym))
|
95
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `MoneyKit::Response401UpdateLinkLinksIdPatch`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
26
|
+
# Builds the object
|
27
|
+
# @param [Mixed] Data to be matched against the list of anyOf items
|
28
|
+
# @return [Object] Returns the model or the data itself
|
29
|
+
def build(data)
|
30
|
+
# Go through the list of anyOf items and attempt to identify the appropriate one.
|
31
|
+
# Note:
|
32
|
+
# - No advanced validation of types in some cases (e.g. "x: { type: string }" will happily match { x: 123 })
|
33
|
+
# due to the way the deserialization is made in the base_object template (it just casts without verifying).
|
34
|
+
# - TODO: scalar values are de facto behaving as if they were nullable.
|
35
|
+
# - TODO: logging when debugging is set.
|
36
|
+
openapi_any_of.each do |klass|
|
37
|
+
next if klass == :AnyType # "nullable: true"
|
38
|
+
|
39
|
+
typed_data = find_and_cast_into_type(klass, data)
|
40
|
+
return typed_data if typed_data
|
41
|
+
rescue StandardError # rescue all errors so we keep iterating even if the current item lookup raises
|
96
42
|
end
|
97
|
-
h[k.to_sym] = v
|
98
|
-
}
|
99
|
-
|
100
|
-
if attributes.key?(:'error_code')
|
101
|
-
self.error_code = attributes[:'error_code']
|
102
|
-
else
|
103
|
-
self.error_code = 'link_error.unauthorized_access'
|
104
|
-
end
|
105
|
-
|
106
|
-
if attributes.key?(:'error_message')
|
107
|
-
self.error_message = attributes[:'error_message']
|
108
|
-
else
|
109
|
-
self.error_message = 'Unauthorized link access.'
|
110
|
-
end
|
111
43
|
|
112
|
-
|
113
|
-
self.documentation_url = attributes[:'documentation_url']
|
114
|
-
end
|
115
|
-
end
|
116
|
-
|
117
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
118
|
-
# @return Array for valid properties with the reasons
|
119
|
-
def list_invalid_properties
|
120
|
-
invalid_properties = Array.new
|
121
|
-
if @error_message.nil?
|
122
|
-
invalid_properties.push('invalid value for "error_message", error_message cannot be nil.')
|
123
|
-
end
|
124
|
-
|
125
|
-
invalid_properties
|
126
|
-
end
|
127
|
-
|
128
|
-
# Check to see if the all the properties in the model are valid
|
129
|
-
# @return true if the model is valid
|
130
|
-
def valid?
|
131
|
-
error_code_validator = EnumAttributeValidator.new('String', ["link_error.unauthorized_access"])
|
132
|
-
return false unless error_code_validator.valid?(@error_code)
|
133
|
-
return false if @error_message.nil?
|
134
|
-
_any_of_found = false
|
135
|
-
self.class.openapi_any_of.each do |_class|
|
136
|
-
_any_of = MoneyKit.const_get(_class).build_from_hash(self.to_hash)
|
137
|
-
if _any_of.valid?
|
138
|
-
_any_of_found = true
|
139
|
-
end
|
44
|
+
openapi_any_of.include?(:AnyType) ? data : nil
|
140
45
|
end
|
141
46
|
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
# @see the `==` method
|
170
|
-
# @param [Object] Object to be compared
|
171
|
-
def eql?(o)
|
172
|
-
self == o
|
173
|
-
end
|
174
|
-
|
175
|
-
# Calculates hash code according to all attributes.
|
176
|
-
# @return [Integer] Hash code
|
177
|
-
def hash
|
178
|
-
[error_code, error_message, documentation_url].hash
|
179
|
-
end
|
180
|
-
|
181
|
-
# Builds the object from hash
|
182
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
183
|
-
# @return [Object] Returns the model itself
|
184
|
-
def self.build_from_hash(attributes)
|
185
|
-
new.build_from_hash(attributes)
|
186
|
-
end
|
187
|
-
|
188
|
-
# Builds the object from hash
|
189
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
190
|
-
# @return [Object] Returns the model itself
|
191
|
-
def build_from_hash(attributes)
|
192
|
-
return nil unless attributes.is_a?(Hash)
|
193
|
-
attributes = attributes.transform_keys(&:to_sym)
|
194
|
-
self.class.openapi_types.each_pair do |key, type|
|
195
|
-
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
196
|
-
self.send("#{key}=", nil)
|
197
|
-
elsif type =~ /\AArray<(.*)>/i
|
198
|
-
# check to ensure the input is an array given that the attribute
|
199
|
-
# is documented as an array but the input is not
|
200
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
201
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
47
|
+
private
|
48
|
+
|
49
|
+
SchemaMismatchError = Class.new(StandardError)
|
50
|
+
|
51
|
+
# NOTE: 'File' is missing here because in the regular case we get the data _after_ a call to JSON.parse.
|
52
|
+
def find_and_cast_into_type(klass, data)
|
53
|
+
return if data.nil?
|
54
|
+
|
55
|
+
case klass.to_s
|
56
|
+
when 'Boolean'
|
57
|
+
return data if data.instance_of?(TrueClass) || data.instance_of?(FalseClass)
|
58
|
+
when 'Float'
|
59
|
+
return data if data.instance_of?(Float)
|
60
|
+
when 'Integer'
|
61
|
+
return data if data.instance_of?(Integer)
|
62
|
+
when 'Time'
|
63
|
+
return Time.parse(data)
|
64
|
+
when 'Date'
|
65
|
+
return Date.parse(data)
|
66
|
+
when 'String'
|
67
|
+
return data if data.instance_of?(String)
|
68
|
+
when 'Object' # "type: object"
|
69
|
+
return data if data.instance_of?(Hash)
|
70
|
+
when /\AArray<(?<sub_type>.+)>\z/ # "type: array"
|
71
|
+
if data.instance_of?(Array)
|
72
|
+
sub_type = Regexp.last_match[:sub_type]
|
73
|
+
return data.map { |item| find_and_cast_into_type(sub_type, item) }
|
202
74
|
end
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
when :String
|
222
|
-
value.to_s
|
223
|
-
when :Integer
|
224
|
-
value.to_i
|
225
|
-
when :Float
|
226
|
-
value.to_f
|
227
|
-
when :Boolean
|
228
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
229
|
-
true
|
230
|
-
else
|
231
|
-
false
|
232
|
-
end
|
233
|
-
when :Object
|
234
|
-
# generic object (usually a Hash), return directly
|
235
|
-
value
|
236
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
237
|
-
inner_type = Regexp.last_match[:inner_type]
|
238
|
-
value.map { |v| _deserialize(inner_type, v) }
|
239
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
240
|
-
k_type = Regexp.last_match[:k_type]
|
241
|
-
v_type = Regexp.last_match[:v_type]
|
242
|
-
{}.tap do |hash|
|
243
|
-
value.each do |k, v|
|
244
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
75
|
+
when /\AHash<String, (?<sub_type>.+)>\z/ # "type: object" with "additionalProperties: { ... }"
|
76
|
+
if data.instance_of?(Hash) && data.keys.all? { |k| k.instance_of?(Symbol) || k.instance_of?(String) }
|
77
|
+
sub_type = Regexp.last_match[:sub_type]
|
78
|
+
return data.each_with_object({}) { |(k, v), hsh| hsh[k] = find_and_cast_into_type(sub_type, v) }
|
79
|
+
end
|
80
|
+
else # model
|
81
|
+
const = MoneyKit.const_get(klass)
|
82
|
+
if const
|
83
|
+
if const.respond_to?(:openapi_any_of) # nested anyOf model
|
84
|
+
model = const.build(data)
|
85
|
+
return model if model
|
86
|
+
else
|
87
|
+
# raise if data contains keys that are not known to the model
|
88
|
+
raise unless (data.keys - const.acceptable_attributes).empty?
|
89
|
+
|
90
|
+
model = const.build_from_hash(data)
|
91
|
+
return model if model
|
92
|
+
end
|
245
93
|
end
|
246
|
-
end
|
247
|
-
else # model
|
248
|
-
# models (e.g. Pet) or oneOf
|
249
|
-
klass = MoneyKit.const_get(type)
|
250
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
251
|
-
end
|
252
|
-
end
|
253
|
-
|
254
|
-
# Returns the string representation of the object
|
255
|
-
# @return [String] String presentation of the object
|
256
|
-
def to_s
|
257
|
-
to_hash.to_s
|
258
|
-
end
|
259
|
-
|
260
|
-
# to_body is an alias to to_hash (backward compatibility)
|
261
|
-
# @return [Hash] Returns the object in the form of hash
|
262
|
-
def to_body
|
263
|
-
to_hash
|
264
|
-
end
|
265
|
-
|
266
|
-
# Returns the object in the form of hash
|
267
|
-
# @return [Hash] Returns the object in the form of hash
|
268
|
-
def to_hash
|
269
|
-
hash = {}
|
270
|
-
self.class.attribute_map.each_pair do |attr, param|
|
271
|
-
value = self.send(attr)
|
272
|
-
if value.nil?
|
273
|
-
is_nullable = self.class.openapi_nullable.include?(attr)
|
274
|
-
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
275
94
|
end
|
276
95
|
|
277
|
-
|
96
|
+
raise # if no match by now, raise
|
97
|
+
rescue StandardError
|
98
|
+
raise SchemaMismatchError, "#{data} doesn't match the #{klass} type"
|
278
99
|
end
|
279
|
-
hash
|
280
100
|
end
|
281
|
-
|
282
|
-
# Outputs non-array value in the form of hash
|
283
|
-
# For object, use to_hash. Otherwise, just return the value
|
284
|
-
# @param [Object] value Any valid value
|
285
|
-
# @return [Hash] Returns the value in the form of hash
|
286
|
-
def _to_hash(value)
|
287
|
-
if value.is_a?(Array)
|
288
|
-
value.compact.map { |v| _to_hash(v) }
|
289
|
-
elsif value.is_a?(Hash)
|
290
|
-
{}.tap do |hash|
|
291
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
292
|
-
end
|
293
|
-
elsif value.respond_to? :to_hash
|
294
|
-
value.to_hash
|
295
|
-
else
|
296
|
-
value
|
297
|
-
end
|
298
|
-
end
|
299
|
-
|
300
101
|
end
|
301
|
-
|
302
102
|
end
|
@@ -1,14 +1,12 @@
|
|
1
|
-
|
2
|
-
#
|
3
|
-
|
4
|
-
#
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
=end
|
1
|
+
# #MoneyKit API
|
2
|
+
#
|
3
|
+
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
4
|
+
#
|
5
|
+
# The version of the OpenAPI document: 0.1.0
|
6
|
+
#
|
7
|
+
# Generated by: https://openapi-generator.tech
|
8
|
+
# OpenAPI Generator version: 6.5.0
|
9
|
+
#
|
12
10
|
|
13
11
|
require 'date'
|
14
12
|
require 'time'
|
@@ -19,9 +17,7 @@ module MoneyKit
|
|
19
17
|
# If provided, restricts the available institutions to those supported by **any** of these providers.
|
20
18
|
attr_accessor :providers
|
21
19
|
|
22
|
-
attr_accessor :link_permissions
|
23
|
-
|
24
|
-
attr_accessor :products
|
20
|
+
attr_accessor :link_permissions, :products
|
25
21
|
|
26
22
|
# Restricts the available institutions to those in **any** of these countries.
|
27
23
|
attr_accessor :countries
|
@@ -29,10 +25,10 @@ module MoneyKit
|
|
29
25
|
# Attribute mapping from ruby-style variable name to JSON key.
|
30
26
|
def self.attribute_map
|
31
27
|
{
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
28
|
+
'providers': :providers,
|
29
|
+
'link_permissions': :link_permissions,
|
30
|
+
'products': :products,
|
31
|
+
'countries': :countries
|
36
32
|
}
|
37
33
|
end
|
38
34
|
|
@@ -44,71 +40,65 @@ module MoneyKit
|
|
44
40
|
# Attribute type mapping.
|
45
41
|
def self.openapi_types
|
46
42
|
{
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
43
|
+
'providers': :'Array<Provider>',
|
44
|
+
'link_permissions': :LinkPermissions,
|
45
|
+
'products': :Products1,
|
46
|
+
'countries': :'Array<Country>'
|
51
47
|
}
|
52
48
|
end
|
53
49
|
|
54
50
|
# List of attributes with nullable: true
|
55
51
|
def self.openapi_nullable
|
56
|
-
Set.new([
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
52
|
+
Set.new(%i[
|
53
|
+
providers
|
54
|
+
link_permissions
|
55
|
+
products
|
56
|
+
countries
|
57
|
+
])
|
62
58
|
end
|
63
59
|
|
64
60
|
# List of class defined in allOf (OpenAPI v3)
|
65
61
|
def self.openapi_all_of
|
66
62
|
[
|
67
|
-
|
63
|
+
:LinkSessionSettingOverrides
|
68
64
|
]
|
69
65
|
end
|
70
66
|
|
71
67
|
# Initializes the object
|
72
68
|
# @param [Hash] attributes Model attributes in the form of hash
|
73
69
|
def initialize(attributes = {})
|
74
|
-
|
75
|
-
|
70
|
+
unless attributes.is_a?(Hash)
|
71
|
+
raise ArgumentError, 'The input argument (attributes) must be a hash in `MoneyKit::Settings` initialize method'
|
76
72
|
end
|
77
73
|
|
78
74
|
# check to see if the attribute exists and convert string to symbol for hash key
|
79
|
-
attributes = attributes.each_with_object({})
|
80
|
-
|
81
|
-
|
75
|
+
attributes = attributes.each_with_object({}) do |(k, v), h|
|
76
|
+
unless self.class.attribute_map.key?(k.to_sym)
|
77
|
+
raise ArgumentError,
|
78
|
+
"`#{k}` is not a valid attribute in `MoneyKit::Settings`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
82
79
|
end
|
83
|
-
h[k.to_sym] = v
|
84
|
-
}
|
85
80
|
|
86
|
-
|
87
|
-
if (value = attributes[:'providers']).is_a?(Array)
|
88
|
-
self.providers = value
|
89
|
-
end
|
81
|
+
h[k.to_sym] = v
|
90
82
|
end
|
91
83
|
|
92
|
-
if attributes.key?(:
|
93
|
-
self.
|
84
|
+
if attributes.key?(:providers) && (value = attributes[:providers]).is_a?(Array)
|
85
|
+
self.providers = value
|
94
86
|
end
|
95
87
|
|
96
|
-
if attributes.key?(:
|
97
|
-
self.products = attributes[:'products']
|
98
|
-
end
|
88
|
+
self.link_permissions = attributes[:link_permissions] if attributes.key?(:link_permissions)
|
99
89
|
|
100
|
-
if attributes.key?(:
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
90
|
+
self.products = attributes[:products] if attributes.key?(:products)
|
91
|
+
|
92
|
+
return unless attributes.key?(:countries)
|
93
|
+
return unless (value = attributes[:countries]).is_a?(Array)
|
94
|
+
|
95
|
+
self.countries = value
|
105
96
|
end
|
106
97
|
|
107
98
|
# Show invalid properties with the reasons. Usually used together with valid?
|
108
99
|
# @return Array for valid properties with the reasons
|
109
100
|
def list_invalid_properties
|
110
|
-
|
111
|
-
invalid_properties
|
101
|
+
[]
|
112
102
|
end
|
113
103
|
|
114
104
|
# Check to see if the all the properties in the model are valid
|
@@ -119,31 +109,28 @@ module MoneyKit
|
|
119
109
|
|
120
110
|
# Custom attribute writer method with validation
|
121
111
|
# @param [Object] providers Value to be assigned
|
122
|
-
|
123
|
-
@providers = providers
|
124
|
-
end
|
112
|
+
attr_writer :providers
|
125
113
|
|
126
114
|
# Custom attribute writer method with validation
|
127
115
|
# @param [Object] countries Value to be assigned
|
128
|
-
|
129
|
-
@countries = countries
|
130
|
-
end
|
116
|
+
attr_writer :countries
|
131
117
|
|
132
118
|
# Checks equality by comparing each attribute.
|
133
119
|
# @param [Object] Object to be compared
|
134
|
-
def ==(
|
135
|
-
return true if
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
120
|
+
def ==(other)
|
121
|
+
return true if equal?(other)
|
122
|
+
|
123
|
+
self.class == other.class &&
|
124
|
+
providers == other.providers &&
|
125
|
+
link_permissions == other.link_permissions &&
|
126
|
+
products == other.products &&
|
127
|
+
countries == other.countries
|
141
128
|
end
|
142
129
|
|
143
130
|
# @see the `==` method
|
144
131
|
# @param [Object] Object to be compared
|
145
|
-
def eql?(
|
146
|
-
self ==
|
132
|
+
def eql?(other)
|
133
|
+
self == other
|
147
134
|
end
|
148
135
|
|
149
136
|
# Calculates hash code according to all attributes.
|
@@ -164,18 +151,21 @@ module MoneyKit
|
|
164
151
|
# @return [Object] Returns the model itself
|
165
152
|
def build_from_hash(attributes)
|
166
153
|
return nil unless attributes.is_a?(Hash)
|
154
|
+
|
167
155
|
attributes = attributes.transform_keys(&:to_sym)
|
168
156
|
self.class.openapi_types.each_pair do |key, type|
|
169
157
|
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
170
|
-
|
158
|
+
send("#{key}=", nil)
|
171
159
|
elsif type =~ /\AArray<(.*)>/i
|
172
160
|
# check to ensure the input is an array given that the attribute
|
173
161
|
# is documented as an array but the input is not
|
174
162
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
175
|
-
|
163
|
+
send("#{key}=", attributes[self.class.attribute_map[key]].map do |v|
|
164
|
+
_deserialize(::Regexp.last_match(1), v)
|
165
|
+
end)
|
176
166
|
end
|
177
167
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
178
|
-
|
168
|
+
send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
179
169
|
end
|
180
170
|
end
|
181
171
|
|
@@ -242,7 +232,7 @@ module MoneyKit
|
|
242
232
|
def to_hash
|
243
233
|
hash = {}
|
244
234
|
self.class.attribute_map.each_pair do |attr, param|
|
245
|
-
value =
|
235
|
+
value = send(attr)
|
246
236
|
if value.nil?
|
247
237
|
is_nullable = self.class.openapi_nullable.include?(attr)
|
248
238
|
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
@@ -270,7 +260,5 @@ module MoneyKit
|
|
270
260
|
value
|
271
261
|
end
|
272
262
|
end
|
273
|
-
|
274
263
|
end
|
275
|
-
|
276
264
|
end
|
@@ -1,21 +1,19 @@
|
|
1
|
-
|
2
|
-
#
|
3
|
-
|
4
|
-
#
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
=end
|
1
|
+
# #MoneyKit API
|
2
|
+
#
|
3
|
+
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
4
|
+
#
|
5
|
+
# The version of the OpenAPI document: 0.1.0
|
6
|
+
#
|
7
|
+
# Generated by: https://openapi-generator.tech
|
8
|
+
# OpenAPI Generator version: 6.5.0
|
9
|
+
#
|
12
10
|
|
13
11
|
require 'date'
|
14
12
|
require 'time'
|
15
13
|
|
16
14
|
module MoneyKit
|
17
15
|
class SupportedVersion
|
18
|
-
N2023_02_18 =
|
16
|
+
N2023_02_18 = '2023-02-18'.freeze
|
19
17
|
|
20
18
|
def self.all_vars
|
21
19
|
@all_vars ||= [N2023_02_18].freeze
|
@@ -33,6 +31,7 @@ module MoneyKit
|
|
33
31
|
# @return [String] The enum value
|
34
32
|
def build_from_hash(value)
|
35
33
|
return value if SupportedVersion.all_vars.include?(value)
|
34
|
+
|
36
35
|
raise "Invalid ENUM value #{value} for class #SupportedVersion"
|
37
36
|
end
|
38
37
|
end
|