ledger_sync 1.3.5 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (962) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +11 -2
  3. data/.travis.yml +4 -0
  4. data/Gemfile.lock +13 -13
  5. data/LICENSE.txt +5 -97
  6. data/README.md +8 -505
  7. data/bin/quickbooks_online_oauth_server.rb +10 -9
  8. data/docs/CNAME +1 -0
  9. data/docs/assets/css/brands.min.css +5 -0
  10. data/docs/assets/css/fontawesome.min.css +5 -0
  11. data/docs/assets/css/main.css +1924 -0
  12. data/docs/assets/css/monokai.css +441 -0
  13. data/docs/assets/js/main.js +214 -0
  14. data/docs/assets/js/plugins.js +22 -0
  15. data/docs/assets/js/prism.js +9 -0
  16. data/docs/assets/webfonts/fa-brands-400.eot +0 -0
  17. data/docs/assets/webfonts/fa-brands-400.svg +3452 -0
  18. data/docs/assets/webfonts/fa-brands-400.ttf +0 -0
  19. data/docs/assets/webfonts/fa-brands-400.woff +0 -0
  20. data/docs/assets/webfonts/fa-brands-400.woff2 +0 -0
  21. data/docs/blog/index.html +303 -0
  22. data/docs/guides/architecture/clients/index.html +479 -0
  23. data/docs/guides/architecture/index.html +456 -0
  24. data/docs/guides/architecture/operations/index.html +486 -0
  25. data/docs/guides/architecture/resources/index.html +482 -0
  26. data/docs/guides/architecture/results/index.html +447 -0
  27. data/docs/guides/architecture/searchers/index.html +467 -0
  28. data/docs/guides/architecture/serialization/index.html +497 -0
  29. data/docs/guides/community/index.html +433 -0
  30. data/docs/guides/contribute/console/index.html +445 -0
  31. data/docs/guides/contribute/deployment/index.html +455 -0
  32. data/docs/guides/contribute/documentation/index.html +471 -0
  33. data/docs/guides/contribute/index.html +455 -0
  34. data/docs/guides/contribute/qa/index.html +457 -0
  35. data/docs/guides/contribute/testing/index.html +445 -0
  36. data/docs/guides/customization/custom_resources/index.html +482 -0
  37. data/docs/guides/customization/custom_serializers/index.html +481 -0
  38. data/docs/guides/customization/index.html +452 -0
  39. data/docs/guides/customization/resource_converters/index.html +512 -0
  40. data/docs/guides/getting-started/get-help/index.html +448 -0
  41. data/docs/guides/getting-started/index.html +442 -0
  42. data/docs/guides/getting-started/installation/index.html +454 -0
  43. data/docs/guides/getting-started/quick-start/index.html +552 -0
  44. data/docs/guides/index.html +449 -0
  45. data/docs/guides/ledgers/index.html +450 -0
  46. data/docs/guides/ledgers/netsuite/index.html +445 -0
  47. data/docs/guides/ledgers/netsuite_soap/index.html +445 -0
  48. data/docs/guides/ledgers/quickbooks_online/index.html +445 -0
  49. data/docs/guides/ledgers/stripe/index.html +445 -0
  50. data/docs/guides/modern-treasury/index.html +432 -0
  51. data/docs/guides/tips_and_more/index.html +492 -0
  52. data/docs/images/1.jpg +0 -0
  53. data/docs/images/10.jpg +0 -0
  54. data/docs/images/2.jpg +0 -0
  55. data/docs/images/3.jpg +0 -0
  56. data/docs/images/4.jpg +0 -0
  57. data/docs/images/5.jpg +0 -0
  58. data/docs/images/6.jpg +0 -0
  59. data/docs/images/7.jpg +0 -0
  60. data/docs/images/8.jpg +0 -0
  61. data/docs/images/9.jpg +0 -0
  62. data/docs/images/logo.svg +8 -0
  63. data/docs/index.html +400 -0
  64. data/docs/overview/index.html +430 -0
  65. data/docs/posts/introducing-docs/index.html +291 -0
  66. data/docs/posts/netsuite-authentication/index.html +645 -0
  67. data/docs/reference/architecture/clients/index.html +353 -0
  68. data/docs/reference/architecture/index.html +332 -0
  69. data/docs/reference/architecture/operations/index.html +323 -0
  70. data/docs/reference/architecture/resources/index.html +356 -0
  71. data/docs/reference/architecture/results/index.html +323 -0
  72. data/docs/reference/architecture/searchers/index.html +323 -0
  73. data/docs/reference/architecture/serialization/index.html +323 -0
  74. data/docs/reference/index.html +302 -0
  75. data/docs/reference/netsuite/authentication/index.html +413 -0
  76. data/docs/reference/netsuite/authentication/token_based_authentication/index.html +507 -0
  77. data/docs/reference/netsuite/index.html +409 -0
  78. data/docs/reference/netsuite/resources/account/index.html +505 -0
  79. data/docs/reference/netsuite/resources/check/index.html +513 -0
  80. data/docs/reference/netsuite/resources/check_line_item/index.html +481 -0
  81. data/docs/reference/netsuite/resources/currency/index.html +497 -0
  82. data/docs/reference/netsuite/resources/customer/index.html +509 -0
  83. data/docs/reference/netsuite/resources/customer_deposit/index.html +501 -0
  84. data/docs/reference/netsuite/resources/department/index.html +505 -0
  85. data/docs/reference/netsuite/resources/deposit/index.html +489 -0
  86. data/docs/reference/netsuite/resources/deposit_line_item/index.html +481 -0
  87. data/docs/reference/netsuite/resources/index.html +457 -0
  88. data/docs/reference/netsuite/resources/invoice/index.html +489 -0
  89. data/docs/reference/netsuite/resources/invoice_line_item/index.html +477 -0
  90. data/docs/reference/netsuite/resources/item/index.html +465 -0
  91. data/docs/reference/netsuite/resources/journal_entry/index.html +509 -0
  92. data/docs/reference/netsuite/resources/journal_entry_line_item/index.html +485 -0
  93. data/docs/reference/netsuite/resources/ledger_class/index.html +505 -0
  94. data/docs/reference/netsuite/resources/location/index.html +489 -0
  95. data/docs/reference/netsuite/resources/resource/index.html +461 -0
  96. data/docs/reference/netsuite/resources/subsidiary/index.html +469 -0
  97. data/docs/reference/netsuite/resources/vendor/index.html +513 -0
  98. data/docs/reference/netsuite_soap/index.html +324 -0
  99. data/docs/reference/netsuite_soap/resources/customer/index.html +385 -0
  100. data/docs/reference/netsuite_soap/resources/index.html +337 -0
  101. data/docs/reference/netsuite_soap/resources/resource/index.html +357 -0
  102. data/docs/reference/netsuite_soap/resources/subsidiary/index.html +377 -0
  103. data/docs/reference/quickbooks_online/authentication/index.html +463 -0
  104. data/docs/reference/quickbooks_online/errors/index.html +416 -0
  105. data/docs/reference/quickbooks_online/index.html +414 -0
  106. data/docs/reference/quickbooks_online/resources/account/index.html +551 -0
  107. data/docs/reference/quickbooks_online/resources/bill/index.html +555 -0
  108. data/docs/reference/quickbooks_online/resources/bill_line_item/index.html +517 -0
  109. data/docs/reference/quickbooks_online/resources/bill_payment/index.html +571 -0
  110. data/docs/reference/quickbooks_online/resources/bill_payment_line_item/index.html +509 -0
  111. data/docs/reference/quickbooks_online/resources/currency/index.html +513 -0
  112. data/docs/reference/quickbooks_online/resources/customer/index.html +535 -0
  113. data/docs/reference/quickbooks_online/resources/department/index.html +539 -0
  114. data/docs/reference/quickbooks_online/resources/deposit/index.html +547 -0
  115. data/docs/reference/quickbooks_online/resources/deposit_line_item/index.html +521 -0
  116. data/docs/reference/quickbooks_online/resources/expense/index.html +559 -0
  117. data/docs/reference/quickbooks_online/resources/expense_line_item/index.html +517 -0
  118. data/docs/reference/quickbooks_online/resources/index.html +505 -0
  119. data/docs/reference/quickbooks_online/resources/invoice/index.html +547 -0
  120. data/docs/reference/quickbooks_online/resources/invoice_sales_line_item/index.html +517 -0
  121. data/docs/reference/quickbooks_online/resources/item/index.html +505 -0
  122. data/docs/reference/quickbooks_online/resources/journal_entry/index.html +539 -0
  123. data/docs/reference/quickbooks_online/resources/journal_entry_line_item/index.html +525 -0
  124. data/docs/reference/quickbooks_online/resources/ledger_class/index.html +539 -0
  125. data/docs/reference/quickbooks_online/resources/payment/index.html +559 -0
  126. data/docs/reference/quickbooks_online/resources/payment_line_item/index.html +509 -0
  127. data/docs/reference/quickbooks_online/resources/preferences/index.html +547 -0
  128. data/docs/reference/quickbooks_online/resources/primary_email_addr/index.html +505 -0
  129. data/docs/reference/quickbooks_online/resources/primary_phone/index.html +505 -0
  130. data/docs/reference/quickbooks_online/resources/resource/index.html +501 -0
  131. data/docs/reference/quickbooks_online/resources/subsidiary/index.html +509 -0
  132. data/docs/reference/quickbooks_online/resources/transfer/index.html +543 -0
  133. data/docs/reference/quickbooks_online/resources/vendor/index.html +547 -0
  134. data/docs/reference/quickbooks_online/webhooks/index.html +448 -0
  135. data/docs/reference/stripe/index.html +314 -0
  136. data/docs/reference/stripe/resources/customer/index.html +387 -0
  137. data/docs/reference/stripe/resources/index.html +330 -0
  138. data/docs/reference/stripe/resources/resource/index.html +351 -0
  139. data/docs/style-guide/index.html +396 -0
  140. data/documentation/build.sh +8 -0
  141. data/documentation/generate.rb +32 -0
  142. data/documentation/generators/generator.rb +80 -0
  143. data/documentation/generators/guides/generator.rb +36 -0
  144. data/documentation/generators/reference/generator.rb +76 -0
  145. data/documentation/generators/reference/ledger/generator.rb +74 -0
  146. data/documentation/generators/template.rb +22 -0
  147. data/documentation/helper_methods.rb +17 -0
  148. data/documentation/site/CNAME +1 -0
  149. data/documentation/site/Gemfile +11 -0
  150. data/documentation/site/Gemfile.lock +69 -0
  151. data/documentation/site/LICENSE.md +40 -0
  152. data/documentation/site/README.md +8 -0
  153. data/documentation/site/_config.yml +113 -0
  154. data/documentation/site/_data/guides_sections.yml +10 -0
  155. data/documentation/site/_data/reference_sections.yml +5 -0
  156. data/documentation/site/_includes/action_link.html +8 -0
  157. data/documentation/site/_includes/alerts/base.html +3 -0
  158. data/documentation/site/_includes/alerts/danger.html +1 -0
  159. data/documentation/site/_includes/alerts/info.html +1 -0
  160. data/documentation/site/_includes/alerts/success.html +1 -0
  161. data/documentation/site/_includes/alerts/warning.html +1 -0
  162. data/documentation/site/_includes/cta_buttons.html +4 -0
  163. data/documentation/site/_includes/example.md +8 -0
  164. data/documentation/site/_includes/footer.html +25 -0
  165. data/documentation/site/_includes/getting_help.md +8 -0
  166. data/documentation/site/_includes/guides_menu.html +29 -0
  167. data/documentation/site/_includes/guides_submenu.html +7 -0
  168. data/documentation/site/_includes/header.html +35 -0
  169. data/documentation/site/_includes/installation_instructions.md +17 -0
  170. data/documentation/site/_includes/ledgers/Stripe_summary.md +1 -0
  171. data/documentation/site/_includes/ledgers/netsuite_soap_summary.md +1 -0
  172. data/documentation/site/_includes/ledgers/netsuite_summary.md +1 -0
  173. data/documentation/site/_includes/ledgers/netsuite_summary_shared.md +1 -0
  174. data/documentation/site/_includes/ledgers/quickbooks_online_summary.md +1 -0
  175. data/documentation/site/_includes/reference/netsuite/authentication/_token_based_authentication.md +99 -0
  176. data/documentation/site/_includes/reference/netsuite/authentication/index.md +15 -0
  177. data/documentation/site/_includes/reference/netsuite/authentication/token_based_authentication.md +6 -0
  178. data/documentation/site/_includes/reference/netsuite/index.md +25 -0
  179. data/documentation/site/_includes/reference/netsuite_soap/index.md +11 -0
  180. data/documentation/site/_includes/reference/quickbooks_online/authentication/index.md +55 -0
  181. data/documentation/site/_includes/reference/quickbooks_online/errors/index.md +9 -0
  182. data/documentation/site/_includes/reference/quickbooks_online/index.md +6 -0
  183. data/documentation/site/_includes/reference/quickbooks_online/webhooks/index.md +42 -0
  184. data/documentation/site/_includes/reference/stripe/index.md +6 -0
  185. data/documentation/site/_includes/section_content.html +34 -0
  186. data/documentation/site/_includes/section_cta.html +28 -0
  187. data/documentation/site/_includes/section_grid.html +60 -0
  188. data/documentation/site/_includes/section_guides.html +35 -0
  189. data/documentation/site/_includes/section_hero.html +28 -0
  190. data/documentation/site/_includes/submenu.html +8 -0
  191. data/documentation/site/_layouts/advanced.html +9 -0
  192. data/documentation/site/_layouts/base.html +34 -0
  193. data/documentation/site/_layouts/blog.html +51 -0
  194. data/documentation/site/_layouts/body.html +11 -0
  195. data/documentation/site/_layouts/guides.html +46 -0
  196. data/documentation/site/_layouts/page.html +26 -0
  197. data/documentation/site/_layouts/post.html +52 -0
  198. data/documentation/site/_layouts/reference.html +46 -0
  199. data/documentation/site/_layouts/reference_netsuite.html +46 -0
  200. data/documentation/site/_layouts/reference_netsuite_soap.html +46 -0
  201. data/documentation/site/_layouts/reference_quickbooks_online.html +46 -0
  202. data/documentation/site/_layouts/reference_stripe.html +46 -0
  203. data/documentation/site/_plugins/filters.rb +122 -0
  204. data/documentation/site/_plugins/hooks.rb +9 -0
  205. data/documentation/site/_posts/2020-06-01-introducing-docs.md +17 -0
  206. data/documentation/site/_posts/2020-06-10-netsuite-authentication.md +382 -0
  207. data/documentation/site/_sass/imports/_animations.scss +19 -0
  208. data/documentation/site/_sass/imports/_footer.scss +94 -0
  209. data/documentation/site/_sass/imports/_functions.scss +69 -0
  210. data/documentation/site/_sass/imports/_general.scss +687 -0
  211. data/documentation/site/_sass/imports/_guides.scss +300 -0
  212. data/documentation/site/_sass/imports/_header.scss +358 -0
  213. data/documentation/site/_sass/imports/_icons.scss +90 -0
  214. data/documentation/site/_sass/imports/_post-navigation.scss +67 -0
  215. data/documentation/site/_sass/imports/_posts-pages.scss +165 -0
  216. data/documentation/site/_sass/imports/_prism.scss +174 -0
  217. data/documentation/site/_sass/imports/_reset.scss +210 -0
  218. data/documentation/site/_sass/imports/_sections.scss +370 -0
  219. data/documentation/site/_sass/imports/_structure.scss +44 -0
  220. data/documentation/site/_templates/_layouts/reference_ledger.html.erb +46 -0
  221. data/documentation/site/_templates/guides/ledger.md.erb +9 -0
  222. data/documentation/site/_templates/reference/resources/index.md.erb +9 -0
  223. data/documentation/site/_templates/reference/resources/resource.md.erb +27 -0
  224. data/documentation/site/assets/css/brands.min.css +5 -0
  225. data/documentation/site/assets/css/fontawesome.min.css +5 -0
  226. data/documentation/site/assets/css/main.scss +45 -0
  227. data/documentation/site/assets/css/monokai.css +441 -0
  228. data/documentation/site/assets/js/main.js +214 -0
  229. data/documentation/site/assets/js/plugins.js +22 -0
  230. data/documentation/site/assets/js/prism.js +9 -0
  231. data/documentation/site/assets/webfonts/fa-brands-400.eot +0 -0
  232. data/documentation/site/assets/webfonts/fa-brands-400.svg +3452 -0
  233. data/documentation/site/assets/webfonts/fa-brands-400.ttf +0 -0
  234. data/documentation/site/assets/webfonts/fa-brands-400.woff +0 -0
  235. data/documentation/site/assets/webfonts/fa-brands-400.woff2 +0 -0
  236. data/documentation/site/blog/index.md +6 -0
  237. data/documentation/site/guides/architecture/clients.md +35 -0
  238. data/documentation/site/guides/architecture/index.md +14 -0
  239. data/documentation/site/guides/architecture/operations.md +45 -0
  240. data/documentation/site/guides/architecture/resources.md +40 -0
  241. data/documentation/site/guides/architecture/results.md +6 -0
  242. data/documentation/site/guides/architecture/searchers.md +28 -0
  243. data/documentation/site/guides/architecture/serialization.md +59 -0
  244. data/documentation/site/guides/community/index.md +8 -0
  245. data/documentation/site/guides/contribute/console.md +6 -0
  246. data/documentation/site/guides/contribute/deployment.md +17 -0
  247. data/documentation/site/guides/contribute/documentation.md +37 -0
  248. data/documentation/site/guides/contribute/index.md +18 -0
  249. data/documentation/site/guides/contribute/qa.md +16 -0
  250. data/documentation/site/guides/contribute/testing.md +6 -0
  251. data/documentation/site/guides/customization/custom_resources.md +50 -0
  252. data/documentation/site/guides/customization/custom_serializers.md +47 -0
  253. data/documentation/site/guides/customization/index.md +15 -0
  254. data/documentation/site/guides/customization/resource_converters.md +79 -0
  255. data/documentation/site/guides/getting-started/get-help.md +7 -0
  256. data/documentation/site/guides/getting-started/index.md +8 -0
  257. data/documentation/site/guides/getting-started/installation.md +7 -0
  258. data/documentation/site/guides/getting-started/quick-start.md +123 -0
  259. data/documentation/site/guides/index.md +16 -0
  260. data/documentation/site/guides/ledgers/index.md +12 -0
  261. data/documentation/site/guides/ledgers/netsuite.md +9 -0
  262. data/documentation/site/guides/ledgers/netsuite_soap.md +9 -0
  263. data/documentation/site/guides/ledgers/quickbooks_online.md +9 -0
  264. data/documentation/site/guides/ledgers/stripe.md +9 -0
  265. data/documentation/site/guides/modern-treasury/index.md +14 -0
  266. data/documentation/site/guides/tips_and_more/index.md +76 -0
  267. data/documentation/site/images/1.jpg +0 -0
  268. data/documentation/site/images/10.jpg +0 -0
  269. data/documentation/site/images/2.jpg +0 -0
  270. data/documentation/site/images/3.jpg +0 -0
  271. data/documentation/site/images/4.jpg +0 -0
  272. data/documentation/site/images/5.jpg +0 -0
  273. data/documentation/site/images/6.jpg +0 -0
  274. data/documentation/site/images/7.jpg +0 -0
  275. data/documentation/site/images/8.jpg +0 -0
  276. data/documentation/site/images/9.jpg +0 -0
  277. data/documentation/site/images/logo.svg +8 -0
  278. data/documentation/site/index.md +99 -0
  279. data/documentation/site/overview.md +21 -0
  280. data/documentation/site/reference/architecture/clients.md +33 -0
  281. data/documentation/site/reference/architecture/index.md +14 -0
  282. data/documentation/site/reference/architecture/operations.md +6 -0
  283. data/documentation/site/reference/architecture/resources.md +38 -0
  284. data/documentation/site/reference/architecture/results.md +6 -0
  285. data/documentation/site/reference/architecture/searchers.md +6 -0
  286. data/documentation/site/reference/architecture/serialization.md +6 -0
  287. data/documentation/site/reference/index.md +6 -0
  288. data/documentation/site/reference/netsuite/authentication/_token_based_authentication.md +99 -0
  289. data/documentation/site/reference/netsuite/authentication/index.md +15 -0
  290. data/documentation/site/reference/netsuite/authentication/token_based_authentication.md +6 -0
  291. data/documentation/site/reference/netsuite/index.md +25 -0
  292. data/documentation/site/reference/netsuite/resources/account.md +38 -0
  293. data/documentation/site/reference/netsuite/resources/check.md +49 -0
  294. data/documentation/site/reference/netsuite/resources/check_line_item.md +23 -0
  295. data/documentation/site/reference/netsuite/resources/currency.md +45 -0
  296. data/documentation/site/reference/netsuite/resources/customer.md +48 -0
  297. data/documentation/site/reference/netsuite/resources/customer_deposit.md +46 -0
  298. data/documentation/site/reference/netsuite/resources/department.md +47 -0
  299. data/documentation/site/reference/netsuite/resources/deposit.md +25 -0
  300. data/documentation/site/reference/netsuite/resources/deposit_line_item.md +23 -0
  301. data/documentation/site/reference/netsuite/resources/index.md +25 -0
  302. data/documentation/site/reference/netsuite/resources/invoice.md +25 -0
  303. data/documentation/site/reference/netsuite/resources/invoice_line_item.md +22 -0
  304. data/documentation/site/reference/netsuite/resources/item.md +19 -0
  305. data/documentation/site/reference/netsuite/resources/journal_entry.md +48 -0
  306. data/documentation/site/reference/netsuite/resources/journal_entry_line_item.md +24 -0
  307. data/documentation/site/reference/netsuite/resources/ledger_class.md +47 -0
  308. data/documentation/site/reference/netsuite/resources/location.md +43 -0
  309. data/documentation/site/reference/netsuite/resources/resource.md +18 -0
  310. data/documentation/site/reference/netsuite/resources/subsidiary.md +20 -0
  311. data/documentation/site/reference/netsuite/resources/vendor.md +49 -0
  312. data/documentation/site/reference/netsuite_soap/index.md +11 -0
  313. data/documentation/site/reference/netsuite_soap/resources/customer.md +34 -0
  314. data/documentation/site/reference/netsuite_soap/resources/index.md +9 -0
  315. data/documentation/site/reference/netsuite_soap/resources/resource.md +18 -0
  316. data/documentation/site/reference/netsuite_soap/resources/subsidiary.md +32 -0
  317. data/documentation/site/reference/quickbooks_online/authentication/index.md +55 -0
  318. data/documentation/site/reference/quickbooks_online/errors/index.md +9 -0
  319. data/documentation/site/reference/quickbooks_online/index.md +6 -0
  320. data/documentation/site/reference/quickbooks_online/resources/account.md +44 -0
  321. data/documentation/site/reference/quickbooks_online/resources/bill.md +45 -0
  322. data/documentation/site/reference/quickbooks_online/resources/bill_line_item.md +22 -0
  323. data/documentation/site/reference/quickbooks_online/resources/bill_payment.md +49 -0
  324. data/documentation/site/reference/quickbooks_online/resources/bill_payment_line_item.md +20 -0
  325. data/documentation/site/reference/quickbooks_online/resources/currency.md +21 -0
  326. data/documentation/site/reference/quickbooks_online/resources/customer.md +40 -0
  327. data/documentation/site/reference/quickbooks_online/resources/department.md +41 -0
  328. data/documentation/site/reference/quickbooks_online/resources/deposit.md +43 -0
  329. data/documentation/site/reference/quickbooks_online/resources/deposit_line_item.md +23 -0
  330. data/documentation/site/reference/quickbooks_online/resources/expense.md +46 -0
  331. data/documentation/site/reference/quickbooks_online/resources/expense_line_item.md +22 -0
  332. data/documentation/site/reference/quickbooks_online/resources/index.md +33 -0
  333. data/documentation/site/reference/quickbooks_online/resources/invoice.md +43 -0
  334. data/documentation/site/reference/quickbooks_online/resources/invoice_sales_line_item.md +22 -0
  335. data/documentation/site/reference/quickbooks_online/resources/item.md +19 -0
  336. data/documentation/site/reference/quickbooks_online/resources/journal_entry.md +41 -0
  337. data/documentation/site/reference/quickbooks_online/resources/journal_entry_line_item.md +24 -0
  338. data/documentation/site/reference/quickbooks_online/resources/ledger_class.md +41 -0
  339. data/documentation/site/reference/quickbooks_online/resources/payment.md +46 -0
  340. data/documentation/site/reference/quickbooks_online/resources/payment_line_item.md +20 -0
  341. data/documentation/site/reference/quickbooks_online/resources/preferences.md +34 -0
  342. data/documentation/site/reference/quickbooks_online/resources/primary_email_addr.md +19 -0
  343. data/documentation/site/reference/quickbooks_online/resources/primary_phone.md +19 -0
  344. data/documentation/site/reference/quickbooks_online/resources/resource.md +18 -0
  345. data/documentation/site/reference/quickbooks_online/resources/subsidiary.md +20 -0
  346. data/documentation/site/reference/quickbooks_online/resources/transfer.md +42 -0
  347. data/documentation/site/reference/quickbooks_online/resources/vendor.md +43 -0
  348. data/documentation/site/reference/quickbooks_online/webhooks/index.md +42 -0
  349. data/documentation/site/reference/stripe/index.md +6 -0
  350. data/documentation/site/reference/stripe/resources/customer.md +45 -0
  351. data/documentation/site/reference/stripe/resources/index.md +8 -0
  352. data/documentation/site/reference/stripe/resources/resource.md +18 -0
  353. data/documentation/site/style-guide.md +137 -0
  354. data/ledger_sync.gemspec +1 -1
  355. data/lib/ledger_sync.rb +40 -65
  356. data/lib/ledger_sync/core_ext/resonad.rb +2 -2
  357. data/lib/ledger_sync/deserializer.rb +55 -6
  358. data/lib/ledger_sync/error.rb +15 -0
  359. data/lib/ledger_sync/error/ledger_errors.rb +72 -0
  360. data/lib/ledger_sync/error/resource_errors.rb +34 -4
  361. data/lib/ledger_sync/ledger_configuration.rb +61 -0
  362. data/lib/ledger_sync/ledger_configuration_store.rb +56 -0
  363. data/lib/ledger_sync/ledgers/client.rb +112 -0
  364. data/lib/ledger_sync/ledgers/contract.rb +16 -0
  365. data/lib/ledger_sync/ledgers/dashboard_url_helper.rb +23 -0
  366. data/lib/ledger_sync/ledgers/mixins/infer_client_mixin.rb +28 -0
  367. data/lib/ledger_sync/ledgers/mixins/infer_resource_class_mixin.rb +25 -0
  368. data/lib/ledger_sync/ledgers/mixins/infer_serializer_mixin.rb +52 -0
  369. data/lib/ledger_sync/ledgers/mixins/infer_validation_contract_mixin.rb +27 -0
  370. data/lib/ledger_sync/ledgers/mixins/offset_and_limit_pagination_searcher_mixin.rb +37 -0
  371. data/lib/ledger_sync/ledgers/mixins/serialization_mixin.rb +41 -0
  372. data/lib/ledger_sync/ledgers/netsuite/account/deserializer.rb +23 -0
  373. data/lib/ledger_sync/ledgers/netsuite/account/operations/create.rb +28 -0
  374. data/lib/ledger_sync/ledgers/netsuite/account/operations/find.rb +28 -0
  375. data/lib/ledger_sync/ledgers/netsuite/account/searcher.rb +12 -0
  376. data/lib/ledger_sync/ledgers/netsuite/account/searcher_deserializer.rb +29 -0
  377. data/lib/ledger_sync/ledgers/netsuite/account/serializer.rb +21 -0
  378. data/lib/ledger_sync/ledgers/netsuite/check/deserializer.rb +29 -0
  379. data/lib/ledger_sync/ledgers/netsuite/check/operations/create.rb +27 -0
  380. data/lib/ledger_sync/ledgers/netsuite/check/operations/delete.rb +27 -0
  381. data/lib/ledger_sync/ledgers/netsuite/check/operations/find.rb +27 -0
  382. data/lib/ledger_sync/ledgers/netsuite/check/operations/update.rb +27 -0
  383. data/lib/ledger_sync/ledgers/netsuite/check/searcher.rb +15 -0
  384. data/lib/ledger_sync/ledgers/netsuite/check/searcher_deserializer.rb +16 -0
  385. data/lib/ledger_sync/ledgers/netsuite/check/serializer.rb +50 -0
  386. data/lib/ledger_sync/ledgers/netsuite/check_line_item/deserializer.rb +17 -0
  387. data/lib/ledger_sync/ledgers/netsuite/check_line_item/serializer.rb +25 -0
  388. data/lib/ledger_sync/ledgers/netsuite/client.rb +184 -0
  389. data/lib/ledger_sync/ledgers/netsuite/config.rb +5 -0
  390. data/lib/ledger_sync/ledgers/netsuite/currency/deserializer.rb +23 -0
  391. data/lib/ledger_sync/ledgers/netsuite/currency/operations/create.rb +25 -0
  392. data/lib/ledger_sync/ledgers/netsuite/currency/operations/delete.rb +23 -0
  393. data/lib/ledger_sync/ledgers/netsuite/currency/operations/find.rb +23 -0
  394. data/lib/ledger_sync/ledgers/netsuite/currency/operations/update.rb +23 -0
  395. data/lib/ledger_sync/ledgers/netsuite/currency/serializer.rb +21 -0
  396. data/lib/ledger_sync/ledgers/netsuite/customer/deserializer.rb +22 -0
  397. data/lib/ledger_sync/ledgers/netsuite/customer/operations/create.rb +26 -0
  398. data/lib/ledger_sync/ledgers/netsuite/customer/operations/delete.rb +26 -0
  399. data/lib/ledger_sync/ledgers/netsuite/customer/operations/find.rb +26 -0
  400. data/lib/ledger_sync/ledgers/netsuite/customer/operations/update.rb +26 -0
  401. data/lib/ledger_sync/ledgers/netsuite/customer/searcher.rb +12 -0
  402. data/lib/ledger_sync/ledgers/netsuite/customer/searcher_deserializer.rb +18 -0
  403. data/lib/ledger_sync/ledgers/netsuite/customer/serializer.rb +29 -0
  404. data/lib/ledger_sync/ledgers/netsuite/customer_deposit/deserializer.rb +20 -0
  405. data/lib/ledger_sync/ledgers/netsuite/customer_deposit/operations/create.rb +24 -0
  406. data/lib/ledger_sync/ledgers/netsuite/customer_deposit/operations/delete.rb +24 -0
  407. data/lib/ledger_sync/ledgers/netsuite/customer_deposit/operations/find.rb +24 -0
  408. data/lib/ledger_sync/ledgers/netsuite/customer_deposit/operations/update.rb +24 -0
  409. data/lib/ledger_sync/ledgers/netsuite/customer_deposit/searcher.rb +12 -0
  410. data/lib/ledger_sync/ledgers/netsuite/customer_deposit/searcher_deserializer.rb +16 -0
  411. data/lib/ledger_sync/ledgers/netsuite/customer_deposit/serializer.rb +25 -0
  412. data/lib/ledger_sync/ledgers/netsuite/dashboard_url_helper.rb +28 -0
  413. data/lib/ledger_sync/ledgers/netsuite/department/deserializer.rb +15 -0
  414. data/lib/ledger_sync/ledgers/netsuite/department/operations/create.rb +25 -0
  415. data/lib/ledger_sync/ledgers/netsuite/department/operations/delete.rb +25 -0
  416. data/lib/ledger_sync/ledgers/netsuite/department/operations/find.rb +25 -0
  417. data/lib/ledger_sync/ledgers/netsuite/department/operations/update.rb +25 -0
  418. data/lib/ledger_sync/ledgers/netsuite/department/searcher.rb +12 -0
  419. data/lib/ledger_sync/ledgers/netsuite/department/searcher_deserializer.rb +19 -0
  420. data/lib/ledger_sync/ledgers/netsuite/department/serializer.rb +13 -0
  421. data/lib/ledger_sync/ledgers/netsuite/deserializer.rb +18 -0
  422. data/lib/ledger_sync/ledgers/netsuite/error.rb +18 -0
  423. data/lib/ledger_sync/ledgers/netsuite/journal_entry/deserializer.rb +31 -0
  424. data/lib/ledger_sync/ledgers/netsuite/journal_entry/operations/create.rb +26 -0
  425. data/lib/ledger_sync/ledgers/netsuite/journal_entry/operations/delete.rb +26 -0
  426. data/lib/ledger_sync/ledgers/netsuite/journal_entry/operations/find.rb +26 -0
  427. data/lib/ledger_sync/ledgers/netsuite/journal_entry/operations/update.rb +30 -0
  428. data/lib/ledger_sync/ledgers/netsuite/journal_entry/serializer.rb +36 -0
  429. data/lib/ledger_sync/ledgers/netsuite/journal_entry_line_item/deserializer.rb +23 -0
  430. data/lib/ledger_sync/ledgers/netsuite/journal_entry_line_item/serializer.rb +21 -0
  431. data/lib/ledger_sync/ledgers/netsuite/ledger_class/deserializer.rb +15 -0
  432. data/lib/ledger_sync/ledgers/netsuite/ledger_class/operations/create.rb +25 -0
  433. data/lib/ledger_sync/ledgers/netsuite/ledger_class/operations/delete.rb +25 -0
  434. data/lib/ledger_sync/ledgers/netsuite/ledger_class/operations/find.rb +25 -0
  435. data/lib/ledger_sync/ledgers/netsuite/ledger_class/operations/update.rb +25 -0
  436. data/lib/ledger_sync/ledgers/netsuite/ledger_class/searcher.rb +12 -0
  437. data/lib/ledger_sync/ledgers/netsuite/ledger_class/searcher_deserializer.rb +19 -0
  438. data/lib/ledger_sync/ledgers/netsuite/ledger_class/serializer.rb +13 -0
  439. data/lib/ledger_sync/ledgers/netsuite/location/deserializer.rb +15 -0
  440. data/lib/ledger_sync/ledgers/netsuite/location/operations/create.rb +21 -0
  441. data/lib/ledger_sync/ledgers/netsuite/location/operations/delete.rb +21 -0
  442. data/lib/ledger_sync/ledgers/netsuite/location/operations/find.rb +21 -0
  443. data/lib/ledger_sync/ledgers/netsuite/location/operations/update.rb +21 -0
  444. data/lib/ledger_sync/ledgers/netsuite/location/searcher.rb +12 -0
  445. data/lib/ledger_sync/ledgers/netsuite/location/serializer.rb +13 -0
  446. data/lib/ledger_sync/ledgers/netsuite/operation.rb +40 -0
  447. data/lib/ledger_sync/ledgers/netsuite/operation/create.rb +58 -0
  448. data/lib/ledger_sync/ledgers/netsuite/operation/delete.rb +49 -0
  449. data/lib/ledger_sync/ledgers/netsuite/operation/find.rb +60 -0
  450. data/lib/ledger_sync/ledgers/netsuite/operation/update.rb +61 -0
  451. data/lib/ledger_sync/ledgers/netsuite/record/http_method.rb +33 -0
  452. data/lib/ledger_sync/ledgers/netsuite/record/metadata.rb +105 -0
  453. data/lib/ledger_sync/ledgers/netsuite/record/parameter.rb +20 -0
  454. data/lib/ledger_sync/ledgers/netsuite/record/property.rb +22 -0
  455. data/lib/ledger_sync/ledgers/netsuite/reference/serializer.rb +13 -0
  456. data/lib/ledger_sync/ledgers/netsuite/resource.rb +10 -0
  457. data/lib/ledger_sync/ledgers/netsuite/resources/account.rb +44 -0
  458. data/lib/ledger_sync/ledgers/netsuite/resources/check.rb +23 -0
  459. data/lib/ledger_sync/ledgers/netsuite/resources/check_line_item.rb +15 -0
  460. data/lib/ledger_sync/ledgers/netsuite/resources/currency.rb +13 -0
  461. data/lib/ledger_sync/ledgers/netsuite/resources/customer.rb +19 -0
  462. data/lib/ledger_sync/ledgers/netsuite/resources/customer_deposit.rb +15 -0
  463. data/lib/ledger_sync/ledgers/netsuite/resources/department.rb +16 -0
  464. data/lib/ledger_sync/ledgers/netsuite/resources/deposit.rb +28 -0
  465. data/lib/ledger_sync/ledgers/netsuite/resources/deposit_line_item.rb +25 -0
  466. data/lib/ledger_sync/ledgers/netsuite/resources/invoice.rb +28 -0
  467. data/lib/ledger_sync/ledgers/netsuite/resources/invoice_line_item.rb +21 -0
  468. data/lib/ledger_sync/ledgers/netsuite/resources/item.rb +11 -0
  469. data/lib/ledger_sync/ledgers/netsuite/resources/journal_entry.rb +26 -0
  470. data/lib/ledger_sync/ledgers/netsuite/resources/journal_entry_line_item.rb +24 -0
  471. data/lib/ledger_sync/ledgers/netsuite/resources/ledger_class.rb +16 -0
  472. data/lib/ledger_sync/ledgers/netsuite/resources/location.rb +11 -0
  473. data/lib/ledger_sync/ledgers/netsuite/resources/subsidiary.rb +12 -0
  474. data/lib/ledger_sync/ledgers/netsuite/resources/vendor.rb +23 -0
  475. data/lib/ledger_sync/ledgers/netsuite/searcher.rb +64 -0
  476. data/lib/ledger_sync/ledgers/netsuite/serializer.rb +13 -0
  477. data/lib/ledger_sync/ledgers/netsuite/subsidiary/deserializer.rb +17 -0
  478. data/lib/ledger_sync/ledgers/netsuite/subsidiary/searcher.rb +12 -0
  479. data/lib/ledger_sync/ledgers/netsuite/subsidiary/searcher_deserializer.rb +15 -0
  480. data/lib/ledger_sync/ledgers/netsuite/subsidiary/serializer.rb +15 -0
  481. data/lib/ledger_sync/ledgers/netsuite/token.rb +158 -0
  482. data/lib/ledger_sync/ledgers/netsuite/type/deserializer_active_type.rb +32 -0
  483. data/lib/ledger_sync/ledgers/netsuite/type/deserializer_customer_type.rb +33 -0
  484. data/lib/ledger_sync/ledgers/netsuite/type/deserializer_entity_type.rb +30 -0
  485. data/lib/ledger_sync/ledgers/netsuite/type/deserializer_subsidiary_type.rb +33 -0
  486. data/lib/ledger_sync/ledgers/netsuite/vendor/deserializer.rb +30 -0
  487. data/lib/ledger_sync/ledgers/netsuite/vendor/operations/create.rb +27 -0
  488. data/lib/ledger_sync/ledgers/netsuite/vendor/operations/delete.rb +27 -0
  489. data/lib/ledger_sync/ledgers/netsuite/vendor/operations/find.rb +27 -0
  490. data/lib/ledger_sync/ledgers/netsuite/vendor/operations/update.rb +27 -0
  491. data/lib/ledger_sync/ledgers/netsuite/vendor/searcher.rb +12 -0
  492. data/lib/ledger_sync/ledgers/netsuite/vendor/searcher_deserializer.rb +21 -0
  493. data/lib/ledger_sync/ledgers/netsuite/vendor/serializer.rb +30 -0
  494. data/lib/ledger_sync/ledgers/netsuite_soap/client.rb +92 -0
  495. data/lib/ledger_sync/ledgers/netsuite_soap/config.rb +5 -0
  496. data/lib/ledger_sync/ledgers/netsuite_soap/customer/operations/create.rb +64 -0
  497. data/lib/ledger_sync/ledgers/netsuite_soap/customer/operations/find.rb +49 -0
  498. data/lib/ledger_sync/ledgers/netsuite_soap/operation.rb +40 -0
  499. data/lib/ledger_sync/ledgers/netsuite_soap/operation/create.rb +29 -0
  500. data/lib/ledger_sync/ledgers/netsuite_soap/operation/find.rb +15 -0
  501. data/lib/ledger_sync/ledgers/netsuite_soap/resource.rb +10 -0
  502. data/lib/ledger_sync/ledgers/netsuite_soap/resources/customer.rb +29 -0
  503. data/lib/ledger_sync/ledgers/netsuite_soap/resources/subsidiary.rb +12 -0
  504. data/lib/ledger_sync/ledgers/netsuite_soap/subsidiary/operations/create.rb +42 -0
  505. data/lib/ledger_sync/ledgers/netsuite_soap/subsidiary/operations/find.rb +38 -0
  506. data/lib/ledger_sync/ledgers/operation.rb +181 -0
  507. data/lib/ledger_sync/ledgers/quickbooks_online/account/deserializer.rb +43 -0
  508. data/lib/ledger_sync/ledgers/quickbooks_online/account/operations/create.rb +26 -0
  509. data/lib/ledger_sync/ledgers/quickbooks_online/account/operations/find.rb +26 -0
  510. data/lib/ledger_sync/ledgers/quickbooks_online/account/operations/update.rb +30 -0
  511. data/lib/ledger_sync/ledgers/quickbooks_online/account/searcher.rb +15 -0
  512. data/lib/ledger_sync/ledgers/quickbooks_online/account/serializer.rb +37 -0
  513. data/lib/ledger_sync/ledgers/quickbooks_online/bill/deserializer.rb +45 -0
  514. data/lib/ledger_sync/ledgers/quickbooks_online/bill/operations/create.rb +27 -0
  515. data/lib/ledger_sync/ledgers/quickbooks_online/bill/operations/find.rb +27 -0
  516. data/lib/ledger_sync/ledgers/quickbooks_online/bill/operations/update.rb +27 -0
  517. data/lib/ledger_sync/ledgers/quickbooks_online/bill/searcher.rb +14 -0
  518. data/lib/ledger_sync/ledgers/quickbooks_online/bill/serializer.rb +44 -0
  519. data/lib/ledger_sync/ledgers/quickbooks_online/bill_line_item/deserializer.rb +25 -0
  520. data/lib/ledger_sync/ledgers/quickbooks_online/bill_line_item/serializer.rb +29 -0
  521. data/lib/ledger_sync/ledgers/quickbooks_online/bill_payment/deserializer.rb +59 -0
  522. data/lib/ledger_sync/ledgers/quickbooks_online/bill_payment/operations/create.rb +33 -0
  523. data/lib/ledger_sync/ledgers/quickbooks_online/bill_payment/operations/find.rb +33 -0
  524. data/lib/ledger_sync/ledgers/quickbooks_online/bill_payment/operations/update.rb +33 -0
  525. data/lib/ledger_sync/ledgers/quickbooks_online/bill_payment/serializer.rb +77 -0
  526. data/lib/ledger_sync/ledgers/quickbooks_online/bill_payment_line_item/deserializer.rb +18 -0
  527. data/lib/ledger_sync/ledgers/quickbooks_online/bill_payment_line_item/serializer.rb +18 -0
  528. data/lib/ledger_sync/ledgers/quickbooks_online/client.rb +258 -0
  529. data/lib/ledger_sync/ledgers/quickbooks_online/config.rb +8 -0
  530. data/lib/ledger_sync/ledgers/quickbooks_online/currency/deserializer.rb +17 -0
  531. data/lib/ledger_sync/ledgers/quickbooks_online/currency/serializer.rb +16 -0
  532. data/lib/ledger_sync/ledgers/quickbooks_online/customer/deserializer.rb +19 -0
  533. data/lib/ledger_sync/ledgers/quickbooks_online/customer/operations/create.rb +26 -0
  534. data/lib/ledger_sync/ledgers/quickbooks_online/customer/operations/find.rb +26 -0
  535. data/lib/ledger_sync/ledgers/quickbooks_online/customer/operations/update.rb +26 -0
  536. data/lib/ledger_sync/ledgers/quickbooks_online/customer/searcher.rb +13 -0
  537. data/lib/ledger_sync/ledgers/quickbooks_online/customer/serializer.rb +19 -0
  538. data/lib/ledger_sync/ledgers/quickbooks_online/dashboard_url_helper.rb +34 -0
  539. data/lib/ledger_sync/ledgers/quickbooks_online/department/deserializer.rb +28 -0
  540. data/lib/ledger_sync/ledgers/quickbooks_online/department/operations/create.rb +23 -0
  541. data/lib/ledger_sync/ledgers/quickbooks_online/department/operations/find.rb +23 -0
  542. data/lib/ledger_sync/ledgers/quickbooks_online/department/operations/update.rb +25 -0
  543. data/lib/ledger_sync/ledgers/quickbooks_online/department/searcher.rb +17 -0
  544. data/lib/ledger_sync/ledgers/quickbooks_online/department/serializer.rb +49 -0
  545. data/lib/ledger_sync/ledgers/quickbooks_online/deposit/deserializer.rb +39 -0
  546. data/lib/ledger_sync/ledgers/quickbooks_online/deposit/operations/create.rb +25 -0
  547. data/lib/ledger_sync/ledgers/quickbooks_online/deposit/operations/find.rb +25 -0
  548. data/lib/ledger_sync/ledgers/quickbooks_online/deposit/operations/update.rb +27 -0
  549. data/lib/ledger_sync/ledgers/quickbooks_online/deposit/searcher.rb +13 -0
  550. data/lib/ledger_sync/ledgers/quickbooks_online/deposit/serializer.rb +39 -0
  551. data/lib/ledger_sync/ledgers/quickbooks_online/deposit_line_item/deserializer.rb +38 -0
  552. data/lib/ledger_sync/ledgers/quickbooks_online/deposit_line_item/serializer.rb +41 -0
  553. data/lib/ledger_sync/ledgers/quickbooks_online/deserializer.rb +98 -0
  554. data/lib/ledger_sync/ledgers/quickbooks_online/expense/deserializer.rb +58 -0
  555. data/lib/ledger_sync/ledgers/quickbooks_online/expense/operations/create.rb +28 -0
  556. data/lib/ledger_sync/ledgers/quickbooks_online/expense/operations/find.rb +28 -0
  557. data/lib/ledger_sync/ledgers/quickbooks_online/expense/operations/update.rb +28 -0
  558. data/lib/ledger_sync/ledgers/quickbooks_online/expense/searcher.rb +14 -0
  559. data/lib/ledger_sync/ledgers/quickbooks_online/expense/serializer.rb +59 -0
  560. data/lib/ledger_sync/ledgers/quickbooks_online/expense_line_item/deserializer.rb +25 -0
  561. data/lib/ledger_sync/ledgers/quickbooks_online/expense_line_item/serializer.rb +27 -0
  562. data/lib/ledger_sync/ledgers/quickbooks_online/invoice/deserializer.rb +35 -0
  563. data/lib/ledger_sync/ledgers/quickbooks_online/invoice/operations/create.rb +27 -0
  564. data/lib/ledger_sync/ledgers/quickbooks_online/invoice/operations/find.rb +25 -0
  565. data/lib/ledger_sync/ledgers/quickbooks_online/invoice/operations/update.rb +25 -0
  566. data/lib/ledger_sync/ledgers/quickbooks_online/invoice/serializer.rb +35 -0
  567. data/lib/ledger_sync/ledgers/quickbooks_online/invoice_sales_line_item/deserializer.rb +25 -0
  568. data/lib/ledger_sync/ledgers/quickbooks_online/invoice_sales_line_item/serializer.rb +29 -0
  569. data/lib/ledger_sync/ledgers/quickbooks_online/item/deserializer.rb +13 -0
  570. data/lib/ledger_sync/ledgers/quickbooks_online/item/serializer.rb +12 -0
  571. data/lib/ledger_sync/ledgers/quickbooks_online/journal_entry/deserializer.rb +33 -0
  572. data/lib/ledger_sync/ledgers/quickbooks_online/journal_entry/operations/create.rb +23 -0
  573. data/lib/ledger_sync/ledgers/quickbooks_online/journal_entry/operations/find.rb +23 -0
  574. data/lib/ledger_sync/ledgers/quickbooks_online/journal_entry/operations/update.rb +23 -0
  575. data/lib/ledger_sync/ledgers/quickbooks_online/journal_entry/searcher.rb +14 -0
  576. data/lib/ledger_sync/ledgers/quickbooks_online/journal_entry/serializer.rb +33 -0
  577. data/lib/ledger_sync/ledgers/quickbooks_online/journal_entry_line_item/deserializer.rb +32 -0
  578. data/lib/ledger_sync/ledgers/quickbooks_online/journal_entry_line_item/serializer.rb +36 -0
  579. data/lib/ledger_sync/ledgers/quickbooks_online/ledger_class/deserializer.rb +29 -0
  580. data/lib/ledger_sync/ledgers/quickbooks_online/ledger_class/operations/create.rb +23 -0
  581. data/lib/ledger_sync/ledgers/quickbooks_online/ledger_class/operations/find.rb +23 -0
  582. data/lib/ledger_sync/ledgers/quickbooks_online/ledger_class/operations/update.rb +25 -0
  583. data/lib/ledger_sync/ledgers/quickbooks_online/ledger_class/searcher.rb +15 -0
  584. data/lib/ledger_sync/ledgers/quickbooks_online/ledger_class/serializer.rb +24 -0
  585. data/lib/ledger_sync/ledgers/quickbooks_online/oauth_client.rb +93 -0
  586. data/lib/ledger_sync/ledgers/quickbooks_online/operation.rb +61 -0
  587. data/lib/ledger_sync/ledgers/quickbooks_online/operation/create.rb +26 -0
  588. data/lib/ledger_sync/ledgers/quickbooks_online/operation/find.rb +25 -0
  589. data/lib/ledger_sync/ledgers/quickbooks_online/operation/full_update.rb +44 -0
  590. data/lib/ledger_sync/ledgers/quickbooks_online/operation/sparse_update.rb +29 -0
  591. data/lib/ledger_sync/ledgers/quickbooks_online/payment/deserializer.rb +48 -0
  592. data/lib/ledger_sync/ledgers/quickbooks_online/payment/operations/create.rb +30 -0
  593. data/lib/ledger_sync/ledgers/quickbooks_online/payment/operations/find.rb +28 -0
  594. data/lib/ledger_sync/ledgers/quickbooks_online/payment/operations/update.rb +28 -0
  595. data/lib/ledger_sync/ledgers/quickbooks_online/payment/serializer.rb +48 -0
  596. data/lib/ledger_sync/ledgers/quickbooks_online/payment_line_item/deserializer.rb +18 -0
  597. data/lib/ledger_sync/ledgers/quickbooks_online/payment_line_item/serializer.rb +18 -0
  598. data/lib/ledger_sync/ledgers/quickbooks_online/preferences/deserializer.rb +43 -0
  599. data/lib/ledger_sync/ledgers/quickbooks_online/preferences/operations/find.rb +30 -0
  600. data/lib/ledger_sync/ledgers/quickbooks_online/preferences/serializer.rb +43 -0
  601. data/lib/ledger_sync/ledgers/quickbooks_online/request.rb +98 -0
  602. data/lib/ledger_sync/ledgers/quickbooks_online/resource.rb +10 -0
  603. data/lib/ledger_sync/ledgers/quickbooks_online/resources/account.rb +355 -0
  604. data/lib/ledger_sync/ledgers/quickbooks_online/resources/bill.rb +31 -0
  605. data/lib/ledger_sync/ledgers/quickbooks_online/resources/bill_line_item.rb +21 -0
  606. data/lib/ledger_sync/ledgers/quickbooks_online/resources/bill_payment.rb +42 -0
  607. data/lib/ledger_sync/ledgers/quickbooks_online/resources/bill_payment_line_item.rb +19 -0
  608. data/lib/ledger_sync/ledgers/quickbooks_online/resources/currency.rb +13 -0
  609. data/lib/ledger_sync/ledgers/quickbooks_online/resources/customer.rb +19 -0
  610. data/lib/ledger_sync/ledgers/quickbooks_online/resources/department.rb +16 -0
  611. data/lib/ledger_sync/ledgers/quickbooks_online/resources/deposit.rb +28 -0
  612. data/lib/ledger_sync/ledgers/quickbooks_online/resources/deposit_line_item.rb +25 -0
  613. data/lib/ledger_sync/ledgers/quickbooks_online/resources/expense.rb +40 -0
  614. data/lib/ledger_sync/ledgers/quickbooks_online/resources/expense_line_item.rb +21 -0
  615. data/lib/ledger_sync/ledgers/quickbooks_online/resources/invoice.rb +28 -0
  616. data/lib/ledger_sync/ledgers/quickbooks_online/resources/invoice_sales_line_item.rb +21 -0
  617. data/lib/ledger_sync/ledgers/quickbooks_online/resources/item.rb +11 -0
  618. data/lib/ledger_sync/ledgers/quickbooks_online/resources/journal_entry.rb +24 -0
  619. data/lib/ledger_sync/ledgers/quickbooks_online/resources/journal_entry_line_item.rb +29 -0
  620. data/lib/ledger_sync/ledgers/quickbooks_online/resources/ledger_class.rb +16 -0
  621. data/lib/ledger_sync/ledgers/quickbooks_online/resources/payment.rb +31 -0
  622. data/lib/ledger_sync/ledgers/quickbooks_online/resources/payment_line_item.rb +19 -0
  623. data/lib/ledger_sync/ledgers/quickbooks_online/resources/preferences.rb +24 -0
  624. data/lib/ledger_sync/ledgers/quickbooks_online/resources/primary_email_addr.rb +11 -0
  625. data/lib/ledger_sync/ledgers/quickbooks_online/resources/primary_phone.rb +11 -0
  626. data/lib/ledger_sync/ledgers/quickbooks_online/resources/subsidiary.rb +12 -0
  627. data/lib/ledger_sync/ledgers/quickbooks_online/resources/transfer.rb +24 -0
  628. data/lib/ledger_sync/ledgers/quickbooks_online/resources/vendor.rb +23 -0
  629. data/lib/ledger_sync/ledgers/quickbooks_online/searcher.rb +60 -0
  630. data/lib/ledger_sync/ledgers/quickbooks_online/serialization/type/amount_float_to_integer_type.rb +21 -0
  631. data/lib/ledger_sync/ledgers/quickbooks_online/serialization/type/deserialize_transaction_reference_type.rb +30 -0
  632. data/lib/ledger_sync/ledgers/quickbooks_online/serialization/type/integer_to_amount_float_type.rb +21 -0
  633. data/lib/ledger_sync/ledgers/quickbooks_online/serialization/type/serialize_transaction_reference_type.rb +30 -0
  634. data/lib/ledger_sync/ledgers/quickbooks_online/serializer.rb +71 -0
  635. data/lib/ledger_sync/ledgers/quickbooks_online/serialziation/type/mapping_type.rb +25 -0
  636. data/lib/ledger_sync/ledgers/quickbooks_online/transfer/deserializer.rb +34 -0
  637. data/lib/ledger_sync/ledgers/quickbooks_online/transfer/operations/create.rb +24 -0
  638. data/lib/ledger_sync/ledgers/quickbooks_online/transfer/operations/find.rb +24 -0
  639. data/lib/ledger_sync/ledgers/quickbooks_online/transfer/operations/update.rb +26 -0
  640. data/lib/ledger_sync/ledgers/quickbooks_online/transfer/serializer.rb +34 -0
  641. data/lib/ledger_sync/ledgers/quickbooks_online/util/error_matcher.rb +54 -0
  642. data/lib/ledger_sync/ledgers/quickbooks_online/util/error_parser.rb +27 -0
  643. data/lib/ledger_sync/ledgers/quickbooks_online/util/ledger_error_parser.rb +103 -0
  644. data/lib/ledger_sync/ledgers/quickbooks_online/util/operation_error_parser.rb +99 -0
  645. data/lib/ledger_sync/ledgers/quickbooks_online/vendor/deserializer.rb +25 -0
  646. data/lib/ledger_sync/ledgers/quickbooks_online/vendor/operations/create.rb +27 -0
  647. data/lib/ledger_sync/ledgers/quickbooks_online/vendor/operations/find.rb +27 -0
  648. data/lib/ledger_sync/ledgers/quickbooks_online/vendor/operations/update.rb +27 -0
  649. data/lib/ledger_sync/ledgers/quickbooks_online/vendor/searcher.rb +15 -0
  650. data/lib/ledger_sync/ledgers/quickbooks_online/vendor/serializer.rb +25 -0
  651. data/lib/ledger_sync/ledgers/quickbooks_online/webhook.rb +58 -0
  652. data/lib/ledger_sync/ledgers/quickbooks_online/webhook_event.rb +79 -0
  653. data/lib/ledger_sync/ledgers/quickbooks_online/webhook_notification.rb +42 -0
  654. data/lib/ledger_sync/ledgers/request.rb +57 -0
  655. data/lib/ledger_sync/ledgers/response.rb +55 -0
  656. data/lib/ledger_sync/ledgers/searcher.rb +73 -0
  657. data/lib/ledger_sync/ledgers/stripe/client.rb +37 -0
  658. data/lib/ledger_sync/ledgers/stripe/config.rb +5 -0
  659. data/lib/ledger_sync/ledgers/stripe/customer/operations/create.rb +44 -0
  660. data/lib/ledger_sync/ledgers/stripe/customer/operations/delete.rb +35 -0
  661. data/lib/ledger_sync/ledgers/stripe/customer/operations/find.rb +44 -0
  662. data/lib/ledger_sync/ledgers/stripe/customer/operations/update.rb +43 -0
  663. data/lib/ledger_sync/ledgers/stripe/dashboard_url_helper.rb +21 -0
  664. data/lib/ledger_sync/ledgers/stripe/operation.rb +35 -0
  665. data/lib/ledger_sync/ledgers/stripe/operation/create.rb +17 -0
  666. data/lib/ledger_sync/ledgers/stripe/operation/delete.rb +17 -0
  667. data/lib/ledger_sync/ledgers/stripe/operation/find.rb +15 -0
  668. data/lib/ledger_sync/ledgers/stripe/operation/update.rb +17 -0
  669. data/lib/ledger_sync/ledgers/stripe/resource.rb +10 -0
  670. data/lib/ledger_sync/ledgers/stripe/resources/customer.rb +13 -0
  671. data/lib/ledger_sync/operation.rb +23 -0
  672. data/lib/ledger_sync/resource.rb +12 -1
  673. data/lib/ledger_sync/resource_adaptor.rb +52 -0
  674. data/lib/ledger_sync/resource_attribute.rb +6 -7
  675. data/lib/ledger_sync/resource_attribute/dirty_mixin.rb +4 -0
  676. data/lib/ledger_sync/resource_attribute/mixin.rb +1 -1
  677. data/lib/ledger_sync/resource_attribute/reference/many.rb +10 -18
  678. data/lib/ledger_sync/resource_attribute/reference/one.rb +6 -1
  679. data/lib/ledger_sync/result.rb +3 -3
  680. data/lib/ledger_sync/serialization/attribute.rb +4 -10
  681. data/lib/ledger_sync/serialization/attribute_set_mixin.rb +1 -1
  682. data/lib/ledger_sync/serialization/deserializer_attribute.rb +30 -12
  683. data/lib/ledger_sync/serialization/deserializer_attribute_set.rb +1 -1
  684. data/lib/ledger_sync/serialization/mixin.rb +12 -14
  685. data/lib/ledger_sync/serialization/serializer_attribute.rb +16 -3
  686. data/lib/ledger_sync/serialization/serializer_attribute_set.rb +1 -1
  687. data/lib/ledger_sync/serialization/type/deserializer_references_many_type.rb +26 -0
  688. data/lib/ledger_sync/serialization/type/deserializer_references_one_type.rb +12 -0
  689. data/lib/ledger_sync/serialization/type/deserializer_type.rb +29 -0
  690. data/lib/ledger_sync/serialization/type/format_date_type.rb +23 -0
  691. data/lib/ledger_sync/serialization/type/mapping_type.rb +23 -0
  692. data/lib/ledger_sync/serialization/type/parse_date_type.rb +23 -0
  693. data/lib/ledger_sync/serialization/type/serializer_references_many_type.rb +21 -0
  694. data/lib/ledger_sync/serialization/type/serializer_references_one_type.rb +12 -0
  695. data/lib/ledger_sync/serialization/type/serializer_type.rb +5 -5
  696. data/lib/ledger_sync/serializer.rb +49 -0
  697. data/lib/ledger_sync/type/boolean.rb +2 -0
  698. data/lib/ledger_sync/type/date.rb +1 -1
  699. data/lib/ledger_sync/type/float.rb +2 -0
  700. data/lib/ledger_sync/type/hash.rb +6 -2
  701. data/lib/ledger_sync/type/id.rb +6 -2
  702. data/lib/ledger_sync/type/integer.rb +2 -0
  703. data/lib/ledger_sync/type/reference_many.rb +15 -5
  704. data/lib/ledger_sync/type/reference_one.rb +9 -22
  705. data/lib/ledger_sync/type/string.rb +2 -0
  706. data/lib/ledger_sync/type/string_from_set.rb +43 -0
  707. data/lib/ledger_sync/type/value_mixin.rb +37 -7
  708. data/lib/ledger_sync/util/mixins/delegate_iterable_methods_mixin.rb +1 -0
  709. data/lib/ledger_sync/util/mixins/resource_registerable_mixin.rb +29 -0
  710. data/lib/ledger_sync/util/resource_converter.rb +113 -0
  711. data/lib/ledger_sync/util/resource_converter/attribute.rb +131 -0
  712. data/lib/ledger_sync/util/resource_converter/attribute_set.rb +42 -0
  713. data/lib/ledger_sync/util/resource_converter/type/references_many_type.rb +27 -0
  714. data/lib/ledger_sync/util/resource_converter/type/references_one_type.rb +14 -0
  715. data/lib/ledger_sync/util/resource_converter/type/resource_converter_type.rb +26 -0
  716. data/lib/ledger_sync/util/resources_builder.rb +19 -11
  717. data/lib/ledger_sync/util/string_helpers.rb +3 -3
  718. data/lib/ledger_sync/util/url_helpers.rb +38 -0
  719. data/lib/ledger_sync/util/validator.rb +3 -1
  720. data/lib/ledger_sync/version.rb +1 -1
  721. data/licenses/BSL.txt +97 -0
  722. data/licenses/documentation_site.txt +7 -0
  723. metadata +683 -243
  724. data/.ruby-version +0 -1
  725. data/_config.yml +0 -1
  726. data/lib/ledger_sync/adaptor_configuration.rb +0 -61
  727. data/lib/ledger_sync/adaptor_configuration_store.rb +0 -56
  728. data/lib/ledger_sync/adaptors/adaptor.rb +0 -100
  729. data/lib/ledger_sync/adaptors/contract.rb +0 -16
  730. data/lib/ledger_sync/adaptors/dashboard_url_helper.rb +0 -23
  731. data/lib/ledger_sync/adaptors/ledger_serializer.rb +0 -143
  732. data/lib/ledger_sync/adaptors/ledger_serializer_attribute.rb +0 -178
  733. data/lib/ledger_sync/adaptors/ledger_serializer_attribute_set.rb +0 -56
  734. data/lib/ledger_sync/adaptors/ledger_serializer_type/mapping_type.rb +0 -41
  735. data/lib/ledger_sync/adaptors/ledger_serializer_type/references_many_type.rb +0 -24
  736. data/lib/ledger_sync/adaptors/ledger_serializer_type/references_one_type.rb +0 -22
  737. data/lib/ledger_sync/adaptors/ledger_serializer_type/value_type.rb +0 -17
  738. data/lib/ledger_sync/adaptors/mixins/infer_adaptor_class_mixin.rb +0 -24
  739. data/lib/ledger_sync/adaptors/mixins/infer_ledger_serializer_mixin.rb +0 -61
  740. data/lib/ledger_sync/adaptors/mixins/infer_resource_class_mixin.rb +0 -22
  741. data/lib/ledger_sync/adaptors/mixins/infer_validation_contract_mixin.rb +0 -27
  742. data/lib/ledger_sync/adaptors/mixins/offset_and_limit_pagination_searcher_mixin.rb +0 -37
  743. data/lib/ledger_sync/adaptors/netsuite/account/ledger_deserializer.rb +0 -24
  744. data/lib/ledger_sync/adaptors/netsuite/account/ledger_serializer.rb +0 -22
  745. data/lib/ledger_sync/adaptors/netsuite/account/operations/create.rb +0 -28
  746. data/lib/ledger_sync/adaptors/netsuite/account/operations/find.rb +0 -28
  747. data/lib/ledger_sync/adaptors/netsuite/account/searcher.rb +0 -12
  748. data/lib/ledger_sync/adaptors/netsuite/account/searcher_ledger_deserializer.rb +0 -30
  749. data/lib/ledger_sync/adaptors/netsuite/adaptor.rb +0 -161
  750. data/lib/ledger_sync/adaptors/netsuite/config.rb +0 -5
  751. data/lib/ledger_sync/adaptors/netsuite/currency/deledger_serializer.rb +0 -28
  752. data/lib/ledger_sync/adaptors/netsuite/currency/ledger_serializer.rb +0 -25
  753. data/lib/ledger_sync/adaptors/netsuite/currency/operations/create.rb +0 -25
  754. data/lib/ledger_sync/adaptors/netsuite/currency/operations/delete.rb +0 -23
  755. data/lib/ledger_sync/adaptors/netsuite/currency/operations/find.rb +0 -23
  756. data/lib/ledger_sync/adaptors/netsuite/currency/operations/update.rb +0 -23
  757. data/lib/ledger_sync/adaptors/netsuite/customer/ledger_deserializer.rb +0 -27
  758. data/lib/ledger_sync/adaptors/netsuite/customer/ledger_serializer.rb +0 -38
  759. data/lib/ledger_sync/adaptors/netsuite/customer/operations/create.rb +0 -24
  760. data/lib/ledger_sync/adaptors/netsuite/customer/operations/delete.rb +0 -24
  761. data/lib/ledger_sync/adaptors/netsuite/customer/operations/find.rb +0 -24
  762. data/lib/ledger_sync/adaptors/netsuite/customer/operations/update.rb +0 -24
  763. data/lib/ledger_sync/adaptors/netsuite/customer/searcher.rb +0 -12
  764. data/lib/ledger_sync/adaptors/netsuite/customer/searcher_ledger_deserializer.rb +0 -23
  765. data/lib/ledger_sync/adaptors/netsuite/dashboard_url_helper.rb +0 -24
  766. data/lib/ledger_sync/adaptors/netsuite/department/ledger_serializer.rb +0 -17
  767. data/lib/ledger_sync/adaptors/netsuite/department/operations/create.rb +0 -25
  768. data/lib/ledger_sync/adaptors/netsuite/department/operations/delete.rb +0 -25
  769. data/lib/ledger_sync/adaptors/netsuite/department/operations/find.rb +0 -25
  770. data/lib/ledger_sync/adaptors/netsuite/department/operations/update.rb +0 -25
  771. data/lib/ledger_sync/adaptors/netsuite/department/searcher.rb +0 -12
  772. data/lib/ledger_sync/adaptors/netsuite/department/searcher_ledger_deserializer.rb +0 -21
  773. data/lib/ledger_sync/adaptors/netsuite/ledger_serializer.rb +0 -30
  774. data/lib/ledger_sync/adaptors/netsuite/ledger_serializer_type/active_type.rb +0 -26
  775. data/lib/ledger_sync/adaptors/netsuite/ledger_serializer_type/reference_type.rb +0 -24
  776. data/lib/ledger_sync/adaptors/netsuite/ledger_serializer_type/subsidiary_type.rb +0 -22
  777. data/lib/ledger_sync/adaptors/netsuite/location/ledger_serializer.rb +0 -18
  778. data/lib/ledger_sync/adaptors/netsuite/location/operations/create.rb +0 -21
  779. data/lib/ledger_sync/adaptors/netsuite/location/operations/delete.rb +0 -21
  780. data/lib/ledger_sync/adaptors/netsuite/location/operations/find.rb +0 -21
  781. data/lib/ledger_sync/adaptors/netsuite/location/operations/update.rb +0 -21
  782. data/lib/ledger_sync/adaptors/netsuite/location/searcher.rb +0 -12
  783. data/lib/ledger_sync/adaptors/netsuite/operation.rb +0 -19
  784. data/lib/ledger_sync/adaptors/netsuite/operation/create.rb +0 -65
  785. data/lib/ledger_sync/adaptors/netsuite/operation/delete.rb +0 -49
  786. data/lib/ledger_sync/adaptors/netsuite/operation/find.rb +0 -56
  787. data/lib/ledger_sync/adaptors/netsuite/operation/update.rb +0 -68
  788. data/lib/ledger_sync/adaptors/netsuite/record/http_method.rb +0 -33
  789. data/lib/ledger_sync/adaptors/netsuite/record/metadata.rb +0 -105
  790. data/lib/ledger_sync/adaptors/netsuite/record/parameter.rb +0 -20
  791. data/lib/ledger_sync/adaptors/netsuite/record/property.rb +0 -22
  792. data/lib/ledger_sync/adaptors/netsuite/searcher.rb +0 -58
  793. data/lib/ledger_sync/adaptors/netsuite/token.rb +0 -162
  794. data/lib/ledger_sync/adaptors/netsuite/vendor/ledger_deserializer.rb +0 -32
  795. data/lib/ledger_sync/adaptors/netsuite/vendor/ledger_serializer.rb +0 -35
  796. data/lib/ledger_sync/adaptors/netsuite/vendor/operations/create.rb +0 -27
  797. data/lib/ledger_sync/adaptors/netsuite/vendor/operations/delete.rb +0 -27
  798. data/lib/ledger_sync/adaptors/netsuite/vendor/operations/find.rb +0 -27
  799. data/lib/ledger_sync/adaptors/netsuite/vendor/operations/update.rb +0 -27
  800. data/lib/ledger_sync/adaptors/netsuite/vendor/searcher.rb +0 -12
  801. data/lib/ledger_sync/adaptors/netsuite/vendor/searcher_ledger_deserializer.rb +0 -23
  802. data/lib/ledger_sync/adaptors/netsuite_soap/adaptor.rb +0 -92
  803. data/lib/ledger_sync/adaptors/netsuite_soap/config.rb +0 -5
  804. data/lib/ledger_sync/adaptors/netsuite_soap/customer/ledger_serializer.rb +0 -13
  805. data/lib/ledger_sync/adaptors/netsuite_soap/customer/operations/create.rb +0 -64
  806. data/lib/ledger_sync/adaptors/netsuite_soap/customer/operations/find.rb +0 -49
  807. data/lib/ledger_sync/adaptors/netsuite_soap/ledger_serializer.rb +0 -25
  808. data/lib/ledger_sync/adaptors/netsuite_soap/operation.rb +0 -40
  809. data/lib/ledger_sync/adaptors/netsuite_soap/operation/create.rb +0 -29
  810. data/lib/ledger_sync/adaptors/netsuite_soap/operation/find.rb +0 -15
  811. data/lib/ledger_sync/adaptors/netsuite_soap/subsidiary/operations/create.rb +0 -42
  812. data/lib/ledger_sync/adaptors/netsuite_soap/subsidiary/operations/find.rb +0 -38
  813. data/lib/ledger_sync/adaptors/operation.rb +0 -180
  814. data/lib/ledger_sync/adaptors/quickbooks_online/account/ledger_serializer.rb +0 -37
  815. data/lib/ledger_sync/adaptors/quickbooks_online/account/operations/create.rb +0 -26
  816. data/lib/ledger_sync/adaptors/quickbooks_online/account/operations/find.rb +0 -26
  817. data/lib/ledger_sync/adaptors/quickbooks_online/account/operations/update.rb +0 -30
  818. data/lib/ledger_sync/adaptors/quickbooks_online/account/searcher.rb +0 -15
  819. data/lib/ledger_sync/adaptors/quickbooks_online/adaptor.rb +0 -258
  820. data/lib/ledger_sync/adaptors/quickbooks_online/bill/ledger_serializer.rb +0 -46
  821. data/lib/ledger_sync/adaptors/quickbooks_online/bill/operations/create.rb +0 -27
  822. data/lib/ledger_sync/adaptors/quickbooks_online/bill/operations/find.rb +0 -27
  823. data/lib/ledger_sync/adaptors/quickbooks_online/bill/operations/update.rb +0 -27
  824. data/lib/ledger_sync/adaptors/quickbooks_online/bill/searcher.rb +0 -14
  825. data/lib/ledger_sync/adaptors/quickbooks_online/bill_line_item/ledger_serializer.rb +0 -30
  826. data/lib/ledger_sync/adaptors/quickbooks_online/bill_payment/ledger_serializer.rb +0 -76
  827. data/lib/ledger_sync/adaptors/quickbooks_online/bill_payment/operations/create.rb +0 -33
  828. data/lib/ledger_sync/adaptors/quickbooks_online/bill_payment/operations/find.rb +0 -33
  829. data/lib/ledger_sync/adaptors/quickbooks_online/bill_payment/operations/update.rb +0 -33
  830. data/lib/ledger_sync/adaptors/quickbooks_online/bill_payment_line_item/ledger_serializer.rb +0 -19
  831. data/lib/ledger_sync/adaptors/quickbooks_online/config.rb +0 -8
  832. data/lib/ledger_sync/adaptors/quickbooks_online/currency/ledger_serializer.rb +0 -17
  833. data/lib/ledger_sync/adaptors/quickbooks_online/customer/ledger_serializer.rb +0 -23
  834. data/lib/ledger_sync/adaptors/quickbooks_online/customer/operations/create.rb +0 -22
  835. data/lib/ledger_sync/adaptors/quickbooks_online/customer/operations/find.rb +0 -22
  836. data/lib/ledger_sync/adaptors/quickbooks_online/customer/operations/update.rb +0 -24
  837. data/lib/ledger_sync/adaptors/quickbooks_online/customer/searcher.rb +0 -13
  838. data/lib/ledger_sync/adaptors/quickbooks_online/dashboard_url_helper.rb +0 -34
  839. data/lib/ledger_sync/adaptors/quickbooks_online/department/ledger_serializer.rb +0 -41
  840. data/lib/ledger_sync/adaptors/quickbooks_online/department/operations/create.rb +0 -23
  841. data/lib/ledger_sync/adaptors/quickbooks_online/department/operations/find.rb +0 -23
  842. data/lib/ledger_sync/adaptors/quickbooks_online/department/operations/update.rb +0 -25
  843. data/lib/ledger_sync/adaptors/quickbooks_online/department/searcher.rb +0 -17
  844. data/lib/ledger_sync/adaptors/quickbooks_online/deposit/ledger_serializer.rb +0 -40
  845. data/lib/ledger_sync/adaptors/quickbooks_online/deposit/operations/create.rb +0 -25
  846. data/lib/ledger_sync/adaptors/quickbooks_online/deposit/operations/find.rb +0 -25
  847. data/lib/ledger_sync/adaptors/quickbooks_online/deposit/operations/update.rb +0 -27
  848. data/lib/ledger_sync/adaptors/quickbooks_online/deposit/searcher.rb +0 -13
  849. data/lib/ledger_sync/adaptors/quickbooks_online/deposit_line_item/ledger_serializer.rb +0 -34
  850. data/lib/ledger_sync/adaptors/quickbooks_online/expense/ledger_serializer.rb +0 -52
  851. data/lib/ledger_sync/adaptors/quickbooks_online/expense/operations/create.rb +0 -28
  852. data/lib/ledger_sync/adaptors/quickbooks_online/expense/operations/find.rb +0 -28
  853. data/lib/ledger_sync/adaptors/quickbooks_online/expense/operations/update.rb +0 -28
  854. data/lib/ledger_sync/adaptors/quickbooks_online/expense/searcher.rb +0 -14
  855. data/lib/ledger_sync/adaptors/quickbooks_online/expense_line_item/ledger_serializer.rb +0 -30
  856. data/lib/ledger_sync/adaptors/quickbooks_online/invoice/ledger_serializer.rb +0 -36
  857. data/lib/ledger_sync/adaptors/quickbooks_online/invoice/operations/create.rb +0 -27
  858. data/lib/ledger_sync/adaptors/quickbooks_online/invoice/operations/find.rb +0 -25
  859. data/lib/ledger_sync/adaptors/quickbooks_online/invoice/operations/update.rb +0 -25
  860. data/lib/ledger_sync/adaptors/quickbooks_online/invoice_sales_line_item/ledger_serializer.rb +0 -30
  861. data/lib/ledger_sync/adaptors/quickbooks_online/item/ledger_serializer.rb +0 -13
  862. data/lib/ledger_sync/adaptors/quickbooks_online/journal_entry/ledger_serializer.rb +0 -34
  863. data/lib/ledger_sync/adaptors/quickbooks_online/journal_entry/operations/create.rb +0 -23
  864. data/lib/ledger_sync/adaptors/quickbooks_online/journal_entry/operations/find.rb +0 -23
  865. data/lib/ledger_sync/adaptors/quickbooks_online/journal_entry/operations/update.rb +0 -23
  866. data/lib/ledger_sync/adaptors/quickbooks_online/journal_entry/searcher.rb +0 -14
  867. data/lib/ledger_sync/adaptors/quickbooks_online/journal_entry_line_item/ledger_serializer.rb +0 -37
  868. data/lib/ledger_sync/adaptors/quickbooks_online/ledger_class/ledger_serializer.rb +0 -25
  869. data/lib/ledger_sync/adaptors/quickbooks_online/ledger_class/operations/create.rb +0 -23
  870. data/lib/ledger_sync/adaptors/quickbooks_online/ledger_class/operations/find.rb +0 -23
  871. data/lib/ledger_sync/adaptors/quickbooks_online/ledger_class/operations/update.rb +0 -25
  872. data/lib/ledger_sync/adaptors/quickbooks_online/ledger_class/searcher.rb +0 -15
  873. data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer.rb +0 -131
  874. data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/account_sub_type.rb +0 -305
  875. data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/account_type.rb +0 -51
  876. data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/amount_type.rb +0 -23
  877. data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/classification_type.rb +0 -23
  878. data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/date_type.rb +0 -23
  879. data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/department_reference_type.rb +0 -26
  880. data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/entity_reference_type.rb +0 -49
  881. data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/journal_entry_line_item_type.rb +0 -20
  882. data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/payment_type.rb +0 -21
  883. data/lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/transaction_reference_type.rb +0 -49
  884. data/lib/ledger_sync/adaptors/quickbooks_online/oauth_client.rb +0 -93
  885. data/lib/ledger_sync/adaptors/quickbooks_online/operation.rb +0 -60
  886. data/lib/ledger_sync/adaptors/quickbooks_online/operation/create.rb +0 -26
  887. data/lib/ledger_sync/adaptors/quickbooks_online/operation/find.rb +0 -25
  888. data/lib/ledger_sync/adaptors/quickbooks_online/operation/full_update.rb +0 -44
  889. data/lib/ledger_sync/adaptors/quickbooks_online/operation/sparse_update.rb +0 -29
  890. data/lib/ledger_sync/adaptors/quickbooks_online/payment/ledger_serializer.rb +0 -50
  891. data/lib/ledger_sync/adaptors/quickbooks_online/payment/operations/create.rb +0 -30
  892. data/lib/ledger_sync/adaptors/quickbooks_online/payment/operations/find.rb +0 -28
  893. data/lib/ledger_sync/adaptors/quickbooks_online/payment/operations/update.rb +0 -28
  894. data/lib/ledger_sync/adaptors/quickbooks_online/payment_line_item/ledger_serializer.rb +0 -19
  895. data/lib/ledger_sync/adaptors/quickbooks_online/preferences/ledger_serializer.rb +0 -45
  896. data/lib/ledger_sync/adaptors/quickbooks_online/preferences/operations/find.rb +0 -38
  897. data/lib/ledger_sync/adaptors/quickbooks_online/request.rb +0 -98
  898. data/lib/ledger_sync/adaptors/quickbooks_online/resources/preferences.rb +0 -24
  899. data/lib/ledger_sync/adaptors/quickbooks_online/searcher.rb +0 -61
  900. data/lib/ledger_sync/adaptors/quickbooks_online/transfer/ledger_serializer.rb +0 -36
  901. data/lib/ledger_sync/adaptors/quickbooks_online/transfer/operations/create.rb +0 -24
  902. data/lib/ledger_sync/adaptors/quickbooks_online/transfer/operations/find.rb +0 -24
  903. data/lib/ledger_sync/adaptors/quickbooks_online/transfer/operations/update.rb +0 -26
  904. data/lib/ledger_sync/adaptors/quickbooks_online/util/adaptor_error_parser.rb +0 -103
  905. data/lib/ledger_sync/adaptors/quickbooks_online/util/error_matcher.rb +0 -54
  906. data/lib/ledger_sync/adaptors/quickbooks_online/util/error_parser.rb +0 -27
  907. data/lib/ledger_sync/adaptors/quickbooks_online/util/operation_error_parser.rb +0 -99
  908. data/lib/ledger_sync/adaptors/quickbooks_online/vendor/ledger_serializer.rb +0 -25
  909. data/lib/ledger_sync/adaptors/quickbooks_online/vendor/operations/create.rb +0 -27
  910. data/lib/ledger_sync/adaptors/quickbooks_online/vendor/operations/find.rb +0 -27
  911. data/lib/ledger_sync/adaptors/quickbooks_online/vendor/operations/update.rb +0 -27
  912. data/lib/ledger_sync/adaptors/quickbooks_online/vendor/searcher.rb +0 -15
  913. data/lib/ledger_sync/adaptors/quickbooks_online/webhook.rb +0 -58
  914. data/lib/ledger_sync/adaptors/quickbooks_online/webhook_event.rb +0 -79
  915. data/lib/ledger_sync/adaptors/quickbooks_online/webhook_notification.rb +0 -42
  916. data/lib/ledger_sync/adaptors/request.rb +0 -53
  917. data/lib/ledger_sync/adaptors/response.rb +0 -55
  918. data/lib/ledger_sync/adaptors/searcher.rb +0 -72
  919. data/lib/ledger_sync/adaptors/stripe/adaptor.rb +0 -37
  920. data/lib/ledger_sync/adaptors/stripe/config.rb +0 -5
  921. data/lib/ledger_sync/adaptors/stripe/customer/operations/create.rb +0 -44
  922. data/lib/ledger_sync/adaptors/stripe/customer/operations/delete.rb +0 -35
  923. data/lib/ledger_sync/adaptors/stripe/customer/operations/find.rb +0 -44
  924. data/lib/ledger_sync/adaptors/stripe/customer/operations/update.rb +0 -43
  925. data/lib/ledger_sync/adaptors/stripe/dashboard_url_helper.rb +0 -21
  926. data/lib/ledger_sync/adaptors/stripe/operation.rb +0 -35
  927. data/lib/ledger_sync/adaptors/stripe/operation/create.rb +0 -17
  928. data/lib/ledger_sync/adaptors/stripe/operation/delete.rb +0 -17
  929. data/lib/ledger_sync/adaptors/stripe/operation/find.rb +0 -15
  930. data/lib/ledger_sync/adaptors/stripe/operation/update.rb +0 -17
  931. data/lib/ledger_sync/adaptors/test/customer/ledger_serializer.rb +0 -12
  932. data/lib/ledger_sync/adaptors/test/ledger_serializer.rb +0 -12
  933. data/lib/ledger_sync/error/adaptor_errors.rb +0 -72
  934. data/lib/ledger_sync/resources/account.rb +0 -17
  935. data/lib/ledger_sync/resources/bill.rb +0 -27
  936. data/lib/ledger_sync/resources/bill_line_item.rb +0 -17
  937. data/lib/ledger_sync/resources/bill_payment.rb +0 -32
  938. data/lib/ledger_sync/resources/bill_payment_line_item.rb +0 -15
  939. data/lib/ledger_sync/resources/currency.rb +0 -9
  940. data/lib/ledger_sync/resources/customer.rb +0 -25
  941. data/lib/ledger_sync/resources/department.rb +0 -14
  942. data/lib/ledger_sync/resources/deposit.rb +0 -24
  943. data/lib/ledger_sync/resources/deposit_line_item.rb +0 -22
  944. data/lib/ledger_sync/resources/expense.rb +0 -33
  945. data/lib/ledger_sync/resources/expense_line_item.rb +0 -17
  946. data/lib/ledger_sync/resources/invoice.rb +0 -24
  947. data/lib/ledger_sync/resources/invoice_sales_line_item.rb +0 -17
  948. data/lib/ledger_sync/resources/item.rb +0 -5
  949. data/lib/ledger_sync/resources/journal_entry.rb +0 -20
  950. data/lib/ledger_sync/resources/journal_entry_line_item.rb +0 -20
  951. data/lib/ledger_sync/resources/ledger_class.rb +0 -14
  952. data/lib/ledger_sync/resources/location.rb +0 -7
  953. data/lib/ledger_sync/resources/payment.rb +0 -27
  954. data/lib/ledger_sync/resources/payment_line_item.rb +0 -15
  955. data/lib/ledger_sync/resources/subsidiary.rb +0 -8
  956. data/lib/ledger_sync/resources/transfer.rb +0 -20
  957. data/lib/ledger_sync/resources/vendor.rb +0 -19
  958. data/lib/ledger_sync/serialization/deserializer_delegator.rb +0 -17
  959. data/lib/ledger_sync/serialization/serializer_delegator.rb +0 -17
  960. data/lib/ledger_sync/serialization/type/references_many_type.rb +0 -19
  961. data/lib/ledger_sync/serialization/type/references_one_type.rb +0 -12
  962. data/lib/ledger_sync/serialization/type/value_type.rb +0 -15
@@ -6,7 +6,7 @@ module LedgerSync
6
6
  module_function
7
7
 
8
8
  def camelcase(str)
9
- str.to_s.split('/').map { |e| inflect(e.split('_').collect(&:capitalize).join) }.join('::')
9
+ str.to_s.split('/').map { |e| inflect(e.split('_').collect(&:camelcase).join) }.join('::')
10
10
  end
11
11
 
12
12
  def underscore!(str)
@@ -22,9 +22,9 @@ module LedgerSync
22
22
  end
23
23
 
24
24
  def inflect(str)
25
- return str unless LedgerSync.respond_to?(:adaptors)
25
+ return str unless LedgerSync.respond_to?(:ledgers)
26
26
 
27
- LedgerSync.adaptors.inflections.each do |inflection|
27
+ LedgerSync.ledgers.inflections.each do |inflection|
28
28
  next unless inflection.downcase == str.downcase
29
29
 
30
30
  return inflection
@@ -0,0 +1,38 @@
1
+ # frozen_string_literal: true
2
+
3
+ module LedgerSync
4
+ module Util
5
+ class URLHelpers
6
+ def self.merge_params_in_url(args = {})
7
+ params = args.fetch(:params)
8
+ uri = args.fetch(:url)
9
+
10
+ uri = URI.parse(uri) unless uri.is_a?(URI::HTTPS) || uri.is_a?(URI::HTTP)
11
+ uri.query = URI.encode_www_form(
12
+ params.inject(URI.decode_www_form(String(uri.query))) { |prev, param| prev << param }
13
+ )
14
+
15
+ uri.to_s
16
+ end
17
+
18
+ def self.merge_params_in_path(args = {})
19
+ params = args.fetch(:params)
20
+ path = args.fetch(:path)
21
+
22
+ root, str_params = path.split('?')
23
+ str_params = Rack::Utils.parse_nested_query(str_params)
24
+
25
+ [
26
+ root,
27
+ Rack::Utils.build_query(str_params.merge(HashHelpers.deep_stringify_keys(params)))
28
+ ].compact.join('?')
29
+ end
30
+
31
+ def self.id_from_url(args = {})
32
+ uri = args.fetch(:url)
33
+
34
+ URI.parse(uri).path.split('/').last
35
+ end
36
+ end
37
+ end
38
+ end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module LedgerSync
2
4
  module Util
3
5
  class Validator
@@ -14,7 +16,7 @@ module LedgerSync
14
16
  end
15
17
 
16
18
  def full_messages
17
- @full_messages ||= errors.messages.map { |e| "#{e.path.map(&:to_s).join(' ')} #{e.text}"}
19
+ @full_messages ||= errors.messages.map { |e| "#{e.path.map(&:to_s).join(' ')} #{e.text}" }
18
20
  end
19
21
 
20
22
  def message
@@ -1,3 +1,3 @@
1
1
  module LedgerSync
2
- VERSION = '1.3.5'.freeze
2
+ VERSION = '1.4.0'.freeze
3
3
  end
@@ -0,0 +1,97 @@
1
+ Business Source License 1.1
2
+
3
+ Parameters
4
+
5
+ Licensor: Modern Treasury Corp.
6
+ Licensed Work: LedgerSync
7
+ The Licensed Work is (c) 2020 Modern Treasury Corp.
8
+ Additional Use Grant: You may make use of the Licensed Work, provided that you
9
+ may not use the Licensed Work for a Connector Service.
10
+
11
+ A “Connector Service” is a commercial offering that
12
+ allows third parties (other than your employees and
13
+ contractors) to access the functionality of the Licensed
14
+ Work by connecting to and exchanging information with
15
+ general ledgers, accounting software, or other
16
+ clients defined in the library that are controlled
17
+ by such third parties.
18
+
19
+ Notice
20
+
21
+ The Business Source License (this document, or the “License”) is not an Open
22
+ Source license. However, the Licensed Work will eventually be made available
23
+ under an Open Source License, as stated in this License.
24
+
25
+ License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
26
+ “Business Source License” is a trademark of MariaDB Corporation Ab.
27
+
28
+ -----------------------------------------------------------------------------
29
+
30
+ Business Source License 1.1
31
+
32
+ Terms
33
+
34
+ The Licensor hereby grants you the right to copy, modify, create derivative
35
+ works, redistribute, and make non-production use of the Licensed Work. The
36
+ Licensor may make an Additional Use Grant, above, permitting limited
37
+ production use.
38
+
39
+ Effective on the Change Date, or the fourth anniversary of the first publicly
40
+ available distribution of a specific version of the Licensed Work under this
41
+ License, whichever comes first, the Licensor hereby grants you rights under
42
+ the terms of the Change License, and the rights granted in the paragraph
43
+ above terminate.
44
+
45
+ If your use of the Licensed Work does not comply with the requirements
46
+ currently in effect as described in this License, you must purchase a
47
+ commercial license from the Licensor, its affiliated entities, or authorized
48
+ resellers, or you must refrain from using the Licensed Work.
49
+
50
+ All copies of the original and modified Licensed Work, and derivative works
51
+ of the Licensed Work, are subject to this License. This License applies
52
+ separately for each version of the Licensed Work and the Change Date may vary
53
+ for each version of the Licensed Work released by Licensor.
54
+
55
+ You must conspicuously display this License on each original or modified copy
56
+ of the Licensed Work. If you receive the Licensed Work in original or
57
+ modified form from a third party, the terms and conditions set forth in this
58
+ License apply to your use of that work.
59
+
60
+ Any use of the Licensed Work in violation of this License will automatically
61
+ terminate your rights under this License for the current and all other
62
+ versions of the Licensed Work.
63
+
64
+ This License does not grant you any right in any trademark or logo of
65
+ Licensor or its affiliates (provided that you may use a trademark or logo of
66
+ Licensor as expressly required by this License).
67
+
68
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
69
+ AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
70
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
71
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
72
+ TITLE.
73
+
74
+ MariaDB hereby grants you permission to use this License’s text to license
75
+ your works, and to refer to it using the trademark “Business Source License”,
76
+ as long as you comply with the Covenants of Licensor below.
77
+
78
+ Covenants of Licensor
79
+
80
+ In consideration of the right to use this License’s text and the “Business
81
+ Source License” name and trademark, Licensor covenants to MariaDB, and to all
82
+ other recipients of the licensed work to be provided by Licensor:
83
+
84
+ 1. To specify as the Change License the GPL Version 2.0 or any later version,
85
+ or a license that is compatible with GPL Version 2.0 or a later version,
86
+ where “compatible” means that software provided under the Change License can
87
+ be included in a program with software provided under GPL Version 2.0 or a
88
+ later version. Licensor may specify additional Change Licenses without
89
+ limitation.
90
+
91
+ 2. To either: (a) specify an additional grant of rights to use that does not
92
+ impose any additional restriction on the right granted in this License, as
93
+ the Additional Use Grant; or (b) insert the text “None”.
94
+
95
+ 3. To specify a Change Date.
96
+
97
+ 4. Not to modify this License in any other way.
@@ -0,0 +1,7 @@
1
+ Files: /documentation/site
2
+
3
+ The source code for the theme contained in the `/documentation/site` directory are from
4
+ https://github.com/stackbithq/stackbit-theme-libris, an open-source Jekyll-compatible theme.
5
+
6
+ Any use is subject to `documentation/site/LICENSE.md` and any guidelines and/or licenses provided by
7
+ Stackbit.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ledger_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.5
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Jackson
@@ -366,14 +366,14 @@ dependencies:
366
366
  requirements:
367
367
  - - ">="
368
368
  - !ruby/object:Gem::Version
369
- version: 1.3.0
369
+ version: 1.5.1
370
370
  type: :runtime
371
371
  prerelease: false
372
372
  version_requirements: !ruby/object:Gem::Requirement
373
373
  requirements:
374
374
  - - ">="
375
375
  - !ruby/object:Gem::Version
376
- version: 1.3.0
376
+ version: 1.5.1
377
377
  - !ruby/object:Gem::Dependency
378
378
  name: stripe
379
379
  requirement: !ruby/object:Gem::Requirement
@@ -403,7 +403,6 @@ files:
403
403
  - ".gitignore"
404
404
  - ".rubocop.yml"
405
405
  - ".rubocop_todo.yml"
406
- - ".ruby-version"
407
406
  - ".travis.yml"
408
407
  - CODE_OF_CONDUCT.md
409
408
  - Dockerfile
@@ -412,229 +411,679 @@ files:
412
411
  - LICENSE.txt
413
412
  - README.md
414
413
  - Rakefile
415
- - _config.yml
416
414
  - bin/console
417
415
  - bin/qa
418
416
  - bin/quickbooks_online_oauth_server.rb
419
417
  - bin/setup
420
418
  - docker-compose.yml
419
+ - docs/CNAME
420
+ - docs/assets/css/brands.min.css
421
+ - docs/assets/css/fontawesome.min.css
422
+ - docs/assets/css/main.css
423
+ - docs/assets/css/monokai.css
424
+ - docs/assets/js/main.js
425
+ - docs/assets/js/plugins.js
426
+ - docs/assets/js/prism.js
427
+ - docs/assets/webfonts/fa-brands-400.eot
428
+ - docs/assets/webfonts/fa-brands-400.svg
429
+ - docs/assets/webfonts/fa-brands-400.ttf
430
+ - docs/assets/webfonts/fa-brands-400.woff
431
+ - docs/assets/webfonts/fa-brands-400.woff2
432
+ - docs/blog/index.html
433
+ - docs/guides/architecture/clients/index.html
434
+ - docs/guides/architecture/index.html
435
+ - docs/guides/architecture/operations/index.html
436
+ - docs/guides/architecture/resources/index.html
437
+ - docs/guides/architecture/results/index.html
438
+ - docs/guides/architecture/searchers/index.html
439
+ - docs/guides/architecture/serialization/index.html
440
+ - docs/guides/community/index.html
441
+ - docs/guides/contribute/console/index.html
442
+ - docs/guides/contribute/deployment/index.html
443
+ - docs/guides/contribute/documentation/index.html
444
+ - docs/guides/contribute/index.html
445
+ - docs/guides/contribute/qa/index.html
446
+ - docs/guides/contribute/testing/index.html
447
+ - docs/guides/customization/custom_resources/index.html
448
+ - docs/guides/customization/custom_serializers/index.html
449
+ - docs/guides/customization/index.html
450
+ - docs/guides/customization/resource_converters/index.html
451
+ - docs/guides/getting-started/get-help/index.html
452
+ - docs/guides/getting-started/index.html
453
+ - docs/guides/getting-started/installation/index.html
454
+ - docs/guides/getting-started/quick-start/index.html
455
+ - docs/guides/index.html
456
+ - docs/guides/ledgers/index.html
457
+ - docs/guides/ledgers/netsuite/index.html
458
+ - docs/guides/ledgers/netsuite_soap/index.html
459
+ - docs/guides/ledgers/quickbooks_online/index.html
460
+ - docs/guides/ledgers/stripe/index.html
461
+ - docs/guides/modern-treasury/index.html
462
+ - docs/guides/tips_and_more/index.html
463
+ - docs/images/1.jpg
464
+ - docs/images/10.jpg
465
+ - docs/images/2.jpg
466
+ - docs/images/3.jpg
467
+ - docs/images/4.jpg
468
+ - docs/images/5.jpg
469
+ - docs/images/6.jpg
470
+ - docs/images/7.jpg
471
+ - docs/images/8.jpg
472
+ - docs/images/9.jpg
473
+ - docs/images/logo.svg
474
+ - docs/index.html
475
+ - docs/overview/index.html
476
+ - docs/posts/introducing-docs/index.html
477
+ - docs/posts/netsuite-authentication/index.html
478
+ - docs/reference/architecture/clients/index.html
479
+ - docs/reference/architecture/index.html
480
+ - docs/reference/architecture/operations/index.html
481
+ - docs/reference/architecture/resources/index.html
482
+ - docs/reference/architecture/results/index.html
483
+ - docs/reference/architecture/searchers/index.html
484
+ - docs/reference/architecture/serialization/index.html
485
+ - docs/reference/index.html
486
+ - docs/reference/netsuite/authentication/index.html
487
+ - docs/reference/netsuite/authentication/token_based_authentication/index.html
488
+ - docs/reference/netsuite/index.html
489
+ - docs/reference/netsuite/resources/account/index.html
490
+ - docs/reference/netsuite/resources/check/index.html
491
+ - docs/reference/netsuite/resources/check_line_item/index.html
492
+ - docs/reference/netsuite/resources/currency/index.html
493
+ - docs/reference/netsuite/resources/customer/index.html
494
+ - docs/reference/netsuite/resources/customer_deposit/index.html
495
+ - docs/reference/netsuite/resources/department/index.html
496
+ - docs/reference/netsuite/resources/deposit/index.html
497
+ - docs/reference/netsuite/resources/deposit_line_item/index.html
498
+ - docs/reference/netsuite/resources/index.html
499
+ - docs/reference/netsuite/resources/invoice/index.html
500
+ - docs/reference/netsuite/resources/invoice_line_item/index.html
501
+ - docs/reference/netsuite/resources/item/index.html
502
+ - docs/reference/netsuite/resources/journal_entry/index.html
503
+ - docs/reference/netsuite/resources/journal_entry_line_item/index.html
504
+ - docs/reference/netsuite/resources/ledger_class/index.html
505
+ - docs/reference/netsuite/resources/location/index.html
506
+ - docs/reference/netsuite/resources/resource/index.html
507
+ - docs/reference/netsuite/resources/subsidiary/index.html
508
+ - docs/reference/netsuite/resources/vendor/index.html
509
+ - docs/reference/netsuite_soap/index.html
510
+ - docs/reference/netsuite_soap/resources/customer/index.html
511
+ - docs/reference/netsuite_soap/resources/index.html
512
+ - docs/reference/netsuite_soap/resources/resource/index.html
513
+ - docs/reference/netsuite_soap/resources/subsidiary/index.html
514
+ - docs/reference/quickbooks_online/authentication/index.html
515
+ - docs/reference/quickbooks_online/errors/index.html
516
+ - docs/reference/quickbooks_online/index.html
517
+ - docs/reference/quickbooks_online/resources/account/index.html
518
+ - docs/reference/quickbooks_online/resources/bill/index.html
519
+ - docs/reference/quickbooks_online/resources/bill_line_item/index.html
520
+ - docs/reference/quickbooks_online/resources/bill_payment/index.html
521
+ - docs/reference/quickbooks_online/resources/bill_payment_line_item/index.html
522
+ - docs/reference/quickbooks_online/resources/currency/index.html
523
+ - docs/reference/quickbooks_online/resources/customer/index.html
524
+ - docs/reference/quickbooks_online/resources/department/index.html
525
+ - docs/reference/quickbooks_online/resources/deposit/index.html
526
+ - docs/reference/quickbooks_online/resources/deposit_line_item/index.html
527
+ - docs/reference/quickbooks_online/resources/expense/index.html
528
+ - docs/reference/quickbooks_online/resources/expense_line_item/index.html
529
+ - docs/reference/quickbooks_online/resources/index.html
530
+ - docs/reference/quickbooks_online/resources/invoice/index.html
531
+ - docs/reference/quickbooks_online/resources/invoice_sales_line_item/index.html
532
+ - docs/reference/quickbooks_online/resources/item/index.html
533
+ - docs/reference/quickbooks_online/resources/journal_entry/index.html
534
+ - docs/reference/quickbooks_online/resources/journal_entry_line_item/index.html
535
+ - docs/reference/quickbooks_online/resources/ledger_class/index.html
536
+ - docs/reference/quickbooks_online/resources/payment/index.html
537
+ - docs/reference/quickbooks_online/resources/payment_line_item/index.html
538
+ - docs/reference/quickbooks_online/resources/preferences/index.html
539
+ - docs/reference/quickbooks_online/resources/primary_email_addr/index.html
540
+ - docs/reference/quickbooks_online/resources/primary_phone/index.html
541
+ - docs/reference/quickbooks_online/resources/resource/index.html
542
+ - docs/reference/quickbooks_online/resources/subsidiary/index.html
543
+ - docs/reference/quickbooks_online/resources/transfer/index.html
544
+ - docs/reference/quickbooks_online/resources/vendor/index.html
545
+ - docs/reference/quickbooks_online/webhooks/index.html
546
+ - docs/reference/stripe/index.html
547
+ - docs/reference/stripe/resources/customer/index.html
548
+ - docs/reference/stripe/resources/index.html
549
+ - docs/reference/stripe/resources/resource/index.html
550
+ - docs/style-guide/index.html
551
+ - documentation/build.sh
552
+ - documentation/generate.rb
553
+ - documentation/generators/generator.rb
554
+ - documentation/generators/guides/generator.rb
555
+ - documentation/generators/reference/generator.rb
556
+ - documentation/generators/reference/ledger/generator.rb
557
+ - documentation/generators/template.rb
558
+ - documentation/helper_methods.rb
559
+ - documentation/site/CNAME
560
+ - documentation/site/Gemfile
561
+ - documentation/site/Gemfile.lock
562
+ - documentation/site/LICENSE.md
563
+ - documentation/site/README.md
564
+ - documentation/site/_config.yml
565
+ - documentation/site/_data/guides_sections.yml
566
+ - documentation/site/_data/reference_sections.yml
567
+ - documentation/site/_includes/action_link.html
568
+ - documentation/site/_includes/alerts/base.html
569
+ - documentation/site/_includes/alerts/danger.html
570
+ - documentation/site/_includes/alerts/info.html
571
+ - documentation/site/_includes/alerts/success.html
572
+ - documentation/site/_includes/alerts/warning.html
573
+ - documentation/site/_includes/cta_buttons.html
574
+ - documentation/site/_includes/example.md
575
+ - documentation/site/_includes/footer.html
576
+ - documentation/site/_includes/getting_help.md
577
+ - documentation/site/_includes/guides_menu.html
578
+ - documentation/site/_includes/guides_submenu.html
579
+ - documentation/site/_includes/header.html
580
+ - documentation/site/_includes/installation_instructions.md
581
+ - documentation/site/_includes/ledgers/Stripe_summary.md
582
+ - documentation/site/_includes/ledgers/netsuite_soap_summary.md
583
+ - documentation/site/_includes/ledgers/netsuite_summary.md
584
+ - documentation/site/_includes/ledgers/netsuite_summary_shared.md
585
+ - documentation/site/_includes/ledgers/quickbooks_online_summary.md
586
+ - documentation/site/_includes/reference/netsuite/authentication/_token_based_authentication.md
587
+ - documentation/site/_includes/reference/netsuite/authentication/index.md
588
+ - documentation/site/_includes/reference/netsuite/authentication/token_based_authentication.md
589
+ - documentation/site/_includes/reference/netsuite/index.md
590
+ - documentation/site/_includes/reference/netsuite_soap/index.md
591
+ - documentation/site/_includes/reference/quickbooks_online/authentication/index.md
592
+ - documentation/site/_includes/reference/quickbooks_online/errors/index.md
593
+ - documentation/site/_includes/reference/quickbooks_online/index.md
594
+ - documentation/site/_includes/reference/quickbooks_online/webhooks/index.md
595
+ - documentation/site/_includes/reference/stripe/index.md
596
+ - documentation/site/_includes/section_content.html
597
+ - documentation/site/_includes/section_cta.html
598
+ - documentation/site/_includes/section_grid.html
599
+ - documentation/site/_includes/section_guides.html
600
+ - documentation/site/_includes/section_hero.html
601
+ - documentation/site/_includes/submenu.html
602
+ - documentation/site/_layouts/advanced.html
603
+ - documentation/site/_layouts/base.html
604
+ - documentation/site/_layouts/blog.html
605
+ - documentation/site/_layouts/body.html
606
+ - documentation/site/_layouts/guides.html
607
+ - documentation/site/_layouts/page.html
608
+ - documentation/site/_layouts/post.html
609
+ - documentation/site/_layouts/reference.html
610
+ - documentation/site/_layouts/reference_netsuite.html
611
+ - documentation/site/_layouts/reference_netsuite_soap.html
612
+ - documentation/site/_layouts/reference_quickbooks_online.html
613
+ - documentation/site/_layouts/reference_stripe.html
614
+ - documentation/site/_plugins/filters.rb
615
+ - documentation/site/_plugins/hooks.rb
616
+ - documentation/site/_posts/2020-06-01-introducing-docs.md
617
+ - documentation/site/_posts/2020-06-10-netsuite-authentication.md
618
+ - documentation/site/_sass/imports/_animations.scss
619
+ - documentation/site/_sass/imports/_footer.scss
620
+ - documentation/site/_sass/imports/_functions.scss
621
+ - documentation/site/_sass/imports/_general.scss
622
+ - documentation/site/_sass/imports/_guides.scss
623
+ - documentation/site/_sass/imports/_header.scss
624
+ - documentation/site/_sass/imports/_icons.scss
625
+ - documentation/site/_sass/imports/_post-navigation.scss
626
+ - documentation/site/_sass/imports/_posts-pages.scss
627
+ - documentation/site/_sass/imports/_prism.scss
628
+ - documentation/site/_sass/imports/_reset.scss
629
+ - documentation/site/_sass/imports/_sections.scss
630
+ - documentation/site/_sass/imports/_structure.scss
631
+ - documentation/site/_templates/_layouts/reference_ledger.html.erb
632
+ - documentation/site/_templates/guides/ledger.md.erb
633
+ - documentation/site/_templates/reference/resources/index.md.erb
634
+ - documentation/site/_templates/reference/resources/resource.md.erb
635
+ - documentation/site/assets/css/brands.min.css
636
+ - documentation/site/assets/css/fontawesome.min.css
637
+ - documentation/site/assets/css/main.scss
638
+ - documentation/site/assets/css/monokai.css
639
+ - documentation/site/assets/js/main.js
640
+ - documentation/site/assets/js/plugins.js
641
+ - documentation/site/assets/js/prism.js
642
+ - documentation/site/assets/webfonts/fa-brands-400.eot
643
+ - documentation/site/assets/webfonts/fa-brands-400.svg
644
+ - documentation/site/assets/webfonts/fa-brands-400.ttf
645
+ - documentation/site/assets/webfonts/fa-brands-400.woff
646
+ - documentation/site/assets/webfonts/fa-brands-400.woff2
647
+ - documentation/site/blog/index.md
648
+ - documentation/site/guides/architecture/clients.md
649
+ - documentation/site/guides/architecture/index.md
650
+ - documentation/site/guides/architecture/operations.md
651
+ - documentation/site/guides/architecture/resources.md
652
+ - documentation/site/guides/architecture/results.md
653
+ - documentation/site/guides/architecture/searchers.md
654
+ - documentation/site/guides/architecture/serialization.md
655
+ - documentation/site/guides/community/index.md
656
+ - documentation/site/guides/contribute/console.md
657
+ - documentation/site/guides/contribute/deployment.md
658
+ - documentation/site/guides/contribute/documentation.md
659
+ - documentation/site/guides/contribute/index.md
660
+ - documentation/site/guides/contribute/qa.md
661
+ - documentation/site/guides/contribute/testing.md
662
+ - documentation/site/guides/customization/custom_resources.md
663
+ - documentation/site/guides/customization/custom_serializers.md
664
+ - documentation/site/guides/customization/index.md
665
+ - documentation/site/guides/customization/resource_converters.md
666
+ - documentation/site/guides/getting-started/get-help.md
667
+ - documentation/site/guides/getting-started/index.md
668
+ - documentation/site/guides/getting-started/installation.md
669
+ - documentation/site/guides/getting-started/quick-start.md
670
+ - documentation/site/guides/index.md
671
+ - documentation/site/guides/ledgers/index.md
672
+ - documentation/site/guides/ledgers/netsuite.md
673
+ - documentation/site/guides/ledgers/netsuite_soap.md
674
+ - documentation/site/guides/ledgers/quickbooks_online.md
675
+ - documentation/site/guides/ledgers/stripe.md
676
+ - documentation/site/guides/modern-treasury/index.md
677
+ - documentation/site/guides/tips_and_more/index.md
678
+ - documentation/site/images/1.jpg
679
+ - documentation/site/images/10.jpg
680
+ - documentation/site/images/2.jpg
681
+ - documentation/site/images/3.jpg
682
+ - documentation/site/images/4.jpg
683
+ - documentation/site/images/5.jpg
684
+ - documentation/site/images/6.jpg
685
+ - documentation/site/images/7.jpg
686
+ - documentation/site/images/8.jpg
687
+ - documentation/site/images/9.jpg
688
+ - documentation/site/images/logo.svg
689
+ - documentation/site/index.md
690
+ - documentation/site/overview.md
691
+ - documentation/site/reference/architecture/clients.md
692
+ - documentation/site/reference/architecture/index.md
693
+ - documentation/site/reference/architecture/operations.md
694
+ - documentation/site/reference/architecture/resources.md
695
+ - documentation/site/reference/architecture/results.md
696
+ - documentation/site/reference/architecture/searchers.md
697
+ - documentation/site/reference/architecture/serialization.md
698
+ - documentation/site/reference/index.md
699
+ - documentation/site/reference/netsuite/authentication/_token_based_authentication.md
700
+ - documentation/site/reference/netsuite/authentication/index.md
701
+ - documentation/site/reference/netsuite/authentication/token_based_authentication.md
702
+ - documentation/site/reference/netsuite/index.md
703
+ - documentation/site/reference/netsuite/resources/account.md
704
+ - documentation/site/reference/netsuite/resources/check.md
705
+ - documentation/site/reference/netsuite/resources/check_line_item.md
706
+ - documentation/site/reference/netsuite/resources/currency.md
707
+ - documentation/site/reference/netsuite/resources/customer.md
708
+ - documentation/site/reference/netsuite/resources/customer_deposit.md
709
+ - documentation/site/reference/netsuite/resources/department.md
710
+ - documentation/site/reference/netsuite/resources/deposit.md
711
+ - documentation/site/reference/netsuite/resources/deposit_line_item.md
712
+ - documentation/site/reference/netsuite/resources/index.md
713
+ - documentation/site/reference/netsuite/resources/invoice.md
714
+ - documentation/site/reference/netsuite/resources/invoice_line_item.md
715
+ - documentation/site/reference/netsuite/resources/item.md
716
+ - documentation/site/reference/netsuite/resources/journal_entry.md
717
+ - documentation/site/reference/netsuite/resources/journal_entry_line_item.md
718
+ - documentation/site/reference/netsuite/resources/ledger_class.md
719
+ - documentation/site/reference/netsuite/resources/location.md
720
+ - documentation/site/reference/netsuite/resources/resource.md
721
+ - documentation/site/reference/netsuite/resources/subsidiary.md
722
+ - documentation/site/reference/netsuite/resources/vendor.md
723
+ - documentation/site/reference/netsuite_soap/index.md
724
+ - documentation/site/reference/netsuite_soap/resources/customer.md
725
+ - documentation/site/reference/netsuite_soap/resources/index.md
726
+ - documentation/site/reference/netsuite_soap/resources/resource.md
727
+ - documentation/site/reference/netsuite_soap/resources/subsidiary.md
728
+ - documentation/site/reference/quickbooks_online/authentication/index.md
729
+ - documentation/site/reference/quickbooks_online/errors/index.md
730
+ - documentation/site/reference/quickbooks_online/index.md
731
+ - documentation/site/reference/quickbooks_online/resources/account.md
732
+ - documentation/site/reference/quickbooks_online/resources/bill.md
733
+ - documentation/site/reference/quickbooks_online/resources/bill_line_item.md
734
+ - documentation/site/reference/quickbooks_online/resources/bill_payment.md
735
+ - documentation/site/reference/quickbooks_online/resources/bill_payment_line_item.md
736
+ - documentation/site/reference/quickbooks_online/resources/currency.md
737
+ - documentation/site/reference/quickbooks_online/resources/customer.md
738
+ - documentation/site/reference/quickbooks_online/resources/department.md
739
+ - documentation/site/reference/quickbooks_online/resources/deposit.md
740
+ - documentation/site/reference/quickbooks_online/resources/deposit_line_item.md
741
+ - documentation/site/reference/quickbooks_online/resources/expense.md
742
+ - documentation/site/reference/quickbooks_online/resources/expense_line_item.md
743
+ - documentation/site/reference/quickbooks_online/resources/index.md
744
+ - documentation/site/reference/quickbooks_online/resources/invoice.md
745
+ - documentation/site/reference/quickbooks_online/resources/invoice_sales_line_item.md
746
+ - documentation/site/reference/quickbooks_online/resources/item.md
747
+ - documentation/site/reference/quickbooks_online/resources/journal_entry.md
748
+ - documentation/site/reference/quickbooks_online/resources/journal_entry_line_item.md
749
+ - documentation/site/reference/quickbooks_online/resources/ledger_class.md
750
+ - documentation/site/reference/quickbooks_online/resources/payment.md
751
+ - documentation/site/reference/quickbooks_online/resources/payment_line_item.md
752
+ - documentation/site/reference/quickbooks_online/resources/preferences.md
753
+ - documentation/site/reference/quickbooks_online/resources/primary_email_addr.md
754
+ - documentation/site/reference/quickbooks_online/resources/primary_phone.md
755
+ - documentation/site/reference/quickbooks_online/resources/resource.md
756
+ - documentation/site/reference/quickbooks_online/resources/subsidiary.md
757
+ - documentation/site/reference/quickbooks_online/resources/transfer.md
758
+ - documentation/site/reference/quickbooks_online/resources/vendor.md
759
+ - documentation/site/reference/quickbooks_online/webhooks/index.md
760
+ - documentation/site/reference/stripe/index.md
761
+ - documentation/site/reference/stripe/resources/customer.md
762
+ - documentation/site/reference/stripe/resources/index.md
763
+ - documentation/site/reference/stripe/resources/resource.md
764
+ - documentation/site/style-guide.md
421
765
  - ledger_sync.gemspec
422
766
  - lib/ledger_sync.rb
423
- - lib/ledger_sync/adaptor_configuration.rb
424
- - lib/ledger_sync/adaptor_configuration_store.rb
425
- - lib/ledger_sync/adaptors/adaptor.rb
426
- - lib/ledger_sync/adaptors/contract.rb
427
- - lib/ledger_sync/adaptors/dashboard_url_helper.rb
428
- - lib/ledger_sync/adaptors/ledger_serializer.rb
429
- - lib/ledger_sync/adaptors/ledger_serializer_attribute.rb
430
- - lib/ledger_sync/adaptors/ledger_serializer_attribute_set.rb
431
- - lib/ledger_sync/adaptors/ledger_serializer_type/mapping_type.rb
432
- - lib/ledger_sync/adaptors/ledger_serializer_type/references_many_type.rb
433
- - lib/ledger_sync/adaptors/ledger_serializer_type/references_one_type.rb
434
- - lib/ledger_sync/adaptors/ledger_serializer_type/value_type.rb
435
- - lib/ledger_sync/adaptors/mixins/infer_adaptor_class_mixin.rb
436
- - lib/ledger_sync/adaptors/mixins/infer_ledger_serializer_mixin.rb
437
- - lib/ledger_sync/adaptors/mixins/infer_resource_class_mixin.rb
438
- - lib/ledger_sync/adaptors/mixins/infer_validation_contract_mixin.rb
439
- - lib/ledger_sync/adaptors/mixins/offset_and_limit_pagination_searcher_mixin.rb
440
- - lib/ledger_sync/adaptors/netsuite/account/ledger_deserializer.rb
441
- - lib/ledger_sync/adaptors/netsuite/account/ledger_serializer.rb
442
- - lib/ledger_sync/adaptors/netsuite/account/operations/create.rb
443
- - lib/ledger_sync/adaptors/netsuite/account/operations/find.rb
444
- - lib/ledger_sync/adaptors/netsuite/account/searcher.rb
445
- - lib/ledger_sync/adaptors/netsuite/account/searcher_ledger_deserializer.rb
446
- - lib/ledger_sync/adaptors/netsuite/adaptor.rb
447
- - lib/ledger_sync/adaptors/netsuite/config.rb
448
- - lib/ledger_sync/adaptors/netsuite/currency/deledger_serializer.rb
449
- - lib/ledger_sync/adaptors/netsuite/currency/ledger_serializer.rb
450
- - lib/ledger_sync/adaptors/netsuite/currency/operations/create.rb
451
- - lib/ledger_sync/adaptors/netsuite/currency/operations/delete.rb
452
- - lib/ledger_sync/adaptors/netsuite/currency/operations/find.rb
453
- - lib/ledger_sync/adaptors/netsuite/currency/operations/update.rb
454
- - lib/ledger_sync/adaptors/netsuite/customer/ledger_deserializer.rb
455
- - lib/ledger_sync/adaptors/netsuite/customer/ledger_serializer.rb
456
- - lib/ledger_sync/adaptors/netsuite/customer/operations/create.rb
457
- - lib/ledger_sync/adaptors/netsuite/customer/operations/delete.rb
458
- - lib/ledger_sync/adaptors/netsuite/customer/operations/find.rb
459
- - lib/ledger_sync/adaptors/netsuite/customer/operations/update.rb
460
- - lib/ledger_sync/adaptors/netsuite/customer/searcher.rb
461
- - lib/ledger_sync/adaptors/netsuite/customer/searcher_ledger_deserializer.rb
462
- - lib/ledger_sync/adaptors/netsuite/dashboard_url_helper.rb
463
- - lib/ledger_sync/adaptors/netsuite/department/ledger_serializer.rb
464
- - lib/ledger_sync/adaptors/netsuite/department/operations/create.rb
465
- - lib/ledger_sync/adaptors/netsuite/department/operations/delete.rb
466
- - lib/ledger_sync/adaptors/netsuite/department/operations/find.rb
467
- - lib/ledger_sync/adaptors/netsuite/department/operations/update.rb
468
- - lib/ledger_sync/adaptors/netsuite/department/searcher.rb
469
- - lib/ledger_sync/adaptors/netsuite/department/searcher_ledger_deserializer.rb
470
- - lib/ledger_sync/adaptors/netsuite/ledger_serializer.rb
471
- - lib/ledger_sync/adaptors/netsuite/ledger_serializer_type/active_type.rb
472
- - lib/ledger_sync/adaptors/netsuite/ledger_serializer_type/reference_type.rb
473
- - lib/ledger_sync/adaptors/netsuite/ledger_serializer_type/subsidiary_type.rb
474
- - lib/ledger_sync/adaptors/netsuite/location/ledger_serializer.rb
475
- - lib/ledger_sync/adaptors/netsuite/location/operations/create.rb
476
- - lib/ledger_sync/adaptors/netsuite/location/operations/delete.rb
477
- - lib/ledger_sync/adaptors/netsuite/location/operations/find.rb
478
- - lib/ledger_sync/adaptors/netsuite/location/operations/update.rb
479
- - lib/ledger_sync/adaptors/netsuite/location/searcher.rb
480
- - lib/ledger_sync/adaptors/netsuite/operation.rb
481
- - lib/ledger_sync/adaptors/netsuite/operation/create.rb
482
- - lib/ledger_sync/adaptors/netsuite/operation/delete.rb
483
- - lib/ledger_sync/adaptors/netsuite/operation/find.rb
484
- - lib/ledger_sync/adaptors/netsuite/operation/update.rb
485
- - lib/ledger_sync/adaptors/netsuite/record/http_method.rb
486
- - lib/ledger_sync/adaptors/netsuite/record/metadata.rb
487
- - lib/ledger_sync/adaptors/netsuite/record/parameter.rb
488
- - lib/ledger_sync/adaptors/netsuite/record/property.rb
489
- - lib/ledger_sync/adaptors/netsuite/searcher.rb
490
- - lib/ledger_sync/adaptors/netsuite/token.rb
491
- - lib/ledger_sync/adaptors/netsuite/vendor/ledger_deserializer.rb
492
- - lib/ledger_sync/adaptors/netsuite/vendor/ledger_serializer.rb
493
- - lib/ledger_sync/adaptors/netsuite/vendor/operations/create.rb
494
- - lib/ledger_sync/adaptors/netsuite/vendor/operations/delete.rb
495
- - lib/ledger_sync/adaptors/netsuite/vendor/operations/find.rb
496
- - lib/ledger_sync/adaptors/netsuite/vendor/operations/update.rb
497
- - lib/ledger_sync/adaptors/netsuite/vendor/searcher.rb
498
- - lib/ledger_sync/adaptors/netsuite/vendor/searcher_ledger_deserializer.rb
499
- - lib/ledger_sync/adaptors/netsuite_soap/adaptor.rb
500
- - lib/ledger_sync/adaptors/netsuite_soap/config.rb
501
- - lib/ledger_sync/adaptors/netsuite_soap/customer/ledger_serializer.rb
502
- - lib/ledger_sync/adaptors/netsuite_soap/customer/operations/create.rb
503
- - lib/ledger_sync/adaptors/netsuite_soap/customer/operations/find.rb
504
- - lib/ledger_sync/adaptors/netsuite_soap/ledger_serializer.rb
505
- - lib/ledger_sync/adaptors/netsuite_soap/operation.rb
506
- - lib/ledger_sync/adaptors/netsuite_soap/operation/create.rb
507
- - lib/ledger_sync/adaptors/netsuite_soap/operation/find.rb
508
- - lib/ledger_sync/adaptors/netsuite_soap/subsidiary/operations/create.rb
509
- - lib/ledger_sync/adaptors/netsuite_soap/subsidiary/operations/find.rb
510
- - lib/ledger_sync/adaptors/operation.rb
511
- - lib/ledger_sync/adaptors/quickbooks_online/account/ledger_serializer.rb
512
- - lib/ledger_sync/adaptors/quickbooks_online/account/operations/create.rb
513
- - lib/ledger_sync/adaptors/quickbooks_online/account/operations/find.rb
514
- - lib/ledger_sync/adaptors/quickbooks_online/account/operations/update.rb
515
- - lib/ledger_sync/adaptors/quickbooks_online/account/searcher.rb
516
- - lib/ledger_sync/adaptors/quickbooks_online/adaptor.rb
517
- - lib/ledger_sync/adaptors/quickbooks_online/bill/ledger_serializer.rb
518
- - lib/ledger_sync/adaptors/quickbooks_online/bill/operations/create.rb
519
- - lib/ledger_sync/adaptors/quickbooks_online/bill/operations/find.rb
520
- - lib/ledger_sync/adaptors/quickbooks_online/bill/operations/update.rb
521
- - lib/ledger_sync/adaptors/quickbooks_online/bill/searcher.rb
522
- - lib/ledger_sync/adaptors/quickbooks_online/bill_line_item/ledger_serializer.rb
523
- - lib/ledger_sync/adaptors/quickbooks_online/bill_payment/ledger_serializer.rb
524
- - lib/ledger_sync/adaptors/quickbooks_online/bill_payment/operations/create.rb
525
- - lib/ledger_sync/adaptors/quickbooks_online/bill_payment/operations/find.rb
526
- - lib/ledger_sync/adaptors/quickbooks_online/bill_payment/operations/update.rb
527
- - lib/ledger_sync/adaptors/quickbooks_online/bill_payment_line_item/ledger_serializer.rb
528
- - lib/ledger_sync/adaptors/quickbooks_online/config.rb
529
- - lib/ledger_sync/adaptors/quickbooks_online/currency/ledger_serializer.rb
530
- - lib/ledger_sync/adaptors/quickbooks_online/customer/ledger_serializer.rb
531
- - lib/ledger_sync/adaptors/quickbooks_online/customer/operations/create.rb
532
- - lib/ledger_sync/adaptors/quickbooks_online/customer/operations/find.rb
533
- - lib/ledger_sync/adaptors/quickbooks_online/customer/operations/update.rb
534
- - lib/ledger_sync/adaptors/quickbooks_online/customer/searcher.rb
535
- - lib/ledger_sync/adaptors/quickbooks_online/dashboard_url_helper.rb
536
- - lib/ledger_sync/adaptors/quickbooks_online/department/ledger_serializer.rb
537
- - lib/ledger_sync/adaptors/quickbooks_online/department/operations/create.rb
538
- - lib/ledger_sync/adaptors/quickbooks_online/department/operations/find.rb
539
- - lib/ledger_sync/adaptors/quickbooks_online/department/operations/update.rb
540
- - lib/ledger_sync/adaptors/quickbooks_online/department/searcher.rb
541
- - lib/ledger_sync/adaptors/quickbooks_online/deposit/ledger_serializer.rb
542
- - lib/ledger_sync/adaptors/quickbooks_online/deposit/operations/create.rb
543
- - lib/ledger_sync/adaptors/quickbooks_online/deposit/operations/find.rb
544
- - lib/ledger_sync/adaptors/quickbooks_online/deposit/operations/update.rb
545
- - lib/ledger_sync/adaptors/quickbooks_online/deposit/searcher.rb
546
- - lib/ledger_sync/adaptors/quickbooks_online/deposit_line_item/ledger_serializer.rb
547
- - lib/ledger_sync/adaptors/quickbooks_online/expense/ledger_serializer.rb
548
- - lib/ledger_sync/adaptors/quickbooks_online/expense/operations/create.rb
549
- - lib/ledger_sync/adaptors/quickbooks_online/expense/operations/find.rb
550
- - lib/ledger_sync/adaptors/quickbooks_online/expense/operations/update.rb
551
- - lib/ledger_sync/adaptors/quickbooks_online/expense/searcher.rb
552
- - lib/ledger_sync/adaptors/quickbooks_online/expense_line_item/ledger_serializer.rb
553
- - lib/ledger_sync/adaptors/quickbooks_online/invoice/ledger_serializer.rb
554
- - lib/ledger_sync/adaptors/quickbooks_online/invoice/operations/create.rb
555
- - lib/ledger_sync/adaptors/quickbooks_online/invoice/operations/find.rb
556
- - lib/ledger_sync/adaptors/quickbooks_online/invoice/operations/update.rb
557
- - lib/ledger_sync/adaptors/quickbooks_online/invoice_sales_line_item/ledger_serializer.rb
558
- - lib/ledger_sync/adaptors/quickbooks_online/item/ledger_serializer.rb
559
- - lib/ledger_sync/adaptors/quickbooks_online/journal_entry/ledger_serializer.rb
560
- - lib/ledger_sync/adaptors/quickbooks_online/journal_entry/operations/create.rb
561
- - lib/ledger_sync/adaptors/quickbooks_online/journal_entry/operations/find.rb
562
- - lib/ledger_sync/adaptors/quickbooks_online/journal_entry/operations/update.rb
563
- - lib/ledger_sync/adaptors/quickbooks_online/journal_entry/searcher.rb
564
- - lib/ledger_sync/adaptors/quickbooks_online/journal_entry_line_item/ledger_serializer.rb
565
- - lib/ledger_sync/adaptors/quickbooks_online/ledger_class/ledger_serializer.rb
566
- - lib/ledger_sync/adaptors/quickbooks_online/ledger_class/operations/create.rb
567
- - lib/ledger_sync/adaptors/quickbooks_online/ledger_class/operations/find.rb
568
- - lib/ledger_sync/adaptors/quickbooks_online/ledger_class/operations/update.rb
569
- - lib/ledger_sync/adaptors/quickbooks_online/ledger_class/searcher.rb
570
- - lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer.rb
571
- - lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/account_sub_type.rb
572
- - lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/account_type.rb
573
- - lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/amount_type.rb
574
- - lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/classification_type.rb
575
- - lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/date_type.rb
576
- - lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/department_reference_type.rb
577
- - lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/entity_reference_type.rb
578
- - lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/journal_entry_line_item_type.rb
579
- - lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/payment_type.rb
580
- - lib/ledger_sync/adaptors/quickbooks_online/ledger_serializer_type/transaction_reference_type.rb
581
- - lib/ledger_sync/adaptors/quickbooks_online/oauth_client.rb
582
- - lib/ledger_sync/adaptors/quickbooks_online/operation.rb
583
- - lib/ledger_sync/adaptors/quickbooks_online/operation/create.rb
584
- - lib/ledger_sync/adaptors/quickbooks_online/operation/find.rb
585
- - lib/ledger_sync/adaptors/quickbooks_online/operation/full_update.rb
586
- - lib/ledger_sync/adaptors/quickbooks_online/operation/sparse_update.rb
587
- - lib/ledger_sync/adaptors/quickbooks_online/payment/ledger_serializer.rb
588
- - lib/ledger_sync/adaptors/quickbooks_online/payment/operations/create.rb
589
- - lib/ledger_sync/adaptors/quickbooks_online/payment/operations/find.rb
590
- - lib/ledger_sync/adaptors/quickbooks_online/payment/operations/update.rb
591
- - lib/ledger_sync/adaptors/quickbooks_online/payment_line_item/ledger_serializer.rb
592
- - lib/ledger_sync/adaptors/quickbooks_online/preferences/ledger_serializer.rb
593
- - lib/ledger_sync/adaptors/quickbooks_online/preferences/operations/find.rb
594
- - lib/ledger_sync/adaptors/quickbooks_online/request.rb
595
- - lib/ledger_sync/adaptors/quickbooks_online/resources/preferences.rb
596
- - lib/ledger_sync/adaptors/quickbooks_online/searcher.rb
597
- - lib/ledger_sync/adaptors/quickbooks_online/transfer/ledger_serializer.rb
598
- - lib/ledger_sync/adaptors/quickbooks_online/transfer/operations/create.rb
599
- - lib/ledger_sync/adaptors/quickbooks_online/transfer/operations/find.rb
600
- - lib/ledger_sync/adaptors/quickbooks_online/transfer/operations/update.rb
601
- - lib/ledger_sync/adaptors/quickbooks_online/util/adaptor_error_parser.rb
602
- - lib/ledger_sync/adaptors/quickbooks_online/util/error_matcher.rb
603
- - lib/ledger_sync/adaptors/quickbooks_online/util/error_parser.rb
604
- - lib/ledger_sync/adaptors/quickbooks_online/util/operation_error_parser.rb
605
- - lib/ledger_sync/adaptors/quickbooks_online/vendor/ledger_serializer.rb
606
- - lib/ledger_sync/adaptors/quickbooks_online/vendor/operations/create.rb
607
- - lib/ledger_sync/adaptors/quickbooks_online/vendor/operations/find.rb
608
- - lib/ledger_sync/adaptors/quickbooks_online/vendor/operations/update.rb
609
- - lib/ledger_sync/adaptors/quickbooks_online/vendor/searcher.rb
610
- - lib/ledger_sync/adaptors/quickbooks_online/webhook.rb
611
- - lib/ledger_sync/adaptors/quickbooks_online/webhook_event.rb
612
- - lib/ledger_sync/adaptors/quickbooks_online/webhook_notification.rb
613
- - lib/ledger_sync/adaptors/request.rb
614
- - lib/ledger_sync/adaptors/response.rb
615
- - lib/ledger_sync/adaptors/searcher.rb
616
- - lib/ledger_sync/adaptors/stripe/adaptor.rb
617
- - lib/ledger_sync/adaptors/stripe/config.rb
618
- - lib/ledger_sync/adaptors/stripe/customer/operations/create.rb
619
- - lib/ledger_sync/adaptors/stripe/customer/operations/delete.rb
620
- - lib/ledger_sync/adaptors/stripe/customer/operations/find.rb
621
- - lib/ledger_sync/adaptors/stripe/customer/operations/update.rb
622
- - lib/ledger_sync/adaptors/stripe/dashboard_url_helper.rb
623
- - lib/ledger_sync/adaptors/stripe/operation.rb
624
- - lib/ledger_sync/adaptors/stripe/operation/create.rb
625
- - lib/ledger_sync/adaptors/stripe/operation/delete.rb
626
- - lib/ledger_sync/adaptors/stripe/operation/find.rb
627
- - lib/ledger_sync/adaptors/stripe/operation/update.rb
628
- - lib/ledger_sync/adaptors/test/customer/ledger_serializer.rb
629
- - lib/ledger_sync/adaptors/test/ledger_serializer.rb
630
767
  - lib/ledger_sync/concerns/validatable.rb
631
768
  - lib/ledger_sync/core_ext/resonad.rb
632
769
  - lib/ledger_sync/deserializer.rb
633
770
  - lib/ledger_sync/error.rb
634
- - lib/ledger_sync/error/adaptor_errors.rb
771
+ - lib/ledger_sync/error/ledger_errors.rb
635
772
  - lib/ledger_sync/error/operation_errors.rb
636
773
  - lib/ledger_sync/error/resource_errors.rb
774
+ - lib/ledger_sync/ledger_configuration.rb
775
+ - lib/ledger_sync/ledger_configuration_store.rb
776
+ - lib/ledger_sync/ledgers/client.rb
777
+ - lib/ledger_sync/ledgers/contract.rb
778
+ - lib/ledger_sync/ledgers/dashboard_url_helper.rb
779
+ - lib/ledger_sync/ledgers/mixins/infer_client_mixin.rb
780
+ - lib/ledger_sync/ledgers/mixins/infer_resource_class_mixin.rb
781
+ - lib/ledger_sync/ledgers/mixins/infer_serializer_mixin.rb
782
+ - lib/ledger_sync/ledgers/mixins/infer_validation_contract_mixin.rb
783
+ - lib/ledger_sync/ledgers/mixins/offset_and_limit_pagination_searcher_mixin.rb
784
+ - lib/ledger_sync/ledgers/mixins/serialization_mixin.rb
785
+ - lib/ledger_sync/ledgers/netsuite/account/deserializer.rb
786
+ - lib/ledger_sync/ledgers/netsuite/account/operations/create.rb
787
+ - lib/ledger_sync/ledgers/netsuite/account/operations/find.rb
788
+ - lib/ledger_sync/ledgers/netsuite/account/searcher.rb
789
+ - lib/ledger_sync/ledgers/netsuite/account/searcher_deserializer.rb
790
+ - lib/ledger_sync/ledgers/netsuite/account/serializer.rb
791
+ - lib/ledger_sync/ledgers/netsuite/check/deserializer.rb
792
+ - lib/ledger_sync/ledgers/netsuite/check/operations/create.rb
793
+ - lib/ledger_sync/ledgers/netsuite/check/operations/delete.rb
794
+ - lib/ledger_sync/ledgers/netsuite/check/operations/find.rb
795
+ - lib/ledger_sync/ledgers/netsuite/check/operations/update.rb
796
+ - lib/ledger_sync/ledgers/netsuite/check/searcher.rb
797
+ - lib/ledger_sync/ledgers/netsuite/check/searcher_deserializer.rb
798
+ - lib/ledger_sync/ledgers/netsuite/check/serializer.rb
799
+ - lib/ledger_sync/ledgers/netsuite/check_line_item/deserializer.rb
800
+ - lib/ledger_sync/ledgers/netsuite/check_line_item/serializer.rb
801
+ - lib/ledger_sync/ledgers/netsuite/client.rb
802
+ - lib/ledger_sync/ledgers/netsuite/config.rb
803
+ - lib/ledger_sync/ledgers/netsuite/currency/deserializer.rb
804
+ - lib/ledger_sync/ledgers/netsuite/currency/operations/create.rb
805
+ - lib/ledger_sync/ledgers/netsuite/currency/operations/delete.rb
806
+ - lib/ledger_sync/ledgers/netsuite/currency/operations/find.rb
807
+ - lib/ledger_sync/ledgers/netsuite/currency/operations/update.rb
808
+ - lib/ledger_sync/ledgers/netsuite/currency/serializer.rb
809
+ - lib/ledger_sync/ledgers/netsuite/customer/deserializer.rb
810
+ - lib/ledger_sync/ledgers/netsuite/customer/operations/create.rb
811
+ - lib/ledger_sync/ledgers/netsuite/customer/operations/delete.rb
812
+ - lib/ledger_sync/ledgers/netsuite/customer/operations/find.rb
813
+ - lib/ledger_sync/ledgers/netsuite/customer/operations/update.rb
814
+ - lib/ledger_sync/ledgers/netsuite/customer/searcher.rb
815
+ - lib/ledger_sync/ledgers/netsuite/customer/searcher_deserializer.rb
816
+ - lib/ledger_sync/ledgers/netsuite/customer/serializer.rb
817
+ - lib/ledger_sync/ledgers/netsuite/customer_deposit/deserializer.rb
818
+ - lib/ledger_sync/ledgers/netsuite/customer_deposit/operations/create.rb
819
+ - lib/ledger_sync/ledgers/netsuite/customer_deposit/operations/delete.rb
820
+ - lib/ledger_sync/ledgers/netsuite/customer_deposit/operations/find.rb
821
+ - lib/ledger_sync/ledgers/netsuite/customer_deposit/operations/update.rb
822
+ - lib/ledger_sync/ledgers/netsuite/customer_deposit/searcher.rb
823
+ - lib/ledger_sync/ledgers/netsuite/customer_deposit/searcher_deserializer.rb
824
+ - lib/ledger_sync/ledgers/netsuite/customer_deposit/serializer.rb
825
+ - lib/ledger_sync/ledgers/netsuite/dashboard_url_helper.rb
826
+ - lib/ledger_sync/ledgers/netsuite/department/deserializer.rb
827
+ - lib/ledger_sync/ledgers/netsuite/department/operations/create.rb
828
+ - lib/ledger_sync/ledgers/netsuite/department/operations/delete.rb
829
+ - lib/ledger_sync/ledgers/netsuite/department/operations/find.rb
830
+ - lib/ledger_sync/ledgers/netsuite/department/operations/update.rb
831
+ - lib/ledger_sync/ledgers/netsuite/department/searcher.rb
832
+ - lib/ledger_sync/ledgers/netsuite/department/searcher_deserializer.rb
833
+ - lib/ledger_sync/ledgers/netsuite/department/serializer.rb
834
+ - lib/ledger_sync/ledgers/netsuite/deserializer.rb
835
+ - lib/ledger_sync/ledgers/netsuite/error.rb
836
+ - lib/ledger_sync/ledgers/netsuite/journal_entry/deserializer.rb
837
+ - lib/ledger_sync/ledgers/netsuite/journal_entry/operations/create.rb
838
+ - lib/ledger_sync/ledgers/netsuite/journal_entry/operations/delete.rb
839
+ - lib/ledger_sync/ledgers/netsuite/journal_entry/operations/find.rb
840
+ - lib/ledger_sync/ledgers/netsuite/journal_entry/operations/update.rb
841
+ - lib/ledger_sync/ledgers/netsuite/journal_entry/serializer.rb
842
+ - lib/ledger_sync/ledgers/netsuite/journal_entry_line_item/deserializer.rb
843
+ - lib/ledger_sync/ledgers/netsuite/journal_entry_line_item/serializer.rb
844
+ - lib/ledger_sync/ledgers/netsuite/ledger_class/deserializer.rb
845
+ - lib/ledger_sync/ledgers/netsuite/ledger_class/operations/create.rb
846
+ - lib/ledger_sync/ledgers/netsuite/ledger_class/operations/delete.rb
847
+ - lib/ledger_sync/ledgers/netsuite/ledger_class/operations/find.rb
848
+ - lib/ledger_sync/ledgers/netsuite/ledger_class/operations/update.rb
849
+ - lib/ledger_sync/ledgers/netsuite/ledger_class/searcher.rb
850
+ - lib/ledger_sync/ledgers/netsuite/ledger_class/searcher_deserializer.rb
851
+ - lib/ledger_sync/ledgers/netsuite/ledger_class/serializer.rb
852
+ - lib/ledger_sync/ledgers/netsuite/location/deserializer.rb
853
+ - lib/ledger_sync/ledgers/netsuite/location/operations/create.rb
854
+ - lib/ledger_sync/ledgers/netsuite/location/operations/delete.rb
855
+ - lib/ledger_sync/ledgers/netsuite/location/operations/find.rb
856
+ - lib/ledger_sync/ledgers/netsuite/location/operations/update.rb
857
+ - lib/ledger_sync/ledgers/netsuite/location/searcher.rb
858
+ - lib/ledger_sync/ledgers/netsuite/location/serializer.rb
859
+ - lib/ledger_sync/ledgers/netsuite/operation.rb
860
+ - lib/ledger_sync/ledgers/netsuite/operation/create.rb
861
+ - lib/ledger_sync/ledgers/netsuite/operation/delete.rb
862
+ - lib/ledger_sync/ledgers/netsuite/operation/find.rb
863
+ - lib/ledger_sync/ledgers/netsuite/operation/update.rb
864
+ - lib/ledger_sync/ledgers/netsuite/record/http_method.rb
865
+ - lib/ledger_sync/ledgers/netsuite/record/metadata.rb
866
+ - lib/ledger_sync/ledgers/netsuite/record/parameter.rb
867
+ - lib/ledger_sync/ledgers/netsuite/record/property.rb
868
+ - lib/ledger_sync/ledgers/netsuite/reference/serializer.rb
869
+ - lib/ledger_sync/ledgers/netsuite/resource.rb
870
+ - lib/ledger_sync/ledgers/netsuite/resources/account.rb
871
+ - lib/ledger_sync/ledgers/netsuite/resources/check.rb
872
+ - lib/ledger_sync/ledgers/netsuite/resources/check_line_item.rb
873
+ - lib/ledger_sync/ledgers/netsuite/resources/currency.rb
874
+ - lib/ledger_sync/ledgers/netsuite/resources/customer.rb
875
+ - lib/ledger_sync/ledgers/netsuite/resources/customer_deposit.rb
876
+ - lib/ledger_sync/ledgers/netsuite/resources/department.rb
877
+ - lib/ledger_sync/ledgers/netsuite/resources/deposit.rb
878
+ - lib/ledger_sync/ledgers/netsuite/resources/deposit_line_item.rb
879
+ - lib/ledger_sync/ledgers/netsuite/resources/invoice.rb
880
+ - lib/ledger_sync/ledgers/netsuite/resources/invoice_line_item.rb
881
+ - lib/ledger_sync/ledgers/netsuite/resources/item.rb
882
+ - lib/ledger_sync/ledgers/netsuite/resources/journal_entry.rb
883
+ - lib/ledger_sync/ledgers/netsuite/resources/journal_entry_line_item.rb
884
+ - lib/ledger_sync/ledgers/netsuite/resources/ledger_class.rb
885
+ - lib/ledger_sync/ledgers/netsuite/resources/location.rb
886
+ - lib/ledger_sync/ledgers/netsuite/resources/subsidiary.rb
887
+ - lib/ledger_sync/ledgers/netsuite/resources/vendor.rb
888
+ - lib/ledger_sync/ledgers/netsuite/searcher.rb
889
+ - lib/ledger_sync/ledgers/netsuite/serializer.rb
890
+ - lib/ledger_sync/ledgers/netsuite/subsidiary/deserializer.rb
891
+ - lib/ledger_sync/ledgers/netsuite/subsidiary/searcher.rb
892
+ - lib/ledger_sync/ledgers/netsuite/subsidiary/searcher_deserializer.rb
893
+ - lib/ledger_sync/ledgers/netsuite/subsidiary/serializer.rb
894
+ - lib/ledger_sync/ledgers/netsuite/token.rb
895
+ - lib/ledger_sync/ledgers/netsuite/type/deserializer_active_type.rb
896
+ - lib/ledger_sync/ledgers/netsuite/type/deserializer_customer_type.rb
897
+ - lib/ledger_sync/ledgers/netsuite/type/deserializer_entity_type.rb
898
+ - lib/ledger_sync/ledgers/netsuite/type/deserializer_subsidiary_type.rb
899
+ - lib/ledger_sync/ledgers/netsuite/vendor/deserializer.rb
900
+ - lib/ledger_sync/ledgers/netsuite/vendor/operations/create.rb
901
+ - lib/ledger_sync/ledgers/netsuite/vendor/operations/delete.rb
902
+ - lib/ledger_sync/ledgers/netsuite/vendor/operations/find.rb
903
+ - lib/ledger_sync/ledgers/netsuite/vendor/operations/update.rb
904
+ - lib/ledger_sync/ledgers/netsuite/vendor/searcher.rb
905
+ - lib/ledger_sync/ledgers/netsuite/vendor/searcher_deserializer.rb
906
+ - lib/ledger_sync/ledgers/netsuite/vendor/serializer.rb
907
+ - lib/ledger_sync/ledgers/netsuite_soap/client.rb
908
+ - lib/ledger_sync/ledgers/netsuite_soap/config.rb
909
+ - lib/ledger_sync/ledgers/netsuite_soap/customer/operations/create.rb
910
+ - lib/ledger_sync/ledgers/netsuite_soap/customer/operations/find.rb
911
+ - lib/ledger_sync/ledgers/netsuite_soap/operation.rb
912
+ - lib/ledger_sync/ledgers/netsuite_soap/operation/create.rb
913
+ - lib/ledger_sync/ledgers/netsuite_soap/operation/find.rb
914
+ - lib/ledger_sync/ledgers/netsuite_soap/resource.rb
915
+ - lib/ledger_sync/ledgers/netsuite_soap/resources/customer.rb
916
+ - lib/ledger_sync/ledgers/netsuite_soap/resources/subsidiary.rb
917
+ - lib/ledger_sync/ledgers/netsuite_soap/subsidiary/operations/create.rb
918
+ - lib/ledger_sync/ledgers/netsuite_soap/subsidiary/operations/find.rb
919
+ - lib/ledger_sync/ledgers/operation.rb
920
+ - lib/ledger_sync/ledgers/quickbooks_online/account/deserializer.rb
921
+ - lib/ledger_sync/ledgers/quickbooks_online/account/operations/create.rb
922
+ - lib/ledger_sync/ledgers/quickbooks_online/account/operations/find.rb
923
+ - lib/ledger_sync/ledgers/quickbooks_online/account/operations/update.rb
924
+ - lib/ledger_sync/ledgers/quickbooks_online/account/searcher.rb
925
+ - lib/ledger_sync/ledgers/quickbooks_online/account/serializer.rb
926
+ - lib/ledger_sync/ledgers/quickbooks_online/bill/deserializer.rb
927
+ - lib/ledger_sync/ledgers/quickbooks_online/bill/operations/create.rb
928
+ - lib/ledger_sync/ledgers/quickbooks_online/bill/operations/find.rb
929
+ - lib/ledger_sync/ledgers/quickbooks_online/bill/operations/update.rb
930
+ - lib/ledger_sync/ledgers/quickbooks_online/bill/searcher.rb
931
+ - lib/ledger_sync/ledgers/quickbooks_online/bill/serializer.rb
932
+ - lib/ledger_sync/ledgers/quickbooks_online/bill_line_item/deserializer.rb
933
+ - lib/ledger_sync/ledgers/quickbooks_online/bill_line_item/serializer.rb
934
+ - lib/ledger_sync/ledgers/quickbooks_online/bill_payment/deserializer.rb
935
+ - lib/ledger_sync/ledgers/quickbooks_online/bill_payment/operations/create.rb
936
+ - lib/ledger_sync/ledgers/quickbooks_online/bill_payment/operations/find.rb
937
+ - lib/ledger_sync/ledgers/quickbooks_online/bill_payment/operations/update.rb
938
+ - lib/ledger_sync/ledgers/quickbooks_online/bill_payment/serializer.rb
939
+ - lib/ledger_sync/ledgers/quickbooks_online/bill_payment_line_item/deserializer.rb
940
+ - lib/ledger_sync/ledgers/quickbooks_online/bill_payment_line_item/serializer.rb
941
+ - lib/ledger_sync/ledgers/quickbooks_online/client.rb
942
+ - lib/ledger_sync/ledgers/quickbooks_online/config.rb
943
+ - lib/ledger_sync/ledgers/quickbooks_online/currency/deserializer.rb
944
+ - lib/ledger_sync/ledgers/quickbooks_online/currency/serializer.rb
945
+ - lib/ledger_sync/ledgers/quickbooks_online/customer/deserializer.rb
946
+ - lib/ledger_sync/ledgers/quickbooks_online/customer/operations/create.rb
947
+ - lib/ledger_sync/ledgers/quickbooks_online/customer/operations/find.rb
948
+ - lib/ledger_sync/ledgers/quickbooks_online/customer/operations/update.rb
949
+ - lib/ledger_sync/ledgers/quickbooks_online/customer/searcher.rb
950
+ - lib/ledger_sync/ledgers/quickbooks_online/customer/serializer.rb
951
+ - lib/ledger_sync/ledgers/quickbooks_online/dashboard_url_helper.rb
952
+ - lib/ledger_sync/ledgers/quickbooks_online/department/deserializer.rb
953
+ - lib/ledger_sync/ledgers/quickbooks_online/department/operations/create.rb
954
+ - lib/ledger_sync/ledgers/quickbooks_online/department/operations/find.rb
955
+ - lib/ledger_sync/ledgers/quickbooks_online/department/operations/update.rb
956
+ - lib/ledger_sync/ledgers/quickbooks_online/department/searcher.rb
957
+ - lib/ledger_sync/ledgers/quickbooks_online/department/serializer.rb
958
+ - lib/ledger_sync/ledgers/quickbooks_online/deposit/deserializer.rb
959
+ - lib/ledger_sync/ledgers/quickbooks_online/deposit/operations/create.rb
960
+ - lib/ledger_sync/ledgers/quickbooks_online/deposit/operations/find.rb
961
+ - lib/ledger_sync/ledgers/quickbooks_online/deposit/operations/update.rb
962
+ - lib/ledger_sync/ledgers/quickbooks_online/deposit/searcher.rb
963
+ - lib/ledger_sync/ledgers/quickbooks_online/deposit/serializer.rb
964
+ - lib/ledger_sync/ledgers/quickbooks_online/deposit_line_item/deserializer.rb
965
+ - lib/ledger_sync/ledgers/quickbooks_online/deposit_line_item/serializer.rb
966
+ - lib/ledger_sync/ledgers/quickbooks_online/deserializer.rb
967
+ - lib/ledger_sync/ledgers/quickbooks_online/expense/deserializer.rb
968
+ - lib/ledger_sync/ledgers/quickbooks_online/expense/operations/create.rb
969
+ - lib/ledger_sync/ledgers/quickbooks_online/expense/operations/find.rb
970
+ - lib/ledger_sync/ledgers/quickbooks_online/expense/operations/update.rb
971
+ - lib/ledger_sync/ledgers/quickbooks_online/expense/searcher.rb
972
+ - lib/ledger_sync/ledgers/quickbooks_online/expense/serializer.rb
973
+ - lib/ledger_sync/ledgers/quickbooks_online/expense_line_item/deserializer.rb
974
+ - lib/ledger_sync/ledgers/quickbooks_online/expense_line_item/serializer.rb
975
+ - lib/ledger_sync/ledgers/quickbooks_online/invoice/deserializer.rb
976
+ - lib/ledger_sync/ledgers/quickbooks_online/invoice/operations/create.rb
977
+ - lib/ledger_sync/ledgers/quickbooks_online/invoice/operations/find.rb
978
+ - lib/ledger_sync/ledgers/quickbooks_online/invoice/operations/update.rb
979
+ - lib/ledger_sync/ledgers/quickbooks_online/invoice/serializer.rb
980
+ - lib/ledger_sync/ledgers/quickbooks_online/invoice_sales_line_item/deserializer.rb
981
+ - lib/ledger_sync/ledgers/quickbooks_online/invoice_sales_line_item/serializer.rb
982
+ - lib/ledger_sync/ledgers/quickbooks_online/item/deserializer.rb
983
+ - lib/ledger_sync/ledgers/quickbooks_online/item/serializer.rb
984
+ - lib/ledger_sync/ledgers/quickbooks_online/journal_entry/deserializer.rb
985
+ - lib/ledger_sync/ledgers/quickbooks_online/journal_entry/operations/create.rb
986
+ - lib/ledger_sync/ledgers/quickbooks_online/journal_entry/operations/find.rb
987
+ - lib/ledger_sync/ledgers/quickbooks_online/journal_entry/operations/update.rb
988
+ - lib/ledger_sync/ledgers/quickbooks_online/journal_entry/searcher.rb
989
+ - lib/ledger_sync/ledgers/quickbooks_online/journal_entry/serializer.rb
990
+ - lib/ledger_sync/ledgers/quickbooks_online/journal_entry_line_item/deserializer.rb
991
+ - lib/ledger_sync/ledgers/quickbooks_online/journal_entry_line_item/serializer.rb
992
+ - lib/ledger_sync/ledgers/quickbooks_online/ledger_class/deserializer.rb
993
+ - lib/ledger_sync/ledgers/quickbooks_online/ledger_class/operations/create.rb
994
+ - lib/ledger_sync/ledgers/quickbooks_online/ledger_class/operations/find.rb
995
+ - lib/ledger_sync/ledgers/quickbooks_online/ledger_class/operations/update.rb
996
+ - lib/ledger_sync/ledgers/quickbooks_online/ledger_class/searcher.rb
997
+ - lib/ledger_sync/ledgers/quickbooks_online/ledger_class/serializer.rb
998
+ - lib/ledger_sync/ledgers/quickbooks_online/oauth_client.rb
999
+ - lib/ledger_sync/ledgers/quickbooks_online/operation.rb
1000
+ - lib/ledger_sync/ledgers/quickbooks_online/operation/create.rb
1001
+ - lib/ledger_sync/ledgers/quickbooks_online/operation/find.rb
1002
+ - lib/ledger_sync/ledgers/quickbooks_online/operation/full_update.rb
1003
+ - lib/ledger_sync/ledgers/quickbooks_online/operation/sparse_update.rb
1004
+ - lib/ledger_sync/ledgers/quickbooks_online/payment/deserializer.rb
1005
+ - lib/ledger_sync/ledgers/quickbooks_online/payment/operations/create.rb
1006
+ - lib/ledger_sync/ledgers/quickbooks_online/payment/operations/find.rb
1007
+ - lib/ledger_sync/ledgers/quickbooks_online/payment/operations/update.rb
1008
+ - lib/ledger_sync/ledgers/quickbooks_online/payment/serializer.rb
1009
+ - lib/ledger_sync/ledgers/quickbooks_online/payment_line_item/deserializer.rb
1010
+ - lib/ledger_sync/ledgers/quickbooks_online/payment_line_item/serializer.rb
1011
+ - lib/ledger_sync/ledgers/quickbooks_online/preferences/deserializer.rb
1012
+ - lib/ledger_sync/ledgers/quickbooks_online/preferences/operations/find.rb
1013
+ - lib/ledger_sync/ledgers/quickbooks_online/preferences/serializer.rb
1014
+ - lib/ledger_sync/ledgers/quickbooks_online/request.rb
1015
+ - lib/ledger_sync/ledgers/quickbooks_online/resource.rb
1016
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/account.rb
1017
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/bill.rb
1018
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/bill_line_item.rb
1019
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/bill_payment.rb
1020
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/bill_payment_line_item.rb
1021
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/currency.rb
1022
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/customer.rb
1023
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/department.rb
1024
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/deposit.rb
1025
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/deposit_line_item.rb
1026
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/expense.rb
1027
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/expense_line_item.rb
1028
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/invoice.rb
1029
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/invoice_sales_line_item.rb
1030
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/item.rb
1031
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/journal_entry.rb
1032
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/journal_entry_line_item.rb
1033
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/ledger_class.rb
1034
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/payment.rb
1035
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/payment_line_item.rb
1036
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/preferences.rb
1037
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/primary_email_addr.rb
1038
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/primary_phone.rb
1039
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/subsidiary.rb
1040
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/transfer.rb
1041
+ - lib/ledger_sync/ledgers/quickbooks_online/resources/vendor.rb
1042
+ - lib/ledger_sync/ledgers/quickbooks_online/searcher.rb
1043
+ - lib/ledger_sync/ledgers/quickbooks_online/serialization/type/amount_float_to_integer_type.rb
1044
+ - lib/ledger_sync/ledgers/quickbooks_online/serialization/type/deserialize_transaction_reference_type.rb
1045
+ - lib/ledger_sync/ledgers/quickbooks_online/serialization/type/integer_to_amount_float_type.rb
1046
+ - lib/ledger_sync/ledgers/quickbooks_online/serialization/type/serialize_transaction_reference_type.rb
1047
+ - lib/ledger_sync/ledgers/quickbooks_online/serializer.rb
1048
+ - lib/ledger_sync/ledgers/quickbooks_online/serialziation/type/mapping_type.rb
1049
+ - lib/ledger_sync/ledgers/quickbooks_online/transfer/deserializer.rb
1050
+ - lib/ledger_sync/ledgers/quickbooks_online/transfer/operations/create.rb
1051
+ - lib/ledger_sync/ledgers/quickbooks_online/transfer/operations/find.rb
1052
+ - lib/ledger_sync/ledgers/quickbooks_online/transfer/operations/update.rb
1053
+ - lib/ledger_sync/ledgers/quickbooks_online/transfer/serializer.rb
1054
+ - lib/ledger_sync/ledgers/quickbooks_online/util/error_matcher.rb
1055
+ - lib/ledger_sync/ledgers/quickbooks_online/util/error_parser.rb
1056
+ - lib/ledger_sync/ledgers/quickbooks_online/util/ledger_error_parser.rb
1057
+ - lib/ledger_sync/ledgers/quickbooks_online/util/operation_error_parser.rb
1058
+ - lib/ledger_sync/ledgers/quickbooks_online/vendor/deserializer.rb
1059
+ - lib/ledger_sync/ledgers/quickbooks_online/vendor/operations/create.rb
1060
+ - lib/ledger_sync/ledgers/quickbooks_online/vendor/operations/find.rb
1061
+ - lib/ledger_sync/ledgers/quickbooks_online/vendor/operations/update.rb
1062
+ - lib/ledger_sync/ledgers/quickbooks_online/vendor/searcher.rb
1063
+ - lib/ledger_sync/ledgers/quickbooks_online/vendor/serializer.rb
1064
+ - lib/ledger_sync/ledgers/quickbooks_online/webhook.rb
1065
+ - lib/ledger_sync/ledgers/quickbooks_online/webhook_event.rb
1066
+ - lib/ledger_sync/ledgers/quickbooks_online/webhook_notification.rb
1067
+ - lib/ledger_sync/ledgers/request.rb
1068
+ - lib/ledger_sync/ledgers/response.rb
1069
+ - lib/ledger_sync/ledgers/searcher.rb
1070
+ - lib/ledger_sync/ledgers/stripe/client.rb
1071
+ - lib/ledger_sync/ledgers/stripe/config.rb
1072
+ - lib/ledger_sync/ledgers/stripe/customer/operations/create.rb
1073
+ - lib/ledger_sync/ledgers/stripe/customer/operations/delete.rb
1074
+ - lib/ledger_sync/ledgers/stripe/customer/operations/find.rb
1075
+ - lib/ledger_sync/ledgers/stripe/customer/operations/update.rb
1076
+ - lib/ledger_sync/ledgers/stripe/dashboard_url_helper.rb
1077
+ - lib/ledger_sync/ledgers/stripe/operation.rb
1078
+ - lib/ledger_sync/ledgers/stripe/operation/create.rb
1079
+ - lib/ledger_sync/ledgers/stripe/operation/delete.rb
1080
+ - lib/ledger_sync/ledgers/stripe/operation/find.rb
1081
+ - lib/ledger_sync/ledgers/stripe/operation/update.rb
1082
+ - lib/ledger_sync/ledgers/stripe/resource.rb
1083
+ - lib/ledger_sync/ledgers/stripe/resources/customer.rb
1084
+ - lib/ledger_sync/operation.rb
637
1085
  - lib/ledger_sync/resource.rb
1086
+ - lib/ledger_sync/resource_adaptor.rb
638
1087
  - lib/ledger_sync/resource_attribute.rb
639
1088
  - lib/ledger_sync/resource_attribute/dirty_mixin.rb
640
1089
  - lib/ledger_sync/resource_attribute/mixin.rb
@@ -642,44 +1091,23 @@ files:
642
1091
  - lib/ledger_sync/resource_attribute/reference/many.rb
643
1092
  - lib/ledger_sync/resource_attribute/reference/one.rb
644
1093
  - lib/ledger_sync/resource_attribute_set.rb
645
- - lib/ledger_sync/resources/account.rb
646
- - lib/ledger_sync/resources/bill.rb
647
- - lib/ledger_sync/resources/bill_line_item.rb
648
- - lib/ledger_sync/resources/bill_payment.rb
649
- - lib/ledger_sync/resources/bill_payment_line_item.rb
650
- - lib/ledger_sync/resources/currency.rb
651
- - lib/ledger_sync/resources/customer.rb
652
- - lib/ledger_sync/resources/department.rb
653
- - lib/ledger_sync/resources/deposit.rb
654
- - lib/ledger_sync/resources/deposit_line_item.rb
655
- - lib/ledger_sync/resources/expense.rb
656
- - lib/ledger_sync/resources/expense_line_item.rb
657
- - lib/ledger_sync/resources/invoice.rb
658
- - lib/ledger_sync/resources/invoice_sales_line_item.rb
659
- - lib/ledger_sync/resources/item.rb
660
- - lib/ledger_sync/resources/journal_entry.rb
661
- - lib/ledger_sync/resources/journal_entry_line_item.rb
662
- - lib/ledger_sync/resources/ledger_class.rb
663
- - lib/ledger_sync/resources/location.rb
664
- - lib/ledger_sync/resources/payment.rb
665
- - lib/ledger_sync/resources/payment_line_item.rb
666
- - lib/ledger_sync/resources/subsidiary.rb
667
- - lib/ledger_sync/resources/transfer.rb
668
- - lib/ledger_sync/resources/vendor.rb
669
1094
  - lib/ledger_sync/result.rb
670
1095
  - lib/ledger_sync/serialization/attribute.rb
671
1096
  - lib/ledger_sync/serialization/attribute_set_mixin.rb
672
1097
  - lib/ledger_sync/serialization/deserializer_attribute.rb
673
1098
  - lib/ledger_sync/serialization/deserializer_attribute_set.rb
674
- - lib/ledger_sync/serialization/deserializer_delegator.rb
675
1099
  - lib/ledger_sync/serialization/mixin.rb
676
1100
  - lib/ledger_sync/serialization/serializer_attribute.rb
677
1101
  - lib/ledger_sync/serialization/serializer_attribute_set.rb
678
- - lib/ledger_sync/serialization/serializer_delegator.rb
679
- - lib/ledger_sync/serialization/type/references_many_type.rb
680
- - lib/ledger_sync/serialization/type/references_one_type.rb
1102
+ - lib/ledger_sync/serialization/type/deserializer_references_many_type.rb
1103
+ - lib/ledger_sync/serialization/type/deserializer_references_one_type.rb
1104
+ - lib/ledger_sync/serialization/type/deserializer_type.rb
1105
+ - lib/ledger_sync/serialization/type/format_date_type.rb
1106
+ - lib/ledger_sync/serialization/type/mapping_type.rb
1107
+ - lib/ledger_sync/serialization/type/parse_date_type.rb
1108
+ - lib/ledger_sync/serialization/type/serializer_references_many_type.rb
1109
+ - lib/ledger_sync/serialization/type/serializer_references_one_type.rb
681
1110
  - lib/ledger_sync/serialization/type/serializer_type.rb
682
- - lib/ledger_sync/serialization/type/value_type.rb
683
1111
  - lib/ledger_sync/serializer.rb
684
1112
  - lib/ledger_sync/type/boolean.rb
685
1113
  - lib/ledger_sync/type/date.rb
@@ -690,19 +1118,30 @@ files:
690
1118
  - lib/ledger_sync/type/reference_many.rb
691
1119
  - lib/ledger_sync/type/reference_one.rb
692
1120
  - lib/ledger_sync/type/string.rb
1121
+ - lib/ledger_sync/type/string_from_set.rb
693
1122
  - lib/ledger_sync/type/value.rb
694
1123
  - lib/ledger_sync/type/value_mixin.rb
695
1124
  - lib/ledger_sync/util/hash_helpers.rb
696
1125
  - lib/ledger_sync/util/mixins/delegate_iterable_methods_mixin.rb
697
1126
  - lib/ledger_sync/util/mixins/dupable_mixin.rb
1127
+ - lib/ledger_sync/util/mixins/resource_registerable_mixin.rb
698
1128
  - lib/ledger_sync/util/performer.rb
699
1129
  - lib/ledger_sync/util/read_only_object.rb
700
1130
  - lib/ledger_sync/util/resonad.rb
1131
+ - lib/ledger_sync/util/resource_converter.rb
1132
+ - lib/ledger_sync/util/resource_converter/attribute.rb
1133
+ - lib/ledger_sync/util/resource_converter/attribute_set.rb
1134
+ - lib/ledger_sync/util/resource_converter/type/references_many_type.rb
1135
+ - lib/ledger_sync/util/resource_converter/type/references_one_type.rb
1136
+ - lib/ledger_sync/util/resource_converter/type/resource_converter_type.rb
701
1137
  - lib/ledger_sync/util/resources_builder.rb
702
1138
  - lib/ledger_sync/util/signer.rb
703
1139
  - lib/ledger_sync/util/string_helpers.rb
1140
+ - lib/ledger_sync/util/url_helpers.rb
704
1141
  - lib/ledger_sync/util/validator.rb
705
1142
  - lib/ledger_sync/version.rb
1143
+ - licenses/BSL.txt
1144
+ - licenses/documentation_site.txt
706
1145
  - release.sh
707
1146
  homepage: https://github.com/LedgerSync/ledger_sync
708
1147
  licenses:
@@ -723,7 +1162,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
723
1162
  - !ruby/object:Gem::Version
724
1163
  version: '0'
725
1164
  requirements: []
726
- rubygems_version: 3.0.3
1165
+ rubyforge_project:
1166
+ rubygems_version: 2.7.6.2
727
1167
  signing_key:
728
1168
  specification_version: 4
729
1169
  summary: Sync common objects to accounting software.