@chevre/domain 26.0.0-alpha.9 → 26.0.0
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/lib/chevre/eventEmitter/task.d.ts +8 -23
- package/lib/chevre/eventEmitter/task.js +2 -2
- package/lib/chevre/repo/acceptedOffer.d.ts +0 -7
- package/lib/chevre/repo/acceptedOffer.js +27 -27
- package/lib/chevre/repo/action/acceptCOAOffer.d.ts +3 -1
- package/lib/chevre/repo/action/acceptCOAOffer.js +8 -2
- package/lib/chevre/repo/action/acceptPay.d.ts +3 -1
- package/lib/chevre/repo/action/acceptPay.js +8 -4
- package/lib/chevre/repo/action/anyAction/actionProcess.d.ts +120 -0
- package/lib/chevre/repo/action/{actionProcess.js → anyAction/actionProcess.js} +28 -157
- package/lib/chevre/repo/action/anyAction/actionRecipe.d.ts +37 -0
- package/lib/chevre/repo/action/anyAction/actionRecipe.js +53 -0
- package/lib/chevre/repo/action/authorizeInvoice.d.ts +5 -8
- package/lib/chevre/repo/action/authorizeInvoice.js +7 -4
- package/lib/chevre/repo/action/authorizeOffer.d.ts +3 -1
- package/lib/chevre/repo/action/authorizeOffer.js +7 -2
- package/lib/chevre/repo/action/authorizePaymentMethod.d.ts +3 -1
- package/lib/chevre/repo/action/authorizePaymentMethod.js +7 -4
- package/lib/chevre/repo/action/authorizeTicketedObject.d.ts +3 -1
- package/lib/chevre/repo/action/authorizeTicketedObject.js +7 -2
- package/lib/chevre/repo/action/cancel.d.ts +25 -0
- package/lib/chevre/repo/action/cancel.js +47 -0
- package/lib/chevre/repo/action/checkMovieTicket.d.ts +3 -1
- package/lib/chevre/repo/action/checkMovieTicket.js +8 -1
- package/lib/chevre/repo/action/confirm.d.ts +11 -0
- package/lib/chevre/repo/action/confirm.js +16 -0
- package/lib/chevre/repo/action/create.d.ts +10 -0
- package/lib/chevre/repo/action/create.js +17 -0
- package/lib/chevre/repo/action/inform.d.ts +38 -0
- package/lib/chevre/repo/action/inform.js +146 -0
- package/lib/chevre/repo/action/order.d.ts +21 -0
- package/lib/chevre/repo/action/order.js +35 -0
- package/lib/chevre/repo/action/pay.d.ts +3 -1
- package/lib/chevre/repo/action/pay.js +7 -4
- package/lib/chevre/repo/action/refund.d.ts +3 -1
- package/lib/chevre/repo/action/refund.js +7 -4
- package/lib/chevre/repo/action/reserve.d.ts +21 -0
- package/lib/chevre/repo/action/reserve.js +37 -0
- package/lib/chevre/repo/action/returnAction.d.ts +11 -0
- package/lib/chevre/repo/action/returnAction.js +16 -0
- package/lib/chevre/repo/action/sendEmailMessage.d.ts +10 -0
- package/lib/chevre/repo/action/sendEmailMessage.js +17 -0
- package/lib/chevre/repo/action/sendOrder.d.ts +10 -0
- package/lib/chevre/repo/action/sendOrder.js +16 -0
- package/lib/chevre/repo/action/unknown2actionError.d.ts +6 -0
- package/lib/chevre/repo/action/unknown2actionError.js +15 -0
- package/lib/chevre/repo/action/update.d.ts +48 -0
- package/lib/chevre/repo/action/update.js +166 -0
- package/lib/chevre/repo/action/use.d.ts +39 -0
- package/lib/chevre/repo/action/use.js +153 -0
- package/lib/chevre/repo/{action.d.ts → adminAction.d.ts} +11 -37
- package/lib/chevre/repo/adminAction.js +176 -0
- package/lib/chevre/repo/adminAssetTransaction.d.ts +126 -0
- package/lib/chevre/repo/adminAssetTransaction.js +491 -0
- package/lib/chevre/repo/adminScheduledTask.d.ts +1 -1
- package/lib/chevre/repo/adminTask.d.ts +25 -8
- package/lib/chevre/repo/adminTask.js +31 -32
- package/lib/chevre/repo/adminTransaction.d.ts +131 -0
- package/lib/chevre/repo/adminTransaction.js +237 -0
- package/lib/chevre/repo/aggregateAction.d.ts +8 -11
- package/lib/chevre/repo/aggregateAction.js +0 -61
- package/lib/chevre/repo/aggregateAssetTransaction.d.ts +43 -0
- package/lib/chevre/repo/aggregateAssetTransaction.js +166 -0
- package/lib/chevre/repo/aggregateTransaction.d.ts +39 -0
- package/lib/chevre/repo/aggregateTransaction.js +166 -0
- package/lib/chevre/repo/aggregateUseAction.d.ts +35 -0
- package/lib/chevre/repo/aggregateUseAction.js +164 -0
- package/lib/chevre/repo/aggregation.d.ts +0 -8
- package/lib/chevre/repo/aggregation.js +0 -10
- package/lib/chevre/repo/assetTransaction.d.ts +10 -235
- package/lib/chevre/repo/assetTransaction.js +48 -636
- package/lib/chevre/repo/authorization.d.ts +0 -6
- package/lib/chevre/repo/authorization.js +15 -27
- package/lib/chevre/repo/message.d.ts +0 -7
- package/lib/chevre/repo/message.js +0 -38
- package/lib/chevre/repo/migrateAction.d.ts +48 -0
- package/lib/chevre/repo/migrateAction.js +32 -0
- package/lib/chevre/repo/mongoose/schemas/action/inform.d.ts +11 -0
- package/lib/chevre/repo/mongoose/schemas/action/inform.js +82 -0
- package/lib/chevre/repo/mongoose/schemas/action/update.d.ts +12 -0
- package/lib/chevre/repo/mongoose/schemas/action/update.js +112 -0
- package/lib/chevre/repo/mongoose/schemas/{ownershipInfo.d.ts → action/use.d.ts} +4 -6
- package/lib/chevre/repo/mongoose/schemas/action/use.js +92 -0
- package/lib/chevre/repo/mongoose/schemas/action.d.ts +1 -3
- package/lib/chevre/repo/mongoose/schemas/action.js +22 -7
- package/lib/chevre/repo/mongoose/schemas/actionRecipe.d.ts +1 -0
- package/lib/chevre/repo/mongoose/schemas/actionRecipe.js +19 -1
- package/lib/chevre/repo/mongoose/schemas/aggregateReservation.js +8 -9
- package/lib/chevre/repo/mongoose/schemas/aggregation.js +8 -1
- package/lib/chevre/repo/mongoose/schemas/assetTransaction.js +95 -76
- package/lib/chevre/repo/mongoose/schemas/authorization.js +25 -18
- package/lib/chevre/repo/mongoose/schemas/event.js +7 -0
- package/lib/chevre/repo/mongoose/schemas/eventOffer.js +7 -0
- package/lib/chevre/repo/mongoose/schemas/message.js +8 -1
- package/lib/chevre/repo/mongoose/schemas/pendingReservation.js +11 -4
- package/lib/chevre/repo/mongoose/schemas/setting.d.ts +5 -16
- package/lib/chevre/repo/mongoose/schemas/task.d.ts +2 -5
- package/lib/chevre/repo/mongoose/schemas/task.js +134 -118
- package/lib/chevre/repo/mongoose/schemas/ticket.js +8 -1
- package/lib/chevre/repo/orderInTransaction.d.ts +0 -3
- package/lib/chevre/repo/orderInTransaction.js +30 -22
- package/lib/chevre/repo/scheduledTask.d.ts +4 -1
- package/lib/chevre/repo/scheduledTask.js +3 -25
- package/lib/chevre/repo/task.d.ts +44 -155
- package/lib/chevre/repo/task.js +13 -555
- package/lib/chevre/repo/taskDelayed.d.ts +74 -0
- package/lib/chevre/repo/taskDelayed.js +195 -0
- package/lib/chevre/repo/taskRunning.d.ts +35 -0
- package/lib/chevre/repo/taskRunning.js +89 -0
- package/lib/chevre/repo/ticket.d.ts +0 -6
- package/lib/chevre/repo/ticket.js +0 -11
- package/lib/chevre/repo/transaction.d.ts +1 -187
- package/lib/chevre/repo/transaction.js +2 -383
- package/lib/chevre/repository.d.ts +65 -25
- package/lib/chevre/repository.js +144 -56
- package/lib/chevre/service/aggregation/system.d.ts +9 -8
- package/lib/chevre/service/aggregation/system.js +5 -5
- package/lib/chevre/service/assetTransaction/cancelReservation/start.js +10 -17
- package/lib/chevre/service/assetTransaction/pay/confirm.d.ts +0 -10
- package/lib/chevre/service/assetTransaction/pay/start/processAuthorize.d.ts +0 -1
- package/lib/chevre/service/assetTransaction/pay/start/processAuthorizeMovieTicket.d.ts +0 -1
- package/lib/chevre/service/assetTransaction/pay/start.d.ts +0 -1
- package/lib/chevre/service/assetTransaction/refund.d.ts +0 -1
- package/lib/chevre/service/assetTransaction/refund.js +2 -2
- package/lib/chevre/service/assetTransaction/reserve/cancel.d.ts +4 -2
- package/lib/chevre/service/assetTransaction/reserve/confirm.d.ts +4 -2
- package/lib/chevre/service/assetTransaction/reserveCOA/cancel.d.ts +8 -4
- package/lib/chevre/service/assetTransaction/reserveCOA/cancel.js +1 -1
- package/lib/chevre/service/asyncAction.d.ts +2 -2
- package/lib/chevre/service/asyncAction.js +1 -4
- package/lib/chevre/service/asyncActionHandler/onOperationFailed.d.ts +2 -2
- package/lib/chevre/service/asyncActionHandler/onOperationFailed.js +0 -2
- package/lib/chevre/service/asyncActionHandler.d.ts +4 -4
- package/lib/chevre/service/asyncActionHandler.js +11 -13
- package/lib/chevre/service/event/processUpdateMovieTheater.d.ts +4 -2
- package/lib/chevre/service/event/processUpdateMovieTheater.js +3 -3
- package/lib/chevre/service/event.d.ts +4 -2
- package/lib/chevre/service/event.js +3 -3
- package/lib/chevre/service/notification/sendEmailMessage.d.ts +4 -2
- package/lib/chevre/service/notification/sendEmailMessage.js +3 -3
- package/lib/chevre/service/notification/triggerWebhook.d.ts +4 -2
- package/lib/chevre/service/notification/triggerWebhook.js +5 -16
- package/lib/chevre/service/offer/event/authorize.d.ts +0 -1
- package/lib/chevre/service/offer/event/issueEventOfferTicket.d.ts +0 -1
- package/lib/chevre/service/offer/event/voidTransaction/processVoidTransaction4chevre.d.ts +4 -2
- package/lib/chevre/service/offer/event/voidTransaction/processVoidTransaction4chevre.js +1 -3
- package/lib/chevre/service/offer/event/voidTransaction/processVoidTransaction4coa.d.ts +9 -5
- package/lib/chevre/service/offer/event/voidTransaction/processVoidTransaction4coa.js +1 -1
- package/lib/chevre/service/offer/event/voidTransaction.d.ts +6 -4
- package/lib/chevre/service/offer/event/voidTransaction.js +7 -9
- package/lib/chevre/service/offer/event/voidTransactionByActionId.d.ts +6 -4
- package/lib/chevre/service/offer/event/voidTransactionByActionId.js +3 -15
- package/lib/chevre/service/offer/eventServiceByCOA/acceptOffer.js +1 -1
- package/lib/chevre/service/offer/eventServiceByCOA/changeOffers.js +1 -1
- package/lib/chevre/service/offer/eventServiceByCOA/findAcceptAction.d.ts +0 -4
- package/lib/chevre/service/offer/eventServiceByCOA/findAcceptAction.js +19 -19
- package/lib/chevre/service/offer/onEventChanged.js +0 -2
- package/lib/chevre/service/order/confirmPayTransaction.d.ts +4 -10
- package/lib/chevre/service/order/confirmPayTransaction.js +7 -11
- package/lib/chevre/service/order/createAccountingReportIfNotExist.d.ts +1 -1
- package/lib/chevre/service/order/createAccountingReportIfNotExist.js +2 -56
- package/lib/chevre/service/order/deleteOrder.d.ts +2 -2
- package/lib/chevre/service/order/deleteOrder.js +1 -2
- package/lib/chevre/service/order/onAssetTransactionStatusChanged/isDeliverable.js +1 -49
- package/lib/chevre/service/order/onAssetTransactionStatusChanged/onPayTransactionConfirmed.js +2 -2
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderDelivered/factory.js +2 -4
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderDeliveredPartially/factory.js +2 -4
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderInTransit.js +2 -2
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderPaymentDue.js +1 -1
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderProcessing/createSendEmailMessageTaskIfNotExist.js +1 -9
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderProcessing/factory.d.ts +2 -2
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderProcessing/factory.js +4 -8
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderProcessing/processOrder.js +1 -1
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderReturned/factory.js +5 -11
- package/lib/chevre/service/order/onOrderUpdated/factory.js +0 -3
- package/lib/chevre/service/order/placeOrder/createPlacingOrderFromExistingTransaction.d.ts +4 -2
- package/lib/chevre/service/order/placeOrder/createPlacingOrderFromExistingTransaction.js +2 -2
- package/lib/chevre/service/order/placeOrder.d.ts +6 -4
- package/lib/chevre/service/order/placeOrder.js +9 -17
- package/lib/chevre/service/order/returnOrder.d.ts +4 -4
- package/lib/chevre/service/order/returnOrder.js +11 -43
- package/lib/chevre/service/order/sendOrder.d.ts +4 -6
- package/lib/chevre/service/order/sendOrder.js +30 -72
- package/lib/chevre/service/payment/any/authorize/fixTransactionNumber.d.ts +0 -1
- package/lib/chevre/service/payment/any/authorize/handlePrePublishedPaymentMethodIdOnAuthorizing.d.ts +0 -1
- package/lib/chevre/service/payment/any/authorize.d.ts +0 -1
- package/lib/chevre/service/payment/any/findAcceptAction.d.ts +0 -4
- package/lib/chevre/service/payment/any/findAcceptAction.js +19 -19
- package/lib/chevre/service/payment/any/findAuthorizeAction.d.ts +0 -4
- package/lib/chevre/service/payment/any/findAuthorizeAction.js +19 -19
- package/lib/chevre/service/payment/any/findCheckAction.d.ts +0 -4
- package/lib/chevre/service/payment/any/findCheckAction.js +19 -19
- package/lib/chevre/service/payment/any/invalidatePaymentUrl.d.ts +0 -1
- package/lib/chevre/service/payment/any/onPayActionCompleted.d.ts +0 -1
- package/lib/chevre/service/payment/any/onPaymentStatusChanged.js +2 -2
- package/lib/chevre/service/payment/any/onRefundActionCompletedOrFailed.d.ts +0 -1
- package/lib/chevre/service/payment/any/processVoidPayTransaction.d.ts +0 -1
- package/lib/chevre/service/payment/any/processVoidPayTransaction.js +2 -2
- package/lib/chevre/service/payment/any/publishPaymentUrl.d.ts +0 -2
- package/lib/chevre/service/payment/any/publishPaymentUrl.js +2 -2
- package/lib/chevre/service/payment/any/voidPayTransaction.d.ts +0 -1
- package/lib/chevre/service/payment/creditCard/authorize/processAuthorizeCreditCard.d.ts +0 -1
- package/lib/chevre/service/payment/creditCard/authorize/processAuthorizeCreditCard3ds.d.ts +0 -1
- package/lib/chevre/service/payment/creditCard/authorize.d.ts +0 -1
- package/lib/chevre/service/payment/creditCard/payCreditCard.d.ts +0 -1
- package/lib/chevre/service/payment/creditCard/refundCreditCard.d.ts +0 -1
- package/lib/chevre/service/payment/faceToFace.d.ts +0 -2
- package/lib/chevre/service/payment/movieTicket/authorize.d.ts +0 -1
- package/lib/chevre/service/payment/movieTicket/payMovieTicket.d.ts +0 -1
- package/lib/chevre/service/payment/movieTicket/refundMovieTicket.d.ts +0 -1
- package/lib/chevre/service/project.d.ts +0 -6
- package/lib/chevre/service/project.js +0 -2
- package/lib/chevre/service/reserve/cancelReservation.d.ts +7 -3
- package/lib/chevre/service/reserve/cancelReservation.js +15 -25
- package/lib/chevre/service/reserve/checkInReservation.d.ts +4 -2
- package/lib/chevre/service/reserve/checkInReservation.js +2 -2
- package/lib/chevre/service/reserve/confirmReservation.d.ts +4 -2
- package/lib/chevre/service/reserve/confirmReservation.js +10 -36
- package/lib/chevre/service/reserve/potentialActions/onReservationConfirmed.js +1 -1
- package/lib/chevre/service/reserve/useReservation.d.ts +6 -2
- package/lib/chevre/service/reserve/useReservation.js +6 -24
- package/lib/chevre/service/reserveCOA/cancelReservation.d.ts +4 -2
- package/lib/chevre/service/reserveCOA/cancelReservation.js +3 -3
- package/lib/chevre/service/scheduledTask.d.ts +1 -4
- package/lib/chevre/service/scheduledTask.js +3 -10
- package/lib/chevre/service/scheduledTaskHandler/onOperationFailed.js +1 -2
- package/lib/chevre/service/scheduledTaskHandler.js +0 -13
- package/lib/chevre/service/task/acceptCOAOffer.js +1 -14
- package/lib/chevre/service/task/authorizePayment.js +1 -7
- package/lib/chevre/service/task/cancelPendingReservation.js +3 -4
- package/lib/chevre/service/task/cancelReservation.js +3 -5
- package/lib/chevre/service/task/checkMovieTicket.js +1 -7
- package/lib/chevre/service/task/checkResource.js +14 -57
- package/lib/chevre/service/task/confirmPayTransaction.js +11 -12
- package/lib/chevre/service/task/confirmReserveTransaction.d.ts +6 -2
- package/lib/chevre/service/task/confirmReserveTransaction.js +12 -7
- package/lib/chevre/service/task/createAccountingReport.js +8 -15
- package/lib/chevre/service/task/deleteTransaction.js +10 -41
- package/lib/chevre/service/task/importEventsFromCOA.js +4 -2
- package/lib/chevre/service/task/invalidatePaymentUrl.js +0 -1
- package/lib/chevre/service/task/onAuthorizationCreated.js +4 -13
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByAggregateOffer.d.ts +4 -2
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByAggregateOffer.js +4 -4
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByEventSeries.d.ts +4 -2
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByEventSeries.js +4 -4
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByMovieTheater.d.ts +4 -2
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByMovieTheater.js +4 -4
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByOfferCatalog.d.ts +4 -2
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByOfferCatalog.js +4 -4
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByProduct.d.ts +4 -2
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByProduct.js +4 -4
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByRoom.d.ts +4 -2
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByRoom.js +4 -4
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesBySeller.d.ts +4 -2
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesBySeller.js +4 -4
- package/lib/chevre/service/task/onResourceDeleted.js +4 -3
- package/lib/chevre/service/task/onResourceUpdated/onAggregateOfferUpdated.js +0 -1
- package/lib/chevre/service/task/onResourceUpdated/onHasPOSUpdated.js +0 -1
- package/lib/chevre/service/task/onResourceUpdated/onOfferCatalogUpdated.js +0 -1
- package/lib/chevre/service/task/onResourceUpdated.js +0 -10
- package/lib/chevre/service/task/pay.js +0 -1
- package/lib/chevre/service/task/payment/invalidatePaymentUrlByTask.d.ts +0 -1
- package/lib/chevre/service/task/payment/payByTask.d.ts +0 -1
- package/lib/chevre/service/task/payment/refundByTask.d.ts +0 -1
- package/lib/chevre/service/task/payment/voidPaymentByTask.d.ts +0 -2
- package/lib/chevre/service/task/placeOrder.js +8 -6
- package/lib/chevre/service/task/publishPaymentUrl.js +2 -13
- package/lib/chevre/service/task/refund.js +0 -1
- package/lib/chevre/service/task/reserve.js +3 -6
- package/lib/chevre/service/task/returnOrder.js +3 -7
- package/lib/chevre/service/task/returnPayTransaction.js +9 -19
- package/lib/chevre/service/task/returnReserveTransaction.js +5 -6
- package/lib/chevre/service/task/sendEmailMessage.js +2 -2
- package/lib/chevre/service/task/sendOrder.js +4 -8
- package/lib/chevre/service/task/syncResourcesFromCOA.js +31 -23
- package/lib/chevre/service/task/triggerWebhook.js +4 -2
- package/lib/chevre/service/task/useReservation.js +6 -2
- package/lib/chevre/service/task/voidPayment.js +0 -2
- package/lib/chevre/service/task/voidReserveTransaction.js +11 -13
- package/lib/chevre/service/task.d.ts +4 -4
- package/lib/chevre/service/task.js +8 -12
- package/lib/chevre/service/taskHandler/onOperationFailed/informTaskIfNeeded.js +0 -1
- package/lib/chevre/service/taskHandler/onOperationFailed.d.ts +3 -2
- package/lib/chevre/service/taskHandler/onOperationFailed.js +5 -16
- package/lib/chevre/service/taskHandler.d.ts +1 -2
- package/lib/chevre/service/taskHandler.js +7 -19
- package/lib/chevre/service/transaction/deleteTransaction/deletePayTransactionsByPlaceOrder.js +2 -2
- package/lib/chevre/service/transaction/deleteTransaction/deleteReservationsByPlaceOrder.js +2 -2
- package/lib/chevre/service/transaction/deleteTransaction.d.ts +8 -4
- package/lib/chevre/service/transaction/deleteTransaction.js +7 -7
- package/lib/chevre/service/transaction/placeOrder/confirm.js +1 -1
- package/lib/chevre/service/transaction/placeOrder/exportTasks/factory.d.ts +1 -1
- package/lib/chevre/service/transaction/placeOrder/exportTasksById.js +11 -17
- package/lib/chevre/service/transaction/returnOrder.js +11 -17
- package/lib/chevre/service/validation/validateOrder.d.ts +0 -4
- package/lib/chevre/service/validation/validateOrder.js +3 -3
- package/lib/chevre/taskSettings.d.ts +4 -4
- package/package.json +2 -2
- package/lib/chevre/repo/action/actionProcess.d.ts +0 -147
- package/lib/chevre/repo/action/checkThing.d.ts +0 -8
- package/lib/chevre/repo/action/checkThing.js +0 -13
- package/lib/chevre/repo/action.js +0 -468
- package/lib/chevre/repo/asyncActionLegacy.d.ts +0 -23
- package/lib/chevre/repo/asyncActionLegacy.js +0 -59
- package/lib/chevre/repo/mongoose/schemas/ownershipInfo.js +0 -227
- package/lib/chevre/repo/mongoose/schemas/pendingReservationAggregate.d.ts +0 -25
- package/lib/chevre/repo/mongoose/schemas/pendingReservationAggregate.js +0 -100
- package/lib/chevre/repo/ownershipInfo.d.ts +0 -122
- package/lib/chevre/repo/ownershipInfo.js +0 -466
- package/lib/chevre/repo/scheduledTaskLegacy.d.ts +0 -39
- package/lib/chevre/repo/scheduledTaskLegacy.js +0 -96
- package/lib/chevre/repo/scheduledTaskMigration.d.ts +0 -21
- package/lib/chevre/repo/scheduledTaskMigration.js +0 -70
- package/lib/chevre/service/validation/validateEvent.d.ts +0 -11
- package/lib/chevre/service/validation/validateEvent.js +0 -21
|
@@ -41,12 +41,6 @@ export declare class AuthorizationRepo {
|
|
|
41
41
|
projectFields(params: factory.authorization.ISearchConditions, inclusion: IKeyOfProjection[]): Promise<(factory.authorization.IAuthorization & {
|
|
42
42
|
id: string;
|
|
43
43
|
})[]>;
|
|
44
|
-
/**
|
|
45
|
-
* 有効期限を一定期間過ぎた承認を削除する
|
|
46
|
-
*/
|
|
47
|
-
deleteValidUntilPassedCertainPeriod(params: {
|
|
48
|
-
$lt: Date;
|
|
49
|
-
}): Promise<void>;
|
|
50
44
|
unsetUnnecessaryFields(params: {
|
|
51
45
|
filter: FilterQuery<factory.authorization.IAuthorization>;
|
|
52
46
|
$unset: any;
|
|
@@ -69,21 +69,21 @@ class AuthorizationRepo {
|
|
|
69
69
|
'object.typeOf': { $exists: true, $in: object.typeOfs }
|
|
70
70
|
});
|
|
71
71
|
}
|
|
72
|
-
/* istanbul ignore else */
|
|
73
|
-
if (object.typeOfGood !== undefined) {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
72
|
+
// /* istanbul ignore else */
|
|
73
|
+
// if (object.typeOfGood !== undefined) {
|
|
74
|
+
// /* istanbul ignore else */
|
|
75
|
+
// if (Array.isArray(object.typeOfGood.ids)) {
|
|
76
|
+
// andConditions.push({
|
|
77
|
+
// 'object.typeOfGood.id': { $exists: true, $in: object.typeOfGood.ids }
|
|
78
|
+
// });
|
|
79
|
+
// }
|
|
80
|
+
// /* istanbul ignore else */
|
|
81
|
+
// if (Array.isArray(object.typeOfGood.typeOfs)) {
|
|
82
|
+
// andConditions.push({
|
|
83
|
+
// 'object.typeOfGood.typeOf': { $exists: true, $in: object.typeOfGood.typeOfs }
|
|
84
|
+
// });
|
|
85
|
+
// }
|
|
86
|
+
// }
|
|
87
87
|
}
|
|
88
88
|
if (params.validFrom instanceof Date) {
|
|
89
89
|
andConditions.push({ validUntil: { $gte: params.validFrom } });
|
|
@@ -177,18 +177,6 @@ class AuthorizationRepo {
|
|
|
177
177
|
.lean()
|
|
178
178
|
.exec();
|
|
179
179
|
}
|
|
180
|
-
/**
|
|
181
|
-
* 有効期限を一定期間過ぎた承認を削除する
|
|
182
|
-
*/
|
|
183
|
-
async deleteValidUntilPassedCertainPeriod(params) {
|
|
184
|
-
await this.authorizationModel.deleteMany({
|
|
185
|
-
validUntil: {
|
|
186
|
-
$exists: true,
|
|
187
|
-
$lt: params.$lt
|
|
188
|
-
}
|
|
189
|
-
})
|
|
190
|
-
.exec();
|
|
191
|
-
}
|
|
192
180
|
async unsetUnnecessaryFields(params) {
|
|
193
181
|
return this.authorizationModel.updateMany(params.filter, { $unset: params.$unset }, { timestamps: false })
|
|
194
182
|
.exec();
|
|
@@ -59,13 +59,6 @@ export declare class MessageRepo {
|
|
|
59
59
|
id: string;
|
|
60
60
|
};
|
|
61
61
|
}): Promise<IFindByIdentifierResult>;
|
|
62
|
-
/**
|
|
63
|
-
* 発行日時を基準に複数削除
|
|
64
|
-
* 2026-06-28~
|
|
65
|
-
*/
|
|
66
|
-
deleteDatePublishedPassedCertainPeriod(params: {
|
|
67
|
-
$lt: Date;
|
|
68
|
-
}): Promise<void>;
|
|
69
62
|
unsetUnnecessaryFields(params: {
|
|
70
63
|
filter: any;
|
|
71
64
|
$unset: any;
|
|
@@ -160,44 +160,6 @@ class MessageRepo {
|
|
|
160
160
|
}
|
|
161
161
|
return doc;
|
|
162
162
|
}
|
|
163
|
-
/**
|
|
164
|
-
* 発行日時を基準に複数削除
|
|
165
|
-
* 2026-06-28~
|
|
166
|
-
*/
|
|
167
|
-
async deleteDatePublishedPassedCertainPeriod(params) {
|
|
168
|
-
const { $lt } = params;
|
|
169
|
-
if ($lt instanceof Date) {
|
|
170
|
-
await this.messageModel.deleteMany({
|
|
171
|
-
datePublished: { $lt }
|
|
172
|
-
})
|
|
173
|
-
.exec();
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
// public async deleteByMainEntityOrderNumber(params: {
|
|
177
|
-
// project: { id: string };
|
|
178
|
-
// mainEntity: { orderNumber: string };
|
|
179
|
-
// }): Promise<{
|
|
180
|
-
// n?: number;
|
|
181
|
-
// // opTime: result.opTime,
|
|
182
|
-
// ok?: number;
|
|
183
|
-
// // operationTime,
|
|
184
|
-
// deletedCount?: number;
|
|
185
|
-
// } | null> {
|
|
186
|
-
// return this.messageModel.deleteMany({
|
|
187
|
-
// 'project.id': { $eq: params.project.id },
|
|
188
|
-
// 'mainEntity.orderNumber': { $exists: true, $eq: params.mainEntity.orderNumber }
|
|
189
|
-
// })
|
|
190
|
-
// .exec()
|
|
191
|
-
// .then((result) => {
|
|
192
|
-
// return {
|
|
193
|
-
// // n: result?.n,
|
|
194
|
-
// // opTime: result.opTime,
|
|
195
|
-
// // ok: result?.ok,
|
|
196
|
-
// // operationTime,
|
|
197
|
-
// deletedCount: result?.deletedCount
|
|
198
|
-
// };
|
|
199
|
-
// });
|
|
200
|
-
// }
|
|
201
163
|
async unsetUnnecessaryFields(params) {
|
|
202
164
|
return this.messageModel.updateMany(params.filter, { $unset: params.$unset }, { timestamps: false })
|
|
203
165
|
.exec();
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { Connection } from 'mongoose';
|
|
2
|
+
import { factory } from '../factory';
|
|
3
|
+
import { IModel as IActionModel, IDocType } from './mongoose/schemas/action';
|
|
4
|
+
import { IDocType as IRecipeDocType, IModel as IActionRecipeModel } from './mongoose/schemas/actionRecipe';
|
|
5
|
+
/**
|
|
6
|
+
* アクション移行リポジトリ
|
|
7
|
+
*/
|
|
8
|
+
export declare class MigrateActionRepo {
|
|
9
|
+
protected readonly actionModel: IActionModel;
|
|
10
|
+
protected readonly actionRecipeModel: IActionRecipeModel;
|
|
11
|
+
constructor(connection: Connection);
|
|
12
|
+
getActionCursor(conditions: any, projection: any): import("mongoose").Cursor<import("mongoose").Document<unknown, Record<string, never>, IDocType, import("./mongoose/virtuals").IVirtuals, {}> & IDocType & {
|
|
13
|
+
_id: import("mongoose").Types.ObjectId;
|
|
14
|
+
} & {
|
|
15
|
+
__v: number;
|
|
16
|
+
}, import("mongoose").QueryOptions<IDocType>, (import("mongoose").Document<unknown, Record<string, never>, IDocType, import("./mongoose/virtuals").IVirtuals, {}> & IDocType & {
|
|
17
|
+
_id: import("mongoose").Types.ObjectId;
|
|
18
|
+
} & {
|
|
19
|
+
__v: number;
|
|
20
|
+
}) | null>;
|
|
21
|
+
getActionRecipeCursor(conditions: any, projection: any): import("mongoose").Cursor<import("mongoose").Document<unknown, Record<string, never>, IRecipeDocType, import("./mongoose/virtuals").IVirtuals, {}> & factory.recipe.IRecipe & {
|
|
22
|
+
recipeFor: {
|
|
23
|
+
id: string;
|
|
24
|
+
};
|
|
25
|
+
dateCreated?: Date;
|
|
26
|
+
dateModified?: Date;
|
|
27
|
+
expires?: Date;
|
|
28
|
+
} & {
|
|
29
|
+
_id: import("mongoose").Types.ObjectId;
|
|
30
|
+
} & {
|
|
31
|
+
__v: number;
|
|
32
|
+
}, import("mongoose").QueryOptions<IRecipeDocType>, (import("mongoose").Document<unknown, Record<string, never>, IRecipeDocType, import("./mongoose/virtuals").IVirtuals, {}> & factory.recipe.IRecipe & {
|
|
33
|
+
recipeFor: {
|
|
34
|
+
id: string;
|
|
35
|
+
};
|
|
36
|
+
dateCreated?: Date;
|
|
37
|
+
dateModified?: Date;
|
|
38
|
+
expires?: Date;
|
|
39
|
+
} & {
|
|
40
|
+
_id: import("mongoose").Types.ObjectId;
|
|
41
|
+
} & {
|
|
42
|
+
__v: number;
|
|
43
|
+
}) | null>;
|
|
44
|
+
migrateActionExpires(params: {
|
|
45
|
+
id: string;
|
|
46
|
+
expires: Date;
|
|
47
|
+
}): Promise<void>;
|
|
48
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MigrateActionRepo = void 0;
|
|
4
|
+
const factory_1 = require("../factory");
|
|
5
|
+
const action_1 = require("./mongoose/schemas/action");
|
|
6
|
+
const actionRecipe_1 = require("./mongoose/schemas/actionRecipe");
|
|
7
|
+
/**
|
|
8
|
+
* アクション移行リポジトリ
|
|
9
|
+
*/
|
|
10
|
+
class MigrateActionRepo {
|
|
11
|
+
actionModel;
|
|
12
|
+
actionRecipeModel;
|
|
13
|
+
constructor(connection) {
|
|
14
|
+
this.actionModel = connection.model(action_1.modelName, (0, action_1.createSchema)());
|
|
15
|
+
this.actionRecipeModel = connection.model(actionRecipe_1.modelName, (0, actionRecipe_1.createSchema)());
|
|
16
|
+
}
|
|
17
|
+
getActionCursor(conditions, projection) {
|
|
18
|
+
return this.actionModel.find(conditions, projection)
|
|
19
|
+
.sort({ startDate: factory_1.factory.sortType.Ascending })
|
|
20
|
+
.cursor();
|
|
21
|
+
}
|
|
22
|
+
getActionRecipeCursor(conditions, projection) {
|
|
23
|
+
return this.actionRecipeModel.find(conditions, projection)
|
|
24
|
+
.sort({ dateCreated: factory_1.factory.sortType.Ascending })
|
|
25
|
+
.cursor();
|
|
26
|
+
}
|
|
27
|
+
async migrateActionExpires(params) {
|
|
28
|
+
await this.actionModel.updateOne({ _id: { $eq: params.id } }, { $set: { expires: params.expires } })
|
|
29
|
+
.exec();
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
exports.MigrateActionRepo = MigrateActionRepo;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IndexDefinition, IndexOptions, Model, Schema, SchemaDefinition } from 'mongoose';
|
|
2
|
+
import { IVirtuals } from '../../virtuals';
|
|
3
|
+
import { factory } from '../../../../factory';
|
|
4
|
+
type IDocType = Pick<factory.action.interact.inform.IAction, 'about' | 'actionStatus' | 'agent' | 'endDate' | 'object' | 'project' | 'recipient' | 'result' | 'startDate' | 'target' | 'typeOf' | 'purpose' | 'error' | 'expires'>;
|
|
5
|
+
type IModel = Model<IDocType, Record<string, never>, Record<string, never>, IVirtuals>;
|
|
6
|
+
type ISchemaDefinition = SchemaDefinition<IDocType>;
|
|
7
|
+
type ISchema = Schema<IDocType, IModel, Record<string, never>, Record<string, never>, IVirtuals, Record<string, never>, ISchemaDefinition, IDocType>;
|
|
8
|
+
declare const modelName = "Action.Inform";
|
|
9
|
+
declare const indexes: [d: IndexDefinition, o: IndexOptions][];
|
|
10
|
+
declare function createSchema(): ISchema;
|
|
11
|
+
export { createSchema, IDocType, IModel, indexes, modelName };
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.modelName = exports.indexes = void 0;
|
|
4
|
+
exports.createSchema = createSchema;
|
|
5
|
+
const mongoose_1 = require("mongoose");
|
|
6
|
+
const writeConcern_1 = require("../../writeConcern");
|
|
7
|
+
const settings_1 = require("../../../../settings");
|
|
8
|
+
const modelName = 'Action.Inform';
|
|
9
|
+
exports.modelName = modelName;
|
|
10
|
+
const schemaDefinition = {
|
|
11
|
+
project: { type: mongoose_1.SchemaTypes.Mixed, required: true },
|
|
12
|
+
actionStatus: { type: String, required: true },
|
|
13
|
+
typeOf: { type: String, required: true },
|
|
14
|
+
agent: { type: mongoose_1.SchemaTypes.Mixed, required: true },
|
|
15
|
+
object: { type: mongoose_1.SchemaTypes.Mixed, required: true },
|
|
16
|
+
startDate: { type: Date, required: true },
|
|
17
|
+
expires: { type: Date, required: true },
|
|
18
|
+
target: { type: mongoose_1.SchemaTypes.Mixed, required: true },
|
|
19
|
+
recipient: { type: mongoose_1.SchemaTypes.Mixed, required: true },
|
|
20
|
+
result: mongoose_1.SchemaTypes.Mixed,
|
|
21
|
+
error: mongoose_1.SchemaTypes.Mixed,
|
|
22
|
+
endDate: Date,
|
|
23
|
+
about: mongoose_1.SchemaTypes.Mixed,
|
|
24
|
+
purpose: mongoose_1.SchemaTypes.Mixed,
|
|
25
|
+
};
|
|
26
|
+
const schemaOptions = {
|
|
27
|
+
autoIndex: settings_1.MONGO_AUTO_INDEX,
|
|
28
|
+
autoCreate: false,
|
|
29
|
+
collection: 'actions.inform',
|
|
30
|
+
id: true,
|
|
31
|
+
read: 'primary',
|
|
32
|
+
writeConcern: writeConcern_1.writeConcern,
|
|
33
|
+
strict: true,
|
|
34
|
+
strictQuery: false,
|
|
35
|
+
timestamps: false,
|
|
36
|
+
versionKey: false,
|
|
37
|
+
toJSON: {
|
|
38
|
+
getters: false,
|
|
39
|
+
virtuals: false,
|
|
40
|
+
minimize: false,
|
|
41
|
+
versionKey: false
|
|
42
|
+
},
|
|
43
|
+
toObject: {
|
|
44
|
+
getters: false,
|
|
45
|
+
virtuals: true,
|
|
46
|
+
minimize: false,
|
|
47
|
+
versionKey: false
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
const indexes = [
|
|
51
|
+
[
|
|
52
|
+
{ expires: 1 },
|
|
53
|
+
{
|
|
54
|
+
name: 'expires',
|
|
55
|
+
expireAfterSeconds: 0
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
[
|
|
59
|
+
{ startDate: -1 },
|
|
60
|
+
{ name: 'startDate' }
|
|
61
|
+
],
|
|
62
|
+
[
|
|
63
|
+
{ 'project.id': 1, startDate: -1 },
|
|
64
|
+
{ name: 'projectId' }
|
|
65
|
+
],
|
|
66
|
+
];
|
|
67
|
+
exports.indexes = indexes;
|
|
68
|
+
/**
|
|
69
|
+
* 通知アクションスキーマ
|
|
70
|
+
*/
|
|
71
|
+
let schema;
|
|
72
|
+
function createSchema() {
|
|
73
|
+
if (schema === undefined) {
|
|
74
|
+
schema = new mongoose_1.Schema(schemaDefinition, schemaOptions);
|
|
75
|
+
}
|
|
76
|
+
if (settings_1.MONGO_AUTO_INDEX) {
|
|
77
|
+
indexes.forEach((indexParams) => {
|
|
78
|
+
schema?.index(...indexParams);
|
|
79
|
+
});
|
|
80
|
+
}
|
|
81
|
+
return schema;
|
|
82
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IndexDefinition, IndexOptions, Model, Schema, SchemaDefinition } from 'mongoose';
|
|
2
|
+
import { IVirtuals } from '../../virtuals';
|
|
3
|
+
import { factory } from '../../../../factory';
|
|
4
|
+
type Keys = 'actionStatus' | 'agent' | 'endDate' | 'error' | 'instrument' | 'object' | 'project' | 'result' | 'sameAs' | 'startDate' | 'targetCollection' | 'typeOf' | 'expires';
|
|
5
|
+
type IDocType = Pick<factory.action.update.add.IAction, Keys> | Pick<factory.action.update.replace.IAction, Keys> | Pick<factory.action.update.update.IAction, Keys> | Pick<factory.action.update.deleteAction.IAction, Keys>;
|
|
6
|
+
type IModel = Model<IDocType, Record<string, never>, Record<string, never>, IVirtuals>;
|
|
7
|
+
type ISchemaDefinition = SchemaDefinition<IDocType>;
|
|
8
|
+
type ISchema = Schema<IDocType, IModel, Record<string, never>, Record<string, never>, IVirtuals, Record<string, never>, ISchemaDefinition, IDocType>;
|
|
9
|
+
declare const modelName = "Action.Update";
|
|
10
|
+
declare const indexes: [d: IndexDefinition, o: IndexOptions][];
|
|
11
|
+
declare function createSchema(): ISchema;
|
|
12
|
+
export { createSchema, IDocType, IModel, indexes, modelName };
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.modelName = exports.indexes = void 0;
|
|
4
|
+
exports.createSchema = createSchema;
|
|
5
|
+
const mongoose_1 = require("mongoose");
|
|
6
|
+
const writeConcern_1 = require("../../writeConcern");
|
|
7
|
+
const settings_1 = require("../../../../settings");
|
|
8
|
+
const modelName = 'Action.Update';
|
|
9
|
+
exports.modelName = modelName;
|
|
10
|
+
const schemaDefinition = {
|
|
11
|
+
project: { type: mongoose_1.SchemaTypes.Mixed, required: true },
|
|
12
|
+
actionStatus: { type: String, required: true },
|
|
13
|
+
typeOf: { type: String, required: true },
|
|
14
|
+
agent: { type: mongoose_1.SchemaTypes.Mixed, required: true },
|
|
15
|
+
object: { type: mongoose_1.SchemaTypes.Mixed, required: true },
|
|
16
|
+
startDate: { type: Date, required: true },
|
|
17
|
+
expires: { type: Date, required: true },
|
|
18
|
+
result: mongoose_1.SchemaTypes.Mixed,
|
|
19
|
+
error: mongoose_1.SchemaTypes.Mixed,
|
|
20
|
+
endDate: Date,
|
|
21
|
+
instrument: mongoose_1.SchemaTypes.Mixed,
|
|
22
|
+
targetCollection: mongoose_1.SchemaTypes.Mixed,
|
|
23
|
+
sameAs: mongoose_1.SchemaTypes.Mixed,
|
|
24
|
+
};
|
|
25
|
+
const schemaOptions = {
|
|
26
|
+
autoIndex: settings_1.MONGO_AUTO_INDEX,
|
|
27
|
+
autoCreate: false,
|
|
28
|
+
collection: 'actions.update',
|
|
29
|
+
id: true,
|
|
30
|
+
read: 'primary',
|
|
31
|
+
writeConcern: writeConcern_1.writeConcern,
|
|
32
|
+
strict: true,
|
|
33
|
+
strictQuery: false,
|
|
34
|
+
timestamps: false,
|
|
35
|
+
versionKey: false,
|
|
36
|
+
toJSON: {
|
|
37
|
+
getters: false,
|
|
38
|
+
virtuals: false,
|
|
39
|
+
minimize: false,
|
|
40
|
+
versionKey: false
|
|
41
|
+
},
|
|
42
|
+
toObject: {
|
|
43
|
+
getters: false,
|
|
44
|
+
virtuals: true,
|
|
45
|
+
minimize: false,
|
|
46
|
+
versionKey: false
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
const indexes = [
|
|
50
|
+
[
|
|
51
|
+
{ expires: 1 },
|
|
52
|
+
{
|
|
53
|
+
name: 'expires',
|
|
54
|
+
expireAfterSeconds: 0
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
[
|
|
58
|
+
{ startDate: -1 },
|
|
59
|
+
{ name: 'startDate' }
|
|
60
|
+
],
|
|
61
|
+
[
|
|
62
|
+
{ 'project.id': 1, startDate: -1 },
|
|
63
|
+
{ name: 'projectId' }
|
|
64
|
+
],
|
|
65
|
+
[
|
|
66
|
+
{ typeOf: 1, startDate: -1 },
|
|
67
|
+
{ name: 'typeOf' }
|
|
68
|
+
],
|
|
69
|
+
[
|
|
70
|
+
{ 'object.id': 1, startDate: -1 },
|
|
71
|
+
{
|
|
72
|
+
name: 'objectId',
|
|
73
|
+
partialFilterExpression: {
|
|
74
|
+
'object.id': { $exists: true }
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
[
|
|
79
|
+
{ 'result.id': 1, startDate: -1 },
|
|
80
|
+
{
|
|
81
|
+
name: 'resultId',
|
|
82
|
+
partialFilterExpression: {
|
|
83
|
+
'result.id': { $exists: true }
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
[
|
|
88
|
+
{ 'sameAs.id': 1, startDate: -1 },
|
|
89
|
+
{
|
|
90
|
+
name: 'sameAsId',
|
|
91
|
+
partialFilterExpression: {
|
|
92
|
+
'sameAs.id': { $exists: true }
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
];
|
|
97
|
+
exports.indexes = indexes;
|
|
98
|
+
/**
|
|
99
|
+
* 編集アクションスキーマ
|
|
100
|
+
*/
|
|
101
|
+
let schema;
|
|
102
|
+
function createSchema() {
|
|
103
|
+
if (schema === undefined) {
|
|
104
|
+
schema = new mongoose_1.Schema(schemaDefinition, schemaOptions);
|
|
105
|
+
}
|
|
106
|
+
if (settings_1.MONGO_AUTO_INDEX) {
|
|
107
|
+
indexes.forEach((indexParams) => {
|
|
108
|
+
schema?.index(...indexParams);
|
|
109
|
+
});
|
|
110
|
+
}
|
|
111
|
+
return schema;
|
|
112
|
+
}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { IndexDefinition, IndexOptions, Model, Schema, SchemaDefinition } from 'mongoose';
|
|
2
|
-
import { IVirtuals } from '
|
|
3
|
-
import { factory } from '
|
|
4
|
-
type IDocType =
|
|
5
|
-
_id: string;
|
|
6
|
-
};
|
|
2
|
+
import { IVirtuals } from '../../virtuals';
|
|
3
|
+
import { factory } from '../../../../factory';
|
|
4
|
+
type IDocType = Pick<factory.action.consume.use.reservation.IAction, 'actionStatus' | 'agent' | 'endDate' | 'error' | 'instrument' | 'location' | 'object' | 'project' | 'startDate' | 'typeOf' | 'expires'>;
|
|
7
5
|
type IModel = Model<IDocType, Record<string, never>, Record<string, never>, IVirtuals>;
|
|
8
6
|
type ISchemaDefinition = SchemaDefinition<IDocType>;
|
|
9
7
|
type ISchema = Schema<IDocType, IModel, Record<string, never>, Record<string, never>, IVirtuals, Record<string, never>, ISchemaDefinition, IDocType>;
|
|
10
|
-
declare const modelName = "
|
|
8
|
+
declare const modelName = "Action.Use";
|
|
11
9
|
declare const indexes: [d: IndexDefinition, o: IndexOptions][];
|
|
12
10
|
declare function createSchema(): ISchema;
|
|
13
11
|
export { createSchema, IDocType, IModel, indexes, modelName };
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.modelName = exports.indexes = void 0;
|
|
4
|
+
exports.createSchema = createSchema;
|
|
5
|
+
const mongoose_1 = require("mongoose");
|
|
6
|
+
const writeConcern_1 = require("../../writeConcern");
|
|
7
|
+
const settings_1 = require("../../../../settings");
|
|
8
|
+
const modelName = 'Action.Use';
|
|
9
|
+
exports.modelName = modelName;
|
|
10
|
+
const schemaDefinition = {
|
|
11
|
+
project: { type: mongoose_1.SchemaTypes.Mixed, required: true },
|
|
12
|
+
actionStatus: { type: String, required: true },
|
|
13
|
+
typeOf: { type: String, required: true },
|
|
14
|
+
agent: { type: mongoose_1.SchemaTypes.Mixed, required: true },
|
|
15
|
+
object: { type: mongoose_1.SchemaTypes.Mixed, required: true },
|
|
16
|
+
startDate: { type: Date, required: true },
|
|
17
|
+
expires: { type: Date, required: true },
|
|
18
|
+
instrument: mongoose_1.SchemaTypes.Mixed,
|
|
19
|
+
location: mongoose_1.SchemaTypes.Mixed,
|
|
20
|
+
error: mongoose_1.SchemaTypes.Mixed,
|
|
21
|
+
endDate: Date,
|
|
22
|
+
};
|
|
23
|
+
const schemaOptions = {
|
|
24
|
+
autoIndex: settings_1.MONGO_AUTO_INDEX,
|
|
25
|
+
autoCreate: false,
|
|
26
|
+
collection: 'actions.use',
|
|
27
|
+
id: true,
|
|
28
|
+
read: 'primary',
|
|
29
|
+
writeConcern: writeConcern_1.writeConcern,
|
|
30
|
+
strict: true,
|
|
31
|
+
strictQuery: false,
|
|
32
|
+
timestamps: false,
|
|
33
|
+
versionKey: false,
|
|
34
|
+
toJSON: {
|
|
35
|
+
getters: false,
|
|
36
|
+
virtuals: false,
|
|
37
|
+
minimize: false,
|
|
38
|
+
versionKey: false
|
|
39
|
+
},
|
|
40
|
+
toObject: {
|
|
41
|
+
getters: false,
|
|
42
|
+
virtuals: true,
|
|
43
|
+
minimize: false,
|
|
44
|
+
versionKey: false
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
const indexes = [
|
|
48
|
+
[
|
|
49
|
+
{ expires: 1 },
|
|
50
|
+
{
|
|
51
|
+
name: 'expires',
|
|
52
|
+
expireAfterSeconds: 0
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
[
|
|
56
|
+
{ startDate: -1 },
|
|
57
|
+
{ name: 'startDate' }
|
|
58
|
+
],
|
|
59
|
+
[
|
|
60
|
+
{ 'project.id': 1, startDate: -1 },
|
|
61
|
+
{ name: 'projectId' }
|
|
62
|
+
],
|
|
63
|
+
[
|
|
64
|
+
{ actionStatus: 1, startDate: -1 },
|
|
65
|
+
{ name: 'actionStatus' }
|
|
66
|
+
],
|
|
67
|
+
[
|
|
68
|
+
{ 'object.id': 1, startDate: -1 },
|
|
69
|
+
{
|
|
70
|
+
name: 'objectId',
|
|
71
|
+
partialFilterExpression: {
|
|
72
|
+
'object.id': { $exists: true }
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
];
|
|
77
|
+
exports.indexes = indexes;
|
|
78
|
+
/**
|
|
79
|
+
* 予約使用アクションスキーマ
|
|
80
|
+
*/
|
|
81
|
+
let schema;
|
|
82
|
+
function createSchema() {
|
|
83
|
+
if (schema === undefined) {
|
|
84
|
+
schema = new mongoose_1.Schema(schemaDefinition, schemaOptions);
|
|
85
|
+
}
|
|
86
|
+
if (settings_1.MONGO_AUTO_INDEX) {
|
|
87
|
+
indexes.forEach((indexParams) => {
|
|
88
|
+
schema?.index(...indexParams);
|
|
89
|
+
});
|
|
90
|
+
}
|
|
91
|
+
return schema;
|
|
92
|
+
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { IndexDefinition, IndexOptions, Model, Schema, SchemaDefinition } from 'mongoose';
|
|
2
2
|
import { IVirtuals } from '../virtuals';
|
|
3
3
|
import { factory } from '../../../factory';
|
|
4
|
-
type IDocType = Omit<factory.action.IAction<factory.action.IAttributes<factory.actionType, any, any>>, 'id'
|
|
5
|
-
identifier?: string;
|
|
6
|
-
};
|
|
4
|
+
type IDocType = Omit<factory.action.IAction<factory.action.IAttributes<factory.actionType, any, any>>, 'id' | 'replacer'>;
|
|
7
5
|
type IModel = Model<IDocType, Record<string, never>, Record<string, never>, IVirtuals>;
|
|
8
6
|
type ISchemaDefinition = SchemaDefinition<IDocType>;
|
|
9
7
|
type ISchema = Schema<IDocType, IModel, Record<string, never>, Record<string, never>, IVirtuals, Record<string, never>, ISchemaDefinition, IDocType>;
|
|
@@ -21,18 +21,16 @@ const schemaDefinition = {
|
|
|
21
21
|
endDate: Date,
|
|
22
22
|
purpose: mongoose_1.SchemaTypes.Mixed,
|
|
23
23
|
potentialActions: mongoose_1.SchemaTypes.Mixed,
|
|
24
|
-
// amount: SchemaTypes.Mixed, // discontinue(2026-07-08~)
|
|
25
|
-
// fromLocation: SchemaTypes.Mixed, // discontinue(2026-07-08~)
|
|
26
|
-
// toLocation: SchemaTypes.Mixed, // discontinue(2026-07-08~)
|
|
27
24
|
instrument: mongoose_1.SchemaTypes.Mixed,
|
|
28
25
|
location: mongoose_1.SchemaTypes.Mixed, // add location(2022-11-11~)
|
|
29
|
-
replacer: mongoose_1.SchemaTypes.Mixed, // add replacer(2024-03-19~)
|
|
30
|
-
targetCollection: mongoose_1.SchemaTypes.Mixed, // add targetCollection(2024-03-19~)
|
|
31
26
|
sameAs: mongoose_1.SchemaTypes.Mixed, // タスク関連付けのために追加(2024-04-20~)
|
|
32
27
|
cancelAction: mongoose_1.SchemaTypes.Mixed, // add(2024-05-26~)
|
|
33
28
|
about: mongoose_1.SchemaTypes.Mixed, // add(2025-01-22~)
|
|
34
|
-
|
|
35
|
-
|
|
29
|
+
identifier: mongoose_1.SchemaTypes.Mixed, // add(2025-02-06~)
|
|
30
|
+
expires: Date // support(2026-08-16~)
|
|
31
|
+
// replacer: SchemaTypes.Mixed, // discontinue(2026-08-15~)
|
|
32
|
+
// targetCollection: SchemaTypes.Mixed, // discontinue(2026-08-15~)
|
|
33
|
+
// target: SchemaTypes.Mixed, // discontinue(2026-08-15~)
|
|
36
34
|
};
|
|
37
35
|
const schemaOptions = {
|
|
38
36
|
autoIndex: settings_1.MONGO_AUTO_INDEX,
|
|
@@ -59,6 +57,23 @@ const schemaOptions = {
|
|
|
59
57
|
}
|
|
60
58
|
};
|
|
61
59
|
const indexes = [
|
|
60
|
+
[
|
|
61
|
+
{ expires: 1 },
|
|
62
|
+
{
|
|
63
|
+
name: 'expires',
|
|
64
|
+
expireAfterSeconds: 0,
|
|
65
|
+
partialFilterExpression: {
|
|
66
|
+
expires: { $exists: true }
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
[
|
|
71
|
+
{ startDate: 1 },
|
|
72
|
+
{
|
|
73
|
+
name: 'ttlByStartDate', // support ttl index(2026-08-09~)
|
|
74
|
+
expireAfterSeconds: 17280000 // 200 days
|
|
75
|
+
}
|
|
76
|
+
],
|
|
62
77
|
[
|
|
63
78
|
{ 'project.id': 1, startDate: -1 },
|
|
64
79
|
{
|
|
@@ -29,7 +29,8 @@ const schemaDefinition = {
|
|
|
29
29
|
type: Date,
|
|
30
30
|
required: true
|
|
31
31
|
},
|
|
32
|
-
dateModified: Date
|
|
32
|
+
dateModified: Date,
|
|
33
|
+
expires: Date // support(2026-08-16~)
|
|
33
34
|
};
|
|
34
35
|
const schemaOptions = {
|
|
35
36
|
autoIndex: settings_1.MONGO_AUTO_INDEX,
|
|
@@ -56,6 +57,23 @@ const schemaOptions = {
|
|
|
56
57
|
}
|
|
57
58
|
};
|
|
58
59
|
const indexes = [
|
|
60
|
+
[
|
|
61
|
+
{ expires: 1 },
|
|
62
|
+
{
|
|
63
|
+
name: 'expires',
|
|
64
|
+
expireAfterSeconds: 0,
|
|
65
|
+
partialFilterExpression: {
|
|
66
|
+
expires: { $exists: true }
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
[
|
|
71
|
+
{ dateCreated: 1 },
|
|
72
|
+
{
|
|
73
|
+
name: 'ttlByDateCreated', // support ttl index(2026-08-09~)
|
|
74
|
+
expireAfterSeconds: 17280000 // 200 days
|
|
75
|
+
}
|
|
76
|
+
],
|
|
59
77
|
[
|
|
60
78
|
{ dateCreated: -1 },
|
|
61
79
|
{ name: 'searchByDateCreated' }
|
|
@@ -38,18 +38,17 @@ const schemaOptions = {
|
|
|
38
38
|
}
|
|
39
39
|
};
|
|
40
40
|
const indexes = [
|
|
41
|
-
// [ // discontinue(2024-08-07~)
|
|
42
|
-
// { createdAt: 1 },
|
|
43
|
-
// { name: 'searchByCreatedAt' }
|
|
44
|
-
// ],
|
|
45
|
-
// [
|
|
46
|
-
// { updatedAt: 1 },
|
|
47
|
-
// { name: 'searchByUpdatedAt' }
|
|
48
|
-
// ],
|
|
49
41
|
[
|
|
50
42
|
{ 'reservationFor.startDate': 1 },
|
|
51
|
-
{
|
|
43
|
+
{
|
|
44
|
+
name: 'ttlByReservationForStartDate', // support ttl index(2026-08-11~)
|
|
45
|
+
expireAfterSeconds: 16416000 // 190 days
|
|
46
|
+
}
|
|
52
47
|
],
|
|
48
|
+
// [
|
|
49
|
+
// { 'reservationFor.startDate': 1 },
|
|
50
|
+
// { name: 'searchByReservationForStartDate' }
|
|
51
|
+
// ],
|
|
53
52
|
[
|
|
54
53
|
{ 'project.id': 1, 'reservationFor.startDate': 1 },
|
|
55
54
|
{ name: 'searchByProjectId' }
|