@chevre/factory 7.0.0-alpha.3 → 7.0.0-alpha.4

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 (572) hide show
  1. package/lib/chevre/account/transaction/deposit.d.ts +27 -0
  2. package/lib/chevre/account/transaction/transfer.d.ts +32 -0
  3. package/lib/chevre/account/transaction/withdraw.d.ts +31 -0
  4. package/lib/{account.d.ts → chevre/account.d.ts} +5 -8
  5. package/lib/{account.js → chevre/account.js} +0 -13
  6. package/lib/{action → chevre/action}/accept/coaOffer.d.ts +2 -2
  7. package/lib/{action → chevre/action}/authorize/offer/eventService.d.ts +2 -2
  8. package/lib/{action → chevre/action}/authorize/offer/product.d.ts +2 -2
  9. package/lib/{action → chevre/action}/authorize/paymentMethod/any.d.ts +0 -2
  10. package/lib/{action → chevre/action}/check/paymentMethod/movieTicket.d.ts +2 -2
  11. package/lib/{action → chevre/action}/interact/confirm/registerService.d.ts +2 -2
  12. package/lib/{action → chevre/action}/interact/confirm/reservation.d.ts +2 -2
  13. package/lib/{action → chevre/action}/interact/confirm.d.ts +2 -2
  14. package/lib/{action → chevre/action}/trade/pay.d.ts +2 -2
  15. package/lib/{action → chevre/action}/transfer/give/pointAward.d.ts +2 -2
  16. package/lib/{action → chevre/action}/transfer/moneyTransfer.d.ts +5 -8
  17. package/lib/{action → chevre/action}/transfer/return/order.d.ts +3 -3
  18. package/lib/{action → chevre/action}/transfer/send/order.d.ts +2 -2
  19. package/lib/{assetTransaction → chevre/assetTransaction}/cancelReservation.d.ts +6 -6
  20. package/lib/{assetTransaction → chevre/assetTransaction}/moneyTransfer.d.ts +7 -7
  21. package/lib/{assetTransaction → chevre/assetTransaction}/pay.d.ts +6 -6
  22. package/lib/{assetTransaction → chevre/assetTransaction}/refund.d.ts +6 -6
  23. package/lib/{assetTransaction → chevre/assetTransaction}/registerService.d.ts +6 -6
  24. package/lib/{assetTransaction → chevre/assetTransaction}/reserve.d.ts +12 -12
  25. package/lib/{creativeWork → chevre/creativeWork}/certification/softwareApplication.d.ts +2 -2
  26. package/lib/{creativeWork → chevre/creativeWork}/certification/webApplication.d.ts +2 -2
  27. package/lib/{creativeWork → chevre/creativeWork}/certification/webSite.d.ts +2 -2
  28. package/lib/{creativeWork → chevre/creativeWork}/comment.d.ts +2 -2
  29. package/lib/{creativeWork → chevre/creativeWork}/message/email.d.ts +2 -2
  30. package/lib/{creativeWork → chevre/creativeWork}/movie.d.ts +4 -4
  31. package/lib/{creativeWork → chevre/creativeWork}/noteDigitalDocument.d.ts +2 -2
  32. package/lib/{creativeWork → chevre/creativeWork}/softwareApplication/webApplication.d.ts +2 -2
  33. package/lib/chevre/creativeWork/softwareApplication.d.ts +9 -0
  34. package/lib/{event → chevre/event}/anyEvent.d.ts +7 -7
  35. package/lib/{event → chevre/event}/screeningEvent.d.ts +9 -22
  36. package/lib/{event → chevre/event}/screeningEventSeries.d.ts +4 -4
  37. package/lib/chevre/index.d.ts +580 -0
  38. package/lib/chevre/index.js +543 -0
  39. package/lib/{place → chevre/place}/busStop.d.ts +2 -2
  40. package/lib/{place → chevre/place}/entranceGate.d.ts +2 -2
  41. package/lib/{place → chevre/place}/movieTheater.d.ts +4 -4
  42. package/lib/{place → chevre/place}/screeningRoom.d.ts +2 -2
  43. package/lib/{place → chevre/place}/screeningRoomSection.d.ts +2 -2
  44. package/lib/{place → chevre/place}/seat.d.ts +4 -4
  45. package/lib/chevre/propertyValue/locationFeatureSpecification.d.ts +4 -0
  46. package/lib/{reservation → chevre/reservation}/event.d.ts +14 -14
  47. package/lib/{reservation → chevre/reservation}/reservationPackage.d.ts +3 -3
  48. package/lib/{task → chevre/task}/sendOrder.d.ts +2 -2
  49. package/lib/{transaction → chevre/transaction}/placeOrder.d.ts +13 -15
  50. package/lib/{transaction → chevre/transaction}/returnOrder.d.ts +5 -8
  51. package/lib/index.d.ts +1 -590
  52. package/lib/index.js +2 -556
  53. package/package.json +1 -1
  54. package/lib/account/transaction/deposit.d.ts +0 -27
  55. package/lib/account/transaction/transfer.d.ts +0 -32
  56. package/lib/account/transaction/withdraw.d.ts +0 -31
  57. package/lib/creativeWork/softwareApplication.d.ts +0 -9
  58. package/lib/propertyValue/locationFeatureSpecification.d.ts +0 -4
  59. /package/lib/{account → chevre/account}/action/moneyTransfer.d.ts +0 -0
  60. /package/lib/{account → chevre/account}/action/moneyTransfer.js +0 -0
  61. /package/lib/{account → chevre/account}/transaction/deposit.js +0 -0
  62. /package/lib/{account → chevre/account}/transaction/transfer.js +0 -0
  63. /package/lib/{account → chevre/account}/transaction/withdraw.js +0 -0
  64. /package/lib/{account → chevre/account}/transaction.d.ts +0 -0
  65. /package/lib/{account → chevre/account}/transaction.js +0 -0
  66. /package/lib/{account → chevre/account}/transactionType.d.ts +0 -0
  67. /package/lib/{account → chevre/account}/transactionType.js +0 -0
  68. /package/lib/{accountTitle.d.ts → chevre/accountTitle.d.ts} +0 -0
  69. /package/lib/{accountTitle.js → chevre/accountTitle.js} +0 -0
  70. /package/lib/{accountType.d.ts → chevre/accountType.d.ts} +0 -0
  71. /package/lib/{accountType.js → chevre/accountType.js} +0 -0
  72. /package/lib/{action → chevre/action}/accept/coaOffer.js +0 -0
  73. /package/lib/{action → chevre/action}/accept/pay.d.ts +0 -0
  74. /package/lib/{action → chevre/action}/accept/pay.js +0 -0
  75. /package/lib/{action → chevre/action}/accept.d.ts +0 -0
  76. /package/lib/{action → chevre/action}/accept.js +0 -0
  77. /package/lib/{action → chevre/action}/authorize/invoice.d.ts +0 -0
  78. /package/lib/{action → chevre/action}/authorize/invoice.js +0 -0
  79. /package/lib/{action → chevre/action}/authorize/offer/any.d.ts +0 -0
  80. /package/lib/{action → chevre/action}/authorize/offer/any.js +0 -0
  81. /package/lib/{action → chevre/action}/authorize/offer/eventService.js +0 -0
  82. /package/lib/{action → chevre/action}/authorize/offer/product.js +0 -0
  83. /package/lib/{action → chevre/action}/authorize/paymentMethod/any.js +0 -0
  84. /package/lib/{action → chevre/action}/authorize/ticketedObject.d.ts +0 -0
  85. /package/lib/{action → chevre/action}/authorize/ticketedObject.js +0 -0
  86. /package/lib/{action → chevre/action}/authorize.d.ts +0 -0
  87. /package/lib/{action → chevre/action}/authorize.js +0 -0
  88. /package/lib/{action → chevre/action}/cancel/coaReserve.d.ts +0 -0
  89. /package/lib/{action → chevre/action}/cancel/coaReserve.js +0 -0
  90. /package/lib/{action → chevre/action}/cancel/reservation.d.ts +0 -0
  91. /package/lib/{action → chevre/action}/cancel/reservation.js +0 -0
  92. /package/lib/{action → chevre/action}/check/paymentMethod/movieTicket.js +0 -0
  93. /package/lib/{action → chevre/action}/check/thing.d.ts +0 -0
  94. /package/lib/{action → chevre/action}/check/thing.js +0 -0
  95. /package/lib/{action → chevre/action}/consume/use/reservation.d.ts +0 -0
  96. /package/lib/{action → chevre/action}/consume/use/reservation.js +0 -0
  97. /package/lib/{action → chevre/action}/consume/use.d.ts +0 -0
  98. /package/lib/{action → chevre/action}/consume/use.js +0 -0
  99. /package/lib/{action → chevre/action}/create.d.ts +0 -0
  100. /package/lib/{action → chevre/action}/create.js +0 -0
  101. /package/lib/{action → chevre/action}/interact/confirm/pay.d.ts +0 -0
  102. /package/lib/{action → chevre/action}/interact/confirm/pay.js +0 -0
  103. /package/lib/{action → chevre/action}/interact/confirm/registerService.js +0 -0
  104. /package/lib/{action → chevre/action}/interact/confirm/reservation.js +0 -0
  105. /package/lib/{action → chevre/action}/interact/confirm.js +0 -0
  106. /package/lib/{action → chevre/action}/interact/inform.d.ts +0 -0
  107. /package/lib/{action → chevre/action}/interact/inform.js +0 -0
  108. /package/lib/{action → chevre/action}/interact/register/service.d.ts +0 -0
  109. /package/lib/{action → chevre/action}/interact/register/service.js +0 -0
  110. /package/lib/{action → chevre/action}/interact/register.d.ts +0 -0
  111. /package/lib/{action → chevre/action}/interact/register.js +0 -0
  112. /package/lib/{action → chevre/action}/reserve.d.ts +0 -0
  113. /package/lib/{action → chevre/action}/reserve.js +0 -0
  114. /package/lib/{action → chevre/action}/trade/order.d.ts +0 -0
  115. /package/lib/{action → chevre/action}/trade/order.js +0 -0
  116. /package/lib/{action → chevre/action}/trade/pay.js +0 -0
  117. /package/lib/{action → chevre/action}/trade/refund.d.ts +0 -0
  118. /package/lib/{action → chevre/action}/trade/refund.js +0 -0
  119. /package/lib/{action → chevre/action}/transfer/give/pointAward.js +0 -0
  120. /package/lib/{action → chevre/action}/transfer/give.d.ts +0 -0
  121. /package/lib/{action → chevre/action}/transfer/give.js +0 -0
  122. /package/lib/{action → chevre/action}/transfer/moneyTransfer.js +0 -0
  123. /package/lib/{action → chevre/action}/transfer/return/invoice.d.ts +0 -0
  124. /package/lib/{action → chevre/action}/transfer/return/invoice.js +0 -0
  125. /package/lib/{action → chevre/action}/transfer/return/order.js +0 -0
  126. /package/lib/{action → chevre/action}/transfer/return/pointAward.d.ts +0 -0
  127. /package/lib/{action → chevre/action}/transfer/return/pointAward.js +0 -0
  128. /package/lib/{action → chevre/action}/transfer/return/reserveTransaction.d.ts +0 -0
  129. /package/lib/{action → chevre/action}/transfer/return/reserveTransaction.js +0 -0
  130. /package/lib/{action → chevre/action}/transfer/return.d.ts +0 -0
  131. /package/lib/{action → chevre/action}/transfer/return.js +0 -0
  132. /package/lib/{action → chevre/action}/transfer/send/message/email.d.ts +0 -0
  133. /package/lib/{action → chevre/action}/transfer/send/message/email.js +0 -0
  134. /package/lib/{action → chevre/action}/transfer/send/order.js +0 -0
  135. /package/lib/{action → chevre/action}/transfer/send.d.ts +0 -0
  136. /package/lib/{action → chevre/action}/transfer/send.js +0 -0
  137. /package/lib/{action → chevre/action}/update/add/object.d.ts +0 -0
  138. /package/lib/{action → chevre/action}/update/add/object.js +0 -0
  139. /package/lib/{action → chevre/action}/update/add.d.ts +0 -0
  140. /package/lib/{action → chevre/action}/update/add.js +0 -0
  141. /package/lib/{action → chevre/action}/update/delete.d.ts +0 -0
  142. /package/lib/{action → chevre/action}/update/delete.js +0 -0
  143. /package/lib/{action → chevre/action}/update/instrumentAsApplication.d.ts +0 -0
  144. /package/lib/{action → chevre/action}/update/instrumentAsApplication.js +0 -0
  145. /package/lib/{action → chevre/action}/update/replace.d.ts +0 -0
  146. /package/lib/{action → chevre/action}/update/replace.js +0 -0
  147. /package/lib/{action → chevre/action}/update/update/object.d.ts +0 -0
  148. /package/lib/{action → chevre/action}/update/update/object.js +0 -0
  149. /package/lib/{action → chevre/action}/update/update/result.d.ts +0 -0
  150. /package/lib/{action → chevre/action}/update/update/result.js +0 -0
  151. /package/lib/{action → chevre/action}/update/update/targetCollection.d.ts +0 -0
  152. /package/lib/{action → chevre/action}/update/update/targetCollection.js +0 -0
  153. /package/lib/{action → chevre/action}/update/update.d.ts +0 -0
  154. /package/lib/{action → chevre/action}/update/update.js +0 -0
  155. /package/lib/{action.d.ts → chevre/action.d.ts} +0 -0
  156. /package/lib/{action.js → chevre/action.js} +0 -0
  157. /package/lib/{actionStatusType.d.ts → chevre/actionStatusType.d.ts} +0 -0
  158. /package/lib/{actionStatusType.js → chevre/actionStatusType.js} +0 -0
  159. /package/lib/{actionType.d.ts → chevre/actionType.d.ts} +0 -0
  160. /package/lib/{actionType.js → chevre/actionType.js} +0 -0
  161. /package/lib/{additionalProperty.d.ts → chevre/additionalProperty.d.ts} +0 -0
  162. /package/lib/{additionalProperty.js → chevre/additionalProperty.js} +0 -0
  163. /package/lib/{advanceBookingRequirement.d.ts → chevre/advanceBookingRequirement.d.ts} +0 -0
  164. /package/lib/{advanceBookingRequirement.js → chevre/advanceBookingRequirement.js} +0 -0
  165. /package/lib/{aggregation.d.ts → chevre/aggregation.d.ts} +0 -0
  166. /package/lib/{aggregation.js → chevre/aggregation.js} +0 -0
  167. /package/lib/{assetTransaction → chevre/assetTransaction}/cancelReservation.js +0 -0
  168. /package/lib/{assetTransaction → chevre/assetTransaction}/moneyTransfer.js +0 -0
  169. /package/lib/{assetTransaction → chevre/assetTransaction}/pay.js +0 -0
  170. /package/lib/{assetTransaction → chevre/assetTransaction}/refund.js +0 -0
  171. /package/lib/{assetTransaction → chevre/assetTransaction}/registerService.js +0 -0
  172. /package/lib/{assetTransaction → chevre/assetTransaction}/reserve.js +0 -0
  173. /package/lib/{assetTransaction.d.ts → chevre/assetTransaction.d.ts} +0 -0
  174. /package/lib/{assetTransaction.js → chevre/assetTransaction.js} +0 -0
  175. /package/lib/{assetTransactionType.d.ts → chevre/assetTransactionType.d.ts} +0 -0
  176. /package/lib/{assetTransactionType.js → chevre/assetTransactionType.js} +0 -0
  177. /package/lib/{authorization.d.ts → chevre/authorization.d.ts} +0 -0
  178. /package/lib/{authorization.js → chevre/authorization.js} +0 -0
  179. /package/lib/{autoGenerated.d.ts → chevre/autoGenerated.d.ts} +0 -0
  180. /package/lib/{autoGenerated.js → chevre/autoGenerated.js} +0 -0
  181. /package/lib/{businessEntityType.d.ts → chevre/businessEntityType.d.ts} +0 -0
  182. /package/lib/{businessEntityType.js → chevre/businessEntityType.js} +0 -0
  183. /package/lib/{categoryCode.d.ts → chevre/categoryCode.d.ts} +0 -0
  184. /package/lib/{categoryCode.js → chevre/categoryCode.js} +0 -0
  185. /package/lib/{certificationStatusEnumeration.d.ts → chevre/certificationStatusEnumeration.d.ts} +0 -0
  186. /package/lib/{certificationStatusEnumeration.js → chevre/certificationStatusEnumeration.js} +0 -0
  187. /package/lib/{clientUser.d.ts → chevre/clientUser.d.ts} +0 -0
  188. /package/lib/{clientUser.js → chevre/clientUser.js} +0 -0
  189. /package/lib/{cognito.d.ts → chevre/cognito.d.ts} +0 -0
  190. /package/lib/{cognito.js → chevre/cognito.js} +0 -0
  191. /package/lib/{creativeWork → chevre/creativeWork}/certification/softwareApplication.js +0 -0
  192. /package/lib/{creativeWork → chevre/creativeWork}/certification/webApplication.js +0 -0
  193. /package/lib/{creativeWork → chevre/creativeWork}/certification/webSite.js +0 -0
  194. /package/lib/{creativeWork → chevre/creativeWork}/comment.js +0 -0
  195. /package/lib/{creativeWork → chevre/creativeWork}/message/email.js +0 -0
  196. /package/lib/{creativeWork → chevre/creativeWork}/movie.js +0 -0
  197. /package/lib/{creativeWork → chevre/creativeWork}/noteDigitalDocument.js +0 -0
  198. /package/lib/{creativeWork → chevre/creativeWork}/softwareApplication/webApplication.js +0 -0
  199. /package/lib/{creativeWork → chevre/creativeWork}/softwareApplication.js +0 -0
  200. /package/lib/{creativeWork.d.ts → chevre/creativeWork.d.ts} +0 -0
  201. /package/lib/{creativeWork.js → chevre/creativeWork.js} +0 -0
  202. /package/lib/{creativeWorkType.d.ts → chevre/creativeWorkType.d.ts} +0 -0
  203. /package/lib/{creativeWorkType.js → chevre/creativeWorkType.js} +0 -0
  204. /package/lib/{customer.d.ts → chevre/customer.d.ts} +0 -0
  205. /package/lib/{customer.js → chevre/customer.js} +0 -0
  206. /package/lib/{encodingFormat.d.ts → chevre/encodingFormat.d.ts} +0 -0
  207. /package/lib/{encodingFormat.js → chevre/encodingFormat.js} +0 -0
  208. /package/lib/{entryPoint.d.ts → chevre/entryPoint.d.ts} +0 -0
  209. /package/lib/{entryPoint.js → chevre/entryPoint.js} +0 -0
  210. /package/lib/{error → chevre/error}/alreadyInUse.d.ts +0 -0
  211. /package/lib/{error → chevre/error}/alreadyInUse.js +0 -0
  212. /package/lib/{error → chevre/error}/argument.d.ts +0 -0
  213. /package/lib/{error → chevre/error}/argument.js +0 -0
  214. /package/lib/{error → chevre/error}/argumentNull.d.ts +0 -0
  215. /package/lib/{error → chevre/error}/argumentNull.js +0 -0
  216. /package/lib/{error → chevre/error}/chevre.d.ts +0 -0
  217. /package/lib/{error → chevre/error}/chevre.js +0 -0
  218. /package/lib/{error → chevre/error}/forbidden.d.ts +0 -0
  219. /package/lib/{error → chevre/error}/forbidden.js +0 -0
  220. /package/lib/{error → chevre/error}/gatewayTimeout.d.ts +0 -0
  221. /package/lib/{error → chevre/error}/gatewayTimeout.js +0 -0
  222. /package/lib/{error → chevre/error}/internal.d.ts +0 -0
  223. /package/lib/{error → chevre/error}/internal.js +0 -0
  224. /package/lib/{error → chevre/error}/notFound.d.ts +0 -0
  225. /package/lib/{error → chevre/error}/notFound.js +0 -0
  226. /package/lib/{error → chevre/error}/notImplemented.d.ts +0 -0
  227. /package/lib/{error → chevre/error}/notImplemented.js +0 -0
  228. /package/lib/{error → chevre/error}/rateLimitExceeded.d.ts +0 -0
  229. /package/lib/{error → chevre/error}/rateLimitExceeded.js +0 -0
  230. /package/lib/{error → chevre/error}/serviceUnavailable.d.ts +0 -0
  231. /package/lib/{error → chevre/error}/serviceUnavailable.js +0 -0
  232. /package/lib/{error → chevre/error}/unauthorized.d.ts +0 -0
  233. /package/lib/{error → chevre/error}/unauthorized.js +0 -0
  234. /package/lib/{error → chevre/error}/unknown.d.ts +0 -0
  235. /package/lib/{error → chevre/error}/unknown.js +0 -0
  236. /package/lib/{errorCode.d.ts → chevre/errorCode.d.ts} +0 -0
  237. /package/lib/{errorCode.js → chevre/errorCode.js} +0 -0
  238. /package/lib/{errors.d.ts → chevre/errors.d.ts} +0 -0
  239. /package/lib/{errors.js → chevre/errors.js} +0 -0
  240. /package/lib/{event → chevre/event}/anyEvent.js +0 -0
  241. /package/lib/{event → chevre/event}/screeningEvent.js +0 -0
  242. /package/lib/{event → chevre/event}/screeningEventSeries.js +0 -0
  243. /package/lib/{event → chevre/event}/sellerMakesOffer.d.ts +0 -0
  244. /package/lib/{event → chevre/event}/sellerMakesOffer.js +0 -0
  245. /package/lib/{event.d.ts → chevre/event.d.ts} +0 -0
  246. /package/lib/{event.js → chevre/event.js} +0 -0
  247. /package/lib/{eventStatusType.d.ts → chevre/eventStatusType.d.ts} +0 -0
  248. /package/lib/{eventStatusType.js → chevre/eventStatusType.js} +0 -0
  249. /package/lib/{eventType.d.ts → chevre/eventType.d.ts} +0 -0
  250. /package/lib/{eventType.js → chevre/eventType.js} +0 -0
  251. /package/lib/{iam.d.ts → chevre/iam.d.ts} +0 -0
  252. /package/lib/{iam.js → chevre/iam.js} +0 -0
  253. /package/lib/{identityProvider.d.ts → chevre/identityProvider.d.ts} +0 -0
  254. /package/lib/{identityProvider.js → chevre/identityProvider.js} +0 -0
  255. /package/lib/{invoice.d.ts → chevre/invoice.d.ts} +0 -0
  256. /package/lib/{invoice.js → chevre/invoice.js} +0 -0
  257. /package/lib/{issuer.d.ts → chevre/issuer.d.ts} +0 -0
  258. /package/lib/{issuer.js → chevre/issuer.js} +0 -0
  259. /package/lib/{itemAvailability.d.ts → chevre/itemAvailability.d.ts} +0 -0
  260. /package/lib/{itemAvailability.js → chevre/itemAvailability.js} +0 -0
  261. /package/lib/{language.d.ts → chevre/language.d.ts} +0 -0
  262. /package/lib/{language.js → chevre/language.js} +0 -0
  263. /package/lib/{merchantReturnPolicy.d.ts → chevre/merchantReturnPolicy.d.ts} +0 -0
  264. /package/lib/{merchantReturnPolicy.js → chevre/merchantReturnPolicy.js} +0 -0
  265. /package/lib/{monetaryAmount.d.ts → chevre/monetaryAmount.d.ts} +0 -0
  266. /package/lib/{monetaryAmount.js → chevre/monetaryAmount.js} +0 -0
  267. /package/lib/{movieTicketType.d.ts → chevre/movieTicketType.d.ts} +0 -0
  268. /package/lib/{movieTicketType.js → chevre/movieTicketType.js} +0 -0
  269. /package/lib/{multilingualString.d.ts → chevre/multilingualString.d.ts} +0 -0
  270. /package/lib/{multilingualString.js → chevre/multilingualString.js} +0 -0
  271. /package/lib/{notification → chevre/notification}/accountTitle.d.ts +0 -0
  272. /package/lib/{notification → chevre/notification}/accountTitle.js +0 -0
  273. /package/lib/{notification → chevre/notification}/categoryCode.d.ts +0 -0
  274. /package/lib/{notification → chevre/notification}/categoryCode.js +0 -0
  275. /package/lib/{notification → chevre/notification}/creativeWork.d.ts +0 -0
  276. /package/lib/{notification → chevre/notification}/creativeWork.js +0 -0
  277. /package/lib/{notification → chevre/notification}/event.d.ts +0 -0
  278. /package/lib/{notification → chevre/notification}/event.js +0 -0
  279. /package/lib/{notification → chevre/notification}/eventSeries.d.ts +0 -0
  280. /package/lib/{notification → chevre/notification}/eventSeries.js +0 -0
  281. /package/lib/{notification → chevre/notification}/offer.d.ts +0 -0
  282. /package/lib/{notification → chevre/notification}/offer.js +0 -0
  283. /package/lib/{notification → chevre/notification}/offerCatalog.d.ts +0 -0
  284. /package/lib/{notification → chevre/notification}/offerCatalog.js +0 -0
  285. /package/lib/{notification → chevre/notification}/order.d.ts +0 -0
  286. /package/lib/{notification → chevre/notification}/order.js +0 -0
  287. /package/lib/{notification → chevre/notification}/payAction.d.ts +0 -0
  288. /package/lib/{notification → chevre/notification}/payAction.js +0 -0
  289. /package/lib/{notification → chevre/notification}/person.d.ts +0 -0
  290. /package/lib/{notification → chevre/notification}/person.js +0 -0
  291. /package/lib/{notification → chevre/notification}/place.d.ts +0 -0
  292. /package/lib/{notification → chevre/notification}/place.js +0 -0
  293. /package/lib/{notification → chevre/notification}/product.d.ts +0 -0
  294. /package/lib/{notification → chevre/notification}/product.js +0 -0
  295. /package/lib/{notification → chevre/notification}/refundAction.d.ts +0 -0
  296. /package/lib/{notification → chevre/notification}/refundAction.js +0 -0
  297. /package/lib/{notification → chevre/notification}/reservation.d.ts +0 -0
  298. /package/lib/{notification → chevre/notification}/reservation.js +0 -0
  299. /package/lib/{notification → chevre/notification}/task.d.ts +0 -0
  300. /package/lib/{notification → chevre/notification}/task.js +0 -0
  301. /package/lib/{notification → chevre/notification}/transaction.d.ts +0 -0
  302. /package/lib/{notification → chevre/notification}/transaction.js +0 -0
  303. /package/lib/{offer → chevre/offer}/aggregateOffer.d.ts +0 -0
  304. /package/lib/{offer → chevre/offer}/aggregateOffer.js +0 -0
  305. /package/lib/{offer → chevre/offer}/eventOffer.d.ts +0 -0
  306. /package/lib/{offer → chevre/offer}/eventOffer.js +0 -0
  307. /package/lib/{offer → chevre/offer}/productOffer.d.ts +0 -0
  308. /package/lib/{offer → chevre/offer}/productOffer.js +0 -0
  309. /package/lib/{offer.d.ts → chevre/offer.d.ts} +0 -0
  310. /package/lib/{offer.js → chevre/offer.js} +0 -0
  311. /package/lib/{offerCatalog.d.ts → chevre/offerCatalog.d.ts} +0 -0
  312. /package/lib/{offerCatalog.js → chevre/offerCatalog.js} +0 -0
  313. /package/lib/{offerItemCondition.d.ts → chevre/offerItemCondition.d.ts} +0 -0
  314. /package/lib/{offerItemCondition.js → chevre/offerItemCondition.js} +0 -0
  315. /package/lib/{offerType.d.ts → chevre/offerType.d.ts} +0 -0
  316. /package/lib/{offerType.js → chevre/offerType.js} +0 -0
  317. /package/lib/{order.d.ts → chevre/order.d.ts} +0 -0
  318. /package/lib/{order.js → chevre/order.js} +0 -0
  319. /package/lib/{orderExternal.d.ts → chevre/orderExternal.d.ts} +0 -0
  320. /package/lib/{orderExternal.js → chevre/orderExternal.js} +0 -0
  321. /package/lib/{orderStatus.d.ts → chevre/orderStatus.d.ts} +0 -0
  322. /package/lib/{orderStatus.js → chevre/orderStatus.js} +0 -0
  323. /package/lib/{organization.d.ts → chevre/organization.d.ts} +0 -0
  324. /package/lib/{organization.js → chevre/organization.js} +0 -0
  325. /package/lib/{organizationType.d.ts → chevre/organizationType.d.ts} +0 -0
  326. /package/lib/{organizationType.js → chevre/organizationType.js} +0 -0
  327. /package/lib/{ownershipInfo.d.ts → chevre/ownershipInfo.d.ts} +0 -0
  328. /package/lib/{ownershipInfo.js → chevre/ownershipInfo.js} +0 -0
  329. /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard/creditCard.d.ts +0 -0
  330. /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard/creditCard.js +0 -0
  331. /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard/movieTicket.d.ts +0 -0
  332. /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard/movieTicket.js +0 -0
  333. /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard.d.ts +0 -0
  334. /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard.js +0 -0
  335. /package/lib/{paymentMethod.d.ts → chevre/paymentMethod.d.ts} +0 -0
  336. /package/lib/{paymentMethod.js → chevre/paymentMethod.js} +0 -0
  337. /package/lib/{paymentStatusType.d.ts → chevre/paymentStatusType.d.ts} +0 -0
  338. /package/lib/{paymentStatusType.js → chevre/paymentStatusType.js} +0 -0
  339. /package/lib/{permit.d.ts → chevre/permit.d.ts} +0 -0
  340. /package/lib/{permit.js → chevre/permit.js} +0 -0
  341. /package/lib/{person.d.ts → chevre/person.d.ts} +0 -0
  342. /package/lib/{person.js → chevre/person.js} +0 -0
  343. /package/lib/{personType.d.ts → chevre/personType.d.ts} +0 -0
  344. /package/lib/{personType.js → chevre/personType.js} +0 -0
  345. /package/lib/{place → chevre/place}/busStop.js +0 -0
  346. /package/lib/{place → chevre/place}/entranceGate.js +0 -0
  347. /package/lib/{place → chevre/place}/movieTheater.js +0 -0
  348. /package/lib/{place → chevre/place}/screeningRoom.js +0 -0
  349. /package/lib/{place → chevre/place}/screeningRoomSection.js +0 -0
  350. /package/lib/{place → chevre/place}/seat.js +0 -0
  351. /package/lib/{place.d.ts → chevre/place.d.ts} +0 -0
  352. /package/lib/{place.js → chevre/place.js} +0 -0
  353. /package/lib/{placeType.d.ts → chevre/placeType.d.ts} +0 -0
  354. /package/lib/{placeType.js → chevre/placeType.js} +0 -0
  355. /package/lib/{potentialAction.d.ts → chevre/potentialAction.d.ts} +0 -0
  356. /package/lib/{potentialAction.js → chevre/potentialAction.js} +0 -0
  357. /package/lib/{priceCurrency.d.ts → chevre/priceCurrency.d.ts} +0 -0
  358. /package/lib/{priceCurrency.js → chevre/priceCurrency.js} +0 -0
  359. /package/lib/{priceSpecification → chevre/priceSpecification}/categoryCodeChargeSpecification.d.ts +0 -0
  360. /package/lib/{priceSpecification → chevre/priceSpecification}/categoryCodeChargeSpecification.js +0 -0
  361. /package/lib/{priceSpecification → chevre/priceSpecification}/compoundPriceSpecification.d.ts +0 -0
  362. /package/lib/{priceSpecification → chevre/priceSpecification}/compoundPriceSpecification.js +0 -0
  363. /package/lib/{priceSpecification → chevre/priceSpecification}/movieTicketTypeChargeSpecification.d.ts +0 -0
  364. /package/lib/{priceSpecification → chevre/priceSpecification}/movieTicketTypeChargeSpecification.js +0 -0
  365. /package/lib/{priceSpecification → chevre/priceSpecification}/unitPriceSpecification.d.ts +0 -0
  366. /package/lib/{priceSpecification → chevre/priceSpecification}/unitPriceSpecification.js +0 -0
  367. /package/lib/{priceSpecification.d.ts → chevre/priceSpecification.d.ts} +0 -0
  368. /package/lib/{priceSpecification.js → chevre/priceSpecification.js} +0 -0
  369. /package/lib/{priceSpecificationType.d.ts → chevre/priceSpecificationType.d.ts} +0 -0
  370. /package/lib/{priceSpecificationType.js → chevre/priceSpecificationType.js} +0 -0
  371. /package/lib/{product.d.ts → chevre/product.d.ts} +0 -0
  372. /package/lib/{product.js → chevre/product.js} +0 -0
  373. /package/lib/{programMembership.d.ts → chevre/programMembership.d.ts} +0 -0
  374. /package/lib/{programMembership.js → chevre/programMembership.js} +0 -0
  375. /package/lib/{project.d.ts → chevre/project.d.ts} +0 -0
  376. /package/lib/{project.js → chevre/project.js} +0 -0
  377. /package/lib/{propertyValue → chevre/propertyValue}/locationFeatureSpecification.js +0 -0
  378. /package/lib/{propertyValue.d.ts → chevre/propertyValue.d.ts} +0 -0
  379. /package/lib/{propertyValue.js → chevre/propertyValue.js} +0 -0
  380. /package/lib/{qualitativeValue.d.ts → chevre/qualitativeValue.d.ts} +0 -0
  381. /package/lib/{qualitativeValue.js → chevre/qualitativeValue.js} +0 -0
  382. /package/lib/{quantitativeValue.d.ts → chevre/quantitativeValue.d.ts} +0 -0
  383. /package/lib/{quantitativeValue.js → chevre/quantitativeValue.js} +0 -0
  384. /package/lib/{recipe → chevre/recipe}/acceptCOAOffer.d.ts +0 -0
  385. /package/lib/{recipe → chevre/recipe}/acceptCOAOffer.js +0 -0
  386. /package/lib/{recipe → chevre/recipe}/authorizeInvoice.d.ts +0 -0
  387. /package/lib/{recipe → chevre/recipe}/authorizeInvoice.js +0 -0
  388. /package/lib/{recipe → chevre/recipe}/authorizeInvoice3ds.d.ts +0 -0
  389. /package/lib/{recipe → chevre/recipe}/authorizeInvoice3ds.js +0 -0
  390. /package/lib/{recipe → chevre/recipe}/cancelPendingCOAReserve.d.ts +0 -0
  391. /package/lib/{recipe → chevre/recipe}/cancelPendingCOAReserve.js +0 -0
  392. /package/lib/{recipe → chevre/recipe}/checkMovieTicket.d.ts +0 -0
  393. /package/lib/{recipe → chevre/recipe}/checkMovieTicket.js +0 -0
  394. /package/lib/{recipe → chevre/recipe}/confirmCOAReserve.d.ts +0 -0
  395. /package/lib/{recipe → chevre/recipe}/confirmCOAReserve.js +0 -0
  396. /package/lib/{recipe → chevre/recipe}/payCreditCard.d.ts +0 -0
  397. /package/lib/{recipe → chevre/recipe}/payCreditCard.js +0 -0
  398. /package/lib/{recipe → chevre/recipe}/payMovieTicket.d.ts +0 -0
  399. /package/lib/{recipe → chevre/recipe}/payMovieTicket.js +0 -0
  400. /package/lib/{recipe → chevre/recipe}/publishPaymentUrl.d.ts +0 -0
  401. /package/lib/{recipe → chevre/recipe}/publishPaymentUrl.js +0 -0
  402. /package/lib/{recipe → chevre/recipe}/refundCreditCard.d.ts +0 -0
  403. /package/lib/{recipe → chevre/recipe}/refundCreditCard.js +0 -0
  404. /package/lib/{recipe → chevre/recipe}/refundMovieTicket.d.ts +0 -0
  405. /package/lib/{recipe → chevre/recipe}/refundMovieTicket.js +0 -0
  406. /package/lib/{recipe → chevre/recipe}/returnCOAReserve.d.ts +0 -0
  407. /package/lib/{recipe → chevre/recipe}/returnCOAReserve.js +0 -0
  408. /package/lib/{recipe → chevre/recipe}/sendEmailMessage.d.ts +0 -0
  409. /package/lib/{recipe → chevre/recipe}/sendEmailMessage.js +0 -0
  410. /package/lib/{recipe.d.ts → chevre/recipe.d.ts} +0 -0
  411. /package/lib/{recipe.js → chevre/recipe.js} +0 -0
  412. /package/lib/{report → chevre/report}/accountingReport.d.ts +0 -0
  413. /package/lib/{report → chevre/report}/accountingReport.js +0 -0
  414. /package/lib/{reservation → chevre/reservation}/event.js +0 -0
  415. /package/lib/{reservation → chevre/reservation}/pendingReservationPackage.d.ts +0 -0
  416. /package/lib/{reservation → chevre/reservation}/pendingReservationPackage.js +0 -0
  417. /package/lib/{reservation → chevre/reservation}/reservationPackage.js +0 -0
  418. /package/lib/{reservation.d.ts → chevre/reservation.d.ts} +0 -0
  419. /package/lib/{reservation.js → chevre/reservation.js} +0 -0
  420. /package/lib/{reservationStatusType.d.ts → chevre/reservationStatusType.d.ts} +0 -0
  421. /package/lib/{reservationStatusType.js → chevre/reservationStatusType.js} +0 -0
  422. /package/lib/{reservationType.d.ts → chevre/reservationType.d.ts} +0 -0
  423. /package/lib/{reservationType.js → chevre/reservationType.js} +0 -0
  424. /package/lib/{reservedCodeValues.d.ts → chevre/reservedCodeValues.d.ts} +0 -0
  425. /package/lib/{reservedCodeValues.js → chevre/reservedCodeValues.js} +0 -0
  426. /package/lib/{role → chevre/role}/organizationRole.d.ts +0 -0
  427. /package/lib/{role → chevre/role}/organizationRole.js +0 -0
  428. /package/lib/{role.d.ts → chevre/role.d.ts} +0 -0
  429. /package/lib/{role.js → chevre/role.js} +0 -0
  430. /package/lib/{schedule.d.ts → chevre/schedule.d.ts} +0 -0
  431. /package/lib/{schedule.js → chevre/schedule.js} +0 -0
  432. /package/lib/{seller.d.ts → chevre/seller.d.ts} +0 -0
  433. /package/lib/{seller.js → chevre/seller.js} +0 -0
  434. /package/lib/{sellerReturnPolicy.d.ts → chevre/sellerReturnPolicy.d.ts} +0 -0
  435. /package/lib/{sellerReturnPolicy.js → chevre/sellerReturnPolicy.js} +0 -0
  436. /package/lib/{service → chevre/service}/paymentService.d.ts +0 -0
  437. /package/lib/{service → chevre/service}/paymentService.js +0 -0
  438. /package/lib/{service → chevre/service}/webAPI.d.ts +0 -0
  439. /package/lib/{service → chevre/service}/webAPI.js +0 -0
  440. /package/lib/{serviceChannel.d.ts → chevre/serviceChannel.d.ts} +0 -0
  441. /package/lib/{serviceChannel.js → chevre/serviceChannel.js} +0 -0
  442. /package/lib/{sortType.d.ts → chevre/sortType.d.ts} +0 -0
  443. /package/lib/{sortType.js → chevre/sortType.js} +0 -0
  444. /package/lib/{task → chevre/task}/acceptCOAOffer.d.ts +0 -0
  445. /package/lib/{task → chevre/task}/acceptCOAOffer.js +0 -0
  446. /package/lib/{task → chevre/task}/accountMoneyTransfer.d.ts +0 -0
  447. /package/lib/{task → chevre/task}/accountMoneyTransfer.js +0 -0
  448. /package/lib/{task → chevre/task}/aggregateOffers.d.ts +0 -0
  449. /package/lib/{task → chevre/task}/aggregateOffers.js +0 -0
  450. /package/lib/{task → chevre/task}/aggregateOnSystem.d.ts +0 -0
  451. /package/lib/{task → chevre/task}/aggregateOnSystem.js +0 -0
  452. /package/lib/{task → chevre/task}/aggregateScreeningEvent.d.ts +0 -0
  453. /package/lib/{task → chevre/task}/aggregateScreeningEvent.js +0 -0
  454. /package/lib/{task → chevre/task}/authorizePayment.d.ts +0 -0
  455. /package/lib/{task → chevre/task}/authorizePayment.js +0 -0
  456. /package/lib/{task → chevre/task}/cancelAccountMoneyTransfer.d.ts +0 -0
  457. /package/lib/{task → chevre/task}/cancelAccountMoneyTransfer.js +0 -0
  458. /package/lib/{task → chevre/task}/cancelMoneyTransfer.d.ts +0 -0
  459. /package/lib/{task → chevre/task}/cancelMoneyTransfer.js +0 -0
  460. /package/lib/{task → chevre/task}/cancelPendingReservation.d.ts +0 -0
  461. /package/lib/{task → chevre/task}/cancelPendingReservation.js +0 -0
  462. /package/lib/{task → chevre/task}/cancelReservation.d.ts +0 -0
  463. /package/lib/{task → chevre/task}/cancelReservation.js +0 -0
  464. /package/lib/{task → chevre/task}/checkMovieTicket.d.ts +0 -0
  465. /package/lib/{task → chevre/task}/checkMovieTicket.js +0 -0
  466. /package/lib/{task → chevre/task}/checkResource.d.ts +0 -0
  467. /package/lib/{task → chevre/task}/checkResource.js +0 -0
  468. /package/lib/{task → chevre/task}/confirmPayTransaction.d.ts +0 -0
  469. /package/lib/{task → chevre/task}/confirmPayTransaction.js +0 -0
  470. /package/lib/{task → chevre/task}/confirmRegisterService.d.ts +0 -0
  471. /package/lib/{task → chevre/task}/confirmRegisterService.js +0 -0
  472. /package/lib/{task → chevre/task}/confirmRegisterServiceTransaction.d.ts +0 -0
  473. /package/lib/{task → chevre/task}/confirmRegisterServiceTransaction.js +0 -0
  474. /package/lib/{task → chevre/task}/confirmReserveTransaction.d.ts +0 -0
  475. /package/lib/{task → chevre/task}/confirmReserveTransaction.js +0 -0
  476. /package/lib/{task → chevre/task}/createAccountingReport.d.ts +0 -0
  477. /package/lib/{task → chevre/task}/createAccountingReport.js +0 -0
  478. /package/lib/{task → chevre/task}/deletePerson.d.ts +0 -0
  479. /package/lib/{task → chevre/task}/deletePerson.js +0 -0
  480. /package/lib/{task → chevre/task}/deleteTransaction.d.ts +0 -0
  481. /package/lib/{task → chevre/task}/deleteTransaction.js +0 -0
  482. /package/lib/{task → chevre/task}/givePointAward.d.ts +0 -0
  483. /package/lib/{task → chevre/task}/givePointAward.js +0 -0
  484. /package/lib/{task → chevre/task}/handleNotification.d.ts +0 -0
  485. /package/lib/{task → chevre/task}/handleNotification.js +0 -0
  486. /package/lib/{task → chevre/task}/importEventCapacitiesFromCOA.d.ts +0 -0
  487. /package/lib/{task → chevre/task}/importEventCapacitiesFromCOA.js +0 -0
  488. /package/lib/{task → chevre/task}/importEventsFromCOA.d.ts +0 -0
  489. /package/lib/{task → chevre/task}/importEventsFromCOA.js +0 -0
  490. /package/lib/{task → chevre/task}/importOffersFromCOA.d.ts +0 -0
  491. /package/lib/{task → chevre/task}/importOffersFromCOA.js +0 -0
  492. /package/lib/{task → chevre/task}/invalidatePaymentUrl.d.ts +0 -0
  493. /package/lib/{task → chevre/task}/invalidatePaymentUrl.js +0 -0
  494. /package/lib/{task → chevre/task}/moneyTransfer.d.ts +0 -0
  495. /package/lib/{task → chevre/task}/moneyTransfer.js +0 -0
  496. /package/lib/{task → chevre/task}/onAssetTransactionStatusChanged.d.ts +0 -0
  497. /package/lib/{task → chevre/task}/onAssetTransactionStatusChanged.js +0 -0
  498. /package/lib/{task → chevre/task}/onAuthorizationCreated.d.ts +0 -0
  499. /package/lib/{task → chevre/task}/onAuthorizationCreated.js +0 -0
  500. /package/lib/{task → chevre/task}/onEventChanged.d.ts +0 -0
  501. /package/lib/{task → chevre/task}/onEventChanged.js +0 -0
  502. /package/lib/{task → chevre/task}/onOrderPaymentCompleted.d.ts +0 -0
  503. /package/lib/{task → chevre/task}/onOrderPaymentCompleted.js +0 -0
  504. /package/lib/{task → chevre/task}/onResourceDeleted.d.ts +0 -0
  505. /package/lib/{task → chevre/task}/onResourceDeleted.js +0 -0
  506. /package/lib/{task → chevre/task}/onResourceUpdated.d.ts +0 -0
  507. /package/lib/{task → chevre/task}/onResourceUpdated.js +0 -0
  508. /package/lib/{task → chevre/task}/pay.d.ts +0 -0
  509. /package/lib/{task → chevre/task}/pay.js +0 -0
  510. /package/lib/{task → chevre/task}/placeOrder.d.ts +0 -0
  511. /package/lib/{task → chevre/task}/placeOrder.js +0 -0
  512. /package/lib/{task → chevre/task}/publishPaymentUrl.d.ts +0 -0
  513. /package/lib/{task → chevre/task}/publishPaymentUrl.js +0 -0
  514. /package/lib/{task → chevre/task}/refund.d.ts +0 -0
  515. /package/lib/{task → chevre/task}/refund.js +0 -0
  516. /package/lib/{task → chevre/task}/registerService.d.ts +0 -0
  517. /package/lib/{task → chevre/task}/registerService.js +0 -0
  518. /package/lib/{task → chevre/task}/reserve.d.ts +0 -0
  519. /package/lib/{task → chevre/task}/reserve.js +0 -0
  520. /package/lib/{task → chevre/task}/returnOrder.d.ts +0 -0
  521. /package/lib/{task → chevre/task}/returnOrder.js +0 -0
  522. /package/lib/{task → chevre/task}/returnPayTransaction.d.ts +0 -0
  523. /package/lib/{task → chevre/task}/returnPayTransaction.js +0 -0
  524. /package/lib/{task → chevre/task}/returnPointAward.d.ts +0 -0
  525. /package/lib/{task → chevre/task}/returnPointAward.js +0 -0
  526. /package/lib/{task → chevre/task}/returnReserveTransaction.d.ts +0 -0
  527. /package/lib/{task → chevre/task}/returnReserveTransaction.js +0 -0
  528. /package/lib/{task → chevre/task}/sendEmailMessage.d.ts +0 -0
  529. /package/lib/{task → chevre/task}/sendEmailMessage.js +0 -0
  530. /package/lib/{task → chevre/task}/sendOrder.js +0 -0
  531. /package/lib/{task → chevre/task}/syncResourcesFromCOA.d.ts +0 -0
  532. /package/lib/{task → chevre/task}/syncResourcesFromCOA.js +0 -0
  533. /package/lib/{task → chevre/task}/triggerWebhook.d.ts +0 -0
  534. /package/lib/{task → chevre/task}/triggerWebhook.js +0 -0
  535. /package/lib/{task → chevre/task}/useReservation.d.ts +0 -0
  536. /package/lib/{task → chevre/task}/useReservation.js +0 -0
  537. /package/lib/{task → chevre/task}/voidPayTransaction.d.ts +0 -0
  538. /package/lib/{task → chevre/task}/voidPayTransaction.js +0 -0
  539. /package/lib/{task → chevre/task}/voidPayment.d.ts +0 -0
  540. /package/lib/{task → chevre/task}/voidPayment.js +0 -0
  541. /package/lib/{task → chevre/task}/voidRegisterServiceTransaction.d.ts +0 -0
  542. /package/lib/{task → chevre/task}/voidRegisterServiceTransaction.js +0 -0
  543. /package/lib/{task → chevre/task}/voidReserveTransaction.d.ts +0 -0
  544. /package/lib/{task → chevre/task}/voidReserveTransaction.js +0 -0
  545. /package/lib/{task.d.ts → chevre/task.d.ts} +0 -0
  546. /package/lib/{task.js → chevre/task.js} +0 -0
  547. /package/lib/{taskName.d.ts → chevre/taskName.d.ts} +0 -0
  548. /package/lib/{taskName.js → chevre/taskName.js} +0 -0
  549. /package/lib/{taskStatus.d.ts → chevre/taskStatus.d.ts} +0 -0
  550. /package/lib/{taskStatus.js → chevre/taskStatus.js} +0 -0
  551. /package/lib/{thing.d.ts → chevre/thing.d.ts} +0 -0
  552. /package/lib/{thing.js → chevre/thing.js} +0 -0
  553. /package/lib/{transaction → chevre/transaction}/placeOrder.js +0 -0
  554. /package/lib/{transaction → chevre/transaction}/returnOrder.js +0 -0
  555. /package/lib/{transaction.d.ts → chevre/transaction.d.ts} +0 -0
  556. /package/lib/{transaction.js → chevre/transaction.js} +0 -0
  557. /package/lib/{transactionStatusType.d.ts → chevre/transactionStatusType.d.ts} +0 -0
  558. /package/lib/{transactionStatusType.js → chevre/transactionStatusType.js} +0 -0
  559. /package/lib/{transactionType.d.ts → chevre/transactionType.d.ts} +0 -0
  560. /package/lib/{transactionType.js → chevre/transactionType.js} +0 -0
  561. /package/lib/{trip → chevre/trip}/busTrip.d.ts +0 -0
  562. /package/lib/{trip → chevre/trip}/busTrip.js +0 -0
  563. /package/lib/{trip.d.ts → chevre/trip.d.ts} +0 -0
  564. /package/lib/{trip.js → chevre/trip.js} +0 -0
  565. /package/lib/{tripType.d.ts → chevre/tripType.d.ts} +0 -0
  566. /package/lib/{tripType.js → chevre/tripType.js} +0 -0
  567. /package/lib/{unitCode.d.ts → chevre/unitCode.d.ts} +0 -0
  568. /package/lib/{unitCode.js → chevre/unitCode.js} +0 -0
  569. /package/lib/{unitPriceOffer → chevre/unitPriceOffer}/merchantReturnPolicy.d.ts +0 -0
  570. /package/lib/{unitPriceOffer → chevre/unitPriceOffer}/merchantReturnPolicy.js +0 -0
  571. /package/lib/{unitPriceOffer.d.ts → chevre/unitPriceOffer.d.ts} +0 -0
  572. /package/lib/{unitPriceOffer.js → chevre/unitPriceOffer.js} +0 -0
package/lib/index.d.ts CHANGED
@@ -1,590 +1 @@
1
- /**
2
- * factory
3
- */
4
- export * as waiter from '@waiter/factory';
5
- export * as cognito from './cognito';
6
- import * as AccountFactory from './account';
7
- import * as ActionFactory from './action';
8
- import * as AcceptCOAOfferActionFactory from './action/accept/coaOffer';
9
- import * as AcceptPayActionFactory from './action/accept/pay';
10
- import * as AuthorizeActionFactory from './action/authorize';
11
- import * as AuthorizeInvoiceActionFactory from './action/authorize/invoice';
12
- import * as AuthorizeEventServiceOfferActionFactory from './action/authorize/offer/eventService';
13
- import * as AuthorizeProductOfferActionFactory from './action/authorize/offer/product';
14
- import * as AuthorizeAnyPaymentActionFactory from './action/authorize/paymentMethod/any';
15
- import * as AuthorizeTicketedObjectActionFactory from './action/authorize/ticketedObject';
16
- import * as CancelCOAReserveActionFactory from './action/cancel/coaReserve';
17
- import * as CancelReservationActionFactory from './action/cancel/reservation';
18
- import * as CheckMovieTicketActionFactory from './action/check/paymentMethod/movieTicket';
19
- import * as CheckThingActionFactory from './action/check/thing';
20
- import * as UseReservationActionFactory from './action/consume/use/reservation';
21
- import * as CreateActionFactory from './action/create';
22
- import * as ConfirmPayActionFactory from './action/interact/confirm/pay';
23
- import * as ConfirmRegisterServiceActionFactory from './action/interact/confirm/registerService';
24
- import * as ConfirmReservationActionFactory from './action/interact/confirm/reservation';
25
- import * as InformActionFactory from './action/interact/inform';
26
- import * as RegisterActionFactory from './action/interact/register';
27
- import * as RegisterServiceActionFactory from './action/interact/register/service';
28
- import * as ReserveActionFactory from './action/reserve';
29
- import * as OrderActionFactory from './action/trade/order';
30
- import * as PayActionFactory from './action/trade/pay';
31
- import * as RefundActionFactory from './action/trade/refund';
32
- import * as GiveActionFactory from './action/transfer/give';
33
- import * as GivePointAwardActionFactory from './action/transfer/give/pointAward';
34
- import * as MoneyTransferActionFactory from './action/transfer/moneyTransfer';
35
- import * as ReturnInvoiceActionFactory from './action/transfer/return/invoice';
36
- import * as ReturnOrderActionFactory from './action/transfer/return/order';
37
- import * as ReturnPointAwardActionFactory from './action/transfer/return/pointAward';
38
- import * as ReturnReserveTransactionActionFactory from './action/transfer/return/reserveTransaction';
39
- import * as SendEmailMessageActionFactory from './action/transfer/send/message/email';
40
- import * as SendOrderActionFactory from './action/transfer/send/order';
41
- import * as AddActionFactory from './action/update/add';
42
- import * as DeleteActionFactory from './action/update/delete';
43
- import * as ReplaceActionFactory from './action/update/replace';
44
- import * as UpdateActionFactory from './action/update/update';
45
- import { ActionStatusType } from './actionStatusType';
46
- import { ActionType } from './actionType';
47
- import * as AccountTitleFactory from './accountTitle';
48
- import { AccountType } from './accountType';
49
- import * as AdditionalPropertyFactory from './additionalProperty';
50
- import * as AdvanceBookingRequirementFactory from './advanceBookingRequirement';
51
- import * as AggregationFactory from './aggregation';
52
- import * as AuthorizationFactory from './authorization';
53
- import * as CategoryCodeFactory from './categoryCode';
54
- import { CertificationStatusEnumeration } from './certificationStatusEnumeration';
55
- import * as ClientUserFactory from './clientUser';
56
- import * as softwareApplicationCertification from './creativeWork/certification/softwareApplication';
57
- import * as webApplicationCertification from './creativeWork/certification/webApplication';
58
- import * as webSiteCertification from './creativeWork/certification/webSite';
59
- import * as CommentFactory from './creativeWork/comment';
60
- import * as EmailMessageFactory from './creativeWork/message/email';
61
- import * as MovieFactory from './creativeWork/movie';
62
- import * as NoteDigitalDocumentFactory from './creativeWork/noteDigitalDocument';
63
- import * as SoftwareApplicationFactory from './creativeWork/softwareApplication';
64
- import * as WebApplicationFactory from './creativeWork/softwareApplication/webApplication';
65
- import { CreativeWorkType } from './creativeWorkType';
66
- import * as CustomerFactory from './customer';
67
- import * as EncodingFormat from './encodingFormat';
68
- import * as entryPoint from './entryPoint';
69
- import * as ScreeningEventFactory from './event/screeningEvent';
70
- import * as ScreeningEventSeriesFactory from './event/screeningEventSeries';
71
- import { EventStatusType } from './eventStatusType';
72
- import { EventType } from './eventType';
73
- import * as IAMFactory from './iam';
74
- import * as IdentityProviderFactory from './identityProvider';
75
- import * as InvoiceFactory from './invoice';
76
- import { issuer } from './issuer';
77
- import { ItemAvailability } from './itemAvailability';
78
- import * as LanguageFactory from './language';
79
- import * as MerchantReturnPolicyFactory from './merchantReturnPolicy';
80
- import * as MonetaryAmountFactory from './monetaryAmount';
81
- import * as MovieTicketTypeFactory from './movieTicketType';
82
- import { IMultilingualString } from './multilingualString';
83
- import * as OfferFactory from './offer';
84
- import * as AggregateOfferFactory from './offer/aggregateOffer';
85
- import * as EventOfferFactory from './offer/eventOffer';
86
- import * as ProductOfferFactory from './offer/productOffer';
87
- import * as OfferCatalogFactory from './offerCatalog';
88
- import * as OfferItemConditionFactory from './offerItemCondition';
89
- import { OfferType } from './offerType';
90
- import * as OrderFactory from './order';
91
- import { OrderStatus } from './orderStatus';
92
- import * as OrganizationFactory from './organization';
93
- import { OrganizationType } from './organizationType';
94
- import * as OwnershipInfoFactory from './ownershipInfo';
95
- import * as PaymentCardFactory from './paymentMethod/paymentCard';
96
- import * as CreditCardFactory from './paymentMethod/paymentCard/creditCard';
97
- import * as MovieTicketFactory from './paymentMethod/paymentCard/movieTicket';
98
- import { PaymentStatusType } from './paymentStatusType';
99
- import * as PermitFactory from './permit';
100
- import * as PersonFactory from './person';
101
- import { PersonType } from './personType';
102
- import * as BusStopFactory from './place/busStop';
103
- import * as EntranceGateFactory from './place/entranceGate';
104
- import * as MovieTheaterPlaceFactory from './place/movieTheater';
105
- import * as ScreeningRoomPlaceFactory from './place/screeningRoom';
106
- import * as ScreeningRoomSectionPlaceFactory from './place/screeningRoomSection';
107
- import * as SeatPlaceFactory from './place/seat';
108
- import { PlaceType } from './placeType';
109
- import * as potentialAction from './potentialAction';
110
- import { PriceCurrency } from './priceCurrency';
111
- import * as PriceSpecificationFactory from './priceSpecification';
112
- import * as CategoryCodeChargeSpecificationFactory from './priceSpecification/categoryCodeChargeSpecification';
113
- import * as CompoundPriceSpecificationFactory from './priceSpecification/compoundPriceSpecification';
114
- import * as MovieTicketTypeChargeSpecificationFactory from './priceSpecification/movieTicketTypeChargeSpecification';
115
- import * as UnitPriceSpecificationFactory from './priceSpecification/unitPriceSpecification';
116
- import { PriceSpecificationType } from './priceSpecificationType';
117
- import * as ProductFactory from './product';
118
- import * as ProgramMembershipFactory from './programMembership';
119
- export * as project from './project';
120
- import * as PropertyValueFactory from './propertyValue';
121
- import * as LocationFeatureSpecificationFactory from './propertyValue/locationFeatureSpecification';
122
- import * as QualitativeValueFactory from './qualitativeValue';
123
- import * as QuantitativeValueFactory from './quantitativeValue';
124
- import * as AccountingReportFactory from './report/accountingReport';
125
- import * as ReservationFactory from './reservation';
126
- import * as EventReservationFactory from './reservation/event';
127
- import * as ReservationPackageFactory from './reservation/reservationPackage';
128
- import { ReservationStatusType } from './reservationStatusType';
129
- import { ReservationType } from './reservationType';
130
- import { RESERVED_CODE_VALUES } from './reservedCodeValues';
131
- import * as RoleFactory from './role';
132
- import * as OrganizationRoleFactory from './role/organizationRole';
133
- import * as ScheduleFactory from './schedule';
134
- import * as SellerFactory from './seller';
135
- import * as SellerReturnPolicyFactory from './sellerReturnPolicy';
136
- import * as PaymentServiceFactory from './service/paymentService';
137
- import * as WebAPIServiceFactory from './service/webAPI';
138
- import * as ServiceChannelFactory from './serviceChannel';
139
- import { SortType } from './sortType';
140
- import * as ThingFactory from './thing';
141
- import * as BusTripFactory from './trip/busTrip';
142
- import { TripType } from './tripType';
143
- import { UnitCode } from './unitCode';
144
- import * as UnitPriceOfferFactory from './unitPriceOffer';
145
- import * as AccountTitleNotification from './notification/accountTitle';
146
- import * as CategoryCodeNotification from './notification/categoryCode';
147
- import * as CreativeWorkNotification from './notification/creativeWork';
148
- import * as EventNotification from './notification/event';
149
- import * as EventSeriesNotification from './notification/eventSeries';
150
- import * as OfferNotification from './notification/offer';
151
- import * as OfferCatalogNotification from './notification/offerCatalog';
152
- import * as OrderNotification from './notification/order';
153
- import * as PayActionNotification from './notification/payAction';
154
- import * as PersonNotification from './notification/person';
155
- import * as PlaceNotification from './notification/place';
156
- import * as ProductNotification from './notification/product';
157
- import * as RefundActionNotification from './notification/refundAction';
158
- import * as ReservationNotification from './notification/reservation';
159
- import * as TaskNotification from './notification/task';
160
- import * as TransactionNotification from './notification/transaction';
161
- import * as TaskFactory from './task';
162
- import * as AcceptCOAOfferTaskFactory from './task/acceptCOAOffer';
163
- import * as AccountMoneyTransferTaskFactory from './task/accountMoneyTransfer';
164
- import * as AggregateOffersTaskFactory from './task/aggregateOffers';
165
- import * as AggregateOnSystemTaskFactory from './task/aggregateOnSystem';
166
- import * as AggregateScreeningEventTaskFactory from './task/aggregateScreeningEvent';
167
- import * as AuthorizePaymentTaskFactory from './task/authorizePayment';
168
- import * as CancelAccountMoneyTransferTaskFactory from './task/cancelAccountMoneyTransfer';
169
- import * as CancelMoneyTransferTaskFactory from './task/cancelMoneyTransfer';
170
- import * as CancelPendingReservationTaskFactory from './task/cancelPendingReservation';
171
- import * as CancelReservationTaskFactory from './task/cancelReservation';
172
- import * as CheckMovieTicketTaskFactory from './task/checkMovieTicket';
173
- import * as CheckResourceTaskFactory from './task/checkResource';
174
- import * as ConfirmPayTransactionTaskFactory from './task/confirmPayTransaction';
175
- import * as ConfirmRegisterServiceTaskFactory from './task/confirmRegisterService';
176
- import * as ConfirmRegisterServiceTransactionTaskFactory from './task/confirmRegisterServiceTransaction';
177
- import * as ConfirmReserveTransactionTaskFactory from './task/confirmReserveTransaction';
178
- import * as CreateAccountingReportTaskFactory from './task/createAccountingReport';
179
- import * as DeletePersonTaskFactory from './task/deletePerson';
180
- import * as DeleteTransactionTaskFactory from './task/deleteTransaction';
181
- import * as GivePointAwardTaskFactory from './task/givePointAward';
182
- import * as HandleNotificationTaskFactory from './task/handleNotification';
183
- import * as ImportEventCapacitiesFromCOATaskFactory from './task/importEventCapacitiesFromCOA';
184
- import * as ImportEventsFromCOATaskFactory from './task/importEventsFromCOA';
185
- import * as ImportOffersFromCOATaskFactory from './task/importOffersFromCOA';
186
- import * as InvalidatePaymentUrlTaskFactory from './task/invalidatePaymentUrl';
187
- import * as MoneyTransferTaskFactory from './task/moneyTransfer';
188
- import * as OnAssetTransactionStatusChangedTaskFactory from './task/onAssetTransactionStatusChanged';
189
- import * as OnAuthorizationCreatedTaskFactory from './task/onAuthorizationCreated';
190
- import * as OnEventChangedTaskFactory from './task/onEventChanged';
191
- import * as OnOrderPaymentCompletedTaskFactory from './task/onOrderPaymentCompleted';
192
- import * as OnResourceDeletedTaskFactory from './task/onResourceDeleted';
193
- import * as OnResourceUpdatedTaskFactory from './task/onResourceUpdated';
194
- import * as PayTaskFactory from './task/pay';
195
- import * as PlaceOrderTaskFactory from './task/placeOrder';
196
- import * as PublishPaymentUrlTaskFactory from './task/publishPaymentUrl';
197
- import * as RefundTaskFactory from './task/refund';
198
- import * as RegisterServiceTaskFactory from './task/registerService';
199
- import * as ReserveTaskFactory from './task/reserve';
200
- import * as ReturnOrderTaskFactory from './task/returnOrder';
201
- import * as ReturnPayTransactionTaskFactory from './task/returnPayTransaction';
202
- import * as ReturnPointAwardTaskFactory from './task/returnPointAward';
203
- import * as ReturnReserveTransactionTaskFactory from './task/returnReserveTransaction';
204
- import * as SendEmailMessageTaskFactory from './task/sendEmailMessage';
205
- import * as SendOrderTaskFactory from './task/sendOrder';
206
- import * as SyncResourcesFromCOATaskFactory from './task/syncResourcesFromCOA';
207
- import * as TriggerWebhookTaskFactory from './task/triggerWebhook';
208
- import * as UseReservationTaskFactory from './task/useReservation';
209
- import * as VoidPaymentTaskFactory from './task/voidPayment';
210
- import * as VoidPayTransactionTaskFactory from './task/voidPayTransaction';
211
- import * as VoidRegisterServiceTransactionTaskFactory from './task/voidRegisterServiceTransaction';
212
- import * as VoidReserveTransactionTaskFactory from './task/voidReserveTransaction';
213
- import { TaskName } from './taskName';
214
- import { TaskStatus } from './taskStatus';
215
- import * as AssetTransactionFactory from './assetTransaction';
216
- import * as CancelReservationAssetTransactionFactory from './assetTransaction/cancelReservation';
217
- import * as MoneyTransferAssetTransactionFactory from './assetTransaction/moneyTransfer';
218
- import * as PayAssetTransactionFactory from './assetTransaction/pay';
219
- import * as RefundAssetTransactionFactory from './assetTransaction/refund';
220
- import * as RegisterServiceAssetTransactionFactory from './assetTransaction/registerService';
221
- import * as ReserveAssetTransactionFactory from './assetTransaction/reserve';
222
- import { AssetTransactionType } from './assetTransactionType';
223
- import { TransactionStatusType } from './transactionStatusType';
224
- import * as TransactionFactory from './transaction';
225
- import * as PlaceOrderTransactionFactory from './transaction/placeOrder';
226
- import * as ReturnOrderTransactionFactory from './transaction/returnOrder';
227
- import { TransactionType } from './transactionType';
228
- import { ErrorCode } from './errorCode';
229
- export * as errors from './errors';
230
- export * as recipe from './recipe';
231
- export import errorCode = ErrorCode;
232
- export import account = AccountFactory;
233
- export import actionStatusType = ActionStatusType;
234
- export import actionType = ActionType;
235
- export declare namespace action {
236
- export import IAction = ActionFactory.IAction;
237
- export import IAttributes = ActionFactory.IAttributes;
238
- export import IDynamicAttributes = ActionFactory.IDynamicAttributes;
239
- export import IParticipantAsWebApplication = ActionFactory.IParticipantAsWebApplication;
240
- export import IParticipantAsPerson = ActionFactory.IParticipantAsPerson;
241
- export import IParticipantAsSeller = ActionFactory.IParticipantAsSeller;
242
- export import IParticipantAsProject = ActionFactory.IParticipantAsProject;
243
- export import IParticipantAsCustomer = ActionFactory.IParticipantAsCustomer;
244
- export import IParticipant = ActionFactory.IParticipant;
245
- export import IPurpose = ActionFactory.IPurpose;
246
- export import IRecipient = ActionFactory.IRecipient;
247
- export import ISortOrder = ActionFactory.ISortOrder;
248
- export import ISearchConditions = ActionFactory.ISearchConditions;
249
- export import ISameAs = ActionFactory.ISameAs;
250
- namespace accept {
251
- export import coaOffer = AcceptCOAOfferActionFactory;
252
- export import pay = AcceptPayActionFactory;
253
- }
254
- namespace authorize {
255
- export import IAction = AuthorizeActionFactory.IAction;
256
- export import IAttributes = AuthorizeActionFactory.IAttributes;
257
- namespace paymentMethod {
258
- export import any = AuthorizeAnyPaymentActionFactory;
259
- }
260
- namespace offer {
261
- export import eventService = AuthorizeEventServiceOfferActionFactory;
262
- export import product = AuthorizeProductOfferActionFactory;
263
- }
264
- export import invoice = AuthorizeInvoiceActionFactory;
265
- export import ticketedObject = AuthorizeTicketedObjectActionFactory;
266
- }
267
- namespace cancel {
268
- export import coaReserve = CancelCOAReserveActionFactory;
269
- export import reservation = CancelReservationActionFactory;
270
- }
271
- namespace check {
272
- namespace paymentMethod {
273
- export import movieTicket = CheckMovieTicketActionFactory;
274
- }
275
- export import thing = CheckThingActionFactory;
276
- }
277
- export import create = CreateActionFactory;
278
- namespace interact {
279
- namespace confirm {
280
- export import registerService = ConfirmRegisterServiceActionFactory;
281
- export import pay = ConfirmPayActionFactory;
282
- export import reservation = ConfirmReservationActionFactory;
283
- }
284
- export import inform = InformActionFactory;
285
- namespace register {
286
- export import IAction = RegisterActionFactory.IAction;
287
- export import IAttributes = RegisterActionFactory.IAttributes;
288
- export import service = RegisterServiceActionFactory;
289
- }
290
- }
291
- namespace trade {
292
- export import order = OrderActionFactory;
293
- export import pay = PayActionFactory;
294
- export import refund = RefundActionFactory;
295
- }
296
- namespace transfer {
297
- export import moneyTransfer = MoneyTransferActionFactory;
298
- namespace give {
299
- export import IAction = GiveActionFactory.IAction;
300
- export import IAttributes = GiveActionFactory.IAttributes;
301
- export import pointAward = GivePointAwardActionFactory;
302
- }
303
- /**
304
- * 返却アクション
305
- * returnはネームスペース名に使えないのでreturnAction
306
- */
307
- namespace returnAction {
308
- export import invoice = ReturnInvoiceActionFactory;
309
- export import order = ReturnOrderActionFactory;
310
- export import pointAward = ReturnPointAwardActionFactory;
311
- export import reserveTransaction = ReturnReserveTransactionActionFactory;
312
- }
313
- namespace send {
314
- namespace message {
315
- export import email = SendEmailMessageActionFactory;
316
- }
317
- export import order = SendOrderActionFactory;
318
- }
319
- }
320
- namespace update {
321
- export import add = AddActionFactory;
322
- export import deleteAction = DeleteActionFactory;
323
- export import replace = ReplaceActionFactory;
324
- export import update = UpdateActionFactory;
325
- }
326
- namespace consume {
327
- namespace use {
328
- export import reservation = UseReservationActionFactory;
329
- }
330
- }
331
- export import reserve = ReserveActionFactory;
332
- }
333
- export import accountTitle = AccountTitleFactory;
334
- export import accountType = AccountType;
335
- export import additionalProperty = AdditionalPropertyFactory;
336
- export import advanceBookingRequirement = AdvanceBookingRequirementFactory;
337
- export import aggregation = AggregationFactory;
338
- export import aggregateOffer = AggregateOfferFactory;
339
- export import authorization = AuthorizationFactory;
340
- export import categoryCode = CategoryCodeFactory;
341
- export { CertificationStatusEnumeration };
342
- export import clientUser = ClientUserFactory;
343
- export declare namespace creativeWork {
344
- namespace certification {
345
- /**
346
- * マシーンアイデンティティ
347
- */
348
- export import softwareApplication = softwareApplicationCertification;
349
- /**
350
- * アプリケーションアイデンティティ
351
- */
352
- export import webApplication = webApplicationCertification;
353
- /**
354
- * ウェブサイトアイデンティティ
355
- */
356
- export import webSite = webSiteCertification;
357
- }
358
- export import comment = CommentFactory;
359
- namespace message {
360
- export import email = EmailMessageFactory;
361
- }
362
- /**
363
- * コンテンツ
364
- */
365
- export import movie = MovieFactory;
366
- /**
367
- * メモ
368
- */
369
- export import noteDigitalDocument = NoteDigitalDocumentFactory;
370
- namespace softwareApplication {
371
- export import softwareApplication = SoftwareApplicationFactory;
372
- export import webApplication = WebApplicationFactory;
373
- }
374
- }
375
- export import creativeWorkType = CreativeWorkType;
376
- export import customer = CustomerFactory;
377
- export declare namespace event {
378
- export import screeningEvent = ScreeningEventFactory;
379
- }
380
- export import eventOffer = EventOfferFactory;
381
- export import eventSeries = ScreeningEventSeriesFactory;
382
- export import encodingFormat = EncodingFormat;
383
- export { entryPoint };
384
- export import eventStatusType = EventStatusType;
385
- export import eventType = EventType;
386
- export import iam = IAMFactory;
387
- export import identityProvider = IdentityProviderFactory;
388
- export import invoice = InvoiceFactory;
389
- export { issuer };
390
- export import itemAvailability = ItemAvailability;
391
- export import language = LanguageFactory;
392
- export import merchantReturnPolicy = MerchantReturnPolicyFactory;
393
- export import monetaryAmount = MonetaryAmountFactory;
394
- export import movieTicketType = MovieTicketTypeFactory;
395
- export type multilingualString = IMultilingualString;
396
- export declare namespace notification {
397
- export import event = EventNotification;
398
- export import eventSeries = EventSeriesNotification;
399
- export import order = OrderNotification;
400
- export import reservation = ReservationNotification;
401
- export import payAction = PayActionNotification;
402
- export import refundAction = RefundActionNotification;
403
- export import accountTitle = AccountTitleNotification;
404
- export import categoryCode = CategoryCodeNotification;
405
- export import creativeWork = CreativeWorkNotification;
406
- export import offer = OfferNotification;
407
- export import offerCatalog = OfferCatalogNotification;
408
- export import person = PersonNotification;
409
- export import place = PlaceNotification;
410
- export import product = ProductNotification;
411
- export import task = TaskNotification;
412
- export import transaction = TransactionNotification;
413
- }
414
- export import offer = OfferFactory;
415
- export import offerCatalog = OfferCatalogFactory;
416
- export import offerItemCondition = OfferItemConditionFactory;
417
- export import offerType = OfferType;
418
- export import order = OrderFactory;
419
- export import orderStatus = OrderStatus;
420
- export import organization = OrganizationFactory;
421
- export import organizationType = OrganizationType;
422
- export import ownershipInfo = OwnershipInfoFactory;
423
- export declare namespace paymentMethod {
424
- type ISearchConditions = any;
425
- type IPaymentMethod = MovieTicketFactory.IMovieTicketPaymentCard;
426
- namespace paymentCard {
427
- export import IPaymentCard = PaymentCardFactory.IPaymentCard;
428
- export import creditCard = CreditCardFactory;
429
- export import movieTicket = MovieTicketFactory;
430
- }
431
- }
432
- export import paymentStatusType = PaymentStatusType;
433
- export import permit = PermitFactory;
434
- export import person = PersonFactory;
435
- export import personType = PersonType;
436
- export import priceCurrency = PriceCurrency;
437
- export declare namespace place {
438
- export import busStop = BusStopFactory;
439
- export import entranceGate = EntranceGateFactory;
440
- export import movieTheater = MovieTheaterPlaceFactory;
441
- export import screeningRoom = ScreeningRoomPlaceFactory;
442
- export import screeningRoomSection = ScreeningRoomSectionPlaceFactory;
443
- export import seat = SeatPlaceFactory;
444
- }
445
- export import placeType = PlaceType;
446
- export { potentialAction };
447
- export declare namespace priceSpecification {
448
- export import IAccounting = PriceSpecificationFactory.IAccounting;
449
- export import IEligibleQuantity = PriceSpecificationFactory.IEligibleQuantity;
450
- export import IEligibleTransactionVolume = PriceSpecificationFactory.IEligibleTransactionVolume;
451
- type IPriceSpecification<T extends PriceSpecificationType> = T extends PriceSpecificationType.CategoryCodeChargeSpecification ? CategoryCodeChargeSpecificationFactory.IPriceSpecification : T extends PriceSpecificationType.MovieTicketTypeChargeSpecification ? MovieTicketTypeChargeSpecificationFactory.IPriceSpecification : T extends PriceSpecificationType.UnitPriceSpecification ? UnitPriceSpecificationFactory.IPriceSpecification : PriceSpecificationFactory.IPriceSpecification<PriceSpecificationType>;
452
- type ISearchConditions<T extends PriceSpecificationType> = PriceSpecificationFactory.ISearchConditions<T>;
453
- export import unitPrice = UnitPriceSpecificationFactory;
454
- }
455
- export declare namespace compoundPriceSpecification {
456
- type IPriceSpecification<T extends PriceSpecificationType> = CompoundPriceSpecificationFactory.IPriceSpecification<priceSpecification.IPriceSpecification<T>>;
457
- }
458
- export import priceSpecificationType = PriceSpecificationType;
459
- export import programMembership = ProgramMembershipFactory;
460
- export import product = ProductFactory;
461
- export import productOffer = ProductOfferFactory;
462
- export declare namespace propertyValue {
463
- export import PropertyValueType = PropertyValueFactory.PropertyValueType;
464
- export import IPropertyValue = PropertyValueFactory.IPropertyValue;
465
- export import locationFeatureSpecification = LocationFeatureSpecificationFactory;
466
- }
467
- export import qualitativeValue = QualitativeValueFactory;
468
- export import quantitativeValue = QuantitativeValueFactory;
469
- export declare namespace report {
470
- export import accountingReport = AccountingReportFactory;
471
- }
472
- export declare namespace reservation {
473
- export import eventReservation = EventReservationFactory;
474
- export import IProgramMembershipUsed = ReservationFactory.IProgramMembershipUsed;
475
- export import IBroker = ReservationFactory.IBroker;
476
- export import IIssuedThrough = ReservationFactory.IIssuedThrough;
477
- export import IProvider = ReservationFactory.IProvider;
478
- export import ISeat = ReservationFactory.ISeat;
479
- export import IUnderName = ReservationFactory.IUnderName;
480
- export import ITicketIssuedBy = ReservationFactory.ITicketIssuedBy;
481
- export import TicketType = ReservationFactory.TicketType;
482
- export import IServiceTypeOfIssuedThrough = ReservationFactory.IServiceTypeOfIssuedThrough;
483
- }
484
- export import reservationPackage = ReservationPackageFactory;
485
- export import reservationStatusType = ReservationStatusType;
486
- export import reservationType = ReservationType;
487
- export { RESERVED_CODE_VALUES };
488
- export declare namespace role {
489
- export import RoleType = RoleFactory.RoleType;
490
- export import organizationRole = OrganizationRoleFactory;
491
- }
492
- export import schedule = ScheduleFactory;
493
- export import seller = SellerFactory;
494
- export import sellerReturnPolicy = SellerReturnPolicyFactory;
495
- export declare namespace task {
496
- type IData<T extends TaskName | string> = T extends TaskName.ConfirmReserveTransaction ? ConfirmReserveTransactionTaskFactory.IData : T extends TaskName.CreateAccountingReport ? CreateAccountingReportTaskFactory.IData : T extends TaskName.DeletePerson ? DeletePersonTaskFactory.IData : T extends TaskName.DeleteTransaction ? DeleteTransactionTaskFactory.IData : T extends TaskName.GivePointAward ? GivePointAwardTaskFactory.IData : T extends TaskName.OnAssetTransactionStatusChanged ? OnAssetTransactionStatusChangedTaskFactory.IData : T extends TaskName.OnAuthorizationCreated ? OnAuthorizationCreatedTaskFactory.IData : T extends TaskName.OnEventChanged ? OnEventChangedTaskFactory.IData : T extends TaskName.OnOrderPaymentCompleted ? OnOrderPaymentCompletedTaskFactory.IData : T extends TaskName.OnResourceDeleted ? OnResourceDeletedTaskFactory.IData : T extends TaskName.OnResourceUpdated ? OnResourceUpdatedTaskFactory.IData : T extends TaskName.PlaceOrder ? PlaceOrderTaskFactory.IData : T extends TaskName.ConfirmRegisterService ? ConfirmRegisterServiceTaskFactory.IData : T extends TaskName.ConfirmRegisterServiceTransaction ? ConfirmRegisterServiceTransactionTaskFactory.IData : T extends TaskName.ReturnOrder ? ReturnOrderTaskFactory.IData : T extends TaskName.ReturnPayTransaction ? ReturnPayTransactionTaskFactory.IData : T extends TaskName.ReturnPointAward ? ReturnPointAwardTaskFactory.IData : T extends TaskName.ReturnReserveTransaction ? ReturnReserveTransactionTaskFactory.IData : T extends TaskName.SendEmailMessage ? SendEmailMessageTaskFactory.IData : T extends TaskName.SendOrder ? SendOrderTaskFactory.IData : T extends TaskName.ConfirmPayTransaction ? ConfirmPayTransactionTaskFactory.IData : T extends TaskName.TriggerWebhook ? TriggerWebhookTaskFactory.IData : T extends TaskName.UseReservation ? UseReservationTaskFactory.IData : T extends TaskName.VoidPayTransaction ? VoidPayTransactionTaskFactory.IData : T extends TaskName.VoidRegisterServiceTransaction ? VoidRegisterServiceTransactionTaskFactory.IData : T extends TaskName.VoidReserveTransaction ? VoidReserveTransactionTaskFactory.IData : TaskFactory.IData;
497
- type IAttributes<T extends TaskName | string> = T extends TaskName.ConfirmReserveTransaction ? ConfirmReserveTransactionTaskFactory.IAttributes : T extends TaskName.CreateAccountingReport ? CreateAccountingReportTaskFactory.IAttributes : T extends TaskName.DeletePerson ? DeletePersonTaskFactory.IAttributes : T extends TaskName.DeleteTransaction ? DeleteTransactionTaskFactory.IAttributes : T extends TaskName.GivePointAward ? GivePointAwardTaskFactory.IAttributes : T extends TaskName.OnAssetTransactionStatusChanged ? OnAssetTransactionStatusChangedTaskFactory.IAttributes : T extends TaskName.OnAuthorizationCreated ? OnAuthorizationCreatedTaskFactory.IAttributes : T extends TaskName.OnEventChanged ? OnEventChangedTaskFactory.IAttributes : T extends TaskName.OnOrderPaymentCompleted ? OnOrderPaymentCompletedTaskFactory.IAttributes : T extends TaskName.OnResourceDeleted ? OnResourceDeletedTaskFactory.IAttributes : T extends TaskName.OnResourceUpdated ? OnResourceUpdatedTaskFactory.IAttributes : T extends TaskName.PlaceOrder ? PlaceOrderTaskFactory.IAttributes : T extends TaskName.ConfirmRegisterService ? ConfirmRegisterServiceTaskFactory.IAttributes : T extends TaskName.ConfirmRegisterServiceTransaction ? ConfirmRegisterServiceTransactionTaskFactory.IAttributes : T extends TaskName.ReturnOrder ? ReturnOrderTaskFactory.IAttributes : T extends TaskName.ReturnPayTransaction ? ReturnPayTransactionTaskFactory.IAttributes : T extends TaskName.ReturnPointAward ? ReturnPointAwardTaskFactory.IAttributes : T extends TaskName.ReturnReserveTransaction ? ReturnReserveTransactionTaskFactory.IAttributes : T extends TaskName.SendEmailMessage ? SendEmailMessageTaskFactory.IAttributes : T extends TaskName.SendOrder ? SendOrderTaskFactory.IAttributes : T extends TaskName.ConfirmPayTransaction ? ConfirmPayTransactionTaskFactory.IAttributes : T extends TaskName.TriggerWebhook ? TriggerWebhookTaskFactory.IAttributes : T extends TaskName.UseReservation ? UseReservationTaskFactory.IAttributes : T extends TaskName.VoidPayTransaction ? VoidPayTransactionTaskFactory.IAttributes : T extends TaskName.VoidRegisterServiceTransaction ? VoidRegisterServiceTransactionTaskFactory.IAttributes : T extends TaskName.VoidReserveTransaction ? VoidReserveTransactionTaskFactory.IAttributes : TaskFactory.ITaskAttributes;
498
- type ITask<T extends TaskName | string> = T extends TaskName.ConfirmReserveTransaction ? ConfirmReserveTransactionTaskFactory.ITask : T extends TaskName.CreateAccountingReport ? CreateAccountingReportTaskFactory.ITask : T extends TaskName.DeletePerson ? DeletePersonTaskFactory.ITask : T extends TaskName.DeleteTransaction ? DeleteTransactionTaskFactory.ITask : T extends TaskName.GivePointAward ? GivePointAwardTaskFactory.ITask : T extends TaskName.OnAssetTransactionStatusChanged ? OnAssetTransactionStatusChangedTaskFactory.ITask : T extends TaskName.OnAuthorizationCreated ? OnAuthorizationCreatedTaskFactory.ITask : T extends TaskName.OnEventChanged ? OnEventChangedTaskFactory.ITask : T extends TaskName.OnOrderPaymentCompleted ? OnOrderPaymentCompletedTaskFactory.ITask : T extends TaskName.OnResourceDeleted ? OnResourceDeletedTaskFactory.ITask : T extends TaskName.OnResourceUpdated ? OnResourceUpdatedTaskFactory.ITask : T extends TaskName.PlaceOrder ? PlaceOrderTaskFactory.ITask : T extends TaskName.ConfirmRegisterService ? ConfirmRegisterServiceTaskFactory.ITask : T extends TaskName.ConfirmRegisterServiceTransaction ? ConfirmRegisterServiceTransactionTaskFactory.ITask : T extends TaskName.ReturnOrder ? ReturnOrderTaskFactory.ITask : T extends TaskName.ReturnPayTransaction ? ReturnPayTransactionTaskFactory.ITask : T extends TaskName.ReturnPointAward ? ReturnPointAwardTaskFactory.ITask : T extends TaskName.ReturnReserveTransaction ? ReturnReserveTransactionTaskFactory.ITask : T extends TaskName.SendEmailMessage ? SendEmailMessageTaskFactory.ITask : T extends TaskName.SendOrder ? SendOrderTaskFactory.ITask : T extends TaskName.ConfirmPayTransaction ? ConfirmPayTransactionTaskFactory.ITask : T extends TaskName.TriggerWebhook ? TriggerWebhookTaskFactory.ITask : T extends TaskName.UseReservation ? UseReservationTaskFactory.ITask : T extends TaskName.VoidPayTransaction ? VoidPayTransactionTaskFactory.ITask : T extends TaskName.VoidRegisterServiceTransaction ? VoidRegisterServiceTransactionTaskFactory.ITask : T extends TaskName.VoidReserveTransaction ? VoidReserveTransactionTaskFactory.ITask : TaskFactory.ITask;
499
- export import ISearchConditions = TaskFactory.ISearchConditions;
500
- export import IExecutionResult = TaskFactory.IExecutionResult;
501
- export import acceptCOAOffer = AcceptCOAOfferTaskFactory;
502
- export import aggregateOffers = AggregateOffersTaskFactory;
503
- export import aggregateOnSystem = AggregateOnSystemTaskFactory;
504
- export import aggregateScreeningEvent = AggregateScreeningEventTaskFactory;
505
- export import authorizePayment = AuthorizePaymentTaskFactory;
506
- export import cancelMoneyTransfer = CancelMoneyTransferTaskFactory;
507
- export import cancelPendingReservation = CancelPendingReservationTaskFactory;
508
- export import cancelReservation = CancelReservationTaskFactory;
509
- export import checkMovieTicket = CheckMovieTicketTaskFactory;
510
- export import checkResource = CheckResourceTaskFactory;
511
- export import createAccountingReport = CreateAccountingReportTaskFactory;
512
- export import confirmReserveTransaction = ConfirmReserveTransactionTaskFactory;
513
- export import deletePerson = DeletePersonTaskFactory;
514
- export import deleteTransaction = DeleteTransactionTaskFactory;
515
- export import handleNotification = HandleNotificationTaskFactory;
516
- export import importEventCapacitiesFromCOA = ImportEventCapacitiesFromCOATaskFactory;
517
- export import importEventsFromCOA = ImportEventsFromCOATaskFactory;
518
- export import importOffersFromCOA = ImportOffersFromCOATaskFactory;
519
- export import invalidatePaymentUrl = InvalidatePaymentUrlTaskFactory;
520
- export import moneyTransfer = MoneyTransferTaskFactory;
521
- export import onAssetTransactionStatusChanged = OnAssetTransactionStatusChangedTaskFactory;
522
- export import pay = PayTaskFactory;
523
- export import publishPaymentUrl = PublishPaymentUrlTaskFactory;
524
- export import refund = RefundTaskFactory;
525
- export import registerService = RegisterServiceTaskFactory;
526
- export import reserve = ReserveTaskFactory;
527
- export import sendEmailMessage = SendEmailMessageTaskFactory;
528
- export import syncResourcesFromCOA = SyncResourcesFromCOATaskFactory;
529
- export import triggerWebhook = TriggerWebhookTaskFactory;
530
- export import useReservation = UseReservationTaskFactory;
531
- export import voidPayment = VoidPaymentTaskFactory;
532
- export import onAuthorizationCreated = OnAuthorizationCreatedTaskFactory;
533
- export import onEventChanged = OnEventChangedTaskFactory;
534
- export import onResourceDeleted = OnResourceDeletedTaskFactory;
535
- export import onResourceUpdated = OnResourceUpdatedTaskFactory;
536
- export import accountMoneyTransfer = AccountMoneyTransferTaskFactory;
537
- export import cancelAccountMoneyTransfer = CancelAccountMoneyTransferTaskFactory;
538
- }
539
- export declare namespace service {
540
- export import paymentService = PaymentServiceFactory;
541
- export import webAPI = WebAPIServiceFactory;
542
- }
543
- export import serviceChannel = ServiceChannelFactory;
544
- export import sortType = SortType;
545
- export import taskName = TaskName;
546
- export import taskStatus = TaskStatus;
547
- export import thing = ThingFactory;
548
- export declare namespace trip {
549
- type ISearchConditions<T extends TripType> = T extends TripType.BusTrip ? BusTripFactory.ISearchConditions : never;
550
- type ITrip<T extends TripType> = T extends TripType.BusTrip ? BusTripFactory.ITrip : never;
551
- export import busTrip = BusTripFactory;
552
- }
553
- export import tripType = TripType;
554
- export declare namespace assetTransaction {
555
- type IProject = AssetTransactionFactory.IProject;
556
- type IStartParams<T extends AssetTransactionType> = T extends AssetTransactionType.CancelReservation ? CancelReservationAssetTransactionFactory.IStartParams : T extends AssetTransactionType.MoneyTransfer ? MoneyTransferAssetTransactionFactory.IStartParams : T extends AssetTransactionType.Pay ? PayAssetTransactionFactory.IStartParams : T extends AssetTransactionType.Refund ? RefundAssetTransactionFactory.IStartParams : T extends AssetTransactionType.RegisterService ? RegisterServiceAssetTransactionFactory.IStartParams : T extends AssetTransactionType.Reserve ? ReserveAssetTransactionFactory.IStartParams : never;
557
- type IAttributes<T extends AssetTransactionType> = T extends AssetTransactionType.CancelReservation ? CancelReservationAssetTransactionFactory.IAttributes : T extends AssetTransactionType.MoneyTransfer ? MoneyTransferAssetTransactionFactory.IAttributes : T extends AssetTransactionType.Pay ? PayAssetTransactionFactory.IAttributes : T extends AssetTransactionType.Refund ? RefundAssetTransactionFactory.IAttributes : T extends AssetTransactionType.RegisterService ? RegisterServiceAssetTransactionFactory.IAttributes : T extends AssetTransactionType.Reserve ? ReserveAssetTransactionFactory.IAttributes : never;
558
- type ITransaction<T extends AssetTransactionType> = T extends AssetTransactionType.CancelReservation ? CancelReservationAssetTransactionFactory.ITransaction : T extends AssetTransactionType.MoneyTransfer ? MoneyTransferAssetTransactionFactory.ITransaction : T extends AssetTransactionType.Pay ? PayAssetTransactionFactory.ITransaction : T extends AssetTransactionType.Refund ? RefundAssetTransactionFactory.ITransaction : T extends AssetTransactionType.RegisterService ? RegisterServiceAssetTransactionFactory.ITransaction : T extends AssetTransactionType.Reserve ? ReserveAssetTransactionFactory.ITransaction : never;
559
- type IResult<T extends AssetTransactionType> = T extends AssetTransactionType.CancelReservation ? CancelReservationAssetTransactionFactory.IResult : T extends AssetTransactionType.MoneyTransfer ? MoneyTransferAssetTransactionFactory.IResult : T extends AssetTransactionType.Pay ? PayAssetTransactionFactory.IResult : T extends AssetTransactionType.Refund ? RefundAssetTransactionFactory.IResult : T extends AssetTransactionType.RegisterService ? RegisterServiceAssetTransactionFactory.IResult : T extends AssetTransactionType.Reserve ? ReserveAssetTransactionFactory.IResult : never;
560
- type IPotentialActions<T extends AssetTransactionType> = T extends AssetTransactionType.CancelReservation ? CancelReservationAssetTransactionFactory.IPotentialActions : T extends AssetTransactionType.MoneyTransfer ? MoneyTransferAssetTransactionFactory.IPotentialActions : T extends AssetTransactionType.Pay ? PayAssetTransactionFactory.IPotentialActions : T extends AssetTransactionType.Refund ? RefundAssetTransactionFactory.IPotentialActions : T extends AssetTransactionType.RegisterService ? RegisterServiceAssetTransactionFactory.IPotentialActions : T extends AssetTransactionType.Reserve ? ReserveAssetTransactionFactory.IPotentialActions : never;
561
- type ISearchConditions<T extends AssetTransactionType> = T extends AssetTransactionType.CancelReservation ? CancelReservationAssetTransactionFactory.ISearchConditions : T extends AssetTransactionType.MoneyTransfer ? MoneyTransferAssetTransactionFactory.ISearchConditions : T extends AssetTransactionType.Pay ? PayAssetTransactionFactory.ISearchConditions : T extends AssetTransactionType.Refund ? RefundAssetTransactionFactory.ISearchConditions : T extends AssetTransactionType.RegisterService ? RegisterServiceAssetTransactionFactory.ISearchConditions : T extends AssetTransactionType.Reserve ? ReserveAssetTransactionFactory.ISearchConditions : never;
562
- export import cancelReservation = CancelReservationAssetTransactionFactory;
563
- export import moneyTransfer = MoneyTransferAssetTransactionFactory;
564
- export import pay = PayAssetTransactionFactory;
565
- export import refund = RefundAssetTransactionFactory;
566
- export import registerService = RegisterServiceAssetTransactionFactory;
567
- export import reserve = ReserveAssetTransactionFactory;
568
- }
569
- export declare namespace transaction {
570
- export import IAgentAsPerson = TransactionFactory.IAgentAsPerson;
571
- export import IAgentAsWebApplication = TransactionFactory.IAgentAsWebApplication;
572
- export import IAgent = TransactionFactory.IAgent;
573
- export import IPassportBeforeStart = TransactionFactory.IPassportBeforeStart;
574
- export import ISendEmailMessageParams = TransactionFactory.ISendEmailMessageParams;
575
- export import ISortOrder = TransactionFactory.ISortOrder;
576
- export import ITasksExportAction = TransactionFactory.ITasksExportAction;
577
- type ISearchConditions<T extends TransactionType> = T extends TransactionType.PlaceOrder ? PlaceOrderTransactionFactory.ISearchConditions : T extends TransactionType.ReturnOrder ? ReturnOrderTransactionFactory.ISearchConditions : never;
578
- type IStartParams<T extends TransactionType> = T extends TransactionType.PlaceOrder ? PlaceOrderTransactionFactory.IStartParams : T extends TransactionType.ReturnOrder ? ReturnOrderTransactionFactory.IStartParams : never;
579
- type IResult<T extends TransactionType> = T extends TransactionType.PlaceOrder ? PlaceOrderTransactionFactory.IResult : T extends TransactionType.ReturnOrder ? ReturnOrderTransactionFactory.IResult : never;
580
- type IPotentialActions<T extends TransactionType> = T extends TransactionType.PlaceOrder ? PlaceOrderTransactionFactory.IPotentialActions : T extends TransactionType.ReturnOrder ? ReturnOrderTransactionFactory.IPotentialActions : never;
581
- type IAttributes<T extends TransactionType> = T extends TransactionType.PlaceOrder ? PlaceOrderTransactionFactory.IAttributes : T extends TransactionType.ReturnOrder ? ReturnOrderTransactionFactory.IAttributes : never;
582
- type ITransaction<T extends TransactionType> = T extends TransactionType.PlaceOrder ? PlaceOrderTransactionFactory.ITransaction : T extends TransactionType.ReturnOrder ? ReturnOrderTransactionFactory.ITransaction : never;
583
- export import placeOrder = PlaceOrderTransactionFactory;
584
- export import returnOrder = ReturnOrderTransactionFactory;
585
- }
586
- export import transactionType = TransactionType;
587
- export import transactionStatusType = TransactionStatusType;
588
- export import assetTransactionType = AssetTransactionType;
589
- export import unitCode = UnitCode;
590
- export import unitPriceOffer = UnitPriceOfferFactory;
1
+ export * as ChevreFactory from './chevre/index';