README.md
setup.cfg
setup.py
airbyte_source_xero.egg-info/PKG-INFO
airbyte_source_xero.egg-info/SOURCES.txt
airbyte_source_xero.egg-info/dependency_links.txt
airbyte_source_xero.egg-info/entry_points.txt
airbyte_source_xero.egg-info/requires.txt
airbyte_source_xero.egg-info/top_level.txt
integration_tests/__init__.py
integration_tests/abnormal_state.json
integration_tests/acceptance.py
integration_tests/configured_catalog.json
integration_tests/invalid_config.json
integration_tests/sample_config.json
integration_tests/sample_state.json
source_xero/__init__.py
source_xero/oauth.py
source_xero/run.py
source_xero/source.py
source_xero/spec.yaml
source_xero/streams.py
source_xero/schemas/accounts.json
source_xero/schemas/addresses.json
source_xero/schemas/allocations.json
source_xero/schemas/attachments.json
source_xero/schemas/bank_transactions.json
source_xero/schemas/bank_transfers.json
source_xero/schemas/branding_themes.json
source_xero/schemas/contact_groups.json
source_xero/schemas/contacts.json
source_xero/schemas/credit_notes.json
source_xero/schemas/currencies.json
source_xero/schemas/customers.json
source_xero/schemas/employees.json
source_xero/schemas/expense_claims.json
source_xero/schemas/invoices.json
source_xero/schemas/items.json
source_xero/schemas/journals.json
source_xero/schemas/line_items.json
source_xero/schemas/linked_transactions.json
source_xero/schemas/manual_journals.json
source_xero/schemas/nested_invoice.json
source_xero/schemas/organisations.json
source_xero/schemas/overpayments.json
source_xero/schemas/payment_terms.json
source_xero/schemas/payments.json
source_xero/schemas/phones.json
source_xero/schemas/prepayments.json
source_xero/schemas/purchase_orders.json
source_xero/schemas/quotes.json
source_xero/schemas/receipts.json
source_xero/schemas/repeating_invoices.json
source_xero/schemas/tax_rates.json
source_xero/schemas/tracking_categories.json
source_xero/schemas/users.json
source_xero/schemas/validation_errors.json
source_xero/schemas/shared/accounts.json
source_xero/schemas/shared/addresses.json
source_xero/schemas/shared/allocations.json
source_xero/schemas/shared/attachments.json
source_xero/schemas/shared/branding_themes.json
source_xero/schemas/shared/contact_groups.json
source_xero/schemas/shared/contacts.json
source_xero/schemas/shared/credit_notes.json
source_xero/schemas/shared/line_items.json
source_xero/schemas/shared/nested_invoice.json
source_xero/schemas/shared/overpayments.json
source_xero/schemas/shared/payment_terms.json
source_xero/schemas/shared/payments.json
source_xero/schemas/shared/phones.json
source_xero/schemas/shared/prepayments.json
source_xero/schemas/shared/receipts.json
source_xero/schemas/shared/repeating_invoices.json
source_xero/schemas/shared/tracking_categories.json
source_xero/schemas/shared/users.json
source_xero/schemas/shared/validation_errors.json
unit_tests/__init__.py
unit_tests/conftest.py
unit_tests/test_incremental_streams.py
unit_tests/test_source.py
unit_tests/test_streams.py
unit_tests/utils.py