@actschurch/ccms-sdk 0.0.18 → 0.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (537) hide show
  1. package/dist/core/HttpClient.js +2 -2
  2. package/dist/core/HttpClient.js.map +1 -1
  3. package/dist/models/bookings/BookableResource.d.ts +61 -0
  4. package/dist/models/bookings/BookableResource.d.ts.map +1 -0
  5. package/dist/models/bookings/BookableResource.js +2 -0
  6. package/dist/models/bookings/BookableResource.js.map +1 -0
  7. package/dist/models/bookings/BookableResourceBlockout.d.ts +29 -0
  8. package/dist/models/bookings/BookableResourceBlockout.d.ts.map +1 -0
  9. package/dist/models/bookings/BookableResourceBlockout.js +2 -0
  10. package/dist/models/bookings/BookableResourceBlockout.js.map +1 -0
  11. package/dist/models/bookings/BookableResourceBlockoutType.d.ts +25 -0
  12. package/dist/models/bookings/BookableResourceBlockoutType.d.ts.map +1 -0
  13. package/dist/models/bookings/BookableResourceBlockoutType.js +2 -0
  14. package/dist/models/bookings/BookableResourceBlockoutType.js.map +1 -0
  15. package/dist/models/bookings/BookableResourceImage.d.ts +25 -0
  16. package/dist/models/bookings/BookableResourceImage.d.ts.map +1 -0
  17. package/dist/models/bookings/BookableResourceImage.js +2 -0
  18. package/dist/models/bookings/BookableResourceImage.js.map +1 -0
  19. package/dist/models/bookings/BookableResourceStatus.d.ts +25 -0
  20. package/dist/models/bookings/BookableResourceStatus.d.ts.map +1 -0
  21. package/dist/models/bookings/BookableResourceStatus.js +2 -0
  22. package/dist/models/bookings/BookableResourceStatus.js.map +1 -0
  23. package/dist/models/bookings/BookableResourceType.d.ts +25 -0
  24. package/dist/models/bookings/BookableResourceType.d.ts.map +1 -0
  25. package/dist/models/bookings/BookableResourceType.js +2 -0
  26. package/dist/models/bookings/BookableResourceType.js.map +1 -0
  27. package/dist/models/bookings/Booking.d.ts +69 -0
  28. package/dist/models/bookings/Booking.d.ts.map +1 -0
  29. package/dist/models/bookings/Booking.js +2 -0
  30. package/dist/models/bookings/Booking.js.map +1 -0
  31. package/dist/models/bookings/BookingAccessory.d.ts +23 -0
  32. package/dist/models/bookings/BookingAccessory.d.ts.map +1 -0
  33. package/dist/models/bookings/BookingAccessory.js +2 -0
  34. package/dist/models/bookings/BookingAccessory.js.map +1 -0
  35. package/dist/models/bookings/BookingLog.d.ts +49 -0
  36. package/dist/models/bookings/BookingLog.d.ts.map +1 -0
  37. package/dist/models/bookings/BookingLog.js +2 -0
  38. package/dist/models/bookings/BookingLog.js.map +1 -0
  39. package/dist/models/bookings/BookingLogMedia.d.ts +27 -0
  40. package/dist/models/bookings/BookingLogMedia.d.ts.map +1 -0
  41. package/dist/models/bookings/BookingLogMedia.js +2 -0
  42. package/dist/models/bookings/BookingLogMedia.js.map +1 -0
  43. package/dist/models/bookings/BookingNotificationQueue.d.ts +31 -0
  44. package/dist/models/bookings/BookingNotificationQueue.d.ts.map +1 -0
  45. package/dist/models/bookings/BookingNotificationQueue.js +2 -0
  46. package/dist/models/bookings/BookingNotificationQueue.js.map +1 -0
  47. package/dist/models/bookings/BookingSetting.d.ts +45 -0
  48. package/dist/models/bookings/BookingSetting.d.ts.map +1 -0
  49. package/dist/models/bookings/BookingSetting.js +2 -0
  50. package/dist/models/bookings/BookingSetting.js.map +1 -0
  51. package/dist/models/bookings/BookingStatus.d.ts +27 -0
  52. package/dist/models/bookings/BookingStatus.d.ts.map +1 -0
  53. package/dist/models/bookings/BookingStatus.js +2 -0
  54. package/dist/models/bookings/BookingStatus.js.map +1 -0
  55. package/dist/models/bookings/BookingStatusHistory.d.ts +29 -0
  56. package/dist/models/bookings/BookingStatusHistory.d.ts.map +1 -0
  57. package/dist/models/bookings/BookingStatusHistory.js +2 -0
  58. package/dist/models/bookings/BookingStatusHistory.js.map +1 -0
  59. package/dist/models/bookings/CacheKeys/BookableResourceBlockoutCacheKeys.d.ts +18 -0
  60. package/dist/models/bookings/CacheKeys/BookableResourceBlockoutCacheKeys.d.ts.map +1 -0
  61. package/dist/models/bookings/CacheKeys/BookableResourceBlockoutCacheKeys.js +18 -0
  62. package/dist/models/bookings/CacheKeys/BookableResourceBlockoutCacheKeys.js.map +1 -0
  63. package/dist/models/bookings/CacheKeys/BookableResourceCacheKeys.d.ts +20 -0
  64. package/dist/models/bookings/CacheKeys/BookableResourceCacheKeys.d.ts.map +1 -0
  65. package/dist/models/bookings/CacheKeys/BookableResourceCacheKeys.js +20 -0
  66. package/dist/models/bookings/CacheKeys/BookableResourceCacheKeys.js.map +1 -0
  67. package/dist/models/bookings/CacheKeys/BookingCacheKeys.d.ts +24 -0
  68. package/dist/models/bookings/CacheKeys/BookingCacheKeys.d.ts.map +1 -0
  69. package/dist/models/bookings/CacheKeys/BookingCacheKeys.js +24 -0
  70. package/dist/models/bookings/CacheKeys/BookingCacheKeys.js.map +1 -0
  71. package/dist/models/bookings/CacheKeys/BookingLogCacheKeys.d.ts +18 -0
  72. package/dist/models/bookings/CacheKeys/BookingLogCacheKeys.d.ts.map +1 -0
  73. package/dist/models/bookings/CacheKeys/BookingLogCacheKeys.js +18 -0
  74. package/dist/models/bookings/CacheKeys/BookingLogCacheKeys.js.map +1 -0
  75. package/dist/models/bookings/CacheKeys/BookingSettingCacheKeys.d.ts +18 -0
  76. package/dist/models/bookings/CacheKeys/BookingSettingCacheKeys.d.ts.map +1 -0
  77. package/dist/models/bookings/CacheKeys/BookingSettingCacheKeys.js +18 -0
  78. package/dist/models/bookings/CacheKeys/BookingSettingCacheKeys.js.map +1 -0
  79. package/dist/models/bookings/CacheKeys/index.d.ts +9 -0
  80. package/dist/models/bookings/CacheKeys/index.d.ts.map +1 -0
  81. package/dist/models/bookings/CacheKeys/index.js +9 -0
  82. package/dist/models/bookings/CacheKeys/index.js.map +1 -0
  83. package/dist/models/bookings/ModelView/BookableResourceBlockoutModelView.d.ts +48 -0
  84. package/dist/models/bookings/ModelView/BookableResourceBlockoutModelView.d.ts.map +1 -0
  85. package/dist/models/bookings/ModelView/BookableResourceBlockoutModelView.js +2 -0
  86. package/dist/models/bookings/ModelView/BookableResourceBlockoutModelView.js.map +1 -0
  87. package/dist/models/bookings/ModelView/BookableResourceModelView.d.ts +80 -0
  88. package/dist/models/bookings/ModelView/BookableResourceModelView.d.ts.map +1 -0
  89. package/dist/models/bookings/ModelView/BookableResourceModelView.js +2 -0
  90. package/dist/models/bookings/ModelView/BookableResourceModelView.js.map +1 -0
  91. package/dist/models/bookings/ModelView/BookingApprovalRequest.d.ts +14 -0
  92. package/dist/models/bookings/ModelView/BookingApprovalRequest.d.ts.map +1 -0
  93. package/dist/models/bookings/ModelView/BookingApprovalRequest.js +2 -0
  94. package/dist/models/bookings/ModelView/BookingApprovalRequest.js.map +1 -0
  95. package/dist/models/bookings/ModelView/BookingCalendarEvent.d.ts +36 -0
  96. package/dist/models/bookings/ModelView/BookingCalendarEvent.d.ts.map +1 -0
  97. package/dist/models/bookings/ModelView/BookingCalendarEvent.js +2 -0
  98. package/dist/models/bookings/ModelView/BookingCalendarEvent.js.map +1 -0
  99. package/dist/models/bookings/ModelView/BookingDashboardStats.d.ts +43 -0
  100. package/dist/models/bookings/ModelView/BookingDashboardStats.d.ts.map +1 -0
  101. package/dist/models/bookings/ModelView/BookingDashboardStats.js +2 -0
  102. package/dist/models/bookings/ModelView/BookingDashboardStats.js.map +1 -0
  103. package/dist/models/bookings/ModelView/BookingDetailModelView.d.ts +146 -0
  104. package/dist/models/bookings/ModelView/BookingDetailModelView.d.ts.map +1 -0
  105. package/dist/models/bookings/ModelView/BookingDetailModelView.js +2 -0
  106. package/dist/models/bookings/ModelView/BookingDetailModelView.js.map +1 -0
  107. package/dist/models/bookings/ModelView/BookingFilterModel.d.ts +36 -0
  108. package/dist/models/bookings/ModelView/BookingFilterModel.d.ts.map +1 -0
  109. package/dist/models/bookings/ModelView/BookingFilterModel.js +2 -0
  110. package/dist/models/bookings/ModelView/BookingFilterModel.js.map +1 -0
  111. package/dist/models/bookings/ModelView/BookingLogModelView.d.ts +76 -0
  112. package/dist/models/bookings/ModelView/BookingLogModelView.d.ts.map +1 -0
  113. package/dist/models/bookings/ModelView/BookingLogModelView.js +2 -0
  114. package/dist/models/bookings/ModelView/BookingLogModelView.js.map +1 -0
  115. package/dist/models/bookings/ModelView/BookingModelView.d.ts +107 -0
  116. package/dist/models/bookings/ModelView/BookingModelView.d.ts.map +1 -0
  117. package/dist/models/bookings/ModelView/BookingModelView.js +2 -0
  118. package/dist/models/bookings/ModelView/BookingModelView.js.map +1 -0
  119. package/dist/models/bookings/ModelView/CreateBookingLogRequest.d.ts +38 -0
  120. package/dist/models/bookings/ModelView/CreateBookingLogRequest.d.ts.map +1 -0
  121. package/dist/models/bookings/ModelView/CreateBookingLogRequest.js +2 -0
  122. package/dist/models/bookings/ModelView/CreateBookingLogRequest.js.map +1 -0
  123. package/dist/models/bookings/ModelView/CreateBookingRequest.d.ts +38 -0
  124. package/dist/models/bookings/ModelView/CreateBookingRequest.d.ts.map +1 -0
  125. package/dist/models/bookings/ModelView/CreateBookingRequest.js +2 -0
  126. package/dist/models/bookings/ModelView/CreateBookingRequest.js.map +1 -0
  127. package/dist/models/bookings/ModelView/ResourceAvailabilityResult.d.ts +52 -0
  128. package/dist/models/bookings/ModelView/ResourceAvailabilityResult.d.ts.map +1 -0
  129. package/dist/models/bookings/ModelView/ResourceAvailabilityResult.js +2 -0
  130. package/dist/models/bookings/ModelView/ResourceAvailabilityResult.js.map +1 -0
  131. package/dist/models/bookings/ModelView/index.d.ts +16 -0
  132. package/dist/models/bookings/ModelView/index.d.ts.map +1 -0
  133. package/dist/models/bookings/ModelView/index.js +16 -0
  134. package/dist/models/bookings/ModelView/index.js.map +1 -0
  135. package/dist/models/bookings/index.d.ts +20 -0
  136. package/dist/models/bookings/index.d.ts.map +1 -0
  137. package/dist/models/bookings/index.js +23 -0
  138. package/dist/models/bookings/index.js.map +1 -0
  139. package/dist/models/identity/ModelView/AccountViewModels.d.ts +3 -0
  140. package/dist/models/identity/ModelView/AccountViewModels.d.ts.map +1 -1
  141. package/dist/models/index.d.ts +1 -1
  142. package/dist/models/index.d.ts.map +1 -1
  143. package/dist/models/index.js +2 -2
  144. package/dist/models/index.js.map +1 -1
  145. package/dist/models/orders/ModelView/OrderModelView.d.ts +5 -0
  146. package/dist/models/orders/ModelView/OrderModelView.d.ts.map +1 -1
  147. package/dist/models/procurement/ModelView/RequestCommentModelView.d.ts +18 -0
  148. package/dist/models/procurement/ModelView/RequestCommentModelView.d.ts.map +1 -0
  149. package/dist/models/procurement/ModelView/RequestCommentModelView.js +2 -0
  150. package/dist/models/procurement/ModelView/RequestCommentModelView.js.map +1 -0
  151. package/dist/models/procurement/ModelView/index.d.ts +1 -0
  152. package/dist/models/procurement/ModelView/index.d.ts.map +1 -1
  153. package/dist/models/procurement/ModelView/index.js +1 -0
  154. package/dist/models/procurement/ModelView/index.js.map +1 -1
  155. package/dist/models/procurements/CacheKeys/ItemCategoryCacheKeys.d.ts +11 -0
  156. package/dist/models/procurements/CacheKeys/ItemCategoryCacheKeys.d.ts.map +1 -0
  157. package/dist/models/procurements/CacheKeys/ItemCategoryCacheKeys.js +10 -0
  158. package/dist/models/procurements/CacheKeys/ItemCategoryCacheKeys.js.map +1 -0
  159. package/dist/models/procurements/CacheKeys/ProcurementItemCacheKeys.d.ts +12 -0
  160. package/dist/models/procurements/CacheKeys/ProcurementItemCacheKeys.d.ts.map +1 -0
  161. package/dist/models/procurements/CacheKeys/ProcurementItemCacheKeys.js +11 -0
  162. package/dist/models/procurements/CacheKeys/ProcurementItemCacheKeys.js.map +1 -0
  163. package/dist/models/procurements/CacheKeys/index.d.ts +2 -2
  164. package/dist/models/procurements/CacheKeys/index.d.ts.map +1 -1
  165. package/dist/models/procurements/CacheKeys/index.js +2 -2
  166. package/dist/models/procurements/CacheKeys/index.js.map +1 -1
  167. package/dist/models/procurements/ItemCategory.d.ts +30 -0
  168. package/dist/models/procurements/ItemCategory.d.ts.map +1 -0
  169. package/dist/models/procurements/ItemCategory.js +2 -0
  170. package/dist/models/procurements/ItemCategory.js.map +1 -0
  171. package/dist/models/procurements/ProcurementItem.d.ts +54 -0
  172. package/dist/models/procurements/ProcurementItem.d.ts.map +1 -0
  173. package/dist/models/procurements/ProcurementItem.js +2 -0
  174. package/dist/models/procurements/ProcurementItem.js.map +1 -0
  175. package/dist/models/procurements/RequestPurchaseOrder.d.ts +1 -1
  176. package/dist/models/procurements/index.d.ts +2 -0
  177. package/dist/models/procurements/index.d.ts.map +1 -1
  178. package/dist/models/procurements/index.js +2 -0
  179. package/dist/models/procurements/index.js.map +1 -1
  180. package/dist/models/suppliers/Supplier.d.ts +1 -0
  181. package/dist/models/suppliers/Supplier.d.ts.map +1 -1
  182. package/dist/models/suppliers/SupplierNote.d.ts +13 -0
  183. package/dist/models/suppliers/SupplierNote.d.ts.map +1 -0
  184. package/dist/models/suppliers/SupplierNote.js +2 -0
  185. package/dist/models/suppliers/SupplierNote.js.map +1 -0
  186. package/dist/models/suppliers/index.d.ts +1 -1
  187. package/dist/models/suppliers/index.d.ts.map +1 -1
  188. package/dist/models/suppliers/index.js +1 -1
  189. package/dist/models/suppliers/index.js.map +1 -1
  190. package/dist/models/vendorcatalog/ModelView/ProductStockStatusModelView.d.ts +8 -0
  191. package/dist/models/vendorcatalog/ModelView/ProductStockStatusModelView.d.ts.map +1 -1
  192. package/dist/models/vendorcatalog/ModelView/ShopEventCatalogModelView.d.ts +4 -0
  193. package/dist/models/vendorcatalog/ModelView/ShopEventCatalogModelView.d.ts.map +1 -1
  194. package/dist/models/vendorcatalog/ModelView/ShopEventProductModelView.d.ts +6 -0
  195. package/dist/models/vendorcatalog/ModelView/ShopEventProductModelView.d.ts.map +1 -1
  196. package/dist/models/vendorcatalog/ModelView/VendorProductAddOnModelView.d.ts +8 -0
  197. package/dist/models/vendorcatalog/ModelView/VendorProductAddOnModelView.d.ts.map +1 -1
  198. package/dist/models/vendorcatalog/ModelView/VendorProductDetailModelView.d.ts +8 -0
  199. package/dist/models/vendorcatalog/ModelView/VendorProductDetailModelView.d.ts.map +1 -1
  200. package/dist/models/vendorcatalog/ModelView/VendorProductVariantModelView.d.ts +10 -0
  201. package/dist/models/vendorcatalog/ModelView/VendorProductVariantModelView.d.ts.map +1 -1
  202. package/dist/models/vendors/ModelView/ShopVendorModelView.d.ts +2 -0
  203. package/dist/models/vendors/ModelView/ShopVendorModelView.d.ts.map +1 -1
  204. package/dist/models/vendors/ModelView/VendorLedgerModelView.d.ts +89 -0
  205. package/dist/models/vendors/ModelView/VendorLedgerModelView.d.ts.map +1 -0
  206. package/dist/models/vendors/ModelView/VendorLedgerModelView.js +8 -0
  207. package/dist/models/vendors/ModelView/VendorLedgerModelView.js.map +1 -0
  208. package/dist/models/vendors/ModelView/VendorPayoutModelView.d.ts +67 -0
  209. package/dist/models/vendors/ModelView/VendorPayoutModelView.d.ts.map +1 -0
  210. package/dist/models/vendors/ModelView/VendorPayoutModelView.js +8 -0
  211. package/dist/models/vendors/ModelView/VendorPayoutModelView.js.map +1 -0
  212. package/dist/models/vendors/ModelView/VendorStatementModelView.d.ts +55 -0
  213. package/dist/models/vendors/ModelView/VendorStatementModelView.d.ts.map +1 -0
  214. package/dist/models/vendors/ModelView/VendorStatementModelView.js +9 -0
  215. package/dist/models/vendors/ModelView/VendorStatementModelView.js.map +1 -0
  216. package/dist/models/vendors/ModelView/index.d.ts +3 -0
  217. package/dist/models/vendors/ModelView/index.d.ts.map +1 -1
  218. package/dist/models/vendors/ModelView/index.js +4 -0
  219. package/dist/models/vendors/ModelView/index.js.map +1 -1
  220. package/dist/react/CCMSProvider.d.ts.map +1 -1
  221. package/dist/react/CCMSProvider.js +5 -0
  222. package/dist/react/CCMSProvider.js.map +1 -1
  223. package/dist/react/hooks/services/index.d.ts +1 -0
  224. package/dist/react/hooks/services/index.d.ts.map +1 -1
  225. package/dist/react/hooks/services/index.js +2 -0
  226. package/dist/react/hooks/services/index.js.map +1 -1
  227. package/dist/react/hooks/services/useBookingsServices.d.ts +55 -0
  228. package/dist/react/hooks/services/useBookingsServices.d.ts.map +1 -0
  229. package/dist/react/hooks/services/useBookingsServices.js +83 -0
  230. package/dist/react/hooks/services/useBookingsServices.js.map +1 -0
  231. package/dist/react/hooks/services/useProcurementsServices.d.ts +9 -13
  232. package/dist/react/hooks/services/useProcurementsServices.d.ts.map +1 -1
  233. package/dist/react/hooks/services/useProcurementsServices.js +12 -18
  234. package/dist/react/hooks/services/useProcurementsServices.js.map +1 -1
  235. package/dist/react/hooks/services/useSupplierServices.d.ts +19 -7
  236. package/dist/react/hooks/services/useSupplierServices.d.ts.map +1 -1
  237. package/dist/react/hooks/services/useSupplierServices.js +26 -8
  238. package/dist/react/hooks/services/useSupplierServices.js.map +1 -1
  239. package/dist/react/hooks/useCCMS.d.ts +2 -0
  240. package/dist/react/hooks/useCCMS.d.ts.map +1 -1
  241. package/dist/react/hooks/useCCMS.js.map +1 -1
  242. package/dist/services/bookings/BookableResourceBlockoutService.d.ts +40 -0
  243. package/dist/services/bookings/BookableResourceBlockoutService.d.ts.map +1 -0
  244. package/dist/services/bookings/BookableResourceBlockoutService.js +56 -0
  245. package/dist/services/bookings/BookableResourceBlockoutService.js.map +1 -0
  246. package/dist/services/bookings/BookableResourceBlockoutTypeService.d.ts +17 -0
  247. package/dist/services/bookings/BookableResourceBlockoutTypeService.d.ts.map +1 -0
  248. package/dist/services/bookings/BookableResourceBlockoutTypeService.js +20 -0
  249. package/dist/services/bookings/BookableResourceBlockoutTypeService.js.map +1 -0
  250. package/dist/services/bookings/BookableResourceImageService.d.ts +30 -0
  251. package/dist/services/bookings/BookableResourceImageService.d.ts.map +1 -0
  252. package/dist/services/bookings/BookableResourceImageService.js +39 -0
  253. package/dist/services/bookings/BookableResourceImageService.js.map +1 -0
  254. package/dist/services/bookings/BookableResourceService.d.ts +104 -0
  255. package/dist/services/bookings/BookableResourceService.d.ts.map +1 -0
  256. package/dist/services/bookings/BookableResourceService.js +166 -0
  257. package/dist/services/bookings/BookableResourceService.js.map +1 -0
  258. package/dist/services/bookings/BookableResourceStatusService.d.ts +17 -0
  259. package/dist/services/bookings/BookableResourceStatusService.d.ts.map +1 -0
  260. package/dist/services/bookings/BookableResourceStatusService.js +20 -0
  261. package/dist/services/bookings/BookableResourceStatusService.js.map +1 -0
  262. package/dist/services/bookings/BookableResourceTypeService.d.ts +17 -0
  263. package/dist/services/bookings/BookableResourceTypeService.d.ts.map +1 -0
  264. package/dist/services/bookings/BookableResourceTypeService.js +20 -0
  265. package/dist/services/bookings/BookableResourceTypeService.js.map +1 -0
  266. package/dist/services/bookings/BookingAccessoryService.d.ts +30 -0
  267. package/dist/services/bookings/BookingAccessoryService.d.ts.map +1 -0
  268. package/dist/services/bookings/BookingAccessoryService.js +39 -0
  269. package/dist/services/bookings/BookingAccessoryService.js.map +1 -0
  270. package/dist/services/bookings/BookingLogService.d.ts +56 -0
  271. package/dist/services/bookings/BookingLogService.d.ts.map +1 -0
  272. package/dist/services/bookings/BookingLogService.js +85 -0
  273. package/dist/services/bookings/BookingLogService.js.map +1 -0
  274. package/dist/services/bookings/BookingService.d.ts +214 -0
  275. package/dist/services/bookings/BookingService.d.ts.map +1 -0
  276. package/dist/services/bookings/BookingService.js +351 -0
  277. package/dist/services/bookings/BookingService.js.map +1 -0
  278. package/dist/services/bookings/BookingSettingService.d.ts +30 -0
  279. package/dist/services/bookings/BookingSettingService.d.ts.map +1 -0
  280. package/dist/services/bookings/BookingSettingService.js +42 -0
  281. package/dist/services/bookings/BookingSettingService.js.map +1 -0
  282. package/dist/services/bookings/BookingStatusService.d.ts +17 -0
  283. package/dist/services/bookings/BookingStatusService.d.ts.map +1 -0
  284. package/dist/services/bookings/BookingStatusService.js +20 -0
  285. package/dist/services/bookings/BookingStatusService.js.map +1 -0
  286. package/dist/services/bookings/index.d.ts +63 -0
  287. package/dist/services/bookings/index.d.ts.map +1 -0
  288. package/dist/services/bookings/index.js +50 -0
  289. package/dist/services/bookings/index.js.map +1 -0
  290. package/dist/services/departments/DepartmentService.d.ts.map +1 -1
  291. package/dist/services/departments/DepartmentService.js +1 -1
  292. package/dist/services/departments/DepartmentService.js.map +1 -1
  293. package/dist/services/index.d.ts +1 -0
  294. package/dist/services/index.d.ts.map +1 -1
  295. package/dist/services/index.js +2 -0
  296. package/dist/services/index.js.map +1 -1
  297. package/dist/services/procurements/AuditLogService.d.ts +2 -0
  298. package/dist/services/procurements/AuditLogService.d.ts.map +1 -1
  299. package/dist/services/procurements/AuditLogService.js +4 -0
  300. package/dist/services/procurements/AuditLogService.js.map +1 -1
  301. package/dist/services/procurements/ItemCategoryService.d.ts +21 -0
  302. package/dist/services/procurements/ItemCategoryService.d.ts.map +1 -0
  303. package/dist/services/procurements/ItemCategoryService.js +24 -0
  304. package/dist/services/procurements/ItemCategoryService.js.map +1 -0
  305. package/dist/services/procurements/ProcurementItemService.d.ts +33 -0
  306. package/dist/services/procurements/ProcurementItemService.d.ts.map +1 -0
  307. package/dist/services/procurements/ProcurementItemService.js +46 -0
  308. package/dist/services/procurements/ProcurementItemService.js.map +1 -0
  309. package/dist/services/procurements/ProcurementRoleAssignmentService.d.ts +3 -0
  310. package/dist/services/procurements/ProcurementRoleAssignmentService.d.ts.map +1 -1
  311. package/dist/services/procurements/ProcurementRoleAssignmentService.js +8 -0
  312. package/dist/services/procurements/ProcurementRoleAssignmentService.js.map +1 -1
  313. package/dist/services/procurements/RequestAttachmentService.d.ts +2 -0
  314. package/dist/services/procurements/RequestAttachmentService.d.ts.map +1 -1
  315. package/dist/services/procurements/RequestAttachmentService.js +4 -0
  316. package/dist/services/procurements/RequestAttachmentService.js.map +1 -1
  317. package/dist/services/procurements/RequestCommentService.d.ts +2 -0
  318. package/dist/services/procurements/RequestCommentService.d.ts.map +1 -1
  319. package/dist/services/procurements/RequestCommentService.js +4 -0
  320. package/dist/services/procurements/RequestCommentService.js.map +1 -1
  321. package/dist/services/procurements/index.d.ts +6 -9
  322. package/dist/services/procurements/index.d.ts.map +1 -1
  323. package/dist/services/procurements/index.js +6 -9
  324. package/dist/services/procurements/index.js.map +1 -1
  325. package/dist/services/suppliers/IndustryService.d.ts +19 -0
  326. package/dist/services/suppliers/IndustryService.d.ts.map +1 -0
  327. package/dist/services/suppliers/IndustryService.js +22 -0
  328. package/dist/services/suppliers/IndustryService.js.map +1 -0
  329. package/dist/services/suppliers/SubscriptionStatusService.d.ts +16 -0
  330. package/dist/services/suppliers/SubscriptionStatusService.d.ts.map +1 -0
  331. package/dist/services/suppliers/SubscriptionStatusService.js +19 -0
  332. package/dist/services/suppliers/SubscriptionStatusService.js.map +1 -0
  333. package/dist/services/suppliers/SubscriptionTypeService.d.ts +16 -0
  334. package/dist/services/suppliers/SubscriptionTypeService.d.ts.map +1 -0
  335. package/dist/services/suppliers/SubscriptionTypeService.js +19 -0
  336. package/dist/services/suppliers/SubscriptionTypeService.js.map +1 -0
  337. package/dist/services/suppliers/SupplierAccountService.d.ts +32 -0
  338. package/dist/services/suppliers/SupplierAccountService.d.ts.map +1 -0
  339. package/dist/services/suppliers/SupplierAccountService.js +42 -0
  340. package/dist/services/suppliers/SupplierAccountService.js.map +1 -0
  341. package/dist/services/suppliers/SupplierContactService.d.ts +5 -5
  342. package/dist/services/suppliers/SupplierContactService.d.ts.map +1 -1
  343. package/dist/services/suppliers/SupplierContactService.js +1 -1
  344. package/dist/services/suppliers/SupplierContactService.js.map +1 -1
  345. package/dist/services/suppliers/SupplierNoteService.d.ts +5 -5
  346. package/dist/services/suppliers/SupplierNoteService.d.ts.map +1 -1
  347. package/dist/services/suppliers/SupplierNoteService.js +1 -1
  348. package/dist/services/suppliers/SupplierNoteService.js.map +1 -1
  349. package/dist/services/suppliers/SupplierService.d.ts +13 -13
  350. package/dist/services/suppliers/SupplierService.d.ts.map +1 -1
  351. package/dist/services/suppliers/SupplierService.js +10 -10
  352. package/dist/services/suppliers/SupplierService.js.map +1 -1
  353. package/dist/services/suppliers/SupplierSubscriptionService.d.ts +24 -0
  354. package/dist/services/suppliers/SupplierSubscriptionService.d.ts.map +1 -0
  355. package/dist/services/suppliers/SupplierSubscriptionService.js +34 -0
  356. package/dist/services/suppliers/SupplierSubscriptionService.js.map +1 -0
  357. package/dist/services/suppliers/index.d.ts +15 -6
  358. package/dist/services/suppliers/index.d.ts.map +1 -1
  359. package/dist/services/suppliers/index.js +15 -6
  360. package/dist/services/suppliers/index.js.map +1 -1
  361. package/dist/services/types.d.ts +2 -0
  362. package/dist/services/types.d.ts.map +1 -1
  363. package/dist/services/vendor-portal/VendorPortalProfileService.d.ts +16 -0
  364. package/dist/services/vendor-portal/VendorPortalProfileService.d.ts.map +1 -1
  365. package/dist/services/vendor-portal/VendorPortalProfileService.js +19 -0
  366. package/dist/services/vendor-portal/VendorPortalProfileService.js.map +1 -1
  367. package/dist/services/vendor-portal/index.d.ts +1 -1
  368. package/dist/services/vendor-portal/index.d.ts.map +1 -1
  369. package/dist/services/vendors/VendorLedgerService.d.ts +5 -4
  370. package/dist/services/vendors/VendorLedgerService.d.ts.map +1 -1
  371. package/dist/services/vendors/VendorLedgerService.js +6 -3
  372. package/dist/services/vendors/VendorLedgerService.js.map +1 -1
  373. package/package.json +1 -1
  374. package/dist/models/integrations/sageone/Companies/Company.d.ts +0 -12
  375. package/dist/models/integrations/sageone/Companies/Company.d.ts.map +0 -1
  376. package/dist/models/integrations/sageone/Companies/Company.js +0 -6
  377. package/dist/models/integrations/sageone/Companies/Company.js.map +0 -1
  378. package/dist/models/integrations/sageone/Companies/CompanyEntityType.d.ts +0 -9
  379. package/dist/models/integrations/sageone/Companies/CompanyEntityType.d.ts.map +0 -1
  380. package/dist/models/integrations/sageone/Companies/CompanyEntityType.js +0 -6
  381. package/dist/models/integrations/sageone/Companies/CompanyEntityType.js.map +0 -1
  382. package/dist/models/integrations/sageone/Companies/CompanyNote.d.ts +0 -12
  383. package/dist/models/integrations/sageone/Companies/CompanyNote.d.ts.map +0 -1
  384. package/dist/models/integrations/sageone/Companies/CompanyNote.js +0 -6
  385. package/dist/models/integrations/sageone/Companies/CompanyNote.js.map +0 -1
  386. package/dist/models/integrations/sageone/Companies/index.d.ts +0 -8
  387. package/dist/models/integrations/sageone/Companies/index.d.ts.map +0 -1
  388. package/dist/models/integrations/sageone/Companies/index.js +0 -8
  389. package/dist/models/integrations/sageone/Companies/index.js.map +0 -1
  390. package/dist/models/integrations/sageone/Items/Account.d.ts +0 -24
  391. package/dist/models/integrations/sageone/Items/Account.d.ts.map +0 -1
  392. package/dist/models/integrations/sageone/Items/Account.js +0 -6
  393. package/dist/models/integrations/sageone/Items/Account.js.map +0 -1
  394. package/dist/models/integrations/sageone/Items/AccountCategory.d.ts +0 -13
  395. package/dist/models/integrations/sageone/Items/AccountCategory.d.ts.map +0 -1
  396. package/dist/models/integrations/sageone/Items/AccountCategory.js +0 -6
  397. package/dist/models/integrations/sageone/Items/AccountCategory.js.map +0 -1
  398. package/dist/models/integrations/sageone/Items/AdditionalItemPrice.d.ts +0 -12
  399. package/dist/models/integrations/sageone/Items/AdditionalItemPrice.d.ts.map +0 -1
  400. package/dist/models/integrations/sageone/Items/AdditionalItemPrice.js +0 -6
  401. package/dist/models/integrations/sageone/Items/AdditionalItemPrice.js.map +0 -1
  402. package/dist/models/integrations/sageone/Items/Item.d.ts +0 -69
  403. package/dist/models/integrations/sageone/Items/Item.d.ts.map +0 -1
  404. package/dist/models/integrations/sageone/Items/Item.js +0 -6
  405. package/dist/models/integrations/sageone/Items/Item.js.map +0 -1
  406. package/dist/models/integrations/sageone/Items/ItemAdjustment.d.ts +0 -17
  407. package/dist/models/integrations/sageone/Items/ItemAdjustment.d.ts.map +0 -1
  408. package/dist/models/integrations/sageone/Items/ItemAdjustment.js +0 -6
  409. package/dist/models/integrations/sageone/Items/ItemAdjustment.js.map +0 -1
  410. package/dist/models/integrations/sageone/Items/ItemAttachment.d.ts +0 -11
  411. package/dist/models/integrations/sageone/Items/ItemAttachment.d.ts.map +0 -1
  412. package/dist/models/integrations/sageone/Items/ItemAttachment.js +0 -6
  413. package/dist/models/integrations/sageone/Items/ItemAttachment.js.map +0 -1
  414. package/dist/models/integrations/sageone/Items/ItemCategory.d.ts +0 -11
  415. package/dist/models/integrations/sageone/Items/ItemCategory.d.ts.map +0 -1
  416. package/dist/models/integrations/sageone/Items/ItemCategory.js +0 -6
  417. package/dist/models/integrations/sageone/Items/ItemCategory.js.map +0 -1
  418. package/dist/models/integrations/sageone/Items/ItemNote.d.ts +0 -18
  419. package/dist/models/integrations/sageone/Items/ItemNote.d.ts.map +0 -1
  420. package/dist/models/integrations/sageone/Items/ItemNote.js +0 -6
  421. package/dist/models/integrations/sageone/Items/ItemNote.js.map +0 -1
  422. package/dist/models/integrations/sageone/Items/ItemReportGroup.d.ts +0 -15
  423. package/dist/models/integrations/sageone/Items/ItemReportGroup.d.ts.map +0 -1
  424. package/dist/models/integrations/sageone/Items/ItemReportGroup.js +0 -6
  425. package/dist/models/integrations/sageone/Items/ItemReportGroup.js.map +0 -1
  426. package/dist/models/integrations/sageone/Items/TaxType.d.ts +0 -18
  427. package/dist/models/integrations/sageone/Items/TaxType.d.ts.map +0 -1
  428. package/dist/models/integrations/sageone/Items/TaxType.js +0 -6
  429. package/dist/models/integrations/sageone/Items/TaxType.js.map +0 -1
  430. package/dist/models/integrations/sageone/Items/index.d.ts +0 -15
  431. package/dist/models/integrations/sageone/Items/index.d.ts.map +0 -1
  432. package/dist/models/integrations/sageone/Items/index.js +0 -15
  433. package/dist/models/integrations/sageone/Items/index.js.map +0 -1
  434. package/dist/models/integrations/sageone/PurchaseOrders/EmailPurchaseOrder.d.ts +0 -11
  435. package/dist/models/integrations/sageone/PurchaseOrders/EmailPurchaseOrder.d.ts.map +0 -1
  436. package/dist/models/integrations/sageone/PurchaseOrders/EmailPurchaseOrder.js +0 -6
  437. package/dist/models/integrations/sageone/PurchaseOrders/EmailPurchaseOrder.js.map +0 -1
  438. package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrder.d.ts +0 -17
  439. package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrder.d.ts.map +0 -1
  440. package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrder.js +0 -6
  441. package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrder.js.map +0 -1
  442. package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrderLine.d.ts +0 -12
  443. package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrderLine.d.ts.map +0 -1
  444. package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrderLine.js +0 -6
  445. package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrderLine.js.map +0 -1
  446. package/dist/models/integrations/sageone/PurchaseOrders/index.d.ts +0 -8
  447. package/dist/models/integrations/sageone/PurchaseOrders/index.d.ts.map +0 -1
  448. package/dist/models/integrations/sageone/PurchaseOrders/index.js +0 -8
  449. package/dist/models/integrations/sageone/PurchaseOrders/index.js.map +0 -1
  450. package/dist/models/integrations/sageone/SageOneApiConfig.d.ts +0 -15
  451. package/dist/models/integrations/sageone/SageOneApiConfig.d.ts.map +0 -1
  452. package/dist/models/integrations/sageone/SageOneApiConfig.js +0 -6
  453. package/dist/models/integrations/sageone/SageOneApiConfig.js.map +0 -1
  454. package/dist/models/integrations/sageone/SageOneResponse.d.ts +0 -10
  455. package/dist/models/integrations/sageone/SageOneResponse.d.ts.map +0 -1
  456. package/dist/models/integrations/sageone/SageOneResponse.js +0 -6
  457. package/dist/models/integrations/sageone/SageOneResponse.js.map +0 -1
  458. package/dist/models/integrations/sageone/Suppliers/Supplier.d.ts +0 -54
  459. package/dist/models/integrations/sageone/Suppliers/Supplier.d.ts.map +0 -1
  460. package/dist/models/integrations/sageone/Suppliers/Supplier.js +0 -6
  461. package/dist/models/integrations/sageone/Suppliers/Supplier.js.map +0 -1
  462. package/dist/models/integrations/sageone/Suppliers/SupplierAdditionalContactDetail.d.ts +0 -18
  463. package/dist/models/integrations/sageone/Suppliers/SupplierAdditionalContactDetail.d.ts.map +0 -1
  464. package/dist/models/integrations/sageone/Suppliers/SupplierAdditionalContactDetail.js +0 -6
  465. package/dist/models/integrations/sageone/Suppliers/SupplierAdditionalContactDetail.js.map +0 -1
  466. package/dist/models/integrations/sageone/Suppliers/SupplierBankDetail.d.ts +0 -17
  467. package/dist/models/integrations/sageone/Suppliers/SupplierBankDetail.d.ts.map +0 -1
  468. package/dist/models/integrations/sageone/Suppliers/SupplierBankDetail.js +0 -6
  469. package/dist/models/integrations/sageone/Suppliers/SupplierBankDetail.js.map +0 -1
  470. package/dist/models/integrations/sageone/Suppliers/SupplierCategory.d.ts +0 -11
  471. package/dist/models/integrations/sageone/Suppliers/SupplierCategory.d.ts.map +0 -1
  472. package/dist/models/integrations/sageone/Suppliers/SupplierCategory.js +0 -6
  473. package/dist/models/integrations/sageone/Suppliers/SupplierCategory.js.map +0 -1
  474. package/dist/models/integrations/sageone/Suppliers/SupplierNote.d.ts +0 -18
  475. package/dist/models/integrations/sageone/Suppliers/SupplierNote.d.ts.map +0 -1
  476. package/dist/models/integrations/sageone/Suppliers/SupplierNote.js +0 -6
  477. package/dist/models/integrations/sageone/Suppliers/SupplierNote.js.map +0 -1
  478. package/dist/models/integrations/sageone/Suppliers/index.d.ts +0 -8
  479. package/dist/models/integrations/sageone/Suppliers/index.d.ts.map +0 -1
  480. package/dist/models/integrations/sageone/Suppliers/index.js +0 -8
  481. package/dist/models/integrations/sageone/Suppliers/index.js.map +0 -1
  482. package/dist/models/integrations/sageone/index.d.ts +0 -11
  483. package/dist/models/integrations/sageone/index.d.ts.map +0 -1
  484. package/dist/models/integrations/sageone/index.js +0 -13
  485. package/dist/models/integrations/sageone/index.js.map +0 -1
  486. package/dist/models/procurements/CacheKeys/SageItemCacheKeys.d.ts +0 -11
  487. package/dist/models/procurements/CacheKeys/SageItemCacheKeys.d.ts.map +0 -1
  488. package/dist/models/procurements/CacheKeys/SageItemCacheKeys.js +0 -10
  489. package/dist/models/procurements/CacheKeys/SageItemCacheKeys.js.map +0 -1
  490. package/dist/models/procurements/CacheKeys/SagePurchaseOrderCacheKeys.d.ts +0 -11
  491. package/dist/models/procurements/CacheKeys/SagePurchaseOrderCacheKeys.d.ts.map +0 -1
  492. package/dist/models/procurements/CacheKeys/SagePurchaseOrderCacheKeys.js +0 -10
  493. package/dist/models/procurements/CacheKeys/SagePurchaseOrderCacheKeys.js.map +0 -1
  494. package/dist/models/suppliers/SageOne/SageOneSupplier.d.ts +0 -54
  495. package/dist/models/suppliers/SageOne/SageOneSupplier.d.ts.map +0 -1
  496. package/dist/models/suppliers/SageOne/SageOneSupplier.js +0 -6
  497. package/dist/models/suppliers/SageOne/SageOneSupplier.js.map +0 -1
  498. package/dist/models/suppliers/SageOne/SageOneSupplierBankDetail.d.ts +0 -17
  499. package/dist/models/suppliers/SageOne/SageOneSupplierBankDetail.d.ts.map +0 -1
  500. package/dist/models/suppliers/SageOne/SageOneSupplierBankDetail.js +0 -6
  501. package/dist/models/suppliers/SageOne/SageOneSupplierBankDetail.js.map +0 -1
  502. package/dist/models/suppliers/SageOne/SageOneSupplierCategory.d.ts +0 -11
  503. package/dist/models/suppliers/SageOne/SageOneSupplierCategory.d.ts.map +0 -1
  504. package/dist/models/suppliers/SageOne/SageOneSupplierCategory.js +0 -6
  505. package/dist/models/suppliers/SageOne/SageOneSupplierCategory.js.map +0 -1
  506. package/dist/models/suppliers/SageOne/SageOneSupplierContact.d.ts +0 -18
  507. package/dist/models/suppliers/SageOne/SageOneSupplierContact.d.ts.map +0 -1
  508. package/dist/models/suppliers/SageOne/SageOneSupplierContact.js +0 -6
  509. package/dist/models/suppliers/SageOne/SageOneSupplierContact.js.map +0 -1
  510. package/dist/models/suppliers/SageOne/SageOneSupplierNote.d.ts +0 -18
  511. package/dist/models/suppliers/SageOne/SageOneSupplierNote.d.ts.map +0 -1
  512. package/dist/models/suppliers/SageOne/SageOneSupplierNote.js +0 -6
  513. package/dist/models/suppliers/SageOne/SageOneSupplierNote.js.map +0 -1
  514. package/dist/models/suppliers/SageOne/index.d.ts +0 -10
  515. package/dist/models/suppliers/SageOne/index.d.ts.map +0 -1
  516. package/dist/models/suppliers/SageOne/index.js +0 -10
  517. package/dist/models/suppliers/SageOne/index.js.map +0 -1
  518. package/dist/services/procurements/SageCompanyService.d.ts +0 -92
  519. package/dist/services/procurements/SageCompanyService.d.ts.map +0 -1
  520. package/dist/services/procurements/SageCompanyService.js +0 -139
  521. package/dist/services/procurements/SageCompanyService.js.map +0 -1
  522. package/dist/services/procurements/SageItemService.d.ts +0 -214
  523. package/dist/services/procurements/SageItemService.d.ts.map +0 -1
  524. package/dist/services/procurements/SageItemService.js +0 -348
  525. package/dist/services/procurements/SageItemService.js.map +0 -1
  526. package/dist/services/procurements/SagePurchaseOrderService.d.ts +0 -103
  527. package/dist/services/procurements/SagePurchaseOrderService.d.ts.map +0 -1
  528. package/dist/services/procurements/SagePurchaseOrderService.js +0 -164
  529. package/dist/services/procurements/SagePurchaseOrderService.js.map +0 -1
  530. package/dist/services/suppliers/SupplierBankDetailService.d.ts +0 -32
  531. package/dist/services/suppliers/SupplierBankDetailService.d.ts.map +0 -1
  532. package/dist/services/suppliers/SupplierBankDetailService.js +0 -42
  533. package/dist/services/suppliers/SupplierBankDetailService.js.map +0 -1
  534. package/dist/services/suppliers/SupplierCategoryService.d.ts +0 -19
  535. package/dist/services/suppliers/SupplierCategoryService.d.ts.map +0 -1
  536. package/dist/services/suppliers/SupplierCategoryService.js +0 -22
  537. package/dist/services/suppliers/SupplierCategoryService.js.map +0 -1
@@ -1,24 +0,0 @@
1
- /**
2
- * SageOne Account Model
3
- * Represents a financial account in SageOne
4
- */
5
- import { AccountCategory } from './AccountCategory';
6
- import { TaxType } from './TaxType';
7
- export interface Account {
8
- name: string;
9
- category: AccountCategory | null;
10
- active: boolean;
11
- balance: number | null;
12
- description: string | null;
13
- reportingGroupId: number | null;
14
- unallocatedAccount: boolean | null;
15
- isTaxLocked: boolean | null;
16
- modified: string | null;
17
- created: string | null;
18
- accountType: number | null;
19
- hasActivity: boolean | null;
20
- defaultTaxTypeId: number | null;
21
- defaultTaxType: TaxType | null;
22
- id: number;
23
- }
24
- //# sourceMappingURL=Account.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Account.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/Account.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,eAAe,GAAG,IAAI,CAAC;IACjC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,kBAAkB,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC,WAAW,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,WAAW,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,cAAc,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/B,EAAE,EAAE,MAAM,CAAC;CACZ"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Account Model
3
- * Represents a financial account in SageOne
4
- */
5
- export {};
6
- //# sourceMappingURL=Account.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/Account.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,13 +0,0 @@
1
- /**
2
- * SageOne Account Category Model
3
- * Represents an account category in SageOne
4
- */
5
- export interface AccountCategory {
6
- comment: string | null;
7
- order: number | null;
8
- description: string | null;
9
- id: number;
10
- modified: string | null;
11
- created: string | null;
12
- }
13
- //# sourceMappingURL=AccountCategory.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AccountCategory.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/AccountCategory.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Account Category Model
3
- * Represents an account category in SageOne
4
- */
5
- export {};
6
- //# sourceMappingURL=AccountCategory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AccountCategory.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/AccountCategory.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,12 +0,0 @@
1
- /**
2
- * SageOne Additional Item Price Model
3
- * Represents additional pricing for an item in SageOne
4
- */
5
- export interface AdditionalItemPrice {
6
- id: number;
7
- itemId: number;
8
- priceInclusive: number | null;
9
- priceExclusive: number | null;
10
- additionalPriceListId: number | null;
11
- }
12
- //# sourceMappingURL=AdditionalItemPrice.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AdditionalItemPrice.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/AdditionalItemPrice.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;CACtC"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Additional Item Price Model
3
- * Represents additional pricing for an item in SageOne
4
- */
5
- export {};
6
- //# sourceMappingURL=AdditionalItemPrice.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AdditionalItemPrice.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/AdditionalItemPrice.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,69 +0,0 @@
1
- /**
2
- * SageOne Item Model
3
- * Represents an item/product in SageOne
4
- */
5
- import { ItemCategory } from './ItemCategory';
6
- import { TaxType } from './TaxType';
7
- import { ItemReportGroup } from './ItemReportGroup';
8
- import { Account } from './Account';
9
- import { AdditionalItemPrice } from './AdditionalItemPrice';
10
- import { ItemAttachment } from './ItemAttachment';
11
- export interface Item {
12
- id: number;
13
- description: string;
14
- category: ItemCategory | null;
15
- code: string;
16
- active: boolean;
17
- priceInclusive: number | null;
18
- priceExclusive: number | null;
19
- physical: boolean | null;
20
- taxTypeIdSales: number | null;
21
- taxTypeSales: TaxType | null;
22
- taxTypeIdPurchases: number | null;
23
- taxTypePurchases: TaxType | null;
24
- lastCost: number | null;
25
- averageCost: number | null;
26
- quantityOnHand: number | null;
27
- hasAttachments: boolean | null;
28
- hasActivity: boolean;
29
- unit: string | null;
30
- itemReportingGroupId_Sales: number | null;
31
- itemReportingGroupSales: ItemReportGroup | null;
32
- itemReportingGroupId_Purchases: number | null;
33
- itemReportingGroupPurchases: ItemReportGroup | null;
34
- itemReportingGroupId_Inventory: number | null;
35
- itemReportingGroupInventory: ItemReportGroup | null;
36
- itemReportingGroupId_ItemAdjustments: number | null;
37
- accountId_ServiceItemRecovery: number | null;
38
- itemReportingGroupItemAdjustments: ItemReportGroup | null;
39
- accountServiceItemRecovery: Account | null;
40
- textUserField1: string | null;
41
- textUserField2: string | null;
42
- textUserField3: string | null;
43
- numericUserField1: number | null;
44
- numericUserField2: number | null;
45
- numericUserField3: number | null;
46
- dateUserField1: string | null;
47
- dateUserField2: string | null;
48
- dateUserField3: string | null;
49
- yesNoUserField1: boolean | null;
50
- yesNoUserField2: boolean | null;
51
- yesNoUserField3: boolean | null;
52
- modified: string | null;
53
- created: string | null;
54
- majorIndustryCodeId: number | null;
55
- additionalItemPrices: AdditionalItemPrice[];
56
- gpPercentage: number | null;
57
- gpAmount: number | null;
58
- itemReportingGroupPurchasesName: string | null;
59
- itemReportingGroupSalesName: string | null;
60
- itemReportingGroupInventoryName: string | null;
61
- itemReportingGroupItemAdjustmentsName: string | null;
62
- accountServiceItemRecoveryName: string | null;
63
- attachments: ItemAttachment[];
64
- prescribedGoods: boolean;
65
- quantityReserved: number | null;
66
- hasSpecialCountryTaxActivity: boolean;
67
- itemType: number | null;
68
- }
69
- //# sourceMappingURL=Item.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/Item.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,WAAW,IAAI;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,YAAY,GAAG,IAAI,CAAC;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;IAChB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,QAAQ,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,YAAY,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,gBAAgB,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/B,WAAW,EAAE,OAAO,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1C,uBAAuB,EAAE,eAAe,GAAG,IAAI,CAAC;IAChD,8BAA8B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9C,2BAA2B,EAAE,eAAe,GAAG,IAAI,CAAC;IACpD,8BAA8B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9C,2BAA2B,EAAE,eAAe,GAAG,IAAI,CAAC;IACpD,oCAAoC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpD,6BAA6B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7C,iCAAiC,EAAE,eAAe,GAAG,IAAI,CAAC;IAC1D,0BAA0B,EAAE,OAAO,GAAG,IAAI,CAAC;IAC3C,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,eAAe,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,eAAe,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,eAAe,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,oBAAoB,EAAE,mBAAmB,EAAE,CAAC;IAC5C,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,+BAA+B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/C,2BAA2B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3C,+BAA+B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/C,qCAAqC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrD,8BAA8B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9C,WAAW,EAAE,cAAc,EAAE,CAAC;IAC9B,eAAe,EAAE,OAAO,CAAC;IACzB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,4BAA4B,EAAE,OAAO,CAAC;IACtC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Item Model
3
- * Represents an item/product in SageOne
4
- */
5
- export {};
6
- //# sourceMappingURL=Item.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Item.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/Item.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,17 +0,0 @@
1
- /**
2
- * SageOne Item Adjustment Model
3
- * Represents an inventory adjustment in SageOne
4
- */
5
- export interface ItemAdjustmentLine {
6
- itemId: number;
7
- quantity: number;
8
- cost: number;
9
- }
10
- export interface ItemAdjustment {
11
- id: number;
12
- date: string;
13
- reference: string | null;
14
- description: string | null;
15
- lines: ItemAdjustmentLine[];
16
- }
17
- //# sourceMappingURL=ItemAdjustment.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ItemAdjustment.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemAdjustment.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,kBAAkB;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,KAAK,EAAE,kBAAkB,EAAE,CAAC;CAC7B"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Item Adjustment Model
3
- * Represents an inventory adjustment in SageOne
4
- */
5
- export {};
6
- //# sourceMappingURL=ItemAdjustment.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ItemAdjustment.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemAdjustment.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,11 +0,0 @@
1
- /**
2
- * SageOne Item Attachment Model
3
- * Represents an attachment for an item in SageOne
4
- */
5
- export interface ItemAttachment {
6
- name: string;
7
- size: number | null;
8
- attachmentUID: string;
9
- data: string | null;
10
- }
11
- //# sourceMappingURL=ItemAttachment.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ItemAttachment.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemAttachment.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Item Attachment Model
3
- * Represents an attachment for an item in SageOne
4
- */
5
- export {};
6
- //# sourceMappingURL=ItemAttachment.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ItemAttachment.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemAttachment.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,11 +0,0 @@
1
- /**
2
- * SageOne Item Category Model
3
- * Represents a category for items in SageOne
4
- */
5
- export interface ItemCategory {
6
- id: number;
7
- description: string;
8
- modified: string | null;
9
- created: string | null;
10
- }
11
- //# sourceMappingURL=ItemCategory.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ItemCategory.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemCategory.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Item Category Model
3
- * Represents a category for items in SageOne
4
- */
5
- export {};
6
- //# sourceMappingURL=ItemCategory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ItemCategory.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemCategory.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,18 +0,0 @@
1
- /**
2
- * SageOne Item Note Model
3
- * Represents a note attached to an item in SageOne
4
- */
5
- export interface ItemNote {
6
- id: number;
7
- itemId: number;
8
- subject: string;
9
- entryDate: string | null;
10
- actionDate: string;
11
- status: boolean | null;
12
- note: string;
13
- hasAttachments: boolean | null;
14
- priority: number | null;
15
- userTaskCategoryId: number | null;
16
- notifyAssignee: boolean | null;
17
- }
18
- //# sourceMappingURL=ItemNote.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ItemNote.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemNote.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,cAAc,EAAE,OAAO,GAAG,IAAI,CAAC;CAChC"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Item Note Model
3
- * Represents a note attached to an item in SageOne
4
- */
5
- export {};
6
- //# sourceMappingURL=ItemNote.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ItemNote.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemNote.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,15 +0,0 @@
1
- /**
2
- * SageOne Item Report Group Model
3
- * Represents an item reporting group in SageOne
4
- */
5
- import { AccountCategory } from './AccountCategory';
6
- export interface ItemReportGroup {
7
- id: number;
8
- name: string;
9
- itemReportingGroupTypeId: number | null;
10
- itemReportingGroupType: string | null;
11
- reportingGroupId: number | null;
12
- accountCategoryId: number | null;
13
- accountCategory: AccountCategory | null;
14
- }
15
- //# sourceMappingURL=ItemReportGroup.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ItemReportGroup.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemReportGroup.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,eAAe,EAAE,eAAe,GAAG,IAAI,CAAC;CACzC"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Item Report Group Model
3
- * Represents an item reporting group in SageOne
4
- */
5
- export {};
6
- //# sourceMappingURL=ItemReportGroup.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ItemReportGroup.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemReportGroup.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,18 +0,0 @@
1
- /**
2
- * SageOne Tax Type Model
3
- * Represents a tax type in SageOne
4
- */
5
- export interface TaxType {
6
- id: number;
7
- name: string;
8
- percentage: number | null;
9
- isDefault: boolean;
10
- hasActivity: boolean;
11
- isManualTax: boolean;
12
- active: boolean;
13
- created: string | null;
14
- modified: string | null;
15
- taxTypeDefaultUID: string | null;
16
- companyId: number | null;
17
- }
18
- //# sourceMappingURL=TaxType.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TaxType.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/TaxType.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,OAAO,CAAC;IACrB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Tax Type Model
3
- * Represents a tax type in SageOne
4
- */
5
- export {};
6
- //# sourceMappingURL=TaxType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TaxType.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/TaxType.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,15 +0,0 @@
1
- /**
2
- * SageOne Items Models
3
- * Exports all item-related models from SageOne integration
4
- */
5
- export * from './Item';
6
- export * from './ItemCategory';
7
- export * from './ItemAttachment';
8
- export * from './ItemNote';
9
- export * from './ItemAdjustment';
10
- export * from './ItemReportGroup';
11
- export * from './TaxType';
12
- export * from './Account';
13
- export * from './AccountCategory';
14
- export * from './AdditionalItemPrice';
15
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC"}
@@ -1,15 +0,0 @@
1
- /**
2
- * SageOne Items Models
3
- * Exports all item-related models from SageOne integration
4
- */
5
- export * from './Item';
6
- export * from './ItemCategory';
7
- export * from './ItemAttachment';
8
- export * from './ItemNote';
9
- export * from './ItemAdjustment';
10
- export * from './ItemReportGroup';
11
- export * from './TaxType';
12
- export * from './Account';
13
- export * from './AccountCategory';
14
- export * from './AdditionalItemPrice';
15
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC"}
@@ -1,11 +0,0 @@
1
- /**
2
- * SageOne Email Purchase Order Model
3
- * Used to email a purchase order to a supplier
4
- */
5
- export interface EmailPurchaseOrder {
6
- purchaseOrderId: number;
7
- toAddress: string;
8
- subject: string | null;
9
- message: string | null;
10
- }
11
- //# sourceMappingURL=EmailPurchaseOrder.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EmailPurchaseOrder.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/PurchaseOrders/EmailPurchaseOrder.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,kBAAkB;IACjC,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Email Purchase Order Model
3
- * Used to email a purchase order to a supplier
4
- */
5
- export {};
6
- //# sourceMappingURL=EmailPurchaseOrder.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EmailPurchaseOrder.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/PurchaseOrders/EmailPurchaseOrder.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,17 +0,0 @@
1
- /**
2
- * SageOne Purchase Order Model
3
- * Represents a purchase order in SageOne
4
- */
5
- import { PurchaseOrderLine } from './PurchaseOrderLine';
6
- export interface PurchaseOrder {
7
- id: number;
8
- documentNumber: string | null;
9
- exclusive: number;
10
- tax: number;
11
- total: number;
12
- supplierId: number;
13
- date: string;
14
- deliveryDate: string;
15
- lines: PurchaseOrderLine[];
16
- }
17
- //# sourceMappingURL=PurchaseOrder.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PurchaseOrder.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/PurchaseOrders/PurchaseOrder.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,iBAAiB,EAAE,CAAC;CAC5B"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Purchase Order Model
3
- * Represents a purchase order in SageOne
4
- */
5
- export {};
6
- //# sourceMappingURL=PurchaseOrder.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PurchaseOrder.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/PurchaseOrders/PurchaseOrder.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,12 +0,0 @@
1
- /**
2
- * SageOne Purchase Order Line Model
3
- * Represents a line item in a purchase order
4
- */
5
- export interface PurchaseOrderLine {
6
- description: string | null;
7
- total: number;
8
- selectionId: number;
9
- quantity: number;
10
- unitPriceExclusive: number;
11
- }
12
- //# sourceMappingURL=PurchaseOrderLine.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PurchaseOrderLine.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/PurchaseOrders/PurchaseOrderLine.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,iBAAiB;IAChC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,EAAE,MAAM,CAAC;CAC5B"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Purchase Order Line Model
3
- * Represents a line item in a purchase order
4
- */
5
- export {};
6
- //# sourceMappingURL=PurchaseOrderLine.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PurchaseOrderLine.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/PurchaseOrders/PurchaseOrderLine.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,8 +0,0 @@
1
- /**
2
- * SageOne Purchase Orders Models
3
- * Exports all purchase order-related models from SageOne integration
4
- */
5
- export * from './PurchaseOrder';
6
- export * from './PurchaseOrderLine';
7
- export * from './EmailPurchaseOrder';
8
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/PurchaseOrders/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC"}
@@ -1,8 +0,0 @@
1
- /**
2
- * SageOne Purchase Orders Models
3
- * Exports all purchase order-related models from SageOne integration
4
- */
5
- export * from './PurchaseOrder';
6
- export * from './PurchaseOrderLine';
7
- export * from './EmailPurchaseOrder';
8
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/PurchaseOrders/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC"}
@@ -1,15 +0,0 @@
1
- /**
2
- * SageOne API Configuration Model
3
- * Configuration settings for connecting to SageOne API
4
- */
5
- export interface SageOneApiConfig {
6
- apiKey: string;
7
- companyId: number;
8
- username: string;
9
- password: string;
10
- baseUrl: string;
11
- defaultItemID: number;
12
- defaultServiceID: number;
13
- defaultSupplierID: number;
14
- }
15
- //# sourceMappingURL=SageOneApiConfig.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SageOneApiConfig.d.ts","sourceRoot":"","sources":["../../../../src/models/integrations/sageone/SageOneApiConfig.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,gBAAgB;IAC/B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;CAC3B"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne API Configuration Model
3
- * Configuration settings for connecting to SageOne API
4
- */
5
- export {};
6
- //# sourceMappingURL=SageOneApiConfig.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SageOneApiConfig.js","sourceRoot":"","sources":["../../../../src/models/integrations/sageone/SageOneApiConfig.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,10 +0,0 @@
1
- /**
2
- * SageOne API Response Model
3
- * Generic wrapper for SageOne API responses
4
- */
5
- export interface SageOneResponse<T> {
6
- totalResults: number;
7
- returnedResults: number;
8
- results: T[];
9
- }
10
- //# sourceMappingURL=SageOneResponse.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SageOneResponse.d.ts","sourceRoot":"","sources":["../../../../src/models/integrations/sageone/SageOneResponse.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,eAAe,CAAC,CAAC;IAChC,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,OAAO,EAAE,CAAC,EAAE,CAAC;CACd"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne API Response Model
3
- * Generic wrapper for SageOne API responses
4
- */
5
- export {};
6
- //# sourceMappingURL=SageOneResponse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SageOneResponse.js","sourceRoot":"","sources":["../../../../src/models/integrations/sageone/SageOneResponse.ts"],"names":[],"mappings":"AAAA;;;GAGG"}