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,26 @@
|
|
|
1
|
+
# MergeAccountingClient::AccountingAttachment
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **id** | **String** | | [optional][readonly] |
|
|
8
|
+
| **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
|
|
9
|
+
| **remote_data** | [**Array<RemoteData>**](RemoteData.md) | | [optional][readonly] |
|
|
10
|
+
| **file_name** | **String** | The attachment's name. | [optional] |
|
|
11
|
+
| **file_url** | **String** | The attachment's url. | [optional] |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'merge_accounting_client'
|
|
17
|
+
|
|
18
|
+
instance = MergeAccountingClient::AccountingAttachment.new(
|
|
19
|
+
id: ecbe05ac-62a3-46c5-ab31-4b478b37d1b4,
|
|
20
|
+
remote_id: 1018270,
|
|
21
|
+
remote_data: [{"path":"/actions","data":["Varies by platform"]}],
|
|
22
|
+
file_name: invoice.png,
|
|
23
|
+
file_url: https://merge-brand.s3.amazonaws.com/20210315/rect-logo-270x80%402x.png
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# MergeAccountingClient::AccountingPhoneNumber
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **number** | **String** | The phone number. | [optional] |
|
|
8
|
+
| **type** | **String** | The phone number's type. | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'merge_accounting_client'
|
|
14
|
+
|
|
15
|
+
instance = MergeAccountingClient::AccountingPhoneNumber.new(
|
|
16
|
+
number: +3198675309,
|
|
17
|
+
type: Mobile
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
data/docs/AccountsApi.md
ADDED
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
# MergeAccountingClient::AccountsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://api.merge.dev/api/accounting/v1*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------ | ------------ | ----------- |
|
|
7
|
+
| [**accounts_list**](AccountsApi.md#accounts_list) | **GET** /accounts | |
|
|
8
|
+
| [**accounts_retrieve**](AccountsApi.md#accounts_retrieve) | **GET** /accounts/{id} | |
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## accounts_list
|
|
12
|
+
|
|
13
|
+
> <PaginatedAccountList> accounts_list(x_account_token, opts)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
Returns a list of `Account` objects.
|
|
18
|
+
|
|
19
|
+
### Examples
|
|
20
|
+
|
|
21
|
+
```ruby
|
|
22
|
+
require 'time'
|
|
23
|
+
require 'merge_accounting_client'
|
|
24
|
+
# setup authorization
|
|
25
|
+
MergeAccountingClient.configure do |config|
|
|
26
|
+
# Configure API key authorization: tokenAuth
|
|
27
|
+
config.api_key['tokenAuth'] = 'YOUR API KEY'
|
|
28
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
29
|
+
# config.api_key_prefix['tokenAuth'] = 'Bearer'
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
api_instance = MergeAccountingClient::AccountsApi.new
|
|
33
|
+
x_account_token = 'x_account_token_example' # String | Token identifying the end user.
|
|
34
|
+
opts = {
|
|
35
|
+
created_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created after this datetime.
|
|
36
|
+
created_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created before this datetime.
|
|
37
|
+
cursor: 'cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw', # String | The pagination cursor value.
|
|
38
|
+
include_deleted_data: true, # Boolean | Whether to include data that was deleted in the third-party service.
|
|
39
|
+
include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
40
|
+
modified_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified after this datetime.
|
|
41
|
+
modified_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified before this datetime.
|
|
42
|
+
page_size: 56, # Integer | Number of results to return per page.
|
|
43
|
+
remote_id: 'remote_id_example' # String | The API provider's ID for the given object.
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
begin
|
|
47
|
+
|
|
48
|
+
result = api_instance.accounts_list(x_account_token, opts)
|
|
49
|
+
p result
|
|
50
|
+
rescue MergeAccountingClient::ApiError => e
|
|
51
|
+
puts "Error when calling AccountsApi->accounts_list: #{e}"
|
|
52
|
+
end
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
#### Using the accounts_list_with_http_info variant
|
|
56
|
+
|
|
57
|
+
This returns an Array which contains the response data, status code and headers.
|
|
58
|
+
|
|
59
|
+
> <Array(<PaginatedAccountList>, Integer, Hash)> accounts_list_with_http_info(x_account_token, opts)
|
|
60
|
+
|
|
61
|
+
```ruby
|
|
62
|
+
begin
|
|
63
|
+
|
|
64
|
+
data, status_code, headers = api_instance.accounts_list_with_http_info(x_account_token, opts)
|
|
65
|
+
p status_code # => 2xx
|
|
66
|
+
p headers # => { ... }
|
|
67
|
+
p data # => <PaginatedAccountList>
|
|
68
|
+
rescue MergeAccountingClient::ApiError => e
|
|
69
|
+
puts "Error when calling AccountsApi->accounts_list_with_http_info: #{e}"
|
|
70
|
+
end
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
### Parameters
|
|
74
|
+
|
|
75
|
+
| Name | Type | Description | Notes |
|
|
76
|
+
| ---- | ---- | ----------- | ----- |
|
|
77
|
+
| **x_account_token** | **String** | Token identifying the end user. | |
|
|
78
|
+
| **created_after** | **Time** | If provided, will only return objects created after this datetime. | [optional] |
|
|
79
|
+
| **created_before** | **Time** | If provided, will only return objects created before this datetime. | [optional] |
|
|
80
|
+
| **cursor** | **String** | The pagination cursor value. | [optional] |
|
|
81
|
+
| **include_deleted_data** | **Boolean** | Whether to include data that was deleted in the third-party service. | [optional] |
|
|
82
|
+
| **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
|
|
83
|
+
| **modified_after** | **Time** | If provided, will only return objects modified after this datetime. | [optional] |
|
|
84
|
+
| **modified_before** | **Time** | If provided, will only return objects modified before this datetime. | [optional] |
|
|
85
|
+
| **page_size** | **Integer** | Number of results to return per page. | [optional] |
|
|
86
|
+
| **remote_id** | **String** | The API provider's ID for the given object. | [optional] |
|
|
87
|
+
|
|
88
|
+
### Return type
|
|
89
|
+
|
|
90
|
+
[**PaginatedAccountList**](PaginatedAccountList.md)
|
|
91
|
+
|
|
92
|
+
### Authorization
|
|
93
|
+
|
|
94
|
+
[tokenAuth](../README.md#tokenAuth)
|
|
95
|
+
|
|
96
|
+
### HTTP request headers
|
|
97
|
+
|
|
98
|
+
- **Content-Type**: Not defined
|
|
99
|
+
- **Accept**: application/json
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
## accounts_retrieve
|
|
103
|
+
|
|
104
|
+
> <Account> accounts_retrieve(x_account_token, id, opts)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
Returns an `Account` object with the given `id`.
|
|
109
|
+
|
|
110
|
+
### Examples
|
|
111
|
+
|
|
112
|
+
```ruby
|
|
113
|
+
require 'time'
|
|
114
|
+
require 'merge_accounting_client'
|
|
115
|
+
# setup authorization
|
|
116
|
+
MergeAccountingClient.configure do |config|
|
|
117
|
+
# Configure API key authorization: tokenAuth
|
|
118
|
+
config.api_key['tokenAuth'] = 'YOUR API KEY'
|
|
119
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
120
|
+
# config.api_key_prefix['tokenAuth'] = 'Bearer'
|
|
121
|
+
end
|
|
122
|
+
|
|
123
|
+
api_instance = MergeAccountingClient::AccountsApi.new
|
|
124
|
+
x_account_token = 'x_account_token_example' # String | Token identifying the end user.
|
|
125
|
+
id = TODO # String |
|
|
126
|
+
opts = {
|
|
127
|
+
include_remote_data: true # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
begin
|
|
131
|
+
|
|
132
|
+
result = api_instance.accounts_retrieve(x_account_token, id, opts)
|
|
133
|
+
p result
|
|
134
|
+
rescue MergeAccountingClient::ApiError => e
|
|
135
|
+
puts "Error when calling AccountsApi->accounts_retrieve: #{e}"
|
|
136
|
+
end
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
#### Using the accounts_retrieve_with_http_info variant
|
|
140
|
+
|
|
141
|
+
This returns an Array which contains the response data, status code and headers.
|
|
142
|
+
|
|
143
|
+
> <Array(<Account>, Integer, Hash)> accounts_retrieve_with_http_info(x_account_token, id, opts)
|
|
144
|
+
|
|
145
|
+
```ruby
|
|
146
|
+
begin
|
|
147
|
+
|
|
148
|
+
data, status_code, headers = api_instance.accounts_retrieve_with_http_info(x_account_token, id, opts)
|
|
149
|
+
p status_code # => 2xx
|
|
150
|
+
p headers # => { ... }
|
|
151
|
+
p data # => <Account>
|
|
152
|
+
rescue MergeAccountingClient::ApiError => e
|
|
153
|
+
puts "Error when calling AccountsApi->accounts_retrieve_with_http_info: #{e}"
|
|
154
|
+
end
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
### Parameters
|
|
158
|
+
|
|
159
|
+
| Name | Type | Description | Notes |
|
|
160
|
+
| ---- | ---- | ----------- | ----- |
|
|
161
|
+
| **x_account_token** | **String** | Token identifying the end user. | |
|
|
162
|
+
| **id** | [**String**](.md) | | |
|
|
163
|
+
| **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
|
|
164
|
+
|
|
165
|
+
### Return type
|
|
166
|
+
|
|
167
|
+
[**Account**](Account.md)
|
|
168
|
+
|
|
169
|
+
### Authorization
|
|
170
|
+
|
|
171
|
+
[tokenAuth](../README.md#tokenAuth)
|
|
172
|
+
|
|
173
|
+
### HTTP request headers
|
|
174
|
+
|
|
175
|
+
- **Content-Type**: Not defined
|
|
176
|
+
- **Accept**: application/json
|
|
177
|
+
|
data/docs/Address.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# MergeAccountingClient::Address
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **type** | [**AddressTypeEnum**](AddressTypeEnum.md) | The address type. | [optional] |
|
|
8
|
+
| **street_1** | **String** | Line 1 of the address's street. | [optional] |
|
|
9
|
+
| **street_2** | **String** | Line 2 of the address's street. | [optional] |
|
|
10
|
+
| **city** | **String** | The address's city. | [optional] |
|
|
11
|
+
| **state** | [**StateEnum**](StateEnum.md) | The address's state. | [optional] |
|
|
12
|
+
| **country** | [**CountryEnum**](CountryEnum.md) | The address's country. | [optional] |
|
|
13
|
+
| **zip_code** | **String** | The address's zip code. | [optional] |
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```ruby
|
|
18
|
+
require 'merge_accounting_client'
|
|
19
|
+
|
|
20
|
+
instance = MergeAccountingClient::Address.new(
|
|
21
|
+
type: SHIPPING,
|
|
22
|
+
street_1: 2920 Broadway,
|
|
23
|
+
street_2: 2nd Floor,
|
|
24
|
+
city: New York,
|
|
25
|
+
state: NY,
|
|
26
|
+
country: USA,
|
|
27
|
+
zip_code: 10027
|
|
28
|
+
)
|
|
29
|
+
```
|
|
30
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# MergeAccountingClient::AddressTypeEnum
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
|
|
8
|
+
## Example
|
|
9
|
+
|
|
10
|
+
```ruby
|
|
11
|
+
require 'merge_accounting_client'
|
|
12
|
+
|
|
13
|
+
instance = MergeAccountingClient::AddressTypeEnum.new()
|
|
14
|
+
```
|
|
15
|
+
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
# MergeAccountingClient::AddressesApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://api.merge.dev/api/accounting/v1*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------ | ------------ | ----------- |
|
|
7
|
+
| [**addresses_retrieve**](AddressesApi.md#addresses_retrieve) | **GET** /addresses/{id} | |
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## addresses_retrieve
|
|
11
|
+
|
|
12
|
+
> <Address> addresses_retrieve(x_account_token, id, opts)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
Returns an `Address` object with the given `id`.
|
|
17
|
+
|
|
18
|
+
### Examples
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'time'
|
|
22
|
+
require 'merge_accounting_client'
|
|
23
|
+
# setup authorization
|
|
24
|
+
MergeAccountingClient.configure do |config|
|
|
25
|
+
# Configure API key authorization: tokenAuth
|
|
26
|
+
config.api_key['tokenAuth'] = 'YOUR API KEY'
|
|
27
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
28
|
+
# config.api_key_prefix['tokenAuth'] = 'Bearer'
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
api_instance = MergeAccountingClient::AddressesApi.new
|
|
32
|
+
x_account_token = 'x_account_token_example' # String | Token identifying the end user.
|
|
33
|
+
id = TODO # String |
|
|
34
|
+
opts = {
|
|
35
|
+
include_remote_data: true # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
begin
|
|
39
|
+
|
|
40
|
+
result = api_instance.addresses_retrieve(x_account_token, id, opts)
|
|
41
|
+
p result
|
|
42
|
+
rescue MergeAccountingClient::ApiError => e
|
|
43
|
+
puts "Error when calling AddressesApi->addresses_retrieve: #{e}"
|
|
44
|
+
end
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
#### Using the addresses_retrieve_with_http_info variant
|
|
48
|
+
|
|
49
|
+
This returns an Array which contains the response data, status code and headers.
|
|
50
|
+
|
|
51
|
+
> <Array(<Address>, Integer, Hash)> addresses_retrieve_with_http_info(x_account_token, id, opts)
|
|
52
|
+
|
|
53
|
+
```ruby
|
|
54
|
+
begin
|
|
55
|
+
|
|
56
|
+
data, status_code, headers = api_instance.addresses_retrieve_with_http_info(x_account_token, id, opts)
|
|
57
|
+
p status_code # => 2xx
|
|
58
|
+
p headers # => { ... }
|
|
59
|
+
p data # => <Address>
|
|
60
|
+
rescue MergeAccountingClient::ApiError => e
|
|
61
|
+
puts "Error when calling AddressesApi->addresses_retrieve_with_http_info: #{e}"
|
|
62
|
+
end
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
### Parameters
|
|
66
|
+
|
|
67
|
+
| Name | Type | Description | Notes |
|
|
68
|
+
| ---- | ---- | ----------- | ----- |
|
|
69
|
+
| **x_account_token** | **String** | Token identifying the end user. | |
|
|
70
|
+
| **id** | [**String**](.md) | | |
|
|
71
|
+
| **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
|
|
72
|
+
|
|
73
|
+
### Return type
|
|
74
|
+
|
|
75
|
+
[**Address**](Address.md)
|
|
76
|
+
|
|
77
|
+
### Authorization
|
|
78
|
+
|
|
79
|
+
[tokenAuth](../README.md#tokenAuth)
|
|
80
|
+
|
|
81
|
+
### HTTP request headers
|
|
82
|
+
|
|
83
|
+
- **Content-Type**: Not defined
|
|
84
|
+
- **Accept**: application/json
|
|
85
|
+
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
# MergeAccountingClient::AttachmentsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://api.merge.dev/api/accounting/v1*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------ | ------------ | ----------- |
|
|
7
|
+
| [**attachments_list**](AttachmentsApi.md#attachments_list) | **GET** /attachments | |
|
|
8
|
+
| [**attachments_retrieve**](AttachmentsApi.md#attachments_retrieve) | **GET** /attachments/{id} | |
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## attachments_list
|
|
12
|
+
|
|
13
|
+
> <PaginatedAccountingAttachmentList> attachments_list(x_account_token, opts)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
Returns a list of `AccountingAttachment` objects.
|
|
18
|
+
|
|
19
|
+
### Examples
|
|
20
|
+
|
|
21
|
+
```ruby
|
|
22
|
+
require 'time'
|
|
23
|
+
require 'merge_accounting_client'
|
|
24
|
+
# setup authorization
|
|
25
|
+
MergeAccountingClient.configure do |config|
|
|
26
|
+
# Configure API key authorization: tokenAuth
|
|
27
|
+
config.api_key['tokenAuth'] = 'YOUR API KEY'
|
|
28
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
29
|
+
# config.api_key_prefix['tokenAuth'] = 'Bearer'
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
api_instance = MergeAccountingClient::AttachmentsApi.new
|
|
33
|
+
x_account_token = 'x_account_token_example' # String | Token identifying the end user.
|
|
34
|
+
opts = {
|
|
35
|
+
created_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created after this datetime.
|
|
36
|
+
created_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created before this datetime.
|
|
37
|
+
cursor: 'cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw', # String | The pagination cursor value.
|
|
38
|
+
include_deleted_data: true, # Boolean | Whether to include data that was deleted in the third-party service.
|
|
39
|
+
include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
40
|
+
modified_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified after this datetime.
|
|
41
|
+
modified_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified before this datetime.
|
|
42
|
+
page_size: 56, # Integer | Number of results to return per page.
|
|
43
|
+
remote_id: 'remote_id_example' # String | The API provider's ID for the given object.
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
begin
|
|
47
|
+
|
|
48
|
+
result = api_instance.attachments_list(x_account_token, opts)
|
|
49
|
+
p result
|
|
50
|
+
rescue MergeAccountingClient::ApiError => e
|
|
51
|
+
puts "Error when calling AttachmentsApi->attachments_list: #{e}"
|
|
52
|
+
end
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
#### Using the attachments_list_with_http_info variant
|
|
56
|
+
|
|
57
|
+
This returns an Array which contains the response data, status code and headers.
|
|
58
|
+
|
|
59
|
+
> <Array(<PaginatedAccountingAttachmentList>, Integer, Hash)> attachments_list_with_http_info(x_account_token, opts)
|
|
60
|
+
|
|
61
|
+
```ruby
|
|
62
|
+
begin
|
|
63
|
+
|
|
64
|
+
data, status_code, headers = api_instance.attachments_list_with_http_info(x_account_token, opts)
|
|
65
|
+
p status_code # => 2xx
|
|
66
|
+
p headers # => { ... }
|
|
67
|
+
p data # => <PaginatedAccountingAttachmentList>
|
|
68
|
+
rescue MergeAccountingClient::ApiError => e
|
|
69
|
+
puts "Error when calling AttachmentsApi->attachments_list_with_http_info: #{e}"
|
|
70
|
+
end
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
### Parameters
|
|
74
|
+
|
|
75
|
+
| Name | Type | Description | Notes |
|
|
76
|
+
| ---- | ---- | ----------- | ----- |
|
|
77
|
+
| **x_account_token** | **String** | Token identifying the end user. | |
|
|
78
|
+
| **created_after** | **Time** | If provided, will only return objects created after this datetime. | [optional] |
|
|
79
|
+
| **created_before** | **Time** | If provided, will only return objects created before this datetime. | [optional] |
|
|
80
|
+
| **cursor** | **String** | The pagination cursor value. | [optional] |
|
|
81
|
+
| **include_deleted_data** | **Boolean** | Whether to include data that was deleted in the third-party service. | [optional] |
|
|
82
|
+
| **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
|
|
83
|
+
| **modified_after** | **Time** | If provided, will only return objects modified after this datetime. | [optional] |
|
|
84
|
+
| **modified_before** | **Time** | If provided, will only return objects modified before this datetime. | [optional] |
|
|
85
|
+
| **page_size** | **Integer** | Number of results to return per page. | [optional] |
|
|
86
|
+
| **remote_id** | **String** | The API provider's ID for the given object. | [optional] |
|
|
87
|
+
|
|
88
|
+
### Return type
|
|
89
|
+
|
|
90
|
+
[**PaginatedAccountingAttachmentList**](PaginatedAccountingAttachmentList.md)
|
|
91
|
+
|
|
92
|
+
### Authorization
|
|
93
|
+
|
|
94
|
+
[tokenAuth](../README.md#tokenAuth)
|
|
95
|
+
|
|
96
|
+
### HTTP request headers
|
|
97
|
+
|
|
98
|
+
- **Content-Type**: Not defined
|
|
99
|
+
- **Accept**: application/json
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
## attachments_retrieve
|
|
103
|
+
|
|
104
|
+
> <AccountingAttachment> attachments_retrieve(x_account_token, id, opts)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
Returns an `AccountingAttachment` object with the given `id`.
|
|
109
|
+
|
|
110
|
+
### Examples
|
|
111
|
+
|
|
112
|
+
```ruby
|
|
113
|
+
require 'time'
|
|
114
|
+
require 'merge_accounting_client'
|
|
115
|
+
# setup authorization
|
|
116
|
+
MergeAccountingClient.configure do |config|
|
|
117
|
+
# Configure API key authorization: tokenAuth
|
|
118
|
+
config.api_key['tokenAuth'] = 'YOUR API KEY'
|
|
119
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
120
|
+
# config.api_key_prefix['tokenAuth'] = 'Bearer'
|
|
121
|
+
end
|
|
122
|
+
|
|
123
|
+
api_instance = MergeAccountingClient::AttachmentsApi.new
|
|
124
|
+
x_account_token = 'x_account_token_example' # String | Token identifying the end user.
|
|
125
|
+
id = TODO # String |
|
|
126
|
+
opts = {
|
|
127
|
+
include_remote_data: true # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
begin
|
|
131
|
+
|
|
132
|
+
result = api_instance.attachments_retrieve(x_account_token, id, opts)
|
|
133
|
+
p result
|
|
134
|
+
rescue MergeAccountingClient::ApiError => e
|
|
135
|
+
puts "Error when calling AttachmentsApi->attachments_retrieve: #{e}"
|
|
136
|
+
end
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
#### Using the attachments_retrieve_with_http_info variant
|
|
140
|
+
|
|
141
|
+
This returns an Array which contains the response data, status code and headers.
|
|
142
|
+
|
|
143
|
+
> <Array(<AccountingAttachment>, Integer, Hash)> attachments_retrieve_with_http_info(x_account_token, id, opts)
|
|
144
|
+
|
|
145
|
+
```ruby
|
|
146
|
+
begin
|
|
147
|
+
|
|
148
|
+
data, status_code, headers = api_instance.attachments_retrieve_with_http_info(x_account_token, id, opts)
|
|
149
|
+
p status_code # => 2xx
|
|
150
|
+
p headers # => { ... }
|
|
151
|
+
p data # => <AccountingAttachment>
|
|
152
|
+
rescue MergeAccountingClient::ApiError => e
|
|
153
|
+
puts "Error when calling AttachmentsApi->attachments_retrieve_with_http_info: #{e}"
|
|
154
|
+
end
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
### Parameters
|
|
158
|
+
|
|
159
|
+
| Name | Type | Description | Notes |
|
|
160
|
+
| ---- | ---- | ----------- | ----- |
|
|
161
|
+
| **x_account_token** | **String** | Token identifying the end user. | |
|
|
162
|
+
| **id** | [**String**](.md) | | |
|
|
163
|
+
| **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
|
|
164
|
+
|
|
165
|
+
### Return type
|
|
166
|
+
|
|
167
|
+
[**AccountingAttachment**](AccountingAttachment.md)
|
|
168
|
+
|
|
169
|
+
### Authorization
|
|
170
|
+
|
|
171
|
+
[tokenAuth](../README.md#tokenAuth)
|
|
172
|
+
|
|
173
|
+
### HTTP request headers
|
|
174
|
+
|
|
175
|
+
- **Content-Type**: Not defined
|
|
176
|
+
- **Accept**: application/json
|
|
177
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# MergeAccountingClient::AvailableActions
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **integration** | [**AccountIntegration**](AccountIntegration.md) | | |
|
|
8
|
+
| **passthrough_available** | **Boolean** | | |
|
|
9
|
+
| **available_model_operations** | [**Array<ModelOperation>**](ModelOperation.md) | | [optional] |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'merge_accounting_client'
|
|
15
|
+
|
|
16
|
+
instance = MergeAccountingClient::AvailableActions.new(
|
|
17
|
+
integration: null,
|
|
18
|
+
passthrough_available: true,
|
|
19
|
+
available_model_operations: [{"model_name":"Candidate","available_operations":["FETCH","CREATE"],"required_post_parameters":["remote_user_id"],"supported_fields":["first_name","last_name","company","title"]}]
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# MergeAccountingClient::AvailableActionsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://api.merge.dev/api/accounting/v1*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------ | ------------ | ----------- |
|
|
7
|
+
| [**available_actions_retrieve**](AvailableActionsApi.md#available_actions_retrieve) | **GET** /available-actions | |
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## available_actions_retrieve
|
|
11
|
+
|
|
12
|
+
> <AvailableActions> available_actions_retrieve(x_account_token)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
Returns a list of models and actions available for an account.
|
|
17
|
+
|
|
18
|
+
### Examples
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'time'
|
|
22
|
+
require 'merge_accounting_client'
|
|
23
|
+
# setup authorization
|
|
24
|
+
MergeAccountingClient.configure do |config|
|
|
25
|
+
# Configure API key authorization: tokenAuth
|
|
26
|
+
config.api_key['tokenAuth'] = 'YOUR API KEY'
|
|
27
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
28
|
+
# config.api_key_prefix['tokenAuth'] = 'Bearer'
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
api_instance = MergeAccountingClient::AvailableActionsApi.new
|
|
32
|
+
x_account_token = 'x_account_token_example' # String | Token identifying the end user.
|
|
33
|
+
|
|
34
|
+
begin
|
|
35
|
+
|
|
36
|
+
result = api_instance.available_actions_retrieve(x_account_token)
|
|
37
|
+
p result
|
|
38
|
+
rescue MergeAccountingClient::ApiError => e
|
|
39
|
+
puts "Error when calling AvailableActionsApi->available_actions_retrieve: #{e}"
|
|
40
|
+
end
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
#### Using the available_actions_retrieve_with_http_info variant
|
|
44
|
+
|
|
45
|
+
This returns an Array which contains the response data, status code and headers.
|
|
46
|
+
|
|
47
|
+
> <Array(<AvailableActions>, Integer, Hash)> available_actions_retrieve_with_http_info(x_account_token)
|
|
48
|
+
|
|
49
|
+
```ruby
|
|
50
|
+
begin
|
|
51
|
+
|
|
52
|
+
data, status_code, headers = api_instance.available_actions_retrieve_with_http_info(x_account_token)
|
|
53
|
+
p status_code # => 2xx
|
|
54
|
+
p headers # => { ... }
|
|
55
|
+
p data # => <AvailableActions>
|
|
56
|
+
rescue MergeAccountingClient::ApiError => e
|
|
57
|
+
puts "Error when calling AvailableActionsApi->available_actions_retrieve_with_http_info: #{e}"
|
|
58
|
+
end
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
### Parameters
|
|
62
|
+
|
|
63
|
+
| Name | Type | Description | Notes |
|
|
64
|
+
| ---- | ---- | ----------- | ----- |
|
|
65
|
+
| **x_account_token** | **String** | Token identifying the end user. | |
|
|
66
|
+
|
|
67
|
+
### Return type
|
|
68
|
+
|
|
69
|
+
[**AvailableActions**](AvailableActions.md)
|
|
70
|
+
|
|
71
|
+
### Authorization
|
|
72
|
+
|
|
73
|
+
[tokenAuth](../README.md#tokenAuth)
|
|
74
|
+
|
|
75
|
+
### HTTP request headers
|
|
76
|
+
|
|
77
|
+
- **Content-Type**: Not defined
|
|
78
|
+
- **Accept**: application/json
|
|
79
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# MergeAccountingClient::BalanceSheet
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **id** | **String** | | [optional][readonly] |
|
|
8
|
+
| **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
|
|
9
|
+
| **remote_data** | [**Array<RemoteData>**](RemoteData.md) | | [optional][readonly] |
|
|
10
|
+
| **name** | **String** | The balance sheet's name. | [optional] |
|
|
11
|
+
| **date** | **Time** | The balance sheet's date. The balance sheet data will reflect the company's financial position this point in time. | [optional] |
|
|
12
|
+
| **net_assets** | **Float** | The balance sheet's net assets. | [optional] |
|
|
13
|
+
| **assets** | [**Array<ReportItem>**](ReportItem.md) | | [optional][readonly] |
|
|
14
|
+
| **liabilities** | [**Array<ReportItem>**](ReportItem.md) | | [optional][readonly] |
|
|
15
|
+
| **equity** | [**Array<ReportItem>**](ReportItem.md) | | [optional][readonly] |
|
|
16
|
+
| **remote_generated_at** | **Time** | The time that balance sheet was generated by the accounting system. | [optional] |
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'merge_accounting_client'
|
|
22
|
+
|
|
23
|
+
instance = MergeAccountingClient::BalanceSheet.new(
|
|
24
|
+
id: 9871b4a9-f5d2-4f3b-a66b-dfedbed42c46,
|
|
25
|
+
remote_id: 8937018,
|
|
26
|
+
remote_data: null,
|
|
27
|
+
name: BalanceSheet,
|
|
28
|
+
date: null,
|
|
29
|
+
net_assets: 1000.0,
|
|
30
|
+
assets: [{"remote_id":"10010","name":"Assets","value":1000,"sub_items":null}],
|
|
31
|
+
liabilities: [{"remote_id":"10011","name":"Liabilities","value":500,"sub_items":null}],
|
|
32
|
+
equity: [{"remote_id":"10012","name":"Equity","value":500,"sub_items":null}],
|
|
33
|
+
remote_generated_at: 2021-10-01T00:00Z
|
|
34
|
+
)
|
|
35
|
+
```
|
|
36
|
+
|