|
| 1 | +# coding: utf-8 |
| 2 | + |
| 3 | +# flake8: noqa |
| 4 | + |
| 5 | +""" |
| 6 | + Accounting service API |
| 7 | +
|
| 8 | + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) |
| 9 | +
|
| 10 | + The version of the OpenAPI document: v0 |
| 11 | + Generated by OpenAPI Generator (https://openapi-generator.tech) |
| 12 | +
|
| 13 | + Do not edit the class manually. |
| 14 | +""" # noqa: E501 |
| 15 | + |
| 16 | + |
| 17 | +__version__ = "1.0.0" |
| 18 | + |
| 19 | +# import apis into sdk package |
| 20 | +from cloudbeds_accounting.api.accounts_receivable_ledger_api import AccountsReceivableLedgerApi |
| 21 | +from cloudbeds_accounting.api.custom_general_ledger_codes_api import CustomGeneralLedgerCodesApi |
| 22 | +from cloudbeds_accounting.api.custom_transaction_codes_api import CustomTransactionCodesApi |
| 23 | +from cloudbeds_accounting.api.deposits_api import DepositsApi |
| 24 | +from cloudbeds_accounting.api.internal_transaction_codes_api import InternalTransactionCodesApi |
| 25 | +from cloudbeds_accounting.api.transactions_api import TransactionsApi |
| 26 | +from cloudbeds_accounting.api.trial_balance_api import TrialBalanceApi |
| 27 | + |
| 28 | +# import ApiClient |
| 29 | +from cloudbeds_accounting.api_response import ApiResponse |
| 30 | +from cloudbeds_accounting.api_client import ApiClient |
| 31 | +from cloudbeds_accounting.configuration import Configuration |
| 32 | +from cloudbeds_accounting.exceptions import OpenApiException |
| 33 | +from cloudbeds_accounting.exceptions import ApiTypeError |
| 34 | +from cloudbeds_accounting.exceptions import ApiValueError |
| 35 | +from cloudbeds_accounting.exceptions import ApiKeyError |
| 36 | +from cloudbeds_accounting.exceptions import ApiAttributeError |
| 37 | +from cloudbeds_accounting.exceptions import ApiException |
| 38 | + |
| 39 | +# import models into sdk package |
| 40 | +from cloudbeds_accounting.models.account import Account |
| 41 | +from cloudbeds_accounting.models.account_category import AccountCategory |
| 42 | +from cloudbeds_accounting.models.accounts_receivable_ledger_paginated import AccountsReceivableLedgerPaginated |
| 43 | +from cloudbeds_accounting.models.accounts_receivable_ledger_patch_request import AccountsReceivableLedgerPatchRequest |
| 44 | +from cloudbeds_accounting.models.accounts_receivable_ledger_post_request import AccountsReceivableLedgerPostRequest |
| 45 | +from cloudbeds_accounting.models.accounts_receivable_ledger_reservation_balance_transfer_response import AccountsReceivableLedgerReservationBalanceTransferResponse |
| 46 | +from cloudbeds_accounting.models.accounts_receivable_ledger_reservation_balance_transfer_response_transaction import AccountsReceivableLedgerReservationBalanceTransferResponseTransaction |
| 47 | +from cloudbeds_accounting.models.accounts_receivable_ledger_response import AccountsReceivableLedgerResponse |
| 48 | +from cloudbeds_accounting.models.accounts_receivable_ledger_status import AccountsReceivableLedgerStatus |
| 49 | +from cloudbeds_accounting.models.accounts_receivable_ledger_totals_response import AccountsReceivableLedgerTotalsResponse |
| 50 | +from cloudbeds_accounting.models.action import Action |
| 51 | +from cloudbeds_accounting.models.and_or_group import AndOrGroup |
| 52 | +from cloudbeds_accounting.models.and_or_group_and_inner import AndOrGroupAndInner |
| 53 | +from cloudbeds_accounting.models.api_accounting_error import ApiAccountingError |
| 54 | +from cloudbeds_accounting.models.api_error_code import ApiErrorCode |
| 55 | +from cloudbeds_accounting.models.async_event_response import AsyncEventResponse |
| 56 | +from cloudbeds_accounting.models.chart_of_account_type import ChartOfAccountType |
| 57 | +from cloudbeds_accounting.models.conditional_operator import ConditionalOperator |
| 58 | +from cloudbeds_accounting.models.custom_general_ledger_code_model import CustomGeneralLedgerCodeModel |
| 59 | +from cloudbeds_accounting.models.custom_general_ledger_codes_update_request import CustomGeneralLedgerCodesUpdateRequest |
| 60 | +from cloudbeds_accounting.models.custom_transaction_codes_model import CustomTransactionCodesModel |
| 61 | +from cloudbeds_accounting.models.custom_transaction_codes_update_model import CustomTransactionCodesUpdateModel |
| 62 | +from cloudbeds_accounting.models.custom_transaction_codes_update_request import CustomTransactionCodesUpdateRequest |
| 63 | +from cloudbeds_accounting.models.deposit_balance_response import DepositBalanceResponse |
| 64 | +from cloudbeds_accounting.models.extended_transaction_paginated import ExtendedTransactionPaginated |
| 65 | +from cloudbeds_accounting.models.extended_transaction_response import ExtendedTransactionResponse |
| 66 | +from cloudbeds_accounting.models.field_filter import FieldFilter |
| 67 | +from cloudbeds_accounting.models.filters import Filters |
| 68 | +from cloudbeds_accounting.models.get_accounts_receivable_ledger_totals_filter_parameter import GetAccountsReceivableLedgerTotalsFilterParameter |
| 69 | +from cloudbeds_accounting.models.get_accounts_receivable_ledger_transactions_filter_parameter import GetAccountsReceivableLedgerTransactionsFilterParameter |
| 70 | +from cloudbeds_accounting.models.get_accounts_receivable_ledgers_filter_parameter import GetAccountsReceivableLedgersFilterParameter |
| 71 | +from cloudbeds_accounting.models.get_deposit_transactions_filter_parameter import GetDepositTransactionsFilterParameter |
| 72 | +from cloudbeds_accounting.models.internal_transaction_code_group_enum import InternalTransactionCodeGroupEnum |
| 73 | +from cloudbeds_accounting.models.internal_transaction_code_response import InternalTransactionCodeResponse |
| 74 | +from cloudbeds_accounting.models.internal_transaction_codes_list_response import InternalTransactionCodesListResponse |
| 75 | +from cloudbeds_accounting.models.list_transactions_paginated import ListTransactionsPaginated |
| 76 | +from cloudbeds_accounting.models.list_transactions_request import ListTransactionsRequest |
| 77 | +from cloudbeds_accounting.models.logical_operator import LogicalOperator |
| 78 | +from cloudbeds_accounting.models.page_details import PageDetails |
| 79 | +from cloudbeds_accounting.models.reservation_status import ReservationStatus |
| 80 | +from cloudbeds_accounting.models.sort import Sort |
| 81 | +from cloudbeds_accounting.models.sort_direction import SortDirection |
| 82 | +from cloudbeds_accounting.models.source_kind import SourceKind |
| 83 | +from cloudbeds_accounting.models.transaction_item_mapping_model import TransactionItemMappingModel |
| 84 | +from cloudbeds_accounting.models.transaction_item_mapping_request import TransactionItemMappingRequest |
| 85 | +from cloudbeds_accounting.models.transaction_item_mapping_update_model import TransactionItemMappingUpdateModel |
| 86 | +from cloudbeds_accounting.models.transaction_response import TransactionResponse |
| 87 | +from cloudbeds_accounting.models.transaction_state import TransactionState |
| 88 | +from cloudbeds_accounting.models.transfer_deposit_post_request import TransferDepositPostRequest |
| 89 | +from cloudbeds_accounting.models.trial_balance_configuration_status_response import TrialBalanceConfigurationStatusResponse |
| 90 | +from cloudbeds_accounting.models.trial_balance_report_code_info import TrialBalanceReportCodeInfo |
| 91 | +from cloudbeds_accounting.models.trial_balance_report_guest_ledger import TrialBalanceReportGuestLedger |
| 92 | +from cloudbeds_accounting.models.trial_balance_report_ledger_balances import TrialBalanceReportLedgerBalances |
| 93 | +from cloudbeds_accounting.models.trial_balance_report_response import TrialBalanceReportResponse |
| 94 | +from cloudbeds_accounting.models.trial_balance_report_summary import TrialBalanceReportSummary |
| 95 | +from cloudbeds_accounting.models.trial_balance_request import TrialBalanceRequest |
| 96 | +from cloudbeds_accounting.models.trial_balance_response import TrialBalanceResponse |
| 97 | +from cloudbeds_accounting.models.user_model import UserModel |
0 commit comments