@chevre/factory 4.196.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 +23 -23
- package/lib/chevre.js +22 -22
- 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 +1 -1
- package/lib/factory/assetTransaction/refund.d.ts +1 -1
- package/lib/factory/assetTransaction/registerService.d.ts +1 -1
- 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 +4 -4
- package/lib/factory/event/screeningEventSeries.d.ts +3 -3
- 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 +5 -5
- package/lib/factory/offerCatalog.d.ts +2 -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 +1 -1
- 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 +6 -6
- 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
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;
|
package/lib/chevre.js
CHANGED
|
@@ -142,11 +142,11 @@ var transactionType_1 = require("./factory/transactionType");
|
|
|
142
142
|
var errorCode_1 = require("./factory/errorCode");
|
|
143
143
|
var errors = require("./factory/errors");
|
|
144
144
|
exports.errors = errors;
|
|
145
|
-
exports.errorCode = errorCode_1.
|
|
145
|
+
exports.errorCode = errorCode_1.ErrorCode;
|
|
146
146
|
exports.account = AccountFactory;
|
|
147
|
-
exports.accountStatusType = accountStatusType_1.
|
|
148
|
-
exports.actionStatusType = actionStatusType_1.
|
|
149
|
-
exports.actionType = actionType_1.
|
|
147
|
+
exports.accountStatusType = accountStatusType_1.AccountStatusType;
|
|
148
|
+
exports.actionStatusType = actionStatusType_1.ActionStatusType;
|
|
149
|
+
exports.actionType = actionType_1.ActionType;
|
|
150
150
|
var action;
|
|
151
151
|
(function (action) {
|
|
152
152
|
var authorize;
|
|
@@ -287,7 +287,7 @@ var creativeWork;
|
|
|
287
287
|
softwareApplication.webApplication = WebApplicationFactory;
|
|
288
288
|
})(softwareApplication = creativeWork.softwareApplication || (creativeWork.softwareApplication = {}));
|
|
289
289
|
})(creativeWork = exports.creativeWork || (exports.creativeWork = {}));
|
|
290
|
-
exports.creativeWorkType = creativeWorkType_1.
|
|
290
|
+
exports.creativeWorkType = creativeWorkType_1.CreativeWorkType;
|
|
291
291
|
exports.customer = CustomerFactory;
|
|
292
292
|
var event;
|
|
293
293
|
(function (event) {
|
|
@@ -295,11 +295,11 @@ var event;
|
|
|
295
295
|
event.screeningEventSeries = ScreeningEventSeriesFactory;
|
|
296
296
|
})(event = exports.event || (exports.event = {}));
|
|
297
297
|
exports.encodingFormat = EncodingFormat;
|
|
298
|
-
exports.eventStatusType = eventStatusType_1.
|
|
299
|
-
exports.eventType = eventType_1.
|
|
298
|
+
exports.eventStatusType = eventStatusType_1.EventStatusType;
|
|
299
|
+
exports.eventType = eventType_1.EventType;
|
|
300
300
|
exports.iam = IAMFactory;
|
|
301
301
|
exports.invoice = InvoiceFactory;
|
|
302
|
-
exports.itemAvailability = itemAvailability_1.
|
|
302
|
+
exports.itemAvailability = itemAvailability_1.ItemAvailability;
|
|
303
303
|
exports.language = LanguageFactory;
|
|
304
304
|
exports.merchantReturnPolicy = MerchantReturnPolicyFactory;
|
|
305
305
|
exports.monetaryAmount = MonetaryAmountFactory;
|
|
@@ -307,7 +307,7 @@ exports.offer = OfferFactory;
|
|
|
307
307
|
exports.offerCatalog = OfferCatalogFactory;
|
|
308
308
|
exports.offerType = offerType_1.OfferType;
|
|
309
309
|
exports.order = OrderFactory;
|
|
310
|
-
exports.orderStatus = orderStatus_1.
|
|
310
|
+
exports.orderStatus = orderStatus_1.OrderStatus;
|
|
311
311
|
exports.organization = OrganizationFactory;
|
|
312
312
|
exports.organizationType = organizationType_1.OrganizationType;
|
|
313
313
|
exports.ownershipInfo = OwnershipInfoFactory;
|
|
@@ -319,11 +319,11 @@ var paymentMethod;
|
|
|
319
319
|
paymentCard.movieTicket = MovieTicketFactory;
|
|
320
320
|
})(paymentCard = paymentMethod.paymentCard || (paymentMethod.paymentCard = {}));
|
|
321
321
|
})(paymentMethod = exports.paymentMethod || (exports.paymentMethod = {}));
|
|
322
|
-
exports.paymentStatusType = paymentStatusType_1.
|
|
322
|
+
exports.paymentStatusType = paymentStatusType_1.PaymentStatusType;
|
|
323
323
|
exports.permit = PermitFactory;
|
|
324
324
|
exports.person = PersonFactory;
|
|
325
|
-
exports.personType = personType_1.
|
|
326
|
-
exports.priceCurrency = priceCurrency_1.
|
|
325
|
+
exports.personType = personType_1.PersonType;
|
|
326
|
+
exports.priceCurrency = priceCurrency_1.PriceCurrency;
|
|
327
327
|
var place;
|
|
328
328
|
(function (place) {
|
|
329
329
|
place.movieTheater = MovieTheaterPlaceFactory;
|
|
@@ -335,7 +335,7 @@ exports.placeType = placeType_1.PlaceType;
|
|
|
335
335
|
var priceSpecification;
|
|
336
336
|
(function (priceSpecification) {
|
|
337
337
|
})(priceSpecification = exports.priceSpecification || (exports.priceSpecification = {}));
|
|
338
|
-
exports.priceSpecificationType = priceSpecificationType_1.
|
|
338
|
+
exports.priceSpecificationType = priceSpecificationType_1.PriceSpecificationType;
|
|
339
339
|
exports.programMembership = ProgramMembershipFactory;
|
|
340
340
|
exports.product = ProductFactory;
|
|
341
341
|
exports.project = project;
|
|
@@ -350,8 +350,8 @@ var reservation;
|
|
|
350
350
|
(function (reservation) {
|
|
351
351
|
reservation.eventReservation = EventReservationFactory;
|
|
352
352
|
})(reservation = exports.reservation || (exports.reservation = {}));
|
|
353
|
-
exports.reservationStatusType = reservationStatusType_1.
|
|
354
|
-
exports.reservationType = reservationType_1.
|
|
353
|
+
exports.reservationStatusType = reservationStatusType_1.ReservationStatusType;
|
|
354
|
+
exports.reservationType = reservationType_1.ReservationType;
|
|
355
355
|
exports.seller = SellerFactory;
|
|
356
356
|
var task;
|
|
357
357
|
(function (task) {
|
|
@@ -386,9 +386,9 @@ var service;
|
|
|
386
386
|
service.webAPI = WebAPIServiceFactory;
|
|
387
387
|
})(service = exports.service || (exports.service = {}));
|
|
388
388
|
exports.serviceType = ServiceTypeFactory;
|
|
389
|
-
exports.sortType = sortType_1.
|
|
390
|
-
exports.taskName = taskName_1.
|
|
391
|
-
exports.taskStatus = taskStatus_1.
|
|
389
|
+
exports.sortType = sortType_1.SortType;
|
|
390
|
+
exports.taskName = taskName_1.TaskName;
|
|
391
|
+
exports.taskStatus = taskStatus_1.TaskStatus;
|
|
392
392
|
exports.thing = ThingFactory;
|
|
393
393
|
var assetTransaction;
|
|
394
394
|
(function (assetTransaction) {
|
|
@@ -405,8 +405,8 @@ var transaction;
|
|
|
405
405
|
transaction.placeOrder = PlaceOrderTransactionFactory;
|
|
406
406
|
transaction.returnOrder = ReturnOrderTransactionFactory;
|
|
407
407
|
})(transaction = exports.transaction || (exports.transaction = {}));
|
|
408
|
-
exports.transactionType = transactionType_1.
|
|
409
|
-
exports.transactionStatusType = transactionStatusType_1.
|
|
410
|
-
exports.transactionTasksExportationStatus = transactionTasksExportationStatus_1.
|
|
411
|
-
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;
|
|
412
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
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as ActionFactory from '../action';
|
|
2
|
-
import ActionType from '../actionType';
|
|
2
|
+
import { ActionType } from '../actionType';
|
|
3
3
|
export declare type IObject = any;
|
|
4
4
|
export declare type IResult = any;
|
|
5
5
|
export interface IAttributes<TObject, TResult> extends ActionFactory.IAttributes<ActionType.CheckAction, TObject, TResult> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as ActionFactory from '../../action';
|
|
2
|
-
import ActionType from '../../actionType';
|
|
2
|
+
import { ActionType } from '../../actionType';
|
|
3
3
|
export declare type IAgent = ActionFactory.IParticipant;
|
|
4
4
|
export declare type IRecipient = ActionFactory.IParticipant;
|
|
5
5
|
export declare type IObject = any;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as AccountFactory from '../../../account';
|
|
2
2
|
import * as ActionFactory from '../../../action';
|
|
3
|
-
import ActionType from '../../../actionType';
|
|
3
|
+
import { ActionType } from '../../../actionType';
|
|
4
4
|
import * as MoneyTransferTransactionFactory from '../../../assetTransaction/moneyTransfer';
|
|
5
5
|
import { IMonetaryAmount } from '../../../monetaryAmount';
|
|
6
6
|
import * as OrderFactory from '../../../order';
|
|
7
7
|
import { IPropertyValue } from '../../../propertyValue';
|
|
8
|
-
import TransactionType from '../../../transactionType';
|
|
8
|
+
import { TransactionType } from '../../../transactionType';
|
|
9
9
|
export declare type IAgent = ActionFactory.IParticipant;
|
|
10
10
|
export declare type IRecipient = ActionFactory.IParticipant;
|
|
11
11
|
export declare type IPendingTransaction = MoneyTransferTransactionFactory.ITransaction;
|