@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.
Files changed (201) hide show
  1. package/CHANGELOG.md +1529 -0
  2. package/lib/chevre.d.ts +25 -24
  3. package/lib/chevre.js +29 -24
  4. package/lib/factory/account/action/moneyTransfer.d.ts +5 -5
  5. package/lib/factory/account/transaction/deposit.d.ts +3 -3
  6. package/lib/factory/account/transaction/transfer.d.ts +3 -3
  7. package/lib/factory/account/transaction/withdraw.d.ts +3 -3
  8. package/lib/factory/account/transaction.d.ts +4 -4
  9. package/lib/factory/account/transactionType.d.ts +2 -3
  10. package/lib/factory/account/transactionType.js +8 -8
  11. package/lib/factory/account.d.ts +10 -10
  12. package/lib/factory/account.js +1 -1
  13. package/lib/factory/accountStatusType.d.ts +1 -2
  14. package/lib/factory/accountStatusType.js +2 -2
  15. package/lib/factory/accountTitle.d.ts +1 -1
  16. package/lib/factory/action/authorize/award/point.d.ts +2 -2
  17. package/lib/factory/action/authorize/offer/moneyTransfer.d.ts +3 -3
  18. package/lib/factory/action/authorize/offer/product.d.ts +3 -3
  19. package/lib/factory/action/authorize/offer/seatReservation.d.ts +4 -4
  20. package/lib/factory/action/authorize/paymentMethod/any.d.ts +4 -4
  21. package/lib/factory/action/authorize.d.ts +1 -1
  22. package/lib/factory/action/cancel/reservation.d.ts +2 -2
  23. package/lib/factory/action/check.d.ts +1 -1
  24. package/lib/factory/action/consume/use.d.ts +1 -1
  25. package/lib/factory/action/interact/confirm/moneyTransfer.d.ts +2 -2
  26. package/lib/factory/action/interact/confirm/pay.d.ts +1 -1
  27. package/lib/factory/action/interact/confirm/registerService.d.ts +1 -1
  28. package/lib/factory/action/interact/confirm/reservation.d.ts +1 -1
  29. package/lib/factory/action/interact/confirm.d.ts +1 -1
  30. package/lib/factory/action/interact/inform.d.ts +1 -1
  31. package/lib/factory/action/interact/register.d.ts +1 -1
  32. package/lib/factory/action/interact/unRegister.d.ts +1 -1
  33. package/lib/factory/action/reserve.d.ts +2 -2
  34. package/lib/factory/action/trade/order.d.ts +2 -2
  35. package/lib/factory/action/trade/pay.d.ts +1 -1
  36. package/lib/factory/action/trade/refund.d.ts +1 -1
  37. package/lib/factory/action/transfer/give.d.ts +1 -1
  38. package/lib/factory/action/transfer/moneyTransfer.d.ts +2 -2
  39. package/lib/factory/action/transfer/print.d.ts +1 -1
  40. package/lib/factory/action/transfer/return/paymentMethod.d.ts +1 -1
  41. package/lib/factory/action/transfer/return/pointAward.d.ts +1 -1
  42. package/lib/factory/action/transfer/return/reservation.d.ts +2 -2
  43. package/lib/factory/action/transfer/return.d.ts +1 -1
  44. package/lib/factory/action/transfer/send.d.ts +1 -1
  45. package/lib/factory/action/update/delete.d.ts +1 -1
  46. package/lib/factory/action.d.ts +3 -3
  47. package/lib/factory/actionStatusType.d.ts +1 -2
  48. package/lib/factory/actionStatusType.js +2 -2
  49. package/lib/factory/actionType.d.ts +1 -2
  50. package/lib/factory/actionType.js +2 -2
  51. package/lib/factory/assetTransaction/cancelReservation.d.ts +1 -1
  52. package/lib/factory/assetTransaction/moneyTransfer.d.ts +1 -1
  53. package/lib/factory/assetTransaction/pay.d.ts +2 -2
  54. package/lib/factory/assetTransaction/refund.d.ts +1 -1
  55. package/lib/factory/assetTransaction/registerService.d.ts +2 -2
  56. package/lib/factory/assetTransaction/reserve.d.ts +3 -3
  57. package/lib/factory/assetTransaction.d.ts +4 -4
  58. package/lib/factory/assetTransactionType.d.ts +2 -3
  59. package/lib/factory/assetTransactionType.js +3 -3
  60. package/lib/factory/authorization.d.ts +1 -1
  61. package/lib/factory/creativeWork/message/email.d.ts +1 -1
  62. package/lib/factory/creativeWork/movie.d.ts +1 -1
  63. package/lib/factory/creativeWork/softwareApplication/webApplication.d.ts +1 -1
  64. package/lib/factory/creativeWork.d.ts +1 -1
  65. package/lib/factory/creativeWorkType.d.ts +1 -2
  66. package/lib/factory/creativeWorkType.js +2 -2
  67. package/lib/factory/customer.d.ts +2 -2
  68. package/lib/factory/encodingFormat.js +2 -2
  69. package/lib/factory/error/alreadyInUse.d.ts +1 -1
  70. package/lib/factory/error/alreadyInUse.js +3 -2
  71. package/lib/factory/error/argument.d.ts +1 -1
  72. package/lib/factory/error/argument.js +3 -2
  73. package/lib/factory/error/argumentNull.d.ts +1 -1
  74. package/lib/factory/error/argumentNull.js +3 -2
  75. package/lib/factory/error/chevre.d.ts +1 -1
  76. package/lib/factory/error/forbidden.d.ts +1 -1
  77. package/lib/factory/error/forbidden.js +3 -2
  78. package/lib/factory/error/gatewayTimeout.d.ts +1 -1
  79. package/lib/factory/error/gatewayTimeout.js +3 -2
  80. package/lib/factory/error/notFound.d.ts +1 -1
  81. package/lib/factory/error/notFound.js +3 -2
  82. package/lib/factory/error/notImplemented.d.ts +1 -1
  83. package/lib/factory/error/notImplemented.js +3 -2
  84. package/lib/factory/error/rateLimitExceeded.d.ts +1 -1
  85. package/lib/factory/error/rateLimitExceeded.js +3 -2
  86. package/lib/factory/error/serviceUnavailable.d.ts +1 -1
  87. package/lib/factory/error/serviceUnavailable.js +3 -2
  88. package/lib/factory/error/unauthorized.d.ts +1 -1
  89. package/lib/factory/error/unauthorized.js +3 -2
  90. package/lib/factory/errorCode.d.ts +1 -2
  91. package/lib/factory/errorCode.js +3 -3
  92. package/lib/factory/errors.d.ts +10 -10
  93. package/lib/factory/errors.js +10 -10
  94. package/lib/factory/event/screeningEvent.d.ts +23 -12
  95. package/lib/factory/event/screeningEventSeries.d.ts +11 -6
  96. package/lib/factory/event.d.ts +4 -4
  97. package/lib/factory/eventStatusType.d.ts +1 -2
  98. package/lib/factory/eventStatusType.js +3 -3
  99. package/lib/factory/eventType.d.ts +1 -2
  100. package/lib/factory/eventType.js +2 -2
  101. package/lib/factory/iam.d.ts +2 -2
  102. package/lib/factory/invoice.d.ts +3 -3
  103. package/lib/factory/itemAvailability.d.ts +1 -2
  104. package/lib/factory/itemAvailability.js +3 -3
  105. package/lib/factory/multilingualString.d.ts +1 -2
  106. package/lib/factory/offer.d.ts +6 -6
  107. package/lib/factory/offerCatalog.d.ts +3 -3
  108. package/lib/factory/offerType.d.ts +1 -2
  109. package/lib/factory/offerType.js +3 -2
  110. package/lib/factory/order.d.ts +18 -9
  111. package/lib/factory/orderStatus.d.ts +1 -2
  112. package/lib/factory/orderStatus.js +2 -2
  113. package/lib/factory/organization.d.ts +1 -1
  114. package/lib/factory/ownershipInfo.d.ts +2 -2
  115. package/lib/factory/paymentMethod/paymentCard/movieTicket.d.ts +1 -1
  116. package/lib/factory/paymentStatusType.d.ts +1 -2
  117. package/lib/factory/paymentStatusType.js +2 -2
  118. package/lib/factory/person.d.ts +1 -1
  119. package/lib/factory/personType.d.ts +1 -2
  120. package/lib/factory/personType.js +3 -3
  121. package/lib/factory/place/movieTheater.d.ts +3 -3
  122. package/lib/factory/place/screeningRoom.d.ts +1 -1
  123. package/lib/factory/place/seat.d.ts +2 -2
  124. package/lib/factory/place.d.ts +1 -1
  125. package/lib/factory/priceCurrency.d.ts +1 -2
  126. package/lib/factory/priceCurrency.js +2 -2
  127. package/lib/factory/priceSpecification/categoryCodeChargeSpecification.d.ts +1 -1
  128. package/lib/factory/priceSpecification/compoundPriceSpecification.d.ts +1 -1
  129. package/lib/factory/priceSpecification/movieTicketTypeChargeSpecification.d.ts +1 -1
  130. package/lib/factory/priceSpecification/unitPriceSpecification.d.ts +1 -1
  131. package/lib/factory/priceSpecification.d.ts +4 -4
  132. package/lib/factory/priceSpecificationType.d.ts +1 -2
  133. package/lib/factory/priceSpecificationType.js +2 -2
  134. package/lib/factory/product.d.ts +2 -2
  135. package/lib/factory/project.d.ts +1 -1
  136. package/lib/factory/reservation/event.d.ts +4 -5
  137. package/lib/factory/reservation/reservationPackage.d.ts +2 -2
  138. package/lib/factory/reservation.d.ts +7 -7
  139. package/lib/factory/reservationStatusType.d.ts +1 -2
  140. package/lib/factory/reservationStatusType.js +2 -2
  141. package/lib/factory/reservationType.d.ts +1 -2
  142. package/lib/factory/reservationType.js +2 -2
  143. package/lib/factory/seller.d.ts +1 -1
  144. package/lib/factory/sortType.d.ts +1 -2
  145. package/lib/factory/sortType.js +2 -2
  146. package/lib/factory/task/accountMoneyTransfer.d.ts +1 -1
  147. package/lib/factory/task/aggregateScreeningEvent.d.ts +2 -2
  148. package/lib/factory/task/aggregateUseActionsOnEvent.d.ts +2 -2
  149. package/lib/factory/task/cancelAccountMoneyTransfer.d.ts +3 -3
  150. package/lib/factory/task/cancelMoneyTransfer.d.ts +2 -2
  151. package/lib/factory/task/cancelPendingReservation.d.ts +1 -1
  152. package/lib/factory/task/cancelReservation.d.ts +1 -1
  153. package/lib/factory/task/confirmCancelReserve.d.ts +2 -2
  154. package/lib/factory/task/confirmMoneyTransfer.d.ts +1 -1
  155. package/lib/factory/task/confirmPay.d.ts +1 -1
  156. package/lib/factory/task/confirmRefund.d.ts +1 -1
  157. package/lib/factory/task/confirmRegisterService.d.ts +1 -1
  158. package/lib/factory/task/confirmReservation.d.ts +1 -1
  159. package/lib/factory/task/deleteAuthorization.d.ts +1 -1
  160. package/lib/factory/task/deleteMember.d.ts +1 -1
  161. package/lib/factory/task/deleteOrder.d.ts +1 -1
  162. package/lib/factory/task/deleteTransaction.d.ts +1 -1
  163. package/lib/factory/task/givePointAward.d.ts +1 -1
  164. package/lib/factory/task/importEventCapacitiesFromCOA.d.ts +1 -1
  165. package/lib/factory/task/importEventsFromCOA.d.ts +1 -1
  166. package/lib/factory/task/importOffersFromCOA.d.ts +1 -1
  167. package/lib/factory/task/moneyTransfer.d.ts +1 -1
  168. package/lib/factory/task/orderProgramMembership.d.ts +2 -2
  169. package/lib/factory/task/pay.d.ts +1 -1
  170. package/lib/factory/task/placeOrder.d.ts +1 -1
  171. package/lib/factory/task/refund.d.ts +1 -1
  172. package/lib/factory/task/registerService.d.ts +1 -1
  173. package/lib/factory/task/reserve.d.ts +1 -1
  174. package/lib/factory/task/returnMoneyTransfer.d.ts +1 -1
  175. package/lib/factory/task/returnOrder.d.ts +1 -1
  176. package/lib/factory/task/returnPointAward.d.ts +1 -1
  177. package/lib/factory/task/sendEmailMessage.d.ts +1 -1
  178. package/lib/factory/task/sendOrder.d.ts +1 -1
  179. package/lib/factory/task/triggerWebhook.d.ts +1 -1
  180. package/lib/factory/task/voidMoneyTransferTransaction.d.ts +1 -1
  181. package/lib/factory/task/voidPayTransaction.d.ts +1 -1
  182. package/lib/factory/task/voidPayment.d.ts +1 -1
  183. package/lib/factory/task/voidRegisterServiceTransaction.d.ts +1 -1
  184. package/lib/factory/task/voidReserveTransaction.d.ts +1 -1
  185. package/lib/factory/task.d.ts +3 -3
  186. package/lib/factory/taskName.d.ts +1 -2
  187. package/lib/factory/taskName.js +2 -2
  188. package/lib/factory/taskStatus.d.ts +1 -2
  189. package/lib/factory/taskStatus.js +2 -2
  190. package/lib/factory/thing.d.ts +1 -1
  191. package/lib/factory/transaction/moneyTransfer.d.ts +2 -2
  192. package/lib/factory/transaction/placeOrder.d.ts +1 -1
  193. package/lib/factory/transaction/returnOrder.d.ts +1 -1
  194. package/lib/factory/transaction.d.ts +5 -5
  195. package/lib/factory/transactionStatusType.d.ts +1 -2
  196. package/lib/factory/transactionStatusType.js +3 -3
  197. package/lib/factory/transactionTasksExportationStatus.d.ts +1 -2
  198. package/lib/factory/transactionTasksExportationStatus.js +3 -3
  199. package/lib/factory/transactionType.d.ts +1 -2
  200. package/lib/factory/transactionType.js +2 -2
  201. 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;
@@ -1,8 +1,7 @@
1
1
  /**
2
2
  * オファータイプ
3
3
  */
4
- declare enum OfferType {
4
+ export declare enum OfferType {
5
5
  Offer = "Offer",
6
6
  AggregateOffer = "AggregateOffer"
7
7
  }
8
- export default OfferType;
@@ -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
- exports.default = OfferType;
11
+ })(OfferType = exports.OfferType || (exports.OfferType = {}));
12
+ // export default OfferType;
@@ -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,4 +1,4 @@
1
- import EventType from '../../eventType';
1
+ import { EventType } from '../../eventType';
2
2
  import { ISeat } from '../../reservation';
3
3
  import { IPaymentCard } from '../paymentCard';
4
4
  export interface IAttributes extends IPaymentCard {
@@ -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 = {}));
@@ -1,4 +1,4 @@
1
- import PersonType from './personType';
1
+ import { PersonType } from './personType';
2
2
  import { IProgramMembership } from './programMembership';
3
3
  import { IPropertyValue } from './propertyValue';
4
4
  import * as ThingFactory from './thing';
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * 人物タイプ
3
3
  */
4
- declare enum PersonType {
4
+ export declare enum PersonType {
5
5
  Person = "Person"
6
6
  }
7
- export default PersonType;
@@ -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';
@@ -1,4 +1,4 @@
1
- import IMultilingualString from './multilingualString';
1
+ import { IMultilingualString } from './multilingualString';
2
2
  import { PlaceType } from './placeType';
3
3
  import { IProject } from './project';
4
4
  import { IPropertyValue } from './propertyValue';
@@ -3,7 +3,6 @@
3
3
  * The currency (in 3-letter ISO 4217 format) of the price or a price component,
4
4
  * when attached to PriceSpecification and its subtypes.
5
5
  */
6
- declare enum PriceCurrency {
6
+ export declare enum PriceCurrency {
7
7
  JPY = "JPY"
8
8
  }
9
- export default PriceCurrency;
@@ -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 = {}));
@@ -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
  * プロダクトタイプ
@@ -1,6 +1,6 @@
1
1
  import { IOrganization } from './organization';
2
2
  import { OrganizationType } from './organizationType';
3
- import SortType from './sortType';
3
+ import { SortType } from './sortType';
4
4
  /**
5
5
  * 通知パラメータ
6
6
  */
@@ -1,13 +1,13 @@
1
- import { ICOAInfo, ILocation as IEventLocation, IName as IEventName, ISuperEvent, IWorkPerformed } from '../event/screeningEvent';
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,8 +1,7 @@
1
1
  /**
2
2
  * 予約タイプ
3
3
  */
4
- declare enum ReservationType {
4
+ export declare enum ReservationType {
5
5
  EventReservation = "EventReservation",
6
6
  ReservationPackage = "ReservationPackage"
7
7
  }
8
- export default ReservationType;
@@ -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 = {}));
@@ -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
  */
@@ -1,8 +1,7 @@
1
1
  /**
2
2
  * ソートタイプ
3
3
  */
4
- declare enum SortType {
4
+ export declare enum SortType {
5
5
  Ascending = 1,
6
6
  Descending = -1
7
7
  }
8
- export default SortType;
@@ -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 TransactionType from '../account/transactionType';
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: TransactionType;
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
  }