@chevre/domain 23.2.0-alpha.8 → 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 +47 -45
- package/lib/chevre/repo/place/seat.js +596 -386
- 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,46 +1,58 @@
|
|
|
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
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
26
|
exports.ReservationRepo = void 0;
|
|
13
27
|
const reservation_1 = require("./mongoose/schemas/reservation");
|
|
14
|
-
const factory = require("../factory");
|
|
28
|
+
const factory = __importStar(require("../factory"));
|
|
15
29
|
const settings_1 = require("../settings");
|
|
16
30
|
/**
|
|
17
31
|
* 予約リポジトリ
|
|
18
32
|
*/
|
|
19
33
|
class ReservationRepo {
|
|
34
|
+
// private化(2022-06-08~)
|
|
35
|
+
reservationModel;
|
|
20
36
|
constructor(connection) {
|
|
21
37
|
this.reservationModel = connection.model(reservation_1.modelName, (0, reservation_1.createSchema)());
|
|
22
38
|
}
|
|
23
|
-
// tslint:disable-next-line:cyclomatic-complexity max-func-body-length
|
|
24
39
|
static CREATE_MONGO_CONDITIONS(params) {
|
|
25
|
-
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;
|
|
26
40
|
// MongoDB検索条件
|
|
27
41
|
const andConditions = [
|
|
28
42
|
{ typeOf: { $eq: params.typeOf } }
|
|
29
43
|
];
|
|
30
|
-
const projectIdEq =
|
|
44
|
+
const projectIdEq = params.project?.id?.$eq;
|
|
31
45
|
if (typeof projectIdEq === 'string') {
|
|
32
46
|
andConditions.push({ 'project.id': { $eq: projectIdEq } });
|
|
33
47
|
}
|
|
34
|
-
const providerIdEq =
|
|
48
|
+
const providerIdEq = params.provider?.id?.$eq;
|
|
35
49
|
if (typeof providerIdEq === 'string') {
|
|
36
50
|
andConditions.push({ 'provider.id': { $eq: providerIdEq } });
|
|
37
51
|
}
|
|
38
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
39
52
|
/* istanbul ignore else */
|
|
40
53
|
if (Array.isArray(params.ids)) {
|
|
41
54
|
andConditions.push({ _id: { $in: params.ids } });
|
|
42
55
|
}
|
|
43
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
44
56
|
/* istanbul ignore else */
|
|
45
57
|
if (params.id !== undefined && params.id !== null) {
|
|
46
58
|
if (typeof params.id.$eq === 'string') {
|
|
@@ -56,7 +68,6 @@ class ReservationRepo {
|
|
|
56
68
|
andConditions.push({ _id: { $nin: params.id.$nin } });
|
|
57
69
|
}
|
|
58
70
|
}
|
|
59
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
60
71
|
/* istanbul ignore else */
|
|
61
72
|
if (Array.isArray(params.reservationNumbers)) {
|
|
62
73
|
andConditions.push({
|
|
@@ -65,7 +76,6 @@ class ReservationRepo {
|
|
|
65
76
|
}
|
|
66
77
|
});
|
|
67
78
|
}
|
|
68
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
69
79
|
/* istanbul ignore else */
|
|
70
80
|
if (params.reservationNumber !== undefined && params.reservationNumber !== null) {
|
|
71
81
|
if (typeof params.reservationNumber === 'string') {
|
|
@@ -108,7 +118,6 @@ class ReservationRepo {
|
|
|
108
118
|
}
|
|
109
119
|
}
|
|
110
120
|
}
|
|
111
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
112
121
|
/* istanbul ignore else */
|
|
113
122
|
if (params.additionalTicketText !== undefined && params.additionalTicketText !== null) {
|
|
114
123
|
if (typeof params.additionalTicketText === 'string') {
|
|
@@ -152,47 +161,47 @@ class ReservationRepo {
|
|
|
152
161
|
}
|
|
153
162
|
});
|
|
154
163
|
}
|
|
155
|
-
const additionalTicketTextRegex =
|
|
164
|
+
const additionalTicketTextRegex = params.additionalTicketText?.$regex;
|
|
156
165
|
if (typeof additionalTicketTextRegex === 'string' && additionalTicketTextRegex.length > 0) {
|
|
157
|
-
const additionalTicketTextOptions =
|
|
166
|
+
const additionalTicketTextOptions = params.additionalTicketText?.$options;
|
|
158
167
|
andConditions.push({
|
|
159
|
-
additionalTicketText:
|
|
168
|
+
additionalTicketText: {
|
|
169
|
+
$exists: true,
|
|
170
|
+
$regex: new RegExp(additionalTicketTextRegex),
|
|
171
|
+
...(typeof additionalTicketTextOptions === 'string') ? { $options: additionalTicketTextOptions } : undefined
|
|
172
|
+
}
|
|
160
173
|
});
|
|
161
174
|
}
|
|
162
175
|
}
|
|
163
176
|
}
|
|
164
|
-
const reservationStatusEq =
|
|
177
|
+
const reservationStatusEq = params.reservationStatus?.$eq;
|
|
165
178
|
if (typeof reservationStatusEq === 'string') {
|
|
166
179
|
andConditions.push({ reservationStatus: { $eq: reservationStatusEq } });
|
|
167
180
|
}
|
|
168
|
-
const reservationStatusNe =
|
|
181
|
+
const reservationStatusNe = params.reservationStatus?.$ne;
|
|
169
182
|
if (typeof reservationStatusNe === 'string') {
|
|
170
183
|
andConditions.push({ reservationStatus: { $ne: reservationStatusNe } });
|
|
171
184
|
}
|
|
172
|
-
const reservationStatusIn =
|
|
185
|
+
const reservationStatusIn = params.reservationStatus?.$in;
|
|
173
186
|
if (Array.isArray(reservationStatusIn)) {
|
|
174
187
|
andConditions.push({ reservationStatus: { $in: reservationStatusIn } });
|
|
175
188
|
}
|
|
176
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
177
189
|
/* istanbul ignore else */
|
|
178
190
|
if (Array.isArray(params.reservationStatuses)) {
|
|
179
191
|
andConditions.push({ reservationStatus: { $in: params.reservationStatuses } });
|
|
180
192
|
}
|
|
181
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
182
193
|
/* istanbul ignore else */
|
|
183
194
|
if (params.modifiedFrom instanceof Date) {
|
|
184
195
|
andConditions.push({
|
|
185
196
|
modifiedTime: { $gte: params.modifiedFrom }
|
|
186
197
|
});
|
|
187
198
|
}
|
|
188
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
189
199
|
/* istanbul ignore else */
|
|
190
200
|
if (params.modifiedThrough instanceof Date) {
|
|
191
201
|
andConditions.push({
|
|
192
202
|
modifiedTime: { $lte: params.modifiedThrough }
|
|
193
203
|
});
|
|
194
204
|
}
|
|
195
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
196
205
|
/* istanbul ignore else */
|
|
197
206
|
if (params.bookingFrom instanceof Date) {
|
|
198
207
|
andConditions.push({
|
|
@@ -202,7 +211,6 @@ class ReservationRepo {
|
|
|
202
211
|
}
|
|
203
212
|
});
|
|
204
213
|
}
|
|
205
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
206
214
|
/* istanbul ignore else */
|
|
207
215
|
if (params.bookingThrough instanceof Date) {
|
|
208
216
|
andConditions.push({
|
|
@@ -214,7 +222,7 @@ class ReservationRepo {
|
|
|
214
222
|
}
|
|
215
223
|
switch (params.typeOf) {
|
|
216
224
|
case factory.reservationType.BusReservation:
|
|
217
|
-
const reservationForTypeOfEq =
|
|
225
|
+
const reservationForTypeOfEq = params.reservationFor?.typeOf;
|
|
218
226
|
if (typeof reservationForTypeOfEq === 'string') {
|
|
219
227
|
andConditions.push({
|
|
220
228
|
'reservationFor.typeOf': {
|
|
@@ -223,7 +231,7 @@ class ReservationRepo {
|
|
|
223
231
|
}
|
|
224
232
|
});
|
|
225
233
|
}
|
|
226
|
-
const reservationForIdEq =
|
|
234
|
+
const reservationForIdEq = params.reservationFor?.id?.$eq;
|
|
227
235
|
if (typeof reservationForIdEq === 'string') {
|
|
228
236
|
andConditions.push({
|
|
229
237
|
'reservationFor.id': {
|
|
@@ -232,7 +240,7 @@ class ReservationRepo {
|
|
|
232
240
|
}
|
|
233
241
|
});
|
|
234
242
|
}
|
|
235
|
-
const reservationForIdIn =
|
|
243
|
+
const reservationForIdIn = params.reservationFor?.id?.$in;
|
|
236
244
|
if (Array.isArray(reservationForIdIn)) {
|
|
237
245
|
andConditions.push({
|
|
238
246
|
'reservationFor.id': {
|
|
@@ -243,7 +251,7 @@ class ReservationRepo {
|
|
|
243
251
|
}
|
|
244
252
|
break;
|
|
245
253
|
case factory.reservationType.EventReservation:
|
|
246
|
-
if (typeof
|
|
254
|
+
if (typeof params.reservationFor?.id === 'string') {
|
|
247
255
|
andConditions.push({
|
|
248
256
|
'reservationFor.id': {
|
|
249
257
|
$exists: true,
|
|
@@ -252,7 +260,7 @@ class ReservationRepo {
|
|
|
252
260
|
});
|
|
253
261
|
}
|
|
254
262
|
else {
|
|
255
|
-
const reservationForIdEq4eventReservation =
|
|
263
|
+
const reservationForIdEq4eventReservation = params.reservationFor?.id?.$eq;
|
|
256
264
|
if (typeof reservationForIdEq4eventReservation === 'string') {
|
|
257
265
|
andConditions.push({
|
|
258
266
|
'reservationFor.id': {
|
|
@@ -262,10 +270,8 @@ class ReservationRepo {
|
|
|
262
270
|
});
|
|
263
271
|
}
|
|
264
272
|
}
|
|
265
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
266
273
|
/* istanbul ignore else */
|
|
267
274
|
if (params.reservationFor !== undefined) {
|
|
268
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
269
275
|
/* istanbul ignore else */
|
|
270
276
|
if (params.reservationFor.typeOf !== undefined) {
|
|
271
277
|
andConditions.push({
|
|
@@ -275,7 +281,6 @@ class ReservationRepo {
|
|
|
275
281
|
}
|
|
276
282
|
});
|
|
277
283
|
}
|
|
278
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
279
284
|
/* istanbul ignore else */
|
|
280
285
|
if (Array.isArray(params.reservationFor.ids)) {
|
|
281
286
|
andConditions.push({
|
|
@@ -285,10 +290,8 @@ class ReservationRepo {
|
|
|
285
290
|
}
|
|
286
291
|
});
|
|
287
292
|
}
|
|
288
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
289
293
|
/* istanbul ignore else */
|
|
290
294
|
if (params.reservationFor.location !== undefined) {
|
|
291
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
292
295
|
/* istanbul ignore else */
|
|
293
296
|
if (Array.isArray(params.reservationFor.location.ids)) {
|
|
294
297
|
andConditions.push({
|
|
@@ -298,7 +301,6 @@ class ReservationRepo {
|
|
|
298
301
|
}
|
|
299
302
|
});
|
|
300
303
|
}
|
|
301
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
302
304
|
/* istanbul ignore else */
|
|
303
305
|
if (Array.isArray(params.reservationFor.location.branchCodes)) {
|
|
304
306
|
andConditions.push({
|
|
@@ -309,7 +311,6 @@ class ReservationRepo {
|
|
|
309
311
|
});
|
|
310
312
|
}
|
|
311
313
|
}
|
|
312
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
313
314
|
/* istanbul ignore else */
|
|
314
315
|
if (params.reservationFor.startFrom instanceof Date) {
|
|
315
316
|
andConditions.push({
|
|
@@ -319,7 +320,6 @@ class ReservationRepo {
|
|
|
319
320
|
}
|
|
320
321
|
});
|
|
321
322
|
}
|
|
322
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
323
323
|
/* istanbul ignore else */
|
|
324
324
|
if (params.reservationFor.startThrough instanceof Date) {
|
|
325
325
|
andConditions.push({
|
|
@@ -329,7 +329,6 @@ class ReservationRepo {
|
|
|
329
329
|
}
|
|
330
330
|
});
|
|
331
331
|
}
|
|
332
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
333
332
|
/* istanbul ignore else */
|
|
334
333
|
if (params.reservationFor.endFrom instanceof Date) {
|
|
335
334
|
andConditions.push({
|
|
@@ -339,7 +338,6 @@ class ReservationRepo {
|
|
|
339
338
|
}
|
|
340
339
|
});
|
|
341
340
|
}
|
|
342
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
343
341
|
/* istanbul ignore else */
|
|
344
342
|
if (params.reservationFor.endThrough instanceof Date) {
|
|
345
343
|
andConditions.push({
|
|
@@ -349,10 +347,8 @@ class ReservationRepo {
|
|
|
349
347
|
}
|
|
350
348
|
});
|
|
351
349
|
}
|
|
352
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
353
350
|
/* istanbul ignore else */
|
|
354
351
|
if (params.reservationFor.superEvent !== undefined) {
|
|
355
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
356
352
|
/* istanbul ignore else */
|
|
357
353
|
if (params.reservationFor.superEvent.id !== undefined) {
|
|
358
354
|
andConditions.push({
|
|
@@ -362,7 +358,6 @@ class ReservationRepo {
|
|
|
362
358
|
}
|
|
363
359
|
});
|
|
364
360
|
}
|
|
365
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
366
361
|
/* istanbul ignore else */
|
|
367
362
|
if (Array.isArray(params.reservationFor.superEvent.ids)) {
|
|
368
363
|
andConditions.push({
|
|
@@ -372,10 +367,8 @@ class ReservationRepo {
|
|
|
372
367
|
}
|
|
373
368
|
});
|
|
374
369
|
}
|
|
375
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
376
370
|
/* istanbul ignore else */
|
|
377
371
|
if (params.reservationFor.superEvent.location !== undefined) {
|
|
378
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
379
372
|
/* istanbul ignore else */
|
|
380
373
|
if (Array.isArray(params.reservationFor.superEvent.location.ids)) {
|
|
381
374
|
andConditions.push({
|
|
@@ -385,7 +378,6 @@ class ReservationRepo {
|
|
|
385
378
|
}
|
|
386
379
|
});
|
|
387
380
|
}
|
|
388
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
389
381
|
/* istanbul ignore else */
|
|
390
382
|
if (Array.isArray(params.reservationFor.superEvent.location.branchCodes)) {
|
|
391
383
|
andConditions.push({
|
|
@@ -396,10 +388,8 @@ class ReservationRepo {
|
|
|
396
388
|
});
|
|
397
389
|
}
|
|
398
390
|
}
|
|
399
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
400
391
|
/* istanbul ignore else */
|
|
401
392
|
if (params.reservationFor.superEvent.workPerformed !== undefined) {
|
|
402
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
403
393
|
/* istanbul ignore else */
|
|
404
394
|
if (Array.isArray(params.reservationFor.superEvent.workPerformed.ids)) {
|
|
405
395
|
andConditions.push({
|
|
@@ -409,7 +399,6 @@ class ReservationRepo {
|
|
|
409
399
|
}
|
|
410
400
|
});
|
|
411
401
|
}
|
|
412
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
413
402
|
/* istanbul ignore else */
|
|
414
403
|
if (Array.isArray(params.reservationFor.superEvent.workPerformed.identifiers)) {
|
|
415
404
|
andConditions.push({
|
|
@@ -427,13 +416,10 @@ class ReservationRepo {
|
|
|
427
416
|
break;
|
|
428
417
|
default:
|
|
429
418
|
}
|
|
430
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
431
419
|
/* istanbul ignore else */
|
|
432
420
|
if (params.reservedTicket !== undefined) {
|
|
433
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
434
421
|
/* istanbul ignore else */
|
|
435
422
|
if (params.reservedTicket.ticketType !== undefined) {
|
|
436
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
437
423
|
/* istanbul ignore else */
|
|
438
424
|
if (Array.isArray(params.reservedTicket.ticketType.ids)) {
|
|
439
425
|
andConditions.push({
|
|
@@ -443,10 +429,8 @@ class ReservationRepo {
|
|
|
443
429
|
}
|
|
444
430
|
});
|
|
445
431
|
}
|
|
446
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
447
432
|
/* istanbul ignore else */
|
|
448
433
|
if (params.reservedTicket.ticketType.category !== undefined) {
|
|
449
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
450
434
|
/* istanbul ignore else */
|
|
451
435
|
if (Array.isArray(params.reservedTicket.ticketType.category.ids)) {
|
|
452
436
|
andConditions.push({
|
|
@@ -456,7 +440,6 @@ class ReservationRepo {
|
|
|
456
440
|
}
|
|
457
441
|
});
|
|
458
442
|
}
|
|
459
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
460
443
|
/* istanbul ignore else */
|
|
461
444
|
if (params.reservedTicket.ticketType.category.codeValue !== undefined
|
|
462
445
|
&& params.reservedTicket.ticketType.category !== null) {
|
|
@@ -471,10 +454,8 @@ class ReservationRepo {
|
|
|
471
454
|
}
|
|
472
455
|
}
|
|
473
456
|
}
|
|
474
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
475
457
|
/* istanbul ignore else */
|
|
476
458
|
if (params.reservedTicket.ticketedSeat !== undefined) {
|
|
477
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
478
459
|
/* istanbul ignore else */
|
|
479
460
|
if (Array.isArray(params.reservedTicket.ticketedSeat.seatNumbers)) {
|
|
480
461
|
andConditions.push({
|
|
@@ -484,7 +465,6 @@ class ReservationRepo {
|
|
|
484
465
|
}
|
|
485
466
|
});
|
|
486
467
|
}
|
|
487
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
488
468
|
/* istanbul ignore else */
|
|
489
469
|
if (Array.isArray(params.reservedTicket.ticketedSeat.seatRows)) {
|
|
490
470
|
andConditions.push({
|
|
@@ -494,7 +474,6 @@ class ReservationRepo {
|
|
|
494
474
|
}
|
|
495
475
|
});
|
|
496
476
|
}
|
|
497
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
498
477
|
/* istanbul ignore else */
|
|
499
478
|
if (Array.isArray(params.reservedTicket.ticketedSeat.seatSections)) {
|
|
500
479
|
andConditions.push({
|
|
@@ -504,9 +483,8 @@ class ReservationRepo {
|
|
|
504
483
|
}
|
|
505
484
|
});
|
|
506
485
|
}
|
|
507
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
508
486
|
/* istanbul ignore else */
|
|
509
|
-
const ticketedSeatSeatingTypeIn =
|
|
487
|
+
const ticketedSeatSeatingTypeIn = params.reservedTicket.ticketedSeat?.seatingType?.$in;
|
|
510
488
|
if (Array.isArray(ticketedSeatSeatingTypeIn)) {
|
|
511
489
|
andConditions.push({
|
|
512
490
|
'reservedTicket.ticketedSeat.seatingType': {
|
|
@@ -517,7 +495,7 @@ class ReservationRepo {
|
|
|
517
495
|
}
|
|
518
496
|
}
|
|
519
497
|
}
|
|
520
|
-
const brokerIdRegex =
|
|
498
|
+
const brokerIdRegex = params.broker?.id;
|
|
521
499
|
if (typeof brokerIdRegex === 'string' && brokerIdRegex.length > 0) {
|
|
522
500
|
andConditions.push({
|
|
523
501
|
'broker.id': {
|
|
@@ -526,7 +504,7 @@ class ReservationRepo {
|
|
|
526
504
|
}
|
|
527
505
|
});
|
|
528
506
|
}
|
|
529
|
-
const brokerIdentifierAll =
|
|
507
|
+
const brokerIdentifierAll = params.broker?.identifier?.$all;
|
|
530
508
|
if (Array.isArray(brokerIdentifierAll)) {
|
|
531
509
|
andConditions.push({
|
|
532
510
|
'broker.identifier': {
|
|
@@ -535,7 +513,7 @@ class ReservationRepo {
|
|
|
535
513
|
}
|
|
536
514
|
});
|
|
537
515
|
}
|
|
538
|
-
const brokerIdentifierIn =
|
|
516
|
+
const brokerIdentifierIn = params.broker?.identifier?.$in;
|
|
539
517
|
if (Array.isArray(brokerIdentifierIn)) {
|
|
540
518
|
andConditions.push({
|
|
541
519
|
'broker.identifier': {
|
|
@@ -544,7 +522,7 @@ class ReservationRepo {
|
|
|
544
522
|
}
|
|
545
523
|
});
|
|
546
524
|
}
|
|
547
|
-
const brokerIdentifierNin =
|
|
525
|
+
const brokerIdentifierNin = params.broker?.identifier?.$nin;
|
|
548
526
|
if (Array.isArray(brokerIdentifierNin)) {
|
|
549
527
|
andConditions.push({
|
|
550
528
|
'broker.identifier': {
|
|
@@ -552,7 +530,7 @@ class ReservationRepo {
|
|
|
552
530
|
}
|
|
553
531
|
});
|
|
554
532
|
}
|
|
555
|
-
const brokerIdentifierElemMatch =
|
|
533
|
+
const brokerIdentifierElemMatch = params.broker?.identifier?.$elemMatch;
|
|
556
534
|
if (brokerIdentifierElemMatch !== undefined && brokerIdentifierElemMatch !== null) {
|
|
557
535
|
andConditions.push({
|
|
558
536
|
'broker.identifier': {
|
|
@@ -561,10 +539,8 @@ class ReservationRepo {
|
|
|
561
539
|
}
|
|
562
540
|
});
|
|
563
541
|
}
|
|
564
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
565
542
|
/* istanbul ignore else */
|
|
566
543
|
if (params.underName !== undefined) {
|
|
567
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
568
544
|
/* istanbul ignore else */
|
|
569
545
|
if (typeof params.underName.id === 'string' && params.underName.id.length > 0) {
|
|
570
546
|
andConditions.push({
|
|
@@ -574,7 +550,6 @@ class ReservationRepo {
|
|
|
574
550
|
}
|
|
575
551
|
});
|
|
576
552
|
}
|
|
577
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
578
553
|
/* istanbul ignore else */
|
|
579
554
|
if (typeof params.underName.email === 'string') {
|
|
580
555
|
if (params.underName.email.length > 0) {
|
|
@@ -587,15 +562,18 @@ class ReservationRepo {
|
|
|
587
562
|
}
|
|
588
563
|
}
|
|
589
564
|
else {
|
|
590
|
-
const emailRegex =
|
|
565
|
+
const emailRegex = params.underName.email?.$regex;
|
|
591
566
|
if (typeof emailRegex === 'string' && emailRegex.length > 0) {
|
|
592
|
-
const emailOptions =
|
|
567
|
+
const emailOptions = params.underName.email?.$options;
|
|
593
568
|
andConditions.push({
|
|
594
|
-
'underName.email':
|
|
569
|
+
'underName.email': {
|
|
570
|
+
$exists: true,
|
|
571
|
+
$regex: new RegExp(emailRegex),
|
|
572
|
+
...(typeof emailOptions === 'string') ? { $options: emailOptions } : undefined
|
|
573
|
+
}
|
|
595
574
|
});
|
|
596
575
|
}
|
|
597
576
|
}
|
|
598
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
599
577
|
/* istanbul ignore else */
|
|
600
578
|
if (typeof params.underName.name === 'string') {
|
|
601
579
|
if (params.underName.name.length > 0) {
|
|
@@ -608,15 +586,18 @@ class ReservationRepo {
|
|
|
608
586
|
}
|
|
609
587
|
}
|
|
610
588
|
else {
|
|
611
|
-
const underNameNameRegex =
|
|
589
|
+
const underNameNameRegex = params.underName.name?.$regex;
|
|
612
590
|
if (typeof underNameNameRegex === 'string' && underNameNameRegex.length > 0) {
|
|
613
|
-
const underNameNameOptions =
|
|
591
|
+
const underNameNameOptions = params.underName.name?.$options;
|
|
614
592
|
andConditions.push({
|
|
615
|
-
'underName.name':
|
|
593
|
+
'underName.name': {
|
|
594
|
+
$exists: true,
|
|
595
|
+
$regex: new RegExp(underNameNameRegex),
|
|
596
|
+
...(typeof underNameNameOptions === 'string') ? { $options: underNameNameOptions } : undefined
|
|
597
|
+
}
|
|
616
598
|
});
|
|
617
599
|
}
|
|
618
600
|
}
|
|
619
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
620
601
|
/* istanbul ignore else */
|
|
621
602
|
if (typeof params.underName.telephone === 'string' && params.underName.telephone.length > 0) {
|
|
622
603
|
andConditions.push({
|
|
@@ -626,7 +607,6 @@ class ReservationRepo {
|
|
|
626
607
|
}
|
|
627
608
|
});
|
|
628
609
|
}
|
|
629
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
630
610
|
/* istanbul ignore else */
|
|
631
611
|
if (typeof params.underName.givenName === 'string') {
|
|
632
612
|
if (params.underName.givenName.length > 0) {
|
|
@@ -639,15 +619,18 @@ class ReservationRepo {
|
|
|
639
619
|
}
|
|
640
620
|
}
|
|
641
621
|
else {
|
|
642
|
-
const givenNameRegex =
|
|
622
|
+
const givenNameRegex = params.underName.givenName?.$regex;
|
|
643
623
|
if (typeof givenNameRegex === 'string' && givenNameRegex.length > 0) {
|
|
644
|
-
const givenNameOptions =
|
|
624
|
+
const givenNameOptions = params.underName.givenName?.$options;
|
|
645
625
|
andConditions.push({
|
|
646
|
-
'underName.givenName':
|
|
626
|
+
'underName.givenName': {
|
|
627
|
+
$exists: true,
|
|
628
|
+
$regex: new RegExp(givenNameRegex),
|
|
629
|
+
...(typeof givenNameOptions === 'string') ? { $options: givenNameOptions } : undefined
|
|
630
|
+
}
|
|
647
631
|
});
|
|
648
632
|
}
|
|
649
633
|
}
|
|
650
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
651
634
|
/* istanbul ignore else */
|
|
652
635
|
if (typeof params.underName.familyName === 'string') {
|
|
653
636
|
if (params.underName.familyName.length > 0) {
|
|
@@ -660,15 +643,18 @@ class ReservationRepo {
|
|
|
660
643
|
}
|
|
661
644
|
}
|
|
662
645
|
else {
|
|
663
|
-
const familyNameRegex =
|
|
646
|
+
const familyNameRegex = params.underName.familyName?.$regex;
|
|
664
647
|
if (typeof familyNameRegex === 'string' && familyNameRegex.length > 0) {
|
|
665
|
-
const familyNameOptions =
|
|
648
|
+
const familyNameOptions = params.underName.familyName?.$options;
|
|
666
649
|
andConditions.push({
|
|
667
|
-
'underName.familyName':
|
|
650
|
+
'underName.familyName': {
|
|
651
|
+
$exists: true,
|
|
652
|
+
$regex: new RegExp(familyNameRegex),
|
|
653
|
+
...(typeof familyNameOptions === 'string') ? { $options: familyNameOptions } : undefined
|
|
654
|
+
}
|
|
668
655
|
});
|
|
669
656
|
}
|
|
670
657
|
}
|
|
671
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
672
658
|
/* istanbul ignore else */
|
|
673
659
|
if (params.underName.identifier !== undefined) {
|
|
674
660
|
if (Array.isArray(params.underName.identifier.$all)) {
|
|
@@ -703,7 +689,6 @@ class ReservationRepo {
|
|
|
703
689
|
});
|
|
704
690
|
}
|
|
705
691
|
}
|
|
706
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
707
692
|
/* istanbul ignore else */
|
|
708
693
|
if (Array.isArray(params.underName.identifiers)) {
|
|
709
694
|
andConditions.push({
|
|
@@ -714,21 +699,18 @@ class ReservationRepo {
|
|
|
714
699
|
});
|
|
715
700
|
}
|
|
716
701
|
}
|
|
717
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
718
702
|
/* istanbul ignore else */
|
|
719
703
|
if (typeof params.attended === 'boolean') {
|
|
720
704
|
andConditions.push({
|
|
721
705
|
attended: params.attended
|
|
722
706
|
});
|
|
723
707
|
}
|
|
724
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
725
708
|
/* istanbul ignore else */
|
|
726
709
|
if (typeof params.checkedIn === 'boolean') {
|
|
727
710
|
andConditions.push({
|
|
728
711
|
checkedIn: params.checkedIn
|
|
729
712
|
});
|
|
730
713
|
}
|
|
731
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
732
714
|
/* istanbul ignore else */
|
|
733
715
|
if (params.additionalProperty !== undefined) {
|
|
734
716
|
if (Array.isArray(params.additionalProperty.$all)) {
|
|
@@ -763,7 +745,7 @@ class ReservationRepo {
|
|
|
763
745
|
});
|
|
764
746
|
}
|
|
765
747
|
}
|
|
766
|
-
const programMembershipUsedIdentifierEq =
|
|
748
|
+
const programMembershipUsedIdentifierEq = params.programMembershipUsed?.identifier?.$eq;
|
|
767
749
|
if (typeof programMembershipUsedIdentifierEq === 'string') {
|
|
768
750
|
andConditions.push({
|
|
769
751
|
'programMembershipUsed.identifier': {
|
|
@@ -772,7 +754,7 @@ class ReservationRepo {
|
|
|
772
754
|
}
|
|
773
755
|
});
|
|
774
756
|
}
|
|
775
|
-
const programMembershipUsedIssuedThroughServiceTypeCodeValueEq =
|
|
757
|
+
const programMembershipUsedIssuedThroughServiceTypeCodeValueEq = params.programMembershipUsed?.issuedThrough?.serviceType?.codeValue?.$eq;
|
|
776
758
|
if (typeof programMembershipUsedIssuedThroughServiceTypeCodeValueEq === 'string') {
|
|
777
759
|
andConditions.push({
|
|
778
760
|
'programMembershipUsed.issuedThrough.serviceType.codeValue': {
|
|
@@ -781,7 +763,7 @@ class ReservationRepo {
|
|
|
781
763
|
}
|
|
782
764
|
});
|
|
783
765
|
}
|
|
784
|
-
const appliesToMovieTicketIdentifierEq =
|
|
766
|
+
const appliesToMovieTicketIdentifierEq = params.price?.priceComponent?.appliesToMovieTicket?.identifier?.$eq;
|
|
785
767
|
if (typeof appliesToMovieTicketIdentifierEq === 'string') {
|
|
786
768
|
andConditions.push({
|
|
787
769
|
'price.priceComponent.appliesToMovieTicket.identifier': {
|
|
@@ -795,361 +777,373 @@ class ReservationRepo {
|
|
|
795
777
|
/**
|
|
796
778
|
* 汎用予約カウント
|
|
797
779
|
*/
|
|
798
|
-
count(params) {
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
.exec();
|
|
804
|
-
});
|
|
780
|
+
async count(params) {
|
|
781
|
+
const conditions = ReservationRepo.CREATE_MONGO_CONDITIONS(params);
|
|
782
|
+
return this.reservationModel.countDocuments((conditions.length > 0) ? { $and: conditions } : {})
|
|
783
|
+
.setOptions({ maxTimeMS: settings_1.MONGO_MAX_TIME_MS })
|
|
784
|
+
.exec();
|
|
805
785
|
}
|
|
806
786
|
/**
|
|
807
787
|
* 予約検索
|
|
808
788
|
* migrate from search(2024-08-08~)
|
|
809
789
|
*/
|
|
810
|
-
projectFields(params, inclusion) {
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
if (value === 1 && field !== '_id' && field !== 'id') {
|
|
823
|
-
projection[field] = 1;
|
|
824
|
-
}
|
|
790
|
+
async projectFields(params, inclusion) {
|
|
791
|
+
const conditions = ReservationRepo.CREATE_MONGO_CONDITIONS(params);
|
|
792
|
+
let projection = {};
|
|
793
|
+
if (inclusion !== undefined && inclusion !== null) {
|
|
794
|
+
projection = {
|
|
795
|
+
_id: 0, // hide _id(2024-08-08~)
|
|
796
|
+
id: { $toString: '$_id' }
|
|
797
|
+
};
|
|
798
|
+
for (const [field, value] of Object.entries(inclusion)) {
|
|
799
|
+
// 厳密に1を指定されたフィールドのみprojectionに追加
|
|
800
|
+
if (value === 1 && field !== '_id' && field !== 'id') {
|
|
801
|
+
projection[field] = 1;
|
|
825
802
|
}
|
|
826
803
|
}
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
});
|
|
804
|
+
}
|
|
805
|
+
else {
|
|
806
|
+
projection = {
|
|
807
|
+
_id: 0, // hide _id(2024-08-08~)
|
|
808
|
+
id: { $toString: '$_id' },
|
|
809
|
+
project: 1,
|
|
810
|
+
provider: 1,
|
|
811
|
+
typeOf: 1,
|
|
812
|
+
additionalTicketText: 1,
|
|
813
|
+
bookingTime: 1,
|
|
814
|
+
broker: 1,
|
|
815
|
+
modifiedTime: 1,
|
|
816
|
+
numSeats: 1,
|
|
817
|
+
previousReservationStatus: 1,
|
|
818
|
+
price: 1,
|
|
819
|
+
priceCurrency: 1,
|
|
820
|
+
programMembershipUsed: 1,
|
|
821
|
+
reservationFor: 1,
|
|
822
|
+
reservationNumber: 1,
|
|
823
|
+
reservationStatus: 1,
|
|
824
|
+
reservedTicket: 1,
|
|
825
|
+
subReservation: 1,
|
|
826
|
+
underName: 1,
|
|
827
|
+
checkedIn: 1,
|
|
828
|
+
attended: 1,
|
|
829
|
+
additionalProperty: 1,
|
|
830
|
+
issuedThrough: 1
|
|
831
|
+
};
|
|
832
|
+
}
|
|
833
|
+
const query = this.reservationModel.find((conditions.length > 0) ? { $and: conditions } : {}, projection);
|
|
834
|
+
if (typeof params.limit === 'number' && params.limit > 0) {
|
|
835
|
+
const page = (typeof params.page === 'number' && params.page > 0) ? params.page : 1;
|
|
836
|
+
query.limit(params.limit)
|
|
837
|
+
.skip(params.limit * (page - 1));
|
|
838
|
+
}
|
|
839
|
+
/* istanbul ignore else */
|
|
840
|
+
if (params.sort?.bookingTime !== undefined) {
|
|
841
|
+
query.sort({ bookingTime: params.sort.bookingTime });
|
|
842
|
+
}
|
|
843
|
+
return query.setOptions({ maxTimeMS: settings_1.MONGO_MAX_TIME_MS })
|
|
844
|
+
.lean()
|
|
845
|
+
.exec();
|
|
870
846
|
}
|
|
871
|
-
projectFieldsById(params) {
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
return doc;
|
|
896
|
-
});
|
|
847
|
+
async projectFieldsById(params) {
|
|
848
|
+
let projection = {};
|
|
849
|
+
if (Array.isArray(params.inclusion) && params.inclusion.length > 0) {
|
|
850
|
+
projection = {
|
|
851
|
+
_id: 0, // hide _id(2024-08-08~)
|
|
852
|
+
id: { $toString: '$_id' }
|
|
853
|
+
};
|
|
854
|
+
params.inclusion.forEach((field) => {
|
|
855
|
+
if (String(field) !== '_id' && field !== 'id') {
|
|
856
|
+
projection[field] = 1;
|
|
857
|
+
}
|
|
858
|
+
});
|
|
859
|
+
}
|
|
860
|
+
else {
|
|
861
|
+
// discontinue(2024-08-08~)
|
|
862
|
+
throw new factory.errors.ArgumentNull('inclusion', 'inclusion must be specified');
|
|
863
|
+
}
|
|
864
|
+
const doc = await this.reservationModel.findById(params.id, projection)
|
|
865
|
+
.lean() // 2024-08-08~
|
|
866
|
+
.exec();
|
|
867
|
+
if (doc === null) {
|
|
868
|
+
throw new factory.errors.NotFound(this.reservationModel.modelName);
|
|
869
|
+
}
|
|
870
|
+
return doc;
|
|
897
871
|
}
|
|
898
|
-
confirmManyIfNotExist(params) {
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
872
|
+
async confirmManyIfNotExist(params) {
|
|
873
|
+
const modifiedTime = new Date();
|
|
874
|
+
const bulkWriteOps = [];
|
|
875
|
+
if (Array.isArray(params.subReservation)) {
|
|
876
|
+
params.subReservation.forEach((subReservation) => {
|
|
877
|
+
let setOnInsert;
|
|
878
|
+
switch (subReservation.typeOf) {
|
|
879
|
+
case factory.reservationType.BusReservation:
|
|
880
|
+
setOnInsert = {
|
|
881
|
+
...subReservation,
|
|
882
|
+
_id: subReservation.id,
|
|
883
|
+
bookingTime: params.bookingTime,
|
|
884
|
+
checkedIn: false,
|
|
885
|
+
attended: false,
|
|
886
|
+
issuedThrough: params.issuedThrough,
|
|
887
|
+
project: { id: params.project.id, typeOf: factory.organizationType.Project },
|
|
888
|
+
reservationFor: params.reservationFor,
|
|
889
|
+
reservationNumber: params.reservationNumber,
|
|
890
|
+
reservationStatus: factory.reservationStatusType.ReservationConfirmed,
|
|
891
|
+
modifiedTime,
|
|
892
|
+
// providerを追加(2023-07-19~)
|
|
893
|
+
provider: params.provider,
|
|
894
|
+
...(params.underName !== undefined) ? { underName: params.underName } : undefined,
|
|
895
|
+
...(typeof params.broker?.typeOf === 'string') ? { broker: params.broker } : undefined
|
|
896
|
+
};
|
|
897
|
+
break;
|
|
898
|
+
case factory.reservationType.EventReservation:
|
|
899
|
+
setOnInsert = {
|
|
900
|
+
...subReservation,
|
|
901
|
+
_id: subReservation.id,
|
|
902
|
+
bookingTime: params.bookingTime,
|
|
903
|
+
checkedIn: false,
|
|
904
|
+
attended: false,
|
|
905
|
+
issuedThrough: params.issuedThrough,
|
|
906
|
+
project: { id: params.project.id, typeOf: factory.organizationType.Project },
|
|
907
|
+
reservationFor: params.reservationFor,
|
|
908
|
+
reservationNumber: params.reservationNumber,
|
|
909
|
+
reservationStatus: factory.reservationStatusType.ReservationConfirmed,
|
|
910
|
+
modifiedTime,
|
|
911
|
+
// providerを追加(2023-07-19~)
|
|
912
|
+
provider: params.provider,
|
|
913
|
+
...(params.underName !== undefined) ? { underName: params.underName } : undefined,
|
|
914
|
+
...(typeof params.broker?.typeOf === 'string') ? { broker: params.broker } : undefined
|
|
915
|
+
};
|
|
916
|
+
break;
|
|
917
|
+
default:
|
|
918
|
+
throw new factory.errors.NotImplemented(`${subReservation.typeOf} not implemented`);
|
|
919
|
+
}
|
|
920
|
+
bulkWriteOps.push({
|
|
921
|
+
updateOne: {
|
|
922
|
+
filter: { _id: { $eq: subReservation.id } },
|
|
923
|
+
update: {
|
|
924
|
+
$setOnInsert: setOnInsert
|
|
925
|
+
},
|
|
926
|
+
upsert: true
|
|
919
927
|
}
|
|
920
|
-
bulkWriteOps.push({
|
|
921
|
-
updateOne: {
|
|
922
|
-
filter: { _id: { $eq: subReservation.id } },
|
|
923
|
-
update: {
|
|
924
|
-
$setOnInsert: setOnInsert
|
|
925
|
-
},
|
|
926
|
-
upsert: true
|
|
927
|
-
}
|
|
928
|
-
});
|
|
929
928
|
});
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
}
|
|
934
|
-
}
|
|
929
|
+
});
|
|
930
|
+
}
|
|
931
|
+
if (bulkWriteOps.length > 0) {
|
|
932
|
+
return this.reservationModel.bulkWrite(bulkWriteOps, { ordered: false });
|
|
933
|
+
}
|
|
935
934
|
}
|
|
936
935
|
/**
|
|
937
936
|
* 予約取消
|
|
938
937
|
*/
|
|
939
|
-
cancelById(params) {
|
|
940
|
-
|
|
941
|
-
|
|
938
|
+
async cancelById(params) {
|
|
939
|
+
const conditions = {
|
|
940
|
+
_id: { $eq: String(params.id) },
|
|
941
|
+
// 変更前ステータスの指定があれば条件に追加
|
|
942
|
+
...(typeof params.previousReservationStatus === 'string')
|
|
942
943
|
? { reservationStatus: { $eq: params.previousReservationStatus } }
|
|
943
|
-
: undefined
|
|
944
|
-
|
|
945
|
-
|
|
944
|
+
: undefined
|
|
945
|
+
};
|
|
946
|
+
const update = {
|
|
947
|
+
$set: {
|
|
948
|
+
reservationStatus: factory.reservationStatusType.ReservationCancelled,
|
|
949
|
+
modifiedTime: params.modifiedTime,
|
|
950
|
+
...(typeof params.previousReservationStatus === 'string')
|
|
946
951
|
? { previousReservationStatus: params.previousReservationStatus }
|
|
947
|
-
: undefined
|
|
948
|
-
};
|
|
949
|
-
const doc = yield this.reservationModel.findOneAndUpdate(conditions, update, { new: true, projection: { _id: 1 } })
|
|
950
|
-
.lean() // 2024-08-07~
|
|
951
|
-
// .select({ __v: 0, createdAt: 0, updatedAt: 0 })
|
|
952
|
-
.exec();
|
|
953
|
-
// NotFoundであれば状態確認
|
|
954
|
-
if (doc === null) {
|
|
955
|
-
const { reservationStatus } = yield this.projectFieldsById({ id: String(params.id), inclusion: ['reservationStatus'] });
|
|
956
|
-
if (reservationStatus === factory.reservationStatusType.ReservationCancelled) {
|
|
957
|
-
// すでに取消済の場合
|
|
958
|
-
return;
|
|
959
|
-
// return reservation;
|
|
960
|
-
}
|
|
961
|
-
else {
|
|
962
|
-
throw new factory.errors.Argument('id', `Reservation ${params.id} already changed -> ${reservationStatus}`);
|
|
963
|
-
}
|
|
952
|
+
: undefined
|
|
964
953
|
}
|
|
965
|
-
}
|
|
954
|
+
};
|
|
955
|
+
const doc = await this.reservationModel.findOneAndUpdate(conditions, update, { new: true, projection: { _id: 1 } })
|
|
956
|
+
.lean() // 2024-08-07~
|
|
957
|
+
// .select({ __v: 0, createdAt: 0, updatedAt: 0 })
|
|
958
|
+
.exec();
|
|
959
|
+
// NotFoundであれば状態確認
|
|
960
|
+
if (doc === null) {
|
|
961
|
+
const { reservationStatus } = await this.projectFieldsById({ id: String(params.id), inclusion: ['reservationStatus'] });
|
|
962
|
+
if (reservationStatus === factory.reservationStatusType.ReservationCancelled) {
|
|
963
|
+
// すでに取消済の場合
|
|
964
|
+
return;
|
|
965
|
+
// return reservation;
|
|
966
|
+
}
|
|
967
|
+
else {
|
|
968
|
+
throw new factory.errors.Argument('id', `Reservation ${params.id} already changed -> ${reservationStatus}`);
|
|
969
|
+
}
|
|
970
|
+
}
|
|
966
971
|
}
|
|
967
972
|
/**
|
|
968
973
|
* 予約取消
|
|
969
974
|
*/
|
|
970
|
-
cancelByReservationNumber(params) {
|
|
971
|
-
|
|
972
|
-
|
|
975
|
+
async cancelByReservationNumber(params) {
|
|
976
|
+
const conditions = {
|
|
977
|
+
reservationNumber: { $eq: String(params.reservationNumber) },
|
|
978
|
+
// 変更前ステータスの指定があれば条件に追加
|
|
979
|
+
...(typeof params.previousReservationStatus === 'string')
|
|
973
980
|
? { reservationStatus: { $eq: params.previousReservationStatus } }
|
|
974
|
-
: undefined
|
|
975
|
-
|
|
976
|
-
|
|
981
|
+
: undefined
|
|
982
|
+
};
|
|
983
|
+
const update = {
|
|
984
|
+
$set: {
|
|
985
|
+
reservationStatus: factory.reservationStatusType.ReservationCancelled,
|
|
986
|
+
modifiedTime: params.modifiedTime,
|
|
987
|
+
...(typeof params.previousReservationStatus === 'string')
|
|
977
988
|
? { previousReservationStatus: params.previousReservationStatus }
|
|
978
|
-
: undefined
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
989
|
+
: undefined
|
|
990
|
+
}
|
|
991
|
+
};
|
|
992
|
+
return this.reservationModel.updateMany(conditions, update)
|
|
993
|
+
.exec();
|
|
983
994
|
}
|
|
984
995
|
/**
|
|
985
996
|
* 発券する
|
|
986
997
|
*/
|
|
987
|
-
checkInIfNot(params) {
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
998
|
+
async checkInIfNot(params) {
|
|
999
|
+
const { now } = params;
|
|
1000
|
+
if (!(now instanceof Date)) {
|
|
1001
|
+
throw new factory.errors.Argument('now', 'must be Date');
|
|
1002
|
+
}
|
|
1003
|
+
const conditions = [];
|
|
1004
|
+
if (typeof params.id === 'string') {
|
|
1005
|
+
if (params.id.length > 0) {
|
|
1006
|
+
conditions.push({ _id: { $eq: params.id } });
|
|
993
1007
|
}
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
}
|
|
1008
|
+
}
|
|
1009
|
+
else {
|
|
1010
|
+
const idIn = params.id?.$in;
|
|
1011
|
+
if (Array.isArray(idIn)) {
|
|
1012
|
+
conditions.push({ _id: { $in: idIn } });
|
|
999
1013
|
}
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
}
|
|
1014
|
+
}
|
|
1015
|
+
if (typeof params.reservationNumber === 'string') {
|
|
1016
|
+
if (params.reservationNumber.length > 0) {
|
|
1017
|
+
conditions.push({ reservationNumber: { $eq: params.reservationNumber } });
|
|
1005
1018
|
}
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1019
|
+
}
|
|
1020
|
+
else {
|
|
1021
|
+
const reservationNumberIn = params.reservationNumber?.$in;
|
|
1022
|
+
if (Array.isArray(reservationNumberIn)) {
|
|
1023
|
+
conditions.push({ reservationNumber: { $in: reservationNumberIn } });
|
|
1010
1024
|
}
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1025
|
+
}
|
|
1026
|
+
// 無条件で実行されないように
|
|
1027
|
+
if (conditions.length > 0) {
|
|
1028
|
+
// false->trueのみ(2023-01-31~)
|
|
1029
|
+
conditions.push({ checkedIn: { $eq: false } });
|
|
1030
|
+
return this.reservationModel.updateMany({ $and: conditions }, {
|
|
1031
|
+
$set: {
|
|
1032
|
+
checkedIn: true,
|
|
1033
|
+
modifiedTime: now,
|
|
1034
|
+
'reservedTicket.dateIssued': now // set reservedTicket.dateIssued(2024-12-03~)
|
|
1015
1035
|
}
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
$set: {
|
|
1023
|
-
checkedIn: true,
|
|
1024
|
-
modifiedTime: now,
|
|
1025
|
-
'reservedTicket.dateIssued': now // set reservedTicket.dateIssued(2024-12-03~)
|
|
1026
|
-
}
|
|
1027
|
-
})
|
|
1028
|
-
.exec();
|
|
1029
|
-
}
|
|
1030
|
-
else {
|
|
1031
|
-
return;
|
|
1032
|
-
}
|
|
1033
|
-
});
|
|
1036
|
+
})
|
|
1037
|
+
.exec();
|
|
1038
|
+
}
|
|
1039
|
+
else {
|
|
1040
|
+
return;
|
|
1041
|
+
}
|
|
1034
1042
|
}
|
|
1035
1043
|
/**
|
|
1036
1044
|
* 入場する
|
|
1037
1045
|
*/
|
|
1038
|
-
attendIfNotAttended(params) {
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
'reservedTicket.dateUsed': params.now
|
|
1048
|
-
}
|
|
1049
|
-
}, {
|
|
1050
|
-
new: true,
|
|
1051
|
-
projection: {
|
|
1052
|
-
_id: 0,
|
|
1053
|
-
id: { $toString: '$_id' },
|
|
1054
|
-
typeOf: 1,
|
|
1055
|
-
project: 1,
|
|
1056
|
-
modifiedTime: 1,
|
|
1057
|
-
'reservedTicket.dateUsed': 1,
|
|
1058
|
-
'reservationFor.id': 1,
|
|
1059
|
-
'reservationFor.typeOf': 1
|
|
1060
|
-
}
|
|
1061
|
-
})
|
|
1062
|
-
.lean() // 2024-08-08~
|
|
1063
|
-
// .select({ __v: 0, createdAt: 0, updatedAt: 0 })
|
|
1064
|
-
.exec();
|
|
1065
|
-
if (doc === null) {
|
|
1066
|
-
return this.projectFieldsById({
|
|
1067
|
-
id: params.id,
|
|
1068
|
-
inclusion: [
|
|
1069
|
-
'typeOf', 'project', 'modifiedTime', 'reservedTicket.dateUsed', 'reservationFor.id', 'reservationFor.typeOf'
|
|
1070
|
-
] // inclusion(2024-08-08~)
|
|
1071
|
-
});
|
|
1072
|
-
// throw new factory.errors.NotFound(this.reservationModel.modelName);
|
|
1046
|
+
async attendIfNotAttended(params) {
|
|
1047
|
+
const doc = await this.reservationModel.findOneAndUpdate({
|
|
1048
|
+
_id: { $eq: params.id },
|
|
1049
|
+
attended: { $eq: false }
|
|
1050
|
+
}, {
|
|
1051
|
+
$set: {
|
|
1052
|
+
attended: true,
|
|
1053
|
+
modifiedTime: params.now,
|
|
1054
|
+
'reservedTicket.dateUsed': params.now
|
|
1073
1055
|
}
|
|
1074
|
-
|
|
1075
|
-
|
|
1056
|
+
}, {
|
|
1057
|
+
new: true,
|
|
1058
|
+
projection: {
|
|
1059
|
+
_id: 0,
|
|
1060
|
+
id: { $toString: '$_id' },
|
|
1061
|
+
typeOf: 1,
|
|
1062
|
+
project: 1,
|
|
1063
|
+
modifiedTime: 1,
|
|
1064
|
+
'reservedTicket.dateUsed': 1,
|
|
1065
|
+
'reservationFor.id': 1,
|
|
1066
|
+
'reservationFor.typeOf': 1
|
|
1067
|
+
}
|
|
1068
|
+
})
|
|
1069
|
+
.lean() // 2024-08-08~
|
|
1070
|
+
// .select({ __v: 0, createdAt: 0, updatedAt: 0 })
|
|
1071
|
+
.exec();
|
|
1072
|
+
if (doc === null) {
|
|
1073
|
+
return this.projectFieldsById({
|
|
1074
|
+
id: params.id,
|
|
1075
|
+
inclusion: [
|
|
1076
|
+
'typeOf', 'project', 'modifiedTime', 'reservedTicket.dateUsed', 'reservationFor.id', 'reservationFor.typeOf'
|
|
1077
|
+
] // inclusion(2024-08-08~)
|
|
1078
|
+
});
|
|
1079
|
+
// throw new factory.errors.NotFound(this.reservationModel.modelName);
|
|
1080
|
+
}
|
|
1081
|
+
return doc;
|
|
1076
1082
|
}
|
|
1077
1083
|
/**
|
|
1078
1084
|
* 予約部分更新
|
|
1079
1085
|
*/
|
|
1080
|
-
updatePartiallyById(params) {
|
|
1081
|
-
return
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
}
|
|
1089
|
-
});
|
|
1086
|
+
async updatePartiallyById(params) {
|
|
1087
|
+
return this.reservationModel.findOneAndUpdate({ _id: { $eq: params.id } }, params.update, { new: true })
|
|
1088
|
+
.select({ _id: 1 })
|
|
1089
|
+
.exec()
|
|
1090
|
+
.then((doc) => {
|
|
1091
|
+
if (doc === null) {
|
|
1092
|
+
throw new factory.errors.ArgumentNull(this.reservationModel.modelName);
|
|
1093
|
+
}
|
|
1090
1094
|
});
|
|
1091
1095
|
}
|
|
1092
|
-
deleteByIds(params) {
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
.exec();
|
|
1099
|
-
});
|
|
1096
|
+
async deleteByIds(params) {
|
|
1097
|
+
await this.reservationModel.deleteMany({
|
|
1098
|
+
'project.id': { $eq: params.project.id },
|
|
1099
|
+
_id: { $in: params.ids }
|
|
1100
|
+
})
|
|
1101
|
+
.exec();
|
|
1100
1102
|
}
|
|
1101
|
-
deleteByReservationNumbers(params) {
|
|
1102
|
-
return
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
};
|
|
1116
|
-
});
|
|
1103
|
+
async deleteByReservationNumbers(params) {
|
|
1104
|
+
return this.reservationModel.deleteMany({
|
|
1105
|
+
'project.id': { $eq: params.project.id },
|
|
1106
|
+
reservationNumber: { $in: params.reservationNumbers }
|
|
1107
|
+
})
|
|
1108
|
+
.exec()
|
|
1109
|
+
.then((result) => {
|
|
1110
|
+
return {
|
|
1111
|
+
// n: result?.n,
|
|
1112
|
+
// opTime: result.opTime,
|
|
1113
|
+
// ok: result?.ok,
|
|
1114
|
+
// operationTime,
|
|
1115
|
+
deletedCount: result?.deletedCount
|
|
1116
|
+
};
|
|
1117
1117
|
});
|
|
1118
1118
|
}
|
|
1119
|
-
deleteByProject(params) {
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
.exec();
|
|
1125
|
-
});
|
|
1119
|
+
async deleteByProject(params) {
|
|
1120
|
+
await this.reservationModel.deleteMany({
|
|
1121
|
+
'project.id': { $eq: params.project.id }
|
|
1122
|
+
})
|
|
1123
|
+
.exec();
|
|
1126
1124
|
}
|
|
1127
|
-
searchIdsByReservationNumber(params) {
|
|
1128
|
-
return
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
.then((docs) => docs.map(({ id }) => id));
|
|
1141
|
-
});
|
|
1125
|
+
async searchIdsByReservationNumber(params) {
|
|
1126
|
+
return this.reservationModel.find({
|
|
1127
|
+
reservationNumber: {
|
|
1128
|
+
$in: params.reservationNumber.$in
|
|
1129
|
+
}
|
|
1130
|
+
}, {
|
|
1131
|
+
_id: 0,
|
|
1132
|
+
id: { $toString: '$_id' }
|
|
1133
|
+
})
|
|
1134
|
+
.lean()
|
|
1135
|
+
.setOptions({ maxTimeMS: settings_1.MONGO_MAX_TIME_MS })
|
|
1136
|
+
.exec()
|
|
1137
|
+
.then((docs) => docs.map(({ id }) => id));
|
|
1142
1138
|
}
|
|
1143
1139
|
getCursor(conditions, projection) {
|
|
1144
1140
|
return this.reservationModel.find(conditions, projection)
|
|
1145
1141
|
.sort({ bookingTime: factory.sortType.Descending })
|
|
1146
1142
|
.cursor();
|
|
1147
1143
|
}
|
|
1148
|
-
unsetUnnecessaryFields(params) {
|
|
1149
|
-
return
|
|
1150
|
-
|
|
1151
|
-
.exec();
|
|
1152
|
-
});
|
|
1144
|
+
async unsetUnnecessaryFields(params) {
|
|
1145
|
+
return this.reservationModel.updateMany(params.filter, { $unset: params.$unset }, { timestamps: false })
|
|
1146
|
+
.exec();
|
|
1153
1147
|
}
|
|
1154
1148
|
}
|
|
1155
1149
|
exports.ReservationRepo = ReservationRepo;
|