@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,54 +0,0 @@
1
- /**
2
- * SageOne Supplier Model
3
- * Represents a supplier in SageOne ERP system
4
- */
5
- import { SupplierCategory } from './SupplierCategory';
6
- export interface SageOneSupplier {
7
- id: number | null;
8
- name: string;
9
- category: SupplierCategory | null;
10
- taxReference: string | null;
11
- contactName: string | null;
12
- telephone: string | null;
13
- fax: string | null;
14
- mobile: string | null;
15
- email: string | null;
16
- webAddress: string | null;
17
- active: boolean;
18
- balance: number | null;
19
- creditLimit: number | null;
20
- communicationMethod: number | null;
21
- postalAddress01: string | null;
22
- postalAddress02: string | null;
23
- postalAddress03: string | null;
24
- postalAddress04: string | null;
25
- postalAddress05: string | null;
26
- deliveryAddress01: string | null;
27
- deliveryAddress02: string | null;
28
- deliveryAddress03: string | null;
29
- deliveryAddress04: string | null;
30
- deliveryAddress05: string | null;
31
- autoAllocateToOldestInvoice: boolean | null;
32
- textField1: string | null;
33
- textField2: string | null;
34
- textField3: string | null;
35
- numericField1: number | null;
36
- numericField2: number | null;
37
- numericField3: number | null;
38
- yesNoField1: boolean | null;
39
- yesNoField2: boolean | null;
40
- yesNoField3: boolean | null;
41
- dateField1: string | null;
42
- dateField2: string | null;
43
- dateField3: string | null;
44
- modified: string | null;
45
- created: string | null;
46
- businessRegistrationNumber: string | null;
47
- currencyId: number | null;
48
- currencySymbol: string | null;
49
- hasActivity: boolean;
50
- defaultDiscount: number | null;
51
- defaultTaxTypeId: number | null;
52
- city: string | null;
53
- }
54
- //# sourceMappingURL=Supplier.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Supplier.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Suppliers/Supplier.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAClC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,2BAA2B,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5C,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,WAAW,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5B,WAAW,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5B,WAAW,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1C,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,WAAW,EAAE,OAAO,CAAC;IACrB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Supplier Model
3
- * Represents a supplier in SageOne ERP system
4
- */
5
- export {};
6
- //# sourceMappingURL=Supplier.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Supplier.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Suppliers/Supplier.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,18 +0,0 @@
1
- /**
2
- * SageOne Supplier Additional Contact Detail Model
3
- * Represents additional contact information for a supplier in SageOne
4
- */
5
- export interface SupplierAdditionalContactDetail {
6
- id: number | null;
7
- supplierId: number;
8
- contactName: string | null;
9
- designation: string | null;
10
- telephone: string | null;
11
- fax: string | null;
12
- mobile: string | null;
13
- email: string | null;
14
- default: boolean;
15
- modified: string | null;
16
- created: string | null;
17
- }
18
- //# sourceMappingURL=SupplierAdditionalContactDetail.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SupplierAdditionalContactDetail.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Suppliers/SupplierAdditionalContactDetail.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,+BAA+B;IAC9C,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Supplier Additional Contact Detail Model
3
- * Represents additional contact information for a supplier in SageOne
4
- */
5
- export {};
6
- //# sourceMappingURL=SupplierAdditionalContactDetail.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SupplierAdditionalContactDetail.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Suppliers/SupplierAdditionalContactDetail.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,17 +0,0 @@
1
- /**
2
- * SageOne Supplier Bank Detail Model
3
- * Represents bank account information for a supplier in SageOne
4
- */
5
- export interface SupplierBankDetail {
6
- id: number | null;
7
- supplierId: number;
8
- bankName: string | null;
9
- accountHolder: string | null;
10
- accountNumber: string | null;
11
- branch: string | null;
12
- branchCode: string | null;
13
- default: boolean;
14
- modified: string | null;
15
- created: string | null;
16
- }
17
- //# sourceMappingURL=SupplierBankDetail.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SupplierBankDetail.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Suppliers/SupplierBankDetail.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,kBAAkB;IACjC,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Supplier Bank Detail Model
3
- * Represents bank account information for a supplier in SageOne
4
- */
5
- export {};
6
- //# sourceMappingURL=SupplierBankDetail.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SupplierBankDetail.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Suppliers/SupplierBankDetail.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,11 +0,0 @@
1
- /**
2
- * SageOne Supplier Category Model
3
- * Represents a supplier category in SageOne
4
- */
5
- export interface SupplierCategory {
6
- id: number | null;
7
- description: string;
8
- modified: string | null;
9
- created: string | null;
10
- }
11
- //# sourceMappingURL=SupplierCategory.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SupplierCategory.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Suppliers/SupplierCategory.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,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 Supplier Category Model
3
- * Represents a supplier category in SageOne
4
- */
5
- export {};
6
- //# sourceMappingURL=SupplierCategory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SupplierCategory.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Suppliers/SupplierCategory.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,18 +0,0 @@
1
- /**
2
- * SageOne Supplier Note Model
3
- * Represents a note attached to a supplier in SageOne
4
- */
5
- export interface SupplierNote {
6
- id: number | null;
7
- supplierId: number;
8
- userId: number | null;
9
- priority: number | null;
10
- notesTypeId: number | null;
11
- subject: string | null;
12
- note: string | null;
13
- actionDate: string | null;
14
- entryDate: string | null;
15
- status: boolean;
16
- hasAttachments: boolean;
17
- }
18
- //# sourceMappingURL=SupplierNote.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SupplierNote.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Suppliers/SupplierNote.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,EAAE,OAAO,CAAC;IAChB,cAAc,EAAE,OAAO,CAAC;CACzB"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Supplier Note Model
3
- * Represents a note attached to a supplier in SageOne
4
- */
5
- export {};
6
- //# sourceMappingURL=SupplierNote.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SupplierNote.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Suppliers/SupplierNote.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,8 +0,0 @@
1
- /**
2
- * SageOne Suppliers Models
3
- * Re-exports supplier models from the main suppliers module to avoid duplicates
4
- */
5
- export type { SageOneSupplier, SageOneSupplierCategory, SageOneSupplierNote, SageOneSupplierContact } from '../../../suppliers/SageOne';
6
- export * from './SupplierBankDetail';
7
- export * from './SupplierAdditionalContactDetail';
8
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Suppliers/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,YAAY,EACV,eAAe,EACf,uBAAuB,EACvB,mBAAmB,EACnB,sBAAsB,EACvB,MAAM,4BAA4B,CAAC;AAGpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC"}
@@ -1,8 +0,0 @@
1
- /**
2
- * SageOne Suppliers Models
3
- * Re-exports supplier models from the main suppliers module to avoid duplicates
4
- */
5
- // Integration-specific models (not in suppliers/SageOne)
6
- export * from './SupplierBankDetail';
7
- export * from './SupplierAdditionalContactDetail';
8
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Suppliers/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAUH,yDAAyD;AACzD,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC"}
@@ -1,11 +0,0 @@
1
- /**
2
- * SageOne Integration Models
3
- * Exports all SageOne-related models and types
4
- */
5
- export * from './SageOneApiConfig';
6
- export * from './SageOneResponse';
7
- export * from './Items';
8
- export * from './PurchaseOrders';
9
- export * from './Companies';
10
- export * from './Suppliers';
11
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/integrations/sageone/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAGlC,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
@@ -1,13 +0,0 @@
1
- /**
2
- * SageOne Integration Models
3
- * Exports all SageOne-related models and types
4
- */
5
- // Root models
6
- export * from './SageOneApiConfig';
7
- export * from './SageOneResponse';
8
- // Sub-modules
9
- export * from './Items';
10
- export * from './PurchaseOrders';
11
- export * from './Companies';
12
- export * from './Suppliers';
13
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/integrations/sageone/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc;AACd,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAElC,cAAc;AACd,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
@@ -1,11 +0,0 @@
1
- /**
2
- * Cache keys for SageItem
3
- */
4
- export declare const SageItemCacheKeys: {
5
- readonly base: "ccms:procurements:sageitem";
6
- readonly all: () => string;
7
- readonly byId: (id: number | string) => string;
8
- readonly byFilter: (filter: string) => string;
9
- };
10
- export type SageItemCacheKeysType = typeof SageItemCacheKeys;
11
- //# sourceMappingURL=SageItemCacheKeys.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SageItemCacheKeys.d.ts","sourceRoot":"","sources":["../../../../src/models/procurements/CacheKeys/SageItemCacheKeys.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;wBAGjB,MAAM,GAAG,MAAM;gCACP,MAAM;CACjB,CAAC;AAEX,MAAM,MAAM,qBAAqB,GAAG,OAAO,iBAAiB,CAAC"}
@@ -1,10 +0,0 @@
1
- /**
2
- * Cache keys for SageItem
3
- */
4
- export const SageItemCacheKeys = {
5
- base: 'ccms:procurements:sageitem',
6
- all: () => `ccms:procurements:sageitem:all`,
7
- byId: (id) => `ccms:procurements:sageitem:${id}`,
8
- byFilter: (filter) => `ccms:procurements:sageitem:filter:${filter}`,
9
- };
10
- //# sourceMappingURL=SageItemCacheKeys.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SageItemCacheKeys.js","sourceRoot":"","sources":["../../../../src/models/procurements/CacheKeys/SageItemCacheKeys.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,IAAI,EAAE,4BAA4B;IAClC,GAAG,EAAE,GAAG,EAAE,CAAC,gCAAgC;IAC3C,IAAI,EAAE,CAAC,EAAmB,EAAE,EAAE,CAAC,8BAA8B,EAAE,EAAE;IACjE,QAAQ,EAAE,CAAC,MAAc,EAAE,EAAE,CAAC,qCAAqC,MAAM,EAAE;CACnE,CAAC"}
@@ -1,11 +0,0 @@
1
- /**
2
- * Cache keys for SagePurchaseOrder
3
- */
4
- export declare const SagePurchaseOrderCacheKeys: {
5
- readonly base: "ccms:procurements:sagepurchaseorder";
6
- readonly all: () => string;
7
- readonly byId: (id: number | string) => string;
8
- readonly byFilter: (filter: string) => string;
9
- };
10
- export type SagePurchaseOrderCacheKeysType = typeof SagePurchaseOrderCacheKeys;
11
- //# sourceMappingURL=SagePurchaseOrderCacheKeys.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SagePurchaseOrderCacheKeys.d.ts","sourceRoot":"","sources":["../../../../src/models/procurements/CacheKeys/SagePurchaseOrderCacheKeys.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,0BAA0B;;;wBAG1B,MAAM,GAAG,MAAM;gCACP,MAAM;CACjB,CAAC;AAEX,MAAM,MAAM,8BAA8B,GAAG,OAAO,0BAA0B,CAAC"}
@@ -1,10 +0,0 @@
1
- /**
2
- * Cache keys for SagePurchaseOrder
3
- */
4
- export const SagePurchaseOrderCacheKeys = {
5
- base: 'ccms:procurements:sagepurchaseorder',
6
- all: () => `ccms:procurements:sagepurchaseorder:all`,
7
- byId: (id) => `ccms:procurements:sagepurchaseorder:${id}`,
8
- byFilter: (filter) => `ccms:procurements:sagepurchaseorder:filter:${filter}`,
9
- };
10
- //# sourceMappingURL=SagePurchaseOrderCacheKeys.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SagePurchaseOrderCacheKeys.js","sourceRoot":"","sources":["../../../../src/models/procurements/CacheKeys/SagePurchaseOrderCacheKeys.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,IAAI,EAAE,qCAAqC;IAC3C,GAAG,EAAE,GAAG,EAAE,CAAC,yCAAyC;IACpD,IAAI,EAAE,CAAC,EAAmB,EAAE,EAAE,CAAC,uCAAuC,EAAE,EAAE;IAC1E,QAAQ,EAAE,CAAC,MAAc,EAAE,EAAE,CAAC,8CAA8C,MAAM,EAAE;CAC5E,CAAC"}
@@ -1,54 +0,0 @@
1
- /**
2
- * SageOne Supplier Entity
3
- * Represents a supplier from SageOne integration
4
- */
5
- import { SageOneSupplierCategory } from './SageOneSupplierCategory';
6
- export interface SageOneSupplier {
7
- id?: number | null;
8
- name: string;
9
- category?: SageOneSupplierCategory | null;
10
- taxReference?: string | null;
11
- contactName?: string | null;
12
- telephone?: string | null;
13
- fax?: string | null;
14
- mobile?: string | null;
15
- email?: string | null;
16
- webAddress?: string | null;
17
- active: boolean;
18
- balance?: number | null;
19
- creditLimit?: number | null;
20
- communicationMethod?: number | null;
21
- postalAddress01?: string | null;
22
- postalAddress02?: string | null;
23
- postalAddress03?: string | null;
24
- postalAddress04?: string | null;
25
- postalAddress05?: string | null;
26
- deliveryAddress01?: string | null;
27
- deliveryAddress02?: string | null;
28
- deliveryAddress03?: string | null;
29
- deliveryAddress04?: string | null;
30
- deliveryAddress05?: string | null;
31
- autoAllocateToOldestInvoice?: boolean | null;
32
- textField1?: string | null;
33
- textField2?: string | null;
34
- textField3?: string | null;
35
- numericField1?: number | null;
36
- numericField2?: number | null;
37
- numericField3?: number | null;
38
- yesNoField1?: boolean | null;
39
- yesNoField2?: boolean | null;
40
- yesNoField3?: boolean | null;
41
- dateField1?: Date | null;
42
- dateField2?: Date | null;
43
- dateField3?: Date | null;
44
- modified?: Date | null;
45
- created?: Date | null;
46
- businessRegistrationNumber?: string | null;
47
- currencyId?: number | null;
48
- currencySymbol?: string | null;
49
- hasActivity: boolean;
50
- defaultDiscount?: number | null;
51
- defaultTaxTypeId?: number | null;
52
- city?: string | null;
53
- }
54
- //# sourceMappingURL=SageOneSupplier.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SageOneSupplier.d.ts","sourceRoot":"","sources":["../../../../src/models/suppliers/SageOne/SageOneSupplier.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEpE,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,uBAAuB,GAAG,IAAI,CAAC;IAC1C,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7C,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,0BAA0B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3C,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,WAAW,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Supplier Entity
3
- * Represents a supplier from SageOne integration
4
- */
5
- export {};
6
- //# sourceMappingURL=SageOneSupplier.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SageOneSupplier.js","sourceRoot":"","sources":["../../../../src/models/suppliers/SageOne/SageOneSupplier.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,17 +0,0 @@
1
- /**
2
- * SageOne Supplier Bank Detail Entity
3
- * Represents bank details for a supplier from SageOne integration
4
- */
5
- export interface SageOneSupplierBankDetail {
6
- id?: number | null;
7
- supplierId: number;
8
- bankName?: string | null;
9
- accountHolder?: string | null;
10
- accountNumber?: string | null;
11
- branch?: string | null;
12
- branchCode?: string | null;
13
- default: boolean;
14
- modified?: Date | null;
15
- created?: Date | null;
16
- }
17
- //# sourceMappingURL=SageOneSupplierBankDetail.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SageOneSupplierBankDetail.d.ts","sourceRoot":"","sources":["../../../../src/models/suppliers/SageOne/SageOneSupplierBankDetail.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,yBAAyB;IACxC,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACvB"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Supplier Bank Detail Entity
3
- * Represents bank details for a supplier from SageOne integration
4
- */
5
- export {};
6
- //# sourceMappingURL=SageOneSupplierBankDetail.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SageOneSupplierBankDetail.js","sourceRoot":"","sources":["../../../../src/models/suppliers/SageOne/SageOneSupplierBankDetail.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,11 +0,0 @@
1
- /**
2
- * SageOne Supplier Category Entity
3
- * Represents a supplier category from SageOne integration
4
- */
5
- export interface SageOneSupplierCategory {
6
- id?: number | null;
7
- description: string;
8
- modified?: Date | null;
9
- created?: Date | null;
10
- }
11
- //# sourceMappingURL=SageOneSupplierCategory.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SageOneSupplierCategory.d.ts","sourceRoot":"","sources":["../../../../src/models/suppliers/SageOne/SageOneSupplierCategory.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,uBAAuB;IACtC,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACvB"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Supplier Category Entity
3
- * Represents a supplier category from SageOne integration
4
- */
5
- export {};
6
- //# sourceMappingURL=SageOneSupplierCategory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SageOneSupplierCategory.js","sourceRoot":"","sources":["../../../../src/models/suppliers/SageOne/SageOneSupplierCategory.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,18 +0,0 @@
1
- /**
2
- * SageOne Supplier Additional Contact Detail Entity
3
- * Represents additional contact details for a supplier from SageOne integration
4
- */
5
- export interface SageOneSupplierContact {
6
- id?: number | null;
7
- supplierId: number;
8
- contactName?: string | null;
9
- designation?: string | null;
10
- telephone?: string | null;
11
- fax?: string | null;
12
- mobile?: string | null;
13
- email?: string | null;
14
- default: boolean;
15
- modified?: Date | null;
16
- created?: Date | null;
17
- }
18
- //# sourceMappingURL=SageOneSupplierContact.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SageOneSupplierContact.d.ts","sourceRoot":"","sources":["../../../../src/models/suppliers/SageOne/SageOneSupplierContact.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,sBAAsB;IACrC,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACvB"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Supplier Additional Contact Detail Entity
3
- * Represents additional contact details for a supplier from SageOne integration
4
- */
5
- export {};
6
- //# sourceMappingURL=SageOneSupplierContact.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SageOneSupplierContact.js","sourceRoot":"","sources":["../../../../src/models/suppliers/SageOne/SageOneSupplierContact.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,18 +0,0 @@
1
- /**
2
- * SageOne Supplier Note Entity
3
- * Represents a note attached to a supplier from SageOne integration
4
- */
5
- export interface SageOneSupplierNote {
6
- id?: number | null;
7
- supplierId: number;
8
- userId?: number | null;
9
- priority?: number | null;
10
- notesTypeId?: number | null;
11
- subject?: string | null;
12
- note?: string | null;
13
- actionDate?: Date | null;
14
- entryDate?: Date | null;
15
- status: boolean;
16
- hasAttachments: boolean;
17
- }
18
- //# sourceMappingURL=SageOneSupplierNote.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SageOneSupplierNote.d.ts","sourceRoot":"","sources":["../../../../src/models/suppliers/SageOne/SageOneSupplierNote.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,MAAM,EAAE,OAAO,CAAC;IAChB,cAAc,EAAE,OAAO,CAAC;CACzB"}
@@ -1,6 +0,0 @@
1
- /**
2
- * SageOne Supplier Note Entity
3
- * Represents a note attached to a supplier from SageOne integration
4
- */
5
- export {};
6
- //# sourceMappingURL=SageOneSupplierNote.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SageOneSupplierNote.js","sourceRoot":"","sources":["../../../../src/models/suppliers/SageOne/SageOneSupplierNote.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,10 +0,0 @@
1
- /**
2
- * SageOne Supplier Models
3
- * TypeScript types for SageOne integration entities
4
- */
5
- export * from './SageOneSupplier';
6
- export * from './SageOneSupplierCategory';
7
- export * from './SageOneSupplierContact';
8
- export * from './SageOneSupplierNote';
9
- export * from './SageOneSupplierBankDetail';
10
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/suppliers/SageOne/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC"}
@@ -1,10 +0,0 @@
1
- /**
2
- * SageOne Supplier Models
3
- * TypeScript types for SageOne integration entities
4
- */
5
- export * from './SageOneSupplier';
6
- export * from './SageOneSupplierCategory';
7
- export * from './SageOneSupplierContact';
8
- export * from './SageOneSupplierNote';
9
- export * from './SageOneSupplierBankDetail';
10
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/suppliers/SageOne/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC"}