merge_accounting_client 1.0.0
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 +7 -0
- data/Gemfile +9 -0
- data/README.md +251 -0
- data/Rakefile +10 -0
- data/docs/Account.md +38 -0
- data/docs/AccountDetails.md +34 -0
- data/docs/AccountDetailsAndActions.md +34 -0
- data/docs/AccountDetailsAndActionsIntegration.md +32 -0
- data/docs/AccountDetailsAndActionsStatusEnum.md +15 -0
- data/docs/AccountDetailsApi.md +79 -0
- data/docs/AccountIntegration.md +28 -0
- data/docs/AccountStatusEnum.md +15 -0
- data/docs/AccountToken.md +20 -0
- data/docs/AccountTokenApi.md +79 -0
- data/docs/AccountingAttachment.md +26 -0
- data/docs/AccountingPhoneNumber.md +20 -0
- data/docs/AccountsApi.md +177 -0
- data/docs/Address.md +30 -0
- data/docs/AddressTypeEnum.md +15 -0
- data/docs/AddressesApi.md +85 -0
- data/docs/AttachmentsApi.md +177 -0
- data/docs/AvailableActions.md +22 -0
- data/docs/AvailableActionsApi.md +79 -0
- data/docs/BalanceSheet.md +36 -0
- data/docs/BalanceSheetsApi.md +177 -0
- data/docs/CashFlowStatement.md +40 -0
- data/docs/CashFlowStatementsApi.md +177 -0
- data/docs/CategoriesEnum.md +15 -0
- data/docs/CategoryEnum.md +15 -0
- data/docs/ClassificationEnum.md +15 -0
- data/docs/CompanyInfo.md +42 -0
- data/docs/CompanyInfoApi.md +181 -0
- data/docs/Contact.md +42 -0
- data/docs/ContactsApi.md +181 -0
- data/docs/CountryEnum.md +15 -0
- data/docs/CreditNote.md +38 -0
- data/docs/CreditNoteStatusEnum.md +15 -0
- data/docs/CreditNotesApi.md +181 -0
- data/docs/CurrencyEnum.md +15 -0
- data/docs/DataPassthroughRequest.md +30 -0
- data/docs/DebugModeLog.md +22 -0
- data/docs/DebugModelLogSummary.md +22 -0
- data/docs/DeleteAccountApi.md +78 -0
- data/docs/EncodingEnum.md +15 -0
- data/docs/EndUserDetailsRequest.md +28 -0
- data/docs/ErrorValidationProblem.md +24 -0
- data/docs/Expense.md +38 -0
- data/docs/ExpenseLine.md +28 -0
- data/docs/ExpensesApi.md +181 -0
- data/docs/ForceResyncApi.md +79 -0
- data/docs/GenerateKeyApi.md +79 -0
- data/docs/GenerateRemoteKeyRequest.md +18 -0
- data/docs/IncomeStatement.md +42 -0
- data/docs/IncomeStatementsApi.md +177 -0
- data/docs/Invoice.md +54 -0
- data/docs/InvoiceEndpointRequest.md +18 -0
- data/docs/InvoiceLineItem.md +34 -0
- data/docs/InvoiceLineItemRequest.md +30 -0
- data/docs/InvoiceRequest.md +48 -0
- data/docs/InvoiceResponse.md +24 -0
- data/docs/InvoiceTypeEnum.md +15 -0
- data/docs/InvoicesApi.md +337 -0
- data/docs/Issue.md +30 -0
- data/docs/IssueStatusEnum.md +15 -0
- data/docs/IssuesApi.md +177 -0
- data/docs/Item.md +36 -0
- data/docs/ItemsApi.md +181 -0
- data/docs/JournalEntriesApi.md +333 -0
- data/docs/JournalEntry.md +32 -0
- data/docs/JournalEntryEndpointRequest.md +18 -0
- data/docs/JournalEntryRequest.md +26 -0
- data/docs/JournalEntryResponse.md +24 -0
- data/docs/JournalLine.md +26 -0
- data/docs/JournalLineRequest.md +26 -0
- data/docs/LinkToken.md +20 -0
- data/docs/LinkTokenApi.md +79 -0
- data/docs/LinkedAccountStatus.md +20 -0
- data/docs/LinkedAccountsApi.md +103 -0
- data/docs/MetaResponse.md +24 -0
- data/docs/MethodEnum.md +15 -0
- data/docs/ModelOperation.md +24 -0
- data/docs/MultipartFormFieldRequest.md +26 -0
- data/docs/PaginatedAccountDetailsAndActionsList.md +22 -0
- data/docs/PaginatedAccountList.md +22 -0
- data/docs/PaginatedAccountingAttachmentList.md +22 -0
- data/docs/PaginatedBalanceSheetList.md +22 -0
- data/docs/PaginatedCashFlowStatementList.md +22 -0
- data/docs/PaginatedCompanyInfoList.md +22 -0
- data/docs/PaginatedContactList.md +22 -0
- data/docs/PaginatedCreditNoteList.md +22 -0
- data/docs/PaginatedExpenseList.md +22 -0
- data/docs/PaginatedIncomeStatementList.md +22 -0
- data/docs/PaginatedInvoiceList.md +22 -0
- data/docs/PaginatedIssueList.md +22 -0
- data/docs/PaginatedItemList.md +22 -0
- data/docs/PaginatedJournalEntryList.md +22 -0
- data/docs/PaginatedPaymentList.md +22 -0
- data/docs/PaginatedPurchaseOrderList.md +22 -0
- data/docs/PaginatedSyncStatusList.md +22 -0
- data/docs/PaginatedTaxRateList.md +22 -0
- data/docs/PaginatedTrackingCategoryList.md +22 -0
- data/docs/PaginatedWebhookReceiverList.md +22 -0
- data/docs/PassthroughApi.md +81 -0
- data/docs/Payment.md +32 -0
- data/docs/PaymentsApi.md +185 -0
- data/docs/PhoneNumbersApi.md +85 -0
- data/docs/PurchaseOrder.md +40 -0
- data/docs/PurchaseOrderLineItem.md +24 -0
- data/docs/PurchaseOrderStatusEnum.md +15 -0
- data/docs/PurchaseOrdersApi.md +181 -0
- data/docs/RegenerateKeyApi.md +79 -0
- data/docs/RemoteData.md +20 -0
- data/docs/RemoteDataRequest.md +20 -0
- data/docs/RemoteKey.md +20 -0
- data/docs/RemoteKeyForRegenerationRequest.md +18 -0
- data/docs/RemoteResponse.md +26 -0
- data/docs/ReportItem.md +24 -0
- data/docs/RequestFormatEnum.md +15 -0
- data/docs/StateEnum.md +15 -0
- data/docs/Status7d1Enum.md +15 -0
- data/docs/SyncStatus.md +28 -0
- data/docs/SyncStatusApi.md +85 -0
- data/docs/SyncStatusStatusEnum.md +15 -0
- data/docs/TaxRate.md +28 -0
- data/docs/TaxRatesApi.md +177 -0
- data/docs/TrackingCategoriesApi.md +177 -0
- data/docs/TrackingCategory.md +26 -0
- data/docs/ValidationProblemSource.md +18 -0
- data/docs/WarningValidationProblem.md +24 -0
- data/docs/WebhookReceiver.md +22 -0
- data/docs/WebhookReceiverRequest.md +22 -0
- data/docs/WebhookReceiversApi.md +155 -0
- data/lib/merge_accounting_client/api/account_details_api.rb +84 -0
- data/lib/merge_accounting_client/api/account_token_api.rb +83 -0
- data/lib/merge_accounting_client/api/accounts_api.rb +182 -0
- data/lib/merge_accounting_client/api/addresses_api.rb +93 -0
- data/lib/merge_accounting_client/api/attachments_api.rb +182 -0
- data/lib/merge_accounting_client/api/available_actions_api.rb +84 -0
- data/lib/merge_accounting_client/api/balance_sheets_api.rb +182 -0
- data/lib/merge_accounting_client/api/cash_flow_statements_api.rb +182 -0
- data/lib/merge_accounting_client/api/company_info_api.rb +196 -0
- data/lib/merge_accounting_client/api/contacts_api.rb +196 -0
- data/lib/merge_accounting_client/api/credit_notes_api.rb +196 -0
- data/lib/merge_accounting_client/api/delete_account_api.rb +82 -0
- data/lib/merge_accounting_client/api/expenses_api.rb +196 -0
- data/lib/merge_accounting_client/api/force_resync_api.rb +84 -0
- data/lib/merge_accounting_client/api/generate_key_api.rb +85 -0
- data/lib/merge_accounting_client/api/income_statements_api.rb +182 -0
- data/lib/merge_accounting_client/api/invoices_api.rb +344 -0
- data/lib/merge_accounting_client/api/issues_api.rb +181 -0
- data/lib/merge_accounting_client/api/items_api.rb +196 -0
- data/lib/merge_accounting_client/api/journal_entries_api.rb +334 -0
- data/lib/merge_accounting_client/api/link_token_api.rb +85 -0
- data/lib/merge_accounting_client/api/linked_accounts_api.rb +117 -0
- data/lib/merge_accounting_client/api/passthrough_api.rb +92 -0
- data/lib/merge_accounting_client/api/payments_api.rb +202 -0
- data/lib/merge_accounting_client/api/phone_numbers_api.rb +93 -0
- data/lib/merge_accounting_client/api/purchase_orders_api.rb +196 -0
- data/lib/merge_accounting_client/api/regenerate_key_api.rb +85 -0
- data/lib/merge_accounting_client/api/sync_status_api.rb +90 -0
- data/lib/merge_accounting_client/api/tax_rates_api.rb +182 -0
- data/lib/merge_accounting_client/api/tracking_categories_api.rb +182 -0
- data/lib/merge_accounting_client/api/webhook_receivers_api.rb +146 -0
- data/lib/merge_accounting_client/api_client.rb +390 -0
- data/lib/merge_accounting_client/api_error.rb +57 -0
- data/lib/merge_accounting_client/configuration.rb +281 -0
- data/lib/merge_accounting_client/models/account.rb +330 -0
- data/lib/merge_accounting_client/models/account_details.rb +291 -0
- data/lib/merge_accounting_client/models/account_details_and_actions.rb +316 -0
- data/lib/merge_accounting_client/models/account_details_and_actions_integration.rb +310 -0
- data/lib/merge_accounting_client/models/account_details_and_actions_status_enum.rb +38 -0
- data/lib/merge_accounting_client/models/account_integration.rb +303 -0
- data/lib/merge_accounting_client/models/account_status_enum.rb +38 -0
- data/lib/merge_accounting_client/models/account_token.rb +237 -0
- data/lib/merge_accounting_client/models/accounting_attachment.rb +279 -0
- data/lib/merge_accounting_client/models/accounting_phone_number.rb +232 -0
- data/lib/merge_accounting_client/models/address.rb +287 -0
- data/lib/merge_accounting_client/models/address_type_enum.rb +37 -0
- data/lib/merge_accounting_client/models/available_actions.rb +249 -0
- data/lib/merge_accounting_client/models/balance_sheet.rb +319 -0
- data/lib/merge_accounting_client/models/cash_flow_statement.rb +341 -0
- data/lib/merge_accounting_client/models/categories_enum.rb +39 -0
- data/lib/merge_accounting_client/models/category_enum.rb +39 -0
- data/lib/merge_accounting_client/models/classification_enum.rb +40 -0
- data/lib/merge_accounting_client/models/company_info.rb +402 -0
- data/lib/merge_accounting_client/models/contact.rb +354 -0
- data/lib/merge_accounting_client/models/country_enum.rb +284 -0
- data/lib/merge_accounting_client/models/credit_note.rb +331 -0
- data/lib/merge_accounting_client/models/credit_note_status_enum.rb +38 -0
- data/lib/merge_accounting_client/models/currency_enum.rb +341 -0
- data/lib/merge_accounting_client/models/data_passthrough_request.rb +343 -0
- data/lib/merge_accounting_client/models/debug_mode_log.rb +251 -0
- data/lib/merge_accounting_client/models/debug_model_log_summary.rb +251 -0
- data/lib/merge_accounting_client/models/encoding_enum.rb +37 -0
- data/lib/merge_accounting_client/models/end_user_details_request.rb +413 -0
- data/lib/merge_accounting_client/models/error_validation_problem.rb +260 -0
- data/lib/merge_accounting_client/models/expense.rb +328 -0
- data/lib/merge_accounting_client/models/expense_line.rb +274 -0
- data/lib/merge_accounting_client/models/generate_remote_key_request.rb +243 -0
- data/lib/merge_accounting_client/models/income_statement.rb +352 -0
- data/lib/merge_accounting_client/models/invoice.rb +418 -0
- data/lib/merge_accounting_client/models/invoice_endpoint_request.rb +223 -0
- data/lib/merge_accounting_client/models/invoice_line_item.rb +306 -0
- data/lib/merge_accounting_client/models/invoice_line_item_request.rb +285 -0
- data/lib/merge_accounting_client/models/invoice_request.rb +386 -0
- data/lib/merge_accounting_client/models/invoice_response.rb +266 -0
- data/lib/merge_accounting_client/models/invoice_type_enum.rb +37 -0
- data/lib/merge_accounting_client/models/issue.rb +281 -0
- data/lib/merge_accounting_client/models/issue_status_enum.rb +37 -0
- data/lib/merge_accounting_client/models/item.rb +317 -0
- data/lib/merge_accounting_client/models/journal_entry.rb +298 -0
- data/lib/merge_accounting_client/models/journal_entry_endpoint_request.rb +223 -0
- data/lib/merge_accounting_client/models/journal_entry_request.rb +266 -0
- data/lib/merge_accounting_client/models/journal_entry_response.rb +266 -0
- data/lib/merge_accounting_client/models/journal_line.rb +263 -0
- data/lib/merge_accounting_client/models/journal_line_request.rb +263 -0
- data/lib/merge_accounting_client/models/link_token.rb +237 -0
- data/lib/merge_accounting_client/models/linked_account_status.rb +237 -0
- data/lib/merge_accounting_client/models/meta_response.rb +262 -0
- data/lib/merge_accounting_client/models/method_enum.rb +42 -0
- data/lib/merge_accounting_client/models/model_operation.rb +272 -0
- data/lib/merge_accounting_client/models/multipart_form_field_request.rb +341 -0
- data/lib/merge_accounting_client/models/paginated_account_details_and_actions_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_account_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_accounting_attachment_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_balance_sheet_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_cash_flow_statement_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_company_info_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_contact_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_credit_note_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_expense_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_income_statement_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_invoice_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_issue_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_item_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_journal_entry_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_payment_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_purchase_order_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_sync_status_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_tax_rate_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_tracking_category_list.rb +240 -0
- data/lib/merge_accounting_client/models/paginated_webhook_receiver_list.rb +240 -0
- data/lib/merge_accounting_client/models/payment.rb +295 -0
- data/lib/merge_accounting_client/models/purchase_order.rb +341 -0
- data/lib/merge_accounting_client/models/purchase_order_line_item.rb +253 -0
- data/lib/merge_accounting_client/models/purchase_order_status_enum.rb +40 -0
- data/lib/merge_accounting_client/models/remote_data.rb +234 -0
- data/lib/merge_accounting_client/models/remote_data_request.rb +253 -0
- data/lib/merge_accounting_client/models/remote_key.rb +238 -0
- data/lib/merge_accounting_client/models/remote_key_for_regeneration_request.rb +243 -0
- data/lib/merge_accounting_client/models/remote_response.rb +279 -0
- data/lib/merge_accounting_client/models/report_item.rb +254 -0
- data/lib/merge_accounting_client/models/request_format_enum.rb +38 -0
- data/lib/merge_accounting_client/models/state_enum.rb +94 -0
- data/lib/merge_accounting_client/models/status7d1_enum.rb +37 -0
- data/lib/merge_accounting_client/models/sync_status.rb +294 -0
- data/lib/merge_accounting_client/models/sync_status_status_enum.rb +39 -0
- data/lib/merge_accounting_client/models/tax_rate.rb +275 -0
- data/lib/merge_accounting_client/models/tracking_category.rb +264 -0
- data/lib/merge_accounting_client/models/validation_problem_source.rb +223 -0
- data/lib/merge_accounting_client/models/warning_validation_problem.rb +260 -0
- data/lib/merge_accounting_client/models/webhook_receiver.rb +246 -0
- data/lib/merge_accounting_client/models/webhook_receiver_request.rb +280 -0
- data/lib/merge_accounting_client/version.rb +15 -0
- data/lib/merge_accounting_client.rb +167 -0
- data/merge_accounting_client.gemspec +38 -0
- data/pull_request_template.md +19 -0
- data/spec/api/account_details_api_spec.rb +46 -0
- data/spec/api/account_token_api_spec.rb +46 -0
- data/spec/api/accounts_api_spec.rb +68 -0
- data/spec/api/addresses_api_spec.rb +48 -0
- data/spec/api/attachments_api_spec.rb +68 -0
- data/spec/api/available_actions_api_spec.rb +46 -0
- data/spec/api/balance_sheets_api_spec.rb +68 -0
- data/spec/api/cash_flow_statements_api_spec.rb +68 -0
- data/spec/api/company_info_api_spec.rb +70 -0
- data/spec/api/contacts_api_spec.rb +70 -0
- data/spec/api/credit_notes_api_spec.rb +70 -0
- data/spec/api/delete_account_api_spec.rb +46 -0
- data/spec/api/expenses_api_spec.rb +70 -0
- data/spec/api/force_resync_api_spec.rb +46 -0
- data/spec/api/generate_key_api_spec.rb +46 -0
- data/spec/api/income_statements_api_spec.rb +68 -0
- data/spec/api/invoices_api_spec.rb +97 -0
- data/spec/api/issues_api_spec.rb +69 -0
- data/spec/api/items_api_spec.rb +70 -0
- data/spec/api/journal_entries_api_spec.rb +95 -0
- data/spec/api/link_token_api_spec.rb +46 -0
- data/spec/api/linked_accounts_api_spec.rb +57 -0
- data/spec/api/passthrough_api_spec.rb +47 -0
- data/spec/api/payments_api_spec.rb +72 -0
- data/spec/api/phone_numbers_api_spec.rb +48 -0
- data/spec/api/purchase_orders_api_spec.rb +70 -0
- data/spec/api/regenerate_key_api_spec.rb +46 -0
- data/spec/api/sync_status_api_spec.rb +48 -0
- data/spec/api/tax_rates_api_spec.rb +68 -0
- data/spec/api/tracking_categories_api_spec.rb +68 -0
- data/spec/api/webhook_receivers_api_spec.rb +58 -0
- data/spec/api_client_spec.rb +226 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/account_details_and_actions_integration_spec.rb +76 -0
- data/spec/models/account_details_and_actions_spec.rb +82 -0
- data/spec/models/account_details_and_actions_status_enum_spec.rb +28 -0
- data/spec/models/account_details_spec.rb +82 -0
- data/spec/models/account_integration_spec.rb +64 -0
- data/spec/models/account_spec.rb +94 -0
- data/spec/models/account_status_enum_spec.rb +28 -0
- data/spec/models/account_token_spec.rb +40 -0
- data/spec/models/accounting_attachment_spec.rb +58 -0
- data/spec/models/accounting_phone_number_spec.rb +40 -0
- data/spec/models/address_spec.rb +70 -0
- data/spec/models/address_type_enum_spec.rb +28 -0
- data/spec/models/available_actions_spec.rb +46 -0
- data/spec/models/balance_sheet_spec.rb +88 -0
- data/spec/models/cash_flow_statement_spec.rb +100 -0
- data/spec/models/categories_enum_spec.rb +28 -0
- data/spec/models/category_enum_spec.rb +28 -0
- data/spec/models/classification_enum_spec.rb +28 -0
- data/spec/models/company_info_spec.rb +106 -0
- data/spec/models/contact_spec.rb +106 -0
- data/spec/models/country_enum_spec.rb +28 -0
- data/spec/models/credit_note_spec.rb +94 -0
- data/spec/models/credit_note_status_enum_spec.rb +28 -0
- data/spec/models/currency_enum_spec.rb +28 -0
- data/spec/models/data_passthrough_request_spec.rb +70 -0
- data/spec/models/debug_mode_log_spec.rb +46 -0
- data/spec/models/debug_model_log_summary_spec.rb +46 -0
- data/spec/models/encoding_enum_spec.rb +28 -0
- data/spec/models/end_user_details_request_spec.rb +64 -0
- data/spec/models/error_validation_problem_spec.rb +52 -0
- data/spec/models/expense_line_spec.rb +64 -0
- data/spec/models/expense_spec.rb +94 -0
- data/spec/models/generate_remote_key_request_spec.rb +34 -0
- data/spec/models/income_statement_spec.rb +106 -0
- data/spec/models/invoice_endpoint_request_spec.rb +34 -0
- data/spec/models/invoice_line_item_request_spec.rb +70 -0
- data/spec/models/invoice_line_item_spec.rb +82 -0
- data/spec/models/invoice_request_spec.rb +124 -0
- data/spec/models/invoice_response_spec.rb +52 -0
- data/spec/models/invoice_spec.rb +142 -0
- data/spec/models/invoice_type_enum_spec.rb +28 -0
- data/spec/models/issue_spec.rb +70 -0
- data/spec/models/issue_status_enum_spec.rb +28 -0
- data/spec/models/item_spec.rb +88 -0
- data/spec/models/journal_entry_endpoint_request_spec.rb +34 -0
- data/spec/models/journal_entry_request_spec.rb +58 -0
- data/spec/models/journal_entry_response_spec.rb +52 -0
- data/spec/models/journal_entry_spec.rb +76 -0
- data/spec/models/journal_line_request_spec.rb +58 -0
- data/spec/models/journal_line_spec.rb +58 -0
- data/spec/models/link_token_spec.rb +40 -0
- data/spec/models/linked_account_status_spec.rb +40 -0
- data/spec/models/meta_response_spec.rb +52 -0
- data/spec/models/method_enum_spec.rb +28 -0
- data/spec/models/model_operation_spec.rb +52 -0
- data/spec/models/multipart_form_field_request_spec.rb +58 -0
- data/spec/models/paginated_account_details_and_actions_list_spec.rb +46 -0
- data/spec/models/paginated_account_list_spec.rb +46 -0
- data/spec/models/paginated_accounting_attachment_list_spec.rb +46 -0
- data/spec/models/paginated_balance_sheet_list_spec.rb +46 -0
- data/spec/models/paginated_cash_flow_statement_list_spec.rb +46 -0
- data/spec/models/paginated_company_info_list_spec.rb +46 -0
- data/spec/models/paginated_contact_list_spec.rb +46 -0
- data/spec/models/paginated_credit_note_list_spec.rb +46 -0
- data/spec/models/paginated_expense_list_spec.rb +46 -0
- data/spec/models/paginated_income_statement_list_spec.rb +46 -0
- data/spec/models/paginated_invoice_list_spec.rb +46 -0
- data/spec/models/paginated_issue_list_spec.rb +46 -0
- data/spec/models/paginated_item_list_spec.rb +46 -0
- data/spec/models/paginated_journal_entry_list_spec.rb +46 -0
- data/spec/models/paginated_payment_list_spec.rb +46 -0
- data/spec/models/paginated_purchase_order_list_spec.rb +46 -0
- data/spec/models/paginated_sync_status_list_spec.rb +46 -0
- data/spec/models/paginated_tax_rate_list_spec.rb +46 -0
- data/spec/models/paginated_tracking_category_list_spec.rb +46 -0
- data/spec/models/paginated_webhook_receiver_list_spec.rb +46 -0
- data/spec/models/payment_spec.rb +76 -0
- data/spec/models/purchase_order_line_item_spec.rb +52 -0
- data/spec/models/purchase_order_spec.rb +100 -0
- data/spec/models/purchase_order_status_enum_spec.rb +28 -0
- data/spec/models/remote_data_request_spec.rb +40 -0
- data/spec/models/remote_data_spec.rb +40 -0
- data/spec/models/remote_key_for_regeneration_request_spec.rb +34 -0
- data/spec/models/remote_key_spec.rb +40 -0
- data/spec/models/remote_response_spec.rb +58 -0
- data/spec/models/report_item_spec.rb +52 -0
- data/spec/models/request_format_enum_spec.rb +28 -0
- data/spec/models/state_enum_spec.rb +28 -0
- data/spec/models/status7d1_enum_spec.rb +28 -0
- data/spec/models/sync_status_spec.rb +64 -0
- data/spec/models/sync_status_status_enum_spec.rb +28 -0
- data/spec/models/tax_rate_spec.rb +64 -0
- data/spec/models/tracking_category_spec.rb +58 -0
- data/spec/models/validation_problem_source_spec.rb +34 -0
- data/spec/models/warning_validation_problem_spec.rb +52 -0
- data/spec/models/webhook_receiver_request_spec.rb +46 -0
- data/spec/models/webhook_receiver_spec.rb +46 -0
- data/spec/spec_helper.rb +111 -0
- metadata +612 -0
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Merge Accounting API
|
|
3
|
+
|
|
4
|
+
#The unified API for building rich integrations with multiple Accounting & Finance platforms.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0
|
|
7
|
+
Contact: hello@merge.dev
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 5.1.1
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'cgi'
|
|
14
|
+
|
|
15
|
+
module MergeAccountingClient
|
|
16
|
+
class AvailableActionsApi
|
|
17
|
+
attr_accessor :api_client
|
|
18
|
+
|
|
19
|
+
def initialize(api_client = ApiClient.default)
|
|
20
|
+
@api_client = api_client
|
|
21
|
+
end
|
|
22
|
+
# Returns a list of models and actions available for an account.
|
|
23
|
+
# @param x_account_token [String] Token identifying the end user.
|
|
24
|
+
# @param [Hash] opts the optional parameters
|
|
25
|
+
# @return [AvailableActions]
|
|
26
|
+
def available_actions_retrieve(x_account_token, opts = {})
|
|
27
|
+
data, _status_code, _headers = available_actions_retrieve_with_http_info(x_account_token, opts)
|
|
28
|
+
data
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
# Returns a list of models and actions available for an account.
|
|
32
|
+
# @param x_account_token [String] Token identifying the end user.
|
|
33
|
+
# @param [Hash] opts the optional parameters
|
|
34
|
+
# @return [Array<(AvailableActions, Integer, Hash)>] AvailableActions data, response status code and response headers
|
|
35
|
+
def available_actions_retrieve_with_http_info(x_account_token, opts = {})
|
|
36
|
+
if @api_client.config.debugging
|
|
37
|
+
@api_client.config.logger.debug 'Calling API: AvailableActionsApi.available_actions_retrieve ...'
|
|
38
|
+
end
|
|
39
|
+
# verify the required parameter 'x_account_token' is set
|
|
40
|
+
if @api_client.config.client_side_validation && x_account_token.nil?
|
|
41
|
+
fail ArgumentError, "Missing the required parameter 'x_account_token' when calling AvailableActionsApi.available_actions_retrieve"
|
|
42
|
+
end
|
|
43
|
+
# resource path
|
|
44
|
+
local_var_path = '/available-actions'
|
|
45
|
+
|
|
46
|
+
# query parameters
|
|
47
|
+
query_params = opts[:query_params] || {}
|
|
48
|
+
|
|
49
|
+
# header parameters
|
|
50
|
+
header_params = opts[:header_params] || {}
|
|
51
|
+
# HTTP header 'Accept' (if needed)
|
|
52
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
53
|
+
header_params[:'X-Account-Token'] = x_account_token
|
|
54
|
+
|
|
55
|
+
# form parameters
|
|
56
|
+
form_params = opts[:form_params] || {}
|
|
57
|
+
|
|
58
|
+
# http body (model)
|
|
59
|
+
post_body = opts[:debug_body]
|
|
60
|
+
|
|
61
|
+
# return_type
|
|
62
|
+
return_type = opts[:debug_return_type] || 'AvailableActions'
|
|
63
|
+
|
|
64
|
+
# auth_names
|
|
65
|
+
auth_names = opts[:debug_auth_names] || ['tokenAuth']
|
|
66
|
+
|
|
67
|
+
new_options = opts.merge(
|
|
68
|
+
:operation => :"AvailableActionsApi.available_actions_retrieve",
|
|
69
|
+
:header_params => header_params,
|
|
70
|
+
:query_params => query_params,
|
|
71
|
+
:form_params => form_params,
|
|
72
|
+
:body => post_body,
|
|
73
|
+
:auth_names => auth_names,
|
|
74
|
+
:return_type => return_type
|
|
75
|
+
)
|
|
76
|
+
|
|
77
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
78
|
+
if @api_client.config.debugging
|
|
79
|
+
@api_client.config.logger.debug "API called: AvailableActionsApi#available_actions_retrieve\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
80
|
+
end
|
|
81
|
+
return data, status_code, headers
|
|
82
|
+
end
|
|
83
|
+
end
|
|
84
|
+
end
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Merge Accounting API
|
|
3
|
+
|
|
4
|
+
#The unified API for building rich integrations with multiple Accounting & Finance platforms.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0
|
|
7
|
+
Contact: hello@merge.dev
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 5.1.1
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'cgi'
|
|
14
|
+
|
|
15
|
+
module MergeAccountingClient
|
|
16
|
+
class BalanceSheetsApi
|
|
17
|
+
attr_accessor :api_client
|
|
18
|
+
|
|
19
|
+
def initialize(api_client = ApiClient.default)
|
|
20
|
+
@api_client = api_client
|
|
21
|
+
end
|
|
22
|
+
# Returns a list of `BalanceSheet` objects.
|
|
23
|
+
# @param x_account_token [String] Token identifying the end user.
|
|
24
|
+
# @param [Hash] opts the optional parameters
|
|
25
|
+
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
|
26
|
+
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
|
27
|
+
# @option opts [String] :cursor The pagination cursor value.
|
|
28
|
+
# @option opts [Boolean] :include_deleted_data Whether to include data that was deleted in the third-party service.
|
|
29
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
30
|
+
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
|
31
|
+
# @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
|
|
32
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
|
33
|
+
# @option opts [String] :remote_id The API provider's ID for the given object.
|
|
34
|
+
# @return [PaginatedBalanceSheetList]
|
|
35
|
+
def balance_sheets_list(x_account_token, opts = {})
|
|
36
|
+
data, _status_code, _headers = balance_sheets_list_with_http_info(x_account_token, opts)
|
|
37
|
+
data
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
# Returns a list of `BalanceSheet` objects.
|
|
41
|
+
# @param x_account_token [String] Token identifying the end user.
|
|
42
|
+
# @param [Hash] opts the optional parameters
|
|
43
|
+
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
|
44
|
+
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
|
45
|
+
# @option opts [String] :cursor The pagination cursor value.
|
|
46
|
+
# @option opts [Boolean] :include_deleted_data Whether to include data that was deleted in the third-party service.
|
|
47
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
48
|
+
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
|
49
|
+
# @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
|
|
50
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
|
51
|
+
# @option opts [String] :remote_id The API provider's ID for the given object.
|
|
52
|
+
# @return [Array<(PaginatedBalanceSheetList, Integer, Hash)>] PaginatedBalanceSheetList data, response status code and response headers
|
|
53
|
+
def balance_sheets_list_with_http_info(x_account_token, opts = {})
|
|
54
|
+
if @api_client.config.debugging
|
|
55
|
+
@api_client.config.logger.debug 'Calling API: BalanceSheetsApi.balance_sheets_list ...'
|
|
56
|
+
end
|
|
57
|
+
# verify the required parameter 'x_account_token' is set
|
|
58
|
+
if @api_client.config.client_side_validation && x_account_token.nil?
|
|
59
|
+
fail ArgumentError, "Missing the required parameter 'x_account_token' when calling BalanceSheetsApi.balance_sheets_list"
|
|
60
|
+
end
|
|
61
|
+
# resource path
|
|
62
|
+
local_var_path = '/balance-sheets'
|
|
63
|
+
|
|
64
|
+
# query parameters
|
|
65
|
+
query_params = opts[:query_params] || {}
|
|
66
|
+
query_params[:'created_after'] = opts[:'created_after'] if !opts[:'created_after'].nil?
|
|
67
|
+
query_params[:'created_before'] = opts[:'created_before'] if !opts[:'created_before'].nil?
|
|
68
|
+
query_params[:'cursor'] = opts[:'cursor'] if !opts[:'cursor'].nil?
|
|
69
|
+
query_params[:'include_deleted_data'] = opts[:'include_deleted_data'] if !opts[:'include_deleted_data'].nil?
|
|
70
|
+
query_params[:'include_remote_data'] = opts[:'include_remote_data'] if !opts[:'include_remote_data'].nil?
|
|
71
|
+
query_params[:'modified_after'] = opts[:'modified_after'] if !opts[:'modified_after'].nil?
|
|
72
|
+
query_params[:'modified_before'] = opts[:'modified_before'] if !opts[:'modified_before'].nil?
|
|
73
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
|
74
|
+
query_params[:'remote_id'] = opts[:'remote_id'] if !opts[:'remote_id'].nil?
|
|
75
|
+
|
|
76
|
+
# header parameters
|
|
77
|
+
header_params = opts[:header_params] || {}
|
|
78
|
+
# HTTP header 'Accept' (if needed)
|
|
79
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
80
|
+
header_params[:'X-Account-Token'] = x_account_token
|
|
81
|
+
|
|
82
|
+
# form parameters
|
|
83
|
+
form_params = opts[:form_params] || {}
|
|
84
|
+
|
|
85
|
+
# http body (model)
|
|
86
|
+
post_body = opts[:debug_body]
|
|
87
|
+
|
|
88
|
+
# return_type
|
|
89
|
+
return_type = opts[:debug_return_type] || 'PaginatedBalanceSheetList'
|
|
90
|
+
|
|
91
|
+
# auth_names
|
|
92
|
+
auth_names = opts[:debug_auth_names] || ['tokenAuth']
|
|
93
|
+
|
|
94
|
+
new_options = opts.merge(
|
|
95
|
+
:operation => :"BalanceSheetsApi.balance_sheets_list",
|
|
96
|
+
:header_params => header_params,
|
|
97
|
+
:query_params => query_params,
|
|
98
|
+
:form_params => form_params,
|
|
99
|
+
:body => post_body,
|
|
100
|
+
:auth_names => auth_names,
|
|
101
|
+
:return_type => return_type
|
|
102
|
+
)
|
|
103
|
+
|
|
104
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
105
|
+
if @api_client.config.debugging
|
|
106
|
+
@api_client.config.logger.debug "API called: BalanceSheetsApi#balance_sheets_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
107
|
+
end
|
|
108
|
+
return data, status_code, headers
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
# Returns a `BalanceSheet` object with the given `id`.
|
|
112
|
+
# @param x_account_token [String] Token identifying the end user.
|
|
113
|
+
# @param id [String]
|
|
114
|
+
# @param [Hash] opts the optional parameters
|
|
115
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
116
|
+
# @return [BalanceSheet]
|
|
117
|
+
def balance_sheets_retrieve(x_account_token, id, opts = {})
|
|
118
|
+
data, _status_code, _headers = balance_sheets_retrieve_with_http_info(x_account_token, id, opts)
|
|
119
|
+
data
|
|
120
|
+
end
|
|
121
|
+
|
|
122
|
+
# Returns a `BalanceSheet` object with the given `id`.
|
|
123
|
+
# @param x_account_token [String] Token identifying the end user.
|
|
124
|
+
# @param id [String]
|
|
125
|
+
# @param [Hash] opts the optional parameters
|
|
126
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
127
|
+
# @return [Array<(BalanceSheet, Integer, Hash)>] BalanceSheet data, response status code and response headers
|
|
128
|
+
def balance_sheets_retrieve_with_http_info(x_account_token, id, opts = {})
|
|
129
|
+
if @api_client.config.debugging
|
|
130
|
+
@api_client.config.logger.debug 'Calling API: BalanceSheetsApi.balance_sheets_retrieve ...'
|
|
131
|
+
end
|
|
132
|
+
# verify the required parameter 'x_account_token' is set
|
|
133
|
+
if @api_client.config.client_side_validation && x_account_token.nil?
|
|
134
|
+
fail ArgumentError, "Missing the required parameter 'x_account_token' when calling BalanceSheetsApi.balance_sheets_retrieve"
|
|
135
|
+
end
|
|
136
|
+
# verify the required parameter 'id' is set
|
|
137
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
138
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling BalanceSheetsApi.balance_sheets_retrieve"
|
|
139
|
+
end
|
|
140
|
+
# resource path
|
|
141
|
+
local_var_path = '/balance-sheets/{id}'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
|
|
142
|
+
|
|
143
|
+
# query parameters
|
|
144
|
+
query_params = opts[:query_params] || {}
|
|
145
|
+
query_params[:'include_remote_data'] = opts[:'include_remote_data'] if !opts[:'include_remote_data'].nil?
|
|
146
|
+
|
|
147
|
+
# header parameters
|
|
148
|
+
header_params = opts[:header_params] || {}
|
|
149
|
+
# HTTP header 'Accept' (if needed)
|
|
150
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
151
|
+
header_params[:'X-Account-Token'] = x_account_token
|
|
152
|
+
|
|
153
|
+
# form parameters
|
|
154
|
+
form_params = opts[:form_params] || {}
|
|
155
|
+
|
|
156
|
+
# http body (model)
|
|
157
|
+
post_body = opts[:debug_body]
|
|
158
|
+
|
|
159
|
+
# return_type
|
|
160
|
+
return_type = opts[:debug_return_type] || 'BalanceSheet'
|
|
161
|
+
|
|
162
|
+
# auth_names
|
|
163
|
+
auth_names = opts[:debug_auth_names] || ['tokenAuth']
|
|
164
|
+
|
|
165
|
+
new_options = opts.merge(
|
|
166
|
+
:operation => :"BalanceSheetsApi.balance_sheets_retrieve",
|
|
167
|
+
:header_params => header_params,
|
|
168
|
+
:query_params => query_params,
|
|
169
|
+
:form_params => form_params,
|
|
170
|
+
:body => post_body,
|
|
171
|
+
:auth_names => auth_names,
|
|
172
|
+
:return_type => return_type
|
|
173
|
+
)
|
|
174
|
+
|
|
175
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
176
|
+
if @api_client.config.debugging
|
|
177
|
+
@api_client.config.logger.debug "API called: BalanceSheetsApi#balance_sheets_retrieve\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
178
|
+
end
|
|
179
|
+
return data, status_code, headers
|
|
180
|
+
end
|
|
181
|
+
end
|
|
182
|
+
end
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Merge Accounting API
|
|
3
|
+
|
|
4
|
+
#The unified API for building rich integrations with multiple Accounting & Finance platforms.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0
|
|
7
|
+
Contact: hello@merge.dev
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 5.1.1
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'cgi'
|
|
14
|
+
|
|
15
|
+
module MergeAccountingClient
|
|
16
|
+
class CashFlowStatementsApi
|
|
17
|
+
attr_accessor :api_client
|
|
18
|
+
|
|
19
|
+
def initialize(api_client = ApiClient.default)
|
|
20
|
+
@api_client = api_client
|
|
21
|
+
end
|
|
22
|
+
# Returns a list of `CashFlowStatement` objects.
|
|
23
|
+
# @param x_account_token [String] Token identifying the end user.
|
|
24
|
+
# @param [Hash] opts the optional parameters
|
|
25
|
+
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
|
26
|
+
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
|
27
|
+
# @option opts [String] :cursor The pagination cursor value.
|
|
28
|
+
# @option opts [Boolean] :include_deleted_data Whether to include data that was deleted in the third-party service.
|
|
29
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
30
|
+
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
|
31
|
+
# @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
|
|
32
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
|
33
|
+
# @option opts [String] :remote_id The API provider's ID for the given object.
|
|
34
|
+
# @return [PaginatedCashFlowStatementList]
|
|
35
|
+
def cash_flow_statements_list(x_account_token, opts = {})
|
|
36
|
+
data, _status_code, _headers = cash_flow_statements_list_with_http_info(x_account_token, opts)
|
|
37
|
+
data
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
# Returns a list of `CashFlowStatement` objects.
|
|
41
|
+
# @param x_account_token [String] Token identifying the end user.
|
|
42
|
+
# @param [Hash] opts the optional parameters
|
|
43
|
+
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
|
44
|
+
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
|
45
|
+
# @option opts [String] :cursor The pagination cursor value.
|
|
46
|
+
# @option opts [Boolean] :include_deleted_data Whether to include data that was deleted in the third-party service.
|
|
47
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
48
|
+
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
|
49
|
+
# @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
|
|
50
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
|
51
|
+
# @option opts [String] :remote_id The API provider's ID for the given object.
|
|
52
|
+
# @return [Array<(PaginatedCashFlowStatementList, Integer, Hash)>] PaginatedCashFlowStatementList data, response status code and response headers
|
|
53
|
+
def cash_flow_statements_list_with_http_info(x_account_token, opts = {})
|
|
54
|
+
if @api_client.config.debugging
|
|
55
|
+
@api_client.config.logger.debug 'Calling API: CashFlowStatementsApi.cash_flow_statements_list ...'
|
|
56
|
+
end
|
|
57
|
+
# verify the required parameter 'x_account_token' is set
|
|
58
|
+
if @api_client.config.client_side_validation && x_account_token.nil?
|
|
59
|
+
fail ArgumentError, "Missing the required parameter 'x_account_token' when calling CashFlowStatementsApi.cash_flow_statements_list"
|
|
60
|
+
end
|
|
61
|
+
# resource path
|
|
62
|
+
local_var_path = '/cash-flow-statements'
|
|
63
|
+
|
|
64
|
+
# query parameters
|
|
65
|
+
query_params = opts[:query_params] || {}
|
|
66
|
+
query_params[:'created_after'] = opts[:'created_after'] if !opts[:'created_after'].nil?
|
|
67
|
+
query_params[:'created_before'] = opts[:'created_before'] if !opts[:'created_before'].nil?
|
|
68
|
+
query_params[:'cursor'] = opts[:'cursor'] if !opts[:'cursor'].nil?
|
|
69
|
+
query_params[:'include_deleted_data'] = opts[:'include_deleted_data'] if !opts[:'include_deleted_data'].nil?
|
|
70
|
+
query_params[:'include_remote_data'] = opts[:'include_remote_data'] if !opts[:'include_remote_data'].nil?
|
|
71
|
+
query_params[:'modified_after'] = opts[:'modified_after'] if !opts[:'modified_after'].nil?
|
|
72
|
+
query_params[:'modified_before'] = opts[:'modified_before'] if !opts[:'modified_before'].nil?
|
|
73
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
|
74
|
+
query_params[:'remote_id'] = opts[:'remote_id'] if !opts[:'remote_id'].nil?
|
|
75
|
+
|
|
76
|
+
# header parameters
|
|
77
|
+
header_params = opts[:header_params] || {}
|
|
78
|
+
# HTTP header 'Accept' (if needed)
|
|
79
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
80
|
+
header_params[:'X-Account-Token'] = x_account_token
|
|
81
|
+
|
|
82
|
+
# form parameters
|
|
83
|
+
form_params = opts[:form_params] || {}
|
|
84
|
+
|
|
85
|
+
# http body (model)
|
|
86
|
+
post_body = opts[:debug_body]
|
|
87
|
+
|
|
88
|
+
# return_type
|
|
89
|
+
return_type = opts[:debug_return_type] || 'PaginatedCashFlowStatementList'
|
|
90
|
+
|
|
91
|
+
# auth_names
|
|
92
|
+
auth_names = opts[:debug_auth_names] || ['tokenAuth']
|
|
93
|
+
|
|
94
|
+
new_options = opts.merge(
|
|
95
|
+
:operation => :"CashFlowStatementsApi.cash_flow_statements_list",
|
|
96
|
+
:header_params => header_params,
|
|
97
|
+
:query_params => query_params,
|
|
98
|
+
:form_params => form_params,
|
|
99
|
+
:body => post_body,
|
|
100
|
+
:auth_names => auth_names,
|
|
101
|
+
:return_type => return_type
|
|
102
|
+
)
|
|
103
|
+
|
|
104
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
105
|
+
if @api_client.config.debugging
|
|
106
|
+
@api_client.config.logger.debug "API called: CashFlowStatementsApi#cash_flow_statements_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
107
|
+
end
|
|
108
|
+
return data, status_code, headers
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
# Returns a `CashFlowStatement` object with the given `id`.
|
|
112
|
+
# @param x_account_token [String] Token identifying the end user.
|
|
113
|
+
# @param id [String]
|
|
114
|
+
# @param [Hash] opts the optional parameters
|
|
115
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
116
|
+
# @return [CashFlowStatement]
|
|
117
|
+
def cash_flow_statements_retrieve(x_account_token, id, opts = {})
|
|
118
|
+
data, _status_code, _headers = cash_flow_statements_retrieve_with_http_info(x_account_token, id, opts)
|
|
119
|
+
data
|
|
120
|
+
end
|
|
121
|
+
|
|
122
|
+
# Returns a `CashFlowStatement` object with the given `id`.
|
|
123
|
+
# @param x_account_token [String] Token identifying the end user.
|
|
124
|
+
# @param id [String]
|
|
125
|
+
# @param [Hash] opts the optional parameters
|
|
126
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
127
|
+
# @return [Array<(CashFlowStatement, Integer, Hash)>] CashFlowStatement data, response status code and response headers
|
|
128
|
+
def cash_flow_statements_retrieve_with_http_info(x_account_token, id, opts = {})
|
|
129
|
+
if @api_client.config.debugging
|
|
130
|
+
@api_client.config.logger.debug 'Calling API: CashFlowStatementsApi.cash_flow_statements_retrieve ...'
|
|
131
|
+
end
|
|
132
|
+
# verify the required parameter 'x_account_token' is set
|
|
133
|
+
if @api_client.config.client_side_validation && x_account_token.nil?
|
|
134
|
+
fail ArgumentError, "Missing the required parameter 'x_account_token' when calling CashFlowStatementsApi.cash_flow_statements_retrieve"
|
|
135
|
+
end
|
|
136
|
+
# verify the required parameter 'id' is set
|
|
137
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
138
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling CashFlowStatementsApi.cash_flow_statements_retrieve"
|
|
139
|
+
end
|
|
140
|
+
# resource path
|
|
141
|
+
local_var_path = '/cash-flow-statements/{id}'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
|
|
142
|
+
|
|
143
|
+
# query parameters
|
|
144
|
+
query_params = opts[:query_params] || {}
|
|
145
|
+
query_params[:'include_remote_data'] = opts[:'include_remote_data'] if !opts[:'include_remote_data'].nil?
|
|
146
|
+
|
|
147
|
+
# header parameters
|
|
148
|
+
header_params = opts[:header_params] || {}
|
|
149
|
+
# HTTP header 'Accept' (if needed)
|
|
150
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
151
|
+
header_params[:'X-Account-Token'] = x_account_token
|
|
152
|
+
|
|
153
|
+
# form parameters
|
|
154
|
+
form_params = opts[:form_params] || {}
|
|
155
|
+
|
|
156
|
+
# http body (model)
|
|
157
|
+
post_body = opts[:debug_body]
|
|
158
|
+
|
|
159
|
+
# return_type
|
|
160
|
+
return_type = opts[:debug_return_type] || 'CashFlowStatement'
|
|
161
|
+
|
|
162
|
+
# auth_names
|
|
163
|
+
auth_names = opts[:debug_auth_names] || ['tokenAuth']
|
|
164
|
+
|
|
165
|
+
new_options = opts.merge(
|
|
166
|
+
:operation => :"CashFlowStatementsApi.cash_flow_statements_retrieve",
|
|
167
|
+
:header_params => header_params,
|
|
168
|
+
:query_params => query_params,
|
|
169
|
+
:form_params => form_params,
|
|
170
|
+
:body => post_body,
|
|
171
|
+
:auth_names => auth_names,
|
|
172
|
+
:return_type => return_type
|
|
173
|
+
)
|
|
174
|
+
|
|
175
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
176
|
+
if @api_client.config.debugging
|
|
177
|
+
@api_client.config.logger.debug "API called: CashFlowStatementsApi#cash_flow_statements_retrieve\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
178
|
+
end
|
|
179
|
+
return data, status_code, headers
|
|
180
|
+
end
|
|
181
|
+
end
|
|
182
|
+
end
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Merge Accounting API
|
|
3
|
+
|
|
4
|
+
#The unified API for building rich integrations with multiple Accounting & Finance platforms.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0
|
|
7
|
+
Contact: hello@merge.dev
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 5.1.1
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'cgi'
|
|
14
|
+
|
|
15
|
+
module MergeAccountingClient
|
|
16
|
+
class CompanyInfoApi
|
|
17
|
+
attr_accessor :api_client
|
|
18
|
+
|
|
19
|
+
def initialize(api_client = ApiClient.default)
|
|
20
|
+
@api_client = api_client
|
|
21
|
+
end
|
|
22
|
+
# Returns a list of `CompanyInfo` objects.
|
|
23
|
+
# @param x_account_token [String] Token identifying the end user.
|
|
24
|
+
# @param [Hash] opts the optional parameters
|
|
25
|
+
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
|
26
|
+
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
|
27
|
+
# @option opts [String] :cursor The pagination cursor value.
|
|
28
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
29
|
+
# @option opts [Boolean] :include_deleted_data Whether to include data that was deleted in the third-party service.
|
|
30
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
31
|
+
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
|
32
|
+
# @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
|
|
33
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
|
34
|
+
# @option opts [String] :remote_id The API provider's ID for the given object.
|
|
35
|
+
# @return [PaginatedCompanyInfoList]
|
|
36
|
+
def company_info_list(x_account_token, opts = {})
|
|
37
|
+
data, _status_code, _headers = company_info_list_with_http_info(x_account_token, opts)
|
|
38
|
+
data
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
# Returns a list of `CompanyInfo` objects.
|
|
42
|
+
# @param x_account_token [String] Token identifying the end user.
|
|
43
|
+
# @param [Hash] opts the optional parameters
|
|
44
|
+
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
|
45
|
+
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
|
46
|
+
# @option opts [String] :cursor The pagination cursor value.
|
|
47
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
48
|
+
# @option opts [Boolean] :include_deleted_data Whether to include data that was deleted in the third-party service.
|
|
49
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
50
|
+
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
|
51
|
+
# @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
|
|
52
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
|
53
|
+
# @option opts [String] :remote_id The API provider's ID for the given object.
|
|
54
|
+
# @return [Array<(PaginatedCompanyInfoList, Integer, Hash)>] PaginatedCompanyInfoList data, response status code and response headers
|
|
55
|
+
def company_info_list_with_http_info(x_account_token, opts = {})
|
|
56
|
+
if @api_client.config.debugging
|
|
57
|
+
@api_client.config.logger.debug 'Calling API: CompanyInfoApi.company_info_list ...'
|
|
58
|
+
end
|
|
59
|
+
# verify the required parameter 'x_account_token' is set
|
|
60
|
+
if @api_client.config.client_side_validation && x_account_token.nil?
|
|
61
|
+
fail ArgumentError, "Missing the required parameter 'x_account_token' when calling CompanyInfoApi.company_info_list"
|
|
62
|
+
end
|
|
63
|
+
allowable_values = ["addresses", "addresses,phone_numbers", "phone_numbers"]
|
|
64
|
+
if @api_client.config.client_side_validation && opts[:'expand'] && !allowable_values.include?(opts[:'expand'])
|
|
65
|
+
fail ArgumentError, "invalid value for \"expand\", must be one of #{allowable_values}"
|
|
66
|
+
end
|
|
67
|
+
# resource path
|
|
68
|
+
local_var_path = '/company-info'
|
|
69
|
+
|
|
70
|
+
# query parameters
|
|
71
|
+
query_params = opts[:query_params] || {}
|
|
72
|
+
query_params[:'created_after'] = opts[:'created_after'] if !opts[:'created_after'].nil?
|
|
73
|
+
query_params[:'created_before'] = opts[:'created_before'] if !opts[:'created_before'].nil?
|
|
74
|
+
query_params[:'cursor'] = opts[:'cursor'] if !opts[:'cursor'].nil?
|
|
75
|
+
query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
|
|
76
|
+
query_params[:'include_deleted_data'] = opts[:'include_deleted_data'] if !opts[:'include_deleted_data'].nil?
|
|
77
|
+
query_params[:'include_remote_data'] = opts[:'include_remote_data'] if !opts[:'include_remote_data'].nil?
|
|
78
|
+
query_params[:'modified_after'] = opts[:'modified_after'] if !opts[:'modified_after'].nil?
|
|
79
|
+
query_params[:'modified_before'] = opts[:'modified_before'] if !opts[:'modified_before'].nil?
|
|
80
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
|
81
|
+
query_params[:'remote_id'] = opts[:'remote_id'] if !opts[:'remote_id'].nil?
|
|
82
|
+
|
|
83
|
+
# header parameters
|
|
84
|
+
header_params = opts[:header_params] || {}
|
|
85
|
+
# HTTP header 'Accept' (if needed)
|
|
86
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
87
|
+
header_params[:'X-Account-Token'] = x_account_token
|
|
88
|
+
|
|
89
|
+
# form parameters
|
|
90
|
+
form_params = opts[:form_params] || {}
|
|
91
|
+
|
|
92
|
+
# http body (model)
|
|
93
|
+
post_body = opts[:debug_body]
|
|
94
|
+
|
|
95
|
+
# return_type
|
|
96
|
+
return_type = opts[:debug_return_type] || 'PaginatedCompanyInfoList'
|
|
97
|
+
|
|
98
|
+
# auth_names
|
|
99
|
+
auth_names = opts[:debug_auth_names] || ['tokenAuth']
|
|
100
|
+
|
|
101
|
+
new_options = opts.merge(
|
|
102
|
+
:operation => :"CompanyInfoApi.company_info_list",
|
|
103
|
+
:header_params => header_params,
|
|
104
|
+
:query_params => query_params,
|
|
105
|
+
:form_params => form_params,
|
|
106
|
+
:body => post_body,
|
|
107
|
+
:auth_names => auth_names,
|
|
108
|
+
:return_type => return_type
|
|
109
|
+
)
|
|
110
|
+
|
|
111
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
112
|
+
if @api_client.config.debugging
|
|
113
|
+
@api_client.config.logger.debug "API called: CompanyInfoApi#company_info_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
114
|
+
end
|
|
115
|
+
return data, status_code, headers
|
|
116
|
+
end
|
|
117
|
+
|
|
118
|
+
# Returns a `CompanyInfo` object with the given `id`.
|
|
119
|
+
# @param x_account_token [String] Token identifying the end user.
|
|
120
|
+
# @param id [String]
|
|
121
|
+
# @param [Hash] opts the optional parameters
|
|
122
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
123
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
124
|
+
# @return [CompanyInfo]
|
|
125
|
+
def company_info_retrieve(x_account_token, id, opts = {})
|
|
126
|
+
data, _status_code, _headers = company_info_retrieve_with_http_info(x_account_token, id, opts)
|
|
127
|
+
data
|
|
128
|
+
end
|
|
129
|
+
|
|
130
|
+
# Returns a `CompanyInfo` object with the given `id`.
|
|
131
|
+
# @param x_account_token [String] Token identifying the end user.
|
|
132
|
+
# @param id [String]
|
|
133
|
+
# @param [Hash] opts the optional parameters
|
|
134
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
135
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
136
|
+
# @return [Array<(CompanyInfo, Integer, Hash)>] CompanyInfo data, response status code and response headers
|
|
137
|
+
def company_info_retrieve_with_http_info(x_account_token, id, opts = {})
|
|
138
|
+
if @api_client.config.debugging
|
|
139
|
+
@api_client.config.logger.debug 'Calling API: CompanyInfoApi.company_info_retrieve ...'
|
|
140
|
+
end
|
|
141
|
+
# verify the required parameter 'x_account_token' is set
|
|
142
|
+
if @api_client.config.client_side_validation && x_account_token.nil?
|
|
143
|
+
fail ArgumentError, "Missing the required parameter 'x_account_token' when calling CompanyInfoApi.company_info_retrieve"
|
|
144
|
+
end
|
|
145
|
+
# verify the required parameter 'id' is set
|
|
146
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
147
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling CompanyInfoApi.company_info_retrieve"
|
|
148
|
+
end
|
|
149
|
+
allowable_values = ["addresses", "addresses,phone_numbers", "phone_numbers"]
|
|
150
|
+
if @api_client.config.client_side_validation && opts[:'expand'] && !allowable_values.include?(opts[:'expand'])
|
|
151
|
+
fail ArgumentError, "invalid value for \"expand\", must be one of #{allowable_values}"
|
|
152
|
+
end
|
|
153
|
+
# resource path
|
|
154
|
+
local_var_path = '/company-info/{id}'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
|
|
155
|
+
|
|
156
|
+
# query parameters
|
|
157
|
+
query_params = opts[:query_params] || {}
|
|
158
|
+
query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
|
|
159
|
+
query_params[:'include_remote_data'] = opts[:'include_remote_data'] if !opts[:'include_remote_data'].nil?
|
|
160
|
+
|
|
161
|
+
# header parameters
|
|
162
|
+
header_params = opts[:header_params] || {}
|
|
163
|
+
# HTTP header 'Accept' (if needed)
|
|
164
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
165
|
+
header_params[:'X-Account-Token'] = x_account_token
|
|
166
|
+
|
|
167
|
+
# form parameters
|
|
168
|
+
form_params = opts[:form_params] || {}
|
|
169
|
+
|
|
170
|
+
# http body (model)
|
|
171
|
+
post_body = opts[:debug_body]
|
|
172
|
+
|
|
173
|
+
# return_type
|
|
174
|
+
return_type = opts[:debug_return_type] || 'CompanyInfo'
|
|
175
|
+
|
|
176
|
+
# auth_names
|
|
177
|
+
auth_names = opts[:debug_auth_names] || ['tokenAuth']
|
|
178
|
+
|
|
179
|
+
new_options = opts.merge(
|
|
180
|
+
:operation => :"CompanyInfoApi.company_info_retrieve",
|
|
181
|
+
:header_params => header_params,
|
|
182
|
+
:query_params => query_params,
|
|
183
|
+
:form_params => form_params,
|
|
184
|
+
:body => post_body,
|
|
185
|
+
:auth_names => auth_names,
|
|
186
|
+
:return_type => return_type
|
|
187
|
+
)
|
|
188
|
+
|
|
189
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
190
|
+
if @api_client.config.debugging
|
|
191
|
+
@api_client.config.logger.debug "API called: CompanyInfoApi#company_info_retrieve\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
192
|
+
end
|
|
193
|
+
return data, status_code, headers
|
|
194
|
+
end
|
|
195
|
+
end
|
|
196
|
+
end
|