@chevre/domain 23.2.0-alpha.62 → 23.2.0-alpha.64
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 +2 -2
- 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 +1 -1
- 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 +2 -2
- 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 +2 -2
- 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 +1 -1
- package/example/src/chevre/event/updateSellerMakesOffersByIdentifier.ts +2 -2
- package/example/src/chevre/eventSeries/unsetVideoFormat.ts +1 -1
- package/example/src/chevre/eventSeries/upsertScreeningEventSeriesByVersion.ts +2 -2
- 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/offerCatalog/upsertOfferCatalogItemsByIdentifier.ts +1 -1
- package/example/src/chevre/offerCatalog/upsertOfferCatalogsByIdentifier.ts +1 -1
- 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/offers/upsertOffersByIdentifier.ts +1 -1
- package/example/src/chevre/optimizeActions.ts +2 -2
- package/example/src/chevre/orderNumber/testRandomness.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- package/example/src/chevre/place/checkSectionCount.ts +1 -1
- package/example/src/chevre/place/findRooms.ts +1 -1
- package/example/src/chevre/place/findSections.ts +1 -1
- 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 +1 -1
- package/example/src/chevre/place/upsertMovieTheatersByBranchCode.ts +1 -1
- package/example/src/chevre/place/upsertRoomsByBranchCode.ts +1 -1
- package/example/src/chevre/place/upsertSeatSectionsByBranchCode.ts +1 -1
- 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 +1 -1
- package/example/src/chevre/recreateRefundTasks.ts +2 -2
- package/example/src/chevre/roles/addAdminAcceptedPaymentMethodReadPermissionIfNotExists.ts +1 -1
- package/example/src/chevre/roles/addAdminAcceptedPaymentMethodWritePermissionIfNotExists.ts +1 -1
- 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 +1 -1
- package/example/src/chevre/roles/addAdminRoomWritePermissionIfNotExists.ts +1 -1
- 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 +2 -2
- package/example/src/chevre/settings/addTransactionNumberSetting.ts +2 -2
- 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 +1 -1
- package/example/src/chevre/transactionNumber/testRandomness.ts +1 -1
- package/example/src/chevre/unsetUnnecessaryFields.ts +2 -2
- 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.js +26 -3
- package/lib/chevre/emailMessageBuilder.js +25 -2
- package/lib/chevre/errorHandler.js +26 -8
- 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.js +24 -1
- package/lib/chevre/factory/taskIdentifier.js +25 -2
- package/lib/chevre/factory/transactionNumber.js +29 -5
- package/lib/chevre/index.js +32 -9
- package/lib/chevre/repo/acceptedOffer.js +24 -2
- package/lib/chevre/repo/acceptedPaymentMethod.js +24 -2
- package/lib/chevre/repo/account.js +24 -18
- package/lib/chevre/repo/accountTitle.js +24 -1
- package/lib/chevre/repo/accountTransaction.js +29 -10
- package/lib/chevre/repo/accountingReport.js +24 -1
- package/lib/chevre/repo/action.js +29 -10
- package/lib/chevre/repo/additionalProperty.js +24 -3
- package/lib/chevre/repo/advanceBookingRequirement.js +24 -2
- package/lib/chevre/repo/aggregateOffer.js +32 -11
- package/lib/chevre/repo/aggregateOrder.js +24 -1
- package/lib/chevre/repo/aggregateReservation.js +24 -1
- package/lib/chevre/repo/aggregation.js +24 -1
- package/lib/chevre/repo/assetTransaction.js +29 -20
- package/lib/chevre/repo/authorization.js +30 -11
- package/lib/chevre/repo/categoryCode.js +24 -6
- package/lib/chevre/repo/comment.js +24 -2
- package/lib/chevre/repo/concurrentLock.js +24 -1
- package/lib/chevre/repo/confirmationNumber.js +8 -9
- package/lib/chevre/repo/creativeWork.js +24 -7
- package/lib/chevre/repo/credentials.js +0 -1
- package/lib/chevre/repo/customer.js +24 -2
- package/lib/chevre/repo/customerType.js +0 -1
- package/lib/chevre/repo/emailMessage.js +24 -2
- package/lib/chevre/repo/event.js +25 -23
- package/lib/chevre/repo/eventOffer.js +24 -1
- package/lib/chevre/repo/eventSellerMakesOffer.js +24 -1
- package/lib/chevre/repo/eventSeries.js +28 -19
- package/lib/chevre/repo/identity.js +24 -2
- package/lib/chevre/repo/identityProvider.js +24 -2
- package/lib/chevre/repo/issuer.js +24 -1
- package/lib/chevre/repo/member.js +24 -2
- package/lib/chevre/repo/memberProgram.js +24 -1
- package/lib/chevre/repo/merchantReturnPolicy.js +24 -3
- package/lib/chevre/repo/message.js +24 -1
- package/lib/chevre/repo/mongoose/onIndexCreated.js +0 -1
- package/lib/chevre/repo/mongoose/schemas/eventSeries.js +24 -1
- package/lib/chevre/repo/mongoose/schemas/member.js +24 -1
- package/lib/chevre/repo/mongoose/schemas/task.js +0 -1
- package/lib/chevre/repo/mongoose/schemas/transaction.js +24 -1
- package/lib/chevre/repo/movieTicketType.js +24 -7
- package/lib/chevre/repo/note.js +24 -2
- package/lib/chevre/repo/noteAboutOrder.js +24 -1
- package/lib/chevre/repo/offer/unitPriceInCatalog.js +24 -3
- package/lib/chevre/repo/offerCatalog.js +27 -5
- package/lib/chevre/repo/offerCatalogItem.js +24 -2
- package/lib/chevre/repo/offerItemCondition.js +24 -1
- package/lib/chevre/repo/order.js +24 -40
- package/lib/chevre/repo/orderInTransaction.js +24 -1
- package/lib/chevre/repo/orderNumber.js +31 -9
- package/lib/chevre/repo/ownershipInfo.js +25 -10
- package/lib/chevre/repo/passport.js +33 -8
- package/lib/chevre/repo/paymentMethod/creditCard.js +25 -4
- package/lib/chevre/repo/paymentService.js +24 -3
- package/lib/chevre/repo/paymentServiceChannel.js +24 -2
- package/lib/chevre/repo/paymentServiceProvider.js +24 -1
- package/lib/chevre/repo/pendingReservation.js +29 -6
- package/lib/chevre/repo/permit.js +24 -1
- package/lib/chevre/repo/person.js +24 -20
- package/lib/chevre/repo/place/busStop.js +24 -5
- package/lib/chevre/repo/place/entranceGate.js +24 -1
- package/lib/chevre/repo/place/hasPOS.js +24 -1
- package/lib/chevre/repo/place/movieTheater.js +24 -4
- package/lib/chevre/repo/place/screeningRoom.js +24 -3
- package/lib/chevre/repo/place/seat.js +24 -8
- package/lib/chevre/repo/place/section.js +24 -6
- package/lib/chevre/repo/potentialAction.js +24 -2
- package/lib/chevre/repo/priceSpecification.js +24 -7
- package/lib/chevre/repo/product.js +24 -3
- package/lib/chevre/repo/productHasOfferCatalog.js +24 -1
- package/lib/chevre/repo/productModel.js +24 -2
- package/lib/chevre/repo/productOffer.js +24 -1
- package/lib/chevre/repo/project.js +24 -1
- package/lib/chevre/repo/projectMakesOffer.js +24 -1
- package/lib/chevre/repo/rateLimit/offer.js +32 -7
- package/lib/chevre/repo/reservation.js +24 -55
- package/lib/chevre/repo/role.js +24 -2
- package/lib/chevre/repo/seller.js +24 -4
- package/lib/chevre/repo/sellerMakesOffer.js +24 -1
- package/lib/chevre/repo/sellerPaymentAccepted.js +24 -1
- package/lib/chevre/repo/sellerReturnPolicy.js +24 -2
- package/lib/chevre/repo/serviceOutput.js +24 -3
- package/lib/chevre/repo/serviceOutputIdentifier.js +30 -5
- package/lib/chevre/repo/setting/jwt.js +24 -1
- package/lib/chevre/repo/stockHolder.js +24 -3
- package/lib/chevre/repo/task.js +31 -12
- package/lib/chevre/repo/ticket.js +24 -1
- package/lib/chevre/repo/transaction.js +32 -30
- package/lib/chevre/repo/transactionNumber.js +31 -5
- package/lib/chevre/repo/transactionNumberCounter.js +24 -2
- package/lib/chevre/repo/transactionProcess.js +31 -5
- package/lib/chevre/repo/trip.js +24 -3
- package/lib/chevre/repo/webSite.js +25 -3
- package/lib/chevre/repository.js +114 -92
- package/lib/chevre/service/account.js +24 -4
- package/lib/chevre/service/accountTransaction/deposit.js +24 -1
- package/lib/chevre/service/accountTransaction/factory.js +24 -1
- package/lib/chevre/service/accountTransaction/transfer.js +24 -4
- package/lib/chevre/service/accountTransaction/withdraw.js +24 -1
- package/lib/chevre/service/accountTransaction.js +27 -7
- package/lib/chevre/service/aggregation/event/aggregateOffers.js +33 -7
- package/lib/chevre/service/aggregation/event/aggregateScreeningEvent.js +33 -7
- package/lib/chevre/service/aggregation/event/findEventOffers.js +24 -1
- package/lib/chevre/service/aggregation/event/importFromCOA.js +8 -6
- package/lib/chevre/service/aggregation/project.js +39 -13
- package/lib/chevre/service/aggregation/system.js +75 -49
- package/lib/chevre/service/aggregation.js +26 -3
- package/lib/chevre/service/assetTransaction/cancelReservation/factory.js +24 -1
- package/lib/chevre/service/assetTransaction/cancelReservation/start.js +24 -2
- package/lib/chevre/service/assetTransaction/cancelReservation/startAndConfirm.js +24 -1
- package/lib/chevre/service/assetTransaction/cancelReservation.js +24 -3
- package/lib/chevre/service/assetTransaction/cancelReservationCOA/factory.js +24 -1
- package/lib/chevre/service/assetTransaction/fixInformAction.js +24 -1
- package/lib/chevre/service/assetTransaction/moneyTransfer/potentialActions.js +24 -1
- package/lib/chevre/service/assetTransaction/moneyTransfer.js +31 -7
- package/lib/chevre/service/assetTransaction/pay/cancel.js +24 -1
- package/lib/chevre/service/assetTransaction/pay/check.js +25 -2
- package/lib/chevre/service/assetTransaction/pay/confirm.js +24 -1
- package/lib/chevre/service/assetTransaction/pay/exportTasksById.js +29 -4
- package/lib/chevre/service/assetTransaction/pay/publishPaymentUrl.js +25 -4
- package/lib/chevre/service/assetTransaction/pay/searchGMOTrade.js +25 -2
- package/lib/chevre/service/assetTransaction/pay/start/account/validation.js +24 -1
- package/lib/chevre/service/assetTransaction/pay/start/factory.js +24 -2
- package/lib/chevre/service/assetTransaction/pay/start/preStart/validateAcceptedPaymentMethodIfNeeded.js +29 -5
- package/lib/chevre/service/assetTransaction/pay/start/preStart/validateSeller.js +24 -1
- package/lib/chevre/service/assetTransaction/pay/start/processAuthorizeAccount.js +25 -2
- package/lib/chevre/service/assetTransaction/pay/start/processAuthorizeCreditCard.js +24 -1
- package/lib/chevre/service/assetTransaction/pay/start/processAuthorizeMovieTicket.js +24 -1
- package/lib/chevre/service/assetTransaction/pay/start.js +24 -1
- package/lib/chevre/service/assetTransaction/refund/factory.js +24 -1
- package/lib/chevre/service/assetTransaction/refund/potentialActions.js +24 -1
- package/lib/chevre/service/assetTransaction/refund.js +29 -5
- package/lib/chevre/service/assetTransaction/registerService/factory.js +31 -5
- package/lib/chevre/service/assetTransaction/registerService/potentialActions.js +31 -7
- package/lib/chevre/service/assetTransaction/registerService.js +26 -7
- package/lib/chevre/service/assetTransaction/reserve/cancel.js +24 -1
- package/lib/chevre/service/assetTransaction/reserve/confirm/factory.js +0 -1
- package/lib/chevre/service/assetTransaction/reserve/confirm.js +24 -1
- package/lib/chevre/service/assetTransaction/reserve/exportTasksById.js +24 -2
- package/lib/chevre/service/assetTransaction/reserve/start/createSubReservations.js +40 -18
- package/lib/chevre/service/assetTransaction/reserve/start/factory/createPointAward.js +24 -1
- package/lib/chevre/service/assetTransaction/reserve/start/factory/createReservation.js +34 -10
- package/lib/chevre/service/assetTransaction/reserve/start/factory/createStartParams.js +24 -1
- package/lib/chevre/service/assetTransaction/reserve/start/factory/price.js +24 -1
- package/lib/chevre/service/assetTransaction/reserve/start.js +41 -17
- package/lib/chevre/service/assetTransaction/reserve/validateStartRequest/fixExtendedEventOffer.js +29 -3
- package/lib/chevre/service/assetTransaction/reserve/validateStartRequest/validateIssuedOfferIfExists.js +32 -6
- package/lib/chevre/service/assetTransaction/reserve/validateStartRequest/validateMemberTierIfExists.js +30 -5
- package/lib/chevre/service/assetTransaction/reserve/validateStartRequest/verifyTicketTokenAsNeeded.js +24 -3
- package/lib/chevre/service/assetTransaction/reserve/validateStartRequest.js +31 -5
- package/lib/chevre/service/assetTransaction/reserveCOA/cancel.js +24 -1
- package/lib/chevre/service/assetTransaction/reserveCOA/factory.js +24 -1
- package/lib/chevre/service/assetTransaction.js +30 -7
- package/lib/chevre/service/delivery/factory.js +30 -4
- package/lib/chevre/service/delivery/product/factory.js +32 -6
- package/lib/chevre/service/delivery/reservation/factory.js +30 -4
- package/lib/chevre/service/delivery.js +33 -9
- package/lib/chevre/service/event/processUpdateMovieTheater.js +24 -4
- package/lib/chevre/service/event/saveScreeningEventSeries.js +40 -18
- package/lib/chevre/service/event/saveScreeningEvents.js +36 -16
- package/lib/chevre/service/event.js +38 -15
- package/lib/chevre/service/moneyTransfer.js +31 -5
- package/lib/chevre/service/notification/factory.js +31 -7
- package/lib/chevre/service/notification/notifyAbortedTasksByEmail.js +29 -3
- package/lib/chevre/service/notification/notifyByEmail.js +25 -4
- package/lib/chevre/service/notification/sendEmailMessage.js +25 -2
- package/lib/chevre/service/notification/triggerWebhook.js +25 -4
- package/lib/chevre/service/offer/any.js +29 -3
- package/lib/chevre/service/offer/event/authorize/defaultOffer.js +24 -1
- package/lib/chevre/service/offer/event/authorize/factory.js +34 -10
- package/lib/chevre/service/offer/event/authorize/processStartReserve4chevre/requestedProgramMembershipUsed2permit.js +24 -2
- package/lib/chevre/service/offer/event/authorize/processStartReserve4chevre.js +25 -2
- package/lib/chevre/service/offer/event/authorize.js +24 -4
- package/lib/chevre/service/offer/event/checkAvailability.js +29 -3
- package/lib/chevre/service/offer/event/importFromCOA/factory.js +25 -3
- package/lib/chevre/service/offer/event/importFromCOA.js +24 -1
- package/lib/chevre/service/offer/event/issueEventOfferTicket.js +29 -3
- package/lib/chevre/service/offer/event/searchEventTicketOffers.js +24 -4
- package/lib/chevre/service/offer/event/searchOfferAppliesToMovieTicket.js +24 -1
- package/lib/chevre/service/offer/event/searchOfferCatalogItemAvailability.js +24 -3
- package/lib/chevre/service/offer/event/searchOfferCatalogItems.js +24 -2
- package/lib/chevre/service/offer/event/searchOffersByIds.js +29 -6
- package/lib/chevre/service/offer/event/searchPriceSpecs4event.js +24 -1
- package/lib/chevre/service/offer/event/voidTransaction/processVoidTransaction4chevre.js +24 -1
- package/lib/chevre/service/offer/event/voidTransaction.js +24 -3
- package/lib/chevre/service/offer/event/voidTransactionByActionId.js +24 -1
- package/lib/chevre/service/offer/eventServiceByCOA/acceptOffer/authorize.js +25 -4
- package/lib/chevre/service/offer/eventServiceByCOA/acceptOffer/factory.js +24 -1
- package/lib/chevre/service/offer/eventServiceByCOA/acceptOffer.js +24 -1
- package/lib/chevre/service/offer/eventServiceByCOA/authorize/factory.js +32 -10
- package/lib/chevre/service/offer/eventServiceByCOA/authorize/validateAcceptedOffers.js +24 -4
- package/lib/chevre/service/offer/eventServiceByCOA/authorize.js +29 -4
- package/lib/chevre/service/offer/eventServiceByCOA/authorizeByAcceptAction.js +24 -1
- package/lib/chevre/service/offer/eventServiceByCOA/changeOffers.js +29 -5
- package/lib/chevre/service/offer/eventServiceByCOA/findAcceptAction.js +24 -1
- package/lib/chevre/service/offer/factory.js +24 -2
- package/lib/chevre/service/offer/moneyTransfer/authorize.js +30 -4
- package/lib/chevre/service/offer/moneyTransfer/returnMoneyTransfer.js +31 -5
- package/lib/chevre/service/offer/moneyTransfer/settleTransaction.js +25 -2
- package/lib/chevre/service/offer/moneyTransfer/voidTransaction.js +25 -2
- package/lib/chevre/service/offer/onEventChanged.js +31 -6
- package/lib/chevre/service/offer/product/factory.js +29 -6
- package/lib/chevre/service/offer/product/searchProductOffers.js +24 -2
- package/lib/chevre/service/offer/product.js +25 -4
- package/lib/chevre/service/offer.js +34 -9
- package/lib/chevre/service/order/confirmPayTransaction.js +25 -2
- package/lib/chevre/service/order/createAccountingReportIfNotExist.js +32 -6
- package/lib/chevre/service/order/deleteOrder.js +24 -2
- package/lib/chevre/service/order/findPlaceOrderTransaction.js +24 -1
- package/lib/chevre/service/order/onAssetTransactionStatusChanged.js +29 -5
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderCancelled/factory.js +24 -1
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderCancelled.js +29 -3
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderDelivered/factory.js +24 -1
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderDelivered.js +29 -3
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderDeliveredPartially/factory.js +24 -1
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderDeliveredPartially.js +29 -3
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderInTransit.js +29 -3
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderPaymentDue.js +29 -3
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderProcessing/createSendEmailMessageTaskIfNotExist.js +25 -2
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderProcessing/factory.js +25 -3
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderProcessing/processOrder.js +30 -4
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderProcessing.js +29 -3
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderReturned/factory.js +24 -1
- package/lib/chevre/service/order/onOrderStatusChanged/onOrderReturned.js +29 -3
- package/lib/chevre/service/order/onOrderUpdated/factory.js +24 -1
- package/lib/chevre/service/order/onOrderUpdated.js +24 -1
- package/lib/chevre/service/order/payOrder.js +24 -1
- package/lib/chevre/service/order/placeOrder/createPlacingOrderFromExistingTransaction.js +24 -2
- package/lib/chevre/service/order/placeOrder/factory/orderedItem.js +24 -1
- package/lib/chevre/service/order/placeOrder/factory.js +29 -3
- package/lib/chevre/service/order/placeOrder/voidAcceptedOfferIfNecessary.js +5 -2
- package/lib/chevre/service/order/placeOrder.js +24 -2
- package/lib/chevre/service/order/placeOrderWithoutTransaction.js +24 -1
- package/lib/chevre/service/order/returnOrder.js +29 -4
- package/lib/chevre/service/order/sendOrder.js +29 -4
- package/lib/chevre/service/payment/any/authorize/fixTransactionNumber.js +24 -1
- package/lib/chevre/service/payment/any/authorize/handlePrePublishedPaymentMethodIdOnAuthorizing.js +29 -5
- package/lib/chevre/service/payment/any/factory.js +31 -6
- package/lib/chevre/service/payment/any/fixOrderAsNeeded.js +24 -1
- package/lib/chevre/service/payment/any/onPayActionCompleted.js +24 -1
- package/lib/chevre/service/payment/any/onPaymentStatusChanged/onPaid.js +32 -6
- package/lib/chevre/service/payment/any/onPaymentStatusChanged/onRefunded.js +30 -4
- package/lib/chevre/service/payment/any/onPaymentStatusChanged.js +24 -1
- package/lib/chevre/service/payment/any/onRefundActionCompletedOrFailed.js +24 -2
- package/lib/chevre/service/payment/any/person2username.js +24 -2
- package/lib/chevre/service/payment/any/publishPaymentUrl/fixTransactionNumberOnPublishPaymentUrl.js +24 -1
- package/lib/chevre/service/payment/any/verifyTicketTokenAsNeeded.js +24 -3
- package/lib/chevre/service/payment/any.js +26 -8
- package/lib/chevre/service/payment/creditCard/authorize/handleAuthorizeError.js +29 -3
- package/lib/chevre/service/payment/creditCard/authorize/processAuthorizeCreditCard.js +25 -3
- package/lib/chevre/service/payment/creditCard/authorize/processAuthorizeCreditCard3ds.js +24 -1
- package/lib/chevre/service/payment/creditCard/authorize/processAuthorizeCreditCard3dsResult2recipe.js +24 -1
- package/lib/chevre/service/payment/creditCard/authorize/processAuthorizeCreditCardResult2recipe.js +24 -1
- package/lib/chevre/service/payment/creditCard/authorize.js +30 -4
- package/lib/chevre/service/payment/creditCard/factory.js +24 -1
- package/lib/chevre/service/payment/creditCard/getGMOInfoFromSeller.js +24 -1
- package/lib/chevre/service/payment/creditCard/payCreditCard.js +25 -2
- package/lib/chevre/service/payment/creditCard/refundCreditCard.js +25 -4
- package/lib/chevre/service/payment/creditCard/searchGMOTrade.js +25 -2
- package/lib/chevre/service/payment/creditCard/voidTransaction.js +25 -3
- package/lib/chevre/service/payment/faceToFace.js +24 -1
- package/lib/chevre/service/payment/factory/createPayObjectServiceOutput.js +24 -1
- package/lib/chevre/service/payment/factory.js +24 -2
- package/lib/chevre/service/payment/movieTicket/authorize.js +24 -3
- package/lib/chevre/service/payment/movieTicket/checkMovieTicket.js +24 -1
- package/lib/chevre/service/payment/movieTicket/factory.js +31 -5
- package/lib/chevre/service/payment/movieTicket/getCredentials.js +24 -1
- package/lib/chevre/service/payment/movieTicket/payMovieTicket.js +25 -2
- package/lib/chevre/service/payment/movieTicket/processPurchaseNumberAuth.js +30 -4
- package/lib/chevre/service/payment/movieTicket/refundMovieTicket.js +31 -6
- package/lib/chevre/service/payment/movieTicket/validation.js +29 -4
- package/lib/chevre/service/payment/movieTicket/voidTransaction.js +24 -1
- package/lib/chevre/service/payment/paymentCard.js +31 -6
- package/lib/chevre/service/permit.js +25 -2
- package/lib/chevre/service/product.js +30 -5
- package/lib/chevre/service/report/ownershipInfo.js +6 -3
- package/lib/chevre/service/report/telemetry.js +36 -25
- package/lib/chevre/service/report.js +25 -2
- package/lib/chevre/service/reserve/cancelReservation.js +31 -8
- package/lib/chevre/service/reserve/checkInReservation.js +29 -3
- package/lib/chevre/service/reserve/confirmReservation.js +29 -4
- package/lib/chevre/service/reserve/factory.js +24 -1
- package/lib/chevre/service/reserve/findByCode.js +24 -1
- package/lib/chevre/service/reserve/potentialActions/onPendingReservationCanceled.js +24 -1
- package/lib/chevre/service/reserve/potentialActions/onReservationCanceled.js +24 -2
- package/lib/chevre/service/reserve/potentialActions/onReservationCheckedIn.js +24 -2
- package/lib/chevre/service/reserve/potentialActions/onReservationConfirmed.js +24 -3
- package/lib/chevre/service/reserve/potentialActions/onReservationUsed.js +31 -6
- package/lib/chevre/service/reserve/potentialActions/onReservationsCreated.js +24 -1
- package/lib/chevre/service/reserve/searchByOrder.js +24 -2
- package/lib/chevre/service/reserve/useReservation.js +29 -5
- package/lib/chevre/service/reserve/verifyToken4reservation.js +24 -1
- package/lib/chevre/service/reserveCOA/cancelReservation.js +24 -2
- package/lib/chevre/service/reserveCOA/factory.js +24 -1
- package/lib/chevre/service/task/acceptCOAOffer.js +25 -3
- package/lib/chevre/service/task/aggregateOffers.js +24 -1
- package/lib/chevre/service/task/aggregateScreeningEvent.js +25 -2
- package/lib/chevre/service/task/authorizePayment.js +24 -1
- package/lib/chevre/service/task/cancelPendingReservation.js +25 -2
- package/lib/chevre/service/task/cancelReservation.js +24 -1
- package/lib/chevre/service/task/checkMovieTicket.js +24 -1
- package/lib/chevre/service/task/checkResource.js +24 -1
- package/lib/chevre/service/task/confirmRegisterServiceTransaction.js +29 -3
- package/lib/chevre/service/task/confirmReserveTransaction.js +25 -5
- package/lib/chevre/service/task/createAccountingReport.js +24 -1
- package/lib/chevre/service/task/deletePerson.js +32 -8
- package/lib/chevre/service/task/deleteTransaction.js +24 -1
- package/lib/chevre/service/task/givePointAward.js +25 -2
- package/lib/chevre/service/task/importEventCapacitiesFromCOA.js +26 -3
- package/lib/chevre/service/task/importEventsFromCOA.js +26 -3
- package/lib/chevre/service/task/importOffersFromCOA.js +26 -3
- package/lib/chevre/service/task/moneyTransfer.js +25 -2
- package/lib/chevre/service/task/onAuthorizationCreated.js +24 -2
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByAggregateOffer.js +24 -1
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByEventSeries.js +24 -1
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByMovieTheater.js +24 -1
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByOfferCatalog.js +24 -1
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByProduct.js +24 -1
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesByRoom.js +24 -1
- package/lib/chevre/service/task/onResourceDeleted/deleteResourcesBySeller.js +24 -2
- package/lib/chevre/service/task/onResourceDeleted.js +24 -2
- package/lib/chevre/service/task/onResourceUpdated/onAggregateOfferUpdated.js +24 -1
- package/lib/chevre/service/task/onResourceUpdated/onHasPOSUpdated.js +24 -1
- package/lib/chevre/service/task/onResourceUpdated/onOfferCatalogUpdated.js +24 -1
- package/lib/chevre/service/task/onResourceUpdated/syncCategoryCode.js +24 -1
- package/lib/chevre/service/task/onResourceUpdated/syncOfferCatalog.js +24 -1
- package/lib/chevre/service/task/onResourceUpdated.js +24 -6
- package/lib/chevre/service/task/pay.js +24 -1
- package/lib/chevre/service/task/payment/invalidatePaymentUrlByTask.js +25 -2
- package/lib/chevre/service/task/payment/payByTask.js +33 -7
- package/lib/chevre/service/task/payment/refundByTask.js +28 -5
- package/lib/chevre/service/task/payment/voidPaymentByTask.js +28 -5
- package/lib/chevre/service/task/publishPaymentUrl.js +24 -1
- package/lib/chevre/service/task/refund.js +24 -1
- package/lib/chevre/service/task/returnMoneyTransfer.js +24 -1
- package/lib/chevre/service/task/returnPayTransaction.js +30 -5
- package/lib/chevre/service/task/returnPointAward.js +25 -2
- package/lib/chevre/service/task/returnReserveTransaction.js +32 -6
- package/lib/chevre/service/task/sendOrder.js +24 -1
- package/lib/chevre/service/task/syncResourcesFromCOA.js +33 -12
- package/lib/chevre/service/task/voidPayment.js +24 -1
- package/lib/chevre/service/task/voidReserveTransaction.js +25 -2
- package/lib/chevre/service/task.js +30 -8
- package/lib/chevre/service/taskHandler/onOperationFailed/informTaskIfNeeded.js +29 -3
- package/lib/chevre/service/taskHandler/onOperationFailed.js +24 -1
- package/lib/chevre/service/taskHandler.js +34 -9
- package/lib/chevre/service/transaction/deleteTransaction.js +24 -5
- package/lib/chevre/service/transaction/moneyTransfer/exportTasks/factory.js +30 -7
- package/lib/chevre/service/transaction/moneyTransfer/factory.js +24 -1
- package/lib/chevre/service/transaction/moneyTransfer/potentialActions.js +24 -1
- package/lib/chevre/service/transaction/moneyTransfer.js +33 -9
- package/lib/chevre/service/transaction/placeOrder/confirm/factory/result.js +24 -1
- package/lib/chevre/service/transaction/placeOrder/confirm/potentialActions/sendEmailMessage.js +25 -2
- package/lib/chevre/service/transaction/placeOrder/confirm/publishCode.js +24 -1
- package/lib/chevre/service/transaction/placeOrder/confirm/validation/validateInvoiceReferencesOrder.js +29 -3
- package/lib/chevre/service/transaction/placeOrder/confirm/validation/validateMovieTicket.js +29 -5
- package/lib/chevre/service/transaction/placeOrder/confirm/validation/validatePrice.js +24 -1
- package/lib/chevre/service/transaction/placeOrder/confirm/validation.js +29 -5
- package/lib/chevre/service/transaction/placeOrder/confirm.js +34 -12
- package/lib/chevre/service/transaction/placeOrder/exportTasks/factory.js +30 -6
- package/lib/chevre/service/transaction/placeOrder/exportTasksById.js +29 -3
- package/lib/chevre/service/transaction/placeOrder/publishConfirmationNumberIfNotExist.js +24 -1
- package/lib/chevre/service/transaction/placeOrder/publishOrderNumberIfNotExist.js +24 -1
- package/lib/chevre/service/transaction/placeOrder/start/factory.js +24 -1
- package/lib/chevre/service/transaction/placeOrder/start/validateStartRequest.js +25 -3
- package/lib/chevre/service/transaction/placeOrder/start.js +24 -1
- package/lib/chevre/service/transaction/returnOrder/exportTasks/factory.js +30 -5
- package/lib/chevre/service/transaction/returnOrder/potentialActions/returnPaymentMethod.js +25 -2
- package/lib/chevre/service/transaction/returnOrder/potentialActions/returnPointAward.js +24 -3
- package/lib/chevre/service/transaction/returnOrder/potentialActions/sendEmailMessage.js +25 -2
- package/lib/chevre/service/transaction/returnOrder/potentialActions.js +24 -1
- package/lib/chevre/service/transaction/returnOrder/preStart/findApplicableReturnPolicy.js +43 -19
- package/lib/chevre/service/transaction/returnOrder/preStart/getReturnPolicyByProject.js +24 -1
- package/lib/chevre/service/transaction/returnOrder/preStart.js +29 -4
- package/lib/chevre/service/transaction/returnOrder.js +29 -4
- package/lib/chevre/service/transaction.js +27 -4
- package/lib/chevre/service/validation/validateEvent.js +1 -1
- package/lib/chevre/service/validation/validateOrder.js +35 -11
- package/lib/chevre/service.js +46 -26
- package/lib/chevre/settings.js +0 -1
- package/lib/index.js +24 -2
- package/package.json +7 -7
package/lib/chevre/repo/event.js
CHANGED
|
@@ -1,10 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
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;
|
|
24
|
+
};
|
|
2
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
26
|
exports.EventRepo = void 0;
|
|
4
27
|
const mongoose_1 = require("mongoose");
|
|
5
28
|
const errorHandler_1 = require("../errorHandler");
|
|
6
|
-
const factory = require("../factory");
|
|
7
|
-
const EventFactory = require("../factory/event");
|
|
29
|
+
const factory = __importStar(require("../factory"));
|
|
30
|
+
const EventFactory = __importStar(require("../factory/event"));
|
|
8
31
|
const settings_1 = require("../settings");
|
|
9
32
|
const event_1 = require("./mongoose/schemas/event");
|
|
10
33
|
const AVAILABLE_PUBLIC_PROJECT_FIELDS = [
|
|
@@ -31,7 +54,6 @@ class EventRepo {
|
|
|
31
54
|
// return (USE_OBJECT_ID_AS_EVENT_ID) ? new Types.ObjectId().toHexString() : uniqid();
|
|
32
55
|
return new mongoose_1.Types.ObjectId().toHexString(); // 設定を廃止(2025-11-20~)
|
|
33
56
|
}
|
|
34
|
-
// tslint:disable-next-line:cyclomatic-complexity max-func-body-length
|
|
35
57
|
static CREATE_MONGO_CONDITIONS(conditions) {
|
|
36
58
|
const andConditions = [];
|
|
37
59
|
const typeOfEq = conditions.typeOf;
|
|
@@ -66,49 +88,42 @@ class EventRepo {
|
|
|
66
88
|
if (Array.isArray(identifierIn)) {
|
|
67
89
|
andConditions.push({ identifier: { $exists: true, $in: identifierIn } });
|
|
68
90
|
}
|
|
69
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
70
91
|
/* istanbul ignore else */
|
|
71
92
|
if (Array.isArray(conditions.eventStatuses)) {
|
|
72
93
|
andConditions.push({
|
|
73
94
|
eventStatus: { $in: conditions.eventStatuses }
|
|
74
95
|
});
|
|
75
96
|
}
|
|
76
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
77
97
|
/* istanbul ignore else */
|
|
78
98
|
if (conditions.inSessionFrom !== undefined) {
|
|
79
99
|
andConditions.push({
|
|
80
100
|
endDate: { $gte: conditions.inSessionFrom }
|
|
81
101
|
});
|
|
82
102
|
}
|
|
83
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
84
103
|
/* istanbul ignore else */
|
|
85
104
|
if (conditions.inSessionThrough !== undefined) {
|
|
86
105
|
andConditions.push({
|
|
87
106
|
startDate: { $lte: conditions.inSessionThrough }
|
|
88
107
|
});
|
|
89
108
|
}
|
|
90
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
91
109
|
/* istanbul ignore else */
|
|
92
110
|
if (conditions.startFrom !== undefined) {
|
|
93
111
|
andConditions.push({
|
|
94
112
|
startDate: { $gte: conditions.startFrom }
|
|
95
113
|
});
|
|
96
114
|
}
|
|
97
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
98
115
|
/* istanbul ignore else */
|
|
99
116
|
if (conditions.startThrough !== undefined) {
|
|
100
117
|
andConditions.push({
|
|
101
118
|
startDate: { $lte: conditions.startThrough }
|
|
102
119
|
});
|
|
103
120
|
}
|
|
104
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
105
121
|
/* istanbul ignore else */
|
|
106
122
|
if (conditions.endFrom !== undefined) {
|
|
107
123
|
andConditions.push({
|
|
108
124
|
endDate: { $gte: conditions.endFrom }
|
|
109
125
|
});
|
|
110
126
|
}
|
|
111
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
112
127
|
/* istanbul ignore else */
|
|
113
128
|
if (conditions.endThrough !== undefined) {
|
|
114
129
|
andConditions.push({
|
|
@@ -136,7 +151,6 @@ class EventRepo {
|
|
|
136
151
|
switch (conditions.typeOf) {
|
|
137
152
|
case factory.eventType.ScreeningEvent:
|
|
138
153
|
params = conditions;
|
|
139
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
140
154
|
/* istanbul ignore else */
|
|
141
155
|
if (typeof params.name === 'string' && params.name.length > 0) {
|
|
142
156
|
andConditions.push({
|
|
@@ -156,7 +170,6 @@ class EventRepo {
|
|
|
156
170
|
]
|
|
157
171
|
});
|
|
158
172
|
}
|
|
159
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
160
173
|
/* istanbul ignore else */
|
|
161
174
|
const superEventLocationIdEq = params.superEvent?.location?.id?.$eq;
|
|
162
175
|
if (typeof superEventLocationIdEq === 'string') {
|
|
@@ -167,10 +180,8 @@ class EventRepo {
|
|
|
167
180
|
}
|
|
168
181
|
});
|
|
169
182
|
}
|
|
170
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
171
183
|
/* istanbul ignore else */
|
|
172
184
|
if (params.superEvent !== undefined) {
|
|
173
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
174
185
|
/* istanbul ignore else */
|
|
175
186
|
if (Array.isArray(params.superEvent.ids)) {
|
|
176
187
|
andConditions.push({
|
|
@@ -180,7 +191,6 @@ class EventRepo {
|
|
|
180
191
|
}
|
|
181
192
|
});
|
|
182
193
|
}
|
|
183
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
184
194
|
/* istanbul ignore else */
|
|
185
195
|
if (Array.isArray(params.superEvent.locationBranchCodes)) {
|
|
186
196
|
andConditions.push({
|
|
@@ -190,7 +200,6 @@ class EventRepo {
|
|
|
190
200
|
}
|
|
191
201
|
});
|
|
192
202
|
}
|
|
193
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
194
203
|
/* istanbul ignore else */
|
|
195
204
|
if (Array.isArray(params.superEvent.workPerformedIdentifiers)) {
|
|
196
205
|
andConditions.push({
|
|
@@ -541,7 +550,6 @@ class EventRepo {
|
|
|
541
550
|
query.limit(params.limit)
|
|
542
551
|
.skip(params.limit * (page - 1));
|
|
543
552
|
}
|
|
544
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
545
553
|
/* istanbul ignore else */
|
|
546
554
|
if (params.sort?.startDate !== undefined) {
|
|
547
555
|
query.sort({ startDate: params.sort.startDate });
|
|
@@ -633,7 +641,6 @@ class EventRepo {
|
|
|
633
641
|
aggregate.limit(params.limit * page)
|
|
634
642
|
.skip(params.limit * (page - 1));
|
|
635
643
|
}
|
|
636
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
637
644
|
/* istanbul ignore else */
|
|
638
645
|
if (params.sort?.startDate !== undefined) {
|
|
639
646
|
aggregate.sort({ startDate: params.sort.startDate });
|
|
@@ -855,7 +862,6 @@ class EventRepo {
|
|
|
855
862
|
}));
|
|
856
863
|
return { statuses };
|
|
857
864
|
}
|
|
858
|
-
// tslint:disable-next-line:max-func-body-length
|
|
859
865
|
async agggregateByStatus(params) {
|
|
860
866
|
const matchConditions = params.matchConditions;
|
|
861
867
|
const eventStatus = params.status;
|
|
@@ -879,7 +885,6 @@ class EventRepo {
|
|
|
879
885
|
then: {
|
|
880
886
|
$multiply: [
|
|
881
887
|
{ $divide: ['$remainingAttendeeCapacity', '$maximumAttendeeCapacity'] },
|
|
882
|
-
// tslint:disable-next-line:no-magic-numbers
|
|
883
888
|
100
|
|
884
889
|
]
|
|
885
890
|
},
|
|
@@ -951,7 +956,6 @@ class EventRepo {
|
|
|
951
956
|
}
|
|
952
957
|
])
|
|
953
958
|
.exec();
|
|
954
|
-
// tslint:disable-next-line:no-magic-numbers
|
|
955
959
|
const percents = [50, 95, 99];
|
|
956
960
|
if (aggregations.length === 0) {
|
|
957
961
|
return {
|
|
@@ -977,7 +981,6 @@ class EventRepo {
|
|
|
977
981
|
const ranks4percentile = percents.map((percentile) => {
|
|
978
982
|
return {
|
|
979
983
|
percentile,
|
|
980
|
-
// tslint:disable-next-line:no-magic-numbers
|
|
981
984
|
rank: Math.floor(aggregations[0].eventCount * percentile / 100)
|
|
982
985
|
};
|
|
983
986
|
});
|
|
@@ -1001,7 +1004,6 @@ class EventRepo {
|
|
|
1001
1004
|
then: {
|
|
1002
1005
|
$multiply: [
|
|
1003
1006
|
{ $divide: ['$remainingAttendeeCapacity', '$maximumAttendeeCapacity'] },
|
|
1004
|
-
// tslint:disable-next-line:no-magic-numbers
|
|
1005
1007
|
100
|
|
1006
1008
|
]
|
|
1007
1009
|
},
|
|
@@ -1,7 +1,30 @@
|
|
|
1
1
|
"use strict";
|
|
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;
|
|
24
|
+
};
|
|
2
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
26
|
exports.EventOfferRepo = void 0;
|
|
4
|
-
const factory = require("../factory");
|
|
27
|
+
const factory = __importStar(require("../factory"));
|
|
5
28
|
const settings_1 = require("../settings");
|
|
6
29
|
const eventOffer_1 = require("./mongoose/schemas/eventOffer");
|
|
7
30
|
const AVAILABLE_PROJECT_FIELDS = [
|
|
@@ -1,7 +1,30 @@
|
|
|
1
1
|
"use strict";
|
|
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;
|
|
24
|
+
};
|
|
2
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
26
|
exports.EventSellerMakesOfferRepo = void 0;
|
|
4
|
-
const factory = require("../factory");
|
|
27
|
+
const factory = __importStar(require("../factory"));
|
|
5
28
|
// import { MONGO_MAX_TIME_MS } from '../settings';
|
|
6
29
|
const event_1 = require("./mongoose/schemas/event");
|
|
7
30
|
// type IMatchStage = PipelineStage.Match;
|
|
@@ -1,7 +1,30 @@
|
|
|
1
1
|
"use strict";
|
|
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;
|
|
24
|
+
};
|
|
2
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
26
|
exports.EventSeriesRepo = void 0;
|
|
4
|
-
const factory = require("../factory");
|
|
27
|
+
const factory = __importStar(require("../factory"));
|
|
5
28
|
const eventSeries_1 = require("./mongoose/schemas/eventSeries");
|
|
6
29
|
// import { isMongoError, MongoErrorCode } from '../errorHandler';
|
|
7
30
|
const settings_1 = require("../settings");
|
|
@@ -13,7 +36,6 @@ class EventSeriesRepo {
|
|
|
13
36
|
constructor(connection) {
|
|
14
37
|
this.eventSeriesModel = connection.model(eventSeries_1.modelName, (0, eventSeries_1.createSchema)());
|
|
15
38
|
}
|
|
16
|
-
// tslint:disable-next-line:cyclomatic-complexity max-func-body-length
|
|
17
39
|
static CREATE_MONGO_CONDITIONS(conditions) {
|
|
18
40
|
const andConditions = [
|
|
19
41
|
// typeOfは必ずScreeningEventSeriesなので不要(2026-02-14~)
|
|
@@ -35,49 +57,42 @@ class EventSeriesRepo {
|
|
|
35
57
|
if (Array.isArray(idIn)) {
|
|
36
58
|
andConditions.push({ _id: { $in: idIn } });
|
|
37
59
|
}
|
|
38
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
39
60
|
/* istanbul ignore else */
|
|
40
61
|
if (Array.isArray(conditions.eventStatuses)) {
|
|
41
62
|
andConditions.push({
|
|
42
63
|
eventStatus: { $in: conditions.eventStatuses }
|
|
43
64
|
});
|
|
44
65
|
}
|
|
45
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
46
66
|
/* istanbul ignore else */
|
|
47
67
|
if (conditions.inSessionFrom !== undefined) {
|
|
48
68
|
andConditions.push({
|
|
49
69
|
endDate: { $gte: conditions.inSessionFrom }
|
|
50
70
|
});
|
|
51
71
|
}
|
|
52
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
53
72
|
/* istanbul ignore else */
|
|
54
73
|
if (conditions.inSessionThrough !== undefined) {
|
|
55
74
|
andConditions.push({
|
|
56
75
|
startDate: { $lte: conditions.inSessionThrough }
|
|
57
76
|
});
|
|
58
77
|
}
|
|
59
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
60
78
|
/* istanbul ignore else */
|
|
61
79
|
if (conditions.startFrom !== undefined) {
|
|
62
80
|
andConditions.push({
|
|
63
81
|
startDate: { $gte: conditions.startFrom }
|
|
64
82
|
});
|
|
65
83
|
}
|
|
66
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
67
84
|
/* istanbul ignore else */
|
|
68
85
|
if (conditions.startThrough !== undefined) {
|
|
69
86
|
andConditions.push({
|
|
70
87
|
startDate: { $lte: conditions.startThrough }
|
|
71
88
|
});
|
|
72
89
|
}
|
|
73
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
74
90
|
/* istanbul ignore else */
|
|
75
91
|
if (conditions.endFrom !== undefined) {
|
|
76
92
|
andConditions.push({
|
|
77
93
|
endDate: { $gte: conditions.endFrom }
|
|
78
94
|
});
|
|
79
95
|
}
|
|
80
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
81
96
|
/* istanbul ignore else */
|
|
82
97
|
if (conditions.endThrough !== undefined) {
|
|
83
98
|
andConditions.push({
|
|
@@ -101,7 +116,6 @@ class EventSeriesRepo {
|
|
|
101
116
|
}
|
|
102
117
|
});
|
|
103
118
|
}
|
|
104
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
105
119
|
/* istanbul ignore else */
|
|
106
120
|
if (typeof conditions.name === 'string' && conditions.name.length > 0) {
|
|
107
121
|
andConditions.push({
|
|
@@ -128,17 +142,14 @@ class EventSeriesRepo {
|
|
|
128
142
|
});
|
|
129
143
|
}
|
|
130
144
|
const locationIdEq = conditions.location?.id?.$eq;
|
|
131
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
132
145
|
/* istanbul ignore else */
|
|
133
146
|
if (typeof locationIdEq === 'string') {
|
|
134
147
|
andConditions.push({
|
|
135
148
|
'location.id': { $exists: true, $eq: locationIdEq }
|
|
136
149
|
});
|
|
137
150
|
}
|
|
138
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
139
151
|
/* istanbul ignore else */
|
|
140
152
|
if (conditions.location !== undefined) {
|
|
141
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
142
153
|
/* istanbul ignore else */
|
|
143
154
|
if (Array.isArray(conditions.location.branchCodes)) {
|
|
144
155
|
andConditions.push({
|
|
@@ -150,7 +161,6 @@ class EventSeriesRepo {
|
|
|
150
161
|
}
|
|
151
162
|
}
|
|
152
163
|
const workPerformedIdentifierIn = conditions.workPerformed?.identifiers;
|
|
153
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
154
164
|
/* istanbul ignore else */
|
|
155
165
|
if (Array.isArray(workPerformedIdentifierIn)) {
|
|
156
166
|
andConditions.push({
|
|
@@ -212,7 +222,7 @@ class EventSeriesRepo {
|
|
|
212
222
|
// attributes: factory.eventSeries.IAttributes[];
|
|
213
223
|
// expectsNoContent: boolean;
|
|
214
224
|
// }): Promise<string[] | void> { // optimize response(only id)(2024-08-02~)
|
|
215
|
-
// const uniqid = await import('uniqid');
|
|
225
|
+
// const { default: uniqid } = await import('uniqid');
|
|
216
226
|
// const insertingDocs: (factory.eventSeries.IAttributes & { _id: string })[] =
|
|
217
227
|
// params.attributes.map((p) => {
|
|
218
228
|
// return {
|
|
@@ -245,7 +255,7 @@ class EventSeriesRepo {
|
|
|
245
255
|
// public async createIfNotExistByWorkPerformed(params: {
|
|
246
256
|
// attributes: factory.eventSeries.IAttributes;
|
|
247
257
|
// }[]): Promise<BulkWriteResult | void> {
|
|
248
|
-
// const uniqid = await import('uniqid');
|
|
258
|
+
// const { default: uniqid } = await import('uniqid');
|
|
249
259
|
// const bulkWriteOps: AnyBulkWriteOperation<IDocType>[] = [];
|
|
250
260
|
// if (Array.isArray(params)) {
|
|
251
261
|
// params.forEach((creatingEventParams) => {
|
|
@@ -292,7 +302,7 @@ class EventSeriesRepo {
|
|
|
292
302
|
*/
|
|
293
303
|
async upsertByVersion(params, options) {
|
|
294
304
|
const { upsert } = options;
|
|
295
|
-
const uniqid = await Promise.resolve().then(() => require('uniqid'));
|
|
305
|
+
const { default: uniqid } = await Promise.resolve().then(() => __importStar(require('uniqid')));
|
|
296
306
|
const bulkWriteOps = [];
|
|
297
307
|
const queryFilters = [];
|
|
298
308
|
if (Array.isArray(params)) {
|
|
@@ -386,7 +396,7 @@ class EventSeriesRepo {
|
|
|
386
396
|
// }
|
|
387
397
|
// try {
|
|
388
398
|
// if (params.id === undefined) {
|
|
389
|
-
// const uniqid = await import('uniqid');
|
|
399
|
+
// const { default: uniqid } = await import('uniqid');
|
|
390
400
|
// const id = uniqid();
|
|
391
401
|
// doc = await this.eventSeriesModel.create({ ...params.attributes, _id: id });
|
|
392
402
|
// savedEventId = id;
|
|
@@ -492,7 +502,6 @@ class EventSeriesRepo {
|
|
|
492
502
|
query.limit(params.limit)
|
|
493
503
|
.skip(params.limit * (page - 1));
|
|
494
504
|
}
|
|
495
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
496
505
|
/* istanbul ignore else */
|
|
497
506
|
if (params.sort?.startDate !== undefined) {
|
|
498
507
|
query.sort({ startDate: params.sort.startDate });
|
|
@@ -1,7 +1,30 @@
|
|
|
1
1
|
"use strict";
|
|
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;
|
|
24
|
+
};
|
|
2
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
26
|
exports.IdentityRepo = void 0;
|
|
4
|
-
const factory = require("../factory");
|
|
27
|
+
const factory = __importStar(require("../factory"));
|
|
5
28
|
const settings_1 = require("../settings");
|
|
6
29
|
const identity_1 = require("./mongoose/schemas/identity");
|
|
7
30
|
/**
|
|
@@ -12,7 +35,6 @@ class IdentityRepo {
|
|
|
12
35
|
constructor(connection) {
|
|
13
36
|
this.identityModel = connection.model(identity_1.modelName, (0, identity_1.createSchema)());
|
|
14
37
|
}
|
|
15
|
-
// tslint:disable-next-line:max-func-body-length
|
|
16
38
|
static CREATE_FILTER_QUERY(params) {
|
|
17
39
|
const andConditions = [];
|
|
18
40
|
const projectIdEq = params.project?.id?.$eq;
|
|
@@ -1,7 +1,30 @@
|
|
|
1
1
|
"use strict";
|
|
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;
|
|
24
|
+
};
|
|
2
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
26
|
exports.IdentityProviderRepo = void 0;
|
|
4
|
-
const factory = require("../factory");
|
|
27
|
+
const factory = __importStar(require("../factory"));
|
|
5
28
|
const settings_1 = require("../settings");
|
|
6
29
|
const identityProvider_1 = require("./mongoose/schemas/identityProvider");
|
|
7
30
|
/**
|
|
@@ -12,7 +35,6 @@ class IdentityProviderRepo {
|
|
|
12
35
|
constructor(connection) {
|
|
13
36
|
this.identityProviderModel = connection.model(identityProvider_1.modelName, (0, identityProvider_1.createSchema)());
|
|
14
37
|
}
|
|
15
|
-
// tslint:disable-next-line:max-func-body-length
|
|
16
38
|
static CREATE_FILTER_QUERY(params) {
|
|
17
39
|
const andConditions = [];
|
|
18
40
|
const projectIdEq = params.project?.id?.$eq;
|
|
@@ -1,7 +1,30 @@
|
|
|
1
1
|
"use strict";
|
|
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;
|
|
24
|
+
};
|
|
2
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
26
|
exports.IssuerRepo = void 0;
|
|
4
|
-
const factory = require("../factory");
|
|
27
|
+
const factory = __importStar(require("../factory"));
|
|
5
28
|
const settings_1 = require("../settings");
|
|
6
29
|
const issuer_1 = require("./mongoose/schemas/issuer");
|
|
7
30
|
/**
|
|
@@ -1,7 +1,30 @@
|
|
|
1
1
|
"use strict";
|
|
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;
|
|
24
|
+
};
|
|
2
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
26
|
exports.MemberRepo = void 0;
|
|
4
|
-
const factory = require("../factory");
|
|
27
|
+
const factory = __importStar(require("../factory"));
|
|
5
28
|
const settings_1 = require("../settings");
|
|
6
29
|
const member_1 = require("./mongoose/schemas/member");
|
|
7
30
|
const global_1 = require("./mongoose/schemas/member/global");
|
|
@@ -21,7 +44,6 @@ class MemberRepo {
|
|
|
21
44
|
this.globalMemberModel = connection.model(global_1.modelName, (0, global_1.createSchema)());
|
|
22
45
|
this.memberModel = connection.model(member_1.modelName, (0, member_1.createSchema)());
|
|
23
46
|
}
|
|
24
|
-
// tslint:disable-next-line:cyclomatic-complexity max-func-body-length
|
|
25
47
|
static CREATE_MONGO_CONDITIONS(params) {
|
|
26
48
|
const andConditions = [];
|
|
27
49
|
const idEq = params.id?.$eq;
|
|
@@ -1,8 +1,31 @@
|
|
|
1
1
|
"use strict";
|
|
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;
|
|
24
|
+
};
|
|
2
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
26
|
exports.MemberProgramRepo = void 0;
|
|
4
27
|
const mongoose_1 = require("mongoose");
|
|
5
|
-
const factory = require("../factory");
|
|
28
|
+
const factory = __importStar(require("../factory"));
|
|
6
29
|
const settings_1 = require("../settings");
|
|
7
30
|
const issuer_1 = require("./mongoose/schemas/issuer");
|
|
8
31
|
/**
|
|
@@ -1,8 +1,31 @@
|
|
|
1
1
|
"use strict";
|
|
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;
|
|
24
|
+
};
|
|
2
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
26
|
exports.MerchantReturnPolicyRepo = void 0;
|
|
4
27
|
const merchantReturnPolicy_1 = require("./mongoose/schemas/merchantReturnPolicy");
|
|
5
|
-
const factory = require("../factory");
|
|
28
|
+
const factory = __importStar(require("../factory"));
|
|
6
29
|
const settings_1 = require("../settings");
|
|
7
30
|
/**
|
|
8
31
|
* 返品ポリシーリポジトリ
|
|
@@ -12,7 +35,6 @@ class MerchantReturnPolicyRepo {
|
|
|
12
35
|
constructor(connection) {
|
|
13
36
|
this.merchantReturnPolicyModel = connection.model(merchantReturnPolicy_1.modelName, (0, merchantReturnPolicy_1.createSchema)());
|
|
14
37
|
}
|
|
15
|
-
// tslint:disable-next-line:max-func-body-length
|
|
16
38
|
static CREATE_MONGO_CONDITIONS(params) {
|
|
17
39
|
// MongoDB検索条件
|
|
18
40
|
const andConditions = [];
|
|
@@ -114,7 +136,6 @@ class MerchantReturnPolicyRepo {
|
|
|
114
136
|
query.limit(params.limit)
|
|
115
137
|
.skip(params.limit * (page - 1));
|
|
116
138
|
}
|
|
117
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
118
139
|
/* istanbul ignore else */
|
|
119
140
|
if (params.sort?.identifier !== undefined) {
|
|
120
141
|
query.sort({ identifier: params.sort.identifier });
|