@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
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import IMultilingualString from './multilingualString';
|
|
2
|
-
import OfferType from './offerType';
|
|
1
|
+
import { IMultilingualString } from './multilingualString';
|
|
2
|
+
import { OfferType } from './offerType';
|
|
3
3
|
import { IProject } from './project';
|
|
4
4
|
import { IPropertyValue } from './propertyValue';
|
|
5
5
|
import { IServiceType } from './serviceType';
|
|
6
|
-
import SortType from './sortType';
|
|
6
|
+
import { SortType } from './sortType';
|
|
7
7
|
import { IThing } from './thing';
|
|
8
8
|
export interface IItemOffered {
|
|
9
9
|
typeOf: string;
|
package/lib/factory/offerType.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OfferType = void 0;
|
|
3
4
|
/**
|
|
4
5
|
* オファータイプ
|
|
5
6
|
*/
|
|
@@ -7,5 +8,5 @@ var OfferType;
|
|
|
7
8
|
(function (OfferType) {
|
|
8
9
|
OfferType["Offer"] = "Offer";
|
|
9
10
|
OfferType["AggregateOffer"] = "AggregateOffer";
|
|
10
|
-
})(OfferType || (OfferType = {}));
|
|
11
|
-
|
|
11
|
+
})(OfferType = exports.OfferType || (exports.OfferType = {}));
|
|
12
|
+
// export default OfferType;
|
package/lib/factory/order.d.ts
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import { IParticipant } from './action';
|
|
2
2
|
import { IPaymentCard } from './action/interact/confirm/moneyTransfer';
|
|
3
|
-
import ActionType from './actionType';
|
|
4
|
-
import AssetTransactionType from './assetTransactionType';
|
|
3
|
+
import { ActionType } from './actionType';
|
|
4
|
+
import { AssetTransactionType } from './assetTransactionType';
|
|
5
5
|
import { ICreativeWork as IWebApplication } from './creativeWork/softwareApplication/webApplication';
|
|
6
6
|
import { ICustomer as ICustomerOrganization } from './customer';
|
|
7
|
-
import EventType from './eventType';
|
|
7
|
+
import { EventType } from './eventType';
|
|
8
8
|
import * as MonetaryAmountFactory from './monetaryAmount';
|
|
9
9
|
import { IOffer } from './offer';
|
|
10
|
-
import OrderStatus from './orderStatus';
|
|
10
|
+
import { OrderStatus } from './orderStatus';
|
|
11
11
|
import { OrganizationType } from './organizationType';
|
|
12
12
|
import * as PermitFactory from './permit';
|
|
13
13
|
import { IPerson, IProfile } from './person';
|
|
14
|
-
import PersonType from './personType';
|
|
15
|
-
import PriceCurrency from './priceCurrency';
|
|
16
|
-
import { ProductType } from './product';
|
|
14
|
+
import { PersonType } from './personType';
|
|
15
|
+
import { PriceCurrency } from './priceCurrency';
|
|
16
|
+
import { IProduct, ProductType } from './product';
|
|
17
17
|
import { IPropertyValue } from './propertyValue';
|
|
18
|
-
import { IProgramMembershipUsedSearchConditions } from './reservation';
|
|
18
|
+
import { IProgramMembershipUsedSearchConditions, IReservationFor } from './reservation';
|
|
19
19
|
import * as EventReservationFactory from './reservation/event';
|
|
20
20
|
import { ISeller as ISellerOrganization } from './seller';
|
|
21
21
|
import { PaymentServiceType } from './service/paymentService';
|
|
22
|
-
import SortType from './sortType';
|
|
22
|
+
import { SortType } from './sortType';
|
|
23
23
|
import { IThing } from './thing';
|
|
24
24
|
export interface IProject {
|
|
25
25
|
typeOf: OrganizationType.Project;
|
|
@@ -183,6 +183,14 @@ export interface ISimpleOrder extends IThing {
|
|
|
183
183
|
*/
|
|
184
184
|
orderDate: Date;
|
|
185
185
|
}
|
|
186
|
+
/**
|
|
187
|
+
* 注文アイテム
|
|
188
|
+
* {@link https://schema.org/OrderItem}
|
|
189
|
+
*/
|
|
190
|
+
export interface IOrderedItem {
|
|
191
|
+
typeOf: 'OrderItem';
|
|
192
|
+
orderedItem: IProduct | IReservationFor;
|
|
193
|
+
}
|
|
186
194
|
/**
|
|
187
195
|
* 注文インターフェース
|
|
188
196
|
* {@link https://schema.org/Order}
|
|
@@ -214,6 +222,7 @@ export interface IOrder extends ISimpleOrder {
|
|
|
214
222
|
* Was the offer accepted as a gift for someone other than the buyer.
|
|
215
223
|
*/
|
|
216
224
|
isGift?: boolean;
|
|
225
|
+
orderedItem?: IOrderedItem[];
|
|
217
226
|
/**
|
|
218
227
|
* OrderStatus (recommended for confirmation cards/ Search Answers)
|
|
219
228
|
* The current status of the order.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* 注文ステータス
|
|
3
3
|
*/
|
|
4
|
-
declare enum OrderStatus {
|
|
4
|
+
export declare enum OrderStatus {
|
|
5
5
|
OrderCancelled = "OrderCancelled",
|
|
6
6
|
OrderDelivered = "OrderDelivered",
|
|
7
7
|
OrderInTransit = "OrderInTransit",
|
|
@@ -11,4 +11,3 @@ declare enum OrderStatus {
|
|
|
11
11
|
OrderProcessing = "OrderProcessing",
|
|
12
12
|
OrderReturned = "OrderReturned"
|
|
13
13
|
}
|
|
14
|
-
export default OrderStatus;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OrderStatus = void 0;
|
|
3
4
|
/**
|
|
4
5
|
* 注文ステータス
|
|
5
6
|
*/
|
|
@@ -13,5 +14,4 @@ var OrderStatus;
|
|
|
13
14
|
OrderStatus["OrderProblem"] = "OrderProblem";
|
|
14
15
|
OrderStatus["OrderProcessing"] = "OrderProcessing";
|
|
15
16
|
OrderStatus["OrderReturned"] = "OrderReturned";
|
|
16
|
-
})(OrderStatus || (OrderStatus = {}));
|
|
17
|
-
exports.default = OrderStatus;
|
|
17
|
+
})(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IMerchantReturnPolicy } from './merchantReturnPolicy';
|
|
2
|
-
import IMultilingualString from './multilingualString';
|
|
2
|
+
import { IMultilingualString } from './multilingualString';
|
|
3
3
|
import { IPlace } from './place';
|
|
4
4
|
import { IPropertyValue } from './propertyValue';
|
|
5
5
|
import { IThing } from './thing';
|
|
@@ -3,10 +3,10 @@ import * as PermitFactory from './permit';
|
|
|
3
3
|
import * as ProductFactory from './product';
|
|
4
4
|
import { IProject } from './project';
|
|
5
5
|
import { IReservation as IEventReservation } from './reservation/event';
|
|
6
|
-
import ReservationType from './reservationType';
|
|
6
|
+
import { ReservationType } from './reservationType';
|
|
7
7
|
import { ISeller } from './seller';
|
|
8
8
|
import * as WebAPIFactory from './service/webAPI';
|
|
9
|
-
import SortType from './sortType';
|
|
9
|
+
import { SortType } from './sortType';
|
|
10
10
|
export declare type IBookingService = WebAPIFactory.IService<WebAPIFactory.Identifier>;
|
|
11
11
|
/**
|
|
12
12
|
* 予約インターフェース
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* 決済ステータス
|
|
3
3
|
*/
|
|
4
|
-
declare enum PaymentStatusType {
|
|
4
|
+
export declare enum PaymentStatusType {
|
|
5
5
|
PaymentAutomaticallyApplied = "PaymentAutomaticallyApplied",
|
|
6
6
|
PaymentComplete = "PaymentComplete",
|
|
7
7
|
PaymentDeclined = "PaymentDeclined",
|
|
8
8
|
PaymentDue = "PaymentDue",
|
|
9
9
|
PaymentPastDue = "PaymentPastDue"
|
|
10
10
|
}
|
|
11
|
-
export default PaymentStatusType;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PaymentStatusType = void 0;
|
|
3
4
|
/**
|
|
4
5
|
* 決済ステータス
|
|
5
6
|
*/
|
|
@@ -10,5 +11,4 @@ var PaymentStatusType;
|
|
|
10
11
|
PaymentStatusType["PaymentDeclined"] = "PaymentDeclined";
|
|
11
12
|
PaymentStatusType["PaymentDue"] = "PaymentDue";
|
|
12
13
|
PaymentStatusType["PaymentPastDue"] = "PaymentPastDue";
|
|
13
|
-
})(PaymentStatusType || (PaymentStatusType = {}));
|
|
14
|
-
exports.default = PaymentStatusType;
|
|
14
|
+
})(PaymentStatusType = exports.PaymentStatusType || (exports.PaymentStatusType = {}));
|
package/lib/factory/person.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PersonType = void 0;
|
|
2
4
|
/**
|
|
3
5
|
* 人物タイプ
|
|
4
6
|
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
7
|
var PersonType;
|
|
7
8
|
(function (PersonType) {
|
|
8
9
|
PersonType["Person"] = "Person";
|
|
9
|
-
})(PersonType || (PersonType = {}));
|
|
10
|
-
exports.default = PersonType;
|
|
10
|
+
})(PersonType = exports.PersonType || (exports.PersonType = {}));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import IMultilingualString from '../multilingualString';
|
|
1
|
+
import { IMultilingualString } from '../multilingualString';
|
|
2
2
|
import * as OfferFactory from '../offer';
|
|
3
3
|
import { IOrganization } from '../organization';
|
|
4
4
|
import * as PlaceFactory from '../place';
|
|
@@ -11,11 +11,11 @@ import { IPlace as IScreeningRoom } from './screeningRoom';
|
|
|
11
11
|
*/
|
|
12
12
|
export interface IOffer extends OfferFactory.IOffer {
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* イベント開始前の販売猶予期間
|
|
15
15
|
*/
|
|
16
16
|
availabilityStartsGraceTime?: IQuantitativeValue<UnitCode.Day>;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* イベント開始後の販売猶予期間
|
|
19
19
|
*/
|
|
20
20
|
availabilityEndsGraceTime?: IQuantitativeValue<UnitCode.Sec>;
|
|
21
21
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import IMultilingualString from '../multilingualString';
|
|
1
|
+
import { IMultilingualString } from '../multilingualString';
|
|
2
2
|
import * as PlaceFactory from '../place';
|
|
3
3
|
import { PlaceType } from '../placeType';
|
|
4
4
|
import { IPlace as IScreeningRoomSection } from './screeningRoomSection';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import ItemAvailability from '../itemAvailability';
|
|
2
|
-
import IMultilingualString from '../multilingualString';
|
|
1
|
+
import { ItemAvailability } from '../itemAvailability';
|
|
2
|
+
import { IMultilingualString } from '../multilingualString';
|
|
3
3
|
import * as OfferFactory from '../offer';
|
|
4
4
|
import * as PlaceFactory from '../place';
|
|
5
5
|
import { PlaceType } from '../placeType';
|
package/lib/factory/place.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PriceCurrency = void 0;
|
|
3
4
|
/**
|
|
4
5
|
* price currency
|
|
5
6
|
* The currency (in 3-letter ISO 4217 format) of the price or a price component,
|
|
@@ -8,5 +9,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
8
9
|
var PriceCurrency;
|
|
9
10
|
(function (PriceCurrency) {
|
|
10
11
|
PriceCurrency["JPY"] = "JPY";
|
|
11
|
-
})(PriceCurrency || (PriceCurrency = {}));
|
|
12
|
-
exports.default = PriceCurrency;
|
|
12
|
+
})(PriceCurrency = exports.PriceCurrency || (exports.PriceCurrency = {}));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ICategoryCode } from '../categoryCode';
|
|
2
2
|
import { IPriceSpecification as BaseSpecification } from '../priceSpecification';
|
|
3
|
-
import PriceSpecificationType from '../priceSpecificationType';
|
|
3
|
+
import { PriceSpecificationType } from '../priceSpecificationType';
|
|
4
4
|
/**
|
|
5
5
|
* カテゴリーコードチャージ仕様インターフェース
|
|
6
6
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IPriceSpecification as BaseSpecification, ISearchConditions as IBaseSearchConditions } from '../priceSpecification';
|
|
2
|
-
import PriceSpecificationType from '../priceSpecificationType';
|
|
2
|
+
import { PriceSpecificationType } from '../priceSpecificationType';
|
|
3
3
|
/**
|
|
4
4
|
* 複合価格仕様インターフェース
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IPriceSpecification as BaseSpecification } from '../priceSpecification';
|
|
2
|
-
import PriceSpecificationType from '../priceSpecificationType';
|
|
2
|
+
import { PriceSpecificationType } from '../priceSpecificationType';
|
|
3
3
|
import { PaymentServiceType } from '../service/paymentService';
|
|
4
4
|
export interface IMovieTicket {
|
|
5
5
|
typeOf: PaymentServiceType.MovieTicket;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IAddOn } from '../offer';
|
|
2
2
|
import { IPriceSpecification as BaseSpecification } from '../priceSpecification';
|
|
3
|
-
import PriceSpecificationType from '../priceSpecificationType';
|
|
3
|
+
import { PriceSpecificationType } from '../priceSpecificationType';
|
|
4
4
|
import { IQuantitativeValue } from '../quantitativeValue';
|
|
5
5
|
import { UnitCode } from '../unitCode';
|
|
6
6
|
import { IMovieTicket } from './movieTicketTypeChargeSpecification';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { IAccountTitle } from './accountTitle';
|
|
2
|
-
import IMultilingualString from './multilingualString';
|
|
3
|
-
import PriceCurrency from './priceCurrency';
|
|
4
|
-
import PriceSpecificationType from './priceSpecificationType';
|
|
2
|
+
import { IMultilingualString } from './multilingualString';
|
|
3
|
+
import { PriceCurrency } from './priceCurrency';
|
|
4
|
+
import { PriceSpecificationType } from './priceSpecificationType';
|
|
5
5
|
import { IProject } from './project';
|
|
6
6
|
import { IQuantitativeValue } from './quantitativeValue';
|
|
7
|
-
import SortType from './sortType';
|
|
7
|
+
import { SortType } from './sortType';
|
|
8
8
|
import { UnitCode } from './unitCode';
|
|
9
9
|
/**
|
|
10
10
|
* 勘定インターフェース
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* 価格仕様タイプ
|
|
3
3
|
*/
|
|
4
|
-
declare enum PriceSpecificationType {
|
|
4
|
+
export declare enum PriceSpecificationType {
|
|
5
5
|
/**
|
|
6
6
|
* 基本価格仕様
|
|
7
7
|
*/
|
|
@@ -23,4 +23,3 @@ declare enum PriceSpecificationType {
|
|
|
23
23
|
*/
|
|
24
24
|
UnitPriceSpecification = "UnitPriceSpecification"
|
|
25
25
|
}
|
|
26
|
-
export default PriceSpecificationType;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PriceSpecificationType = void 0;
|
|
3
4
|
/**
|
|
4
5
|
* 価格仕様タイプ
|
|
5
6
|
*/
|
|
@@ -25,5 +26,4 @@ var PriceSpecificationType;
|
|
|
25
26
|
* 単価仕様
|
|
26
27
|
*/
|
|
27
28
|
PriceSpecificationType["UnitPriceSpecification"] = "UnitPriceSpecification";
|
|
28
|
-
})(PriceSpecificationType || (PriceSpecificationType = {}));
|
|
29
|
-
exports.default = PriceSpecificationType;
|
|
29
|
+
})(PriceSpecificationType = exports.PriceSpecificationType || (exports.PriceSpecificationType = {}));
|
package/lib/factory/product.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import ActionType from './actionType';
|
|
1
|
+
import { ActionType } from './actionType';
|
|
2
2
|
import { IMonetaryAmount } from './monetaryAmount';
|
|
3
3
|
import { IOffer } from './offer';
|
|
4
4
|
import { IPermit } from './permit';
|
|
5
5
|
import { IProject } from './project';
|
|
6
6
|
import { IQuantitativeValue } from './quantitativeValue';
|
|
7
7
|
import { IServiceType } from './serviceType';
|
|
8
|
-
import SortType from './sortType';
|
|
8
|
+
import { SortType } from './sortType';
|
|
9
9
|
import { IThing } from './thing';
|
|
10
10
|
/**
|
|
11
11
|
* プロダクトタイプ
|
package/lib/factory/project.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ICOAInfo, ILocation as IEventLocation, IName as IEventName, ISuperEvent
|
|
2
|
-
import EventStatusType from '../eventStatusType';
|
|
3
|
-
import EventType from '../eventType';
|
|
1
|
+
import { ICOAInfo, ILocation as IEventLocation, IName as IEventName, ISuperEvent } from '../event/screeningEvent';
|
|
2
|
+
import { EventStatusType } from '../eventStatusType';
|
|
3
|
+
import { EventType } from '../eventType';
|
|
4
4
|
import { IPriceSpecification as ICategoryCodeChargeSpecification } from '../priceSpecification/categoryCodeChargeSpecification';
|
|
5
5
|
import { IPriceSpecification as ICompoundPriceSpecification } from '../priceSpecification/compoundPriceSpecification';
|
|
6
6
|
import { IPriceSpecification as IMovieTicketTypeChargeSpecification } from '../priceSpecification/movieTicketTypeChargeSpecification';
|
|
7
7
|
import { IPriceSpecification as IUnitPriceSpecification } from '../priceSpecification/unitPriceSpecification';
|
|
8
8
|
import { IProject } from '../project';
|
|
9
9
|
import * as ReservationFactory from '../reservation';
|
|
10
|
-
import ReservationType from '../reservationType';
|
|
10
|
+
import { ReservationType } from '../reservationType';
|
|
11
11
|
export interface IReservationFor {
|
|
12
12
|
endDate: Date;
|
|
13
13
|
eventStatus: EventStatusType;
|
|
@@ -27,7 +27,6 @@ export interface IReservationFor {
|
|
|
27
27
|
startDate: Date;
|
|
28
28
|
superEvent: ISuperEvent;
|
|
29
29
|
typeOf: EventType.ScreeningEvent;
|
|
30
|
-
workPerformed?: IWorkPerformed;
|
|
31
30
|
doorTime?: Date;
|
|
32
31
|
}
|
|
33
32
|
export declare type IPriceComponentSpecification = ICategoryCodeChargeSpecification | IMovieTicketTypeChargeSpecification | IUnitPriceSpecification;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IPriceSpecification as IGenericPriceSpecification } from '../priceSpecification';
|
|
2
|
-
import PriceSpecificationType from '../priceSpecificationType';
|
|
2
|
+
import { PriceSpecificationType } from '../priceSpecificationType';
|
|
3
3
|
import * as ReservationFactory from '../reservation';
|
|
4
|
-
import ReservationType from '../reservationType';
|
|
4
|
+
import { ReservationType } from '../reservationType';
|
|
5
5
|
export declare type IPriceSpecification = IGenericPriceSpecification<PriceSpecificationType>;
|
|
6
6
|
export declare type ISubReservation = ReservationFactory.IReservation<IPriceSpecification>;
|
|
7
7
|
/**
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import * as COA from '@motionpicture/coa-service';
|
|
2
|
-
import IMultilingualString from './multilingualString';
|
|
2
|
+
import { IMultilingualString } from './multilingualString';
|
|
3
3
|
import * as OfferFactory from './offer';
|
|
4
|
-
import OfferType from './offerType';
|
|
4
|
+
import { OfferType } from './offerType';
|
|
5
5
|
import { IPermit } from './permit';
|
|
6
6
|
import * as SeatFactory from './place/seat';
|
|
7
7
|
import { PlaceType } from './placeType';
|
|
8
|
-
import PriceCurrency from './priceCurrency';
|
|
8
|
+
import { PriceCurrency } from './priceCurrency';
|
|
9
9
|
import { IPriceSpecification as IGenericPriceSpecification } from './priceSpecification';
|
|
10
10
|
import { IPriceSpecification as IUnitPriceSpecification } from './priceSpecification/unitPriceSpecification';
|
|
11
|
-
import PriceSpecificationType from './priceSpecificationType';
|
|
11
|
+
import { PriceSpecificationType } from './priceSpecificationType';
|
|
12
12
|
import { ProductType } from './product';
|
|
13
13
|
import { IProject } from './project';
|
|
14
14
|
import { IPropertyValue } from './propertyValue';
|
|
15
|
-
import ReservationStatusType from './reservationStatusType';
|
|
16
|
-
import ReservationType from './reservationType';
|
|
15
|
+
import { ReservationStatusType } from './reservationStatusType';
|
|
16
|
+
import { ReservationType } from './reservationType';
|
|
17
17
|
import { IServiceType } from './serviceType';
|
|
18
|
-
import SortType from './sortType';
|
|
18
|
+
import { SortType } from './sortType';
|
|
19
19
|
import { IThing } from './thing';
|
|
20
20
|
export declare type TicketType = 'Ticket';
|
|
21
21
|
export interface ITicketType {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Enumerated status values for Reservation.
|
|
3
3
|
*/
|
|
4
|
-
declare enum ReservationStatusType {
|
|
4
|
+
export declare enum ReservationStatusType {
|
|
5
5
|
/**
|
|
6
6
|
* The status for a previously confirmed reservation that is now cancelled.
|
|
7
7
|
*/
|
|
@@ -19,4 +19,3 @@ declare enum ReservationStatusType {
|
|
|
19
19
|
*/
|
|
20
20
|
ReservationPending = "ReservationPending"
|
|
21
21
|
}
|
|
22
|
-
export default ReservationStatusType;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ReservationStatusType = void 0;
|
|
3
4
|
/**
|
|
4
5
|
* Enumerated status values for Reservation.
|
|
5
6
|
*/
|
|
@@ -21,5 +22,4 @@ var ReservationStatusType;
|
|
|
21
22
|
* The status of a reservation when a request has been sent, but not confirmed.
|
|
22
23
|
*/
|
|
23
24
|
ReservationStatusType["ReservationPending"] = "ReservationPending";
|
|
24
|
-
})(ReservationStatusType || (ReservationStatusType = {}));
|
|
25
|
-
exports.default = ReservationStatusType;
|
|
25
|
+
})(ReservationStatusType = exports.ReservationStatusType || (exports.ReservationStatusType = {}));
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ReservationType = void 0;
|
|
3
4
|
/**
|
|
4
5
|
* 予約タイプ
|
|
5
6
|
*/
|
|
@@ -7,5 +8,4 @@ var ReservationType;
|
|
|
7
8
|
(function (ReservationType) {
|
|
8
9
|
ReservationType["EventReservation"] = "EventReservation";
|
|
9
10
|
ReservationType["ReservationPackage"] = "ReservationPackage";
|
|
10
|
-
})(ReservationType || (ReservationType = {}));
|
|
11
|
-
exports.default = ReservationType;
|
|
11
|
+
})(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
|
package/lib/factory/seller.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { IOrganization } from './organization';
|
|
|
3
3
|
import { OrganizationType } from './organizationType';
|
|
4
4
|
import { IProject } from './project';
|
|
5
5
|
import { IPropertyValue } from './propertyValue';
|
|
6
|
-
import SortType from './sortType';
|
|
6
|
+
import { SortType } from './sortType';
|
|
7
7
|
/**
|
|
8
8
|
* 利用可能決済インターフェース
|
|
9
9
|
*/
|
package/lib/factory/sortType.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SortType = void 0;
|
|
3
4
|
/**
|
|
4
5
|
* ソートタイプ
|
|
5
6
|
*/
|
|
@@ -7,5 +8,4 @@ var SortType;
|
|
|
7
8
|
(function (SortType) {
|
|
8
9
|
SortType[SortType["Ascending"] = 1] = "Ascending";
|
|
9
10
|
SortType[SortType["Descending"] = -1] = "Descending";
|
|
10
|
-
})(SortType || (SortType = {}));
|
|
11
|
-
exports.default = SortType;
|
|
11
|
+
})(SortType = exports.SortType || (exports.SortType = {}));
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import { IAttributes as IMoneyTransferActionAttributes } from '../account/action/moneyTransfer';
|
|
5
5
|
import { IExtendId } from '../autoGenerated';
|
|
6
6
|
import * as TaskFactory from '../task';
|
|
7
|
-
import TaskName from '../taskName';
|
|
7
|
+
import { TaskName } from '../taskName';
|
|
8
8
|
export interface IData {
|
|
9
9
|
actionAttributes: IMoneyTransferActionAttributes;
|
|
10
10
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IExtendId } from '../autoGenerated';
|
|
2
|
-
import EventType from '../eventType';
|
|
2
|
+
import { EventType } from '../eventType';
|
|
3
3
|
import * as TaskFactory from '../task';
|
|
4
|
-
import TaskName from '../taskName';
|
|
4
|
+
import { TaskName } from '../taskName';
|
|
5
5
|
export interface IData {
|
|
6
6
|
typeOf: EventType.ScreeningEvent;
|
|
7
7
|
id: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IExtendId } from '../autoGenerated';
|
|
2
|
-
import EventType from '../eventType';
|
|
2
|
+
import { EventType } from '../eventType';
|
|
3
3
|
import * as TaskFactory from '../task';
|
|
4
|
-
import TaskName from '../taskName';
|
|
4
|
+
import { TaskName } from '../taskName';
|
|
5
5
|
export interface IData {
|
|
6
6
|
typeOf: EventType.ScreeningEvent;
|
|
7
7
|
id: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* 現金転送中止タスクファクトリー
|
|
3
3
|
*/
|
|
4
|
-
import
|
|
4
|
+
import { AccountTransactionType } from '../account/transactionType';
|
|
5
5
|
import { IExtendId } from '../autoGenerated';
|
|
6
6
|
import * as TaskFactory from '../task';
|
|
7
|
-
import TaskName from '../taskName';
|
|
7
|
+
import { TaskName } from '../taskName';
|
|
8
8
|
export interface IData {
|
|
9
9
|
transaction: {
|
|
10
|
-
typeOf:
|
|
10
|
+
typeOf: AccountTransactionType;
|
|
11
11
|
id: string;
|
|
12
12
|
transactionNumber?: string;
|
|
13
13
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import AssetTransactionType from '../assetTransactionType';
|
|
1
|
+
import { AssetTransactionType } from '../assetTransactionType';
|
|
2
2
|
import { IExtendId } from '../autoGenerated';
|
|
3
3
|
import * as TaskFactory from '../task';
|
|
4
|
-
import TaskName from '../taskName';
|
|
4
|
+
import { TaskName } from '../taskName';
|
|
5
5
|
export interface IData {
|
|
6
6
|
purpose: {
|
|
7
7
|
typeOf: AssetTransactionType;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import { IAttributes as ICancelReservationActionAttributes } from '../action/cancel/reservation';
|
|
5
5
|
import { IExtendId } from '../autoGenerated';
|
|
6
6
|
import * as TaskFactory from '../task';
|
|
7
|
-
import TaskName from '../taskName';
|
|
7
|
+
import { TaskName } from '../taskName';
|
|
8
8
|
export interface IData {
|
|
9
9
|
actionAttributes: ICancelReservationActionAttributes[];
|
|
10
10
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import { IAttributes as ICancelReservationActionAttributes } from '../action/cancel/reservation';
|
|
5
5
|
import { IExtendId } from '../autoGenerated';
|
|
6
6
|
import * as TaskFactory from '../task';
|
|
7
|
-
import TaskName from '../taskName';
|
|
7
|
+
import { TaskName } from '../taskName';
|
|
8
8
|
export interface IData {
|
|
9
9
|
actionAttributes: ICancelReservationActionAttributes[];
|
|
10
10
|
}
|