@chevre/domain 23.2.0-alpha.9 → 23.2.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/example/src/chevre/acceptedPaymentMethodOffer/adminAcceptedPaymentMethodOffers.ts +27 -19
- package/example/src/chevre/actions/checkAcceptPayActions.ts +2 -2
- package/example/src/chevre/actions/checkAuthorizePaymentActions.ts +2 -2
- package/example/src/chevre/activateOptionalAggregationSettings.ts +1 -1
- package/example/src/chevre/adminIdentities.ts +1 -1
- package/example/src/chevre/aggreateOwnershipInfosByOrder.ts +1 -1
- package/example/src/chevre/aggregateEventPublicFields.ts +2 -2
- package/example/src/chevre/aggregateOfferCatalogItemList.ts +1 -1
- package/example/src/chevre/aggregateScreeningEventMaxVersion.ts +1 -1
- package/example/src/chevre/aggregation/aggregateOffersOnEvent.ts +1 -1
- package/example/src/chevre/aggregation/aggregateOrderOfCustomer.ts +2 -2
- package/example/src/chevre/aggregation/aggregateOrderOfCustomerGlobally.ts +2 -2
- package/example/src/chevre/aggregation/aggregateOrderOfSeatByRoyalCustomers.ts +2 -2
- package/example/src/chevre/aggregation/aggregateOrderOnSystem.ts +2 -2
- package/example/src/chevre/aggregation/aggregateReservationByProject.ts +2 -2
- package/example/src/chevre/aggregation/aggregateSystem.ts +1 -1
- package/example/src/chevre/aggregation/aggregateTasks.ts +2 -2
- package/example/src/chevre/aggregation/createAggregateEventTasks.ts +2 -2
- package/example/src/chevre/aggregation/searchAggregateReservations.ts +1 -1
- package/example/src/chevre/assetTransaction/checkPayTransactionsTicketToken.ts +2 -2
- package/example/src/chevre/assetTransaction/processReserve.ts +2 -2
- package/example/src/chevre/attendIfNotAttended.ts +1 -1
- package/example/src/chevre/authorizeEventServiceOffer.ts +1 -1
- package/example/src/chevre/categoryCode/checkUniqueness.ts +1 -1
- package/example/src/chevre/changeOrderStatus.ts +1 -1
- package/example/src/chevre/checkCustomerAttributesLength.ts +2 -2
- package/example/src/chevre/checkEventDuration.ts +2 -2
- package/example/src/chevre/checkPaymentServiceUniqueness.ts +1 -1
- package/example/src/chevre/checkProjectMembers.ts +1 -1
- package/example/src/chevre/checkReserveTransactionSizes.ts +2 -2
- package/example/src/chevre/cleanActions.ts +2 -2
- package/example/src/chevre/cleanReservations.ts +2 -2
- package/example/src/chevre/cleanTransactions.ts +2 -2
- package/example/src/chevre/confirmationNumber/testRandomness.ts +49 -0
- package/example/src/chevre/countPotentiallyExportTasks.ts +2 -2
- package/example/src/chevre/countTransactions.ts +1 -1
- package/example/src/chevre/createProject.ts +1 -1
- package/example/src/chevre/createTaskIfNotExistByAlternateName.ts +1 -1
- package/example/src/chevre/db/stats.ts +1 -1
- package/example/src/chevre/deleteDiscontinuedPeople.ts +2 -2
- package/example/src/chevre/deleteDiscontinuedPeopleByFetch.ts +1 -1
- package/example/src/chevre/deleteOwnershipInfosByOwnedThrough.ts +2 -2
- package/example/src/chevre/deleteStartDatePassedCertainPeriod.ts +2 -2
- package/example/src/chevre/deleteTasksByName.ts +2 -2
- package/example/src/chevre/emailMessage/createEmailMessageText.ts +63 -0
- package/example/src/chevre/event/checkEventAdditionalPropertyUniqueness.ts +2 -2
- package/example/src/chevre/event/importEventSeriesFromCOAByTitle.ts +1 -1
- package/example/src/chevre/event/importEventsFromCOAByTitle.ts +4 -4
- package/example/src/chevre/event/migrateEventAdditionalProperty2identifier.ts +2 -2
- package/example/src/chevre/event/migrateEventMaximumPhysicalAttendeeCapacity.ts +1 -1
- package/example/src/chevre/event/unsetSuperEventVideoFormat.ts +30 -0
- package/example/src/chevre/event/updateSellerMakesOffersByIdentifier.ts +2 -2
- package/example/src/chevre/eventSeries/unsetVideoFormat.ts +31 -0
- package/example/src/chevre/eventSeries/upsertScreeningEventSeriesByVersion.ts +106 -0
- package/example/src/chevre/findAnyEventById.ts +1 -1
- package/example/src/chevre/findAuthorizePaymentAction.ts +1 -1
- package/example/src/chevre/findAvailableChannelMovieTicket.ts +1 -1
- package/example/src/chevre/findCheckAction.ts +1 -1
- package/example/src/chevre/findCustomerByOrderNumber.ts +1 -1
- package/example/src/chevre/findItemListElementByCatalogId.ts +1 -1
- package/example/src/chevre/findItemListElementById.ts +1 -1
- package/example/src/chevre/findJWTSetting.ts +1 -1
- package/example/src/chevre/findOneAvailableHours.ts +2 -2
- package/example/src/chevre/findReservationByCode.ts +1 -1
- package/example/src/chevre/findSchedule.ts +1 -1
- package/example/src/chevre/giveUpStartDatePassedCertainPeriod.ts +2 -2
- package/example/src/chevre/identity/getCommonClients.ts +1 -1
- package/example/src/chevre/identity/migrateClients2oauth.ts +1 -1
- package/example/src/chevre/importCategoryCodesFromCOA.ts +1 -1
- package/example/src/chevre/importEventsFromCOA.ts +2 -2
- package/example/src/chevre/investigateEvents.ts +1 -1
- package/example/src/chevre/investigateTransaction.ts +2 -2
- package/example/src/chevre/isPaymentAcceptedBySeller.ts +1 -1
- package/example/src/chevre/issuer/adminMemberProgramTiers.ts +1 -1
- package/example/src/chevre/issuer/migrateIssuerUrls.ts +1 -1
- package/example/src/chevre/issuer/renameIssuerIdentifier.ts +1 -1
- package/example/src/chevre/maintenance/checkTransactionStatuses.ts +1 -1
- package/example/src/chevre/makeExpiredManyTasks.ts +1 -1
- package/example/src/chevre/makeTransactionExpired.ts +2 -2
- package/example/src/chevre/member/migrateMemberIdentifier.ts +2 -2
- package/example/src/chevre/migrateAuthorizeEventServiceOfferChevre.ts +1 -1
- package/example/src/chevre/migrateCancelReservationObject.ts +1 -1
- package/example/src/chevre/migrateCustomerAdditionalProperties.ts +2 -2
- package/example/src/chevre/migrateEventSellerMakesOfferAvailableAt.ts +2 -2
- package/example/src/chevre/migrateIdentities.ts +1 -1
- package/example/src/chevre/migrateProjectSettings.ts +1 -1
- package/example/src/chevre/migrateRoomAdditionalProperties.ts +2 -2
- package/example/src/chevre/migrateRoomSectionAdditionalProperties.ts +2 -2
- package/example/src/chevre/note/findNotes.ts +1 -1
- package/example/src/chevre/note/upsertNotesByIdentifier.ts +1 -1
- package/example/src/chevre/notifyAbortedTasksByEmail.ts +2 -2
- package/example/src/chevre/notifyByEmail.ts +1 -1
- package/example/src/chevre/offerCatalog/updateManyOfferCatalogsByIds.ts +1 -1
- package/example/src/chevre/{upsertOfferCatalogItemsByIdentifier.ts → offerCatalog/upsertOfferCatalogItemsByIdentifier.ts} +7 -4
- package/example/src/chevre/{upsertOfferCatalogsByIdentifier.ts → offerCatalog/upsertOfferCatalogsByIdentifier.ts} +9 -4
- package/example/src/chevre/offers/checkIncludedInCatalogCount.ts +1 -1
- package/example/src/chevre/offers/projectItemListElement.ts +1 -1
- package/example/src/chevre/offers/searchAvaialbleAppliesToMovieTicketByOfferCatalogId.ts +1 -1
- package/example/src/chevre/offers/searchByOfferCatalogIdWithSortIndex.ts +1 -1
- package/example/src/chevre/offers/searchOfferCatalogItemAvailability.ts +1 -1
- package/example/src/chevre/{upsertOffersByIdentifier.ts → offers/upsertOffersByIdentifier.ts} +6 -4
- package/example/src/chevre/optimizeActions.ts +2 -2
- package/example/src/chevre/orderNumber/testRandomness.ts +54 -0
- package/example/src/chevre/orders/searchOrders.ts +1 -1
- package/example/src/chevre/orders/searchWithUnwoundAcceptedOffers.ts +1 -1
- package/example/src/chevre/pendingReservation/findEventSeatOffersBySection.ts +1 -1
- package/example/src/chevre/person/checkUserPoolClients.ts +1 -1
- package/example/src/chevre/person/cleanUpCognitoUsers.ts +2 -2
- package/example/src/chevre/person/cleanUpCognitoUsersByFetch.ts +2 -2
- package/example/src/chevre/person/cleanUpCreditCard.ts +1 -1
- package/example/src/chevre/place/adminEntranceGates.ts +69 -0
- package/example/src/chevre/place/adminHasPOS.ts +1 -1
- package/example/src/chevre/place/aggregateSeatingTypes.ts +1 -1
- package/example/src/chevre/place/checkEntranceGatesCount.ts +82 -0
- package/example/src/chevre/place/checkSectionCount.ts +1 -1
- package/example/src/chevre/place/findRooms.ts +24 -0
- package/example/src/chevre/place/findSections.ts +28 -0
- package/example/src/chevre/place/findSectionsByRoom.ts +1 -1
- package/example/src/chevre/place/migrateSectionIdentifier.ts +2 -2
- package/example/src/chevre/place/seatsJson2csv.ts +63 -0
- package/example/src/chevre/place/upsertMovieTheatersByBranchCode.ts +41 -0
- package/example/src/chevre/place/upsertRoomsByBranchCode.ts +40 -0
- package/example/src/chevre/place/upsertSeatSectionsByBranchCode.ts +56 -0
- package/example/src/chevre/processAction.ts +1 -1
- package/example/src/chevre/processOrder.ts +2 -2
- package/example/src/chevre/product/findHasOfferCatalog.ts +1 -1
- package/example/src/chevre/productOffer/publishMemberTierToken.ts +1 -1
- package/example/src/chevre/project/unsetProjectSettings.ts +1 -1
- package/example/src/chevre/projectEventFieldsById.ts +1 -1
- package/example/src/chevre/projectFields.ts +1 -1
- package/example/src/chevre/projectFieldsById.ts +1 -1
- package/example/src/chevre/projectOwnershipInfoFieldsById.ts +1 -1
- package/example/src/chevre/pushIncludedInDataCatalog.ts +1 -1
- package/example/src/chevre/reExportAction.ts +2 -2
- package/example/src/chevre/reIndex.ts +2 -2
- package/example/src/chevre/recreateRefundTasks.ts +2 -2
- package/example/src/chevre/roles/{addAdminSeatReadPermissionIfNotExists.ts → addAdminAcceptedPaymentMethodReadPermissionIfNotExists.ts} +2 -2
- package/example/src/chevre/roles/{addAdminSeatWritePermissionIfNotExists.ts → addAdminAcceptedPaymentMethodWritePermissionIfNotExists.ts} +2 -2
- package/example/src/chevre/roles/addAdminEventSeriesReadPermissionIfNotExists.ts +1 -1
- package/example/src/chevre/roles/addAdminMovieReadPermissionIfNotExists.ts +1 -1
- package/example/src/chevre/roles/addAdminNotePermissionIfNotExists.ts +1 -1
- package/example/src/chevre/roles/addAdminPaymentServiceReadPermissionIfNotExists.ts +1 -1
- package/example/src/chevre/roles/addAdminProductHasOfferCatalogReadPermissionIfNotExists.ts +1 -1
- package/example/src/chevre/roles/addAdminRoomReadPermissionIfNotExists.ts +34 -0
- package/example/src/chevre/roles/addAdminRoomWritePermissionIfNotExists.ts +34 -0
- package/example/src/chevre/roles/addAdminSellerEventOfferIfNotExists.ts +1 -1
- package/example/src/chevre/roles/addProjectCreatorRole.ts +1 -1
- package/example/src/chevre/roles/assignGlobalRoles.ts +1 -1
- package/example/src/chevre/roles/findPermissions.ts +2 -2
- package/example/src/chevre/roles/findRoleNames.ts +2 -2
- package/example/src/chevre/roles/removeConsolePermissionIfExists.ts +1 -1
- package/example/src/chevre/roles/removePermissionFromAPIRoles.ts +1 -1
- package/example/src/chevre/roles/removePermissionIfExists.ts +1 -1
- package/example/src/chevre/saveOfferCatalogItem.ts +1 -1
- package/example/src/chevre/saveWebSite.ts +1 -1
- package/example/src/chevre/searchAcceptedOfferIds.ts +1 -1
- package/example/src/chevre/searchActionsByPurpose.ts +1 -1
- package/example/src/chevre/searchAggregateOffers.ts +1 -1
- package/example/src/chevre/searchAggregations.ts +1 -1
- package/example/src/chevre/searchAuthorizations.ts +1 -1
- package/example/src/chevre/searchCheckMovieTicketResultYkknInfo.ts +1 -1
- package/example/src/chevre/searchEventHasOfferCatalog.ts +1 -1
- package/example/src/chevre/searchIdsByReservationNumber.ts +1 -1
- package/example/src/chevre/searchOfferCatalogItemListElement.ts +1 -1
- package/example/src/chevre/searchOffers.ts +1 -1
- package/example/src/chevre/searchProducts.ts +1 -1
- package/example/src/chevre/searchProjects.ts +1 -1
- package/example/src/chevre/searchReservationsByOrder.ts +1 -1
- package/example/src/chevre/searchSellersByAggregate.ts +1 -1
- package/example/src/chevre/searchSlicedAcceptedOffersByOrderNumber.ts +1 -1
- package/example/src/chevre/seller/adminMakesOffer.ts +1 -1
- package/example/src/chevre/sendEmailMessage.ts +1 -1
- package/example/src/chevre/settings/addOrderNumberSetting.ts +44 -0
- package/example/src/chevre/settings/addTransactionNumberSetting.ts +40 -0
- package/example/src/chevre/stockHolder/findSeatsBySection.ts +1 -1
- package/example/src/chevre/stockHolder/getSize.ts +2 -2
- package/example/src/chevre/stockHolder/projectPendingReservation.ts +1 -1
- package/example/src/chevre/stockHolder/searchSeats.ts +1 -1
- package/example/src/chevre/task/countPotentiallyRunning.ts +1 -1
- package/example/src/chevre/task/countTasks.ts +1 -1
- package/example/src/chevre/task/deleteRunsAtPassedCertainPeriod.ts +2 -2
- package/example/src/chevre/task/deleteUnexpectedTasks.ts +1 -1
- package/example/src/chevre/task/emitRunning.ts +2 -2
- package/example/src/chevre/transaction/processPlaceOrder.ts +1 -1
- package/example/src/chevre/transaction/processReturnOrder.ts +1 -1
- package/example/src/chevre/transaction/startExportTasks.ts +1 -1
- package/example/src/chevre/transactionNumber/publishByTimestamp.ts +23 -0
- package/example/src/chevre/transactionNumber/testRandomness.ts +42 -0
- package/example/src/chevre/unsetUnnecessaryFields.ts +10 -6
- package/example/src/chevre/updateEventPartiallyById.ts +1 -1
- package/example/src/chevre/updateProjectAggregateReservation.ts +1 -1
- package/example/src/chevre/validateCheckMovieTicketActions.ts +2 -2
- package/example/src/duration.ts +1 -1
- package/example/src/moment.ts +1 -1
- package/example/src/mongoConnectionList.ts +1 -1
- package/example/src/objectId.ts +1 -1
- package/lib/chevre/credentials/customSearch.js +2 -0
- package/lib/chevre/credentials/lineNotify.js +4 -0
- package/lib/chevre/credentials/sendGrid.js +2 -0
- package/lib/chevre/credentials.js +37 -29
- package/lib/chevre/emailMessageBuilder.js +250 -251
- package/lib/chevre/errorHandler.js +60 -58
- package/lib/chevre/eventEmitter/assetTransaction.js +0 -1
- package/lib/chevre/eventEmitter/task.js +0 -1
- package/lib/chevre/eventEmitter/transaction.js +0 -1
- package/lib/chevre/eventEmitter.js +24 -1
- package/lib/chevre/factory/accountTransactionIdentifier.js +24 -1
- package/lib/chevre/factory/availableProductTypes.js +24 -1
- package/lib/chevre/factory/event.d.ts +1 -1
- package/lib/chevre/factory/event.js +93 -37
- package/lib/chevre/factory/taskIdentifier.js +25 -2
- package/lib/chevre/factory/transactionNumber.d.ts +19 -0
- package/lib/chevre/factory/transactionNumber.js +80 -0
- package/lib/chevre/index.js +43 -35
- package/lib/chevre/repo/acceptedOffer.js +200 -197
- package/lib/chevre/repo/acceptedPaymentMethod.d.ts +41 -8
- package/lib/chevre/repo/acceptedPaymentMethod.js +163 -108
- package/lib/chevre/repo/account.js +217 -238
- package/lib/chevre/repo/accountTitle.js +32 -21
- package/lib/chevre/repo/accountTransaction.js +213 -194
- package/lib/chevre/repo/accountingReport.js +111 -107
- package/lib/chevre/repo/action.js +875 -883
- package/lib/chevre/repo/additionalProperty.js +87 -92
- package/lib/chevre/repo/advanceBookingRequirement.js +92 -91
- package/lib/chevre/repo/aggregateOffer.d.ts +6 -1
- package/lib/chevre/repo/aggregateOffer.js +419 -423
- package/lib/chevre/repo/aggregateOrder.js +73 -155
- package/lib/chevre/repo/aggregateReservation.d.ts +0 -1
- package/lib/chevre/repo/aggregateReservation.js +99 -91
- package/lib/chevre/repo/aggregation.js +65 -63
- package/lib/chevre/repo/assetTransaction.js +719 -730
- package/lib/chevre/repo/authorization.js +143 -136
- package/lib/chevre/repo/categoryCode.js +137 -147
- package/lib/chevre/repo/comment.js +96 -82
- package/lib/chevre/repo/concurrentLock.js +40 -29
- package/lib/chevre/repo/confirmationNumber.d.ts +1 -0
- package/lib/chevre/repo/confirmationNumber.js +48 -54
- package/lib/chevre/repo/creativeWork.js +175 -180
- package/lib/chevre/repo/credentials.js +39 -51
- package/lib/chevre/repo/customer.js +87 -88
- package/lib/chevre/repo/customerType.js +52 -62
- package/lib/chevre/repo/emailMessage.js +74 -80
- package/lib/chevre/repo/event.d.ts +3 -18
- package/lib/chevre/repo/event.js +734 -744
- package/lib/chevre/repo/eventOffer.d.ts +8 -0
- package/lib/chevre/repo/eventOffer.js +149 -118
- package/lib/chevre/repo/eventSellerMakesOffer.js +87 -76
- package/lib/chevre/repo/eventSeries.d.ts +17 -30
- package/lib/chevre/repo/eventSeries.js +391 -347
- package/lib/chevre/repo/identity.js +117 -107
- package/lib/chevre/repo/identityProvider.js +95 -96
- package/lib/chevre/repo/issuer.js +125 -135
- package/lib/chevre/repo/member.js +261 -259
- package/lib/chevre/repo/memberProgram.js +180 -177
- package/lib/chevre/repo/merchantReturnPolicy.js +84 -94
- package/lib/chevre/repo/message.js +145 -135
- package/lib/chevre/repo/mongoose/onIndexCreated.js +0 -1
- package/lib/chevre/repo/mongoose/schemas/acceptedPaymentMethod.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/account.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/accountTitle.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/accountTransaction.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/accountingReport.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/action.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/actionRecipe.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/additionalProperty.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/advanceBookingRequirement.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/aggregateOffer.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/aggregateOrder.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/aggregateReservation.js +1 -2
- package/lib/chevre/repo/mongoose/schemas/aggregation.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/assetTransaction.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/authorization.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/categoryCode.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/civicStructure.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/creativeWork.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/customer.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/customerType.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/event.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/eventOffer.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/eventSeries.js +45 -7
- package/lib/chevre/repo/mongoose/schemas/identity.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/identityProvider.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/issuer.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/member/global.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/member.js +25 -2
- package/lib/chevre/repo/mongoose/schemas/merchantReturnPolicy.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/message.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/movieTicketTypes.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/note.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/offerCatalog.js +3 -9
- package/lib/chevre/repo/mongoose/schemas/offerCatalogItem.js +29 -3
- package/lib/chevre/repo/mongoose/schemas/offerItemCondition.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/order.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/paymentService.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/paymentServiceChannel.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/pendingReservation.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/pendingReservationAggregate.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/place.d.ts +6 -2
- package/lib/chevre/repo/mongoose/schemas/place.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/potentialAction.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/product.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/productModel.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/productOffer.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/reservation.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/reserveInterface.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/role.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/schedule.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/seller.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/sellerReturnPolicy.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/service/availableHour.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/setting.d.ts +40 -0
- package/lib/chevre/repo/mongoose/schemas/setting.js +4 -1
- package/lib/chevre/repo/mongoose/schemas/task.js +1 -2
- package/lib/chevre/repo/mongoose/schemas/ticket.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/transaction.js +25 -2
- package/lib/chevre/repo/mongoose/schemas/transactionNumber.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/trip.js +1 -1
- package/lib/chevre/repo/mongoose/schemas/webSite.js +1 -1
- package/lib/chevre/repo/movieTicketType.js +90 -94
- package/lib/chevre/repo/note.js +166 -147
- package/lib/chevre/repo/noteAboutOrder.js +135 -113
- package/lib/chevre/repo/offer/unitPriceInCatalog.js +353 -314
- package/lib/chevre/repo/offerCatalog.d.ts +14 -1
- package/lib/chevre/repo/offerCatalog.js +313 -300
- package/lib/chevre/repo/offerCatalogItem.d.ts +10 -1
- package/lib/chevre/repo/offerCatalogItem.js +302 -292
- package/lib/chevre/repo/offerItemCondition.js +83 -85
- package/lib/chevre/repo/order.js +582 -607
- package/lib/chevre/repo/orderInTransaction.js +136 -136
- package/lib/chevre/repo/orderNumber.d.ts +6 -0
- package/lib/chevre/repo/orderNumber.js +142 -58
- package/lib/chevre/repo/ownershipInfo.js +236 -241
- package/lib/chevre/repo/passport.js +123 -106
- package/lib/chevre/repo/paymentMethod/creditCard.js +175 -170
- package/lib/chevre/repo/paymentService.js +202 -200
- package/lib/chevre/repo/paymentServiceChannel.js +99 -100
- package/lib/chevre/repo/paymentServiceProvider.js +209 -201
- package/lib/chevre/repo/pendingReservation.js +300 -307
- package/lib/chevre/repo/permit.js +70 -42
- package/lib/chevre/repo/person.js +240 -256
- package/lib/chevre/repo/place/busStop.js +99 -106
- package/lib/chevre/repo/place/entranceGate.d.ts +57 -0
- package/lib/chevre/repo/place/entranceGate.js +190 -0
- package/lib/chevre/repo/place/hasPOS.js +131 -120
- package/lib/chevre/repo/place/movieTheater.d.ts +40 -3
- package/lib/chevre/repo/place/movieTheater.js +220 -161
- package/lib/chevre/repo/place/screeningRoom.d.ts +49 -41
- package/lib/chevre/repo/place/screeningRoom.js +469 -345
- package/lib/chevre/repo/place/seat.d.ts +32 -1
- package/lib/chevre/repo/place/seat.js +589 -357
- package/lib/chevre/repo/place/section.d.ts +34 -3
- package/lib/chevre/repo/place/section.js +510 -292
- package/lib/chevre/repo/potentialAction.js +90 -87
- package/lib/chevre/repo/priceSpecification.js +125 -146
- package/lib/chevre/repo/product.js +226 -239
- package/lib/chevre/repo/productHasOfferCatalog.js +62 -50
- package/lib/chevre/repo/productModel.js +117 -127
- package/lib/chevre/repo/productOffer.js +142 -118
- package/lib/chevre/repo/project.js +146 -141
- package/lib/chevre/repo/projectMakesOffer.js +119 -108
- package/lib/chevre/repo/rateLimit/offer.js +71 -59
- package/lib/chevre/repo/reservation.js +392 -398
- package/lib/chevre/repo/reserveInterface.js +31 -42
- package/lib/chevre/repo/role.js +116 -112
- package/lib/chevre/repo/schedule.js +25 -36
- package/lib/chevre/repo/seller.js +137 -147
- package/lib/chevre/repo/sellerMakesOffer.js +118 -110
- package/lib/chevre/repo/sellerPaymentAccepted.js +115 -109
- package/lib/chevre/repo/sellerReturnPolicy.js +97 -97
- package/lib/chevre/repo/service/availableHour.js +27 -38
- package/lib/chevre/repo/serviceOutput.js +77 -67
- package/lib/chevre/repo/serviceOutputIdentifier.d.ts +3 -1
- package/lib/chevre/repo/serviceOutputIdentifier.js +80 -51
- package/lib/chevre/repo/setting/jwt.js +63 -50
- package/lib/chevre/repo/setting.d.ts +1 -1
- package/lib/chevre/repo/setting.js +48 -48
- package/lib/chevre/repo/stockHolder.js +202 -199
- package/lib/chevre/repo/task.d.ts +1 -1
- package/lib/chevre/repo/task.js +636 -619
- package/lib/chevre/repo/telemetry.js +1 -0
- package/lib/chevre/repo/ticket.js +75 -65
- package/lib/chevre/repo/transaction.js +781 -816
- package/lib/chevre/repo/transactionNumber.d.ts +5 -0
- package/lib/chevre/repo/transactionNumber.js +100 -51
- package/lib/chevre/repo/transactionNumberCounter.js +91 -79
- package/lib/chevre/repo/transactionProcess.js +65 -50
- package/lib/chevre/repo/trip.js +167 -164
- package/lib/chevre/repo/webSite.js +114 -107
- package/lib/chevre/repository.d.ts +8 -0
- package/lib/chevre/repository.js +486 -639
- package/lib/chevre/service/account.js +32 -21
- package/lib/chevre/service/accountTransaction/deposit.js +39 -17
- package/lib/chevre/service/accountTransaction/factory.js +24 -1
- package/lib/chevre/service/accountTransaction/transfer.js +41 -22
- package/lib/chevre/service/accountTransaction/withdraw.js +39 -17
- package/lib/chevre/service/accountTransaction.js +30 -19
- package/lib/chevre/service/aggregation/event/aggregateOffers.js +95 -66
- package/lib/chevre/service/aggregation/event/aggregateScreeningEvent.js +84 -61
- package/lib/chevre/service/aggregation/event/findEventOffers.js +30 -17
- package/lib/chevre/service/aggregation/event/importFromCOA.js +11 -18
- package/lib/chevre/service/aggregation/project.js +48 -31
- package/lib/chevre/service/aggregation/system.js +256 -147
- package/lib/chevre/service/aggregation.js +26 -3
- package/lib/chevre/service/assetTransaction/cancelReservation/factory.js +55 -18
- package/lib/chevre/service/assetTransaction/cancelReservation/start.js +40 -24
- package/lib/chevre/service/assetTransaction/cancelReservation/startAndConfirm.js +40 -15
- package/lib/chevre/service/assetTransaction/cancelReservation.js +30 -18
- package/lib/chevre/service/assetTransaction/cancelReservationCOA/factory.js +35 -5
- package/lib/chevre/service/assetTransaction/cancelReservationCOA.js +4 -13
- package/lib/chevre/service/assetTransaction/fixInformAction.d.ts +3 -0
- package/lib/chevre/service/assetTransaction/fixInformAction.js +32 -16
- package/lib/chevre/service/assetTransaction/moneyTransfer/potentialActions.js +36 -25
- package/lib/chevre/service/assetTransaction/moneyTransfer.js +131 -94
- package/lib/chevre/service/assetTransaction/pay/cancel.d.ts +12 -0
- package/lib/chevre/service/assetTransaction/pay/cancel.js +39 -0
- package/lib/chevre/service/assetTransaction/pay/check.d.ts +23 -0
- package/lib/chevre/service/assetTransaction/pay/check.js +50 -0
- package/lib/chevre/service/assetTransaction/pay/confirm.d.ts +24 -0
- package/lib/chevre/service/assetTransaction/pay/confirm.js +92 -0
- package/lib/chevre/service/assetTransaction/pay/exportTasksById.d.ts +18 -0
- package/lib/chevre/service/assetTransaction/pay/exportTasksById.js +127 -0
- package/lib/chevre/service/assetTransaction/pay/publishPaymentUrl.d.ts +48 -0
- package/lib/chevre/service/assetTransaction/pay/publishPaymentUrl.js +186 -0
- package/lib/chevre/service/assetTransaction/pay/searchGMOTrade.d.ts +20 -0
- package/lib/chevre/service/assetTransaction/pay/searchGMOTrade.js +72 -0
- package/lib/chevre/service/assetTransaction/pay/{account → start/account}/validation.d.ts +2 -2
- package/lib/chevre/service/assetTransaction/pay/{account → start/account}/validation.js +29 -16
- package/lib/chevre/service/assetTransaction/pay/{factory.d.ts → start/factory.d.ts} +1 -1
- package/lib/chevre/service/assetTransaction/pay/{factory.js → start/factory.js} +88 -38
- package/lib/chevre/service/assetTransaction/pay/{validateAcceptedPaymentMethodIfNeeded.d.ts → start/preStart/validateAcceptedPaymentMethodIfNeeded.d.ts} +4 -4
- package/lib/chevre/service/assetTransaction/pay/{validateAcceptedPaymentMethodIfNeeded.js → start/preStart/validateAcceptedPaymentMethodIfNeeded.js} +35 -24
- package/lib/chevre/service/assetTransaction/pay/start/preStart/validateSeller.d.ts +8 -0
- package/lib/chevre/service/assetTransaction/pay/start/preStart/validateSeller.js +67 -0
- package/lib/chevre/service/assetTransaction/pay/start/processAuthorizeAccount.d.ts +13 -0
- package/lib/chevre/service/assetTransaction/pay/start/processAuthorizeAccount.js +62 -0
- package/lib/chevre/service/assetTransaction/pay/start/processAuthorizeCreditCard.d.ts +29 -0
- package/lib/chevre/service/assetTransaction/pay/start/processAuthorizeCreditCard.js +54 -0
- package/lib/chevre/service/assetTransaction/pay/start/processAuthorizeMovieTicket.d.ts +42 -0
- package/lib/chevre/service/assetTransaction/pay/start/processAuthorizeMovieTicket.js +45 -0
- package/lib/chevre/service/assetTransaction/pay/start.d.ts +60 -0
- package/lib/chevre/service/assetTransaction/pay/start.js +162 -0
- package/lib/chevre/service/assetTransaction/pay.d.ts +8 -170
- package/lib/chevre/service/assetTransaction/pay.js +16 -623
- package/lib/chevre/service/assetTransaction/refund/factory.js +60 -17
- package/lib/chevre/service/assetTransaction/refund/potentialActions.js +35 -21
- package/lib/chevre/service/assetTransaction/refund.js +63 -43
- package/lib/chevre/service/assetTransaction/registerService/factory.js +96 -33
- package/lib/chevre/service/assetTransaction/registerService/potentialActions.js +80 -47
- package/lib/chevre/service/assetTransaction/registerService.js +70 -58
- package/lib/chevre/service/assetTransaction/reserve/cancel.js +28 -14
- package/lib/chevre/service/assetTransaction/reserve/confirm/factory.js +15 -4
- package/lib/chevre/service/assetTransaction/reserve/confirm.js +44 -26
- package/lib/chevre/service/assetTransaction/reserve/exportTasksById.js +26 -13
- package/lib/chevre/service/assetTransaction/reserve/start/createSubReservations.js +138 -96
- package/lib/chevre/service/assetTransaction/reserve/start/factory/createPointAward.js +41 -13
- package/lib/chevre/service/assetTransaction/reserve/start/factory/createReservation.js +142 -80
- package/lib/chevre/service/assetTransaction/reserve/start/factory/createStartParams.js +93 -23
- package/lib/chevre/service/assetTransaction/reserve/start/factory/price.js +53 -21
- package/lib/chevre/service/assetTransaction/reserve/start.js +131 -122
- package/lib/chevre/service/assetTransaction/reserve/validateStartRequest/fixExtendedEventOffer.js +33 -17
- package/lib/chevre/service/assetTransaction/reserve/validateStartRequest/validateIssuedOfferIfExists.js +72 -59
- package/lib/chevre/service/assetTransaction/reserve/validateStartRequest/validateMemberTierIfExists.js +71 -59
- package/lib/chevre/service/assetTransaction/reserve/validateStartRequest/verifyTicketTokenAsNeeded.js +30 -19
- package/lib/chevre/service/assetTransaction/reserve/validateStartRequest.js +45 -31
- package/lib/chevre/service/assetTransaction/reserveCOA/cancel.js +47 -24
- package/lib/chevre/service/assetTransaction/reserveCOA/factory.js +36 -5
- package/lib/chevre/service/assetTransaction/reserveCOA.js +4 -13
- package/lib/chevre/service/assetTransaction.js +46 -27
- package/lib/chevre/service/delivery/factory.js +33 -8
- package/lib/chevre/service/delivery/product/factory.js +48 -13
- package/lib/chevre/service/delivery/reservation/factory.js +44 -7
- package/lib/chevre/service/delivery.js +78 -56
- package/lib/chevre/service/event/processUpdateMovieTheater.d.ts +1 -1
- package/lib/chevre/service/event/processUpdateMovieTheater.js +56 -36
- package/lib/chevre/service/event/saveScreeningEventSeries.js +98 -58
- package/lib/chevre/service/event/saveScreeningEvents.d.ts +2 -2
- package/lib/chevre/service/event/saveScreeningEvents.js +65 -50
- package/lib/chevre/service/event.js +70 -40
- package/lib/chevre/service/iam.js +8 -17
- package/lib/chevre/service/moneyTransfer.js +158 -116
- package/lib/chevre/service/notification/factory.js +42 -15
- package/lib/chevre/service/notification/notifyAbortedTasksByEmail.js +39 -17
- package/lib/chevre/service/notification/notifyByEmail.js +31 -20
- package/lib/chevre/service/notification/sendEmailMessage.js +47 -27
- package/lib/chevre/service/notification/triggerWebhook.js +82 -57
- package/lib/chevre/service/offer/any.js +34 -17
- package/lib/chevre/service/offer/event/authorize/defaultOffer.js +24 -1
- package/lib/chevre/service/offer/event/authorize/factory.js +173 -63
- package/lib/chevre/service/offer/event/authorize/processStartReserve4chevre/requestedProgramMembershipUsed2permit.js +31 -19
- package/lib/chevre/service/offer/event/authorize/processStartReserve4chevre.js +67 -28
- package/lib/chevre/service/offer/event/authorize.js +137 -71
- package/lib/chevre/service/offer/event/checkAvailability.js +33 -17
- package/lib/chevre/service/offer/event/importFromCOA/factory.js +34 -5
- package/lib/chevre/service/offer/event/importFromCOA.js +36 -19
- package/lib/chevre/service/offer/event/issueEventOfferTicket.js +66 -41
- package/lib/chevre/service/offer/event/searchEventTicketOffers.js +53 -42
- package/lib/chevre/service/offer/event/searchOfferAppliesToMovieTicket.js +38 -23
- package/lib/chevre/service/offer/event/searchOfferCatalogItemAvailability.js +36 -26
- package/lib/chevre/service/offer/event/searchOfferCatalogItems.js +38 -23
- package/lib/chevre/service/offer/event/searchOffersByIds.js +56 -42
- package/lib/chevre/service/offer/event/searchPriceSpecs4event.js +28 -14
- package/lib/chevre/service/offer/event/voidTransaction/processVoidTransaction4chevre.js +27 -13
- package/lib/chevre/service/offer/event/voidTransaction/processVoidTransaction4coa.js +6 -15
- package/lib/chevre/service/offer/event/voidTransaction.js +58 -41
- package/lib/chevre/service/offer/event/voidTransactionByActionId.js +37 -20
- package/lib/chevre/service/offer/eventServiceByCOA/acceptOffer/authorize.js +76 -43
- package/lib/chevre/service/offer/eventServiceByCOA/acceptOffer/factory.js +29 -2
- package/lib/chevre/service/offer/eventServiceByCOA/acceptOffer.js +57 -37
- package/lib/chevre/service/offer/eventServiceByCOA/authorize/factory.js +81 -30
- package/lib/chevre/service/offer/eventServiceByCOA/authorize/validateAcceptedOffers.js +90 -62
- package/lib/chevre/service/offer/eventServiceByCOA/authorize.js +44 -29
- package/lib/chevre/service/offer/eventServiceByCOA/authorizeByAcceptAction.js +31 -18
- package/lib/chevre/service/offer/eventServiceByCOA/changeOffers.js +70 -45
- package/lib/chevre/service/offer/eventServiceByCOA/findAcceptAction.js +45 -25
- package/lib/chevre/service/offer/factory.js +42 -9
- package/lib/chevre/service/offer/moneyTransfer/authorize.js +60 -39
- package/lib/chevre/service/offer/moneyTransfer/returnMoneyTransfer.js +39 -22
- package/lib/chevre/service/offer/moneyTransfer/settleTransaction.js +34 -20
- package/lib/chevre/service/offer/moneyTransfer/voidTransaction.js +38 -25
- package/lib/chevre/service/offer/onEventChanged.js +106 -72
- package/lib/chevre/service/offer/product/factory.js +83 -35
- package/lib/chevre/service/offer/product/searchProductOffers.js +53 -24
- package/lib/chevre/service/offer/product.js +130 -83
- package/lib/chevre/service/offer.d.ts +5 -0
- package/lib/chevre/service/offer.js +111 -57
- package/lib/chevre/service/order/confirmPayTransaction.js +52 -28
- package/lib/chevre/service/order/createAccountingReportIfNotExist.js +81 -42
- package/lib/chevre/service/order/deleteOrder.js +51 -36
- package/lib/chevre/service/order/findPlaceOrderTransaction.js +26 -12
- package/lib/chevre/service/order/onAssetTransactionStatusChanged.js +92 -72
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderCancelled/factory.d.ts +1 -1
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderCancelled/factory.js +25 -3
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderCancelled.js +31 -14
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderDelivered/factory.js +35 -7
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderDelivered.js +33 -16
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderDeliveredPartially/factory.d.ts +1 -1
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderDeliveredPartially/factory.js +46 -10
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderDeliveredPartially.js +33 -16
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderInTransit.js +51 -28
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderPaymentDue.js +41 -21
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderProcessing/createSendEmailMessageTaskIfNotExist.js +29 -15
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderProcessing/factory.js +49 -16
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderProcessing/processOrder.js +52 -35
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderProcessing.js +36 -20
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderReturned/factory.d.ts +1 -1
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderReturned/factory.js +34 -10
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderReturned.js +51 -30
- package/lib/chevre/service/order/onOrderUpdated/factory.js +27 -6
- package/lib/chevre/service/order/onOrderUpdated.js +36 -15
- package/lib/chevre/service/order/payOrder.js +26 -12
- package/lib/chevre/service/order/placeOrder/createPlacingOrderFromExistingTransaction.js +32 -20
- package/lib/chevre/service/order/placeOrder/factory/orderedItem.js +55 -16
- package/lib/chevre/service/order/placeOrder/factory.js +63 -24
- package/lib/chevre/service/order/placeOrder/voidAcceptedOfferIfNecessary.js +7 -13
- package/lib/chevre/service/order/placeOrder.js +35 -23
- package/lib/chevre/service/order/placeOrderWithoutTransaction.js +33 -18
- package/lib/chevre/service/order/returnOrder.js +55 -32
- package/lib/chevre/service/order/sendOrder.js +65 -39
- package/lib/chevre/service/payment/any/authorize/fixTransactionNumber.js +42 -25
- package/lib/chevre/service/payment/any/authorize/handlePrePublishedPaymentMethodIdOnAuthorizing.js +52 -41
- package/lib/chevre/service/payment/any/factory.js +137 -55
- package/lib/chevre/service/payment/any/fixOrderAsNeeded.js +27 -13
- package/lib/chevre/service/payment/any/onPayActionCompleted.js +36 -18
- package/lib/chevre/service/payment/any/onPaymentStatusChanged/onPaid.js +61 -38
- package/lib/chevre/service/payment/any/onPaymentStatusChanged/onRefunded.js +45 -25
- package/lib/chevre/service/payment/any/onPaymentStatusChanged.js +39 -16
- package/lib/chevre/service/payment/any/onRefundActionCompletedOrFailed.js +38 -21
- package/lib/chevre/service/payment/any/person2username.js +55 -45
- package/lib/chevre/service/payment/any/publishPaymentUrl/fixTransactionNumberOnPublishPaymentUrl.js +31 -18
- package/lib/chevre/service/payment/any/verifyTicketTokenAsNeeded.js +28 -17
- package/lib/chevre/service/payment/any.js +206 -144
- package/lib/chevre/service/payment/creditCard/authorize/handleAuthorizeError.js +31 -5
- package/lib/chevre/service/payment/creditCard/authorize/processAuthorizeCreditCard.js +68 -26
- package/lib/chevre/service/payment/creditCard/authorize/processAuthorizeCreditCard3ds.js +29 -15
- package/lib/chevre/service/payment/creditCard/authorize/processAuthorizeCreditCard3dsResult2recipe.js +29 -2
- package/lib/chevre/service/payment/creditCard/authorize/processAuthorizeCreditCardResult2recipe.js +34 -3
- package/lib/chevre/service/payment/creditCard/authorize.js +49 -25
- package/lib/chevre/service/payment/creditCard/factory.js +46 -5
- package/lib/chevre/service/payment/creditCard/getGMOInfoFromSeller.js +31 -18
- package/lib/chevre/service/payment/creditCard/payCreditCard.js +55 -37
- package/lib/chevre/service/payment/creditCard/refundCreditCard.js +64 -52
- package/lib/chevre/service/payment/creditCard/searchGMOTrade.js +57 -46
- package/lib/chevre/service/payment/creditCard/voidTransaction.js +39 -27
- package/lib/chevre/service/payment/faceToFace.js +37 -23
- package/lib/chevre/service/payment/factory/createPayObjectServiceOutput.js +68 -26
- package/lib/chevre/service/payment/factory.js +74 -25
- package/lib/chevre/service/payment/movieTicket/authorize.js +58 -30
- package/lib/chevre/service/payment/movieTicket/checkMovieTicket.js +45 -25
- package/lib/chevre/service/payment/movieTicket/factory.js +64 -15
- package/lib/chevre/service/payment/movieTicket/getCredentials.js +28 -15
- package/lib/chevre/service/payment/movieTicket/payMovieTicket.js +53 -41
- package/lib/chevre/service/payment/movieTicket/processPurchaseNumberAuth.js +37 -21
- package/lib/chevre/service/payment/movieTicket/refundMovieTicket.js +90 -64
- package/lib/chevre/service/payment/movieTicket/validation.js +69 -39
- package/lib/chevre/service/payment/movieTicket/voidTransaction.js +31 -18
- package/lib/chevre/service/payment/paymentCard.js +117 -108
- package/lib/chevre/service/permit.js +60 -36
- package/lib/chevre/service/product.js +50 -29
- package/lib/chevre/service/project.js +22 -31
- package/lib/chevre/service/report/ownershipInfo.js +9 -7
- package/lib/chevre/service/report/telemetry.js +86 -79
- package/lib/chevre/service/report.js +25 -2
- package/lib/chevre/service/reserve/cancelReservation.js +122 -97
- package/lib/chevre/service/reserve/checkInReservation.js +52 -31
- package/lib/chevre/service/reserve/confirmReservation.js +61 -41
- package/lib/chevre/service/reserve/factory.js +66 -21
- package/lib/chevre/service/reserve/findByCode.js +36 -18
- package/lib/chevre/service/reserve/potentialActions/onPendingReservationCanceled.js +41 -24
- package/lib/chevre/service/reserve/potentialActions/onReservationCanceled.js +40 -25
- package/lib/chevre/service/reserve/potentialActions/onReservationCheckedIn.js +61 -30
- package/lib/chevre/service/reserve/potentialActions/onReservationConfirmed.js +68 -37
- package/lib/chevre/service/reserve/potentialActions/onReservationUsed.js +67 -37
- package/lib/chevre/service/reserve/potentialActions/onReservationsCreated.js +40 -23
- package/lib/chevre/service/reserve/searchByOrder.js +33 -20
- package/lib/chevre/service/reserve/useReservation.js +75 -36
- package/lib/chevre/service/reserve/verifyToken4reservation.js +30 -14
- package/lib/chevre/service/reserveCOA/cancelReservation.js +30 -17
- package/lib/chevre/service/reserveCOA/factory.js +29 -2
- package/lib/chevre/service/task/acceptCOAOffer.js +44 -26
- package/lib/chevre/service/task/aggregateOffers.js +26 -12
- package/lib/chevre/service/task/aggregateOnSystem.js +4 -14
- package/lib/chevre/service/task/aggregateScreeningEvent.js +27 -13
- package/lib/chevre/service/task/authorizePayment.js +32 -15
- package/lib/chevre/service/task/cancelMoneyTransfer.js +3 -12
- package/lib/chevre/service/task/cancelPendingReservation.js +34 -21
- package/lib/chevre/service/task/cancelReservation.js +26 -12
- package/lib/chevre/service/task/checkMovieTicket.js +39 -19
- package/lib/chevre/service/task/checkResource.js +30 -16
- package/lib/chevre/service/task/confirmMoneyTransfer.js +3 -12
- package/lib/chevre/service/task/confirmPayTransaction.js +6 -12
- package/lib/chevre/service/task/confirmRegisterService.js +3 -12
- package/lib/chevre/service/task/confirmRegisterServiceTransaction.js +51 -32
- package/lib/chevre/service/task/confirmReserveTransaction.js +72 -46
- package/lib/chevre/service/task/createAccountingReport.js +37 -20
- package/lib/chevre/service/task/deletePerson.js +77 -63
- package/lib/chevre/service/task/deleteTransaction.js +26 -12
- package/lib/chevre/service/task/givePointAward.js +27 -13
- package/lib/chevre/service/task/handleNotification.js +4 -14
- package/lib/chevre/service/task/importEventCapacitiesFromCOA.js +31 -18
- package/lib/chevre/service/task/importEventsFromCOA.js +31 -18
- package/lib/chevre/service/task/importOffersFromCOA.js +33 -20
- package/lib/chevre/service/task/invalidatePaymentUrl.js +6 -12
- package/lib/chevre/service/task/moneyTransfer.js +27 -13
- package/lib/chevre/service/task/onAssetTransactionStatusChanged.js +3 -12
- package/lib/chevre/service/task/onAuthorizationCreated.js +34 -19
- package/lib/chevre/service/task/onEventChanged.js +3 -12
- package/lib/chevre/service/task/onOrderPaymentCompleted.js +3 -12
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByAggregateOffer.d.ts +13 -0
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByAggregateOffer.js +67 -0
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByEventSeries.d.ts +13 -0
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByEventSeries.js +70 -0
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByMovieTheater.d.ts +15 -0
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByMovieTheater.js +72 -0
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByOfferCatalog.d.ts +17 -0
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByOfferCatalog.js +89 -0
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByProduct.d.ts +19 -0
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByProduct.js +74 -0
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByRoom.d.ts +20 -0
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByRoom.js +65 -0
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesBySeller.d.ts +27 -0
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesBySeller.js +113 -0
- package/lib/chevre/service/task/onResourceDeleted.d.ts +6 -0
- package/lib/chevre/service/task/onResourceDeleted.js +181 -0
- package/lib/chevre/service/task/onResourceUpdated/onAggregateOfferUpdated.js +32 -21
- package/lib/chevre/service/task/onResourceUpdated/onCategoryCodeUpdated.js +3 -12
- package/lib/chevre/service/task/onResourceUpdated/onHasPOSUpdated.js +34 -23
- package/lib/chevre/service/task/onResourceUpdated/onOfferCatalogUpdated.js +36 -25
- package/lib/chevre/service/task/onResourceUpdated/syncCategoryCode.js +32 -15
- package/lib/chevre/service/task/onResourceUpdated/syncOfferCatalog.js +44 -27
- package/lib/chevre/service/task/onResourceUpdated.js +285 -144
- package/lib/chevre/service/task/pay.js +31 -16
- package/lib/chevre/service/task/payment/invalidatePaymentUrlByTask.js +28 -15
- package/lib/chevre/service/task/payment/payByTask.js +81 -44
- package/lib/chevre/service/task/payment/refundByTask.js +34 -21
- package/lib/chevre/service/task/payment/voidPaymentByTask.js +33 -19
- package/lib/chevre/service/task/placeOrder.js +6 -12
- package/lib/chevre/service/task/publishPaymentUrl.js +32 -14
- package/lib/chevre/service/task/refund.js +31 -16
- package/lib/chevre/service/task/registerService.js +3 -12
- package/lib/chevre/service/task/reserve.js +3 -12
- package/lib/chevre/service/task/returnMoneyTransfer.js +26 -12
- package/lib/chevre/service/task/returnOrder.js +6 -12
- package/lib/chevre/service/task/returnPayTransaction.js +83 -52
- package/lib/chevre/service/task/returnPointAward.js +27 -13
- package/lib/chevre/service/task/returnReserveTransaction.js +60 -35
- package/lib/chevre/service/task/sendEmailMessage.js +6 -13
- package/lib/chevre/service/task/sendOrder.js +35 -15
- package/lib/chevre/service/task/syncResourcesFromCOA.js +74 -52
- package/lib/chevre/service/task/triggerWebhook.js +6 -12
- package/lib/chevre/service/task/useReservation.js +11 -14
- package/lib/chevre/service/task/voidMoneyTransferTransaction.js +3 -12
- package/lib/chevre/service/task/voidPayTransaction.js +7 -12
- package/lib/chevre/service/task/voidPayment.js +26 -12
- package/lib/chevre/service/task/voidRegisterServiceTransaction.js +3 -12
- package/lib/chevre/service/task/voidReserveTransaction.js +34 -17
- package/lib/chevre/service/task.js +43 -27
- package/lib/chevre/service/taskHandler/onOperationFailed/informTaskIfNeeded.js +37 -22
- package/lib/chevre/service/taskHandler/onOperationFailed.js +43 -17
- package/lib/chevre/service/taskHandler.js +50 -26
- package/lib/chevre/service/transaction/deleteTransaction.js +127 -88
- package/lib/chevre/service/transaction/moneyTransfer/exportTasks/factory.js +45 -13
- package/lib/chevre/service/transaction/moneyTransfer/factory.js +37 -5
- package/lib/chevre/service/transaction/moneyTransfer/potentialActions.js +35 -24
- package/lib/chevre/service/transaction/moneyTransfer.js +151 -104
- package/lib/chevre/service/transaction/placeOrder/confirm/factory/result.js +24 -1
- package/lib/chevre/service/transaction/placeOrder/confirm/potentialActions/sendEmailMessage.js +73 -52
- package/lib/chevre/service/transaction/placeOrder/confirm/potentialActions.js +14 -25
- package/lib/chevre/service/transaction/placeOrder/confirm/publishCode.js +27 -14
- package/lib/chevre/service/transaction/placeOrder/confirm/validation/validateInvoiceReferencesOrder.js +32 -7
- package/lib/chevre/service/transaction/placeOrder/confirm/validation/validateMovieTicket.js +32 -9
- package/lib/chevre/service/transaction/placeOrder/confirm/validation/validatePrice.js +26 -4
- package/lib/chevre/service/transaction/placeOrder/confirm/validation.js +59 -50
- package/lib/chevre/service/transaction/placeOrder/confirm.js +108 -66
- package/lib/chevre/service/transaction/placeOrder/exportTasks/factory.js +61 -19
- package/lib/chevre/service/transaction/placeOrder/exportTasksById.js +34 -17
- package/lib/chevre/service/transaction/placeOrder/publishConfirmationNumberIfNotExist.js +29 -15
- package/lib/chevre/service/transaction/placeOrder/publishOrderNumberIfNotExist.js +30 -16
- package/lib/chevre/service/transaction/placeOrder/start/factory.js +51 -8
- package/lib/chevre/service/transaction/placeOrder/start/validateStartRequest.js +77 -61
- package/lib/chevre/service/transaction/placeOrder/start.js +37 -18
- package/lib/chevre/service/transaction/returnOrder/exportTasks/factory.js +43 -11
- package/lib/chevre/service/transaction/returnOrder/potentialActions/returnPaymentMethod.js +200 -191
- package/lib/chevre/service/transaction/returnOrder/potentialActions/returnPointAward.js +98 -89
- package/lib/chevre/service/transaction/returnOrder/potentialActions/sendEmailMessage.js +64 -49
- package/lib/chevre/service/transaction/returnOrder/potentialActions.js +75 -56
- package/lib/chevre/service/transaction/returnOrder/preStart/findApplicableReturnPolicy.js +142 -120
- package/lib/chevre/service/transaction/returnOrder/preStart/getReturnPolicyByProject.js +83 -80
- package/lib/chevre/service/transaction/returnOrder/preStart.js +70 -49
- package/lib/chevre/service/transaction/returnOrder.js +60 -39
- package/lib/chevre/service/transaction.js +101 -49
- package/lib/chevre/service/validation/validateEvent.js +3 -12
- package/lib/chevre/service/validation/validateOrder.js +41 -26
- package/lib/chevre/service.js +113 -136
- package/lib/chevre/settings/aggregation.js +4 -0
- package/lib/chevre/settings.js +7 -1
- package/lib/index.js +24 -2
- package/package.json +18 -19
- package/example/src/chevre/addEventBySchedule.ts +0 -46
- package/example/src/chevre/event/upsertManyScreeningEventByIdentifier.ts +0 -191
- package/example/src/chevre/eventSeries/migrateEventSeriesOffers.ts +0 -75
- package/example/src/chevre/eventSeries/migrateEventSeriesUnacceptedPaymentMethod.ts +0 -93
- package/example/src/chevre/offers/createSampleOffers.ts +0 -154
- package/example/src/chevre/settings/addSettings.ts +0 -46
- package/example/src/chevre/upsertScreeningEventSeriesByVersion.ts +0 -102
- package/example/src/idaas/auth0/adminApplications.ts +0 -183
- package/example/src/idaas/auth0/getToken.ts +0 -55
- package/example/src/idaas/auth0/getTokenByPrivateKeyJWT.ts +0 -84
- package/lib/chevre/service/eventOld.d.ts +0 -60
- package/lib/chevre/service/eventOld.js +0 -864
- package/lib/chevre/service/task/createEvent/createEvent.d.ts +0 -25
- package/lib/chevre/service/task/createEvent/createEvent.js +0 -45
- package/lib/chevre/service/task/createEvent/createEventBySchedule/factory.d.ts +0 -22
- package/lib/chevre/service/task/createEvent/createEventBySchedule/factory.js +0 -188
- package/lib/chevre/service/task/createEvent/createEventBySchedule/schedule2events.d.ts +0 -15
- package/lib/chevre/service/task/createEvent/createEventBySchedule/schedule2events.js +0 -116
- package/lib/chevre/service/task/createEvent/createEventBySchedule.d.ts +0 -25
- package/lib/chevre/service/task/createEvent/createEventBySchedule.js +0 -107
- package/lib/chevre/service/task/createEvent/createEventSeries.d.ts +0 -13
- package/lib/chevre/service/task/createEvent/createEventSeries.js +0 -118
- package/lib/chevre/service/task/createEvent.d.ts +0 -6
- package/lib/chevre/service/task/createEvent.js +0 -46
- package/lib/chevre/service/task/onResourceUpdated/onResourceDeleted.d.ts +0 -45
- package/lib/chevre/service/task/onResourceUpdated/onResourceDeleted.js +0 -447
|
@@ -1,28 +1,34 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
10
24
|
};
|
|
11
|
-
var
|
|
12
|
-
|
|
13
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
14
|
-
t[p] = s[p];
|
|
15
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
16
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
17
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
18
|
-
t[p[i]] = s[p[i]];
|
|
19
|
-
}
|
|
20
|
-
return t;
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
21
27
|
};
|
|
22
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
29
|
exports.ActionRepo = void 0;
|
|
24
|
-
const
|
|
25
|
-
const factory = require("../factory");
|
|
30
|
+
const moment_1 = __importDefault(require("moment"));
|
|
31
|
+
const factory = __importStar(require("../factory"));
|
|
26
32
|
const settings_1 = require("../settings");
|
|
27
33
|
const action_1 = require("./mongoose/schemas/action");
|
|
28
34
|
const actionRecipe_1 = require("./mongoose/schemas/actionRecipe");
|
|
@@ -57,23 +63,23 @@ const AVAILABLE_PROJECT_FIELDS = [
|
|
|
57
63
|
* アクションリポジトリ
|
|
58
64
|
*/
|
|
59
65
|
class ActionRepo {
|
|
66
|
+
actionModel;
|
|
67
|
+
actionRecipeModel;
|
|
60
68
|
constructor(connection) {
|
|
61
69
|
this.actionModel = connection.model(action_1.modelName, (0, action_1.createSchema)());
|
|
62
70
|
this.actionRecipeModel = connection.model(actionRecipe_1.modelName, (0, actionRecipe_1.createSchema)());
|
|
63
71
|
}
|
|
64
|
-
// tslint:disable-next-line:cyclomatic-complexity max-func-body-length
|
|
65
72
|
static CREATE_MONGO_CONDITIONS(params) {
|
|
66
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29, _30, _31, _32, _33, _34, _35, _36, _37, _38, _39, _40, _41, _42, _43, _44, _45, _46, _47, _48, _49, _50, _51, _52, _53, _54, _55, _56, _57, _58, _59, _60, _61, _62, _63, _64, _65, _66, _67, _68, _69, _70, _71, _72, _73, _74, _75, _76;
|
|
67
73
|
const andConditions = [];
|
|
68
|
-
const idIn =
|
|
74
|
+
const idIn = params.id?.$in;
|
|
69
75
|
if (Array.isArray(idIn)) {
|
|
70
76
|
andConditions.push({ _id: { $in: idIn } });
|
|
71
77
|
}
|
|
72
|
-
const idNin =
|
|
78
|
+
const idNin = params.id?.$nin;
|
|
73
79
|
if (Array.isArray(idNin)) {
|
|
74
80
|
andConditions.push({ _id: { $nin: idNin } });
|
|
75
81
|
}
|
|
76
|
-
const projectIdEq =
|
|
82
|
+
const projectIdEq = params.project?.id?.$eq;
|
|
77
83
|
if (typeof projectIdEq === 'string') {
|
|
78
84
|
andConditions.push({
|
|
79
85
|
'project.id': {
|
|
@@ -81,7 +87,7 @@ class ActionRepo {
|
|
|
81
87
|
}
|
|
82
88
|
});
|
|
83
89
|
}
|
|
84
|
-
const agentTypeOfIn =
|
|
90
|
+
const agentTypeOfIn = params.agent?.typeOf?.$in;
|
|
85
91
|
if (Array.isArray(agentTypeOfIn)) {
|
|
86
92
|
andConditions.push({
|
|
87
93
|
'agent.typeOf': {
|
|
@@ -90,7 +96,7 @@ class ActionRepo {
|
|
|
90
96
|
}
|
|
91
97
|
});
|
|
92
98
|
}
|
|
93
|
-
const agentIdIn =
|
|
99
|
+
const agentIdIn = params.agent?.id?.$in;
|
|
94
100
|
if (Array.isArray(agentIdIn)) {
|
|
95
101
|
andConditions.push({
|
|
96
102
|
'agent.id': {
|
|
@@ -99,27 +105,27 @@ class ActionRepo {
|
|
|
99
105
|
}
|
|
100
106
|
});
|
|
101
107
|
}
|
|
102
|
-
const instrumentTransactionNumberEq =
|
|
108
|
+
const instrumentTransactionNumberEq = params.instrument?.transactionNumber?.$eq;
|
|
103
109
|
if (typeof instrumentTransactionNumberEq === 'string') {
|
|
104
110
|
andConditions.push({ 'instrument.transactionNumber': { $exists: true, $eq: instrumentTransactionNumberEq } });
|
|
105
111
|
}
|
|
106
|
-
const instrumentTypeOfEq =
|
|
112
|
+
const instrumentTypeOfEq = params.instrument?.typeOf?.$eq;
|
|
107
113
|
if (typeof instrumentTypeOfEq === 'string') {
|
|
108
114
|
andConditions.push({ 'instrument.typeOf': { $exists: true, $eq: instrumentTypeOfEq } });
|
|
109
115
|
}
|
|
110
|
-
const instrumentIdentifierEq =
|
|
116
|
+
const instrumentIdentifierEq = params.instrument?.identifier?.$eq;
|
|
111
117
|
if (typeof instrumentIdentifierEq === 'string') {
|
|
112
118
|
andConditions.push({ 'instrument.identifier': { $exists: true, $eq: instrumentIdentifierEq } });
|
|
113
119
|
}
|
|
114
|
-
const instrumentIdEq =
|
|
120
|
+
const instrumentIdEq = params.instrument?.id?.$eq;
|
|
115
121
|
if (typeof instrumentIdEq === 'string') {
|
|
116
122
|
andConditions.push({ 'instrument.id': { $exists: true, $eq: instrumentIdEq } });
|
|
117
123
|
}
|
|
118
|
-
const instrumentOrderNumberEq =
|
|
124
|
+
const instrumentOrderNumberEq = params.instrument?.orderNumber?.$eq;
|
|
119
125
|
if (typeof instrumentOrderNumberEq === 'string') {
|
|
120
126
|
andConditions.push({ 'instrument.orderNumber': { $exists: true, $eq: instrumentOrderNumberEq } });
|
|
121
127
|
}
|
|
122
|
-
const locationIdEq =
|
|
128
|
+
const locationIdEq = params.location?.id?.$eq;
|
|
123
129
|
if (typeof locationIdEq === 'string') {
|
|
124
130
|
andConditions.push({
|
|
125
131
|
'location.id': {
|
|
@@ -128,7 +134,7 @@ class ActionRepo {
|
|
|
128
134
|
}
|
|
129
135
|
});
|
|
130
136
|
}
|
|
131
|
-
const locationIdentifierEq =
|
|
137
|
+
const locationIdentifierEq = params.location?.identifier?.$eq;
|
|
132
138
|
if (typeof locationIdentifierEq === 'string') {
|
|
133
139
|
andConditions.push({
|
|
134
140
|
'location.identifier': {
|
|
@@ -137,7 +143,7 @@ class ActionRepo {
|
|
|
137
143
|
}
|
|
138
144
|
});
|
|
139
145
|
}
|
|
140
|
-
const objectMovieTicketsIdentifierEq =
|
|
146
|
+
const objectMovieTicketsIdentifierEq = params.object?.movieTickets?.identifier?.$eq;
|
|
141
147
|
if (typeof objectMovieTicketsIdentifierEq === 'string') {
|
|
142
148
|
andConditions.push({
|
|
143
149
|
'object.movieTickets.identifier': {
|
|
@@ -146,7 +152,7 @@ class ActionRepo {
|
|
|
146
152
|
}
|
|
147
153
|
});
|
|
148
154
|
}
|
|
149
|
-
const objectMovieTicketsServiceOutputReservationForIdEq =
|
|
155
|
+
const objectMovieTicketsServiceOutputReservationForIdEq = params.object?.movieTickets?.serviceOutput?.reservationFor?.id?.$eq;
|
|
150
156
|
if (typeof objectMovieTicketsServiceOutputReservationForIdEq === 'string') {
|
|
151
157
|
andConditions.push({
|
|
152
158
|
'object.movieTickets.serviceOutput.reservationFor.id': {
|
|
@@ -155,7 +161,7 @@ class ActionRepo {
|
|
|
155
161
|
}
|
|
156
162
|
});
|
|
157
163
|
}
|
|
158
|
-
const objectPaymentMethodIdEq =
|
|
164
|
+
const objectPaymentMethodIdEq = params.object?.paymentMethodId?.$eq;
|
|
159
165
|
if (typeof objectPaymentMethodIdEq === 'string') {
|
|
160
166
|
andConditions.push({
|
|
161
167
|
'object.paymentMethodId': {
|
|
@@ -164,7 +170,7 @@ class ActionRepo {
|
|
|
164
170
|
}
|
|
165
171
|
});
|
|
166
172
|
}
|
|
167
|
-
const objectObjectPaymentMethodIdEq =
|
|
173
|
+
const objectObjectPaymentMethodIdEq = params.object?.object?.paymentMethodId?.$eq;
|
|
168
174
|
if (typeof objectObjectPaymentMethodIdEq === 'string') {
|
|
169
175
|
andConditions.push({
|
|
170
176
|
'object.object.paymentMethodId': {
|
|
@@ -173,7 +179,7 @@ class ActionRepo {
|
|
|
173
179
|
}
|
|
174
180
|
});
|
|
175
181
|
}
|
|
176
|
-
const objectReservationForIdEq =
|
|
182
|
+
const objectReservationForIdEq = params.object?.reservationFor?.id?.$eq;
|
|
177
183
|
if (typeof objectReservationForIdEq === 'string') {
|
|
178
184
|
andConditions.push({
|
|
179
185
|
'object.reservationFor.id': {
|
|
@@ -182,7 +188,7 @@ class ActionRepo {
|
|
|
182
188
|
}
|
|
183
189
|
});
|
|
184
190
|
}
|
|
185
|
-
const objectReservationNumberEq =
|
|
191
|
+
const objectReservationNumberEq = params.object?.reservationNumber?.$eq;
|
|
186
192
|
if (typeof objectReservationNumberEq === 'string') {
|
|
187
193
|
andConditions.push({
|
|
188
194
|
'object.reservationNumber': {
|
|
@@ -191,7 +197,7 @@ class ActionRepo {
|
|
|
191
197
|
}
|
|
192
198
|
});
|
|
193
199
|
}
|
|
194
|
-
const objectReservationNumberIn =
|
|
200
|
+
const objectReservationNumberIn = params.object?.reservationNumber?.$in;
|
|
195
201
|
if (Array.isArray(objectReservationNumberIn)) {
|
|
196
202
|
andConditions.push({
|
|
197
203
|
'object.reservationNumber': {
|
|
@@ -200,7 +206,7 @@ class ActionRepo {
|
|
|
200
206
|
}
|
|
201
207
|
});
|
|
202
208
|
}
|
|
203
|
-
const objectPaymentMethodAccountIdEq =
|
|
209
|
+
const objectPaymentMethodAccountIdEq = params.object?.paymentMethod?.accountId?.$eq;
|
|
204
210
|
if (typeof objectPaymentMethodAccountIdEq === 'string') {
|
|
205
211
|
andConditions.push({
|
|
206
212
|
'object.paymentMethod.accountId': {
|
|
@@ -209,7 +215,7 @@ class ActionRepo {
|
|
|
209
215
|
}
|
|
210
216
|
});
|
|
211
217
|
}
|
|
212
|
-
const objectPaymentMethodPaymentMethodIdEq =
|
|
218
|
+
const objectPaymentMethodPaymentMethodIdEq = params.object?.paymentMethod?.paymentMethodId?.$eq;
|
|
213
219
|
if (typeof objectPaymentMethodPaymentMethodIdEq === 'string') {
|
|
214
220
|
andConditions.push({
|
|
215
221
|
'object.paymentMethod.paymentMethodId': {
|
|
@@ -218,7 +224,7 @@ class ActionRepo {
|
|
|
218
224
|
}
|
|
219
225
|
});
|
|
220
226
|
}
|
|
221
|
-
const objectPaymentMethodPaymentMethodIdIn =
|
|
227
|
+
const objectPaymentMethodPaymentMethodIdIn = params.object?.paymentMethod?.paymentMethodId?.$in;
|
|
222
228
|
if (Array.isArray(objectPaymentMethodPaymentMethodIdIn)) {
|
|
223
229
|
andConditions.push({
|
|
224
230
|
'object.paymentMethod.paymentMethodId': {
|
|
@@ -227,7 +233,7 @@ class ActionRepo {
|
|
|
227
233
|
}
|
|
228
234
|
});
|
|
229
235
|
}
|
|
230
|
-
const objectPaymentMethodTypeOfEq =
|
|
236
|
+
const objectPaymentMethodTypeOfEq = params.object?.paymentMethod?.typeOf?.$eq;
|
|
231
237
|
if (typeof objectPaymentMethodTypeOfEq === 'string') {
|
|
232
238
|
andConditions.push({
|
|
233
239
|
'object.paymentMethod.typeOf': {
|
|
@@ -236,7 +242,7 @@ class ActionRepo {
|
|
|
236
242
|
}
|
|
237
243
|
});
|
|
238
244
|
}
|
|
239
|
-
const objectTypeOfEq =
|
|
245
|
+
const objectTypeOfEq = params.object?.typeOf?.$eq;
|
|
240
246
|
if (typeof objectTypeOfEq === 'string') {
|
|
241
247
|
andConditions.push({
|
|
242
248
|
'object.typeOf': {
|
|
@@ -245,7 +251,7 @@ class ActionRepo {
|
|
|
245
251
|
}
|
|
246
252
|
});
|
|
247
253
|
}
|
|
248
|
-
const objectTypeOfIn =
|
|
254
|
+
const objectTypeOfIn = params.object?.typeOf?.$in;
|
|
249
255
|
if (Array.isArray(objectTypeOfIn)) {
|
|
250
256
|
andConditions.push({
|
|
251
257
|
'object.typeOf': {
|
|
@@ -254,7 +260,7 @@ class ActionRepo {
|
|
|
254
260
|
}
|
|
255
261
|
});
|
|
256
262
|
}
|
|
257
|
-
const objectIdEq =
|
|
263
|
+
const objectIdEq = params.object?.id?.$eq;
|
|
258
264
|
if (typeof objectIdEq === 'string') {
|
|
259
265
|
andConditions.push({
|
|
260
266
|
'object.id': {
|
|
@@ -263,7 +269,7 @@ class ActionRepo {
|
|
|
263
269
|
}
|
|
264
270
|
});
|
|
265
271
|
}
|
|
266
|
-
const objectIdIn =
|
|
272
|
+
const objectIdIn = params.object?.id?.$in;
|
|
267
273
|
if (Array.isArray(objectIdIn)) {
|
|
268
274
|
andConditions.push({
|
|
269
275
|
'object.id': {
|
|
@@ -272,7 +278,7 @@ class ActionRepo {
|
|
|
272
278
|
}
|
|
273
279
|
});
|
|
274
280
|
}
|
|
275
|
-
const objectOrderNumberIn =
|
|
281
|
+
const objectOrderNumberIn = params.object?.orderNumber?.$in;
|
|
276
282
|
if (Array.isArray(objectOrderNumberIn)) {
|
|
277
283
|
andConditions.push({
|
|
278
284
|
'object.orderNumber': {
|
|
@@ -281,7 +287,7 @@ class ActionRepo {
|
|
|
281
287
|
}
|
|
282
288
|
});
|
|
283
289
|
}
|
|
284
|
-
const objectEventIdIn =
|
|
290
|
+
const objectEventIdIn = params.object?.event?.id?.$in;
|
|
285
291
|
if (Array.isArray(objectEventIdIn)) {
|
|
286
292
|
andConditions.push({
|
|
287
293
|
'object.event.id': {
|
|
@@ -301,7 +307,7 @@ class ActionRepo {
|
|
|
301
307
|
// }
|
|
302
308
|
// });
|
|
303
309
|
// }
|
|
304
|
-
const objectTransactionNumberEq =
|
|
310
|
+
const objectTransactionNumberEq = params.object?.transactionNumber?.$eq;
|
|
305
311
|
if (typeof objectTransactionNumberEq === 'string') {
|
|
306
312
|
andConditions.push({ 'object.transactionNumber': { $exists: true, $eq: objectTransactionNumberEq } });
|
|
307
313
|
}
|
|
@@ -311,14 +317,14 @@ class ActionRepo {
|
|
|
311
317
|
});
|
|
312
318
|
}
|
|
313
319
|
else {
|
|
314
|
-
const typeOfEq =
|
|
320
|
+
const typeOfEq = params.typeOf?.$eq;
|
|
315
321
|
if (typeof typeOfEq === 'string') {
|
|
316
322
|
andConditions.push({
|
|
317
323
|
typeOf: { $eq: typeOfEq }
|
|
318
324
|
});
|
|
319
325
|
}
|
|
320
326
|
}
|
|
321
|
-
const actionStatusIn =
|
|
327
|
+
const actionStatusIn = params.actionStatus?.$in;
|
|
322
328
|
if (Array.isArray(actionStatusIn)) {
|
|
323
329
|
andConditions.push({
|
|
324
330
|
actionStatus: { $in: actionStatusIn }
|
|
@@ -341,7 +347,7 @@ class ActionRepo {
|
|
|
341
347
|
startDate: { $lte: startDateLte }
|
|
342
348
|
});
|
|
343
349
|
}
|
|
344
|
-
const fromLocationTypeOfIn =
|
|
350
|
+
const fromLocationTypeOfIn = params.fromLocation?.typeOf?.$in;
|
|
345
351
|
if (Array.isArray(fromLocationTypeOfIn)) {
|
|
346
352
|
andConditions.push({
|
|
347
353
|
'fromLocation.typeOf': {
|
|
@@ -350,7 +356,7 @@ class ActionRepo {
|
|
|
350
356
|
}
|
|
351
357
|
});
|
|
352
358
|
}
|
|
353
|
-
const fromLocationAccountNumberIn =
|
|
359
|
+
const fromLocationAccountNumberIn = params.fromLocation?.accountNumber?.$in;
|
|
354
360
|
if (Array.isArray(fromLocationAccountNumberIn)) {
|
|
355
361
|
andConditions.push({
|
|
356
362
|
'fromLocation.accountNumber': {
|
|
@@ -359,7 +365,7 @@ class ActionRepo {
|
|
|
359
365
|
}
|
|
360
366
|
});
|
|
361
367
|
}
|
|
362
|
-
const fromLocationAccountTypeIn =
|
|
368
|
+
const fromLocationAccountTypeIn = params.fromLocation?.accountType?.$in;
|
|
363
369
|
if (Array.isArray(fromLocationAccountTypeIn)) {
|
|
364
370
|
andConditions.push({
|
|
365
371
|
'fromLocation.accountType': {
|
|
@@ -368,7 +374,7 @@ class ActionRepo {
|
|
|
368
374
|
}
|
|
369
375
|
});
|
|
370
376
|
}
|
|
371
|
-
const toLocationTypeOfIn =
|
|
377
|
+
const toLocationTypeOfIn = params.toLocation?.typeOf?.$in;
|
|
372
378
|
if (Array.isArray(toLocationTypeOfIn)) {
|
|
373
379
|
andConditions.push({
|
|
374
380
|
'toLocation.typeOf': {
|
|
@@ -377,7 +383,7 @@ class ActionRepo {
|
|
|
377
383
|
}
|
|
378
384
|
});
|
|
379
385
|
}
|
|
380
|
-
const toLocationAccountNumberIn =
|
|
386
|
+
const toLocationAccountNumberIn = params.toLocation?.accountNumber?.$in;
|
|
381
387
|
if (Array.isArray(toLocationAccountNumberIn)) {
|
|
382
388
|
andConditions.push({
|
|
383
389
|
'toLocation.accountNumber': {
|
|
@@ -386,7 +392,7 @@ class ActionRepo {
|
|
|
386
392
|
}
|
|
387
393
|
});
|
|
388
394
|
}
|
|
389
|
-
const toLocationAccountTypeIn =
|
|
395
|
+
const toLocationAccountTypeIn = params.toLocation?.accountType?.$in;
|
|
390
396
|
if (Array.isArray(toLocationAccountTypeIn)) {
|
|
391
397
|
andConditions.push({
|
|
392
398
|
'toLocation.accountType': {
|
|
@@ -395,7 +401,7 @@ class ActionRepo {
|
|
|
395
401
|
}
|
|
396
402
|
});
|
|
397
403
|
}
|
|
398
|
-
const purposeTypeOfIn =
|
|
404
|
+
const purposeTypeOfIn = params.purpose?.typeOf?.$in;
|
|
399
405
|
if (Array.isArray(purposeTypeOfIn)) {
|
|
400
406
|
andConditions.push({
|
|
401
407
|
'purpose.typeOf': {
|
|
@@ -404,7 +410,7 @@ class ActionRepo {
|
|
|
404
410
|
}
|
|
405
411
|
});
|
|
406
412
|
}
|
|
407
|
-
const purposeIdIn =
|
|
413
|
+
const purposeIdIn = params.purpose?.id?.$in;
|
|
408
414
|
if (Array.isArray(purposeIdIn)) {
|
|
409
415
|
andConditions.push({
|
|
410
416
|
'purpose.id': {
|
|
@@ -413,7 +419,7 @@ class ActionRepo {
|
|
|
413
419
|
}
|
|
414
420
|
});
|
|
415
421
|
}
|
|
416
|
-
const purposeOrderNumberIn =
|
|
422
|
+
const purposeOrderNumberIn = params.purpose?.orderNumber?.$in;
|
|
417
423
|
if (Array.isArray(purposeOrderNumberIn)) {
|
|
418
424
|
andConditions.push({
|
|
419
425
|
'purpose.orderNumber': {
|
|
@@ -422,7 +428,7 @@ class ActionRepo {
|
|
|
422
428
|
}
|
|
423
429
|
});
|
|
424
430
|
}
|
|
425
|
-
const resultTypeOfIn =
|
|
431
|
+
const resultTypeOfIn = params.result?.typeOf?.$in;
|
|
426
432
|
if (Array.isArray(resultTypeOfIn)) {
|
|
427
433
|
andConditions.push({
|
|
428
434
|
'result.typeOf': {
|
|
@@ -431,7 +437,7 @@ class ActionRepo {
|
|
|
431
437
|
}
|
|
432
438
|
});
|
|
433
439
|
}
|
|
434
|
-
const resultIdIn =
|
|
440
|
+
const resultIdIn = params.result?.id?.$in;
|
|
435
441
|
if (Array.isArray(resultIdIn)) {
|
|
436
442
|
andConditions.push({
|
|
437
443
|
'result.id': {
|
|
@@ -440,7 +446,7 @@ class ActionRepo {
|
|
|
440
446
|
}
|
|
441
447
|
});
|
|
442
448
|
}
|
|
443
|
-
const resultOrderNumberIn =
|
|
449
|
+
const resultOrderNumberIn = params.result?.orderNumber?.$in;
|
|
444
450
|
if (Array.isArray(resultOrderNumberIn)) {
|
|
445
451
|
andConditions.push({
|
|
446
452
|
'result.orderNumber': {
|
|
@@ -449,7 +455,7 @@ class ActionRepo {
|
|
|
449
455
|
}
|
|
450
456
|
});
|
|
451
457
|
}
|
|
452
|
-
const resultCodeIn =
|
|
458
|
+
const resultCodeIn = params.result?.code?.$in;
|
|
453
459
|
if (Array.isArray(resultCodeIn)) {
|
|
454
460
|
andConditions.push({
|
|
455
461
|
'result.code': {
|
|
@@ -459,11 +465,11 @@ class ActionRepo {
|
|
|
459
465
|
});
|
|
460
466
|
}
|
|
461
467
|
// sameAs(2024-04-23~)
|
|
462
|
-
const sameAsIdEq =
|
|
468
|
+
const sameAsIdEq = params.sameAs?.id?.$eq;
|
|
463
469
|
if (typeof sameAsIdEq === 'string') {
|
|
464
470
|
andConditions.push({ 'sameAs.id': { $exists: true, $eq: sameAsIdEq } });
|
|
465
471
|
}
|
|
466
|
-
const aboutOrderNumberEq =
|
|
472
|
+
const aboutOrderNumberEq = params.about?.orderNumber?.$eq;
|
|
467
473
|
if (typeof aboutOrderNumberEq === 'string') {
|
|
468
474
|
andConditions.push({ 'about.orderNumber': { $exists: true, $eq: aboutOrderNumberEq } });
|
|
469
475
|
}
|
|
@@ -472,404 +478,393 @@ class ActionRepo {
|
|
|
472
478
|
/**
|
|
473
479
|
* アクション検索
|
|
474
480
|
*/
|
|
475
|
-
search(params, inclusion) {
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
481
|
+
async search(params, inclusion) {
|
|
482
|
+
const conditions = ActionRepo.CREATE_MONGO_CONDITIONS(params);
|
|
483
|
+
let positiveProjectionFields = AVAILABLE_PROJECT_FIELDS;
|
|
484
|
+
if (Array.isArray(inclusion) && inclusion.length > 0) {
|
|
485
|
+
positiveProjectionFields = inclusion.filter((key) => AVAILABLE_PROJECT_FIELDS.includes(key));
|
|
486
|
+
}
|
|
487
|
+
const projection = {
|
|
488
|
+
_id: 0,
|
|
489
|
+
id: { $toString: '$_id' },
|
|
490
|
+
...Object.fromEntries(positiveProjectionFields.map((key) => ([key, 1])))
|
|
491
|
+
};
|
|
492
|
+
const query = this.actionModel.find((conditions.length > 0) ? { $and: conditions } : {}, projection);
|
|
493
|
+
if (typeof params.limit === 'number' && params.limit > 0) {
|
|
494
|
+
const page = (typeof params.page === 'number' && params.page > 0) ? params.page : 1;
|
|
495
|
+
query.limit(params.limit)
|
|
496
|
+
.skip(params.limit * (page - 1));
|
|
497
|
+
}
|
|
498
|
+
/* istanbul ignore else */
|
|
499
|
+
if (params.sort?.startDate !== undefined) {
|
|
500
|
+
query.sort({ startDate: params.sort.startDate });
|
|
501
|
+
}
|
|
502
|
+
// const explainResult = await (<any>query).explain();
|
|
503
|
+
// console.log(explainResult[0].executionStats.allPlansExecution.map((e: any) => e.executionStages.inputStage));
|
|
504
|
+
return query.setOptions({ maxTimeMS: settings_1.MONGO_MAX_TIME_MS })
|
|
505
|
+
.lean() // 2024-08-26~
|
|
506
|
+
.exec();
|
|
501
507
|
}
|
|
502
508
|
/**
|
|
503
509
|
* アクション開始
|
|
504
510
|
*/
|
|
505
|
-
start(attributes, options) {
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
}
|
|
511
|
+
async start(attributes, options) {
|
|
512
|
+
const startDate = new Date();
|
|
513
|
+
const creatingAction = {
|
|
514
|
+
...attributes,
|
|
515
|
+
actionStatus: factory.actionStatusType.ActiveActionStatus,
|
|
516
|
+
startDate
|
|
517
|
+
};
|
|
518
|
+
// reimplemnt with insertMany(2024-08-29~)
|
|
519
|
+
const result = await this.actionModel.insertMany(creatingAction, { rawResult: true });
|
|
520
|
+
const id = result.insertedIds?.[0]?.toHexString();
|
|
521
|
+
if (typeof id !== 'string') {
|
|
522
|
+
throw new factory.errors.Internal('action not saved');
|
|
523
|
+
}
|
|
524
|
+
// add recipe(2024-06-09~)
|
|
525
|
+
const savingRecipe = options?.recipe;
|
|
526
|
+
if (savingRecipe?.typeOf === 'Recipe') {
|
|
527
|
+
await this.upsertRecipe({ ...savingRecipe, recipeFor: { id, typeOf: creatingAction.typeOf } });
|
|
528
|
+
}
|
|
529
|
+
return { id, startDate, typeOf: creatingAction.typeOf };
|
|
523
530
|
}
|
|
524
|
-
completeWithVoid(params) {
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
result: params.result,
|
|
537
|
-
endDate: new Date()
|
|
538
|
-
}
|
|
539
|
-
}, { new: false, projection: { _id: 1 } })
|
|
540
|
-
.lean()
|
|
541
|
-
.exec();
|
|
542
|
-
if (doc === null) {
|
|
543
|
-
throw new factory.errors.NotFound(this.actionModel.modelName);
|
|
531
|
+
async completeWithVoid(params) {
|
|
532
|
+
if (params.recipe?.typeOf === 'Recipe') {
|
|
533
|
+
await this.upsertRecipe({ ...params.recipe, recipeFor: { id: params.id, typeOf: params.typeOf } });
|
|
534
|
+
}
|
|
535
|
+
const doc = await this.actionModel.findOneAndUpdate({
|
|
536
|
+
_id: { $eq: params.id },
|
|
537
|
+
typeOf: { $eq: params.typeOf }
|
|
538
|
+
}, {
|
|
539
|
+
$set: {
|
|
540
|
+
actionStatus: factory.actionStatusType.CompletedActionStatus,
|
|
541
|
+
result: params.result,
|
|
542
|
+
endDate: new Date()
|
|
544
543
|
}
|
|
545
|
-
})
|
|
544
|
+
}, { new: false, projection: { _id: 1 } })
|
|
545
|
+
.lean()
|
|
546
|
+
.exec();
|
|
547
|
+
if (doc === null) {
|
|
548
|
+
throw new factory.errors.NotFound(this.actionModel.modelName);
|
|
549
|
+
}
|
|
546
550
|
}
|
|
547
551
|
/**
|
|
548
552
|
* アクション取消
|
|
549
553
|
*/
|
|
550
|
-
cancelWithVoid(params) {
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
typeOf: { $eq: params.typeOf },
|
|
558
|
-
actionStatus: { $ne: factory.actionStatusType.CanceledActionStatus } // 冪等性確保(2024-05-26~)
|
|
559
|
-
}, {
|
|
560
|
-
$set: Object.assign({ actionStatus: factory.actionStatusType.CanceledActionStatus }, (cancelAction !== undefined) ? { cancelAction } : undefined // cancelAction連携(2024-05-26~)
|
|
561
|
-
)
|
|
562
|
-
}, { new: false, projection: { _id: 1 } })
|
|
563
|
-
.lean()
|
|
564
|
-
.exec();
|
|
565
|
-
if (doc === null) {
|
|
566
|
-
// 既にCanceledActionStatusであればok
|
|
567
|
-
const existingAction = yield this.findById({ id: params.id, typeOf: params.typeOf }, ['actionStatus'], []);
|
|
568
|
-
if (existingAction.actionStatus !== factory.actionStatusType.CanceledActionStatus) {
|
|
569
|
-
throw new factory.errors.NotFound(this.actionModel.modelName);
|
|
570
|
-
}
|
|
554
|
+
async cancelWithVoid(params) {
|
|
555
|
+
const cancelDate = new Date();
|
|
556
|
+
const cancelAction = (params.cancelAction !== undefined)
|
|
557
|
+
? {
|
|
558
|
+
...params.cancelAction,
|
|
559
|
+
endTime: cancelDate,
|
|
560
|
+
typeOf: factory.actionType.CancelAction
|
|
571
561
|
}
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
562
|
+
: undefined;
|
|
563
|
+
const doc = await this.actionModel.findOneAndUpdate({
|
|
564
|
+
_id: { $eq: params.id },
|
|
565
|
+
typeOf: { $eq: params.typeOf },
|
|
566
|
+
actionStatus: { $ne: factory.actionStatusType.CanceledActionStatus } // 冪等性確保(2024-05-26~)
|
|
567
|
+
}, {
|
|
568
|
+
$set: {
|
|
569
|
+
actionStatus: factory.actionStatusType.CanceledActionStatus,
|
|
570
|
+
...(cancelAction !== undefined) ? { cancelAction } : undefined // cancelAction連携(2024-05-26~)
|
|
571
|
+
}
|
|
572
|
+
}, { new: false, projection: { _id: 1 } })
|
|
573
|
+
.lean()
|
|
574
|
+
.exec();
|
|
575
|
+
if (doc === null) {
|
|
576
|
+
// 既にCanceledActionStatusであればok
|
|
577
|
+
const existingAction = await this.findById({ id: params.id, typeOf: params.typeOf }, ['actionStatus'], []);
|
|
578
|
+
if (existingAction.actionStatus !== factory.actionStatusType.CanceledActionStatus) {
|
|
579
|
+
throw new factory.errors.NotFound(this.actionModel.modelName);
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
// endDateが存在しなければセット(2024-04-22~)
|
|
583
|
+
await this.actionModel.updateOne({
|
|
584
|
+
_id: { $eq: params.id },
|
|
585
|
+
endDate: { $exists: false }
|
|
586
|
+
}, { $set: { endDate: cancelDate } })
|
|
587
|
+
.exec();
|
|
579
588
|
}
|
|
580
589
|
/**
|
|
581
590
|
* アクション失敗
|
|
582
591
|
*/
|
|
583
|
-
giveUp(params) {
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
error: actionError,
|
|
599
|
-
endDate: new Date()
|
|
600
|
-
}
|
|
601
|
-
}, { new: true, projection: { _id: 1 } })
|
|
602
|
-
.lean()
|
|
603
|
-
.exec();
|
|
604
|
-
if (doc === null) {
|
|
605
|
-
throw new factory.errors.NotFound(this.actionModel.modelName);
|
|
592
|
+
async giveUp(params) {
|
|
593
|
+
const actionError = (Array.isArray(params.error))
|
|
594
|
+
? params.error.map((e) => ({ ...e, message: e.message, name: e.name }))
|
|
595
|
+
: { ...params.error, message: params.error.message, name: params.error.name };
|
|
596
|
+
if (params.recipe?.typeOf === 'Recipe') {
|
|
597
|
+
await this.upsertRecipe({ ...params.recipe, recipeFor: { id: params.id, typeOf: params.typeOf } });
|
|
598
|
+
}
|
|
599
|
+
const doc = await this.actionModel.findOneAndUpdate({
|
|
600
|
+
typeOf: { $eq: params.typeOf },
|
|
601
|
+
_id: { $eq: params.id }
|
|
602
|
+
}, {
|
|
603
|
+
$set: {
|
|
604
|
+
actionStatus: factory.actionStatusType.FailedActionStatus,
|
|
605
|
+
error: actionError,
|
|
606
|
+
endDate: new Date()
|
|
606
607
|
}
|
|
607
|
-
})
|
|
608
|
+
}, { new: true, projection: { _id: 1 } })
|
|
609
|
+
.lean()
|
|
610
|
+
.exec();
|
|
611
|
+
if (doc === null) {
|
|
612
|
+
throw new factory.errors.NotFound(this.actionModel.modelName);
|
|
613
|
+
}
|
|
608
614
|
}
|
|
609
615
|
/**
|
|
610
616
|
* アクション再開
|
|
611
617
|
*/
|
|
612
|
-
reStart(params) {
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
yield this.upsertRecipe(Object.assign(Object.assign({}, params.recipe), { recipeFor: { id: params.id, typeOf: params.typeOf } }));
|
|
634
|
-
}
|
|
635
|
-
});
|
|
618
|
+
async reStart(params) {
|
|
619
|
+
const doc = await this.actionModel.findOneAndUpdate({
|
|
620
|
+
_id: { $eq: params.id },
|
|
621
|
+
typeOf: { $eq: params.typeOf },
|
|
622
|
+
actionStatus: { $eq: factory.actionStatusType.CompletedActionStatus }
|
|
623
|
+
}, {
|
|
624
|
+
$set: {
|
|
625
|
+
actionStatus: factory.actionStatusType.ActiveActionStatus,
|
|
626
|
+
startDate: new Date()
|
|
627
|
+
},
|
|
628
|
+
$unset: { endDate: 1 }
|
|
629
|
+
}, { new: false, projection: { _id: 1 } })
|
|
630
|
+
.lean()
|
|
631
|
+
.exec();
|
|
632
|
+
if (doc === null) {
|
|
633
|
+
throw new factory.errors.NotFound(this.actionModel.modelName);
|
|
634
|
+
}
|
|
635
|
+
// add recipe(2024-06-09~)
|
|
636
|
+
if (params.recipe?.typeOf === 'Recipe') {
|
|
637
|
+
await this.upsertRecipe({ ...params.recipe, recipeFor: { id: params.id, typeOf: params.typeOf } });
|
|
638
|
+
}
|
|
636
639
|
}
|
|
637
640
|
/**
|
|
638
641
|
* 一定期間ActiveActionStatusのアクションをFailedActionStatusにする
|
|
639
642
|
*/
|
|
640
|
-
giveUpStartDatePassedCertainPeriod(params) {
|
|
641
|
-
return
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
643
|
+
async giveUpStartDatePassedCertainPeriod(params) {
|
|
644
|
+
return this.actionModel.updateMany({
|
|
645
|
+
actionStatus: { $eq: factory.actionStatusType.ActiveActionStatus },
|
|
646
|
+
// 一定期間過ぎたもの
|
|
647
|
+
startDate: { $lt: params.startDate.$lt },
|
|
648
|
+
...(typeof params.id?.$eq === 'string') ? { _id: { $eq: params.id.$eq } } : undefined
|
|
649
|
+
}, {
|
|
650
|
+
actionStatus: factory.actionStatusType.FailedActionStatus,
|
|
651
|
+
error: params.error,
|
|
652
|
+
endDate: new Date()
|
|
653
|
+
})
|
|
654
|
+
.exec();
|
|
652
655
|
}
|
|
653
|
-
findById(params, inclusion, exclusion) {
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
positiveProjectionFields = positiveProjectionFields.filter((key) => !exclusion.includes(key));
|
|
662
|
-
}
|
|
663
|
-
}
|
|
664
|
-
const projection = Object.assign({ _id: 0, id: { $toString: '$_id' } }, Object.fromEntries(positiveProjectionFields.map((key) => ([key, 1]))));
|
|
665
|
-
const doc = yield this.actionModel.findOne({
|
|
666
|
-
typeOf: { $eq: params.typeOf },
|
|
667
|
-
_id: { $eq: params.id }
|
|
668
|
-
}, projection)
|
|
669
|
-
.lean() // 2024-08-26~
|
|
670
|
-
.exec();
|
|
671
|
-
if (doc === null) {
|
|
672
|
-
throw new factory.errors.NotFound(this.actionModel.modelName);
|
|
656
|
+
async findById(params, inclusion, exclusion) {
|
|
657
|
+
let positiveProjectionFields = AVAILABLE_PROJECT_FIELDS;
|
|
658
|
+
if (Array.isArray(inclusion) && inclusion.length > 0) {
|
|
659
|
+
positiveProjectionFields = inclusion.filter((key) => AVAILABLE_PROJECT_FIELDS.includes(key));
|
|
660
|
+
}
|
|
661
|
+
else {
|
|
662
|
+
if (Array.isArray(exclusion) && exclusion.length > 0) {
|
|
663
|
+
positiveProjectionFields = positiveProjectionFields.filter((key) => !exclusion.includes(key));
|
|
673
664
|
}
|
|
674
|
-
|
|
675
|
-
|
|
665
|
+
}
|
|
666
|
+
const projection = {
|
|
667
|
+
_id: 0,
|
|
668
|
+
id: { $toString: '$_id' },
|
|
669
|
+
...Object.fromEntries(positiveProjectionFields.map((key) => ([key, 1])))
|
|
670
|
+
};
|
|
671
|
+
const doc = await this.actionModel.findOne({
|
|
672
|
+
typeOf: { $eq: params.typeOf },
|
|
673
|
+
_id: { $eq: params.id }
|
|
674
|
+
}, projection)
|
|
675
|
+
.lean() // 2024-08-26~
|
|
676
|
+
.exec();
|
|
677
|
+
if (doc === null) {
|
|
678
|
+
throw new factory.errors.NotFound(this.actionModel.modelName);
|
|
679
|
+
}
|
|
680
|
+
return doc;
|
|
676
681
|
}
|
|
677
|
-
findPayAction(params) {
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
}, []);
|
|
690
|
-
return payActions.shift();
|
|
691
|
-
});
|
|
682
|
+
async findPayAction(params) {
|
|
683
|
+
const payActions = await this.search({
|
|
684
|
+
limit: 1,
|
|
685
|
+
page: 1,
|
|
686
|
+
actionStatus: (Array.isArray(params.actionStatus?.$in))
|
|
687
|
+
? { $in: params.actionStatus?.$in }
|
|
688
|
+
: { $in: [factory.actionStatusType.CompletedActionStatus] },
|
|
689
|
+
project: { id: { $eq: params.project.id } },
|
|
690
|
+
typeOf: { $eq: factory.actionType.PayAction },
|
|
691
|
+
object: { paymentMethod: { paymentMethodId: { $eq: params.paymentMethodId } } }
|
|
692
|
+
}, []);
|
|
693
|
+
return payActions.shift();
|
|
692
694
|
}
|
|
693
695
|
/**
|
|
694
696
|
* 取引に対するアクションを検索する
|
|
695
697
|
*/
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
698
|
+
async searchByPurpose(params) {
|
|
699
|
+
const andConditions = [
|
|
700
|
+
{ 'purpose.typeOf': { $exists: true, $eq: params.purpose.typeOf } },
|
|
701
|
+
{ 'purpose.id': { $exists: true, $eq: params.purpose.id } }
|
|
702
|
+
];
|
|
703
|
+
// const idNin = params.id?.$nin;
|
|
704
|
+
// if (Array.isArray(idNin)) {
|
|
705
|
+
// andConditions.push({ _id: { $nin: idNin } });
|
|
706
|
+
// }
|
|
707
|
+
const objectPaymentMethodIdEq = params.object?.paymentMethodId?.$eq;
|
|
708
|
+
if (typeof objectPaymentMethodIdEq === 'string') {
|
|
709
|
+
andConditions.push({ 'object.paymentMethodId': { $exists: true, $eq: objectPaymentMethodIdEq } });
|
|
710
|
+
}
|
|
711
|
+
const objectTypeOfEq = params.object?.typeOf?.$eq;
|
|
712
|
+
if (typeof objectTypeOfEq === 'string') {
|
|
713
|
+
andConditions.push({ 'object.typeOf': { $exists: true, $eq: objectTypeOfEq } });
|
|
714
|
+
}
|
|
715
|
+
if (typeof params.typeOf === 'string') {
|
|
716
|
+
andConditions.push({ typeOf: { $eq: params.typeOf } });
|
|
717
|
+
}
|
|
718
|
+
const actionStatusEq = params.actionStatus?.$eq;
|
|
719
|
+
if (typeof actionStatusEq === 'string') {
|
|
720
|
+
andConditions.push({ actionStatus: { $eq: actionStatusEq } });
|
|
721
|
+
}
|
|
722
|
+
const positiveProjectionFields = [
|
|
723
|
+
'project',
|
|
724
|
+
'actionStatus',
|
|
725
|
+
'typeOf',
|
|
726
|
+
'description',
|
|
727
|
+
'agent',
|
|
728
|
+
'recipient',
|
|
729
|
+
'result',
|
|
730
|
+
'error',
|
|
731
|
+
'object',
|
|
732
|
+
'startDate',
|
|
733
|
+
'endDate',
|
|
734
|
+
'purpose',
|
|
735
|
+
'potentialActions',
|
|
736
|
+
'instrument',
|
|
737
|
+
'location',
|
|
738
|
+
'sameAs',
|
|
739
|
+
'cancelAction',
|
|
740
|
+
'identifier'
|
|
741
|
+
];
|
|
742
|
+
const projection = {
|
|
743
|
+
_id: 0,
|
|
744
|
+
id: { $toString: '$_id' },
|
|
745
|
+
...Object.fromEntries(positiveProjectionFields.map((key) => ([key, 1])))
|
|
746
|
+
};
|
|
747
|
+
const query = this.actionModel.find((andConditions.length > 0) ? { $and: andConditions } : {}, projection);
|
|
748
|
+
if (typeof params.sort?.startDate === 'number') {
|
|
749
|
+
query.sort({ startDate: params.sort.startDate });
|
|
750
|
+
}
|
|
751
|
+
return query.setOptions({ maxTimeMS: settings_1.MONGO_MAX_TIME_MS })
|
|
752
|
+
.lean()
|
|
753
|
+
.exec();
|
|
754
|
+
// return <Promise<IAction4transaction<T>[]>><Promise<unknown[]>>this.search<T>(
|
|
755
|
+
// {
|
|
756
|
+
// purpose: {
|
|
757
|
+
// id: { $in: [params.purpose.id] },
|
|
758
|
+
// typeOf: { $in: [params.purpose.typeOf] }
|
|
759
|
+
// },
|
|
760
|
+
// object: {
|
|
761
|
+
// ...(typeof params.object?.typeOf?.$eq === 'string')
|
|
762
|
+
// ? { typeOf: { $eq: params.object.typeOf.$eq } }
|
|
763
|
+
// : undefined,
|
|
764
|
+
// ...(typeof params.object?.paymentMethodId?.$eq === 'string')
|
|
765
|
+
// ? { paymentMethodId: { $eq: params.object.paymentMethodId.$eq } }
|
|
766
|
+
// : undefined
|
|
767
|
+
// },
|
|
768
|
+
// ...(typeof params.actionStatus?.$eq === 'string') ? { actionStatus: { $in: [params.actionStatus.$eq] } } : undefined,
|
|
769
|
+
// ...(typeof params.typeOf === 'string') ? { typeOf: { $eq: params.typeOf } } : undefined,
|
|
770
|
+
// ...(Array.isArray(params.id?.$nin)) ? { id: { $nin: params.id?.$nin } } : undefined,
|
|
771
|
+
// ...(typeof params.sort?.startDate === 'number') ? { sort: params.sort } : undefined
|
|
772
|
+
// },
|
|
773
|
+
// [],
|
|
774
|
+
// []
|
|
775
|
+
// );
|
|
774
776
|
}
|
|
775
777
|
/**
|
|
776
778
|
* 注文番号から、注文に対するアクションを検索する
|
|
777
779
|
*/
|
|
778
|
-
searchByOrderNumber(params) {
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
$
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
}
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
780
|
+
async searchByOrderNumber(params) {
|
|
781
|
+
const filter = {
|
|
782
|
+
$or: [
|
|
783
|
+
{ 'object.orderNumber': { $exists: true, $eq: params.orderNumber } },
|
|
784
|
+
{ 'purpose.orderNumber': { $exists: true, $eq: params.orderNumber } },
|
|
785
|
+
// consider inform returnAction(2025-01-22~)
|
|
786
|
+
{ 'about.orderNumber': { $exists: true, $eq: params.orderNumber } },
|
|
787
|
+
// consider reserveAction,cancelReservationAction(2025-02-17~)
|
|
788
|
+
{ 'instrument.orderNumber': { $exists: true, $eq: params.orderNumber } }
|
|
789
|
+
]
|
|
790
|
+
};
|
|
791
|
+
const projection = {
|
|
792
|
+
_id: 0,
|
|
793
|
+
id: { $toString: '$_id' },
|
|
794
|
+
...Object.fromEntries(AVAILABLE_PROJECT_FIELDS.map((key) => ([key, 1])))
|
|
795
|
+
};
|
|
796
|
+
const query = this.actionModel.find(filter, projection);
|
|
797
|
+
// .select({ __v: 0, createdAt: 0, updatedAt: 0 });
|
|
798
|
+
/* istanbul ignore else */
|
|
799
|
+
if (params.sort?.startDate !== undefined) {
|
|
800
|
+
query.sort({ startDate: params.sort.startDate });
|
|
801
|
+
}
|
|
802
|
+
return query
|
|
803
|
+
.lean() // 2024-08-26~
|
|
804
|
+
.exec();
|
|
803
805
|
}
|
|
804
|
-
searchBySameAs(params) {
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
}
|
|
814
|
-
|
|
806
|
+
async searchBySameAs(params) {
|
|
807
|
+
const projection = {
|
|
808
|
+
_id: 0,
|
|
809
|
+
id: { $toString: '$_id' },
|
|
810
|
+
actionStatus: 1,
|
|
811
|
+
error: 1,
|
|
812
|
+
purpose: 1
|
|
813
|
+
};
|
|
814
|
+
const query = this.actionModel.find({
|
|
815
|
+
typeOf: { $eq: params.typeOf.$eq },
|
|
816
|
+
'sameAs.id': { $exists: true, $eq: params.sameAs.id.$eq },
|
|
817
|
+
...(typeof params.purpose?.id.$eq === 'string')
|
|
815
818
|
? { 'purpose.id': { $exists: true, $eq: params.purpose.id.$eq } }
|
|
816
|
-
: undefined
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
819
|
+
: undefined
|
|
820
|
+
}, projection)
|
|
821
|
+
// .select({ _id: 1, actionStatus: 1, error: 1, purpose: 1 })
|
|
822
|
+
.limit(1);
|
|
823
|
+
return query
|
|
824
|
+
.lean() // 2024-08-26~
|
|
825
|
+
.exec();
|
|
823
826
|
}
|
|
824
|
-
deleteByProject(params) {
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
.exec();
|
|
830
|
-
});
|
|
827
|
+
async deleteByProject(params) {
|
|
828
|
+
await this.actionModel.deleteMany({
|
|
829
|
+
'project.id': { $eq: params.project.id }
|
|
830
|
+
})
|
|
831
|
+
.exec();
|
|
831
832
|
}
|
|
832
|
-
reCompleteAuthorizeEventOfferAction(params) {
|
|
833
|
-
return
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
}
|
|
854
|
-
});
|
|
833
|
+
async reCompleteAuthorizeEventOfferAction(params) {
|
|
834
|
+
return this.actionModel.findOneAndUpdate({
|
|
835
|
+
// typeOf: factory.actionType.AuthorizeAction,
|
|
836
|
+
_id: { $eq: params.id },
|
|
837
|
+
// ActiveActionStatus->CompletedActionStatusで再実装(2024-01-15~)
|
|
838
|
+
// actionStatus: factory.actionStatusType.CompletedActionStatus
|
|
839
|
+
actionStatus: { $eq: factory.actionStatusType.ActiveActionStatus }
|
|
840
|
+
}, {
|
|
841
|
+
$set: {
|
|
842
|
+
actionStatus: factory.actionStatusType.CompletedActionStatus,
|
|
843
|
+
object: params.object,
|
|
844
|
+
result: params.result,
|
|
845
|
+
endDate: new Date()
|
|
846
|
+
}
|
|
847
|
+
}, { new: true, projection: { _id: 1 } })
|
|
848
|
+
.lean()
|
|
849
|
+
.exec()
|
|
850
|
+
.then((doc) => {
|
|
851
|
+
if (doc === null) {
|
|
852
|
+
throw new factory.errors.NotFound(this.actionModel.modelName);
|
|
853
|
+
}
|
|
855
854
|
});
|
|
856
855
|
}
|
|
857
|
-
updateById(params) {
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
.exec();
|
|
861
|
-
});
|
|
856
|
+
async updateById(params) {
|
|
857
|
+
await this.actionModel.updateOne({ _id: { $eq: params.id } }, params.update)
|
|
858
|
+
.exec();
|
|
862
859
|
}
|
|
863
|
-
findByIdAndUpdate(params) {
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
}
|
|
872
|
-
});
|
|
860
|
+
async findByIdAndUpdate(params) {
|
|
861
|
+
await this.actionModel.findOneAndUpdate({ _id: { $eq: params.id } }, params.update, { projection: { _id: 1 } })
|
|
862
|
+
.lean()
|
|
863
|
+
.exec()
|
|
864
|
+
.then((doc) => {
|
|
865
|
+
if (doc === null) {
|
|
866
|
+
throw new factory.errors.NotFound(this.actionModel.modelName);
|
|
867
|
+
}
|
|
873
868
|
});
|
|
874
869
|
}
|
|
875
870
|
/**
|
|
@@ -932,158 +927,148 @@ class ActionRepo {
|
|
|
932
927
|
// ])
|
|
933
928
|
// .exec();
|
|
934
929
|
// }
|
|
935
|
-
searchYkknInfoByCheckRecipe(filter) {
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
.exec();
|
|
978
|
-
});
|
|
930
|
+
async searchYkknInfoByCheckRecipe(filter) {
|
|
931
|
+
const filterQuery = {
|
|
932
|
+
_id: { $eq: filter.id },
|
|
933
|
+
'project.id': { $eq: filter.project.id },
|
|
934
|
+
'purpose.id': { $exists: true, $eq: filter.purpose.id },
|
|
935
|
+
typeOf: { $eq: factory.actionType.CheckAction },
|
|
936
|
+
actionStatus: { $eq: factory.actionStatusType.CompletedActionStatus }
|
|
937
|
+
};
|
|
938
|
+
const actionDoc = await this.actionModel.findOne(filterQuery, { _id: 1 }, { lean: true })
|
|
939
|
+
.exec();
|
|
940
|
+
if (actionDoc === null) {
|
|
941
|
+
throw new factory.errors.NotFound(this.actionModel.modelName);
|
|
942
|
+
}
|
|
943
|
+
const filterQuery4recipe = {
|
|
944
|
+
'recipeFor.id': { $eq: filter.id }
|
|
945
|
+
};
|
|
946
|
+
const projectStage = {
|
|
947
|
+
_id: 0,
|
|
948
|
+
knyknrNo: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.knyknrNo',
|
|
949
|
+
ykknshTyp: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.ykknInfo.ykknshTyp',
|
|
950
|
+
eishhshkTyp: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.ykknInfo.eishhshkTyp',
|
|
951
|
+
ykknKnshbtsmiNum: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.ykknInfo.ykknKnshbtsmiNum',
|
|
952
|
+
knshknhmbiUnip: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.ykknInfo.knshknhmbiUnip',
|
|
953
|
+
kijUnip: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.ykknInfo.kijUnip'
|
|
954
|
+
};
|
|
955
|
+
const aggregate = this.actionRecipeModel.aggregate([
|
|
956
|
+
{ $unwind: '$step' },
|
|
957
|
+
{ $unwind: '$step.itemListElement' },
|
|
958
|
+
{ $unwind: '$step.itemListElement.itemListElement' },
|
|
959
|
+
{ $unwind: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut' },
|
|
960
|
+
{ $unwind: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.ykknInfo' },
|
|
961
|
+
{ $match: filterQuery4recipe },
|
|
962
|
+
{ $project: projectStage }
|
|
963
|
+
]);
|
|
964
|
+
if (typeof filter.limit === 'number' && filter.limit > 0) {
|
|
965
|
+
const page = (typeof filter.page === 'number' && filter.page > 0) ? filter.page : 1;
|
|
966
|
+
aggregate.limit(filter.limit * page)
|
|
967
|
+
.skip(filter.limit * (page - 1));
|
|
968
|
+
}
|
|
969
|
+
return aggregate
|
|
970
|
+
.option({ maxTimeMS: settings_1.MONGO_MAX_TIME_MS })
|
|
971
|
+
.exec();
|
|
979
972
|
}
|
|
980
|
-
searchMkknInfoByCheckRecipe(filter) {
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
.exec();
|
|
1027
|
-
});
|
|
973
|
+
async searchMkknInfoByCheckRecipe(filter) {
|
|
974
|
+
const filterQuery = {
|
|
975
|
+
_id: { $eq: filter.id },
|
|
976
|
+
'project.id': { $eq: filter.project.id },
|
|
977
|
+
'purpose.id': { $exists: true, $eq: filter.purpose.id },
|
|
978
|
+
typeOf: { $eq: factory.actionType.CheckAction },
|
|
979
|
+
actionStatus: { $eq: factory.actionStatusType.CompletedActionStatus }
|
|
980
|
+
};
|
|
981
|
+
const actionDoc = this.actionModel.findOne(filterQuery, { _id: 1 }, { lean: true })
|
|
982
|
+
.exec();
|
|
983
|
+
if (actionDoc === null) {
|
|
984
|
+
throw new factory.errors.NotFound(this.actionModel.modelName);
|
|
985
|
+
}
|
|
986
|
+
const filterQuery4recipe = {
|
|
987
|
+
'recipeFor.id': { $eq: filter.id }
|
|
988
|
+
};
|
|
989
|
+
const projectStage = {
|
|
990
|
+
_id: 0,
|
|
991
|
+
knyknrNo: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.knyknrNo',
|
|
992
|
+
mkknshTyp: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.mkknInfo.mkknshTyp',
|
|
993
|
+
mkknKnshbtsmiNum: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.mkknInfo.mkknKnshbtsmiNum',
|
|
994
|
+
mkjyTyp: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.mkknInfo.mkjyTyp',
|
|
995
|
+
yykDt: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.mkknInfo.yykDt',
|
|
996
|
+
shyJeiDt: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.mkknInfo.shyJeiDt',
|
|
997
|
+
shyStCd: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.mkknInfo.shyStCd',
|
|
998
|
+
shyScrnCd: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.mkknInfo.shyScrnCd',
|
|
999
|
+
shySkhnCd: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.mkknInfo.shySkhnCd',
|
|
1000
|
+
shySkhnNm: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.mkknInfo.shySkhnNm'
|
|
1001
|
+
};
|
|
1002
|
+
const aggregate = this.actionRecipeModel.aggregate([
|
|
1003
|
+
{ $unwind: '$step' },
|
|
1004
|
+
{ $unwind: '$step.itemListElement' },
|
|
1005
|
+
{ $unwind: '$step.itemListElement.itemListElement' },
|
|
1006
|
+
{ $unwind: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut' },
|
|
1007
|
+
{ $unwind: '$step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.mkknInfo' },
|
|
1008
|
+
{ $match: filterQuery4recipe },
|
|
1009
|
+
{ $project: projectStage }
|
|
1010
|
+
]);
|
|
1011
|
+
if (typeof filter.limit === 'number' && filter.limit > 0) {
|
|
1012
|
+
const page = (typeof filter.page === 'number' && filter.page > 0) ? filter.page : 1;
|
|
1013
|
+
aggregate.limit(filter.limit * page)
|
|
1014
|
+
.skip(filter.limit * (page - 1));
|
|
1015
|
+
}
|
|
1016
|
+
return aggregate
|
|
1017
|
+
.option({ maxTimeMS: settings_1.MONGO_MAX_TIME_MS })
|
|
1018
|
+
.exec();
|
|
1028
1019
|
}
|
|
1029
1020
|
/**
|
|
1030
1021
|
* 開始日時を一定期間過ぎたアクションを削除する
|
|
1031
1022
|
*/
|
|
1032
|
-
deleteStartDatePassedCertainPeriod(params) {
|
|
1033
|
-
return
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
.exec();
|
|
1040
|
-
});
|
|
1023
|
+
async deleteStartDatePassedCertainPeriod(params) {
|
|
1024
|
+
return this.actionModel.deleteMany({
|
|
1025
|
+
startDate: {
|
|
1026
|
+
$lt: params.$lt
|
|
1027
|
+
}
|
|
1028
|
+
})
|
|
1029
|
+
.exec();
|
|
1041
1030
|
}
|
|
1042
1031
|
/**
|
|
1043
1032
|
* 終了日時を一定期間過ぎたアクションを削除する
|
|
1044
1033
|
* 作成日時を一定期間過ぎたアクションレシピも削除する
|
|
1045
1034
|
*/
|
|
1046
|
-
deleteEndDatePassedCertainPeriod(params) {
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
}
|
|
1064
|
-
});
|
|
1035
|
+
async deleteEndDatePassedCertainPeriod(params) {
|
|
1036
|
+
const { $lt } = params;
|
|
1037
|
+
if ($lt instanceof Date) {
|
|
1038
|
+
await this.actionModel.deleteMany({
|
|
1039
|
+
// 終了日時を一定期間過ぎたもの
|
|
1040
|
+
endDate: { $exists: true, $lt }
|
|
1041
|
+
})
|
|
1042
|
+
.exec();
|
|
1043
|
+
// clean actionRecipes(2025-01-10~)
|
|
1044
|
+
const dateCreatedLt = (0, moment_1.default)($lt)
|
|
1045
|
+
.add(-1, 'day') // レシピ作成とアクション終了の時間差を考慮
|
|
1046
|
+
.toDate();
|
|
1047
|
+
await this.actionRecipeModel.deleteMany({
|
|
1048
|
+
dateCreated: { $lt: dateCreatedLt }
|
|
1049
|
+
})
|
|
1050
|
+
.exec();
|
|
1051
|
+
}
|
|
1065
1052
|
}
|
|
1066
1053
|
/**
|
|
1067
1054
|
* 取引からアクションを削除する
|
|
1068
1055
|
*/
|
|
1069
|
-
deleteByPurpose(params) {
|
|
1070
|
-
return
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
};
|
|
1086
|
-
});
|
|
1056
|
+
async deleteByPurpose(params) {
|
|
1057
|
+
return this.actionModel.deleteMany({
|
|
1058
|
+
'project.id': { $eq: params.project.id },
|
|
1059
|
+
typeOf: { $in: params.typeOf.$in },
|
|
1060
|
+
'purpose.id': { $exists: true, $eq: params.purpose.id },
|
|
1061
|
+
'purpose.typeOf': { $exists: true, $eq: params.purpose.typeOf }
|
|
1062
|
+
})
|
|
1063
|
+
.exec()
|
|
1064
|
+
.then((result) => {
|
|
1065
|
+
return {
|
|
1066
|
+
// n: result?.n,
|
|
1067
|
+
// opTime: result.opTime,
|
|
1068
|
+
// ok: result?.ok,
|
|
1069
|
+
// operationTime,
|
|
1070
|
+
deletedCount: result?.deletedCount
|
|
1071
|
+
};
|
|
1087
1072
|
});
|
|
1088
1073
|
}
|
|
1089
1074
|
// public async saveRecipeWithDateCreated(savingRecipe: IRecipeAsDocument & {
|
|
@@ -1109,359 +1094,366 @@ class ActionRepo {
|
|
|
1109
1094
|
// )
|
|
1110
1095
|
// .exec();
|
|
1111
1096
|
// }
|
|
1112
|
-
saveActionWithEndDate(savingAction) {
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
.exec();
|
|
1134
|
-
});
|
|
1097
|
+
async saveActionWithEndDate(savingAction) {
|
|
1098
|
+
const { sameAs, typeOf, project, agent, object, ...updateFields } = savingAction;
|
|
1099
|
+
const filter = {
|
|
1100
|
+
'project.id': { $eq: project.id },
|
|
1101
|
+
// 'agent.id': { $exists: true, $eq: agent.id },
|
|
1102
|
+
// 'object.typeOf': { $exists: true, $eq: object.typeOf },
|
|
1103
|
+
'object.paymentMethodId': { $exists: true, $eq: object.paymentMethodId },
|
|
1104
|
+
typeOf: { $eq: typeOf },
|
|
1105
|
+
'sameAs.id': { $exists: true, $eq: sameAs.id }
|
|
1106
|
+
};
|
|
1107
|
+
const setOnInsert = { typeOf, project, agent, object, sameAs };
|
|
1108
|
+
const setKeys = updateFields;
|
|
1109
|
+
const update = {
|
|
1110
|
+
$setOnInsert: setOnInsert,
|
|
1111
|
+
$set: setKeys
|
|
1112
|
+
};
|
|
1113
|
+
return this.actionModel.updateOne(filter, update, {
|
|
1114
|
+
upsert: true,
|
|
1115
|
+
includeResultMetadata: true
|
|
1116
|
+
})
|
|
1117
|
+
.exec();
|
|
1135
1118
|
}
|
|
1136
|
-
findRecipeByAction(params) {
|
|
1137
|
-
return
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
)
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
// return result;
|
|
1150
|
-
});
|
|
1119
|
+
async findRecipeByAction(params) {
|
|
1120
|
+
return this.actionRecipeModel.findOne({
|
|
1121
|
+
'project.id': { $eq: params.project.id },
|
|
1122
|
+
'recipeFor.id': { $eq: params.recipeFor.id }
|
|
1123
|
+
}, { step: 1, recipeCategory: 1 }
|
|
1124
|
+
// { lean: true }
|
|
1125
|
+
)
|
|
1126
|
+
.lean()
|
|
1127
|
+
.exec();
|
|
1128
|
+
// if (result === null) {
|
|
1129
|
+
// throw new factory.errors.NotFound(this.actionRecipeModel.modelName);
|
|
1130
|
+
// }
|
|
1131
|
+
// return result;
|
|
1151
1132
|
}
|
|
1152
|
-
findIMinimizedPurchaseNumberAuthResultByCheckMovieTicketRecipe(params) {
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
.exec();
|
|
1169
|
-
return (_c = (_b = (_a = recipe === null || recipe === void 0 ? void 0 : recipe.step[0]) === null || _a === void 0 ? void 0 : _a.itemListElement[0]) === null || _b === void 0 ? void 0 : _b.itemListElement[0]) === null || _c === void 0 ? void 0 : _c.afterMedia;
|
|
1170
|
-
});
|
|
1133
|
+
async findIMinimizedPurchaseNumberAuthResultByCheckMovieTicketRecipe(params) {
|
|
1134
|
+
const recipe = await this.actionRecipeModel.findOne({
|
|
1135
|
+
'project.id': { $eq: params.project.id },
|
|
1136
|
+
'recipeFor.id': { $eq: params.recipeFor.id }
|
|
1137
|
+
}, {
|
|
1138
|
+
project: 0,
|
|
1139
|
+
typeOf: 0,
|
|
1140
|
+
recipeCategory: 0,
|
|
1141
|
+
recipeFor: 0,
|
|
1142
|
+
dateCreated: 0,
|
|
1143
|
+
dateModified: 0,
|
|
1144
|
+
'step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.ykknInfo': 0,
|
|
1145
|
+
'step.itemListElement.itemListElement.afterMedia.knyknrNoInfoOut.mkknInfo': 0
|
|
1146
|
+
}, { lean: true })
|
|
1147
|
+
.exec();
|
|
1148
|
+
return recipe?.step[0]?.itemListElement[0]?.itemListElement[0]?.afterMedia;
|
|
1171
1149
|
}
|
|
1172
|
-
aggregateAuthorizeEventServiceOfferAction(params) {
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1150
|
+
async aggregateAuthorizeEventServiceOfferAction(params) {
|
|
1151
|
+
const statuses = await Promise.all([
|
|
1152
|
+
factory.actionStatusType.CompletedActionStatus,
|
|
1153
|
+
factory.actionStatusType.CanceledActionStatus,
|
|
1154
|
+
factory.actionStatusType.FailedActionStatus
|
|
1155
|
+
].map(async (actionStatus) => {
|
|
1156
|
+
const matchConditions = {
|
|
1157
|
+
startDate: {
|
|
1158
|
+
$gte: params.startFrom,
|
|
1159
|
+
$lte: params.startThrough
|
|
1160
|
+
},
|
|
1161
|
+
typeOf: { $eq: params.typeOf },
|
|
1162
|
+
actionStatus: { $eq: actionStatus },
|
|
1163
|
+
'object.typeOf': {
|
|
1164
|
+
$exists: true,
|
|
1165
|
+
$eq: factory.action.authorize.offer.eventService.ObjectType.SeatReservation
|
|
1166
|
+
},
|
|
1167
|
+
...(typeof params.project?.id?.$ne === 'string')
|
|
1187
1168
|
? { 'project.id': { $ne: params.project.id.$ne } }
|
|
1188
|
-
: undefined
|
|
1189
|
-
|
|
1190
|
-
})
|
|
1191
|
-
|
|
1192
|
-
}
|
|
1169
|
+
: undefined
|
|
1170
|
+
};
|
|
1171
|
+
return this.agggregateByStatus({ matchConditions, actionStatus });
|
|
1172
|
+
}));
|
|
1173
|
+
return { statuses };
|
|
1193
1174
|
}
|
|
1194
|
-
aggregateAuthorizePaymentAction(params) {
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1175
|
+
async aggregateAuthorizePaymentAction(params) {
|
|
1176
|
+
const statuses = await Promise.all([
|
|
1177
|
+
factory.actionStatusType.CompletedActionStatus,
|
|
1178
|
+
factory.actionStatusType.CanceledActionStatus,
|
|
1179
|
+
factory.actionStatusType.FailedActionStatus
|
|
1180
|
+
].map(async (actionStatus) => {
|
|
1181
|
+
const matchConditions = {
|
|
1182
|
+
startDate: {
|
|
1183
|
+
$gte: params.startFrom,
|
|
1184
|
+
$lte: params.startThrough
|
|
1185
|
+
},
|
|
1186
|
+
typeOf: { $eq: params.typeOf },
|
|
1187
|
+
actionStatus: { $eq: actionStatus },
|
|
1188
|
+
'object.typeOf': {
|
|
1189
|
+
$exists: true,
|
|
1190
|
+
$eq: factory.action.authorize.paymentMethod.any.ResultType.Payment
|
|
1191
|
+
},
|
|
1192
|
+
...(typeof params.project?.id?.$ne === 'string')
|
|
1209
1193
|
? { 'project.id': { $ne: params.project.id.$ne } }
|
|
1210
|
-
: undefined
|
|
1211
|
-
|
|
1212
|
-
})
|
|
1213
|
-
|
|
1214
|
-
}
|
|
1194
|
+
: undefined
|
|
1195
|
+
};
|
|
1196
|
+
return this.agggregateByStatus({ matchConditions, actionStatus });
|
|
1197
|
+
}));
|
|
1198
|
+
return { statuses };
|
|
1215
1199
|
}
|
|
1216
|
-
aggregateAuthorizeOrderAction(params) {
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1200
|
+
async aggregateAuthorizeOrderAction(params) {
|
|
1201
|
+
const statuses = await Promise.all([
|
|
1202
|
+
factory.actionStatusType.CompletedActionStatus,
|
|
1203
|
+
factory.actionStatusType.CanceledActionStatus,
|
|
1204
|
+
factory.actionStatusType.FailedActionStatus
|
|
1205
|
+
].map(async (actionStatus) => {
|
|
1206
|
+
const matchConditions = {
|
|
1207
|
+
startDate: {
|
|
1208
|
+
$gte: params.startFrom,
|
|
1209
|
+
$lte: params.startThrough
|
|
1210
|
+
},
|
|
1211
|
+
typeOf: { $eq: params.typeOf },
|
|
1212
|
+
actionStatus: { $eq: actionStatus },
|
|
1213
|
+
'object.typeOf': {
|
|
1214
|
+
$exists: true,
|
|
1215
|
+
$eq: factory.order.OrderType.Order
|
|
1216
|
+
},
|
|
1217
|
+
...(typeof params.project?.id?.$ne === 'string')
|
|
1231
1218
|
? { 'project.id': { $ne: params.project.id.$ne } }
|
|
1232
|
-
: undefined
|
|
1233
|
-
|
|
1234
|
-
})
|
|
1235
|
-
|
|
1236
|
-
}
|
|
1219
|
+
: undefined
|
|
1220
|
+
};
|
|
1221
|
+
return this.agggregateByStatus({ matchConditions, actionStatus });
|
|
1222
|
+
}));
|
|
1223
|
+
return { statuses };
|
|
1237
1224
|
}
|
|
1238
|
-
aggregateCancelReservationAction(params) {
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1225
|
+
async aggregateCancelReservationAction(params) {
|
|
1226
|
+
const statuses = await Promise.all([
|
|
1227
|
+
factory.actionStatusType.CompletedActionStatus,
|
|
1228
|
+
factory.actionStatusType.CanceledActionStatus,
|
|
1229
|
+
factory.actionStatusType.FailedActionStatus
|
|
1230
|
+
].map(async (actionStatus) => {
|
|
1231
|
+
const matchConditions = {
|
|
1232
|
+
startDate: {
|
|
1233
|
+
$gte: params.startFrom,
|
|
1234
|
+
$lte: params.startThrough
|
|
1235
|
+
},
|
|
1236
|
+
typeOf: { $eq: factory.actionType.CancelAction },
|
|
1237
|
+
actionStatus: { $eq: actionStatus },
|
|
1238
|
+
'object.typeOf': {
|
|
1239
|
+
$exists: true,
|
|
1240
|
+
$in: [
|
|
1241
|
+
factory.reservationType.BusReservation,
|
|
1242
|
+
factory.reservationType.EventReservation,
|
|
1243
|
+
factory.reservationType.ReservationPackage
|
|
1244
|
+
]
|
|
1245
|
+
},
|
|
1246
|
+
...(typeof params.project?.id?.$ne === 'string')
|
|
1257
1247
|
? { 'project.id': { $ne: params.project.id.$ne } }
|
|
1258
|
-
: undefined
|
|
1259
|
-
|
|
1260
|
-
})
|
|
1261
|
-
|
|
1262
|
-
}
|
|
1248
|
+
: undefined
|
|
1249
|
+
};
|
|
1250
|
+
return this.agggregateByStatus({ matchConditions, actionStatus });
|
|
1251
|
+
}));
|
|
1252
|
+
return { statuses };
|
|
1263
1253
|
}
|
|
1264
1254
|
/**
|
|
1265
1255
|
* アクションタイプによる汎用的な集計
|
|
1266
1256
|
*/
|
|
1267
|
-
aggregateByTypeOf(params) {
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1257
|
+
async aggregateByTypeOf(params) {
|
|
1258
|
+
const statuses = await Promise.all([
|
|
1259
|
+
factory.actionStatusType.CompletedActionStatus,
|
|
1260
|
+
factory.actionStatusType.CanceledActionStatus,
|
|
1261
|
+
factory.actionStatusType.FailedActionStatus
|
|
1262
|
+
].map(async (actionStatus) => {
|
|
1263
|
+
const matchConditions = {
|
|
1264
|
+
startDate: {
|
|
1265
|
+
$gte: params.startFrom,
|
|
1266
|
+
$lte: params.startThrough
|
|
1267
|
+
},
|
|
1268
|
+
typeOf: { $eq: params.typeOf },
|
|
1269
|
+
actionStatus: { $eq: actionStatus },
|
|
1270
|
+
...(typeof params.project?.id?.$ne === 'string')
|
|
1279
1271
|
? { 'project.id': { $ne: params.project.id.$ne } }
|
|
1280
|
-
: undefined
|
|
1281
|
-
|
|
1282
|
-
})
|
|
1283
|
-
|
|
1284
|
-
}
|
|
1272
|
+
: undefined
|
|
1273
|
+
};
|
|
1274
|
+
return this.agggregateByStatus({ matchConditions, actionStatus });
|
|
1275
|
+
}));
|
|
1276
|
+
return { statuses };
|
|
1285
1277
|
}
|
|
1286
|
-
aggregateCheckMovieTicketAction(params) {
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1278
|
+
async aggregateCheckMovieTicketAction(params) {
|
|
1279
|
+
const statuses = await Promise.all([
|
|
1280
|
+
factory.actionStatusType.CompletedActionStatus,
|
|
1281
|
+
factory.actionStatusType.CanceledActionStatus,
|
|
1282
|
+
factory.actionStatusType.FailedActionStatus
|
|
1283
|
+
].map(async (actionStatus) => {
|
|
1284
|
+
const matchConditions = {
|
|
1285
|
+
startDate: {
|
|
1286
|
+
$gte: params.startFrom,
|
|
1287
|
+
$lte: params.startThrough
|
|
1288
|
+
},
|
|
1289
|
+
typeOf: { $eq: factory.actionType.CheckAction },
|
|
1290
|
+
'object.typeOf': {
|
|
1291
|
+
$exists: true,
|
|
1292
|
+
$eq: factory.service.paymentService.PaymentServiceType.MovieTicket
|
|
1293
|
+
},
|
|
1294
|
+
actionStatus: { $eq: actionStatus },
|
|
1295
|
+
...(typeof params.project?.id?.$ne === 'string')
|
|
1301
1296
|
? { 'project.id': { $ne: params.project.id.$ne } }
|
|
1302
|
-
: undefined
|
|
1303
|
-
|
|
1304
|
-
})
|
|
1305
|
-
|
|
1306
|
-
}
|
|
1297
|
+
: undefined
|
|
1298
|
+
};
|
|
1299
|
+
return this.agggregateByStatus({ matchConditions, actionStatus });
|
|
1300
|
+
}));
|
|
1301
|
+
return { statuses };
|
|
1307
1302
|
}
|
|
1308
|
-
aggregatePayMovieTicketAction(params) {
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1303
|
+
async aggregatePayMovieTicketAction(params) {
|
|
1304
|
+
const statuses = await Promise.all([
|
|
1305
|
+
factory.actionStatusType.CompletedActionStatus,
|
|
1306
|
+
factory.actionStatusType.CanceledActionStatus,
|
|
1307
|
+
factory.actionStatusType.FailedActionStatus
|
|
1308
|
+
].map(async (actionStatus) => {
|
|
1309
|
+
const matchConditions = {
|
|
1310
|
+
startDate: {
|
|
1311
|
+
$gte: params.startFrom,
|
|
1312
|
+
$lte: params.startThrough
|
|
1313
|
+
},
|
|
1314
|
+
typeOf: { $eq: factory.actionType.PayAction },
|
|
1315
|
+
'object.typeOf': {
|
|
1316
|
+
$exists: true,
|
|
1317
|
+
$eq: factory.service.paymentService.PaymentServiceType.MovieTicket
|
|
1318
|
+
},
|
|
1319
|
+
actionStatus: { $eq: actionStatus },
|
|
1320
|
+
...(typeof params.project?.id?.$ne === 'string')
|
|
1323
1321
|
? { 'project.id': { $ne: params.project.id.$ne } }
|
|
1324
|
-
: undefined
|
|
1325
|
-
|
|
1326
|
-
})
|
|
1327
|
-
|
|
1328
|
-
}
|
|
1322
|
+
: undefined
|
|
1323
|
+
};
|
|
1324
|
+
return this.agggregateByStatus({ matchConditions, actionStatus });
|
|
1325
|
+
}));
|
|
1326
|
+
return { statuses };
|
|
1329
1327
|
}
|
|
1330
1328
|
getCursor(conditions, projection) {
|
|
1331
1329
|
return this.actionModel.find(conditions, projection)
|
|
1332
1330
|
.sort({ startDate: factory.sortType.Descending })
|
|
1333
1331
|
.cursor();
|
|
1334
1332
|
}
|
|
1335
|
-
unsetUnnecessaryFields(params) {
|
|
1336
|
-
return
|
|
1337
|
-
|
|
1338
|
-
.exec();
|
|
1339
|
-
});
|
|
1333
|
+
async unsetUnnecessaryFields(params) {
|
|
1334
|
+
return this.actionModel.updateMany(params.filter, { $unset: params.$unset }, { timestamps: false })
|
|
1335
|
+
.exec();
|
|
1340
1336
|
}
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
endDate: '$endDate',
|
|
1352
|
-
typeOf: '$typeOf'
|
|
1353
|
-
}
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
$group: {
|
|
1357
|
-
_id: '$typeOf',
|
|
1358
|
-
actionCount: { $sum: 1 },
|
|
1359
|
-
maxDuration: { $max: '$duration' },
|
|
1360
|
-
minDuration: { $min: '$duration' },
|
|
1361
|
-
avgDuration: { $avg: '$duration' }
|
|
1362
|
-
}
|
|
1363
|
-
},
|
|
1364
|
-
{
|
|
1365
|
-
$project: {
|
|
1366
|
-
_id: 0,
|
|
1367
|
-
actionCount: '$actionCount',
|
|
1368
|
-
avgDuration: '$avgDuration',
|
|
1369
|
-
maxDuration: '$maxDuration',
|
|
1370
|
-
minDuration: '$minDuration'
|
|
1371
|
-
}
|
|
1337
|
+
async agggregateByStatus(params) {
|
|
1338
|
+
const aggregations = await this.actionModel.aggregate([
|
|
1339
|
+
{ $match: params.matchConditions },
|
|
1340
|
+
{
|
|
1341
|
+
$project: {
|
|
1342
|
+
duration: { $subtract: ['$endDate', '$startDate'] },
|
|
1343
|
+
actionStatus: '$actionStatus',
|
|
1344
|
+
startDate: '$startDate',
|
|
1345
|
+
endDate: '$endDate',
|
|
1346
|
+
typeOf: '$typeOf'
|
|
1372
1347
|
}
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
actionCount: 0,
|
|
1382
|
-
avgDuration: 0,
|
|
1383
|
-
maxDuration: 0,
|
|
1384
|
-
minDuration: 0,
|
|
1385
|
-
percentilesDuration: percents.map((percent) => {
|
|
1386
|
-
return {
|
|
1387
|
-
name: String(percent),
|
|
1388
|
-
value: 0
|
|
1389
|
-
};
|
|
1390
|
-
})
|
|
1391
|
-
}
|
|
1392
|
-
};
|
|
1393
|
-
}
|
|
1394
|
-
const ranks4percentile = percents.map((percentile) => {
|
|
1395
|
-
return {
|
|
1396
|
-
percentile,
|
|
1397
|
-
// tslint:disable-next-line:no-magic-numbers
|
|
1398
|
-
rank: Math.floor(aggregations[0].actionCount * percentile / 100)
|
|
1399
|
-
};
|
|
1400
|
-
});
|
|
1401
|
-
const aggregations2 = yield this.actionModel.aggregate([
|
|
1402
|
-
{
|
|
1403
|
-
$match: params.matchConditions
|
|
1404
|
-
},
|
|
1405
|
-
{
|
|
1406
|
-
$project: {
|
|
1407
|
-
duration: { $subtract: ['$endDate', '$startDate'] },
|
|
1408
|
-
actionStatus: '$actionStatus',
|
|
1409
|
-
startDate: '$startDate',
|
|
1410
|
-
endDate: '$endDate',
|
|
1411
|
-
typeOf: '$typeOf'
|
|
1412
|
-
}
|
|
1413
|
-
},
|
|
1414
|
-
{ $sort: { duration: 1 } },
|
|
1415
|
-
{
|
|
1416
|
-
$group: {
|
|
1417
|
-
_id: '$typeOf',
|
|
1418
|
-
durations: { $push: '$duration' }
|
|
1419
|
-
}
|
|
1420
|
-
},
|
|
1421
|
-
{
|
|
1422
|
-
$project: {
|
|
1423
|
-
_id: 0,
|
|
1424
|
-
avgSmallDuration: '$avgSmallDuration',
|
|
1425
|
-
avgMediumDuration: '$avgMediumDuration',
|
|
1426
|
-
avgLargeDuration: '$avgLargeDuration',
|
|
1427
|
-
percentilesDuration: ranks4percentile.map((rank) => {
|
|
1428
|
-
return {
|
|
1429
|
-
name: String(rank.percentile),
|
|
1430
|
-
value: { $arrayElemAt: ['$durations', rank.rank] }
|
|
1431
|
-
};
|
|
1432
|
-
})
|
|
1433
|
-
}
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
$group: {
|
|
1351
|
+
_id: '$typeOf',
|
|
1352
|
+
actionCount: { $sum: 1 },
|
|
1353
|
+
maxDuration: { $max: '$duration' },
|
|
1354
|
+
minDuration: { $min: '$duration' },
|
|
1355
|
+
avgDuration: { $avg: '$duration' }
|
|
1434
1356
|
}
|
|
1435
|
-
|
|
1436
|
-
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
$project: {
|
|
1360
|
+
_id: 0,
|
|
1361
|
+
actionCount: '$actionCount',
|
|
1362
|
+
avgDuration: '$avgDuration',
|
|
1363
|
+
maxDuration: '$maxDuration',
|
|
1364
|
+
minDuration: '$minDuration'
|
|
1365
|
+
}
|
|
1366
|
+
}
|
|
1367
|
+
])
|
|
1368
|
+
.exec();
|
|
1369
|
+
const percents = [50, 95, 99];
|
|
1370
|
+
if (aggregations.length === 0) {
|
|
1437
1371
|
return {
|
|
1438
1372
|
status: params.actionStatus,
|
|
1439
|
-
aggregation:
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
project, typeOf, recipeCategory, recipeFor,
|
|
1452
|
-
dateCreated: dateModified
|
|
1373
|
+
aggregation: {
|
|
1374
|
+
actionCount: 0,
|
|
1375
|
+
avgDuration: 0,
|
|
1376
|
+
maxDuration: 0,
|
|
1377
|
+
minDuration: 0,
|
|
1378
|
+
percentilesDuration: percents.map((percent) => {
|
|
1379
|
+
return {
|
|
1380
|
+
name: String(percent),
|
|
1381
|
+
value: 0
|
|
1382
|
+
};
|
|
1383
|
+
})
|
|
1384
|
+
}
|
|
1453
1385
|
};
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1386
|
+
}
|
|
1387
|
+
const ranks4percentile = percents.map((percentile) => {
|
|
1388
|
+
return {
|
|
1389
|
+
percentile,
|
|
1390
|
+
rank: Math.floor(aggregations[0].actionCount * percentile / 100)
|
|
1458
1391
|
};
|
|
1459
|
-
return this.actionRecipeModel.updateOne(filter, update, {
|
|
1460
|
-
upsert: true,
|
|
1461
|
-
includeResultMetadata: true
|
|
1462
|
-
})
|
|
1463
|
-
.exec();
|
|
1464
1392
|
});
|
|
1393
|
+
const aggregations2 = await this.actionModel.aggregate([
|
|
1394
|
+
{
|
|
1395
|
+
$match: params.matchConditions
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
$project: {
|
|
1399
|
+
duration: { $subtract: ['$endDate', '$startDate'] },
|
|
1400
|
+
actionStatus: '$actionStatus',
|
|
1401
|
+
startDate: '$startDate',
|
|
1402
|
+
endDate: '$endDate',
|
|
1403
|
+
typeOf: '$typeOf'
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
{ $sort: { duration: 1 } },
|
|
1407
|
+
{
|
|
1408
|
+
$group: {
|
|
1409
|
+
_id: '$typeOf',
|
|
1410
|
+
durations: { $push: '$duration' }
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
$project: {
|
|
1415
|
+
_id: 0,
|
|
1416
|
+
avgSmallDuration: '$avgSmallDuration',
|
|
1417
|
+
avgMediumDuration: '$avgMediumDuration',
|
|
1418
|
+
avgLargeDuration: '$avgLargeDuration',
|
|
1419
|
+
percentilesDuration: ranks4percentile.map((rank) => {
|
|
1420
|
+
return {
|
|
1421
|
+
name: String(rank.percentile),
|
|
1422
|
+
value: { $arrayElemAt: ['$durations', rank.rank] }
|
|
1423
|
+
};
|
|
1424
|
+
})
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
])
|
|
1428
|
+
.exec();
|
|
1429
|
+
return {
|
|
1430
|
+
status: params.actionStatus,
|
|
1431
|
+
aggregation: {
|
|
1432
|
+
...aggregations[0],
|
|
1433
|
+
...aggregations2[0]
|
|
1434
|
+
}
|
|
1435
|
+
};
|
|
1436
|
+
}
|
|
1437
|
+
async upsertRecipe(savingRecipe) {
|
|
1438
|
+
const dateModified = new Date();
|
|
1439
|
+
const { typeOf, project, recipeCategory, recipeFor, step } = savingRecipe;
|
|
1440
|
+
const filter = {
|
|
1441
|
+
'recipeFor.id': { $eq: recipeFor.id }
|
|
1442
|
+
};
|
|
1443
|
+
const setOnInsert = {
|
|
1444
|
+
project, typeOf, recipeCategory, recipeFor,
|
|
1445
|
+
dateCreated: dateModified
|
|
1446
|
+
};
|
|
1447
|
+
const setKeys = { step, dateModified };
|
|
1448
|
+
const update = {
|
|
1449
|
+
$setOnInsert: setOnInsert,
|
|
1450
|
+
$set: setKeys
|
|
1451
|
+
};
|
|
1452
|
+
return this.actionRecipeModel.updateOne(filter, update, {
|
|
1453
|
+
upsert: true,
|
|
1454
|
+
includeResultMetadata: true
|
|
1455
|
+
})
|
|
1456
|
+
.exec();
|
|
1465
1457
|
}
|
|
1466
1458
|
}
|
|
1467
1459
|
exports.ActionRepo = ActionRepo;
|