@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
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SageOne Account Model
|
|
3
|
-
* Represents a financial account in SageOne
|
|
4
|
-
*/
|
|
5
|
-
import { AccountCategory } from './AccountCategory';
|
|
6
|
-
import { TaxType } from './TaxType';
|
|
7
|
-
export interface Account {
|
|
8
|
-
name: string;
|
|
9
|
-
category: AccountCategory | null;
|
|
10
|
-
active: boolean;
|
|
11
|
-
balance: number | null;
|
|
12
|
-
description: string | null;
|
|
13
|
-
reportingGroupId: number | null;
|
|
14
|
-
unallocatedAccount: boolean | null;
|
|
15
|
-
isTaxLocked: boolean | null;
|
|
16
|
-
modified: string | null;
|
|
17
|
-
created: string | null;
|
|
18
|
-
accountType: number | null;
|
|
19
|
-
hasActivity: boolean | null;
|
|
20
|
-
defaultTaxTypeId: number | null;
|
|
21
|
-
defaultTaxType: TaxType | null;
|
|
22
|
-
id: number;
|
|
23
|
-
}
|
|
24
|
-
//# sourceMappingURL=Account.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Account.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/Account.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,eAAe,GAAG,IAAI,CAAC;IACjC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,kBAAkB,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC,WAAW,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,WAAW,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,cAAc,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/B,EAAE,EAAE,MAAM,CAAC;CACZ"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/Account.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SageOne Account Category Model
|
|
3
|
-
* Represents an account category in SageOne
|
|
4
|
-
*/
|
|
5
|
-
export interface AccountCategory {
|
|
6
|
-
comment: string | null;
|
|
7
|
-
order: number | null;
|
|
8
|
-
description: string | null;
|
|
9
|
-
id: number;
|
|
10
|
-
modified: string | null;
|
|
11
|
-
created: string | null;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=AccountCategory.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AccountCategory.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/AccountCategory.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AccountCategory.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/AccountCategory.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SageOne Additional Item Price Model
|
|
3
|
-
* Represents additional pricing for an item in SageOne
|
|
4
|
-
*/
|
|
5
|
-
export interface AdditionalItemPrice {
|
|
6
|
-
id: number;
|
|
7
|
-
itemId: number;
|
|
8
|
-
priceInclusive: number | null;
|
|
9
|
-
priceExclusive: number | null;
|
|
10
|
-
additionalPriceListId: number | null;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=AdditionalItemPrice.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AdditionalItemPrice.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/AdditionalItemPrice.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;CACtC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AdditionalItemPrice.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/AdditionalItemPrice.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SageOne Item Model
|
|
3
|
-
* Represents an item/product in SageOne
|
|
4
|
-
*/
|
|
5
|
-
import { ItemCategory } from './ItemCategory';
|
|
6
|
-
import { TaxType } from './TaxType';
|
|
7
|
-
import { ItemReportGroup } from './ItemReportGroup';
|
|
8
|
-
import { Account } from './Account';
|
|
9
|
-
import { AdditionalItemPrice } from './AdditionalItemPrice';
|
|
10
|
-
import { ItemAttachment } from './ItemAttachment';
|
|
11
|
-
export interface Item {
|
|
12
|
-
id: number;
|
|
13
|
-
description: string;
|
|
14
|
-
category: ItemCategory | null;
|
|
15
|
-
code: string;
|
|
16
|
-
active: boolean;
|
|
17
|
-
priceInclusive: number | null;
|
|
18
|
-
priceExclusive: number | null;
|
|
19
|
-
physical: boolean | null;
|
|
20
|
-
taxTypeIdSales: number | null;
|
|
21
|
-
taxTypeSales: TaxType | null;
|
|
22
|
-
taxTypeIdPurchases: number | null;
|
|
23
|
-
taxTypePurchases: TaxType | null;
|
|
24
|
-
lastCost: number | null;
|
|
25
|
-
averageCost: number | null;
|
|
26
|
-
quantityOnHand: number | null;
|
|
27
|
-
hasAttachments: boolean | null;
|
|
28
|
-
hasActivity: boolean;
|
|
29
|
-
unit: string | null;
|
|
30
|
-
itemReportingGroupId_Sales: number | null;
|
|
31
|
-
itemReportingGroupSales: ItemReportGroup | null;
|
|
32
|
-
itemReportingGroupId_Purchases: number | null;
|
|
33
|
-
itemReportingGroupPurchases: ItemReportGroup | null;
|
|
34
|
-
itemReportingGroupId_Inventory: number | null;
|
|
35
|
-
itemReportingGroupInventory: ItemReportGroup | null;
|
|
36
|
-
itemReportingGroupId_ItemAdjustments: number | null;
|
|
37
|
-
accountId_ServiceItemRecovery: number | null;
|
|
38
|
-
itemReportingGroupItemAdjustments: ItemReportGroup | null;
|
|
39
|
-
accountServiceItemRecovery: Account | null;
|
|
40
|
-
textUserField1: string | null;
|
|
41
|
-
textUserField2: string | null;
|
|
42
|
-
textUserField3: string | null;
|
|
43
|
-
numericUserField1: number | null;
|
|
44
|
-
numericUserField2: number | null;
|
|
45
|
-
numericUserField3: number | null;
|
|
46
|
-
dateUserField1: string | null;
|
|
47
|
-
dateUserField2: string | null;
|
|
48
|
-
dateUserField3: string | null;
|
|
49
|
-
yesNoUserField1: boolean | null;
|
|
50
|
-
yesNoUserField2: boolean | null;
|
|
51
|
-
yesNoUserField3: boolean | null;
|
|
52
|
-
modified: string | null;
|
|
53
|
-
created: string | null;
|
|
54
|
-
majorIndustryCodeId: number | null;
|
|
55
|
-
additionalItemPrices: AdditionalItemPrice[];
|
|
56
|
-
gpPercentage: number | null;
|
|
57
|
-
gpAmount: number | null;
|
|
58
|
-
itemReportingGroupPurchasesName: string | null;
|
|
59
|
-
itemReportingGroupSalesName: string | null;
|
|
60
|
-
itemReportingGroupInventoryName: string | null;
|
|
61
|
-
itemReportingGroupItemAdjustmentsName: string | null;
|
|
62
|
-
accountServiceItemRecoveryName: string | null;
|
|
63
|
-
attachments: ItemAttachment[];
|
|
64
|
-
prescribedGoods: boolean;
|
|
65
|
-
quantityReserved: number | null;
|
|
66
|
-
hasSpecialCountryTaxActivity: boolean;
|
|
67
|
-
itemType: number | null;
|
|
68
|
-
}
|
|
69
|
-
//# sourceMappingURL=Item.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/Item.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,WAAW,IAAI;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,YAAY,GAAG,IAAI,CAAC;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;IAChB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,QAAQ,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,YAAY,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,gBAAgB,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/B,WAAW,EAAE,OAAO,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1C,uBAAuB,EAAE,eAAe,GAAG,IAAI,CAAC;IAChD,8BAA8B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9C,2BAA2B,EAAE,eAAe,GAAG,IAAI,CAAC;IACpD,8BAA8B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9C,2BAA2B,EAAE,eAAe,GAAG,IAAI,CAAC;IACpD,oCAAoC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpD,6BAA6B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7C,iCAAiC,EAAE,eAAe,GAAG,IAAI,CAAC;IAC1D,0BAA0B,EAAE,OAAO,GAAG,IAAI,CAAC;IAC3C,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,eAAe,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,eAAe,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,eAAe,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,oBAAoB,EAAE,mBAAmB,EAAE,CAAC;IAC5C,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,+BAA+B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/C,2BAA2B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3C,+BAA+B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/C,qCAAqC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrD,8BAA8B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9C,WAAW,EAAE,cAAc,EAAE,CAAC;IAC9B,eAAe,EAAE,OAAO,CAAC;IACzB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,4BAA4B,EAAE,OAAO,CAAC;IACtC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Item.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/Item.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SageOne Item Adjustment Model
|
|
3
|
-
* Represents an inventory adjustment in SageOne
|
|
4
|
-
*/
|
|
5
|
-
export interface ItemAdjustmentLine {
|
|
6
|
-
itemId: number;
|
|
7
|
-
quantity: number;
|
|
8
|
-
cost: number;
|
|
9
|
-
}
|
|
10
|
-
export interface ItemAdjustment {
|
|
11
|
-
id: number;
|
|
12
|
-
date: string;
|
|
13
|
-
reference: string | null;
|
|
14
|
-
description: string | null;
|
|
15
|
-
lines: ItemAdjustmentLine[];
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=ItemAdjustment.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ItemAdjustment.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemAdjustment.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,kBAAkB;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,KAAK,EAAE,kBAAkB,EAAE,CAAC;CAC7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ItemAdjustment.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemAdjustment.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SageOne Item Attachment Model
|
|
3
|
-
* Represents an attachment for an item in SageOne
|
|
4
|
-
*/
|
|
5
|
-
export interface ItemAttachment {
|
|
6
|
-
name: string;
|
|
7
|
-
size: number | null;
|
|
8
|
-
attachmentUID: string;
|
|
9
|
-
data: string | null;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=ItemAttachment.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ItemAttachment.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemAttachment.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ItemAttachment.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemAttachment.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SageOne Item Category Model
|
|
3
|
-
* Represents a category for items in SageOne
|
|
4
|
-
*/
|
|
5
|
-
export interface ItemCategory {
|
|
6
|
-
id: number;
|
|
7
|
-
description: string;
|
|
8
|
-
modified: string | null;
|
|
9
|
-
created: string | null;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=ItemCategory.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ItemCategory.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemCategory.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ItemCategory.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemCategory.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SageOne Item Note Model
|
|
3
|
-
* Represents a note attached to an item in SageOne
|
|
4
|
-
*/
|
|
5
|
-
export interface ItemNote {
|
|
6
|
-
id: number;
|
|
7
|
-
itemId: number;
|
|
8
|
-
subject: string;
|
|
9
|
-
entryDate: string | null;
|
|
10
|
-
actionDate: string;
|
|
11
|
-
status: boolean | null;
|
|
12
|
-
note: string;
|
|
13
|
-
hasAttachments: boolean | null;
|
|
14
|
-
priority: number | null;
|
|
15
|
-
userTaskCategoryId: number | null;
|
|
16
|
-
notifyAssignee: boolean | null;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=ItemNote.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ItemNote.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemNote.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,cAAc,EAAE,OAAO,GAAG,IAAI,CAAC;CAChC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ItemNote.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemNote.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SageOne Item Report Group Model
|
|
3
|
-
* Represents an item reporting group in SageOne
|
|
4
|
-
*/
|
|
5
|
-
import { AccountCategory } from './AccountCategory';
|
|
6
|
-
export interface ItemReportGroup {
|
|
7
|
-
id: number;
|
|
8
|
-
name: string;
|
|
9
|
-
itemReportingGroupTypeId: number | null;
|
|
10
|
-
itemReportingGroupType: string | null;
|
|
11
|
-
reportingGroupId: number | null;
|
|
12
|
-
accountCategoryId: number | null;
|
|
13
|
-
accountCategory: AccountCategory | null;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=ItemReportGroup.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ItemReportGroup.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemReportGroup.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,eAAe,EAAE,eAAe,GAAG,IAAI,CAAC;CACzC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ItemReportGroup.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/ItemReportGroup.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SageOne Tax Type Model
|
|
3
|
-
* Represents a tax type in SageOne
|
|
4
|
-
*/
|
|
5
|
-
export interface TaxType {
|
|
6
|
-
id: number;
|
|
7
|
-
name: string;
|
|
8
|
-
percentage: number | null;
|
|
9
|
-
isDefault: boolean;
|
|
10
|
-
hasActivity: boolean;
|
|
11
|
-
isManualTax: boolean;
|
|
12
|
-
active: boolean;
|
|
13
|
-
created: string | null;
|
|
14
|
-
modified: string | null;
|
|
15
|
-
taxTypeDefaultUID: string | null;
|
|
16
|
-
companyId: number | null;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=TaxType.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TaxType.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/TaxType.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,OAAO,CAAC;IACrB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TaxType.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/TaxType.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SageOne Items Models
|
|
3
|
-
* Exports all item-related models from SageOne integration
|
|
4
|
-
*/
|
|
5
|
-
export * from './Item';
|
|
6
|
-
export * from './ItemCategory';
|
|
7
|
-
export * from './ItemAttachment';
|
|
8
|
-
export * from './ItemNote';
|
|
9
|
-
export * from './ItemAdjustment';
|
|
10
|
-
export * from './ItemReportGroup';
|
|
11
|
-
export * from './TaxType';
|
|
12
|
-
export * from './Account';
|
|
13
|
-
export * from './AccountCategory';
|
|
14
|
-
export * from './AdditionalItemPrice';
|
|
15
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SageOne Items Models
|
|
3
|
-
* Exports all item-related models from SageOne integration
|
|
4
|
-
*/
|
|
5
|
-
export * from './Item';
|
|
6
|
-
export * from './ItemCategory';
|
|
7
|
-
export * from './ItemAttachment';
|
|
8
|
-
export * from './ItemNote';
|
|
9
|
-
export * from './ItemAdjustment';
|
|
10
|
-
export * from './ItemReportGroup';
|
|
11
|
-
export * from './TaxType';
|
|
12
|
-
export * from './Account';
|
|
13
|
-
export * from './AccountCategory';
|
|
14
|
-
export * from './AdditionalItemPrice';
|
|
15
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/Items/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SageOne Email Purchase Order Model
|
|
3
|
-
* Used to email a purchase order to a supplier
|
|
4
|
-
*/
|
|
5
|
-
export interface EmailPurchaseOrder {
|
|
6
|
-
purchaseOrderId: number;
|
|
7
|
-
toAddress: string;
|
|
8
|
-
subject: string | null;
|
|
9
|
-
message: string | null;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=EmailPurchaseOrder.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EmailPurchaseOrder.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/PurchaseOrders/EmailPurchaseOrder.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,kBAAkB;IACjC,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EmailPurchaseOrder.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/PurchaseOrders/EmailPurchaseOrder.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SageOne Purchase Order Model
|
|
3
|
-
* Represents a purchase order in SageOne
|
|
4
|
-
*/
|
|
5
|
-
import { PurchaseOrderLine } from './PurchaseOrderLine';
|
|
6
|
-
export interface PurchaseOrder {
|
|
7
|
-
id: number;
|
|
8
|
-
documentNumber: string | null;
|
|
9
|
-
exclusive: number;
|
|
10
|
-
tax: number;
|
|
11
|
-
total: number;
|
|
12
|
-
supplierId: number;
|
|
13
|
-
date: string;
|
|
14
|
-
deliveryDate: string;
|
|
15
|
-
lines: PurchaseOrderLine[];
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=PurchaseOrder.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PurchaseOrder.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/PurchaseOrders/PurchaseOrder.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,iBAAiB,EAAE,CAAC;CAC5B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PurchaseOrder.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/PurchaseOrders/PurchaseOrder.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SageOne Purchase Order Line Model
|
|
3
|
-
* Represents a line item in a purchase order
|
|
4
|
-
*/
|
|
5
|
-
export interface PurchaseOrderLine {
|
|
6
|
-
description: string | null;
|
|
7
|
-
total: number;
|
|
8
|
-
selectionId: number;
|
|
9
|
-
quantity: number;
|
|
10
|
-
unitPriceExclusive: number;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=PurchaseOrderLine.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PurchaseOrderLine.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/PurchaseOrders/PurchaseOrderLine.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,iBAAiB;IAChC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,EAAE,MAAM,CAAC;CAC5B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PurchaseOrderLine.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/PurchaseOrders/PurchaseOrderLine.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SageOne Purchase Orders Models
|
|
3
|
-
* Exports all purchase order-related models from SageOne integration
|
|
4
|
-
*/
|
|
5
|
-
export * from './PurchaseOrder';
|
|
6
|
-
export * from './PurchaseOrderLine';
|
|
7
|
-
export * from './EmailPurchaseOrder';
|
|
8
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/PurchaseOrders/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/models/integrations/sageone/PurchaseOrders/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SageOne API Configuration Model
|
|
3
|
-
* Configuration settings for connecting to SageOne API
|
|
4
|
-
*/
|
|
5
|
-
export interface SageOneApiConfig {
|
|
6
|
-
apiKey: string;
|
|
7
|
-
companyId: number;
|
|
8
|
-
username: string;
|
|
9
|
-
password: string;
|
|
10
|
-
baseUrl: string;
|
|
11
|
-
defaultItemID: number;
|
|
12
|
-
defaultServiceID: number;
|
|
13
|
-
defaultSupplierID: number;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=SageOneApiConfig.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SageOneApiConfig.d.ts","sourceRoot":"","sources":["../../../../src/models/integrations/sageone/SageOneApiConfig.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,gBAAgB;IAC/B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SageOneApiConfig.js","sourceRoot":"","sources":["../../../../src/models/integrations/sageone/SageOneApiConfig.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SageOneResponse.d.ts","sourceRoot":"","sources":["../../../../src/models/integrations/sageone/SageOneResponse.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,eAAe,CAAC,CAAC;IAChC,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,OAAO,EAAE,CAAC,EAAE,CAAC;CACd"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SageOneResponse.js","sourceRoot":"","sources":["../../../../src/models/integrations/sageone/SageOneResponse.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|