nordlet 0.2.1 → 0.2.3
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/lib/nordlet/account/client.rb +260 -0
- data/lib/nordlet/account/types/post_v1account_consent_accept_request.rb +13 -0
- data/lib/nordlet/account/types/post_v1account_consent_accept_response.rb +23 -0
- data/lib/nordlet/account/types/post_v1account_delete_request.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_delete_response.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_email_change_request_request.rb +13 -0
- data/lib/nordlet/account/types/post_v1account_email_change_request_request_locale.rb +15 -0
- data/lib/nordlet/account/types/post_v1account_email_change_request_response.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_export_request.rb +9 -0
- data/lib/nordlet/account/types/post_v1account_export_response.rb +25 -0
- data/lib/nordlet/account/types/post_v1account_export_response_audit_entries_item.rb +21 -0
- data/lib/nordlet/account/types/post_v1account_export_response_billing.rb +19 -0
- data/lib/nordlet/account/types/post_v1account_export_response_consent.rb +23 -0
- data/lib/nordlet/account/types/post_v1account_export_response_credit_transactions_item.rb +21 -0
- data/lib/nordlet/account/types/post_v1account_export_response_memberships_item.rb +17 -0
- data/lib/nordlet/account/types/post_v1account_export_response_sessions_item.rb +19 -0
- data/lib/nordlet/account/types/post_v1account_export_response_user.rb +21 -0
- data/lib/nordlet/account/types/post_v1account_invites_accept_request.rb +4 -0
- data/lib/nordlet/account/types/post_v1account_login_link_request_request.rb +4 -0
- data/lib/nordlet/account/types/post_v1account_me_response.rb +2 -0
- data/lib/nordlet/account/types/post_v1account_me_response_consent.rb +23 -0
- data/lib/nordlet/account/types/post_v1account_profile_update_request.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_profile_update_response.rb +15 -0
- data/lib/nordlet/account/types/post_v1account_sessions_list_request.rb +9 -0
- data/lib/nordlet/account/types/post_v1account_sessions_list_response.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_sessions_list_response_rows_item.rb +19 -0
- data/lib/nordlet/account/types/post_v1account_sessions_revoke_others_request.rb +9 -0
- data/lib/nordlet/account/types/post_v1account_sessions_revoke_others_response.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_sessions_revoke_request.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_sessions_revoke_response.rb +11 -0
- data/lib/nordlet/client.rb +5 -0
- data/lib/nordlet/hr/client.rb +68 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_anonymize_request.rb +11 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_anonymize_response.rb +49 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_anonymize_response_address.rb +17 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_anonymize_response_status.rb +14 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_delete_request.rb +11 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_delete_response.rb +11 -0
- data/lib/nordlet/migration/client.rb +86 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request.rb +33 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_accounts_item.rb +19 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_accounts_item_type.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_asset_groups_item.rb +21 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_fixed_assets_item.rb +31 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_items_item.rb +27 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_items_item_type.rb +14 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_journal_item.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_journal_item_entries_item.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_open_payables_item.rb +29 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_open_receivables_item.rb +29 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_opening_balances.rb +15 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_opening_balances_entries_item.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_partners_item.rb +31 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_partners_item_address.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_partners_item_type.rb +14 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_stock_item.rb +21 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response.rb +37 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_accounts.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_asset_groups.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_fixed_assets.rb +15 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_items.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_journal.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_number_series_item.rb +15 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_open_payables.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_open_receivables.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_opening_balances.rb +21 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_partners.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_stock.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request.rb +33 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_accounts_item.rb +19 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_accounts_item_type.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_asset_groups_item.rb +21 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_fixed_assets_item.rb +31 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_items_item.rb +27 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_items_item_type.rb +14 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_journal_item.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_journal_item_entries_item.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_open_payables_item.rb +29 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_open_receivables_item.rb +29 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_opening_balances.rb +15 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_opening_balances_entries_item.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_partners_item.rb +31 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_partners_item_address.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_partners_item_type.rb +14 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_stock_item.rb +21 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response.rb +37 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_accounts.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_asset_groups.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_fixed_assets.rb +15 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_items.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_journal.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_number_series_item.rb +15 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_open_payables.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_open_receivables.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_opening_balances.rb +21 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_partners.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_stock.rb +13 -0
- data/lib/nordlet/partners/client.rb +36 -0
- data/lib/nordlet/partners/types/post_v1partners_anonymize_request.rb +11 -0
- data/lib/nordlet/partners/types/post_v1partners_anonymize_response.rb +13 -0
- data/lib/nordlet/version.rb +1 -1
- data/lib/nordlet.rb +93 -0
- data/reference.md +1208 -310
- metadata +95 -2
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nordlet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nordlet
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: The Nordlet Ruby library provides convenient access to the Nordlet API
|
|
14
14
|
from Ruby.
|
|
@@ -49,6 +49,22 @@ files:
|
|
|
49
49
|
- lib/nordlet/account/types/post_v1account_companies_update_response.rb
|
|
50
50
|
- lib/nordlet/account/types/post_v1account_companies_update_response_address.rb
|
|
51
51
|
- lib/nordlet/account/types/post_v1account_companies_update_response_status.rb
|
|
52
|
+
- lib/nordlet/account/types/post_v1account_consent_accept_request.rb
|
|
53
|
+
- lib/nordlet/account/types/post_v1account_consent_accept_response.rb
|
|
54
|
+
- lib/nordlet/account/types/post_v1account_delete_request.rb
|
|
55
|
+
- lib/nordlet/account/types/post_v1account_delete_response.rb
|
|
56
|
+
- lib/nordlet/account/types/post_v1account_email_change_request_request.rb
|
|
57
|
+
- lib/nordlet/account/types/post_v1account_email_change_request_request_locale.rb
|
|
58
|
+
- lib/nordlet/account/types/post_v1account_email_change_request_response.rb
|
|
59
|
+
- lib/nordlet/account/types/post_v1account_export_request.rb
|
|
60
|
+
- lib/nordlet/account/types/post_v1account_export_response.rb
|
|
61
|
+
- lib/nordlet/account/types/post_v1account_export_response_audit_entries_item.rb
|
|
62
|
+
- lib/nordlet/account/types/post_v1account_export_response_billing.rb
|
|
63
|
+
- lib/nordlet/account/types/post_v1account_export_response_consent.rb
|
|
64
|
+
- lib/nordlet/account/types/post_v1account_export_response_credit_transactions_item.rb
|
|
65
|
+
- lib/nordlet/account/types/post_v1account_export_response_memberships_item.rb
|
|
66
|
+
- lib/nordlet/account/types/post_v1account_export_response_sessions_item.rb
|
|
67
|
+
- lib/nordlet/account/types/post_v1account_export_response_user.rb
|
|
52
68
|
- lib/nordlet/account/types/post_v1account_invites_accept_request.rb
|
|
53
69
|
- lib/nordlet/account/types/post_v1account_invites_accept_request_locale.rb
|
|
54
70
|
- lib/nordlet/account/types/post_v1account_invites_accept_response.rb
|
|
@@ -82,6 +98,7 @@ files:
|
|
|
82
98
|
- lib/nordlet/account/types/post_v1account_me_response_billing_status.rb
|
|
83
99
|
- lib/nordlet/account/types/post_v1account_me_response_companies_item.rb
|
|
84
100
|
- lib/nordlet/account/types/post_v1account_me_response_companies_item_status.rb
|
|
101
|
+
- lib/nordlet/account/types/post_v1account_me_response_consent.rb
|
|
85
102
|
- lib/nordlet/account/types/post_v1account_me_response_user.rb
|
|
86
103
|
- lib/nordlet/account/types/post_v1account_members_list_request.rb
|
|
87
104
|
- lib/nordlet/account/types/post_v1account_members_list_response.rb
|
|
@@ -91,6 +108,15 @@ files:
|
|
|
91
108
|
- lib/nordlet/account/types/post_v1account_members_set_role_request.rb
|
|
92
109
|
- lib/nordlet/account/types/post_v1account_members_set_role_request_role.rb
|
|
93
110
|
- lib/nordlet/account/types/post_v1account_members_set_role_response.rb
|
|
111
|
+
- lib/nordlet/account/types/post_v1account_profile_update_request.rb
|
|
112
|
+
- lib/nordlet/account/types/post_v1account_profile_update_response.rb
|
|
113
|
+
- lib/nordlet/account/types/post_v1account_sessions_list_request.rb
|
|
114
|
+
- lib/nordlet/account/types/post_v1account_sessions_list_response.rb
|
|
115
|
+
- lib/nordlet/account/types/post_v1account_sessions_list_response_rows_item.rb
|
|
116
|
+
- lib/nordlet/account/types/post_v1account_sessions_revoke_others_request.rb
|
|
117
|
+
- lib/nordlet/account/types/post_v1account_sessions_revoke_others_response.rb
|
|
118
|
+
- lib/nordlet/account/types/post_v1account_sessions_revoke_request.rb
|
|
119
|
+
- lib/nordlet/account/types/post_v1account_sessions_revoke_response.rb
|
|
94
120
|
- lib/nordlet/agreements/client.rb
|
|
95
121
|
- lib/nordlet/agreements/types/post_v1agreements_agreements_billing_run_request.rb
|
|
96
122
|
- lib/nordlet/agreements/types/post_v1agreements_agreements_billing_run_response.rb
|
|
@@ -852,6 +878,10 @@ files:
|
|
|
852
878
|
- lib/nordlet/hr/types/post_v1hr_contracts_list_response_rows_item_salary_type.rb
|
|
853
879
|
- lib/nordlet/hr/types/post_v1hr_contracts_list_response_rows_item_status.rb
|
|
854
880
|
- lib/nordlet/hr/types/post_v1hr_contracts_list_response_rows_item_type.rb
|
|
881
|
+
- lib/nordlet/hr/types/post_v1hr_employees_anonymize_request.rb
|
|
882
|
+
- lib/nordlet/hr/types/post_v1hr_employees_anonymize_response.rb
|
|
883
|
+
- lib/nordlet/hr/types/post_v1hr_employees_anonymize_response_address.rb
|
|
884
|
+
- lib/nordlet/hr/types/post_v1hr_employees_anonymize_response_status.rb
|
|
855
885
|
- lib/nordlet/hr/types/post_v1hr_employees_attachments_list_request.rb
|
|
856
886
|
- lib/nordlet/hr/types/post_v1hr_employees_attachments_list_response.rb
|
|
857
887
|
- lib/nordlet/hr/types/post_v1hr_employees_attachments_list_response_rows_item.rb
|
|
@@ -860,6 +890,8 @@ files:
|
|
|
860
890
|
- lib/nordlet/hr/types/post_v1hr_employees_create_response.rb
|
|
861
891
|
- lib/nordlet/hr/types/post_v1hr_employees_create_response_address.rb
|
|
862
892
|
- lib/nordlet/hr/types/post_v1hr_employees_create_response_status.rb
|
|
893
|
+
- lib/nordlet/hr/types/post_v1hr_employees_delete_request.rb
|
|
894
|
+
- lib/nordlet/hr/types/post_v1hr_employees_delete_response.rb
|
|
863
895
|
- lib/nordlet/hr/types/post_v1hr_employees_get_request.rb
|
|
864
896
|
- lib/nordlet/hr/types/post_v1hr_employees_get_response.rb
|
|
865
897
|
- lib/nordlet/hr/types/post_v1hr_employees_get_response_address.rb
|
|
@@ -1186,6 +1218,65 @@ files:
|
|
|
1186
1218
|
- lib/nordlet/ledger/types/post_v1ledger_posting_rules_update_request_rules_item_key.rb
|
|
1187
1219
|
- lib/nordlet/ledger/types/post_v1ledger_posting_rules_update_response.rb
|
|
1188
1220
|
- lib/nordlet/ledger/types/post_v1ledger_posting_rules_update_response_rows_item.rb
|
|
1221
|
+
- lib/nordlet/migration/client.rb
|
|
1222
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_request.rb
|
|
1223
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_request_accounts_item.rb
|
|
1224
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_request_accounts_item_type.rb
|
|
1225
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_request_asset_groups_item.rb
|
|
1226
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_request_fixed_assets_item.rb
|
|
1227
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_request_items_item.rb
|
|
1228
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_request_items_item_type.rb
|
|
1229
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_request_journal_item.rb
|
|
1230
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_request_journal_item_entries_item.rb
|
|
1231
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_request_open_payables_item.rb
|
|
1232
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_request_open_receivables_item.rb
|
|
1233
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_request_opening_balances.rb
|
|
1234
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_request_opening_balances_entries_item.rb
|
|
1235
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_request_partners_item.rb
|
|
1236
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_request_partners_item_address.rb
|
|
1237
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_request_partners_item_type.rb
|
|
1238
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_request_stock_item.rb
|
|
1239
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_response.rb
|
|
1240
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_response_accounts.rb
|
|
1241
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_response_asset_groups.rb
|
|
1242
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_response_fixed_assets.rb
|
|
1243
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_response_items.rb
|
|
1244
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_response_journal.rb
|
|
1245
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_response_number_series_item.rb
|
|
1246
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_response_open_payables.rb
|
|
1247
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_response_open_receivables.rb
|
|
1248
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_response_opening_balances.rb
|
|
1249
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_response_partners.rb
|
|
1250
|
+
- lib/nordlet/migration/types/post_v1migration_books_import_response_stock.rb
|
|
1251
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_request.rb
|
|
1252
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_request_accounts_item.rb
|
|
1253
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_request_accounts_item_type.rb
|
|
1254
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_request_asset_groups_item.rb
|
|
1255
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_request_fixed_assets_item.rb
|
|
1256
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_request_items_item.rb
|
|
1257
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_request_items_item_type.rb
|
|
1258
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_request_journal_item.rb
|
|
1259
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_request_journal_item_entries_item.rb
|
|
1260
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_request_open_payables_item.rb
|
|
1261
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_request_open_receivables_item.rb
|
|
1262
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_request_opening_balances.rb
|
|
1263
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_request_opening_balances_entries_item.rb
|
|
1264
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_request_partners_item.rb
|
|
1265
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_request_partners_item_address.rb
|
|
1266
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_request_partners_item_type.rb
|
|
1267
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_request_stock_item.rb
|
|
1268
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_response.rb
|
|
1269
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_response_accounts.rb
|
|
1270
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_response_asset_groups.rb
|
|
1271
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_response_fixed_assets.rb
|
|
1272
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_response_items.rb
|
|
1273
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_response_journal.rb
|
|
1274
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_response_number_series_item.rb
|
|
1275
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_response_open_payables.rb
|
|
1276
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_response_open_receivables.rb
|
|
1277
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_response_opening_balances.rb
|
|
1278
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_response_partners.rb
|
|
1279
|
+
- lib/nordlet/migration/types/post_v1migration_books_validate_response_stock.rb
|
|
1189
1280
|
- lib/nordlet/partners/client.rb
|
|
1190
1281
|
- lib/nordlet/partners/types/post_v1partners_addresses_create_request.rb
|
|
1191
1282
|
- lib/nordlet/partners/types/post_v1partners_addresses_create_request_type.rb
|
|
@@ -1204,6 +1295,8 @@ files:
|
|
|
1204
1295
|
- lib/nordlet/partners/types/post_v1partners_addresses_update_request.rb
|
|
1205
1296
|
- lib/nordlet/partners/types/post_v1partners_addresses_update_request_type.rb
|
|
1206
1297
|
- lib/nordlet/partners/types/post_v1partners_addresses_update_response.rb
|
|
1298
|
+
- lib/nordlet/partners/types/post_v1partners_anonymize_request.rb
|
|
1299
|
+
- lib/nordlet/partners/types/post_v1partners_anonymize_response.rb
|
|
1207
1300
|
- lib/nordlet/partners/types/post_v1partners_bank_accounts_create_request.rb
|
|
1208
1301
|
- lib/nordlet/partners/types/post_v1partners_bank_accounts_create_response.rb
|
|
1209
1302
|
- lib/nordlet/partners/types/post_v1partners_bank_accounts_delete_request.rb
|