@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,17 +1,17 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IParticipantAsSeller } from '../../../action';
|
|
2
2
|
import { ICustomerRemorseReturnFeesMovieTicket, IMerchantReturnPolicy, ReturnFeesEnumeration } from '../../../merchantReturnPolicy';
|
|
3
3
|
import { IOfferItemCondition, OfferItemCondition } from '../../../offerItemCondition';
|
|
4
|
-
import
|
|
4
|
+
import { IParticipantAsReturner, ISimpleOrder } from '../../../order';
|
|
5
5
|
import { IAttributes as IReturnInvoiceActionAttributes } from '../../transfer/return/invoice';
|
|
6
|
-
import
|
|
6
|
+
import { IAction as IBaseAction, IAttributes as IBaseAttributes } from '../return';
|
|
7
7
|
import { IAttributes as ISendEmailMessageActionAttributes } from '../send/message/email';
|
|
8
|
-
import
|
|
9
|
-
export type IAgent =
|
|
10
|
-
export type IRecipient =
|
|
8
|
+
import { IAttributes as IReturnPointAwardActionAttributes } from './pointAward';
|
|
9
|
+
export type IAgent = IParticipantAsReturner;
|
|
10
|
+
export type IRecipient = IParticipantAsSeller;
|
|
11
11
|
/**
|
|
12
12
|
* 返却対象は注文
|
|
13
13
|
*/
|
|
14
|
-
export type IObject =
|
|
14
|
+
export type IObject = ISimpleOrder & {
|
|
15
15
|
/**
|
|
16
16
|
* 返品日時
|
|
17
17
|
*/
|
|
@@ -20,7 +20,7 @@ export type IObject = OrderFactory.ISimpleOrder & {
|
|
|
20
20
|
export interface IResult {
|
|
21
21
|
}
|
|
22
22
|
export type IPotentialReturnInvoiceAction = Pick<IReturnInvoiceActionAttributes, 'object' | 'potentialActions'>;
|
|
23
|
-
export type IPotentialReturnPointAwardAction =
|
|
23
|
+
export type IPotentialReturnPointAwardAction = IReturnPointAwardActionAttributes;
|
|
24
24
|
export type IPotentialSendEmailMessageAction = Pick<ISendEmailMessageActionAttributes, 'object'>;
|
|
25
25
|
export interface IPotentialActions {
|
|
26
26
|
/**
|
|
@@ -79,7 +79,7 @@ export type IReturnPolicy = Pick<IMerchantReturnPolicy, 'typeOf' | 'merchantRetu
|
|
|
79
79
|
*/
|
|
80
80
|
export type IReturnPolicyAsInstrument = Pick<IReturnPolicy, 'identifier' | 'restockingFee' | 'returnFees' | 'typeOf'>;
|
|
81
81
|
export type IInstrument = [IReturnPolicyAsInstrument];
|
|
82
|
-
export interface IAttributes extends Pick<
|
|
82
|
+
export interface IAttributes extends Pick<IBaseAttributes<IObject, IResult>, 'typeOf' | 'sameAs' | 'result' | 'recipient' | 'project' | 'potentialActions' | 'object' | 'error' | 'agent' | 'instrument'> {
|
|
83
83
|
agent: IAgent;
|
|
84
84
|
recipient: IRecipient;
|
|
85
85
|
potentialActions?: IPotentialActions;
|
|
@@ -88,4 +88,4 @@ export interface IAttributes extends Pick<ReturnActionFactory.IAttributes<IObjec
|
|
|
88
88
|
/**
|
|
89
89
|
* return order action
|
|
90
90
|
*/
|
|
91
|
-
export type IAction =
|
|
91
|
+
export type IAction = IBaseAction<IAttributes>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IParticipantAsProject, IParticipantAsSeller } from '../../../action';
|
|
2
2
|
import { AssetTransactionType } from '../../../assetTransactionType';
|
|
3
3
|
import { ISimpleOrder } from '../../../order';
|
|
4
|
-
import
|
|
5
|
-
export type IAgent =
|
|
6
|
-
export type IRecipient =
|
|
4
|
+
import { IAction as IBaseAction, IAttributes as IBaseAttributes } from '../return';
|
|
5
|
+
export type IAgent = IParticipantAsProject;
|
|
6
|
+
export type IRecipient = IParticipantAsSeller;
|
|
7
7
|
/**
|
|
8
8
|
* 入金取引識別子で指定する場合のオブジェクト
|
|
9
9
|
*/
|
|
@@ -27,7 +27,7 @@ export type IPurpose = ISimpleOrder;
|
|
|
27
27
|
export type IResult = any;
|
|
28
28
|
export interface IPotentialActions {
|
|
29
29
|
}
|
|
30
|
-
export interface IAttributes extends
|
|
30
|
+
export interface IAttributes extends IBaseAttributes<IObject, IResult> {
|
|
31
31
|
agent: IAgent;
|
|
32
32
|
recipient: IRecipient;
|
|
33
33
|
potentialActions?: IPotentialActions;
|
|
@@ -36,4 +36,4 @@ export interface IAttributes extends ReturnActionFactory.IAttributes<IObject, IR
|
|
|
36
36
|
/**
|
|
37
37
|
* ポイント特典返却アクション
|
|
38
38
|
*/
|
|
39
|
-
export type IAction =
|
|
39
|
+
export type IAction = IBaseAction<IAttributes>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IParticipantAsProject, IParticipantAsSeller } from '../../../action';
|
|
2
2
|
import { AssetTransactionType } from '../../../assetTransactionType';
|
|
3
3
|
import { ISimpleOrder } from '../../../order';
|
|
4
4
|
import { IRecipe, IStateReserveArgs } from '../../../recipe/returnCOAReserve';
|
|
5
|
-
import
|
|
5
|
+
import { IAction as IBaseAction, IAttributes as IBaseAttributes } from '../return';
|
|
6
6
|
export { IRecipe as IReturnCOAReserveRecipe };
|
|
7
|
-
export type IAgent =
|
|
8
|
-
export type IRecipient =
|
|
7
|
+
export type IAgent = IParticipantAsProject;
|
|
8
|
+
export type IRecipient = IParticipantAsSeller;
|
|
9
9
|
export type IObject4COA = IStateReserveArgs & {
|
|
10
10
|
typeOf: AssetTransactionType.COAReserveTransaction;
|
|
11
11
|
};
|
|
@@ -17,7 +17,7 @@ export type IObject = IObject4COA | IObject4Chevre;
|
|
|
17
17
|
export type IPurpose = ISimpleOrder;
|
|
18
18
|
export interface IResult {
|
|
19
19
|
}
|
|
20
|
-
export interface IAttributes extends Pick<
|
|
20
|
+
export interface IAttributes extends Pick<IBaseAttributes<IObject, IResult>, 'typeOf' | 'sameAs' | 'result' | 'recipient' | 'purpose' | 'project' | 'object' | 'error' | 'agent'> {
|
|
21
21
|
agent: IAgent;
|
|
22
22
|
instrument?: never;
|
|
23
23
|
purpose: IPurpose;
|
|
@@ -26,4 +26,4 @@ export interface IAttributes extends Pick<ReturnActionFactory.IAttributes<IObjec
|
|
|
26
26
|
/**
|
|
27
27
|
* 予約取引返却アクション
|
|
28
28
|
*/
|
|
29
|
-
export type IAction =
|
|
29
|
+
export type IAction = IBaseAction<IAttributes>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { 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 interface IAttributes<TObject, TResult> extends IBaseAttributes<ActionType.ReturnAction, TObject, TResult> {
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* 返却アクション
|
|
9
|
+
*/
|
|
10
|
+
export type IAction<TAttributes extends IAttributes<IObject, IResult>> = IBaseAction<TAttributes>;
|
|
@@ -2,7 +2,7 @@ import { IParticipantAsCustomer, IParticipantAsPerson, IParticipantAsProject, IP
|
|
|
2
2
|
import { ICreativeWork as IEmailMessage } from '../../../../creativeWork/message/email';
|
|
3
3
|
import { ISimpleOrder } from '../../../../order';
|
|
4
4
|
import { IRecipe, ISendMultipleArgs, ISendMultipleResult } from '../../../../recipe/sendEmailMessage';
|
|
5
|
-
import
|
|
5
|
+
import { IAction as IBaseAction, IAttributes as IBaseAttributes } from '../../send';
|
|
6
6
|
export { IRecipe, ISendMultipleArgs, ISendMultipleResult };
|
|
7
7
|
export type IAgent = IParticipantAsProject;
|
|
8
8
|
export type IRecipient = IParticipantAsWebApplication | IParticipantAsPerson | IParticipantAsCustomer;
|
|
@@ -21,7 +21,7 @@ export interface IResult {
|
|
|
21
21
|
statusMessage?: string;
|
|
22
22
|
}
|
|
23
23
|
export type IPurpose = ISimpleOrder;
|
|
24
|
-
export interface IAttributes extends Pick<
|
|
24
|
+
export interface IAttributes extends Pick<IBaseAttributes<IObject, IResult>, 'typeOf' | 'sameAs' | 'result' | 'recipient' | 'purpose' | 'project' | 'object' | 'error' | 'agent'> {
|
|
25
25
|
agent: IAgent;
|
|
26
26
|
purpose: IPurpose;
|
|
27
27
|
recipient: IRecipient;
|
|
@@ -29,4 +29,4 @@ export interface IAttributes extends Pick<SendActionFactory.IAttributes<IObject,
|
|
|
29
29
|
/**
|
|
30
30
|
* Eメール送信アクション
|
|
31
31
|
*/
|
|
32
|
-
export type IAction =
|
|
32
|
+
export type IAction = IBaseAction<IAttributes>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { IParticipantAsCustomer, IParticipantAsPerson, IParticipantAsProject, IParticipantAsWebApplication } from '../../../action';
|
|
2
|
-
import
|
|
2
|
+
import { ISimpleOrder } from '../../../order';
|
|
3
3
|
import { IGood, IOwnershipInfo } from '../../../ownershipInfo';
|
|
4
|
-
import
|
|
4
|
+
import { IAction as IBaseAction, IAttributes as IBaseAttributes } from '../send';
|
|
5
5
|
export type IAgent = IParticipantAsPerson | IParticipantAsProject | IParticipantAsWebApplication;
|
|
6
6
|
export type IRecipient = IParticipantAsWebApplication | IParticipantAsPerson | IParticipantAsCustomer;
|
|
7
|
-
export type IObject =
|
|
7
|
+
export type IObject = ISimpleOrder & {
|
|
8
8
|
/**
|
|
9
9
|
* 配送対象オファー(2024-01-11~)
|
|
10
10
|
*/
|
|
@@ -17,11 +17,11 @@ export type IObject = OrderFactory.ISimpleOrder & {
|
|
|
17
17
|
* 注文配送結果としての所有権
|
|
18
18
|
*/
|
|
19
19
|
export type IResult = Pick<IOwnershipInfo<IGood>, 'id' | 'identifier'>[];
|
|
20
|
-
export interface IAttributes extends Pick<
|
|
20
|
+
export interface IAttributes extends Pick<IBaseAttributes<IObject, IResult>, 'typeOf' | 'result' | 'recipient' | 'project' | 'object' | 'error' | 'agent'> {
|
|
21
21
|
agent: IAgent;
|
|
22
22
|
recipient: IRecipient;
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* 注文配送アクション
|
|
26
26
|
*/
|
|
27
|
-
export type IAction =
|
|
27
|
+
export type IAction = IBaseAction<IAttributes>;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IParticipant, IAction as IBaseAction, IAttributes as IBaseAttributes } from '../../action';
|
|
2
2
|
import { ActionType } from '../../actionType';
|
|
3
|
-
export type IAgent =
|
|
4
|
-
export type IRecipient =
|
|
3
|
+
export type IAgent = IParticipant;
|
|
4
|
+
export type IRecipient = IParticipant;
|
|
5
5
|
export type IObject = any;
|
|
6
6
|
export type IResult = any;
|
|
7
7
|
export type IPotentialActions = any;
|
|
8
8
|
export type IPurpose = any;
|
|
9
|
-
export interface IAttributes<TObject, TResult> extends
|
|
9
|
+
export interface IAttributes<TObject, TResult> extends IBaseAttributes<ActionType.SendAction, TObject, TResult> {
|
|
10
10
|
agent: IAgent;
|
|
11
|
-
recipient:
|
|
11
|
+
recipient: IParticipant;
|
|
12
12
|
potentialActions?: IPotentialActions;
|
|
13
13
|
purpose?: IPurpose;
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
16
16
|
* 送信(配送)アクションインターフェース
|
|
17
17
|
*/
|
|
18
|
-
export type IAction<TAttributes extends IAttributes<IObject, IResult>> =
|
|
18
|
+
export type IAction<TAttributes extends IAttributes<IObject, IResult>> = IBaseAction<TAttributes>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IParticipantAsPerson, IParticipantAsWebApplication, IParticipantAsSoftwareApplication, IAction as IBaseAction, IAttributes as IBaseAttributes } from '../../action';
|
|
2
2
|
import { ActionType } from '../../actionType';
|
|
3
3
|
import { IAbout as INoteAbout } from '../../creativeWork/noteDigitalDocument';
|
|
4
4
|
import { CreativeWorkType } from '../../creativeWorkType';
|
|
@@ -8,7 +8,7 @@ import { ProductType } from '../../product';
|
|
|
8
8
|
import { IObject } from './add/object';
|
|
9
9
|
import { IInstrumentAsApplication } from './instrumentAsApplication';
|
|
10
10
|
export * from './add/object';
|
|
11
|
-
export type IAgent =
|
|
11
|
+
export type IAgent = IParticipantAsPerson | IParticipantAsWebApplication | IParticipantAsSoftwareApplication;
|
|
12
12
|
export interface IAddedObject {
|
|
13
13
|
id: string;
|
|
14
14
|
typeOf: CreativeWorkType.NoteDigitalDocument | ProductType | OfferType.Offer | 'ProductModel' | CreativeWorkType.Movie | EventType;
|
|
@@ -23,7 +23,7 @@ export interface ITargetCollectionAsResource {
|
|
|
23
23
|
typeOf: ProductType | OfferType.Offer | 'ProductModel' | CreativeWorkType.Movie | EventType;
|
|
24
24
|
}
|
|
25
25
|
export type ITargetCollection = ITargetCollectionAsNote | ITargetCollectionAsResource;
|
|
26
|
-
export interface IAttributes extends Pick<
|
|
26
|
+
export interface IAttributes extends Pick<IBaseAttributes<ActionType.AddAction, IObject, IResult>, 'typeOf' | 'targetCollection' | 'sameAs' | 'result' | 'project' | 'object' | 'instrument' | 'error' | 'agent'> {
|
|
27
27
|
potentialActions?: never;
|
|
28
28
|
purpose?: never;
|
|
29
29
|
instrument: IInstrument;
|
|
@@ -32,4 +32,4 @@ export interface IAttributes extends Pick<ActionFactory.IAttributes<ActionType.A
|
|
|
32
32
|
/**
|
|
33
33
|
* 追加アクション
|
|
34
34
|
*/
|
|
35
|
-
export type IAction =
|
|
35
|
+
export type IAction = IBaseAction<IAttributes>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IParticipant, IAction as IBaseAction, IAttributes as IBaseAttributes } from '../../action';
|
|
2
2
|
import { ActionType } from '../../actionType';
|
|
3
3
|
import { IAbout as INoteAbout } from '../../creativeWork/noteDigitalDocument';
|
|
4
4
|
import { CreativeWorkType } from '../../creativeWorkType';
|
|
@@ -15,8 +15,8 @@ import { ISeller } from '../../seller';
|
|
|
15
15
|
import { IObject as IPlaceOrderObject, ITransaction as IPlaceOrder } from '../../transaction/placeOrder';
|
|
16
16
|
import { IObject as IReturnOrderObject, ITransaction as IReturnOrder } from '../../transaction/returnOrder';
|
|
17
17
|
import { TransactionType } from '../../transactionType';
|
|
18
|
-
export type IAgent =
|
|
19
|
-
export type IRecipient =
|
|
18
|
+
export type IAgent = IParticipant;
|
|
19
|
+
export type IRecipient = IParticipant;
|
|
20
20
|
export type IObjectAsPerson = Pick<IPerson, 'id' | 'typeOf'> & {
|
|
21
21
|
/**
|
|
22
22
|
* ユーザープールから物理削除するかどうか
|
|
@@ -73,7 +73,7 @@ export interface ITargetCollectionAsNote {
|
|
|
73
73
|
about: Pick<INoteAbout, 'typeOf'>;
|
|
74
74
|
}
|
|
75
75
|
export type ITargetCollection = ITargetCollectionAsNote;
|
|
76
|
-
export interface IAttributes extends Pick<
|
|
76
|
+
export interface IAttributes extends Pick<IBaseAttributes<ActionType.DeleteAction, IObject, IResult>, 'typeOf' | 'targetCollection' | 'sameAs' | 'result' | 'replacer' | 'project' | 'object' | 'instrument' | 'error' | 'agent'> {
|
|
77
77
|
potentialActions?: never;
|
|
78
78
|
purpose?: never;
|
|
79
79
|
instrument?: IInstrument;
|
|
@@ -82,4 +82,4 @@ export interface IAttributes extends Pick<ActionFactory.IAttributes<ActionType.D
|
|
|
82
82
|
/**
|
|
83
83
|
* 削除アクション
|
|
84
84
|
*/
|
|
85
|
-
export type IAction =
|
|
85
|
+
export type IAction = IBaseAction<IAttributes>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IParticipantAsPerson, IParticipantAsWebApplication, IParticipantAsSoftwareApplication, IAction as IBaseAction, IAttributes as IBaseAttributes } from '../../action';
|
|
2
2
|
import { ActionType } from '../../actionType';
|
|
3
3
|
import { Identifier as WebAPIIdentifier, IService as IWebAPI } from '../../service/webAPI';
|
|
4
4
|
import { IInstrumentAsApplication } from './instrumentAsApplication';
|
|
5
5
|
import { EventType } from '../../eventType';
|
|
6
6
|
import { OrganizationType } from '../../organizationType';
|
|
7
7
|
import { PlaceType } from '../../placeType';
|
|
8
|
-
export type IAgent =
|
|
8
|
+
export type IAgent = IParticipantAsPerson | IParticipantAsWebApplication | IParticipantAsSoftwareApplication;
|
|
9
9
|
interface IImportFromCOAParams {
|
|
10
10
|
project: {
|
|
11
11
|
id: string;
|
|
@@ -52,7 +52,7 @@ export interface IInstrumentAsCOAAPI {
|
|
|
52
52
|
}
|
|
53
53
|
export type IInstrument = IInstrumentAsApplication | IInstrumentAsCOAAPI;
|
|
54
54
|
export type ITargetCollection = any;
|
|
55
|
-
export interface IAttributes extends Pick<
|
|
55
|
+
export interface IAttributes extends Pick<IBaseAttributes<ActionType.ReplaceAction, IObject, IResult>, 'typeOf' | 'targetCollection' | 'sameAs' | 'result' | 'replacer' | 'project' | 'object' | 'instrument' | 'error' | 'agent'> {
|
|
56
56
|
potentialActions?: never;
|
|
57
57
|
purpose?: never;
|
|
58
58
|
replacer?: IReplacer;
|
|
@@ -62,5 +62,5 @@ export interface IAttributes extends Pick<ActionFactory.IAttributes<ActionType.R
|
|
|
62
62
|
/**
|
|
63
63
|
* 置換アクション
|
|
64
64
|
*/
|
|
65
|
-
export type IAction =
|
|
65
|
+
export type IAction = IBaseAction<IAttributes>;
|
|
66
66
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { IParticipantAsPerson, IParticipantAsWebApplication, IParticipantAsSoftwareApplication, IParticipantAsProject, IAction as IBaseAction, IAttributes as IBaseAttributes } from '../../action';
|
|
2
2
|
import { ActionType } from '../../actionType';
|
|
3
3
|
import { IInstrumentAsApplication } from './instrumentAsApplication';
|
|
4
4
|
import { IObject } from './update/object';
|
|
@@ -7,12 +7,12 @@ import { ITargetCollection } from './update/targetCollection';
|
|
|
7
7
|
export * from './update/object';
|
|
8
8
|
export * from './update/result';
|
|
9
9
|
export * from './update/targetCollection';
|
|
10
|
-
export type IAgent =
|
|
10
|
+
export type IAgent = IParticipantAsPerson | IParticipantAsWebApplication | IParticipantAsSoftwareApplication | IParticipantAsProject;
|
|
11
11
|
export interface IInstrumentAsTask {
|
|
12
12
|
typeOf: 'Task';
|
|
13
13
|
}
|
|
14
14
|
export type IInstrument = IInstrumentAsApplication | IInstrumentAsTask;
|
|
15
|
-
export interface IAttributes extends Pick<
|
|
15
|
+
export interface IAttributes extends Pick<IBaseAttributes<ActionType.UpdateAction, IObject, IResult>, 'typeOf' | 'targetCollection' | 'sameAs' | 'result' | 'project' | 'object' | 'instrument' | 'error' | 'agent'> {
|
|
16
16
|
potentialActions?: never;
|
|
17
17
|
purpose?: never;
|
|
18
18
|
agent: IAgent;
|
|
@@ -22,4 +22,4 @@ export interface IAttributes extends Pick<ActionFactory.IAttributes<ActionType.U
|
|
|
22
22
|
/**
|
|
23
23
|
* 編集アクション
|
|
24
24
|
*/
|
|
25
|
-
export type IAction =
|
|
25
|
+
export type IAction = IBaseAction<IAttributes>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { IAttributes as ICancelReservationActionAttributes, IOrderAsInstrument, IReturnActionAsInstrument } from '../action/cancel/reservation';
|
|
2
|
-
import
|
|
2
|
+
import { IAgent, ISearchConditions as IBaseSearchConditions, IStartParams as IBaseStartParams, IAttributes as IBaseAttributes } from '../assetTransaction';
|
|
3
3
|
import { ITransaction as IReserveTransaction } from '../assetTransaction/reserve';
|
|
4
4
|
import { AssetTransactionType } from '../assetTransactionType';
|
|
5
5
|
import { IExtendId } from '../autoGenerated';
|
|
6
6
|
import { IReservation as IEventReservation, IReservationForLegacy as IEventReservationFor } from '../reservation/event';
|
|
7
7
|
import { IReservation as IReservationPackage } from '../reservation/reservationPackage';
|
|
8
|
-
export
|
|
9
|
-
export type IStartParamsWithoutDetail =
|
|
8
|
+
export { IAgent };
|
|
9
|
+
export type IStartParamsWithoutDetail = IBaseStartParams<AssetTransactionType.CancelReservation, IAgent, undefined, IObjectWithoutDetail>;
|
|
10
10
|
export type IInstrument = IOrderAsInstrument | IReturnActionAsInstrument;
|
|
11
|
-
export interface IStartParams extends
|
|
11
|
+
export interface IStartParams extends IBaseStartParams<AssetTransactionType.CancelReservation, IAgent, undefined, IObject> {
|
|
12
12
|
/**
|
|
13
13
|
* add(2025-02-17~)
|
|
14
14
|
*/
|
|
@@ -70,7 +70,7 @@ export type ITransaction = IExtendId<IAttributes>;
|
|
|
70
70
|
/**
|
|
71
71
|
* 取引属性
|
|
72
72
|
*/
|
|
73
|
-
export interface IAttributes extends
|
|
73
|
+
export interface IAttributes extends IBaseAttributes<IStartParams, IResult, IError, IPotentialActions> {
|
|
74
74
|
}
|
|
75
75
|
export interface IObjectSearchConditions {
|
|
76
76
|
reservationNumber?: {
|
|
@@ -78,6 +78,6 @@ export interface IObjectSearchConditions {
|
|
|
78
78
|
$in?: string[];
|
|
79
79
|
};
|
|
80
80
|
}
|
|
81
|
-
export interface ISearchConditions extends
|
|
81
|
+
export interface ISearchConditions extends IBaseSearchConditions<AssetTransactionType.CancelReservation> {
|
|
82
82
|
object?: IObjectSearchConditions;
|
|
83
83
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { IAmount as IMoneyTransferAmount, IAttributes as IMoneyTransferActionAttributes, ILocation, IPendingTransaction, IRecipient as IMoneyTransferRecipient } from '../action/transfer/moneyTransfer';
|
|
2
|
-
import
|
|
2
|
+
import { IAgent, ISearchConditions as IBaseSearchConditions, IStartParams as IBaseStartParams, IAttributes as IBaseAttributes } from '../assetTransaction';
|
|
3
3
|
import { AssetTransactionType } from '../assetTransactionType';
|
|
4
4
|
import { IExtendId } from '../autoGenerated';
|
|
5
5
|
import { OrderType } from '../order';
|
|
6
6
|
import { PermitType } from '../permit';
|
|
7
|
-
export
|
|
7
|
+
export { IAgent };
|
|
8
8
|
export type IRecipient = IMoneyTransferRecipient & {
|
|
9
9
|
name: string;
|
|
10
10
|
};
|
|
@@ -92,13 +92,13 @@ export interface IObjectBeforeStart {
|
|
|
92
92
|
*/
|
|
93
93
|
force?: boolean;
|
|
94
94
|
}
|
|
95
|
-
export interface IStartParamsWithoutDetail extends
|
|
95
|
+
export interface IStartParamsWithoutDetail extends IBaseStartParams<AssetTransactionType.MoneyTransfer, IAgent, IRecipient, IObjectWithoutDetail> {
|
|
96
96
|
recipient: IRecipient;
|
|
97
97
|
}
|
|
98
|
-
export interface IStartParamsBeforeStart extends
|
|
98
|
+
export interface IStartParamsBeforeStart extends IBaseStartParams<AssetTransactionType.MoneyTransfer, IAgent, IRecipient, IObjectBeforeStart> {
|
|
99
99
|
recipient: IRecipient;
|
|
100
100
|
}
|
|
101
|
-
export interface IStartParams extends
|
|
101
|
+
export interface IStartParams extends IBaseStartParams<AssetTransactionType.MoneyTransfer, IAgent, IRecipient, IObject> {
|
|
102
102
|
recipient: IRecipient;
|
|
103
103
|
}
|
|
104
104
|
export type IResult = any;
|
|
@@ -109,13 +109,13 @@ export interface IPotentialActions {
|
|
|
109
109
|
*/
|
|
110
110
|
moneyTransfer: IMoneyTransferActionAttributes[];
|
|
111
111
|
}
|
|
112
|
-
export interface IAttributes extends
|
|
112
|
+
export interface IAttributes extends IBaseAttributes<IStartParams, IResult, IError, IPotentialActions> {
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
115
|
* 転送取引
|
|
116
116
|
*/
|
|
117
117
|
export type ITransaction = IExtendId<IAttributes>;
|
|
118
|
-
export interface ISearchConditions extends
|
|
118
|
+
export interface ISearchConditions extends IBaseSearchConditions<AssetTransactionType.MoneyTransfer> {
|
|
119
119
|
object?: {
|
|
120
120
|
fromLocation?: {
|
|
121
121
|
identifier?: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IAction as IPayAction, ILocation, IMovieTicket, IOrderAsPayPurpose, IPendingTransaction, IPlaceOrderRelatedInstrument, IRecipient as IPayRecipient } from '../action/trade/pay';
|
|
2
|
-
import
|
|
2
|
+
import { IAgentAsSeller, ISearchConditions as IBaseSearchConditions, IStartParams as IBaseStartParams, IAttributes as IBaseAttributes } from '../assetTransaction';
|
|
3
3
|
import { AssetTransactionType } from '../assetTransactionType';
|
|
4
4
|
import { IExtendId } from '../autoGenerated';
|
|
5
5
|
import { IInvoice } from '../invoice';
|
|
@@ -8,7 +8,7 @@ import { IEventServiceAsOrderedItem, IOrder, IReservationFor4EventServiceOrdered
|
|
|
8
8
|
import { ICreditCard3DS, IUncheckedCardRaw, IUncheckedCardTokenized } from '../paymentMethod/paymentCard/creditCard';
|
|
9
9
|
import { IPropertyValue } from '../propertyValue';
|
|
10
10
|
import { IPotentialAction as IPotentialInformAction, PaymentServiceType } from '../service/paymentService';
|
|
11
|
-
export
|
|
11
|
+
export type IAgent = IAgentAsSeller;
|
|
12
12
|
export type IRecipient = IPayRecipient;
|
|
13
13
|
/**
|
|
14
14
|
* ペイメントカードトークン
|
|
@@ -146,7 +146,7 @@ export interface IObjectWithoutDetail extends Pick<IObject, 'serviceOutput' | 't
|
|
|
146
146
|
export type IPotentialAction = IPotentialInformAction;
|
|
147
147
|
export type IOrderAsPurpose = IOrderAsPayPurpose;
|
|
148
148
|
export type IPurpose = IOrderAsPurpose;
|
|
149
|
-
export type IStartParamsWithoutDetail =
|
|
149
|
+
export type IStartParamsWithoutDetail = IBaseStartParams<AssetTransactionType.Pay, IAgent, IRecipient, IObjectWithoutDetail> & {
|
|
150
150
|
location?: ILocation;
|
|
151
151
|
recipient: IRecipient;
|
|
152
152
|
/**
|
|
@@ -154,7 +154,7 @@ export type IStartParamsWithoutDetail = AssetTransactionFactory.IStartParams<Ass
|
|
|
154
154
|
*/
|
|
155
155
|
purpose: IPurpose;
|
|
156
156
|
};
|
|
157
|
-
export interface IStartParams extends
|
|
157
|
+
export interface IStartParams extends IBaseStartParams<AssetTransactionType.Pay, IAgent, IRecipient, IObject> {
|
|
158
158
|
location?: ILocation;
|
|
159
159
|
recipient: IRecipient;
|
|
160
160
|
potentialAction?: IPotentialAction[];
|
|
@@ -204,11 +204,11 @@ export interface IConfirmParams {
|
|
|
204
204
|
}
|
|
205
205
|
export type IResult = any;
|
|
206
206
|
export type IError = any;
|
|
207
|
-
export interface IAttributes extends
|
|
207
|
+
export interface IAttributes extends IBaseAttributes<IStartParams, IResult, IError, IPotentialActions> {
|
|
208
208
|
potentialAction?: IPotentialAction[];
|
|
209
209
|
}
|
|
210
210
|
export type ITransaction = IExtendId<IAttributes>;
|
|
211
|
-
export interface ISearchConditions extends
|
|
211
|
+
export interface ISearchConditions extends IBaseSearchConditions<AssetTransactionType.Pay> {
|
|
212
212
|
object?: {
|
|
213
213
|
accountId?: {
|
|
214
214
|
$eq?: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { IPaymentMethod, IPurposeAsReturnAction } from '../action/trade/pay';
|
|
2
2
|
import { IAttributes as IRefundActionAttributes, IInstrument, IRecipient as IRefundRecipient } from '../action/trade/refund';
|
|
3
|
-
import
|
|
3
|
+
import { IAgentAsSeller, ISearchConditions as IBaseSearchConditions, IStartParams as IBaseStartParams, IAttributes as IBaseAttributes } from '../assetTransaction';
|
|
4
4
|
import { AssetTransactionType } from '../assetTransactionType';
|
|
5
5
|
import { IExtendId } from '../autoGenerated';
|
|
6
6
|
import { IPotentialAction as IPotentialInformAction, PaymentServiceType } from '../service/paymentService';
|
|
7
|
-
export
|
|
7
|
+
export type IAgent = IAgentAsSeller;
|
|
8
8
|
export type IRecipient = IRefundRecipient;
|
|
9
9
|
/**
|
|
10
10
|
* 取引対象物
|
|
@@ -22,13 +22,13 @@ export interface IObject {
|
|
|
22
22
|
}
|
|
23
23
|
export type IObjectWithoutDetail = Pick<IObject, 'typeOf' | 'id' | 'paymentMethod' | 'refundFee'>;
|
|
24
24
|
export type IPotentialAction = IPotentialInformAction;
|
|
25
|
-
export interface IStartParamsWithoutDetail extends
|
|
25
|
+
export interface IStartParamsWithoutDetail extends IBaseStartParams<AssetTransactionType.Refund, IAgent, IRecipient, IObjectWithoutDetail> {
|
|
26
26
|
/**
|
|
27
27
|
* add(2025-02-18~)
|
|
28
28
|
*/
|
|
29
29
|
instrument: IInstrument[];
|
|
30
30
|
}
|
|
31
|
-
export interface IStartParams extends
|
|
31
|
+
export interface IStartParams extends IBaseStartParams<AssetTransactionType.Refund, IAgent, IRecipient, IObject> {
|
|
32
32
|
potentialAction?: IPotentialAction[];
|
|
33
33
|
/**
|
|
34
34
|
* add(2025-02-18~)
|
|
@@ -65,10 +65,10 @@ export type ITransaction = IExtendId<IAttributes>;
|
|
|
65
65
|
/**
|
|
66
66
|
* refund transaction
|
|
67
67
|
*/
|
|
68
|
-
export interface IAttributes extends
|
|
68
|
+
export interface IAttributes extends IBaseAttributes<IStartParams, IResult, IError, IPotentialActions> {
|
|
69
69
|
potentialAction?: IPotentialAction[];
|
|
70
70
|
}
|
|
71
|
-
export interface ISearchConditions extends
|
|
71
|
+
export interface ISearchConditions extends IBaseSearchConditions<AssetTransactionType.Refund> {
|
|
72
72
|
object?: {
|
|
73
73
|
accountId?: {
|
|
74
74
|
$eq?: string;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { IAttributes as IRegisterServiceActionAttributes } from '../action/interact/register/service';
|
|
2
2
|
import { IAttributes as IMoneyTransferActionAttributes, IPointAward } from '../action/transfer/moneyTransfer';
|
|
3
|
-
import
|
|
3
|
+
import { IAgent, ISearchConditions as IBaseSearchConditions, IStartParams as IBaseStartParams, IAttributes as IBaseAttributes } from '../assetTransaction';
|
|
4
4
|
import { AssetTransactionType } from '../assetTransactionType';
|
|
5
5
|
import { IExtendId } from '../autoGenerated';
|
|
6
6
|
import { OfferType } from '../offerType';
|
|
7
7
|
import { IIssuedThroughAsProduct, IPermit } from '../permit';
|
|
8
8
|
import { IMembershipProduct, IPaymentCardProduct } from '../product';
|
|
9
|
-
export
|
|
10
|
-
export type IStartParamsWithoutDetail =
|
|
9
|
+
export { IAgent };
|
|
10
|
+
export type IStartParamsWithoutDetail = IBaseStartParams<AssetTransactionType.RegisterService, IAgent, undefined, IObjectWithoutDetail>;
|
|
11
11
|
/**
|
|
12
12
|
* 取引開始パラメーター
|
|
13
13
|
* サービス: MembershipService,PaymentCardであればserviceOutputを発行する
|
|
14
14
|
*/
|
|
15
|
-
export type IStartParams =
|
|
15
|
+
export type IStartParams = IBaseStartParams<AssetTransactionType.RegisterService, IAgent, undefined, IObject>;
|
|
16
16
|
/**
|
|
17
17
|
* 確定パラメータ
|
|
18
18
|
*/
|
|
@@ -81,13 +81,13 @@ export interface IPotentialActions {
|
|
|
81
81
|
moneyTransfer: IMoneyTransferActionAttributes[];
|
|
82
82
|
registerService: IRegisterServiceActionAttributes[];
|
|
83
83
|
}
|
|
84
|
-
export interface IAttributes extends
|
|
84
|
+
export interface IAttributes extends IBaseAttributes<IStartParams, IResult, IError, IPotentialActions> {
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* 取引
|
|
88
88
|
*/
|
|
89
89
|
export type ITransaction = IExtendId<IAttributes>;
|
|
90
|
-
export interface ISearchConditions extends
|
|
90
|
+
export interface ISearchConditions extends IBaseSearchConditions<AssetTransactionType.RegisterService> {
|
|
91
91
|
object?: {
|
|
92
92
|
itemOffered?: {
|
|
93
93
|
serviceOutput?: {
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { IInstrument as IReserveActionInstrument } from '../action/reserve';
|
|
2
2
|
import { IPointAward } from '../action/transfer/moneyTransfer';
|
|
3
3
|
import { ActionType } from '../actionType';
|
|
4
|
-
import
|
|
4
|
+
import { IAgent, ISearchConditions as IBaseSearchConditions, IStartParams as IBaseStartParams, IAttributes as IBaseAttributes } from '../assetTransaction';
|
|
5
5
|
import { AssetTransactionType } from '../assetTransactionType';
|
|
6
6
|
import { IExtendId } from '../autoGenerated';
|
|
7
7
|
import { IOrder } from '../order';
|
|
8
8
|
import { PermitType } from '../permit';
|
|
9
9
|
import { ProductType } from '../product';
|
|
10
10
|
import { IPropertyValue } from '../propertyValue';
|
|
11
|
-
import
|
|
11
|
+
import { ITicketIssuedBy, TicketType, IUnderName as IReservationUnderName, IBroker, ISeat as IReservationSeat } from '../reservation';
|
|
12
12
|
import { IIssuedThrough as IEventReservationIssuedThrough, IPrice as IReservationPrice, IReservation as IEventReservation, IReservationForLegacy as IEventReservationReservationFor, IReservedTicket, ISubReservation as ISubReservation4eventReservation, ITicketType } from '../reservation/event';
|
|
13
13
|
import { IReservation as IReservationPackage } from '../reservation/reservationPackage';
|
|
14
14
|
import { ReservationStatusType } from '../reservationStatusType';
|
|
15
15
|
import { ReservationType } from '../reservationType';
|
|
16
16
|
import { PaymentServiceType } from '../service/paymentService';
|
|
17
17
|
import { IUnitPriceOffer } from '../unitPriceOffer';
|
|
18
|
-
export
|
|
18
|
+
export { IAgent };
|
|
19
19
|
export type IInstrument = IReserveActionInstrument;
|
|
20
|
-
export type IStartParamsWithoutDetail =
|
|
20
|
+
export type IStartParamsWithoutDetail = IBaseStartParams<AssetTransactionType.Reserve, IAgent, undefined, IObjectWithoutDetail>;
|
|
21
21
|
/**
|
|
22
22
|
* 取引開始パラメータ
|
|
23
23
|
*/
|
|
24
|
-
export interface IStartParams extends
|
|
24
|
+
export interface IStartParams extends IBaseStartParams<AssetTransactionType.Reserve, IAgent, undefined, IObject> {
|
|
25
25
|
/**
|
|
26
26
|
* add(2025-02-17~)
|
|
27
27
|
*/
|
|
@@ -105,12 +105,12 @@ export interface IEventReservatonAsItemOfferedServiceOutput {
|
|
|
105
105
|
* /^[0-9a-zA-Z]{8,16}$/
|
|
106
106
|
*/
|
|
107
107
|
identifier?: string;
|
|
108
|
-
issuedBy?: Pick<
|
|
109
|
-
typeOf:
|
|
108
|
+
issuedBy?: Pick<ITicketIssuedBy, 'name' | 'typeOf'>;
|
|
109
|
+
typeOf: TicketType;
|
|
110
110
|
/**
|
|
111
111
|
* 座席指定
|
|
112
112
|
*/
|
|
113
|
-
ticketedSeat?:
|
|
113
|
+
ticketedSeat?: IReservationSeat;
|
|
114
114
|
};
|
|
115
115
|
subReservation?: IAcceptedSubReservation[];
|
|
116
116
|
}
|
|
@@ -289,7 +289,7 @@ export interface IEventOfferTokenPayload {
|
|
|
289
289
|
export type IEventOfferToken = string;
|
|
290
290
|
export interface IObjectWithoutDetail {
|
|
291
291
|
acceptedOffer?: IAcceptedTicketOfferWithoutDetail[];
|
|
292
|
-
broker?:
|
|
292
|
+
broker?: IBroker;
|
|
293
293
|
reservationFor?: {
|
|
294
294
|
id: string;
|
|
295
295
|
offers?: {
|
|
@@ -313,7 +313,7 @@ export type IIssuedThrough = IEventReservationIssuedThrough;
|
|
|
313
313
|
/**
|
|
314
314
|
* 予約取引に保管される予約者情報
|
|
315
315
|
*/
|
|
316
|
-
export type IUnderName = Pick<
|
|
316
|
+
export type IUnderName = Pick<IReservationUnderName, 'email' | 'givenName' | 'familyName' | 'id' | 'identifier' | 'name' | 'telephone' | 'typeOf'> & {
|
|
317
317
|
address?: string;
|
|
318
318
|
age?: string;
|
|
319
319
|
gender?: string;
|
|
@@ -332,7 +332,7 @@ export interface IObject extends Pick<IReservationPackage, 'broker' | 'provider'
|
|
|
332
332
|
}
|
|
333
333
|
export interface IPotentialActions {
|
|
334
334
|
}
|
|
335
|
-
export interface IAttributes extends
|
|
335
|
+
export interface IAttributes extends IBaseAttributes<IStartParams, IResult, IError, IPotentialActions> {
|
|
336
336
|
}
|
|
337
337
|
/**
|
|
338
338
|
* 予約取引
|
|
@@ -379,6 +379,6 @@ export interface IObjectSearchConditions {
|
|
|
379
379
|
};
|
|
380
380
|
};
|
|
381
381
|
}
|
|
382
|
-
export interface ISearchConditions extends
|
|
382
|
+
export interface ISearchConditions extends IBaseSearchConditions<AssetTransactionType.Reserve> {
|
|
383
383
|
object?: IObjectSearchConditions;
|
|
384
384
|
}
|