@actschurch/ccms-sdk 0.0.18 → 0.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/HttpClient.js +2 -2
- package/dist/core/HttpClient.js.map +1 -1
- package/dist/models/bookings/BookableResource.d.ts +61 -0
- package/dist/models/bookings/BookableResource.d.ts.map +1 -0
- package/dist/models/bookings/BookableResource.js +2 -0
- package/dist/models/bookings/BookableResource.js.map +1 -0
- package/dist/models/bookings/BookableResourceBlockout.d.ts +29 -0
- package/dist/models/bookings/BookableResourceBlockout.d.ts.map +1 -0
- package/dist/models/bookings/BookableResourceBlockout.js +2 -0
- package/dist/models/bookings/BookableResourceBlockout.js.map +1 -0
- package/dist/models/bookings/BookableResourceBlockoutType.d.ts +25 -0
- package/dist/models/bookings/BookableResourceBlockoutType.d.ts.map +1 -0
- package/dist/models/bookings/BookableResourceBlockoutType.js +2 -0
- package/dist/models/bookings/BookableResourceBlockoutType.js.map +1 -0
- package/dist/models/bookings/BookableResourceImage.d.ts +25 -0
- package/dist/models/bookings/BookableResourceImage.d.ts.map +1 -0
- package/dist/models/bookings/BookableResourceImage.js +2 -0
- package/dist/models/bookings/BookableResourceImage.js.map +1 -0
- package/dist/models/bookings/BookableResourceStatus.d.ts +25 -0
- package/dist/models/bookings/BookableResourceStatus.d.ts.map +1 -0
- package/dist/models/bookings/BookableResourceStatus.js +2 -0
- package/dist/models/bookings/BookableResourceStatus.js.map +1 -0
- package/dist/models/bookings/BookableResourceType.d.ts +25 -0
- package/dist/models/bookings/BookableResourceType.d.ts.map +1 -0
- package/dist/models/bookings/BookableResourceType.js +2 -0
- package/dist/models/bookings/BookableResourceType.js.map +1 -0
- package/dist/models/bookings/Booking.d.ts +69 -0
- package/dist/models/bookings/Booking.d.ts.map +1 -0
- package/dist/models/bookings/Booking.js +2 -0
- package/dist/models/bookings/Booking.js.map +1 -0
- package/dist/models/bookings/BookingAccessory.d.ts +23 -0
- package/dist/models/bookings/BookingAccessory.d.ts.map +1 -0
- package/dist/models/bookings/BookingAccessory.js +2 -0
- package/dist/models/bookings/BookingAccessory.js.map +1 -0
- package/dist/models/bookings/BookingLog.d.ts +49 -0
- package/dist/models/bookings/BookingLog.d.ts.map +1 -0
- package/dist/models/bookings/BookingLog.js +2 -0
- package/dist/models/bookings/BookingLog.js.map +1 -0
- package/dist/models/bookings/BookingLogMedia.d.ts +27 -0
- package/dist/models/bookings/BookingLogMedia.d.ts.map +1 -0
- package/dist/models/bookings/BookingLogMedia.js +2 -0
- package/dist/models/bookings/BookingLogMedia.js.map +1 -0
- package/dist/models/bookings/BookingNotificationQueue.d.ts +31 -0
- package/dist/models/bookings/BookingNotificationQueue.d.ts.map +1 -0
- package/dist/models/bookings/BookingNotificationQueue.js +2 -0
- package/dist/models/bookings/BookingNotificationQueue.js.map +1 -0
- package/dist/models/bookings/BookingSetting.d.ts +45 -0
- package/dist/models/bookings/BookingSetting.d.ts.map +1 -0
- package/dist/models/bookings/BookingSetting.js +2 -0
- package/dist/models/bookings/BookingSetting.js.map +1 -0
- package/dist/models/bookings/BookingStatus.d.ts +27 -0
- package/dist/models/bookings/BookingStatus.d.ts.map +1 -0
- package/dist/models/bookings/BookingStatus.js +2 -0
- package/dist/models/bookings/BookingStatus.js.map +1 -0
- package/dist/models/bookings/BookingStatusHistory.d.ts +29 -0
- package/dist/models/bookings/BookingStatusHistory.d.ts.map +1 -0
- package/dist/models/bookings/BookingStatusHistory.js +2 -0
- package/dist/models/bookings/BookingStatusHistory.js.map +1 -0
- package/dist/models/bookings/CacheKeys/BookableResourceBlockoutCacheKeys.d.ts +18 -0
- package/dist/models/bookings/CacheKeys/BookableResourceBlockoutCacheKeys.d.ts.map +1 -0
- package/dist/models/bookings/CacheKeys/BookableResourceBlockoutCacheKeys.js +18 -0
- package/dist/models/bookings/CacheKeys/BookableResourceBlockoutCacheKeys.js.map +1 -0
- package/dist/models/bookings/CacheKeys/BookableResourceCacheKeys.d.ts +20 -0
- package/dist/models/bookings/CacheKeys/BookableResourceCacheKeys.d.ts.map +1 -0
- package/dist/models/bookings/CacheKeys/BookableResourceCacheKeys.js +20 -0
- package/dist/models/bookings/CacheKeys/BookableResourceCacheKeys.js.map +1 -0
- package/dist/models/bookings/CacheKeys/BookingCacheKeys.d.ts +24 -0
- package/dist/models/bookings/CacheKeys/BookingCacheKeys.d.ts.map +1 -0
- package/dist/models/bookings/CacheKeys/BookingCacheKeys.js +24 -0
- package/dist/models/bookings/CacheKeys/BookingCacheKeys.js.map +1 -0
- package/dist/models/bookings/CacheKeys/BookingLogCacheKeys.d.ts +18 -0
- package/dist/models/bookings/CacheKeys/BookingLogCacheKeys.d.ts.map +1 -0
- package/dist/models/bookings/CacheKeys/BookingLogCacheKeys.js +18 -0
- package/dist/models/bookings/CacheKeys/BookingLogCacheKeys.js.map +1 -0
- package/dist/models/bookings/CacheKeys/BookingSettingCacheKeys.d.ts +18 -0
- package/dist/models/bookings/CacheKeys/BookingSettingCacheKeys.d.ts.map +1 -0
- package/dist/models/bookings/CacheKeys/BookingSettingCacheKeys.js +18 -0
- package/dist/models/bookings/CacheKeys/BookingSettingCacheKeys.js.map +1 -0
- package/dist/models/bookings/CacheKeys/index.d.ts +9 -0
- package/dist/models/bookings/CacheKeys/index.d.ts.map +1 -0
- package/dist/models/bookings/CacheKeys/index.js +9 -0
- package/dist/models/bookings/CacheKeys/index.js.map +1 -0
- package/dist/models/bookings/ModelView/BookableResourceBlockoutModelView.d.ts +48 -0
- package/dist/models/bookings/ModelView/BookableResourceBlockoutModelView.d.ts.map +1 -0
- package/dist/models/bookings/ModelView/BookableResourceBlockoutModelView.js +2 -0
- package/dist/models/bookings/ModelView/BookableResourceBlockoutModelView.js.map +1 -0
- package/dist/models/bookings/ModelView/BookableResourceModelView.d.ts +80 -0
- package/dist/models/bookings/ModelView/BookableResourceModelView.d.ts.map +1 -0
- package/dist/models/bookings/ModelView/BookableResourceModelView.js +2 -0
- package/dist/models/bookings/ModelView/BookableResourceModelView.js.map +1 -0
- package/dist/models/bookings/ModelView/BookingApprovalRequest.d.ts +14 -0
- package/dist/models/bookings/ModelView/BookingApprovalRequest.d.ts.map +1 -0
- package/dist/models/bookings/ModelView/BookingApprovalRequest.js +2 -0
- package/dist/models/bookings/ModelView/BookingApprovalRequest.js.map +1 -0
- package/dist/models/bookings/ModelView/BookingCalendarEvent.d.ts +36 -0
- package/dist/models/bookings/ModelView/BookingCalendarEvent.d.ts.map +1 -0
- package/dist/models/bookings/ModelView/BookingCalendarEvent.js +2 -0
- package/dist/models/bookings/ModelView/BookingCalendarEvent.js.map +1 -0
- package/dist/models/bookings/ModelView/BookingDashboardStats.d.ts +43 -0
- package/dist/models/bookings/ModelView/BookingDashboardStats.d.ts.map +1 -0
- package/dist/models/bookings/ModelView/BookingDashboardStats.js +2 -0
- package/dist/models/bookings/ModelView/BookingDashboardStats.js.map +1 -0
- package/dist/models/bookings/ModelView/BookingDetailModelView.d.ts +146 -0
- package/dist/models/bookings/ModelView/BookingDetailModelView.d.ts.map +1 -0
- package/dist/models/bookings/ModelView/BookingDetailModelView.js +2 -0
- package/dist/models/bookings/ModelView/BookingDetailModelView.js.map +1 -0
- package/dist/models/bookings/ModelView/BookingFilterModel.d.ts +36 -0
- package/dist/models/bookings/ModelView/BookingFilterModel.d.ts.map +1 -0
- package/dist/models/bookings/ModelView/BookingFilterModel.js +2 -0
- package/dist/models/bookings/ModelView/BookingFilterModel.js.map +1 -0
- package/dist/models/bookings/ModelView/BookingLogModelView.d.ts +76 -0
- package/dist/models/bookings/ModelView/BookingLogModelView.d.ts.map +1 -0
- package/dist/models/bookings/ModelView/BookingLogModelView.js +2 -0
- package/dist/models/bookings/ModelView/BookingLogModelView.js.map +1 -0
- package/dist/models/bookings/ModelView/BookingModelView.d.ts +107 -0
- package/dist/models/bookings/ModelView/BookingModelView.d.ts.map +1 -0
- package/dist/models/bookings/ModelView/BookingModelView.js +2 -0
- package/dist/models/bookings/ModelView/BookingModelView.js.map +1 -0
- package/dist/models/bookings/ModelView/CreateBookingLogRequest.d.ts +38 -0
- package/dist/models/bookings/ModelView/CreateBookingLogRequest.d.ts.map +1 -0
- package/dist/models/bookings/ModelView/CreateBookingLogRequest.js +2 -0
- package/dist/models/bookings/ModelView/CreateBookingLogRequest.js.map +1 -0
- package/dist/models/bookings/ModelView/CreateBookingRequest.d.ts +38 -0
- package/dist/models/bookings/ModelView/CreateBookingRequest.d.ts.map +1 -0
- package/dist/models/bookings/ModelView/CreateBookingRequest.js +2 -0
- package/dist/models/bookings/ModelView/CreateBookingRequest.js.map +1 -0
- package/dist/models/bookings/ModelView/ResourceAvailabilityResult.d.ts +52 -0
- package/dist/models/bookings/ModelView/ResourceAvailabilityResult.d.ts.map +1 -0
- package/dist/models/bookings/ModelView/ResourceAvailabilityResult.js +2 -0
- package/dist/models/bookings/ModelView/ResourceAvailabilityResult.js.map +1 -0
- package/dist/models/bookings/ModelView/index.d.ts +16 -0
- package/dist/models/bookings/ModelView/index.d.ts.map +1 -0
- package/dist/models/bookings/ModelView/index.js +16 -0
- package/dist/models/bookings/ModelView/index.js.map +1 -0
- package/dist/models/bookings/index.d.ts +20 -0
- package/dist/models/bookings/index.d.ts.map +1 -0
- package/dist/models/bookings/index.js +23 -0
- package/dist/models/bookings/index.js.map +1 -0
- package/dist/models/identity/ModelView/AccountViewModels.d.ts +3 -0
- package/dist/models/identity/ModelView/AccountViewModels.d.ts.map +1 -1
- package/dist/models/index.d.ts +1 -1
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +2 -2
- package/dist/models/index.js.map +1 -1
- package/dist/models/orders/ModelView/OrderModelView.d.ts +5 -0
- package/dist/models/orders/ModelView/OrderModelView.d.ts.map +1 -1
- package/dist/models/procurement/ModelView/RequestCommentModelView.d.ts +18 -0
- package/dist/models/procurement/ModelView/RequestCommentModelView.d.ts.map +1 -0
- package/dist/models/procurement/ModelView/RequestCommentModelView.js +2 -0
- package/dist/models/procurement/ModelView/RequestCommentModelView.js.map +1 -0
- package/dist/models/procurement/ModelView/index.d.ts +1 -0
- package/dist/models/procurement/ModelView/index.d.ts.map +1 -1
- package/dist/models/procurement/ModelView/index.js +1 -0
- package/dist/models/procurement/ModelView/index.js.map +1 -1
- package/dist/models/procurements/CacheKeys/ItemCategoryCacheKeys.d.ts +11 -0
- package/dist/models/procurements/CacheKeys/ItemCategoryCacheKeys.d.ts.map +1 -0
- package/dist/models/procurements/CacheKeys/ItemCategoryCacheKeys.js +10 -0
- package/dist/models/procurements/CacheKeys/ItemCategoryCacheKeys.js.map +1 -0
- package/dist/models/procurements/CacheKeys/ProcurementItemCacheKeys.d.ts +12 -0
- package/dist/models/procurements/CacheKeys/ProcurementItemCacheKeys.d.ts.map +1 -0
- package/dist/models/procurements/CacheKeys/ProcurementItemCacheKeys.js +11 -0
- package/dist/models/procurements/CacheKeys/ProcurementItemCacheKeys.js.map +1 -0
- package/dist/models/procurements/CacheKeys/index.d.ts +2 -2
- package/dist/models/procurements/CacheKeys/index.d.ts.map +1 -1
- package/dist/models/procurements/CacheKeys/index.js +2 -2
- package/dist/models/procurements/CacheKeys/index.js.map +1 -1
- package/dist/models/procurements/ItemCategory.d.ts +30 -0
- package/dist/models/procurements/ItemCategory.d.ts.map +1 -0
- package/dist/models/procurements/ItemCategory.js +2 -0
- package/dist/models/procurements/ItemCategory.js.map +1 -0
- package/dist/models/procurements/ProcurementItem.d.ts +54 -0
- package/dist/models/procurements/ProcurementItem.d.ts.map +1 -0
- package/dist/models/procurements/ProcurementItem.js +2 -0
- package/dist/models/procurements/ProcurementItem.js.map +1 -0
- package/dist/models/procurements/RequestPurchaseOrder.d.ts +1 -1
- 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/Supplier.d.ts +1 -0
- package/dist/models/suppliers/Supplier.d.ts.map +1 -1
- package/dist/models/suppliers/SupplierNote.d.ts +13 -0
- package/dist/models/suppliers/SupplierNote.d.ts.map +1 -0
- package/dist/models/suppliers/SupplierNote.js +2 -0
- package/dist/models/suppliers/SupplierNote.js.map +1 -0
- package/dist/models/suppliers/index.d.ts +1 -1
- package/dist/models/suppliers/index.d.ts.map +1 -1
- package/dist/models/suppliers/index.js +1 -1
- package/dist/models/suppliers/index.js.map +1 -1
- package/dist/models/vendorcatalog/ModelView/ProductStockStatusModelView.d.ts +8 -0
- package/dist/models/vendorcatalog/ModelView/ProductStockStatusModelView.d.ts.map +1 -1
- package/dist/models/vendorcatalog/ModelView/ShopEventCatalogModelView.d.ts +4 -0
- package/dist/models/vendorcatalog/ModelView/ShopEventCatalogModelView.d.ts.map +1 -1
- package/dist/models/vendorcatalog/ModelView/ShopEventProductModelView.d.ts +6 -0
- package/dist/models/vendorcatalog/ModelView/ShopEventProductModelView.d.ts.map +1 -1
- package/dist/models/vendorcatalog/ModelView/VendorProductAddOnModelView.d.ts +8 -0
- package/dist/models/vendorcatalog/ModelView/VendorProductAddOnModelView.d.ts.map +1 -1
- package/dist/models/vendorcatalog/ModelView/VendorProductDetailModelView.d.ts +8 -0
- package/dist/models/vendorcatalog/ModelView/VendorProductDetailModelView.d.ts.map +1 -1
- package/dist/models/vendorcatalog/ModelView/VendorProductVariantModelView.d.ts +10 -0
- package/dist/models/vendorcatalog/ModelView/VendorProductVariantModelView.d.ts.map +1 -1
- package/dist/models/vendors/ModelView/ShopVendorModelView.d.ts +2 -0
- package/dist/models/vendors/ModelView/ShopVendorModelView.d.ts.map +1 -1
- package/dist/models/vendors/ModelView/VendorLedgerModelView.d.ts +89 -0
- package/dist/models/vendors/ModelView/VendorLedgerModelView.d.ts.map +1 -0
- package/dist/models/vendors/ModelView/VendorLedgerModelView.js +8 -0
- package/dist/models/vendors/ModelView/VendorLedgerModelView.js.map +1 -0
- package/dist/models/vendors/ModelView/VendorPayoutModelView.d.ts +67 -0
- package/dist/models/vendors/ModelView/VendorPayoutModelView.d.ts.map +1 -0
- package/dist/models/vendors/ModelView/VendorPayoutModelView.js +8 -0
- package/dist/models/vendors/ModelView/VendorPayoutModelView.js.map +1 -0
- package/dist/models/vendors/ModelView/VendorStatementModelView.d.ts +55 -0
- package/dist/models/vendors/ModelView/VendorStatementModelView.d.ts.map +1 -0
- package/dist/models/vendors/ModelView/VendorStatementModelView.js +9 -0
- package/dist/models/vendors/ModelView/VendorStatementModelView.js.map +1 -0
- package/dist/models/vendors/ModelView/index.d.ts +3 -0
- package/dist/models/vendors/ModelView/index.d.ts.map +1 -1
- package/dist/models/vendors/ModelView/index.js +4 -0
- package/dist/models/vendors/ModelView/index.js.map +1 -1
- package/dist/react/CCMSProvider.d.ts.map +1 -1
- package/dist/react/CCMSProvider.js +5 -0
- package/dist/react/CCMSProvider.js.map +1 -1
- package/dist/react/hooks/services/index.d.ts +1 -0
- package/dist/react/hooks/services/index.d.ts.map +1 -1
- package/dist/react/hooks/services/index.js +2 -0
- package/dist/react/hooks/services/index.js.map +1 -1
- package/dist/react/hooks/services/useBookingsServices.d.ts +55 -0
- package/dist/react/hooks/services/useBookingsServices.d.ts.map +1 -0
- package/dist/react/hooks/services/useBookingsServices.js +83 -0
- package/dist/react/hooks/services/useBookingsServices.js.map +1 -0
- package/dist/react/hooks/services/useProcurementsServices.d.ts +9 -13
- package/dist/react/hooks/services/useProcurementsServices.d.ts.map +1 -1
- package/dist/react/hooks/services/useProcurementsServices.js +12 -18
- package/dist/react/hooks/services/useProcurementsServices.js.map +1 -1
- package/dist/react/hooks/services/useSupplierServices.d.ts +19 -7
- package/dist/react/hooks/services/useSupplierServices.d.ts.map +1 -1
- package/dist/react/hooks/services/useSupplierServices.js +26 -8
- package/dist/react/hooks/services/useSupplierServices.js.map +1 -1
- package/dist/react/hooks/useCCMS.d.ts +2 -0
- package/dist/react/hooks/useCCMS.d.ts.map +1 -1
- package/dist/react/hooks/useCCMS.js.map +1 -1
- package/dist/services/bookings/BookableResourceBlockoutService.d.ts +40 -0
- package/dist/services/bookings/BookableResourceBlockoutService.d.ts.map +1 -0
- package/dist/services/bookings/BookableResourceBlockoutService.js +56 -0
- package/dist/services/bookings/BookableResourceBlockoutService.js.map +1 -0
- package/dist/services/bookings/BookableResourceBlockoutTypeService.d.ts +17 -0
- package/dist/services/bookings/BookableResourceBlockoutTypeService.d.ts.map +1 -0
- package/dist/services/bookings/BookableResourceBlockoutTypeService.js +20 -0
- package/dist/services/bookings/BookableResourceBlockoutTypeService.js.map +1 -0
- package/dist/services/bookings/BookableResourceImageService.d.ts +30 -0
- package/dist/services/bookings/BookableResourceImageService.d.ts.map +1 -0
- package/dist/services/bookings/BookableResourceImageService.js +39 -0
- package/dist/services/bookings/BookableResourceImageService.js.map +1 -0
- package/dist/services/bookings/BookableResourceService.d.ts +104 -0
- package/dist/services/bookings/BookableResourceService.d.ts.map +1 -0
- package/dist/services/bookings/BookableResourceService.js +166 -0
- package/dist/services/bookings/BookableResourceService.js.map +1 -0
- package/dist/services/bookings/BookableResourceStatusService.d.ts +17 -0
- package/dist/services/bookings/BookableResourceStatusService.d.ts.map +1 -0
- package/dist/services/bookings/BookableResourceStatusService.js +20 -0
- package/dist/services/bookings/BookableResourceStatusService.js.map +1 -0
- package/dist/services/bookings/BookableResourceTypeService.d.ts +17 -0
- package/dist/services/bookings/BookableResourceTypeService.d.ts.map +1 -0
- package/dist/services/bookings/BookableResourceTypeService.js +20 -0
- package/dist/services/bookings/BookableResourceTypeService.js.map +1 -0
- package/dist/services/bookings/BookingAccessoryService.d.ts +30 -0
- package/dist/services/bookings/BookingAccessoryService.d.ts.map +1 -0
- package/dist/services/bookings/BookingAccessoryService.js +39 -0
- package/dist/services/bookings/BookingAccessoryService.js.map +1 -0
- package/dist/services/bookings/BookingLogService.d.ts +56 -0
- package/dist/services/bookings/BookingLogService.d.ts.map +1 -0
- package/dist/services/bookings/BookingLogService.js +85 -0
- package/dist/services/bookings/BookingLogService.js.map +1 -0
- package/dist/services/bookings/BookingService.d.ts +214 -0
- package/dist/services/bookings/BookingService.d.ts.map +1 -0
- package/dist/services/bookings/BookingService.js +351 -0
- package/dist/services/bookings/BookingService.js.map +1 -0
- package/dist/services/bookings/BookingSettingService.d.ts +30 -0
- package/dist/services/bookings/BookingSettingService.d.ts.map +1 -0
- package/dist/services/bookings/BookingSettingService.js +42 -0
- package/dist/services/bookings/BookingSettingService.js.map +1 -0
- package/dist/services/bookings/BookingStatusService.d.ts +17 -0
- package/dist/services/bookings/BookingStatusService.d.ts.map +1 -0
- package/dist/services/bookings/BookingStatusService.js +20 -0
- package/dist/services/bookings/BookingStatusService.js.map +1 -0
- package/dist/services/bookings/index.d.ts +63 -0
- package/dist/services/bookings/index.d.ts.map +1 -0
- package/dist/services/bookings/index.js +50 -0
- package/dist/services/bookings/index.js.map +1 -0
- package/dist/services/departments/DepartmentService.d.ts.map +1 -1
- package/dist/services/departments/DepartmentService.js +1 -1
- package/dist/services/departments/DepartmentService.js.map +1 -1
- package/dist/services/index.d.ts +1 -0
- package/dist/services/index.d.ts.map +1 -1
- package/dist/services/index.js +2 -0
- package/dist/services/index.js.map +1 -1
- package/dist/services/procurements/AuditLogService.d.ts +2 -0
- package/dist/services/procurements/AuditLogService.d.ts.map +1 -1
- package/dist/services/procurements/AuditLogService.js +4 -0
- package/dist/services/procurements/AuditLogService.js.map +1 -1
- package/dist/services/procurements/ItemCategoryService.d.ts +21 -0
- package/dist/services/procurements/ItemCategoryService.d.ts.map +1 -0
- package/dist/services/procurements/ItemCategoryService.js +24 -0
- package/dist/services/procurements/ItemCategoryService.js.map +1 -0
- package/dist/services/procurements/ProcurementItemService.d.ts +33 -0
- package/dist/services/procurements/ProcurementItemService.d.ts.map +1 -0
- package/dist/services/procurements/ProcurementItemService.js +46 -0
- package/dist/services/procurements/ProcurementItemService.js.map +1 -0
- package/dist/services/procurements/ProcurementRoleAssignmentService.d.ts +3 -0
- package/dist/services/procurements/ProcurementRoleAssignmentService.d.ts.map +1 -1
- package/dist/services/procurements/ProcurementRoleAssignmentService.js +8 -0
- package/dist/services/procurements/ProcurementRoleAssignmentService.js.map +1 -1
- package/dist/services/procurements/RequestAttachmentService.d.ts +2 -0
- package/dist/services/procurements/RequestAttachmentService.d.ts.map +1 -1
- package/dist/services/procurements/RequestAttachmentService.js +4 -0
- package/dist/services/procurements/RequestAttachmentService.js.map +1 -1
- package/dist/services/procurements/RequestCommentService.d.ts +2 -0
- package/dist/services/procurements/RequestCommentService.d.ts.map +1 -1
- package/dist/services/procurements/RequestCommentService.js +4 -0
- package/dist/services/procurements/RequestCommentService.js.map +1 -1
- package/dist/services/procurements/index.d.ts +6 -9
- package/dist/services/procurements/index.d.ts.map +1 -1
- package/dist/services/procurements/index.js +6 -9
- package/dist/services/procurements/index.js.map +1 -1
- package/dist/services/suppliers/IndustryService.d.ts +19 -0
- package/dist/services/suppliers/IndustryService.d.ts.map +1 -0
- package/dist/services/suppliers/IndustryService.js +22 -0
- package/dist/services/suppliers/IndustryService.js.map +1 -0
- package/dist/services/suppliers/SubscriptionStatusService.d.ts +16 -0
- package/dist/services/suppliers/SubscriptionStatusService.d.ts.map +1 -0
- package/dist/services/suppliers/SubscriptionStatusService.js +19 -0
- package/dist/services/suppliers/SubscriptionStatusService.js.map +1 -0
- package/dist/services/suppliers/SubscriptionTypeService.d.ts +16 -0
- package/dist/services/suppliers/SubscriptionTypeService.d.ts.map +1 -0
- package/dist/services/suppliers/SubscriptionTypeService.js +19 -0
- package/dist/services/suppliers/SubscriptionTypeService.js.map +1 -0
- package/dist/services/suppliers/SupplierAccountService.d.ts +32 -0
- package/dist/services/suppliers/SupplierAccountService.d.ts.map +1 -0
- package/dist/services/suppliers/SupplierAccountService.js +42 -0
- package/dist/services/suppliers/SupplierAccountService.js.map +1 -0
- package/dist/services/suppliers/SupplierContactService.d.ts +5 -5
- package/dist/services/suppliers/SupplierContactService.d.ts.map +1 -1
- package/dist/services/suppliers/SupplierContactService.js +1 -1
- package/dist/services/suppliers/SupplierContactService.js.map +1 -1
- package/dist/services/suppliers/SupplierNoteService.d.ts +5 -5
- package/dist/services/suppliers/SupplierNoteService.d.ts.map +1 -1
- package/dist/services/suppliers/SupplierNoteService.js +1 -1
- package/dist/services/suppliers/SupplierNoteService.js.map +1 -1
- package/dist/services/suppliers/SupplierService.d.ts +13 -13
- package/dist/services/suppliers/SupplierService.d.ts.map +1 -1
- package/dist/services/suppliers/SupplierService.js +10 -10
- package/dist/services/suppliers/SupplierService.js.map +1 -1
- package/dist/services/suppliers/SupplierSubscriptionService.d.ts +24 -0
- package/dist/services/suppliers/SupplierSubscriptionService.d.ts.map +1 -0
- package/dist/services/suppliers/SupplierSubscriptionService.js +34 -0
- package/dist/services/suppliers/SupplierSubscriptionService.js.map +1 -0
- package/dist/services/suppliers/index.d.ts +15 -6
- package/dist/services/suppliers/index.d.ts.map +1 -1
- package/dist/services/suppliers/index.js +15 -6
- package/dist/services/suppliers/index.js.map +1 -1
- package/dist/services/types.d.ts +2 -0
- package/dist/services/types.d.ts.map +1 -1
- package/dist/services/vendor-portal/VendorPortalProfileService.d.ts +16 -0
- package/dist/services/vendor-portal/VendorPortalProfileService.d.ts.map +1 -1
- package/dist/services/vendor-portal/VendorPortalProfileService.js +19 -0
- package/dist/services/vendor-portal/VendorPortalProfileService.js.map +1 -1
- package/dist/services/vendor-portal/index.d.ts +1 -1
- package/dist/services/vendor-portal/index.d.ts.map +1 -1
- package/dist/services/vendors/VendorLedgerService.d.ts +5 -4
- package/dist/services/vendors/VendorLedgerService.d.ts.map +1 -1
- package/dist/services/vendors/VendorLedgerService.js +6 -3
- package/dist/services/vendors/VendorLedgerService.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/integrations/sageone/Companies/Company.d.ts +0 -12
- package/dist/models/integrations/sageone/Companies/Company.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Companies/Company.js +0 -6
- package/dist/models/integrations/sageone/Companies/Company.js.map +0 -1
- package/dist/models/integrations/sageone/Companies/CompanyEntityType.d.ts +0 -9
- package/dist/models/integrations/sageone/Companies/CompanyEntityType.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Companies/CompanyEntityType.js +0 -6
- package/dist/models/integrations/sageone/Companies/CompanyEntityType.js.map +0 -1
- package/dist/models/integrations/sageone/Companies/CompanyNote.d.ts +0 -12
- package/dist/models/integrations/sageone/Companies/CompanyNote.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Companies/CompanyNote.js +0 -6
- package/dist/models/integrations/sageone/Companies/CompanyNote.js.map +0 -1
- package/dist/models/integrations/sageone/Companies/index.d.ts +0 -8
- package/dist/models/integrations/sageone/Companies/index.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Companies/index.js +0 -8
- package/dist/models/integrations/sageone/Companies/index.js.map +0 -1
- package/dist/models/integrations/sageone/Items/Account.d.ts +0 -24
- package/dist/models/integrations/sageone/Items/Account.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Items/Account.js +0 -6
- package/dist/models/integrations/sageone/Items/Account.js.map +0 -1
- package/dist/models/integrations/sageone/Items/AccountCategory.d.ts +0 -13
- package/dist/models/integrations/sageone/Items/AccountCategory.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Items/AccountCategory.js +0 -6
- package/dist/models/integrations/sageone/Items/AccountCategory.js.map +0 -1
- package/dist/models/integrations/sageone/Items/AdditionalItemPrice.d.ts +0 -12
- package/dist/models/integrations/sageone/Items/AdditionalItemPrice.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Items/AdditionalItemPrice.js +0 -6
- package/dist/models/integrations/sageone/Items/AdditionalItemPrice.js.map +0 -1
- package/dist/models/integrations/sageone/Items/Item.d.ts +0 -69
- package/dist/models/integrations/sageone/Items/Item.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Items/Item.js +0 -6
- package/dist/models/integrations/sageone/Items/Item.js.map +0 -1
- package/dist/models/integrations/sageone/Items/ItemAdjustment.d.ts +0 -17
- package/dist/models/integrations/sageone/Items/ItemAdjustment.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Items/ItemAdjustment.js +0 -6
- package/dist/models/integrations/sageone/Items/ItemAdjustment.js.map +0 -1
- package/dist/models/integrations/sageone/Items/ItemAttachment.d.ts +0 -11
- package/dist/models/integrations/sageone/Items/ItemAttachment.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Items/ItemAttachment.js +0 -6
- package/dist/models/integrations/sageone/Items/ItemAttachment.js.map +0 -1
- package/dist/models/integrations/sageone/Items/ItemCategory.d.ts +0 -11
- package/dist/models/integrations/sageone/Items/ItemCategory.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Items/ItemCategory.js +0 -6
- package/dist/models/integrations/sageone/Items/ItemCategory.js.map +0 -1
- package/dist/models/integrations/sageone/Items/ItemNote.d.ts +0 -18
- package/dist/models/integrations/sageone/Items/ItemNote.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Items/ItemNote.js +0 -6
- package/dist/models/integrations/sageone/Items/ItemNote.js.map +0 -1
- package/dist/models/integrations/sageone/Items/ItemReportGroup.d.ts +0 -15
- package/dist/models/integrations/sageone/Items/ItemReportGroup.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Items/ItemReportGroup.js +0 -6
- package/dist/models/integrations/sageone/Items/ItemReportGroup.js.map +0 -1
- package/dist/models/integrations/sageone/Items/TaxType.d.ts +0 -18
- package/dist/models/integrations/sageone/Items/TaxType.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Items/TaxType.js +0 -6
- package/dist/models/integrations/sageone/Items/TaxType.js.map +0 -1
- package/dist/models/integrations/sageone/Items/index.d.ts +0 -15
- package/dist/models/integrations/sageone/Items/index.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Items/index.js +0 -15
- package/dist/models/integrations/sageone/Items/index.js.map +0 -1
- package/dist/models/integrations/sageone/PurchaseOrders/EmailPurchaseOrder.d.ts +0 -11
- package/dist/models/integrations/sageone/PurchaseOrders/EmailPurchaseOrder.d.ts.map +0 -1
- package/dist/models/integrations/sageone/PurchaseOrders/EmailPurchaseOrder.js +0 -6
- package/dist/models/integrations/sageone/PurchaseOrders/EmailPurchaseOrder.js.map +0 -1
- package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrder.d.ts +0 -17
- package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrder.d.ts.map +0 -1
- package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrder.js +0 -6
- package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrder.js.map +0 -1
- package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrderLine.d.ts +0 -12
- package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrderLine.d.ts.map +0 -1
- package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrderLine.js +0 -6
- package/dist/models/integrations/sageone/PurchaseOrders/PurchaseOrderLine.js.map +0 -1
- package/dist/models/integrations/sageone/PurchaseOrders/index.d.ts +0 -8
- package/dist/models/integrations/sageone/PurchaseOrders/index.d.ts.map +0 -1
- package/dist/models/integrations/sageone/PurchaseOrders/index.js +0 -8
- package/dist/models/integrations/sageone/PurchaseOrders/index.js.map +0 -1
- package/dist/models/integrations/sageone/SageOneApiConfig.d.ts +0 -15
- package/dist/models/integrations/sageone/SageOneApiConfig.d.ts.map +0 -1
- package/dist/models/integrations/sageone/SageOneApiConfig.js +0 -6
- package/dist/models/integrations/sageone/SageOneApiConfig.js.map +0 -1
- package/dist/models/integrations/sageone/SageOneResponse.d.ts +0 -10
- package/dist/models/integrations/sageone/SageOneResponse.d.ts.map +0 -1
- package/dist/models/integrations/sageone/SageOneResponse.js +0 -6
- package/dist/models/integrations/sageone/SageOneResponse.js.map +0 -1
- package/dist/models/integrations/sageone/Suppliers/Supplier.d.ts +0 -54
- package/dist/models/integrations/sageone/Suppliers/Supplier.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Suppliers/Supplier.js +0 -6
- package/dist/models/integrations/sageone/Suppliers/Supplier.js.map +0 -1
- package/dist/models/integrations/sageone/Suppliers/SupplierAdditionalContactDetail.d.ts +0 -18
- package/dist/models/integrations/sageone/Suppliers/SupplierAdditionalContactDetail.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Suppliers/SupplierAdditionalContactDetail.js +0 -6
- package/dist/models/integrations/sageone/Suppliers/SupplierAdditionalContactDetail.js.map +0 -1
- package/dist/models/integrations/sageone/Suppliers/SupplierBankDetail.d.ts +0 -17
- package/dist/models/integrations/sageone/Suppliers/SupplierBankDetail.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Suppliers/SupplierBankDetail.js +0 -6
- package/dist/models/integrations/sageone/Suppliers/SupplierBankDetail.js.map +0 -1
- package/dist/models/integrations/sageone/Suppliers/SupplierCategory.d.ts +0 -11
- package/dist/models/integrations/sageone/Suppliers/SupplierCategory.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Suppliers/SupplierCategory.js +0 -6
- package/dist/models/integrations/sageone/Suppliers/SupplierCategory.js.map +0 -1
- package/dist/models/integrations/sageone/Suppliers/SupplierNote.d.ts +0 -18
- package/dist/models/integrations/sageone/Suppliers/SupplierNote.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Suppliers/SupplierNote.js +0 -6
- package/dist/models/integrations/sageone/Suppliers/SupplierNote.js.map +0 -1
- package/dist/models/integrations/sageone/Suppliers/index.d.ts +0 -8
- package/dist/models/integrations/sageone/Suppliers/index.d.ts.map +0 -1
- package/dist/models/integrations/sageone/Suppliers/index.js +0 -8
- package/dist/models/integrations/sageone/Suppliers/index.js.map +0 -1
- package/dist/models/integrations/sageone/index.d.ts +0 -11
- package/dist/models/integrations/sageone/index.d.ts.map +0 -1
- package/dist/models/integrations/sageone/index.js +0 -13
- package/dist/models/integrations/sageone/index.js.map +0 -1
- package/dist/models/procurements/CacheKeys/SageItemCacheKeys.d.ts +0 -11
- package/dist/models/procurements/CacheKeys/SageItemCacheKeys.d.ts.map +0 -1
- package/dist/models/procurements/CacheKeys/SageItemCacheKeys.js +0 -10
- package/dist/models/procurements/CacheKeys/SageItemCacheKeys.js.map +0 -1
- package/dist/models/procurements/CacheKeys/SagePurchaseOrderCacheKeys.d.ts +0 -11
- package/dist/models/procurements/CacheKeys/SagePurchaseOrderCacheKeys.d.ts.map +0 -1
- package/dist/models/procurements/CacheKeys/SagePurchaseOrderCacheKeys.js +0 -10
- package/dist/models/procurements/CacheKeys/SagePurchaseOrderCacheKeys.js.map +0 -1
- package/dist/models/suppliers/SageOne/SageOneSupplier.d.ts +0 -54
- package/dist/models/suppliers/SageOne/SageOneSupplier.d.ts.map +0 -1
- package/dist/models/suppliers/SageOne/SageOneSupplier.js +0 -6
- package/dist/models/suppliers/SageOne/SageOneSupplier.js.map +0 -1
- package/dist/models/suppliers/SageOne/SageOneSupplierBankDetail.d.ts +0 -17
- package/dist/models/suppliers/SageOne/SageOneSupplierBankDetail.d.ts.map +0 -1
- package/dist/models/suppliers/SageOne/SageOneSupplierBankDetail.js +0 -6
- package/dist/models/suppliers/SageOne/SageOneSupplierBankDetail.js.map +0 -1
- package/dist/models/suppliers/SageOne/SageOneSupplierCategory.d.ts +0 -11
- package/dist/models/suppliers/SageOne/SageOneSupplierCategory.d.ts.map +0 -1
- package/dist/models/suppliers/SageOne/SageOneSupplierCategory.js +0 -6
- package/dist/models/suppliers/SageOne/SageOneSupplierCategory.js.map +0 -1
- package/dist/models/suppliers/SageOne/SageOneSupplierContact.d.ts +0 -18
- package/dist/models/suppliers/SageOne/SageOneSupplierContact.d.ts.map +0 -1
- package/dist/models/suppliers/SageOne/SageOneSupplierContact.js +0 -6
- package/dist/models/suppliers/SageOne/SageOneSupplierContact.js.map +0 -1
- package/dist/models/suppliers/SageOne/SageOneSupplierNote.d.ts +0 -18
- package/dist/models/suppliers/SageOne/SageOneSupplierNote.d.ts.map +0 -1
- package/dist/models/suppliers/SageOne/SageOneSupplierNote.js +0 -6
- package/dist/models/suppliers/SageOne/SageOneSupplierNote.js.map +0 -1
- package/dist/models/suppliers/SageOne/index.d.ts +0 -10
- package/dist/models/suppliers/SageOne/index.d.ts.map +0 -1
- package/dist/models/suppliers/SageOne/index.js +0 -10
- package/dist/models/suppliers/SageOne/index.js.map +0 -1
- package/dist/services/procurements/SageCompanyService.d.ts +0 -92
- package/dist/services/procurements/SageCompanyService.d.ts.map +0 -1
- package/dist/services/procurements/SageCompanyService.js +0 -139
- package/dist/services/procurements/SageCompanyService.js.map +0 -1
- package/dist/services/procurements/SageItemService.d.ts +0 -214
- package/dist/services/procurements/SageItemService.d.ts.map +0 -1
- package/dist/services/procurements/SageItemService.js +0 -348
- package/dist/services/procurements/SageItemService.js.map +0 -1
- package/dist/services/procurements/SagePurchaseOrderService.d.ts +0 -103
- package/dist/services/procurements/SagePurchaseOrderService.d.ts.map +0 -1
- package/dist/services/procurements/SagePurchaseOrderService.js +0 -164
- package/dist/services/procurements/SagePurchaseOrderService.js.map +0 -1
- package/dist/services/suppliers/SupplierBankDetailService.d.ts +0 -32
- package/dist/services/suppliers/SupplierBankDetailService.d.ts.map +0 -1
- package/dist/services/suppliers/SupplierBankDetailService.js +0 -42
- package/dist/services/suppliers/SupplierBankDetailService.js.map +0 -1
- package/dist/services/suppliers/SupplierCategoryService.d.ts +0 -19
- package/dist/services/suppliers/SupplierCategoryService.d.ts.map +0 -1
- package/dist/services/suppliers/SupplierCategoryService.js +0 -22
- package/dist/services/suppliers/SupplierCategoryService.js.map +0 -1
package/dist/core/HttpClient.js
CHANGED
|
@@ -133,7 +133,7 @@ export class HttpClient {
|
|
|
133
133
|
// Parse JSON response
|
|
134
134
|
let data;
|
|
135
135
|
try {
|
|
136
|
-
// Normalize PascalCase keys to camelCase
|
|
136
|
+
// Normalize PascalCase keys to camelCase
|
|
137
137
|
data = normalizeKeys(await response.json());
|
|
138
138
|
}
|
|
139
139
|
catch (parseError) {
|
|
@@ -331,7 +331,7 @@ export class HttpClient {
|
|
|
331
331
|
// Parse JSON response
|
|
332
332
|
let data;
|
|
333
333
|
try {
|
|
334
|
-
// Normalize PascalCase keys to camelCase
|
|
334
|
+
// Normalize PascalCase keys to camelCase
|
|
335
335
|
data = normalizeKeys(await response.json());
|
|
336
336
|
}
|
|
337
337
|
catch (parseError) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HttpClient.js","sourceRoot":"","sources":["../../src/core/HttpClient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAExD,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EACL,kBAAkB,EAGnB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD;;;GAGG;AACH,MAAM,OAAO,UAAU;IAKrB,YAAY,MAAkB;QAFtB,cAAS,GAAkB,IAAI,CAAC;QAGtC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,YAAY,GAAG,IAAI,kBAAkB,EAAE,CAAC;QAE7C,qCAAqC;QACrC,IAAI,CAAC,YAAY,CAAC,qBAAqB,CAAC,CAAC,GAAG,EAAE,EAAE;YAC9C,GAAG,CAAC,IAAI,CAAC,OAAO,GAAG;gBACjB,GAAG,GAAG,CAAC,IAAI,CAAC,OAAO;gBACnB,oBAAoB,EAAE,gBAAgB;aACvC,CAAC;YACF,OAAO,GAAG,CAAC;QACb,CAAC,CAAC,CAAC;QAEH,sFAAsF;QACtF,IAAI,CAAC,YAAY,CAAC,qBAAqB,CAAC,CAAC,GAAG,EAAE,EAAE;YAC9C,IAAI,IAAI,CAAC,SAAS,KAAK,IAAI,EAAE,CAAC;gBAC5B,GAAG,CAAC,IAAI,CAAC,OAAO,GAAG;oBACjB,GAAG,GAAG,CAAC,IAAI,CAAC,OAAO;oBACnB,aAAa,EAAE,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC;iBACtC,CAAC;YACJ,CAAC;YACD,OAAO,GAAG,CAAC;QACb,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,eAAe;QACb,OAAO,IAAI,CAAC,YAAY,CAAC;IAC3B,CAAC;IAED;;OAEG;IACH,UAAU,CAAC,OAAe;QACxB,IAAI,CAAC,MAAM,CAAC,OAAO,GAAG,OAAO,CAAC;IAChC,CAAC;IAED;;OAEG;IACH,YAAY,CAAC,KAAoB;QAC/B,IAAI,KAAK,EAAE,CAAC;YACV,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QACtD,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QACrD,CAAC;IACH,CAAC;IAED;;OAEG;IACH,UAAU,CAAC,OAAe;QACxB,IAAI,CAAC,MAAM,CAAC,OAAO,GAAG,OAAO,CAAC;IAChC,CAAC;IAED;;;;OAIG;IACH,WAAW,CAAC,QAAuB;QACjC,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;IAC5B,CAAC;IAED;;;OAGG;IACH,WAAW;QACT,OAAO,IAAI,CAAC,SAAS,CAAC;IACxB,CAAC;IAED;;OAEG;IACK,KAAK,CAAC,YAAY;QACxB,MAAM,OAAO,GAA2B;YACtC,cAAc,EAAE,kBAAkB;SACnC,CAAC;QAEF,0BAA0B;QAC1B,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC;YACvB,OAAO,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC;QAC5C,CAAC;QAED,6BAA6B;QAC7B,IAAI,IAAI,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC;YACzB,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC;YAC3C,IAAI,KAAK,EAAE,CAAC;gBACV,OAAO,CAAC,eAAe,CAAC,GAAG,UAAU,KAAK,EAAE,CAAC;YAC/C,CAAC;QACH,CAAC;QAED,6BAA6B;QAC7B,IAAI,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC;YAC5B,MAAM,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC;YAC3C,IAAI,QAAQ,EAAE,CAAC;gBACb,OAAO,CAAC,aAAa,CAAC,GAAG,QAAQ,CAAC;YACpC,CAAC;QACH,CAAC;QAED,OAAO,OAAO,CAAC;IACjB,CAAC;IAED;;OAEG;IACK,KAAK,CAAC,OAAO,CACnB,IAAY,EACZ,MAAc,EACd,IAAc;QAEd,MAAM,GAAG,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC,OAAO,GAAG,IAAI,EAAE,CAAC;QAC5C,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,YAAY,EAAE,CAAC;QAE1C,IAAI,cAAc,GAAmB;YACnC,GAAG;YACH,IAAI,EAAE;gBACJ,MAAM;gBACN,OAAO;gBACP,GAAG,CAAC,IAAI,KAAK,SAAS,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC;aAC1D;SACF,CAAC;QAEF,2BAA2B;QAC3B,cAAc,GAAG,MAAM,IAAI,CAAC,YAAY,CAAC,sBAAsB,CAC7D,cAAc,CACf,CAAC;QAEF,6CAA6C;QAC7C,MAAM,UAAU,GAAG,IAAI,eAAe,EAAE,CAAC;QACzC,MAAM,SAAS,GAAG,IAAI,CAAC,MAAM,CAAC,OAAO;YACnC,CAAC,CAAC,UAAU,CAAC,GAAG,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,EAAE,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC;YAC3D,CAAC,CAAC,SAAS,CAAC;QAEd,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,KAAK,CAAC,cAAc,CAAC,GAAG,EAAE;gBAC/C,GAAG,cAAc,CAAC,IAAI;gBACtB,MAAM,EAAE,UAAU,CAAC,MAAM;aAC1B,CAAC,CAAC;YAEH,IAAI,SAAS;gBAAE,YAAY,CAAC,SAAS,CAAC,CAAC;YAEvC,sBAAsB;YACtB,IAAI,IAAqB,CAAC;YAC1B,IAAI,CAAC;gBACH,
|
|
1
|
+
{"version":3,"file":"HttpClient.js","sourceRoot":"","sources":["../../src/core/HttpClient.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BookableResource Entity
|
|
3
|
+
*
|
|
4
|
+
* Core entity representing a bookable resource (vehicle, phone, equipment, etc.).
|
|
5
|
+
* Maps to the BookableResource table in the database.
|
|
6
|
+
*/
|
|
7
|
+
export interface BookableResource {
|
|
8
|
+
/** Unique resource identifier (Primary Key - Identity) */
|
|
9
|
+
resourceID: number;
|
|
10
|
+
/** Display name of the resource */
|
|
11
|
+
name: string;
|
|
12
|
+
/** Detailed description of the resource */
|
|
13
|
+
description?: string | null;
|
|
14
|
+
/** Resource type ID reference */
|
|
15
|
+
resourceTypeID: number;
|
|
16
|
+
/** Resource status ID reference (default 1) */
|
|
17
|
+
resourceStatusID: number;
|
|
18
|
+
/** Location ID where the resource is based */
|
|
19
|
+
locationID?: number | null;
|
|
20
|
+
/** URL for the resource */
|
|
21
|
+
resourceUrl?: string | null;
|
|
22
|
+
/** Whether the resource is active and available for booking */
|
|
23
|
+
isActive: boolean;
|
|
24
|
+
/** Whether bookings for this resource require manager approval */
|
|
25
|
+
requiresApproval: boolean;
|
|
26
|
+
/** Whether a pre-trip inspection log is required before use */
|
|
27
|
+
requiresPreLog: boolean;
|
|
28
|
+
/** Whether a post-trip inspection log is required after use */
|
|
29
|
+
requiresPostLog: boolean;
|
|
30
|
+
/** Whether to auto-approve bookings when the resource is available */
|
|
31
|
+
autoApproveWhenAvailable: boolean;
|
|
32
|
+
/** Manufacturer serial number */
|
|
33
|
+
serialNumber?: string | null;
|
|
34
|
+
/** Vehicle plate number */
|
|
35
|
+
plateNumber?: string | null;
|
|
36
|
+
/** Additional notes about the resource */
|
|
37
|
+
notes?: string | null;
|
|
38
|
+
/** External GPS tracker identifier */
|
|
39
|
+
gpsTrackerID?: string | null;
|
|
40
|
+
/** Last known GPS latitude coordinate */
|
|
41
|
+
lastKnownLatitude?: number | null;
|
|
42
|
+
/** Last known GPS longitude coordinate */
|
|
43
|
+
lastKnownLongitude?: number | null;
|
|
44
|
+
/** Timestamp of last known location (yyyyMMddHHmmss) */
|
|
45
|
+
lastKnownLocationDateTime?: number | null;
|
|
46
|
+
/** Current odometer reading */
|
|
47
|
+
odometerReading?: number | null;
|
|
48
|
+
/** Current fuel level percentage */
|
|
49
|
+
fuelLevelPercent?: number | null;
|
|
50
|
+
/** GPS tracker provider name */
|
|
51
|
+
trackerProvider?: string | null;
|
|
52
|
+
/** GPS tracker API URL */
|
|
53
|
+
trackerAPIUrl?: string | null;
|
|
54
|
+
/** GPS tracker API key */
|
|
55
|
+
trackerAPIKey?: string | null;
|
|
56
|
+
/** Creation timestamp (yyyyMMddHHmmss) */
|
|
57
|
+
createdDateTime: number;
|
|
58
|
+
/** Last modification timestamp (yyyyMMddHHmmss) */
|
|
59
|
+
modifiedDateTime: number;
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=BookableResource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookableResource.d.ts","sourceRoot":"","sources":["../../../src/models/bookings/BookableResource.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,WAAW,gBAAgB;IAC/B,0DAA0D;IAC1D,UAAU,EAAE,MAAM,CAAC;IACnB,mCAAmC;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,2CAA2C;IAC3C,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,iCAAiC;IACjC,cAAc,EAAE,MAAM,CAAC;IACvB,+CAA+C;IAC/C,gBAAgB,EAAE,MAAM,CAAC;IACzB,8CAA8C;IAC9C,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,2BAA2B;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,+DAA+D;IAC/D,QAAQ,EAAE,OAAO,CAAC;IAGlB,kEAAkE;IAClE,gBAAgB,EAAE,OAAO,CAAC;IAC1B,+DAA+D;IAC/D,cAAc,EAAE,OAAO,CAAC;IACxB,+DAA+D;IAC/D,eAAe,EAAE,OAAO,CAAC;IACzB,sEAAsE;IACtE,wBAAwB,EAAE,OAAO,CAAC;IAClC,iCAAiC;IACjC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,2BAA2B;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,0CAA0C;IAC1C,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,sCAAsC;IACtC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,yCAAyC;IACzC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,0CAA0C;IAC1C,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,wDAAwD;IACxD,yBAAyB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1C,+BAA+B;IAC/B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,oCAAoC;IACpC,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,gCAAgC;IAChC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,0BAA0B;IAC1B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,0BAA0B;IAC1B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B,0CAA0C;IAC1C,eAAe,EAAE,MAAM,CAAC;IACxB,mDAAmD;IACnD,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookableResource.js","sourceRoot":"","sources":["../../../src/models/bookings/BookableResource.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BookableResourceBlockout Entity
|
|
3
|
+
*
|
|
4
|
+
* Represents a period during which a bookable resource is unavailable.
|
|
5
|
+
* Maps to the BookableResourceBlockout table in the database.
|
|
6
|
+
*/
|
|
7
|
+
export interface BookableResourceBlockout {
|
|
8
|
+
/** Unique blockout identifier (Primary Key - Identity) */
|
|
9
|
+
blockoutID: number;
|
|
10
|
+
/** Resource ID reference */
|
|
11
|
+
resourceID: number;
|
|
12
|
+
/** Blockout type ID reference */
|
|
13
|
+
blockoutTypeID: number;
|
|
14
|
+
/** Start of the blockout period (yyyyMMddHHmmss) */
|
|
15
|
+
startDateTime: number;
|
|
16
|
+
/** End of the blockout period (yyyyMMddHHmmss) */
|
|
17
|
+
endDateTime: number;
|
|
18
|
+
/** Reason for the blockout */
|
|
19
|
+
reason?: string | null;
|
|
20
|
+
/** User ID who created the blockout */
|
|
21
|
+
createdBy?: string | null;
|
|
22
|
+
/** Additional notes */
|
|
23
|
+
notes?: string | null;
|
|
24
|
+
/** Creation timestamp (yyyyMMddHHmmss) */
|
|
25
|
+
createdDateTime: number;
|
|
26
|
+
/** Last modification timestamp (yyyyMMddHHmmss) */
|
|
27
|
+
modifiedDateTime: number;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=BookableResourceBlockout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookableResourceBlockout.d.ts","sourceRoot":"","sources":["../../../src/models/bookings/BookableResourceBlockout.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,WAAW,wBAAwB;IACvC,0DAA0D;IAC1D,UAAU,EAAE,MAAM,CAAC;IACnB,4BAA4B;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,iCAAiC;IACjC,cAAc,EAAE,MAAM,CAAC;IACvB,oDAAoD;IACpD,aAAa,EAAE,MAAM,CAAC;IACtB,kDAAkD;IAClD,WAAW,EAAE,MAAM,CAAC;IACpB,8BAA8B;IAC9B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,uCAAuC;IACvC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,0CAA0C;IAC1C,eAAe,EAAE,MAAM,CAAC;IACxB,mDAAmD;IACnD,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookableResourceBlockout.js","sourceRoot":"","sources":["../../../src/models/bookings/BookableResourceBlockout.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BookableResourceBlockoutType Entity
|
|
3
|
+
*
|
|
4
|
+
* Lookup entity representing types of blockout periods for bookable resources.
|
|
5
|
+
* Maps to the BookableResourceBlockoutType table in the database.
|
|
6
|
+
*/
|
|
7
|
+
export interface BookableResourceBlockoutType {
|
|
8
|
+
/** Unique blockout type identifier (Primary Key - Identity) */
|
|
9
|
+
blockoutTypeID: number;
|
|
10
|
+
/** Display name of the blockout type */
|
|
11
|
+
name: string;
|
|
12
|
+
/** Description of the blockout type */
|
|
13
|
+
description?: string | null;
|
|
14
|
+
/** Display color for the blockout type */
|
|
15
|
+
color?: string | null;
|
|
16
|
+
/** Icon identifier for the blockout type */
|
|
17
|
+
icon?: string | null;
|
|
18
|
+
/** Whether this blockout type is active */
|
|
19
|
+
isActive: boolean;
|
|
20
|
+
/** Creation timestamp (yyyyMMddHHmmss) */
|
|
21
|
+
createdDateTime: number;
|
|
22
|
+
/** Last modification timestamp (yyyyMMddHHmmss) */
|
|
23
|
+
modifiedDateTime: number;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=BookableResourceBlockoutType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookableResourceBlockoutType.d.ts","sourceRoot":"","sources":["../../../src/models/bookings/BookableResourceBlockoutType.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,WAAW,4BAA4B;IAC3C,+DAA+D;IAC/D,cAAc,EAAE,MAAM,CAAC;IACvB,wCAAwC;IACxC,IAAI,EAAE,MAAM,CAAC;IACb,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,0CAA0C;IAC1C,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,4CAA4C;IAC5C,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,2CAA2C;IAC3C,QAAQ,EAAE,OAAO,CAAC;IAClB,0CAA0C;IAC1C,eAAe,EAAE,MAAM,CAAC;IACxB,mDAAmD;IACnD,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookableResourceBlockoutType.js","sourceRoot":"","sources":["../../../src/models/bookings/BookableResourceBlockoutType.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BookableResourceImage Entity
|
|
3
|
+
*
|
|
4
|
+
* Represents an image associated with a bookable resource.
|
|
5
|
+
* Maps to the BookableResourceImage table in the database.
|
|
6
|
+
*/
|
|
7
|
+
export interface BookableResourceImage {
|
|
8
|
+
/** Unique image identifier (Primary Key - Identity) */
|
|
9
|
+
imageID: number;
|
|
10
|
+
/** Resource ID reference */
|
|
11
|
+
resourceID: number;
|
|
12
|
+
/** URL of the image */
|
|
13
|
+
imageUrl: string;
|
|
14
|
+
/** Optional caption for the image */
|
|
15
|
+
caption?: string | null;
|
|
16
|
+
/** Whether this is the primary display image */
|
|
17
|
+
isPrimary: boolean;
|
|
18
|
+
/** Display order for sorting images */
|
|
19
|
+
displayOrder: number;
|
|
20
|
+
/** Creation timestamp (yyyyMMddHHmmss) */
|
|
21
|
+
createdDateTime: number;
|
|
22
|
+
/** Last modification timestamp (yyyyMMddHHmmss) */
|
|
23
|
+
modifiedDateTime: number;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=BookableResourceImage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookableResourceImage.d.ts","sourceRoot":"","sources":["../../../src/models/bookings/BookableResourceImage.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,WAAW,qBAAqB;IACpC,uDAAuD;IACvD,OAAO,EAAE,MAAM,CAAC;IAChB,4BAA4B;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,uBAAuB;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,qCAAqC;IACrC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,gDAAgD;IAChD,SAAS,EAAE,OAAO,CAAC;IACnB,uCAAuC;IACvC,YAAY,EAAE,MAAM,CAAC;IACrB,0CAA0C;IAC1C,eAAe,EAAE,MAAM,CAAC;IACxB,mDAAmD;IACnD,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookableResourceImage.js","sourceRoot":"","sources":["../../../src/models/bookings/BookableResourceImage.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BookableResourceStatus Entity
|
|
3
|
+
*
|
|
4
|
+
* Lookup entity representing the operational status of a bookable resource.
|
|
5
|
+
* Maps to the BookableResourceStatus table in the database.
|
|
6
|
+
*/
|
|
7
|
+
export interface BookableResourceStatus {
|
|
8
|
+
/** Unique resource status identifier (Primary Key - Identity) */
|
|
9
|
+
statusID: number;
|
|
10
|
+
/** Display name of the status */
|
|
11
|
+
name: string;
|
|
12
|
+
/** Description of the status */
|
|
13
|
+
description?: string | null;
|
|
14
|
+
/** Display color for the status */
|
|
15
|
+
color?: string | null;
|
|
16
|
+
/** Icon identifier for the status */
|
|
17
|
+
icon?: string | null;
|
|
18
|
+
/** Whether this status is active */
|
|
19
|
+
isActive: boolean;
|
|
20
|
+
/** Creation timestamp (yyyyMMddHHmmss) */
|
|
21
|
+
createdDateTime: number;
|
|
22
|
+
/** Last modification timestamp (yyyyMMddHHmmss) */
|
|
23
|
+
modifiedDateTime: number;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=BookableResourceStatus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookableResourceStatus.d.ts","sourceRoot":"","sources":["../../../src/models/bookings/BookableResourceStatus.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,WAAW,sBAAsB;IACrC,iEAAiE;IACjE,QAAQ,EAAE,MAAM,CAAC;IACjB,iCAAiC;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,gCAAgC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,mCAAmC;IACnC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,qCAAqC;IACrC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,oCAAoC;IACpC,QAAQ,EAAE,OAAO,CAAC;IAClB,0CAA0C;IAC1C,eAAe,EAAE,MAAM,CAAC;IACxB,mDAAmD;IACnD,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookableResourceStatus.js","sourceRoot":"","sources":["../../../src/models/bookings/BookableResourceStatus.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BookableResourceType Entity
|
|
3
|
+
*
|
|
4
|
+
* Lookup entity representing a type/category of bookable resource.
|
|
5
|
+
* Maps to the BookableResourceType table in the database.
|
|
6
|
+
*/
|
|
7
|
+
export interface BookableResourceType {
|
|
8
|
+
/** Unique resource type identifier (Primary Key - Identity) */
|
|
9
|
+
typeID: number;
|
|
10
|
+
/** Display name of the resource type */
|
|
11
|
+
name: string;
|
|
12
|
+
/** Description of the resource type */
|
|
13
|
+
description?: string | null;
|
|
14
|
+
/** Display color for the resource type */
|
|
15
|
+
color?: string | null;
|
|
16
|
+
/** Icon identifier for the resource type */
|
|
17
|
+
icon?: string | null;
|
|
18
|
+
/** Whether this resource type is active */
|
|
19
|
+
isActive: boolean;
|
|
20
|
+
/** Creation timestamp (yyyyMMddHHmmss) */
|
|
21
|
+
createdDateTime: number;
|
|
22
|
+
/** Last modification timestamp (yyyyMMddHHmmss) */
|
|
23
|
+
modifiedDateTime: number;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=BookableResourceType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookableResourceType.d.ts","sourceRoot":"","sources":["../../../src/models/bookings/BookableResourceType.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,WAAW,oBAAoB;IACnC,+DAA+D;IAC/D,MAAM,EAAE,MAAM,CAAC;IACf,wCAAwC;IACxC,IAAI,EAAE,MAAM,CAAC;IACb,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,0CAA0C;IAC1C,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,4CAA4C;IAC5C,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,2CAA2C;IAC3C,QAAQ,EAAE,OAAO,CAAC;IAClB,0CAA0C;IAC1C,eAAe,EAAE,MAAM,CAAC;IACxB,mDAAmD;IACnD,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookableResourceType.js","sourceRoot":"","sources":["../../../src/models/bookings/BookableResourceType.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Booking Entity
|
|
3
|
+
*
|
|
4
|
+
* Core entity representing a booking/reservation of a bookable resource.
|
|
5
|
+
* Maps to the Booking table in the database.
|
|
6
|
+
*/
|
|
7
|
+
export interface Booking {
|
|
8
|
+
/** Unique booking identifier (Primary Key - Identity) */
|
|
9
|
+
bookingID: number;
|
|
10
|
+
/** Resource ID reference (Foreign Key to BookableResource) */
|
|
11
|
+
resourceID: number;
|
|
12
|
+
/** User ID who made the booking */
|
|
13
|
+
userId: string;
|
|
14
|
+
/** Booking status ID reference (Foreign Key to BookingStatus, default 0 = Pending) */
|
|
15
|
+
bookingStatusID: number;
|
|
16
|
+
/** Purpose or reason for the booking */
|
|
17
|
+
purpose?: string | null;
|
|
18
|
+
/** Scheduled start time (yyyyMMddHHmmss) */
|
|
19
|
+
startDateTime: number;
|
|
20
|
+
/** Scheduled end time (yyyyMMddHHmmss) */
|
|
21
|
+
endDateTime: number;
|
|
22
|
+
/** Whether the destination is an internal location */
|
|
23
|
+
isInternalLocation: boolean;
|
|
24
|
+
/** Internal location ID reference (when isInternalLocation is true) */
|
|
25
|
+
internalLocationID?: number | null;
|
|
26
|
+
/** External street address */
|
|
27
|
+
externalAddress?: string | null;
|
|
28
|
+
/** External city */
|
|
29
|
+
externalCity?: string | null;
|
|
30
|
+
/** External suburb */
|
|
31
|
+
externalSuburb?: string | null;
|
|
32
|
+
/** External province/state */
|
|
33
|
+
externalProvince?: string | null;
|
|
34
|
+
/** External postal code */
|
|
35
|
+
externalPostalCode?: string | null;
|
|
36
|
+
/** External country */
|
|
37
|
+
externalCountry?: string | null;
|
|
38
|
+
/** Description of the destination */
|
|
39
|
+
destinationDescription?: string | null;
|
|
40
|
+
/** User ID who approved or rejected the booking */
|
|
41
|
+
approvedBy?: string | null;
|
|
42
|
+
/** Timestamp when the booking was approved (yyyyMMddHHmmss) */
|
|
43
|
+
approvedDateTime?: number | null;
|
|
44
|
+
/** Reason for rejection (when booking is rejected) */
|
|
45
|
+
rejectedReason?: string | null;
|
|
46
|
+
/** Additional notes about the booking */
|
|
47
|
+
notes?: string | null;
|
|
48
|
+
/** Whether the booking is compliant with all policies */
|
|
49
|
+
isCompliant: boolean;
|
|
50
|
+
/** Notes about accessories */
|
|
51
|
+
accessoryNotes?: string | null;
|
|
52
|
+
/** Estimated return date time (yyyyMMddHHmmss) */
|
|
53
|
+
estimatedReturnDateTime?: number | null;
|
|
54
|
+
/** Actual start time of resource usage (yyyyMMddHHmmss) */
|
|
55
|
+
actualStartDateTime?: number | null;
|
|
56
|
+
/** Actual end time of resource usage (yyyyMMddHHmmss) */
|
|
57
|
+
actualEndDateTime?: number | null;
|
|
58
|
+
/** Total duration of usage in minutes */
|
|
59
|
+
totalDurationMinutes?: number | null;
|
|
60
|
+
/** Distance travelled during the booking */
|
|
61
|
+
distanceTravelled?: number | null;
|
|
62
|
+
/** Fuel used during the booking */
|
|
63
|
+
fuelUsed?: string | null;
|
|
64
|
+
/** Creation timestamp (yyyyMMddHHmmss) */
|
|
65
|
+
createdDateTime: number;
|
|
66
|
+
/** Last modification timestamp (yyyyMMddHHmmss) */
|
|
67
|
+
modifiedDateTime: number;
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=Booking.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Booking.d.ts","sourceRoot":"","sources":["../../../src/models/bookings/Booking.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,WAAW,OAAO;IACtB,yDAAyD;IACzD,SAAS,EAAE,MAAM,CAAC;IAClB,8DAA8D;IAC9D,UAAU,EAAE,MAAM,CAAC;IACnB,mCAAmC;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,sFAAsF;IACtF,eAAe,EAAE,MAAM,CAAC;IACxB,wCAAwC;IACxC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,4CAA4C;IAC5C,aAAa,EAAE,MAAM,CAAC;IACtB,0CAA0C;IAC1C,WAAW,EAAE,MAAM,CAAC;IAGpB,sDAAsD;IACtD,kBAAkB,EAAE,OAAO,CAAC;IAC5B,uEAAuE;IACvE,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,8BAA8B;IAC9B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,oBAAoB;IACpB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,sBAAsB;IACtB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,8BAA8B;IAC9B,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,2BAA2B;IAC3B,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,uBAAuB;IACvB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,qCAAqC;IACrC,sBAAsB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvC,mDAAmD;IACnD,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,+DAA+D;IAC/D,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,sDAAsD;IACtD,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B,yCAAyC;IACzC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,yDAAyD;IACzD,WAAW,EAAE,OAAO,CAAC;IACrB,8BAA8B;IAC9B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG/B,kDAAkD;IAClD,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC,2DAA2D;IAC3D,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,yDAAyD;IACzD,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,yCAAyC;IACzC,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,4CAA4C;IAC5C,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,mCAAmC;IACnC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB,0CAA0C;IAC1C,eAAe,EAAE,MAAM,CAAC;IACxB,mDAAmD;IACnD,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Booking.js","sourceRoot":"","sources":["../../../src/models/bookings/Booking.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BookingAccessory Entity
|
|
3
|
+
*
|
|
4
|
+
* Represents an accessory or add-on item associated with a bookable resource.
|
|
5
|
+
* Maps to the BookingAccessory table in the database.
|
|
6
|
+
*/
|
|
7
|
+
export interface BookingAccessory {
|
|
8
|
+
/** Unique accessory identifier (Primary Key - Identity) */
|
|
9
|
+
accessoryID: number;
|
|
10
|
+
/** Resource ID reference */
|
|
11
|
+
resourceID: number;
|
|
12
|
+
/** Display name of the accessory */
|
|
13
|
+
name: string;
|
|
14
|
+
/** Description of the accessory */
|
|
15
|
+
description?: string | null;
|
|
16
|
+
/** Whether this accessory is required for the resource */
|
|
17
|
+
isRequired: boolean;
|
|
18
|
+
/** Creation timestamp (yyyyMMddHHmmss) */
|
|
19
|
+
createdDateTime: number;
|
|
20
|
+
/** Last modification timestamp (yyyyMMddHHmmss) */
|
|
21
|
+
modifiedDateTime: number;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=BookingAccessory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookingAccessory.d.ts","sourceRoot":"","sources":["../../../src/models/bookings/BookingAccessory.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,WAAW,gBAAgB;IAC/B,2DAA2D;IAC3D,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,oCAAoC;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,mCAAmC;IACnC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,0DAA0D;IAC1D,UAAU,EAAE,OAAO,CAAC;IACpB,0CAA0C;IAC1C,eAAe,EAAE,MAAM,CAAC;IACxB,mDAAmD;IACnD,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookingAccessory.js","sourceRoot":"","sources":["../../../src/models/bookings/BookingAccessory.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BookingLog Entity
|
|
3
|
+
*
|
|
4
|
+
* Represents a pre-trip or post-trip inspection log for a booking.
|
|
5
|
+
* Maps to the BookingLog table in the database.
|
|
6
|
+
*/
|
|
7
|
+
export interface BookingLog {
|
|
8
|
+
/** Unique log identifier (Primary Key - Identity) */
|
|
9
|
+
logID: number;
|
|
10
|
+
/** Booking ID reference */
|
|
11
|
+
bookingID: number;
|
|
12
|
+
/** Log type: 'Pre' or 'Post' */
|
|
13
|
+
logType: string;
|
|
14
|
+
/** User ID who submitted the log */
|
|
15
|
+
userId: string;
|
|
16
|
+
/** Mileage before the trip */
|
|
17
|
+
mileageBefore?: number | null;
|
|
18
|
+
/** Mileage after the trip */
|
|
19
|
+
mileageAfter?: number | null;
|
|
20
|
+
/** Fuel level (e.g., "Full", "3/4", "1/2", "1/4", "Empty") */
|
|
21
|
+
fuelLevel?: string | null;
|
|
22
|
+
/** Overall condition rating (1-5) */
|
|
23
|
+
conditionRating?: number | null;
|
|
24
|
+
/** Notes describing any damage found */
|
|
25
|
+
damageNotes?: string | null;
|
|
26
|
+
/** Battery percentage */
|
|
27
|
+
batteryPercent?: number | null;
|
|
28
|
+
/** Data balance */
|
|
29
|
+
dataBalance?: string | null;
|
|
30
|
+
/** Comma-separated list of accessories present (JSON) */
|
|
31
|
+
accessoriesPresent?: string | null;
|
|
32
|
+
/** Additional notes */
|
|
33
|
+
notes?: string | null;
|
|
34
|
+
/** Extended inspection data stored as JSON string */
|
|
35
|
+
extendedData?: string | null;
|
|
36
|
+
/** Timestamp when the log was completed (yyyyMMddHHmmss) */
|
|
37
|
+
completedDateTime?: number | null;
|
|
38
|
+
/** GPS latitude at time of log submission */
|
|
39
|
+
logLatitude?: number | null;
|
|
40
|
+
/** GPS longitude at time of log submission */
|
|
41
|
+
logLongitude?: number | null;
|
|
42
|
+
/** Address at time of log submission */
|
|
43
|
+
logAddress?: string | null;
|
|
44
|
+
/** Creation timestamp (yyyyMMddHHmmss) */
|
|
45
|
+
createdDateTime: number;
|
|
46
|
+
/** Last modification timestamp (yyyyMMddHHmmss) */
|
|
47
|
+
modifiedDateTime: number;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=BookingLog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookingLog.d.ts","sourceRoot":"","sources":["../../../src/models/bookings/BookingLog.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,WAAW,UAAU;IACzB,qDAAqD;IACrD,KAAK,EAAE,MAAM,CAAC;IACd,2BAA2B;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,gCAAgC;IAChC,OAAO,EAAE,MAAM,CAAC;IAChB,oCAAoC;IACpC,MAAM,EAAE,MAAM,CAAC;IAGf,8BAA8B;IAC9B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,6BAA6B;IAC7B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,8DAA8D;IAC9D,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,qCAAqC;IACrC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,wCAAwC;IACxC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG5B,yBAAyB;IACzB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,mBAAmB;IACnB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAG5B,yDAAyD;IACzD,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,qDAAqD;IACrD,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,4DAA4D;IAC5D,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGlC,6CAA6C;IAC7C,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,8CAA8C;IAC9C,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,wCAAwC;IACxC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B,0CAA0C;IAC1C,eAAe,EAAE,MAAM,CAAC;IACxB,mDAAmD;IACnD,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookingLog.js","sourceRoot":"","sources":["../../../src/models/bookings/BookingLog.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BookingLogMedia Entity
|
|
3
|
+
*
|
|
4
|
+
* Represents a media attachment associated with a booking log entry.
|
|
5
|
+
* Maps to the BookingLogMedia table in the database.
|
|
6
|
+
*/
|
|
7
|
+
export interface BookingLogMedia {
|
|
8
|
+
/** Unique media identifier (Primary Key - Identity) */
|
|
9
|
+
mediaID: number;
|
|
10
|
+
/** Log ID reference */
|
|
11
|
+
logID: number;
|
|
12
|
+
/** URL of the media file */
|
|
13
|
+
mediaUrl: string;
|
|
14
|
+
/** Type of media (default "Image") */
|
|
15
|
+
mediaType: string;
|
|
16
|
+
/** Optional caption for the media */
|
|
17
|
+
caption?: string | null;
|
|
18
|
+
/** File size in bytes */
|
|
19
|
+
fileSize?: number | null;
|
|
20
|
+
/** MIME type (e.g., "image/jpeg") */
|
|
21
|
+
mimeType?: string | null;
|
|
22
|
+
/** Creation timestamp (yyyyMMddHHmmss) */
|
|
23
|
+
createdDateTime: number;
|
|
24
|
+
/** Last modification timestamp (yyyyMMddHHmmss) */
|
|
25
|
+
modifiedDateTime: number;
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=BookingLogMedia.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookingLogMedia.d.ts","sourceRoot":"","sources":["../../../src/models/bookings/BookingLogMedia.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,WAAW,eAAe;IAC9B,uDAAuD;IACvD,OAAO,EAAE,MAAM,CAAC;IAChB,uBAAuB;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,4BAA4B;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,sCAAsC;IACtC,SAAS,EAAE,MAAM,CAAC;IAClB,qCAAqC;IACrC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,yBAAyB;IACzB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,qCAAqC;IACrC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,0CAA0C;IAC1C,eAAe,EAAE,MAAM,CAAC;IACxB,mDAAmD;IACnD,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookingLogMedia.js","sourceRoot":"","sources":["../../../src/models/bookings/BookingLogMedia.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BookingNotificationQueue Entity
|
|
3
|
+
*
|
|
4
|
+
* Represents a queued notification related to a booking.
|
|
5
|
+
* Maps to the BookingNotificationQueue table in the database.
|
|
6
|
+
*/
|
|
7
|
+
export interface BookingNotificationQueue {
|
|
8
|
+
/** Unique notification identifier (Primary Key - Identity) */
|
|
9
|
+
notificationID: number;
|
|
10
|
+
/** Booking ID reference */
|
|
11
|
+
bookingID: number;
|
|
12
|
+
/** Type of notification to send */
|
|
13
|
+
notificationType: string;
|
|
14
|
+
/** User ID of the notification recipient */
|
|
15
|
+
recipientUserId: string;
|
|
16
|
+
/** Scheduled send time (yyyyMMddHHmmss) */
|
|
17
|
+
scheduledDateTime: number;
|
|
18
|
+
/** Whether the notification has been processed */
|
|
19
|
+
isProcessed: boolean;
|
|
20
|
+
/** Timestamp when the notification was processed (yyyyMMddHHmmss) */
|
|
21
|
+
processedDateTime?: number | null;
|
|
22
|
+
/** Number of retry attempts */
|
|
23
|
+
retryCount: number;
|
|
24
|
+
/** Error message from a failed send attempt */
|
|
25
|
+
errorMessage?: string | null;
|
|
26
|
+
/** Creation timestamp (yyyyMMddHHmmss) */
|
|
27
|
+
createdDateTime: number;
|
|
28
|
+
/** Last modification timestamp (yyyyMMddHHmmss) */
|
|
29
|
+
modifiedDateTime: number;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=BookingNotificationQueue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookingNotificationQueue.d.ts","sourceRoot":"","sources":["../../../src/models/bookings/BookingNotificationQueue.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,WAAW,wBAAwB;IACvC,8DAA8D;IAC9D,cAAc,EAAE,MAAM,CAAC;IACvB,2BAA2B;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,mCAAmC;IACnC,gBAAgB,EAAE,MAAM,CAAC;IACzB,4CAA4C;IAC5C,eAAe,EAAE,MAAM,CAAC;IACxB,2CAA2C;IAC3C,iBAAiB,EAAE,MAAM,CAAC;IAC1B,kDAAkD;IAClD,WAAW,EAAE,OAAO,CAAC;IACrB,qEAAqE;IACrE,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,+BAA+B;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,+CAA+C;IAC/C,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,0CAA0C;IAC1C,eAAe,EAAE,MAAM,CAAC;IACxB,mDAAmD;IACnD,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BookingNotificationQueue.js","sourceRoot":"","sources":["../../../src/models/bookings/BookingNotificationQueue.ts"],"names":[],"mappings":""}
|