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,46 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for MergeAccountingClient::GenerateKeyApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'GenerateKeyApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = MergeAccountingClient::GenerateKeyApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of GenerateKeyApi' do
|
|
30
|
+
it 'should create an instance of GenerateKeyApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(MergeAccountingClient::GenerateKeyApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for generate_key_create
|
|
36
|
+
# Create a remote key.
|
|
37
|
+
# @param generate_remote_key_request
|
|
38
|
+
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @return [RemoteKey]
|
|
40
|
+
describe 'generate_key_create test' do
|
|
41
|
+
it 'should work' do
|
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
end
|
|
@@ -0,0 +1,68 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for MergeAccountingClient::IncomeStatementsApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'IncomeStatementsApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = MergeAccountingClient::IncomeStatementsApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of IncomeStatementsApi' do
|
|
30
|
+
it 'should create an instance of IncomeStatementsApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(MergeAccountingClient::IncomeStatementsApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for income_statements_list
|
|
36
|
+
# Returns a list of `IncomeStatement` objects.
|
|
37
|
+
# @param x_account_token Token identifying the end user.
|
|
38
|
+
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
|
40
|
+
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
|
41
|
+
# @option opts [String] :cursor The pagination cursor value.
|
|
42
|
+
# @option opts [Boolean] :include_deleted_data Whether to include data that was deleted in the third-party service.
|
|
43
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
44
|
+
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
|
45
|
+
# @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
|
|
46
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
|
47
|
+
# @option opts [String] :remote_id The API provider's ID for the given object.
|
|
48
|
+
# @return [PaginatedIncomeStatementList]
|
|
49
|
+
describe 'income_statements_list test' do
|
|
50
|
+
it 'should work' do
|
|
51
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
# unit tests for income_statements_retrieve
|
|
56
|
+
# Returns an `IncomeStatement` object with the given `id`.
|
|
57
|
+
# @param x_account_token Token identifying the end user.
|
|
58
|
+
# @param id
|
|
59
|
+
# @param [Hash] opts the optional parameters
|
|
60
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
61
|
+
# @return [IncomeStatement]
|
|
62
|
+
describe 'income_statements_retrieve test' do
|
|
63
|
+
it 'should work' do
|
|
64
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
65
|
+
end
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
end
|
|
@@ -0,0 +1,97 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for MergeAccountingClient::InvoicesApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'InvoicesApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = MergeAccountingClient::InvoicesApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of InvoicesApi' do
|
|
30
|
+
it 'should create an instance of InvoicesApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(MergeAccountingClient::InvoicesApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for invoices_create
|
|
36
|
+
# Creates an `Invoice` object with the given values.
|
|
37
|
+
# @param x_account_token Token identifying the end user.
|
|
38
|
+
# @param invoice_endpoint_request
|
|
39
|
+
# @param [Hash] opts the optional parameters
|
|
40
|
+
# @option opts [Boolean] :is_debug_mode Whether to include debug fields (such as log file links) in the response.
|
|
41
|
+
# @option opts [Boolean] :run_async Whether or not third-party updates should be run asynchronously.
|
|
42
|
+
# @return [InvoiceResponse]
|
|
43
|
+
describe 'invoices_create test' do
|
|
44
|
+
it 'should work' do
|
|
45
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
# unit tests for invoices_list
|
|
50
|
+
# Returns a list of `Invoice` objects.
|
|
51
|
+
# @param x_account_token Token identifying the end user.
|
|
52
|
+
# @param [Hash] opts the optional parameters
|
|
53
|
+
# @option opts [String] :contact_id If provided, will only return invoices for this contact.
|
|
54
|
+
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
|
55
|
+
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
|
56
|
+
# @option opts [String] :cursor The pagination cursor value.
|
|
57
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
58
|
+
# @option opts [Boolean] :include_deleted_data Whether to include data that was deleted in the third-party service.
|
|
59
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
60
|
+
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
|
61
|
+
# @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
|
|
62
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
|
63
|
+
# @option opts [String] :remote_id The API provider's ID for the given object.
|
|
64
|
+
# @option opts [String] :type If provided, will only return Invoices with this type
|
|
65
|
+
# @return [PaginatedInvoiceList]
|
|
66
|
+
describe 'invoices_list test' do
|
|
67
|
+
it 'should work' do
|
|
68
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
# unit tests for invoices_meta_post_retrieve
|
|
73
|
+
# Returns metadata for `Invoice` POSTs.
|
|
74
|
+
# @param x_account_token Token identifying the end user.
|
|
75
|
+
# @param [Hash] opts the optional parameters
|
|
76
|
+
# @return [MetaResponse]
|
|
77
|
+
describe 'invoices_meta_post_retrieve test' do
|
|
78
|
+
it 'should work' do
|
|
79
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
|
+
end
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
# unit tests for invoices_retrieve
|
|
84
|
+
# Returns an `Invoice` object with the given `id`.
|
|
85
|
+
# @param x_account_token Token identifying the end user.
|
|
86
|
+
# @param id
|
|
87
|
+
# @param [Hash] opts the optional parameters
|
|
88
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
89
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
90
|
+
# @return [Invoice]
|
|
91
|
+
describe 'invoices_retrieve test' do
|
|
92
|
+
it 'should work' do
|
|
93
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
94
|
+
end
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
end
|
|
@@ -0,0 +1,69 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for MergeAccountingClient::IssuesApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'IssuesApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = MergeAccountingClient::IssuesApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of IssuesApi' do
|
|
30
|
+
it 'should create an instance of IssuesApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(MergeAccountingClient::IssuesApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for issues_list
|
|
36
|
+
# Gets issues.
|
|
37
|
+
# @param [Hash] opts the optional parameters
|
|
38
|
+
# @option opts [String] :account_token
|
|
39
|
+
# @option opts [String] :cursor The pagination cursor value.
|
|
40
|
+
# @option opts [String] :end_date If included, will only include issues whose most recent action occurred before this time
|
|
41
|
+
# @option opts [String] :end_user_organization_name
|
|
42
|
+
# @option opts [Time] :first_incident_time_after If provided, will only return issues whose first incident time was after this datetime.
|
|
43
|
+
# @option opts [Time] :first_incident_time_before If provided, will only return issues whose first incident time was before this datetime.
|
|
44
|
+
# @option opts [String] :include_muted If True, will include muted issues
|
|
45
|
+
# @option opts [String] :integration_name
|
|
46
|
+
# @option opts [Time] :last_incident_time_after If provided, will only return issues whose first incident time was after this datetime.
|
|
47
|
+
# @option opts [Time] :last_incident_time_before If provided, will only return issues whose first incident time was before this datetime.
|
|
48
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
|
49
|
+
# @option opts [String] :start_date If included, will only include issues whose most recent action occurred after this time
|
|
50
|
+
# @option opts [String] :status
|
|
51
|
+
# @return [PaginatedIssueList]
|
|
52
|
+
describe 'issues_list test' do
|
|
53
|
+
it 'should work' do
|
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
# unit tests for issues_retrieve
|
|
59
|
+
# Get a specific issue.
|
|
60
|
+
# @param id
|
|
61
|
+
# @param [Hash] opts the optional parameters
|
|
62
|
+
# @return [Issue]
|
|
63
|
+
describe 'issues_retrieve test' do
|
|
64
|
+
it 'should work' do
|
|
65
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
66
|
+
end
|
|
67
|
+
end
|
|
68
|
+
|
|
69
|
+
end
|
|
@@ -0,0 +1,70 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for MergeAccountingClient::ItemsApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'ItemsApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = MergeAccountingClient::ItemsApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of ItemsApi' do
|
|
30
|
+
it 'should create an instance of ItemsApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(MergeAccountingClient::ItemsApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for items_list
|
|
36
|
+
# Returns a list of `Item` objects.
|
|
37
|
+
# @param x_account_token Token identifying the end user.
|
|
38
|
+
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
|
40
|
+
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
|
41
|
+
# @option opts [String] :cursor The pagination cursor value.
|
|
42
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
43
|
+
# @option opts [Boolean] :include_deleted_data Whether to include data that was deleted in the third-party service.
|
|
44
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
45
|
+
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
|
46
|
+
# @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
|
|
47
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
|
48
|
+
# @option opts [String] :remote_id The API provider's ID for the given object.
|
|
49
|
+
# @return [PaginatedItemList]
|
|
50
|
+
describe 'items_list test' do
|
|
51
|
+
it 'should work' do
|
|
52
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
53
|
+
end
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
# unit tests for items_retrieve
|
|
57
|
+
# Returns an `Item` object with the given `id`.
|
|
58
|
+
# @param x_account_token Token identifying the end user.
|
|
59
|
+
# @param id
|
|
60
|
+
# @param [Hash] opts the optional parameters
|
|
61
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
62
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
63
|
+
# @return [Item]
|
|
64
|
+
describe 'items_retrieve test' do
|
|
65
|
+
it 'should work' do
|
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
end
|
|
@@ -0,0 +1,95 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for MergeAccountingClient::JournalEntriesApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'JournalEntriesApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = MergeAccountingClient::JournalEntriesApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of JournalEntriesApi' do
|
|
30
|
+
it 'should create an instance of JournalEntriesApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(MergeAccountingClient::JournalEntriesApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for journal_entries_create
|
|
36
|
+
# Creates a `JournalEntry` object with the given values.
|
|
37
|
+
# @param x_account_token Token identifying the end user.
|
|
38
|
+
# @param journal_entry_endpoint_request
|
|
39
|
+
# @param [Hash] opts the optional parameters
|
|
40
|
+
# @option opts [Boolean] :is_debug_mode Whether to include debug fields (such as log file links) in the response.
|
|
41
|
+
# @option opts [Boolean] :run_async Whether or not third-party updates should be run asynchronously.
|
|
42
|
+
# @return [JournalEntryResponse]
|
|
43
|
+
describe 'journal_entries_create test' do
|
|
44
|
+
it 'should work' do
|
|
45
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
# unit tests for journal_entries_list
|
|
50
|
+
# Returns a list of `JournalEntry` objects.
|
|
51
|
+
# @param x_account_token Token identifying the end user.
|
|
52
|
+
# @param [Hash] opts the optional parameters
|
|
53
|
+
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
|
54
|
+
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
|
55
|
+
# @option opts [String] :cursor The pagination cursor value.
|
|
56
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
57
|
+
# @option opts [Boolean] :include_deleted_data Whether to include data that was deleted in the third-party service.
|
|
58
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
59
|
+
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
|
60
|
+
# @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
|
|
61
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
|
62
|
+
# @option opts [String] :remote_id The API provider's ID for the given object.
|
|
63
|
+
# @return [PaginatedJournalEntryList]
|
|
64
|
+
describe 'journal_entries_list test' do
|
|
65
|
+
it 'should work' do
|
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
# unit tests for journal_entries_meta_post_retrieve
|
|
71
|
+
# Returns metadata for `JournalEntry` POSTs.
|
|
72
|
+
# @param x_account_token Token identifying the end user.
|
|
73
|
+
# @param [Hash] opts the optional parameters
|
|
74
|
+
# @return [MetaResponse]
|
|
75
|
+
describe 'journal_entries_meta_post_retrieve test' do
|
|
76
|
+
it 'should work' do
|
|
77
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
78
|
+
end
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
# unit tests for journal_entries_retrieve
|
|
82
|
+
# Returns a `JournalEntry` object with the given `id`.
|
|
83
|
+
# @param x_account_token Token identifying the end user.
|
|
84
|
+
# @param id
|
|
85
|
+
# @param [Hash] opts the optional parameters
|
|
86
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
87
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
88
|
+
# @return [JournalEntry]
|
|
89
|
+
describe 'journal_entries_retrieve test' do
|
|
90
|
+
it 'should work' do
|
|
91
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
92
|
+
end
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
end
|
|
@@ -0,0 +1,46 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for MergeAccountingClient::LinkTokenApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'LinkTokenApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = MergeAccountingClient::LinkTokenApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of LinkTokenApi' do
|
|
30
|
+
it 'should create an instance of LinkTokenApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(MergeAccountingClient::LinkTokenApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for link_token_create
|
|
36
|
+
# Creates a link token to be used when linking a new end user.
|
|
37
|
+
# @param end_user_details_request
|
|
38
|
+
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @return [LinkToken]
|
|
40
|
+
describe 'link_token_create test' do
|
|
41
|
+
it 'should work' do
|
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
end
|
|
@@ -0,0 +1,57 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for MergeAccountingClient::LinkedAccountsApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'LinkedAccountsApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = MergeAccountingClient::LinkedAccountsApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of LinkedAccountsApi' do
|
|
30
|
+
it 'should create an instance of LinkedAccountsApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(MergeAccountingClient::LinkedAccountsApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for linked_accounts_list
|
|
36
|
+
# List linked accounts for your organization.
|
|
37
|
+
# @param [Hash] opts the optional parameters
|
|
38
|
+
# @option opts [String] :category
|
|
39
|
+
# @option opts [String] :cursor The pagination cursor value.
|
|
40
|
+
# @option opts [String] :end_user_email_address
|
|
41
|
+
# @option opts [String] :end_user_organization_name
|
|
42
|
+
# @option opts [String] :end_user_origin_id
|
|
43
|
+
# @option opts [String] :end_user_origin_ids Comma-separated list of EndUser origin IDs, making it possible to specify multiple EndUsers at once
|
|
44
|
+
# @option opts [String] :id
|
|
45
|
+
# @option opts [String] :ids Comma-separated list of LinkedAccount IDs, making it possible to specify multiple LinkedAccounts at once
|
|
46
|
+
# @option opts [String] :integration_name
|
|
47
|
+
# @option opts [String] :is_test_account If included, will only include test linked accounts. If not included, will only include non-test linked accounts
|
|
48
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
|
49
|
+
# @option opts [String] :status Filter by status. Options: `COMPLETE`, `INCOMPLETE`, `RELINK_NEEDED`
|
|
50
|
+
# @return [PaginatedAccountDetailsAndActionsList]
|
|
51
|
+
describe 'linked_accounts_list test' do
|
|
52
|
+
it 'should work' do
|
|
53
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
54
|
+
end
|
|
55
|
+
end
|
|
56
|
+
|
|
57
|
+
end
|
|
@@ -0,0 +1,47 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for MergeAccountingClient::PassthroughApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'PassthroughApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = MergeAccountingClient::PassthroughApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of PassthroughApi' do
|
|
30
|
+
it 'should create an instance of PassthroughApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(MergeAccountingClient::PassthroughApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for passthrough_create
|
|
36
|
+
# Pull data from an endpoint not currently supported by Merge.
|
|
37
|
+
# @param x_account_token Token identifying the end user.
|
|
38
|
+
# @param data_passthrough_request
|
|
39
|
+
# @param [Hash] opts the optional parameters
|
|
40
|
+
# @return [RemoteResponse]
|
|
41
|
+
describe 'passthrough_create test' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
end
|
|
@@ -0,0 +1,72 @@
|
|
|
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 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
|
|
16
|
+
# Unit tests for MergeAccountingClient::PaymentsApi
|
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
18
|
+
# Please update as you see appropriate
|
|
19
|
+
describe 'PaymentsApi' do
|
|
20
|
+
before do
|
|
21
|
+
# run before each test
|
|
22
|
+
@api_instance = MergeAccountingClient::PaymentsApi.new
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
after do
|
|
26
|
+
# run after each test
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
describe 'test an instance of PaymentsApi' do
|
|
30
|
+
it 'should create an instance of PaymentsApi' do
|
|
31
|
+
expect(@api_instance).to be_instance_of(MergeAccountingClient::PaymentsApi)
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# unit tests for payments_list
|
|
36
|
+
# Returns a list of `Payment` objects.
|
|
37
|
+
# @param x_account_token Token identifying the end user.
|
|
38
|
+
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [String] :account_id If provided, will only return payments for this account.
|
|
40
|
+
# @option opts [String] :contact_id If provided, will only return payments for this contact.
|
|
41
|
+
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
|
42
|
+
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
|
43
|
+
# @option opts [String] :cursor The pagination cursor value.
|
|
44
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
45
|
+
# @option opts [Boolean] :include_deleted_data Whether to include data that was deleted in the third-party service.
|
|
46
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
47
|
+
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
|
48
|
+
# @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
|
|
49
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
|
50
|
+
# @option opts [String] :remote_id The API provider's ID for the given object.
|
|
51
|
+
# @return [PaginatedPaymentList]
|
|
52
|
+
describe 'payments_list test' do
|
|
53
|
+
it 'should work' do
|
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
# unit tests for payments_retrieve
|
|
59
|
+
# Returns a `Payment` object with the given `id`.
|
|
60
|
+
# @param x_account_token Token identifying the end user.
|
|
61
|
+
# @param id
|
|
62
|
+
# @param [Hash] opts the optional parameters
|
|
63
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
64
|
+
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
65
|
+
# @return [Payment]
|
|
66
|
+
describe 'payments_retrieve test' do
|
|
67
|
+
it 'should work' do
|
|
68
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
end
|