@chevre/factory 4.194.0 → 4.197.0-alpha.0
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/CHANGELOG.md +1529 -0
- package/lib/chevre.d.ts +25 -24
- package/lib/chevre.js +29 -24
- package/lib/factory/account/action/moneyTransfer.d.ts +5 -5
- package/lib/factory/account/transaction/deposit.d.ts +3 -3
- package/lib/factory/account/transaction/transfer.d.ts +3 -3
- package/lib/factory/account/transaction/withdraw.d.ts +3 -3
- package/lib/factory/account/transaction.d.ts +4 -4
- package/lib/factory/account/transactionType.d.ts +2 -3
- package/lib/factory/account/transactionType.js +8 -8
- package/lib/factory/account.d.ts +10 -10
- package/lib/factory/account.js +1 -1
- package/lib/factory/accountStatusType.d.ts +1 -2
- package/lib/factory/accountStatusType.js +2 -2
- package/lib/factory/accountTitle.d.ts +1 -1
- package/lib/factory/action/authorize/award/point.d.ts +2 -2
- package/lib/factory/action/authorize/offer/moneyTransfer.d.ts +3 -3
- package/lib/factory/action/authorize/offer/product.d.ts +3 -3
- package/lib/factory/action/authorize/offer/seatReservation.d.ts +4 -4
- package/lib/factory/action/authorize/paymentMethod/any.d.ts +4 -4
- package/lib/factory/action/authorize.d.ts +1 -1
- package/lib/factory/action/cancel/reservation.d.ts +2 -2
- package/lib/factory/action/check.d.ts +1 -1
- package/lib/factory/action/consume/use.d.ts +1 -1
- package/lib/factory/action/interact/confirm/moneyTransfer.d.ts +2 -2
- package/lib/factory/action/interact/confirm/pay.d.ts +1 -1
- package/lib/factory/action/interact/confirm/registerService.d.ts +1 -1
- package/lib/factory/action/interact/confirm/reservation.d.ts +1 -1
- package/lib/factory/action/interact/confirm.d.ts +1 -1
- package/lib/factory/action/interact/inform.d.ts +1 -1
- package/lib/factory/action/interact/register.d.ts +1 -1
- package/lib/factory/action/interact/unRegister.d.ts +1 -1
- package/lib/factory/action/reserve.d.ts +2 -2
- package/lib/factory/action/trade/order.d.ts +2 -2
- package/lib/factory/action/trade/pay.d.ts +1 -1
- package/lib/factory/action/trade/refund.d.ts +1 -1
- package/lib/factory/action/transfer/give.d.ts +1 -1
- package/lib/factory/action/transfer/moneyTransfer.d.ts +2 -2
- package/lib/factory/action/transfer/print.d.ts +1 -1
- package/lib/factory/action/transfer/return/paymentMethod.d.ts +1 -1
- package/lib/factory/action/transfer/return/pointAward.d.ts +1 -1
- package/lib/factory/action/transfer/return/reservation.d.ts +2 -2
- package/lib/factory/action/transfer/return.d.ts +1 -1
- package/lib/factory/action/transfer/send.d.ts +1 -1
- package/lib/factory/action/update/delete.d.ts +1 -1
- package/lib/factory/action.d.ts +3 -3
- package/lib/factory/actionStatusType.d.ts +1 -2
- package/lib/factory/actionStatusType.js +2 -2
- package/lib/factory/actionType.d.ts +1 -2
- package/lib/factory/actionType.js +2 -2
- package/lib/factory/assetTransaction/cancelReservation.d.ts +1 -1
- package/lib/factory/assetTransaction/moneyTransfer.d.ts +1 -1
- package/lib/factory/assetTransaction/pay.d.ts +2 -2
- package/lib/factory/assetTransaction/refund.d.ts +1 -1
- package/lib/factory/assetTransaction/registerService.d.ts +2 -2
- package/lib/factory/assetTransaction/reserve.d.ts +3 -3
- package/lib/factory/assetTransaction.d.ts +4 -4
- package/lib/factory/assetTransactionType.d.ts +2 -3
- package/lib/factory/assetTransactionType.js +3 -3
- package/lib/factory/authorization.d.ts +1 -1
- package/lib/factory/creativeWork/message/email.d.ts +1 -1
- package/lib/factory/creativeWork/movie.d.ts +1 -1
- package/lib/factory/creativeWork/softwareApplication/webApplication.d.ts +1 -1
- package/lib/factory/creativeWork.d.ts +1 -1
- package/lib/factory/creativeWorkType.d.ts +1 -2
- package/lib/factory/creativeWorkType.js +2 -2
- package/lib/factory/customer.d.ts +2 -2
- package/lib/factory/encodingFormat.js +2 -2
- package/lib/factory/error/alreadyInUse.d.ts +1 -1
- package/lib/factory/error/alreadyInUse.js +3 -2
- package/lib/factory/error/argument.d.ts +1 -1
- package/lib/factory/error/argument.js +3 -2
- package/lib/factory/error/argumentNull.d.ts +1 -1
- package/lib/factory/error/argumentNull.js +3 -2
- package/lib/factory/error/chevre.d.ts +1 -1
- package/lib/factory/error/forbidden.d.ts +1 -1
- package/lib/factory/error/forbidden.js +3 -2
- package/lib/factory/error/gatewayTimeout.d.ts +1 -1
- package/lib/factory/error/gatewayTimeout.js +3 -2
- package/lib/factory/error/notFound.d.ts +1 -1
- package/lib/factory/error/notFound.js +3 -2
- package/lib/factory/error/notImplemented.d.ts +1 -1
- package/lib/factory/error/notImplemented.js +3 -2
- package/lib/factory/error/rateLimitExceeded.d.ts +1 -1
- package/lib/factory/error/rateLimitExceeded.js +3 -2
- package/lib/factory/error/serviceUnavailable.d.ts +1 -1
- package/lib/factory/error/serviceUnavailable.js +3 -2
- package/lib/factory/error/unauthorized.d.ts +1 -1
- package/lib/factory/error/unauthorized.js +3 -2
- package/lib/factory/errorCode.d.ts +1 -2
- package/lib/factory/errorCode.js +3 -3
- package/lib/factory/errors.d.ts +10 -10
- package/lib/factory/errors.js +10 -10
- package/lib/factory/event/screeningEvent.d.ts +23 -12
- package/lib/factory/event/screeningEventSeries.d.ts +11 -6
- package/lib/factory/event.d.ts +4 -4
- package/lib/factory/eventStatusType.d.ts +1 -2
- package/lib/factory/eventStatusType.js +3 -3
- package/lib/factory/eventType.d.ts +1 -2
- package/lib/factory/eventType.js +2 -2
- package/lib/factory/iam.d.ts +2 -2
- package/lib/factory/invoice.d.ts +3 -3
- package/lib/factory/itemAvailability.d.ts +1 -2
- package/lib/factory/itemAvailability.js +3 -3
- package/lib/factory/multilingualString.d.ts +1 -2
- package/lib/factory/offer.d.ts +6 -6
- package/lib/factory/offerCatalog.d.ts +3 -3
- package/lib/factory/offerType.d.ts +1 -2
- package/lib/factory/offerType.js +3 -2
- package/lib/factory/order.d.ts +18 -9
- package/lib/factory/orderStatus.d.ts +1 -2
- package/lib/factory/orderStatus.js +2 -2
- package/lib/factory/organization.d.ts +1 -1
- package/lib/factory/ownershipInfo.d.ts +2 -2
- package/lib/factory/paymentMethod/paymentCard/movieTicket.d.ts +1 -1
- package/lib/factory/paymentStatusType.d.ts +1 -2
- package/lib/factory/paymentStatusType.js +2 -2
- package/lib/factory/person.d.ts +1 -1
- package/lib/factory/personType.d.ts +1 -2
- package/lib/factory/personType.js +3 -3
- package/lib/factory/place/movieTheater.d.ts +3 -3
- package/lib/factory/place/screeningRoom.d.ts +1 -1
- package/lib/factory/place/seat.d.ts +2 -2
- package/lib/factory/place.d.ts +1 -1
- package/lib/factory/priceCurrency.d.ts +1 -2
- package/lib/factory/priceCurrency.js +2 -2
- package/lib/factory/priceSpecification/categoryCodeChargeSpecification.d.ts +1 -1
- package/lib/factory/priceSpecification/compoundPriceSpecification.d.ts +1 -1
- package/lib/factory/priceSpecification/movieTicketTypeChargeSpecification.d.ts +1 -1
- package/lib/factory/priceSpecification/unitPriceSpecification.d.ts +1 -1
- package/lib/factory/priceSpecification.d.ts +4 -4
- package/lib/factory/priceSpecificationType.d.ts +1 -2
- package/lib/factory/priceSpecificationType.js +2 -2
- package/lib/factory/product.d.ts +2 -2
- package/lib/factory/project.d.ts +1 -1
- package/lib/factory/reservation/event.d.ts +4 -5
- package/lib/factory/reservation/reservationPackage.d.ts +2 -2
- package/lib/factory/reservation.d.ts +7 -7
- package/lib/factory/reservationStatusType.d.ts +1 -2
- package/lib/factory/reservationStatusType.js +2 -2
- package/lib/factory/reservationType.d.ts +1 -2
- package/lib/factory/reservationType.js +2 -2
- package/lib/factory/seller.d.ts +1 -1
- package/lib/factory/sortType.d.ts +1 -2
- package/lib/factory/sortType.js +2 -2
- package/lib/factory/task/accountMoneyTransfer.d.ts +1 -1
- package/lib/factory/task/aggregateScreeningEvent.d.ts +2 -2
- package/lib/factory/task/aggregateUseActionsOnEvent.d.ts +2 -2
- package/lib/factory/task/cancelAccountMoneyTransfer.d.ts +3 -3
- package/lib/factory/task/cancelMoneyTransfer.d.ts +2 -2
- package/lib/factory/task/cancelPendingReservation.d.ts +1 -1
- package/lib/factory/task/cancelReservation.d.ts +1 -1
- package/lib/factory/task/confirmCancelReserve.d.ts +2 -2
- package/lib/factory/task/confirmMoneyTransfer.d.ts +1 -1
- package/lib/factory/task/confirmPay.d.ts +1 -1
- package/lib/factory/task/confirmRefund.d.ts +1 -1
- package/lib/factory/task/confirmRegisterService.d.ts +1 -1
- package/lib/factory/task/confirmReservation.d.ts +1 -1
- package/lib/factory/task/deleteAuthorization.d.ts +1 -1
- package/lib/factory/task/deleteMember.d.ts +1 -1
- package/lib/factory/task/deleteOrder.d.ts +1 -1
- package/lib/factory/task/deleteTransaction.d.ts +1 -1
- package/lib/factory/task/givePointAward.d.ts +1 -1
- package/lib/factory/task/importEventCapacitiesFromCOA.d.ts +1 -1
- package/lib/factory/task/importEventsFromCOA.d.ts +1 -1
- package/lib/factory/task/importOffersFromCOA.d.ts +1 -1
- package/lib/factory/task/moneyTransfer.d.ts +1 -1
- package/lib/factory/task/orderProgramMembership.d.ts +2 -2
- package/lib/factory/task/pay.d.ts +1 -1
- package/lib/factory/task/placeOrder.d.ts +1 -1
- package/lib/factory/task/refund.d.ts +1 -1
- package/lib/factory/task/registerService.d.ts +1 -1
- package/lib/factory/task/reserve.d.ts +1 -1
- package/lib/factory/task/returnMoneyTransfer.d.ts +1 -1
- package/lib/factory/task/returnOrder.d.ts +1 -1
- package/lib/factory/task/returnPointAward.d.ts +1 -1
- package/lib/factory/task/sendEmailMessage.d.ts +1 -1
- package/lib/factory/task/sendOrder.d.ts +1 -1
- package/lib/factory/task/triggerWebhook.d.ts +1 -1
- package/lib/factory/task/voidMoneyTransferTransaction.d.ts +1 -1
- package/lib/factory/task/voidPayTransaction.d.ts +1 -1
- package/lib/factory/task/voidPayment.d.ts +1 -1
- package/lib/factory/task/voidRegisterServiceTransaction.d.ts +1 -1
- package/lib/factory/task/voidReserveTransaction.d.ts +1 -1
- package/lib/factory/task.d.ts +3 -3
- package/lib/factory/taskName.d.ts +1 -2
- package/lib/factory/taskName.js +2 -2
- package/lib/factory/taskStatus.d.ts +1 -2
- package/lib/factory/taskStatus.js +2 -2
- package/lib/factory/thing.d.ts +1 -1
- package/lib/factory/transaction/moneyTransfer.d.ts +2 -2
- package/lib/factory/transaction/placeOrder.d.ts +1 -1
- package/lib/factory/transaction/returnOrder.d.ts +1 -1
- package/lib/factory/transaction.d.ts +5 -5
- package/lib/factory/transactionStatusType.d.ts +1 -2
- package/lib/factory/transactionStatusType.js +3 -3
- package/lib/factory/transactionTasksExportationStatus.d.ts +1 -2
- package/lib/factory/transactionTasksExportationStatus.js +3 -3
- package/lib/factory/transactionType.d.ts +1 -2
- package/lib/factory/transactionType.js +2 -2
- package/package.json +1 -1
package/lib/chevre.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import * as cognito from './cognito';
|
|
|
6
6
|
export import cognito = cognito;
|
|
7
7
|
export import waiter = waiter;
|
|
8
8
|
import * as AccountFactory from './factory/account';
|
|
9
|
-
import AccountStatusType from './factory/accountStatusType';
|
|
9
|
+
import { AccountStatusType } from './factory/accountStatusType';
|
|
10
10
|
import * as ActionFactory from './factory/action';
|
|
11
11
|
import * as AuthorizeActionFactory from './factory/action/authorize';
|
|
12
12
|
import * as PointAwardAuthorizeActionFactory from './factory/action/authorize/award/point';
|
|
@@ -46,8 +46,8 @@ import * as SendEmailMessageActionFactory from './factory/action/transfer/send/m
|
|
|
46
46
|
import * as SendOrderActionFactory from './factory/action/transfer/send/order';
|
|
47
47
|
import * as DeleteActionFactory from './factory/action/update/delete';
|
|
48
48
|
import * as DeleteMemberActionFactory from './factory/action/update/delete/member';
|
|
49
|
-
import ActionStatusType from './factory/actionStatusType';
|
|
50
|
-
import ActionType from './factory/actionType';
|
|
49
|
+
import { ActionStatusType } from './factory/actionStatusType';
|
|
50
|
+
import { ActionType } from './factory/actionType';
|
|
51
51
|
import * as AccountTitleFactory from './factory/accountTitle';
|
|
52
52
|
import { AccountType } from './factory/accountType';
|
|
53
53
|
import * as AuthorizationFactory from './factory/authorization';
|
|
@@ -57,48 +57,48 @@ import * as CreativeWorkFactory from './factory/creativeWork';
|
|
|
57
57
|
import * as EmailMessageFactory from './factory/creativeWork/message/email';
|
|
58
58
|
import * as MovieCreativeWorkFactory from './factory/creativeWork/movie';
|
|
59
59
|
import * as WebApplicationFactory from './factory/creativeWork/softwareApplication/webApplication';
|
|
60
|
-
import CreativeWorkType from './factory/creativeWorkType';
|
|
60
|
+
import { CreativeWorkType } from './factory/creativeWorkType';
|
|
61
61
|
import * as CustomerFactory from './factory/customer';
|
|
62
62
|
import * as EncodingFormat from './factory/encodingFormat';
|
|
63
63
|
import * as EventFactory from './factory/event';
|
|
64
64
|
import * as ScreeningEventFactory from './factory/event/screeningEvent';
|
|
65
65
|
import * as ScreeningEventSeriesFactory from './factory/event/screeningEventSeries';
|
|
66
|
-
import EventStatusType from './factory/eventStatusType';
|
|
67
|
-
import EventType from './factory/eventType';
|
|
66
|
+
import { EventStatusType } from './factory/eventStatusType';
|
|
67
|
+
import { EventType } from './factory/eventType';
|
|
68
68
|
import * as IAMFactory from './factory/iam';
|
|
69
69
|
import * as InvoiceFactory from './factory/invoice';
|
|
70
|
-
import ItemAvailability from './factory/itemAvailability';
|
|
70
|
+
import { ItemAvailability } from './factory/itemAvailability';
|
|
71
71
|
import * as LanguageFactory from './factory/language';
|
|
72
72
|
import * as MerchantReturnPolicyFactory from './factory/merchantReturnPolicy';
|
|
73
73
|
import * as MonetaryAmountFactory from './factory/monetaryAmount';
|
|
74
|
-
import IMultilingualString from './factory/multilingualString';
|
|
74
|
+
import { IMultilingualString } from './factory/multilingualString';
|
|
75
75
|
import * as OfferFactory from './factory/offer';
|
|
76
76
|
import * as OfferCatalogFactory from './factory/offerCatalog';
|
|
77
|
-
import OfferType from './factory/offerType';
|
|
77
|
+
import { OfferType } from './factory/offerType';
|
|
78
78
|
import * as OrderFactory from './factory/order';
|
|
79
|
-
import OrderStatus from './factory/orderStatus';
|
|
79
|
+
import { OrderStatus } from './factory/orderStatus';
|
|
80
80
|
import * as OrganizationFactory from './factory/organization';
|
|
81
81
|
import { OrganizationType } from './factory/organizationType';
|
|
82
82
|
import * as OwnershipInfoFactory from './factory/ownershipInfo';
|
|
83
83
|
import * as PaymentCardFactory from './factory/paymentMethod/paymentCard';
|
|
84
84
|
import * as CreditCardFactory from './factory/paymentMethod/paymentCard/creditCard';
|
|
85
85
|
import * as MovieTicketFactory from './factory/paymentMethod/paymentCard/movieTicket';
|
|
86
|
-
import PaymentStatusType from './factory/paymentStatusType';
|
|
86
|
+
import { PaymentStatusType } from './factory/paymentStatusType';
|
|
87
87
|
import * as PermitFactory from './factory/permit';
|
|
88
88
|
import * as PersonFactory from './factory/person';
|
|
89
|
-
import PersonType from './factory/personType';
|
|
89
|
+
import { PersonType } from './factory/personType';
|
|
90
90
|
import * as MovieTheaterPlaceFactory from './factory/place/movieTheater';
|
|
91
91
|
import * as ScreeningRoomPlaceFactory from './factory/place/screeningRoom';
|
|
92
92
|
import * as ScreeningRoomSectionPlaceFactory from './factory/place/screeningRoomSection';
|
|
93
93
|
import * as SeatPlaceFactory from './factory/place/seat';
|
|
94
94
|
import { PlaceType } from './factory/placeType';
|
|
95
|
-
import PriceCurrency from './factory/priceCurrency';
|
|
95
|
+
import { PriceCurrency } from './factory/priceCurrency';
|
|
96
96
|
import * as PriceSpecificationFactory from './factory/priceSpecification';
|
|
97
97
|
import * as CategoryCodeChargeSpecificationFactory from './factory/priceSpecification/categoryCodeChargeSpecification';
|
|
98
98
|
import * as CompoundPriceSpecificationFactory from './factory/priceSpecification/compoundPriceSpecification';
|
|
99
99
|
import * as MovieTicketTypeChargeSpecificationFactory from './factory/priceSpecification/movieTicketTypeChargeSpecification';
|
|
100
100
|
import * as UnitPriceSpecificationFactory from './factory/priceSpecification/unitPriceSpecification';
|
|
101
|
-
import PriceSpecificationType from './factory/priceSpecificationType';
|
|
101
|
+
import { PriceSpecificationType } from './factory/priceSpecificationType';
|
|
102
102
|
import * as ProductFactory from './factory/product';
|
|
103
103
|
import * as ProgramMembershipFactory from './factory/programMembership';
|
|
104
104
|
import * as project from './factory/project';
|
|
@@ -109,14 +109,14 @@ import * as AccountingReportFactory from './factory/report/accountingReport';
|
|
|
109
109
|
import * as ReservationFactory from './factory/reservation';
|
|
110
110
|
import * as EventReservationFactory from './factory/reservation/event';
|
|
111
111
|
import * as ReservationPackageFactory from './factory/reservation/reservationPackage';
|
|
112
|
-
import ReservationStatusType from './factory/reservationStatusType';
|
|
113
|
-
import ReservationType from './factory/reservationType';
|
|
112
|
+
import { ReservationStatusType } from './factory/reservationStatusType';
|
|
113
|
+
import { ReservationType } from './factory/reservationType';
|
|
114
114
|
import * as SellerFactory from './factory/seller';
|
|
115
115
|
import * as ServiceFactory from './factory/service';
|
|
116
116
|
import * as PaymentServiceFactory from './factory/service/paymentService';
|
|
117
117
|
import * as WebAPIServiceFactory from './factory/service/webAPI';
|
|
118
118
|
import * as ServiceTypeFactory from './factory/serviceType';
|
|
119
|
-
import SortType from './factory/sortType';
|
|
119
|
+
import { SortType } from './factory/sortType';
|
|
120
120
|
import * as ThingFactory from './factory/thing';
|
|
121
121
|
import { UnitCode } from './factory/unitCode';
|
|
122
122
|
import * as TaskFactory from './factory/task';
|
|
@@ -159,23 +159,23 @@ import * as VoidPaymentTaskFactory from './factory/task/voidPayment';
|
|
|
159
159
|
import * as VoidPayTransactionTaskFactory from './factory/task/voidPayTransaction';
|
|
160
160
|
import * as VoidRegisterServiceTransactionTaskFactory from './factory/task/voidRegisterServiceTransaction';
|
|
161
161
|
import * as VoidReserveTransactionTaskFactory from './factory/task/voidReserveTransaction';
|
|
162
|
-
import TaskName from './factory/taskName';
|
|
163
|
-
import TaskStatus from './factory/taskStatus';
|
|
162
|
+
import { TaskName } from './factory/taskName';
|
|
163
|
+
import { TaskStatus } from './factory/taskStatus';
|
|
164
164
|
import * as CancelReservationAssetTransactionFactory from './factory/assetTransaction/cancelReservation';
|
|
165
165
|
import * as MoneyTransferAssetTransactionFactory from './factory/assetTransaction/moneyTransfer';
|
|
166
166
|
import * as PayAssetTransactionFactory from './factory/assetTransaction/pay';
|
|
167
167
|
import * as RefundAssetTransactionFactory from './factory/assetTransaction/refund';
|
|
168
168
|
import * as RegisterServiceAssetTransactionFactory from './factory/assetTransaction/registerService';
|
|
169
169
|
import * as ReserveAssetTransactionFactory from './factory/assetTransaction/reserve';
|
|
170
|
-
import AssetTransactionType from './factory/assetTransactionType';
|
|
171
|
-
import TransactionStatusType from './factory/transactionStatusType';
|
|
172
|
-
import TransactionTasksExportationStatus from './factory/transactionTasksExportationStatus';
|
|
170
|
+
import { AssetTransactionType } from './factory/assetTransactionType';
|
|
171
|
+
import { TransactionStatusType } from './factory/transactionStatusType';
|
|
172
|
+
import { TransactionTasksExportationStatus } from './factory/transactionTasksExportationStatus';
|
|
173
173
|
import * as TransactionFactory from './factory/transaction';
|
|
174
174
|
import * as MoneyTransferTransactionFactory from './factory/transaction/moneyTransfer';
|
|
175
175
|
import * as PlaceOrderTransactionFactory from './factory/transaction/placeOrder';
|
|
176
176
|
import * as ReturnOrderTransactionFactory from './factory/transaction/returnOrder';
|
|
177
|
-
import TransactionType from './factory/transactionType';
|
|
178
|
-
import ErrorCode from './factory/errorCode';
|
|
177
|
+
import { TransactionType } from './factory/transactionType';
|
|
178
|
+
import { ErrorCode } from './factory/errorCode';
|
|
179
179
|
import * as errors from './factory/errors';
|
|
180
180
|
export import errors = errors;
|
|
181
181
|
export import errorCode = ErrorCode;
|
|
@@ -371,6 +371,7 @@ export declare namespace report {
|
|
|
371
371
|
export import accountingReport = AccountingReportFactory;
|
|
372
372
|
}
|
|
373
373
|
export declare namespace reservation {
|
|
374
|
+
export import eventReservation = EventReservationFactory;
|
|
374
375
|
type IBroker<T extends ReservationType> = T extends ReservationType.EventReservation ? ReservationFactory.IBroker : ReservationFactory.IBroker;
|
|
375
376
|
type IPriceSpecification<T extends ReservationType> = T extends ReservationType.EventReservation ? EventReservationFactory.IPriceSpecification : T extends ReservationType.ReservationPackage ? ReservationPackageFactory.IPriceSpecification : ReservationFactory.IPriceSpecification;
|
|
376
377
|
type IProgramMembershipUsed<T extends ReservationType> = T extends ReservationType.EventReservation ? ReservationFactory.IProgramMembershipUsed : ReservationFactory.IProgramMembershipUsed;
|
package/lib/chevre.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.qualitativeValue = exports.propertyValue = exports.project = exports.product = exports.programMembership = exports.priceSpecificationType = exports.priceSpecification = exports.placeType = exports.place = exports.priceCurrency = exports.personType = exports.person = exports.permit = exports.paymentStatusType = exports.paymentMethod = exports.ownershipInfo = exports.organizationType = exports.organization = exports.orderStatus = exports.order = exports.offerType = exports.offerCatalog = exports.offer = exports.monetaryAmount = exports.merchantReturnPolicy = exports.language = exports.itemAvailability = exports.invoice = exports.iam = exports.eventType = exports.eventStatusType = exports.encodingFormat = exports.event = exports.customer = exports.creativeWorkType = exports.creativeWork = exports.clientUser = exports.categoryCode = exports.authorization = exports.accountType = exports.accountTitle = exports.action = exports.actionType = exports.actionStatusType = exports.accountStatusType = exports.account = exports.errorCode = exports.errors = exports.waiter = exports.cognito = void 0;
|
|
4
|
-
exports.unitCode = exports.assetTransactionType = exports.transactionTasksExportationStatus = exports.transactionStatusType = exports.transactionType = exports.transaction = exports.assetTransaction = exports.thing = exports.taskStatus = exports.taskName = exports.sortType = exports.serviceType = exports.service = exports.task = exports.seller = exports.reservationType = exports.reservationStatusType = exports.report = exports.quantitativeValue = void 0;
|
|
4
|
+
exports.unitCode = exports.assetTransactionType = exports.transactionTasksExportationStatus = exports.transactionStatusType = exports.transactionType = exports.transaction = exports.assetTransaction = exports.thing = exports.taskStatus = exports.taskName = exports.sortType = exports.serviceType = exports.service = exports.task = exports.seller = exports.reservationType = exports.reservationStatusType = exports.reservation = exports.report = exports.quantitativeValue = void 0;
|
|
5
5
|
/**
|
|
6
6
|
* factory
|
|
7
7
|
*/
|
|
@@ -94,6 +94,7 @@ var PropertyValueFactory = require("./factory/propertyValue");
|
|
|
94
94
|
var QualitativeValueFactory = require("./factory/qualitativeValue");
|
|
95
95
|
var QuantitativeValueFactory = require("./factory/quantitativeValue");
|
|
96
96
|
var AccountingReportFactory = require("./factory/report/accountingReport");
|
|
97
|
+
var EventReservationFactory = require("./factory/reservation/event");
|
|
97
98
|
var reservationStatusType_1 = require("./factory/reservationStatusType");
|
|
98
99
|
var reservationType_1 = require("./factory/reservationType");
|
|
99
100
|
var SellerFactory = require("./factory/seller");
|
|
@@ -141,11 +142,11 @@ var transactionType_1 = require("./factory/transactionType");
|
|
|
141
142
|
var errorCode_1 = require("./factory/errorCode");
|
|
142
143
|
var errors = require("./factory/errors");
|
|
143
144
|
exports.errors = errors;
|
|
144
|
-
exports.errorCode = errorCode_1.
|
|
145
|
+
exports.errorCode = errorCode_1.ErrorCode;
|
|
145
146
|
exports.account = AccountFactory;
|
|
146
|
-
exports.accountStatusType = accountStatusType_1.
|
|
147
|
-
exports.actionStatusType = actionStatusType_1.
|
|
148
|
-
exports.actionType = actionType_1.
|
|
147
|
+
exports.accountStatusType = accountStatusType_1.AccountStatusType;
|
|
148
|
+
exports.actionStatusType = actionStatusType_1.ActionStatusType;
|
|
149
|
+
exports.actionType = actionType_1.ActionType;
|
|
149
150
|
var action;
|
|
150
151
|
(function (action) {
|
|
151
152
|
var authorize;
|
|
@@ -286,7 +287,7 @@ var creativeWork;
|
|
|
286
287
|
softwareApplication.webApplication = WebApplicationFactory;
|
|
287
288
|
})(softwareApplication = creativeWork.softwareApplication || (creativeWork.softwareApplication = {}));
|
|
288
289
|
})(creativeWork = exports.creativeWork || (exports.creativeWork = {}));
|
|
289
|
-
exports.creativeWorkType = creativeWorkType_1.
|
|
290
|
+
exports.creativeWorkType = creativeWorkType_1.CreativeWorkType;
|
|
290
291
|
exports.customer = CustomerFactory;
|
|
291
292
|
var event;
|
|
292
293
|
(function (event) {
|
|
@@ -294,19 +295,19 @@ var event;
|
|
|
294
295
|
event.screeningEventSeries = ScreeningEventSeriesFactory;
|
|
295
296
|
})(event = exports.event || (exports.event = {}));
|
|
296
297
|
exports.encodingFormat = EncodingFormat;
|
|
297
|
-
exports.eventStatusType = eventStatusType_1.
|
|
298
|
-
exports.eventType = eventType_1.
|
|
298
|
+
exports.eventStatusType = eventStatusType_1.EventStatusType;
|
|
299
|
+
exports.eventType = eventType_1.EventType;
|
|
299
300
|
exports.iam = IAMFactory;
|
|
300
301
|
exports.invoice = InvoiceFactory;
|
|
301
|
-
exports.itemAvailability = itemAvailability_1.
|
|
302
|
+
exports.itemAvailability = itemAvailability_1.ItemAvailability;
|
|
302
303
|
exports.language = LanguageFactory;
|
|
303
304
|
exports.merchantReturnPolicy = MerchantReturnPolicyFactory;
|
|
304
305
|
exports.monetaryAmount = MonetaryAmountFactory;
|
|
305
306
|
exports.offer = OfferFactory;
|
|
306
307
|
exports.offerCatalog = OfferCatalogFactory;
|
|
307
|
-
exports.offerType = offerType_1.
|
|
308
|
+
exports.offerType = offerType_1.OfferType;
|
|
308
309
|
exports.order = OrderFactory;
|
|
309
|
-
exports.orderStatus = orderStatus_1.
|
|
310
|
+
exports.orderStatus = orderStatus_1.OrderStatus;
|
|
310
311
|
exports.organization = OrganizationFactory;
|
|
311
312
|
exports.organizationType = organizationType_1.OrganizationType;
|
|
312
313
|
exports.ownershipInfo = OwnershipInfoFactory;
|
|
@@ -318,11 +319,11 @@ var paymentMethod;
|
|
|
318
319
|
paymentCard.movieTicket = MovieTicketFactory;
|
|
319
320
|
})(paymentCard = paymentMethod.paymentCard || (paymentMethod.paymentCard = {}));
|
|
320
321
|
})(paymentMethod = exports.paymentMethod || (exports.paymentMethod = {}));
|
|
321
|
-
exports.paymentStatusType = paymentStatusType_1.
|
|
322
|
+
exports.paymentStatusType = paymentStatusType_1.PaymentStatusType;
|
|
322
323
|
exports.permit = PermitFactory;
|
|
323
324
|
exports.person = PersonFactory;
|
|
324
|
-
exports.personType = personType_1.
|
|
325
|
-
exports.priceCurrency = priceCurrency_1.
|
|
325
|
+
exports.personType = personType_1.PersonType;
|
|
326
|
+
exports.priceCurrency = priceCurrency_1.PriceCurrency;
|
|
326
327
|
var place;
|
|
327
328
|
(function (place) {
|
|
328
329
|
place.movieTheater = MovieTheaterPlaceFactory;
|
|
@@ -334,7 +335,7 @@ exports.placeType = placeType_1.PlaceType;
|
|
|
334
335
|
var priceSpecification;
|
|
335
336
|
(function (priceSpecification) {
|
|
336
337
|
})(priceSpecification = exports.priceSpecification || (exports.priceSpecification = {}));
|
|
337
|
-
exports.priceSpecificationType = priceSpecificationType_1.
|
|
338
|
+
exports.priceSpecificationType = priceSpecificationType_1.PriceSpecificationType;
|
|
338
339
|
exports.programMembership = ProgramMembershipFactory;
|
|
339
340
|
exports.product = ProductFactory;
|
|
340
341
|
exports.project = project;
|
|
@@ -345,8 +346,12 @@ var report;
|
|
|
345
346
|
(function (report) {
|
|
346
347
|
report.accountingReport = AccountingReportFactory;
|
|
347
348
|
})(report = exports.report || (exports.report = {}));
|
|
348
|
-
|
|
349
|
-
|
|
349
|
+
var reservation;
|
|
350
|
+
(function (reservation) {
|
|
351
|
+
reservation.eventReservation = EventReservationFactory;
|
|
352
|
+
})(reservation = exports.reservation || (exports.reservation = {}));
|
|
353
|
+
exports.reservationStatusType = reservationStatusType_1.ReservationStatusType;
|
|
354
|
+
exports.reservationType = reservationType_1.ReservationType;
|
|
350
355
|
exports.seller = SellerFactory;
|
|
351
356
|
var task;
|
|
352
357
|
(function (task) {
|
|
@@ -381,9 +386,9 @@ var service;
|
|
|
381
386
|
service.webAPI = WebAPIServiceFactory;
|
|
382
387
|
})(service = exports.service || (exports.service = {}));
|
|
383
388
|
exports.serviceType = ServiceTypeFactory;
|
|
384
|
-
exports.sortType = sortType_1.
|
|
385
|
-
exports.taskName = taskName_1.
|
|
386
|
-
exports.taskStatus = taskStatus_1.
|
|
389
|
+
exports.sortType = sortType_1.SortType;
|
|
390
|
+
exports.taskName = taskName_1.TaskName;
|
|
391
|
+
exports.taskStatus = taskStatus_1.TaskStatus;
|
|
387
392
|
exports.thing = ThingFactory;
|
|
388
393
|
var assetTransaction;
|
|
389
394
|
(function (assetTransaction) {
|
|
@@ -400,8 +405,8 @@ var transaction;
|
|
|
400
405
|
transaction.placeOrder = PlaceOrderTransactionFactory;
|
|
401
406
|
transaction.returnOrder = ReturnOrderTransactionFactory;
|
|
402
407
|
})(transaction = exports.transaction || (exports.transaction = {}));
|
|
403
|
-
exports.transactionType = transactionType_1.
|
|
404
|
-
exports.transactionStatusType = transactionStatusType_1.
|
|
405
|
-
exports.transactionTasksExportationStatus = transactionTasksExportationStatus_1.
|
|
406
|
-
exports.assetTransactionType = assetTransactionType_1.
|
|
408
|
+
exports.transactionType = transactionType_1.TransactionType;
|
|
409
|
+
exports.transactionStatusType = transactionStatusType_1.TransactionStatusType;
|
|
410
|
+
exports.transactionTasksExportationStatus = transactionTasksExportationStatus_1.TransactionTasksExportationStatus;
|
|
411
|
+
exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
|
|
407
412
|
exports.unitCode = unitCode_1.UnitCode;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as ActionFactory from '../../action';
|
|
2
|
-
import ActionStatusType from '../../actionStatusType';
|
|
3
|
-
import ActionType from '../../actionType';
|
|
2
|
+
import { ActionStatusType } from '../../actionStatusType';
|
|
3
|
+
import { ActionType } from '../../actionType';
|
|
4
4
|
import { IMonetaryAmount } from '../../monetaryAmount';
|
|
5
|
-
import SortType from '../../sortType';
|
|
5
|
+
import { SortType } from '../../sortType';
|
|
6
6
|
import { IThing } from '../../thing';
|
|
7
|
-
import
|
|
7
|
+
import { AccountTransactionType } from '../transactionType';
|
|
8
8
|
export declare type IAgent = ActionFactory.IParticipant;
|
|
9
9
|
export declare type IRecipient = ActionFactory.IParticipant;
|
|
10
10
|
/**
|
|
@@ -53,7 +53,7 @@ export interface IPurpose {
|
|
|
53
53
|
/**
|
|
54
54
|
* 取引タイプ
|
|
55
55
|
*/
|
|
56
|
-
typeOf:
|
|
56
|
+
typeOf: AccountTransactionType;
|
|
57
57
|
/**
|
|
58
58
|
* 取引ID
|
|
59
59
|
*/
|
|
@@ -2,14 +2,14 @@ import { IExtendId } from '../../autoGenerated';
|
|
|
2
2
|
import { IClientUser } from '../../clientUser';
|
|
3
3
|
import { IAccount, IAnonymousLocation, IAttributes as IMoneyTransferActionAttributes } from '../action/moneyTransfer';
|
|
4
4
|
import * as TransactionFactory from '../transaction';
|
|
5
|
-
import
|
|
5
|
+
import { AccountTransactionType } from '../transactionType';
|
|
6
6
|
export declare type IRecipient = TransactionFactory.IRecipient;
|
|
7
7
|
export declare type IAgent = TransactionFactory.IAgent;
|
|
8
|
-
export declare type IStartParamsWithoutDetail = TransactionFactory.IStartParams<
|
|
8
|
+
export declare type IStartParamsWithoutDetail = TransactionFactory.IStartParams<AccountTransactionType.Deposit, IAgent, IRecipient, IObjectWithoutDetail>;
|
|
9
9
|
/**
|
|
10
10
|
* 取引開始パラメーターインターフェース
|
|
11
11
|
*/
|
|
12
|
-
export declare type IStartParams = TransactionFactory.IStartParams<
|
|
12
|
+
export declare type IStartParams = TransactionFactory.IStartParams<AccountTransactionType.Deposit, IAgent, IRecipient, IObject>;
|
|
13
13
|
export declare type IResult = any;
|
|
14
14
|
/**
|
|
15
15
|
* エラーインターフェース
|
|
@@ -2,14 +2,14 @@ import { IExtendId } from '../../autoGenerated';
|
|
|
2
2
|
import { IClientUser } from '../../clientUser';
|
|
3
3
|
import { IAccount, IAttributes as IMoneyTransferActionAttributes } from '../action/moneyTransfer';
|
|
4
4
|
import * as TransactionFactory from '../transaction';
|
|
5
|
-
import
|
|
5
|
+
import { AccountTransactionType } from '../transactionType';
|
|
6
6
|
export declare type IRecipient = TransactionFactory.IRecipient;
|
|
7
7
|
export declare type IAgent = TransactionFactory.IAgent;
|
|
8
|
-
export declare type IStartParamsWithoutDetail = TransactionFactory.IStartParams<
|
|
8
|
+
export declare type IStartParamsWithoutDetail = TransactionFactory.IStartParams<AccountTransactionType.Transfer, IAgent, IRecipient, IObjectWithoutDetail>;
|
|
9
9
|
/**
|
|
10
10
|
* 取引開始パラメーターインターフェース
|
|
11
11
|
*/
|
|
12
|
-
export declare type IStartParams = TransactionFactory.IStartParams<
|
|
12
|
+
export declare type IStartParams = TransactionFactory.IStartParams<AccountTransactionType.Transfer, IAgent, IRecipient, IObject>;
|
|
13
13
|
export declare type IResult = any;
|
|
14
14
|
/**
|
|
15
15
|
* エラーインターフェース
|
|
@@ -2,14 +2,14 @@ import { IExtendId } from '../../autoGenerated';
|
|
|
2
2
|
import { IClientUser } from '../../clientUser';
|
|
3
3
|
import { IAccount, IAnonymousLocation, IAttributes as IMoneyTransferActionAttributes } from '../action/moneyTransfer';
|
|
4
4
|
import * as TransactionFactory from '../transaction';
|
|
5
|
-
import
|
|
5
|
+
import { AccountTransactionType } from '../transactionType';
|
|
6
6
|
export declare type IRecipient = TransactionFactory.IRecipient;
|
|
7
7
|
export declare type IAgent = TransactionFactory.IAgent;
|
|
8
|
-
export declare type IStartParamsWithoutDetail = TransactionFactory.IStartParams<
|
|
8
|
+
export declare type IStartParamsWithoutDetail = TransactionFactory.IStartParams<AccountTransactionType.Withdraw, IAgent, IRecipient, IObjectWithoutDetail>;
|
|
9
9
|
/**
|
|
10
10
|
* 取引開始パラメーターインターフェース
|
|
11
11
|
*/
|
|
12
|
-
export declare type IStartParams = TransactionFactory.IStartParams<
|
|
12
|
+
export declare type IStartParams = TransactionFactory.IStartParams<AccountTransactionType.Withdraw, IAgent, IRecipient, IObject>;
|
|
13
13
|
export declare type IResult = any;
|
|
14
14
|
/**
|
|
15
15
|
* エラーインターフェース
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { IExtendId } from '../autoGenerated';
|
|
2
2
|
import { IProject } from '../project';
|
|
3
|
-
import TransactionStatusType from '../transactionStatusType';
|
|
4
|
-
import TransactionTasksExportationStatus from '../transactionTasksExportationStatus';
|
|
3
|
+
import { TransactionStatusType } from '../transactionStatusType';
|
|
4
|
+
import { TransactionTasksExportationStatus } from '../transactionTasksExportationStatus';
|
|
5
5
|
import * as MoneyTransferActionFactory from './action/moneyTransfer';
|
|
6
|
-
import
|
|
6
|
+
import { AccountTransactionType } from './transactionType';
|
|
7
7
|
export import IAgent = MoneyTransferActionFactory.IAgent;
|
|
8
8
|
export import IRecipient = MoneyTransferActionFactory.IRecipient;
|
|
9
9
|
export interface ISimpleAccount {
|
|
@@ -12,7 +12,7 @@ export interface ISimpleAccount {
|
|
|
12
12
|
/**
|
|
13
13
|
* 取引開始パラメーターインターフェース
|
|
14
14
|
*/
|
|
15
|
-
export interface IStartParams<T extends
|
|
15
|
+
export interface IStartParams<T extends AccountTransactionType, TAgent extends IAgent, TRecipient extends IRecipient, TObject> {
|
|
16
16
|
project: IProject;
|
|
17
17
|
/**
|
|
18
18
|
* 取引タイプ
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AccountTransactionType = void 0;
|
|
3
4
|
/**
|
|
4
|
-
*
|
|
5
|
+
* 口座取引タイプ
|
|
5
6
|
*/
|
|
6
|
-
var
|
|
7
|
-
(function (
|
|
7
|
+
var AccountTransactionType;
|
|
8
|
+
(function (AccountTransactionType) {
|
|
8
9
|
/**
|
|
9
10
|
* 出金取引
|
|
10
11
|
*/
|
|
11
|
-
|
|
12
|
+
AccountTransactionType["Withdraw"] = "Withdraw";
|
|
12
13
|
/**
|
|
13
14
|
* 入金取引
|
|
14
15
|
*/
|
|
15
|
-
|
|
16
|
+
AccountTransactionType["Deposit"] = "Deposit";
|
|
16
17
|
/**
|
|
17
18
|
* 転送取引
|
|
18
19
|
*/
|
|
19
|
-
|
|
20
|
-
})(
|
|
21
|
-
exports.default = TransactionType;
|
|
20
|
+
AccountTransactionType["Transfer"] = "Transfer";
|
|
21
|
+
})(AccountTransactionType = exports.AccountTransactionType || (exports.AccountTransactionType = {}));
|
package/lib/factory/account.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import AccountStatusType from './accountStatusType';
|
|
1
|
+
import { AccountTransactionType } from './account/transactionType';
|
|
2
|
+
import { AccountStatusType } from './accountStatusType';
|
|
3
3
|
import { AccountType } from './accountType';
|
|
4
4
|
import { IProject } from './project';
|
|
5
|
-
import SortType from './sortType';
|
|
5
|
+
import { SortType } from './sortType';
|
|
6
6
|
import * as MoneyTransferActionFactory from './account/action/moneyTransfer';
|
|
7
7
|
import * as TransactionFactory from './account/transaction';
|
|
8
8
|
import * as DepositTransactionFactory from './account/transaction/deposit';
|
|
@@ -12,21 +12,21 @@ export declare namespace action {
|
|
|
12
12
|
export import moneyTransfer = MoneyTransferActionFactory;
|
|
13
13
|
}
|
|
14
14
|
export declare namespace transaction {
|
|
15
|
-
type IStartParams<T extends
|
|
16
|
-
type IAttributes<T> = T extends
|
|
17
|
-
type ITransaction<T> = T extends
|
|
18
|
-
type IResult<T> = T extends
|
|
19
|
-
type IPotentialActions<T> = T extends
|
|
15
|
+
type IStartParams<T extends AccountTransactionType> = T extends AccountTransactionType.Deposit ? DepositTransactionFactory.IStartParams : T extends AccountTransactionType.Withdraw ? WithdrawTransactionFactory.IStartParams : T extends AccountTransactionType.Transfer ? TransferTransactionFactory.IStartParams : TransactionFactory.IStartParams<AccountTransactionType, any, any, any>;
|
|
16
|
+
type IAttributes<T> = T extends AccountTransactionType.Deposit ? DepositTransactionFactory.IAttributes : T extends AccountTransactionType.Withdraw ? WithdrawTransactionFactory.IAttributes : T extends AccountTransactionType.Transfer ? TransferTransactionFactory.IAttributes : TransactionFactory.IAttributes<any, any, any, any>;
|
|
17
|
+
type ITransaction<T> = T extends AccountTransactionType.Deposit ? DepositTransactionFactory.ITransaction : T extends AccountTransactionType.Withdraw ? WithdrawTransactionFactory.ITransaction : T extends AccountTransactionType.Transfer ? TransferTransactionFactory.ITransaction : TransactionFactory.ITransaction<any, any, any, any>;
|
|
18
|
+
type IResult<T> = T extends AccountTransactionType.Deposit ? DepositTransactionFactory.IResult : T extends AccountTransactionType.Withdraw ? WithdrawTransactionFactory.IResult : T extends AccountTransactionType.Transfer ? TransferTransactionFactory.IResult : any;
|
|
19
|
+
type IPotentialActions<T> = T extends AccountTransactionType.Deposit ? DepositTransactionFactory.IPotentialActions : T extends AccountTransactionType.Withdraw ? WithdrawTransactionFactory.IPotentialActions : T extends AccountTransactionType.Transfer ? TransferTransactionFactory.IPotentialActions : any;
|
|
20
20
|
export import withdraw = WithdrawTransactionFactory;
|
|
21
21
|
export import deposit = DepositTransactionFactory;
|
|
22
22
|
export import transfer = TransferTransactionFactory;
|
|
23
23
|
}
|
|
24
|
-
export import transactionType =
|
|
24
|
+
export import transactionType = AccountTransactionType;
|
|
25
25
|
/**
|
|
26
26
|
* 進行中取引インターフェース
|
|
27
27
|
*/
|
|
28
28
|
export interface IPendingTransaction {
|
|
29
|
-
typeOf:
|
|
29
|
+
typeOf: AccountTransactionType;
|
|
30
30
|
/**
|
|
31
31
|
* 取引ID
|
|
32
32
|
*/
|
package/lib/factory/account.js
CHANGED
|
@@ -16,4 +16,4 @@ var transaction;
|
|
|
16
16
|
transaction.deposit = DepositTransactionFactory;
|
|
17
17
|
transaction.transfer = TransferTransactionFactory;
|
|
18
18
|
})(transaction = exports.transaction || (exports.transaction = {}));
|
|
19
|
-
exports.transactionType = transactionType_1.
|
|
19
|
+
exports.transactionType = transactionType_1.AccountTransactionType;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AccountStatusType = void 0;
|
|
3
4
|
/**
|
|
4
5
|
* 口座ステータスタイプ
|
|
5
6
|
*/
|
|
@@ -13,5 +14,4 @@ var AccountStatusType;
|
|
|
13
14
|
* 解約済
|
|
14
15
|
*/
|
|
15
16
|
AccountStatusType["Closed"] = "Closed";
|
|
16
|
-
})(AccountStatusType || (AccountStatusType = {}));
|
|
17
|
-
exports.default = AccountStatusType;
|
|
17
|
+
})(AccountStatusType = exports.AccountStatusType || (exports.AccountStatusType = {}));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as ActionFactory from '../../../action';
|
|
2
|
-
import ActionType from '../../../actionType';
|
|
3
|
-
import TransactionType from '../../../transactionType';
|
|
2
|
+
import { ActionType } from '../../../actionType';
|
|
3
|
+
import { TransactionType } from '../../../transactionType';
|
|
4
4
|
import * as AuthorizeActionFactory from '../../authorize';
|
|
5
5
|
export declare type IAgent = ActionFactory.IParticipant;
|
|
6
6
|
export declare type IRecipient = ActionFactory.IParticipant;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as ActionFactory from '../../../action';
|
|
2
|
-
import ActionType from '../../../actionType';
|
|
2
|
+
import { ActionType } from '../../../actionType';
|
|
3
3
|
import { IOffer } from '../../../offer';
|
|
4
4
|
import * as OrderFactory from '../../../order';
|
|
5
|
-
import PriceCurrency from '../../../priceCurrency';
|
|
5
|
+
import { PriceCurrency } from '../../../priceCurrency';
|
|
6
6
|
import { ISeller } from '../../../seller';
|
|
7
|
-
import TransactionType from '../../../transactionType';
|
|
7
|
+
import { TransactionType } from '../../../transactionType';
|
|
8
8
|
import * as AuthorizeActionFactory from '../../authorize';
|
|
9
9
|
import { IPendingTransaction as ConfirmMoneyTransferPendingTransaction } from '../../interact/confirm/moneyTransfer';
|
|
10
10
|
export declare type IAgent = ActionFactory.IParticipant;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as ActionFactory from '../../../action';
|
|
2
|
-
import ActionType from '../../../actionType';
|
|
2
|
+
import { ActionType } from '../../../actionType';
|
|
3
3
|
import * as RegisterServiceTransactionFactory from '../../../assetTransaction/registerService';
|
|
4
4
|
import { IOffer } from '../../../offer';
|
|
5
5
|
import * as OrderFactory from '../../../order';
|
|
6
|
-
import PriceCurrency from '../../../priceCurrency';
|
|
6
|
+
import { PriceCurrency } from '../../../priceCurrency';
|
|
7
7
|
import { IProduct } from '../../../product';
|
|
8
8
|
import { ISeller } from '../../../seller';
|
|
9
|
-
import TransactionType from '../../../transactionType';
|
|
9
|
+
import { TransactionType } from '../../../transactionType';
|
|
10
10
|
import * as AuthorizeActionFactory from '../../authorize';
|
|
11
11
|
export declare type IAgent = ActionFactory.IParticipant;
|
|
12
12
|
export declare type IRecipient = ActionFactory.IParticipant;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as COA from '@motionpicture/coa-service';
|
|
2
2
|
import * as ActionFactory from '../../../action';
|
|
3
|
-
import ActionType from '../../../actionType';
|
|
3
|
+
import { ActionType } from '../../../actionType';
|
|
4
4
|
import * as ReserveTransactionFactory from '../../../assetTransaction/reserve';
|
|
5
|
-
import AssetTransactionType from '../../../assetTransactionType';
|
|
5
|
+
import { AssetTransactionType } from '../../../assetTransactionType';
|
|
6
6
|
import * as ScreeningEventFactory from '../../../event/screeningEvent';
|
|
7
7
|
import { IMonetaryAmount } from '../../../monetaryAmount';
|
|
8
8
|
import * as OfferFactory from '../../../offer';
|
|
9
9
|
import * as OrderFactory from '../../../order';
|
|
10
|
-
import PriceCurrency from '../../../priceCurrency';
|
|
10
|
+
import { PriceCurrency } from '../../../priceCurrency';
|
|
11
11
|
import * as WebAPIFactory from '../../../service/webAPI';
|
|
12
|
-
import TransactionType from '../../../transactionType';
|
|
12
|
+
import { TransactionType } from '../../../transactionType';
|
|
13
13
|
import * as AuthorizeActionFactory from '../../authorize';
|
|
14
14
|
export declare type IAgent = ActionFactory.IParticipant;
|
|
15
15
|
export declare type IRecipient = ActionFactory.IParticipant;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import * as ActionFactory from '../../../action';
|
|
2
2
|
import * as CheckMovieTicketActionFactory from '../../../action/check/paymentMethod/movieTicket';
|
|
3
3
|
import * as MoneyTransferActionFactory from '../../../action/transfer/moneyTransfer';
|
|
4
|
-
import ActionType from '../../../actionType';
|
|
4
|
+
import { ActionType } from '../../../actionType';
|
|
5
5
|
import * as PayTransactionFactory from '../../../assetTransaction/pay';
|
|
6
|
-
import AssetTransactionType from '../../../assetTransactionType';
|
|
6
|
+
import { AssetTransactionType } from '../../../assetTransactionType';
|
|
7
7
|
import { IMonetaryAmount } from '../../../monetaryAmount';
|
|
8
8
|
import * as CreditCardFactory from '../../../paymentMethod/paymentCard/creditCard';
|
|
9
9
|
import * as MovieTicketFactory from '../../../paymentMethod/paymentCard/movieTicket';
|
|
10
|
-
import PaymentStatusType from '../../../paymentStatusType';
|
|
10
|
+
import { PaymentStatusType } from '../../../paymentStatusType';
|
|
11
11
|
import { IPropertyValue } from '../../../propertyValue';
|
|
12
12
|
import { PaymentServiceType } from '../../../service/paymentService';
|
|
13
|
-
import TransactionType from '../../../transactionType';
|
|
13
|
+
import { TransactionType } from '../../../transactionType';
|
|
14
14
|
import * as AuthorizeActionFactory from '../../authorize';
|
|
15
15
|
export declare type IAgent = ActionFactory.IParticipant;
|
|
16
16
|
export declare type IRecipient = ActionFactory.IParticipant;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as ActionFactory from '../../action';
|
|
2
|
-
import ActionType from '../../actionType';
|
|
3
|
-
import AssetTransactionType from '../../assetTransactionType';
|
|
2
|
+
import { ActionType } from '../../actionType';
|
|
3
|
+
import { AssetTransactionType } from '../../assetTransactionType';
|
|
4
4
|
import { IReservation as IEventReservation } from '../../reservation/event';
|
|
5
5
|
import { IAttributes as IInformActionAttributes } from '../interact/inform';
|
|
6
6
|
/**
|