@chevre/factory 4.196.0 → 4.197.0-alpha.2

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 (199) hide show
  1. package/lib/chevre.d.ts +23 -23
  2. package/lib/chevre.js +22 -22
  3. package/lib/factory/account/action/moneyTransfer.d.ts +5 -5
  4. package/lib/factory/account/transaction/deposit.d.ts +3 -3
  5. package/lib/factory/account/transaction/transfer.d.ts +3 -3
  6. package/lib/factory/account/transaction/withdraw.d.ts +3 -3
  7. package/lib/factory/account/transaction.d.ts +4 -4
  8. package/lib/factory/account/transactionType.d.ts +2 -3
  9. package/lib/factory/account/transactionType.js +8 -8
  10. package/lib/factory/account.d.ts +10 -10
  11. package/lib/factory/account.js +1 -1
  12. package/lib/factory/accountStatusType.d.ts +1 -2
  13. package/lib/factory/accountStatusType.js +2 -2
  14. package/lib/factory/accountTitle.d.ts +1 -1
  15. package/lib/factory/action/authorize/award/point.d.ts +2 -2
  16. package/lib/factory/action/authorize/offer/moneyTransfer.d.ts +3 -3
  17. package/lib/factory/action/authorize/offer/product.d.ts +3 -3
  18. package/lib/factory/action/authorize/offer/seatReservation.d.ts +4 -4
  19. package/lib/factory/action/authorize/paymentMethod/any.d.ts +4 -4
  20. package/lib/factory/action/authorize.d.ts +1 -1
  21. package/lib/factory/action/cancel/reservation.d.ts +2 -2
  22. package/lib/factory/action/check.d.ts +1 -1
  23. package/lib/factory/action/consume/use.d.ts +1 -1
  24. package/lib/factory/action/interact/confirm/moneyTransfer.d.ts +2 -2
  25. package/lib/factory/action/interact/confirm/pay.d.ts +1 -1
  26. package/lib/factory/action/interact/confirm/registerService.d.ts +1 -1
  27. package/lib/factory/action/interact/confirm/reservation.d.ts +1 -1
  28. package/lib/factory/action/interact/confirm.d.ts +1 -1
  29. package/lib/factory/action/interact/inform.d.ts +1 -1
  30. package/lib/factory/action/interact/register.d.ts +1 -1
  31. package/lib/factory/action/interact/unRegister.d.ts +1 -1
  32. package/lib/factory/action/reserve.d.ts +2 -2
  33. package/lib/factory/action/trade/order.d.ts +3 -5
  34. package/lib/factory/action/trade/pay.d.ts +1 -1
  35. package/lib/factory/action/trade/refund.d.ts +1 -1
  36. package/lib/factory/action/transfer/give.d.ts +1 -1
  37. package/lib/factory/action/transfer/moneyTransfer.d.ts +2 -2
  38. package/lib/factory/action/transfer/print.d.ts +1 -1
  39. package/lib/factory/action/transfer/return/paymentMethod.d.ts +1 -1
  40. package/lib/factory/action/transfer/return/pointAward.d.ts +1 -1
  41. package/lib/factory/action/transfer/return/reservation.d.ts +2 -2
  42. package/lib/factory/action/transfer/return.d.ts +1 -1
  43. package/lib/factory/action/transfer/send/order.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 +1 -1
  54. package/lib/factory/assetTransaction/refund.d.ts +1 -1
  55. package/lib/factory/assetTransaction/registerService.d.ts +1 -1
  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 +4 -4
  95. package/lib/factory/event/screeningEventSeries.d.ts +3 -3
  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 +5 -5
  107. package/lib/factory/offerCatalog.d.ts +2 -2
  108. package/lib/factory/order.d.ts +44 -8
  109. package/lib/factory/orderStatus.d.ts +1 -2
  110. package/lib/factory/orderStatus.js +2 -2
  111. package/lib/factory/organization.d.ts +1 -1
  112. package/lib/factory/ownershipInfo.d.ts +2 -2
  113. package/lib/factory/paymentMethod/paymentCard/movieTicket.d.ts +1 -1
  114. package/lib/factory/paymentStatusType.d.ts +1 -2
  115. package/lib/factory/paymentStatusType.js +2 -2
  116. package/lib/factory/person.d.ts +1 -1
  117. package/lib/factory/personType.d.ts +1 -2
  118. package/lib/factory/personType.js +3 -3
  119. package/lib/factory/place/movieTheater.d.ts +1 -1
  120. package/lib/factory/place/screeningRoom.d.ts +1 -1
  121. package/lib/factory/place/seat.d.ts +2 -2
  122. package/lib/factory/place.d.ts +1 -1
  123. package/lib/factory/priceCurrency.d.ts +1 -2
  124. package/lib/factory/priceCurrency.js +2 -2
  125. package/lib/factory/priceSpecification/categoryCodeChargeSpecification.d.ts +1 -1
  126. package/lib/factory/priceSpecification/compoundPriceSpecification.d.ts +1 -1
  127. package/lib/factory/priceSpecification/movieTicketTypeChargeSpecification.d.ts +1 -1
  128. package/lib/factory/priceSpecification/unitPriceSpecification.d.ts +1 -1
  129. package/lib/factory/priceSpecification.d.ts +4 -4
  130. package/lib/factory/priceSpecificationType.d.ts +1 -2
  131. package/lib/factory/priceSpecificationType.js +2 -2
  132. package/lib/factory/product.d.ts +2 -2
  133. package/lib/factory/project.d.ts +1 -1
  134. package/lib/factory/reservation/event.d.ts +4 -5
  135. package/lib/factory/reservation/reservationPackage.d.ts +2 -2
  136. package/lib/factory/reservation.d.ts +6 -6
  137. package/lib/factory/reservationStatusType.d.ts +1 -2
  138. package/lib/factory/reservationStatusType.js +2 -2
  139. package/lib/factory/reservationType.d.ts +1 -2
  140. package/lib/factory/reservationType.js +2 -2
  141. package/lib/factory/seller.d.ts +1 -1
  142. package/lib/factory/sortType.d.ts +1 -2
  143. package/lib/factory/sortType.js +2 -2
  144. package/lib/factory/task/accountMoneyTransfer.d.ts +1 -1
  145. package/lib/factory/task/aggregateScreeningEvent.d.ts +2 -2
  146. package/lib/factory/task/aggregateUseActionsOnEvent.d.ts +2 -2
  147. package/lib/factory/task/cancelAccountMoneyTransfer.d.ts +3 -3
  148. package/lib/factory/task/cancelMoneyTransfer.d.ts +2 -2
  149. package/lib/factory/task/cancelPendingReservation.d.ts +1 -1
  150. package/lib/factory/task/cancelReservation.d.ts +1 -1
  151. package/lib/factory/task/confirmCancelReserve.d.ts +2 -2
  152. package/lib/factory/task/confirmMoneyTransfer.d.ts +1 -1
  153. package/lib/factory/task/confirmPay.d.ts +1 -1
  154. package/lib/factory/task/confirmRefund.d.ts +1 -1
  155. package/lib/factory/task/confirmRegisterService.d.ts +1 -1
  156. package/lib/factory/task/confirmReservation.d.ts +1 -1
  157. package/lib/factory/task/deleteAuthorization.d.ts +1 -1
  158. package/lib/factory/task/deleteMember.d.ts +1 -1
  159. package/lib/factory/task/deleteOrder.d.ts +1 -1
  160. package/lib/factory/task/deleteTransaction.d.ts +1 -1
  161. package/lib/factory/task/givePointAward.d.ts +1 -1
  162. package/lib/factory/task/importEventCapacitiesFromCOA.d.ts +1 -1
  163. package/lib/factory/task/importEventsFromCOA.d.ts +1 -1
  164. package/lib/factory/task/importOffersFromCOA.d.ts +1 -1
  165. package/lib/factory/task/moneyTransfer.d.ts +1 -1
  166. package/lib/factory/task/orderProgramMembership.d.ts +2 -2
  167. package/lib/factory/task/pay.d.ts +1 -1
  168. package/lib/factory/task/placeOrder.d.ts +1 -1
  169. package/lib/factory/task/refund.d.ts +1 -1
  170. package/lib/factory/task/registerService.d.ts +1 -1
  171. package/lib/factory/task/reserve.d.ts +1 -1
  172. package/lib/factory/task/returnMoneyTransfer.d.ts +1 -1
  173. package/lib/factory/task/returnOrder.d.ts +1 -1
  174. package/lib/factory/task/returnPointAward.d.ts +1 -1
  175. package/lib/factory/task/sendEmailMessage.d.ts +1 -1
  176. package/lib/factory/task/sendOrder.d.ts +1 -1
  177. package/lib/factory/task/triggerWebhook.d.ts +1 -1
  178. package/lib/factory/task/voidMoneyTransferTransaction.d.ts +1 -1
  179. package/lib/factory/task/voidPayTransaction.d.ts +1 -1
  180. package/lib/factory/task/voidPayment.d.ts +1 -1
  181. package/lib/factory/task/voidRegisterServiceTransaction.d.ts +1 -1
  182. package/lib/factory/task/voidReserveTransaction.d.ts +1 -1
  183. package/lib/factory/task.d.ts +3 -3
  184. package/lib/factory/taskName.d.ts +1 -2
  185. package/lib/factory/taskName.js +2 -2
  186. package/lib/factory/taskStatus.d.ts +1 -2
  187. package/lib/factory/taskStatus.js +2 -2
  188. package/lib/factory/thing.d.ts +1 -1
  189. package/lib/factory/transaction/moneyTransfer.d.ts +2 -2
  190. package/lib/factory/transaction/placeOrder.d.ts +1 -1
  191. package/lib/factory/transaction/returnOrder.d.ts +1 -1
  192. package/lib/factory/transaction.d.ts +5 -5
  193. package/lib/factory/transactionStatusType.d.ts +1 -2
  194. package/lib/factory/transactionStatusType.js +3 -3
  195. package/lib/factory/transactionTasksExportationStatus.d.ts +1 -2
  196. package/lib/factory/transactionTasksExportationStatus.js +3 -3
  197. package/lib/factory/transactionType.d.ts +1 -2
  198. package/lib/factory/transactionType.js +2 -2
  199. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import * as ActionFactory from '../../../action';
2
- import ActionType from '../../../actionType';
2
+ import { ActionType } from '../../../actionType';
3
3
  import * as OrderFactory from '../../../order';
4
4
  import * as MovieTicketFactory from '../../../paymentMethod/paymentCard/movieTicket';
5
5
  import { IInstrument } from '../../authorize/paymentMethod/any';
@@ -1,5 +1,5 @@
1
1
  import * as ActionFactory from '../../../action';
2
- import ActionType from '../../../actionType';
2
+ import { ActionType } from '../../../actionType';
3
3
  import * as OrderFactory from '../../../order';
4
4
  export declare type IAcceptedOffer = OrderFactory.IAcceptedOffer<any>;
5
5
  export declare type IObject = any;
@@ -1,7 +1,7 @@
1
1
  import * as COA from '@motionpicture/coa-service';
2
2
  import * as ActionFactory from '../../../action';
3
3
  import * as ReserveTransactionFactory from '../../../assetTransaction/reserve';
4
- import AssetTransactionType from '../../../assetTransactionType';
4
+ import { AssetTransactionType } from '../../../assetTransactionType';
5
5
  import * as WebAPIFactory from '../../../service/webAPI';
6
6
  import * as ConfirmActionFactory from '../confirm';
7
7
  export declare type IAgent = ActionFactory.IParticipant;
@@ -1,5 +1,5 @@
1
1
  import * as ActionFactory from '../../action';
2
- import ActionType from '../../actionType';
2
+ import { ActionType } from '../../actionType';
3
3
  import * as OrderFactory from '../../order';
4
4
  export declare type IAgent = ActionFactory.IParticipant;
5
5
  export declare type IObject = any;
@@ -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,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,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,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
  import { IAttributes as IMoneyTransferActionAttributes } from './transfer/moneyTransfer';
@@ -1,15 +1,13 @@
1
1
  import * as ActionFactory from '../../action';
2
- import ActionType from '../../actionType';
2
+ import { ActionType } from '../../actionType';
3
3
  import * as OrderFactory from '../../order';
4
- import TransactionType from '../../transactionType';
4
+ import { TransactionType } from '../../transactionType';
5
5
  import { IAttributes as IPayActionAttributes } from '../interact/confirm/pay';
6
6
  import { IAttributes as IGivePointAwardActionAttributes } from '../transfer/give/pointAward';
7
7
  import { IAttributes as ISendOrderActionAttributes } from '../transfer/send/order';
8
8
  export declare type IAgent = ActionFactory.IParticipant;
9
9
  export declare type IRecipient = ActionFactory.IParticipant;
10
- export interface IObject extends OrderFactory.IOrder {
11
- acceptedOffers: OrderFactory.IAcceptedOffer<any>[];
12
- }
10
+ export declare type IObject = OrderFactory.ISimpleOrder;
13
11
  export declare type IResult = any;
14
12
  export interface IPotentialActions {
15
13
  /**
@@ -1,7 +1,7 @@
1
1
  import * as GMO from '@motionpicture/gmo-service';
2
2
  import * as AccountFactory from '../../account';
3
3
  import * as ActionFactory from '../../action';
4
- import ActionType from '../../actionType';
4
+ import { ActionType } from '../../actionType';
5
5
  import { IMonetaryAmount } from '../../monetaryAmount';
6
6
  import { IMovieTicket } from '../../paymentMethod/paymentCard/movieTicket';
7
7
  import { IPropertyValue } from '../../propertyValue';
@@ -1,5 +1,5 @@
1
1
  import * as ActionFactory from '../../action';
2
- import ActionType from '../../actionType';
2
+ import { ActionType } from '../../actionType';
3
3
  import { IAttributes as IInformActionAttributes } from '../interact/inform';
4
4
  import { IPaymentService as IPaymentServiceOnPay, IPayPurpose } from './pay';
5
5
  export declare type IRecipient = ActionFactory.IParticipant;
@@ -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,8 +1,8 @@
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
- import AssetTransactionType from '../../assetTransactionType';
5
+ import { AssetTransactionType } from '../../assetTransactionType';
6
6
  import { IMonetaryAmount } from '../../monetaryAmount';
7
7
  /**
8
8
  * 進行中取引インターフェース
@@ -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,5 +1,5 @@
1
1
  import * as ActionFactory from '../../../action';
2
- import ActionType from '../../../actionType';
2
+ import { ActionType } from '../../../actionType';
3
3
  import * as OrderFactory from '../../../order';
4
4
  import { IAttributes as ISendEmailMessageActionAttributes } from '../../transfer/send/message/email';
5
5
  export declare type IRecipient = ActionFactory.IParticipant;
@@ -1,5 +1,5 @@
1
1
  import * as ActionFactory from '../../../action';
2
- import AssetTransactionType from '../../../assetTransactionType';
2
+ import { AssetTransactionType } from '../../../assetTransactionType';
3
3
  import { ISimpleOrder } from '../../../order';
4
4
  import * as ReturnActionFactory from '../return';
5
5
  export declare type IAgent = ActionFactory.IParticipant;
@@ -1,8 +1,8 @@
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 CancelReservationAssetTransactionFactory from '../../../assetTransaction/cancelReservation';
5
- import AssetTransactionType from '../../../assetTransactionType';
5
+ import { AssetTransactionType } from '../../../assetTransactionType';
6
6
  import { ISimpleOrder } from '../../../order';
7
7
  import { Identifier as WebAPIIdentifier } from '../../../service/webAPI';
8
8
  export declare type IAgent = ActionFactory.IParticipant;
@@ -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;
@@ -9,7 +9,7 @@ import * as SendActionFactory from '../send';
9
9
  import { IAttributes as ISendEmailMessageActionAttributes } from './message/email';
10
10
  export declare type IAgent = ActionFactory.IParticipant;
11
11
  export declare type IRecipient = ActionFactory.IParticipant;
12
- export declare type IObject = OrderFactory.IOrder;
12
+ export declare type IObject = OrderFactory.ISimpleOrder;
13
13
  /**
14
14
  * 注文配送結果としての所有権
15
15
  */
@@ -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,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,12 +1,12 @@
1
- import ActionStatusType from './actionStatusType';
2
- import ActionType from './actionType';
1
+ import { ActionStatusType } from './actionStatusType';
2
+ import { ActionType } from './actionType';
3
3
  import { IExtendId } from './autoGenerated';
4
4
  import { ICreativeWork as IWebApplication } from './creativeWork/softwareApplication/webApplication';
5
5
  import { IPerson } from './person';
6
6
  import { IProject } from './project';
7
7
  import { IPropertyValue } from './propertyValue';
8
8
  import { ISeller } from './seller';
9
- import SortType from './sortType';
9
+ import { SortType } from './sortType';
10
10
  /**
11
11
  * アクションへの関係者インターフェース
12
12
  * 継承先にて、インターフェースが強化される可能性あり
@@ -1,11 +1,10 @@
1
1
  /**
2
2
  * アクションステータス
3
3
  */
4
- declare enum ActionStatusType {
4
+ export declare enum ActionStatusType {
5
5
  ActiveActionStatus = "ActiveActionStatus",
6
6
  CompletedActionStatus = "CompletedActionStatus",
7
7
  FailedActionStatus = "FailedActionStatus",
8
8
  PotentialActionStatus = "PotentialActionStatus",
9
9
  CanceledActionStatus = "CanceledActionStatus"
10
10
  }
11
- export default ActionStatusType;
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ActionStatusType = void 0;
3
4
  /**
4
5
  * アクションステータス
5
6
  */
@@ -10,5 +11,4 @@ var ActionStatusType;
10
11
  ActionStatusType["FailedActionStatus"] = "FailedActionStatus";
11
12
  ActionStatusType["PotentialActionStatus"] = "PotentialActionStatus";
12
13
  ActionStatusType["CanceledActionStatus"] = "CanceledActionStatus";
13
- })(ActionStatusType || (ActionStatusType = {}));
14
- exports.default = ActionStatusType;
14
+ })(ActionStatusType = exports.ActionStatusType || (exports.ActionStatusType = {}));
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * アクションタイプ
3
3
  */
4
- declare enum ActionType {
4
+ export declare enum ActionType {
5
5
  AuthorizeAction = "AuthorizeAction",
6
6
  CancelAction = "CancelAction",
7
7
  CheckAction = "CheckAction",
@@ -23,4 +23,3 @@ declare enum ActionType {
23
23
  UpdateAction = "UpdateAction",
24
24
  UseAction = "UseAction"
25
25
  }
26
- export default ActionType;
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ActionType = void 0;
3
4
  /**
4
5
  * アクションタイプ
5
6
  */
@@ -25,5 +26,4 @@ var ActionType;
25
26
  ActionType["UnRegisterAction"] = "UnRegisterAction";
26
27
  ActionType["UpdateAction"] = "UpdateAction";
27
28
  ActionType["UseAction"] = "UseAction";
28
- })(ActionType || (ActionType = {}));
29
- exports.default = ActionType;
29
+ })(ActionType = exports.ActionType || (exports.ActionType = {}));
@@ -1,7 +1,7 @@
1
1
  import { IAttributes as ICancelReservationActionAttributes } from '../action/cancel/reservation';
2
2
  import * as TransactionFactory from '../assetTransaction';
3
3
  import { ITransaction as IReserveTransaction } from '../assetTransaction/reserve';
4
- import AssetTransactionType from '../assetTransactionType';
4
+ import { AssetTransactionType } from '../assetTransactionType';
5
5
  import { IExtendId } from '../autoGenerated';
6
6
  import { IClientUser } from '../clientUser';
7
7
  import { IReservation as IEventReservation } from '../reservation/event';
@@ -1,6 +1,6 @@
1
1
  import { IAttributes as IMoneyTransferActionAttributes, ILocation, IPendingTransaction, IRecipient as IMoneyTransferRecipient } from '../action/transfer/moneyTransfer';
2
2
  import * as TransactionFactory from '../assetTransaction';
3
- import AssetTransactionType from '../assetTransactionType';
3
+ import { AssetTransactionType } from '../assetTransactionType';
4
4
  import { IExtendId } from '../autoGenerated';
5
5
  import { IMonetaryAmount } from '../monetaryAmount';
6
6
  import { OrderType } from '../order';
@@ -1,7 +1,7 @@
1
1
  import * as GMO from '@motionpicture/gmo-service';
2
2
  import { IAgent as IPayAgent, IAttributes as IPayActionAttributes, IPayPurpose, IPendingTransaction, IRecipient as IPayRecipient } from '../action/trade/pay';
3
3
  import * as TransactionFactory from '../assetTransaction';
4
- import AssetTransactionType from '../assetTransactionType';
4
+ import { AssetTransactionType } from '../assetTransactionType';
5
5
  import { IExtendId } from '../autoGenerated';
6
6
  import { IMonetaryAmount } from '../monetaryAmount';
7
7
  import { IUnauthorizedCardOfMember, IUncheckedCardRaw, IUncheckedCardTokenized } from '../paymentMethod/paymentCard/creditCard';
@@ -1,7 +1,7 @@
1
1
  import { AvailablePaymentMethodType, IPaymentMethod, IPayPurpose } from '../action/trade/pay';
2
2
  import { IAttributes as IRefundActionAttributes, IRecipient as IRefundRecipient } from '../action/trade/refund';
3
3
  import * as TransactionFactory from '../assetTransaction';
4
- import AssetTransactionType from '../assetTransactionType';
4
+ import { AssetTransactionType } from '../assetTransactionType';
5
5
  import { IExtendId } from '../autoGenerated';
6
6
  import { IOnPaymentStatusChanged } from '../project';
7
7
  import { PaymentServiceType } from '../service/paymentService';
@@ -1,7 +1,7 @@
1
1
  import { IAttributes as IRegisterServiceActionAttributes } from '../action/interact/register/service';
2
2
  import { IAttributes as IMoneyTransferActionAttributes } from '../action/transfer/moneyTransfer';
3
3
  import * as TransactionFactory from '../assetTransaction';
4
- import AssetTransactionType from '../assetTransactionType';
4
+ import { AssetTransactionType } from '../assetTransactionType';
5
5
  import { IExtendId } from '../autoGenerated';
6
6
  import { OfferType } from '../offerType';
7
7
  import { IProduct, IServiceOutput } from '../product';
@@ -1,7 +1,7 @@
1
1
  import * as ReserveActionFactory from '../action/reserve';
2
- import ActionType from '../actionType';
2
+ import { ActionType } from '../actionType';
3
3
  import * as TransactionFactory from '../assetTransaction';
4
- import AssetTransactionType from '../assetTransactionType';
4
+ import { AssetTransactionType } from '../assetTransactionType';
5
5
  import { IExtendId } from '../autoGenerated';
6
6
  import { ITicketOffer } from '../event/screeningEvent';
7
7
  import { IMovieTicket } from '../paymentMethod/paymentCard/movieTicket';
@@ -10,7 +10,7 @@ import { IPropertyValue } from '../propertyValue';
10
10
  import * as ReservationFactory from '../reservation';
11
11
  import { IReservation as IEventReservation, IReservationFor as IEventReservationReservationFor, ISubReservation as ISubReservation4eventReservation } from '../reservation/event';
12
12
  import { IReservation as IReservationPackage } from '../reservation/reservationPackage';
13
- import ReservationType from '../reservationType';
13
+ import { ReservationType } from '../reservationType';
14
14
  export declare type IStartParamsWithoutDetail = TransactionFactory.IStartParams<AssetTransactionType.Reserve, IAgent, undefined, IObjectWithoutDetail>;
15
15
  /**
16
16
  * 取引開始パラメーターインターフェース
@@ -1,9 +1,9 @@
1
- import AssetTransactionType from './assetTransactionType';
1
+ import { AssetTransactionType } from './assetTransactionType';
2
2
  import { IExtendId } from './autoGenerated';
3
3
  import { IProject } from './project';
4
- import SortType from './sortType';
5
- import TransactionStatusType from './transactionStatusType';
6
- import TransactionTasksExportationStatus from './transactionTasksExportationStatus';
4
+ import { SortType } from './sortType';
5
+ import { TransactionStatusType } from './transactionStatusType';
6
+ import { TransactionTasksExportationStatus } from './transactionTasksExportationStatus';
7
7
  /**
8
8
  * 取引開始パラメーターインターフェース
9
9
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
- * 取引タイプ
2
+ * 資産取引タイプ
3
3
  */
4
- declare enum AssetTransactionType {
4
+ export declare enum AssetTransactionType {
5
5
  /**
6
6
  * 通貨転送
7
7
  */
@@ -29,4 +29,3 @@ declare enum AssetTransactionType {
29
29
  */
30
30
  RegisterService = "RegisterService"
31
31
  }
32
- export default AssetTransactionType;
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AssetTransactionType = void 0;
3
4
  /**
4
- * 取引タイプ
5
+ * 資産取引タイプ
5
6
  */
6
7
  var AssetTransactionType;
7
8
  (function (AssetTransactionType) {
@@ -31,5 +32,4 @@ var AssetTransactionType;
31
32
  * Service: MembershipService,PaymentCard...
32
33
  */
33
34
  AssetTransactionType["RegisterService"] = "RegisterService";
34
- })(AssetTransactionType || (AssetTransactionType = {}));
35
- exports.default = AssetTransactionType;
35
+ })(AssetTransactionType = exports.AssetTransactionType || (exports.AssetTransactionType = {}));
@@ -1,5 +1,5 @@
1
1
  import { IProject } from './project';
2
- import SortType from './sortType';
2
+ import { SortType } from './sortType';
3
3
  /**
4
4
  * 承認インターフェース
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import * as CreativeWorkFactory from '../../creativeWork';
2
- import CreativeWorkType from '../../creativeWorkType';
2
+ import { CreativeWorkType } from '../../creativeWorkType';
3
3
  import { IProject } from '../../project';
4
4
  import { IThing } from '../../thing';
5
5
  export interface IParticipant {
@@ -1,7 +1,7 @@
1
1
  import * as CreativeWorkFactory from '../creativeWork';
2
2
  import * as OfferFactory from '../offer';
3
3
  import { IProject } from '../project';
4
- import SortType from '../sortType';
4
+ import { SortType } from '../sortType';
5
5
  /**
6
6
  * コンテンツに対するオファーインターフェース
7
7
  */
@@ -1,5 +1,5 @@
1
1
  import * as CreativeWorkFactory from '../../creativeWork';
2
- import CreativeWorkType from '../../creativeWorkType';
2
+ import { CreativeWorkType } from '../../creativeWorkType';
3
3
  export interface IAttributes {
4
4
  typeOf: CreativeWorkType.WebApplication;
5
5
  id: string;
@@ -1,5 +1,5 @@
1
1
  import * as COA from '@motionpicture/coa-service';
2
- import CreativeWorkType from './creativeWorkType';
2
+ import { CreativeWorkType } from './creativeWorkType';
3
3
  import { IPropertyValue } from './propertyValue';
4
4
  import { IThing } from './thing';
5
5
  export interface ICopyrightHolder {
@@ -1,9 +1,8 @@
1
1
  /**
2
2
  * 著作物タイプ
3
3
  */
4
- declare enum CreativeWorkType {
4
+ export declare enum CreativeWorkType {
5
5
  EmailMessage = "EmailMessage",
6
6
  Movie = "Movie",
7
7
  WebApplication = "WebApplication"
8
8
  }
9
- export default CreativeWorkType;
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreativeWorkType = void 0;
3
4
  /**
4
5
  * 著作物タイプ
5
6
  */
@@ -8,5 +9,4 @@ var CreativeWorkType;
8
9
  CreativeWorkType["EmailMessage"] = "EmailMessage";
9
10
  CreativeWorkType["Movie"] = "Movie";
10
11
  CreativeWorkType["WebApplication"] = "WebApplication";
11
- })(CreativeWorkType || (CreativeWorkType = {}));
12
- exports.default = CreativeWorkType;
12
+ })(CreativeWorkType = exports.CreativeWorkType || (exports.CreativeWorkType = {}));
@@ -1,8 +1,8 @@
1
- import IMultilingualString from './multilingualString';
1
+ import { IMultilingualString } from './multilingualString';
2
2
  import { IOrganization } from './organization';
3
3
  import { OrganizationType } from './organizationType';
4
4
  import { IProject } from './project';
5
- import SortType from './sortType';
5
+ import { SortType } from './sortType';
6
6
  /**
7
7
  * 連絡窓口
8
8
  */
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Video = exports.Text = exports.Multipart = exports.Model = exports.Message = exports.Image = exports.Example = exports.Font = exports.Audio = exports.Application = void 0;
2
4
  /**
3
5
  * Media type typically expressed using a MIME format
4
6
  * {@link http://www.iana.org/assignments/media-types/media-types.xhtml}
5
7
  * {@link https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types}
6
8
  */
7
- Object.defineProperty(exports, "__esModule", { value: true });
8
- exports.Video = exports.Text = exports.Multipart = exports.Model = exports.Message = exports.Image = exports.Example = exports.Font = exports.Audio = exports.Application = void 0;
9
9
  var Application;
10
10
  (function (Application) {
11
11
  Application["pdf"] = "application/pdf";
@@ -2,7 +2,7 @@ import { ChevreError } from './chevre';
2
2
  /**
3
3
  * AlreadyInUseError
4
4
  */
5
- export default class AlreadyInUseError extends ChevreError {
5
+ export declare class AlreadyInUseError extends ChevreError {
6
6
  readonly entityName: string;
7
7
  readonly fieldNames: string[];
8
8
  constructor(entityName: string, fieldNames: string[], message?: string);
@@ -15,6 +15,7 @@ var __extends = (this && this.__extends) || (function () {
15
15
  };
16
16
  })();
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.AlreadyInUseError = void 0;
18
19
  // tslint:disable-next-line:no-require-imports
19
20
  var setPrototypeOf = require("setprototypeof");
20
21
  var errorCode_1 = require("../errorCode");
@@ -31,7 +32,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
31
32
  actualMessage = "The specified '" + entityName + "' value is already in use for: " + fieldNames.join(', ') + ".";
32
33
  }
33
34
  // tslint:disable-next-line:no-single-line-block-comment
34
- _this = _super.call(this, errorCode_1.default.AlreadyInUse, actualMessage) /* istanbul ignore next */ || this;
35
+ _this = _super.call(this, errorCode_1.ErrorCode.AlreadyInUse, actualMessage) /* istanbul ignore next */ || this;
35
36
  _this.entityName = entityName;
36
37
  _this.fieldNames = fieldNames;
37
38
  setPrototypeOf(_this, AlreadyInUseError.prototype);
@@ -39,4 +40,4 @@ var AlreadyInUseError = /** @class */ (function (_super) {
39
40
  }
40
41
  return AlreadyInUseError;
41
42
  }(chevre_1.ChevreError));
42
- exports.default = AlreadyInUseError;
43
+ exports.AlreadyInUseError = AlreadyInUseError;
@@ -2,7 +2,7 @@ import { ChevreError } from './chevre';
2
2
  /**
3
3
  * ArgumentError
4
4
  */
5
- export default class ArgumentError extends ChevreError {
5
+ export declare class ArgumentError extends ChevreError {
6
6
  readonly argumentName: string;
7
7
  constructor(argumentName: string, message?: string);
8
8
  }
@@ -15,6 +15,7 @@ var __extends = (this && this.__extends) || (function () {
15
15
  };
16
16
  })();
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.ArgumentError = void 0;
18
19
  // tslint:disable-next-line:no-require-imports
19
20
  var setPrototypeOf = require("setprototypeof");
20
21
  var errorCode_1 = require("../errorCode");
@@ -31,11 +32,11 @@ var ArgumentError = /** @class */ (function (_super) {
31
32
  actualMessage = "Invalid or missing argument supplied: " + argumentName + ".";
32
33
  }
33
34
  // tslint:disable-next-line:no-single-line-block-comment
34
- _this = _super.call(this, errorCode_1.default.Argument, actualMessage) /* istanbul ignore next */ || this;
35
+ _this = _super.call(this, errorCode_1.ErrorCode.Argument, actualMessage) /* istanbul ignore next */ || this;
35
36
  _this.argumentName = argumentName;
36
37
  setPrototypeOf(_this, ArgumentError.prototype);
37
38
  return _this;
38
39
  }
39
40
  return ArgumentError;
40
41
  }(chevre_1.ChevreError));
41
- exports.default = ArgumentError;
42
+ exports.ArgumentError = ArgumentError;
@@ -2,7 +2,7 @@ import { ChevreError } from './chevre';
2
2
  /**
3
3
  * ArgumentNullError
4
4
  */
5
- export default class ArgumentNullError extends ChevreError {
5
+ export declare class ArgumentNullError extends ChevreError {
6
6
  readonly argumentName: string;
7
7
  constructor(argumentName: string, message?: string);
8
8
  }
@@ -15,6 +15,7 @@ var __extends = (this && this.__extends) || (function () {
15
15
  };
16
16
  })();
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.ArgumentNullError = void 0;
18
19
  // tslint:disable-next-line:no-require-imports
19
20
  var setPrototypeOf = require("setprototypeof");
20
21
  var errorCode_1 = require("../errorCode");
@@ -31,11 +32,11 @@ var ArgumentNullError = /** @class */ (function (_super) {
31
32
  actualMessage = "Missing argument: " + argumentName + ".";
32
33
  }
33
34
  // tslint:disable-next-line:no-single-line-block-comment
34
- _this = _super.call(this, errorCode_1.default.ArgumentNull, actualMessage) /* istanbul ignore next */ || this;
35
+ _this = _super.call(this, errorCode_1.ErrorCode.ArgumentNull, actualMessage) /* istanbul ignore next */ || this;
35
36
  _this.argumentName = argumentName;
36
37
  setPrototypeOf(_this, ArgumentNullError.prototype);
37
38
  return _this;
38
39
  }
39
40
  return ArgumentNullError;
40
41
  }(chevre_1.ChevreError));
41
- exports.default = ArgumentNullError;
42
+ exports.ArgumentNullError = ArgumentNullError;
@@ -1,4 +1,4 @@
1
- import ErrorCode from '../errorCode';
1
+ import { ErrorCode } from '../errorCode';
2
2
  /**
3
3
  * ChevreError
4
4
  */
@@ -2,6 +2,6 @@ import { ChevreError } from './chevre';
2
2
  /**
3
3
  * ForbiddenError
4
4
  */
5
- export default class ForbiddenError extends ChevreError {
5
+ export declare class ForbiddenError extends ChevreError {
6
6
  constructor(message?: string);
7
7
  }