@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
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { AccountType } from '../../accountType';
|
|
2
|
-
import
|
|
2
|
+
import { IParticipant, IAction as IBaseAction, IAttributes as IBaseAttributes } from '../../action';
|
|
3
3
|
import { ActionType } from '../../actionType';
|
|
4
4
|
import { IMonetaryAmount } from '../../monetaryAmount';
|
|
5
5
|
import { AccountTransactionType } from '../transactionType';
|
|
6
|
-
export type IAgent = Pick<
|
|
7
|
-
export type IRecipient = Pick<
|
|
6
|
+
export type IAgent = Pick<IParticipant, 'name' | 'typeOf'>;
|
|
7
|
+
export type IRecipient = Pick<IParticipant, 'name' | 'typeOf'>;
|
|
8
8
|
/**
|
|
9
9
|
* 口座以外の匿名ロケーション
|
|
10
10
|
*/
|
|
@@ -56,7 +56,7 @@ export interface IPurpose {
|
|
|
56
56
|
transactionNumber: string;
|
|
57
57
|
}
|
|
58
58
|
export type IAmount = Pick<IMonetaryAmount, 'typeOf' | 'value'>;
|
|
59
|
-
export interface IAttributes extends Pick<
|
|
59
|
+
export interface IAttributes extends Pick<IBaseAttributes<ActionType.MoneyTransfer, never, never>, 'project' | 'description'> {
|
|
60
60
|
agent: IAgent;
|
|
61
61
|
recipient?: IRecipient;
|
|
62
62
|
typeOf: ActionType.MoneyTransfer;
|
|
@@ -77,8 +77,8 @@ export interface IAttributes extends Pick<ActionFactory.IAttributes<ActionType.M
|
|
|
77
77
|
*/
|
|
78
78
|
toLocation: ILocation;
|
|
79
79
|
}
|
|
80
|
-
export type IAction = Pick<
|
|
81
|
-
agent:
|
|
80
|
+
export type IAction = Pick<IBaseAction<Omit<IAttributes, 'agent' | 'recipient'> & {
|
|
81
|
+
agent: IParticipant;
|
|
82
82
|
object: never;
|
|
83
83
|
}>, 'actionStatus' | 'amount' | 'description' | 'endDate' | 'fromLocation' | 'project' | 'purpose' | 'startDate' | 'toLocation' | 'typeOf' | 'id'> & {
|
|
84
84
|
agent: IAgent;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { IExtendId } from '../../autoGenerated';
|
|
2
|
+
import { IAccount } from '../action/moneyTransfer';
|
|
3
|
+
import { IStartParams as IBaseStartParams, IObject as IBaseObject, IAttributes as IBaseAttributes, ISimpleAccount, IObjectWithoutDetail as IBaseObjectWithoutDetail } from '../transaction';
|
|
4
|
+
import { AccountTransactionType } from '../transactionType';
|
|
5
|
+
export type IStartParamsWithoutDetail = IBaseStartParams<AccountTransactionType.Deposit, IObjectWithoutDetail>;
|
|
6
|
+
/**
|
|
7
|
+
* 取引開始パラメーター
|
|
8
|
+
*/
|
|
9
|
+
export type IStartParams = IBaseStartParams<AccountTransactionType.Deposit, IObject>;
|
|
10
|
+
export interface IObjectWithoutDetail extends IBaseObjectWithoutDetail {
|
|
11
|
+
toLocation: ISimpleAccount;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* 取引対象物
|
|
15
|
+
*/
|
|
16
|
+
export interface IObject extends IBaseObject {
|
|
17
|
+
/**
|
|
18
|
+
* 入金先
|
|
19
|
+
*/
|
|
20
|
+
toLocation: Pick<IAccount, 'accountNumber' | 'name' | 'typeOf'>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* 入金取引属性
|
|
24
|
+
*/
|
|
25
|
+
export interface IAttributes extends IBaseAttributes<IStartParams> {
|
|
26
|
+
}
|
|
27
|
+
export type ITransaction = IExtendId<IAttributes>;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IExtendId } from '../../autoGenerated';
|
|
2
|
+
import { IAccount } from '../action/moneyTransfer';
|
|
3
|
+
import { IStartParams as IBaseStartParams, IObject as IBaseObject, IAttributes as IBaseAttributes, ISimpleAccount, IObjectWithoutDetail as IBaseObjectWithoutDetail } from '../transaction';
|
|
4
|
+
import { AccountTransactionType } from '../transactionType';
|
|
5
|
+
export type IStartParamsWithoutDetail = IBaseStartParams<AccountTransactionType.Transfer, IObjectWithoutDetail>;
|
|
6
|
+
/**
|
|
7
|
+
* 取引開始パラメーター
|
|
8
|
+
*/
|
|
9
|
+
export type IStartParams = IBaseStartParams<AccountTransactionType.Transfer, IObject>;
|
|
10
|
+
export interface IObjectWithoutDetail extends IBaseObjectWithoutDetail {
|
|
11
|
+
fromLocation: ISimpleAccount;
|
|
12
|
+
toLocation: ISimpleAccount;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* 取引対象物
|
|
16
|
+
*/
|
|
17
|
+
export interface IObject extends IBaseObject {
|
|
18
|
+
/**
|
|
19
|
+
* 転送元
|
|
20
|
+
*/
|
|
21
|
+
fromLocation: Pick<IAccount, 'accountNumber' | 'name' | 'typeOf'>;
|
|
22
|
+
/**
|
|
23
|
+
* 転送先
|
|
24
|
+
*/
|
|
25
|
+
toLocation: Pick<IAccount, 'accountNumber' | 'name' | 'typeOf'>;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* 転送取引
|
|
29
|
+
*/
|
|
30
|
+
export interface IAttributes extends IBaseAttributes<IStartParams> {
|
|
31
|
+
}
|
|
32
|
+
export type ITransaction = IExtendId<IAttributes>;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IExtendId } from '../../autoGenerated';
|
|
2
|
+
import { IAccount } from '../action/moneyTransfer';
|
|
3
|
+
import { IStartParams as IBaseStartParams, IObject as IBaseObject, IAttributes as IBaseAttributes, ISimpleAccount, IObjectWithoutDetail as IBaseObjectWithoutDetail } from '../transaction';
|
|
4
|
+
import { AccountTransactionType } from '../transactionType';
|
|
5
|
+
export type IStartParamsWithoutDetail = IBaseStartParams<AccountTransactionType.Withdraw, IObjectWithoutDetail>;
|
|
6
|
+
/**
|
|
7
|
+
* 取引開始パラメーター
|
|
8
|
+
*/
|
|
9
|
+
export type IStartParams = IBaseStartParams<AccountTransactionType.Withdraw, IObject>;
|
|
10
|
+
export interface IObjectWithoutDetail extends IBaseObjectWithoutDetail {
|
|
11
|
+
fromLocation: ISimpleAccount;
|
|
12
|
+
/**
|
|
13
|
+
* 利用可能金額確認をしない場合、force: true
|
|
14
|
+
*/
|
|
15
|
+
force?: boolean;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* 取引対象物
|
|
19
|
+
*/
|
|
20
|
+
export interface IObject extends IBaseObject {
|
|
21
|
+
/**
|
|
22
|
+
* 出金元
|
|
23
|
+
*/
|
|
24
|
+
fromLocation: Pick<IAccount, 'accountNumber' | 'name' | 'typeOf'>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* 出金取引
|
|
28
|
+
*/
|
|
29
|
+
export interface IAttributes extends IBaseAttributes<IStartParams> {
|
|
30
|
+
}
|
|
31
|
+
export type ITransaction = IExtendId<IAttributes>;
|
|
@@ -2,10 +2,9 @@ import { IExtendId } from '../autoGenerated';
|
|
|
2
2
|
import { OrganizationType } from '../organizationType';
|
|
3
3
|
import { SortType } from '../sortType';
|
|
4
4
|
import { TransactionStatusType } from '../transactionStatusType';
|
|
5
|
-
import
|
|
5
|
+
import { IAgent, IRecipient, IAttributes as IMoneyTransferActionAttributes } from './action/moneyTransfer';
|
|
6
6
|
import { AccountTransactionType } from './transactionType';
|
|
7
|
-
export
|
|
8
|
-
export import IRecipient = MoneyTransferActionFactory.IRecipient;
|
|
7
|
+
export { IAgent, IRecipient };
|
|
9
8
|
export interface ISimpleAccount {
|
|
10
9
|
accountNumber: string;
|
|
11
10
|
}
|
|
@@ -66,7 +65,7 @@ export interface IStartParams<T extends AccountTransactionType, TObject extends
|
|
|
66
65
|
expires: Date;
|
|
67
66
|
}
|
|
68
67
|
export interface IPotentialActions {
|
|
69
|
-
moneyTransfer:
|
|
68
|
+
moneyTransfer: IMoneyTransferActionAttributes;
|
|
70
69
|
}
|
|
71
70
|
/**
|
|
72
71
|
* 口座取引属性
|
|
@@ -3,21 +3,18 @@ import { AccountType } from './accountType';
|
|
|
3
3
|
import { IProject } from './project';
|
|
4
4
|
import { SortType } from './sortType';
|
|
5
5
|
import * as MoneyTransferActionFactory from './account/action/moneyTransfer';
|
|
6
|
-
import
|
|
6
|
+
import { IAgent as IBaseAgent, IRecipient as IBaseRecipient, IPotentialActions as IBasePotentialActions, ISearchConditions as IBaseSearchConditions } from './account/transaction';
|
|
7
7
|
import * as DepositTransactionFactory from './account/transaction/deposit';
|
|
8
8
|
import * as TransferTransactionFactory from './account/transaction/transfer';
|
|
9
9
|
import * as WithdrawTransactionFactory from './account/transaction/withdraw';
|
|
10
|
-
/**
|
|
11
|
-
* 口座ステータスタイプ
|
|
12
|
-
*/
|
|
13
10
|
export declare namespace action {
|
|
14
11
|
export import moneyTransfer = MoneyTransferActionFactory;
|
|
15
12
|
}
|
|
16
13
|
export declare namespace transaction {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
type ISearchConditions =
|
|
14
|
+
type IAgent = IBaseAgent;
|
|
15
|
+
type IRecipient = IBaseRecipient;
|
|
16
|
+
type IPotentialActions = IBasePotentialActions;
|
|
17
|
+
type ISearchConditions = IBaseSearchConditions;
|
|
21
18
|
type IStartParamsWithoutDetail<T extends AccountTransactionType> = T extends AccountTransactionType.Deposit ? DepositTransactionFactory.IStartParamsWithoutDetail : T extends AccountTransactionType.Withdraw ? WithdrawTransactionFactory.IStartParamsWithoutDetail : T extends AccountTransactionType.Transfer ? TransferTransactionFactory.IStartParamsWithoutDetail : never;
|
|
22
19
|
type IStartParams<T extends AccountTransactionType> = T extends AccountTransactionType.Deposit ? DepositTransactionFactory.IStartParams : T extends AccountTransactionType.Withdraw ? WithdrawTransactionFactory.IStartParams : T extends AccountTransactionType.Transfer ? TransferTransactionFactory.IStartParams : never;
|
|
23
20
|
type IAttributes<T> = T extends AccountTransactionType.Deposit ? DepositTransactionFactory.IAttributes : T extends AccountTransactionType.Withdraw ? WithdrawTransactionFactory.IAttributes : T extends AccountTransactionType.Transfer ? TransferTransactionFactory.IAttributes : never;
|
|
@@ -1,24 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.transactionType = exports.transaction = exports.action = void 0;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* 口座ステータスタイプ
|
|
11
|
-
*/
|
|
12
|
-
// export enum AccountStatusType {
|
|
13
|
-
// /**
|
|
14
|
-
// * 開設済
|
|
15
|
-
// */
|
|
16
|
-
// Opened = 'Opened',
|
|
17
|
-
// /**
|
|
18
|
-
// * 解約済
|
|
19
|
-
// */
|
|
20
|
-
// Closed = 'Closed'
|
|
21
|
-
// }
|
|
4
|
+
const transactionType_1 = require("./account/transactionType");
|
|
5
|
+
const MoneyTransferActionFactory = require("./account/action/moneyTransfer");
|
|
6
|
+
const DepositTransactionFactory = require("./account/transaction/deposit");
|
|
7
|
+
const TransferTransactionFactory = require("./account/transaction/transfer");
|
|
8
|
+
const WithdrawTransactionFactory = require("./account/transaction/withdraw");
|
|
22
9
|
var action;
|
|
23
10
|
(function (action) {
|
|
24
11
|
action.moneyTransfer = MoneyTransferActionFactory;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import type { COAFactory } from '@coasystems/factory';
|
|
2
|
-
import
|
|
2
|
+
import { IParticipantAsWebApplication, IAction as IBaseAction } from '../../action';
|
|
3
3
|
import { ActionType } from '../../actionType';
|
|
4
4
|
import { IAcceptedTicketOfferItemOffered, IAcceptedTicketOfferWithoutDetail as IAcceptedOfferWithoutDetail4chevre } from '../../assetTransaction/reserve';
|
|
5
5
|
import { AssetTransactionType } from '../../assetTransactionType';
|
|
6
6
|
import { IOffer } from '../../offer';
|
|
7
7
|
import { OfferType } from '../../offerType';
|
|
8
|
-
import
|
|
8
|
+
import { ITicketPriceSpecification } from '../../order';
|
|
9
9
|
import { IRecipe, IUpdTmpReserveSeatArgs, IUpdTmpReserveSeatResult } from '../../recipe/acceptCOAOffer';
|
|
10
10
|
import { TransactionType } from '../../transactionType';
|
|
11
|
-
import
|
|
11
|
+
import { IAttributes as IBaseAttributes } from '../accept';
|
|
12
12
|
export interface ICOATicketInfo {
|
|
13
13
|
/**
|
|
14
14
|
* チケットコード
|
|
@@ -172,7 +172,7 @@ export type IAcceptedOffer4COA = Pick<IAcceptedOfferWithoutDetail4chevre, 'id' |
|
|
|
172
172
|
* COAイベントでは、priceSpecificationで価格を表現しきれないので、numberとしてのpriceが必要
|
|
173
173
|
*/
|
|
174
174
|
price: number;
|
|
175
|
-
priceSpecification:
|
|
175
|
+
priceSpecification: ITicketPriceSpecification;
|
|
176
176
|
seatNumber?: never;
|
|
177
177
|
seatSection?: never;
|
|
178
178
|
};
|
|
@@ -189,7 +189,7 @@ export type IAcceptedOfferBeforeAuthorize4COA = Pick<IAcceptedOfferWithoutDetail
|
|
|
189
189
|
priceSpecification: IPriceSpecification4COA;
|
|
190
190
|
};
|
|
191
191
|
export { IRecipe, IUpdTmpReserveSeatArgs, IUpdTmpReserveSeatResult };
|
|
192
|
-
export type IAgent =
|
|
192
|
+
export type IAgent = IParticipantAsWebApplication;
|
|
193
193
|
/**
|
|
194
194
|
* COA会員用フラグ
|
|
195
195
|
*/
|
|
@@ -243,7 +243,7 @@ export interface IPotentialActions {
|
|
|
243
243
|
export interface IInstrument {
|
|
244
244
|
typeOf: AssetTransactionType.COAReserveTransaction;
|
|
245
245
|
}
|
|
246
|
-
export interface IAttributes extends Pick<
|
|
246
|
+
export interface IAttributes extends Pick<IBaseAttributes<IObject, IResult>, 'agent' | 'error' | 'instrument' | 'object' | 'potentialActions' | 'purpose' | 'result' | 'project' | 'sameAs' | 'typeOf'> {
|
|
247
247
|
agent: IAgent;
|
|
248
248
|
instrument: IInstrument;
|
|
249
249
|
object: IObject;
|
|
@@ -254,4 +254,4 @@ export interface IAttributes extends Pick<AcceptActionFactory.IAttributes<IObjec
|
|
|
254
254
|
/**
|
|
255
255
|
* COA興行オファー採用アクション
|
|
256
256
|
*/
|
|
257
|
-
export type IAction =
|
|
257
|
+
export type IAction = IBaseAction<IAttributes>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IAction as IBaseAction } from '../../action';
|
|
2
2
|
import { IAcceptedPaymentMethodOfferAsInstrument, IPaymentMethodTicketAsInstrument } from '../../action/trade/pay';
|
|
3
3
|
import { ActionType } from '../../actionType';
|
|
4
4
|
import { IAgent, IObjectWithoutDetail, IPaymentMethodWithoutDetail } from '../../assetTransaction/pay';
|
|
5
5
|
import { AssetTransactionType } from '../../assetTransactionType';
|
|
6
6
|
import { IExecTran3dsArgs, IExecTran3dsResult, IRecipe } from '../../recipe/publishPaymentUrl';
|
|
7
7
|
import { TransactionType } from '../../transactionType';
|
|
8
|
-
import
|
|
8
|
+
import { IAttributes as IBaseAttributes } from '../accept';
|
|
9
9
|
export { IExecTran3dsArgs, IExecTran3dsResult, IAgent, IRecipe };
|
|
10
10
|
export type IPaymentMethod = Pick<IPaymentMethodWithoutDetail, 'amount' | 'creditCard' | 'identifier' | 'method'>;
|
|
11
11
|
/**
|
|
@@ -34,7 +34,7 @@ export type IInstrument = IPaymentMethodTicketAsInstrument | IAcceptedPaymentMet
|
|
|
34
34
|
/**
|
|
35
35
|
* 決済採用アクション属性
|
|
36
36
|
*/
|
|
37
|
-
export interface IAttributes extends Pick<
|
|
37
|
+
export interface IAttributes extends Pick<IBaseAttributes<IObject, IResult>, 'agent' | 'error' | 'identifier' | 'location' | 'object' | 'project' | 'purpose' | 'result' | 'sameAs' | 'typeOf'> {
|
|
38
38
|
typeOf: ActionType.AcceptAction;
|
|
39
39
|
object: IObject;
|
|
40
40
|
agent: IAgent;
|
|
@@ -53,4 +53,4 @@ export interface IAttributes extends Pick<AcceptActionFactory.IAttributes<IObjec
|
|
|
53
53
|
/**
|
|
54
54
|
* 決済採用アクション
|
|
55
55
|
*/
|
|
56
|
-
export type IAction =
|
|
56
|
+
export type IAction = IBaseAction<IAttributes>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IAction as IBaseAction, IAttributes as IBaseAttributes } from '../action';
|
|
2
2
|
import { ActionType } from '../actionType';
|
|
3
3
|
export type IObject = any;
|
|
4
4
|
export type IResult = any;
|
|
5
5
|
export type IPurpose = any;
|
|
6
|
-
export interface IAttributes<TObject, TResult> extends
|
|
6
|
+
export interface IAttributes<TObject, TResult> extends IBaseAttributes<ActionType.AcceptAction, TObject, TResult> {
|
|
7
7
|
purpose?: IPurpose;
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* 採用アクション
|
|
11
11
|
*/
|
|
12
|
-
export type IAction<TAttributes extends IAttributes<IObject, IResult>> =
|
|
12
|
+
export type IAction<TAttributes extends IAttributes<IObject, IResult>> = IBaseAction<TAttributes>;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IParticipantAsProject, ISameAs as IBaseSameAs, IAction as IBaseAction } from '../../action';
|
|
2
2
|
import { ActionType } from '../../actionType';
|
|
3
3
|
import { AssetTransactionType } from '../../assetTransactionType';
|
|
4
4
|
import { IInvoice } from '../../invoice';
|
|
5
5
|
import { IEntryTranArgs, IEntryTranResult, IExecTranArgs, IExecTranResult, IRecipe as IAuthorizeInvoiceRecipe } from '../../recipe/authorizeInvoice';
|
|
6
6
|
import { IRecipe as IAuthorizeInvoice3dsRecipe, ISecureTran2Args, ISecureTran2Result } from '../../recipe/authorizeInvoice3ds';
|
|
7
|
-
import
|
|
7
|
+
import { IAttributes as IBaseAttributes } from '../authorize';
|
|
8
8
|
export { IEntryTranArgs, IEntryTranResult, IExecTranArgs, IExecTranResult, ISecureTran2Args, ISecureTran2Result, IAuthorizeInvoiceRecipe, IAuthorizeInvoice3dsRecipe };
|
|
9
|
-
export type IAgent =
|
|
9
|
+
export type IAgent = IParticipantAsProject;
|
|
10
10
|
export type IObject = Pick<IInvoice, 'paymentMethodId' | 'typeOf'>;
|
|
11
11
|
export interface IResult {
|
|
12
12
|
}
|
|
13
|
-
export interface ISameAs extends
|
|
13
|
+
export interface ISameAs extends IBaseSameAs {
|
|
14
14
|
typeOf: AssetTransactionType.Pay;
|
|
15
15
|
}
|
|
16
|
-
export interface IAttributes extends Pick<
|
|
16
|
+
export interface IAttributes extends Pick<IBaseAttributes<IObject, IResult>, 'agent' | 'error' | 'object' | 'result' | 'project' | 'typeOf' | 'sameAs'> {
|
|
17
17
|
typeOf: ActionType.AuthorizeAction;
|
|
18
18
|
object: IObject;
|
|
19
19
|
agent: IAgent;
|
|
@@ -22,4 +22,4 @@ export interface IAttributes extends Pick<AuthorizeActionFactory.IAttributes<IOb
|
|
|
22
22
|
/**
|
|
23
23
|
* 請求承認アクション
|
|
24
24
|
*/
|
|
25
|
-
export type IAction =
|
|
25
|
+
export type IAction = IBaseAction<IAttributes>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IParticipantAsSeller, IParticipantAsWebApplication, IParticipantAsPerson } from '../../../action';
|
|
2
2
|
import { IPermitIssuedThroughFaceToFace, IPermitIssuedThroughMembershipService } from '../../../assetTransaction/reserve';
|
|
3
3
|
import { AssetTransactionType } from '../../../assetTransactionType';
|
|
4
4
|
import { OfferType } from '../../../offerType';
|
|
@@ -6,8 +6,8 @@ import { PriceCurrency } from '../../../priceCurrency';
|
|
|
6
6
|
import { IPriceSpecification as IUnitPriceSpecification } from '../../../priceSpecification/unitPriceSpecification';
|
|
7
7
|
import { ITicketOffer } from '../../../product';
|
|
8
8
|
import { TransactionType } from '../../../transactionType';
|
|
9
|
-
export type IAgent =
|
|
10
|
-
export type IRecipient =
|
|
9
|
+
export type IAgent = IParticipantAsSeller;
|
|
10
|
+
export type IRecipient = IParticipantAsWebApplication | IParticipantAsPerson;
|
|
11
11
|
export declare enum ObjectType {
|
|
12
12
|
SeatReservation = "SeatReservation",
|
|
13
13
|
AggregateOffer = "AggregateOffer"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { COAFactory } from '@coasystems/factory';
|
|
2
|
-
import
|
|
2
|
+
import { IAction as IBaseAction } from '../../../action';
|
|
3
3
|
import { ActionType } from '../../../actionType';
|
|
4
4
|
import { IAcceptedTicketOfferWithoutDetail, IObjectWithoutDetail } from '../../../assetTransaction/reserve';
|
|
5
5
|
import { AssetTransactionType } from '../../../assetTransactionType';
|
|
6
6
|
import { IEvent } from '../../../event/screeningEvent';
|
|
7
|
-
import
|
|
8
|
-
import
|
|
7
|
+
import { ITotalPaymentDue } from '../../../order';
|
|
8
|
+
import { IAttributes as IBaseAttributes } from '../../authorize';
|
|
9
9
|
import { IAcceptedOfferInResult, IAgent, IAggregateProgramMembershipUsed, IError, IInstrumentAsCOAReserveTransaction, IInstrumentAsReserveTransaction, IPurpose, IRecipient, IResultAsAggregateOffer, ObjectType } from './any';
|
|
10
10
|
export { IAcceptedOfferInResult, IAgent, IAggregateProgramMembershipUsed, IRecipient, IInstrumentAsCOAReserveTransaction, IInstrumentAsReserveTransaction, IError, IPurpose, ObjectType, IResultAsAggregateOffer };
|
|
11
11
|
export type IInstrumentAsAssetTransaction = IInstrumentAsCOAReserveTransaction | IInstrumentAsReserveTransaction;
|
|
@@ -14,7 +14,7 @@ export interface IResult extends IResultAsAggregateOffer {
|
|
|
14
14
|
* オファーに対して必要な通貨金額
|
|
15
15
|
* currencyを通貨区分として扱う
|
|
16
16
|
*/
|
|
17
|
-
amount:
|
|
17
|
+
amount: ITotalPaymentDue[];
|
|
18
18
|
}
|
|
19
19
|
export type IAcceptedOfferWithoutDetail = IAcceptedTicketOfferWithoutDetail;
|
|
20
20
|
export { IObjectWithoutDetail };
|
|
@@ -40,7 +40,7 @@ export interface IObject {
|
|
|
40
40
|
*/
|
|
41
41
|
pendingTransaction?: ICOAPendingTransaction;
|
|
42
42
|
}
|
|
43
|
-
export interface IAttributes extends
|
|
43
|
+
export interface IAttributes extends IBaseAttributes<IObject, IResult> {
|
|
44
44
|
typeOf: ActionType.AuthorizeAction;
|
|
45
45
|
agent: IAgent;
|
|
46
46
|
instrument: IInstrumentAsAssetTransaction;
|
|
@@ -51,4 +51,4 @@ export interface IAttributes extends AuthorizeActionFactory.IAttributes<IObject,
|
|
|
51
51
|
/**
|
|
52
52
|
* 興行オファー承認アクション
|
|
53
53
|
*/
|
|
54
|
-
export type IAction =
|
|
54
|
+
export type IAction = IBaseAction<IAttributes>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ObjectType = void 0;
|
|
4
|
-
|
|
4
|
+
const any_1 = require("./any");
|
|
5
5
|
Object.defineProperty(exports, "ObjectType", { enumerable: true, get: function () { return any_1.ObjectType; } });
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IAction as IBaseAction } from '../../../action';
|
|
2
2
|
import { ActionType } from '../../../actionType';
|
|
3
|
-
import
|
|
3
|
+
import { IAcceptedOfferWithoutDetail } from '../../../assetTransaction/registerService';
|
|
4
4
|
import { IOffer } from '../../../offer';
|
|
5
5
|
import { IIssuedThroughAsProduct, IPermit } from '../../../permit';
|
|
6
6
|
import { IMembershipProduct, IPaymentCardProduct, IServiceOutput as IProductServiceOutput, ITicketPriceSpecification } from '../../../product';
|
|
7
7
|
import { ISeller } from '../../../seller';
|
|
8
|
-
import
|
|
8
|
+
import { IAttributes as IBaseAttributes } from '../../authorize';
|
|
9
9
|
import { IPointAward } from '../../transfer/moneyTransfer';
|
|
10
10
|
import { IAgent, IError, IInstrumentAsRegisterService, IPurpose, IRecipient, IResultAsAggregateOffer, ObjectType } from './any';
|
|
11
11
|
export { IAgent, IRecipient, IInstrumentAsRegisterService, IError, IPurpose, ObjectType, IResultAsAggregateOffer };
|
|
@@ -16,7 +16,7 @@ export type IItemOffered = Pick<IMembershipProduct | IPaymentCardProduct, 'typeO
|
|
|
16
16
|
serviceOutput: IProductServiceOutput & IPermitIssuedByProduct;
|
|
17
17
|
pointAward?: IPointAward;
|
|
18
18
|
};
|
|
19
|
-
export
|
|
19
|
+
export { IAcceptedOfferWithoutDetail };
|
|
20
20
|
export type ISellerMakesOffer = Pick<ISeller, 'id' | 'name' | 'typeOf'>;
|
|
21
21
|
export interface IAcceptedOffer extends Pick<IOffer, 'typeOf' | 'id' | 'identifier' | 'itemOffered' | 'name' | 'priceCurrency' | 'seller'> {
|
|
22
22
|
/**
|
|
@@ -60,7 +60,7 @@ export interface IResult extends IResultAsAggregateOffer {
|
|
|
60
60
|
amount?: never;
|
|
61
61
|
}
|
|
62
62
|
export type IInstrument = IInstrumentAsRegisterService;
|
|
63
|
-
export interface IAttributes extends
|
|
63
|
+
export interface IAttributes extends IBaseAttributes<IObject, IResult> {
|
|
64
64
|
typeOf: ActionType.AuthorizeAction;
|
|
65
65
|
agent: IAgent;
|
|
66
66
|
instrument: IInstrument;
|
|
@@ -71,4 +71,4 @@ export interface IAttributes extends AuthorizeActionFactory.IAttributes<IObject,
|
|
|
71
71
|
/**
|
|
72
72
|
* プロダクトオファー承認アクション
|
|
73
73
|
*/
|
|
74
|
-
export type IAction =
|
|
74
|
+
export type IAction = IBaseAction<IAttributes>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ObjectType = void 0;
|
|
4
|
-
|
|
4
|
+
const any_1 = require("./any");
|
|
5
5
|
Object.defineProperty(exports, "ObjectType", { enumerable: true, get: function () { return any_1.ObjectType; } });
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import * as CheckMovieTicketActionFactory from '../../../action/check/paymentMethod/movieTicket';
|
|
1
|
+
import { IParticipantAsWebApplication, IParticipantAsPerson, IParticipantAsSeller, IAction as IBaseAction } from '../../../action';
|
|
3
2
|
import { AvailablePaymentMethodType, IMovieTicket } from '../../../action/trade/pay';
|
|
4
3
|
import { ActionType } from '../../../actionType';
|
|
5
4
|
import { ICreditCard, IFromLocation, IInvoiceReferenceOrder, ITokenizedPaymentCard } from '../../../assetTransaction/pay';
|
|
@@ -9,14 +8,13 @@ import { PaymentStatusType } from '../../../paymentStatusType';
|
|
|
9
8
|
import { IPropertyValue } from '../../../propertyValue';
|
|
10
9
|
import { IPermitAsServiceOutput } from '../../../service/paymentService';
|
|
11
10
|
import { TransactionType } from '../../../transactionType';
|
|
12
|
-
import
|
|
13
|
-
export type IAgent =
|
|
14
|
-
export type IRecipient =
|
|
11
|
+
import { IAttributes as IBaseAttributes } from '../../authorize';
|
|
12
|
+
export type IAgent = IParticipantAsWebApplication | IParticipantAsPerson;
|
|
13
|
+
export type IRecipient = IParticipantAsSeller;
|
|
15
14
|
export declare enum ResultType {
|
|
16
15
|
Payment = "Payment"
|
|
17
16
|
}
|
|
18
17
|
export { ICreditCard, IFromLocation, ITokenizedPaymentCard };
|
|
19
|
-
export import IPurchaseNumberAuthResult = CheckMovieTicketActionFactory.IPurchaseNumberAuthResult;
|
|
20
18
|
export interface IObjectIncludingPaymentMethodDetails {
|
|
21
19
|
/**
|
|
22
20
|
* The identifier for the account the payment will be applied to.
|
|
@@ -209,7 +207,7 @@ export interface IInstrumentAsAssetTransaction {
|
|
|
209
207
|
identifier: ServiceIdentifier;
|
|
210
208
|
}
|
|
211
209
|
export type IInstrument = IInstrumentAsAssetTransaction;
|
|
212
|
-
export interface IAttributes extends Pick<
|
|
210
|
+
export interface IAttributes extends Pick<IBaseAttributes<IObject, IResult>, 'typeOf' | 'sameAs' | 'result' | 'recipient' | 'purpose' | 'project' | 'object' | 'identifier' | 'error' | 'agent'> {
|
|
213
211
|
typeOf: ActionType.AuthorizeAction;
|
|
214
212
|
object: IObject;
|
|
215
213
|
agent: IAgent;
|
|
@@ -229,4 +227,4 @@ export interface IAttributes extends Pick<AuthorizeActionFactory.IAttributes<IOb
|
|
|
229
227
|
/**
|
|
230
228
|
* authorize payment action
|
|
231
229
|
*/
|
|
232
|
-
export type IAction =
|
|
230
|
+
export type IAction = IBaseAction<IAttributes>;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IAction as IBaseAction } from '../../action';
|
|
2
2
|
import { IAuthorization, IObject as IAuthorizationObject } from '../../authorization';
|
|
3
3
|
import { CreativeWorkType } from '../../creativeWorkType';
|
|
4
|
-
import
|
|
4
|
+
import { IAttributes as IBaseAttributes } from '../authorize';
|
|
5
5
|
export type IObject = IAuthorizationObject[];
|
|
6
6
|
export type IResult = Pick<IAuthorization, 'code' | 'typeOf'>[];
|
|
7
7
|
export interface IInstrument {
|
|
8
8
|
id: string;
|
|
9
9
|
typeOf: CreativeWorkType.SoftwareApplication | CreativeWorkType.WebApplication;
|
|
10
10
|
}
|
|
11
|
-
export interface IAttributes extends Pick<
|
|
11
|
+
export interface IAttributes extends Pick<IBaseAttributes<IObject, IResult>, 'agent' | 'error' | 'object' | 'project' | 'recipient' | 'result' | 'typeOf'> {
|
|
12
12
|
instrument?: IInstrument;
|
|
13
13
|
}
|
|
14
14
|
/**
|
|
15
15
|
* チケットオブジェクト承認アクション
|
|
16
16
|
*/
|
|
17
|
-
export type IAction =
|
|
17
|
+
export type IAction = IBaseAction<IAttributes>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IParticipant, IAction as IBaseAction, IAttributes as IBaseAttributes } from '../action';
|
|
2
|
+
import { ActionType } from '../actionType';
|
|
3
|
+
export type IObject = any;
|
|
4
|
+
export type IResult = any;
|
|
5
|
+
export type IPurpose = any;
|
|
6
|
+
export interface IAttributes<TObject, TResult> extends IBaseAttributes<ActionType.AuthorizeAction, TObject, TResult> {
|
|
7
|
+
purpose?: IPurpose;
|
|
8
|
+
recipient: IParticipant;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* 承認アクション
|
|
12
|
+
*/
|
|
13
|
+
export type IAction<TAttributes extends IAttributes<IObject, IResult>> = IBaseAction<TAttributes>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IParticipantAsProject, IAction as IBaseAction, IAttributes as IBaseAttributes } from '../../action';
|
|
2
2
|
import { ActionType } from '../../actionType';
|
|
3
3
|
import { AssetTransactionType } from '../../assetTransactionType';
|
|
4
4
|
import { IOrder } from '../../order';
|
|
@@ -8,7 +8,7 @@ import { ITransaction as IPlaceOrder } from '../../transaction/placeOrder';
|
|
|
8
8
|
import { IAction as IReturnReserveTransactionAction } from '../transfer/return/reserveTransaction';
|
|
9
9
|
export { IRecipe as ICancelPendingCOAReserveRecipe };
|
|
10
10
|
export type IDelTmpReserveResultAsError = IResultAsError;
|
|
11
|
-
export type IAgent =
|
|
11
|
+
export type IAgent = IParticipantAsProject;
|
|
12
12
|
export type IObject = IDelTmpReserveArgs & {
|
|
13
13
|
reservationStatus: IAvailableReservationStatusType;
|
|
14
14
|
transactionNumber: string;
|
|
@@ -20,11 +20,11 @@ export type IOrderAsInstrument = Pick<IOrder, 'orderNumber' | 'typeOf'>;
|
|
|
20
20
|
export type IReturnActionAsInstrument = Pick<IReturnReserveTransactionAction, 'id' | 'purpose' | 'typeOf'>;
|
|
21
21
|
export type IPlaceOrderAsInstrument = Pick<IPlaceOrder, 'id' | 'typeOf'>;
|
|
22
22
|
export type IInstrument = IOrderAsInstrument | IReturnActionAsInstrument | IPlaceOrderAsInstrument;
|
|
23
|
-
export interface IAttributes extends Pick<
|
|
23
|
+
export interface IAttributes extends Pick<IBaseAttributes<ActionType.CancelAction, IObject, IResult>, 'typeOf' | 'result' | 'project' | 'object' | 'agent' | 'instrument'> {
|
|
24
24
|
agent: IAgent;
|
|
25
25
|
instrument?: IInstrument[];
|
|
26
26
|
}
|
|
27
27
|
/**
|
|
28
28
|
* cancel coa reserve
|
|
29
29
|
*/
|
|
30
|
-
export type IAction =
|
|
30
|
+
export type IAction = IBaseAction<IAttributes>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IParticipantAsProject, IAction as IBaseAction, IAttributes as IBaseAttributes } from '../../action';
|
|
2
2
|
import { ActionType } from '../../actionType';
|
|
3
3
|
import { AssetTransactionType } from '../../assetTransactionType';
|
|
4
4
|
import { EventType } from '../../eventType';
|
|
@@ -8,7 +8,7 @@ import { IAvailableReservationStatusType } from '../../reservation';
|
|
|
8
8
|
import { ReservationType } from '../../reservationType';
|
|
9
9
|
import { ITransaction as IPlaceOrder } from '../../transaction/placeOrder';
|
|
10
10
|
import { IAction as IReturnReserveTransactionAction } from '../transfer/return/reserveTransaction';
|
|
11
|
-
export type IAgent =
|
|
11
|
+
export type IAgent = IParticipantAsProject;
|
|
12
12
|
export interface IReservationPackageAsObject {
|
|
13
13
|
reservationFor: {
|
|
14
14
|
typeOf: EventType.ScreeningEvent;
|
|
@@ -54,7 +54,7 @@ export type IOrderAsInstrument = Pick<IOrder, 'orderNumber' | 'typeOf'>;
|
|
|
54
54
|
export type IReturnActionAsInstrument = Pick<IReturnReserveTransactionAction, 'id' | 'purpose' | 'typeOf'>;
|
|
55
55
|
export type IPlaceOrderAsInstrument = Pick<IPlaceOrder, 'id' | 'typeOf'>;
|
|
56
56
|
export type IInstrument = IOrderAsInstrument | IReturnActionAsInstrument | IPlaceOrderAsInstrument;
|
|
57
|
-
export interface IAttributes extends Pick<
|
|
57
|
+
export interface IAttributes extends Pick<IBaseAttributes<ActionType.CancelAction, IObject, IResult>, 'typeOf' | 'result' | 'purpose' | 'project' | 'object' | 'agent' | 'instrument'> {
|
|
58
58
|
agent: IAgent;
|
|
59
59
|
purpose: IPurpose;
|
|
60
60
|
/**
|
|
@@ -65,4 +65,4 @@ export interface IAttributes extends Pick<ActionFactory.IAttributes<ActionType.C
|
|
|
65
65
|
/**
|
|
66
66
|
* cancel reservation action
|
|
67
67
|
*/
|
|
68
|
-
export type IAction =
|
|
68
|
+
export type IAction = IBaseAction<IAttributes>;
|