@chevre/factory 7.0.0-alpha.2 → 7.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/{account → chevre/account}/action/moneyTransfer.d.ts +6 -6
- package/lib/chevre/account/transaction/deposit.d.ts +27 -0
- package/lib/chevre/account/transaction/transfer.d.ts +32 -0
- package/lib/chevre/account/transaction/withdraw.d.ts +31 -0
- package/lib/{account → chevre/account}/transaction.d.ts +3 -4
- package/lib/{account.d.ts → chevre/account.d.ts} +5 -8
- package/lib/{account.js → chevre/account.js} +5 -18
- package/lib/{action → chevre/action}/accept/coaOffer.d.ts +7 -7
- package/lib/{action → chevre/action}/accept/pay.d.ts +4 -4
- package/lib/{action → chevre/action}/accept.d.ts +3 -3
- package/lib/{action → chevre/action}/authorize/invoice.d.ts +6 -6
- package/lib/{action → chevre/action}/authorize/offer/any.d.ts +3 -3
- package/lib/{action → chevre/action}/authorize/offer/eventService.d.ts +6 -6
- package/lib/{action → chevre/action}/authorize/offer/eventService.js +1 -1
- package/lib/{action → chevre/action}/authorize/offer/product.d.ts +6 -6
- package/lib/{action → chevre/action}/authorize/offer/product.js +1 -1
- package/lib/{action → chevre/action}/authorize/paymentMethod/any.d.ts +6 -8
- package/lib/{action → chevre/action}/authorize/ticketedObject.d.ts +4 -4
- package/lib/chevre/action/authorize.d.ts +13 -0
- package/lib/{action → chevre/action}/cancel/coaReserve.d.ts +4 -4
- package/lib/{action → chevre/action}/cancel/reservation.d.ts +4 -4
- package/lib/{action → chevre/action}/check/paymentMethod/movieTicket.d.ts +6 -6
- package/lib/{action → chevre/action}/check/thing.d.ts +5 -5
- package/lib/{action → chevre/action}/consume/use/reservation.d.ts +3 -3
- package/lib/chevre/action/consume/use.d.ts +10 -0
- package/lib/{action → chevre/action}/create.d.ts +3 -3
- package/lib/{action → chevre/action}/interact/confirm/pay.d.ts +3 -3
- package/lib/{action → chevre/action}/interact/confirm/registerService.d.ts +5 -5
- package/lib/{action → chevre/action}/interact/confirm/reservation.d.ts +5 -5
- package/lib/{action → chevre/action}/interact/confirm.d.ts +6 -6
- package/lib/{action → chevre/action}/interact/inform.d.ts +7 -7
- package/lib/{action → chevre/action}/interact/register/service.d.ts +3 -3
- package/lib/chevre/action/interact/register.d.ts +15 -0
- package/lib/{action → chevre/action}/reserve.d.ts +4 -4
- package/lib/chevre/action/trade/order.d.ts +20 -0
- package/lib/{action → chevre/action}/trade/pay.d.ts +7 -7
- package/lib/{action → chevre/action}/trade/refund.d.ts +5 -5
- package/lib/{action → chevre/action}/transfer/give/pointAward.d.ts +7 -7
- package/lib/{action → chevre/action}/transfer/give.d.ts +5 -5
- package/lib/{action → chevre/action}/transfer/moneyTransfer.d.ts +10 -13
- package/lib/{action → chevre/action}/transfer/return/invoice.d.ts +6 -6
- package/lib/{action → chevre/action}/transfer/return/order.d.ts +10 -10
- package/lib/{action → chevre/action}/transfer/return/pointAward.d.ts +6 -6
- package/lib/{action → chevre/action}/transfer/return/reserveTransaction.d.ts +6 -6
- package/lib/chevre/action/transfer/return.d.ts +10 -0
- package/lib/{action → chevre/action}/transfer/send/message/email.d.ts +3 -3
- package/lib/{action → chevre/action}/transfer/send/order.d.ts +5 -5
- package/lib/{action → chevre/action}/transfer/send.d.ts +6 -6
- package/lib/{action → chevre/action}/update/add.d.ts +4 -4
- package/lib/{action → chevre/action}/update/delete.d.ts +5 -5
- package/lib/{action → chevre/action}/update/replace.d.ts +4 -4
- package/lib/{action → chevre/action}/update/update.d.ts +4 -4
- package/lib/{assetTransaction → chevre/assetTransaction}/cancelReservation.d.ts +6 -6
- package/lib/{assetTransaction → chevre/assetTransaction}/moneyTransfer.d.ts +7 -7
- package/lib/{assetTransaction → chevre/assetTransaction}/pay.d.ts +6 -6
- package/lib/{assetTransaction → chevre/assetTransaction}/refund.d.ts +6 -6
- package/lib/{assetTransaction → chevre/assetTransaction}/registerService.d.ts +6 -6
- package/lib/{assetTransaction → chevre/assetTransaction}/reserve.d.ts +12 -12
- package/lib/{creativeWork → chevre/creativeWork}/certification/softwareApplication.d.ts +2 -2
- package/lib/{creativeWork → chevre/creativeWork}/certification/webApplication.d.ts +2 -2
- package/lib/{creativeWork → chevre/creativeWork}/certification/webSite.d.ts +2 -2
- package/lib/{creativeWork → chevre/creativeWork}/comment.d.ts +2 -2
- package/lib/{creativeWork → chevre/creativeWork}/message/email.d.ts +2 -2
- package/lib/{creativeWork → chevre/creativeWork}/movie.d.ts +4 -4
- package/lib/{creativeWork → chevre/creativeWork}/noteDigitalDocument.d.ts +2 -2
- package/lib/{creativeWork → chevre/creativeWork}/softwareApplication/webApplication.d.ts +2 -2
- package/lib/chevre/creativeWork/softwareApplication.d.ts +9 -0
- package/lib/chevre/error/alreadyInUse.js +23 -0
- package/lib/chevre/error/argument.js +21 -0
- package/lib/chevre/error/argumentNull.js +21 -0
- package/lib/chevre/error/chevre.js +16 -0
- package/lib/chevre/error/forbidden.js +19 -0
- package/lib/chevre/error/gatewayTimeout.js +19 -0
- package/lib/chevre/error/internal.js +19 -0
- package/lib/chevre/error/notFound.js +21 -0
- package/lib/chevre/error/notImplemented.js +19 -0
- package/lib/chevre/error/rateLimitExceeded.js +19 -0
- package/lib/chevre/error/serviceUnavailable.js +19 -0
- package/lib/chevre/error/unauthorized.js +19 -0
- package/lib/chevre/error/unknown.js +19 -0
- package/lib/{errors.js → chevre/errors.js} +13 -13
- package/lib/{event → chevre/event}/anyEvent.d.ts +7 -7
- package/lib/{event → chevre/event}/screeningEvent.d.ts +9 -22
- package/lib/{event → chevre/event}/screeningEventSeries.d.ts +4 -4
- package/lib/chevre/index.d.ts +580 -0
- package/lib/chevre/index.js +543 -0
- package/lib/{invoice.d.ts → chevre/invoice.d.ts} +4 -4
- package/lib/{offer.d.ts → chevre/offer.d.ts} +2 -2
- package/lib/{order.d.ts → chevre/order.d.ts} +19 -19
- package/lib/{ownershipInfo.d.ts → chevre/ownershipInfo.d.ts} +7 -7
- package/lib/{person.d.ts → chevre/person.d.ts} +3 -3
- package/lib/{place → chevre/place}/busStop.d.ts +2 -2
- package/lib/{place → chevre/place}/entranceGate.d.ts +2 -2
- package/lib/{place → chevre/place}/movieTheater.d.ts +4 -4
- package/lib/{place → chevre/place}/screeningRoom.d.ts +2 -2
- package/lib/{place → chevre/place}/screeningRoomSection.d.ts +2 -2
- package/lib/{place → chevre/place}/seat.d.ts +4 -4
- package/lib/{product.d.ts → chevre/product.d.ts} +3 -3
- package/lib/chevre/propertyValue/locationFeatureSpecification.d.ts +4 -0
- package/lib/{reservation → chevre/reservation}/event.d.ts +14 -14
- package/lib/{reservation → chevre/reservation}/reservationPackage.d.ts +3 -3
- package/lib/{reservation.d.ts → chevre/reservation.d.ts} +1 -2
- package/lib/{reservedCodeValues.js → chevre/reservedCodeValues.js} +24 -24
- package/lib/{task → chevre/task}/sendOrder.d.ts +2 -2
- package/lib/{transaction → chevre/transaction}/placeOrder.d.ts +13 -15
- package/lib/{transaction → chevre/transaction}/returnOrder.d.ts +5 -8
- package/lib/{transaction.d.ts → chevre/transaction.d.ts} +4 -4
- package/lib/index.d.ts +1 -590
- package/lib/index.js +2 -556
- package/package.json +2 -3
- package/lib/account/transaction/deposit.d.ts +0 -27
- package/lib/account/transaction/transfer.d.ts +0 -32
- package/lib/account/transaction/withdraw.d.ts +0 -31
- package/lib/action/authorize.d.ts +0 -13
- package/lib/action/consume/use.d.ts +0 -10
- package/lib/action/interact/register.d.ts +0 -15
- package/lib/action/trade/order.d.ts +0 -20
- package/lib/action/transfer/return.d.ts +0 -10
- package/lib/creativeWork/softwareApplication.d.ts +0 -9
- package/lib/error/alreadyInUse.js +0 -42
- package/lib/error/argument.js +0 -41
- package/lib/error/argumentNull.js +0 -41
- package/lib/error/chevre.js +0 -35
- package/lib/error/forbidden.js +0 -40
- package/lib/error/gatewayTimeout.js +0 -40
- package/lib/error/internal.js +0 -40
- package/lib/error/notFound.js +0 -41
- package/lib/error/notImplemented.js +0 -40
- package/lib/error/rateLimitExceeded.js +0 -40
- package/lib/error/serviceUnavailable.js +0 -40
- package/lib/error/unauthorized.js +0 -40
- package/lib/error/unknown.js +0 -40
- package/lib/propertyValue/locationFeatureSpecification.d.ts +0 -4
- /package/lib/{account → chevre/account}/action/moneyTransfer.js +0 -0
- /package/lib/{account → chevre/account}/transaction/deposit.js +0 -0
- /package/lib/{account → chevre/account}/transaction/transfer.js +0 -0
- /package/lib/{account → chevre/account}/transaction/withdraw.js +0 -0
- /package/lib/{account → chevre/account}/transaction.js +0 -0
- /package/lib/{account → chevre/account}/transactionType.d.ts +0 -0
- /package/lib/{account → chevre/account}/transactionType.js +0 -0
- /package/lib/{accountTitle.d.ts → chevre/accountTitle.d.ts} +0 -0
- /package/lib/{accountTitle.js → chevre/accountTitle.js} +0 -0
- /package/lib/{accountType.d.ts → chevre/accountType.d.ts} +0 -0
- /package/lib/{accountType.js → chevre/accountType.js} +0 -0
- /package/lib/{action → chevre/action}/accept/coaOffer.js +0 -0
- /package/lib/{action → chevre/action}/accept/pay.js +0 -0
- /package/lib/{action → chevre/action}/accept.js +0 -0
- /package/lib/{action → chevre/action}/authorize/invoice.js +0 -0
- /package/lib/{action → chevre/action}/authorize/offer/any.js +0 -0
- /package/lib/{action → chevre/action}/authorize/paymentMethod/any.js +0 -0
- /package/lib/{action → chevre/action}/authorize/ticketedObject.js +0 -0
- /package/lib/{action → chevre/action}/authorize.js +0 -0
- /package/lib/{action → chevre/action}/cancel/coaReserve.js +0 -0
- /package/lib/{action → chevre/action}/cancel/reservation.js +0 -0
- /package/lib/{action → chevre/action}/check/paymentMethod/movieTicket.js +0 -0
- /package/lib/{action → chevre/action}/check/thing.js +0 -0
- /package/lib/{action → chevre/action}/consume/use/reservation.js +0 -0
- /package/lib/{action → chevre/action}/consume/use.js +0 -0
- /package/lib/{action → chevre/action}/create.js +0 -0
- /package/lib/{action → chevre/action}/interact/confirm/pay.js +0 -0
- /package/lib/{action → chevre/action}/interact/confirm/registerService.js +0 -0
- /package/lib/{action → chevre/action}/interact/confirm/reservation.js +0 -0
- /package/lib/{action → chevre/action}/interact/confirm.js +0 -0
- /package/lib/{action → chevre/action}/interact/inform.js +0 -0
- /package/lib/{action → chevre/action}/interact/register/service.js +0 -0
- /package/lib/{action → chevre/action}/interact/register.js +0 -0
- /package/lib/{action → chevre/action}/reserve.js +0 -0
- /package/lib/{action → chevre/action}/trade/order.js +0 -0
- /package/lib/{action → chevre/action}/trade/pay.js +0 -0
- /package/lib/{action → chevre/action}/trade/refund.js +0 -0
- /package/lib/{action → chevre/action}/transfer/give/pointAward.js +0 -0
- /package/lib/{action → chevre/action}/transfer/give.js +0 -0
- /package/lib/{action → chevre/action}/transfer/moneyTransfer.js +0 -0
- /package/lib/{action → chevre/action}/transfer/return/invoice.js +0 -0
- /package/lib/{action → chevre/action}/transfer/return/order.js +0 -0
- /package/lib/{action → chevre/action}/transfer/return/pointAward.js +0 -0
- /package/lib/{action → chevre/action}/transfer/return/reserveTransaction.js +0 -0
- /package/lib/{action → chevre/action}/transfer/return.js +0 -0
- /package/lib/{action → chevre/action}/transfer/send/message/email.js +0 -0
- /package/lib/{action → chevre/action}/transfer/send/order.js +0 -0
- /package/lib/{action → chevre/action}/transfer/send.js +0 -0
- /package/lib/{action → chevre/action}/update/add/object.d.ts +0 -0
- /package/lib/{action → chevre/action}/update/add/object.js +0 -0
- /package/lib/{action → chevre/action}/update/add.js +0 -0
- /package/lib/{action → chevre/action}/update/delete.js +0 -0
- /package/lib/{action → chevre/action}/update/instrumentAsApplication.d.ts +0 -0
- /package/lib/{action → chevre/action}/update/instrumentAsApplication.js +0 -0
- /package/lib/{action → chevre/action}/update/replace.js +0 -0
- /package/lib/{action → chevre/action}/update/update/object.d.ts +0 -0
- /package/lib/{action → chevre/action}/update/update/object.js +0 -0
- /package/lib/{action → chevre/action}/update/update/result.d.ts +0 -0
- /package/lib/{action → chevre/action}/update/update/result.js +0 -0
- /package/lib/{action → chevre/action}/update/update/targetCollection.d.ts +0 -0
- /package/lib/{action → chevre/action}/update/update/targetCollection.js +0 -0
- /package/lib/{action → chevre/action}/update/update.js +0 -0
- /package/lib/{action.d.ts → chevre/action.d.ts} +0 -0
- /package/lib/{action.js → chevre/action.js} +0 -0
- /package/lib/{actionStatusType.d.ts → chevre/actionStatusType.d.ts} +0 -0
- /package/lib/{actionStatusType.js → chevre/actionStatusType.js} +0 -0
- /package/lib/{actionType.d.ts → chevre/actionType.d.ts} +0 -0
- /package/lib/{actionType.js → chevre/actionType.js} +0 -0
- /package/lib/{additionalProperty.d.ts → chevre/additionalProperty.d.ts} +0 -0
- /package/lib/{additionalProperty.js → chevre/additionalProperty.js} +0 -0
- /package/lib/{advanceBookingRequirement.d.ts → chevre/advanceBookingRequirement.d.ts} +0 -0
- /package/lib/{advanceBookingRequirement.js → chevre/advanceBookingRequirement.js} +0 -0
- /package/lib/{aggregation.d.ts → chevre/aggregation.d.ts} +0 -0
- /package/lib/{aggregation.js → chevre/aggregation.js} +0 -0
- /package/lib/{assetTransaction → chevre/assetTransaction}/cancelReservation.js +0 -0
- /package/lib/{assetTransaction → chevre/assetTransaction}/moneyTransfer.js +0 -0
- /package/lib/{assetTransaction → chevre/assetTransaction}/pay.js +0 -0
- /package/lib/{assetTransaction → chevre/assetTransaction}/refund.js +0 -0
- /package/lib/{assetTransaction → chevre/assetTransaction}/registerService.js +0 -0
- /package/lib/{assetTransaction → chevre/assetTransaction}/reserve.js +0 -0
- /package/lib/{assetTransaction.d.ts → chevre/assetTransaction.d.ts} +0 -0
- /package/lib/{assetTransaction.js → chevre/assetTransaction.js} +0 -0
- /package/lib/{assetTransactionType.d.ts → chevre/assetTransactionType.d.ts} +0 -0
- /package/lib/{assetTransactionType.js → chevre/assetTransactionType.js} +0 -0
- /package/lib/{authorization.d.ts → chevre/authorization.d.ts} +0 -0
- /package/lib/{authorization.js → chevre/authorization.js} +0 -0
- /package/lib/{autoGenerated.d.ts → chevre/autoGenerated.d.ts} +0 -0
- /package/lib/{autoGenerated.js → chevre/autoGenerated.js} +0 -0
- /package/lib/{businessEntityType.d.ts → chevre/businessEntityType.d.ts} +0 -0
- /package/lib/{businessEntityType.js → chevre/businessEntityType.js} +0 -0
- /package/lib/{categoryCode.d.ts → chevre/categoryCode.d.ts} +0 -0
- /package/lib/{categoryCode.js → chevre/categoryCode.js} +0 -0
- /package/lib/{certificationStatusEnumeration.d.ts → chevre/certificationStatusEnumeration.d.ts} +0 -0
- /package/lib/{certificationStatusEnumeration.js → chevre/certificationStatusEnumeration.js} +0 -0
- /package/lib/{clientUser.d.ts → chevre/clientUser.d.ts} +0 -0
- /package/lib/{clientUser.js → chevre/clientUser.js} +0 -0
- /package/lib/{cognito.d.ts → chevre/cognito.d.ts} +0 -0
- /package/lib/{cognito.js → chevre/cognito.js} +0 -0
- /package/lib/{creativeWork → chevre/creativeWork}/certification/softwareApplication.js +0 -0
- /package/lib/{creativeWork → chevre/creativeWork}/certification/webApplication.js +0 -0
- /package/lib/{creativeWork → chevre/creativeWork}/certification/webSite.js +0 -0
- /package/lib/{creativeWork → chevre/creativeWork}/comment.js +0 -0
- /package/lib/{creativeWork → chevre/creativeWork}/message/email.js +0 -0
- /package/lib/{creativeWork → chevre/creativeWork}/movie.js +0 -0
- /package/lib/{creativeWork → chevre/creativeWork}/noteDigitalDocument.js +0 -0
- /package/lib/{creativeWork → chevre/creativeWork}/softwareApplication/webApplication.js +0 -0
- /package/lib/{creativeWork → chevre/creativeWork}/softwareApplication.js +0 -0
- /package/lib/{creativeWork.d.ts → chevre/creativeWork.d.ts} +0 -0
- /package/lib/{creativeWork.js → chevre/creativeWork.js} +0 -0
- /package/lib/{creativeWorkType.d.ts → chevre/creativeWorkType.d.ts} +0 -0
- /package/lib/{creativeWorkType.js → chevre/creativeWorkType.js} +0 -0
- /package/lib/{customer.d.ts → chevre/customer.d.ts} +0 -0
- /package/lib/{customer.js → chevre/customer.js} +0 -0
- /package/lib/{encodingFormat.d.ts → chevre/encodingFormat.d.ts} +0 -0
- /package/lib/{encodingFormat.js → chevre/encodingFormat.js} +0 -0
- /package/lib/{entryPoint.d.ts → chevre/entryPoint.d.ts} +0 -0
- /package/lib/{entryPoint.js → chevre/entryPoint.js} +0 -0
- /package/lib/{error → chevre/error}/alreadyInUse.d.ts +0 -0
- /package/lib/{error → chevre/error}/argument.d.ts +0 -0
- /package/lib/{error → chevre/error}/argumentNull.d.ts +0 -0
- /package/lib/{error → chevre/error}/chevre.d.ts +0 -0
- /package/lib/{error → chevre/error}/forbidden.d.ts +0 -0
- /package/lib/{error → chevre/error}/gatewayTimeout.d.ts +0 -0
- /package/lib/{error → chevre/error}/internal.d.ts +0 -0
- /package/lib/{error → chevre/error}/notFound.d.ts +0 -0
- /package/lib/{error → chevre/error}/notImplemented.d.ts +0 -0
- /package/lib/{error → chevre/error}/rateLimitExceeded.d.ts +0 -0
- /package/lib/{error → chevre/error}/serviceUnavailable.d.ts +0 -0
- /package/lib/{error → chevre/error}/unauthorized.d.ts +0 -0
- /package/lib/{error → chevre/error}/unknown.d.ts +0 -0
- /package/lib/{errorCode.d.ts → chevre/errorCode.d.ts} +0 -0
- /package/lib/{errorCode.js → chevre/errorCode.js} +0 -0
- /package/lib/{errors.d.ts → chevre/errors.d.ts} +0 -0
- /package/lib/{event → chevre/event}/anyEvent.js +0 -0
- /package/lib/{event → chevre/event}/screeningEvent.js +0 -0
- /package/lib/{event → chevre/event}/screeningEventSeries.js +0 -0
- /package/lib/{event → chevre/event}/sellerMakesOffer.d.ts +0 -0
- /package/lib/{event → chevre/event}/sellerMakesOffer.js +0 -0
- /package/lib/{event.d.ts → chevre/event.d.ts} +0 -0
- /package/lib/{event.js → chevre/event.js} +0 -0
- /package/lib/{eventStatusType.d.ts → chevre/eventStatusType.d.ts} +0 -0
- /package/lib/{eventStatusType.js → chevre/eventStatusType.js} +0 -0
- /package/lib/{eventType.d.ts → chevre/eventType.d.ts} +0 -0
- /package/lib/{eventType.js → chevre/eventType.js} +0 -0
- /package/lib/{iam.d.ts → chevre/iam.d.ts} +0 -0
- /package/lib/{iam.js → chevre/iam.js} +0 -0
- /package/lib/{identityProvider.d.ts → chevre/identityProvider.d.ts} +0 -0
- /package/lib/{identityProvider.js → chevre/identityProvider.js} +0 -0
- /package/lib/{invoice.js → chevre/invoice.js} +0 -0
- /package/lib/{issuer.d.ts → chevre/issuer.d.ts} +0 -0
- /package/lib/{issuer.js → chevre/issuer.js} +0 -0
- /package/lib/{itemAvailability.d.ts → chevre/itemAvailability.d.ts} +0 -0
- /package/lib/{itemAvailability.js → chevre/itemAvailability.js} +0 -0
- /package/lib/{language.d.ts → chevre/language.d.ts} +0 -0
- /package/lib/{language.js → chevre/language.js} +0 -0
- /package/lib/{merchantReturnPolicy.d.ts → chevre/merchantReturnPolicy.d.ts} +0 -0
- /package/lib/{merchantReturnPolicy.js → chevre/merchantReturnPolicy.js} +0 -0
- /package/lib/{monetaryAmount.d.ts → chevre/monetaryAmount.d.ts} +0 -0
- /package/lib/{monetaryAmount.js → chevre/monetaryAmount.js} +0 -0
- /package/lib/{movieTicketType.d.ts → chevre/movieTicketType.d.ts} +0 -0
- /package/lib/{movieTicketType.js → chevre/movieTicketType.js} +0 -0
- /package/lib/{multilingualString.d.ts → chevre/multilingualString.d.ts} +0 -0
- /package/lib/{multilingualString.js → chevre/multilingualString.js} +0 -0
- /package/lib/{notification → chevre/notification}/accountTitle.d.ts +0 -0
- /package/lib/{notification → chevre/notification}/accountTitle.js +0 -0
- /package/lib/{notification → chevre/notification}/categoryCode.d.ts +0 -0
- /package/lib/{notification → chevre/notification}/categoryCode.js +0 -0
- /package/lib/{notification → chevre/notification}/creativeWork.d.ts +0 -0
- /package/lib/{notification → chevre/notification}/creativeWork.js +0 -0
- /package/lib/{notification → chevre/notification}/event.d.ts +0 -0
- /package/lib/{notification → chevre/notification}/event.js +0 -0
- /package/lib/{notification → chevre/notification}/eventSeries.d.ts +0 -0
- /package/lib/{notification → chevre/notification}/eventSeries.js +0 -0
- /package/lib/{notification → chevre/notification}/offer.d.ts +0 -0
- /package/lib/{notification → chevre/notification}/offer.js +0 -0
- /package/lib/{notification → chevre/notification}/offerCatalog.d.ts +0 -0
- /package/lib/{notification → chevre/notification}/offerCatalog.js +0 -0
- /package/lib/{notification → chevre/notification}/order.d.ts +0 -0
- /package/lib/{notification → chevre/notification}/order.js +0 -0
- /package/lib/{notification → chevre/notification}/payAction.d.ts +0 -0
- /package/lib/{notification → chevre/notification}/payAction.js +0 -0
- /package/lib/{notification → chevre/notification}/person.d.ts +0 -0
- /package/lib/{notification → chevre/notification}/person.js +0 -0
- /package/lib/{notification → chevre/notification}/place.d.ts +0 -0
- /package/lib/{notification → chevre/notification}/place.js +0 -0
- /package/lib/{notification → chevre/notification}/product.d.ts +0 -0
- /package/lib/{notification → chevre/notification}/product.js +0 -0
- /package/lib/{notification → chevre/notification}/refundAction.d.ts +0 -0
- /package/lib/{notification → chevre/notification}/refundAction.js +0 -0
- /package/lib/{notification → chevre/notification}/reservation.d.ts +0 -0
- /package/lib/{notification → chevre/notification}/reservation.js +0 -0
- /package/lib/{notification → chevre/notification}/task.d.ts +0 -0
- /package/lib/{notification → chevre/notification}/task.js +0 -0
- /package/lib/{notification → chevre/notification}/transaction.d.ts +0 -0
- /package/lib/{notification → chevre/notification}/transaction.js +0 -0
- /package/lib/{offer → chevre/offer}/aggregateOffer.d.ts +0 -0
- /package/lib/{offer → chevre/offer}/aggregateOffer.js +0 -0
- /package/lib/{offer → chevre/offer}/eventOffer.d.ts +0 -0
- /package/lib/{offer → chevre/offer}/eventOffer.js +0 -0
- /package/lib/{offer → chevre/offer}/productOffer.d.ts +0 -0
- /package/lib/{offer → chevre/offer}/productOffer.js +0 -0
- /package/lib/{offer.js → chevre/offer.js} +0 -0
- /package/lib/{offerCatalog.d.ts → chevre/offerCatalog.d.ts} +0 -0
- /package/lib/{offerCatalog.js → chevre/offerCatalog.js} +0 -0
- /package/lib/{offerItemCondition.d.ts → chevre/offerItemCondition.d.ts} +0 -0
- /package/lib/{offerItemCondition.js → chevre/offerItemCondition.js} +0 -0
- /package/lib/{offerType.d.ts → chevre/offerType.d.ts} +0 -0
- /package/lib/{offerType.js → chevre/offerType.js} +0 -0
- /package/lib/{order.js → chevre/order.js} +0 -0
- /package/lib/{orderExternal.d.ts → chevre/orderExternal.d.ts} +0 -0
- /package/lib/{orderExternal.js → chevre/orderExternal.js} +0 -0
- /package/lib/{orderStatus.d.ts → chevre/orderStatus.d.ts} +0 -0
- /package/lib/{orderStatus.js → chevre/orderStatus.js} +0 -0
- /package/lib/{organization.d.ts → chevre/organization.d.ts} +0 -0
- /package/lib/{organization.js → chevre/organization.js} +0 -0
- /package/lib/{organizationType.d.ts → chevre/organizationType.d.ts} +0 -0
- /package/lib/{organizationType.js → chevre/organizationType.js} +0 -0
- /package/lib/{ownershipInfo.js → chevre/ownershipInfo.js} +0 -0
- /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard/creditCard.d.ts +0 -0
- /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard/creditCard.js +0 -0
- /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard/movieTicket.d.ts +0 -0
- /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard/movieTicket.js +0 -0
- /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard.d.ts +0 -0
- /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard.js +0 -0
- /package/lib/{paymentMethod.d.ts → chevre/paymentMethod.d.ts} +0 -0
- /package/lib/{paymentMethod.js → chevre/paymentMethod.js} +0 -0
- /package/lib/{paymentStatusType.d.ts → chevre/paymentStatusType.d.ts} +0 -0
- /package/lib/{paymentStatusType.js → chevre/paymentStatusType.js} +0 -0
- /package/lib/{permit.d.ts → chevre/permit.d.ts} +0 -0
- /package/lib/{permit.js → chevre/permit.js} +0 -0
- /package/lib/{person.js → chevre/person.js} +0 -0
- /package/lib/{personType.d.ts → chevre/personType.d.ts} +0 -0
- /package/lib/{personType.js → chevre/personType.js} +0 -0
- /package/lib/{place → chevre/place}/busStop.js +0 -0
- /package/lib/{place → chevre/place}/entranceGate.js +0 -0
- /package/lib/{place → chevre/place}/movieTheater.js +0 -0
- /package/lib/{place → chevre/place}/screeningRoom.js +0 -0
- /package/lib/{place → chevre/place}/screeningRoomSection.js +0 -0
- /package/lib/{place → chevre/place}/seat.js +0 -0
- /package/lib/{place.d.ts → chevre/place.d.ts} +0 -0
- /package/lib/{place.js → chevre/place.js} +0 -0
- /package/lib/{placeType.d.ts → chevre/placeType.d.ts} +0 -0
- /package/lib/{placeType.js → chevre/placeType.js} +0 -0
- /package/lib/{potentialAction.d.ts → chevre/potentialAction.d.ts} +0 -0
- /package/lib/{potentialAction.js → chevre/potentialAction.js} +0 -0
- /package/lib/{priceCurrency.d.ts → chevre/priceCurrency.d.ts} +0 -0
- /package/lib/{priceCurrency.js → chevre/priceCurrency.js} +0 -0
- /package/lib/{priceSpecification → chevre/priceSpecification}/categoryCodeChargeSpecification.d.ts +0 -0
- /package/lib/{priceSpecification → chevre/priceSpecification}/categoryCodeChargeSpecification.js +0 -0
- /package/lib/{priceSpecification → chevre/priceSpecification}/compoundPriceSpecification.d.ts +0 -0
- /package/lib/{priceSpecification → chevre/priceSpecification}/compoundPriceSpecification.js +0 -0
- /package/lib/{priceSpecification → chevre/priceSpecification}/movieTicketTypeChargeSpecification.d.ts +0 -0
- /package/lib/{priceSpecification → chevre/priceSpecification}/movieTicketTypeChargeSpecification.js +0 -0
- /package/lib/{priceSpecification → chevre/priceSpecification}/unitPriceSpecification.d.ts +0 -0
- /package/lib/{priceSpecification → chevre/priceSpecification}/unitPriceSpecification.js +0 -0
- /package/lib/{priceSpecification.d.ts → chevre/priceSpecification.d.ts} +0 -0
- /package/lib/{priceSpecification.js → chevre/priceSpecification.js} +0 -0
- /package/lib/{priceSpecificationType.d.ts → chevre/priceSpecificationType.d.ts} +0 -0
- /package/lib/{priceSpecificationType.js → chevre/priceSpecificationType.js} +0 -0
- /package/lib/{product.js → chevre/product.js} +0 -0
- /package/lib/{programMembership.d.ts → chevre/programMembership.d.ts} +0 -0
- /package/lib/{programMembership.js → chevre/programMembership.js} +0 -0
- /package/lib/{project.d.ts → chevre/project.d.ts} +0 -0
- /package/lib/{project.js → chevre/project.js} +0 -0
- /package/lib/{propertyValue → chevre/propertyValue}/locationFeatureSpecification.js +0 -0
- /package/lib/{propertyValue.d.ts → chevre/propertyValue.d.ts} +0 -0
- /package/lib/{propertyValue.js → chevre/propertyValue.js} +0 -0
- /package/lib/{qualitativeValue.d.ts → chevre/qualitativeValue.d.ts} +0 -0
- /package/lib/{qualitativeValue.js → chevre/qualitativeValue.js} +0 -0
- /package/lib/{quantitativeValue.d.ts → chevre/quantitativeValue.d.ts} +0 -0
- /package/lib/{quantitativeValue.js → chevre/quantitativeValue.js} +0 -0
- /package/lib/{recipe → chevre/recipe}/acceptCOAOffer.d.ts +0 -0
- /package/lib/{recipe → chevre/recipe}/acceptCOAOffer.js +0 -0
- /package/lib/{recipe → chevre/recipe}/authorizeInvoice.d.ts +0 -0
- /package/lib/{recipe → chevre/recipe}/authorizeInvoice.js +0 -0
- /package/lib/{recipe → chevre/recipe}/authorizeInvoice3ds.d.ts +0 -0
- /package/lib/{recipe → chevre/recipe}/authorizeInvoice3ds.js +0 -0
- /package/lib/{recipe → chevre/recipe}/cancelPendingCOAReserve.d.ts +0 -0
- /package/lib/{recipe → chevre/recipe}/cancelPendingCOAReserve.js +0 -0
- /package/lib/{recipe → chevre/recipe}/checkMovieTicket.d.ts +0 -0
- /package/lib/{recipe → chevre/recipe}/checkMovieTicket.js +0 -0
- /package/lib/{recipe → chevre/recipe}/confirmCOAReserve.d.ts +0 -0
- /package/lib/{recipe → chevre/recipe}/confirmCOAReserve.js +0 -0
- /package/lib/{recipe → chevre/recipe}/payCreditCard.d.ts +0 -0
- /package/lib/{recipe → chevre/recipe}/payCreditCard.js +0 -0
- /package/lib/{recipe → chevre/recipe}/payMovieTicket.d.ts +0 -0
- /package/lib/{recipe → chevre/recipe}/payMovieTicket.js +0 -0
- /package/lib/{recipe → chevre/recipe}/publishPaymentUrl.d.ts +0 -0
- /package/lib/{recipe → chevre/recipe}/publishPaymentUrl.js +0 -0
- /package/lib/{recipe → chevre/recipe}/refundCreditCard.d.ts +0 -0
- /package/lib/{recipe → chevre/recipe}/refundCreditCard.js +0 -0
- /package/lib/{recipe → chevre/recipe}/refundMovieTicket.d.ts +0 -0
- /package/lib/{recipe → chevre/recipe}/refundMovieTicket.js +0 -0
- /package/lib/{recipe → chevre/recipe}/returnCOAReserve.d.ts +0 -0
- /package/lib/{recipe → chevre/recipe}/returnCOAReserve.js +0 -0
- /package/lib/{recipe → chevre/recipe}/sendEmailMessage.d.ts +0 -0
- /package/lib/{recipe → chevre/recipe}/sendEmailMessage.js +0 -0
- /package/lib/{recipe.d.ts → chevre/recipe.d.ts} +0 -0
- /package/lib/{recipe.js → chevre/recipe.js} +0 -0
- /package/lib/{report → chevre/report}/accountingReport.d.ts +0 -0
- /package/lib/{report → chevre/report}/accountingReport.js +0 -0
- /package/lib/{reservation → chevre/reservation}/event.js +0 -0
- /package/lib/{reservation → chevre/reservation}/pendingReservationPackage.d.ts +0 -0
- /package/lib/{reservation → chevre/reservation}/pendingReservationPackage.js +0 -0
- /package/lib/{reservation → chevre/reservation}/reservationPackage.js +0 -0
- /package/lib/{reservation.js → chevre/reservation.js} +0 -0
- /package/lib/{reservationStatusType.d.ts → chevre/reservationStatusType.d.ts} +0 -0
- /package/lib/{reservationStatusType.js → chevre/reservationStatusType.js} +0 -0
- /package/lib/{reservationType.d.ts → chevre/reservationType.d.ts} +0 -0
- /package/lib/{reservationType.js → chevre/reservationType.js} +0 -0
- /package/lib/{reservedCodeValues.d.ts → chevre/reservedCodeValues.d.ts} +0 -0
- /package/lib/{role → chevre/role}/organizationRole.d.ts +0 -0
- /package/lib/{role → chevre/role}/organizationRole.js +0 -0
- /package/lib/{role.d.ts → chevre/role.d.ts} +0 -0
- /package/lib/{role.js → chevre/role.js} +0 -0
- /package/lib/{schedule.d.ts → chevre/schedule.d.ts} +0 -0
- /package/lib/{schedule.js → chevre/schedule.js} +0 -0
- /package/lib/{seller.d.ts → chevre/seller.d.ts} +0 -0
- /package/lib/{seller.js → chevre/seller.js} +0 -0
- /package/lib/{sellerReturnPolicy.d.ts → chevre/sellerReturnPolicy.d.ts} +0 -0
- /package/lib/{sellerReturnPolicy.js → chevre/sellerReturnPolicy.js} +0 -0
- /package/lib/{service → chevre/service}/paymentService.d.ts +0 -0
- /package/lib/{service → chevre/service}/paymentService.js +0 -0
- /package/lib/{service → chevre/service}/webAPI.d.ts +0 -0
- /package/lib/{service → chevre/service}/webAPI.js +0 -0
- /package/lib/{serviceChannel.d.ts → chevre/serviceChannel.d.ts} +0 -0
- /package/lib/{serviceChannel.js → chevre/serviceChannel.js} +0 -0
- /package/lib/{sortType.d.ts → chevre/sortType.d.ts} +0 -0
- /package/lib/{sortType.js → chevre/sortType.js} +0 -0
- /package/lib/{task → chevre/task}/acceptCOAOffer.d.ts +0 -0
- /package/lib/{task → chevre/task}/acceptCOAOffer.js +0 -0
- /package/lib/{task → chevre/task}/accountMoneyTransfer.d.ts +0 -0
- /package/lib/{task → chevre/task}/accountMoneyTransfer.js +0 -0
- /package/lib/{task → chevre/task}/aggregateOffers.d.ts +0 -0
- /package/lib/{task → chevre/task}/aggregateOffers.js +0 -0
- /package/lib/{task → chevre/task}/aggregateOnSystem.d.ts +0 -0
- /package/lib/{task → chevre/task}/aggregateOnSystem.js +0 -0
- /package/lib/{task → chevre/task}/aggregateScreeningEvent.d.ts +0 -0
- /package/lib/{task → chevre/task}/aggregateScreeningEvent.js +0 -0
- /package/lib/{task → chevre/task}/authorizePayment.d.ts +0 -0
- /package/lib/{task → chevre/task}/authorizePayment.js +0 -0
- /package/lib/{task → chevre/task}/cancelAccountMoneyTransfer.d.ts +0 -0
- /package/lib/{task → chevre/task}/cancelAccountMoneyTransfer.js +0 -0
- /package/lib/{task → chevre/task}/cancelMoneyTransfer.d.ts +0 -0
- /package/lib/{task → chevre/task}/cancelMoneyTransfer.js +0 -0
- /package/lib/{task → chevre/task}/cancelPendingReservation.d.ts +0 -0
- /package/lib/{task → chevre/task}/cancelPendingReservation.js +0 -0
- /package/lib/{task → chevre/task}/cancelReservation.d.ts +0 -0
- /package/lib/{task → chevre/task}/cancelReservation.js +0 -0
- /package/lib/{task → chevre/task}/checkMovieTicket.d.ts +0 -0
- /package/lib/{task → chevre/task}/checkMovieTicket.js +0 -0
- /package/lib/{task → chevre/task}/checkResource.d.ts +0 -0
- /package/lib/{task → chevre/task}/checkResource.js +0 -0
- /package/lib/{task → chevre/task}/confirmPayTransaction.d.ts +0 -0
- /package/lib/{task → chevre/task}/confirmPayTransaction.js +0 -0
- /package/lib/{task → chevre/task}/confirmRegisterService.d.ts +0 -0
- /package/lib/{task → chevre/task}/confirmRegisterService.js +0 -0
- /package/lib/{task → chevre/task}/confirmRegisterServiceTransaction.d.ts +0 -0
- /package/lib/{task → chevre/task}/confirmRegisterServiceTransaction.js +0 -0
- /package/lib/{task → chevre/task}/confirmReserveTransaction.d.ts +0 -0
- /package/lib/{task → chevre/task}/confirmReserveTransaction.js +0 -0
- /package/lib/{task → chevre/task}/createAccountingReport.d.ts +0 -0
- /package/lib/{task → chevre/task}/createAccountingReport.js +0 -0
- /package/lib/{task → chevre/task}/deletePerson.d.ts +0 -0
- /package/lib/{task → chevre/task}/deletePerson.js +0 -0
- /package/lib/{task → chevre/task}/deleteTransaction.d.ts +0 -0
- /package/lib/{task → chevre/task}/deleteTransaction.js +0 -0
- /package/lib/{task → chevre/task}/givePointAward.d.ts +0 -0
- /package/lib/{task → chevre/task}/givePointAward.js +0 -0
- /package/lib/{task → chevre/task}/handleNotification.d.ts +0 -0
- /package/lib/{task → chevre/task}/handleNotification.js +0 -0
- /package/lib/{task → chevre/task}/importEventCapacitiesFromCOA.d.ts +0 -0
- /package/lib/{task → chevre/task}/importEventCapacitiesFromCOA.js +0 -0
- /package/lib/{task → chevre/task}/importEventsFromCOA.d.ts +0 -0
- /package/lib/{task → chevre/task}/importEventsFromCOA.js +0 -0
- /package/lib/{task → chevre/task}/importOffersFromCOA.d.ts +0 -0
- /package/lib/{task → chevre/task}/importOffersFromCOA.js +0 -0
- /package/lib/{task → chevre/task}/invalidatePaymentUrl.d.ts +0 -0
- /package/lib/{task → chevre/task}/invalidatePaymentUrl.js +0 -0
- /package/lib/{task → chevre/task}/moneyTransfer.d.ts +0 -0
- /package/lib/{task → chevre/task}/moneyTransfer.js +0 -0
- /package/lib/{task → chevre/task}/onAssetTransactionStatusChanged.d.ts +0 -0
- /package/lib/{task → chevre/task}/onAssetTransactionStatusChanged.js +0 -0
- /package/lib/{task → chevre/task}/onAuthorizationCreated.d.ts +0 -0
- /package/lib/{task → chevre/task}/onAuthorizationCreated.js +0 -0
- /package/lib/{task → chevre/task}/onEventChanged.d.ts +0 -0
- /package/lib/{task → chevre/task}/onEventChanged.js +0 -0
- /package/lib/{task → chevre/task}/onOrderPaymentCompleted.d.ts +0 -0
- /package/lib/{task → chevre/task}/onOrderPaymentCompleted.js +0 -0
- /package/lib/{task → chevre/task}/onResourceDeleted.d.ts +0 -0
- /package/lib/{task → chevre/task}/onResourceDeleted.js +0 -0
- /package/lib/{task → chevre/task}/onResourceUpdated.d.ts +0 -0
- /package/lib/{task → chevre/task}/onResourceUpdated.js +0 -0
- /package/lib/{task → chevre/task}/pay.d.ts +0 -0
- /package/lib/{task → chevre/task}/pay.js +0 -0
- /package/lib/{task → chevre/task}/placeOrder.d.ts +0 -0
- /package/lib/{task → chevre/task}/placeOrder.js +0 -0
- /package/lib/{task → chevre/task}/publishPaymentUrl.d.ts +0 -0
- /package/lib/{task → chevre/task}/publishPaymentUrl.js +0 -0
- /package/lib/{task → chevre/task}/refund.d.ts +0 -0
- /package/lib/{task → chevre/task}/refund.js +0 -0
- /package/lib/{task → chevre/task}/registerService.d.ts +0 -0
- /package/lib/{task → chevre/task}/registerService.js +0 -0
- /package/lib/{task → chevre/task}/reserve.d.ts +0 -0
- /package/lib/{task → chevre/task}/reserve.js +0 -0
- /package/lib/{task → chevre/task}/returnOrder.d.ts +0 -0
- /package/lib/{task → chevre/task}/returnOrder.js +0 -0
- /package/lib/{task → chevre/task}/returnPayTransaction.d.ts +0 -0
- /package/lib/{task → chevre/task}/returnPayTransaction.js +0 -0
- /package/lib/{task → chevre/task}/returnPointAward.d.ts +0 -0
- /package/lib/{task → chevre/task}/returnPointAward.js +0 -0
- /package/lib/{task → chevre/task}/returnReserveTransaction.d.ts +0 -0
- /package/lib/{task → chevre/task}/returnReserveTransaction.js +0 -0
- /package/lib/{task → chevre/task}/sendEmailMessage.d.ts +0 -0
- /package/lib/{task → chevre/task}/sendEmailMessage.js +0 -0
- /package/lib/{task → chevre/task}/sendOrder.js +0 -0
- /package/lib/{task → chevre/task}/syncResourcesFromCOA.d.ts +0 -0
- /package/lib/{task → chevre/task}/syncResourcesFromCOA.js +0 -0
- /package/lib/{task → chevre/task}/triggerWebhook.d.ts +0 -0
- /package/lib/{task → chevre/task}/triggerWebhook.js +0 -0
- /package/lib/{task → chevre/task}/useReservation.d.ts +0 -0
- /package/lib/{task → chevre/task}/useReservation.js +0 -0
- /package/lib/{task → chevre/task}/voidPayTransaction.d.ts +0 -0
- /package/lib/{task → chevre/task}/voidPayTransaction.js +0 -0
- /package/lib/{task → chevre/task}/voidPayment.d.ts +0 -0
- /package/lib/{task → chevre/task}/voidPayment.js +0 -0
- /package/lib/{task → chevre/task}/voidRegisterServiceTransaction.d.ts +0 -0
- /package/lib/{task → chevre/task}/voidRegisterServiceTransaction.js +0 -0
- /package/lib/{task → chevre/task}/voidReserveTransaction.d.ts +0 -0
- /package/lib/{task → chevre/task}/voidReserveTransaction.js +0 -0
- /package/lib/{task.d.ts → chevre/task.d.ts} +0 -0
- /package/lib/{task.js → chevre/task.js} +0 -0
- /package/lib/{taskName.d.ts → chevre/taskName.d.ts} +0 -0
- /package/lib/{taskName.js → chevre/taskName.js} +0 -0
- /package/lib/{taskStatus.d.ts → chevre/taskStatus.d.ts} +0 -0
- /package/lib/{taskStatus.js → chevre/taskStatus.js} +0 -0
- /package/lib/{thing.d.ts → chevre/thing.d.ts} +0 -0
- /package/lib/{thing.js → chevre/thing.js} +0 -0
- /package/lib/{transaction → chevre/transaction}/placeOrder.js +0 -0
- /package/lib/{transaction → chevre/transaction}/returnOrder.js +0 -0
- /package/lib/{transaction.js → chevre/transaction.js} +0 -0
- /package/lib/{transactionStatusType.d.ts → chevre/transactionStatusType.d.ts} +0 -0
- /package/lib/{transactionStatusType.js → chevre/transactionStatusType.js} +0 -0
- /package/lib/{transactionType.d.ts → chevre/transactionType.d.ts} +0 -0
- /package/lib/{transactionType.js → chevre/transactionType.js} +0 -0
- /package/lib/{trip → chevre/trip}/busTrip.d.ts +0 -0
- /package/lib/{trip → chevre/trip}/busTrip.js +0 -0
- /package/lib/{trip.d.ts → chevre/trip.d.ts} +0 -0
- /package/lib/{trip.js → chevre/trip.js} +0 -0
- /package/lib/{tripType.d.ts → chevre/tripType.d.ts} +0 -0
- /package/lib/{tripType.js → chevre/tripType.js} +0 -0
- /package/lib/{unitCode.d.ts → chevre/unitCode.d.ts} +0 -0
- /package/lib/{unitCode.js → chevre/unitCode.js} +0 -0
- /package/lib/{unitPriceOffer → chevre/unitPriceOffer}/merchantReturnPolicy.d.ts +0 -0
- /package/lib/{unitPriceOffer → chevre/unitPriceOffer}/merchantReturnPolicy.js +0 -0
- /package/lib/{unitPriceOffer.d.ts → chevre/unitPriceOffer.d.ts} +0 -0
- /package/lib/{unitPriceOffer.js → chevre/unitPriceOffer.js} +0 -0
|
@@ -18,7 +18,7 @@ import { PriceCurrency } from './priceCurrency';
|
|
|
18
18
|
import { IPriceSpecification as ICompoundPriceSpecification } from './priceSpecification/compoundPriceSpecification';
|
|
19
19
|
import { IMembershipProduct, IPaymentCardProduct, ProductType } from './product';
|
|
20
20
|
import { IPropertyValue } from './propertyValue';
|
|
21
|
-
import
|
|
21
|
+
import { ICategoryChargePriceComponent, IIssuedThrough, IMovieTicketTypeChargePriceComponent, IOptimizedSuperEventLegacy, IOptimizedWorkPerformedLegacy, IProgramMembershipUsedSearchConditions, IReservation as IRawReservation, IReservationForLegacy, IReservedTicket as IRawReservedTicket, ITicketType, IUnitPriceComponent, IServiceTypeOfIssuedThrough } from './reservation/event';
|
|
22
22
|
import { ReservationType } from './reservationType';
|
|
23
23
|
import { ISeller as IBaseSeller } from './seller';
|
|
24
24
|
import { IPaymentMethodAsServiceOutput, PaymentServiceType } from './service/paymentService';
|
|
@@ -84,8 +84,8 @@ export interface IReferencedInvoice {
|
|
|
84
84
|
issuedThrough: IOrderPaymentMethodIssuedThrough;
|
|
85
85
|
referencesOrder?: never;
|
|
86
86
|
}
|
|
87
|
-
export type IWorkPerformed = Pick<
|
|
88
|
-
export type ISuperEvent = Pick<
|
|
87
|
+
export type IWorkPerformed = Pick<IOptimizedWorkPerformedLegacy, 'typeOf' | 'id' | 'identifier' | 'name' | 'duration'>;
|
|
88
|
+
export type ISuperEvent = Pick<IOptimizedSuperEventLegacy, 'id' | 'location' | 'name' | 'soundFormat' | 'typeOf' | 'headline'> & {
|
|
89
89
|
workPerformed: IWorkPerformed;
|
|
90
90
|
identifier?: never;
|
|
91
91
|
alternativeHeadline?: never;
|
|
@@ -95,10 +95,10 @@ export type ISuperEvent = Pick<EventReservationFactory.IOptimizedSuperEventLegac
|
|
|
95
95
|
/**
|
|
96
96
|
* COAの場合の施設コンテンツ
|
|
97
97
|
*/
|
|
98
|
-
export type ICOASuperEvent = Pick<
|
|
98
|
+
export type ICOASuperEvent = Pick<IOptimizedSuperEventLegacy, 'id' | 'location' | 'name' | 'soundFormat' | 'typeOf' | 'headline'> & Pick<IEventSeries, 'identifier' | 'alternativeHeadline' | 'duration' | 'coaInfo'> & {
|
|
99
99
|
workPerformed: IWorkPerformed;
|
|
100
100
|
};
|
|
101
|
-
export type IEventAsReservationFor = Omit<
|
|
101
|
+
export type IEventAsReservationFor = Omit<IReservationForLegacy, 'superEvent' | 'identifier' | 'coaInfo'> & {
|
|
102
102
|
superEvent: ISuperEvent;
|
|
103
103
|
/**
|
|
104
104
|
* COA予約でのみ使用されている
|
|
@@ -113,7 +113,7 @@ export type IEventAsReservationFor = Omit<EventReservationFactory.IReservationFo
|
|
|
113
113
|
/**
|
|
114
114
|
* COAの場合のイベント
|
|
115
115
|
*/
|
|
116
|
-
export type ICOAEventAsReservationFor = Omit<
|
|
116
|
+
export type ICOAEventAsReservationFor = Omit<IReservationForLegacy, 'superEvent' | 'identifier' | 'coaInfo'> & {
|
|
117
117
|
superEvent: ICOASuperEvent;
|
|
118
118
|
/**
|
|
119
119
|
* COA予約でのみ使用されている
|
|
@@ -146,9 +146,9 @@ export type ICOATicketInfoWithDetails = COAFactory.reserve.IUpdReserveTicket & {
|
|
|
146
146
|
*/
|
|
147
147
|
usePoint: number;
|
|
148
148
|
};
|
|
149
|
-
export type IReservedTicket = Pick<
|
|
149
|
+
export type IReservedTicket = Pick<IRawReservedTicket, 'typeOf' | 'ticketedSeat' | 'identifier' | // 追加(2024-04-15~)
|
|
150
150
|
'ticketNumber'> & {
|
|
151
|
-
ticketType:
|
|
151
|
+
ticketType: ITicketType;
|
|
152
152
|
dateIssued?: never;
|
|
153
153
|
ticketToken?: never;
|
|
154
154
|
coaTicketInfo?: never;
|
|
@@ -157,16 +157,16 @@ export type IReservedTicket = Pick<EventReservationFactory.IReservedTicket, 'typ
|
|
|
157
157
|
/**
|
|
158
158
|
* COAの場合の予約チケット
|
|
159
159
|
*/
|
|
160
|
-
export type ICOAReservedTicket = Pick<
|
|
160
|
+
export type ICOAReservedTicket = Pick<IRawReservedTicket, 'typeOf' | 'ticketedSeat' | 'identifier' | // 追加(2024-04-15~)
|
|
161
161
|
'ticketNumber' | 'dateIssued' | 'ticketToken'> & {
|
|
162
|
-
ticketType:
|
|
162
|
+
ticketType: ITicketType;
|
|
163
163
|
/**
|
|
164
164
|
* COA券種情報
|
|
165
165
|
*/
|
|
166
166
|
coaTicketInfo?: ICOATicketInfoWithDetails;
|
|
167
167
|
coaReserveAmount?: number;
|
|
168
168
|
};
|
|
169
|
-
export interface ICOAIssuedThrough extends Pick<
|
|
169
|
+
export interface ICOAIssuedThrough extends Pick<IIssuedThrough, 'typeOf' | 'availableChannel'> {
|
|
170
170
|
typeOf: ProductType.EventService;
|
|
171
171
|
serviceType?: never;
|
|
172
172
|
/**
|
|
@@ -174,15 +174,15 @@ export interface ICOAIssuedThrough extends Pick<EventReservationFactory.IIssuedT
|
|
|
174
174
|
*/
|
|
175
175
|
id?: never;
|
|
176
176
|
}
|
|
177
|
-
export type IEventReservation = Pick<
|
|
178
|
-
issuedThrough:
|
|
177
|
+
export type IEventReservation = Pick<IRawReservation, 'additionalProperty' | 'additionalTicketText' | 'id' | 'programMembershipUsed' | 'reservationNumber' | 'typeOf'> & {
|
|
178
|
+
issuedThrough: IIssuedThrough;
|
|
179
179
|
reservationFor: IEventAsReservationFor;
|
|
180
180
|
reservedTicket: IReservedTicket;
|
|
181
181
|
};
|
|
182
182
|
/**
|
|
183
183
|
* COAの場合の予約
|
|
184
184
|
*/
|
|
185
|
-
export type ICOAEventReservation = Pick<
|
|
185
|
+
export type ICOAEventReservation = Pick<IRawReservation, 'additionalProperty' | 'additionalTicketText' | 'id' | 'programMembershipUsed' | 'reservationNumber' | 'typeOf'> & {
|
|
186
186
|
issuedThrough: ICOAIssuedThrough;
|
|
187
187
|
reservationFor: ICOAEventAsReservationFor;
|
|
188
188
|
reservedTicket: ICOAReservedTicket;
|
|
@@ -199,9 +199,9 @@ export type IPermit = Pick<IBasePermit, 'amount' | 'identifier' | 'name' | 'type
|
|
|
199
199
|
* 注文アイテム
|
|
200
200
|
*/
|
|
201
201
|
export type IItemOffered = IReservation | IPermit;
|
|
202
|
-
export
|
|
203
|
-
export
|
|
204
|
-
export
|
|
202
|
+
export { ICategoryChargePriceComponent };
|
|
203
|
+
export { IMovieTicketTypeChargePriceComponent };
|
|
204
|
+
export { IUnitPriceComponent };
|
|
205
205
|
export type ITicketPriceComponent = ICategoryChargePriceComponent | IMovieTicketTypeChargePriceComponent | IUnitPriceComponent;
|
|
206
206
|
/**
|
|
207
207
|
* 注文オファーの価格仕様
|
|
@@ -281,7 +281,7 @@ export interface IEventServiceAsOrderedItem {
|
|
|
281
281
|
typeOf: ReservationType.EventReservation | ReservationType.ReservationPackage;
|
|
282
282
|
reservationFor: IReservationFor4EventServiceOrderedItem;
|
|
283
283
|
};
|
|
284
|
-
serviceType?:
|
|
284
|
+
serviceType?: IServiceTypeOfIssuedThrough;
|
|
285
285
|
/**
|
|
286
286
|
* 興行id
|
|
287
287
|
* 興行管理をしていない場合id未定義
|
|
@@ -548,7 +548,7 @@ export interface IAcceptedOffersSearchConditions {
|
|
|
548
548
|
/**
|
|
549
549
|
* 使用メンバーシップ
|
|
550
550
|
*/
|
|
551
|
-
programMembershipUsed?:
|
|
551
|
+
programMembershipUsed?: IProgramMembershipUsedSearchConditions;
|
|
552
552
|
reservedTicket?: {
|
|
553
553
|
/**
|
|
554
554
|
* 予約チケット識別子
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { IInvoice } from './invoice';
|
|
2
2
|
import { OrganizationType } from './organizationType';
|
|
3
|
-
import
|
|
3
|
+
import { IIssuedThroughAsCreditCard, IIssuedThroughAsFaceToFace, IIssuedThroughAsProduct, IPermit } from './permit';
|
|
4
4
|
import { PersonType } from './personType';
|
|
5
|
-
import
|
|
5
|
+
import { ProductType } from './product';
|
|
6
6
|
import { IProject } from './project';
|
|
7
7
|
import { ReservationType } from './reservationType';
|
|
8
8
|
import { PaymentServiceType } from './service/paymentService';
|
|
@@ -14,7 +14,7 @@ export interface IEventReservationAsGood {
|
|
|
14
14
|
*/
|
|
15
15
|
id?: string;
|
|
16
16
|
issuedThrough?: {
|
|
17
|
-
typeOf:
|
|
17
|
+
typeOf: ProductType.EventService;
|
|
18
18
|
};
|
|
19
19
|
/**
|
|
20
20
|
* 予約番号
|
|
@@ -25,11 +25,11 @@ export interface IEventReservationAsGood {
|
|
|
25
25
|
* 予約
|
|
26
26
|
*/
|
|
27
27
|
export type IReservation = IEventReservationAsGood;
|
|
28
|
-
export type IPermitIssuedThroughAsFaceToFace = Pick<
|
|
29
|
-
export type IPermitIssuedThroughAsCreditCard = Pick<
|
|
30
|
-
export type IPermitIssuedThroughAsProduct = Pick<
|
|
28
|
+
export type IPermitIssuedThroughAsFaceToFace = Pick<IIssuedThroughAsFaceToFace, 'typeOf'>;
|
|
29
|
+
export type IPermitIssuedThroughAsCreditCard = Pick<IIssuedThroughAsCreditCard, 'id' | 'typeOf'>;
|
|
30
|
+
export type IPermitIssuedThroughAsProduct = Pick<IIssuedThroughAsProduct, 'id' | 'typeOf' | 'serviceType'>;
|
|
31
31
|
export type IPermitIssuedThrough = IPermitIssuedThroughAsFaceToFace | IPermitIssuedThroughAsCreditCard | IPermitIssuedThroughAsProduct;
|
|
32
|
-
export type IPermitAsGood = Pick<
|
|
32
|
+
export type IPermitAsGood = Pick<IPermit, 'typeOf'> & {
|
|
33
33
|
identifier: string;
|
|
34
34
|
issuedThrough?: IPermitIssuedThrough;
|
|
35
35
|
name?: never;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { PersonType } from './personType';
|
|
2
2
|
import { IProgramMembership } from './programMembership';
|
|
3
3
|
import { IPropertyValue } from './propertyValue';
|
|
4
|
-
import
|
|
4
|
+
import { IIdentifier, IThing } from './thing';
|
|
5
5
|
/**
|
|
6
6
|
* 追加特性
|
|
7
7
|
*/
|
|
8
8
|
export type IAdditionalProperty = IPropertyValue<string>[];
|
|
9
|
-
export
|
|
9
|
+
export { IIdentifier };
|
|
10
10
|
export type IMemberOf = IProgramMembership;
|
|
11
11
|
/**
|
|
12
12
|
* プロフィール
|
|
13
13
|
*/
|
|
14
|
-
export interface IProfile extends Pick<
|
|
14
|
+
export interface IProfile extends Pick<IThing, 'image' | 'url'> {
|
|
15
15
|
additionalProperty?: IAdditionalProperty;
|
|
16
16
|
/**
|
|
17
17
|
* Physical address of the item.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { IMultilingualString } from '../multilingualString';
|
|
2
|
-
import
|
|
2
|
+
import { IPlace as IBasePlace } from '../place';
|
|
3
3
|
import { PlaceType } from '../placeType';
|
|
4
4
|
import { SortType } from '../sortType';
|
|
5
|
-
export interface IPlace extends Pick<
|
|
5
|
+
export interface IPlace extends Pick<IBasePlace, 'project' | 'typeOf' | 'id' | 'name' | 'branchCode'> {
|
|
6
6
|
typeOf: PlaceType.BusStop;
|
|
7
7
|
id: string;
|
|
8
8
|
branchCode: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IPlace as IBasePlace } from '../place';
|
|
2
2
|
import { PlaceType } from '../placeType';
|
|
3
3
|
/**
|
|
4
4
|
* 入場ゲート
|
|
5
5
|
*/
|
|
6
|
-
export type IEntranceGate = Pick<
|
|
6
|
+
export type IEntranceGate = Pick<IBasePlace, 'typeOf' | 'identifier' | 'name'> & {
|
|
7
7
|
typeOf: PlaceType.Place;
|
|
8
8
|
identifier: string;
|
|
9
9
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IMultilingualString } from '../multilingualString';
|
|
2
|
-
import
|
|
3
|
-
import
|
|
2
|
+
import { IOffer as IBaseOffer } from '../offer';
|
|
3
|
+
import { IPlace as IBasePlace } from '../place';
|
|
4
4
|
import { PlaceType } from '../placeType';
|
|
5
5
|
import { IQuantitativeValue } from '../quantitativeValue';
|
|
6
6
|
import { ISeller } from '../seller';
|
|
@@ -18,7 +18,7 @@ export interface IAvailabilityEndsGraceTime extends Pick<IQuantitativeValue<Unit
|
|
|
18
18
|
/**
|
|
19
19
|
* 施設に対するオファー
|
|
20
20
|
*/
|
|
21
|
-
export interface IOffer extends Pick<
|
|
21
|
+
export interface IOffer extends Pick<IBaseOffer, 'typeOf' | 'eligibleQuantity'> {
|
|
22
22
|
/**
|
|
23
23
|
* イベント開始前の販売猶予期間
|
|
24
24
|
*/
|
|
@@ -64,7 +64,7 @@ export type IParentOrganization = Pick<ISeller, 'typeOf' | 'id'> & {
|
|
|
64
64
|
/**
|
|
65
65
|
* 施設
|
|
66
66
|
*/
|
|
67
|
-
export interface IPlace extends Pick<
|
|
67
|
+
export interface IPlace extends Pick<IBasePlace, 'additionalProperty' | 'branchCode' | 'name' | 'project' | 'telephone' | 'typeOf' | 'url'> {
|
|
68
68
|
typeOf: PlaceType.MovieTheater;
|
|
69
69
|
id: string;
|
|
70
70
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IMultilingualString } from '../multilingualString';
|
|
2
|
-
import
|
|
2
|
+
import { IPlace as IBasePlace } from '../place';
|
|
3
3
|
import { PlaceType } from '../placeType';
|
|
4
4
|
import { ISeller } from '../seller';
|
|
5
5
|
import { IPlace as IScreeningRoomSection } from './screeningRoomSection';
|
|
@@ -15,7 +15,7 @@ export type IParentOrganization = Pick<ISeller, 'typeOf' | 'id'> & {
|
|
|
15
15
|
/**
|
|
16
16
|
* ルーム
|
|
17
17
|
*/
|
|
18
|
-
export interface IPlace extends Pick<
|
|
18
|
+
export interface IPlace extends Pick<IBasePlace, 'project' | 'typeOf' | 'amenityFeature' | 'branchCode' | 'name' | 'address' | 'containsPlace' | 'additionalProperty' | 'openSeatingAllowed' | 'maximumAttendeeCapacity'> {
|
|
19
19
|
typeOf: PlaceType.ScreeningRoom;
|
|
20
20
|
containedInPlace?: IContainedInPlace;
|
|
21
21
|
/**
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IPlace as IBasePlace } from '../place';
|
|
2
2
|
import { PlaceType } from '../placeType';
|
|
3
3
|
import { IPlace as ISeat, IPlaceWithOffer as ISeatWithOffer } from './seat';
|
|
4
4
|
/**
|
|
5
5
|
* セクション
|
|
6
6
|
*/
|
|
7
|
-
export interface IPlace extends Pick<
|
|
7
|
+
export interface IPlace extends Pick<IBasePlace, 'project' | 'typeOf' | 'branchCode' | 'name' | 'containedInPlace' | 'containsPlace' | 'additionalProperty'> {
|
|
8
8
|
typeOf: PlaceType.ScreeningRoomSection;
|
|
9
9
|
/**
|
|
10
10
|
* 座席リスト
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ItemAvailability } from '../itemAvailability';
|
|
2
2
|
import { IMultilingualString } from '../multilingualString';
|
|
3
|
-
import
|
|
4
|
-
import
|
|
3
|
+
import { IOffer as IBaseOffer } from '../offer';
|
|
4
|
+
import { IPlace as IBasePlace } from '../place';
|
|
5
5
|
import { PlaceType } from '../placeType';
|
|
6
6
|
import { IPriceSpecification as ICategoryCodeChargeSpecification } from '../priceSpecification/categoryCodeChargeSpecification';
|
|
7
7
|
import { IPriceSpecification as ICompoundPriceSpecification } from '../priceSpecification/compoundPriceSpecification';
|
|
@@ -16,7 +16,7 @@ export type IPriceSpecification = Pick<ICompoundPriceSpecification<IPriceCompone
|
|
|
16
16
|
/**
|
|
17
17
|
* 座席に対するオファー
|
|
18
18
|
*/
|
|
19
|
-
export interface IOffer extends Pick<
|
|
19
|
+
export interface IOffer extends Pick<IBaseOffer, 'availability'> {
|
|
20
20
|
availability: ItemAvailability;
|
|
21
21
|
/**
|
|
22
22
|
* 座席区分加算料金の存在する場合、価格仕様が含まれる
|
|
@@ -30,7 +30,7 @@ export type ISeatingType = string | string[];
|
|
|
30
30
|
/**
|
|
31
31
|
* 座席
|
|
32
32
|
*/
|
|
33
|
-
export interface IPlace extends Pick<
|
|
33
|
+
export interface IPlace extends Pick<IBasePlace, 'project' | 'typeOf' | 'branchCode' | 'containedInPlace' | 'additionalProperty' | 'name' | 'maximumAttendeeCapacity'> {
|
|
34
34
|
typeOf: PlaceType.Seat;
|
|
35
35
|
/**
|
|
36
36
|
* 枝番号
|
|
@@ -11,7 +11,7 @@ import { IProject } from './project';
|
|
|
11
11
|
import { IPropertyValue } from './propertyValue';
|
|
12
12
|
import { SortType } from './sortType';
|
|
13
13
|
import { IThing } from './thing';
|
|
14
|
-
import
|
|
14
|
+
import { IAddOn4unitPriceOffer, IItemOffered } from './unitPriceOffer';
|
|
15
15
|
/**
|
|
16
16
|
* プロダクトタイプ
|
|
17
17
|
*/
|
|
@@ -331,7 +331,7 @@ export type ITicketPriceComponent = ICategoryCodeChargePriceComponent | IMovieTi
|
|
|
331
331
|
* プロダクトオファーの価格仕様
|
|
332
332
|
*/
|
|
333
333
|
export type ITicketPriceSpecification = Omit<ICompoundPriceSpecification<ITicketPriceComponent>, 'project'>;
|
|
334
|
-
export
|
|
334
|
+
export type IMinimizedTicketAddOn = IAddOn4unitPriceOffer;
|
|
335
335
|
/**
|
|
336
336
|
* プロダクトオファー
|
|
337
337
|
*/
|
|
@@ -341,7 +341,7 @@ export interface ITicketOffer extends Pick<IBaseOffer, 'acceptedPaymentMethod' |
|
|
|
341
341
|
identifier: string;
|
|
342
342
|
name: IOfferName;
|
|
343
343
|
priceSpecification: ITicketPriceSpecification;
|
|
344
|
-
itemOffered?:
|
|
344
|
+
itemOffered?: IItemOffered;
|
|
345
345
|
offerIndex?: number;
|
|
346
346
|
/**
|
|
347
347
|
* カタログ内ソートインデックス
|
|
@@ -2,7 +2,7 @@ import { ILocation as IEventLocation, IName as IEventName, ISuperEvent } from '.
|
|
|
2
2
|
import { IWorkPerformed } from '../event/screeningEventSeries';
|
|
3
3
|
import { EventType } from '../eventType';
|
|
4
4
|
import { IMultilingualString } from '../multilingualString';
|
|
5
|
-
import
|
|
5
|
+
import { ICategory as IOfferCategory, IValidRateLimit } from '../offer';
|
|
6
6
|
import { OfferType } from '../offerType';
|
|
7
7
|
import { IPriceSpecification as ICategoryCodeChargeSpecification } from '../priceSpecification/categoryCodeChargeSpecification';
|
|
8
8
|
import { IPriceSpecification as ICompoundPriceSpecification } from '../priceSpecification/compoundPriceSpecification';
|
|
@@ -10,7 +10,7 @@ import { IPriceSpecification as IMovieTicketTypeChargeSpecification } from '../p
|
|
|
10
10
|
import { IPriceSpecification as IUnitPriceOfferPriceSpecification } from '../priceSpecification/unitPriceSpecification';
|
|
11
11
|
import { ProductType } from '../product';
|
|
12
12
|
import { IPropertyValue } from '../propertyValue';
|
|
13
|
-
import
|
|
13
|
+
import { TicketType, ISeat as IReservationSeat, IServiceTypeOfIssuedThrough, IIssuedThrough as IReservationIssuedThrough, IReservation as IBaseReservation, IAvailableReservationStatusType, ITicket } from '../reservation';
|
|
14
14
|
import { ReservationStatusType } from '../reservationStatusType';
|
|
15
15
|
import { ReservationType } from '../reservationType';
|
|
16
16
|
import { SortType } from '../sortType';
|
|
@@ -107,12 +107,12 @@ export type IPrice = Pick<ICompoundPriceSpecification<ITicketPriceComponent>, 'p
|
|
|
107
107
|
export type IPriceSpecification = never;
|
|
108
108
|
export interface ISubReservation {
|
|
109
109
|
reservedTicket: {
|
|
110
|
-
typeOf:
|
|
111
|
-
ticketedSeat:
|
|
110
|
+
typeOf: TicketType;
|
|
111
|
+
ticketedSeat: IReservationSeat;
|
|
112
112
|
};
|
|
113
113
|
}
|
|
114
|
-
export
|
|
115
|
-
export interface IIssuedThrough extends
|
|
114
|
+
export { IServiceTypeOfIssuedThrough };
|
|
115
|
+
export interface IIssuedThrough extends IReservationIssuedThrough {
|
|
116
116
|
typeOf: ProductType.EventService;
|
|
117
117
|
serviceType?: IServiceTypeOfIssuedThrough;
|
|
118
118
|
/**
|
|
@@ -122,16 +122,16 @@ export interface IIssuedThrough extends ReservationFactory.IIssuedThrough {
|
|
|
122
122
|
}
|
|
123
123
|
export interface ITicketType {
|
|
124
124
|
additionalProperty?: IPropertyValue<string>[];
|
|
125
|
-
category?:
|
|
125
|
+
category?: IOfferCategory;
|
|
126
126
|
color?: string;
|
|
127
127
|
description?: string | IMultilingualString;
|
|
128
128
|
id?: string;
|
|
129
129
|
identifier: string;
|
|
130
130
|
name?: IMultilingualString;
|
|
131
131
|
typeOf: OfferType.Offer;
|
|
132
|
-
validRateLimit?:
|
|
132
|
+
validRateLimit?: IValidRateLimit;
|
|
133
133
|
}
|
|
134
|
-
export type IReservedTicket =
|
|
134
|
+
export type IReservedTicket = ITicket & {
|
|
135
135
|
/**
|
|
136
136
|
* 予約ドキュメント内のticketTypeは廃止済(2026-03-26~)
|
|
137
137
|
*/
|
|
@@ -140,7 +140,7 @@ export type IReservedTicket = ReservationFactory.ITicket & {
|
|
|
140
140
|
/**
|
|
141
141
|
* イベント予約
|
|
142
142
|
*/
|
|
143
|
-
export interface IReservation extends
|
|
143
|
+
export interface IReservation extends IBaseReservation<IPriceSpecification> {
|
|
144
144
|
bookingTime: Date;
|
|
145
145
|
id: string;
|
|
146
146
|
issuedThrough: IIssuedThrough;
|
|
@@ -308,14 +308,14 @@ export interface ISearchConditions {
|
|
|
308
308
|
additionalTicketText?: string | IStringSearchConditions;
|
|
309
309
|
broker?: IBrokerSearchConditions;
|
|
310
310
|
reservationStatus?: {
|
|
311
|
-
$eq?:
|
|
312
|
-
$ne?:
|
|
313
|
-
$in?:
|
|
311
|
+
$eq?: IAvailableReservationStatusType;
|
|
312
|
+
$ne?: IAvailableReservationStatusType;
|
|
313
|
+
$in?: IAvailableReservationStatusType[];
|
|
314
314
|
};
|
|
315
315
|
/**
|
|
316
316
|
* 予約ステータスリスト
|
|
317
317
|
*/
|
|
318
|
-
reservationStatuses?:
|
|
318
|
+
reservationStatuses?: IAvailableReservationStatusType[];
|
|
319
319
|
bookingFrom?: Date;
|
|
320
320
|
bookingThrough?: Date;
|
|
321
321
|
modifiedFrom?: Date;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { IPriceSpecification as IGenericPriceSpecification } from '../priceSpecification';
|
|
2
2
|
import { PriceSpecificationType } from '../priceSpecificationType';
|
|
3
|
-
import
|
|
3
|
+
import { IReservation as IBaseReservation } from '../reservation';
|
|
4
4
|
import { ReservationType } from '../reservationType';
|
|
5
5
|
export type IPriceSpecification = Omit<IGenericPriceSpecification<PriceSpecificationType>, 'project'>;
|
|
6
|
-
export type ISubReservation =
|
|
6
|
+
export type ISubReservation = IBaseReservation<IPriceSpecification>;
|
|
7
7
|
/**
|
|
8
8
|
* 予約パッケージインターフェース
|
|
9
9
|
*/
|
|
10
|
-
export interface IReservation extends
|
|
10
|
+
export interface IReservation extends IBaseReservation<IPriceSpecification> {
|
|
11
11
|
/**
|
|
12
12
|
* The individual reservations included in the package. Typically a repeated property.
|
|
13
13
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CreativeWorkType } from './creativeWorkType';
|
|
2
2
|
import { OrganizationType } from './organizationType';
|
|
3
3
|
import { PersonType } from './personType';
|
|
4
|
-
import
|
|
4
|
+
import { ISeatingType } from './place/seat';
|
|
5
5
|
import { PlaceType } from './placeType';
|
|
6
6
|
import { PriceCurrency } from './priceCurrency';
|
|
7
7
|
import { IPriceSpecification as IGenericPriceSpecification } from './priceSpecification';
|
|
@@ -15,7 +15,6 @@ import { ReservationType } from './reservationType';
|
|
|
15
15
|
import { PaymentServiceType } from './service/paymentService';
|
|
16
16
|
export type TicketType = 'Ticket';
|
|
17
17
|
export type IPriceSpecification = IGenericPriceSpecification<PriceSpecificationType>;
|
|
18
|
-
export type ISeatingType = SeatFactory.ISeatingType;
|
|
19
18
|
export type IUnderNameType = CreativeWorkType.WebApplication | PersonType.Person | OrganizationType.Organization | OrganizationType.Corporation | OrganizationType.Project;
|
|
20
19
|
/**
|
|
21
20
|
* under name interface
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.RESERVED_CODE_VALUES = void 0;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
4
|
+
const account_1 = require("./account");
|
|
5
|
+
const assetTransactionType_1 = require("./assetTransactionType");
|
|
6
|
+
const certificationStatusEnumeration_1 = require("./certificationStatusEnumeration");
|
|
7
|
+
const creativeWorkType_1 = require("./creativeWorkType");
|
|
8
|
+
const eventStatusType_1 = require("./eventStatusType");
|
|
9
|
+
const eventType_1 = require("./eventType");
|
|
10
|
+
const merchantReturnPolicy_1 = require("./merchantReturnPolicy");
|
|
11
|
+
const offerType_1 = require("./offerType");
|
|
12
|
+
const order_1 = require("./order");
|
|
13
|
+
const orderStatus_1 = require("./orderStatus");
|
|
14
|
+
const organizationType_1 = require("./organizationType");
|
|
15
|
+
const paymentStatusType_1 = require("./paymentStatusType");
|
|
16
|
+
const personType_1 = require("./personType");
|
|
17
|
+
const placeType_1 = require("./placeType");
|
|
18
|
+
const priceCurrency_1 = require("./priceCurrency");
|
|
19
|
+
const priceSpecificationType_1 = require("./priceSpecificationType");
|
|
20
|
+
const product_1 = require("./product");
|
|
21
|
+
const reservationStatusType_1 = require("./reservationStatusType");
|
|
22
|
+
const reservationType_1 = require("./reservationType");
|
|
23
|
+
const sortType_1 = require("./sortType");
|
|
24
|
+
const taskStatus_1 = require("./taskStatus");
|
|
25
|
+
const transactionStatusType_1 = require("./transactionStatusType");
|
|
26
|
+
const transactionType_1 = require("./transactionType");
|
|
27
|
+
const unitCode_1 = require("./unitCode");
|
|
28
28
|
exports.RESERVED_CODE_VALUES = [
|
|
29
29
|
'AccountTitle',
|
|
30
30
|
assetTransactionType_1.AssetTransactionType.CancelReservation,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IObject as ISendOrderActionObject } from '../action/transfer/send/order';
|
|
2
2
|
import { IExtendId } from '../autoGenerated';
|
|
3
3
|
import { OrderStatus } from '../orderStatus';
|
|
4
4
|
import { IProject } from '../project';
|
|
5
5
|
import { ITaskAttributes } from '../task';
|
|
6
6
|
import { TaskName } from '../taskName';
|
|
7
|
-
export type IObject =
|
|
7
|
+
export type IObject = ISendOrderActionObject & {
|
|
8
8
|
confirmationNumber: string;
|
|
9
9
|
/**
|
|
10
10
|
* OrderInTransit導入期の互換性維持対応として
|
|
@@ -4,9 +4,9 @@ import { IAttributes as ISendEmailMessageActionAttributes } from '../action/tran
|
|
|
4
4
|
import { IExtendId } from '../autoGenerated';
|
|
5
5
|
import { IClientUser } from '../clientUser';
|
|
6
6
|
import { CreativeWorkType } from '../creativeWorkType';
|
|
7
|
-
import
|
|
7
|
+
import { ICustomer as IOrderCustomer, IBroker, IIdentifier as IOrderIdentifier, ISeller as IOrderSeller, IOrder } from '../order';
|
|
8
8
|
import { IProject } from '../project';
|
|
9
|
-
import
|
|
9
|
+
import { IAgent as IBaseAgent, IPassportBeforeStart, ISeller as IBaseSeller, ISearchConditions as IBaseSearchConditions, ISendEmailMessageParams, IStartParams as IBaseStartParams, IAttributes as IBaseAttributes } from '../transaction';
|
|
10
10
|
import { TransactionType } from '../transactionType';
|
|
11
11
|
export interface IMemberOfPayload {
|
|
12
12
|
iss: string;
|
|
@@ -15,14 +15,14 @@ export interface IMemberOfPayload {
|
|
|
15
15
|
/**
|
|
16
16
|
* 取引人
|
|
17
17
|
*/
|
|
18
|
-
export type IAgent =
|
|
18
|
+
export type IAgent = IBaseAgent & {
|
|
19
19
|
/**
|
|
20
20
|
* 外部メンバーシップトークン
|
|
21
21
|
*/
|
|
22
22
|
memberOfToken?: string;
|
|
23
23
|
memberOfPayload?: IMemberOfPayload;
|
|
24
24
|
};
|
|
25
|
-
export type ICustomerInObject = Pick<
|
|
25
|
+
export type ICustomerInObject = Pick<IOrderCustomer, 'id' | 'identifier' | 'typeOf'>;
|
|
26
26
|
export interface IPaymentMethodByPaymentUrl {
|
|
27
27
|
/**
|
|
28
28
|
* 決済採用時に発行済の決済方法ID
|
|
@@ -39,9 +39,9 @@ export interface IAwardAccount {
|
|
|
39
39
|
}
|
|
40
40
|
export interface IObject {
|
|
41
41
|
clientUser?: Omit<IClientUser, 'scope' | 'scopes'>;
|
|
42
|
-
broker?: Pick<
|
|
42
|
+
broker?: Pick<IBroker, 'id' | 'typeOf'>;
|
|
43
43
|
customer?: ICustomerInObject;
|
|
44
|
-
identifier?:
|
|
44
|
+
identifier?: IOrderIdentifier;
|
|
45
45
|
/**
|
|
46
46
|
* 確認番号
|
|
47
47
|
*/
|
|
@@ -72,14 +72,14 @@ export interface IStartParamsWithoutDetail {
|
|
|
72
72
|
object: {
|
|
73
73
|
clientUser?: Omit<IClientUser, 'scope' | 'scopes'>;
|
|
74
74
|
customer?: ICustomerInObject;
|
|
75
|
-
passport?:
|
|
75
|
+
passport?: IPassportBeforeStart;
|
|
76
76
|
/**
|
|
77
77
|
* 注文名称
|
|
78
78
|
*/
|
|
79
79
|
name?: string;
|
|
80
80
|
};
|
|
81
81
|
}
|
|
82
|
-
export type ISeller =
|
|
82
|
+
export type ISeller = IBaseSeller & Pick<IOrderSeller, 'additionalProperty'>;
|
|
83
83
|
export interface IInstrument {
|
|
84
84
|
typeOf: CreativeWorkType.WebApplication;
|
|
85
85
|
/**
|
|
@@ -90,7 +90,7 @@ export interface IInstrument {
|
|
|
90
90
|
/**
|
|
91
91
|
* 取引開始パラメーター
|
|
92
92
|
*/
|
|
93
|
-
export interface IStartParams extends Pick<
|
|
93
|
+
export interface IStartParams extends Pick<IBaseStartParams<TransactionType.PlaceOrder, IAgent, undefined, IObject>, 'agent' | 'project' | 'object' | 'typeOf'> {
|
|
94
94
|
/**
|
|
95
95
|
* 販売者
|
|
96
96
|
*/
|
|
@@ -98,7 +98,6 @@ export interface IStartParams extends Pick<TransactionFactory.IStartParams<Trans
|
|
|
98
98
|
expiresInSeconds: number;
|
|
99
99
|
instrument?: IInstrument;
|
|
100
100
|
}
|
|
101
|
-
type ISendEmailMessageParams = TransactionFactory.ISendEmailMessageParams;
|
|
102
101
|
/**
|
|
103
102
|
* 取引確定後アクションパラメータ
|
|
104
103
|
*/
|
|
@@ -120,7 +119,7 @@ export interface IResultOrderParams {
|
|
|
120
119
|
/**
|
|
121
120
|
* 注文識別子指定
|
|
122
121
|
*/
|
|
123
|
-
identifier?:
|
|
122
|
+
identifier?: IOrderIdentifier;
|
|
124
123
|
/**
|
|
125
124
|
* 注文確認URLのカスタム指定
|
|
126
125
|
*/
|
|
@@ -152,7 +151,7 @@ export interface IConfirmParams {
|
|
|
152
151
|
*/
|
|
153
152
|
result?: IResultParams;
|
|
154
153
|
}
|
|
155
|
-
export type IOrderAsResult = Pick<
|
|
154
|
+
export type IOrderAsResult = Pick<IOrder, 'confirmationNumber' | 'identifier' | 'orderDate' | 'orderNumber' | 'orderStatus' | 'price' | 'priceCurrency' | 'typeOf' | 'url'>;
|
|
156
155
|
export interface IAuthorizeActionAsResult {
|
|
157
156
|
id: string;
|
|
158
157
|
}
|
|
@@ -197,13 +196,13 @@ export interface IPotentialActions {
|
|
|
197
196
|
};
|
|
198
197
|
};
|
|
199
198
|
}
|
|
200
|
-
export interface IAttributes extends
|
|
199
|
+
export interface IAttributes extends IBaseAttributes<Omit<IStartParams, 'expiresInSeconds'>, IResult, IError, IPotentialActions> {
|
|
201
200
|
}
|
|
202
201
|
/**
|
|
203
202
|
* 注文取引
|
|
204
203
|
*/
|
|
205
204
|
export type ITransaction = IExtendId<IAttributes>;
|
|
206
|
-
export interface ISearchConditions extends
|
|
205
|
+
export interface ISearchConditions extends IBaseSearchConditions<TransactionType.PlaceOrder> {
|
|
207
206
|
seller?: {
|
|
208
207
|
ids?: string[];
|
|
209
208
|
};
|
|
@@ -221,4 +220,3 @@ export interface ISearchConditions extends TransactionFactory.ISearchConditions<
|
|
|
221
220
|
};
|
|
222
221
|
};
|
|
223
222
|
}
|
|
224
|
-
export {};
|