@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
package/lib/chevre/repo/order.js
CHANGED
|
@@ -1,16 +1,30 @@
|
|
|
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.OrderRepo = void 0;
|
|
13
|
-
const factory = require("../factory");
|
|
27
|
+
const factory = __importStar(require("../factory"));
|
|
14
28
|
const order_1 = require("./mongoose/schemas/order");
|
|
15
29
|
const errorHandler_1 = require("../errorHandler");
|
|
16
30
|
const settings_1 = require("../settings");
|
|
@@ -28,23 +42,20 @@ const AVAILABLE_PROJECT_FIELDS = [
|
|
|
28
42
|
* 注文リポジトリ
|
|
29
43
|
*/
|
|
30
44
|
class OrderRepo {
|
|
45
|
+
orderModel;
|
|
31
46
|
constructor(connection) {
|
|
32
47
|
this.orderModel = connection.model(order_1.modelName, (0, order_1.createSchema)());
|
|
33
48
|
}
|
|
34
|
-
// tslint:disable-next-line:cyclomatic-complexity max-func-body-length
|
|
35
49
|
static CREATE_MONGO_CONDITIONS(params) {
|
|
36
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26;
|
|
37
50
|
const andConditions = [
|
|
38
51
|
{ typeOf: { $eq: factory.order.OrderType.Order } }
|
|
39
52
|
];
|
|
40
|
-
const projectIdEq =
|
|
53
|
+
const projectIdEq = params.project?.id?.$eq;
|
|
41
54
|
if (typeof projectIdEq === 'string') {
|
|
42
55
|
andConditions.push({ 'project.id': { $eq: projectIdEq } });
|
|
43
56
|
}
|
|
44
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
45
57
|
/* istanbul ignore else */
|
|
46
58
|
if (params.identifier !== undefined) {
|
|
47
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
48
59
|
/* istanbul ignore else */
|
|
49
60
|
if (Array.isArray(params.identifier.$all)) {
|
|
50
61
|
andConditions.push({
|
|
@@ -54,7 +65,6 @@ class OrderRepo {
|
|
|
54
65
|
}
|
|
55
66
|
});
|
|
56
67
|
}
|
|
57
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
58
68
|
/* istanbul ignore else */
|
|
59
69
|
if (Array.isArray(params.identifier.$in)) {
|
|
60
70
|
andConditions.push({
|
|
@@ -65,15 +75,15 @@ class OrderRepo {
|
|
|
65
75
|
});
|
|
66
76
|
}
|
|
67
77
|
}
|
|
68
|
-
const providerIdEq =
|
|
78
|
+
const providerIdEq = params.provider?.id?.$eq;
|
|
69
79
|
if (typeof providerIdEq === 'string') {
|
|
70
80
|
andConditions.push({ 'seller.id': { $exists: true, $eq: providerIdEq } });
|
|
71
81
|
}
|
|
72
|
-
const sellerIdEq =
|
|
82
|
+
const sellerIdEq = params.seller?.id?.$eq;
|
|
73
83
|
if (typeof sellerIdEq === 'string') {
|
|
74
84
|
andConditions.push({ 'seller.id': { $exists: true, $eq: sellerIdEq } });
|
|
75
85
|
}
|
|
76
|
-
const sellerIds =
|
|
86
|
+
const sellerIds = params.seller?.ids;
|
|
77
87
|
if (Array.isArray(sellerIds)) {
|
|
78
88
|
if (sellerIds.length === 1) {
|
|
79
89
|
// use $eq(2025-04-01~)
|
|
@@ -83,7 +93,7 @@ class OrderRepo {
|
|
|
83
93
|
andConditions.push({ 'seller.id': { $exists: true, $in: sellerIds } });
|
|
84
94
|
}
|
|
85
95
|
}
|
|
86
|
-
const brokerIdEq =
|
|
96
|
+
const brokerIdEq = params.broker?.id?.$eq;
|
|
87
97
|
if (typeof brokerIdEq === 'string') {
|
|
88
98
|
andConditions.push({
|
|
89
99
|
'broker.id': {
|
|
@@ -92,10 +102,8 @@ class OrderRepo {
|
|
|
92
102
|
}
|
|
93
103
|
});
|
|
94
104
|
}
|
|
95
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
96
105
|
/* istanbul ignore else */
|
|
97
106
|
if (params.customer !== undefined) {
|
|
98
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
99
107
|
/* istanbul ignore else */
|
|
100
108
|
if (params.customer.typeOf !== undefined) {
|
|
101
109
|
andConditions.push({
|
|
@@ -105,7 +113,6 @@ class OrderRepo {
|
|
|
105
113
|
}
|
|
106
114
|
});
|
|
107
115
|
}
|
|
108
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
109
116
|
/* istanbul ignore else */
|
|
110
117
|
if (Array.isArray(params.customer.ids)) {
|
|
111
118
|
andConditions.push({
|
|
@@ -115,7 +122,6 @@ class OrderRepo {
|
|
|
115
122
|
}
|
|
116
123
|
});
|
|
117
124
|
}
|
|
118
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
119
125
|
/* istanbul ignore else */
|
|
120
126
|
if (Array.isArray(params.customer.identifiers)) {
|
|
121
127
|
andConditions.push({
|
|
@@ -125,10 +131,8 @@ class OrderRepo {
|
|
|
125
131
|
}
|
|
126
132
|
});
|
|
127
133
|
}
|
|
128
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
129
134
|
/* istanbul ignore else */
|
|
130
135
|
if (params.customer.identifier !== undefined) {
|
|
131
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
132
136
|
/* istanbul ignore else */
|
|
133
137
|
if (Array.isArray(params.customer.identifier.$all)) {
|
|
134
138
|
andConditions.push({
|
|
@@ -138,7 +142,6 @@ class OrderRepo {
|
|
|
138
142
|
}
|
|
139
143
|
});
|
|
140
144
|
}
|
|
141
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
142
145
|
/* istanbul ignore else */
|
|
143
146
|
if (Array.isArray(params.customer.identifier.$in)) {
|
|
144
147
|
andConditions.push({
|
|
@@ -300,7 +303,7 @@ class OrderRepo {
|
|
|
300
303
|
}
|
|
301
304
|
}
|
|
302
305
|
}
|
|
303
|
-
const nameEq =
|
|
306
|
+
const nameEq = params.name?.$eq;
|
|
304
307
|
if (typeof nameEq === 'string') {
|
|
305
308
|
andConditions.push({
|
|
306
309
|
name: {
|
|
@@ -309,7 +312,7 @@ class OrderRepo {
|
|
|
309
312
|
}
|
|
310
313
|
});
|
|
311
314
|
}
|
|
312
|
-
const nameRegex =
|
|
315
|
+
const nameRegex = params.name?.$regex;
|
|
313
316
|
if (typeof nameRegex === 'string' && nameRegex.length > 0) {
|
|
314
317
|
andConditions.push({
|
|
315
318
|
name: {
|
|
@@ -345,19 +348,19 @@ class OrderRepo {
|
|
|
345
348
|
andConditions.push({ confirmationNumber: { $exists: true, $in: params.confirmationNumbers } });
|
|
346
349
|
}
|
|
347
350
|
}
|
|
348
|
-
const orderedItemSize =
|
|
351
|
+
const orderedItemSize = params.orderedItem?.$size;
|
|
349
352
|
if (typeof orderedItemSize === 'number') {
|
|
350
353
|
andConditions.push({ orderedItem: { $size: orderedItemSize } });
|
|
351
354
|
}
|
|
352
|
-
const acceptedOffersSize =
|
|
355
|
+
const acceptedOffersSize = params.acceptedOffers?.$size;
|
|
353
356
|
if (typeof acceptedOffersSize === 'number') {
|
|
354
357
|
andConditions.push({ acceptedOffers: { $size: acceptedOffersSize } });
|
|
355
358
|
}
|
|
356
|
-
const serialNumberEq =
|
|
359
|
+
const serialNumberEq = params.acceptedOffers?.serialNumber?.$eq;
|
|
357
360
|
if (typeof serialNumberEq === 'string') {
|
|
358
361
|
andConditions.push({ 'acceptedOffers.serialNumber': { $exists: true, $eq: serialNumberEq } });
|
|
359
362
|
}
|
|
360
|
-
const itemOfferedIdentifierIn =
|
|
363
|
+
const itemOfferedIdentifierIn = params.acceptedOffers?.itemOffered?.identifier?.$in;
|
|
361
364
|
if (Array.isArray(itemOfferedIdentifierIn)) {
|
|
362
365
|
andConditions.push({
|
|
363
366
|
'acceptedOffers.itemOffered.identifier': {
|
|
@@ -366,7 +369,7 @@ class OrderRepo {
|
|
|
366
369
|
}
|
|
367
370
|
});
|
|
368
371
|
}
|
|
369
|
-
const itemOfferedTypeOfIn =
|
|
372
|
+
const itemOfferedTypeOfIn = params.acceptedOffers?.itemOffered?.typeOf?.$in;
|
|
370
373
|
if (Array.isArray(itemOfferedTypeOfIn)) {
|
|
371
374
|
andConditions.push({
|
|
372
375
|
'acceptedOffers.itemOffered.typeOf': {
|
|
@@ -375,7 +378,7 @@ class OrderRepo {
|
|
|
375
378
|
}
|
|
376
379
|
});
|
|
377
380
|
}
|
|
378
|
-
const itemOfferedIssuedThroughTypeOfEq =
|
|
381
|
+
const itemOfferedIssuedThroughTypeOfEq = params.acceptedOffers?.itemOffered?.issuedThrough?.typeOf?.$eq;
|
|
379
382
|
if (typeof itemOfferedIssuedThroughTypeOfEq === 'string') {
|
|
380
383
|
andConditions.push({
|
|
381
384
|
'acceptedOffers.itemOffered.issuedThrough.typeOf': {
|
|
@@ -384,7 +387,7 @@ class OrderRepo {
|
|
|
384
387
|
}
|
|
385
388
|
});
|
|
386
389
|
}
|
|
387
|
-
const itemOfferedIssuedThroughIdIn =
|
|
390
|
+
const itemOfferedIssuedThroughIdIn = params.acceptedOffers?.itemOffered?.issuedThrough?.id?.$in;
|
|
388
391
|
if (Array.isArray(itemOfferedIssuedThroughIdIn)) {
|
|
389
392
|
andConditions.push({
|
|
390
393
|
'acceptedOffers.itemOffered.issuedThrough.id': {
|
|
@@ -393,7 +396,7 @@ class OrderRepo {
|
|
|
393
396
|
}
|
|
394
397
|
});
|
|
395
398
|
}
|
|
396
|
-
const itemOfferedProgramMembershipUsedIdentifierEq =
|
|
399
|
+
const itemOfferedProgramMembershipUsedIdentifierEq = params.acceptedOffers?.itemOffered?.programMembershipUsed?.identifier?.$eq;
|
|
397
400
|
if (typeof itemOfferedProgramMembershipUsedIdentifierEq === 'string') {
|
|
398
401
|
andConditions.push({
|
|
399
402
|
'acceptedOffers.itemOffered.programMembershipUsed.identifier': {
|
|
@@ -402,7 +405,7 @@ class OrderRepo {
|
|
|
402
405
|
}
|
|
403
406
|
});
|
|
404
407
|
}
|
|
405
|
-
const itemOfferedProgramMembershipUsedIssuedThroughServiceTypeCodeValueEq =
|
|
408
|
+
const itemOfferedProgramMembershipUsedIssuedThroughServiceTypeCodeValueEq = params.acceptedOffers?.itemOffered?.programMembershipUsed?.issuedThrough?.serviceType?.codeValue?.$eq;
|
|
406
409
|
if (typeof itemOfferedProgramMembershipUsedIssuedThroughServiceTypeCodeValueEq === 'string') {
|
|
407
410
|
andConditions.push({
|
|
408
411
|
'acceptedOffers.itemOffered.programMembershipUsed.issuedThrough.serviceType.codeValue': {
|
|
@@ -411,7 +414,7 @@ class OrderRepo {
|
|
|
411
414
|
}
|
|
412
415
|
});
|
|
413
416
|
}
|
|
414
|
-
const itemOfferedReservedTicketIdentifierEq =
|
|
417
|
+
const itemOfferedReservedTicketIdentifierEq = params.acceptedOffers?.itemOffered?.reservedTicket?.identifier?.$eq;
|
|
415
418
|
if (typeof itemOfferedReservedTicketIdentifierEq === 'string') {
|
|
416
419
|
andConditions.push({
|
|
417
420
|
'acceptedOffers.itemOffered.reservedTicket.identifier': {
|
|
@@ -420,13 +423,10 @@ class OrderRepo {
|
|
|
420
423
|
}
|
|
421
424
|
});
|
|
422
425
|
}
|
|
423
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
424
426
|
/* istanbul ignore else */
|
|
425
427
|
if (params.acceptedOffers !== undefined) {
|
|
426
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
427
428
|
/* istanbul ignore else */
|
|
428
429
|
if (params.acceptedOffers.itemOffered !== undefined) {
|
|
429
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
430
430
|
/* istanbul ignore else */
|
|
431
431
|
if (Array.isArray(params.acceptedOffers.itemOffered.ids)) {
|
|
432
432
|
andConditions.push({
|
|
@@ -436,7 +436,6 @@ class OrderRepo {
|
|
|
436
436
|
}
|
|
437
437
|
});
|
|
438
438
|
}
|
|
439
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
440
439
|
/* istanbul ignore else */
|
|
441
440
|
if (Array.isArray(params.acceptedOffers.itemOffered.reservationNumbers)) {
|
|
442
441
|
andConditions.push({
|
|
@@ -447,10 +446,8 @@ class OrderRepo {
|
|
|
447
446
|
});
|
|
448
447
|
}
|
|
449
448
|
const reservationForConditions = params.acceptedOffers.itemOffered.reservationFor;
|
|
450
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
451
449
|
/* istanbul ignore else */
|
|
452
450
|
if (reservationForConditions !== undefined) {
|
|
453
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
454
451
|
/* istanbul ignore else */
|
|
455
452
|
if (Array.isArray(reservationForConditions.ids)) {
|
|
456
453
|
andConditions.push({
|
|
@@ -460,7 +457,6 @@ class OrderRepo {
|
|
|
460
457
|
}
|
|
461
458
|
});
|
|
462
459
|
}
|
|
463
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
464
460
|
/* istanbul ignore else */
|
|
465
461
|
if (typeof reservationForConditions.name === 'string' && reservationForConditions.name.length > 0) {
|
|
466
462
|
andConditions.push({
|
|
@@ -480,7 +476,6 @@ class OrderRepo {
|
|
|
480
476
|
]
|
|
481
477
|
});
|
|
482
478
|
}
|
|
483
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
484
479
|
/* istanbul ignore else */
|
|
485
480
|
if (reservationForConditions.location !== undefined) {
|
|
486
481
|
if (Array.isArray(reservationForConditions.location.branchCodes)) {
|
|
@@ -503,10 +498,8 @@ class OrderRepo {
|
|
|
503
498
|
}
|
|
504
499
|
}
|
|
505
500
|
}
|
|
506
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
507
501
|
/* istanbul ignore else */
|
|
508
502
|
if (reservationForConditions.superEvent !== undefined) {
|
|
509
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
510
503
|
/* istanbul ignore else */
|
|
511
504
|
if (Array.isArray(reservationForConditions.superEvent.ids)) {
|
|
512
505
|
andConditions.push({
|
|
@@ -516,7 +509,6 @@ class OrderRepo {
|
|
|
516
509
|
}
|
|
517
510
|
});
|
|
518
511
|
}
|
|
519
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
520
512
|
/* istanbul ignore else */
|
|
521
513
|
if (reservationForConditions.superEvent.location !== undefined) {
|
|
522
514
|
if (Array.isArray(reservationForConditions.superEvent.location.branchCodes)) {
|
|
@@ -539,7 +531,6 @@ class OrderRepo {
|
|
|
539
531
|
}
|
|
540
532
|
}
|
|
541
533
|
}
|
|
542
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
543
534
|
/* istanbul ignore else */
|
|
544
535
|
if (reservationForConditions.superEvent.workPerformed !== undefined) {
|
|
545
536
|
if (Array.isArray(reservationForConditions.superEvent.workPerformed.identifiers)) {
|
|
@@ -552,7 +543,6 @@ class OrderRepo {
|
|
|
552
543
|
}
|
|
553
544
|
}
|
|
554
545
|
}
|
|
555
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
556
546
|
/* istanbul ignore else */
|
|
557
547
|
if (reservationForConditions.inSessionFrom instanceof Date) {
|
|
558
548
|
andConditions.push({
|
|
@@ -562,7 +552,6 @@ class OrderRepo {
|
|
|
562
552
|
}
|
|
563
553
|
});
|
|
564
554
|
}
|
|
565
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
566
555
|
/* istanbul ignore else */
|
|
567
556
|
if (reservationForConditions.inSessionThrough instanceof Date) {
|
|
568
557
|
andConditions.push({
|
|
@@ -572,7 +561,6 @@ class OrderRepo {
|
|
|
572
561
|
}
|
|
573
562
|
});
|
|
574
563
|
}
|
|
575
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
576
564
|
/* istanbul ignore else */
|
|
577
565
|
if (reservationForConditions.startFrom instanceof Date) {
|
|
578
566
|
andConditions.push({
|
|
@@ -582,7 +570,6 @@ class OrderRepo {
|
|
|
582
570
|
}
|
|
583
571
|
});
|
|
584
572
|
}
|
|
585
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
586
573
|
/* istanbul ignore else */
|
|
587
574
|
if (reservationForConditions.startThrough instanceof Date) {
|
|
588
575
|
andConditions.push({
|
|
@@ -595,20 +582,18 @@ class OrderRepo {
|
|
|
595
582
|
}
|
|
596
583
|
}
|
|
597
584
|
}
|
|
598
|
-
const paymentMethodIdentifierIn =
|
|
585
|
+
const paymentMethodIdentifierIn = params.paymentMethods?.paymentMethod?.identifier?.$in;
|
|
599
586
|
if (Array.isArray(paymentMethodIdentifierIn)) {
|
|
600
587
|
andConditions.push({ 'paymentMethods.paymentMethod.identifier': { $exists: true, $in: paymentMethodIdentifierIn } });
|
|
601
588
|
}
|
|
602
|
-
const paymentMethodsTypeOfIn =
|
|
589
|
+
const paymentMethodsTypeOfIn = params.paymentMethods?.typeOfs;
|
|
603
590
|
if (Array.isArray(paymentMethodsTypeOfIn)) {
|
|
604
591
|
// paymentMethod.identifierで検索(2023-11-15~)
|
|
605
592
|
// andConditions.push({ 'paymentMethods.typeOf': { $exists: true, $in: paymentMethodsTypeOfIn } });
|
|
606
593
|
andConditions.push({ 'paymentMethods.paymentMethod.identifier': { $exists: true, $in: paymentMethodsTypeOfIn } });
|
|
607
594
|
}
|
|
608
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
609
595
|
/* istanbul ignore else */
|
|
610
596
|
if (params.paymentMethods !== undefined) {
|
|
611
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
612
597
|
/* istanbul ignore else */
|
|
613
598
|
if (Array.isArray(params.paymentMethods.accountIds)) {
|
|
614
599
|
andConditions.push({
|
|
@@ -618,7 +603,6 @@ class OrderRepo {
|
|
|
618
603
|
}
|
|
619
604
|
});
|
|
620
605
|
}
|
|
621
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
622
606
|
/* istanbul ignore else */
|
|
623
607
|
if (Array.isArray(params.paymentMethods.paymentMethodIds)) {
|
|
624
608
|
andConditions.push({
|
|
@@ -629,7 +613,7 @@ class OrderRepo {
|
|
|
629
613
|
});
|
|
630
614
|
}
|
|
631
615
|
}
|
|
632
|
-
const paymentMethodAdditionalPropertyAll =
|
|
616
|
+
const paymentMethodAdditionalPropertyAll = params.paymentMethods?.additionalProperty?.$all;
|
|
633
617
|
if (Array.isArray(paymentMethodAdditionalPropertyAll)) {
|
|
634
618
|
andConditions.push({
|
|
635
619
|
'paymentMethods.additionalProperty': {
|
|
@@ -638,7 +622,7 @@ class OrderRepo {
|
|
|
638
622
|
}
|
|
639
623
|
});
|
|
640
624
|
}
|
|
641
|
-
const paymentMethodAdditionalPropertyIn =
|
|
625
|
+
const paymentMethodAdditionalPropertyIn = params.paymentMethods?.additionalProperty?.$in;
|
|
642
626
|
if (Array.isArray(paymentMethodAdditionalPropertyIn)) {
|
|
643
627
|
andConditions.push({
|
|
644
628
|
'paymentMethods.additionalProperty': {
|
|
@@ -647,14 +631,12 @@ class OrderRepo {
|
|
|
647
631
|
}
|
|
648
632
|
});
|
|
649
633
|
}
|
|
650
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
651
634
|
/* istanbul ignore else */
|
|
652
635
|
if (params.orderDateFrom instanceof Date) {
|
|
653
636
|
andConditions.push({
|
|
654
637
|
orderDate: { $gte: params.orderDateFrom }
|
|
655
638
|
});
|
|
656
639
|
}
|
|
657
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
658
640
|
/* istanbul ignore else */
|
|
659
641
|
if (params.orderDateThrough instanceof Date) {
|
|
660
642
|
andConditions.push({
|
|
@@ -696,622 +678,615 @@ class OrderRepo {
|
|
|
696
678
|
/**
|
|
697
679
|
* なければ作成する
|
|
698
680
|
*/
|
|
699
|
-
createIfNotExist(order) {
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
throwsError = false;
|
|
717
|
-
}
|
|
718
|
-
}
|
|
719
|
-
if (throwsError) {
|
|
720
|
-
throw error;
|
|
681
|
+
async createIfNotExist(order) {
|
|
682
|
+
try {
|
|
683
|
+
// 存在しなければ上書き
|
|
684
|
+
// updateOneに変更(2024-01-14~)
|
|
685
|
+
// await this.orderModel.findOneAndUpdate(
|
|
686
|
+
await this.orderModel.updateOne({ orderNumber: order.orderNumber }, { $setOnInsert: order }, {
|
|
687
|
+
// new: true,
|
|
688
|
+
upsert: true
|
|
689
|
+
})
|
|
690
|
+
.exec();
|
|
691
|
+
}
|
|
692
|
+
catch (error) {
|
|
693
|
+
let throwsError = true;
|
|
694
|
+
if (await (0, errorHandler_1.isMongoError)(error)) {
|
|
695
|
+
// すでにorderNumberが存在する場合ok
|
|
696
|
+
if (error.code === errorHandler_1.MongoErrorCode.DuplicateKey) {
|
|
697
|
+
throwsError = false;
|
|
721
698
|
}
|
|
722
699
|
}
|
|
723
|
-
|
|
700
|
+
if (throwsError) {
|
|
701
|
+
throw error;
|
|
702
|
+
}
|
|
703
|
+
}
|
|
724
704
|
}
|
|
725
705
|
/**
|
|
726
706
|
* 注文ステータスを変更する
|
|
727
707
|
*/
|
|
728
|
-
changeStatus(params) {
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
708
|
+
async changeStatus(params) {
|
|
709
|
+
const { orderNumber, previousOrderStatus, orderStatus } = params;
|
|
710
|
+
const doc = await this.orderModel.findOneAndUpdate({
|
|
711
|
+
orderNumber: { $eq: orderNumber },
|
|
712
|
+
orderStatus: { $eq: previousOrderStatus },
|
|
713
|
+
'project.id': { $eq: params.project.id },
|
|
714
|
+
typeOf: { $eq: factory.order.OrderType.Order }
|
|
715
|
+
}, {
|
|
716
|
+
$set: {
|
|
717
|
+
previousOrderStatus, // 追加(2023-08-31~)
|
|
718
|
+
orderStatus
|
|
719
|
+
}
|
|
720
|
+
}, {
|
|
721
|
+
new: true,
|
|
722
|
+
// inclusion projection(2024-07-25~)
|
|
723
|
+
projection: {
|
|
724
|
+
_id: 0, // hide _id(2024-07-25~)
|
|
725
|
+
id: { $toString: '$_id' },
|
|
726
|
+
orderNumber: 1, broker: 1, confirmationNumber: 1, customer: 1, dateReturned: 1,
|
|
727
|
+
name: 1, orderDate: 1, orderStatus: 1, orderedItem: 1, paymentMethods: 1,
|
|
728
|
+
previousOrderStatus: 1, price: 1, priceCurrency: 1, project: 1, returner: 1, seller: 1, typeOf: 1
|
|
729
|
+
}
|
|
730
|
+
// projection: {
|
|
731
|
+
// __v: 0,
|
|
732
|
+
// createdAt: 0,
|
|
733
|
+
// updatedAt: 0,
|
|
734
|
+
// acceptedOffers: 0 // 除外(2023-12-08~)
|
|
735
|
+
// }
|
|
736
|
+
})
|
|
737
|
+
.lean() // lean(2024-07-25~)
|
|
738
|
+
.exec();
|
|
739
|
+
// NotFoundであれば状態確認
|
|
740
|
+
if (doc === null) {
|
|
741
|
+
const order = await this.projectFieldsByOrderNumber({
|
|
742
|
+
orderNumber: params.orderNumber,
|
|
743
|
+
project: { id: params.project.id },
|
|
744
|
+
inclusion: [
|
|
745
|
+
'orderNumber', 'broker', 'confirmationNumber', 'customer', 'dateReturned',
|
|
746
|
+
'name', 'orderDate', 'orderStatus', 'orderedItem', 'paymentMethods',
|
|
747
|
+
'previousOrderStatus', 'price', 'priceCurrency', 'project', 'returner', 'seller', 'typeOf'
|
|
748
|
+
] // inclusion projection(2024-07-25~)
|
|
749
|
+
});
|
|
750
|
+
/* istanbul ignore next */
|
|
751
|
+
if (order.orderStatus === params.orderStatus) {
|
|
752
|
+
// すでに変更済の場合
|
|
753
|
+
return order;
|
|
772
754
|
/* istanbul ignore next */
|
|
773
|
-
if (order.orderStatus === params.orderStatus) {
|
|
774
|
-
// すでに変更済の場合
|
|
775
|
-
return order;
|
|
776
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
777
|
-
/* istanbul ignore next */
|
|
778
|
-
}
|
|
779
|
-
else {
|
|
780
|
-
throw new factory.errors.Argument('orderNumber', `Order ${order.orderNumber} already changed -> ${order.orderStatus}`);
|
|
781
|
-
}
|
|
782
755
|
}
|
|
783
|
-
|
|
784
|
-
|
|
756
|
+
else {
|
|
757
|
+
throw new factory.errors.Argument('orderNumber', `Order ${order.orderNumber} already changed -> ${order.orderStatus}`);
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
return doc;
|
|
785
761
|
}
|
|
786
762
|
/**
|
|
787
763
|
* 注文を返品する
|
|
788
764
|
*/
|
|
789
|
-
returnOrder(params) {
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
765
|
+
async returnOrder(params) {
|
|
766
|
+
const { dateReturned, returner, orderNumber, project } = params;
|
|
767
|
+
const doc = await this.orderModel.findOneAndUpdate({
|
|
768
|
+
orderNumber: { $eq: orderNumber },
|
|
769
|
+
orderStatus: { $eq: factory.orderStatus.OrderDelivered },
|
|
770
|
+
'project.id': { $eq: project.id },
|
|
771
|
+
typeOf: { $eq: factory.order.OrderType.Order }
|
|
772
|
+
}, {
|
|
773
|
+
$set: {
|
|
774
|
+
previousOrderStatus: factory.orderStatus.OrderDelivered,
|
|
775
|
+
orderStatus: factory.orderStatus.OrderReturned,
|
|
776
|
+
dateReturned,
|
|
777
|
+
returner
|
|
778
|
+
}
|
|
779
|
+
}, {
|
|
780
|
+
new: true,
|
|
781
|
+
projection: {
|
|
782
|
+
_id: 0, // hide _id(2024-07-30~)
|
|
783
|
+
id: { $toString: '$_id' },
|
|
784
|
+
// _id: 1,
|
|
785
|
+
project: 1, typeOf: 1, orderNumber: 1, dateReturned: 1,
|
|
786
|
+
customer: 1, returner: 1, seller: 1, price: 1, priceCurrency: 1, orderDate: 1 // optimize(2023-12-07~)
|
|
787
|
+
// __v: 0,
|
|
788
|
+
// createdAt: 0,
|
|
789
|
+
// updatedAt: 0
|
|
790
|
+
}
|
|
791
|
+
})
|
|
792
|
+
.lean() // lean(2024-07-30~)
|
|
793
|
+
.exec();
|
|
794
|
+
// NotFoundであれば状態確認
|
|
795
|
+
if (doc === null) {
|
|
796
|
+
const order = await this.projectFieldsByOrderNumber({
|
|
797
|
+
orderNumber: params.orderNumber,
|
|
798
|
+
project: { id: params.project.id },
|
|
799
|
+
inclusion: [
|
|
800
|
+
'project', 'typeOf', 'orderNumber', 'dateReturned',
|
|
801
|
+
'customer', 'returner', 'seller', 'price', 'priceCurrency', 'orderDate'
|
|
802
|
+
]
|
|
803
|
+
});
|
|
804
|
+
/* istanbul ignore next */
|
|
805
|
+
if (order.orderStatus === factory.orderStatus.OrderReturned) {
|
|
806
|
+
// すでに変更済の場合
|
|
807
|
+
return order;
|
|
830
808
|
/* istanbul ignore next */
|
|
831
|
-
if (order.orderStatus === factory.orderStatus.OrderReturned) {
|
|
832
|
-
// すでに変更済の場合
|
|
833
|
-
return order;
|
|
834
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
835
|
-
/* istanbul ignore next */
|
|
836
|
-
}
|
|
837
|
-
else {
|
|
838
|
-
throw new factory.errors.Argument('orderNumber', `Order ${order.orderNumber} already changed -> ${order.orderStatus}`);
|
|
839
|
-
}
|
|
840
809
|
}
|
|
841
|
-
|
|
842
|
-
|
|
810
|
+
else {
|
|
811
|
+
throw new factory.errors.Argument('orderNumber', `Order ${order.orderNumber} already changed -> ${order.orderStatus}`);
|
|
812
|
+
}
|
|
813
|
+
}
|
|
814
|
+
return doc;
|
|
843
815
|
}
|
|
844
816
|
/**
|
|
845
817
|
* 変更可能な属性を更新する
|
|
846
818
|
*/
|
|
847
|
-
updateChangeableAttributes(params) {
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
}, {
|
|
858
|
-
new: false,
|
|
859
|
-
projection: {
|
|
860
|
-
_id: 1
|
|
861
|
-
// updatedAt: 1 // discontinue(2024-06-17~)
|
|
862
|
-
}
|
|
863
|
-
})
|
|
864
|
-
.lean() // lean(2024-07-30~)
|
|
865
|
-
.exec();
|
|
866
|
-
if (doc === null) {
|
|
867
|
-
throw new factory.errors.NotFound(this.orderModel.modelName);
|
|
819
|
+
async updateChangeableAttributes(params) {
|
|
820
|
+
const updatedAt = new Date();
|
|
821
|
+
const { orderNumber, project, name } = params;
|
|
822
|
+
const doc = await this.orderModel.findOneAndUpdate({
|
|
823
|
+
orderNumber: { $eq: orderNumber },
|
|
824
|
+
'project.id': { $eq: project.id },
|
|
825
|
+
typeOf: { $eq: factory.order.OrderType.Order }
|
|
826
|
+
}, {
|
|
827
|
+
$set: {
|
|
828
|
+
...(typeof name === 'string') ? { name } : undefined
|
|
868
829
|
}
|
|
869
|
-
|
|
870
|
-
|
|
830
|
+
}, {
|
|
831
|
+
new: false,
|
|
832
|
+
projection: {
|
|
833
|
+
_id: 1
|
|
834
|
+
// updatedAt: 1 // discontinue(2024-06-17~)
|
|
835
|
+
}
|
|
836
|
+
})
|
|
837
|
+
.lean() // lean(2024-07-30~)
|
|
838
|
+
.exec();
|
|
839
|
+
if (doc === null) {
|
|
840
|
+
throw new factory.errors.NotFound(this.orderModel.modelName);
|
|
841
|
+
}
|
|
842
|
+
return { updatedAt };
|
|
871
843
|
}
|
|
872
844
|
/**
|
|
873
845
|
* 注文後に決済方法区分を確定する
|
|
874
846
|
*/
|
|
875
|
-
fixPaymentMethodIdentifier(params) {
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
// TODO 互換性維持対応としてtypeOfも変更しているが、そのうち廃止(2023-08-30)
|
|
887
|
-
'paymentMethods.$[invoice].typeOf': params.invoice.paymentMethod.identifier
|
|
888
|
-
}
|
|
889
|
-
}, {
|
|
890
|
-
arrayFilters: [{ 'invoice.paymentMethodId': { $eq: params.invoice.paymentMethodId } }],
|
|
891
|
-
new: true,
|
|
892
|
-
projection: {
|
|
893
|
-
_id: 1
|
|
894
|
-
}
|
|
895
|
-
})
|
|
896
|
-
.lean() // lean(2024-07-30~)
|
|
897
|
-
.exec();
|
|
898
|
-
if (doc === null) {
|
|
899
|
-
throw new factory.errors.NotFound(this.orderModel.modelName);
|
|
900
|
-
}
|
|
901
|
-
});
|
|
902
|
-
}
|
|
903
|
-
projectFieldsById(params) {
|
|
904
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
905
|
-
const projection = {
|
|
906
|
-
// _id: 1
|
|
907
|
-
_id: 0, // hide _id(2024-07-25~)
|
|
908
|
-
id: { $toString: '$_id' }
|
|
909
|
-
};
|
|
910
|
-
if (Array.isArray(params.inclusion) && params.inclusion.length > 0) {
|
|
911
|
-
params.inclusion.forEach((field) => {
|
|
912
|
-
// if (String(field) !== 'acceptedOffers' && field !== '_id' && field !== 'id') {
|
|
913
|
-
// projection[field] = 1;
|
|
914
|
-
// }
|
|
915
|
-
if (AVAILABLE_PROJECT_FIELDS.includes(field)) {
|
|
916
|
-
projection[field] = 1;
|
|
917
|
-
}
|
|
918
|
-
});
|
|
847
|
+
async fixPaymentMethodIdentifier(params) {
|
|
848
|
+
const doc = await this.orderModel.findOneAndUpdate({
|
|
849
|
+
orderNumber: { $eq: params.orderNumber },
|
|
850
|
+
'project.id': { $eq: params.project.id },
|
|
851
|
+
typeOf: { $eq: factory.order.OrderType.Order },
|
|
852
|
+
'paymentMethods.paymentMethodId': { $exists: true, $eq: params.invoice.paymentMethodId }
|
|
853
|
+
}, {
|
|
854
|
+
$set: {
|
|
855
|
+
'paymentMethods.$[invoice].paymentMethod.identifier': params.invoice.paymentMethod.identifier,
|
|
856
|
+
// TODO 互換性維持対応としてtypeOfも変更しているが、そのうち廃止(2023-08-30)
|
|
857
|
+
'paymentMethods.$[invoice].typeOf': params.invoice.paymentMethod.identifier
|
|
919
858
|
}
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
_id: { $eq: params.id },
|
|
926
|
-
typeOf: { $eq: factory.order.OrderType.Order }
|
|
927
|
-
}, projection)
|
|
928
|
-
.lean() // lean(2024-07-25~)
|
|
929
|
-
.exec();
|
|
930
|
-
if (doc === null) {
|
|
931
|
-
throw new factory.errors.NotFound(this.orderModel.modelName);
|
|
859
|
+
}, {
|
|
860
|
+
arrayFilters: [{ 'invoice.paymentMethodId': { $eq: params.invoice.paymentMethodId } }],
|
|
861
|
+
new: true,
|
|
862
|
+
projection: {
|
|
863
|
+
_id: 1
|
|
932
864
|
}
|
|
933
|
-
|
|
934
|
-
|
|
865
|
+
})
|
|
866
|
+
.lean() // lean(2024-07-30~)
|
|
867
|
+
.exec();
|
|
868
|
+
if (doc === null) {
|
|
869
|
+
throw new factory.errors.NotFound(this.orderModel.modelName);
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
async projectFieldsById(params) {
|
|
873
|
+
const projection = {
|
|
874
|
+
// _id: 1
|
|
875
|
+
_id: 0, // hide _id(2024-07-25~)
|
|
876
|
+
id: { $toString: '$_id' }
|
|
877
|
+
};
|
|
878
|
+
if (Array.isArray(params.inclusion) && params.inclusion.length > 0) {
|
|
879
|
+
params.inclusion.forEach((field) => {
|
|
880
|
+
// if (String(field) !== 'acceptedOffers' && field !== '_id' && field !== 'id') {
|
|
881
|
+
// projection[field] = 1;
|
|
882
|
+
// }
|
|
883
|
+
if (AVAILABLE_PROJECT_FIELDS.includes(field)) {
|
|
884
|
+
projection[field] = 1;
|
|
885
|
+
}
|
|
886
|
+
});
|
|
887
|
+
}
|
|
888
|
+
else {
|
|
889
|
+
// discontinue(2024-07-25~)
|
|
890
|
+
throw new factory.errors.ArgumentNull('inclusion', 'inclusion must be specified');
|
|
891
|
+
}
|
|
892
|
+
const doc = await this.orderModel.findOne({
|
|
893
|
+
_id: { $eq: params.id },
|
|
894
|
+
typeOf: { $eq: factory.order.OrderType.Order }
|
|
895
|
+
}, projection)
|
|
896
|
+
.lean() // lean(2024-07-25~)
|
|
897
|
+
.exec();
|
|
898
|
+
if (doc === null) {
|
|
899
|
+
throw new factory.errors.NotFound(this.orderModel.modelName);
|
|
900
|
+
}
|
|
901
|
+
return doc;
|
|
935
902
|
}
|
|
936
903
|
/**
|
|
937
904
|
* 注文番号から注文を取得する
|
|
938
905
|
*/
|
|
939
|
-
projectFieldsByOrderNumber(
|
|
906
|
+
async projectFieldsByOrderNumber(
|
|
940
907
|
// public async findByOrderNumber(
|
|
941
908
|
params) {
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
return doc;
|
|
972
|
-
});
|
|
909
|
+
const projection = {
|
|
910
|
+
_id: 0, // hide _id(2024-07-25~)
|
|
911
|
+
id: { $toString: '$_id' }
|
|
912
|
+
};
|
|
913
|
+
if (Array.isArray(params.inclusion) && params.inclusion.length > 0) {
|
|
914
|
+
params.inclusion.forEach((field) => {
|
|
915
|
+
// if (String(field) !== 'acceptedOffers' && field !== '_id' && field !== 'id') {
|
|
916
|
+
// projection[field] = 1;
|
|
917
|
+
// }
|
|
918
|
+
if (AVAILABLE_PROJECT_FIELDS.includes(field)) {
|
|
919
|
+
projection[field] = 1;
|
|
920
|
+
}
|
|
921
|
+
});
|
|
922
|
+
}
|
|
923
|
+
else {
|
|
924
|
+
// discontinue(2024-07-25~)
|
|
925
|
+
throw new factory.errors.ArgumentNull('inclusion', 'inclusion must be specified');
|
|
926
|
+
}
|
|
927
|
+
const doc = await this.orderModel.findOne({
|
|
928
|
+
orderNumber: { $eq: params.orderNumber },
|
|
929
|
+
'project.id': { $eq: params.project.id },
|
|
930
|
+
typeOf: { $eq: factory.order.OrderType.Order }
|
|
931
|
+
}, projection)
|
|
932
|
+
.lean() // lean(2024-07-25~)
|
|
933
|
+
.exec();
|
|
934
|
+
if (doc === null) {
|
|
935
|
+
throw new factory.errors.NotFound(this.orderModel.modelName);
|
|
936
|
+
}
|
|
937
|
+
return doc;
|
|
973
938
|
}
|
|
974
|
-
findByOrderNumberAndReservationId(params) {
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
}
|
|
988
|
-
|
|
939
|
+
async findByOrderNumberAndReservationId(params) {
|
|
940
|
+
const projection = {
|
|
941
|
+
orderStatus: 1,
|
|
942
|
+
typeOf: 1,
|
|
943
|
+
orderNumber: 1,
|
|
944
|
+
_id: 0
|
|
945
|
+
};
|
|
946
|
+
const doc = await this.orderModel.findOne({
|
|
947
|
+
orderNumber: { $eq: params.orderNumber },
|
|
948
|
+
'project.id': { $eq: params.project.id },
|
|
949
|
+
typeOf: { $eq: factory.order.OrderType.Order },
|
|
950
|
+
acceptedOffers: {
|
|
951
|
+
$elemMatch: {
|
|
952
|
+
'itemOffered.typeOf': { $in: [factory.reservationType.BusReservation, factory.reservationType.EventReservation] },
|
|
953
|
+
'itemOffered.id': { $eq: params.reservationId }
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
...(typeof params.seller?.id === 'string')
|
|
989
957
|
? { 'seller.id': { $exists: true, $eq: params.seller.id } }
|
|
990
|
-
: undefined
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
958
|
+
: undefined
|
|
959
|
+
}, projection)
|
|
960
|
+
// projection的にleanで十分
|
|
961
|
+
.lean()
|
|
962
|
+
.exec();
|
|
963
|
+
if (doc === null) {
|
|
964
|
+
throw new factory.errors.NotFound(this.orderModel.modelName);
|
|
965
|
+
}
|
|
966
|
+
return doc;
|
|
999
967
|
}
|
|
1000
968
|
/**
|
|
1001
969
|
* 注文番号で削除する
|
|
1002
970
|
*/
|
|
1003
|
-
deleteByOrderNumber(params) {
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
.exec();
|
|
1010
|
-
});
|
|
971
|
+
async deleteByOrderNumber(params) {
|
|
972
|
+
await this.orderModel.deleteOne({
|
|
973
|
+
orderNumber: { $eq: params.orderNumber },
|
|
974
|
+
typeOf: { $eq: factory.order.OrderType.Order }
|
|
975
|
+
})
|
|
976
|
+
.exec();
|
|
1011
977
|
}
|
|
1012
|
-
count(params) {
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
.exec();
|
|
1018
|
-
});
|
|
978
|
+
async count(params) {
|
|
979
|
+
const conditions = OrderRepo.CREATE_MONGO_CONDITIONS(params);
|
|
980
|
+
return this.orderModel.countDocuments((conditions.length > 0) ? { $and: conditions } : {})
|
|
981
|
+
.setOptions({ maxTimeMS: settings_1.MONGO_MAX_TIME_MS })
|
|
982
|
+
.exec();
|
|
1019
983
|
}
|
|
1020
984
|
/**
|
|
1021
985
|
* 注文を検索する(inclusion projection)
|
|
1022
986
|
* redefine from search(2024-07-31~)
|
|
1023
987
|
*/
|
|
1024
|
-
projectFields(params, options) {
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
988
|
+
async projectFields(params, options) {
|
|
989
|
+
const { inclusion } = options;
|
|
990
|
+
const conditions = OrderRepo.CREATE_MONGO_CONDITIONS(params);
|
|
991
|
+
let projectStage = {};
|
|
992
|
+
const positiveProjectionFields = (Array.isArray(inclusion))
|
|
993
|
+
? inclusion.filter((key) => AVAILABLE_PROJECT_FIELDS.includes(key))
|
|
994
|
+
: [];
|
|
995
|
+
if (Array.isArray(positiveProjectionFields) && positiveProjectionFields.length > 0) {
|
|
996
|
+
projectStage = {
|
|
997
|
+
_id: 0, // hide _id(2024-07-25~)
|
|
998
|
+
id: { $toString: '$_id' },
|
|
999
|
+
...Object.fromEntries(positiveProjectionFields.map((key) => ([key, 1])))
|
|
1000
|
+
};
|
|
1001
|
+
}
|
|
1002
|
+
else {
|
|
1003
|
+
throw new factory.errors.ArgumentNull('inclusion', 'inclusion must be specified');
|
|
1004
|
+
}
|
|
1005
|
+
const query = this.orderModel.find((conditions.length > 0) ? { $and: conditions } : {}, projectStage);
|
|
1006
|
+
if (typeof params.limit === 'number' && params.limit > 0) {
|
|
1007
|
+
const page = (typeof params.page === 'number' && params.page > 0) ? params.page : 1;
|
|
1008
|
+
query.limit(params.limit)
|
|
1009
|
+
.skip(params.limit * (page - 1));
|
|
1010
|
+
}
|
|
1011
|
+
/* istanbul ignore else */
|
|
1012
|
+
if (params.sort?.orderDate !== undefined) {
|
|
1013
|
+
query.sort({ orderDate: params.sort.orderDate });
|
|
1014
|
+
}
|
|
1015
|
+
// const explainResult = await (<any>query).explain();
|
|
1016
|
+
// console.log(explainResult[0].executionStats.allPlansExecution.map((e: any) => e.executionStages.inputStage));
|
|
1017
|
+
return query.setOptions({ maxTimeMS: settings_1.MONGO_MAX_TIME_MS })
|
|
1018
|
+
.lean() // lean(2024-07-25~)
|
|
1019
|
+
.exec();
|
|
1056
1020
|
}
|
|
1057
1021
|
getCursor(conditions, projection) {
|
|
1058
1022
|
return this.orderModel.find(conditions, projection)
|
|
1059
1023
|
.sort({ orderDate: factory.sortType.Descending })
|
|
1060
1024
|
.cursor();
|
|
1061
1025
|
}
|
|
1062
|
-
unsetUnnecessaryFields(params) {
|
|
1063
|
-
return
|
|
1064
|
-
|
|
1065
|
-
.exec();
|
|
1066
|
-
});
|
|
1026
|
+
async unsetUnnecessaryFields(params) {
|
|
1027
|
+
return this.orderModel.updateMany(params.filter, { $unset: params.$unset }, { timestamps: false })
|
|
1028
|
+
.exec();
|
|
1067
1029
|
}
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1030
|
+
async aggregateOrder(params) {
|
|
1031
|
+
const matchConditions = {
|
|
1032
|
+
orderDate: {
|
|
1033
|
+
$gte: params.orderDate.$gte,
|
|
1034
|
+
$lte: params.orderDate.$lte
|
|
1035
|
+
},
|
|
1036
|
+
typeOf: { $eq: factory.order.OrderType.Order },
|
|
1037
|
+
...(typeof params.project?.id?.$ne === 'string')
|
|
1076
1038
|
? { 'project.id': { $ne: params.project.id.$ne } }
|
|
1077
|
-
: undefined
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
}
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
}
|
|
1100
|
-
}
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1039
|
+
: undefined
|
|
1040
|
+
};
|
|
1041
|
+
const aggregations = await this.orderModel.aggregate([
|
|
1042
|
+
{ $match: matchConditions },
|
|
1043
|
+
{
|
|
1044
|
+
$project: {
|
|
1045
|
+
typeOf: '$typeOf',
|
|
1046
|
+
price: '$price',
|
|
1047
|
+
numAcceptedOffers: { $size: '$acceptedOffers' }
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
$group: {
|
|
1052
|
+
_id: '$typeOf',
|
|
1053
|
+
orderCount: { $sum: 1 },
|
|
1054
|
+
totalNumAcceptedOffer: { $sum: '$numAcceptedOffers' },
|
|
1055
|
+
maxNumAcceptedOffer: { $max: '$numAcceptedOffers' },
|
|
1056
|
+
minNumAcceptedOffer: { $min: '$numAcceptedOffers' },
|
|
1057
|
+
avgNumAcceptedOffer: { $avg: '$numAcceptedOffers' },
|
|
1058
|
+
totalPrice: { $sum: '$price' },
|
|
1059
|
+
maxPrice: { $max: '$price' },
|
|
1060
|
+
minPrice: { $min: '$price' },
|
|
1061
|
+
avgPrice: { $avg: '$price' }
|
|
1062
|
+
}
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
$project: {
|
|
1066
|
+
_id: 0,
|
|
1067
|
+
orderCount: '$orderCount',
|
|
1068
|
+
totalNumAcceptedOffer: '$totalNumAcceptedOffer',
|
|
1069
|
+
maxNumAcceptedOffer: '$maxNumAcceptedOffer',
|
|
1070
|
+
minNumAcceptedOffer: '$minNumAcceptedOffer',
|
|
1071
|
+
avgNumAcceptedOffer: '$avgNumAcceptedOffer',
|
|
1072
|
+
totalPrice: '$totalPrice',
|
|
1073
|
+
maxPrice: '$maxPrice',
|
|
1074
|
+
minPrice: '$minPrice',
|
|
1075
|
+
avgPrice: '$avgPrice'
|
|
1114
1076
|
}
|
|
1115
|
-
])
|
|
1116
|
-
.exec();
|
|
1117
|
-
if (aggregations.length === 0) {
|
|
1118
|
-
return {
|
|
1119
|
-
aggregation: {
|
|
1120
|
-
orderCount: 0,
|
|
1121
|
-
totalNumAcceptedOffer: 0,
|
|
1122
|
-
maxNumAcceptedOffer: 0,
|
|
1123
|
-
minNumAcceptedOffer: 0,
|
|
1124
|
-
avgNumAcceptedOffer: 0,
|
|
1125
|
-
totalPrice: 0,
|
|
1126
|
-
maxPrice: 0,
|
|
1127
|
-
minPrice: 0,
|
|
1128
|
-
avgPrice: 0
|
|
1129
|
-
}
|
|
1130
|
-
};
|
|
1131
1077
|
}
|
|
1132
|
-
|
|
1133
|
-
|
|
1078
|
+
])
|
|
1079
|
+
.exec();
|
|
1080
|
+
if (aggregations.length === 0) {
|
|
1081
|
+
return {
|
|
1082
|
+
aggregation: {
|
|
1083
|
+
orderCount: 0,
|
|
1084
|
+
totalNumAcceptedOffer: 0,
|
|
1085
|
+
maxNumAcceptedOffer: 0,
|
|
1086
|
+
minNumAcceptedOffer: 0,
|
|
1087
|
+
avgNumAcceptedOffer: 0,
|
|
1088
|
+
totalPrice: 0,
|
|
1089
|
+
maxPrice: 0,
|
|
1090
|
+
minPrice: 0,
|
|
1091
|
+
avgPrice: 0
|
|
1092
|
+
}
|
|
1093
|
+
};
|
|
1094
|
+
}
|
|
1095
|
+
return { aggregation: aggregations[0] };
|
|
1134
1096
|
}
|
|
1135
|
-
aggregateOrderOfSeat(params) {
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1097
|
+
async aggregateOrderOfSeat(params) {
|
|
1098
|
+
const seatNumber = params.acceptedOffers.itemOffered.reservedTicket.ticketedSeat.seatNumber;
|
|
1099
|
+
const screenCode = params.acceptedOffers.itemOffered.reservationFor.location.branchCode;
|
|
1100
|
+
const movieTheaterCode = params.acceptedOffers.itemOffered.reservationFor.superEvent.location.branchCode;
|
|
1101
|
+
const customerEmailIn = params.customer?.email?.$in;
|
|
1102
|
+
const matchConditions = {
|
|
1103
|
+
orderDate: {
|
|
1104
|
+
$gte: params.orderDate.$gte,
|
|
1105
|
+
$lte: params.orderDate.$lte
|
|
1106
|
+
},
|
|
1107
|
+
typeOf: { $eq: factory.order.OrderType.Order },
|
|
1108
|
+
'project.id': { $eq: params.project.id.$eq },
|
|
1109
|
+
'acceptedOffers.itemOffered.reservationFor.superEvent.location.branchCode': { $exists: true, $eq: movieTheaterCode },
|
|
1110
|
+
'acceptedOffers.itemOffered.reservationFor.location.branchCode': { $exists: true, $eq: screenCode },
|
|
1111
|
+
'acceptedOffers.itemOffered.reservedTicket.ticketedSeat.seatNumber': { $exists: true, $eq: seatNumber },
|
|
1112
|
+
...(Array.isArray(customerEmailIn))
|
|
1146
1113
|
? { 'customer.email': { $exists: true, $in: customerEmailIn } }
|
|
1147
|
-
: undefined
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
$count: 'emailCount'
|
|
1114
|
+
: undefined
|
|
1115
|
+
};
|
|
1116
|
+
const aggregations4email = await this.orderModel.aggregate([
|
|
1117
|
+
{ $match: matchConditions },
|
|
1118
|
+
{
|
|
1119
|
+
$group: {
|
|
1120
|
+
_id: '$customer.email'
|
|
1157
1121
|
}
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
$group: {
|
|
1176
|
-
_id: '$typeOf',
|
|
1177
|
-
orderCount: { $sum: 1 },
|
|
1178
|
-
sumGraceTime: { $sum: '$graceTime' }
|
|
1179
|
-
}
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
$project: {
|
|
1183
|
-
_id: 0,
|
|
1184
|
-
orderCount: '$orderCount',
|
|
1185
|
-
sumGraceTime: '$sumGraceTime'
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
$count: 'emailCount'
|
|
1125
|
+
}
|
|
1126
|
+
])
|
|
1127
|
+
.exec();
|
|
1128
|
+
const emailCount = (aggregations4email.length > 0) ? aggregations4email[0].emailCount : 0;
|
|
1129
|
+
const aggregations = await this.orderModel.aggregate([
|
|
1130
|
+
{ $match: matchConditions },
|
|
1131
|
+
{
|
|
1132
|
+
$project: {
|
|
1133
|
+
typeOf: '$typeOf',
|
|
1134
|
+
graceTime: {
|
|
1135
|
+
$subtract: [
|
|
1136
|
+
{ $first: '$acceptedOffers.itemOffered.reservationFor.startDate' },
|
|
1137
|
+
'$orderDate'
|
|
1138
|
+
]
|
|
1186
1139
|
}
|
|
1187
1140
|
}
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
$group: {
|
|
1144
|
+
_id: '$typeOf',
|
|
1145
|
+
orderCount: { $sum: 1 },
|
|
1146
|
+
sumGraceTime: { $sum: '$graceTime' }
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
$project: {
|
|
1151
|
+
_id: 0,
|
|
1152
|
+
orderCount: '$orderCount',
|
|
1153
|
+
sumGraceTime: '$sumGraceTime'
|
|
1154
|
+
}
|
|
1196
1155
|
}
|
|
1156
|
+
])
|
|
1157
|
+
.exec();
|
|
1158
|
+
if (aggregations.length === 0) {
|
|
1197
1159
|
return {
|
|
1198
|
-
aggregation:
|
|
1160
|
+
aggregation: {
|
|
1161
|
+
orderCount: 0
|
|
1162
|
+
}
|
|
1199
1163
|
};
|
|
1200
|
-
}
|
|
1164
|
+
}
|
|
1165
|
+
return {
|
|
1166
|
+
aggregation: {
|
|
1167
|
+
...aggregations[0],
|
|
1168
|
+
emailCount
|
|
1169
|
+
}
|
|
1170
|
+
};
|
|
1201
1171
|
}
|
|
1202
|
-
aggregateOrderOfCustomerByProject(params) {
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
{
|
|
1223
|
-
$group: {
|
|
1224
|
-
_id: '$typeOf',
|
|
1225
|
-
orderCount: { $sum: 1 },
|
|
1226
|
-
sumGraceTime: { $sum: '$graceTime' }
|
|
1227
|
-
}
|
|
1228
|
-
},
|
|
1229
|
-
{
|
|
1230
|
-
$project: {
|
|
1231
|
-
_id: 0,
|
|
1232
|
-
orderCount: '$orderCount',
|
|
1233
|
-
sumGraceTime: '$sumGraceTime'
|
|
1172
|
+
async aggregateOrderOfCustomerByProject(params) {
|
|
1173
|
+
const matchConditions = {
|
|
1174
|
+
orderDate: {
|
|
1175
|
+
$gte: params.orderDate.$gte,
|
|
1176
|
+
$lte: params.orderDate.$lte
|
|
1177
|
+
},
|
|
1178
|
+
typeOf: { $eq: factory.order.OrderType.Order },
|
|
1179
|
+
...(typeof params.project?.id.$eq === 'string') ? { 'project.id': { $eq: params.project.id.$eq } } : undefined,
|
|
1180
|
+
'customer.email': { $exists: true, $eq: params.customer.email.$eq }
|
|
1181
|
+
};
|
|
1182
|
+
const aggregations = await this.orderModel.aggregate([
|
|
1183
|
+
{ $match: matchConditions },
|
|
1184
|
+
{
|
|
1185
|
+
$project: {
|
|
1186
|
+
typeOf: '$typeOf',
|
|
1187
|
+
graceTime: {
|
|
1188
|
+
$subtract: [
|
|
1189
|
+
{ $first: '$acceptedOffers.itemOffered.reservationFor.startDate' },
|
|
1190
|
+
'$orderDate'
|
|
1191
|
+
]
|
|
1234
1192
|
}
|
|
1235
1193
|
}
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
$group: {
|
|
1197
|
+
_id: '$typeOf',
|
|
1198
|
+
orderCount: { $sum: 1 },
|
|
1199
|
+
sumGraceTime: { $sum: '$graceTime' }
|
|
1200
|
+
}
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
$project: {
|
|
1204
|
+
_id: 0,
|
|
1205
|
+
orderCount: '$orderCount',
|
|
1206
|
+
sumGraceTime: '$sumGraceTime'
|
|
1207
|
+
}
|
|
1244
1208
|
}
|
|
1209
|
+
])
|
|
1210
|
+
.exec();
|
|
1211
|
+
if (aggregations.length === 0) {
|
|
1245
1212
|
return {
|
|
1246
|
-
aggregation:
|
|
1213
|
+
aggregation: {
|
|
1214
|
+
orderCount: 0
|
|
1215
|
+
}
|
|
1247
1216
|
};
|
|
1248
|
-
}
|
|
1217
|
+
}
|
|
1218
|
+
return {
|
|
1219
|
+
aggregation: {
|
|
1220
|
+
...aggregations[0]
|
|
1221
|
+
}
|
|
1222
|
+
};
|
|
1249
1223
|
}
|
|
1250
|
-
aggregateOrderOfCustomerGlobally(params) {
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
{
|
|
1263
|
-
|
|
1264
|
-
typeOf: '$typeOf'
|
|
1265
|
-
}
|
|
1266
|
-
},
|
|
1267
|
-
{
|
|
1268
|
-
$group: {
|
|
1269
|
-
_id: '$typeOf',
|
|
1270
|
-
orderCount: { $sum: 1 }
|
|
1271
|
-
}
|
|
1272
|
-
},
|
|
1273
|
-
{
|
|
1274
|
-
$project: {
|
|
1275
|
-
_id: 0,
|
|
1276
|
-
orderCount: '$orderCount'
|
|
1277
|
-
}
|
|
1224
|
+
async aggregateOrderOfCustomerGlobally(params) {
|
|
1225
|
+
const matchConditions = {
|
|
1226
|
+
orderDate: {
|
|
1227
|
+
$gte: params.orderDate.$gte,
|
|
1228
|
+
$lte: params.orderDate.$lte
|
|
1229
|
+
},
|
|
1230
|
+
typeOf: { $eq: factory.order.OrderType.Order },
|
|
1231
|
+
'customer.email': { $exists: true, $eq: params.customer.email.$eq }
|
|
1232
|
+
};
|
|
1233
|
+
const aggregations = await this.orderModel.aggregate([
|
|
1234
|
+
{ $match: matchConditions },
|
|
1235
|
+
{
|
|
1236
|
+
$project: {
|
|
1237
|
+
typeOf: '$typeOf'
|
|
1278
1238
|
}
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
orderCount: 0,
|
|
1285
|
-
aggregateProject: { projectCount: 0 }
|
|
1286
|
-
}
|
|
1287
|
-
};
|
|
1288
|
-
}
|
|
1289
|
-
const aggregations2 = yield this.orderModel.aggregate([
|
|
1290
|
-
{ $match: matchConditions },
|
|
1291
|
-
{
|
|
1292
|
-
$project: {
|
|
1293
|
-
project: '$project'
|
|
1294
|
-
}
|
|
1295
|
-
},
|
|
1296
|
-
{
|
|
1297
|
-
$group: {
|
|
1298
|
-
_id: '$project.id'
|
|
1299
|
-
}
|
|
1300
|
-
},
|
|
1301
|
-
{
|
|
1302
|
-
$count: 'projectCount'
|
|
1303
|
-
},
|
|
1304
|
-
{
|
|
1305
|
-
$project: {
|
|
1306
|
-
aggregateProject: { projectCount: '$projectCount' }
|
|
1307
|
-
}
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
$group: {
|
|
1242
|
+
_id: '$typeOf',
|
|
1243
|
+
orderCount: { $sum: 1 }
|
|
1308
1244
|
}
|
|
1309
|
-
|
|
1310
|
-
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
$project: {
|
|
1248
|
+
_id: 0,
|
|
1249
|
+
orderCount: '$orderCount'
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
])
|
|
1253
|
+
.exec();
|
|
1254
|
+
if (aggregations.length === 0) {
|
|
1311
1255
|
return {
|
|
1312
|
-
aggregation:
|
|
1256
|
+
aggregation: {
|
|
1257
|
+
orderCount: 0,
|
|
1258
|
+
aggregateProject: { projectCount: 0 }
|
|
1259
|
+
}
|
|
1313
1260
|
};
|
|
1314
|
-
}
|
|
1261
|
+
}
|
|
1262
|
+
const aggregations2 = await this.orderModel.aggregate([
|
|
1263
|
+
{ $match: matchConditions },
|
|
1264
|
+
{
|
|
1265
|
+
$project: {
|
|
1266
|
+
project: '$project'
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
$group: {
|
|
1271
|
+
_id: '$project.id'
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
$count: 'projectCount'
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
$project: {
|
|
1279
|
+
aggregateProject: { projectCount: '$projectCount' }
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
])
|
|
1283
|
+
.exec();
|
|
1284
|
+
return {
|
|
1285
|
+
aggregation: {
|
|
1286
|
+
...aggregations[0],
|
|
1287
|
+
...aggregations2[0]
|
|
1288
|
+
}
|
|
1289
|
+
};
|
|
1315
1290
|
}
|
|
1316
1291
|
}
|
|
1317
1292
|
exports.OrderRepo = OrderRepo;
|