@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.
- package/dist/auth/AuthManager.d.ts +11 -0
- package/dist/auth/AuthManager.d.ts.map +1 -1
- package/dist/auth/AuthManager.js +88 -7
- package/dist/auth/AuthManager.js.map +1 -1
- package/dist/auth/adapters/context.d.ts +2 -1
- package/dist/auth/adapters/context.d.ts.map +1 -1
- package/dist/auth/adapters/context.js +2 -1
- package/dist/auth/adapters/context.js.map +1 -1
- package/dist/auth/adapters/redux.d.ts +1 -0
- package/dist/auth/adapters/redux.d.ts.map +1 -1
- package/dist/auth/adapters/redux.js +2 -0
- package/dist/auth/adapters/redux.js.map +1 -1
- package/dist/auth/types.d.ts +8 -0
- package/dist/auth/types.d.ts.map +1 -1
- package/dist/auth/types.js +6 -0
- package/dist/auth/types.js.map +1 -1
- package/dist/models/integrations/sageone/Companies/Company.d.ts +5 -5
- package/dist/models/integrations/sageone/Companies/CompanyEntityType.d.ts +2 -2
- package/dist/models/integrations/sageone/Companies/CompanyNote.d.ts +5 -5
- package/dist/models/integrations/sageone/Items/Account.d.ts +15 -15
- package/dist/models/integrations/sageone/Items/AccountCategory.d.ts +6 -6
- package/dist/models/integrations/sageone/Items/AdditionalItemPrice.d.ts +5 -5
- package/dist/models/integrations/sageone/Items/Item.d.ts +56 -56
- package/dist/models/integrations/sageone/Items/ItemAdjustment.d.ts +8 -8
- package/dist/models/integrations/sageone/Items/ItemAttachment.d.ts +4 -4
- package/dist/models/integrations/sageone/Items/ItemCategory.d.ts +4 -4
- package/dist/models/integrations/sageone/Items/ItemNote.d.ts +11 -11
- package/dist/models/integrations/sageone/Items/ItemReportGroup.d.ts +7 -7
- package/dist/models/integrations/sageone/Items/TaxType.d.ts +11 -11
- package/dist/models/integrations/sageone/PurchaseOrders/EmailPurchaseOrder.d.ts +4 -4
- package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrder.d.ts +9 -9
- package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrderLine.d.ts +5 -5
- package/dist/models/integrations/sageone/SageOneApiConfig.d.ts +8 -8
- package/dist/models/integrations/sageone/SageOneResponse.d.ts +3 -3
- package/dist/models/integrations/sageone/Suppliers/Supplier.d.ts +46 -46
- package/dist/models/integrations/sageone/Suppliers/SupplierAdditionalContactDetail.d.ts +11 -11
- package/dist/models/integrations/sageone/Suppliers/SupplierBankDetail.d.ts +10 -10
- package/dist/models/integrations/sageone/Suppliers/SupplierCategory.d.ts +4 -4
- package/dist/models/integrations/sageone/Suppliers/SupplierNote.d.ts +11 -11
- package/dist/models/orders/ModelView/OrderLineModelView.d.ts +13 -0
- package/dist/models/orders/ModelView/OrderLineModelView.d.ts.map +1 -1
- package/dist/models/orders/ModelView/OrderLineStatusModelView.d.ts +49 -0
- package/dist/models/orders/ModelView/OrderLineStatusModelView.d.ts.map +1 -0
- package/dist/models/orders/ModelView/OrderLineStatusModelView.js +2 -0
- package/dist/models/orders/ModelView/OrderLineStatusModelView.js.map +1 -0
- package/dist/models/orders/ModelView/OrderModelView.d.ts +9 -0
- package/dist/models/orders/ModelView/OrderModelView.d.ts.map +1 -1
- package/dist/models/orders/ModelView/index.d.ts +1 -0
- package/dist/models/orders/ModelView/index.d.ts.map +1 -1
- package/dist/models/orders/ModelView/index.js +1 -0
- package/dist/models/orders/ModelView/index.js.map +1 -1
- package/dist/models/orders/OrderLine.d.ts +2 -0
- package/dist/models/orders/OrderLine.d.ts.map +1 -1
- package/dist/models/orders/OrderLineStatus.d.ts +15 -0
- package/dist/models/orders/OrderLineStatus.d.ts.map +1 -0
- package/dist/models/orders/OrderLineStatus.js +2 -0
- package/dist/models/orders/OrderLineStatus.js.map +1 -0
- package/dist/models/orders/ShopOrder.d.ts +57 -0
- package/dist/models/orders/ShopOrder.d.ts.map +1 -1
- package/dist/models/orders/index.d.ts +1 -0
- package/dist/models/orders/index.d.ts.map +1 -1
- package/dist/models/orders/index.js +1 -0
- package/dist/models/orders/index.js.map +1 -1
- package/dist/models/payments/PayFastModels.d.ts +3 -0
- package/dist/models/payments/PayFastModels.d.ts.map +1 -1
- package/dist/models/procurement/Invoice.d.ts +1 -0
- package/dist/models/procurement/Invoice.d.ts.map +1 -1
- package/dist/models/procurement/InvoiceLine.d.ts +1 -0
- package/dist/models/procurement/InvoiceLine.d.ts.map +1 -1
- package/dist/models/procurement/Quotation.d.ts +1 -0
- package/dist/models/procurement/Quotation.d.ts.map +1 -1
- package/dist/models/procurement/RequestPurchaseOrder.d.ts +5 -2
- package/dist/models/procurement/RequestPurchaseOrder.d.ts.map +1 -1
- package/dist/models/procurements/AuditLog.d.ts +9 -9
- package/dist/models/procurements/CacheKeys/CurrencyCacheKeys.d.ts +11 -0
- package/dist/models/procurements/CacheKeys/CurrencyCacheKeys.d.ts.map +1 -0
- package/dist/models/procurements/CacheKeys/CurrencyCacheKeys.js +10 -0
- package/dist/models/procurements/CacheKeys/CurrencyCacheKeys.js.map +1 -0
- package/dist/models/procurements/CacheKeys/QuotationLineApprovalCacheKeys.d.ts +14 -0
- package/dist/models/procurements/CacheKeys/QuotationLineApprovalCacheKeys.d.ts.map +1 -0
- package/dist/models/procurements/CacheKeys/QuotationLineApprovalCacheKeys.js +13 -0
- package/dist/models/procurements/CacheKeys/QuotationLineApprovalCacheKeys.js.map +1 -0
- package/dist/models/procurements/CacheKeys/index.d.ts +2 -0
- package/dist/models/procurements/CacheKeys/index.d.ts.map +1 -1
- package/dist/models/procurements/CacheKeys/index.js +2 -0
- package/dist/models/procurements/CacheKeys/index.js.map +1 -1
- package/dist/models/procurements/Currency.d.ts +13 -0
- package/dist/models/procurements/Currency.d.ts.map +1 -0
- package/dist/models/procurements/Currency.js +2 -0
- package/dist/models/procurements/Currency.js.map +1 -0
- package/dist/models/procurements/Invoice.d.ts +17 -13
- package/dist/models/procurements/Invoice.d.ts.map +1 -1
- package/dist/models/procurements/InvoiceLine.d.ts +14 -10
- package/dist/models/procurements/InvoiceLine.d.ts.map +1 -1
- package/dist/models/procurements/InvoiceStatus.d.ts +7 -7
- package/dist/models/procurements/ModelView/AuditLogViewModel.d.ts +23 -23
- package/dist/models/procurements/ModelView/InvoiceViewModel.d.ts +30 -30
- package/dist/models/procurements/ModelView/NotificationViewModel.d.ts +19 -19
- package/dist/models/procurements/ModelView/ProcurementDashboardStats.d.ts +27 -0
- package/dist/models/procurements/ModelView/ProcurementDashboardStats.d.ts.map +1 -0
- package/dist/models/procurements/ModelView/ProcurementDashboardStats.js +2 -0
- package/dist/models/procurements/ModelView/ProcurementDashboardStats.js.map +1 -0
- package/dist/models/procurements/ModelView/ProcurementRoleAssignmentViewModel.d.ts +23 -23
- package/dist/models/procurements/ModelView/PurchaseRequestViewModel.d.ts +72 -72
- package/dist/models/procurements/ModelView/QuotationViewModel.d.ts +37 -37
- package/dist/models/procurements/ModelView/RequestApprovalModelView.d.ts +17 -17
- package/dist/models/procurements/ModelView/RequestAttachmentViewModel.d.ts +19 -19
- package/dist/models/procurements/ModelView/RequestCommentCreateModel.d.ts +4 -4
- package/dist/models/procurements/ModelView/RequestCommentFilterModel.d.ts +5 -5
- package/dist/models/procurements/ModelView/RequestCommentView.d.ts +11 -11
- package/dist/models/procurements/ModelView/RequestStatusViewModel.d.ts +11 -11
- package/dist/models/procurements/ModelView/index.d.ts +1 -0
- package/dist/models/procurements/ModelView/index.d.ts.map +1 -1
- package/dist/models/procurements/ModelView/index.js +1 -0
- package/dist/models/procurements/ModelView/index.js.map +1 -1
- package/dist/models/procurements/Notification.d.ts +10 -10
- package/dist/models/procurements/ProcurementNotificationQueue.d.ts +11 -11
- package/dist/models/procurements/ProcurementRoleAssignment.d.ts +7 -7
- package/dist/models/procurements/ProcurementRoleType.d.ts +7 -7
- package/dist/models/procurements/PurchaseRequest.d.ts +19 -19
- package/dist/models/procurements/Quotation.d.ts +17 -13
- package/dist/models/procurements/Quotation.d.ts.map +1 -1
- package/dist/models/procurements/QuotationLine.d.ts +22 -10
- package/dist/models/procurements/QuotationLine.d.ts.map +1 -1
- package/dist/models/procurements/QuotationLineApproval.d.ts +19 -0
- package/dist/models/procurements/QuotationLineApproval.d.ts.map +1 -0
- package/dist/models/procurements/QuotationLineApproval.js +2 -0
- package/dist/models/procurements/QuotationLineApproval.js.map +1 -0
- package/dist/models/procurements/QuotationStatus.d.ts +7 -7
- package/dist/models/procurements/RequestApproval.d.ts +8 -8
- package/dist/models/procurements/RequestApprovalStatus.d.ts +7 -7
- package/dist/models/procurements/RequestAttachment.d.ts +9 -9
- package/dist/models/procurements/RequestComment.d.ts +7 -7
- package/dist/models/procurements/RequestPurchaseOrder.d.ts +17 -5
- package/dist/models/procurements/RequestPurchaseOrder.d.ts.map +1 -1
- package/dist/models/procurements/RequestStage.d.ts +7 -7
- package/dist/models/procurements/RequestStatus.d.ts +8 -8
- package/dist/models/procurements/RequestType.d.ts +7 -7
- package/dist/models/procurements/index.d.ts +2 -0
- package/dist/models/procurements/index.d.ts.map +1 -1
- package/dist/models/procurements/index.js +2 -0
- package/dist/models/procurements/index.js.map +1 -1
- package/dist/models/suppliers/CacheKeys/IndustryCacheKeys.d.ts +3 -3
- package/dist/models/suppliers/CacheKeys/IndustryCacheKeys.js +3 -3
- package/dist/models/suppliers/CacheKeys/SubscriptionStatusCacheKeys.d.ts +3 -3
- package/dist/models/suppliers/CacheKeys/SubscriptionStatusCacheKeys.js +3 -3
- package/dist/models/suppliers/CacheKeys/SubscriptionTypeCacheKeys.d.ts +3 -3
- package/dist/models/suppliers/CacheKeys/SubscriptionTypeCacheKeys.js +3 -3
- package/dist/models/suppliers/CacheKeys/SubscriptionUserCacheKeys.d.ts +12 -0
- package/dist/models/suppliers/CacheKeys/SubscriptionUserCacheKeys.d.ts.map +1 -0
- package/dist/models/suppliers/CacheKeys/SubscriptionUserCacheKeys.js +11 -0
- package/dist/models/suppliers/CacheKeys/SubscriptionUserCacheKeys.js.map +1 -0
- package/dist/models/suppliers/CacheKeys/SupplierAccountCacheKeys.d.ts +3 -3
- package/dist/models/suppliers/CacheKeys/SupplierAccountCacheKeys.js +3 -3
- package/dist/models/suppliers/CacheKeys/SupplierAddressCacheKeys.d.ts +3 -3
- package/dist/models/suppliers/CacheKeys/SupplierAddressCacheKeys.js +3 -3
- package/dist/models/suppliers/CacheKeys/SupplierCacheKeys.d.ts +3 -3
- package/dist/models/suppliers/CacheKeys/SupplierCacheKeys.js +3 -3
- package/dist/models/suppliers/CacheKeys/SupplierContactCacheKeys.d.ts +3 -3
- package/dist/models/suppliers/CacheKeys/SupplierContactCacheKeys.js +3 -3
- package/dist/models/suppliers/CacheKeys/SupplierSubscriptionCacheKeys.d.ts +3 -3
- package/dist/models/suppliers/CacheKeys/SupplierSubscriptionCacheKeys.js +3 -3
- package/dist/models/suppliers/CacheKeys/index.d.ts +1 -0
- package/dist/models/suppliers/CacheKeys/index.d.ts.map +1 -1
- package/dist/models/suppliers/CacheKeys/index.js +1 -0
- package/dist/models/suppliers/CacheKeys/index.js.map +1 -1
- package/dist/models/suppliers/SageOne/SageOneSupplier.d.ts +46 -46
- package/dist/models/suppliers/SageOne/SageOneSupplierBankDetail.d.ts +10 -10
- package/dist/models/suppliers/SageOne/SageOneSupplierCategory.d.ts +4 -4
- package/dist/models/suppliers/SageOne/SageOneSupplierContact.d.ts +11 -11
- package/dist/models/suppliers/SageOne/SageOneSupplierNote.d.ts +11 -11
- package/dist/models/suppliers/SubscriptionUser.d.ts +14 -0
- package/dist/models/suppliers/SubscriptionUser.d.ts.map +1 -0
- package/dist/models/suppliers/SubscriptionUser.js +2 -0
- package/dist/models/suppliers/SubscriptionUser.js.map +1 -0
- package/dist/models/suppliers/SupplierSubscription.d.ts +7 -0
- package/dist/models/suppliers/SupplierSubscription.d.ts.map +1 -1
- package/dist/models/suppliers/index.d.ts +1 -0
- package/dist/models/suppliers/index.d.ts.map +1 -1
- package/dist/models/suppliers/index.js +1 -0
- package/dist/models/suppliers/index.js.map +1 -1
- package/dist/models/vendorcatalog/ModelView/ShopEventProductModelView.d.ts +2 -0
- package/dist/models/vendorcatalog/ModelView/ShopEventProductModelView.d.ts.map +1 -1
- package/dist/models/vendorcatalog/ModelView/VendorProductRequests.d.ts +18 -14
- package/dist/models/vendorcatalog/ModelView/VendorProductRequests.d.ts.map +1 -1
- package/dist/react/hooks/services/useOrdersServices.d.ts +5 -1
- package/dist/react/hooks/services/useOrdersServices.d.ts.map +1 -1
- package/dist/react/hooks/services/useOrdersServices.js +6 -0
- package/dist/react/hooks/services/useOrdersServices.js.map +1 -1
- package/dist/react/hooks/services/useProcurementsServices.d.ts +37 -1
- package/dist/react/hooks/services/useProcurementsServices.d.ts.map +1 -1
- package/dist/react/hooks/services/useProcurementsServices.js +54 -0
- package/dist/react/hooks/services/useProcurementsServices.js.map +1 -1
- package/dist/react/hooks/services/useSupplierServices.d.ts +5 -1
- package/dist/react/hooks/services/useSupplierServices.d.ts.map +1 -1
- package/dist/react/hooks/services/useSupplierServices.js +6 -0
- package/dist/react/hooks/services/useSupplierServices.js.map +1 -1
- package/dist/services/announcements/AnnouncementEventService.d.ts +1 -1
- package/dist/services/announcements/AnnouncementEventService.js +2 -2
- package/dist/services/announcements/AnnouncementEventService.js.map +1 -1
- package/dist/services/announcements/AnnouncementLocationService.d.ts +1 -1
- package/dist/services/announcements/AnnouncementLocationService.js +2 -2
- package/dist/services/announcements/AnnouncementLocationService.js.map +1 -1
- package/dist/services/announcements/AnnouncementService.d.ts +1 -1
- package/dist/services/announcements/AnnouncementService.js +2 -2
- package/dist/services/announcements/AnnouncementService.js.map +1 -1
- package/dist/services/announcements/PublicAnnouncementService.d.ts +1 -1
- package/dist/services/announcements/PublicAnnouncementService.d.ts.map +1 -1
- package/dist/services/announcements/PublicAnnouncementService.js +2 -3
- package/dist/services/announcements/PublicAnnouncementService.js.map +1 -1
- package/dist/services/orders/OrderLineService.d.ts +8 -0
- package/dist/services/orders/OrderLineService.d.ts.map +1 -1
- package/dist/services/orders/OrderLineService.js +24 -0
- package/dist/services/orders/OrderLineService.js.map +1 -1
- package/dist/services/orders/OrderLineStatusService.d.ts +31 -0
- package/dist/services/orders/OrderLineStatusService.d.ts.map +1 -0
- package/dist/services/orders/OrderLineStatusService.js +41 -0
- package/dist/services/orders/OrderLineStatusService.js.map +1 -0
- package/dist/services/orders/OrderShopService.d.ts +24 -2
- package/dist/services/orders/OrderShopService.d.ts.map +1 -1
- package/dist/services/orders/OrderShopService.js +65 -0
- package/dist/services/orders/OrderShopService.js.map +1 -1
- package/dist/services/orders/index.d.ts +3 -0
- package/dist/services/orders/index.d.ts.map +1 -1
- package/dist/services/orders/index.js +3 -0
- package/dist/services/orders/index.js.map +1 -1
- package/dist/services/payments/PayFastPaymentService.d.ts +5 -0
- package/dist/services/payments/PayFastPaymentService.d.ts.map +1 -1
- package/dist/services/payments/PayFastPaymentService.js +16 -6
- package/dist/services/payments/PayFastPaymentService.js.map +1 -1
- package/dist/services/procurements/ApproverPortalService.d.ts +16 -0
- package/dist/services/procurements/ApproverPortalService.d.ts.map +1 -0
- package/dist/services/procurements/ApproverPortalService.js +29 -0
- package/dist/services/procurements/ApproverPortalService.js.map +1 -0
- package/dist/services/procurements/CurrencyService.d.ts +16 -0
- package/dist/services/procurements/CurrencyService.d.ts.map +1 -0
- package/dist/services/procurements/CurrencyService.js +19 -0
- package/dist/services/procurements/CurrencyService.js.map +1 -0
- package/dist/services/procurements/FinancePortalService.d.ts +17 -0
- package/dist/services/procurements/FinancePortalService.d.ts.map +1 -0
- package/dist/services/procurements/FinancePortalService.js +33 -0
- package/dist/services/procurements/FinancePortalService.js.map +1 -0
- package/dist/services/procurements/ProcurementDashboardService.d.ts +14 -0
- package/dist/services/procurements/ProcurementDashboardService.d.ts.map +1 -0
- package/dist/services/procurements/ProcurementDashboardService.js +21 -0
- package/dist/services/procurements/ProcurementDashboardService.js.map +1 -0
- package/dist/services/procurements/ProcurementRoleAssignmentService.d.ts +10 -0
- package/dist/services/procurements/ProcurementRoleAssignmentService.d.ts.map +1 -0
- package/dist/services/procurements/ProcurementRoleAssignmentService.js +13 -0
- package/dist/services/procurements/ProcurementRoleAssignmentService.js.map +1 -0
- package/dist/services/procurements/QuotationLineApprovalService.d.ts +28 -0
- package/dist/services/procurements/QuotationLineApprovalService.d.ts.map +1 -0
- package/dist/services/procurements/QuotationLineApprovalService.js +41 -0
- package/dist/services/procurements/QuotationLineApprovalService.js.map +1 -0
- package/dist/services/procurements/RequestApprovalService.d.ts +10 -0
- package/dist/services/procurements/RequestApprovalService.d.ts.map +1 -0
- package/dist/services/procurements/RequestApprovalService.js +13 -0
- package/dist/services/procurements/RequestApprovalService.js.map +1 -0
- package/dist/services/procurements/RequestPurchaseOrderService.d.ts +10 -0
- package/dist/services/procurements/RequestPurchaseOrderService.d.ts.map +1 -0
- package/dist/services/procurements/RequestPurchaseOrderService.js +13 -0
- package/dist/services/procurements/RequestPurchaseOrderService.js.map +1 -0
- package/dist/services/procurements/StaffRequestPortalService.d.ts +18 -0
- package/dist/services/procurements/StaffRequestPortalService.d.ts.map +1 -0
- package/dist/services/procurements/StaffRequestPortalService.js +36 -0
- package/dist/services/procurements/StaffRequestPortalService.js.map +1 -0
- package/dist/services/procurements/index.d.ts +27 -0
- package/dist/services/procurements/index.d.ts.map +1 -1
- package/dist/services/procurements/index.js +27 -0
- package/dist/services/procurements/index.js.map +1 -1
- package/dist/services/suppliers/SubscriptionUserService.d.ts +20 -0
- package/dist/services/suppliers/SubscriptionUserService.d.ts.map +1 -0
- package/dist/services/suppliers/SubscriptionUserService.js +27 -0
- package/dist/services/suppliers/SubscriptionUserService.js.map +1 -0
- package/dist/services/suppliers/index.d.ts +3 -0
- package/dist/services/suppliers/index.d.ts.map +1 -1
- package/dist/services/suppliers/index.js +3 -0
- package/dist/services/suppliers/index.js.map +1 -1
- package/dist/services/vendor-portal/VendorPortalBaseService.d.ts +4 -0
- package/dist/services/vendor-portal/VendorPortalBaseService.d.ts.map +1 -1
- package/dist/services/vendor-portal/VendorPortalBaseService.js +8 -0
- package/dist/services/vendor-portal/VendorPortalBaseService.js.map +1 -1
- package/dist/services/vendor-portal/VendorPortalOrderService.d.ts +9 -0
- package/dist/services/vendor-portal/VendorPortalOrderService.d.ts.map +1 -1
- package/dist/services/vendor-portal/VendorPortalOrderService.js +18 -0
- package/dist/services/vendor-portal/VendorPortalOrderService.js.map +1 -1
- package/dist/utils/validation.d.ts +25 -0
- package/dist/utils/validation.d.ts.map +1 -1
- package/dist/utils/validation.js +61 -0
- package/dist/utils/validation.js.map +1 -1
- 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 @@
|
|
|
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
|
-
|
|
8
|
+
statusID: number;
|
|
9
9
|
/**
|
|
10
10
|
* Name of status (e.g. "Requested").
|
|
11
11
|
*/
|
|
12
|
-
|
|
12
|
+
name: string | null;
|
|
13
13
|
/**
|
|
14
14
|
* Description for tooltips/logs.
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
description: string | null;
|
|
17
17
|
/**
|
|
18
18
|
* Badge color for UI.
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
color: string | null;
|
|
21
21
|
/**
|
|
22
22
|
* Icon hint for UI.
|
|
23
23
|
*/
|
|
24
|
-
|
|
24
|
+
icon: string | null;
|
|
25
25
|
/**
|
|
26
26
|
* Creation ticks.
|
|
27
27
|
*/
|
|
28
|
-
|
|
28
|
+
createdDateTime: number | null;
|
|
29
29
|
/**
|
|
30
30
|
* Modification ticks.
|
|
31
31
|
*/
|
|
32
|
-
|
|
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
|
-
|
|
8
|
+
userId: string;
|
|
9
9
|
/**
|
|
10
10
|
* Request ID (composite key part 2).
|
|
11
11
|
*/
|
|
12
|
-
|
|
12
|
+
requestID: number;
|
|
13
13
|
/**
|
|
14
14
|
* Role type ID (composite key part 3).
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
roleTypeID: number;
|
|
17
17
|
/**
|
|
18
18
|
* Approval status ID.
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
statusID: number;
|
|
21
21
|
/**
|
|
22
22
|
* Reason for approval/rejection.
|
|
23
23
|
*/
|
|
24
|
-
|
|
24
|
+
reason: string | null;
|
|
25
25
|
/**
|
|
26
26
|
* Date when the approver responded.
|
|
27
27
|
*/
|
|
28
|
-
|
|
28
|
+
responseDate: string | null;
|
|
29
29
|
/**
|
|
30
30
|
* Creation timestamp as decimal ticks.
|
|
31
31
|
*/
|
|
32
|
-
|
|
32
|
+
createdDateTime: number;
|
|
33
33
|
/**
|
|
34
34
|
* Modification timestamp as decimal ticks.
|
|
35
35
|
*/
|
|
36
|
-
|
|
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
|
-
|
|
8
|
+
statusID: number;
|
|
9
9
|
/**
|
|
10
10
|
* Status name.
|
|
11
11
|
*/
|
|
12
|
-
|
|
12
|
+
name: string;
|
|
13
13
|
/**
|
|
14
14
|
* Status description.
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
description: string | null;
|
|
17
17
|
/**
|
|
18
18
|
* UI badge color.
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
color: string | null;
|
|
21
21
|
/**
|
|
22
22
|
* UI icon hint.
|
|
23
23
|
*/
|
|
24
|
-
|
|
24
|
+
icon: string | null;
|
|
25
25
|
/**
|
|
26
26
|
* Creation timestamp as decimal ticks.
|
|
27
27
|
*/
|
|
28
|
-
|
|
28
|
+
createdDateTime: number;
|
|
29
29
|
/**
|
|
30
30
|
* Modification timestamp as decimal ticks.
|
|
31
31
|
*/
|
|
32
|
-
|
|
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
|
-
|
|
9
|
+
attachmentID: number;
|
|
10
10
|
/**
|
|
11
11
|
* Foreign key linking to the PurchaseRequest.
|
|
12
12
|
*/
|
|
13
|
-
|
|
13
|
+
requestID: number;
|
|
14
14
|
/**
|
|
15
15
|
* Original name of the uploaded file.
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
fileName: string | null;
|
|
18
18
|
/**
|
|
19
19
|
* URL or path where the file is stored.
|
|
20
20
|
*/
|
|
21
|
-
|
|
21
|
+
fileURL: string | null;
|
|
22
22
|
/**
|
|
23
23
|
* MIME type or file extension of the attachment.
|
|
24
24
|
*/
|
|
25
|
-
|
|
25
|
+
fileType: string | null;
|
|
26
26
|
/**
|
|
27
27
|
* Date and time when the file was attached.
|
|
28
28
|
*/
|
|
29
|
-
|
|
29
|
+
attachmentDate: string | null;
|
|
30
30
|
/**
|
|
31
31
|
* User ID of the person who uploaded the attachment.
|
|
32
32
|
*/
|
|
33
|
-
|
|
33
|
+
createdBy: string | null;
|
|
34
34
|
/**
|
|
35
35
|
* Timestamp for last modification, stored as decimal ticks.
|
|
36
36
|
*/
|
|
37
|
-
|
|
37
|
+
modifiedDateTime: number | null;
|
|
38
38
|
/**
|
|
39
39
|
* Timestamp for creation, stored as decimal ticks.
|
|
40
40
|
*/
|
|
41
|
-
|
|
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
|
-
|
|
9
|
+
commentID: number;
|
|
10
10
|
/**
|
|
11
11
|
* Foreign key linking to the PurchaseRequest.
|
|
12
12
|
*/
|
|
13
|
-
|
|
13
|
+
requestID: number;
|
|
14
14
|
/**
|
|
15
15
|
* The actual comment text content.
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
comment: string | null;
|
|
18
18
|
/**
|
|
19
19
|
* Date and time when the comment was posted.
|
|
20
20
|
*/
|
|
21
|
-
|
|
21
|
+
commentDate: string | null;
|
|
22
22
|
/**
|
|
23
23
|
* User ID of the person who created the comment.
|
|
24
24
|
*/
|
|
25
|
-
|
|
25
|
+
createdBy: string | null;
|
|
26
26
|
/**
|
|
27
27
|
* Timestamp for last modification, stored as decimal ticks.
|
|
28
28
|
*/
|
|
29
|
-
|
|
29
|
+
modifiedDateTime: number | null;
|
|
30
30
|
/**
|
|
31
31
|
* Timestamp for creation, stored as decimal ticks.
|
|
32
32
|
*/
|
|
33
|
-
|
|
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
|
-
|
|
8
|
+
requestID: number;
|
|
9
9
|
/**
|
|
10
10
|
* Quotation ID (composite key part 2).
|
|
11
11
|
*/
|
|
12
|
-
|
|
12
|
+
quotationID: number;
|
|
13
13
|
/**
|
|
14
14
|
* Purchase order number.
|
|
15
15
|
*/
|
|
16
|
-
|
|
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
|
-
|
|
32
|
+
modifiedDateTime: number;
|
|
21
33
|
/**
|
|
22
34
|
* Creation timestamp as decimal ticks.
|
|
23
35
|
*/
|
|
24
|
-
|
|
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
|
-
|
|
8
|
+
stageID: number;
|
|
9
9
|
/**
|
|
10
10
|
* Stage name.
|
|
11
11
|
*/
|
|
12
|
-
|
|
12
|
+
name: string | null;
|
|
13
13
|
/**
|
|
14
14
|
* Stage description.
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
description: string | null;
|
|
17
17
|
/**
|
|
18
18
|
* Badge color for UI.
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
color: string | null;
|
|
21
21
|
/**
|
|
22
22
|
* Icon hint for UI.
|
|
23
23
|
*/
|
|
24
|
-
|
|
24
|
+
icon: string | null;
|
|
25
25
|
/**
|
|
26
26
|
* Creation ticks.
|
|
27
27
|
*/
|
|
28
|
-
|
|
28
|
+
createdDateTime: number;
|
|
29
29
|
/**
|
|
30
30
|
* Modification ticks.
|
|
31
31
|
*/
|
|
32
|
-
|
|
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
|
-
|
|
8
|
+
statusID: number;
|
|
9
9
|
/**
|
|
10
10
|
* High-level stage grouping: 1=Request,2=Quotation,...
|
|
11
11
|
*/
|
|
12
|
-
|
|
12
|
+
stageID: number;
|
|
13
13
|
/**
|
|
14
14
|
* Combined name (e.g. "Request – Submitted").
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
name: string | null;
|
|
17
17
|
/**
|
|
18
18
|
* Human-friendly description for tooltips/audit.
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
description: string | null;
|
|
21
21
|
/**
|
|
22
22
|
* Badge color for UI.
|
|
23
23
|
*/
|
|
24
|
-
|
|
24
|
+
color: string | null;
|
|
25
25
|
/**
|
|
26
26
|
* Icon hint for UI.
|
|
27
27
|
*/
|
|
28
|
-
|
|
28
|
+
icon: string | null;
|
|
29
29
|
/**
|
|
30
30
|
* Last modified ticks.
|
|
31
31
|
*/
|
|
32
|
-
|
|
32
|
+
modifiedDateTime: number;
|
|
33
33
|
/**
|
|
34
34
|
* Creation ticks.
|
|
35
35
|
*/
|
|
36
|
-
|
|
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
|
-
|
|
8
|
+
typeID: number;
|
|
9
9
|
/**
|
|
10
10
|
* Machine-friendly key or title.
|
|
11
11
|
*/
|
|
12
|
-
|
|
12
|
+
name: string | null;
|
|
13
13
|
/**
|
|
14
14
|
* Human-readable description.
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
description: string | null;
|
|
17
17
|
/**
|
|
18
18
|
* UI badge color (hex).
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
color: string | null;
|
|
21
21
|
/**
|
|
22
22
|
* UI icon (e.g. font-awesome class).
|
|
23
23
|
*/
|
|
24
|
-
|
|
24
|
+
icon: string | null;
|
|
25
25
|
/**
|
|
26
26
|
* Last modified timestamp ticks.
|
|
27
27
|
*/
|
|
28
|
-
|
|
28
|
+
modifiedDateTime: number;
|
|
29
29
|
/**
|
|
30
30
|
* Creation timestamp ticks.
|
|
31
31
|
*/
|
|
32
|
-
|
|
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;
|
|
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;
|
|
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
|
|
5
|
+
readonly prefix: "CCMS_Suppliers_Industry";
|
|
6
6
|
readonly item: (industryId: number) => string;
|
|
7
|
-
readonly
|
|
8
|
-
readonly
|
|
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
|
-
|
|
5
|
+
prefix: 'CCMS_Suppliers_Industry',
|
|
6
6
|
item: (industryId) => `CCMS_Suppliers_Industry:${industryId}`,
|
|
7
|
-
|
|
8
|
-
|
|
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
|
|
5
|
+
readonly prefix: "CCMS_Suppliers_SubscriptionStatus";
|
|
6
6
|
readonly item: (statusId: number) => string;
|
|
7
|
-
readonly
|
|
8
|
-
readonly
|
|
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
|
-
|
|
5
|
+
prefix: 'CCMS_Suppliers_SubscriptionStatus',
|
|
6
6
|
item: (statusId) => `CCMS_Suppliers_SubscriptionStatus:${statusId}`,
|
|
7
|
-
|
|
8
|
-
|
|
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
|
|
5
|
+
readonly prefix: "CCMS_Suppliers_SubscriptionType";
|
|
6
6
|
readonly item: (typeId: number) => string;
|
|
7
|
-
readonly
|
|
8
|
-
readonly
|
|
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
|
-
|
|
5
|
+
prefix: 'CCMS_Suppliers_SubscriptionType',
|
|
6
6
|
item: (typeId) => `CCMS_Suppliers_SubscriptionType:${typeId}`,
|
|
7
|
-
|
|
8
|
-
|
|
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
|
|
5
|
+
readonly prefix: "CCMS_Suppliers_SupplierAccount";
|
|
6
6
|
readonly item: (accountId: number) => string;
|
|
7
|
-
readonly
|
|
8
|
-
readonly
|
|
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
|
-
|
|
5
|
+
prefix: 'CCMS_Suppliers_SupplierAccount',
|
|
6
6
|
item: (accountId) => `CCMS_Suppliers_SupplierAccount:${accountId}`,
|
|
7
|
-
|
|
8
|
-
|
|
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
|
|
5
|
+
readonly prefix: "CCMS_Suppliers_SupplierAddress";
|
|
6
6
|
readonly item: (addressId: number) => string;
|
|
7
|
-
readonly
|
|
8
|
-
readonly
|
|
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
|
-
|
|
5
|
+
prefix: 'CCMS_Suppliers_SupplierAddress',
|
|
6
6
|
item: (addressId) => `CCMS_Suppliers_SupplierAddress:${addressId}`,
|
|
7
|
-
|
|
8
|
-
|
|
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
|
|
5
|
+
readonly prefix: "CCMS_Suppliers_Supplier";
|
|
6
6
|
readonly item: (supplierId: number) => string;
|
|
7
|
-
readonly
|
|
8
|
-
readonly
|
|
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
|
-
|
|
5
|
+
prefix: 'CCMS_Suppliers_Supplier',
|
|
6
6
|
item: (supplierId) => `CCMS_Suppliers_Supplier:${supplierId}`,
|
|
7
|
-
|
|
8
|
-
|
|
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
|
|
5
|
+
readonly prefix: "CCMS_Suppliers_SupplierContact";
|
|
6
6
|
readonly item: (contactId: number) => string;
|
|
7
|
-
readonly
|
|
8
|
-
readonly
|
|
7
|
+
readonly all: "CCMS_Suppliers_SupplierContact:all";
|
|
8
|
+
readonly pattern: "CCMS_Suppliers_SupplierContact:*";
|
|
9
9
|
};
|
|
10
10
|
//# sourceMappingURL=SupplierContactCacheKeys.d.ts.map
|