@chevre/factory 4.335.0 → 4.337.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 (154) hide show
  1. package/README.md +0 -5
  2. package/lib/account/action/moneyTransfer.d.ts +5 -5
  3. package/lib/account/transaction/deposit.d.ts +3 -3
  4. package/lib/account/transaction/transfer.d.ts +3 -3
  5. package/lib/account/transaction/withdraw.d.ts +3 -3
  6. package/lib/account/transaction.d.ts +2 -2
  7. package/lib/action/authorize/award/point.d.ts +4 -4
  8. package/lib/action/authorize/offer/moneyTransfer.d.ts +8 -8
  9. package/lib/action/authorize/offer/product.d.ts +11 -11
  10. package/lib/action/authorize/offer/seatReservation/coa.d.ts +1 -1
  11. package/lib/action/authorize/offer/seatReservation.d.ts +22 -22
  12. package/lib/action/authorize/paymentMethod/any.d.ts +6 -6
  13. package/lib/action/authorize.d.ts +4 -4
  14. package/lib/action/cancel/reservation.d.ts +4 -4
  15. package/lib/action/check/paymentMethod/movieTicket.d.ts +7 -7
  16. package/lib/action/check/token.d.ts +4 -4
  17. package/lib/action/check.d.ts +3 -3
  18. package/lib/action/consume/use/reservation.d.ts +5 -5
  19. package/lib/action/consume/use.d.ts +4 -4
  20. package/lib/action/interact/confirm/moneyTransfer.d.ts +3 -3
  21. package/lib/action/interact/confirm/pay.d.ts +4 -4
  22. package/lib/action/interact/confirm/registerService.d.ts +4 -4
  23. package/lib/action/interact/confirm/reservation.d.ts +7 -7
  24. package/lib/action/interact/confirm.d.ts +6 -6
  25. package/lib/action/interact/inform.d.ts +6 -6
  26. package/lib/action/interact/register/service.d.ts +4 -4
  27. package/lib/action/interact/register.d.ts +5 -5
  28. package/lib/action/reserve.d.ts +5 -5
  29. package/lib/action/trade/order.d.ts +5 -5
  30. package/lib/action/trade/pay.d.ts +7 -7
  31. package/lib/action/trade/refund.d.ts +8 -8
  32. package/lib/action/transfer/give/pointAward.d.ts +5 -5
  33. package/lib/action/transfer/give.d.ts +6 -6
  34. package/lib/action/transfer/moneyTransfer.d.ts +9 -9
  35. package/lib/action/transfer/return/moneyTransfer.d.ts +5 -5
  36. package/lib/action/transfer/return/order.d.ts +5 -5
  37. package/lib/action/transfer/return/paymentMethod.d.ts +6 -6
  38. package/lib/action/transfer/return/pointAward.d.ts +6 -6
  39. package/lib/action/transfer/return/reserveTransaction.d.ts +8 -8
  40. package/lib/action/transfer/return.d.ts +3 -3
  41. package/lib/action/transfer/send/message/email.d.ts +6 -6
  42. package/lib/action/transfer/send/order.d.ts +5 -5
  43. package/lib/action/transfer/send.d.ts +7 -7
  44. package/lib/action/update/delete/member.d.ts +3 -3
  45. package/lib/action/update/delete.d.ts +5 -5
  46. package/lib/action.d.ts +7 -7
  47. package/lib/additionalProperty.d.ts +4 -4
  48. package/lib/assetTransaction/cancelReservation.d.ts +7 -7
  49. package/lib/assetTransaction/moneyTransfer.d.ts +10 -10
  50. package/lib/assetTransaction/pay.d.ts +7 -7
  51. package/lib/assetTransaction/refund.d.ts +7 -7
  52. package/lib/assetTransaction/registerService.d.ts +7 -7
  53. package/lib/assetTransaction/reserve.d.ts +16 -16
  54. package/lib/assetTransaction.d.ts +3 -3
  55. package/lib/authorization.d.ts +7 -7
  56. package/lib/autoGenerated.d.ts +1 -1
  57. package/lib/cognito.d.ts +2 -4
  58. package/lib/creativeWork/comment.d.ts +2 -2
  59. package/lib/creativeWork/movie.d.ts +1 -1
  60. package/lib/creativeWork.d.ts +1 -1
  61. package/lib/error/alreadyInUse.js +1 -1
  62. package/lib/error/argument.js +1 -1
  63. package/lib/error/argumentNull.js +1 -1
  64. package/lib/error/notFound.js +1 -1
  65. package/lib/event/anyEvent.d.ts +14 -14
  66. package/lib/event/screeningEvent.d.ts +12 -12
  67. package/lib/event/screeningEventSeries.d.ts +4 -4
  68. package/lib/event.d.ts +2 -2
  69. package/lib/iam.d.ts +2 -2
  70. package/lib/index.d.ts +1 -1
  71. package/lib/invoice.d.ts +11 -11
  72. package/lib/merchantReturnPolicy.d.ts +4 -4
  73. package/lib/offer/aggregateOffer.d.ts +1 -1
  74. package/lib/offer.d.ts +6 -6
  75. package/lib/offerCatalog.d.ts +2 -2
  76. package/lib/offerItemCondition.d.ts +1 -1
  77. package/lib/order.d.ts +30 -35
  78. package/lib/orderExternal.d.ts +1 -1
  79. package/lib/organization.d.ts +2 -2
  80. package/lib/ownershipInfo.d.ts +9 -9
  81. package/lib/paymentMethod/paymentCard.d.ts +1 -1
  82. package/lib/permit.d.ts +9 -9
  83. package/lib/person.d.ts +3 -3
  84. package/lib/place/movieTheater.d.ts +4 -18
  85. package/lib/place/screeningRoom.d.ts +2 -2
  86. package/lib/place/seat.d.ts +8 -6
  87. package/lib/place.d.ts +1 -2
  88. package/lib/priceSpecification/categoryCodeChargeSpecification.d.ts +1 -1
  89. package/lib/priceSpecification/compoundPriceSpecification.d.ts +2 -2
  90. package/lib/priceSpecification/unitPriceSpecification.d.ts +3 -3
  91. package/lib/priceSpecification.d.ts +2 -2
  92. package/lib/product.d.ts +10 -10
  93. package/lib/quantitativeValue.d.ts +1 -1
  94. package/lib/report/accountingReport.d.ts +7 -7
  95. package/lib/reservation/busReservation.d.ts +3 -3
  96. package/lib/reservation/event.d.ts +4 -4
  97. package/lib/reservation/reservationPackage.d.ts +2 -2
  98. package/lib/reservation.d.ts +12 -12
  99. package/lib/seller.d.ts +4 -4
  100. package/lib/service/paymentService.d.ts +3 -3
  101. package/lib/task/accountMoneyTransfer.d.ts +1 -1
  102. package/lib/task/aggregateScreeningEvent.d.ts +1 -1
  103. package/lib/task/aggregateUseActionsOnEvent.d.ts +1 -1
  104. package/lib/task/cancelAccountMoneyTransfer.d.ts +1 -1
  105. package/lib/task/cancelMoneyTransfer.d.ts +1 -1
  106. package/lib/task/cancelPendingReservation.d.ts +1 -1
  107. package/lib/task/cancelReservation.d.ts +1 -1
  108. package/lib/task/confirmMoneyTransfer.d.ts +2 -2
  109. package/lib/task/confirmPayTransaction.d.ts +2 -2
  110. package/lib/task/confirmRegisterService.d.ts +2 -2
  111. package/lib/task/confirmRegisterServiceTransaction.d.ts +2 -2
  112. package/lib/task/confirmReserveTransaction.d.ts +2 -2
  113. package/lib/task/createEvent.d.ts +3 -3
  114. package/lib/task/deleteTransaction.d.ts +5 -5
  115. package/lib/task/givePointAward.d.ts +2 -2
  116. package/lib/task/importEventCapacitiesFromCOA.d.ts +1 -1
  117. package/lib/task/importEventsFromCOA.d.ts +1 -1
  118. package/lib/task/importOffersFromCOA.d.ts +1 -1
  119. package/lib/task/moneyTransfer.d.ts +2 -2
  120. package/lib/task/onAssetTransactionStatusChanged.d.ts +1 -1
  121. package/lib/task/onAuthorizationCreated.d.ts +1 -1
  122. package/lib/task/onEventChanged.d.ts +1 -1
  123. package/lib/task/onOrderPaymentCompleted.d.ts +1 -1
  124. package/lib/task/onResourceUpdated.d.ts +6 -6
  125. package/lib/task/pay.d.ts +2 -2
  126. package/lib/task/placeOrder.d.ts +1 -1
  127. package/lib/task/refund.d.ts +2 -2
  128. package/lib/task/registerService.d.ts +2 -2
  129. package/lib/task/reserve.d.ts +1 -1
  130. package/lib/task/returnMoneyTransfer.d.ts +2 -2
  131. package/lib/task/returnOrder.d.ts +2 -2
  132. package/lib/task/returnPayTransaction.d.ts +2 -2
  133. package/lib/task/returnPointAward.d.ts +2 -2
  134. package/lib/task/returnReserveTransaction.d.ts +2 -2
  135. package/lib/task/sendEmailMessage.d.ts +1 -1
  136. package/lib/task/sendOrder.d.ts +2 -2
  137. package/lib/task/syncScreeningRooms.d.ts +1 -1
  138. package/lib/task/triggerWebhook.d.ts +2 -2
  139. package/lib/task/useReservation.d.ts +3 -3
  140. package/lib/task/voidMoneyTransferTransaction.d.ts +1 -1
  141. package/lib/task/voidPayTransaction.d.ts +2 -2
  142. package/lib/task/voidPayment.d.ts +2 -2
  143. package/lib/task/voidRegisterServiceTransaction.d.ts +1 -1
  144. package/lib/task/voidReserveTransaction.d.ts +2 -2
  145. package/lib/task.d.ts +3 -3
  146. package/lib/thing.d.ts +1 -1
  147. package/lib/transaction/moneyTransfer.d.ts +7 -7
  148. package/lib/transaction/placeOrder.d.ts +7 -7
  149. package/lib/transaction/returnOrder.d.ts +8 -8
  150. package/lib/transaction.d.ts +3 -3
  151. package/lib/trip/busTrip.d.ts +3 -3
  152. package/lib/unitPriceOffer/merchantReturnPolicy.d.ts +1 -1
  153. package/lib/unitPriceOffer.d.ts +4 -4
  154. package/package.json +9 -14
@@ -5,7 +5,7 @@ import { IAttributes as IScreeningEventSeriesAttributes } from '../event/screeni
5
5
  import { IExtendId } from '../autoGenerated';
6
6
  import * as TaskFactory from '../task';
7
7
  import { TaskName } from '../taskName';
8
- export declare type IActionObject = IScreeningEventAttributes[] | IScreeningEventSeriesAttributes[];
8
+ export type IActionObject = IScreeningEventAttributes[] | IScreeningEventSeriesAttributes[];
9
9
  export interface IActionInstrument {
10
10
  createScreeningEventSeriesIfNotExistByWorkPerformed: boolean;
11
11
  /**
@@ -13,7 +13,7 @@ export interface IActionInstrument {
13
13
  */
14
14
  createScreeningEventSeriesOnAllLocation?: boolean;
15
15
  }
16
- export declare type IData = IActionAttributes<ActionType.CreateAction, IActionObject, any> & {
16
+ export type IData = IActionAttributes<ActionType.CreateAction, IActionObject, any> & {
17
17
  instrument: IActionInstrument;
18
18
  };
19
19
  export interface IAttributes extends TaskFactory.IAttributes {
@@ -23,4 +23,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
23
23
  /**
24
24
  * イベント作成タスク
25
25
  */
26
- export declare type ITask = IExtendId<IAttributes>;
26
+ export type ITask = IExtendId<IAttributes>;
@@ -12,15 +12,15 @@ export declare enum SpecifyingMethod {
12
12
  Id = "Id",
13
13
  AgentId = "AgentId"
14
14
  }
15
- export declare type IObjectAsMoneyTransfer = Pick<IMoneyTransfer, 'project' | 'id' | 'typeOf' | 'startDate' | 'endDate'> & {
15
+ export type IObjectAsMoneyTransfer = Pick<IMoneyTransfer, 'project' | 'id' | 'typeOf' | 'startDate' | 'endDate'> & {
16
16
  object: Pick<IMoneyTransferObject, 'pendingTransaction'>;
17
17
  specifyingMethod?: SpecifyingMethod.Id;
18
18
  };
19
- export declare type IObjectAsPlaceOrder = Pick<IPlaceOrder, 'project' | 'id' | 'typeOf' | 'startDate' | 'endDate'> & {
19
+ export type IObjectAsPlaceOrder = Pick<IPlaceOrder, 'project' | 'id' | 'typeOf' | 'startDate' | 'endDate'> & {
20
20
  object: Pick<IPlaceOrderObject, 'confirmationNumber' | 'orderNumber'>;
21
21
  specifyingMethod?: SpecifyingMethod.Id;
22
22
  };
23
- export declare type IObjectAsReturnOrder = Pick<IReturnOrder, 'project' | 'id' | 'typeOf' | 'startDate' | 'endDate'> & {
23
+ export type IObjectAsReturnOrder = Pick<IReturnOrder, 'project' | 'id' | 'typeOf' | 'startDate' | 'endDate'> & {
24
24
  object: Pick<IReturnOrderObject, 'order'>;
25
25
  specifyingMethod?: SpecifyingMethod.Id;
26
26
  };
@@ -34,7 +34,7 @@ export interface IObjectByAgentId {
34
34
  id: string;
35
35
  };
36
36
  }
37
- export declare type IObject = IObjectAsMoneyTransfer | IObjectAsPlaceOrder | IObjectAsReturnOrder | IObjectByAgentId;
37
+ export type IObject = IObjectAsMoneyTransfer | IObjectAsPlaceOrder | IObjectAsReturnOrder | IObjectByAgentId;
38
38
  export interface IData {
39
39
  object: IObject;
40
40
  }
@@ -45,4 +45,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
45
45
  /**
46
46
  * 取引削除タスク
47
47
  */
48
- export declare type ITask = IExtendId<IAttributes>;
48
+ export type ITask = IExtendId<IAttributes>;
@@ -2,7 +2,7 @@ import { IAttributes as IGivePointAwardActionAttributes } from '../action/transf
2
2
  import { IExtendId } from '../autoGenerated';
3
3
  import * as TaskFactory from '../task';
4
4
  import { TaskName } from '../taskName';
5
- export declare type IData = IGivePointAwardActionAttributes;
5
+ export type IData = IGivePointAwardActionAttributes;
6
6
  export interface IAttributes extends TaskFactory.IAttributes {
7
7
  name: TaskName.GivePointAward;
8
8
  data: IData;
@@ -10,4 +10,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
10
10
  /**
11
11
  * ポイント特典付与タスク
12
12
  */
13
- export declare type ITask = IExtendId<IAttributes>;
13
+ export type ITask = IExtendId<IAttributes>;
@@ -24,4 +24,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
24
24
  /**
25
25
  * イベントキャパシティインポートタスクインターフェース
26
26
  */
27
- export declare type ITask = IExtendId<IAttributes>;
27
+ export type ITask = IExtendId<IAttributes>;
@@ -33,4 +33,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
33
33
  /**
34
34
  * イベントインポートタスク
35
35
  */
36
- export declare type ITask = IExtendId<IAttributes>;
36
+ export type ITask = IExtendId<IAttributes>;
@@ -13,4 +13,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
13
13
  /**
14
14
  * COA券種インポートタスクインターフェース
15
15
  */
16
- export declare type ITask = IExtendId<IAttributes>;
16
+ export type ITask = IExtendId<IAttributes>;
@@ -2,7 +2,7 @@ import { IAttributes as IMoneyTransferActionAttributes } from '../action/transfe
2
2
  import { IExtendId } from '../autoGenerated';
3
3
  import * as TaskFactory from '../task';
4
4
  import { TaskName } from '../taskName';
5
- export declare type IData = IMoneyTransferActionAttributes;
5
+ export type IData = IMoneyTransferActionAttributes;
6
6
  export interface IAttributes extends TaskFactory.IAttributes {
7
7
  name: TaskName.MoneyTransfer;
8
8
  data: IData;
@@ -10,4 +10,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
10
10
  /**
11
11
  * 通貨転送タスクファクトリー
12
12
  */
13
- export declare type ITask = IExtendId<IAttributes>;
13
+ export type ITask = IExtendId<IAttributes>;
@@ -32,4 +32,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
32
32
  /**
33
33
  * 資産取引ステータス変更時タスク
34
34
  */
35
- export declare type ITask = IExtendId<IAttributes>;
35
+ export type ITask = IExtendId<IAttributes>;
@@ -21,4 +21,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
21
21
  /**
22
22
  * 承認作成時タスク
23
23
  */
24
- export declare type ITask = IExtendId<IAttributes>;
24
+ export type ITask = IExtendId<IAttributes>;
@@ -22,4 +22,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
22
22
  /**
23
23
  * イベント変更時タスク
24
24
  */
25
- export declare type ITask = IExtendId<IAttributes>;
25
+ export type ITask = IExtendId<IAttributes>;
@@ -18,4 +18,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
18
18
  /**
19
19
  * 注文に対する決済完了時タスク
20
20
  */
21
- export declare type ITask = IExtendId<IAttributes>;
21
+ export type ITask = IExtendId<IAttributes>;
@@ -10,10 +10,10 @@ import { PlaceType } from '../placeType';
10
10
  import { ProductType } from '../product';
11
11
  import * as TaskFactory from '../task';
12
12
  import { TaskName } from '../taskName';
13
- export declare type AccountTitleType = IAccountTitle['typeOf'];
14
- export declare type CategoryCodeType = ICategoryCode['typeOf'];
15
- export declare type OfferCatalogType = IOfferCatalog['typeOf'];
16
- export declare type IResourceTypeOf = AccountTitleType | CategoryCodeType | CreativeWorkType | EventType.ScreeningEventSeries | OrganizationType.Corporation | PlaceType.MovieTheater | ProductType | OfferCatalogType | OfferType.AggregateOffer;
13
+ export type AccountTitleType = IAccountTitle['typeOf'];
14
+ export type CategoryCodeType = ICategoryCode['typeOf'];
15
+ export type OfferCatalogType = IOfferCatalog['typeOf'];
16
+ export type IResourceTypeOf = AccountTitleType | CategoryCodeType | CreativeWorkType | EventType.ScreeningEventSeries | OrganizationType.Corporation | PlaceType.MovieTheater | ProductType | OfferCatalogType | OfferType.AggregateOffer;
17
17
  export interface IData4common {
18
18
  id: string[];
19
19
  project: {
@@ -65,7 +65,7 @@ export interface IData4pos {
65
65
  isDeleted: boolean;
66
66
  useInform: boolean;
67
67
  }
68
- export declare type IData = IData4common | IData4screeningRoom | IData4pos;
68
+ export type IData = IData4common | IData4screeningRoom | IData4pos;
69
69
  export interface IAttributes extends TaskFactory.IAttributes {
70
70
  name: TaskName.OnResourceUpdated;
71
71
  data: IData;
@@ -73,4 +73,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
73
73
  /**
74
74
  * リソース変更時タスク
75
75
  */
76
- export declare type ITask = IExtendId<IAttributes>;
76
+ export type ITask = IExtendId<IAttributes>;
package/lib/task/pay.d.ts CHANGED
@@ -2,7 +2,7 @@ import { IAttributes as IPayActionAttributes } from '../action/trade/pay';
2
2
  import { IExtendId } from '../autoGenerated';
3
3
  import * as TaskFactory from '../task';
4
4
  import { TaskName } from '../taskName';
5
- export declare type IData = IPayActionAttributes;
5
+ export type IData = IPayActionAttributes;
6
6
  export interface IAttributes extends TaskFactory.IAttributes {
7
7
  name: TaskName.Pay;
8
8
  data: IData;
@@ -10,4 +10,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
10
10
  /**
11
11
  * 決済タスク
12
12
  */
13
- export declare type ITask = IExtendId<IAttributes>;
13
+ export type ITask = IExtendId<IAttributes>;
@@ -16,4 +16,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
16
16
  /**
17
17
  * 注文タスク
18
18
  */
19
- export declare type ITask = IExtendId<IAttributes>;
19
+ export type ITask = IExtendId<IAttributes>;
@@ -2,7 +2,7 @@ import { IAttributes as IRefundActionAttributes } from '../action/trade/refund';
2
2
  import { IExtendId } from '../autoGenerated';
3
3
  import * as TaskFactory from '../task';
4
4
  import { TaskName } from '../taskName';
5
- export declare type IData = IRefundActionAttributes;
5
+ export type IData = IRefundActionAttributes;
6
6
  export interface IAttributes extends TaskFactory.IAttributes {
7
7
  name: TaskName.Refund;
8
8
  data: IData;
@@ -10,4 +10,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
10
10
  /**
11
11
  * 返金タスクインターフェース
12
12
  */
13
- export declare type ITask = IExtendId<IAttributes>;
13
+ export type ITask = IExtendId<IAttributes>;
@@ -5,9 +5,9 @@ import { IAttributes as IRegisterServiceActionAttributes } from '../action/inter
5
5
  import { IExtendId } from '../autoGenerated';
6
6
  import * as TaskFactory from '../task';
7
7
  import { TaskName } from '../taskName';
8
- export declare type IData = IRegisterServiceActionAttributes[];
8
+ export type IData = IRegisterServiceActionAttributes[];
9
9
  export interface IAttributes extends TaskFactory.IAttributes {
10
10
  name: TaskName.RegisterService;
11
11
  data: IData;
12
12
  }
13
- export declare type ITask = IExtendId<IAttributes>;
13
+ export type ITask = IExtendId<IAttributes>;
@@ -12,4 +12,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
12
12
  name: TaskName.Reserve;
13
13
  data: IData;
14
14
  }
15
- export declare type ITask = IExtendId<IAttributes>;
15
+ export type ITask = IExtendId<IAttributes>;
@@ -2,7 +2,7 @@ import { IAttributes as IReturnMoneyTransferActionAttributes } from '../action/t
2
2
  import { IExtendId } from '../autoGenerated';
3
3
  import * as TaskFactory from '../task';
4
4
  import { TaskName } from '../taskName';
5
- export declare type IData = IReturnMoneyTransferActionAttributes;
5
+ export type IData = IReturnMoneyTransferActionAttributes;
6
6
  export interface IAttributes extends TaskFactory.IAttributes {
7
7
  name: TaskName.ReturnMoneyTransfer;
8
8
  data: IData;
@@ -10,4 +10,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
10
10
  /**
11
11
  * 入金返却タスクインターフェース
12
12
  */
13
- export declare type ITask = IExtendId<IAttributes>;
13
+ export type ITask = IExtendId<IAttributes>;
@@ -2,7 +2,7 @@ import { IAttributes as IReturnOrderActionAttributes } from '../action/transfer/
2
2
  import { IExtendId } from '../autoGenerated';
3
3
  import * as TaskFactory from '../task';
4
4
  import { TaskName } from '../taskName';
5
- export declare type IData = Pick<IReturnOrderActionAttributes, 'agent' | 'object' | 'project' | 'typeOf'>;
5
+ export type IData = Pick<IReturnOrderActionAttributes, 'agent' | 'object' | 'project' | 'typeOf'>;
6
6
  export interface IAttributes extends TaskFactory.IAttributes {
7
7
  name: TaskName.ReturnOrder;
8
8
  data: IData;
@@ -10,4 +10,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
10
10
  /**
11
11
  * 注文返品タスク
12
12
  */
13
- export declare type ITask = IExtendId<IAttributes>;
13
+ export type ITask = IExtendId<IAttributes>;
@@ -2,7 +2,7 @@ import { IAttributes as IReturnActionAttributes } from '../action/transfer/retur
2
2
  import { IExtendId } from '../autoGenerated';
3
3
  import * as TaskFactory from '../task';
4
4
  import { TaskName } from '../taskName';
5
- export declare type IData = IReturnActionAttributes;
5
+ export type IData = IReturnActionAttributes;
6
6
  export interface IAttributes extends TaskFactory.IAttributes {
7
7
  name: TaskName.ReturnPayTransaction;
8
8
  data: IData;
@@ -10,4 +10,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
10
10
  /**
11
11
  * 決済資産取引返却タスク
12
12
  */
13
- export declare type ITask = IExtendId<IAttributes>;
13
+ export type ITask = IExtendId<IAttributes>;
@@ -2,7 +2,7 @@ import { IAttributes as IReturnPointAwardActionAttributes } from '../action/tran
2
2
  import { IExtendId } from '../autoGenerated';
3
3
  import * as TaskFactory from '../task';
4
4
  import { TaskName } from '../taskName';
5
- export declare type IData = IReturnPointAwardActionAttributes;
5
+ export type IData = IReturnPointAwardActionAttributes;
6
6
  export interface IAttributes extends TaskFactory.IAttributes {
7
7
  name: TaskName.ReturnPointAward;
8
8
  data: IData;
@@ -10,4 +10,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
10
10
  /**
11
11
  * ポイントインセンティブ返却タスクインターフェース
12
12
  */
13
- export declare type ITask = IExtendId<IAttributes>;
13
+ export type ITask = IExtendId<IAttributes>;
@@ -3,7 +3,7 @@ import { IExtendId } from '../autoGenerated';
3
3
  import * as WebAPIFactory from '../service/webAPI';
4
4
  import * as TaskFactory from '../task';
5
5
  import { TaskName } from '../taskName';
6
- export declare type IData = IReturnActionAttributes<WebAPIFactory.Identifier>;
6
+ export type IData = IReturnActionAttributes<WebAPIFactory.Identifier>;
7
7
  export interface IAttributes extends TaskFactory.IAttributes {
8
8
  name: TaskName.ReturnReserveTransaction;
9
9
  data: IData;
@@ -11,4 +11,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
11
11
  /**
12
12
  * 予約資産取引返却タスク
13
13
  */
14
- export declare type ITask = IExtendId<IAttributes>;
14
+ export type ITask = IExtendId<IAttributes>;
@@ -15,4 +15,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
15
15
  /**
16
16
  * Eメール送信タスクインターフェース
17
17
  */
18
- export declare type ITask = IExtendId<IAttributes>;
18
+ export type ITask = IExtendId<IAttributes>;
@@ -3,7 +3,7 @@ import { IExtendId } from '../autoGenerated';
3
3
  import { IProject } from '../project';
4
4
  import * as TaskFactory from '../task';
5
5
  import { TaskName } from '../taskName';
6
- export declare type IObject = SendOrderActionFactory.IObject & {
6
+ export type IObject = SendOrderActionFactory.IObject & {
7
7
  confirmationNumber: string;
8
8
  };
9
9
  export interface IData {
@@ -17,4 +17,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
17
17
  /**
18
18
  * 注文配送タスク
19
19
  */
20
- export declare type ITask = IExtendId<IAttributes>;
20
+ export type ITask = IExtendId<IAttributes>;
@@ -19,4 +19,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
19
19
  /**
20
20
  * ルーム同期タスク
21
21
  */
22
- export declare type ITask = IExtendId<IAttributes>;
22
+ export type ITask = IExtendId<IAttributes>;
@@ -2,7 +2,7 @@ import { IAttributes as IInformActionAttributes } from '../action/interact/infor
2
2
  import { IExtendId } from '../autoGenerated';
3
3
  import * as TaskFactory from '../task';
4
4
  import { TaskName } from '../taskName';
5
- export declare type IData = IInformActionAttributes<any, any>;
5
+ export type IData = IInformActionAttributes<any, any>;
6
6
  export interface IAttributes extends TaskFactory.IAttributes {
7
7
  name: TaskName.TriggerWebhook;
8
8
  data: IData;
@@ -10,4 +10,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
10
10
  /**
11
11
  * ウェブフックタスクインターフェース
12
12
  */
13
- export declare type ITask = IExtendId<IAttributes>;
13
+ export type ITask = IExtendId<IAttributes>;
@@ -2,8 +2,8 @@ import { IAttributes as IUseReservationActionAttributes, IReservationAsObject }
2
2
  import { IExtendId } from '../autoGenerated';
3
3
  import * as TaskFactory from '../task';
4
4
  import { TaskName } from '../taskName';
5
- export declare type IUseReservationObject = Pick<IReservationAsObject, 'id' | 'typeOf'>;
6
- export declare type IData = Pick<IUseReservationActionAttributes, 'agent' | 'instrument' | 'location' | 'project' | 'typeOf'> & {
5
+ export type IUseReservationObject = Pick<IReservationAsObject, 'id' | 'typeOf'>;
6
+ export type IData = Pick<IUseReservationActionAttributes, 'agent' | 'instrument' | 'location' | 'project' | 'typeOf'> & {
7
7
  object: IUseReservationObject;
8
8
  /**
9
9
  * 発券前に予約アクションを実行するかどうか
@@ -17,4 +17,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
17
17
  /**
18
18
  * 予約使用タスク
19
19
  */
20
- export declare type ITask = IExtendId<IAttributes>;
20
+ export type ITask = IExtendId<IAttributes>;
@@ -21,4 +21,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
21
21
  /**
22
22
  * 通貨転送中止タスクインターフェース
23
23
  */
24
- export declare type ITask = IExtendId<IAttributes>;
24
+ export type ITask = IExtendId<IAttributes>;
@@ -4,7 +4,7 @@ import { OrderStatus } from '../orderStatus';
4
4
  import { IProject } from '../project';
5
5
  import * as TaskFactory from '../task';
6
6
  import { TaskName } from '../taskName';
7
- export declare type IPurpose = IAuthorizePaymentPurpose & {
7
+ export type IPurpose = IAuthorizePaymentPurpose & {
8
8
  result?: {
9
9
  order?: {
10
10
  orderStatus?: OrderStatus.OrderCancelled;
@@ -26,4 +26,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
26
26
  /**
27
27
  * 決済中止タスクインターフェース
28
28
  */
29
- export declare type ITask = IExtendId<IAttributes>;
29
+ export type ITask = IExtendId<IAttributes>;
@@ -2,7 +2,7 @@ import { ITransaction as IPayTransaction } from '../assetTransaction/pay';
2
2
  import { IExtendId } from '../autoGenerated';
3
3
  import * as TaskFactory from '../task';
4
4
  import { TaskName } from '../taskName';
5
- export declare type IPayTransactionAsObject = Pick<IPayTransaction, 'project' | 'typeOf' | 'id' | 'transactionNumber' | 'recipient' | 'object'>;
5
+ export type IPayTransactionAsObject = Pick<IPayTransaction, 'project' | 'typeOf' | 'id' | 'transactionNumber' | 'recipient' | 'object'>;
6
6
  export interface IData {
7
7
  object: IPayTransactionAsObject;
8
8
  }
@@ -13,4 +13,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
13
13
  /**
14
14
  * 決済中止タスク
15
15
  */
16
- export declare type ITask = IExtendId<IAttributes>;
16
+ export type ITask = IExtendId<IAttributes>;
@@ -21,4 +21,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
21
21
  /**
22
22
  * サービス登録中止タスクインターフェース
23
23
  */
24
- export declare type ITask = IExtendId<IAttributes>;
24
+ export type ITask = IExtendId<IAttributes>;
@@ -4,7 +4,7 @@ import { OrderStatus } from '../orderStatus';
4
4
  import { IProject } from '../project';
5
5
  import * as TaskFactory from '../task';
6
6
  import { TaskName } from '../taskName';
7
- export declare type IPurpose = IAuthorizeEventServiceOfferPurpose & {
7
+ export type IPurpose = IAuthorizeEventServiceOfferPurpose & {
8
8
  result?: {
9
9
  order?: {
10
10
  orderStatus?: OrderStatus.OrderCancelled;
@@ -26,4 +26,4 @@ export interface IAttributes extends TaskFactory.IAttributes {
26
26
  /**
27
27
  * 予約承認取消タスクインターフェース
28
28
  */
29
- export declare type ITask = IExtendId<IAttributes>;
29
+ export type ITask = IExtendId<IAttributes>;
package/lib/task.d.ts CHANGED
@@ -3,8 +3,8 @@ import { IProject } from './project';
3
3
  import { SortType } from './sortType';
4
4
  import { TaskName } from './taskName';
5
5
  import { TaskStatus } from './taskStatus';
6
- export declare type IData = any;
7
- export declare type IExecutionErrorAsObject = Error;
6
+ export type IData = any;
7
+ export type IExecutionErrorAsObject = Error;
8
8
  /**
9
9
  * タスク実行結果
10
10
  */
@@ -19,7 +19,7 @@ export interface IExecutor {
19
19
  /**
20
20
  * タスク
21
21
  */
22
- export declare type ITask = IExtendId<IAttributes>;
22
+ export type ITask = IExtendId<IAttributes>;
23
23
  export interface IAttributes {
24
24
  /**
25
25
  * タスク識別子
package/lib/thing.d.ts CHANGED
@@ -3,7 +3,7 @@ import { IPropertyValue } from './propertyValue';
3
3
  /**
4
4
  * 識別子インターフェース
5
5
  */
6
- export declare type IIdentifier = IPropertyValue<string>[];
6
+ export type IIdentifier = IPropertyValue<string>[];
7
7
  /**
8
8
  * {@link https://schema.org/Thing}
9
9
  */
@@ -8,7 +8,7 @@ import { PersonType } from '../personType';
8
8
  import { IProject } from '../project';
9
9
  import * as TransactionFactory from '../transaction';
10
10
  import { TransactionType } from '../transactionType';
11
- export declare type IAgent = TransactionFactory.IAgent;
11
+ export type IAgent = TransactionFactory.IAgent;
12
12
  export interface IRecipientAsPerson {
13
13
  typeOf: PersonType.Person;
14
14
  id: string;
@@ -17,14 +17,14 @@ export interface IRecipientAsPerson {
17
17
  */
18
18
  name?: string;
19
19
  }
20
- export declare type IRecipient = IRecipientAsPerson;
20
+ export type IRecipient = IRecipientAsPerson;
21
21
  export import ISeller = TransactionFactory.ISeller;
22
22
  export import IPaymentCard = MoneyTransferAssetTransactionFactory.IPaymentCard;
23
23
  export import ITokenizedPaymentCard = MoneyTransferAssetTransactionFactory.ITokenizedPaymentCard;
24
24
  export import IOrderAsFromLocation = MoneyTransferAssetTransactionFactory.IOrderAsFromLocation;
25
25
  export import IFromLocationBeforeStart = MoneyTransferAssetTransactionFactory.IFromLocationBeforeStart;
26
- export declare type IFromLocation = IPaymentCard;
27
- export declare type IToLocation = IPaymentCard;
26
+ export type IFromLocation = IPaymentCard;
27
+ export type IToLocation = IPaymentCard;
28
28
  export interface IObjectPendingTransaction {
29
29
  typeOf?: AssetTransactionType.MoneyTransfer;
30
30
  id?: string;
@@ -85,11 +85,11 @@ export interface IStartParams extends TransactionFactory.IStartParams<Transactio
85
85
  */
86
86
  seller: ISeller;
87
87
  }
88
- export declare type IResult = any;
88
+ export type IResult = any;
89
89
  /**
90
90
  * エラーインターフェース
91
91
  */
92
- export declare type IError = any;
92
+ export type IError = any;
93
93
  /**
94
94
  * 取引対象物インターフェース
95
95
  */
@@ -122,7 +122,7 @@ export interface IPotentialActions {
122
122
  */
123
123
  moneyTransfer: IMoneyTransferActionAttributes[];
124
124
  }
125
- export declare type ITransaction = IExtendId<IAttributes>;
125
+ export type ITransaction = IExtendId<IAttributes>;
126
126
  /**
127
127
  * 転送取引インターフェース
128
128
  */
@@ -13,8 +13,8 @@ import { TransactionType } from '../transactionType';
13
13
  /**
14
14
  * 取引人
15
15
  */
16
- export declare type IAgent = TransactionFactory.IAgent;
17
- export declare type ICustomer = OrderFactory.ICustomer;
16
+ export type IAgent = TransactionFactory.IAgent;
17
+ export type ICustomer = OrderFactory.ICustomer;
18
18
  export interface IPaymentMethodByPaymentUrl {
19
19
  /**
20
20
  * 決済方法区分
@@ -86,7 +86,7 @@ export interface IStartParamsWithoutDetail {
86
86
  name?: string;
87
87
  };
88
88
  }
89
- export declare type ISeller = TransactionFactory.ISeller & Pick<OrderFactory.ISeller, 'additionalProperty'>;
89
+ export type ISeller = TransactionFactory.ISeller & Pick<OrderFactory.ISeller, 'additionalProperty'>;
90
90
  /**
91
91
  * 取引開始パラメーター
92
92
  */
@@ -100,7 +100,7 @@ export interface IStartParams extends Omit<TransactionFactory.IStartParams<Trans
100
100
  /**
101
101
  * 注文通知パラメータ
102
102
  */
103
- export declare type IInformOrderParams = IInformParams;
103
+ export type IInformOrderParams = IInformParams;
104
104
  /**
105
105
  * 予約確定パラメータ
106
106
  */
@@ -110,7 +110,7 @@ export interface IConfirmReservationParams {
110
110
  */
111
111
  object?: IConfirmReservationObject<WebAPIFactory.Identifier>;
112
112
  }
113
- declare type ISendEmailMessageParams = TransactionFactory.ISendEmailMessageParams;
113
+ type ISendEmailMessageParams = TransactionFactory.ISendEmailMessageParams;
114
114
  /**
115
115
  * インセンティブ付与パラメータ
116
116
  */
@@ -182,7 +182,7 @@ export interface IResult {
182
182
  /**
183
183
  * エラー
184
184
  */
185
- export declare type IError = any;
185
+ export type IError = any;
186
186
  export interface IPotentialActions {
187
187
  order: IOrderActionAttributes;
188
188
  }
@@ -191,7 +191,7 @@ export interface IAttributes extends TransactionFactory.IAttributes<Omit<IStartP
191
191
  /**
192
192
  * 注文取引
193
193
  */
194
- export declare type ITransaction = IExtendId<IAttributes>;
194
+ export type ITransaction = IExtendId<IAttributes>;
195
195
  export interface ISearchConditions extends TransactionFactory.ISearchConditions<TransactionType.PlaceOrder> {
196
196
  seller?: {
197
197
  ids?: string[];
@@ -5,10 +5,10 @@ import { IOfferItemCondition } from '../offerItemCondition';
5
5
  import { IProject } from '../project';
6
6
  import * as TransactionFactory from '../transaction';
7
7
  import { TransactionType } from '../transactionType';
8
- export declare type IAgent = TransactionFactory.IAgent;
8
+ export type IAgent = TransactionFactory.IAgent;
9
9
  export import ISeller = TransactionFactory.ISeller;
10
- export declare type IResult = any;
11
- export declare type IError = any;
10
+ export type IResult = any;
11
+ export type IError = any;
12
12
  /**
13
13
  * 返品理由
14
14
  */
@@ -54,7 +54,7 @@ export interface IStartParams extends Omit<TransactionFactory.IStartParams<Trans
54
54
  seller: ISeller;
55
55
  expiresInSeconds: number;
56
56
  }
57
- declare type ISendEmailMessageParams = TransactionFactory.ISendEmailMessageParams;
57
+ type ISendEmailMessageParams = TransactionFactory.ISendEmailMessageParams;
58
58
  /**
59
59
  * 返金アクションカスタムパラメータ
60
60
  */
@@ -136,11 +136,11 @@ export interface IReturnFeesMovieTicket {
136
136
  typeOf: string;
137
137
  };
138
138
  }
139
- export declare type IReturnPolicyItemCondition = IOfferItemCondition;
139
+ export type IReturnPolicyItemCondition = IOfferItemCondition;
140
140
  /**
141
141
  * 取引に適用される返品ポリシー
142
142
  */
143
- export declare type IReturnPolicy = Pick<IMerchantReturnPolicy, 'typeOf' | 'merchantReturnDays' | 'restockingFee' | 'returnFees' | 'applicablePaymentMethod'> & {
143
+ export type IReturnPolicy = Pick<IMerchantReturnPolicy, 'typeOf' | 'merchantReturnDays' | 'restockingFee' | 'returnFees' | 'applicablePaymentMethod'> & {
144
144
  returnFees: ReturnFeesEnumeration;
145
145
  /**
146
146
  * 決済カードコードごとの着券取消実行有無
@@ -156,7 +156,7 @@ export interface IObject {
156
156
  reason: Reason;
157
157
  returnPolicy: IReturnPolicy;
158
158
  }
159
- export declare type IReturnOrderPotentialAction = Pick<IReturnOrderActionAttributes, 'agent' | 'object' | 'potentialActions' | 'typeOf'>;
159
+ export type IReturnOrderPotentialAction = Pick<IReturnOrderActionAttributes, 'agent' | 'object' | 'potentialActions' | 'typeOf'>;
160
160
  export interface IPotentialActions {
161
161
  /**
162
162
  * 注文返品アクション属性
@@ -168,7 +168,7 @@ export interface IAttributes extends TransactionFactory.IAttributes<Omit<IStartP
168
168
  /**
169
169
  * 返品取引
170
170
  */
171
- export declare type ITransaction = IExtendId<IAttributes>;
171
+ export type ITransaction = IExtendId<IAttributes>;
172
172
  export interface ISearchConditions extends TransactionFactory.ISearchConditions<TransactionType.ReturnOrder> {
173
173
  object?: {
174
174
  order?: {