merge_accounting_client 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/AccountsApi.md +4 -0
- data/docs/BalanceSheetsApi.md +4 -0
- data/docs/CashFlowStatementsApi.md +4 -0
- data/docs/CompanyInfoApi.md +4 -0
- data/docs/ContactsApi.md +4 -0
- data/docs/CreditNotesApi.md +4 -0
- data/docs/ExpensesApi.md +4 -0
- data/docs/ForceResyncApi.md +1 -1
- data/docs/IncomeStatementsApi.md +4 -0
- data/docs/InvoicesApi.md +4 -0
- data/docs/ItemsApi.md +4 -0
- data/docs/JournalEntriesApi.md +4 -0
- data/docs/PaymentsApi.md +4 -0
- data/docs/PurchaseOrdersApi.md +4 -0
- data/docs/TaxRatesApi.md +4 -0
- data/docs/TrackingCategoriesApi.md +4 -0
- data/docs/TransactionsApi.md +4 -0
- data/docs/VendorCreditsApi.md +4 -0
- data/lib/merge_accounting_client/api/accounts_api.rb +14 -0
- data/lib/merge_accounting_client/api/balance_sheets_api.rb +14 -0
- data/lib/merge_accounting_client/api/cash_flow_statements_api.rb +14 -0
- data/lib/merge_accounting_client/api/company_info_api.rb +14 -0
- data/lib/merge_accounting_client/api/contacts_api.rb +14 -0
- data/lib/merge_accounting_client/api/credit_notes_api.rb +14 -0
- data/lib/merge_accounting_client/api/expenses_api.rb +14 -0
- data/lib/merge_accounting_client/api/force_resync_api.rb +2 -2
- data/lib/merge_accounting_client/api/income_statements_api.rb +14 -0
- data/lib/merge_accounting_client/api/invoices_api.rb +14 -0
- data/lib/merge_accounting_client/api/items_api.rb +14 -0
- data/lib/merge_accounting_client/api/journal_entries_api.rb +14 -0
- data/lib/merge_accounting_client/api/payments_api.rb +14 -0
- data/lib/merge_accounting_client/api/purchase_orders_api.rb +14 -0
- data/lib/merge_accounting_client/api/tax_rates_api.rb +14 -0
- data/lib/merge_accounting_client/api/tracking_categories_api.rb +14 -0
- data/lib/merge_accounting_client/api/transactions_api.rb +14 -0
- data/lib/merge_accounting_client/api/vendor_credits_api.rb +14 -0
- data/lib/merge_accounting_client/version.rb +1 -1
- data/spec/api/accounts_api_spec.rb +2 -0
- data/spec/api/balance_sheets_api_spec.rb +2 -0
- data/spec/api/cash_flow_statements_api_spec.rb +2 -0
- data/spec/api/company_info_api_spec.rb +2 -0
- data/spec/api/contacts_api_spec.rb +2 -0
- data/spec/api/credit_notes_api_spec.rb +2 -0
- data/spec/api/expenses_api_spec.rb +2 -0
- data/spec/api/force_resync_api_spec.rb +1 -1
- data/spec/api/income_statements_api_spec.rb +2 -0
- data/spec/api/invoices_api_spec.rb +2 -0
- data/spec/api/items_api_spec.rb +2 -0
- data/spec/api/journal_entries_api_spec.rb +2 -0
- data/spec/api/payments_api_spec.rb +2 -0
- data/spec/api/purchase_orders_api_spec.rb +2 -0
- data/spec/api/tax_rates_api_spec.rb +2 -0
- data/spec/api/tracking_categories_api_spec.rb +2 -0
- data/spec/api/transactions_api_spec.rb +2 -0
- data/spec/api/vendor_credits_api_spec.rb +2 -0
- metadata +2 -2
@@ -54,6 +54,7 @@ describe 'AccountsApi' do
|
|
54
54
|
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
55
55
|
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
56
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.
|
57
58
|
# @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
|
58
59
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
59
60
|
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
@@ -85,6 +86,7 @@ describe 'AccountsApi' do
|
|
85
86
|
# @param x_account_token Token identifying the end user.
|
86
87
|
# @param id
|
87
88
|
# @param [Hash] opts the optional parameters
|
89
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
88
90
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
89
91
|
# @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
|
90
92
|
# @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
|
@@ -40,6 +40,7 @@ describe 'BalanceSheetsApi' do
|
|
40
40
|
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
41
41
|
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
42
42
|
# @option opts [String] :cursor The pagination cursor value.
|
43
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
43
44
|
# @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
|
44
45
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
45
46
|
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
@@ -58,6 +59,7 @@ describe 'BalanceSheetsApi' do
|
|
58
59
|
# @param x_account_token Token identifying the end user.
|
59
60
|
# @param id
|
60
61
|
# @param [Hash] opts the optional parameters
|
62
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
61
63
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
62
64
|
# @return [BalanceSheet]
|
63
65
|
describe 'balance_sheets_retrieve test' do
|
@@ -40,6 +40,7 @@ describe 'CashFlowStatementsApi' do
|
|
40
40
|
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
41
41
|
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
42
42
|
# @option opts [String] :cursor The pagination cursor value.
|
43
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
43
44
|
# @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
|
44
45
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
45
46
|
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
@@ -58,6 +59,7 @@ describe 'CashFlowStatementsApi' do
|
|
58
59
|
# @param x_account_token Token identifying the end user.
|
59
60
|
# @param id
|
60
61
|
# @param [Hash] opts the optional parameters
|
62
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
61
63
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
62
64
|
# @return [CashFlowStatement]
|
63
65
|
describe 'cash_flow_statements_retrieve test' do
|
@@ -39,6 +39,7 @@ describe 'CompanyInfoApi' do
|
|
39
39
|
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
40
40
|
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
41
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.
|
42
43
|
# @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
|
43
44
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
44
45
|
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
@@ -57,6 +58,7 @@ describe 'CompanyInfoApi' do
|
|
57
58
|
# @param x_account_token Token identifying the end user.
|
58
59
|
# @param id
|
59
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.
|
60
62
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
61
63
|
# @return [CompanyInfo]
|
62
64
|
describe 'company_info_retrieve test' do
|
@@ -54,6 +54,7 @@ describe 'ContactsApi' do
|
|
54
54
|
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
55
55
|
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
56
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.
|
57
58
|
# @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
|
58
59
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
59
60
|
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
@@ -85,6 +86,7 @@ describe 'ContactsApi' do
|
|
85
86
|
# @param x_account_token Token identifying the end user.
|
86
87
|
# @param id
|
87
88
|
# @param [Hash] opts the optional parameters
|
89
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
88
90
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
89
91
|
# @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
|
90
92
|
# @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
|
@@ -40,6 +40,7 @@ describe 'CreditNotesApi' do
|
|
40
40
|
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
41
41
|
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
42
42
|
# @option opts [String] :cursor The pagination cursor value.
|
43
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
43
44
|
# @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
|
44
45
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
45
46
|
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
@@ -62,6 +63,7 @@ describe 'CreditNotesApi' do
|
|
62
63
|
# @param x_account_token Token identifying the end user.
|
63
64
|
# @param id
|
64
65
|
# @param [Hash] opts the optional parameters
|
66
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
65
67
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
66
68
|
# @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
|
67
69
|
# @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
|
@@ -54,6 +54,7 @@ describe 'ExpensesApi' do
|
|
54
54
|
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
55
55
|
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
56
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.
|
57
58
|
# @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
|
58
59
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
59
60
|
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
@@ -85,6 +86,7 @@ describe 'ExpensesApi' do
|
|
85
86
|
# @param x_account_token Token identifying the end user.
|
86
87
|
# @param id
|
87
88
|
# @param [Hash] opts the optional parameters
|
89
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
88
90
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
89
91
|
# @return [Expense]
|
90
92
|
describe 'expenses_retrieve test' do
|
@@ -33,7 +33,7 @@ describe 'ForceResyncApi' do
|
|
33
33
|
end
|
34
34
|
|
35
35
|
# unit tests for sync_status_resync_create
|
36
|
-
# Force re-sync of all models. This is
|
36
|
+
# Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available for monthly and quarterly sync frequency customers on the Core, Professional, or Enterprise plans.
|
37
37
|
# @param x_account_token Token identifying the end user.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
39
|
# @return [Array<SyncStatus>]
|
@@ -40,6 +40,7 @@ describe 'IncomeStatementsApi' do
|
|
40
40
|
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
41
41
|
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
42
42
|
# @option opts [String] :cursor The pagination cursor value.
|
43
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
43
44
|
# @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
|
44
45
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
45
46
|
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
@@ -58,6 +59,7 @@ describe 'IncomeStatementsApi' do
|
|
58
59
|
# @param x_account_token Token identifying the end user.
|
59
60
|
# @param id
|
60
61
|
# @param [Hash] opts the optional parameters
|
62
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
61
63
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
62
64
|
# @return [IncomeStatement]
|
63
65
|
describe 'income_statements_retrieve test' do
|
@@ -55,6 +55,7 @@ describe 'InvoicesApi' do
|
|
55
55
|
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
56
56
|
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
57
57
|
# @option opts [String] :cursor The pagination cursor value.
|
58
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
58
59
|
# @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
|
59
60
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
60
61
|
# @option opts [Time] :issue_date_after If provided, will only return objects created after this datetime.
|
@@ -89,6 +90,7 @@ describe 'InvoicesApi' do
|
|
89
90
|
# @param x_account_token Token identifying the end user.
|
90
91
|
# @param id
|
91
92
|
# @param [Hash] opts the optional parameters
|
93
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
92
94
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
93
95
|
# @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
|
94
96
|
# @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
|
data/spec/api/items_api_spec.rb
CHANGED
@@ -40,6 +40,7 @@ describe 'ItemsApi' do
|
|
40
40
|
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
41
41
|
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
42
42
|
# @option opts [String] :cursor The pagination cursor value.
|
43
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
43
44
|
# @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
|
44
45
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
45
46
|
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
@@ -60,6 +61,7 @@ describe 'ItemsApi' do
|
|
60
61
|
# @param x_account_token Token identifying the end user.
|
61
62
|
# @param id
|
62
63
|
# @param [Hash] opts the optional parameters
|
64
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
63
65
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
64
66
|
# @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
|
65
67
|
# @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
|
@@ -54,6 +54,7 @@ describe 'JournalEntriesApi' do
|
|
54
54
|
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
55
55
|
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
56
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.
|
57
58
|
# @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
|
58
59
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
59
60
|
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
@@ -85,6 +86,7 @@ describe 'JournalEntriesApi' do
|
|
85
86
|
# @param x_account_token Token identifying the end user.
|
86
87
|
# @param id
|
87
88
|
# @param [Hash] opts the optional parameters
|
89
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
88
90
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
89
91
|
# @return [JournalEntry]
|
90
92
|
describe 'journal_entries_retrieve test' do
|
@@ -56,6 +56,7 @@ describe 'PaymentsApi' do
|
|
56
56
|
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
57
57
|
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
58
58
|
# @option opts [String] :cursor The pagination cursor value.
|
59
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
59
60
|
# @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
|
60
61
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
61
62
|
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
@@ -87,6 +88,7 @@ describe 'PaymentsApi' do
|
|
87
88
|
# @param x_account_token Token identifying the end user.
|
88
89
|
# @param id
|
89
90
|
# @param [Hash] opts the optional parameters
|
91
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
90
92
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
91
93
|
# @return [Payment]
|
92
94
|
describe 'payments_retrieve test' do
|
@@ -54,6 +54,7 @@ describe 'PurchaseOrdersApi' do
|
|
54
54
|
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
55
55
|
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
56
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.
|
57
58
|
# @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
|
58
59
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
59
60
|
# @option opts [Time] :issue_date_after If provided, will only return objects created after this datetime.
|
@@ -87,6 +88,7 @@ describe 'PurchaseOrdersApi' do
|
|
87
88
|
# @param x_account_token Token identifying the end user.
|
88
89
|
# @param id
|
89
90
|
# @param [Hash] opts the optional parameters
|
91
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
90
92
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
91
93
|
# @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
|
92
94
|
# @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
|
@@ -40,6 +40,7 @@ describe 'TaxRatesApi' do
|
|
40
40
|
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
41
41
|
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
42
42
|
# @option opts [String] :cursor The pagination cursor value.
|
43
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
43
44
|
# @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
|
44
45
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
45
46
|
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
@@ -58,6 +59,7 @@ describe 'TaxRatesApi' do
|
|
58
59
|
# @param x_account_token Token identifying the end user.
|
59
60
|
# @param id
|
60
61
|
# @param [Hash] opts the optional parameters
|
62
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
61
63
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
62
64
|
# @return [TaxRate]
|
63
65
|
describe 'tax_rates_retrieve test' do
|
@@ -40,6 +40,7 @@ describe 'TrackingCategoriesApi' do
|
|
40
40
|
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
41
41
|
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
42
42
|
# @option opts [String] :cursor The pagination cursor value.
|
43
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
43
44
|
# @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
|
44
45
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
45
46
|
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
@@ -60,6 +61,7 @@ describe 'TrackingCategoriesApi' do
|
|
60
61
|
# @param x_account_token Token identifying the end user.
|
61
62
|
# @param id
|
62
63
|
# @param [Hash] opts the optional parameters
|
64
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
63
65
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
64
66
|
# @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
|
65
67
|
# @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
|
@@ -40,6 +40,7 @@ describe 'TransactionsApi' do
|
|
40
40
|
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
41
41
|
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
42
42
|
# @option opts [String] :cursor The pagination cursor value.
|
43
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
43
44
|
# @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
|
44
45
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
45
46
|
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
@@ -60,6 +61,7 @@ describe 'TransactionsApi' do
|
|
60
61
|
# @param x_account_token Token identifying the end user.
|
61
62
|
# @param id
|
62
63
|
# @param [Hash] opts the optional parameters
|
64
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
63
65
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
64
66
|
# @return [Transaction]
|
65
67
|
describe 'transactions_retrieve test' do
|
@@ -40,6 +40,7 @@ describe 'VendorCreditsApi' do
|
|
40
40
|
# @option opts [Time] :created_after If provided, will only return objects created after this datetime.
|
41
41
|
# @option opts [Time] :created_before If provided, will only return objects created before this datetime.
|
42
42
|
# @option opts [String] :cursor The pagination cursor value.
|
43
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
43
44
|
# @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
|
44
45
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
45
46
|
# @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
|
@@ -60,6 +61,7 @@ describe 'VendorCreditsApi' do
|
|
60
61
|
# @param x_account_token Token identifying the end user.
|
61
62
|
# @param id
|
62
63
|
# @param [Hash] opts the optional parameters
|
64
|
+
# @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
63
65
|
# @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
|
64
66
|
# @return [VendorCredit]
|
65
67
|
describe 'vendor_credits_retrieve test' do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: merge_accounting_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03
|
11
|
+
date: 2023-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|