ledger_sync 1.3.3 → 1.4.2
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/.gitignore +13 -2
- data/.rubocop.yml +14 -1
- data/.rubocop_todo.yml +0 -3
- data/.travis.yml +7 -2
- data/Dockerfile +2 -2
- data/Gemfile.lock +115 -58
- data/LICENSE.txt +5 -21
- data/README.md +9 -489
- data/bin/quickbooks_online_oauth_server.rb +102 -0
- data/docs/.gitignore +4 -0
- data/documentation/build.sh +10 -0
- data/documentation/generate.rb +32 -0
- data/documentation/generators/generator.rb +80 -0
- data/documentation/generators/guides/generator.rb +36 -0
- data/documentation/generators/reference/generator.rb +76 -0
- data/documentation/generators/reference/ledger/generator.rb +74 -0
- data/documentation/generators/template.rb +22 -0
- data/documentation/helper_methods.rb +17 -0
- data/documentation/site/CNAME +1 -0
- data/documentation/site/LICENSE.md +40 -0
- data/documentation/site/README.md +8 -0
- data/documentation/site/_config.yml +119 -0
- data/documentation/site/_data/guides_sections.yml +10 -0
- data/documentation/site/_data/reference_sections.yml +5 -0
- data/documentation/site/_includes/action_link.html +11 -0
- data/documentation/site/_includes/alerts/base.html +3 -0
- data/documentation/site/_includes/alerts/danger.html +1 -0
- data/documentation/site/_includes/alerts/info.html +1 -0
- data/documentation/site/_includes/alerts/success.html +1 -0
- data/documentation/site/_includes/alerts/warning.html +1 -0
- data/documentation/site/_includes/cta_buttons.html +4 -0
- data/documentation/site/_includes/example.md +8 -0
- data/documentation/site/_includes/footer.html +20 -0
- data/documentation/site/_includes/getting_help.md +8 -0
- data/documentation/site/_includes/guides_menu.html +29 -0
- data/documentation/site/_includes/guides_submenu.html +7 -0
- data/documentation/site/_includes/header.html +35 -0
- data/documentation/site/_includes/installation_instructions.md +17 -0
- data/documentation/site/_includes/ledgers/netsuite_soap_summary.md +1 -0
- data/documentation/site/_includes/ledgers/netsuite_summary.md +1 -0
- data/documentation/site/_includes/ledgers/netsuite_summary_shared.md +1 -0
- data/documentation/site/_includes/ledgers/quickbooks_online_summary.md +1 -0
- data/documentation/site/_includes/ledgers/stripe_summary.md +1 -0
- data/documentation/site/_includes/reference/netsuite/authentication/_token_based_authentication.md +99 -0
- data/documentation/site/_includes/reference/netsuite/authentication/index.md +15 -0
- data/documentation/site/_includes/reference/netsuite/authentication/token_based_authentication.md +6 -0
- data/documentation/site/_includes/reference/netsuite/index.md +25 -0
- data/documentation/site/_includes/reference/netsuite_soap/index.md +11 -0
- data/documentation/site/_includes/reference/quickbooks_online/authentication/index.md +55 -0
- data/documentation/site/_includes/reference/quickbooks_online/errors/index.md +9 -0
- data/documentation/site/_includes/reference/quickbooks_online/index.md +6 -0
- data/documentation/site/_includes/reference/quickbooks_online/webhooks/index.md +42 -0
- data/documentation/site/_includes/reference/stripe/index.md +6 -0
- data/documentation/site/_includes/section_content.html +34 -0
- data/documentation/site/_includes/section_cta.html +28 -0
- data/documentation/site/_includes/section_grid.html +60 -0
- data/documentation/site/_includes/section_guides.html +35 -0
- data/documentation/site/_includes/section_hero.html +28 -0
- data/documentation/site/_includes/submenu.html +8 -0
- data/documentation/site/_layouts/advanced.html +9 -0
- data/documentation/site/_layouts/base.html +34 -0
- data/documentation/site/_layouts/blog.html +51 -0
- data/documentation/site/_layouts/body.html +11 -0
- data/documentation/site/_layouts/guides.html +46 -0
- data/documentation/site/_layouts/page.html +26 -0
- data/documentation/site/_layouts/post.html +52 -0
- data/documentation/site/_layouts/reference.html +46 -0
- data/documentation/site/_layouts/reference_netsuite.html +46 -0
- data/documentation/site/_layouts/reference_netsuite_soap.html +46 -0
- data/documentation/site/_layouts/reference_quickbooks_online.html +46 -0
- data/documentation/site/_layouts/reference_stripe.html +46 -0
- data/documentation/site/_plugins/filters.rb +122 -0
- data/documentation/site/_plugins/hooks.rb +9 -0
- data/documentation/site/_posts/2020-06-01-introducing-docs.md +17 -0
- data/documentation/site/_posts/2020-06-10-netsuite-authentication.md +382 -0
- data/documentation/site/_sass/imports/_animations.scss +19 -0
- data/documentation/site/_sass/imports/_footer.scss +94 -0
- data/documentation/site/_sass/imports/_functions.scss +69 -0
- data/documentation/site/_sass/imports/_general.scss +687 -0
- data/documentation/site/_sass/imports/_guides.scss +300 -0
- data/documentation/site/_sass/imports/_header.scss +358 -0
- data/documentation/site/_sass/imports/_icons.scss +90 -0
- data/documentation/site/_sass/imports/_post-navigation.scss +67 -0
- data/documentation/site/_sass/imports/_posts-pages.scss +165 -0
- data/documentation/site/_sass/imports/_prism.scss +174 -0
- data/documentation/site/_sass/imports/_reset.scss +210 -0
- data/documentation/site/_sass/imports/_sections.scss +370 -0
- data/documentation/site/_sass/imports/_structure.scss +44 -0
- data/documentation/site/_templates/_layouts/reference_ledger.html.erb +46 -0
- data/documentation/site/_templates/guides/ledger.md.erb +9 -0
- data/documentation/site/_templates/reference/resources/index.md.erb +9 -0
- data/documentation/site/_templates/reference/resources/resource.md.erb +27 -0
- data/documentation/site/assets/css/brands.min.css +5 -0
- data/documentation/site/assets/css/fontawesome.min.css +5 -0
- data/documentation/site/assets/css/main.scss +45 -0
- data/documentation/site/assets/css/monokai.css +441 -0
- data/documentation/site/assets/js/main.js +214 -0
- data/documentation/site/assets/js/plugins.js +22 -0
- data/documentation/site/assets/js/prism.js +9 -0
- data/documentation/site/assets/webfonts/fa-brands-400.eot +0 -0
- data/documentation/site/assets/webfonts/fa-brands-400.svg +3452 -0
- data/documentation/site/assets/webfonts/fa-brands-400.ttf +0 -0
- data/documentation/site/assets/webfonts/fa-brands-400.woff +0 -0
- data/documentation/site/assets/webfonts/fa-brands-400.woff2 +0 -0
- data/documentation/site/blog/index.md +6 -0
- data/documentation/site/guides/architecture/clients.md +35 -0
- data/documentation/site/guides/architecture/index.md +14 -0
- data/documentation/site/guides/architecture/operations.md +45 -0
- data/documentation/site/guides/architecture/resources.md +40 -0
- data/documentation/site/guides/architecture/results.md +6 -0
- data/documentation/site/guides/architecture/searchers.md +28 -0
- data/documentation/site/guides/architecture/serialization.md +59 -0
- data/documentation/site/guides/community/index.md +8 -0
- data/documentation/site/guides/contribute/console.md +6 -0
- data/documentation/site/guides/contribute/deployment.md +17 -0
- data/documentation/site/guides/contribute/documentation.md +37 -0
- data/documentation/site/guides/contribute/index.md +18 -0
- data/documentation/site/guides/contribute/qa.md +16 -0
- data/documentation/site/guides/contribute/testing.md +6 -0
- data/documentation/site/guides/customization/custom_resources.md +50 -0
- data/documentation/site/guides/customization/custom_serializers.md +47 -0
- data/documentation/site/guides/customization/index.md +15 -0
- data/documentation/site/guides/customization/resource_converters.md +79 -0
- data/documentation/site/guides/getting-started/get-help.md +7 -0
- data/documentation/site/guides/getting-started/index.md +8 -0
- data/documentation/site/guides/getting-started/installation.md +7 -0
- data/documentation/site/guides/getting-started/quick-start.md +123 -0
- data/documentation/site/guides/index.md +16 -0
- data/documentation/site/guides/ledgers/index.md +12 -0
- data/documentation/site/guides/ledgers/netsuite.md +9 -0
- data/documentation/site/guides/ledgers/netsuite_soap.md +9 -0
- data/documentation/site/guides/ledgers/quickbooks_online.md +9 -0
- data/documentation/site/guides/ledgers/stripe.md +9 -0
- data/documentation/site/guides/modern-treasury/index.md +14 -0
- data/documentation/site/guides/tips_and_more/index.md +76 -0
- data/documentation/site/images/1.jpg +0 -0
- data/documentation/site/images/10.jpg +0 -0
- data/documentation/site/images/2.jpg +0 -0
- data/documentation/site/images/3.jpg +0 -0
- data/documentation/site/images/4.jpg +0 -0
- data/documentation/site/images/5.jpg +0 -0
- data/documentation/site/images/6.jpg +0 -0
- data/documentation/site/images/7.jpg +0 -0
- data/documentation/site/images/8.jpg +0 -0
- data/documentation/site/images/9.jpg +0 -0
- data/documentation/site/images/logo.svg +8 -0
- data/documentation/site/index.md +99 -0
- data/documentation/site/overview.md +21 -0
- data/documentation/site/reference/architecture/clients.md +33 -0
- data/documentation/site/reference/architecture/index.md +14 -0
- data/documentation/site/reference/architecture/operations.md +6 -0
- data/documentation/site/reference/architecture/resources.md +38 -0
- data/documentation/site/reference/architecture/results.md +6 -0
- data/documentation/site/reference/architecture/searchers.md +6 -0
- data/documentation/site/reference/architecture/serialization.md +6 -0
- data/documentation/site/reference/index.md +6 -0
- data/documentation/site/reference/netsuite/authentication/_token_based_authentication.md +99 -0
- data/documentation/site/reference/netsuite/authentication/index.md +15 -0
- data/documentation/site/reference/netsuite/authentication/token_based_authentication.md +6 -0
- data/documentation/site/reference/netsuite/index.md +25 -0
- data/documentation/site/reference/netsuite/resources/account.md +38 -0
- data/documentation/site/reference/netsuite/resources/check.md +49 -0
- data/documentation/site/reference/netsuite/resources/check_line_item.md +23 -0
- data/documentation/site/reference/netsuite/resources/currency.md +45 -0
- data/documentation/site/reference/netsuite/resources/customer.md +48 -0
- data/documentation/site/reference/netsuite/resources/customer_deposit.md +46 -0
- data/documentation/site/reference/netsuite/resources/department.md +47 -0
- data/documentation/site/reference/netsuite/resources/deposit.md +25 -0
- data/documentation/site/reference/netsuite/resources/deposit_line_item.md +23 -0
- data/documentation/site/reference/netsuite/resources/index.md +25 -0
- data/documentation/site/reference/netsuite/resources/invoice.md +25 -0
- data/documentation/site/reference/netsuite/resources/invoice_line_item.md +22 -0
- data/documentation/site/reference/netsuite/resources/item.md +19 -0
- data/documentation/site/reference/netsuite/resources/journal_entry.md +48 -0
- data/documentation/site/reference/netsuite/resources/journal_entry_line_item.md +24 -0
- data/documentation/site/reference/netsuite/resources/ledger_class.md +47 -0
- data/documentation/site/reference/netsuite/resources/location.md +43 -0
- data/documentation/site/reference/netsuite/resources/resource.md +18 -0
- data/documentation/site/reference/netsuite/resources/subsidiary.md +20 -0
- data/documentation/site/reference/netsuite/resources/vendor.md +49 -0
- data/documentation/site/reference/netsuite_soap/index.md +11 -0
- data/documentation/site/reference/netsuite_soap/resources/customer.md +34 -0
- data/documentation/site/reference/netsuite_soap/resources/index.md +9 -0
- data/documentation/site/reference/netsuite_soap/resources/resource.md +18 -0
- data/documentation/site/reference/netsuite_soap/resources/subsidiary.md +32 -0
- data/documentation/site/reference/quickbooks_online/authentication/index.md +55 -0
- data/documentation/site/reference/quickbooks_online/errors/index.md +9 -0
- data/documentation/site/reference/quickbooks_online/index.md +6 -0
- data/documentation/site/reference/quickbooks_online/resources/account.md +44 -0
- data/documentation/site/reference/quickbooks_online/resources/bill.md +45 -0
- data/documentation/site/reference/quickbooks_online/resources/bill_line_item.md +22 -0
- data/documentation/site/reference/quickbooks_online/resources/bill_payment.md +49 -0
- data/documentation/site/reference/quickbooks_online/resources/bill_payment_line_item.md +20 -0
- data/documentation/site/reference/quickbooks_online/resources/currency.md +21 -0
- data/documentation/site/reference/quickbooks_online/resources/customer.md +40 -0
- data/documentation/site/reference/quickbooks_online/resources/department.md +41 -0
- data/documentation/site/reference/quickbooks_online/resources/deposit.md +43 -0
- data/documentation/site/reference/quickbooks_online/resources/deposit_line_item.md +23 -0
- data/documentation/site/reference/quickbooks_online/resources/expense.md +46 -0
- data/documentation/site/reference/quickbooks_online/resources/expense_line_item.md +22 -0
- data/documentation/site/reference/quickbooks_online/resources/index.md +33 -0
- data/documentation/site/reference/quickbooks_online/resources/invoice.md +43 -0
- data/documentation/site/reference/quickbooks_online/resources/invoice_sales_line_item.md +22 -0
- data/documentation/site/reference/quickbooks_online/resources/item.md +19 -0
- data/documentation/site/reference/quickbooks_online/resources/journal_entry.md +41 -0
- data/documentation/site/reference/quickbooks_online/resources/journal_entry_line_item.md +24 -0
- data/documentation/site/reference/quickbooks_online/resources/ledger_class.md +41 -0
- data/documentation/site/reference/quickbooks_online/resources/payment.md +46 -0
- data/documentation/site/reference/quickbooks_online/resources/payment_line_item.md +20 -0
- data/documentation/site/reference/quickbooks_online/resources/preferences.md +34 -0
- data/documentation/site/reference/quickbooks_online/resources/primary_email_addr.md +19 -0
- data/documentation/site/reference/quickbooks_online/resources/primary_phone.md +19 -0
- data/documentation/site/reference/quickbooks_online/resources/resource.md +18 -0
- data/documentation/site/reference/quickbooks_online/resources/subsidiary.md +20 -0
- data/documentation/site/reference/quickbooks_online/resources/transfer.md +42 -0
- data/documentation/site/reference/quickbooks_online/resources/vendor.md +43 -0
- data/documentation/site/reference/quickbooks_online/webhooks/index.md +42 -0
- data/documentation/site/reference/stripe/index.md +6 -0
- data/documentation/site/reference/stripe/resources/customer.md +45 -0
- data/documentation/site/reference/stripe/resources/index.md +8 -0
- data/documentation/site/reference/stripe/resources/resource.md +18 -0
- data/documentation/site/style-guide.md +137 -0
- data/ledger_sync.gemspec +6 -2
- data/lib/ledger_sync.rb +45 -57
- data/lib/ledger_sync/core_ext/resonad.rb +2 -2
- data/lib/ledger_sync/deserializer.rb +108 -0
- data/lib/ledger_sync/error.rb +15 -0
- data/lib/ledger_sync/error/{adaptor_errors.rb → ledger_errors.rb} +13 -13
- data/lib/ledger_sync/error/operation_errors.rb +0 -10
- data/lib/ledger_sync/error/resource_errors.rb +48 -19
- data/lib/ledger_sync/{adaptor_configuration.rb → ledger_configuration.rb} +12 -12
- data/lib/ledger_sync/ledger_configuration_store.rb +56 -0
- data/lib/ledger_sync/ledgers/client.rb +112 -0
- data/lib/ledger_sync/{adaptors → ledgers}/contract.rb +1 -1
- data/lib/ledger_sync/ledgers/dashboard_url_helper.rb +23 -0
- data/lib/ledger_sync/ledgers/mixins/infer_client_mixin.rb +28 -0
- data/lib/ledger_sync/{adaptors → ledgers}/mixins/infer_resource_class_mixin.rb +5 -2
- data/lib/ledger_sync/ledgers/mixins/infer_serializer_mixin.rb +52 -0
- data/lib/ledger_sync/{adaptors → ledgers}/mixins/infer_validation_contract_mixin.rb +1 -1
- data/lib/ledger_sync/{adaptors → ledgers}/mixins/offset_and_limit_pagination_searcher_mixin.rb +1 -1
- data/lib/ledger_sync/ledgers/mixins/serialization_mixin.rb +41 -0
- data/lib/ledger_sync/ledgers/netsuite/account/deserializer.rb +23 -0
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/account/operations/create.rb +5 -5
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/account/operations/find.rb +4 -4
- data/lib/ledger_sync/ledgers/netsuite/account/searcher.rb +12 -0
- data/lib/ledger_sync/ledgers/netsuite/account/searcher_deserializer.rb +29 -0
- data/lib/ledger_sync/ledgers/netsuite/account/serializer.rb +21 -0
- data/lib/ledger_sync/ledgers/netsuite/check/deserializer.rb +29 -0
- data/lib/ledger_sync/ledgers/netsuite/check/operations/create.rb +27 -0
- data/lib/ledger_sync/ledgers/netsuite/check/operations/delete.rb +27 -0
- data/lib/ledger_sync/ledgers/netsuite/check/operations/find.rb +27 -0
- data/lib/ledger_sync/ledgers/netsuite/check/operations/update.rb +27 -0
- data/lib/ledger_sync/ledgers/netsuite/check/searcher.rb +15 -0
- data/lib/ledger_sync/ledgers/netsuite/check/searcher_deserializer.rb +16 -0
- data/lib/ledger_sync/ledgers/netsuite/check/serializer.rb +51 -0
- data/lib/ledger_sync/ledgers/netsuite/check_line_item/deserializer.rb +17 -0
- data/lib/ledger_sync/ledgers/netsuite/check_line_item/serializer.rb +25 -0
- data/lib/ledger_sync/{adaptors/netsuite/adaptor.rb → ledgers/netsuite/client.rb} +57 -18
- data/lib/ledger_sync/ledgers/netsuite/config.rb +5 -0
- data/lib/ledger_sync/ledgers/netsuite/currency/deserializer.rb +23 -0
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/currency/operations/create.rb +4 -4
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/currency/operations/delete.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/currency/operations/find.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/currency/operations/update.rb +3 -3
- data/lib/ledger_sync/ledgers/netsuite/currency/serializer.rb +21 -0
- data/lib/ledger_sync/ledgers/netsuite/customer/deserializer.rb +22 -0
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/customer/operations/create.rb +8 -6
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/customer/operations/delete.rb +7 -5
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/customer/operations/find.rb +7 -5
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/customer/operations/update.rb +7 -5
- data/lib/ledger_sync/ledgers/netsuite/customer/searcher.rb +12 -0
- data/lib/ledger_sync/ledgers/netsuite/customer/searcher_deserializer.rb +18 -0
- data/lib/ledger_sync/ledgers/netsuite/customer/serializer.rb +29 -0
- data/lib/ledger_sync/ledgers/netsuite/customer_deposit/deserializer.rb +20 -0
- data/lib/ledger_sync/ledgers/netsuite/customer_deposit/operations/create.rb +24 -0
- data/lib/ledger_sync/ledgers/netsuite/customer_deposit/operations/delete.rb +24 -0
- data/lib/ledger_sync/ledgers/netsuite/customer_deposit/operations/find.rb +24 -0
- data/lib/ledger_sync/ledgers/netsuite/customer_deposit/operations/update.rb +24 -0
- data/lib/ledger_sync/ledgers/netsuite/customer_deposit/searcher.rb +12 -0
- data/lib/ledger_sync/ledgers/netsuite/customer_deposit/searcher_deserializer.rb +16 -0
- data/lib/ledger_sync/ledgers/netsuite/customer_deposit/serializer.rb +25 -0
- data/lib/ledger_sync/ledgers/netsuite/dashboard_url_helper.rb +28 -0
- data/lib/ledger_sync/ledgers/netsuite/department/deserializer.rb +15 -0
- data/lib/ledger_sync/ledgers/netsuite/department/operations/create.rb +25 -0
- data/lib/ledger_sync/ledgers/netsuite/department/operations/delete.rb +25 -0
- data/lib/ledger_sync/ledgers/netsuite/department/operations/find.rb +25 -0
- data/lib/ledger_sync/ledgers/netsuite/department/operations/update.rb +25 -0
- data/lib/ledger_sync/ledgers/netsuite/department/searcher.rb +12 -0
- data/lib/ledger_sync/ledgers/netsuite/department/searcher_deserializer.rb +19 -0
- data/lib/ledger_sync/ledgers/netsuite/department/serializer.rb +13 -0
- data/lib/ledger_sync/ledgers/netsuite/deserializer.rb +18 -0
- data/lib/ledger_sync/ledgers/netsuite/error.rb +18 -0
- data/lib/ledger_sync/ledgers/netsuite/journal_entry/deserializer.rb +31 -0
- data/lib/ledger_sync/ledgers/netsuite/journal_entry/operations/create.rb +26 -0
- data/lib/ledger_sync/ledgers/netsuite/journal_entry/operations/delete.rb +26 -0
- data/lib/ledger_sync/ledgers/netsuite/journal_entry/operations/find.rb +26 -0
- data/lib/ledger_sync/ledgers/netsuite/journal_entry/operations/update.rb +30 -0
- data/lib/ledger_sync/ledgers/netsuite/journal_entry/serializer.rb +36 -0
- data/lib/ledger_sync/ledgers/netsuite/journal_entry_line_item/deserializer.rb +23 -0
- data/lib/ledger_sync/ledgers/netsuite/journal_entry_line_item/serializer.rb +21 -0
- data/lib/ledger_sync/ledgers/netsuite/ledger_class/deserializer.rb +15 -0
- data/lib/ledger_sync/ledgers/netsuite/ledger_class/operations/create.rb +25 -0
- data/lib/ledger_sync/ledgers/netsuite/ledger_class/operations/delete.rb +25 -0
- data/lib/ledger_sync/ledgers/netsuite/ledger_class/operations/find.rb +25 -0
- data/lib/ledger_sync/ledgers/netsuite/ledger_class/operations/update.rb +25 -0
- data/lib/ledger_sync/ledgers/netsuite/ledger_class/searcher.rb +12 -0
- data/lib/ledger_sync/ledgers/netsuite/ledger_class/searcher_deserializer.rb +19 -0
- data/lib/ledger_sync/ledgers/netsuite/ledger_class/serializer.rb +13 -0
- data/lib/ledger_sync/ledgers/netsuite/location/deserializer.rb +15 -0
- data/lib/ledger_sync/ledgers/netsuite/location/operations/create.rb +21 -0
- data/lib/ledger_sync/ledgers/netsuite/location/operations/delete.rb +21 -0
- data/lib/ledger_sync/ledgers/netsuite/location/operations/find.rb +21 -0
- data/lib/ledger_sync/ledgers/netsuite/location/operations/update.rb +21 -0
- data/lib/ledger_sync/ledgers/netsuite/location/searcher.rb +12 -0
- data/lib/ledger_sync/ledgers/netsuite/location/serializer.rb +13 -0
- data/lib/ledger_sync/ledgers/netsuite/operation.rb +40 -0
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/operation/create.rb +6 -13
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/operation/delete.rb +4 -4
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/operation/find.rb +9 -5
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/operation/update.rb +6 -13
- data/lib/ledger_sync/ledgers/netsuite/record/http_method.rb +33 -0
- data/lib/ledger_sync/ledgers/netsuite/record/metadata.rb +105 -0
- data/lib/ledger_sync/ledgers/netsuite/record/parameter.rb +20 -0
- data/lib/ledger_sync/ledgers/netsuite/record/property.rb +22 -0
- data/lib/ledger_sync/ledgers/netsuite/reference/serializer.rb +13 -0
- data/lib/ledger_sync/ledgers/netsuite/resource.rb +10 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/account.rb +44 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/check.rb +23 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/check_line_item.rb +15 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/currency.rb +13 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/customer.rb +19 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/customer_deposit.rb +15 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/department.rb +16 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/deposit.rb +28 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/deposit_line_item.rb +25 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/invoice.rb +28 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/invoice_line_item.rb +21 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/item.rb +11 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/journal_entry.rb +26 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/journal_entry_line_item.rb +24 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/ledger_class.rb +16 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/location.rb +11 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/subsidiary.rb +12 -0
- data/lib/ledger_sync/ledgers/netsuite/resources/vendor.rb +23 -0
- data/lib/ledger_sync/ledgers/netsuite/searcher.rb +64 -0
- data/lib/ledger_sync/ledgers/netsuite/serializer.rb +13 -0
- data/lib/ledger_sync/ledgers/netsuite/subsidiary/deserializer.rb +17 -0
- data/lib/ledger_sync/ledgers/netsuite/subsidiary/searcher.rb +12 -0
- data/lib/ledger_sync/ledgers/netsuite/subsidiary/searcher_deserializer.rb +15 -0
- data/lib/ledger_sync/ledgers/netsuite/subsidiary/serializer.rb +15 -0
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/token.rb +18 -22
- data/lib/ledger_sync/ledgers/netsuite/type/deserializer_active_type.rb +32 -0
- data/lib/ledger_sync/ledgers/netsuite/type/deserializer_customer_type.rb +33 -0
- data/lib/ledger_sync/ledgers/netsuite/type/deserializer_entity_type.rb +30 -0
- data/lib/ledger_sync/ledgers/netsuite/type/deserializer_subsidiary_type.rb +33 -0
- data/lib/ledger_sync/ledgers/netsuite/vendor/deserializer.rb +30 -0
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/vendor/operations/create.rb +4 -4
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/vendor/operations/delete.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/vendor/operations/find.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite/vendor/operations/update.rb +3 -3
- data/lib/ledger_sync/ledgers/netsuite/vendor/searcher.rb +12 -0
- data/lib/ledger_sync/ledgers/netsuite/vendor/searcher_deserializer.rb +21 -0
- data/lib/ledger_sync/ledgers/netsuite/vendor/serializer.rb +30 -0
- data/lib/ledger_sync/{adaptors/netsuite_soap/adaptor.rb → ledgers/netsuite_soap/client.rb} +2 -2
- data/lib/ledger_sync/ledgers/netsuite_soap/config.rb +5 -0
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite_soap/customer/operations/create.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite_soap/customer/operations/find.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite_soap/operation.rb +5 -5
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite_soap/operation/create.rb +5 -5
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite_soap/operation/find.rb +2 -2
- data/lib/ledger_sync/ledgers/netsuite_soap/resource.rb +10 -0
- data/lib/ledger_sync/ledgers/netsuite_soap/resources/customer.rb +29 -0
- data/lib/ledger_sync/ledgers/netsuite_soap/resources/subsidiary.rb +12 -0
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite_soap/subsidiary/operations/create.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/netsuite_soap/subsidiary/operations/find.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/operation.rb +39 -34
- data/lib/ledger_sync/ledgers/quickbooks_online/account/deserializer.rb +43 -0
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/account/operations/create.rb +4 -4
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/account/operations/find.rb +4 -4
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/account/operations/update.rb +4 -4
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/account/searcher.rb +2 -2
- data/lib/ledger_sync/ledgers/quickbooks_online/account/serializer.rb +37 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/bill/deserializer.rb +45 -0
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/bill/operations/create.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/bill/operations/find.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/bill/operations/update.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/bill/searcher.rb +2 -2
- data/lib/ledger_sync/ledgers/quickbooks_online/bill/serializer.rb +44 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/bill_line_item/deserializer.rb +25 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/bill_line_item/serializer.rb +29 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/bill_payment/deserializer.rb +59 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/bill_payment/operations/create.rb +33 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/bill_payment/operations/find.rb +33 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/bill_payment/operations/update.rb +33 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/bill_payment/serializer.rb +77 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/bill_payment_line_item/deserializer.rb +18 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/bill_payment_line_item/serializer.rb +18 -0
- data/lib/ledger_sync/{adaptors/quickbooks_online/adaptor.rb → ledgers/quickbooks_online/client.rb} +21 -21
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/config.rb +1 -1
- data/lib/ledger_sync/ledgers/quickbooks_online/currency/deserializer.rb +17 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/currency/serializer.rb +16 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/customer/deserializer.rb +19 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/customer/operations/create.rb +26 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/customer/operations/find.rb +26 -0
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/customer/operations/update.rb +8 -6
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/customer/searcher.rb +3 -3
- data/lib/ledger_sync/ledgers/quickbooks_online/customer/serializer.rb +19 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/dashboard_url_helper.rb +34 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/department/deserializer.rb +28 -0
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/department/operations/create.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/department/operations/find.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/department/operations/update.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/department/searcher.rb +3 -3
- data/lib/ledger_sync/ledgers/quickbooks_online/department/serializer.rb +49 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/deposit/deserializer.rb +39 -0
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/deposit/operations/create.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/deposit/operations/find.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/deposit/operations/update.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/deposit/searcher.rb +2 -2
- data/lib/ledger_sync/ledgers/quickbooks_online/deposit/serializer.rb +39 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/deposit_line_item/deserializer.rb +38 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/deposit_line_item/serializer.rb +41 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/deserializer.rb +98 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/expense/deserializer.rb +58 -0
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/expense/operations/create.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/expense/operations/find.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/expense/operations/update.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/expense/searcher.rb +2 -2
- data/lib/ledger_sync/ledgers/quickbooks_online/expense/serializer.rb +59 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/expense_line_item/deserializer.rb +25 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/expense_line_item/serializer.rb +27 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/invoice/deserializer.rb +35 -0
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/invoice/operations/create.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/invoice/operations/find.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/invoice/operations/update.rb +3 -3
- data/lib/ledger_sync/ledgers/quickbooks_online/invoice/serializer.rb +35 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/invoice_sales_line_item/deserializer.rb +25 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/invoice_sales_line_item/serializer.rb +29 -0
- data/lib/ledger_sync/{adaptors/quickbooks_online/item/ledger_serializer.rb → ledgers/quickbooks_online/item/deserializer.rb} +3 -3
- data/lib/ledger_sync/ledgers/quickbooks_online/item/serializer.rb +12 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/journal_entry/deserializer.rb +33 -0
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/journal_entry/operations/create.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/journal_entry/operations/find.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/journal_entry/operations/update.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/journal_entry/searcher.rb +2 -2
- data/lib/ledger_sync/ledgers/quickbooks_online/journal_entry/serializer.rb +33 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/journal_entry_line_item/deserializer.rb +32 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/journal_entry_line_item/serializer.rb +36 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/ledger_class/deserializer.rb +29 -0
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/ledger_class/operations/create.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/ledger_class/operations/find.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/ledger_class/operations/update.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/ledger_class/searcher.rb +3 -3
- data/lib/ledger_sync/{adaptors/quickbooks_online/ledger_class/ledger_serializer.rb → ledgers/quickbooks_online/ledger_class/serializer.rb} +8 -9
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/oauth_client.rb +1 -1
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/operation.rb +8 -7
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/operation/create.rb +4 -4
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/operation/find.rb +3 -9
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/operation/full_update.rb +11 -12
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/operation/sparse_update.rb +5 -5
- data/lib/ledger_sync/ledgers/quickbooks_online/payment/deserializer.rb +48 -0
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/payment/operations/create.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/payment/operations/find.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/payment/operations/update.rb +3 -3
- data/lib/ledger_sync/ledgers/quickbooks_online/payment/serializer.rb +48 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/payment_line_item/deserializer.rb +18 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/payment_line_item/serializer.rb +18 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/preferences/deserializer.rb +43 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/preferences/operations/find.rb +30 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/preferences/serializer.rb +43 -0
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/request.rb +13 -13
- data/lib/ledger_sync/ledgers/quickbooks_online/resource.rb +10 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/account.rb +355 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/bill.rb +31 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/bill_line_item.rb +21 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/bill_payment.rb +42 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/bill_payment_line_item.rb +19 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/currency.rb +13 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/customer.rb +19 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/department.rb +16 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/deposit.rb +28 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/deposit_line_item.rb +25 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/expense.rb +40 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/expense_line_item.rb +21 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/invoice.rb +28 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/invoice_sales_line_item.rb +21 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/item.rb +11 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/journal_entry.rb +24 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/journal_entry_line_item.rb +29 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/ledger_class.rb +16 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/payment.rb +31 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/payment_line_item.rb +19 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/preferences.rb +24 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/primary_email_addr.rb +11 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/primary_phone.rb +11 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/subsidiary.rb +12 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/transfer.rb +24 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/resources/vendor.rb +23 -0
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/searcher.rb +6 -7
- data/lib/ledger_sync/ledgers/quickbooks_online/serialization/type/amount_float_to_integer_type.rb +21 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/serialization/type/deserialize_transaction_reference_type.rb +30 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/serialization/type/integer_to_amount_float_type.rb +21 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/serialization/type/serialize_transaction_reference_type.rb +30 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/serializer.rb +71 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/serialziation/type/mapping_type.rb +25 -0
- data/lib/ledger_sync/ledgers/quickbooks_online/transfer/deserializer.rb +34 -0
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/transfer/operations/create.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/transfer/operations/find.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/transfer/operations/update.rb +3 -3
- data/lib/ledger_sync/ledgers/quickbooks_online/transfer/serializer.rb +34 -0
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/util/error_matcher.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/util/error_parser.rb +3 -3
- data/lib/ledger_sync/{adaptors/quickbooks_online/util/adaptor_error_parser.rb → ledgers/quickbooks_online/util/ledger_error_parser.rb} +16 -16
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/util/operation_error_parser.rb +7 -7
- data/lib/ledger_sync/ledgers/quickbooks_online/vendor/deserializer.rb +25 -0
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/vendor/operations/create.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/vendor/operations/find.rb +4 -4
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/vendor/operations/update.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/vendor/searcher.rb +2 -2
- data/lib/ledger_sync/{adaptors/quickbooks_online/vendor/ledger_serializer.rb → ledgers/quickbooks_online/vendor/serializer.rb} +7 -7
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/webhook.rb +1 -1
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/webhook_event.rb +9 -9
- data/lib/ledger_sync/{adaptors → ledgers}/quickbooks_online/webhook_notification.rb +1 -1
- data/lib/ledger_sync/{adaptors → ledgers}/request.rb +11 -7
- data/lib/ledger_sync/{adaptors → ledgers}/response.rb +1 -1
- data/lib/ledger_sync/{adaptors → ledgers}/searcher.rb +13 -8
- data/lib/ledger_sync/ledgers/stripe/client.rb +37 -0
- data/lib/ledger_sync/{adaptors → ledgers}/stripe/config.rb +1 -1
- data/lib/ledger_sync/{adaptors → ledgers}/stripe/customer/operations/create.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/stripe/customer/operations/delete.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/stripe/customer/operations/find.rb +3 -3
- data/lib/ledger_sync/{adaptors → ledgers}/stripe/customer/operations/update.rb +3 -3
- data/lib/ledger_sync/ledgers/stripe/dashboard_url_helper.rb +21 -0
- data/lib/ledger_sync/{adaptors → ledgers}/stripe/operation.rb +5 -5
- data/lib/ledger_sync/{adaptors → ledgers}/stripe/operation/create.rb +2 -2
- data/lib/ledger_sync/{adaptors → ledgers}/stripe/operation/delete.rb +2 -2
- data/lib/ledger_sync/{adaptors → ledgers}/stripe/operation/find.rb +2 -2
- data/lib/ledger_sync/{adaptors → ledgers}/stripe/operation/update.rb +2 -2
- data/lib/ledger_sync/ledgers/stripe/resource.rb +10 -0
- data/lib/ledger_sync/ledgers/stripe/resources/customer.rb +13 -0
- data/lib/ledger_sync/operation.rb +23 -0
- data/lib/ledger_sync/resource.rb +22 -10
- data/lib/ledger_sync/resource_adaptor.rb +52 -0
- data/lib/ledger_sync/resource_attribute.rb +31 -9
- data/lib/ledger_sync/resource_attribute/dirty_mixin.rb +4 -0
- data/lib/ledger_sync/resource_attribute/mixin.rb +14 -24
- data/lib/ledger_sync/resource_attribute/reference/many.rb +21 -23
- data/lib/ledger_sync/resource_attribute/reference/one.rb +16 -5
- data/lib/ledger_sync/resource_attribute_set.rb +3 -7
- data/lib/ledger_sync/result.rb +3 -3
- data/lib/ledger_sync/serialization/attribute.rb +41 -0
- data/lib/ledger_sync/serialization/attribute_set_mixin.rb +27 -0
- data/lib/ledger_sync/serialization/deserializer_attribute.rb +78 -0
- data/lib/ledger_sync/serialization/deserializer_attribute_set.rb +22 -0
- data/lib/ledger_sync/serialization/mixin.rb +70 -0
- data/lib/ledger_sync/serialization/serializer_attribute.rb +64 -0
- data/lib/ledger_sync/serialization/serializer_attribute_set.rb +22 -0
- data/lib/ledger_sync/serialization/type/deserializer_references_many_type.rb +26 -0
- data/lib/ledger_sync/serialization/type/deserializer_references_one_type.rb +12 -0
- data/lib/ledger_sync/serialization/type/deserializer_type.rb +29 -0
- data/lib/ledger_sync/serialization/type/format_date_type.rb +23 -0
- data/lib/ledger_sync/serialization/type/mapping_type.rb +23 -0
- data/lib/ledger_sync/serialization/type/parse_date_type.rb +23 -0
- data/lib/ledger_sync/serialization/type/serializer_references_many_type.rb +21 -0
- data/lib/ledger_sync/serialization/type/serializer_references_one_type.rb +12 -0
- data/lib/ledger_sync/serialization/type/serializer_type.rb +23 -0
- data/lib/ledger_sync/serializer.rb +95 -0
- data/lib/ledger_sync/type/boolean.rb +2 -0
- data/lib/ledger_sync/type/date.rb +3 -1
- data/lib/ledger_sync/type/float.rb +2 -0
- data/lib/ledger_sync/type/hash.rb +38 -0
- data/lib/ledger_sync/type/id.rb +8 -2
- data/lib/ledger_sync/type/integer.rb +2 -0
- data/lib/ledger_sync/type/reference_many.rb +15 -5
- data/lib/ledger_sync/type/reference_one.rb +9 -18
- data/lib/ledger_sync/type/string.rb +2 -0
- data/lib/ledger_sync/type/string_from_set.rb +43 -0
- data/lib/ledger_sync/type/value_mixin.rb +37 -7
- data/lib/ledger_sync/util/mixins/delegate_iterable_methods_mixin.rb +43 -0
- data/lib/ledger_sync/util/mixins/dupable_mixin.rb +13 -0
- data/lib/ledger_sync/util/mixins/resource_registerable_mixin.rb +29 -0
- data/lib/ledger_sync/util/read_only_object.rb +54 -0
- data/lib/ledger_sync/util/resource_converter.rb +113 -0
- data/lib/ledger_sync/util/resource_converter/attribute.rb +131 -0
- data/lib/ledger_sync/util/resource_converter/attribute_set.rb +42 -0
- data/lib/ledger_sync/util/resource_converter/type/references_many_type.rb +27 -0
- data/lib/ledger_sync/util/resource_converter/type/references_one_type.rb +14 -0
- data/lib/ledger_sync/util/resource_converter/type/resource_converter_type.rb +26 -0
- data/lib/ledger_sync/util/resources_builder.rb +19 -11
- data/lib/ledger_sync/util/string_helpers.rb +3 -3
- data/lib/ledger_sync/util/url_helpers.rb +38 -0
- data/lib/ledger_sync/util/validator.rb +3 -1
- data/lib/ledger_sync/version.rb +1 -1
- data/licenses/BSL.txt +97 -0
- data/licenses/documentation_site.txt +7 -0
- metadata +621 -229
- data/_config.yml +0 -1
- data/lib/ledger_sync/adaptor_configuration_store.rb +0 -56
- data/lib/ledger_sync/adaptors/adaptor.rb +0 -74
- data/lib/ledger_sync/adaptors/ledger_serializer.rb +0 -143
- data/lib/ledger_sync/adaptors/ledger_serializer_attribute.rb +0 -178
- data/lib/ledger_sync/adaptors/ledger_serializer_attribute_set.rb +0 -58
- data/lib/ledger_sync/adaptors/ledger_serializer_type/mapping_type.rb +0 -41
- data/lib/ledger_sync/adaptors/ledger_serializer_type/references_many_type.rb +0 -24
- data/lib/ledger_sync/adaptors/ledger_serializer_type/references_one_type.rb +0 -22
- data/lib/ledger_sync/adaptors/ledger_serializer_type/value_type.rb +0 -17
- data/lib/ledger_sync/adaptors/mixins/infer_adaptor_class_mixin.rb +0 -24
- data/lib/ledger_sync/adaptors/mixins/infer_ledger_serializer_mixin.rb +0 -45
- data/lib/ledger_sync/adaptors/netsuite/account/ledger_deserializer.rb +0 -24
- data/lib/ledger_sync/adaptors/netsuite/account/ledger_serializer.rb +0 -22
- data/lib/ledger_sync/adaptors/netsuite/account/searcher.rb +0 -28
- data/lib/ledger_sync/adaptors/netsuite/config.rb +0 -5
- data/lib/ledger_sync/adaptors/netsuite/currency/deledger_serializer.rb +0 -28
- data/lib/ledger_sync/adaptors/netsuite/currency/ledger_serializer.rb +0 -25
- data/lib/ledger_sync/adaptors/netsuite/customer/ledger_deserializer.rb +0 -27
- data/lib/ledger_sync/adaptors/netsuite/customer/ledger_serializer.rb +0 -38
- data/lib/ledger_sync/adaptors/netsuite/ledger_serializer.rb +0 -30
- data/lib/ledger_sync/adaptors/netsuite/ledger_serializer_type/reference_type.rb +0 -24
- data/lib/ledger_sync/adaptors/netsuite/ledger_serializer_type/subsidiary_type.rb +0 -22
- data/lib/ledger_sync/adaptors/netsuite/operation.rb +0 -19
- data/lib/ledger_sync/adaptors/netsuite/record/http_method.rb +0 -38
- data/lib/ledger_sync/adaptors/netsuite/record/metadata.rb +0 -75
- data/lib/ledger_sync/adaptors/netsuite/record/property.rb +0 -45
- data/lib/ledger_sync/adaptors/netsuite/searcher.rb +0 -17
- data/lib/ledger_sync/adaptors/netsuite/vendor/ledger_deserializer.rb +0 -32
- data/lib/ledger_sync/adaptors/netsuite/vendor/ledger_serializer.rb +0 -35
- data/lib/ledger_sync/adaptors/netsuite_soap/config.rb +0 -5
- data/lib/ledger_sync/adaptors/netsuite_soap/customer/ledger_serializer.rb +0 -13
- data/lib/ledger_sync/adaptors/netsuite_soap/ledger_serializer.rb +0 -25
- data/lib/ledger_sync/adaptors/quickbooks_online/account/ledger_serializer.rb +0 -37
- data/lib/ledger_sync/adaptors/quickbooks_online/bill/ledger_serializer.rb +0 -46
- data/lib/ledger_sync/adaptors/quickbooks_online/bill_line_item/ledger_serializer.rb +0 -30
- data/lib/ledger_sync/adaptors/quickbooks_online/currency/ledger_serializer.rb +0 -17
- data/lib/ledger_sync/adaptors/quickbooks_online/customer/ledger_serializer.rb +0 -23
- data/lib/ledger_sync/adaptors/quickbooks_online/customer/operations/create.rb +0 -22
- data/lib/ledger_sync/adaptors/quickbooks_online/customer/operations/find.rb +0 -22
- data/lib/ledger_sync/adaptors/quickbooks_online/dashboard_url_helper.rb +0 -59
- data/lib/ledger_sync/adaptors/quickbooks_online/department/ledger_serializer.rb +0 -38
- data/lib/ledger_sync/adaptors/quickbooks_online/deposit/ledger_serializer.rb +0 -40
- data/lib/ledger_sync/adaptors/quickbooks_online/deposit_line_item/ledger_serializer.rb +0 -34
- data/lib/ledger_sync/adaptors/quickbooks_online/expense/ledger_serializer.rb +0 -52
- data/lib/ledger_sync/adaptors/quickbooks_online/expense_line_item/ledger_serializer.rb +0 -30
- data/lib/ledger_sync/adaptors/quickbooks_online/invoice/ledger_serializer.rb +0 -36
- data/lib/ledger_sync/adaptors/quickbooks_online/invoice_sales_line_item/ledger_serializer.rb +0 -30
- data/lib/ledger_sync/adaptors/quickbooks_online/journal_entry/ledger_serializer.rb +0 -34
- data/lib/ledger_sync/adaptors/quickbooks_online/journal_entry_line_item/ledger_serializer.rb +0 -37
- data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer.rb +0 -131
- data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/account_sub_type.rb +0 -305
- data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/account_type.rb +0 -51
- data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/amount_type.rb +0 -23
- data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/classification_type.rb +0 -23
- data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/date_type.rb +0 -23
- data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/entity_reference_type.rb +0 -49
- data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/journal_entry_line_item_type.rb +0 -20
- data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/payment_type.rb +0 -21
- data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/transaction_reference_type.rb +0 -49
- data/lib/ledger_sync/adaptors/quickbooks_online/payment/ledger_serializer.rb +0 -50
- data/lib/ledger_sync/adaptors/quickbooks_online/payment_line_item/ledger_serializer.rb +0 -19
- data/lib/ledger_sync/adaptors/quickbooks_online/transfer/ledger_serializer.rb +0 -36
- data/lib/ledger_sync/adaptors/stripe/adaptor.rb +0 -45
- data/lib/ledger_sync/adaptors/test/customer/ledger_serializer.rb +0 -12
- data/lib/ledger_sync/adaptors/test/ledger_serializer.rb +0 -12
- data/lib/ledger_sync/resources/account.rb +0 -17
- data/lib/ledger_sync/resources/bill.rb +0 -27
- data/lib/ledger_sync/resources/bill_line_item.rb +0 -17
- data/lib/ledger_sync/resources/currency.rb +0 -9
- data/lib/ledger_sync/resources/customer.rb +0 -25
- data/lib/ledger_sync/resources/department.rb +0 -14
- data/lib/ledger_sync/resources/deposit.rb +0 -24
- data/lib/ledger_sync/resources/deposit_line_item.rb +0 -22
- data/lib/ledger_sync/resources/expense.rb +0 -33
- data/lib/ledger_sync/resources/expense_line_item.rb +0 -17
- data/lib/ledger_sync/resources/invoice.rb +0 -24
- data/lib/ledger_sync/resources/invoice_sales_line_item.rb +0 -17
- data/lib/ledger_sync/resources/item.rb +0 -5
- data/lib/ledger_sync/resources/journal_entry.rb +0 -20
- data/lib/ledger_sync/resources/journal_entry_line_item.rb +0 -20
- data/lib/ledger_sync/resources/ledger_class.rb +0 -14
- data/lib/ledger_sync/resources/payment.rb +0 -27
- data/lib/ledger_sync/resources/payment_line_item.rb +0 -15
- data/lib/ledger_sync/resources/subsidiary.rb +0 -8
- data/lib/ledger_sync/resources/transfer.rb +0 -20
- data/lib/ledger_sync/resources/vendor.rb +0 -19
- data/qa/env_spec.rb +0 -5
- data/qa/netsuite/account_spec.rb +0 -20
- data/qa/netsuite/currency_spec.rb +0 -16
- data/qa/netsuite/customer.rb +0 -76
- data/qa/netsuite/customer_spec.rb +0 -21
- data/qa/netsuite/vendor.rb +0 -76
- data/qa/netsuite/vendor_spec.rb +0 -23
- data/qa/netsuite_soap/customer_spec.rb +0 -21
- data/qa/netsuite_soap/subsidiary_spec.rb +0 -0
- data/qa/qa_helper.rb +0 -58
- data/qa/quickbooks_online/account_spec.rb +0 -14
- data/qa/quickbooks_online/customer_spec.rb +0 -13
- data/qa/quickbooks_online/expense_spec.rb +0 -31
- data/qa/quickbooks_online/vendor_spec.rb +0 -13
- data/qa/stripe/customers_spec.rb +0 -15
- data/qa/support/adaptor_helpers.rb +0 -99
- data/qa/support/adaptor_support_setup.rb +0 -23
- data/qa/support/netsuite_helpers.rb +0 -33
- data/qa/support/netsuite_shared_examples.rb +0 -30
- data/qa/support/netsuite_soap_helpers.rb +0 -33
- data/qa/support/netsuite_soap_shared_examples.rb +0 -10
- data/qa/support/quickbooks_online_helpers.rb +0 -42
- data/qa/support/quickbooks_online_shared_examples.rb +0 -82
- data/qa/support/shared_examples.rb +0 -127
- data/qa/support/stripe_helpers.rb +0 -22
- data/qa/support/stripe_shared_examples.rb +0 -10
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
module LedgerSync
|
|
2
4
|
module Util
|
|
3
5
|
class Validator
|
|
@@ -14,7 +16,7 @@ module LedgerSync
|
|
|
14
16
|
end
|
|
15
17
|
|
|
16
18
|
def full_messages
|
|
17
|
-
@full_messages ||= errors.messages.map { |e| "#{e.path.map(&:to_s).join(' ')} #{e.text}"}
|
|
19
|
+
@full_messages ||= errors.messages.map { |e| "#{e.path.map(&:to_s).join(' ')} #{e.text}" }
|
|
18
20
|
end
|
|
19
21
|
|
|
20
22
|
def message
|
data/lib/ledger_sync/version.rb
CHANGED
data/licenses/BSL.txt
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
Business Source License 1.1
|
|
2
|
+
|
|
3
|
+
Parameters
|
|
4
|
+
|
|
5
|
+
Licensor: Modern Treasury Corp.
|
|
6
|
+
Licensed Work: LedgerSync
|
|
7
|
+
The Licensed Work is (c) 2020 Modern Treasury Corp.
|
|
8
|
+
Additional Use Grant: You may make use of the Licensed Work, provided that you
|
|
9
|
+
may not use the Licensed Work for a Connector Service.
|
|
10
|
+
|
|
11
|
+
A “Connector Service” is a commercial offering that
|
|
12
|
+
allows third parties (other than your employees and
|
|
13
|
+
contractors) to access the functionality of the Licensed
|
|
14
|
+
Work by connecting to and exchanging information with
|
|
15
|
+
general ledgers, accounting software, or other
|
|
16
|
+
clients defined in the library that are controlled
|
|
17
|
+
by such third parties.
|
|
18
|
+
|
|
19
|
+
Notice
|
|
20
|
+
|
|
21
|
+
The Business Source License (this document, or the “License”) is not an Open
|
|
22
|
+
Source license. However, the Licensed Work will eventually be made available
|
|
23
|
+
under an Open Source License, as stated in this License.
|
|
24
|
+
|
|
25
|
+
License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
|
|
26
|
+
“Business Source License” is a trademark of MariaDB Corporation Ab.
|
|
27
|
+
|
|
28
|
+
-----------------------------------------------------------------------------
|
|
29
|
+
|
|
30
|
+
Business Source License 1.1
|
|
31
|
+
|
|
32
|
+
Terms
|
|
33
|
+
|
|
34
|
+
The Licensor hereby grants you the right to copy, modify, create derivative
|
|
35
|
+
works, redistribute, and make non-production use of the Licensed Work. The
|
|
36
|
+
Licensor may make an Additional Use Grant, above, permitting limited
|
|
37
|
+
production use.
|
|
38
|
+
|
|
39
|
+
Effective on the Change Date, or the fourth anniversary of the first publicly
|
|
40
|
+
available distribution of a specific version of the Licensed Work under this
|
|
41
|
+
License, whichever comes first, the Licensor hereby grants you rights under
|
|
42
|
+
the terms of the Change License, and the rights granted in the paragraph
|
|
43
|
+
above terminate.
|
|
44
|
+
|
|
45
|
+
If your use of the Licensed Work does not comply with the requirements
|
|
46
|
+
currently in effect as described in this License, you must purchase a
|
|
47
|
+
commercial license from the Licensor, its affiliated entities, or authorized
|
|
48
|
+
resellers, or you must refrain from using the Licensed Work.
|
|
49
|
+
|
|
50
|
+
All copies of the original and modified Licensed Work, and derivative works
|
|
51
|
+
of the Licensed Work, are subject to this License. This License applies
|
|
52
|
+
separately for each version of the Licensed Work and the Change Date may vary
|
|
53
|
+
for each version of the Licensed Work released by Licensor.
|
|
54
|
+
|
|
55
|
+
You must conspicuously display this License on each original or modified copy
|
|
56
|
+
of the Licensed Work. If you receive the Licensed Work in original or
|
|
57
|
+
modified form from a third party, the terms and conditions set forth in this
|
|
58
|
+
License apply to your use of that work.
|
|
59
|
+
|
|
60
|
+
Any use of the Licensed Work in violation of this License will automatically
|
|
61
|
+
terminate your rights under this License for the current and all other
|
|
62
|
+
versions of the Licensed Work.
|
|
63
|
+
|
|
64
|
+
This License does not grant you any right in any trademark or logo of
|
|
65
|
+
Licensor or its affiliates (provided that you may use a trademark or logo of
|
|
66
|
+
Licensor as expressly required by this License).
|
|
67
|
+
|
|
68
|
+
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
|
|
69
|
+
AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
|
|
70
|
+
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
|
|
71
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
|
|
72
|
+
TITLE.
|
|
73
|
+
|
|
74
|
+
MariaDB hereby grants you permission to use this License’s text to license
|
|
75
|
+
your works, and to refer to it using the trademark “Business Source License”,
|
|
76
|
+
as long as you comply with the Covenants of Licensor below.
|
|
77
|
+
|
|
78
|
+
Covenants of Licensor
|
|
79
|
+
|
|
80
|
+
In consideration of the right to use this License’s text and the “Business
|
|
81
|
+
Source License” name and trademark, Licensor covenants to MariaDB, and to all
|
|
82
|
+
other recipients of the licensed work to be provided by Licensor:
|
|
83
|
+
|
|
84
|
+
1. To specify as the Change License the GPL Version 2.0 or any later version,
|
|
85
|
+
or a license that is compatible with GPL Version 2.0 or a later version,
|
|
86
|
+
where “compatible” means that software provided under the Change License can
|
|
87
|
+
be included in a program with software provided under GPL Version 2.0 or a
|
|
88
|
+
later version. Licensor may specify additional Change Licenses without
|
|
89
|
+
limitation.
|
|
90
|
+
|
|
91
|
+
2. To either: (a) specify an additional grant of rights to use that does not
|
|
92
|
+
impose any additional restriction on the right granted in this License, as
|
|
93
|
+
the Additional Use Grant; or (b) insert the text “None”.
|
|
94
|
+
|
|
95
|
+
3. To specify a Change Date.
|
|
96
|
+
|
|
97
|
+
4. Not to modify this License in any other way.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
Files: /documentation/site
|
|
2
|
+
|
|
3
|
+
The source code for the theme contained in the `/documentation/site` directory are from
|
|
4
|
+
https://github.com/stackbithq/stackbit-theme-libris, an open-source Jekyll-compatible theme.
|
|
5
|
+
|
|
6
|
+
Any use is subject to `documentation/site/LICENSE.md` and any guidelines and/or licenses provided by
|
|
7
|
+
Stackbit.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ledger_sync
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Jackson
|
|
@@ -80,20 +80,76 @@ dependencies:
|
|
|
80
80
|
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
|
+
- !ruby/object:Gem::Dependency
|
|
84
|
+
name: jekyll
|
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - "~>"
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: 3.8.4
|
|
90
|
+
type: :development
|
|
91
|
+
prerelease: false
|
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - "~>"
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: 3.8.4
|
|
97
|
+
- !ruby/object:Gem::Dependency
|
|
98
|
+
name: jekyll-menus
|
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
|
100
|
+
requirements:
|
|
101
|
+
- - "~>"
|
|
102
|
+
- !ruby/object:Gem::Version
|
|
103
|
+
version: 0.6.0
|
|
104
|
+
type: :development
|
|
105
|
+
prerelease: false
|
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
107
|
+
requirements:
|
|
108
|
+
- - "~>"
|
|
109
|
+
- !ruby/object:Gem::Version
|
|
110
|
+
version: 0.6.0
|
|
111
|
+
- !ruby/object:Gem::Dependency
|
|
112
|
+
name: jekyll-paginate
|
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
|
114
|
+
requirements:
|
|
115
|
+
- - "~>"
|
|
116
|
+
- !ruby/object:Gem::Version
|
|
117
|
+
version: '1.1'
|
|
118
|
+
type: :development
|
|
119
|
+
prerelease: false
|
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
121
|
+
requirements:
|
|
122
|
+
- - "~>"
|
|
123
|
+
- !ruby/object:Gem::Version
|
|
124
|
+
version: '1.1'
|
|
125
|
+
- !ruby/object:Gem::Dependency
|
|
126
|
+
name: jekyll-paginate-v2
|
|
127
|
+
requirement: !ruby/object:Gem::Requirement
|
|
128
|
+
requirements:
|
|
129
|
+
- - "~>"
|
|
130
|
+
- !ruby/object:Gem::Version
|
|
131
|
+
version: '1.9'
|
|
132
|
+
type: :development
|
|
133
|
+
prerelease: false
|
|
134
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
135
|
+
requirements:
|
|
136
|
+
- - "~>"
|
|
137
|
+
- !ruby/object:Gem::Version
|
|
138
|
+
version: '1.9'
|
|
83
139
|
- !ruby/object:Gem::Dependency
|
|
84
140
|
name: rake
|
|
85
141
|
requirement: !ruby/object:Gem::Requirement
|
|
86
142
|
requirements:
|
|
87
143
|
- - "~>"
|
|
88
144
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: '
|
|
145
|
+
version: '13.0'
|
|
90
146
|
type: :development
|
|
91
147
|
prerelease: false
|
|
92
148
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
149
|
requirements:
|
|
94
150
|
- - "~>"
|
|
95
151
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: '
|
|
152
|
+
version: '13.0'
|
|
97
153
|
- !ruby/object:Gem::Dependency
|
|
98
154
|
name: rspec
|
|
99
155
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -366,14 +422,14 @@ dependencies:
|
|
|
366
422
|
requirements:
|
|
367
423
|
- - ">="
|
|
368
424
|
- !ruby/object:Gem::Version
|
|
369
|
-
version: 1.
|
|
425
|
+
version: 1.5.1
|
|
370
426
|
type: :runtime
|
|
371
427
|
prerelease: false
|
|
372
428
|
version_requirements: !ruby/object:Gem::Requirement
|
|
373
429
|
requirements:
|
|
374
430
|
- - ">="
|
|
375
431
|
- !ruby/object:Gem::Version
|
|
376
|
-
version: 1.
|
|
432
|
+
version: 1.5.1
|
|
377
433
|
- !ruby/object:Gem::Dependency
|
|
378
434
|
name: stripe
|
|
379
435
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -411,195 +467,546 @@ files:
|
|
|
411
467
|
- LICENSE.txt
|
|
412
468
|
- README.md
|
|
413
469
|
- Rakefile
|
|
414
|
-
- _config.yml
|
|
415
470
|
- bin/console
|
|
416
471
|
- bin/qa
|
|
472
|
+
- bin/quickbooks_online_oauth_server.rb
|
|
417
473
|
- bin/setup
|
|
418
474
|
- docker-compose.yml
|
|
475
|
+
- docs/.gitignore
|
|
476
|
+
- documentation/build.sh
|
|
477
|
+
- documentation/generate.rb
|
|
478
|
+
- documentation/generators/generator.rb
|
|
479
|
+
- documentation/generators/guides/generator.rb
|
|
480
|
+
- documentation/generators/reference/generator.rb
|
|
481
|
+
- documentation/generators/reference/ledger/generator.rb
|
|
482
|
+
- documentation/generators/template.rb
|
|
483
|
+
- documentation/helper_methods.rb
|
|
484
|
+
- documentation/site/CNAME
|
|
485
|
+
- documentation/site/LICENSE.md
|
|
486
|
+
- documentation/site/README.md
|
|
487
|
+
- documentation/site/_config.yml
|
|
488
|
+
- documentation/site/_data/guides_sections.yml
|
|
489
|
+
- documentation/site/_data/reference_sections.yml
|
|
490
|
+
- documentation/site/_includes/action_link.html
|
|
491
|
+
- documentation/site/_includes/alerts/base.html
|
|
492
|
+
- documentation/site/_includes/alerts/danger.html
|
|
493
|
+
- documentation/site/_includes/alerts/info.html
|
|
494
|
+
- documentation/site/_includes/alerts/success.html
|
|
495
|
+
- documentation/site/_includes/alerts/warning.html
|
|
496
|
+
- documentation/site/_includes/cta_buttons.html
|
|
497
|
+
- documentation/site/_includes/example.md
|
|
498
|
+
- documentation/site/_includes/footer.html
|
|
499
|
+
- documentation/site/_includes/getting_help.md
|
|
500
|
+
- documentation/site/_includes/guides_menu.html
|
|
501
|
+
- documentation/site/_includes/guides_submenu.html
|
|
502
|
+
- documentation/site/_includes/header.html
|
|
503
|
+
- documentation/site/_includes/installation_instructions.md
|
|
504
|
+
- documentation/site/_includes/ledgers/netsuite_soap_summary.md
|
|
505
|
+
- documentation/site/_includes/ledgers/netsuite_summary.md
|
|
506
|
+
- documentation/site/_includes/ledgers/netsuite_summary_shared.md
|
|
507
|
+
- documentation/site/_includes/ledgers/quickbooks_online_summary.md
|
|
508
|
+
- documentation/site/_includes/ledgers/stripe_summary.md
|
|
509
|
+
- documentation/site/_includes/reference/netsuite/authentication/_token_based_authentication.md
|
|
510
|
+
- documentation/site/_includes/reference/netsuite/authentication/index.md
|
|
511
|
+
- documentation/site/_includes/reference/netsuite/authentication/token_based_authentication.md
|
|
512
|
+
- documentation/site/_includes/reference/netsuite/index.md
|
|
513
|
+
- documentation/site/_includes/reference/netsuite_soap/index.md
|
|
514
|
+
- documentation/site/_includes/reference/quickbooks_online/authentication/index.md
|
|
515
|
+
- documentation/site/_includes/reference/quickbooks_online/errors/index.md
|
|
516
|
+
- documentation/site/_includes/reference/quickbooks_online/index.md
|
|
517
|
+
- documentation/site/_includes/reference/quickbooks_online/webhooks/index.md
|
|
518
|
+
- documentation/site/_includes/reference/stripe/index.md
|
|
519
|
+
- documentation/site/_includes/section_content.html
|
|
520
|
+
- documentation/site/_includes/section_cta.html
|
|
521
|
+
- documentation/site/_includes/section_grid.html
|
|
522
|
+
- documentation/site/_includes/section_guides.html
|
|
523
|
+
- documentation/site/_includes/section_hero.html
|
|
524
|
+
- documentation/site/_includes/submenu.html
|
|
525
|
+
- documentation/site/_layouts/advanced.html
|
|
526
|
+
- documentation/site/_layouts/base.html
|
|
527
|
+
- documentation/site/_layouts/blog.html
|
|
528
|
+
- documentation/site/_layouts/body.html
|
|
529
|
+
- documentation/site/_layouts/guides.html
|
|
530
|
+
- documentation/site/_layouts/page.html
|
|
531
|
+
- documentation/site/_layouts/post.html
|
|
532
|
+
- documentation/site/_layouts/reference.html
|
|
533
|
+
- documentation/site/_layouts/reference_netsuite.html
|
|
534
|
+
- documentation/site/_layouts/reference_netsuite_soap.html
|
|
535
|
+
- documentation/site/_layouts/reference_quickbooks_online.html
|
|
536
|
+
- documentation/site/_layouts/reference_stripe.html
|
|
537
|
+
- documentation/site/_plugins/filters.rb
|
|
538
|
+
- documentation/site/_plugins/hooks.rb
|
|
539
|
+
- documentation/site/_posts/2020-06-01-introducing-docs.md
|
|
540
|
+
- documentation/site/_posts/2020-06-10-netsuite-authentication.md
|
|
541
|
+
- documentation/site/_sass/imports/_animations.scss
|
|
542
|
+
- documentation/site/_sass/imports/_footer.scss
|
|
543
|
+
- documentation/site/_sass/imports/_functions.scss
|
|
544
|
+
- documentation/site/_sass/imports/_general.scss
|
|
545
|
+
- documentation/site/_sass/imports/_guides.scss
|
|
546
|
+
- documentation/site/_sass/imports/_header.scss
|
|
547
|
+
- documentation/site/_sass/imports/_icons.scss
|
|
548
|
+
- documentation/site/_sass/imports/_post-navigation.scss
|
|
549
|
+
- documentation/site/_sass/imports/_posts-pages.scss
|
|
550
|
+
- documentation/site/_sass/imports/_prism.scss
|
|
551
|
+
- documentation/site/_sass/imports/_reset.scss
|
|
552
|
+
- documentation/site/_sass/imports/_sections.scss
|
|
553
|
+
- documentation/site/_sass/imports/_structure.scss
|
|
554
|
+
- documentation/site/_templates/_layouts/reference_ledger.html.erb
|
|
555
|
+
- documentation/site/_templates/guides/ledger.md.erb
|
|
556
|
+
- documentation/site/_templates/reference/resources/index.md.erb
|
|
557
|
+
- documentation/site/_templates/reference/resources/resource.md.erb
|
|
558
|
+
- documentation/site/assets/css/brands.min.css
|
|
559
|
+
- documentation/site/assets/css/fontawesome.min.css
|
|
560
|
+
- documentation/site/assets/css/main.scss
|
|
561
|
+
- documentation/site/assets/css/monokai.css
|
|
562
|
+
- documentation/site/assets/js/main.js
|
|
563
|
+
- documentation/site/assets/js/plugins.js
|
|
564
|
+
- documentation/site/assets/js/prism.js
|
|
565
|
+
- documentation/site/assets/webfonts/fa-brands-400.eot
|
|
566
|
+
- documentation/site/assets/webfonts/fa-brands-400.svg
|
|
567
|
+
- documentation/site/assets/webfonts/fa-brands-400.ttf
|
|
568
|
+
- documentation/site/assets/webfonts/fa-brands-400.woff
|
|
569
|
+
- documentation/site/assets/webfonts/fa-brands-400.woff2
|
|
570
|
+
- documentation/site/blog/index.md
|
|
571
|
+
- documentation/site/guides/architecture/clients.md
|
|
572
|
+
- documentation/site/guides/architecture/index.md
|
|
573
|
+
- documentation/site/guides/architecture/operations.md
|
|
574
|
+
- documentation/site/guides/architecture/resources.md
|
|
575
|
+
- documentation/site/guides/architecture/results.md
|
|
576
|
+
- documentation/site/guides/architecture/searchers.md
|
|
577
|
+
- documentation/site/guides/architecture/serialization.md
|
|
578
|
+
- documentation/site/guides/community/index.md
|
|
579
|
+
- documentation/site/guides/contribute/console.md
|
|
580
|
+
- documentation/site/guides/contribute/deployment.md
|
|
581
|
+
- documentation/site/guides/contribute/documentation.md
|
|
582
|
+
- documentation/site/guides/contribute/index.md
|
|
583
|
+
- documentation/site/guides/contribute/qa.md
|
|
584
|
+
- documentation/site/guides/contribute/testing.md
|
|
585
|
+
- documentation/site/guides/customization/custom_resources.md
|
|
586
|
+
- documentation/site/guides/customization/custom_serializers.md
|
|
587
|
+
- documentation/site/guides/customization/index.md
|
|
588
|
+
- documentation/site/guides/customization/resource_converters.md
|
|
589
|
+
- documentation/site/guides/getting-started/get-help.md
|
|
590
|
+
- documentation/site/guides/getting-started/index.md
|
|
591
|
+
- documentation/site/guides/getting-started/installation.md
|
|
592
|
+
- documentation/site/guides/getting-started/quick-start.md
|
|
593
|
+
- documentation/site/guides/index.md
|
|
594
|
+
- documentation/site/guides/ledgers/index.md
|
|
595
|
+
- documentation/site/guides/ledgers/netsuite.md
|
|
596
|
+
- documentation/site/guides/ledgers/netsuite_soap.md
|
|
597
|
+
- documentation/site/guides/ledgers/quickbooks_online.md
|
|
598
|
+
- documentation/site/guides/ledgers/stripe.md
|
|
599
|
+
- documentation/site/guides/modern-treasury/index.md
|
|
600
|
+
- documentation/site/guides/tips_and_more/index.md
|
|
601
|
+
- documentation/site/images/1.jpg
|
|
602
|
+
- documentation/site/images/10.jpg
|
|
603
|
+
- documentation/site/images/2.jpg
|
|
604
|
+
- documentation/site/images/3.jpg
|
|
605
|
+
- documentation/site/images/4.jpg
|
|
606
|
+
- documentation/site/images/5.jpg
|
|
607
|
+
- documentation/site/images/6.jpg
|
|
608
|
+
- documentation/site/images/7.jpg
|
|
609
|
+
- documentation/site/images/8.jpg
|
|
610
|
+
- documentation/site/images/9.jpg
|
|
611
|
+
- documentation/site/images/logo.svg
|
|
612
|
+
- documentation/site/index.md
|
|
613
|
+
- documentation/site/overview.md
|
|
614
|
+
- documentation/site/reference/architecture/clients.md
|
|
615
|
+
- documentation/site/reference/architecture/index.md
|
|
616
|
+
- documentation/site/reference/architecture/operations.md
|
|
617
|
+
- documentation/site/reference/architecture/resources.md
|
|
618
|
+
- documentation/site/reference/architecture/results.md
|
|
619
|
+
- documentation/site/reference/architecture/searchers.md
|
|
620
|
+
- documentation/site/reference/architecture/serialization.md
|
|
621
|
+
- documentation/site/reference/index.md
|
|
622
|
+
- documentation/site/reference/netsuite/authentication/_token_based_authentication.md
|
|
623
|
+
- documentation/site/reference/netsuite/authentication/index.md
|
|
624
|
+
- documentation/site/reference/netsuite/authentication/token_based_authentication.md
|
|
625
|
+
- documentation/site/reference/netsuite/index.md
|
|
626
|
+
- documentation/site/reference/netsuite/resources/account.md
|
|
627
|
+
- documentation/site/reference/netsuite/resources/check.md
|
|
628
|
+
- documentation/site/reference/netsuite/resources/check_line_item.md
|
|
629
|
+
- documentation/site/reference/netsuite/resources/currency.md
|
|
630
|
+
- documentation/site/reference/netsuite/resources/customer.md
|
|
631
|
+
- documentation/site/reference/netsuite/resources/customer_deposit.md
|
|
632
|
+
- documentation/site/reference/netsuite/resources/department.md
|
|
633
|
+
- documentation/site/reference/netsuite/resources/deposit.md
|
|
634
|
+
- documentation/site/reference/netsuite/resources/deposit_line_item.md
|
|
635
|
+
- documentation/site/reference/netsuite/resources/index.md
|
|
636
|
+
- documentation/site/reference/netsuite/resources/invoice.md
|
|
637
|
+
- documentation/site/reference/netsuite/resources/invoice_line_item.md
|
|
638
|
+
- documentation/site/reference/netsuite/resources/item.md
|
|
639
|
+
- documentation/site/reference/netsuite/resources/journal_entry.md
|
|
640
|
+
- documentation/site/reference/netsuite/resources/journal_entry_line_item.md
|
|
641
|
+
- documentation/site/reference/netsuite/resources/ledger_class.md
|
|
642
|
+
- documentation/site/reference/netsuite/resources/location.md
|
|
643
|
+
- documentation/site/reference/netsuite/resources/resource.md
|
|
644
|
+
- documentation/site/reference/netsuite/resources/subsidiary.md
|
|
645
|
+
- documentation/site/reference/netsuite/resources/vendor.md
|
|
646
|
+
- documentation/site/reference/netsuite_soap/index.md
|
|
647
|
+
- documentation/site/reference/netsuite_soap/resources/customer.md
|
|
648
|
+
- documentation/site/reference/netsuite_soap/resources/index.md
|
|
649
|
+
- documentation/site/reference/netsuite_soap/resources/resource.md
|
|
650
|
+
- documentation/site/reference/netsuite_soap/resources/subsidiary.md
|
|
651
|
+
- documentation/site/reference/quickbooks_online/authentication/index.md
|
|
652
|
+
- documentation/site/reference/quickbooks_online/errors/index.md
|
|
653
|
+
- documentation/site/reference/quickbooks_online/index.md
|
|
654
|
+
- documentation/site/reference/quickbooks_online/resources/account.md
|
|
655
|
+
- documentation/site/reference/quickbooks_online/resources/bill.md
|
|
656
|
+
- documentation/site/reference/quickbooks_online/resources/bill_line_item.md
|
|
657
|
+
- documentation/site/reference/quickbooks_online/resources/bill_payment.md
|
|
658
|
+
- documentation/site/reference/quickbooks_online/resources/bill_payment_line_item.md
|
|
659
|
+
- documentation/site/reference/quickbooks_online/resources/currency.md
|
|
660
|
+
- documentation/site/reference/quickbooks_online/resources/customer.md
|
|
661
|
+
- documentation/site/reference/quickbooks_online/resources/department.md
|
|
662
|
+
- documentation/site/reference/quickbooks_online/resources/deposit.md
|
|
663
|
+
- documentation/site/reference/quickbooks_online/resources/deposit_line_item.md
|
|
664
|
+
- documentation/site/reference/quickbooks_online/resources/expense.md
|
|
665
|
+
- documentation/site/reference/quickbooks_online/resources/expense_line_item.md
|
|
666
|
+
- documentation/site/reference/quickbooks_online/resources/index.md
|
|
667
|
+
- documentation/site/reference/quickbooks_online/resources/invoice.md
|
|
668
|
+
- documentation/site/reference/quickbooks_online/resources/invoice_sales_line_item.md
|
|
669
|
+
- documentation/site/reference/quickbooks_online/resources/item.md
|
|
670
|
+
- documentation/site/reference/quickbooks_online/resources/journal_entry.md
|
|
671
|
+
- documentation/site/reference/quickbooks_online/resources/journal_entry_line_item.md
|
|
672
|
+
- documentation/site/reference/quickbooks_online/resources/ledger_class.md
|
|
673
|
+
- documentation/site/reference/quickbooks_online/resources/payment.md
|
|
674
|
+
- documentation/site/reference/quickbooks_online/resources/payment_line_item.md
|
|
675
|
+
- documentation/site/reference/quickbooks_online/resources/preferences.md
|
|
676
|
+
- documentation/site/reference/quickbooks_online/resources/primary_email_addr.md
|
|
677
|
+
- documentation/site/reference/quickbooks_online/resources/primary_phone.md
|
|
678
|
+
- documentation/site/reference/quickbooks_online/resources/resource.md
|
|
679
|
+
- documentation/site/reference/quickbooks_online/resources/subsidiary.md
|
|
680
|
+
- documentation/site/reference/quickbooks_online/resources/transfer.md
|
|
681
|
+
- documentation/site/reference/quickbooks_online/resources/vendor.md
|
|
682
|
+
- documentation/site/reference/quickbooks_online/webhooks/index.md
|
|
683
|
+
- documentation/site/reference/stripe/index.md
|
|
684
|
+
- documentation/site/reference/stripe/resources/customer.md
|
|
685
|
+
- documentation/site/reference/stripe/resources/index.md
|
|
686
|
+
- documentation/site/reference/stripe/resources/resource.md
|
|
687
|
+
- documentation/site/style-guide.md
|
|
419
688
|
- ledger_sync.gemspec
|
|
420
689
|
- lib/ledger_sync.rb
|
|
421
|
-
- lib/ledger_sync/adaptor_configuration.rb
|
|
422
|
-
- lib/ledger_sync/adaptor_configuration_store.rb
|
|
423
|
-
- lib/ledger_sync/adaptors/adaptor.rb
|
|
424
|
-
- lib/ledger_sync/adaptors/contract.rb
|
|
425
|
-
- lib/ledger_sync/adaptors/ledger_serializer.rb
|
|
426
|
-
- lib/ledger_sync/adaptors/ledger_serializer_attribute.rb
|
|
427
|
-
- lib/ledger_sync/adaptors/ledger_serializer_attribute_set.rb
|
|
428
|
-
- lib/ledger_sync/adaptors/ledger_serializer_type/mapping_type.rb
|
|
429
|
-
- lib/ledger_sync/adaptors/ledger_serializer_type/references_many_type.rb
|
|
430
|
-
- lib/ledger_sync/adaptors/ledger_serializer_type/references_one_type.rb
|
|
431
|
-
- lib/ledger_sync/adaptors/ledger_serializer_type/value_type.rb
|
|
432
|
-
- lib/ledger_sync/adaptors/mixins/infer_adaptor_class_mixin.rb
|
|
433
|
-
- lib/ledger_sync/adaptors/mixins/infer_ledger_serializer_mixin.rb
|
|
434
|
-
- lib/ledger_sync/adaptors/mixins/infer_resource_class_mixin.rb
|
|
435
|
-
- lib/ledger_sync/adaptors/mixins/infer_validation_contract_mixin.rb
|
|
436
|
-
- lib/ledger_sync/adaptors/mixins/offset_and_limit_pagination_searcher_mixin.rb
|
|
437
|
-
- lib/ledger_sync/adaptors/netsuite/account/ledger_deserializer.rb
|
|
438
|
-
- lib/ledger_sync/adaptors/netsuite/account/ledger_serializer.rb
|
|
439
|
-
- lib/ledger_sync/adaptors/netsuite/account/operations/create.rb
|
|
440
|
-
- lib/ledger_sync/adaptors/netsuite/account/operations/find.rb
|
|
441
|
-
- lib/ledger_sync/adaptors/netsuite/account/searcher.rb
|
|
442
|
-
- lib/ledger_sync/adaptors/netsuite/adaptor.rb
|
|
443
|
-
- lib/ledger_sync/adaptors/netsuite/config.rb
|
|
444
|
-
- lib/ledger_sync/adaptors/netsuite/currency/deledger_serializer.rb
|
|
445
|
-
- lib/ledger_sync/adaptors/netsuite/currency/ledger_serializer.rb
|
|
446
|
-
- lib/ledger_sync/adaptors/netsuite/currency/operations/create.rb
|
|
447
|
-
- lib/ledger_sync/adaptors/netsuite/currency/operations/delete.rb
|
|
448
|
-
- lib/ledger_sync/adaptors/netsuite/currency/operations/find.rb
|
|
449
|
-
- lib/ledger_sync/adaptors/netsuite/currency/operations/update.rb
|
|
450
|
-
- lib/ledger_sync/adaptors/netsuite/customer/ledger_deserializer.rb
|
|
451
|
-
- lib/ledger_sync/adaptors/netsuite/customer/ledger_serializer.rb
|
|
452
|
-
- lib/ledger_sync/adaptors/netsuite/customer/operations/create.rb
|
|
453
|
-
- lib/ledger_sync/adaptors/netsuite/customer/operations/delete.rb
|
|
454
|
-
- lib/ledger_sync/adaptors/netsuite/customer/operations/find.rb
|
|
455
|
-
- lib/ledger_sync/adaptors/netsuite/customer/operations/update.rb
|
|
456
|
-
- lib/ledger_sync/adaptors/netsuite/ledger_serializer.rb
|
|
457
|
-
- lib/ledger_sync/adaptors/netsuite/ledger_serializer_type/reference_type.rb
|
|
458
|
-
- lib/ledger_sync/adaptors/netsuite/ledger_serializer_type/subsidiary_type.rb
|
|
459
|
-
- lib/ledger_sync/adaptors/netsuite/operation.rb
|
|
460
|
-
- lib/ledger_sync/adaptors/netsuite/operation/create.rb
|
|
461
|
-
- lib/ledger_sync/adaptors/netsuite/operation/delete.rb
|
|
462
|
-
- lib/ledger_sync/adaptors/netsuite/operation/find.rb
|
|
463
|
-
- lib/ledger_sync/adaptors/netsuite/operation/update.rb
|
|
464
|
-
- lib/ledger_sync/adaptors/netsuite/record/http_method.rb
|
|
465
|
-
- lib/ledger_sync/adaptors/netsuite/record/metadata.rb
|
|
466
|
-
- lib/ledger_sync/adaptors/netsuite/record/property.rb
|
|
467
|
-
- lib/ledger_sync/adaptors/netsuite/searcher.rb
|
|
468
|
-
- lib/ledger_sync/adaptors/netsuite/token.rb
|
|
469
|
-
- lib/ledger_sync/adaptors/netsuite/vendor/ledger_deserializer.rb
|
|
470
|
-
- lib/ledger_sync/adaptors/netsuite/vendor/ledger_serializer.rb
|
|
471
|
-
- lib/ledger_sync/adaptors/netsuite/vendor/operations/create.rb
|
|
472
|
-
- lib/ledger_sync/adaptors/netsuite/vendor/operations/delete.rb
|
|
473
|
-
- lib/ledger_sync/adaptors/netsuite/vendor/operations/find.rb
|
|
474
|
-
- lib/ledger_sync/adaptors/netsuite/vendor/operations/update.rb
|
|
475
|
-
- lib/ledger_sync/adaptors/netsuite_soap/adaptor.rb
|
|
476
|
-
- lib/ledger_sync/adaptors/netsuite_soap/config.rb
|
|
477
|
-
- lib/ledger_sync/adaptors/netsuite_soap/customer/ledger_serializer.rb
|
|
478
|
-
- lib/ledger_sync/adaptors/netsuite_soap/customer/operations/create.rb
|
|
479
|
-
- lib/ledger_sync/adaptors/netsuite_soap/customer/operations/find.rb
|
|
480
|
-
- lib/ledger_sync/adaptors/netsuite_soap/ledger_serializer.rb
|
|
481
|
-
- lib/ledger_sync/adaptors/netsuite_soap/operation.rb
|
|
482
|
-
- lib/ledger_sync/adaptors/netsuite_soap/operation/create.rb
|
|
483
|
-
- lib/ledger_sync/adaptors/netsuite_soap/operation/find.rb
|
|
484
|
-
- lib/ledger_sync/adaptors/netsuite_soap/subsidiary/operations/create.rb
|
|
485
|
-
- lib/ledger_sync/adaptors/netsuite_soap/subsidiary/operations/find.rb
|
|
486
|
-
- lib/ledger_sync/adaptors/operation.rb
|
|
487
|
-
- lib/ledger_sync/adaptors/quickbooks_online/account/ledger_serializer.rb
|
|
488
|
-
- lib/ledger_sync/adaptors/quickbooks_online/account/operations/create.rb
|
|
489
|
-
- lib/ledger_sync/adaptors/quickbooks_online/account/operations/find.rb
|
|
490
|
-
- lib/ledger_sync/adaptors/quickbooks_online/account/operations/update.rb
|
|
491
|
-
- lib/ledger_sync/adaptors/quickbooks_online/account/searcher.rb
|
|
492
|
-
- lib/ledger_sync/adaptors/quickbooks_online/adaptor.rb
|
|
493
|
-
- lib/ledger_sync/adaptors/quickbooks_online/bill/ledger_serializer.rb
|
|
494
|
-
- lib/ledger_sync/adaptors/quickbooks_online/bill/operations/create.rb
|
|
495
|
-
- lib/ledger_sync/adaptors/quickbooks_online/bill/operations/find.rb
|
|
496
|
-
- lib/ledger_sync/adaptors/quickbooks_online/bill/operations/update.rb
|
|
497
|
-
- lib/ledger_sync/adaptors/quickbooks_online/bill/searcher.rb
|
|
498
|
-
- lib/ledger_sync/adaptors/quickbooks_online/bill_line_item/ledger_serializer.rb
|
|
499
|
-
- lib/ledger_sync/adaptors/quickbooks_online/config.rb
|
|
500
|
-
- lib/ledger_sync/adaptors/quickbooks_online/currency/ledger_serializer.rb
|
|
501
|
-
- lib/ledger_sync/adaptors/quickbooks_online/customer/ledger_serializer.rb
|
|
502
|
-
- lib/ledger_sync/adaptors/quickbooks_online/customer/operations/create.rb
|
|
503
|
-
- lib/ledger_sync/adaptors/quickbooks_online/customer/operations/find.rb
|
|
504
|
-
- lib/ledger_sync/adaptors/quickbooks_online/customer/operations/update.rb
|
|
505
|
-
- lib/ledger_sync/adaptors/quickbooks_online/customer/searcher.rb
|
|
506
|
-
- lib/ledger_sync/adaptors/quickbooks_online/dashboard_url_helper.rb
|
|
507
|
-
- lib/ledger_sync/adaptors/quickbooks_online/department/ledger_serializer.rb
|
|
508
|
-
- lib/ledger_sync/adaptors/quickbooks_online/department/operations/create.rb
|
|
509
|
-
- lib/ledger_sync/adaptors/quickbooks_online/department/operations/find.rb
|
|
510
|
-
- lib/ledger_sync/adaptors/quickbooks_online/department/operations/update.rb
|
|
511
|
-
- lib/ledger_sync/adaptors/quickbooks_online/department/searcher.rb
|
|
512
|
-
- lib/ledger_sync/adaptors/quickbooks_online/deposit/ledger_serializer.rb
|
|
513
|
-
- lib/ledger_sync/adaptors/quickbooks_online/deposit/operations/create.rb
|
|
514
|
-
- lib/ledger_sync/adaptors/quickbooks_online/deposit/operations/find.rb
|
|
515
|
-
- lib/ledger_sync/adaptors/quickbooks_online/deposit/operations/update.rb
|
|
516
|
-
- lib/ledger_sync/adaptors/quickbooks_online/deposit/searcher.rb
|
|
517
|
-
- lib/ledger_sync/adaptors/quickbooks_online/deposit_line_item/ledger_serializer.rb
|
|
518
|
-
- lib/ledger_sync/adaptors/quickbooks_online/expense/ledger_serializer.rb
|
|
519
|
-
- lib/ledger_sync/adaptors/quickbooks_online/expense/operations/create.rb
|
|
520
|
-
- lib/ledger_sync/adaptors/quickbooks_online/expense/operations/find.rb
|
|
521
|
-
- lib/ledger_sync/adaptors/quickbooks_online/expense/operations/update.rb
|
|
522
|
-
- lib/ledger_sync/adaptors/quickbooks_online/expense/searcher.rb
|
|
523
|
-
- lib/ledger_sync/adaptors/quickbooks_online/expense_line_item/ledger_serializer.rb
|
|
524
|
-
- lib/ledger_sync/adaptors/quickbooks_online/invoice/ledger_serializer.rb
|
|
525
|
-
- lib/ledger_sync/adaptors/quickbooks_online/invoice/operations/create.rb
|
|
526
|
-
- lib/ledger_sync/adaptors/quickbooks_online/invoice/operations/find.rb
|
|
527
|
-
- lib/ledger_sync/adaptors/quickbooks_online/invoice/operations/update.rb
|
|
528
|
-
- lib/ledger_sync/adaptors/quickbooks_online/invoice_sales_line_item/ledger_serializer.rb
|
|
529
|
-
- lib/ledger_sync/adaptors/quickbooks_online/item/ledger_serializer.rb
|
|
530
|
-
- lib/ledger_sync/adaptors/quickbooks_online/journal_entry/ledger_serializer.rb
|
|
531
|
-
- lib/ledger_sync/adaptors/quickbooks_online/journal_entry/operations/create.rb
|
|
532
|
-
- lib/ledger_sync/adaptors/quickbooks_online/journal_entry/operations/find.rb
|
|
533
|
-
- lib/ledger_sync/adaptors/quickbooks_online/journal_entry/operations/update.rb
|
|
534
|
-
- lib/ledger_sync/adaptors/quickbooks_online/journal_entry/searcher.rb
|
|
535
|
-
- lib/ledger_sync/adaptors/quickbooks_online/journal_entry_line_item/ledger_serializer.rb
|
|
536
|
-
- lib/ledger_sync/adaptors/quickbooks_online/ledger_class/ledger_serializer.rb
|
|
537
|
-
- lib/ledger_sync/adaptors/quickbooks_online/ledger_class/operations/create.rb
|
|
538
|
-
- lib/ledger_sync/adaptors/quickbooks_online/ledger_class/operations/find.rb
|
|
539
|
-
- lib/ledger_sync/adaptors/quickbooks_online/ledger_class/operations/update.rb
|
|
540
|
-
- lib/ledger_sync/adaptors/quickbooks_online/ledger_class/searcher.rb
|
|
541
|
-
- lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer.rb
|
|
542
|
-
- lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/account_sub_type.rb
|
|
543
|
-
- lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/account_type.rb
|
|
544
|
-
- lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/amount_type.rb
|
|
545
|
-
- lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/classification_type.rb
|
|
546
|
-
- lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/date_type.rb
|
|
547
|
-
- lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/entity_reference_type.rb
|
|
548
|
-
- lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/journal_entry_line_item_type.rb
|
|
549
|
-
- lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/payment_type.rb
|
|
550
|
-
- lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/transaction_reference_type.rb
|
|
551
|
-
- lib/ledger_sync/adaptors/quickbooks_online/oauth_client.rb
|
|
552
|
-
- lib/ledger_sync/adaptors/quickbooks_online/operation.rb
|
|
553
|
-
- lib/ledger_sync/adaptors/quickbooks_online/operation/create.rb
|
|
554
|
-
- lib/ledger_sync/adaptors/quickbooks_online/operation/find.rb
|
|
555
|
-
- lib/ledger_sync/adaptors/quickbooks_online/operation/full_update.rb
|
|
556
|
-
- lib/ledger_sync/adaptors/quickbooks_online/operation/sparse_update.rb
|
|
557
|
-
- lib/ledger_sync/adaptors/quickbooks_online/payment/ledger_serializer.rb
|
|
558
|
-
- lib/ledger_sync/adaptors/quickbooks_online/payment/operations/create.rb
|
|
559
|
-
- lib/ledger_sync/adaptors/quickbooks_online/payment/operations/find.rb
|
|
560
|
-
- lib/ledger_sync/adaptors/quickbooks_online/payment/operations/update.rb
|
|
561
|
-
- lib/ledger_sync/adaptors/quickbooks_online/payment_line_item/ledger_serializer.rb
|
|
562
|
-
- lib/ledger_sync/adaptors/quickbooks_online/request.rb
|
|
563
|
-
- lib/ledger_sync/adaptors/quickbooks_online/searcher.rb
|
|
564
|
-
- lib/ledger_sync/adaptors/quickbooks_online/transfer/ledger_serializer.rb
|
|
565
|
-
- lib/ledger_sync/adaptors/quickbooks_online/transfer/operations/create.rb
|
|
566
|
-
- lib/ledger_sync/adaptors/quickbooks_online/transfer/operations/find.rb
|
|
567
|
-
- lib/ledger_sync/adaptors/quickbooks_online/transfer/operations/update.rb
|
|
568
|
-
- lib/ledger_sync/adaptors/quickbooks_online/util/adaptor_error_parser.rb
|
|
569
|
-
- lib/ledger_sync/adaptors/quickbooks_online/util/error_matcher.rb
|
|
570
|
-
- lib/ledger_sync/adaptors/quickbooks_online/util/error_parser.rb
|
|
571
|
-
- lib/ledger_sync/adaptors/quickbooks_online/util/operation_error_parser.rb
|
|
572
|
-
- lib/ledger_sync/adaptors/quickbooks_online/vendor/ledger_serializer.rb
|
|
573
|
-
- lib/ledger_sync/adaptors/quickbooks_online/vendor/operations/create.rb
|
|
574
|
-
- lib/ledger_sync/adaptors/quickbooks_online/vendor/operations/find.rb
|
|
575
|
-
- lib/ledger_sync/adaptors/quickbooks_online/vendor/operations/update.rb
|
|
576
|
-
- lib/ledger_sync/adaptors/quickbooks_online/vendor/searcher.rb
|
|
577
|
-
- lib/ledger_sync/adaptors/quickbooks_online/webhook.rb
|
|
578
|
-
- lib/ledger_sync/adaptors/quickbooks_online/webhook_event.rb
|
|
579
|
-
- lib/ledger_sync/adaptors/quickbooks_online/webhook_notification.rb
|
|
580
|
-
- lib/ledger_sync/adaptors/request.rb
|
|
581
|
-
- lib/ledger_sync/adaptors/response.rb
|
|
582
|
-
- lib/ledger_sync/adaptors/searcher.rb
|
|
583
|
-
- lib/ledger_sync/adaptors/stripe/adaptor.rb
|
|
584
|
-
- lib/ledger_sync/adaptors/stripe/config.rb
|
|
585
|
-
- lib/ledger_sync/adaptors/stripe/customer/operations/create.rb
|
|
586
|
-
- lib/ledger_sync/adaptors/stripe/customer/operations/delete.rb
|
|
587
|
-
- lib/ledger_sync/adaptors/stripe/customer/operations/find.rb
|
|
588
|
-
- lib/ledger_sync/adaptors/stripe/customer/operations/update.rb
|
|
589
|
-
- lib/ledger_sync/adaptors/stripe/operation.rb
|
|
590
|
-
- lib/ledger_sync/adaptors/stripe/operation/create.rb
|
|
591
|
-
- lib/ledger_sync/adaptors/stripe/operation/delete.rb
|
|
592
|
-
- lib/ledger_sync/adaptors/stripe/operation/find.rb
|
|
593
|
-
- lib/ledger_sync/adaptors/stripe/operation/update.rb
|
|
594
|
-
- lib/ledger_sync/adaptors/test/customer/ledger_serializer.rb
|
|
595
|
-
- lib/ledger_sync/adaptors/test/ledger_serializer.rb
|
|
596
690
|
- lib/ledger_sync/concerns/validatable.rb
|
|
597
691
|
- lib/ledger_sync/core_ext/resonad.rb
|
|
692
|
+
- lib/ledger_sync/deserializer.rb
|
|
598
693
|
- lib/ledger_sync/error.rb
|
|
599
|
-
- lib/ledger_sync/error/
|
|
694
|
+
- lib/ledger_sync/error/ledger_errors.rb
|
|
600
695
|
- lib/ledger_sync/error/operation_errors.rb
|
|
601
696
|
- lib/ledger_sync/error/resource_errors.rb
|
|
697
|
+
- lib/ledger_sync/ledger_configuration.rb
|
|
698
|
+
- lib/ledger_sync/ledger_configuration_store.rb
|
|
699
|
+
- lib/ledger_sync/ledgers/client.rb
|
|
700
|
+
- lib/ledger_sync/ledgers/contract.rb
|
|
701
|
+
- lib/ledger_sync/ledgers/dashboard_url_helper.rb
|
|
702
|
+
- lib/ledger_sync/ledgers/mixins/infer_client_mixin.rb
|
|
703
|
+
- lib/ledger_sync/ledgers/mixins/infer_resource_class_mixin.rb
|
|
704
|
+
- lib/ledger_sync/ledgers/mixins/infer_serializer_mixin.rb
|
|
705
|
+
- lib/ledger_sync/ledgers/mixins/infer_validation_contract_mixin.rb
|
|
706
|
+
- lib/ledger_sync/ledgers/mixins/offset_and_limit_pagination_searcher_mixin.rb
|
|
707
|
+
- lib/ledger_sync/ledgers/mixins/serialization_mixin.rb
|
|
708
|
+
- lib/ledger_sync/ledgers/netsuite/account/deserializer.rb
|
|
709
|
+
- lib/ledger_sync/ledgers/netsuite/account/operations/create.rb
|
|
710
|
+
- lib/ledger_sync/ledgers/netsuite/account/operations/find.rb
|
|
711
|
+
- lib/ledger_sync/ledgers/netsuite/account/searcher.rb
|
|
712
|
+
- lib/ledger_sync/ledgers/netsuite/account/searcher_deserializer.rb
|
|
713
|
+
- lib/ledger_sync/ledgers/netsuite/account/serializer.rb
|
|
714
|
+
- lib/ledger_sync/ledgers/netsuite/check/deserializer.rb
|
|
715
|
+
- lib/ledger_sync/ledgers/netsuite/check/operations/create.rb
|
|
716
|
+
- lib/ledger_sync/ledgers/netsuite/check/operations/delete.rb
|
|
717
|
+
- lib/ledger_sync/ledgers/netsuite/check/operations/find.rb
|
|
718
|
+
- lib/ledger_sync/ledgers/netsuite/check/operations/update.rb
|
|
719
|
+
- lib/ledger_sync/ledgers/netsuite/check/searcher.rb
|
|
720
|
+
- lib/ledger_sync/ledgers/netsuite/check/searcher_deserializer.rb
|
|
721
|
+
- lib/ledger_sync/ledgers/netsuite/check/serializer.rb
|
|
722
|
+
- lib/ledger_sync/ledgers/netsuite/check_line_item/deserializer.rb
|
|
723
|
+
- lib/ledger_sync/ledgers/netsuite/check_line_item/serializer.rb
|
|
724
|
+
- lib/ledger_sync/ledgers/netsuite/client.rb
|
|
725
|
+
- lib/ledger_sync/ledgers/netsuite/config.rb
|
|
726
|
+
- lib/ledger_sync/ledgers/netsuite/currency/deserializer.rb
|
|
727
|
+
- lib/ledger_sync/ledgers/netsuite/currency/operations/create.rb
|
|
728
|
+
- lib/ledger_sync/ledgers/netsuite/currency/operations/delete.rb
|
|
729
|
+
- lib/ledger_sync/ledgers/netsuite/currency/operations/find.rb
|
|
730
|
+
- lib/ledger_sync/ledgers/netsuite/currency/operations/update.rb
|
|
731
|
+
- lib/ledger_sync/ledgers/netsuite/currency/serializer.rb
|
|
732
|
+
- lib/ledger_sync/ledgers/netsuite/customer/deserializer.rb
|
|
733
|
+
- lib/ledger_sync/ledgers/netsuite/customer/operations/create.rb
|
|
734
|
+
- lib/ledger_sync/ledgers/netsuite/customer/operations/delete.rb
|
|
735
|
+
- lib/ledger_sync/ledgers/netsuite/customer/operations/find.rb
|
|
736
|
+
- lib/ledger_sync/ledgers/netsuite/customer/operations/update.rb
|
|
737
|
+
- lib/ledger_sync/ledgers/netsuite/customer/searcher.rb
|
|
738
|
+
- lib/ledger_sync/ledgers/netsuite/customer/searcher_deserializer.rb
|
|
739
|
+
- lib/ledger_sync/ledgers/netsuite/customer/serializer.rb
|
|
740
|
+
- lib/ledger_sync/ledgers/netsuite/customer_deposit/deserializer.rb
|
|
741
|
+
- lib/ledger_sync/ledgers/netsuite/customer_deposit/operations/create.rb
|
|
742
|
+
- lib/ledger_sync/ledgers/netsuite/customer_deposit/operations/delete.rb
|
|
743
|
+
- lib/ledger_sync/ledgers/netsuite/customer_deposit/operations/find.rb
|
|
744
|
+
- lib/ledger_sync/ledgers/netsuite/customer_deposit/operations/update.rb
|
|
745
|
+
- lib/ledger_sync/ledgers/netsuite/customer_deposit/searcher.rb
|
|
746
|
+
- lib/ledger_sync/ledgers/netsuite/customer_deposit/searcher_deserializer.rb
|
|
747
|
+
- lib/ledger_sync/ledgers/netsuite/customer_deposit/serializer.rb
|
|
748
|
+
- lib/ledger_sync/ledgers/netsuite/dashboard_url_helper.rb
|
|
749
|
+
- lib/ledger_sync/ledgers/netsuite/department/deserializer.rb
|
|
750
|
+
- lib/ledger_sync/ledgers/netsuite/department/operations/create.rb
|
|
751
|
+
- lib/ledger_sync/ledgers/netsuite/department/operations/delete.rb
|
|
752
|
+
- lib/ledger_sync/ledgers/netsuite/department/operations/find.rb
|
|
753
|
+
- lib/ledger_sync/ledgers/netsuite/department/operations/update.rb
|
|
754
|
+
- lib/ledger_sync/ledgers/netsuite/department/searcher.rb
|
|
755
|
+
- lib/ledger_sync/ledgers/netsuite/department/searcher_deserializer.rb
|
|
756
|
+
- lib/ledger_sync/ledgers/netsuite/department/serializer.rb
|
|
757
|
+
- lib/ledger_sync/ledgers/netsuite/deserializer.rb
|
|
758
|
+
- lib/ledger_sync/ledgers/netsuite/error.rb
|
|
759
|
+
- lib/ledger_sync/ledgers/netsuite/journal_entry/deserializer.rb
|
|
760
|
+
- lib/ledger_sync/ledgers/netsuite/journal_entry/operations/create.rb
|
|
761
|
+
- lib/ledger_sync/ledgers/netsuite/journal_entry/operations/delete.rb
|
|
762
|
+
- lib/ledger_sync/ledgers/netsuite/journal_entry/operations/find.rb
|
|
763
|
+
- lib/ledger_sync/ledgers/netsuite/journal_entry/operations/update.rb
|
|
764
|
+
- lib/ledger_sync/ledgers/netsuite/journal_entry/serializer.rb
|
|
765
|
+
- lib/ledger_sync/ledgers/netsuite/journal_entry_line_item/deserializer.rb
|
|
766
|
+
- lib/ledger_sync/ledgers/netsuite/journal_entry_line_item/serializer.rb
|
|
767
|
+
- lib/ledger_sync/ledgers/netsuite/ledger_class/deserializer.rb
|
|
768
|
+
- lib/ledger_sync/ledgers/netsuite/ledger_class/operations/create.rb
|
|
769
|
+
- lib/ledger_sync/ledgers/netsuite/ledger_class/operations/delete.rb
|
|
770
|
+
- lib/ledger_sync/ledgers/netsuite/ledger_class/operations/find.rb
|
|
771
|
+
- lib/ledger_sync/ledgers/netsuite/ledger_class/operations/update.rb
|
|
772
|
+
- lib/ledger_sync/ledgers/netsuite/ledger_class/searcher.rb
|
|
773
|
+
- lib/ledger_sync/ledgers/netsuite/ledger_class/searcher_deserializer.rb
|
|
774
|
+
- lib/ledger_sync/ledgers/netsuite/ledger_class/serializer.rb
|
|
775
|
+
- lib/ledger_sync/ledgers/netsuite/location/deserializer.rb
|
|
776
|
+
- lib/ledger_sync/ledgers/netsuite/location/operations/create.rb
|
|
777
|
+
- lib/ledger_sync/ledgers/netsuite/location/operations/delete.rb
|
|
778
|
+
- lib/ledger_sync/ledgers/netsuite/location/operations/find.rb
|
|
779
|
+
- lib/ledger_sync/ledgers/netsuite/location/operations/update.rb
|
|
780
|
+
- lib/ledger_sync/ledgers/netsuite/location/searcher.rb
|
|
781
|
+
- lib/ledger_sync/ledgers/netsuite/location/serializer.rb
|
|
782
|
+
- lib/ledger_sync/ledgers/netsuite/operation.rb
|
|
783
|
+
- lib/ledger_sync/ledgers/netsuite/operation/create.rb
|
|
784
|
+
- lib/ledger_sync/ledgers/netsuite/operation/delete.rb
|
|
785
|
+
- lib/ledger_sync/ledgers/netsuite/operation/find.rb
|
|
786
|
+
- lib/ledger_sync/ledgers/netsuite/operation/update.rb
|
|
787
|
+
- lib/ledger_sync/ledgers/netsuite/record/http_method.rb
|
|
788
|
+
- lib/ledger_sync/ledgers/netsuite/record/metadata.rb
|
|
789
|
+
- lib/ledger_sync/ledgers/netsuite/record/parameter.rb
|
|
790
|
+
- lib/ledger_sync/ledgers/netsuite/record/property.rb
|
|
791
|
+
- lib/ledger_sync/ledgers/netsuite/reference/serializer.rb
|
|
792
|
+
- lib/ledger_sync/ledgers/netsuite/resource.rb
|
|
793
|
+
- lib/ledger_sync/ledgers/netsuite/resources/account.rb
|
|
794
|
+
- lib/ledger_sync/ledgers/netsuite/resources/check.rb
|
|
795
|
+
- lib/ledger_sync/ledgers/netsuite/resources/check_line_item.rb
|
|
796
|
+
- lib/ledger_sync/ledgers/netsuite/resources/currency.rb
|
|
797
|
+
- lib/ledger_sync/ledgers/netsuite/resources/customer.rb
|
|
798
|
+
- lib/ledger_sync/ledgers/netsuite/resources/customer_deposit.rb
|
|
799
|
+
- lib/ledger_sync/ledgers/netsuite/resources/department.rb
|
|
800
|
+
- lib/ledger_sync/ledgers/netsuite/resources/deposit.rb
|
|
801
|
+
- lib/ledger_sync/ledgers/netsuite/resources/deposit_line_item.rb
|
|
802
|
+
- lib/ledger_sync/ledgers/netsuite/resources/invoice.rb
|
|
803
|
+
- lib/ledger_sync/ledgers/netsuite/resources/invoice_line_item.rb
|
|
804
|
+
- lib/ledger_sync/ledgers/netsuite/resources/item.rb
|
|
805
|
+
- lib/ledger_sync/ledgers/netsuite/resources/journal_entry.rb
|
|
806
|
+
- lib/ledger_sync/ledgers/netsuite/resources/journal_entry_line_item.rb
|
|
807
|
+
- lib/ledger_sync/ledgers/netsuite/resources/ledger_class.rb
|
|
808
|
+
- lib/ledger_sync/ledgers/netsuite/resources/location.rb
|
|
809
|
+
- lib/ledger_sync/ledgers/netsuite/resources/subsidiary.rb
|
|
810
|
+
- lib/ledger_sync/ledgers/netsuite/resources/vendor.rb
|
|
811
|
+
- lib/ledger_sync/ledgers/netsuite/searcher.rb
|
|
812
|
+
- lib/ledger_sync/ledgers/netsuite/serializer.rb
|
|
813
|
+
- lib/ledger_sync/ledgers/netsuite/subsidiary/deserializer.rb
|
|
814
|
+
- lib/ledger_sync/ledgers/netsuite/subsidiary/searcher.rb
|
|
815
|
+
- lib/ledger_sync/ledgers/netsuite/subsidiary/searcher_deserializer.rb
|
|
816
|
+
- lib/ledger_sync/ledgers/netsuite/subsidiary/serializer.rb
|
|
817
|
+
- lib/ledger_sync/ledgers/netsuite/token.rb
|
|
818
|
+
- lib/ledger_sync/ledgers/netsuite/type/deserializer_active_type.rb
|
|
819
|
+
- lib/ledger_sync/ledgers/netsuite/type/deserializer_customer_type.rb
|
|
820
|
+
- lib/ledger_sync/ledgers/netsuite/type/deserializer_entity_type.rb
|
|
821
|
+
- lib/ledger_sync/ledgers/netsuite/type/deserializer_subsidiary_type.rb
|
|
822
|
+
- lib/ledger_sync/ledgers/netsuite/vendor/deserializer.rb
|
|
823
|
+
- lib/ledger_sync/ledgers/netsuite/vendor/operations/create.rb
|
|
824
|
+
- lib/ledger_sync/ledgers/netsuite/vendor/operations/delete.rb
|
|
825
|
+
- lib/ledger_sync/ledgers/netsuite/vendor/operations/find.rb
|
|
826
|
+
- lib/ledger_sync/ledgers/netsuite/vendor/operations/update.rb
|
|
827
|
+
- lib/ledger_sync/ledgers/netsuite/vendor/searcher.rb
|
|
828
|
+
- lib/ledger_sync/ledgers/netsuite/vendor/searcher_deserializer.rb
|
|
829
|
+
- lib/ledger_sync/ledgers/netsuite/vendor/serializer.rb
|
|
830
|
+
- lib/ledger_sync/ledgers/netsuite_soap/client.rb
|
|
831
|
+
- lib/ledger_sync/ledgers/netsuite_soap/config.rb
|
|
832
|
+
- lib/ledger_sync/ledgers/netsuite_soap/customer/operations/create.rb
|
|
833
|
+
- lib/ledger_sync/ledgers/netsuite_soap/customer/operations/find.rb
|
|
834
|
+
- lib/ledger_sync/ledgers/netsuite_soap/operation.rb
|
|
835
|
+
- lib/ledger_sync/ledgers/netsuite_soap/operation/create.rb
|
|
836
|
+
- lib/ledger_sync/ledgers/netsuite_soap/operation/find.rb
|
|
837
|
+
- lib/ledger_sync/ledgers/netsuite_soap/resource.rb
|
|
838
|
+
- lib/ledger_sync/ledgers/netsuite_soap/resources/customer.rb
|
|
839
|
+
- lib/ledger_sync/ledgers/netsuite_soap/resources/subsidiary.rb
|
|
840
|
+
- lib/ledger_sync/ledgers/netsuite_soap/subsidiary/operations/create.rb
|
|
841
|
+
- lib/ledger_sync/ledgers/netsuite_soap/subsidiary/operations/find.rb
|
|
842
|
+
- lib/ledger_sync/ledgers/operation.rb
|
|
843
|
+
- lib/ledger_sync/ledgers/quickbooks_online/account/deserializer.rb
|
|
844
|
+
- lib/ledger_sync/ledgers/quickbooks_online/account/operations/create.rb
|
|
845
|
+
- lib/ledger_sync/ledgers/quickbooks_online/account/operations/find.rb
|
|
846
|
+
- lib/ledger_sync/ledgers/quickbooks_online/account/operations/update.rb
|
|
847
|
+
- lib/ledger_sync/ledgers/quickbooks_online/account/searcher.rb
|
|
848
|
+
- lib/ledger_sync/ledgers/quickbooks_online/account/serializer.rb
|
|
849
|
+
- lib/ledger_sync/ledgers/quickbooks_online/bill/deserializer.rb
|
|
850
|
+
- lib/ledger_sync/ledgers/quickbooks_online/bill/operations/create.rb
|
|
851
|
+
- lib/ledger_sync/ledgers/quickbooks_online/bill/operations/find.rb
|
|
852
|
+
- lib/ledger_sync/ledgers/quickbooks_online/bill/operations/update.rb
|
|
853
|
+
- lib/ledger_sync/ledgers/quickbooks_online/bill/searcher.rb
|
|
854
|
+
- lib/ledger_sync/ledgers/quickbooks_online/bill/serializer.rb
|
|
855
|
+
- lib/ledger_sync/ledgers/quickbooks_online/bill_line_item/deserializer.rb
|
|
856
|
+
- lib/ledger_sync/ledgers/quickbooks_online/bill_line_item/serializer.rb
|
|
857
|
+
- lib/ledger_sync/ledgers/quickbooks_online/bill_payment/deserializer.rb
|
|
858
|
+
- lib/ledger_sync/ledgers/quickbooks_online/bill_payment/operations/create.rb
|
|
859
|
+
- lib/ledger_sync/ledgers/quickbooks_online/bill_payment/operations/find.rb
|
|
860
|
+
- lib/ledger_sync/ledgers/quickbooks_online/bill_payment/operations/update.rb
|
|
861
|
+
- lib/ledger_sync/ledgers/quickbooks_online/bill_payment/serializer.rb
|
|
862
|
+
- lib/ledger_sync/ledgers/quickbooks_online/bill_payment_line_item/deserializer.rb
|
|
863
|
+
- lib/ledger_sync/ledgers/quickbooks_online/bill_payment_line_item/serializer.rb
|
|
864
|
+
- lib/ledger_sync/ledgers/quickbooks_online/client.rb
|
|
865
|
+
- lib/ledger_sync/ledgers/quickbooks_online/config.rb
|
|
866
|
+
- lib/ledger_sync/ledgers/quickbooks_online/currency/deserializer.rb
|
|
867
|
+
- lib/ledger_sync/ledgers/quickbooks_online/currency/serializer.rb
|
|
868
|
+
- lib/ledger_sync/ledgers/quickbooks_online/customer/deserializer.rb
|
|
869
|
+
- lib/ledger_sync/ledgers/quickbooks_online/customer/operations/create.rb
|
|
870
|
+
- lib/ledger_sync/ledgers/quickbooks_online/customer/operations/find.rb
|
|
871
|
+
- lib/ledger_sync/ledgers/quickbooks_online/customer/operations/update.rb
|
|
872
|
+
- lib/ledger_sync/ledgers/quickbooks_online/customer/searcher.rb
|
|
873
|
+
- lib/ledger_sync/ledgers/quickbooks_online/customer/serializer.rb
|
|
874
|
+
- lib/ledger_sync/ledgers/quickbooks_online/dashboard_url_helper.rb
|
|
875
|
+
- lib/ledger_sync/ledgers/quickbooks_online/department/deserializer.rb
|
|
876
|
+
- lib/ledger_sync/ledgers/quickbooks_online/department/operations/create.rb
|
|
877
|
+
- lib/ledger_sync/ledgers/quickbooks_online/department/operations/find.rb
|
|
878
|
+
- lib/ledger_sync/ledgers/quickbooks_online/department/operations/update.rb
|
|
879
|
+
- lib/ledger_sync/ledgers/quickbooks_online/department/searcher.rb
|
|
880
|
+
- lib/ledger_sync/ledgers/quickbooks_online/department/serializer.rb
|
|
881
|
+
- lib/ledger_sync/ledgers/quickbooks_online/deposit/deserializer.rb
|
|
882
|
+
- lib/ledger_sync/ledgers/quickbooks_online/deposit/operations/create.rb
|
|
883
|
+
- lib/ledger_sync/ledgers/quickbooks_online/deposit/operations/find.rb
|
|
884
|
+
- lib/ledger_sync/ledgers/quickbooks_online/deposit/operations/update.rb
|
|
885
|
+
- lib/ledger_sync/ledgers/quickbooks_online/deposit/searcher.rb
|
|
886
|
+
- lib/ledger_sync/ledgers/quickbooks_online/deposit/serializer.rb
|
|
887
|
+
- lib/ledger_sync/ledgers/quickbooks_online/deposit_line_item/deserializer.rb
|
|
888
|
+
- lib/ledger_sync/ledgers/quickbooks_online/deposit_line_item/serializer.rb
|
|
889
|
+
- lib/ledger_sync/ledgers/quickbooks_online/deserializer.rb
|
|
890
|
+
- lib/ledger_sync/ledgers/quickbooks_online/expense/deserializer.rb
|
|
891
|
+
- lib/ledger_sync/ledgers/quickbooks_online/expense/operations/create.rb
|
|
892
|
+
- lib/ledger_sync/ledgers/quickbooks_online/expense/operations/find.rb
|
|
893
|
+
- lib/ledger_sync/ledgers/quickbooks_online/expense/operations/update.rb
|
|
894
|
+
- lib/ledger_sync/ledgers/quickbooks_online/expense/searcher.rb
|
|
895
|
+
- lib/ledger_sync/ledgers/quickbooks_online/expense/serializer.rb
|
|
896
|
+
- lib/ledger_sync/ledgers/quickbooks_online/expense_line_item/deserializer.rb
|
|
897
|
+
- lib/ledger_sync/ledgers/quickbooks_online/expense_line_item/serializer.rb
|
|
898
|
+
- lib/ledger_sync/ledgers/quickbooks_online/invoice/deserializer.rb
|
|
899
|
+
- lib/ledger_sync/ledgers/quickbooks_online/invoice/operations/create.rb
|
|
900
|
+
- lib/ledger_sync/ledgers/quickbooks_online/invoice/operations/find.rb
|
|
901
|
+
- lib/ledger_sync/ledgers/quickbooks_online/invoice/operations/update.rb
|
|
902
|
+
- lib/ledger_sync/ledgers/quickbooks_online/invoice/serializer.rb
|
|
903
|
+
- lib/ledger_sync/ledgers/quickbooks_online/invoice_sales_line_item/deserializer.rb
|
|
904
|
+
- lib/ledger_sync/ledgers/quickbooks_online/invoice_sales_line_item/serializer.rb
|
|
905
|
+
- lib/ledger_sync/ledgers/quickbooks_online/item/deserializer.rb
|
|
906
|
+
- lib/ledger_sync/ledgers/quickbooks_online/item/serializer.rb
|
|
907
|
+
- lib/ledger_sync/ledgers/quickbooks_online/journal_entry/deserializer.rb
|
|
908
|
+
- lib/ledger_sync/ledgers/quickbooks_online/journal_entry/operations/create.rb
|
|
909
|
+
- lib/ledger_sync/ledgers/quickbooks_online/journal_entry/operations/find.rb
|
|
910
|
+
- lib/ledger_sync/ledgers/quickbooks_online/journal_entry/operations/update.rb
|
|
911
|
+
- lib/ledger_sync/ledgers/quickbooks_online/journal_entry/searcher.rb
|
|
912
|
+
- lib/ledger_sync/ledgers/quickbooks_online/journal_entry/serializer.rb
|
|
913
|
+
- lib/ledger_sync/ledgers/quickbooks_online/journal_entry_line_item/deserializer.rb
|
|
914
|
+
- lib/ledger_sync/ledgers/quickbooks_online/journal_entry_line_item/serializer.rb
|
|
915
|
+
- lib/ledger_sync/ledgers/quickbooks_online/ledger_class/deserializer.rb
|
|
916
|
+
- lib/ledger_sync/ledgers/quickbooks_online/ledger_class/operations/create.rb
|
|
917
|
+
- lib/ledger_sync/ledgers/quickbooks_online/ledger_class/operations/find.rb
|
|
918
|
+
- lib/ledger_sync/ledgers/quickbooks_online/ledger_class/operations/update.rb
|
|
919
|
+
- lib/ledger_sync/ledgers/quickbooks_online/ledger_class/searcher.rb
|
|
920
|
+
- lib/ledger_sync/ledgers/quickbooks_online/ledger_class/serializer.rb
|
|
921
|
+
- lib/ledger_sync/ledgers/quickbooks_online/oauth_client.rb
|
|
922
|
+
- lib/ledger_sync/ledgers/quickbooks_online/operation.rb
|
|
923
|
+
- lib/ledger_sync/ledgers/quickbooks_online/operation/create.rb
|
|
924
|
+
- lib/ledger_sync/ledgers/quickbooks_online/operation/find.rb
|
|
925
|
+
- lib/ledger_sync/ledgers/quickbooks_online/operation/full_update.rb
|
|
926
|
+
- lib/ledger_sync/ledgers/quickbooks_online/operation/sparse_update.rb
|
|
927
|
+
- lib/ledger_sync/ledgers/quickbooks_online/payment/deserializer.rb
|
|
928
|
+
- lib/ledger_sync/ledgers/quickbooks_online/payment/operations/create.rb
|
|
929
|
+
- lib/ledger_sync/ledgers/quickbooks_online/payment/operations/find.rb
|
|
930
|
+
- lib/ledger_sync/ledgers/quickbooks_online/payment/operations/update.rb
|
|
931
|
+
- lib/ledger_sync/ledgers/quickbooks_online/payment/serializer.rb
|
|
932
|
+
- lib/ledger_sync/ledgers/quickbooks_online/payment_line_item/deserializer.rb
|
|
933
|
+
- lib/ledger_sync/ledgers/quickbooks_online/payment_line_item/serializer.rb
|
|
934
|
+
- lib/ledger_sync/ledgers/quickbooks_online/preferences/deserializer.rb
|
|
935
|
+
- lib/ledger_sync/ledgers/quickbooks_online/preferences/operations/find.rb
|
|
936
|
+
- lib/ledger_sync/ledgers/quickbooks_online/preferences/serializer.rb
|
|
937
|
+
- lib/ledger_sync/ledgers/quickbooks_online/request.rb
|
|
938
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resource.rb
|
|
939
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/account.rb
|
|
940
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/bill.rb
|
|
941
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/bill_line_item.rb
|
|
942
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/bill_payment.rb
|
|
943
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/bill_payment_line_item.rb
|
|
944
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/currency.rb
|
|
945
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/customer.rb
|
|
946
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/department.rb
|
|
947
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/deposit.rb
|
|
948
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/deposit_line_item.rb
|
|
949
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/expense.rb
|
|
950
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/expense_line_item.rb
|
|
951
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/invoice.rb
|
|
952
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/invoice_sales_line_item.rb
|
|
953
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/item.rb
|
|
954
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/journal_entry.rb
|
|
955
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/journal_entry_line_item.rb
|
|
956
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/ledger_class.rb
|
|
957
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/payment.rb
|
|
958
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/payment_line_item.rb
|
|
959
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/preferences.rb
|
|
960
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/primary_email_addr.rb
|
|
961
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/primary_phone.rb
|
|
962
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/subsidiary.rb
|
|
963
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/transfer.rb
|
|
964
|
+
- lib/ledger_sync/ledgers/quickbooks_online/resources/vendor.rb
|
|
965
|
+
- lib/ledger_sync/ledgers/quickbooks_online/searcher.rb
|
|
966
|
+
- lib/ledger_sync/ledgers/quickbooks_online/serialization/type/amount_float_to_integer_type.rb
|
|
967
|
+
- lib/ledger_sync/ledgers/quickbooks_online/serialization/type/deserialize_transaction_reference_type.rb
|
|
968
|
+
- lib/ledger_sync/ledgers/quickbooks_online/serialization/type/integer_to_amount_float_type.rb
|
|
969
|
+
- lib/ledger_sync/ledgers/quickbooks_online/serialization/type/serialize_transaction_reference_type.rb
|
|
970
|
+
- lib/ledger_sync/ledgers/quickbooks_online/serializer.rb
|
|
971
|
+
- lib/ledger_sync/ledgers/quickbooks_online/serialziation/type/mapping_type.rb
|
|
972
|
+
- lib/ledger_sync/ledgers/quickbooks_online/transfer/deserializer.rb
|
|
973
|
+
- lib/ledger_sync/ledgers/quickbooks_online/transfer/operations/create.rb
|
|
974
|
+
- lib/ledger_sync/ledgers/quickbooks_online/transfer/operations/find.rb
|
|
975
|
+
- lib/ledger_sync/ledgers/quickbooks_online/transfer/operations/update.rb
|
|
976
|
+
- lib/ledger_sync/ledgers/quickbooks_online/transfer/serializer.rb
|
|
977
|
+
- lib/ledger_sync/ledgers/quickbooks_online/util/error_matcher.rb
|
|
978
|
+
- lib/ledger_sync/ledgers/quickbooks_online/util/error_parser.rb
|
|
979
|
+
- lib/ledger_sync/ledgers/quickbooks_online/util/ledger_error_parser.rb
|
|
980
|
+
- lib/ledger_sync/ledgers/quickbooks_online/util/operation_error_parser.rb
|
|
981
|
+
- lib/ledger_sync/ledgers/quickbooks_online/vendor/deserializer.rb
|
|
982
|
+
- lib/ledger_sync/ledgers/quickbooks_online/vendor/operations/create.rb
|
|
983
|
+
- lib/ledger_sync/ledgers/quickbooks_online/vendor/operations/find.rb
|
|
984
|
+
- lib/ledger_sync/ledgers/quickbooks_online/vendor/operations/update.rb
|
|
985
|
+
- lib/ledger_sync/ledgers/quickbooks_online/vendor/searcher.rb
|
|
986
|
+
- lib/ledger_sync/ledgers/quickbooks_online/vendor/serializer.rb
|
|
987
|
+
- lib/ledger_sync/ledgers/quickbooks_online/webhook.rb
|
|
988
|
+
- lib/ledger_sync/ledgers/quickbooks_online/webhook_event.rb
|
|
989
|
+
- lib/ledger_sync/ledgers/quickbooks_online/webhook_notification.rb
|
|
990
|
+
- lib/ledger_sync/ledgers/request.rb
|
|
991
|
+
- lib/ledger_sync/ledgers/response.rb
|
|
992
|
+
- lib/ledger_sync/ledgers/searcher.rb
|
|
993
|
+
- lib/ledger_sync/ledgers/stripe/client.rb
|
|
994
|
+
- lib/ledger_sync/ledgers/stripe/config.rb
|
|
995
|
+
- lib/ledger_sync/ledgers/stripe/customer/operations/create.rb
|
|
996
|
+
- lib/ledger_sync/ledgers/stripe/customer/operations/delete.rb
|
|
997
|
+
- lib/ledger_sync/ledgers/stripe/customer/operations/find.rb
|
|
998
|
+
- lib/ledger_sync/ledgers/stripe/customer/operations/update.rb
|
|
999
|
+
- lib/ledger_sync/ledgers/stripe/dashboard_url_helper.rb
|
|
1000
|
+
- lib/ledger_sync/ledgers/stripe/operation.rb
|
|
1001
|
+
- lib/ledger_sync/ledgers/stripe/operation/create.rb
|
|
1002
|
+
- lib/ledger_sync/ledgers/stripe/operation/delete.rb
|
|
1003
|
+
- lib/ledger_sync/ledgers/stripe/operation/find.rb
|
|
1004
|
+
- lib/ledger_sync/ledgers/stripe/operation/update.rb
|
|
1005
|
+
- lib/ledger_sync/ledgers/stripe/resource.rb
|
|
1006
|
+
- lib/ledger_sync/ledgers/stripe/resources/customer.rb
|
|
1007
|
+
- lib/ledger_sync/operation.rb
|
|
602
1008
|
- lib/ledger_sync/resource.rb
|
|
1009
|
+
- lib/ledger_sync/resource_adaptor.rb
|
|
603
1010
|
- lib/ledger_sync/resource_attribute.rb
|
|
604
1011
|
- lib/ledger_sync/resource_attribute/dirty_mixin.rb
|
|
605
1012
|
- lib/ledger_sync/resource_attribute/mixin.rb
|
|
@@ -607,72 +1014,57 @@ files:
|
|
|
607
1014
|
- lib/ledger_sync/resource_attribute/reference/many.rb
|
|
608
1015
|
- lib/ledger_sync/resource_attribute/reference/one.rb
|
|
609
1016
|
- lib/ledger_sync/resource_attribute_set.rb
|
|
610
|
-
- lib/ledger_sync/resources/account.rb
|
|
611
|
-
- lib/ledger_sync/resources/bill.rb
|
|
612
|
-
- lib/ledger_sync/resources/bill_line_item.rb
|
|
613
|
-
- lib/ledger_sync/resources/currency.rb
|
|
614
|
-
- lib/ledger_sync/resources/customer.rb
|
|
615
|
-
- lib/ledger_sync/resources/department.rb
|
|
616
|
-
- lib/ledger_sync/resources/deposit.rb
|
|
617
|
-
- lib/ledger_sync/resources/deposit_line_item.rb
|
|
618
|
-
- lib/ledger_sync/resources/expense.rb
|
|
619
|
-
- lib/ledger_sync/resources/expense_line_item.rb
|
|
620
|
-
- lib/ledger_sync/resources/invoice.rb
|
|
621
|
-
- lib/ledger_sync/resources/invoice_sales_line_item.rb
|
|
622
|
-
- lib/ledger_sync/resources/item.rb
|
|
623
|
-
- lib/ledger_sync/resources/journal_entry.rb
|
|
624
|
-
- lib/ledger_sync/resources/journal_entry_line_item.rb
|
|
625
|
-
- lib/ledger_sync/resources/ledger_class.rb
|
|
626
|
-
- lib/ledger_sync/resources/payment.rb
|
|
627
|
-
- lib/ledger_sync/resources/payment_line_item.rb
|
|
628
|
-
- lib/ledger_sync/resources/subsidiary.rb
|
|
629
|
-
- lib/ledger_sync/resources/transfer.rb
|
|
630
|
-
- lib/ledger_sync/resources/vendor.rb
|
|
631
1017
|
- lib/ledger_sync/result.rb
|
|
1018
|
+
- lib/ledger_sync/serialization/attribute.rb
|
|
1019
|
+
- lib/ledger_sync/serialization/attribute_set_mixin.rb
|
|
1020
|
+
- lib/ledger_sync/serialization/deserializer_attribute.rb
|
|
1021
|
+
- lib/ledger_sync/serialization/deserializer_attribute_set.rb
|
|
1022
|
+
- lib/ledger_sync/serialization/mixin.rb
|
|
1023
|
+
- lib/ledger_sync/serialization/serializer_attribute.rb
|
|
1024
|
+
- lib/ledger_sync/serialization/serializer_attribute_set.rb
|
|
1025
|
+
- lib/ledger_sync/serialization/type/deserializer_references_many_type.rb
|
|
1026
|
+
- lib/ledger_sync/serialization/type/deserializer_references_one_type.rb
|
|
1027
|
+
- lib/ledger_sync/serialization/type/deserializer_type.rb
|
|
1028
|
+
- lib/ledger_sync/serialization/type/format_date_type.rb
|
|
1029
|
+
- lib/ledger_sync/serialization/type/mapping_type.rb
|
|
1030
|
+
- lib/ledger_sync/serialization/type/parse_date_type.rb
|
|
1031
|
+
- lib/ledger_sync/serialization/type/serializer_references_many_type.rb
|
|
1032
|
+
- lib/ledger_sync/serialization/type/serializer_references_one_type.rb
|
|
1033
|
+
- lib/ledger_sync/serialization/type/serializer_type.rb
|
|
1034
|
+
- lib/ledger_sync/serializer.rb
|
|
632
1035
|
- lib/ledger_sync/type/boolean.rb
|
|
633
1036
|
- lib/ledger_sync/type/date.rb
|
|
634
1037
|
- lib/ledger_sync/type/float.rb
|
|
1038
|
+
- lib/ledger_sync/type/hash.rb
|
|
635
1039
|
- lib/ledger_sync/type/id.rb
|
|
636
1040
|
- lib/ledger_sync/type/integer.rb
|
|
637
1041
|
- lib/ledger_sync/type/reference_many.rb
|
|
638
1042
|
- lib/ledger_sync/type/reference_one.rb
|
|
639
1043
|
- lib/ledger_sync/type/string.rb
|
|
1044
|
+
- lib/ledger_sync/type/string_from_set.rb
|
|
640
1045
|
- lib/ledger_sync/type/value.rb
|
|
641
1046
|
- lib/ledger_sync/type/value_mixin.rb
|
|
642
1047
|
- lib/ledger_sync/util/hash_helpers.rb
|
|
1048
|
+
- lib/ledger_sync/util/mixins/delegate_iterable_methods_mixin.rb
|
|
1049
|
+
- lib/ledger_sync/util/mixins/dupable_mixin.rb
|
|
1050
|
+
- lib/ledger_sync/util/mixins/resource_registerable_mixin.rb
|
|
643
1051
|
- lib/ledger_sync/util/performer.rb
|
|
1052
|
+
- lib/ledger_sync/util/read_only_object.rb
|
|
644
1053
|
- lib/ledger_sync/util/resonad.rb
|
|
1054
|
+
- lib/ledger_sync/util/resource_converter.rb
|
|
1055
|
+
- lib/ledger_sync/util/resource_converter/attribute.rb
|
|
1056
|
+
- lib/ledger_sync/util/resource_converter/attribute_set.rb
|
|
1057
|
+
- lib/ledger_sync/util/resource_converter/type/references_many_type.rb
|
|
1058
|
+
- lib/ledger_sync/util/resource_converter/type/references_one_type.rb
|
|
1059
|
+
- lib/ledger_sync/util/resource_converter/type/resource_converter_type.rb
|
|
645
1060
|
- lib/ledger_sync/util/resources_builder.rb
|
|
646
1061
|
- lib/ledger_sync/util/signer.rb
|
|
647
1062
|
- lib/ledger_sync/util/string_helpers.rb
|
|
1063
|
+
- lib/ledger_sync/util/url_helpers.rb
|
|
648
1064
|
- lib/ledger_sync/util/validator.rb
|
|
649
1065
|
- lib/ledger_sync/version.rb
|
|
650
|
-
-
|
|
651
|
-
-
|
|
652
|
-
- qa/netsuite/currency_spec.rb
|
|
653
|
-
- qa/netsuite/customer.rb
|
|
654
|
-
- qa/netsuite/customer_spec.rb
|
|
655
|
-
- qa/netsuite/vendor.rb
|
|
656
|
-
- qa/netsuite/vendor_spec.rb
|
|
657
|
-
- qa/netsuite_soap/customer_spec.rb
|
|
658
|
-
- qa/netsuite_soap/subsidiary_spec.rb
|
|
659
|
-
- qa/qa_helper.rb
|
|
660
|
-
- qa/quickbooks_online/account_spec.rb
|
|
661
|
-
- qa/quickbooks_online/customer_spec.rb
|
|
662
|
-
- qa/quickbooks_online/expense_spec.rb
|
|
663
|
-
- qa/quickbooks_online/vendor_spec.rb
|
|
664
|
-
- qa/stripe/customers_spec.rb
|
|
665
|
-
- qa/support/adaptor_helpers.rb
|
|
666
|
-
- qa/support/adaptor_support_setup.rb
|
|
667
|
-
- qa/support/netsuite_helpers.rb
|
|
668
|
-
- qa/support/netsuite_shared_examples.rb
|
|
669
|
-
- qa/support/netsuite_soap_helpers.rb
|
|
670
|
-
- qa/support/netsuite_soap_shared_examples.rb
|
|
671
|
-
- qa/support/quickbooks_online_helpers.rb
|
|
672
|
-
- qa/support/quickbooks_online_shared_examples.rb
|
|
673
|
-
- qa/support/shared_examples.rb
|
|
674
|
-
- qa/support/stripe_helpers.rb
|
|
675
|
-
- qa/support/stripe_shared_examples.rb
|
|
1066
|
+
- licenses/BSL.txt
|
|
1067
|
+
- licenses/documentation_site.txt
|
|
676
1068
|
- release.sh
|
|
677
1069
|
homepage: https://github.com/LedgerSync/ledger_sync
|
|
678
1070
|
licenses:
|