@actschurch/ccms-sdk 0.0.15 → 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 (216) 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/procurement/Invoice.d.ts +1 -0
  41. package/dist/models/procurement/Invoice.d.ts.map +1 -1
  42. package/dist/models/procurement/InvoiceLine.d.ts +1 -0
  43. package/dist/models/procurement/InvoiceLine.d.ts.map +1 -1
  44. package/dist/models/procurement/Quotation.d.ts +1 -0
  45. package/dist/models/procurement/Quotation.d.ts.map +1 -1
  46. package/dist/models/procurement/RequestPurchaseOrder.d.ts +5 -2
  47. package/dist/models/procurement/RequestPurchaseOrder.d.ts.map +1 -1
  48. package/dist/models/procurements/AuditLog.d.ts +9 -9
  49. package/dist/models/procurements/CacheKeys/CurrencyCacheKeys.d.ts +11 -0
  50. package/dist/models/procurements/CacheKeys/CurrencyCacheKeys.d.ts.map +1 -0
  51. package/dist/models/procurements/CacheKeys/CurrencyCacheKeys.js +10 -0
  52. package/dist/models/procurements/CacheKeys/CurrencyCacheKeys.js.map +1 -0
  53. package/dist/models/procurements/CacheKeys/QuotationLineApprovalCacheKeys.d.ts +14 -0
  54. package/dist/models/procurements/CacheKeys/QuotationLineApprovalCacheKeys.d.ts.map +1 -0
  55. package/dist/models/procurements/CacheKeys/QuotationLineApprovalCacheKeys.js +13 -0
  56. package/dist/models/procurements/CacheKeys/QuotationLineApprovalCacheKeys.js.map +1 -0
  57. package/dist/models/procurements/CacheKeys/index.d.ts +2 -0
  58. package/dist/models/procurements/CacheKeys/index.d.ts.map +1 -1
  59. package/dist/models/procurements/CacheKeys/index.js +2 -0
  60. package/dist/models/procurements/CacheKeys/index.js.map +1 -1
  61. package/dist/models/procurements/Currency.d.ts +13 -0
  62. package/dist/models/procurements/Currency.d.ts.map +1 -0
  63. package/dist/models/procurements/Currency.js +2 -0
  64. package/dist/models/procurements/Currency.js.map +1 -0
  65. package/dist/models/procurements/Invoice.d.ts +17 -13
  66. package/dist/models/procurements/Invoice.d.ts.map +1 -1
  67. package/dist/models/procurements/InvoiceLine.d.ts +14 -10
  68. package/dist/models/procurements/InvoiceLine.d.ts.map +1 -1
  69. package/dist/models/procurements/InvoiceStatus.d.ts +7 -7
  70. package/dist/models/procurements/ModelView/AuditLogViewModel.d.ts +23 -23
  71. package/dist/models/procurements/ModelView/InvoiceViewModel.d.ts +30 -30
  72. package/dist/models/procurements/ModelView/NotificationViewModel.d.ts +19 -19
  73. package/dist/models/procurements/ModelView/ProcurementDashboardStats.d.ts +27 -0
  74. package/dist/models/procurements/ModelView/ProcurementDashboardStats.d.ts.map +1 -0
  75. package/dist/models/procurements/ModelView/ProcurementDashboardStats.js +2 -0
  76. package/dist/models/procurements/ModelView/ProcurementDashboardStats.js.map +1 -0
  77. package/dist/models/procurements/ModelView/ProcurementRoleAssignmentViewModel.d.ts +23 -23
  78. package/dist/models/procurements/ModelView/PurchaseRequestViewModel.d.ts +72 -72
  79. package/dist/models/procurements/ModelView/QuotationViewModel.d.ts +37 -37
  80. package/dist/models/procurements/ModelView/RequestApprovalModelView.d.ts +17 -17
  81. package/dist/models/procurements/ModelView/RequestAttachmentViewModel.d.ts +19 -19
  82. package/dist/models/procurements/ModelView/RequestCommentCreateModel.d.ts +4 -4
  83. package/dist/models/procurements/ModelView/RequestCommentFilterModel.d.ts +5 -5
  84. package/dist/models/procurements/ModelView/RequestCommentView.d.ts +11 -11
  85. package/dist/models/procurements/ModelView/RequestStatusViewModel.d.ts +11 -11
  86. package/dist/models/procurements/ModelView/index.d.ts +1 -0
  87. package/dist/models/procurements/ModelView/index.d.ts.map +1 -1
  88. package/dist/models/procurements/ModelView/index.js +1 -0
  89. package/dist/models/procurements/ModelView/index.js.map +1 -1
  90. package/dist/models/procurements/Notification.d.ts +10 -10
  91. package/dist/models/procurements/ProcurementNotificationQueue.d.ts +11 -11
  92. package/dist/models/procurements/ProcurementRoleAssignment.d.ts +7 -7
  93. package/dist/models/procurements/ProcurementRoleType.d.ts +7 -7
  94. package/dist/models/procurements/PurchaseRequest.d.ts +19 -19
  95. package/dist/models/procurements/Quotation.d.ts +17 -13
  96. package/dist/models/procurements/Quotation.d.ts.map +1 -1
  97. package/dist/models/procurements/QuotationLine.d.ts +22 -10
  98. package/dist/models/procurements/QuotationLine.d.ts.map +1 -1
  99. package/dist/models/procurements/QuotationLineApproval.d.ts +19 -0
  100. package/dist/models/procurements/QuotationLineApproval.d.ts.map +1 -0
  101. package/dist/models/procurements/QuotationLineApproval.js +2 -0
  102. package/dist/models/procurements/QuotationLineApproval.js.map +1 -0
  103. package/dist/models/procurements/QuotationStatus.d.ts +7 -7
  104. package/dist/models/procurements/RequestApproval.d.ts +8 -8
  105. package/dist/models/procurements/RequestApprovalStatus.d.ts +7 -7
  106. package/dist/models/procurements/RequestAttachment.d.ts +9 -9
  107. package/dist/models/procurements/RequestComment.d.ts +7 -7
  108. package/dist/models/procurements/RequestPurchaseOrder.d.ts +17 -5
  109. package/dist/models/procurements/RequestPurchaseOrder.d.ts.map +1 -1
  110. package/dist/models/procurements/RequestStage.d.ts +7 -7
  111. package/dist/models/procurements/RequestStatus.d.ts +8 -8
  112. package/dist/models/procurements/RequestType.d.ts +7 -7
  113. package/dist/models/procurements/index.d.ts +2 -0
  114. package/dist/models/procurements/index.d.ts.map +1 -1
  115. package/dist/models/procurements/index.js +2 -0
  116. package/dist/models/procurements/index.js.map +1 -1
  117. package/dist/models/suppliers/CacheKeys/IndustryCacheKeys.d.ts +3 -3
  118. package/dist/models/suppliers/CacheKeys/IndustryCacheKeys.js +3 -3
  119. package/dist/models/suppliers/CacheKeys/SubscriptionStatusCacheKeys.d.ts +3 -3
  120. package/dist/models/suppliers/CacheKeys/SubscriptionStatusCacheKeys.js +3 -3
  121. package/dist/models/suppliers/CacheKeys/SubscriptionTypeCacheKeys.d.ts +3 -3
  122. package/dist/models/suppliers/CacheKeys/SubscriptionTypeCacheKeys.js +3 -3
  123. package/dist/models/suppliers/CacheKeys/SubscriptionUserCacheKeys.d.ts +12 -0
  124. package/dist/models/suppliers/CacheKeys/SubscriptionUserCacheKeys.d.ts.map +1 -0
  125. package/dist/models/suppliers/CacheKeys/SubscriptionUserCacheKeys.js +11 -0
  126. package/dist/models/suppliers/CacheKeys/SubscriptionUserCacheKeys.js.map +1 -0
  127. package/dist/models/suppliers/CacheKeys/SupplierAccountCacheKeys.d.ts +3 -3
  128. package/dist/models/suppliers/CacheKeys/SupplierAccountCacheKeys.js +3 -3
  129. package/dist/models/suppliers/CacheKeys/SupplierAddressCacheKeys.d.ts +3 -3
  130. package/dist/models/suppliers/CacheKeys/SupplierAddressCacheKeys.js +3 -3
  131. package/dist/models/suppliers/CacheKeys/SupplierCacheKeys.d.ts +3 -3
  132. package/dist/models/suppliers/CacheKeys/SupplierCacheKeys.js +3 -3
  133. package/dist/models/suppliers/CacheKeys/SupplierContactCacheKeys.d.ts +3 -3
  134. package/dist/models/suppliers/CacheKeys/SupplierContactCacheKeys.js +3 -3
  135. package/dist/models/suppliers/CacheKeys/SupplierSubscriptionCacheKeys.d.ts +3 -3
  136. package/dist/models/suppliers/CacheKeys/SupplierSubscriptionCacheKeys.js +3 -3
  137. package/dist/models/suppliers/CacheKeys/index.d.ts +1 -0
  138. package/dist/models/suppliers/CacheKeys/index.d.ts.map +1 -1
  139. package/dist/models/suppliers/CacheKeys/index.js +1 -0
  140. package/dist/models/suppliers/CacheKeys/index.js.map +1 -1
  141. package/dist/models/suppliers/SageOne/SageOneSupplier.d.ts +46 -46
  142. package/dist/models/suppliers/SageOne/SageOneSupplierBankDetail.d.ts +10 -10
  143. package/dist/models/suppliers/SageOne/SageOneSupplierCategory.d.ts +4 -4
  144. package/dist/models/suppliers/SageOne/SageOneSupplierContact.d.ts +11 -11
  145. package/dist/models/suppliers/SageOne/SageOneSupplierNote.d.ts +11 -11
  146. package/dist/models/suppliers/SubscriptionUser.d.ts +14 -0
  147. package/dist/models/suppliers/SubscriptionUser.d.ts.map +1 -0
  148. package/dist/models/suppliers/SubscriptionUser.js +2 -0
  149. package/dist/models/suppliers/SubscriptionUser.js.map +1 -0
  150. package/dist/models/suppliers/SupplierSubscription.d.ts +7 -0
  151. package/dist/models/suppliers/SupplierSubscription.d.ts.map +1 -1
  152. package/dist/models/suppliers/index.d.ts +1 -0
  153. package/dist/models/suppliers/index.d.ts.map +1 -1
  154. package/dist/models/suppliers/index.js +1 -0
  155. package/dist/models/suppliers/index.js.map +1 -1
  156. package/dist/models/vendorcatalog/ModelView/ShopEventProductModelView.d.ts +2 -0
  157. package/dist/models/vendorcatalog/ModelView/ShopEventProductModelView.d.ts.map +1 -1
  158. package/dist/models/vendorcatalog/ModelView/VendorProductRequests.d.ts +18 -14
  159. package/dist/models/vendorcatalog/ModelView/VendorProductRequests.d.ts.map +1 -1
  160. package/dist/react/hooks/services/useProcurementsServices.d.ts +37 -1
  161. package/dist/react/hooks/services/useProcurementsServices.d.ts.map +1 -1
  162. package/dist/react/hooks/services/useProcurementsServices.js +54 -0
  163. package/dist/react/hooks/services/useProcurementsServices.js.map +1 -1
  164. package/dist/react/hooks/services/useSupplierServices.d.ts +5 -1
  165. package/dist/react/hooks/services/useSupplierServices.d.ts.map +1 -1
  166. package/dist/react/hooks/services/useSupplierServices.js +6 -0
  167. package/dist/react/hooks/services/useSupplierServices.js.map +1 -1
  168. package/dist/services/procurements/ApproverPortalService.d.ts +16 -0
  169. package/dist/services/procurements/ApproverPortalService.d.ts.map +1 -0
  170. package/dist/services/procurements/ApproverPortalService.js +29 -0
  171. package/dist/services/procurements/ApproverPortalService.js.map +1 -0
  172. package/dist/services/procurements/CurrencyService.d.ts +16 -0
  173. package/dist/services/procurements/CurrencyService.d.ts.map +1 -0
  174. package/dist/services/procurements/CurrencyService.js +19 -0
  175. package/dist/services/procurements/CurrencyService.js.map +1 -0
  176. package/dist/services/procurements/FinancePortalService.d.ts +17 -0
  177. package/dist/services/procurements/FinancePortalService.d.ts.map +1 -0
  178. package/dist/services/procurements/FinancePortalService.js +33 -0
  179. package/dist/services/procurements/FinancePortalService.js.map +1 -0
  180. package/dist/services/procurements/ProcurementDashboardService.d.ts +14 -0
  181. package/dist/services/procurements/ProcurementDashboardService.d.ts.map +1 -0
  182. package/dist/services/procurements/ProcurementDashboardService.js +21 -0
  183. package/dist/services/procurements/ProcurementDashboardService.js.map +1 -0
  184. package/dist/services/procurements/ProcurementRoleAssignmentService.d.ts +10 -0
  185. package/dist/services/procurements/ProcurementRoleAssignmentService.d.ts.map +1 -0
  186. package/dist/services/procurements/ProcurementRoleAssignmentService.js +13 -0
  187. package/dist/services/procurements/ProcurementRoleAssignmentService.js.map +1 -0
  188. package/dist/services/procurements/QuotationLineApprovalService.d.ts +28 -0
  189. package/dist/services/procurements/QuotationLineApprovalService.d.ts.map +1 -0
  190. package/dist/services/procurements/QuotationLineApprovalService.js +41 -0
  191. package/dist/services/procurements/QuotationLineApprovalService.js.map +1 -0
  192. package/dist/services/procurements/RequestApprovalService.d.ts +10 -0
  193. package/dist/services/procurements/RequestApprovalService.d.ts.map +1 -0
  194. package/dist/services/procurements/RequestApprovalService.js +13 -0
  195. package/dist/services/procurements/RequestApprovalService.js.map +1 -0
  196. package/dist/services/procurements/RequestPurchaseOrderService.d.ts +10 -0
  197. package/dist/services/procurements/RequestPurchaseOrderService.d.ts.map +1 -0
  198. package/dist/services/procurements/RequestPurchaseOrderService.js +13 -0
  199. package/dist/services/procurements/RequestPurchaseOrderService.js.map +1 -0
  200. package/dist/services/procurements/StaffRequestPortalService.d.ts +18 -0
  201. package/dist/services/procurements/StaffRequestPortalService.d.ts.map +1 -0
  202. package/dist/services/procurements/StaffRequestPortalService.js +36 -0
  203. package/dist/services/procurements/StaffRequestPortalService.js.map +1 -0
  204. package/dist/services/procurements/index.d.ts +27 -0
  205. package/dist/services/procurements/index.d.ts.map +1 -1
  206. package/dist/services/procurements/index.js +27 -0
  207. package/dist/services/procurements/index.js.map +1 -1
  208. package/dist/services/suppliers/SubscriptionUserService.d.ts +20 -0
  209. package/dist/services/suppliers/SubscriptionUserService.d.ts.map +1 -0
  210. package/dist/services/suppliers/SubscriptionUserService.js +27 -0
  211. package/dist/services/suppliers/SubscriptionUserService.js.map +1 -0
  212. package/dist/services/suppliers/index.d.ts +3 -0
  213. package/dist/services/suppliers/index.d.ts.map +1 -1
  214. package/dist/services/suppliers/index.js +3 -0
  215. package/dist/services/suppliers/index.js.map +1 -1
  216. package/package.json +1 -1
@@ -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
@@ -2,9 +2,9 @@
2
2
  * Cache keys for SupplierContact entities.
3
3
  */
4
4
  export const SupplierContactCacheKeys = {
5
- PREFIX: 'CCMS_Suppliers_SupplierContact',
5
+ prefix: 'CCMS_Suppliers_SupplierContact',
6
6
  item: (contactId) => `CCMS_Suppliers_SupplierContact:${contactId}`,
7
- ALL: 'CCMS_Suppliers_SupplierContact:all',
8
- PATTERN: 'CCMS_Suppliers_SupplierContact:*',
7
+ all: 'CCMS_Suppliers_SupplierContact:all',
8
+ pattern: 'CCMS_Suppliers_SupplierContact:*',
9
9
  };
10
10
  //# sourceMappingURL=SupplierContactCacheKeys.js.map
@@ -2,9 +2,9 @@
2
2
  * Cache keys for SupplierSubscription entities.
3
3
  */
4
4
  export declare const SupplierSubscriptionCacheKeys: {
5
- readonly PREFIX: "CCMS_Suppliers_SupplierSubscription";
5
+ readonly prefix: "CCMS_Suppliers_SupplierSubscription";
6
6
  readonly item: (subscriptionId: number) => string;
7
- readonly ALL: "CCMS_Suppliers_SupplierSubscription:all";
8
- readonly PATTERN: "CCMS_Suppliers_SupplierSubscription:*";
7
+ readonly all: "CCMS_Suppliers_SupplierSubscription:all";
8
+ readonly pattern: "CCMS_Suppliers_SupplierSubscription:*";
9
9
  };
10
10
  //# sourceMappingURL=SupplierSubscriptionCacheKeys.d.ts.map
@@ -2,9 +2,9 @@
2
2
  * Cache keys for SupplierSubscription entities.
3
3
  */
4
4
  export const SupplierSubscriptionCacheKeys = {
5
- PREFIX: 'CCMS_Suppliers_SupplierSubscription',
5
+ prefix: 'CCMS_Suppliers_SupplierSubscription',
6
6
  item: (subscriptionId) => `CCMS_Suppliers_SupplierSubscription:${subscriptionId}`,
7
- ALL: 'CCMS_Suppliers_SupplierSubscription:all',
8
- PATTERN: 'CCMS_Suppliers_SupplierSubscription:*',
7
+ all: 'CCMS_Suppliers_SupplierSubscription:all',
8
+ pattern: 'CCMS_Suppliers_SupplierSubscription:*',
9
9
  };
10
10
  //# sourceMappingURL=SupplierSubscriptionCacheKeys.js.map
@@ -9,4 +9,5 @@ export * from './SupplierSubscriptionCacheKeys';
9
9
  export * from './IndustryCacheKeys';
10
10
  export * from './SubscriptionStatusCacheKeys';
11
11
  export * from './SubscriptionTypeCacheKeys';
12
+ export * from './SubscriptionUserCacheKeys';
12
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/suppliers/CacheKeys/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/suppliers/CacheKeys/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC"}
@@ -9,4 +9,5 @@ export * from './SupplierSubscriptionCacheKeys';
9
9
  export * from './IndustryCacheKeys';
10
10
  export * from './SubscriptionStatusCacheKeys';
11
11
  export * from './SubscriptionTypeCacheKeys';
12
+ export * from './SubscriptionUserCacheKeys';
12
13
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/suppliers/CacheKeys/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/suppliers/CacheKeys/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC"}
@@ -4,51 +4,51 @@
4
4
  */
5
5
  import { SageOneSupplierCategory } from './SageOneSupplierCategory';
6
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;
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
53
  }
54
54
  //# sourceMappingURL=SageOneSupplier.d.ts.map
@@ -3,15 +3,15 @@
3
3
  * Represents bank details for a supplier from SageOne integration
4
4
  */
5
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;
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
16
  }
17
17
  //# sourceMappingURL=SageOneSupplierBankDetail.d.ts.map
@@ -3,9 +3,9 @@
3
3
  * Represents a supplier category from SageOne integration
4
4
  */
5
5
  export interface SageOneSupplierCategory {
6
- ID?: number | null;
7
- Description: string;
8
- Modified?: Date | null;
9
- Created?: Date | null;
6
+ id?: number | null;
7
+ description: string;
8
+ modified?: Date | null;
9
+ created?: Date | null;
10
10
  }
11
11
  //# sourceMappingURL=SageOneSupplierCategory.d.ts.map
@@ -3,16 +3,16 @@
3
3
  * Represents additional contact details for a supplier from SageOne integration
4
4
  */
5
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;
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
17
  }
18
18
  //# sourceMappingURL=SageOneSupplierContact.d.ts.map
@@ -3,16 +3,16 @@
3
3
  * Represents a note attached to a supplier from SageOne integration
4
4
  */
5
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;
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
17
  }
18
18
  //# sourceMappingURL=SageOneSupplierNote.d.ts.map
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Tracks which users have access to a supplier subscription.
3
+ */
4
+ export interface SubscriptionUser {
5
+ id: number;
6
+ subscriptionID: number;
7
+ userId: string;
8
+ accessLevel: string | null;
9
+ isActive: boolean;
10
+ grantedBy: string;
11
+ createdDateTime: number;
12
+ modifiedDateTime: number;
13
+ }
14
+ //# sourceMappingURL=SubscriptionUser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubscriptionUser.d.ts","sourceRoot":"","sources":["../../../src/models/suppliers/SubscriptionUser.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=SubscriptionUser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubscriptionUser.js","sourceRoot":"","sources":["../../../src/models/suppliers/SubscriptionUser.ts"],"names":[],"mappings":""}
@@ -15,6 +15,13 @@ export interface SupplierSubscription {
15
15
  cardUsed?: string | null;
16
16
  createdBy: number;
17
17
  approvedBy: number;
18
+ currencyCode: string;
19
+ loginUrl?: string | null;
20
+ loginUsername?: string | null;
21
+ loginPassword?: string | null;
22
+ requestID?: number | null;
23
+ renewalFrequency?: string | null;
24
+ notes?: string | null;
18
25
  createdDateTime: number;
19
26
  modifiedDateTime: number;
20
27
  }
@@ -1 +1 @@
1
- {"version":3,"file":"SupplierSubscription.d.ts","sourceRoot":"","sources":["../../../src/models/suppliers/SupplierSubscription.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,WAAW,oBAAoB;IACnC,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
1
+ {"version":3,"file":"SupplierSubscription.d.ts","sourceRoot":"","sources":["../../../src/models/suppliers/SupplierSubscription.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,WAAW,oBAAoB;IACnC,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
@@ -9,6 +9,7 @@ export * from './SupplierSubscription';
9
9
  export * from './Industry';
10
10
  export * from './SubscriptionStatus';
11
11
  export * from './SubscriptionType';
12
+ export * from './SubscriptionUser';
12
13
  export * from './ModelView';
13
14
  export * from './CacheKeys';
14
15
  export * from './SageOne';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/suppliers/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AAGnC,cAAc,aAAa,CAAC;AAG5B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/suppliers/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AAGnC,cAAc,aAAa,CAAC;AAG5B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
@@ -10,6 +10,7 @@ export * from './SupplierSubscription';
10
10
  export * from './Industry';
11
11
  export * from './SubscriptionStatus';
12
12
  export * from './SubscriptionType';
13
+ export * from './SubscriptionUser';
13
14
  // Model Views
14
15
  export * from './ModelView';
15
16
  // Cache Keys
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/suppliers/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,gBAAgB;AAChB,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AAEnC,cAAc;AACd,cAAc,aAAa,CAAC;AAE5B,aAAa;AACb,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/suppliers/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,gBAAgB;AAChB,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AAEnC,cAAc;AACd,cAAc,aAAa,CAAC;AAE5B,aAAa;AACb,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
@@ -18,6 +18,8 @@ export interface ShopEventProductModelView {
18
18
  vendorName?: string | null;
19
19
  /** Vendor bio/description */
20
20
  vendorBio?: string | null;
21
+ /** Vendor logo URL */
22
+ vendorLogoUrl?: string | null;
21
23
  /** Event ID (0 when not in event context) */
22
24
  eventID: number;
23
25
  /** Product name */
@@ -1 +1 @@
1
- {"version":3,"file":"ShopEventProductModelView.d.ts","sourceRoot":"","sources":["../../../../src/models/vendorcatalog/ModelView/ShopEventProductModelView.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AACjF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACrF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AACjF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAEjF,MAAM,WAAW,yBAAyB;IAExC,iBAAiB;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,wDAAwD;IACxD,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,6CAA6C;IAC7C,OAAO,EAAE,MAAM,CAAC;IAChB,mBAAmB;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,uBAAuB;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,0BAA0B;IAC1B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,2BAA2B;IAC3B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,iBAAiB;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,kCAAkC;IAClC,UAAU,EAAE,OAAO,CAAC;IACpB,yBAAyB;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,2CAA2C;IAC3C,iBAAiB,EAAE,OAAO,CAAC;IAC3B,6BAA6B;IAC7B,gBAAgB,EAAE,MAAM,CAAC;IAGzB,wBAAwB;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,0BAA0B;IAC1B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG3B,wBAAwB;IACxB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,6BAA6B;IAC7B,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpC,0CAA0C;IAC1C,eAAe,EAAE,MAAM,CAAC;IACxB,mDAAmD;IACnD,gBAAgB,EAAE,MAAM,CAAC;IAGzB,gDAAgD;IAChD,YAAY,EAAE,MAAM,CAAC;IACrB,yEAAyE;IACzE,eAAe,EAAE,MAAM,CAAC;IACxB,mEAAmE;IACnE,iBAAiB,EAAE,MAAM,CAAC;IAG1B,uCAAuC;IACvC,UAAU,CAAC,EAAE,2BAA2B,EAAE,GAAG,IAAI,CAAC;IAGlD,8BAA8B;IAC9B,eAAe,CAAC,EAAE,6BAA6B,EAAE,GAAG,IAAI,CAAC;IAGzD,6BAA6B;IAC7B,aAAa,CAAC,EAAE,2BAA2B,EAAE,GAAG,IAAI,CAAC;IAGrD,qDAAqD;IACrD,WAAW,CAAC,EAAE,2BAA2B,GAAG,IAAI,CAAC;IACjD,4EAA4E;IAC5E,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,sCAAsC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,0CAA0C;IAC1C,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
1
+ {"version":3,"file":"ShopEventProductModelView.d.ts","sourceRoot":"","sources":["../../../../src/models/vendorcatalog/ModelView/ShopEventProductModelView.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AACjF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACrF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AACjF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAEjF,MAAM,WAAW,yBAAyB;IAExC,iBAAiB;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,wDAAwD;IACxD,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,sBAAsB;IACtB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,6CAA6C;IAC7C,OAAO,EAAE,MAAM,CAAC;IAChB,mBAAmB;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,uBAAuB;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,0BAA0B;IAC1B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,2BAA2B;IAC3B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,iBAAiB;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,kCAAkC;IAClC,UAAU,EAAE,OAAO,CAAC;IACpB,yBAAyB;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,2CAA2C;IAC3C,iBAAiB,EAAE,OAAO,CAAC;IAC3B,6BAA6B;IAC7B,gBAAgB,EAAE,MAAM,CAAC;IAGzB,wBAAwB;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGzB,0BAA0B;IAC1B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG3B,wBAAwB;IACxB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,6BAA6B;IAC7B,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpC,0CAA0C;IAC1C,eAAe,EAAE,MAAM,CAAC;IACxB,mDAAmD;IACnD,gBAAgB,EAAE,MAAM,CAAC;IAGzB,gDAAgD;IAChD,YAAY,EAAE,MAAM,CAAC;IACrB,yEAAyE;IACzE,eAAe,EAAE,MAAM,CAAC;IACxB,mEAAmE;IACnE,iBAAiB,EAAE,MAAM,CAAC;IAG1B,uCAAuC;IACvC,UAAU,CAAC,EAAE,2BAA2B,EAAE,GAAG,IAAI,CAAC;IAGlD,8BAA8B;IAC9B,eAAe,CAAC,EAAE,6BAA6B,EAAE,GAAG,IAAI,CAAC;IAGzD,6BAA6B;IAC7B,aAAa,CAAC,EAAE,2BAA2B,EAAE,GAAG,IAAI,CAAC;IAGrD,qDAAqD;IACrD,WAAW,CAAC,EAAE,2BAA2B,GAAG,IAAI,CAAC;IACjD,4EAA4E;IAC5E,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,sCAAsC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,0CAA0C;IAC1C,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}