@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
|
@@ -0,0 +1,543 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ownershipInfo = exports.organizationType = exports.organization = exports.orderStatus = exports.offerType = exports.offerItemCondition = exports.offerCatalog = exports.notification = exports.movieTicketType = exports.monetaryAmount = exports.merchantReturnPolicy = exports.language = exports.itemAvailability = exports.invoice = exports.identityProvider = exports.iam = exports.eventType = exports.eventStatusType = exports.entryPoint = exports.encodingFormat = exports.eventSeries = exports.event = exports.customer = exports.creativeWorkType = exports.creativeWork = exports.clientUser = exports.CertificationStatusEnumeration = exports.categoryCode = exports.authorization = exports.aggregation = exports.advanceBookingRequirement = exports.additionalProperty = exports.accountType = exports.accountTitle = exports.action = exports.actionType = exports.actionStatusType = exports.errorCode = exports.recipe = exports.errors = exports.unitPriceOffer = exports.project = exports.order = exports.productOffer = exports.eventOffer = exports.aggregateOffer = exports.offer = exports.account = exports.cognito = exports.waiter = void 0;
|
|
4
|
+
exports.unitCode = exports.assetTransactionType = exports.transactionStatusType = exports.transactionType = exports.transaction = exports.assetTransaction = exports.tripType = exports.trip = exports.thing = exports.taskStatus = exports.taskName = exports.sortType = exports.serviceChannel = exports.service = exports.task = exports.sellerReturnPolicy = exports.seller = exports.schedule = exports.role = exports.RESERVED_CODE_VALUES = exports.reservationType = exports.reservationStatusType = exports.reservationPackage = exports.reservation = exports.report = exports.quantitativeValue = exports.qualitativeValue = exports.propertyValue = exports.product = exports.programMembership = exports.priceSpecificationType = exports.priceSpecification = exports.potentialAction = exports.placeType = exports.place = exports.priceCurrency = exports.personType = exports.person = exports.permit = exports.paymentStatusType = exports.paymentMethod = void 0;
|
|
5
|
+
exports.waiter = require("@waiter/factory");
|
|
6
|
+
exports.cognito = require("./cognito");
|
|
7
|
+
exports.account = require("./account");
|
|
8
|
+
const AcceptCOAOfferActionFactory = require("./action/accept/coaOffer");
|
|
9
|
+
const AcceptPayActionFactory = require("./action/accept/pay");
|
|
10
|
+
const AuthorizeInvoiceActionFactory = require("./action/authorize/invoice");
|
|
11
|
+
const AuthorizeEventServiceOfferActionFactory = require("./action/authorize/offer/eventService");
|
|
12
|
+
const AuthorizeProductOfferActionFactory = require("./action/authorize/offer/product");
|
|
13
|
+
const AuthorizeAnyPaymentActionFactory = require("./action/authorize/paymentMethod/any");
|
|
14
|
+
const AuthorizeTicketedObjectActionFactory = require("./action/authorize/ticketedObject");
|
|
15
|
+
const CancelCOAReserveActionFactory = require("./action/cancel/coaReserve");
|
|
16
|
+
const CancelReservationActionFactory = require("./action/cancel/reservation");
|
|
17
|
+
const CheckMovieTicketActionFactory = require("./action/check/paymentMethod/movieTicket");
|
|
18
|
+
const CheckThingActionFactory = require("./action/check/thing");
|
|
19
|
+
const UseReservationActionFactory = require("./action/consume/use/reservation");
|
|
20
|
+
const CreateActionFactory = require("./action/create");
|
|
21
|
+
const ConfirmPayActionFactory = require("./action/interact/confirm/pay");
|
|
22
|
+
const ConfirmRegisterServiceActionFactory = require("./action/interact/confirm/registerService");
|
|
23
|
+
const ConfirmReservationActionFactory = require("./action/interact/confirm/reservation");
|
|
24
|
+
const InformActionFactory = require("./action/interact/inform");
|
|
25
|
+
const RegisterServiceActionFactory = require("./action/interact/register/service");
|
|
26
|
+
const ReserveActionFactory = require("./action/reserve");
|
|
27
|
+
const OrderActionFactory = require("./action/trade/order");
|
|
28
|
+
const PayActionFactory = require("./action/trade/pay");
|
|
29
|
+
const RefundActionFactory = require("./action/trade/refund");
|
|
30
|
+
const GivePointAwardActionFactory = require("./action/transfer/give/pointAward");
|
|
31
|
+
const MoneyTransferActionFactory = require("./action/transfer/moneyTransfer");
|
|
32
|
+
const ReturnInvoiceActionFactory = require("./action/transfer/return/invoice");
|
|
33
|
+
const ReturnOrderActionFactory = require("./action/transfer/return/order");
|
|
34
|
+
const ReturnPointAwardActionFactory = require("./action/transfer/return/pointAward");
|
|
35
|
+
const ReturnReserveTransactionActionFactory = require("./action/transfer/return/reserveTransaction");
|
|
36
|
+
const SendEmailMessageActionFactory = require("./action/transfer/send/message/email");
|
|
37
|
+
const SendOrderActionFactory = require("./action/transfer/send/order");
|
|
38
|
+
const AddActionFactory = require("./action/update/add");
|
|
39
|
+
const DeleteActionFactory = require("./action/update/delete");
|
|
40
|
+
const ReplaceActionFactory = require("./action/update/replace");
|
|
41
|
+
const UpdateActionFactory = require("./action/update/update");
|
|
42
|
+
const actionStatusType_1 = require("./actionStatusType");
|
|
43
|
+
const actionType_1 = require("./actionType");
|
|
44
|
+
const AccountTitleFactory = require("./accountTitle");
|
|
45
|
+
const accountType_1 = require("./accountType");
|
|
46
|
+
const AdditionalPropertyFactory = require("./additionalProperty");
|
|
47
|
+
const AdvanceBookingRequirementFactory = require("./advanceBookingRequirement");
|
|
48
|
+
const AggregationFactory = require("./aggregation");
|
|
49
|
+
const AuthorizationFactory = require("./authorization");
|
|
50
|
+
const CategoryCodeFactory = require("./categoryCode");
|
|
51
|
+
const certificationStatusEnumeration_1 = require("./certificationStatusEnumeration");
|
|
52
|
+
Object.defineProperty(exports, "CertificationStatusEnumeration", { enumerable: true, get: function () { return certificationStatusEnumeration_1.CertificationStatusEnumeration; } });
|
|
53
|
+
const ClientUserFactory = require("./clientUser");
|
|
54
|
+
const softwareApplicationCertification = require("./creativeWork/certification/softwareApplication");
|
|
55
|
+
const webApplicationCertification = require("./creativeWork/certification/webApplication");
|
|
56
|
+
const webSiteCertification = require("./creativeWork/certification/webSite");
|
|
57
|
+
const CommentFactory = require("./creativeWork/comment");
|
|
58
|
+
const EmailMessageFactory = require("./creativeWork/message/email");
|
|
59
|
+
const MovieFactory = require("./creativeWork/movie");
|
|
60
|
+
const NoteDigitalDocumentFactory = require("./creativeWork/noteDigitalDocument");
|
|
61
|
+
const SoftwareApplicationFactory = require("./creativeWork/softwareApplication");
|
|
62
|
+
const WebApplicationFactory = require("./creativeWork/softwareApplication/webApplication");
|
|
63
|
+
const creativeWorkType_1 = require("./creativeWorkType");
|
|
64
|
+
const CustomerFactory = require("./customer");
|
|
65
|
+
const EncodingFormat = require("./encodingFormat");
|
|
66
|
+
const entryPoint = require("./entryPoint");
|
|
67
|
+
exports.entryPoint = entryPoint;
|
|
68
|
+
const ScreeningEventFactory = require("./event/screeningEvent");
|
|
69
|
+
const ScreeningEventSeriesFactory = require("./event/screeningEventSeries");
|
|
70
|
+
const eventStatusType_1 = require("./eventStatusType");
|
|
71
|
+
const eventType_1 = require("./eventType");
|
|
72
|
+
const IAMFactory = require("./iam");
|
|
73
|
+
const IdentityProviderFactory = require("./identityProvider");
|
|
74
|
+
const InvoiceFactory = require("./invoice");
|
|
75
|
+
const itemAvailability_1 = require("./itemAvailability");
|
|
76
|
+
const LanguageFactory = require("./language");
|
|
77
|
+
const MerchantReturnPolicyFactory = require("./merchantReturnPolicy");
|
|
78
|
+
const MonetaryAmountFactory = require("./monetaryAmount");
|
|
79
|
+
const MovieTicketTypeFactory = require("./movieTicketType");
|
|
80
|
+
exports.offer = require("./offer");
|
|
81
|
+
exports.aggregateOffer = require("./offer/aggregateOffer");
|
|
82
|
+
exports.eventOffer = require("./offer/eventOffer");
|
|
83
|
+
exports.productOffer = require("./offer/productOffer");
|
|
84
|
+
const OfferCatalogFactory = require("./offerCatalog");
|
|
85
|
+
const OfferItemConditionFactory = require("./offerItemCondition");
|
|
86
|
+
const offerType_1 = require("./offerType");
|
|
87
|
+
exports.order = require("./order");
|
|
88
|
+
const orderStatus_1 = require("./orderStatus");
|
|
89
|
+
const OrganizationFactory = require("./organization");
|
|
90
|
+
const organizationType_1 = require("./organizationType");
|
|
91
|
+
const OwnershipInfoFactory = require("./ownershipInfo");
|
|
92
|
+
const CreditCardFactory = require("./paymentMethod/paymentCard/creditCard");
|
|
93
|
+
const MovieTicketFactory = require("./paymentMethod/paymentCard/movieTicket");
|
|
94
|
+
const paymentStatusType_1 = require("./paymentStatusType");
|
|
95
|
+
const PermitFactory = require("./permit");
|
|
96
|
+
const PersonFactory = require("./person");
|
|
97
|
+
const personType_1 = require("./personType");
|
|
98
|
+
const BusStopFactory = require("./place/busStop");
|
|
99
|
+
const EntranceGateFactory = require("./place/entranceGate");
|
|
100
|
+
const MovieTheaterPlaceFactory = require("./place/movieTheater");
|
|
101
|
+
const ScreeningRoomPlaceFactory = require("./place/screeningRoom");
|
|
102
|
+
const ScreeningRoomSectionPlaceFactory = require("./place/screeningRoomSection");
|
|
103
|
+
const SeatPlaceFactory = require("./place/seat");
|
|
104
|
+
const placeType_1 = require("./placeType");
|
|
105
|
+
const potentialAction = require("./potentialAction");
|
|
106
|
+
exports.potentialAction = potentialAction;
|
|
107
|
+
const priceCurrency_1 = require("./priceCurrency");
|
|
108
|
+
const UnitPriceSpecificationFactory = require("./priceSpecification/unitPriceSpecification");
|
|
109
|
+
const priceSpecificationType_1 = require("./priceSpecificationType");
|
|
110
|
+
const ProductFactory = require("./product");
|
|
111
|
+
const ProgramMembershipFactory = require("./programMembership");
|
|
112
|
+
// import * as project from './project';
|
|
113
|
+
exports.project = require("./project");
|
|
114
|
+
const PropertyValueFactory = require("./propertyValue");
|
|
115
|
+
const LocationFeatureSpecificationFactory = require("./propertyValue/locationFeatureSpecification");
|
|
116
|
+
const QualitativeValueFactory = require("./qualitativeValue");
|
|
117
|
+
const QuantitativeValueFactory = require("./quantitativeValue");
|
|
118
|
+
const AccountingReportFactory = require("./report/accountingReport");
|
|
119
|
+
const EventReservationFactory = require("./reservation/event");
|
|
120
|
+
const ReservationPackageFactory = require("./reservation/reservationPackage");
|
|
121
|
+
const reservationStatusType_1 = require("./reservationStatusType");
|
|
122
|
+
const reservationType_1 = require("./reservationType");
|
|
123
|
+
const reservedCodeValues_1 = require("./reservedCodeValues");
|
|
124
|
+
Object.defineProperty(exports, "RESERVED_CODE_VALUES", { enumerable: true, get: function () { return reservedCodeValues_1.RESERVED_CODE_VALUES; } });
|
|
125
|
+
const RoleFactory = require("./role");
|
|
126
|
+
const OrganizationRoleFactory = require("./role/organizationRole");
|
|
127
|
+
const ScheduleFactory = require("./schedule");
|
|
128
|
+
const SellerFactory = require("./seller");
|
|
129
|
+
const SellerReturnPolicyFactory = require("./sellerReturnPolicy");
|
|
130
|
+
const PaymentServiceFactory = require("./service/paymentService");
|
|
131
|
+
const WebAPIServiceFactory = require("./service/webAPI");
|
|
132
|
+
const ServiceChannelFactory = require("./serviceChannel");
|
|
133
|
+
const sortType_1 = require("./sortType");
|
|
134
|
+
const ThingFactory = require("./thing");
|
|
135
|
+
const BusTripFactory = require("./trip/busTrip");
|
|
136
|
+
const tripType_1 = require("./tripType");
|
|
137
|
+
const unitCode_1 = require("./unitCode");
|
|
138
|
+
exports.unitPriceOffer = require("./unitPriceOffer");
|
|
139
|
+
const AccountTitleNotification = require("./notification/accountTitle");
|
|
140
|
+
const CategoryCodeNotification = require("./notification/categoryCode");
|
|
141
|
+
const CreativeWorkNotification = require("./notification/creativeWork");
|
|
142
|
+
const EventNotification = require("./notification/event");
|
|
143
|
+
const EventSeriesNotification = require("./notification/eventSeries");
|
|
144
|
+
const OfferNotification = require("./notification/offer");
|
|
145
|
+
const OfferCatalogNotification = require("./notification/offerCatalog");
|
|
146
|
+
const OrderNotification = require("./notification/order");
|
|
147
|
+
const PayActionNotification = require("./notification/payAction");
|
|
148
|
+
const PersonNotification = require("./notification/person");
|
|
149
|
+
const PlaceNotification = require("./notification/place");
|
|
150
|
+
const ProductNotification = require("./notification/product");
|
|
151
|
+
const RefundActionNotification = require("./notification/refundAction");
|
|
152
|
+
const ReservationNotification = require("./notification/reservation");
|
|
153
|
+
const TaskNotification = require("./notification/task");
|
|
154
|
+
const TransactionNotification = require("./notification/transaction");
|
|
155
|
+
const AcceptCOAOfferTaskFactory = require("./task/acceptCOAOffer");
|
|
156
|
+
const AccountMoneyTransferTaskFactory = require("./task/accountMoneyTransfer");
|
|
157
|
+
const AggregateOffersTaskFactory = require("./task/aggregateOffers");
|
|
158
|
+
const AggregateOnSystemTaskFactory = require("./task/aggregateOnSystem");
|
|
159
|
+
const AggregateScreeningEventTaskFactory = require("./task/aggregateScreeningEvent");
|
|
160
|
+
const AuthorizePaymentTaskFactory = require("./task/authorizePayment");
|
|
161
|
+
const CancelAccountMoneyTransferTaskFactory = require("./task/cancelAccountMoneyTransfer");
|
|
162
|
+
const CancelMoneyTransferTaskFactory = require("./task/cancelMoneyTransfer");
|
|
163
|
+
const CancelPendingReservationTaskFactory = require("./task/cancelPendingReservation");
|
|
164
|
+
const CancelReservationTaskFactory = require("./task/cancelReservation");
|
|
165
|
+
const CheckMovieTicketTaskFactory = require("./task/checkMovieTicket");
|
|
166
|
+
const CheckResourceTaskFactory = require("./task/checkResource");
|
|
167
|
+
const ConfirmReserveTransactionTaskFactory = require("./task/confirmReserveTransaction");
|
|
168
|
+
const CreateAccountingReportTaskFactory = require("./task/createAccountingReport");
|
|
169
|
+
const DeletePersonTaskFactory = require("./task/deletePerson");
|
|
170
|
+
const DeleteTransactionTaskFactory = require("./task/deleteTransaction");
|
|
171
|
+
const HandleNotificationTaskFactory = require("./task/handleNotification");
|
|
172
|
+
const ImportEventCapacitiesFromCOATaskFactory = require("./task/importEventCapacitiesFromCOA");
|
|
173
|
+
const ImportEventsFromCOATaskFactory = require("./task/importEventsFromCOA");
|
|
174
|
+
const ImportOffersFromCOATaskFactory = require("./task/importOffersFromCOA");
|
|
175
|
+
const InvalidatePaymentUrlTaskFactory = require("./task/invalidatePaymentUrl");
|
|
176
|
+
const MoneyTransferTaskFactory = require("./task/moneyTransfer");
|
|
177
|
+
const OnAssetTransactionStatusChangedTaskFactory = require("./task/onAssetTransactionStatusChanged");
|
|
178
|
+
const OnAuthorizationCreatedTaskFactory = require("./task/onAuthorizationCreated");
|
|
179
|
+
const OnEventChangedTaskFactory = require("./task/onEventChanged");
|
|
180
|
+
const OnResourceDeletedTaskFactory = require("./task/onResourceDeleted");
|
|
181
|
+
const OnResourceUpdatedTaskFactory = require("./task/onResourceUpdated");
|
|
182
|
+
const PayTaskFactory = require("./task/pay");
|
|
183
|
+
const PublishPaymentUrlTaskFactory = require("./task/publishPaymentUrl");
|
|
184
|
+
const RefundTaskFactory = require("./task/refund");
|
|
185
|
+
const RegisterServiceTaskFactory = require("./task/registerService");
|
|
186
|
+
const ReserveTaskFactory = require("./task/reserve");
|
|
187
|
+
const SendEmailMessageTaskFactory = require("./task/sendEmailMessage");
|
|
188
|
+
const SyncResourcesFromCOATaskFactory = require("./task/syncResourcesFromCOA");
|
|
189
|
+
const TriggerWebhookTaskFactory = require("./task/triggerWebhook");
|
|
190
|
+
const UseReservationTaskFactory = require("./task/useReservation");
|
|
191
|
+
const VoidPaymentTaskFactory = require("./task/voidPayment");
|
|
192
|
+
const taskName_1 = require("./taskName");
|
|
193
|
+
const taskStatus_1 = require("./taskStatus");
|
|
194
|
+
const CancelReservationAssetTransactionFactory = require("./assetTransaction/cancelReservation");
|
|
195
|
+
const MoneyTransferAssetTransactionFactory = require("./assetTransaction/moneyTransfer");
|
|
196
|
+
const PayAssetTransactionFactory = require("./assetTransaction/pay");
|
|
197
|
+
const RefundAssetTransactionFactory = require("./assetTransaction/refund");
|
|
198
|
+
const RegisterServiceAssetTransactionFactory = require("./assetTransaction/registerService");
|
|
199
|
+
const ReserveAssetTransactionFactory = require("./assetTransaction/reserve");
|
|
200
|
+
const assetTransactionType_1 = require("./assetTransactionType");
|
|
201
|
+
const transactionStatusType_1 = require("./transactionStatusType");
|
|
202
|
+
const PlaceOrderTransactionFactory = require("./transaction/placeOrder");
|
|
203
|
+
const ReturnOrderTransactionFactory = require("./transaction/returnOrder");
|
|
204
|
+
const transactionType_1 = require("./transactionType");
|
|
205
|
+
const errorCode_1 = require("./errorCode");
|
|
206
|
+
exports.errors = require("./errors");
|
|
207
|
+
exports.recipe = require("./recipe");
|
|
208
|
+
exports.errorCode = errorCode_1.ErrorCode;
|
|
209
|
+
exports.actionStatusType = actionStatusType_1.ActionStatusType;
|
|
210
|
+
exports.actionType = actionType_1.ActionType;
|
|
211
|
+
var action;
|
|
212
|
+
(function (action) {
|
|
213
|
+
let accept;
|
|
214
|
+
(function (accept) {
|
|
215
|
+
accept.coaOffer = AcceptCOAOfferActionFactory;
|
|
216
|
+
accept.pay = AcceptPayActionFactory;
|
|
217
|
+
})(accept = action.accept || (action.accept = {}));
|
|
218
|
+
let authorize;
|
|
219
|
+
(function (authorize) {
|
|
220
|
+
let paymentMethod;
|
|
221
|
+
(function (paymentMethod) {
|
|
222
|
+
paymentMethod.any = AuthorizeAnyPaymentActionFactory;
|
|
223
|
+
})(paymentMethod = authorize.paymentMethod || (authorize.paymentMethod = {}));
|
|
224
|
+
let offer;
|
|
225
|
+
(function (offer) {
|
|
226
|
+
offer.eventService = AuthorizeEventServiceOfferActionFactory;
|
|
227
|
+
offer.product = AuthorizeProductOfferActionFactory;
|
|
228
|
+
})(offer = authorize.offer || (authorize.offer = {}));
|
|
229
|
+
authorize.invoice = AuthorizeInvoiceActionFactory;
|
|
230
|
+
authorize.ticketedObject = AuthorizeTicketedObjectActionFactory;
|
|
231
|
+
})(authorize = action.authorize || (action.authorize = {}));
|
|
232
|
+
let cancel;
|
|
233
|
+
(function (cancel) {
|
|
234
|
+
cancel.coaReserve = CancelCOAReserveActionFactory;
|
|
235
|
+
cancel.reservation = CancelReservationActionFactory;
|
|
236
|
+
})(cancel = action.cancel || (action.cancel = {}));
|
|
237
|
+
let check;
|
|
238
|
+
(function (check) {
|
|
239
|
+
let paymentMethod;
|
|
240
|
+
(function (paymentMethod) {
|
|
241
|
+
paymentMethod.movieTicket = CheckMovieTicketActionFactory;
|
|
242
|
+
})(paymentMethod = check.paymentMethod || (check.paymentMethod = {}));
|
|
243
|
+
check.thing = CheckThingActionFactory;
|
|
244
|
+
// export import token = CheckTokenActionFactory; // discontinue(2025-09-22~)
|
|
245
|
+
})(check = action.check || (action.check = {}));
|
|
246
|
+
action.create = CreateActionFactory;
|
|
247
|
+
let interact;
|
|
248
|
+
(function (interact) {
|
|
249
|
+
let confirm;
|
|
250
|
+
(function (confirm) {
|
|
251
|
+
confirm.registerService = ConfirmRegisterServiceActionFactory;
|
|
252
|
+
confirm.pay = ConfirmPayActionFactory;
|
|
253
|
+
confirm.reservation = ConfirmReservationActionFactory;
|
|
254
|
+
})(confirm = interact.confirm || (interact.confirm = {}));
|
|
255
|
+
interact.inform = InformActionFactory;
|
|
256
|
+
let register;
|
|
257
|
+
(function (register) {
|
|
258
|
+
register.service = RegisterServiceActionFactory;
|
|
259
|
+
})(register = interact.register || (interact.register = {}));
|
|
260
|
+
})(interact = action.interact || (action.interact = {}));
|
|
261
|
+
let trade;
|
|
262
|
+
(function (trade) {
|
|
263
|
+
trade.order = OrderActionFactory;
|
|
264
|
+
trade.pay = PayActionFactory;
|
|
265
|
+
trade.refund = RefundActionFactory;
|
|
266
|
+
})(trade = action.trade || (action.trade = {}));
|
|
267
|
+
let transfer;
|
|
268
|
+
(function (transfer) {
|
|
269
|
+
transfer.moneyTransfer = MoneyTransferActionFactory;
|
|
270
|
+
let give;
|
|
271
|
+
(function (give) {
|
|
272
|
+
give.pointAward = GivePointAwardActionFactory;
|
|
273
|
+
})(give = transfer.give || (transfer.give = {}));
|
|
274
|
+
/**
|
|
275
|
+
* 返却アクション
|
|
276
|
+
* returnはネームスペース名に使えないのでreturnAction
|
|
277
|
+
*/
|
|
278
|
+
let returnAction;
|
|
279
|
+
(function (returnAction) {
|
|
280
|
+
returnAction.invoice = ReturnInvoiceActionFactory;
|
|
281
|
+
returnAction.order = ReturnOrderActionFactory;
|
|
282
|
+
returnAction.pointAward = ReturnPointAwardActionFactory;
|
|
283
|
+
returnAction.reserveTransaction = ReturnReserveTransactionActionFactory;
|
|
284
|
+
})(returnAction = transfer.returnAction || (transfer.returnAction = {}));
|
|
285
|
+
let send;
|
|
286
|
+
(function (send) {
|
|
287
|
+
let message;
|
|
288
|
+
(function (message) {
|
|
289
|
+
message.email = SendEmailMessageActionFactory;
|
|
290
|
+
})(message = send.message || (send.message = {}));
|
|
291
|
+
send.order = SendOrderActionFactory;
|
|
292
|
+
})(send = transfer.send || (transfer.send = {}));
|
|
293
|
+
})(transfer = action.transfer || (action.transfer = {}));
|
|
294
|
+
let update;
|
|
295
|
+
(function (update) {
|
|
296
|
+
update.add = AddActionFactory;
|
|
297
|
+
update.deleteAction = DeleteActionFactory;
|
|
298
|
+
update.replace = ReplaceActionFactory;
|
|
299
|
+
update.update = UpdateActionFactory;
|
|
300
|
+
})(update = action.update || (action.update = {}));
|
|
301
|
+
let consume;
|
|
302
|
+
(function (consume) {
|
|
303
|
+
let use;
|
|
304
|
+
(function (use) {
|
|
305
|
+
use.reservation = UseReservationActionFactory;
|
|
306
|
+
})(use = consume.use || (consume.use = {}));
|
|
307
|
+
})(consume = action.consume || (action.consume = {}));
|
|
308
|
+
action.reserve = ReserveActionFactory;
|
|
309
|
+
})(action || (exports.action = action = {}));
|
|
310
|
+
exports.accountTitle = AccountTitleFactory;
|
|
311
|
+
exports.accountType = accountType_1.AccountType;
|
|
312
|
+
exports.additionalProperty = AdditionalPropertyFactory;
|
|
313
|
+
exports.advanceBookingRequirement = AdvanceBookingRequirementFactory;
|
|
314
|
+
exports.aggregation = AggregationFactory;
|
|
315
|
+
exports.authorization = AuthorizationFactory;
|
|
316
|
+
exports.categoryCode = CategoryCodeFactory;
|
|
317
|
+
exports.clientUser = ClientUserFactory;
|
|
318
|
+
var creativeWork;
|
|
319
|
+
(function (creativeWork) {
|
|
320
|
+
let certification;
|
|
321
|
+
(function (certification) {
|
|
322
|
+
/**
|
|
323
|
+
* マシーンアイデンティティ
|
|
324
|
+
*/
|
|
325
|
+
certification.softwareApplication = softwareApplicationCertification;
|
|
326
|
+
/**
|
|
327
|
+
* アプリケーションアイデンティティ
|
|
328
|
+
*/
|
|
329
|
+
certification.webApplication = webApplicationCertification;
|
|
330
|
+
/**
|
|
331
|
+
* ウェブサイトアイデンティティ
|
|
332
|
+
*/
|
|
333
|
+
certification.webSite = webSiteCertification;
|
|
334
|
+
})(certification = creativeWork.certification || (creativeWork.certification = {}));
|
|
335
|
+
creativeWork.comment = CommentFactory;
|
|
336
|
+
let message;
|
|
337
|
+
(function (message) {
|
|
338
|
+
message.email = EmailMessageFactory;
|
|
339
|
+
})(message = creativeWork.message || (creativeWork.message = {}));
|
|
340
|
+
/**
|
|
341
|
+
* コンテンツ
|
|
342
|
+
*/
|
|
343
|
+
creativeWork.movie = MovieFactory;
|
|
344
|
+
/**
|
|
345
|
+
* メモ
|
|
346
|
+
*/
|
|
347
|
+
creativeWork.noteDigitalDocument = NoteDigitalDocumentFactory;
|
|
348
|
+
let softwareApplication;
|
|
349
|
+
(function (softwareApplication) {
|
|
350
|
+
// export import ISoftwareApplication = SoftwareApplicationFactory.ISoftwareApplication;
|
|
351
|
+
softwareApplication.softwareApplication = SoftwareApplicationFactory;
|
|
352
|
+
softwareApplication.webApplication = WebApplicationFactory;
|
|
353
|
+
})(softwareApplication = creativeWork.softwareApplication || (creativeWork.softwareApplication = {}));
|
|
354
|
+
})(creativeWork || (exports.creativeWork = creativeWork = {}));
|
|
355
|
+
exports.creativeWorkType = creativeWorkType_1.CreativeWorkType;
|
|
356
|
+
exports.customer = CustomerFactory;
|
|
357
|
+
var event;
|
|
358
|
+
(function (event) {
|
|
359
|
+
// export type ISearchConditions<T extends EventType.ScreeningEvent> =
|
|
360
|
+
// T extends EventType.ScreeningEvent ? ScreeningEventFactory.ISearchConditions :
|
|
361
|
+
// never;
|
|
362
|
+
// export type IAttributes<T extends EventType> =
|
|
363
|
+
// T extends EventType.ScreeningEvent ? ScreeningEventFactory.IAttributes :
|
|
364
|
+
// never;
|
|
365
|
+
// export type IEvent<T extends EventType> =
|
|
366
|
+
// T extends EventType.ScreeningEvent ? ScreeningEventFactory.IEvent :
|
|
367
|
+
// never;
|
|
368
|
+
// export type ICreateParams<T extends EventType> =
|
|
369
|
+
// T extends EventType.ScreeningEvent ? ScreeningEventFactory.ICreateParams :
|
|
370
|
+
// never;
|
|
371
|
+
// export type IUpdateParams<T extends EventType> =
|
|
372
|
+
// T extends EventType.ScreeningEvent ? ScreeningEventFactory.IUpdateParams :
|
|
373
|
+
// never;
|
|
374
|
+
event.screeningEvent = ScreeningEventFactory;
|
|
375
|
+
// export import screeningEventSeries = ScreeningEventSeriesFactory;
|
|
376
|
+
})(event || (exports.event = event = {}));
|
|
377
|
+
exports.eventSeries = ScreeningEventSeriesFactory; // reimplement from event.screeningEventSeries
|
|
378
|
+
exports.encodingFormat = EncodingFormat;
|
|
379
|
+
exports.eventStatusType = eventStatusType_1.EventStatusType;
|
|
380
|
+
exports.eventType = eventType_1.EventType;
|
|
381
|
+
exports.iam = IAMFactory;
|
|
382
|
+
exports.identityProvider = IdentityProviderFactory;
|
|
383
|
+
exports.invoice = InvoiceFactory;
|
|
384
|
+
exports.itemAvailability = itemAvailability_1.ItemAvailability;
|
|
385
|
+
exports.language = LanguageFactory;
|
|
386
|
+
exports.merchantReturnPolicy = MerchantReturnPolicyFactory;
|
|
387
|
+
exports.monetaryAmount = MonetaryAmountFactory;
|
|
388
|
+
exports.movieTicketType = MovieTicketTypeFactory;
|
|
389
|
+
var notification;
|
|
390
|
+
(function (notification) {
|
|
391
|
+
notification.event = EventNotification;
|
|
392
|
+
notification.eventSeries = EventSeriesNotification;
|
|
393
|
+
notification.order = OrderNotification;
|
|
394
|
+
notification.reservation = ReservationNotification;
|
|
395
|
+
notification.payAction = PayActionNotification;
|
|
396
|
+
notification.refundAction = RefundActionNotification;
|
|
397
|
+
notification.accountTitle = AccountTitleNotification;
|
|
398
|
+
notification.categoryCode = CategoryCodeNotification;
|
|
399
|
+
notification.creativeWork = CreativeWorkNotification;
|
|
400
|
+
notification.offer = OfferNotification;
|
|
401
|
+
notification.offerCatalog = OfferCatalogNotification;
|
|
402
|
+
notification.person = PersonNotification;
|
|
403
|
+
notification.place = PlaceNotification;
|
|
404
|
+
notification.product = ProductNotification;
|
|
405
|
+
notification.task = TaskNotification;
|
|
406
|
+
notification.transaction = TransactionNotification;
|
|
407
|
+
})(notification || (exports.notification = notification = {}));
|
|
408
|
+
exports.offerCatalog = OfferCatalogFactory;
|
|
409
|
+
exports.offerItemCondition = OfferItemConditionFactory;
|
|
410
|
+
exports.offerType = offerType_1.OfferType;
|
|
411
|
+
exports.orderStatus = orderStatus_1.OrderStatus;
|
|
412
|
+
exports.organization = OrganizationFactory;
|
|
413
|
+
exports.organizationType = organizationType_1.OrganizationType;
|
|
414
|
+
exports.ownershipInfo = OwnershipInfoFactory;
|
|
415
|
+
var paymentMethod;
|
|
416
|
+
(function (paymentMethod) {
|
|
417
|
+
let paymentCard;
|
|
418
|
+
(function (paymentCard) {
|
|
419
|
+
paymentCard.creditCard = CreditCardFactory;
|
|
420
|
+
paymentCard.movieTicket = MovieTicketFactory;
|
|
421
|
+
})(paymentCard = paymentMethod.paymentCard || (paymentMethod.paymentCard = {}));
|
|
422
|
+
})(paymentMethod || (exports.paymentMethod = paymentMethod = {}));
|
|
423
|
+
exports.paymentStatusType = paymentStatusType_1.PaymentStatusType;
|
|
424
|
+
exports.permit = PermitFactory;
|
|
425
|
+
exports.person = PersonFactory;
|
|
426
|
+
exports.personType = personType_1.PersonType;
|
|
427
|
+
exports.priceCurrency = priceCurrency_1.PriceCurrency;
|
|
428
|
+
var place;
|
|
429
|
+
(function (place) {
|
|
430
|
+
place.busStop = BusStopFactory;
|
|
431
|
+
place.entranceGate = EntranceGateFactory;
|
|
432
|
+
place.movieTheater = MovieTheaterPlaceFactory;
|
|
433
|
+
place.screeningRoom = ScreeningRoomPlaceFactory;
|
|
434
|
+
place.screeningRoomSection = ScreeningRoomSectionPlaceFactory;
|
|
435
|
+
place.seat = SeatPlaceFactory;
|
|
436
|
+
})(place || (exports.place = place = {}));
|
|
437
|
+
exports.placeType = placeType_1.PlaceType;
|
|
438
|
+
var priceSpecification;
|
|
439
|
+
(function (priceSpecification) {
|
|
440
|
+
priceSpecification.unitPrice = UnitPriceSpecificationFactory;
|
|
441
|
+
})(priceSpecification || (exports.priceSpecification = priceSpecification = {}));
|
|
442
|
+
exports.priceSpecificationType = priceSpecificationType_1.PriceSpecificationType;
|
|
443
|
+
exports.programMembership = ProgramMembershipFactory;
|
|
444
|
+
exports.product = ProductFactory;
|
|
445
|
+
var propertyValue;
|
|
446
|
+
(function (propertyValue) {
|
|
447
|
+
propertyValue.PropertyValueType = PropertyValueFactory.PropertyValueType;
|
|
448
|
+
propertyValue.locationFeatureSpecification = LocationFeatureSpecificationFactory;
|
|
449
|
+
})(propertyValue || (exports.propertyValue = propertyValue = {}));
|
|
450
|
+
exports.qualitativeValue = QualitativeValueFactory;
|
|
451
|
+
exports.quantitativeValue = QuantitativeValueFactory;
|
|
452
|
+
var report;
|
|
453
|
+
(function (report) {
|
|
454
|
+
report.accountingReport = AccountingReportFactory;
|
|
455
|
+
})(report || (exports.report = report = {}));
|
|
456
|
+
var reservation;
|
|
457
|
+
(function (reservation) {
|
|
458
|
+
reservation.eventReservation = EventReservationFactory;
|
|
459
|
+
})(reservation || (exports.reservation = reservation = {}));
|
|
460
|
+
exports.reservationPackage = ReservationPackageFactory;
|
|
461
|
+
exports.reservationStatusType = reservationStatusType_1.ReservationStatusType;
|
|
462
|
+
exports.reservationType = reservationType_1.ReservationType;
|
|
463
|
+
var role;
|
|
464
|
+
(function (role) {
|
|
465
|
+
role.RoleType = RoleFactory.RoleType;
|
|
466
|
+
role.organizationRole = OrganizationRoleFactory;
|
|
467
|
+
})(role || (exports.role = role = {}));
|
|
468
|
+
exports.schedule = ScheduleFactory;
|
|
469
|
+
exports.seller = SellerFactory;
|
|
470
|
+
exports.sellerReturnPolicy = SellerReturnPolicyFactory;
|
|
471
|
+
var task;
|
|
472
|
+
(function (task) {
|
|
473
|
+
task.acceptCOAOffer = AcceptCOAOfferTaskFactory;
|
|
474
|
+
task.aggregateOffers = AggregateOffersTaskFactory;
|
|
475
|
+
task.aggregateOnSystem = AggregateOnSystemTaskFactory;
|
|
476
|
+
task.aggregateScreeningEvent = AggregateScreeningEventTaskFactory;
|
|
477
|
+
task.authorizePayment = AuthorizePaymentTaskFactory;
|
|
478
|
+
task.cancelMoneyTransfer = CancelMoneyTransferTaskFactory;
|
|
479
|
+
task.cancelPendingReservation = CancelPendingReservationTaskFactory;
|
|
480
|
+
task.cancelReservation = CancelReservationTaskFactory;
|
|
481
|
+
task.checkMovieTicket = CheckMovieTicketTaskFactory;
|
|
482
|
+
task.checkResource = CheckResourceTaskFactory;
|
|
483
|
+
task.createAccountingReport = CreateAccountingReportTaskFactory;
|
|
484
|
+
task.confirmReserveTransaction = ConfirmReserveTransactionTaskFactory;
|
|
485
|
+
task.deletePerson = DeletePersonTaskFactory;
|
|
486
|
+
task.deleteTransaction = DeleteTransactionTaskFactory;
|
|
487
|
+
task.handleNotification = HandleNotificationTaskFactory;
|
|
488
|
+
task.importEventCapacitiesFromCOA = ImportEventCapacitiesFromCOATaskFactory;
|
|
489
|
+
task.importEventsFromCOA = ImportEventsFromCOATaskFactory;
|
|
490
|
+
task.importOffersFromCOA = ImportOffersFromCOATaskFactory;
|
|
491
|
+
task.invalidatePaymentUrl = InvalidatePaymentUrlTaskFactory;
|
|
492
|
+
task.moneyTransfer = MoneyTransferTaskFactory;
|
|
493
|
+
task.onAssetTransactionStatusChanged = OnAssetTransactionStatusChangedTaskFactory;
|
|
494
|
+
task.pay = PayTaskFactory;
|
|
495
|
+
task.publishPaymentUrl = PublishPaymentUrlTaskFactory;
|
|
496
|
+
task.refund = RefundTaskFactory;
|
|
497
|
+
task.registerService = RegisterServiceTaskFactory;
|
|
498
|
+
task.reserve = ReserveTaskFactory;
|
|
499
|
+
task.sendEmailMessage = SendEmailMessageTaskFactory;
|
|
500
|
+
task.syncResourcesFromCOA = SyncResourcesFromCOATaskFactory;
|
|
501
|
+
task.triggerWebhook = TriggerWebhookTaskFactory;
|
|
502
|
+
task.useReservation = UseReservationTaskFactory;
|
|
503
|
+
task.voidPayment = VoidPaymentTaskFactory;
|
|
504
|
+
task.onAuthorizationCreated = OnAuthorizationCreatedTaskFactory;
|
|
505
|
+
task.onEventChanged = OnEventChangedTaskFactory;
|
|
506
|
+
task.onResourceDeleted = OnResourceDeletedTaskFactory;
|
|
507
|
+
task.onResourceUpdated = OnResourceUpdatedTaskFactory;
|
|
508
|
+
task.accountMoneyTransfer = AccountMoneyTransferTaskFactory;
|
|
509
|
+
task.cancelAccountMoneyTransfer = CancelAccountMoneyTransferTaskFactory;
|
|
510
|
+
})(task || (exports.task = task = {}));
|
|
511
|
+
var service;
|
|
512
|
+
(function (service) {
|
|
513
|
+
service.paymentService = PaymentServiceFactory;
|
|
514
|
+
service.webAPI = WebAPIServiceFactory;
|
|
515
|
+
})(service || (exports.service = service = {}));
|
|
516
|
+
exports.serviceChannel = ServiceChannelFactory;
|
|
517
|
+
exports.sortType = sortType_1.SortType;
|
|
518
|
+
exports.taskName = taskName_1.TaskName;
|
|
519
|
+
exports.taskStatus = taskStatus_1.TaskStatus;
|
|
520
|
+
exports.thing = ThingFactory;
|
|
521
|
+
var trip;
|
|
522
|
+
(function (trip) {
|
|
523
|
+
trip.busTrip = BusTripFactory;
|
|
524
|
+
})(trip || (exports.trip = trip = {}));
|
|
525
|
+
exports.tripType = tripType_1.TripType;
|
|
526
|
+
var assetTransaction;
|
|
527
|
+
(function (assetTransaction) {
|
|
528
|
+
assetTransaction.cancelReservation = CancelReservationAssetTransactionFactory;
|
|
529
|
+
assetTransaction.moneyTransfer = MoneyTransferAssetTransactionFactory;
|
|
530
|
+
assetTransaction.pay = PayAssetTransactionFactory;
|
|
531
|
+
assetTransaction.refund = RefundAssetTransactionFactory;
|
|
532
|
+
assetTransaction.registerService = RegisterServiceAssetTransactionFactory;
|
|
533
|
+
assetTransaction.reserve = ReserveAssetTransactionFactory;
|
|
534
|
+
})(assetTransaction || (exports.assetTransaction = assetTransaction = {}));
|
|
535
|
+
var transaction;
|
|
536
|
+
(function (transaction) {
|
|
537
|
+
transaction.placeOrder = PlaceOrderTransactionFactory;
|
|
538
|
+
transaction.returnOrder = ReturnOrderTransactionFactory;
|
|
539
|
+
})(transaction || (exports.transaction = transaction = {}));
|
|
540
|
+
exports.transactionType = transactionType_1.TransactionType;
|
|
541
|
+
exports.transactionStatusType = transactionStatusType_1.TransactionStatusType;
|
|
542
|
+
exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
|
|
543
|
+
exports.unitCode = unitCode_1.UnitCode;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IMonetaryAmount } from './monetaryAmount';
|
|
2
|
-
import
|
|
2
|
+
import { ITicketPriceSpecification, ICustomer, ITotalPaymentDue } from './order';
|
|
3
3
|
import { PaymentStatusType } from './paymentStatusType';
|
|
4
4
|
import { IPerson } from './person';
|
|
5
5
|
import { IAccounting } from './priceSpecification';
|
|
@@ -21,7 +21,7 @@ export type IMinimizedUnitPriceSpecification = Pick<IUnitPriceSpecification, 'ty
|
|
|
21
21
|
appliesToAddOn?: IAppliesToAddOn[];
|
|
22
22
|
};
|
|
23
23
|
export type IPriceComponentSpecification = IMinimizedCategoryCodeChargeSpecification | IMinimizedMovieTicketTypeChargeSpecification | IMinimizedUnitPriceSpecification;
|
|
24
|
-
export type IReservationPriceSpecification = Pick<
|
|
24
|
+
export type IReservationPriceSpecification = Pick<ITicketPriceSpecification, 'typeOf'> & {
|
|
25
25
|
priceComponent: IPriceComponentSpecification[];
|
|
26
26
|
};
|
|
27
27
|
export interface IReservation {
|
|
@@ -93,7 +93,7 @@ export interface IInvoice {
|
|
|
93
93
|
/**
|
|
94
94
|
* Party placing the order or paying the invoice.
|
|
95
95
|
*/
|
|
96
|
-
customer?:
|
|
96
|
+
customer?: ICustomer;
|
|
97
97
|
/**
|
|
98
98
|
* The minimum payment required at this time.
|
|
99
99
|
*/
|
|
@@ -129,5 +129,5 @@ export interface IInvoice {
|
|
|
129
129
|
/**
|
|
130
130
|
* The total amount due.
|
|
131
131
|
*/
|
|
132
|
-
totalPaymentDue?:
|
|
132
|
+
totalPaymentDue?: ITotalPaymentDue;
|
|
133
133
|
}
|
|
@@ -11,7 +11,7 @@ import { IAddOnProduct } from './product';
|
|
|
11
11
|
import { IProject } from './project';
|
|
12
12
|
import { IPropertyValue } from './propertyValue';
|
|
13
13
|
import { IQuantitativeValue } from './quantitativeValue';
|
|
14
|
-
import
|
|
14
|
+
import { IService, Identifier } from './service/webAPI';
|
|
15
15
|
import { IThing } from './thing';
|
|
16
16
|
import { UnitCode } from './unitCode';
|
|
17
17
|
/**
|
|
@@ -49,7 +49,7 @@ export interface ISeller {
|
|
|
49
49
|
typeOf?: OrganizationType.Corporation;
|
|
50
50
|
id?: string;
|
|
51
51
|
}
|
|
52
|
-
export type IOfferedThrough = Pick<
|
|
52
|
+
export type IOfferedThrough = Pick<IService<Identifier>, 'identifier' | 'typeOf'>;
|
|
53
53
|
/**
|
|
54
54
|
* レート制限
|
|
55
55
|
* どのスコープで何秒に1席までか
|