merge_accounting_client 1.0.7 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (186) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -13
  3. data/docs/Account.md +2 -0
  4. data/docs/AccountIntegration.md +5 -1
  5. data/docs/AccountingAttachment.md +2 -0
  6. data/docs/AccountingPhoneNumber.md +3 -1
  7. data/docs/AccountsApi.md +4 -4
  8. data/docs/Address.md +4 -2
  9. data/docs/AsyncPassthroughApi.md +155 -0
  10. data/docs/AsyncPassthroughReciept.md +18 -0
  11. data/docs/AttachmentsApi.md +4 -4
  12. data/docs/BalanceSheet.md +2 -0
  13. data/docs/BalanceSheetsApi.md +4 -4
  14. data/docs/CashFlowStatement.md +2 -0
  15. data/docs/CashFlowStatementsApi.md +4 -4
  16. data/docs/CompanyInfo.md +3 -1
  17. data/docs/CompanyInfoApi.md +4 -4
  18. data/docs/Contact.md +2 -0
  19. data/docs/ContactsApi.md +4 -4
  20. data/docs/CreditNote.md +6 -0
  21. data/docs/CreditNoteLineItem.md +3 -1
  22. data/docs/CreditNotesApi.md +4 -4
  23. data/docs/DeleteAccountApi.md +9 -9
  24. data/docs/EndUserDetailsRequest.md +1 -1
  25. data/docs/Expense.md +4 -0
  26. data/docs/ExpenseLine.md +3 -1
  27. data/docs/ExpenseRequest.md +2 -0
  28. data/docs/ExpensesApi.md +4 -4
  29. data/docs/ForceResyncApi.md +1 -1
  30. data/docs/IncomeStatement.md +2 -0
  31. data/docs/IncomeStatementsApi.md +4 -4
  32. data/docs/Invoice.md +7 -3
  33. data/docs/InvoiceLineItem.md +2 -0
  34. data/docs/InvoiceRequest.md +3 -1
  35. data/docs/InvoicesApi.md +4 -4
  36. data/docs/Issue.md +1 -1
  37. data/docs/IssuesApi.md +6 -6
  38. data/docs/Item.md +2 -0
  39. data/docs/ItemsApi.md +4 -4
  40. data/docs/JournalEntriesApi.md +4 -4
  41. data/docs/JournalEntry.md +4 -0
  42. data/docs/JournalLine.md +3 -1
  43. data/docs/LinkedAccountsApi.md +2 -2
  44. data/docs/Payment.md +4 -0
  45. data/docs/PaymentRequest.md +2 -0
  46. data/docs/PaymentsApi.md +4 -4
  47. data/docs/PurchaseOrder.md +4 -0
  48. data/docs/PurchaseOrderLineItem.md +3 -1
  49. data/docs/PurchaseOrdersApi.md +4 -4
  50. data/docs/RemoteData.md +1 -1
  51. data/docs/ReportItem.md +3 -1
  52. data/docs/SyncStatus.md +1 -1
  53. data/docs/SyncStatusApi.md +1 -1
  54. data/docs/TaxRate.md +2 -0
  55. data/docs/TaxRatesApi.md +4 -4
  56. data/docs/TrackingCategoriesApi.md +4 -4
  57. data/docs/TrackingCategory.md +2 -0
  58. data/docs/Transaction.md +2 -0
  59. data/docs/TransactionLineItem.md +3 -1
  60. data/docs/TransactionsApi.md +4 -4
  61. data/docs/VendorCredit.md +4 -0
  62. data/docs/VendorCreditLine.md +3 -1
  63. data/docs/VendorCreditsApi.md +4 -4
  64. data/git_push.sh +58 -0
  65. data/lib/merge_accounting_client/api/accounts_api.rb +4 -4
  66. data/lib/merge_accounting_client/api/async_passthrough_api.rb +160 -0
  67. data/lib/merge_accounting_client/api/attachments_api.rb +4 -4
  68. data/lib/merge_accounting_client/api/balance_sheets_api.rb +4 -4
  69. data/lib/merge_accounting_client/api/cash_flow_statements_api.rb +4 -4
  70. data/lib/merge_accounting_client/api/company_info_api.rb +4 -4
  71. data/lib/merge_accounting_client/api/contacts_api.rb +4 -4
  72. data/lib/merge_accounting_client/api/credit_notes_api.rb +6 -6
  73. data/lib/merge_accounting_client/api/delete_account_api.rb +7 -7
  74. data/lib/merge_accounting_client/api/expenses_api.rb +6 -6
  75. data/lib/merge_accounting_client/api/force_resync_api.rb +2 -2
  76. data/lib/merge_accounting_client/api/income_statements_api.rb +4 -4
  77. data/lib/merge_accounting_client/api/invoices_api.rb +6 -6
  78. data/lib/merge_accounting_client/api/issues_api.rb +6 -6
  79. data/lib/merge_accounting_client/api/items_api.rb +4 -4
  80. data/lib/merge_accounting_client/api/journal_entries_api.rb +6 -6
  81. data/lib/merge_accounting_client/api/linked_accounts_api.rb +2 -2
  82. data/lib/merge_accounting_client/api/payments_api.rb +6 -6
  83. data/lib/merge_accounting_client/api/purchase_orders_api.rb +6 -6
  84. data/lib/merge_accounting_client/api/sync_status_api.rb +2 -2
  85. data/lib/merge_accounting_client/api/tax_rates_api.rb +4 -4
  86. data/lib/merge_accounting_client/api/tracking_categories_api.rb +4 -4
  87. data/lib/merge_accounting_client/api/transactions_api.rb +4 -4
  88. data/lib/merge_accounting_client/api/vendor_credits_api.rb +6 -6
  89. data/lib/merge_accounting_client/models/account.rb +11 -1
  90. data/lib/merge_accounting_client/models/account_integration.rb +26 -4
  91. data/lib/merge_accounting_client/models/accounting_attachment.rb +11 -1
  92. data/lib/merge_accounting_client/models/accounting_phone_number.rb +15 -5
  93. data/lib/merge_accounting_client/models/address.rb +15 -5
  94. data/lib/merge_accounting_client/models/async_passthrough_reciept.rb +223 -0
  95. data/lib/merge_accounting_client/models/balance_sheet.rb +11 -1
  96. data/lib/merge_accounting_client/models/cash_flow_statement.rb +11 -1
  97. data/lib/merge_accounting_client/models/company_info.rb +11 -1
  98. data/lib/merge_accounting_client/models/contact.rb +11 -1
  99. data/lib/merge_accounting_client/models/credit_note.rb +50 -1
  100. data/lib/merge_accounting_client/models/credit_note_line_item.rb +15 -5
  101. data/lib/merge_accounting_client/models/end_user_details_request.rb +1 -1
  102. data/lib/merge_accounting_client/models/expense.rb +22 -1
  103. data/lib/merge_accounting_client/models/expense_line.rb +15 -5
  104. data/lib/merge_accounting_client/models/expense_request.rb +12 -1
  105. data/lib/merge_accounting_client/models/income_statement.rb +11 -1
  106. data/lib/merge_accounting_client/models/invoice.rb +33 -12
  107. data/lib/merge_accounting_client/models/invoice_line_item.rb +12 -2
  108. data/lib/merge_accounting_client/models/invoice_line_item_request.rb +1 -1
  109. data/lib/merge_accounting_client/models/invoice_request.rb +13 -2
  110. data/lib/merge_accounting_client/models/issue.rb +1 -0
  111. data/lib/merge_accounting_client/models/item.rb +11 -1
  112. data/lib/merge_accounting_client/models/journal_entry.rb +22 -1
  113. data/lib/merge_accounting_client/models/journal_line.rb +15 -5
  114. data/lib/merge_accounting_client/models/payment.rb +22 -1
  115. data/lib/merge_accounting_client/models/payment_request.rb +12 -1
  116. data/lib/merge_accounting_client/models/purchase_order.rb +22 -1
  117. data/lib/merge_accounting_client/models/purchase_order_line_item.rb +15 -5
  118. data/lib/merge_accounting_client/models/remote_data.rb +3 -4
  119. data/lib/merge_accounting_client/models/report_item.rb +15 -5
  120. data/lib/merge_accounting_client/models/sync_status_status_enum.rb +2 -1
  121. data/lib/merge_accounting_client/models/tax_rate.rb +11 -1
  122. data/lib/merge_accounting_client/models/tracking_category.rb +11 -1
  123. data/lib/merge_accounting_client/models/transaction.rb +11 -1
  124. data/lib/merge_accounting_client/models/transaction_line_item.rb +15 -5
  125. data/lib/merge_accounting_client/models/vendor_credit.rb +22 -1
  126. data/lib/merge_accounting_client/models/vendor_credit_line.rb +15 -5
  127. data/lib/merge_accounting_client/version.rb +1 -1
  128. data/lib/merge_accounting_client.rb +6 -2
  129. data/spec/api/accounts_api_spec.rb +2 -2
  130. data/spec/api/async_passthrough_api_spec.rb +59 -0
  131. data/spec/api/attachments_api_spec.rb +2 -2
  132. data/spec/api/balance_sheets_api_spec.rb +2 -2
  133. data/spec/api/cash_flow_statements_api_spec.rb +2 -2
  134. data/spec/api/company_info_api_spec.rb +2 -2
  135. data/spec/api/contacts_api_spec.rb +2 -2
  136. data/spec/api/credit_notes_api_spec.rb +2 -2
  137. data/spec/api/delete_account_api_spec.rb +2 -2
  138. data/spec/api/expenses_api_spec.rb +2 -2
  139. data/spec/api/force_resync_api_spec.rb +1 -1
  140. data/spec/api/income_statements_api_spec.rb +2 -2
  141. data/spec/api/invoices_api_spec.rb +2 -2
  142. data/spec/api/issues_api_spec.rb +3 -3
  143. data/spec/api/items_api_spec.rb +2 -2
  144. data/spec/api/journal_entries_api_spec.rb +2 -2
  145. data/spec/api/linked_accounts_api_spec.rb +1 -1
  146. data/spec/api/payments_api_spec.rb +2 -2
  147. data/spec/api/purchase_orders_api_spec.rb +2 -2
  148. data/spec/api/sync_status_api_spec.rb +1 -1
  149. data/spec/api/tax_rates_api_spec.rb +2 -2
  150. data/spec/api/tracking_categories_api_spec.rb +2 -2
  151. data/spec/api/transactions_api_spec.rb +2 -2
  152. data/spec/api/vendor_credits_api_spec.rb +2 -2
  153. data/spec/models/account_integration_spec.rb +12 -0
  154. data/spec/models/account_spec.rb +6 -0
  155. data/spec/models/accounting_attachment_spec.rb +6 -0
  156. data/spec/models/accounting_phone_number_spec.rb +6 -0
  157. data/spec/models/address_spec.rb +6 -0
  158. data/spec/models/async_passthrough_reciept_spec.rb +34 -0
  159. data/spec/models/balance_sheet_spec.rb +6 -0
  160. data/spec/models/cash_flow_statement_spec.rb +6 -0
  161. data/spec/models/company_info_spec.rb +6 -0
  162. data/spec/models/contact_spec.rb +6 -0
  163. data/spec/models/credit_note_line_item_spec.rb +6 -0
  164. data/spec/models/credit_note_spec.rb +18 -0
  165. data/spec/models/expense_line_spec.rb +6 -0
  166. data/spec/models/expense_request_spec.rb +6 -0
  167. data/spec/models/expense_spec.rb +12 -0
  168. data/spec/models/income_statement_spec.rb +6 -0
  169. data/spec/models/invoice_line_item_spec.rb +6 -0
  170. data/spec/models/invoice_request_spec.rb +6 -0
  171. data/spec/models/invoice_spec.rb +14 -2
  172. data/spec/models/item_spec.rb +6 -0
  173. data/spec/models/journal_entry_spec.rb +12 -0
  174. data/spec/models/journal_line_spec.rb +6 -0
  175. data/spec/models/payment_request_spec.rb +6 -0
  176. data/spec/models/payment_spec.rb +12 -0
  177. data/spec/models/purchase_order_line_item_spec.rb +6 -0
  178. data/spec/models/purchase_order_spec.rb +12 -0
  179. data/spec/models/report_item_spec.rb +6 -0
  180. data/spec/models/tax_rate_spec.rb +6 -0
  181. data/spec/models/tracking_category_spec.rb +6 -0
  182. data/spec/models/transaction_line_item_spec.rb +6 -0
  183. data/spec/models/transaction_spec.rb +6 -0
  184. data/spec/models/vendor_credit_line_spec.rb +6 -0
  185. data/spec/models/vendor_credit_spec.rb +12 -0
  186. metadata +160 -151
@@ -43,8 +43,8 @@ describe 'TaxRatesApi' do
43
43
  # @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
44
44
  # @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
45
45
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
46
- # @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
47
- # @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
46
+ # @option opts [Time] :modified_after If provided, only objects synced by Merge after this date time will be returned.
47
+ # @option opts [Time] :modified_before If provided, only objects synced by Merge before this date time will be returned.
48
48
  # @option opts [Integer] :page_size Number of results to return per page.
49
49
  # @option opts [String] :remote_id The API provider's ID for the given object.
50
50
  # @return [PaginatedTaxRateList]
@@ -43,8 +43,8 @@ describe 'TrackingCategoriesApi' do
43
43
  # @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
44
44
  # @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
45
45
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
46
- # @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
47
- # @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
46
+ # @option opts [Time] :modified_after If provided, only objects synced by Merge after this date time will be returned.
47
+ # @option opts [Time] :modified_before If provided, only objects synced by Merge before this date time will be returned.
48
48
  # @option opts [Integer] :page_size Number of results to return per page.
49
49
  # @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
50
50
  # @option opts [String] :remote_id The API provider's ID for the given object.
@@ -43,8 +43,8 @@ describe 'TransactionsApi' do
43
43
  # @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
44
44
  # @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
45
45
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
46
- # @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
47
- # @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
46
+ # @option opts [Time] :modified_after If provided, only objects synced by Merge after this date time will be returned.
47
+ # @option opts [Time] :modified_before If provided, only objects synced by Merge before this date time will be returned.
48
48
  # @option opts [Integer] :page_size Number of results to return per page.
49
49
  # @option opts [String] :remote_id The API provider's ID for the given object.
50
50
  # @option opts [Time] :transaction_date_after If provided, will only return objects created after this datetime.
@@ -43,8 +43,8 @@ describe 'VendorCreditsApi' do
43
43
  # @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
44
44
  # @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
45
45
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
46
- # @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
47
- # @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
46
+ # @option opts [Time] :modified_after If provided, only objects synced by Merge after this date time will be returned.
47
+ # @option opts [Time] :modified_before If provided, only objects synced by Merge before this date time will be returned.
48
48
  # @option opts [Integer] :page_size Number of results to return per page.
49
49
  # @option opts [String] :remote_id The API provider's ID for the given object.
50
50
  # @option opts [Time] :transaction_date_after If provided, will only return objects created after this datetime.
@@ -61,4 +61,16 @@ describe MergeAccountingClient::AccountIntegration do
61
61
  end
62
62
  end
63
63
 
64
+ describe 'test attribute "is_in_beta"' 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
+ describe 'test attribute "api_endpoints_to_documentation_urls"' do
71
+ it 'should work' do
72
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
+ end
74
+ end
75
+
64
76
  end
@@ -103,6 +103,12 @@ describe MergeAccountingClient::Account do
103
103
  end
104
104
  end
105
105
 
106
+ describe 'test attribute "modified_at"' do
107
+ it 'should work' do
108
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
+ end
110
+ end
111
+
106
112
  describe 'test attribute "field_mappings"' do
107
113
  it 'should work' do
108
114
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -61,6 +61,12 @@ describe MergeAccountingClient::AccountingAttachment do
61
61
  end
62
62
  end
63
63
 
64
+ describe 'test attribute "modified_at"' 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
+
64
70
  describe 'test attribute "field_mappings"' do
65
71
  it 'should work' do
66
72
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -37,4 +37,10 @@ describe MergeAccountingClient::AccountingPhoneNumber do
37
37
  end
38
38
  end
39
39
 
40
+ describe 'test attribute "modified_at"' 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
+
40
46
  end
@@ -73,4 +73,10 @@ describe MergeAccountingClient::Address do
73
73
  end
74
74
  end
75
75
 
76
+ describe 'test attribute "modified_at"' do
77
+ it 'should work' do
78
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
+ end
80
+ end
81
+
76
82
  end
@@ -0,0 +1,34 @@
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
+ require 'date'
16
+
17
+ # Unit tests for MergeAccountingClient::AsyncPassthroughReciept
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe MergeAccountingClient::AsyncPassthroughReciept do
21
+ let(:instance) { MergeAccountingClient::AsyncPassthroughReciept.new }
22
+
23
+ describe 'test an instance of AsyncPassthroughReciept' do
24
+ it 'should create an instance of AsyncPassthroughReciept' do
25
+ expect(instance).to be_instance_of(MergeAccountingClient::AsyncPassthroughReciept)
26
+ end
27
+ end
28
+ describe 'test attribute "async_passthrough_receipt_id"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ end
@@ -97,6 +97,12 @@ describe MergeAccountingClient::BalanceSheet do
97
97
  end
98
98
  end
99
99
 
100
+ describe 'test attribute "modified_at"' do
101
+ it 'should work' do
102
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
103
+ end
104
+ end
105
+
100
106
  describe 'test attribute "field_mappings"' do
101
107
  it 'should work' do
102
108
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -109,6 +109,12 @@ describe MergeAccountingClient::CashFlowStatement do
109
109
  end
110
110
  end
111
111
 
112
+ describe 'test attribute "modified_at"' do
113
+ it 'should work' do
114
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
115
+ end
116
+ end
117
+
112
118
  describe 'test attribute "field_mappings"' do
113
119
  it 'should work' do
114
120
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -103,6 +103,12 @@ describe MergeAccountingClient::CompanyInfo do
103
103
  end
104
104
  end
105
105
 
106
+ describe 'test attribute "modified_at"' do
107
+ it 'should work' do
108
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
+ end
110
+ end
111
+
106
112
  describe 'test attribute "field_mappings"' do
107
113
  it 'should work' do
108
114
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -109,6 +109,12 @@ describe MergeAccountingClient::Contact do
109
109
  end
110
110
  end
111
111
 
112
+ describe 'test attribute "modified_at"' do
113
+ it 'should work' do
114
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
115
+ end
116
+ end
117
+
112
118
  describe 'test attribute "field_mappings"' do
113
119
  it 'should work' do
114
120
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -103,4 +103,10 @@ describe MergeAccountingClient::CreditNoteLineItem do
103
103
  end
104
104
  end
105
105
 
106
+ describe 'test attribute "modified_at"' do
107
+ it 'should work' do
108
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
+ end
110
+ end
111
+
106
112
  end
@@ -67,6 +67,12 @@ describe MergeAccountingClient::CreditNote do
67
67
  end
68
68
  end
69
69
 
70
+ describe 'test attribute "exchange_rate"' do
71
+ it 'should work' do
72
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
+ end
74
+ end
75
+
70
76
  describe 'test attribute "total_amount"' do
71
77
  it 'should work' do
72
78
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -85,6 +91,12 @@ describe MergeAccountingClient::CreditNote do
85
91
  end
86
92
  end
87
93
 
94
+ describe 'test attribute "tracking_categories"' do
95
+ it 'should work' do
96
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
97
+ end
98
+ end
99
+
88
100
  describe 'test attribute "currency"' do
89
101
  it 'should work' do
90
102
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -115,6 +127,12 @@ describe MergeAccountingClient::CreditNote do
115
127
  end
116
128
  end
117
129
 
130
+ describe 'test attribute "modified_at"' do
131
+ it 'should work' do
132
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
133
+ end
134
+ end
135
+
118
136
  describe 'test attribute "field_mappings"' do
119
137
  it 'should work' do
120
138
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -85,4 +85,10 @@ describe MergeAccountingClient::ExpenseLine do
85
85
  end
86
86
  end
87
87
 
88
+ describe 'test attribute "modified_at"' do
89
+ it 'should work' do
90
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
+ end
92
+ end
93
+
88
94
  end
@@ -79,6 +79,12 @@ describe MergeAccountingClient::ExpenseRequest do
79
79
  end
80
80
  end
81
81
 
82
+ describe 'test attribute "tracking_categories"' do
83
+ it 'should work' do
84
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
85
+ end
86
+ end
87
+
82
88
  describe 'test attribute "integration_params"' do
83
89
  it 'should work' do
84
90
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -85,6 +85,12 @@ describe MergeAccountingClient::Expense do
85
85
  end
86
86
  end
87
87
 
88
+ describe 'test attribute "tracking_categories"' do
89
+ it 'should work' do
90
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
+ end
92
+ end
93
+
88
94
  describe 'test attribute "remote_was_deleted"' do
89
95
  it 'should work' do
90
96
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -103,6 +109,12 @@ describe MergeAccountingClient::Expense do
103
109
  end
104
110
  end
105
111
 
112
+ describe 'test attribute "modified_at"' do
113
+ it 'should work' do
114
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
115
+ end
116
+ end
117
+
106
118
  describe 'test attribute "field_mappings"' do
107
119
  it 'should work' do
108
120
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -115,6 +115,12 @@ describe MergeAccountingClient::IncomeStatement do
115
115
  end
116
116
  end
117
117
 
118
+ describe 'test attribute "modified_at"' do
119
+ it 'should work' do
120
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
121
+ end
122
+ end
123
+
118
124
  describe 'test attribute "field_mappings"' do
119
125
  it 'should work' do
120
126
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -103,6 +103,12 @@ describe MergeAccountingClient::InvoiceLineItem do
103
103
  end
104
104
  end
105
105
 
106
+ describe 'test attribute "modified_at"' do
107
+ it 'should work' do
108
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
+ end
110
+ end
111
+
106
112
  describe 'test attribute "field_mappings"' do
107
113
  it 'should work' do
108
114
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -121,6 +121,12 @@ describe MergeAccountingClient::InvoiceRequest do
121
121
  end
122
122
  end
123
123
 
124
+ describe 'test attribute "tracking_categories"' do
125
+ it 'should work' do
126
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
127
+ end
128
+ end
129
+
124
130
  describe 'test attribute "line_items"' do
125
131
  it 'should work' do
126
132
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -25,6 +25,12 @@ describe MergeAccountingClient::Invoice do
25
25
  expect(instance).to be_instance_of(MergeAccountingClient::Invoice)
26
26
  end
27
27
  end
28
+ describe 'test attribute "id"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
28
34
  describe 'test attribute "type"' do
29
35
  it 'should work' do
30
36
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -121,6 +127,12 @@ describe MergeAccountingClient::Invoice do
121
127
  end
122
128
  end
123
129
 
130
+ describe 'test attribute "tracking_categories"' do
131
+ it 'should work' do
132
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
133
+ end
134
+ end
135
+
124
136
  describe 'test attribute "payments"' do
125
137
  it 'should work' do
126
138
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -139,13 +151,13 @@ describe MergeAccountingClient::Invoice do
139
151
  end
140
152
  end
141
153
 
142
- describe 'test attribute "id"' do
154
+ describe 'test attribute "remote_id"' do
143
155
  it 'should work' do
144
156
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
145
157
  end
146
158
  end
147
159
 
148
- describe 'test attribute "remote_id"' do
160
+ describe 'test attribute "modified_at"' do
149
161
  it 'should work' do
150
162
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
151
163
  end
@@ -91,6 +91,12 @@ describe MergeAccountingClient::Item do
91
91
  end
92
92
  end
93
93
 
94
+ describe 'test attribute "modified_at"' do
95
+ it 'should work' do
96
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
97
+ end
98
+ end
99
+
94
100
  describe 'test attribute "field_mappings"' do
95
101
  it 'should work' do
96
102
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -79,6 +79,12 @@ describe MergeAccountingClient::JournalEntry do
79
79
  end
80
80
  end
81
81
 
82
+ describe 'test attribute "tracking_categories"' do
83
+ it 'should work' do
84
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
85
+ end
86
+ end
87
+
82
88
  describe 'test attribute "remote_was_deleted"' do
83
89
  it 'should work' do
84
90
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -103,6 +109,12 @@ describe MergeAccountingClient::JournalEntry do
103
109
  end
104
110
  end
105
111
 
112
+ describe 'test attribute "modified_at"' do
113
+ it 'should work' do
114
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
115
+ end
116
+ end
117
+
106
118
  describe 'test attribute "field_mappings"' do
107
119
  it 'should work' do
108
120
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -73,4 +73,10 @@ describe MergeAccountingClient::JournalLine do
73
73
  end
74
74
  end
75
75
 
76
+ describe 'test attribute "modified_at"' do
77
+ it 'should work' do
78
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
+ end
80
+ end
81
+
76
82
  end
@@ -67,6 +67,12 @@ describe MergeAccountingClient::PaymentRequest do
67
67
  end
68
68
  end
69
69
 
70
+ describe 'test attribute "tracking_categories"' do
71
+ it 'should work' do
72
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
+ end
74
+ end
75
+
70
76
  describe 'test attribute "integration_params"' do
71
77
  it 'should work' do
72
78
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -79,6 +79,12 @@ describe MergeAccountingClient::Payment do
79
79
  end
80
80
  end
81
81
 
82
+ describe 'test attribute "tracking_categories"' do
83
+ it 'should work' do
84
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
85
+ end
86
+ end
87
+
82
88
  describe 'test attribute "remote_updated_at"' do
83
89
  it 'should work' do
84
90
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -91,6 +97,12 @@ describe MergeAccountingClient::Payment do
91
97
  end
92
98
  end
93
99
 
100
+ describe 'test attribute "modified_at"' do
101
+ it 'should work' do
102
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
103
+ end
104
+ end
105
+
94
106
  describe 'test attribute "field_mappings"' do
95
107
  it 'should work' do
96
108
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -103,4 +103,10 @@ describe MergeAccountingClient::PurchaseOrderLineItem do
103
103
  end
104
104
  end
105
105
 
106
+ describe 'test attribute "modified_at"' do
107
+ it 'should work' do
108
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
+ end
110
+ end
111
+
106
112
  end
@@ -97,6 +97,12 @@ describe MergeAccountingClient::PurchaseOrder do
97
97
  end
98
98
  end
99
99
 
100
+ describe 'test attribute "tracking_categories"' do
101
+ it 'should work' do
102
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
103
+ end
104
+ end
105
+
100
106
  describe 'test attribute "remote_created_at"' do
101
107
  it 'should work' do
102
108
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -127,6 +133,12 @@ describe MergeAccountingClient::PurchaseOrder do
127
133
  end
128
134
  end
129
135
 
136
+ describe 'test attribute "modified_at"' do
137
+ it 'should work' do
138
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
139
+ end
140
+ end
141
+
130
142
  describe 'test attribute "field_mappings"' do
131
143
  it 'should work' do
132
144
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -55,4 +55,10 @@ describe MergeAccountingClient::ReportItem do
55
55
  end
56
56
  end
57
57
 
58
+ describe 'test attribute "modified_at"' do
59
+ it 'should work' do
60
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
+ end
62
+ end
63
+
58
64
  end
@@ -67,6 +67,12 @@ describe MergeAccountingClient::TaxRate do
67
67
  end
68
68
  end
69
69
 
70
+ describe 'test attribute "modified_at"' do
71
+ it 'should work' do
72
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
+ end
74
+ end
75
+
70
76
  describe 'test attribute "field_mappings"' do
71
77
  it 'should work' do
72
78
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -73,6 +73,12 @@ describe MergeAccountingClient::TrackingCategory do
73
73
  end
74
74
  end
75
75
 
76
+ describe 'test attribute "modified_at"' do
77
+ it 'should work' do
78
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
+ end
80
+ end
81
+
76
82
  describe 'test attribute "field_mappings"' do
77
83
  it 'should work' do
78
84
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -103,4 +103,10 @@ describe MergeAccountingClient::TransactionLineItem do
103
103
  end
104
104
  end
105
105
 
106
+ describe 'test attribute "modified_at"' do
107
+ it 'should work' do
108
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
+ end
110
+ end
111
+
106
112
  end
@@ -109,6 +109,12 @@ describe MergeAccountingClient::Transaction do
109
109
  end
110
110
  end
111
111
 
112
+ describe 'test attribute "modified_at"' do
113
+ it 'should work' do
114
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
115
+ end
116
+ end
117
+
112
118
  describe 'test attribute "field_mappings"' do
113
119
  it 'should work' do
114
120
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -73,4 +73,10 @@ describe MergeAccountingClient::VendorCreditLine do
73
73
  end
74
74
  end
75
75
 
76
+ describe 'test attribute "modified_at"' do
77
+ it 'should work' do
78
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
+ end
80
+ end
81
+
76
82
  end
@@ -85,12 +85,24 @@ describe MergeAccountingClient::VendorCredit do
85
85
  end
86
86
  end
87
87
 
88
+ describe 'test attribute "tracking_categories"' do
89
+ it 'should work' do
90
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
+ end
92
+ end
93
+
88
94
  describe 'test attribute "remote_was_deleted"' do
89
95
  it 'should work' do
90
96
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
97
  end
92
98
  end
93
99
 
100
+ describe 'test attribute "modified_at"' do
101
+ it 'should work' do
102
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
103
+ end
104
+ end
105
+
94
106
  describe 'test attribute "field_mappings"' do
95
107
  it 'should work' do
96
108
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers