@actschurch/ccms-sdk 0.0.14 → 0.0.16

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 (291) hide show
  1. package/dist/auth/AuthManager.d.ts +11 -0
  2. package/dist/auth/AuthManager.d.ts.map +1 -1
  3. package/dist/auth/AuthManager.js +88 -7
  4. package/dist/auth/AuthManager.js.map +1 -1
  5. package/dist/auth/adapters/context.d.ts +2 -1
  6. package/dist/auth/adapters/context.d.ts.map +1 -1
  7. package/dist/auth/adapters/context.js +2 -1
  8. package/dist/auth/adapters/context.js.map +1 -1
  9. package/dist/auth/adapters/redux.d.ts +1 -0
  10. package/dist/auth/adapters/redux.d.ts.map +1 -1
  11. package/dist/auth/adapters/redux.js +2 -0
  12. package/dist/auth/adapters/redux.js.map +1 -1
  13. package/dist/auth/types.d.ts +8 -0
  14. package/dist/auth/types.d.ts.map +1 -1
  15. package/dist/auth/types.js +6 -0
  16. package/dist/auth/types.js.map +1 -1
  17. package/dist/models/integrations/sageone/Companies/Company.d.ts +5 -5
  18. package/dist/models/integrations/sageone/Companies/CompanyEntityType.d.ts +2 -2
  19. package/dist/models/integrations/sageone/Companies/CompanyNote.d.ts +5 -5
  20. package/dist/models/integrations/sageone/Items/Account.d.ts +15 -15
  21. package/dist/models/integrations/sageone/Items/AccountCategory.d.ts +6 -6
  22. package/dist/models/integrations/sageone/Items/AdditionalItemPrice.d.ts +5 -5
  23. package/dist/models/integrations/sageone/Items/Item.d.ts +56 -56
  24. package/dist/models/integrations/sageone/Items/ItemAdjustment.d.ts +8 -8
  25. package/dist/models/integrations/sageone/Items/ItemAttachment.d.ts +4 -4
  26. package/dist/models/integrations/sageone/Items/ItemCategory.d.ts +4 -4
  27. package/dist/models/integrations/sageone/Items/ItemNote.d.ts +11 -11
  28. package/dist/models/integrations/sageone/Items/ItemReportGroup.d.ts +7 -7
  29. package/dist/models/integrations/sageone/Items/TaxType.d.ts +11 -11
  30. package/dist/models/integrations/sageone/PurchaseOrders/EmailPurchaseOrder.d.ts +4 -4
  31. package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrder.d.ts +9 -9
  32. package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrderLine.d.ts +5 -5
  33. package/dist/models/integrations/sageone/SageOneApiConfig.d.ts +8 -8
  34. package/dist/models/integrations/sageone/SageOneResponse.d.ts +3 -3
  35. package/dist/models/integrations/sageone/Suppliers/Supplier.d.ts +46 -46
  36. package/dist/models/integrations/sageone/Suppliers/SupplierAdditionalContactDetail.d.ts +11 -11
  37. package/dist/models/integrations/sageone/Suppliers/SupplierBankDetail.d.ts +10 -10
  38. package/dist/models/integrations/sageone/Suppliers/SupplierCategory.d.ts +4 -4
  39. package/dist/models/integrations/sageone/Suppliers/SupplierNote.d.ts +11 -11
  40. package/dist/models/orders/ModelView/OrderLineModelView.d.ts +13 -0
  41. package/dist/models/orders/ModelView/OrderLineModelView.d.ts.map +1 -1
  42. package/dist/models/orders/ModelView/OrderLineStatusModelView.d.ts +49 -0
  43. package/dist/models/orders/ModelView/OrderLineStatusModelView.d.ts.map +1 -0
  44. package/dist/models/orders/ModelView/OrderLineStatusModelView.js +2 -0
  45. package/dist/models/orders/ModelView/OrderLineStatusModelView.js.map +1 -0
  46. package/dist/models/orders/ModelView/OrderModelView.d.ts +9 -0
  47. package/dist/models/orders/ModelView/OrderModelView.d.ts.map +1 -1
  48. package/dist/models/orders/ModelView/index.d.ts +1 -0
  49. package/dist/models/orders/ModelView/index.d.ts.map +1 -1
  50. package/dist/models/orders/ModelView/index.js +1 -0
  51. package/dist/models/orders/ModelView/index.js.map +1 -1
  52. package/dist/models/orders/OrderLine.d.ts +2 -0
  53. package/dist/models/orders/OrderLine.d.ts.map +1 -1
  54. package/dist/models/orders/OrderLineStatus.d.ts +15 -0
  55. package/dist/models/orders/OrderLineStatus.d.ts.map +1 -0
  56. package/dist/models/orders/OrderLineStatus.js +2 -0
  57. package/dist/models/orders/OrderLineStatus.js.map +1 -0
  58. package/dist/models/orders/ShopOrder.d.ts +57 -0
  59. package/dist/models/orders/ShopOrder.d.ts.map +1 -1
  60. package/dist/models/orders/index.d.ts +1 -0
  61. package/dist/models/orders/index.d.ts.map +1 -1
  62. package/dist/models/orders/index.js +1 -0
  63. package/dist/models/orders/index.js.map +1 -1
  64. package/dist/models/payments/PayFastModels.d.ts +3 -0
  65. package/dist/models/payments/PayFastModels.d.ts.map +1 -1
  66. package/dist/models/procurement/Invoice.d.ts +1 -0
  67. package/dist/models/procurement/Invoice.d.ts.map +1 -1
  68. package/dist/models/procurement/InvoiceLine.d.ts +1 -0
  69. package/dist/models/procurement/InvoiceLine.d.ts.map +1 -1
  70. package/dist/models/procurement/Quotation.d.ts +1 -0
  71. package/dist/models/procurement/Quotation.d.ts.map +1 -1
  72. package/dist/models/procurement/RequestPurchaseOrder.d.ts +5 -2
  73. package/dist/models/procurement/RequestPurchaseOrder.d.ts.map +1 -1
  74. package/dist/models/procurements/AuditLog.d.ts +9 -9
  75. package/dist/models/procurements/CacheKeys/CurrencyCacheKeys.d.ts +11 -0
  76. package/dist/models/procurements/CacheKeys/CurrencyCacheKeys.d.ts.map +1 -0
  77. package/dist/models/procurements/CacheKeys/CurrencyCacheKeys.js +10 -0
  78. package/dist/models/procurements/CacheKeys/CurrencyCacheKeys.js.map +1 -0
  79. package/dist/models/procurements/CacheKeys/QuotationLineApprovalCacheKeys.d.ts +14 -0
  80. package/dist/models/procurements/CacheKeys/QuotationLineApprovalCacheKeys.d.ts.map +1 -0
  81. package/dist/models/procurements/CacheKeys/QuotationLineApprovalCacheKeys.js +13 -0
  82. package/dist/models/procurements/CacheKeys/QuotationLineApprovalCacheKeys.js.map +1 -0
  83. package/dist/models/procurements/CacheKeys/index.d.ts +2 -0
  84. package/dist/models/procurements/CacheKeys/index.d.ts.map +1 -1
  85. package/dist/models/procurements/CacheKeys/index.js +2 -0
  86. package/dist/models/procurements/CacheKeys/index.js.map +1 -1
  87. package/dist/models/procurements/Currency.d.ts +13 -0
  88. package/dist/models/procurements/Currency.d.ts.map +1 -0
  89. package/dist/models/procurements/Currency.js +2 -0
  90. package/dist/models/procurements/Currency.js.map +1 -0
  91. package/dist/models/procurements/Invoice.d.ts +17 -13
  92. package/dist/models/procurements/Invoice.d.ts.map +1 -1
  93. package/dist/models/procurements/InvoiceLine.d.ts +14 -10
  94. package/dist/models/procurements/InvoiceLine.d.ts.map +1 -1
  95. package/dist/models/procurements/InvoiceStatus.d.ts +7 -7
  96. package/dist/models/procurements/ModelView/AuditLogViewModel.d.ts +23 -23
  97. package/dist/models/procurements/ModelView/InvoiceViewModel.d.ts +30 -30
  98. package/dist/models/procurements/ModelView/NotificationViewModel.d.ts +19 -19
  99. package/dist/models/procurements/ModelView/ProcurementDashboardStats.d.ts +27 -0
  100. package/dist/models/procurements/ModelView/ProcurementDashboardStats.d.ts.map +1 -0
  101. package/dist/models/procurements/ModelView/ProcurementDashboardStats.js +2 -0
  102. package/dist/models/procurements/ModelView/ProcurementDashboardStats.js.map +1 -0
  103. package/dist/models/procurements/ModelView/ProcurementRoleAssignmentViewModel.d.ts +23 -23
  104. package/dist/models/procurements/ModelView/PurchaseRequestViewModel.d.ts +72 -72
  105. package/dist/models/procurements/ModelView/QuotationViewModel.d.ts +37 -37
  106. package/dist/models/procurements/ModelView/RequestApprovalModelView.d.ts +17 -17
  107. package/dist/models/procurements/ModelView/RequestAttachmentViewModel.d.ts +19 -19
  108. package/dist/models/procurements/ModelView/RequestCommentCreateModel.d.ts +4 -4
  109. package/dist/models/procurements/ModelView/RequestCommentFilterModel.d.ts +5 -5
  110. package/dist/models/procurements/ModelView/RequestCommentView.d.ts +11 -11
  111. package/dist/models/procurements/ModelView/RequestStatusViewModel.d.ts +11 -11
  112. package/dist/models/procurements/ModelView/index.d.ts +1 -0
  113. package/dist/models/procurements/ModelView/index.d.ts.map +1 -1
  114. package/dist/models/procurements/ModelView/index.js +1 -0
  115. package/dist/models/procurements/ModelView/index.js.map +1 -1
  116. package/dist/models/procurements/Notification.d.ts +10 -10
  117. package/dist/models/procurements/ProcurementNotificationQueue.d.ts +11 -11
  118. package/dist/models/procurements/ProcurementRoleAssignment.d.ts +7 -7
  119. package/dist/models/procurements/ProcurementRoleType.d.ts +7 -7
  120. package/dist/models/procurements/PurchaseRequest.d.ts +19 -19
  121. package/dist/models/procurements/Quotation.d.ts +17 -13
  122. package/dist/models/procurements/Quotation.d.ts.map +1 -1
  123. package/dist/models/procurements/QuotationLine.d.ts +22 -10
  124. package/dist/models/procurements/QuotationLine.d.ts.map +1 -1
  125. package/dist/models/procurements/QuotationLineApproval.d.ts +19 -0
  126. package/dist/models/procurements/QuotationLineApproval.d.ts.map +1 -0
  127. package/dist/models/procurements/QuotationLineApproval.js +2 -0
  128. package/dist/models/procurements/QuotationLineApproval.js.map +1 -0
  129. package/dist/models/procurements/QuotationStatus.d.ts +7 -7
  130. package/dist/models/procurements/RequestApproval.d.ts +8 -8
  131. package/dist/models/procurements/RequestApprovalStatus.d.ts +7 -7
  132. package/dist/models/procurements/RequestAttachment.d.ts +9 -9
  133. package/dist/models/procurements/RequestComment.d.ts +7 -7
  134. package/dist/models/procurements/RequestPurchaseOrder.d.ts +17 -5
  135. package/dist/models/procurements/RequestPurchaseOrder.d.ts.map +1 -1
  136. package/dist/models/procurements/RequestStage.d.ts +7 -7
  137. package/dist/models/procurements/RequestStatus.d.ts +8 -8
  138. package/dist/models/procurements/RequestType.d.ts +7 -7
  139. package/dist/models/procurements/index.d.ts +2 -0
  140. package/dist/models/procurements/index.d.ts.map +1 -1
  141. package/dist/models/procurements/index.js +2 -0
  142. package/dist/models/procurements/index.js.map +1 -1
  143. package/dist/models/suppliers/CacheKeys/IndustryCacheKeys.d.ts +3 -3
  144. package/dist/models/suppliers/CacheKeys/IndustryCacheKeys.js +3 -3
  145. package/dist/models/suppliers/CacheKeys/SubscriptionStatusCacheKeys.d.ts +3 -3
  146. package/dist/models/suppliers/CacheKeys/SubscriptionStatusCacheKeys.js +3 -3
  147. package/dist/models/suppliers/CacheKeys/SubscriptionTypeCacheKeys.d.ts +3 -3
  148. package/dist/models/suppliers/CacheKeys/SubscriptionTypeCacheKeys.js +3 -3
  149. package/dist/models/suppliers/CacheKeys/SubscriptionUserCacheKeys.d.ts +12 -0
  150. package/dist/models/suppliers/CacheKeys/SubscriptionUserCacheKeys.d.ts.map +1 -0
  151. package/dist/models/suppliers/CacheKeys/SubscriptionUserCacheKeys.js +11 -0
  152. package/dist/models/suppliers/CacheKeys/SubscriptionUserCacheKeys.js.map +1 -0
  153. package/dist/models/suppliers/CacheKeys/SupplierAccountCacheKeys.d.ts +3 -3
  154. package/dist/models/suppliers/CacheKeys/SupplierAccountCacheKeys.js +3 -3
  155. package/dist/models/suppliers/CacheKeys/SupplierAddressCacheKeys.d.ts +3 -3
  156. package/dist/models/suppliers/CacheKeys/SupplierAddressCacheKeys.js +3 -3
  157. package/dist/models/suppliers/CacheKeys/SupplierCacheKeys.d.ts +3 -3
  158. package/dist/models/suppliers/CacheKeys/SupplierCacheKeys.js +3 -3
  159. package/dist/models/suppliers/CacheKeys/SupplierContactCacheKeys.d.ts +3 -3
  160. package/dist/models/suppliers/CacheKeys/SupplierContactCacheKeys.js +3 -3
  161. package/dist/models/suppliers/CacheKeys/SupplierSubscriptionCacheKeys.d.ts +3 -3
  162. package/dist/models/suppliers/CacheKeys/SupplierSubscriptionCacheKeys.js +3 -3
  163. package/dist/models/suppliers/CacheKeys/index.d.ts +1 -0
  164. package/dist/models/suppliers/CacheKeys/index.d.ts.map +1 -1
  165. package/dist/models/suppliers/CacheKeys/index.js +1 -0
  166. package/dist/models/suppliers/CacheKeys/index.js.map +1 -1
  167. package/dist/models/suppliers/SageOne/SageOneSupplier.d.ts +46 -46
  168. package/dist/models/suppliers/SageOne/SageOneSupplierBankDetail.d.ts +10 -10
  169. package/dist/models/suppliers/SageOne/SageOneSupplierCategory.d.ts +4 -4
  170. package/dist/models/suppliers/SageOne/SageOneSupplierContact.d.ts +11 -11
  171. package/dist/models/suppliers/SageOne/SageOneSupplierNote.d.ts +11 -11
  172. package/dist/models/suppliers/SubscriptionUser.d.ts +14 -0
  173. package/dist/models/suppliers/SubscriptionUser.d.ts.map +1 -0
  174. package/dist/models/suppliers/SubscriptionUser.js +2 -0
  175. package/dist/models/suppliers/SubscriptionUser.js.map +1 -0
  176. package/dist/models/suppliers/SupplierSubscription.d.ts +7 -0
  177. package/dist/models/suppliers/SupplierSubscription.d.ts.map +1 -1
  178. package/dist/models/suppliers/index.d.ts +1 -0
  179. package/dist/models/suppliers/index.d.ts.map +1 -1
  180. package/dist/models/suppliers/index.js +1 -0
  181. package/dist/models/suppliers/index.js.map +1 -1
  182. package/dist/models/vendorcatalog/ModelView/ShopEventProductModelView.d.ts +2 -0
  183. package/dist/models/vendorcatalog/ModelView/ShopEventProductModelView.d.ts.map +1 -1
  184. package/dist/models/vendorcatalog/ModelView/VendorProductRequests.d.ts +18 -14
  185. package/dist/models/vendorcatalog/ModelView/VendorProductRequests.d.ts.map +1 -1
  186. package/dist/react/hooks/services/useOrdersServices.d.ts +5 -1
  187. package/dist/react/hooks/services/useOrdersServices.d.ts.map +1 -1
  188. package/dist/react/hooks/services/useOrdersServices.js +6 -0
  189. package/dist/react/hooks/services/useOrdersServices.js.map +1 -1
  190. package/dist/react/hooks/services/useProcurementsServices.d.ts +37 -1
  191. package/dist/react/hooks/services/useProcurementsServices.d.ts.map +1 -1
  192. package/dist/react/hooks/services/useProcurementsServices.js +54 -0
  193. package/dist/react/hooks/services/useProcurementsServices.js.map +1 -1
  194. package/dist/react/hooks/services/useSupplierServices.d.ts +5 -1
  195. package/dist/react/hooks/services/useSupplierServices.d.ts.map +1 -1
  196. package/dist/react/hooks/services/useSupplierServices.js +6 -0
  197. package/dist/react/hooks/services/useSupplierServices.js.map +1 -1
  198. package/dist/services/announcements/AnnouncementEventService.d.ts +1 -1
  199. package/dist/services/announcements/AnnouncementEventService.js +2 -2
  200. package/dist/services/announcements/AnnouncementEventService.js.map +1 -1
  201. package/dist/services/announcements/AnnouncementLocationService.d.ts +1 -1
  202. package/dist/services/announcements/AnnouncementLocationService.js +2 -2
  203. package/dist/services/announcements/AnnouncementLocationService.js.map +1 -1
  204. package/dist/services/announcements/AnnouncementService.d.ts +1 -1
  205. package/dist/services/announcements/AnnouncementService.js +2 -2
  206. package/dist/services/announcements/AnnouncementService.js.map +1 -1
  207. package/dist/services/announcements/PublicAnnouncementService.d.ts +1 -1
  208. package/dist/services/announcements/PublicAnnouncementService.d.ts.map +1 -1
  209. package/dist/services/announcements/PublicAnnouncementService.js +2 -3
  210. package/dist/services/announcements/PublicAnnouncementService.js.map +1 -1
  211. package/dist/services/orders/OrderLineService.d.ts +8 -0
  212. package/dist/services/orders/OrderLineService.d.ts.map +1 -1
  213. package/dist/services/orders/OrderLineService.js +24 -0
  214. package/dist/services/orders/OrderLineService.js.map +1 -1
  215. package/dist/services/orders/OrderLineStatusService.d.ts +31 -0
  216. package/dist/services/orders/OrderLineStatusService.d.ts.map +1 -0
  217. package/dist/services/orders/OrderLineStatusService.js +41 -0
  218. package/dist/services/orders/OrderLineStatusService.js.map +1 -0
  219. package/dist/services/orders/OrderShopService.d.ts +24 -2
  220. package/dist/services/orders/OrderShopService.d.ts.map +1 -1
  221. package/dist/services/orders/OrderShopService.js +65 -0
  222. package/dist/services/orders/OrderShopService.js.map +1 -1
  223. package/dist/services/orders/index.d.ts +3 -0
  224. package/dist/services/orders/index.d.ts.map +1 -1
  225. package/dist/services/orders/index.js +3 -0
  226. package/dist/services/orders/index.js.map +1 -1
  227. package/dist/services/payments/PayFastPaymentService.d.ts +5 -0
  228. package/dist/services/payments/PayFastPaymentService.d.ts.map +1 -1
  229. package/dist/services/payments/PayFastPaymentService.js +16 -6
  230. package/dist/services/payments/PayFastPaymentService.js.map +1 -1
  231. package/dist/services/procurements/ApproverPortalService.d.ts +16 -0
  232. package/dist/services/procurements/ApproverPortalService.d.ts.map +1 -0
  233. package/dist/services/procurements/ApproverPortalService.js +29 -0
  234. package/dist/services/procurements/ApproverPortalService.js.map +1 -0
  235. package/dist/services/procurements/CurrencyService.d.ts +16 -0
  236. package/dist/services/procurements/CurrencyService.d.ts.map +1 -0
  237. package/dist/services/procurements/CurrencyService.js +19 -0
  238. package/dist/services/procurements/CurrencyService.js.map +1 -0
  239. package/dist/services/procurements/FinancePortalService.d.ts +17 -0
  240. package/dist/services/procurements/FinancePortalService.d.ts.map +1 -0
  241. package/dist/services/procurements/FinancePortalService.js +33 -0
  242. package/dist/services/procurements/FinancePortalService.js.map +1 -0
  243. package/dist/services/procurements/ProcurementDashboardService.d.ts +14 -0
  244. package/dist/services/procurements/ProcurementDashboardService.d.ts.map +1 -0
  245. package/dist/services/procurements/ProcurementDashboardService.js +21 -0
  246. package/dist/services/procurements/ProcurementDashboardService.js.map +1 -0
  247. package/dist/services/procurements/ProcurementRoleAssignmentService.d.ts +10 -0
  248. package/dist/services/procurements/ProcurementRoleAssignmentService.d.ts.map +1 -0
  249. package/dist/services/procurements/ProcurementRoleAssignmentService.js +13 -0
  250. package/dist/services/procurements/ProcurementRoleAssignmentService.js.map +1 -0
  251. package/dist/services/procurements/QuotationLineApprovalService.d.ts +28 -0
  252. package/dist/services/procurements/QuotationLineApprovalService.d.ts.map +1 -0
  253. package/dist/services/procurements/QuotationLineApprovalService.js +41 -0
  254. package/dist/services/procurements/QuotationLineApprovalService.js.map +1 -0
  255. package/dist/services/procurements/RequestApprovalService.d.ts +10 -0
  256. package/dist/services/procurements/RequestApprovalService.d.ts.map +1 -0
  257. package/dist/services/procurements/RequestApprovalService.js +13 -0
  258. package/dist/services/procurements/RequestApprovalService.js.map +1 -0
  259. package/dist/services/procurements/RequestPurchaseOrderService.d.ts +10 -0
  260. package/dist/services/procurements/RequestPurchaseOrderService.d.ts.map +1 -0
  261. package/dist/services/procurements/RequestPurchaseOrderService.js +13 -0
  262. package/dist/services/procurements/RequestPurchaseOrderService.js.map +1 -0
  263. package/dist/services/procurements/StaffRequestPortalService.d.ts +18 -0
  264. package/dist/services/procurements/StaffRequestPortalService.d.ts.map +1 -0
  265. package/dist/services/procurements/StaffRequestPortalService.js +36 -0
  266. package/dist/services/procurements/StaffRequestPortalService.js.map +1 -0
  267. package/dist/services/procurements/index.d.ts +27 -0
  268. package/dist/services/procurements/index.d.ts.map +1 -1
  269. package/dist/services/procurements/index.js +27 -0
  270. package/dist/services/procurements/index.js.map +1 -1
  271. package/dist/services/suppliers/SubscriptionUserService.d.ts +20 -0
  272. package/dist/services/suppliers/SubscriptionUserService.d.ts.map +1 -0
  273. package/dist/services/suppliers/SubscriptionUserService.js +27 -0
  274. package/dist/services/suppliers/SubscriptionUserService.js.map +1 -0
  275. package/dist/services/suppliers/index.d.ts +3 -0
  276. package/dist/services/suppliers/index.d.ts.map +1 -1
  277. package/dist/services/suppliers/index.js +3 -0
  278. package/dist/services/suppliers/index.js.map +1 -1
  279. package/dist/services/vendor-portal/VendorPortalBaseService.d.ts +4 -0
  280. package/dist/services/vendor-portal/VendorPortalBaseService.d.ts.map +1 -1
  281. package/dist/services/vendor-portal/VendorPortalBaseService.js +8 -0
  282. package/dist/services/vendor-portal/VendorPortalBaseService.js.map +1 -1
  283. package/dist/services/vendor-portal/VendorPortalOrderService.d.ts +9 -0
  284. package/dist/services/vendor-portal/VendorPortalOrderService.d.ts.map +1 -1
  285. package/dist/services/vendor-portal/VendorPortalOrderService.js +18 -0
  286. package/dist/services/vendor-portal/VendorPortalOrderService.js.map +1 -1
  287. package/dist/utils/validation.d.ts +25 -0
  288. package/dist/utils/validation.d.ts.map +1 -1
  289. package/dist/utils/validation.js +61 -0
  290. package/dist/utils/validation.js.map +1 -1
  291. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuotationLineApproval.d.ts","sourceRoot":"","sources":["../../../src/models/procurements/QuotationLineApproval.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IACpC,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=QuotationLineApproval.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuotationLineApproval.js","sourceRoot":"","sources":["../../../src/models/procurements/QuotationLineApproval.ts"],"names":[],"mappings":""}
@@ -5,30 +5,30 @@ export interface QuotationStatus {
5
5
  /**
6
6
  * Primary key.
7
7
  */
8
- StatusID: number;
8
+ statusID: number;
9
9
  /**
10
10
  * Name of status (e.g. "Requested").
11
11
  */
12
- Name: string | null;
12
+ name: string | null;
13
13
  /**
14
14
  * Description for tooltips/logs.
15
15
  */
16
- Description: string | null;
16
+ description: string | null;
17
17
  /**
18
18
  * Badge color for UI.
19
19
  */
20
- Color: string | null;
20
+ color: string | null;
21
21
  /**
22
22
  * Icon hint for UI.
23
23
  */
24
- Icon: string | null;
24
+ icon: string | null;
25
25
  /**
26
26
  * Creation ticks.
27
27
  */
28
- CreatedDateTime: number | null;
28
+ createdDateTime: number | null;
29
29
  /**
30
30
  * Modification ticks.
31
31
  */
32
- ModifiedDateTime: number | null;
32
+ modifiedDateTime: number | null;
33
33
  }
34
34
  //# sourceMappingURL=QuotationStatus.d.ts.map
@@ -5,34 +5,34 @@ export interface RequestApproval {
5
5
  /**
6
6
  * User ID of the approver (composite key part 1).
7
7
  */
8
- UserId: string;
8
+ userId: string;
9
9
  /**
10
10
  * Request ID (composite key part 2).
11
11
  */
12
- RequestID: number;
12
+ requestID: number;
13
13
  /**
14
14
  * Role type ID (composite key part 3).
15
15
  */
16
- RoleTypeID: number;
16
+ roleTypeID: number;
17
17
  /**
18
18
  * Approval status ID.
19
19
  */
20
- StatusID: number;
20
+ statusID: number;
21
21
  /**
22
22
  * Reason for approval/rejection.
23
23
  */
24
- Reason: string | null;
24
+ reason: string | null;
25
25
  /**
26
26
  * Date when the approver responded.
27
27
  */
28
- ResponseDate: string | null;
28
+ responseDate: string | null;
29
29
  /**
30
30
  * Creation timestamp as decimal ticks.
31
31
  */
32
- CreatedDateTime: number;
32
+ createdDateTime: number;
33
33
  /**
34
34
  * Modification timestamp as decimal ticks.
35
35
  */
36
- ModifiedDateTime: number;
36
+ modifiedDateTime: number;
37
37
  }
38
38
  //# sourceMappingURL=RequestApproval.d.ts.map
@@ -5,30 +5,30 @@ export interface RequestApprovalStatus {
5
5
  /**
6
6
  * Primary key.
7
7
  */
8
- StatusID: number;
8
+ statusID: number;
9
9
  /**
10
10
  * Status name.
11
11
  */
12
- Name: string;
12
+ name: string;
13
13
  /**
14
14
  * Status description.
15
15
  */
16
- Description: string | null;
16
+ description: string | null;
17
17
  /**
18
18
  * UI badge color.
19
19
  */
20
- Color: string | null;
20
+ color: string | null;
21
21
  /**
22
22
  * UI icon hint.
23
23
  */
24
- Icon: string | null;
24
+ icon: string | null;
25
25
  /**
26
26
  * Creation timestamp as decimal ticks.
27
27
  */
28
- CreatedDateTime: number;
28
+ createdDateTime: number;
29
29
  /**
30
30
  * Modification timestamp as decimal ticks.
31
31
  */
32
- ModifiedDateTime: number;
32
+ modifiedDateTime: number;
33
33
  }
34
34
  //# sourceMappingURL=RequestApprovalStatus.d.ts.map
@@ -6,38 +6,38 @@ export interface RequestAttachment {
6
6
  /**
7
7
  * Primary key for the attachment.
8
8
  */
9
- AttachmentID: number;
9
+ attachmentID: number;
10
10
  /**
11
11
  * Foreign key linking to the PurchaseRequest.
12
12
  */
13
- RequestID: number;
13
+ requestID: number;
14
14
  /**
15
15
  * Original name of the uploaded file.
16
16
  */
17
- FileName: string | null;
17
+ fileName: string | null;
18
18
  /**
19
19
  * URL or path where the file is stored.
20
20
  */
21
- FileURL: string | null;
21
+ fileURL: string | null;
22
22
  /**
23
23
  * MIME type or file extension of the attachment.
24
24
  */
25
- FileType: string | null;
25
+ fileType: string | null;
26
26
  /**
27
27
  * Date and time when the file was attached.
28
28
  */
29
- AttachmentDate: string | null;
29
+ attachmentDate: string | null;
30
30
  /**
31
31
  * User ID of the person who uploaded the attachment.
32
32
  */
33
- CreatedBy: string | null;
33
+ createdBy: string | null;
34
34
  /**
35
35
  * Timestamp for last modification, stored as decimal ticks.
36
36
  */
37
- ModifiedDateTime: number | null;
37
+ modifiedDateTime: number | null;
38
38
  /**
39
39
  * Timestamp for creation, stored as decimal ticks.
40
40
  */
41
- CreatedDateTime: number | null;
41
+ createdDateTime: number | null;
42
42
  }
43
43
  //# sourceMappingURL=RequestAttachment.d.ts.map
@@ -6,30 +6,30 @@ export interface RequestComment {
6
6
  /**
7
7
  * Primary key for the comment.
8
8
  */
9
- CommentID: number;
9
+ commentID: number;
10
10
  /**
11
11
  * Foreign key linking to the PurchaseRequest.
12
12
  */
13
- RequestID: number;
13
+ requestID: number;
14
14
  /**
15
15
  * The actual comment text content.
16
16
  */
17
- Comment: string | null;
17
+ comment: string | null;
18
18
  /**
19
19
  * Date and time when the comment was posted.
20
20
  */
21
- CommentDate: string | null;
21
+ commentDate: string | null;
22
22
  /**
23
23
  * User ID of the person who created the comment.
24
24
  */
25
- CreatedBy: string | null;
25
+ createdBy: string | null;
26
26
  /**
27
27
  * Timestamp for last modification, stored as decimal ticks.
28
28
  */
29
- ModifiedDateTime: number | null;
29
+ modifiedDateTime: number | null;
30
30
  /**
31
31
  * Timestamp for creation, stored as decimal ticks.
32
32
  */
33
- CreatedDateTime: number | null;
33
+ createdDateTime: number | null;
34
34
  }
35
35
  //# sourceMappingURL=RequestComment.d.ts.map
@@ -5,22 +5,34 @@ export interface RequestPurchaseOrder {
5
5
  /**
6
6
  * Request ID (composite key part 1).
7
7
  */
8
- RequestID: number;
8
+ requestID: number;
9
9
  /**
10
10
  * Quotation ID (composite key part 2).
11
11
  */
12
- QuotationID: number;
12
+ quotationID: number;
13
13
  /**
14
14
  * Purchase order number.
15
15
  */
16
- PurchaseOrderNumber: string | null;
16
+ purchaseOrderNumber: string | null;
17
+ /**
18
+ * Which supplier this PO is for.
19
+ */
20
+ supplierID: number;
21
+ /**
22
+ * SageOne Purchase Order ID after generation.
23
+ */
24
+ sagePurchaseOrderID: number | null;
25
+ /**
26
+ * PO status: Pending, Generated, Sent, Cancelled.
27
+ */
28
+ status: string | null;
17
29
  /**
18
30
  * Modification timestamp as decimal ticks.
19
31
  */
20
- ModifiedDateTime: number;
32
+ modifiedDateTime: number;
21
33
  /**
22
34
  * Creation timestamp as decimal ticks.
23
35
  */
24
- CreatedDateTime: number;
36
+ createdDateTime: number;
25
37
  }
26
38
  //# sourceMappingURL=RequestPurchaseOrder.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RequestPurchaseOrder.d.ts","sourceRoot":"","sources":["../../../src/models/procurements/RequestPurchaseOrder.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;CACzB"}
1
+ {"version":3,"file":"RequestPurchaseOrder.d.ts","sourceRoot":"","sources":["../../../src/models/procurements/RequestPurchaseOrder.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC;;OAEG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtB;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;CACzB"}
@@ -5,30 +5,30 @@ export interface RequestStage {
5
5
  /**
6
6
  * Primary key.
7
7
  */
8
- StageID: number;
8
+ stageID: number;
9
9
  /**
10
10
  * Stage name.
11
11
  */
12
- Name: string | null;
12
+ name: string | null;
13
13
  /**
14
14
  * Stage description.
15
15
  */
16
- Description: string | null;
16
+ description: string | null;
17
17
  /**
18
18
  * Badge color for UI.
19
19
  */
20
- Color: string | null;
20
+ color: string | null;
21
21
  /**
22
22
  * Icon hint for UI.
23
23
  */
24
- Icon: string | null;
24
+ icon: string | null;
25
25
  /**
26
26
  * Creation ticks.
27
27
  */
28
- CreatedDateTime: number;
28
+ createdDateTime: number;
29
29
  /**
30
30
  * Modification ticks.
31
31
  */
32
- ModifiedDateTime: number;
32
+ modifiedDateTime: number;
33
33
  }
34
34
  //# sourceMappingURL=RequestStage.d.ts.map
@@ -5,34 +5,34 @@ export interface RequestStatus {
5
5
  /**
6
6
  * Primary key.
7
7
  */
8
- StatusID: number;
8
+ statusID: number;
9
9
  /**
10
10
  * High-level stage grouping: 1=Request,2=Quotation,...
11
11
  */
12
- StageID: number;
12
+ stageID: number;
13
13
  /**
14
14
  * Combined name (e.g. "Request – Submitted").
15
15
  */
16
- Name: string | null;
16
+ name: string | null;
17
17
  /**
18
18
  * Human-friendly description for tooltips/audit.
19
19
  */
20
- Description: string | null;
20
+ description: string | null;
21
21
  /**
22
22
  * Badge color for UI.
23
23
  */
24
- Color: string | null;
24
+ color: string | null;
25
25
  /**
26
26
  * Icon hint for UI.
27
27
  */
28
- Icon: string | null;
28
+ icon: string | null;
29
29
  /**
30
30
  * Last modified ticks.
31
31
  */
32
- ModifiedDateTime: number;
32
+ modifiedDateTime: number;
33
33
  /**
34
34
  * Creation ticks.
35
35
  */
36
- CreatedDateTime: number;
36
+ createdDateTime: number;
37
37
  }
38
38
  //# sourceMappingURL=RequestStatus.d.ts.map
@@ -5,30 +5,30 @@ export interface RequestType {
5
5
  /**
6
6
  * Primary key.
7
7
  */
8
- TypeID: number;
8
+ typeID: number;
9
9
  /**
10
10
  * Machine-friendly key or title.
11
11
  */
12
- Name: string | null;
12
+ name: string | null;
13
13
  /**
14
14
  * Human-readable description.
15
15
  */
16
- Description: string | null;
16
+ description: string | null;
17
17
  /**
18
18
  * UI badge color (hex).
19
19
  */
20
- Color: string | null;
20
+ color: string | null;
21
21
  /**
22
22
  * UI icon (e.g. font-awesome class).
23
23
  */
24
- Icon: string | null;
24
+ icon: string | null;
25
25
  /**
26
26
  * Last modified timestamp ticks.
27
27
  */
28
- ModifiedDateTime: number;
28
+ modifiedDateTime: number;
29
29
  /**
30
30
  * Creation timestamp ticks.
31
31
  */
32
- CreatedDateTime: number;
32
+ createdDateTime: number;
33
33
  }
34
34
  //# sourceMappingURL=RequestType.d.ts.map
@@ -18,6 +18,8 @@ export * from './ProcurementRoleAssignment';
18
18
  export * from './Notification';
19
19
  export * from './ProcurementNotificationQueue';
20
20
  export * from './AuditLog';
21
+ export * from './Currency';
22
+ export * from './QuotationLineApproval';
21
23
  export * from './ModelView';
22
24
  export * from './CacheKeys';
23
25
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/procurements/index.ts"],"names":[],"mappings":"AACA,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,YAAY,CAAC;AAG3B,cAAc,aAAa,CAAC;AAG5B,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/procurements/index.ts"],"names":[],"mappings":"AACA,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AAGxC,cAAc,aAAa,CAAC;AAG5B,cAAc,aAAa,CAAC"}
@@ -19,6 +19,8 @@ export * from './ProcurementRoleAssignment';
19
19
  export * from './Notification';
20
20
  export * from './ProcurementNotificationQueue';
21
21
  export * from './AuditLog';
22
+ export * from './Currency';
23
+ export * from './QuotationLineApproval';
22
24
  // ModelView exports (includes RequestCommentView, RequestCommentCreateModel, RequestCommentFilterModel)
23
25
  export * from './ModelView';
24
26
  // CacheKeys exports
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/procurements/index.ts"],"names":[],"mappings":"AAAA,qBAAqB;AACrB,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,YAAY,CAAC;AAE3B,wGAAwG;AACxG,cAAc,aAAa,CAAC;AAE5B,oBAAoB;AACpB,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/procurements/index.ts"],"names":[],"mappings":"AAAA,qBAAqB;AACrB,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AAExC,wGAAwG;AACxG,cAAc,aAAa,CAAC;AAE5B,oBAAoB;AACpB,cAAc,aAAa,CAAC"}
@@ -2,9 +2,9 @@
2
2
  * Cache keys for Industry entities.
3
3
  */
4
4
  export declare const IndustryCacheKeys: {
5
- readonly PREFIX: "CCMS_Suppliers_Industry";
5
+ readonly prefix: "CCMS_Suppliers_Industry";
6
6
  readonly item: (industryId: number) => string;
7
- readonly ALL: "CCMS_Suppliers_Industry:all";
8
- readonly PATTERN: "CCMS_Suppliers_Industry:*";
7
+ readonly all: "CCMS_Suppliers_Industry:all";
8
+ readonly pattern: "CCMS_Suppliers_Industry:*";
9
9
  };
10
10
  //# sourceMappingURL=IndustryCacheKeys.d.ts.map
@@ -2,9 +2,9 @@
2
2
  * Cache keys for Industry entities.
3
3
  */
4
4
  export const IndustryCacheKeys = {
5
- PREFIX: 'CCMS_Suppliers_Industry',
5
+ prefix: 'CCMS_Suppliers_Industry',
6
6
  item: (industryId) => `CCMS_Suppliers_Industry:${industryId}`,
7
- ALL: 'CCMS_Suppliers_Industry:all',
8
- PATTERN: 'CCMS_Suppliers_Industry:*',
7
+ all: 'CCMS_Suppliers_Industry:all',
8
+ pattern: 'CCMS_Suppliers_Industry:*',
9
9
  };
10
10
  //# sourceMappingURL=IndustryCacheKeys.js.map
@@ -2,9 +2,9 @@
2
2
  * Cache keys for SubscriptionStatus entities.
3
3
  */
4
4
  export declare const SubscriptionStatusCacheKeys: {
5
- readonly PREFIX: "CCMS_Suppliers_SubscriptionStatus";
5
+ readonly prefix: "CCMS_Suppliers_SubscriptionStatus";
6
6
  readonly item: (statusId: number) => string;
7
- readonly ALL: "CCMS_Suppliers_SubscriptionStatus:all";
8
- readonly PATTERN: "CCMS_Suppliers_SubscriptionStatus:*";
7
+ readonly all: "CCMS_Suppliers_SubscriptionStatus:all";
8
+ readonly pattern: "CCMS_Suppliers_SubscriptionStatus:*";
9
9
  };
10
10
  //# sourceMappingURL=SubscriptionStatusCacheKeys.d.ts.map
@@ -2,9 +2,9 @@
2
2
  * Cache keys for SubscriptionStatus entities.
3
3
  */
4
4
  export const SubscriptionStatusCacheKeys = {
5
- PREFIX: 'CCMS_Suppliers_SubscriptionStatus',
5
+ prefix: 'CCMS_Suppliers_SubscriptionStatus',
6
6
  item: (statusId) => `CCMS_Suppliers_SubscriptionStatus:${statusId}`,
7
- ALL: 'CCMS_Suppliers_SubscriptionStatus:all',
8
- PATTERN: 'CCMS_Suppliers_SubscriptionStatus:*',
7
+ all: 'CCMS_Suppliers_SubscriptionStatus:all',
8
+ pattern: 'CCMS_Suppliers_SubscriptionStatus:*',
9
9
  };
10
10
  //# sourceMappingURL=SubscriptionStatusCacheKeys.js.map
@@ -2,9 +2,9 @@
2
2
  * Cache keys for SubscriptionType entities.
3
3
  */
4
4
  export declare const SubscriptionTypeCacheKeys: {
5
- readonly PREFIX: "CCMS_Suppliers_SubscriptionType";
5
+ readonly prefix: "CCMS_Suppliers_SubscriptionType";
6
6
  readonly item: (typeId: number) => string;
7
- readonly ALL: "CCMS_Suppliers_SubscriptionType:all";
8
- readonly PATTERN: "CCMS_Suppliers_SubscriptionType:*";
7
+ readonly all: "CCMS_Suppliers_SubscriptionType:all";
8
+ readonly pattern: "CCMS_Suppliers_SubscriptionType:*";
9
9
  };
10
10
  //# sourceMappingURL=SubscriptionTypeCacheKeys.d.ts.map
@@ -2,9 +2,9 @@
2
2
  * Cache keys for SubscriptionType entities.
3
3
  */
4
4
  export const SubscriptionTypeCacheKeys = {
5
- PREFIX: 'CCMS_Suppliers_SubscriptionType',
5
+ prefix: 'CCMS_Suppliers_SubscriptionType',
6
6
  item: (typeId) => `CCMS_Suppliers_SubscriptionType:${typeId}`,
7
- ALL: 'CCMS_Suppliers_SubscriptionType:all',
8
- PATTERN: 'CCMS_Suppliers_SubscriptionType:*',
7
+ all: 'CCMS_Suppliers_SubscriptionType:all',
8
+ pattern: 'CCMS_Suppliers_SubscriptionType:*',
9
9
  };
10
10
  //# sourceMappingURL=SubscriptionTypeCacheKeys.js.map
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Cache keys for SubscriptionUser
3
+ */
4
+ export declare const SubscriptionUserCacheKeys: {
5
+ readonly base: "ccms:suppliers:subscriptionuser";
6
+ readonly all: () => string;
7
+ readonly byId: (id: number | string) => string;
8
+ readonly bySubscription: (subscriptionId: number | string) => string;
9
+ readonly byFilter: (filter: string) => string;
10
+ };
11
+ export type SubscriptionUserCacheKeysType = typeof SubscriptionUserCacheKeys;
12
+ //# sourceMappingURL=SubscriptionUserCacheKeys.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubscriptionUserCacheKeys.d.ts","sourceRoot":"","sources":["../../../../src/models/suppliers/CacheKeys/SubscriptionUserCacheKeys.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;wBAGzB,MAAM,GAAG,MAAM;8CACO,MAAM,GAAG,MAAM;gCAC7B,MAAM;CACjB,CAAC;AAEX,MAAM,MAAM,6BAA6B,GAAG,OAAO,yBAAyB,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Cache keys for SubscriptionUser
3
+ */
4
+ export const SubscriptionUserCacheKeys = {
5
+ base: 'ccms:suppliers:subscriptionuser',
6
+ all: () => `ccms:suppliers:subscriptionuser:all`,
7
+ byId: (id) => `ccms:suppliers:subscriptionuser:${id}`,
8
+ bySubscription: (subscriptionId) => `ccms:suppliers:subscriptionuser:subscription:${subscriptionId}`,
9
+ byFilter: (filter) => `ccms:suppliers:subscriptionuser:filter:${filter}`,
10
+ };
11
+ //# sourceMappingURL=SubscriptionUserCacheKeys.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubscriptionUserCacheKeys.js","sourceRoot":"","sources":["../../../../src/models/suppliers/CacheKeys/SubscriptionUserCacheKeys.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC,IAAI,EAAE,iCAAiC;IACvC,GAAG,EAAE,GAAG,EAAE,CAAC,qCAAqC;IAChD,IAAI,EAAE,CAAC,EAAmB,EAAE,EAAE,CAAC,mCAAmC,EAAE,EAAE;IACtE,cAAc,EAAE,CAAC,cAA+B,EAAE,EAAE,CAAC,gDAAgD,cAAc,EAAE;IACrH,QAAQ,EAAE,CAAC,MAAc,EAAE,EAAE,CAAC,0CAA0C,MAAM,EAAE;CACxE,CAAC"}
@@ -2,9 +2,9 @@
2
2
  * Cache keys for SupplierAccount entities.
3
3
  */
4
4
  export declare const SupplierAccountCacheKeys: {
5
- readonly PREFIX: "CCMS_Suppliers_SupplierAccount";
5
+ readonly prefix: "CCMS_Suppliers_SupplierAccount";
6
6
  readonly item: (accountId: number) => string;
7
- readonly ALL: "CCMS_Suppliers_SupplierAccount:all";
8
- readonly PATTERN: "CCMS_Suppliers_SupplierAccount:*";
7
+ readonly all: "CCMS_Suppliers_SupplierAccount:all";
8
+ readonly pattern: "CCMS_Suppliers_SupplierAccount:*";
9
9
  };
10
10
  //# sourceMappingURL=SupplierAccountCacheKeys.d.ts.map
@@ -2,9 +2,9 @@
2
2
  * Cache keys for SupplierAccount entities.
3
3
  */
4
4
  export const SupplierAccountCacheKeys = {
5
- PREFIX: 'CCMS_Suppliers_SupplierAccount',
5
+ prefix: 'CCMS_Suppliers_SupplierAccount',
6
6
  item: (accountId) => `CCMS_Suppliers_SupplierAccount:${accountId}`,
7
- ALL: 'CCMS_Suppliers_SupplierAccount:all',
8
- PATTERN: 'CCMS_Suppliers_SupplierAccount:*',
7
+ all: 'CCMS_Suppliers_SupplierAccount:all',
8
+ pattern: 'CCMS_Suppliers_SupplierAccount:*',
9
9
  };
10
10
  //# sourceMappingURL=SupplierAccountCacheKeys.js.map
@@ -2,9 +2,9 @@
2
2
  * Cache keys for SupplierAddress entities.
3
3
  */
4
4
  export declare const SupplierAddressCacheKeys: {
5
- readonly PREFIX: "CCMS_Suppliers_SupplierAddress";
5
+ readonly prefix: "CCMS_Suppliers_SupplierAddress";
6
6
  readonly item: (addressId: number) => string;
7
- readonly ALL: "CCMS_Suppliers_SupplierAddress:all";
8
- readonly PATTERN: "CCMS_Suppliers_SupplierAddress:*";
7
+ readonly all: "CCMS_Suppliers_SupplierAddress:all";
8
+ readonly pattern: "CCMS_Suppliers_SupplierAddress:*";
9
9
  };
10
10
  //# sourceMappingURL=SupplierAddressCacheKeys.d.ts.map
@@ -2,9 +2,9 @@
2
2
  * Cache keys for SupplierAddress entities.
3
3
  */
4
4
  export const SupplierAddressCacheKeys = {
5
- PREFIX: 'CCMS_Suppliers_SupplierAddress',
5
+ prefix: 'CCMS_Suppliers_SupplierAddress',
6
6
  item: (addressId) => `CCMS_Suppliers_SupplierAddress:${addressId}`,
7
- ALL: 'CCMS_Suppliers_SupplierAddress:all',
8
- PATTERN: 'CCMS_Suppliers_SupplierAddress:*',
7
+ all: 'CCMS_Suppliers_SupplierAddress:all',
8
+ pattern: 'CCMS_Suppliers_SupplierAddress:*',
9
9
  };
10
10
  //# sourceMappingURL=SupplierAddressCacheKeys.js.map
@@ -2,9 +2,9 @@
2
2
  * Cache keys for Supplier entities.
3
3
  */
4
4
  export declare const SupplierCacheKeys: {
5
- readonly PREFIX: "CCMS_Suppliers_Supplier";
5
+ readonly prefix: "CCMS_Suppliers_Supplier";
6
6
  readonly item: (supplierId: number) => string;
7
- readonly ALL: "CCMS_Suppliers_Supplier:all";
8
- readonly PATTERN: "CCMS_Suppliers_Supplier:*";
7
+ readonly all: "CCMS_Suppliers_Supplier:all";
8
+ readonly pattern: "CCMS_Suppliers_Supplier:*";
9
9
  };
10
10
  //# sourceMappingURL=SupplierCacheKeys.d.ts.map
@@ -2,9 +2,9 @@
2
2
  * Cache keys for Supplier entities.
3
3
  */
4
4
  export const SupplierCacheKeys = {
5
- PREFIX: 'CCMS_Suppliers_Supplier',
5
+ prefix: 'CCMS_Suppliers_Supplier',
6
6
  item: (supplierId) => `CCMS_Suppliers_Supplier:${supplierId}`,
7
- ALL: 'CCMS_Suppliers_Supplier:all',
8
- PATTERN: 'CCMS_Suppliers_Supplier:*',
7
+ all: 'CCMS_Suppliers_Supplier:all',
8
+ pattern: 'CCMS_Suppliers_Supplier:*',
9
9
  };
10
10
  //# sourceMappingURL=SupplierCacheKeys.js.map
@@ -2,9 +2,9 @@
2
2
  * Cache keys for SupplierContact entities.
3
3
  */
4
4
  export declare const SupplierContactCacheKeys: {
5
- readonly PREFIX: "CCMS_Suppliers_SupplierContact";
5
+ readonly prefix: "CCMS_Suppliers_SupplierContact";
6
6
  readonly item: (contactId: number) => string;
7
- readonly ALL: "CCMS_Suppliers_SupplierContact:all";
8
- readonly PATTERN: "CCMS_Suppliers_SupplierContact:*";
7
+ readonly all: "CCMS_Suppliers_SupplierContact:all";
8
+ readonly pattern: "CCMS_Suppliers_SupplierContact:*";
9
9
  };
10
10
  //# sourceMappingURL=SupplierContactCacheKeys.d.ts.map