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,30 +1,29 @@
|
|
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 LinkError
|
18
|
-
SYSTEM_ERROR =
|
19
|
-
PROVIDER_ERROR =
|
20
|
-
INSTITUTION_ERROR =
|
21
|
-
USER_ERROR =
|
22
|
-
AUTH_EXPIRED =
|
23
|
-
INCOMPLETE =
|
24
|
-
PAYMENT_ERROR =
|
16
|
+
SYSTEM_ERROR = 'system_error'.freeze
|
17
|
+
PROVIDER_ERROR = 'provider_error'.freeze
|
18
|
+
INSTITUTION_ERROR = 'institution_error'.freeze
|
19
|
+
USER_ERROR = 'user_error'.freeze
|
20
|
+
AUTH_EXPIRED = 'auth_expired'.freeze
|
21
|
+
INCOMPLETE = 'incomplete'.freeze
|
22
|
+
PAYMENT_ERROR = 'payment_error'.freeze
|
25
23
|
|
26
24
|
def self.all_vars
|
27
|
-
@all_vars ||= [SYSTEM_ERROR, PROVIDER_ERROR, INSTITUTION_ERROR, USER_ERROR, AUTH_EXPIRED, INCOMPLETE,
|
25
|
+
@all_vars ||= [SYSTEM_ERROR, PROVIDER_ERROR, INSTITUTION_ERROR, USER_ERROR, AUTH_EXPIRED, INCOMPLETE,
|
26
|
+
PAYMENT_ERROR].freeze
|
28
27
|
end
|
29
28
|
|
30
29
|
# Builds the enum from string
|
@@ -39,6 +38,7 @@ module MoneyKit
|
|
39
38
|
# @return [String] The enum value
|
40
39
|
def build_from_hash(value)
|
41
40
|
return value if LinkError.all_vars.include?(value)
|
41
|
+
|
42
42
|
raise "Invalid ENUM value #{value} for class #LinkError"
|
43
43
|
end
|
44
44
|
end
|
@@ -0,0 +1,269 @@
|
|
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
|
+
#
|
10
|
+
|
11
|
+
require 'date'
|
12
|
+
require 'time'
|
13
|
+
|
14
|
+
module MoneyKit
|
15
|
+
# Bad link configuration.
|
16
|
+
class LinkErrorBadConfigResponse
|
17
|
+
attr_accessor :error_code, :error_message, :documentation_url
|
18
|
+
|
19
|
+
class EnumAttributeValidator
|
20
|
+
attr_reader :datatype, :allowable_values
|
21
|
+
|
22
|
+
def initialize(datatype, allowable_values)
|
23
|
+
@allowable_values = allowable_values.map do |value|
|
24
|
+
case datatype.to_s
|
25
|
+
when /Integer/i
|
26
|
+
value.to_i
|
27
|
+
when /Float/i
|
28
|
+
value.to_f
|
29
|
+
else
|
30
|
+
value
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
def valid?(value)
|
36
|
+
!value || allowable_values.include?(value)
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
41
|
+
def self.attribute_map
|
42
|
+
{
|
43
|
+
'error_code': :error_code,
|
44
|
+
'error_message': :error_message,
|
45
|
+
'documentation_url': :documentation_url
|
46
|
+
}
|
47
|
+
end
|
48
|
+
|
49
|
+
# Returns all the JSON keys this model knows about
|
50
|
+
def self.acceptable_attributes
|
51
|
+
attribute_map.values
|
52
|
+
end
|
53
|
+
|
54
|
+
# Attribute type mapping.
|
55
|
+
def self.openapi_types
|
56
|
+
{
|
57
|
+
'error_code': :String,
|
58
|
+
'error_message': :String,
|
59
|
+
'documentation_url': :String
|
60
|
+
}
|
61
|
+
end
|
62
|
+
|
63
|
+
# List of attributes with nullable: true
|
64
|
+
def self.openapi_nullable
|
65
|
+
Set.new([])
|
66
|
+
end
|
67
|
+
|
68
|
+
# Initializes the object
|
69
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
70
|
+
def initialize(attributes = {})
|
71
|
+
unless attributes.is_a?(Hash)
|
72
|
+
raise ArgumentError,
|
73
|
+
'The input argument (attributes) must be a hash in `MoneyKit::LinkErrorBadConfigResponse` initialize method'
|
74
|
+
end
|
75
|
+
|
76
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
77
|
+
attributes = attributes.each_with_object({}) do |(k, v), h|
|
78
|
+
unless self.class.attribute_map.key?(k.to_sym)
|
79
|
+
raise ArgumentError,
|
80
|
+
"`#{k}` is not a valid attribute in `MoneyKit::LinkErrorBadConfigResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
81
|
+
end
|
82
|
+
|
83
|
+
h[k.to_sym] = v
|
84
|
+
end
|
85
|
+
|
86
|
+
self.error_code = if attributes.key?(:error_code)
|
87
|
+
attributes[:error_code]
|
88
|
+
else
|
89
|
+
'link_error.bad_config'
|
90
|
+
end
|
91
|
+
|
92
|
+
self.error_message = (attributes[:error_message] if attributes.key?(:error_message))
|
93
|
+
|
94
|
+
return unless attributes.key?(:documentation_url)
|
95
|
+
|
96
|
+
self.documentation_url = attributes[:documentation_url]
|
97
|
+
end
|
98
|
+
|
99
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
100
|
+
# @return Array for valid properties with the reasons
|
101
|
+
def list_invalid_properties
|
102
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
103
|
+
invalid_properties = []
|
104
|
+
invalid_properties.push('invalid value for "error_message", error_message cannot be nil.') if @error_message.nil?
|
105
|
+
|
106
|
+
invalid_properties
|
107
|
+
end
|
108
|
+
|
109
|
+
# Check to see if the all the properties in the model are valid
|
110
|
+
# @return true if the model is valid
|
111
|
+
def valid?
|
112
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
113
|
+
error_code_validator = EnumAttributeValidator.new('String', ['link_error.bad_config'])
|
114
|
+
return false unless error_code_validator.valid?(@error_code)
|
115
|
+
return false if @error_message.nil?
|
116
|
+
|
117
|
+
true
|
118
|
+
end
|
119
|
+
|
120
|
+
# Custom attribute writer method checking allowed values (enum).
|
121
|
+
# @param [Object] error_code Object to be assigned
|
122
|
+
def error_code=(error_code)
|
123
|
+
validator = EnumAttributeValidator.new('String', ['link_error.bad_config'])
|
124
|
+
unless validator.valid?(error_code)
|
125
|
+
raise ArgumentError, "invalid value for \"error_code\", must be one of #{validator.allowable_values}."
|
126
|
+
end
|
127
|
+
|
128
|
+
@error_code = error_code
|
129
|
+
end
|
130
|
+
|
131
|
+
# Checks equality by comparing each attribute.
|
132
|
+
# @param [Object] Object to be compared
|
133
|
+
def ==(other)
|
134
|
+
return true if equal?(other)
|
135
|
+
|
136
|
+
self.class == other.class &&
|
137
|
+
error_code == other.error_code &&
|
138
|
+
error_message == other.error_message &&
|
139
|
+
documentation_url == other.documentation_url
|
140
|
+
end
|
141
|
+
|
142
|
+
# @see the `==` method
|
143
|
+
# @param [Object] Object to be compared
|
144
|
+
def eql?(other)
|
145
|
+
self == other
|
146
|
+
end
|
147
|
+
|
148
|
+
# Calculates hash code according to all attributes.
|
149
|
+
# @return [Integer] Hash code
|
150
|
+
def hash
|
151
|
+
[error_code, error_message, documentation_url].hash
|
152
|
+
end
|
153
|
+
|
154
|
+
# Builds the object from hash
|
155
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
156
|
+
# @return [Object] Returns the model itself
|
157
|
+
def self.build_from_hash(attributes)
|
158
|
+
return nil unless attributes.is_a?(Hash)
|
159
|
+
|
160
|
+
attributes = attributes.transform_keys(&:to_sym)
|
161
|
+
transformed_hash = {}
|
162
|
+
openapi_types.each_pair do |key, type|
|
163
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
164
|
+
transformed_hash["#{key}"] = nil
|
165
|
+
elsif type =~ /\AArray<(.*)>/i
|
166
|
+
# check to ensure the input is an array given that the attribute
|
167
|
+
# is documented as an array but the input is not
|
168
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
169
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map do |v|
|
170
|
+
_deserialize(::Regexp.last_match(1), v)
|
171
|
+
end
|
172
|
+
end
|
173
|
+
elsif !attributes[attribute_map[key]].nil?
|
174
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
175
|
+
end
|
176
|
+
end
|
177
|
+
new(transformed_hash)
|
178
|
+
end
|
179
|
+
|
180
|
+
# Deserializes the data based on type
|
181
|
+
# @param string type Data type
|
182
|
+
# @param string value Value to be deserialized
|
183
|
+
# @return [Object] Deserialized data
|
184
|
+
def self._deserialize(type, value)
|
185
|
+
case type.to_sym
|
186
|
+
when :Time
|
187
|
+
Time.parse(value)
|
188
|
+
when :Date
|
189
|
+
Date.parse(value)
|
190
|
+
when :String
|
191
|
+
value.to_s
|
192
|
+
when :Integer
|
193
|
+
value.to_i
|
194
|
+
when :Float
|
195
|
+
value.to_f
|
196
|
+
when :Boolean
|
197
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
198
|
+
true
|
199
|
+
else
|
200
|
+
false
|
201
|
+
end
|
202
|
+
when :Object
|
203
|
+
# generic object (usually a Hash), return directly
|
204
|
+
value
|
205
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
206
|
+
inner_type = Regexp.last_match[:inner_type]
|
207
|
+
value.map { |v| _deserialize(inner_type, v) }
|
208
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
209
|
+
k_type = Regexp.last_match[:k_type]
|
210
|
+
v_type = Regexp.last_match[:v_type]
|
211
|
+
{}.tap do |hash|
|
212
|
+
value.each do |k, v|
|
213
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
214
|
+
end
|
215
|
+
end
|
216
|
+
else # model
|
217
|
+
# models (e.g. Pet) or oneOf
|
218
|
+
klass = MoneyKit.const_get(type)
|
219
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
220
|
+
end
|
221
|
+
end
|
222
|
+
|
223
|
+
# Returns the string representation of the object
|
224
|
+
# @return [String] String presentation of the object
|
225
|
+
def to_s
|
226
|
+
to_hash.to_s
|
227
|
+
end
|
228
|
+
|
229
|
+
# to_body is an alias to to_hash (backward compatibility)
|
230
|
+
# @return [Hash] Returns the object in the form of hash
|
231
|
+
def to_body
|
232
|
+
to_hash
|
233
|
+
end
|
234
|
+
|
235
|
+
# Returns the object in the form of hash
|
236
|
+
# @return [Hash] Returns the object in the form of hash
|
237
|
+
def to_hash
|
238
|
+
hash = {}
|
239
|
+
self.class.attribute_map.each_pair do |attr, param|
|
240
|
+
value = send(attr)
|
241
|
+
if value.nil?
|
242
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
243
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
244
|
+
end
|
245
|
+
|
246
|
+
hash[param] = _to_hash(value)
|
247
|
+
end
|
248
|
+
hash
|
249
|
+
end
|
250
|
+
|
251
|
+
# Outputs non-array value in the form of hash
|
252
|
+
# For object, use to_hash. Otherwise, just return the value
|
253
|
+
# @param [Object] value Any valid value
|
254
|
+
# @return [Hash] Returns the value in the form of hash
|
255
|
+
def _to_hash(value)
|
256
|
+
if value.is_a?(Array)
|
257
|
+
value.compact.map { |v| _to_hash(v) }
|
258
|
+
elsif value.is_a?(Hash)
|
259
|
+
{}.tap do |hash|
|
260
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
261
|
+
end
|
262
|
+
elsif value.respond_to? :to_hash
|
263
|
+
value.to_hash
|
264
|
+
else
|
265
|
+
value
|
266
|
+
end
|
267
|
+
end
|
268
|
+
end
|
269
|
+
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: 7.1.0
|
9
|
+
#
|
12
10
|
|
13
11
|
require 'date'
|
14
12
|
require 'time'
|
@@ -16,17 +14,10 @@ require 'time'
|
|
16
14
|
module MoneyKit
|
17
15
|
# Link error.
|
18
16
|
class LinkErrorBadStateResponse
|
19
|
-
attr_accessor :error_code
|
20
|
-
|
21
|
-
attr_accessor :error_message
|
22
|
-
|
23
|
-
attr_accessor :documentation_url
|
24
|
-
|
25
|
-
attr_accessor :link_error_code
|
17
|
+
attr_accessor :error_code, :error_message, :documentation_url, :link_error_code
|
26
18
|
|
27
19
|
class EnumAttributeValidator
|
28
|
-
attr_reader :datatype
|
29
|
-
attr_reader :allowable_values
|
20
|
+
attr_reader :datatype, :allowable_values
|
30
21
|
|
31
22
|
def initialize(datatype, allowable_values)
|
32
23
|
@allowable_values = allowable_values.map do |value|
|
@@ -49,10 +40,10 @@ module MoneyKit
|
|
49
40
|
# Attribute mapping from ruby-style variable name to JSON key.
|
50
41
|
def self.attribute_map
|
51
42
|
{
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
43
|
+
'error_code': :error_code,
|
44
|
+
'error_message': :error_message,
|
45
|
+
'documentation_url': :documentation_url,
|
46
|
+
'link_error_code': :link_error_code
|
56
47
|
}
|
57
48
|
end
|
58
49
|
|
@@ -64,61 +55,55 @@ module MoneyKit
|
|
64
55
|
# Attribute type mapping.
|
65
56
|
def self.openapi_types
|
66
57
|
{
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
58
|
+
'error_code': :String,
|
59
|
+
'error_message': :String,
|
60
|
+
'documentation_url': :String,
|
61
|
+
'link_error_code': :String
|
71
62
|
}
|
72
63
|
end
|
73
64
|
|
74
65
|
# List of attributes with nullable: true
|
75
66
|
def self.openapi_nullable
|
76
|
-
Set.new([
|
77
|
-
:'documentation_url',
|
78
|
-
])
|
67
|
+
Set.new([])
|
79
68
|
end
|
80
69
|
|
81
70
|
# Initializes the object
|
82
71
|
# @param [Hash] attributes Model attributes in the form of hash
|
83
72
|
def initialize(attributes = {})
|
84
|
-
|
85
|
-
|
73
|
+
unless attributes.is_a?(Hash)
|
74
|
+
raise ArgumentError,
|
75
|
+
'The input argument (attributes) must be a hash in `MoneyKit::LinkErrorBadStateResponse` initialize method'
|
86
76
|
end
|
87
77
|
|
88
78
|
# check to see if the attribute exists and convert string to symbol for hash key
|
89
|
-
attributes = attributes.each_with_object({})
|
90
|
-
|
91
|
-
|
79
|
+
attributes = attributes.each_with_object({}) do |(k, v), h|
|
80
|
+
unless self.class.attribute_map.key?(k.to_sym)
|
81
|
+
raise ArgumentError,
|
82
|
+
"`#{k}` is not a valid attribute in `MoneyKit::LinkErrorBadStateResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
92
83
|
end
|
93
|
-
h[k.to_sym] = v
|
94
|
-
}
|
95
84
|
|
96
|
-
|
97
|
-
self.error_code = attributes[:'error_code']
|
98
|
-
else
|
99
|
-
self.error_code = 'link_error.bad_state'
|
85
|
+
h[k.to_sym] = v
|
100
86
|
end
|
101
87
|
|
102
|
-
if attributes.key?(:
|
103
|
-
|
104
|
-
|
88
|
+
self.error_code = if attributes.key?(:error_code)
|
89
|
+
attributes[:error_code]
|
90
|
+
else
|
91
|
+
'link_error.bad_state'
|
92
|
+
end
|
105
93
|
|
106
|
-
if attributes.key?(:
|
107
|
-
self.documentation_url = attributes[:'documentation_url']
|
108
|
-
end
|
94
|
+
self.error_message = (attributes[:error_message] if attributes.key?(:error_message))
|
109
95
|
|
110
|
-
if attributes.key?(:
|
111
|
-
|
112
|
-
|
96
|
+
self.documentation_url = attributes[:documentation_url] if attributes.key?(:documentation_url)
|
97
|
+
|
98
|
+
self.link_error_code = (attributes[:link_error_code] if attributes.key?(:link_error_code))
|
113
99
|
end
|
114
100
|
|
115
101
|
# Show invalid properties with the reasons. Usually used together with valid?
|
116
102
|
# @return Array for valid properties with the reasons
|
117
103
|
def list_invalid_properties
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
end
|
104
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
105
|
+
invalid_properties = []
|
106
|
+
invalid_properties.push('invalid value for "error_message", error_message cannot be nil.') if @error_message.nil?
|
122
107
|
|
123
108
|
if @link_error_code.nil?
|
124
109
|
invalid_properties.push('invalid value for "link_error_code", link_error_code cannot be nil.')
|
@@ -130,38 +115,42 @@ module MoneyKit
|
|
130
115
|
# Check to see if the all the properties in the model are valid
|
131
116
|
# @return true if the model is valid
|
132
117
|
def valid?
|
133
|
-
|
118
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
119
|
+
error_code_validator = EnumAttributeValidator.new('String', ['link_error.bad_state'])
|
134
120
|
return false unless error_code_validator.valid?(@error_code)
|
135
121
|
return false if @error_message.nil?
|
136
122
|
return false if @link_error_code.nil?
|
123
|
+
|
137
124
|
true
|
138
125
|
end
|
139
126
|
|
140
127
|
# Custom attribute writer method checking allowed values (enum).
|
141
128
|
# @param [Object] error_code Object to be assigned
|
142
129
|
def error_code=(error_code)
|
143
|
-
validator = EnumAttributeValidator.new('String', [
|
130
|
+
validator = EnumAttributeValidator.new('String', ['link_error.bad_state'])
|
144
131
|
unless validator.valid?(error_code)
|
145
|
-
|
132
|
+
raise ArgumentError, "invalid value for \"error_code\", must be one of #{validator.allowable_values}."
|
146
133
|
end
|
134
|
+
|
147
135
|
@error_code = error_code
|
148
136
|
end
|
149
137
|
|
150
138
|
# Checks equality by comparing each attribute.
|
151
139
|
# @param [Object] Object to be compared
|
152
|
-
def ==(
|
153
|
-
return true if
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
140
|
+
def ==(other)
|
141
|
+
return true if equal?(other)
|
142
|
+
|
143
|
+
self.class == other.class &&
|
144
|
+
error_code == other.error_code &&
|
145
|
+
error_message == other.error_message &&
|
146
|
+
documentation_url == other.documentation_url &&
|
147
|
+
link_error_code == other.link_error_code
|
159
148
|
end
|
160
149
|
|
161
150
|
# @see the `==` method
|
162
151
|
# @param [Object] Object to be compared
|
163
|
-
def eql?(
|
164
|
-
self ==
|
152
|
+
def eql?(other)
|
153
|
+
self == other
|
165
154
|
end
|
166
155
|
|
167
156
|
# Calculates hash code according to all attributes.
|
@@ -174,37 +163,33 @@ module MoneyKit
|
|
174
163
|
# @param [Hash] attributes Model attributes in the form of hash
|
175
164
|
# @return [Object] Returns the model itself
|
176
165
|
def self.build_from_hash(attributes)
|
177
|
-
new.build_from_hash(attributes)
|
178
|
-
end
|
179
|
-
|
180
|
-
# Builds the object from hash
|
181
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
182
|
-
# @return [Object] Returns the model itself
|
183
|
-
def build_from_hash(attributes)
|
184
166
|
return nil unless attributes.is_a?(Hash)
|
167
|
+
|
185
168
|
attributes = attributes.transform_keys(&:to_sym)
|
186
|
-
|
187
|
-
|
188
|
-
|
169
|
+
transformed_hash = {}
|
170
|
+
openapi_types.each_pair do |key, type|
|
171
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
172
|
+
transformed_hash["#{key}"] = nil
|
189
173
|
elsif type =~ /\AArray<(.*)>/i
|
190
174
|
# check to ensure the input is an array given that the attribute
|
191
175
|
# is documented as an array but the input is not
|
192
|
-
if attributes[
|
193
|
-
|
176
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
177
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map do |v|
|
178
|
+
_deserialize(::Regexp.last_match(1), v)
|
179
|
+
end
|
194
180
|
end
|
195
|
-
elsif !attributes[
|
196
|
-
|
181
|
+
elsif !attributes[attribute_map[key]].nil?
|
182
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
197
183
|
end
|
198
184
|
end
|
199
|
-
|
200
|
-
self
|
185
|
+
new(transformed_hash)
|
201
186
|
end
|
202
187
|
|
203
188
|
# Deserializes the data based on type
|
204
189
|
# @param string type Data type
|
205
190
|
# @param string value Value to be deserialized
|
206
191
|
# @return [Object] Deserialized data
|
207
|
-
def _deserialize(type, value)
|
192
|
+
def self._deserialize(type, value)
|
208
193
|
case type.to_sym
|
209
194
|
when :Time
|
210
195
|
Time.parse(value)
|
@@ -239,7 +224,7 @@ module MoneyKit
|
|
239
224
|
else # model
|
240
225
|
# models (e.g. Pet) or oneOf
|
241
226
|
klass = MoneyKit.const_get(type)
|
242
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
227
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
243
228
|
end
|
244
229
|
end
|
245
230
|
|
@@ -260,7 +245,7 @@ module MoneyKit
|
|
260
245
|
def to_hash
|
261
246
|
hash = {}
|
262
247
|
self.class.attribute_map.each_pair do |attr, param|
|
263
|
-
value =
|
248
|
+
value = send(attr)
|
264
249
|
if value.nil?
|
265
250
|
is_nullable = self.class.openapi_nullable.include?(attr)
|
266
251
|
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
@@ -288,7 +273,5 @@ module MoneyKit
|
|
288
273
|
value
|
289
274
|
end
|
290
275
|
end
|
291
|
-
|
292
276
|
end
|
293
|
-
|
294
277
|
end
|