@chevre/factory 7.0.0-alpha.2 → 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 (590) hide show
  1. package/lib/{account → chevre/account}/action/moneyTransfer.d.ts +6 -6
  2. package/lib/chevre/account/transaction/deposit.d.ts +27 -0
  3. package/lib/chevre/account/transaction/transfer.d.ts +32 -0
  4. package/lib/chevre/account/transaction/withdraw.d.ts +31 -0
  5. package/lib/{account → chevre/account}/transaction.d.ts +3 -4
  6. package/lib/{account.d.ts → chevre/account.d.ts} +5 -8
  7. package/lib/{account.js → chevre/account.js} +5 -18
  8. package/lib/{action → chevre/action}/accept/coaOffer.d.ts +7 -7
  9. package/lib/{action → chevre/action}/accept/pay.d.ts +4 -4
  10. package/lib/{action → chevre/action}/accept.d.ts +3 -3
  11. package/lib/{action → chevre/action}/authorize/invoice.d.ts +6 -6
  12. package/lib/{action → chevre/action}/authorize/offer/any.d.ts +3 -3
  13. package/lib/{action → chevre/action}/authorize/offer/eventService.d.ts +6 -6
  14. package/lib/{action → chevre/action}/authorize/offer/eventService.js +1 -1
  15. package/lib/{action → chevre/action}/authorize/offer/product.d.ts +6 -6
  16. package/lib/{action → chevre/action}/authorize/offer/product.js +1 -1
  17. package/lib/{action → chevre/action}/authorize/paymentMethod/any.d.ts +6 -8
  18. package/lib/{action → chevre/action}/authorize/ticketedObject.d.ts +4 -4
  19. package/lib/chevre/action/authorize.d.ts +13 -0
  20. package/lib/{action → chevre/action}/cancel/coaReserve.d.ts +4 -4
  21. package/lib/{action → chevre/action}/cancel/reservation.d.ts +4 -4
  22. package/lib/{action → chevre/action}/check/paymentMethod/movieTicket.d.ts +6 -6
  23. package/lib/{action → chevre/action}/check/thing.d.ts +5 -5
  24. package/lib/{action → chevre/action}/consume/use/reservation.d.ts +3 -3
  25. package/lib/chevre/action/consume/use.d.ts +10 -0
  26. package/lib/{action → chevre/action}/create.d.ts +3 -3
  27. package/lib/{action → chevre/action}/interact/confirm/pay.d.ts +3 -3
  28. package/lib/{action → chevre/action}/interact/confirm/registerService.d.ts +5 -5
  29. package/lib/{action → chevre/action}/interact/confirm/reservation.d.ts +5 -5
  30. package/lib/{action → chevre/action}/interact/confirm.d.ts +6 -6
  31. package/lib/{action → chevre/action}/interact/inform.d.ts +7 -7
  32. package/lib/{action → chevre/action}/interact/register/service.d.ts +3 -3
  33. package/lib/chevre/action/interact/register.d.ts +15 -0
  34. package/lib/{action → chevre/action}/reserve.d.ts +4 -4
  35. package/lib/chevre/action/trade/order.d.ts +20 -0
  36. package/lib/{action → chevre/action}/trade/pay.d.ts +7 -7
  37. package/lib/{action → chevre/action}/trade/refund.d.ts +5 -5
  38. package/lib/{action → chevre/action}/transfer/give/pointAward.d.ts +7 -7
  39. package/lib/{action → chevre/action}/transfer/give.d.ts +5 -5
  40. package/lib/{action → chevre/action}/transfer/moneyTransfer.d.ts +10 -13
  41. package/lib/{action → chevre/action}/transfer/return/invoice.d.ts +6 -6
  42. package/lib/{action → chevre/action}/transfer/return/order.d.ts +10 -10
  43. package/lib/{action → chevre/action}/transfer/return/pointAward.d.ts +6 -6
  44. package/lib/{action → chevre/action}/transfer/return/reserveTransaction.d.ts +6 -6
  45. package/lib/chevre/action/transfer/return.d.ts +10 -0
  46. package/lib/{action → chevre/action}/transfer/send/message/email.d.ts +3 -3
  47. package/lib/{action → chevre/action}/transfer/send/order.d.ts +5 -5
  48. package/lib/{action → chevre/action}/transfer/send.d.ts +6 -6
  49. package/lib/{action → chevre/action}/update/add.d.ts +4 -4
  50. package/lib/{action → chevre/action}/update/delete.d.ts +5 -5
  51. package/lib/{action → chevre/action}/update/replace.d.ts +4 -4
  52. package/lib/{action → chevre/action}/update/update.d.ts +4 -4
  53. package/lib/{assetTransaction → chevre/assetTransaction}/cancelReservation.d.ts +6 -6
  54. package/lib/{assetTransaction → chevre/assetTransaction}/moneyTransfer.d.ts +7 -7
  55. package/lib/{assetTransaction → chevre/assetTransaction}/pay.d.ts +6 -6
  56. package/lib/{assetTransaction → chevre/assetTransaction}/refund.d.ts +6 -6
  57. package/lib/{assetTransaction → chevre/assetTransaction}/registerService.d.ts +6 -6
  58. package/lib/{assetTransaction → chevre/assetTransaction}/reserve.d.ts +12 -12
  59. package/lib/{creativeWork → chevre/creativeWork}/certification/softwareApplication.d.ts +2 -2
  60. package/lib/{creativeWork → chevre/creativeWork}/certification/webApplication.d.ts +2 -2
  61. package/lib/{creativeWork → chevre/creativeWork}/certification/webSite.d.ts +2 -2
  62. package/lib/{creativeWork → chevre/creativeWork}/comment.d.ts +2 -2
  63. package/lib/{creativeWork → chevre/creativeWork}/message/email.d.ts +2 -2
  64. package/lib/{creativeWork → chevre/creativeWork}/movie.d.ts +4 -4
  65. package/lib/{creativeWork → chevre/creativeWork}/noteDigitalDocument.d.ts +2 -2
  66. package/lib/{creativeWork → chevre/creativeWork}/softwareApplication/webApplication.d.ts +2 -2
  67. package/lib/chevre/creativeWork/softwareApplication.d.ts +9 -0
  68. package/lib/chevre/error/alreadyInUse.js +23 -0
  69. package/lib/chevre/error/argument.js +21 -0
  70. package/lib/chevre/error/argumentNull.js +21 -0
  71. package/lib/chevre/error/chevre.js +16 -0
  72. package/lib/chevre/error/forbidden.js +19 -0
  73. package/lib/chevre/error/gatewayTimeout.js +19 -0
  74. package/lib/chevre/error/internal.js +19 -0
  75. package/lib/chevre/error/notFound.js +21 -0
  76. package/lib/chevre/error/notImplemented.js +19 -0
  77. package/lib/chevre/error/rateLimitExceeded.js +19 -0
  78. package/lib/chevre/error/serviceUnavailable.js +19 -0
  79. package/lib/chevre/error/unauthorized.js +19 -0
  80. package/lib/chevre/error/unknown.js +19 -0
  81. package/lib/{errors.js → chevre/errors.js} +13 -13
  82. package/lib/{event → chevre/event}/anyEvent.d.ts +7 -7
  83. package/lib/{event → chevre/event}/screeningEvent.d.ts +9 -22
  84. package/lib/{event → chevre/event}/screeningEventSeries.d.ts +4 -4
  85. package/lib/chevre/index.d.ts +580 -0
  86. package/lib/chevre/index.js +543 -0
  87. package/lib/{invoice.d.ts → chevre/invoice.d.ts} +4 -4
  88. package/lib/{offer.d.ts → chevre/offer.d.ts} +2 -2
  89. package/lib/{order.d.ts → chevre/order.d.ts} +19 -19
  90. package/lib/{ownershipInfo.d.ts → chevre/ownershipInfo.d.ts} +7 -7
  91. package/lib/{person.d.ts → chevre/person.d.ts} +3 -3
  92. package/lib/{place → chevre/place}/busStop.d.ts +2 -2
  93. package/lib/{place → chevre/place}/entranceGate.d.ts +2 -2
  94. package/lib/{place → chevre/place}/movieTheater.d.ts +4 -4
  95. package/lib/{place → chevre/place}/screeningRoom.d.ts +2 -2
  96. package/lib/{place → chevre/place}/screeningRoomSection.d.ts +2 -2
  97. package/lib/{place → chevre/place}/seat.d.ts +4 -4
  98. package/lib/{product.d.ts → chevre/product.d.ts} +3 -3
  99. package/lib/chevre/propertyValue/locationFeatureSpecification.d.ts +4 -0
  100. package/lib/{reservation → chevre/reservation}/event.d.ts +14 -14
  101. package/lib/{reservation → chevre/reservation}/reservationPackage.d.ts +3 -3
  102. package/lib/{reservation.d.ts → chevre/reservation.d.ts} +1 -2
  103. package/lib/{reservedCodeValues.js → chevre/reservedCodeValues.js} +24 -24
  104. package/lib/{task → chevre/task}/sendOrder.d.ts +2 -2
  105. package/lib/{transaction → chevre/transaction}/placeOrder.d.ts +13 -15
  106. package/lib/{transaction → chevre/transaction}/returnOrder.d.ts +5 -8
  107. package/lib/{transaction.d.ts → chevre/transaction.d.ts} +4 -4
  108. package/lib/index.d.ts +1 -590
  109. package/lib/index.js +2 -556
  110. package/package.json +2 -3
  111. package/lib/account/transaction/deposit.d.ts +0 -27
  112. package/lib/account/transaction/transfer.d.ts +0 -32
  113. package/lib/account/transaction/withdraw.d.ts +0 -31
  114. package/lib/action/authorize.d.ts +0 -13
  115. package/lib/action/consume/use.d.ts +0 -10
  116. package/lib/action/interact/register.d.ts +0 -15
  117. package/lib/action/trade/order.d.ts +0 -20
  118. package/lib/action/transfer/return.d.ts +0 -10
  119. package/lib/creativeWork/softwareApplication.d.ts +0 -9
  120. package/lib/error/alreadyInUse.js +0 -42
  121. package/lib/error/argument.js +0 -41
  122. package/lib/error/argumentNull.js +0 -41
  123. package/lib/error/chevre.js +0 -35
  124. package/lib/error/forbidden.js +0 -40
  125. package/lib/error/gatewayTimeout.js +0 -40
  126. package/lib/error/internal.js +0 -40
  127. package/lib/error/notFound.js +0 -41
  128. package/lib/error/notImplemented.js +0 -40
  129. package/lib/error/rateLimitExceeded.js +0 -40
  130. package/lib/error/serviceUnavailable.js +0 -40
  131. package/lib/error/unauthorized.js +0 -40
  132. package/lib/error/unknown.js +0 -40
  133. package/lib/propertyValue/locationFeatureSpecification.d.ts +0 -4
  134. /package/lib/{account → chevre/account}/action/moneyTransfer.js +0 -0
  135. /package/lib/{account → chevre/account}/transaction/deposit.js +0 -0
  136. /package/lib/{account → chevre/account}/transaction/transfer.js +0 -0
  137. /package/lib/{account → chevre/account}/transaction/withdraw.js +0 -0
  138. /package/lib/{account → chevre/account}/transaction.js +0 -0
  139. /package/lib/{account → chevre/account}/transactionType.d.ts +0 -0
  140. /package/lib/{account → chevre/account}/transactionType.js +0 -0
  141. /package/lib/{accountTitle.d.ts → chevre/accountTitle.d.ts} +0 -0
  142. /package/lib/{accountTitle.js → chevre/accountTitle.js} +0 -0
  143. /package/lib/{accountType.d.ts → chevre/accountType.d.ts} +0 -0
  144. /package/lib/{accountType.js → chevre/accountType.js} +0 -0
  145. /package/lib/{action → chevre/action}/accept/coaOffer.js +0 -0
  146. /package/lib/{action → chevre/action}/accept/pay.js +0 -0
  147. /package/lib/{action → chevre/action}/accept.js +0 -0
  148. /package/lib/{action → chevre/action}/authorize/invoice.js +0 -0
  149. /package/lib/{action → chevre/action}/authorize/offer/any.js +0 -0
  150. /package/lib/{action → chevre/action}/authorize/paymentMethod/any.js +0 -0
  151. /package/lib/{action → chevre/action}/authorize/ticketedObject.js +0 -0
  152. /package/lib/{action → chevre/action}/authorize.js +0 -0
  153. /package/lib/{action → chevre/action}/cancel/coaReserve.js +0 -0
  154. /package/lib/{action → chevre/action}/cancel/reservation.js +0 -0
  155. /package/lib/{action → chevre/action}/check/paymentMethod/movieTicket.js +0 -0
  156. /package/lib/{action → chevre/action}/check/thing.js +0 -0
  157. /package/lib/{action → chevre/action}/consume/use/reservation.js +0 -0
  158. /package/lib/{action → chevre/action}/consume/use.js +0 -0
  159. /package/lib/{action → chevre/action}/create.js +0 -0
  160. /package/lib/{action → chevre/action}/interact/confirm/pay.js +0 -0
  161. /package/lib/{action → chevre/action}/interact/confirm/registerService.js +0 -0
  162. /package/lib/{action → chevre/action}/interact/confirm/reservation.js +0 -0
  163. /package/lib/{action → chevre/action}/interact/confirm.js +0 -0
  164. /package/lib/{action → chevre/action}/interact/inform.js +0 -0
  165. /package/lib/{action → chevre/action}/interact/register/service.js +0 -0
  166. /package/lib/{action → chevre/action}/interact/register.js +0 -0
  167. /package/lib/{action → chevre/action}/reserve.js +0 -0
  168. /package/lib/{action → chevre/action}/trade/order.js +0 -0
  169. /package/lib/{action → chevre/action}/trade/pay.js +0 -0
  170. /package/lib/{action → chevre/action}/trade/refund.js +0 -0
  171. /package/lib/{action → chevre/action}/transfer/give/pointAward.js +0 -0
  172. /package/lib/{action → chevre/action}/transfer/give.js +0 -0
  173. /package/lib/{action → chevre/action}/transfer/moneyTransfer.js +0 -0
  174. /package/lib/{action → chevre/action}/transfer/return/invoice.js +0 -0
  175. /package/lib/{action → chevre/action}/transfer/return/order.js +0 -0
  176. /package/lib/{action → chevre/action}/transfer/return/pointAward.js +0 -0
  177. /package/lib/{action → chevre/action}/transfer/return/reserveTransaction.js +0 -0
  178. /package/lib/{action → chevre/action}/transfer/return.js +0 -0
  179. /package/lib/{action → chevre/action}/transfer/send/message/email.js +0 -0
  180. /package/lib/{action → chevre/action}/transfer/send/order.js +0 -0
  181. /package/lib/{action → chevre/action}/transfer/send.js +0 -0
  182. /package/lib/{action → chevre/action}/update/add/object.d.ts +0 -0
  183. /package/lib/{action → chevre/action}/update/add/object.js +0 -0
  184. /package/lib/{action → chevre/action}/update/add.js +0 -0
  185. /package/lib/{action → chevre/action}/update/delete.js +0 -0
  186. /package/lib/{action → chevre/action}/update/instrumentAsApplication.d.ts +0 -0
  187. /package/lib/{action → chevre/action}/update/instrumentAsApplication.js +0 -0
  188. /package/lib/{action → chevre/action}/update/replace.js +0 -0
  189. /package/lib/{action → chevre/action}/update/update/object.d.ts +0 -0
  190. /package/lib/{action → chevre/action}/update/update/object.js +0 -0
  191. /package/lib/{action → chevre/action}/update/update/result.d.ts +0 -0
  192. /package/lib/{action → chevre/action}/update/update/result.js +0 -0
  193. /package/lib/{action → chevre/action}/update/update/targetCollection.d.ts +0 -0
  194. /package/lib/{action → chevre/action}/update/update/targetCollection.js +0 -0
  195. /package/lib/{action → chevre/action}/update/update.js +0 -0
  196. /package/lib/{action.d.ts → chevre/action.d.ts} +0 -0
  197. /package/lib/{action.js → chevre/action.js} +0 -0
  198. /package/lib/{actionStatusType.d.ts → chevre/actionStatusType.d.ts} +0 -0
  199. /package/lib/{actionStatusType.js → chevre/actionStatusType.js} +0 -0
  200. /package/lib/{actionType.d.ts → chevre/actionType.d.ts} +0 -0
  201. /package/lib/{actionType.js → chevre/actionType.js} +0 -0
  202. /package/lib/{additionalProperty.d.ts → chevre/additionalProperty.d.ts} +0 -0
  203. /package/lib/{additionalProperty.js → chevre/additionalProperty.js} +0 -0
  204. /package/lib/{advanceBookingRequirement.d.ts → chevre/advanceBookingRequirement.d.ts} +0 -0
  205. /package/lib/{advanceBookingRequirement.js → chevre/advanceBookingRequirement.js} +0 -0
  206. /package/lib/{aggregation.d.ts → chevre/aggregation.d.ts} +0 -0
  207. /package/lib/{aggregation.js → chevre/aggregation.js} +0 -0
  208. /package/lib/{assetTransaction → chevre/assetTransaction}/cancelReservation.js +0 -0
  209. /package/lib/{assetTransaction → chevre/assetTransaction}/moneyTransfer.js +0 -0
  210. /package/lib/{assetTransaction → chevre/assetTransaction}/pay.js +0 -0
  211. /package/lib/{assetTransaction → chevre/assetTransaction}/refund.js +0 -0
  212. /package/lib/{assetTransaction → chevre/assetTransaction}/registerService.js +0 -0
  213. /package/lib/{assetTransaction → chevre/assetTransaction}/reserve.js +0 -0
  214. /package/lib/{assetTransaction.d.ts → chevre/assetTransaction.d.ts} +0 -0
  215. /package/lib/{assetTransaction.js → chevre/assetTransaction.js} +0 -0
  216. /package/lib/{assetTransactionType.d.ts → chevre/assetTransactionType.d.ts} +0 -0
  217. /package/lib/{assetTransactionType.js → chevre/assetTransactionType.js} +0 -0
  218. /package/lib/{authorization.d.ts → chevre/authorization.d.ts} +0 -0
  219. /package/lib/{authorization.js → chevre/authorization.js} +0 -0
  220. /package/lib/{autoGenerated.d.ts → chevre/autoGenerated.d.ts} +0 -0
  221. /package/lib/{autoGenerated.js → chevre/autoGenerated.js} +0 -0
  222. /package/lib/{businessEntityType.d.ts → chevre/businessEntityType.d.ts} +0 -0
  223. /package/lib/{businessEntityType.js → chevre/businessEntityType.js} +0 -0
  224. /package/lib/{categoryCode.d.ts → chevre/categoryCode.d.ts} +0 -0
  225. /package/lib/{categoryCode.js → chevre/categoryCode.js} +0 -0
  226. /package/lib/{certificationStatusEnumeration.d.ts → chevre/certificationStatusEnumeration.d.ts} +0 -0
  227. /package/lib/{certificationStatusEnumeration.js → chevre/certificationStatusEnumeration.js} +0 -0
  228. /package/lib/{clientUser.d.ts → chevre/clientUser.d.ts} +0 -0
  229. /package/lib/{clientUser.js → chevre/clientUser.js} +0 -0
  230. /package/lib/{cognito.d.ts → chevre/cognito.d.ts} +0 -0
  231. /package/lib/{cognito.js → chevre/cognito.js} +0 -0
  232. /package/lib/{creativeWork → chevre/creativeWork}/certification/softwareApplication.js +0 -0
  233. /package/lib/{creativeWork → chevre/creativeWork}/certification/webApplication.js +0 -0
  234. /package/lib/{creativeWork → chevre/creativeWork}/certification/webSite.js +0 -0
  235. /package/lib/{creativeWork → chevre/creativeWork}/comment.js +0 -0
  236. /package/lib/{creativeWork → chevre/creativeWork}/message/email.js +0 -0
  237. /package/lib/{creativeWork → chevre/creativeWork}/movie.js +0 -0
  238. /package/lib/{creativeWork → chevre/creativeWork}/noteDigitalDocument.js +0 -0
  239. /package/lib/{creativeWork → chevre/creativeWork}/softwareApplication/webApplication.js +0 -0
  240. /package/lib/{creativeWork → chevre/creativeWork}/softwareApplication.js +0 -0
  241. /package/lib/{creativeWork.d.ts → chevre/creativeWork.d.ts} +0 -0
  242. /package/lib/{creativeWork.js → chevre/creativeWork.js} +0 -0
  243. /package/lib/{creativeWorkType.d.ts → chevre/creativeWorkType.d.ts} +0 -0
  244. /package/lib/{creativeWorkType.js → chevre/creativeWorkType.js} +0 -0
  245. /package/lib/{customer.d.ts → chevre/customer.d.ts} +0 -0
  246. /package/lib/{customer.js → chevre/customer.js} +0 -0
  247. /package/lib/{encodingFormat.d.ts → chevre/encodingFormat.d.ts} +0 -0
  248. /package/lib/{encodingFormat.js → chevre/encodingFormat.js} +0 -0
  249. /package/lib/{entryPoint.d.ts → chevre/entryPoint.d.ts} +0 -0
  250. /package/lib/{entryPoint.js → chevre/entryPoint.js} +0 -0
  251. /package/lib/{error → chevre/error}/alreadyInUse.d.ts +0 -0
  252. /package/lib/{error → chevre/error}/argument.d.ts +0 -0
  253. /package/lib/{error → chevre/error}/argumentNull.d.ts +0 -0
  254. /package/lib/{error → chevre/error}/chevre.d.ts +0 -0
  255. /package/lib/{error → chevre/error}/forbidden.d.ts +0 -0
  256. /package/lib/{error → chevre/error}/gatewayTimeout.d.ts +0 -0
  257. /package/lib/{error → chevre/error}/internal.d.ts +0 -0
  258. /package/lib/{error → chevre/error}/notFound.d.ts +0 -0
  259. /package/lib/{error → chevre/error}/notImplemented.d.ts +0 -0
  260. /package/lib/{error → chevre/error}/rateLimitExceeded.d.ts +0 -0
  261. /package/lib/{error → chevre/error}/serviceUnavailable.d.ts +0 -0
  262. /package/lib/{error → chevre/error}/unauthorized.d.ts +0 -0
  263. /package/lib/{error → chevre/error}/unknown.d.ts +0 -0
  264. /package/lib/{errorCode.d.ts → chevre/errorCode.d.ts} +0 -0
  265. /package/lib/{errorCode.js → chevre/errorCode.js} +0 -0
  266. /package/lib/{errors.d.ts → chevre/errors.d.ts} +0 -0
  267. /package/lib/{event → chevre/event}/anyEvent.js +0 -0
  268. /package/lib/{event → chevre/event}/screeningEvent.js +0 -0
  269. /package/lib/{event → chevre/event}/screeningEventSeries.js +0 -0
  270. /package/lib/{event → chevre/event}/sellerMakesOffer.d.ts +0 -0
  271. /package/lib/{event → chevre/event}/sellerMakesOffer.js +0 -0
  272. /package/lib/{event.d.ts → chevre/event.d.ts} +0 -0
  273. /package/lib/{event.js → chevre/event.js} +0 -0
  274. /package/lib/{eventStatusType.d.ts → chevre/eventStatusType.d.ts} +0 -0
  275. /package/lib/{eventStatusType.js → chevre/eventStatusType.js} +0 -0
  276. /package/lib/{eventType.d.ts → chevre/eventType.d.ts} +0 -0
  277. /package/lib/{eventType.js → chevre/eventType.js} +0 -0
  278. /package/lib/{iam.d.ts → chevre/iam.d.ts} +0 -0
  279. /package/lib/{iam.js → chevre/iam.js} +0 -0
  280. /package/lib/{identityProvider.d.ts → chevre/identityProvider.d.ts} +0 -0
  281. /package/lib/{identityProvider.js → chevre/identityProvider.js} +0 -0
  282. /package/lib/{invoice.js → chevre/invoice.js} +0 -0
  283. /package/lib/{issuer.d.ts → chevre/issuer.d.ts} +0 -0
  284. /package/lib/{issuer.js → chevre/issuer.js} +0 -0
  285. /package/lib/{itemAvailability.d.ts → chevre/itemAvailability.d.ts} +0 -0
  286. /package/lib/{itemAvailability.js → chevre/itemAvailability.js} +0 -0
  287. /package/lib/{language.d.ts → chevre/language.d.ts} +0 -0
  288. /package/lib/{language.js → chevre/language.js} +0 -0
  289. /package/lib/{merchantReturnPolicy.d.ts → chevre/merchantReturnPolicy.d.ts} +0 -0
  290. /package/lib/{merchantReturnPolicy.js → chevre/merchantReturnPolicy.js} +0 -0
  291. /package/lib/{monetaryAmount.d.ts → chevre/monetaryAmount.d.ts} +0 -0
  292. /package/lib/{monetaryAmount.js → chevre/monetaryAmount.js} +0 -0
  293. /package/lib/{movieTicketType.d.ts → chevre/movieTicketType.d.ts} +0 -0
  294. /package/lib/{movieTicketType.js → chevre/movieTicketType.js} +0 -0
  295. /package/lib/{multilingualString.d.ts → chevre/multilingualString.d.ts} +0 -0
  296. /package/lib/{multilingualString.js → chevre/multilingualString.js} +0 -0
  297. /package/lib/{notification → chevre/notification}/accountTitle.d.ts +0 -0
  298. /package/lib/{notification → chevre/notification}/accountTitle.js +0 -0
  299. /package/lib/{notification → chevre/notification}/categoryCode.d.ts +0 -0
  300. /package/lib/{notification → chevre/notification}/categoryCode.js +0 -0
  301. /package/lib/{notification → chevre/notification}/creativeWork.d.ts +0 -0
  302. /package/lib/{notification → chevre/notification}/creativeWork.js +0 -0
  303. /package/lib/{notification → chevre/notification}/event.d.ts +0 -0
  304. /package/lib/{notification → chevre/notification}/event.js +0 -0
  305. /package/lib/{notification → chevre/notification}/eventSeries.d.ts +0 -0
  306. /package/lib/{notification → chevre/notification}/eventSeries.js +0 -0
  307. /package/lib/{notification → chevre/notification}/offer.d.ts +0 -0
  308. /package/lib/{notification → chevre/notification}/offer.js +0 -0
  309. /package/lib/{notification → chevre/notification}/offerCatalog.d.ts +0 -0
  310. /package/lib/{notification → chevre/notification}/offerCatalog.js +0 -0
  311. /package/lib/{notification → chevre/notification}/order.d.ts +0 -0
  312. /package/lib/{notification → chevre/notification}/order.js +0 -0
  313. /package/lib/{notification → chevre/notification}/payAction.d.ts +0 -0
  314. /package/lib/{notification → chevre/notification}/payAction.js +0 -0
  315. /package/lib/{notification → chevre/notification}/person.d.ts +0 -0
  316. /package/lib/{notification → chevre/notification}/person.js +0 -0
  317. /package/lib/{notification → chevre/notification}/place.d.ts +0 -0
  318. /package/lib/{notification → chevre/notification}/place.js +0 -0
  319. /package/lib/{notification → chevre/notification}/product.d.ts +0 -0
  320. /package/lib/{notification → chevre/notification}/product.js +0 -0
  321. /package/lib/{notification → chevre/notification}/refundAction.d.ts +0 -0
  322. /package/lib/{notification → chevre/notification}/refundAction.js +0 -0
  323. /package/lib/{notification → chevre/notification}/reservation.d.ts +0 -0
  324. /package/lib/{notification → chevre/notification}/reservation.js +0 -0
  325. /package/lib/{notification → chevre/notification}/task.d.ts +0 -0
  326. /package/lib/{notification → chevre/notification}/task.js +0 -0
  327. /package/lib/{notification → chevre/notification}/transaction.d.ts +0 -0
  328. /package/lib/{notification → chevre/notification}/transaction.js +0 -0
  329. /package/lib/{offer → chevre/offer}/aggregateOffer.d.ts +0 -0
  330. /package/lib/{offer → chevre/offer}/aggregateOffer.js +0 -0
  331. /package/lib/{offer → chevre/offer}/eventOffer.d.ts +0 -0
  332. /package/lib/{offer → chevre/offer}/eventOffer.js +0 -0
  333. /package/lib/{offer → chevre/offer}/productOffer.d.ts +0 -0
  334. /package/lib/{offer → chevre/offer}/productOffer.js +0 -0
  335. /package/lib/{offer.js → chevre/offer.js} +0 -0
  336. /package/lib/{offerCatalog.d.ts → chevre/offerCatalog.d.ts} +0 -0
  337. /package/lib/{offerCatalog.js → chevre/offerCatalog.js} +0 -0
  338. /package/lib/{offerItemCondition.d.ts → chevre/offerItemCondition.d.ts} +0 -0
  339. /package/lib/{offerItemCondition.js → chevre/offerItemCondition.js} +0 -0
  340. /package/lib/{offerType.d.ts → chevre/offerType.d.ts} +0 -0
  341. /package/lib/{offerType.js → chevre/offerType.js} +0 -0
  342. /package/lib/{order.js → chevre/order.js} +0 -0
  343. /package/lib/{orderExternal.d.ts → chevre/orderExternal.d.ts} +0 -0
  344. /package/lib/{orderExternal.js → chevre/orderExternal.js} +0 -0
  345. /package/lib/{orderStatus.d.ts → chevre/orderStatus.d.ts} +0 -0
  346. /package/lib/{orderStatus.js → chevre/orderStatus.js} +0 -0
  347. /package/lib/{organization.d.ts → chevre/organization.d.ts} +0 -0
  348. /package/lib/{organization.js → chevre/organization.js} +0 -0
  349. /package/lib/{organizationType.d.ts → chevre/organizationType.d.ts} +0 -0
  350. /package/lib/{organizationType.js → chevre/organizationType.js} +0 -0
  351. /package/lib/{ownershipInfo.js → chevre/ownershipInfo.js} +0 -0
  352. /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard/creditCard.d.ts +0 -0
  353. /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard/creditCard.js +0 -0
  354. /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard/movieTicket.d.ts +0 -0
  355. /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard/movieTicket.js +0 -0
  356. /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard.d.ts +0 -0
  357. /package/lib/{paymentMethod → chevre/paymentMethod}/paymentCard.js +0 -0
  358. /package/lib/{paymentMethod.d.ts → chevre/paymentMethod.d.ts} +0 -0
  359. /package/lib/{paymentMethod.js → chevre/paymentMethod.js} +0 -0
  360. /package/lib/{paymentStatusType.d.ts → chevre/paymentStatusType.d.ts} +0 -0
  361. /package/lib/{paymentStatusType.js → chevre/paymentStatusType.js} +0 -0
  362. /package/lib/{permit.d.ts → chevre/permit.d.ts} +0 -0
  363. /package/lib/{permit.js → chevre/permit.js} +0 -0
  364. /package/lib/{person.js → chevre/person.js} +0 -0
  365. /package/lib/{personType.d.ts → chevre/personType.d.ts} +0 -0
  366. /package/lib/{personType.js → chevre/personType.js} +0 -0
  367. /package/lib/{place → chevre/place}/busStop.js +0 -0
  368. /package/lib/{place → chevre/place}/entranceGate.js +0 -0
  369. /package/lib/{place → chevre/place}/movieTheater.js +0 -0
  370. /package/lib/{place → chevre/place}/screeningRoom.js +0 -0
  371. /package/lib/{place → chevre/place}/screeningRoomSection.js +0 -0
  372. /package/lib/{place → chevre/place}/seat.js +0 -0
  373. /package/lib/{place.d.ts → chevre/place.d.ts} +0 -0
  374. /package/lib/{place.js → chevre/place.js} +0 -0
  375. /package/lib/{placeType.d.ts → chevre/placeType.d.ts} +0 -0
  376. /package/lib/{placeType.js → chevre/placeType.js} +0 -0
  377. /package/lib/{potentialAction.d.ts → chevre/potentialAction.d.ts} +0 -0
  378. /package/lib/{potentialAction.js → chevre/potentialAction.js} +0 -0
  379. /package/lib/{priceCurrency.d.ts → chevre/priceCurrency.d.ts} +0 -0
  380. /package/lib/{priceCurrency.js → chevre/priceCurrency.js} +0 -0
  381. /package/lib/{priceSpecification → chevre/priceSpecification}/categoryCodeChargeSpecification.d.ts +0 -0
  382. /package/lib/{priceSpecification → chevre/priceSpecification}/categoryCodeChargeSpecification.js +0 -0
  383. /package/lib/{priceSpecification → chevre/priceSpecification}/compoundPriceSpecification.d.ts +0 -0
  384. /package/lib/{priceSpecification → chevre/priceSpecification}/compoundPriceSpecification.js +0 -0
  385. /package/lib/{priceSpecification → chevre/priceSpecification}/movieTicketTypeChargeSpecification.d.ts +0 -0
  386. /package/lib/{priceSpecification → chevre/priceSpecification}/movieTicketTypeChargeSpecification.js +0 -0
  387. /package/lib/{priceSpecification → chevre/priceSpecification}/unitPriceSpecification.d.ts +0 -0
  388. /package/lib/{priceSpecification → chevre/priceSpecification}/unitPriceSpecification.js +0 -0
  389. /package/lib/{priceSpecification.d.ts → chevre/priceSpecification.d.ts} +0 -0
  390. /package/lib/{priceSpecification.js → chevre/priceSpecification.js} +0 -0
  391. /package/lib/{priceSpecificationType.d.ts → chevre/priceSpecificationType.d.ts} +0 -0
  392. /package/lib/{priceSpecificationType.js → chevre/priceSpecificationType.js} +0 -0
  393. /package/lib/{product.js → chevre/product.js} +0 -0
  394. /package/lib/{programMembership.d.ts → chevre/programMembership.d.ts} +0 -0
  395. /package/lib/{programMembership.js → chevre/programMembership.js} +0 -0
  396. /package/lib/{project.d.ts → chevre/project.d.ts} +0 -0
  397. /package/lib/{project.js → chevre/project.js} +0 -0
  398. /package/lib/{propertyValue → chevre/propertyValue}/locationFeatureSpecification.js +0 -0
  399. /package/lib/{propertyValue.d.ts → chevre/propertyValue.d.ts} +0 -0
  400. /package/lib/{propertyValue.js → chevre/propertyValue.js} +0 -0
  401. /package/lib/{qualitativeValue.d.ts → chevre/qualitativeValue.d.ts} +0 -0
  402. /package/lib/{qualitativeValue.js → chevre/qualitativeValue.js} +0 -0
  403. /package/lib/{quantitativeValue.d.ts → chevre/quantitativeValue.d.ts} +0 -0
  404. /package/lib/{quantitativeValue.js → chevre/quantitativeValue.js} +0 -0
  405. /package/lib/{recipe → chevre/recipe}/acceptCOAOffer.d.ts +0 -0
  406. /package/lib/{recipe → chevre/recipe}/acceptCOAOffer.js +0 -0
  407. /package/lib/{recipe → chevre/recipe}/authorizeInvoice.d.ts +0 -0
  408. /package/lib/{recipe → chevre/recipe}/authorizeInvoice.js +0 -0
  409. /package/lib/{recipe → chevre/recipe}/authorizeInvoice3ds.d.ts +0 -0
  410. /package/lib/{recipe → chevre/recipe}/authorizeInvoice3ds.js +0 -0
  411. /package/lib/{recipe → chevre/recipe}/cancelPendingCOAReserve.d.ts +0 -0
  412. /package/lib/{recipe → chevre/recipe}/cancelPendingCOAReserve.js +0 -0
  413. /package/lib/{recipe → chevre/recipe}/checkMovieTicket.d.ts +0 -0
  414. /package/lib/{recipe → chevre/recipe}/checkMovieTicket.js +0 -0
  415. /package/lib/{recipe → chevre/recipe}/confirmCOAReserve.d.ts +0 -0
  416. /package/lib/{recipe → chevre/recipe}/confirmCOAReserve.js +0 -0
  417. /package/lib/{recipe → chevre/recipe}/payCreditCard.d.ts +0 -0
  418. /package/lib/{recipe → chevre/recipe}/payCreditCard.js +0 -0
  419. /package/lib/{recipe → chevre/recipe}/payMovieTicket.d.ts +0 -0
  420. /package/lib/{recipe → chevre/recipe}/payMovieTicket.js +0 -0
  421. /package/lib/{recipe → chevre/recipe}/publishPaymentUrl.d.ts +0 -0
  422. /package/lib/{recipe → chevre/recipe}/publishPaymentUrl.js +0 -0
  423. /package/lib/{recipe → chevre/recipe}/refundCreditCard.d.ts +0 -0
  424. /package/lib/{recipe → chevre/recipe}/refundCreditCard.js +0 -0
  425. /package/lib/{recipe → chevre/recipe}/refundMovieTicket.d.ts +0 -0
  426. /package/lib/{recipe → chevre/recipe}/refundMovieTicket.js +0 -0
  427. /package/lib/{recipe → chevre/recipe}/returnCOAReserve.d.ts +0 -0
  428. /package/lib/{recipe → chevre/recipe}/returnCOAReserve.js +0 -0
  429. /package/lib/{recipe → chevre/recipe}/sendEmailMessage.d.ts +0 -0
  430. /package/lib/{recipe → chevre/recipe}/sendEmailMessage.js +0 -0
  431. /package/lib/{recipe.d.ts → chevre/recipe.d.ts} +0 -0
  432. /package/lib/{recipe.js → chevre/recipe.js} +0 -0
  433. /package/lib/{report → chevre/report}/accountingReport.d.ts +0 -0
  434. /package/lib/{report → chevre/report}/accountingReport.js +0 -0
  435. /package/lib/{reservation → chevre/reservation}/event.js +0 -0
  436. /package/lib/{reservation → chevre/reservation}/pendingReservationPackage.d.ts +0 -0
  437. /package/lib/{reservation → chevre/reservation}/pendingReservationPackage.js +0 -0
  438. /package/lib/{reservation → chevre/reservation}/reservationPackage.js +0 -0
  439. /package/lib/{reservation.js → chevre/reservation.js} +0 -0
  440. /package/lib/{reservationStatusType.d.ts → chevre/reservationStatusType.d.ts} +0 -0
  441. /package/lib/{reservationStatusType.js → chevre/reservationStatusType.js} +0 -0
  442. /package/lib/{reservationType.d.ts → chevre/reservationType.d.ts} +0 -0
  443. /package/lib/{reservationType.js → chevre/reservationType.js} +0 -0
  444. /package/lib/{reservedCodeValues.d.ts → chevre/reservedCodeValues.d.ts} +0 -0
  445. /package/lib/{role → chevre/role}/organizationRole.d.ts +0 -0
  446. /package/lib/{role → chevre/role}/organizationRole.js +0 -0
  447. /package/lib/{role.d.ts → chevre/role.d.ts} +0 -0
  448. /package/lib/{role.js → chevre/role.js} +0 -0
  449. /package/lib/{schedule.d.ts → chevre/schedule.d.ts} +0 -0
  450. /package/lib/{schedule.js → chevre/schedule.js} +0 -0
  451. /package/lib/{seller.d.ts → chevre/seller.d.ts} +0 -0
  452. /package/lib/{seller.js → chevre/seller.js} +0 -0
  453. /package/lib/{sellerReturnPolicy.d.ts → chevre/sellerReturnPolicy.d.ts} +0 -0
  454. /package/lib/{sellerReturnPolicy.js → chevre/sellerReturnPolicy.js} +0 -0
  455. /package/lib/{service → chevre/service}/paymentService.d.ts +0 -0
  456. /package/lib/{service → chevre/service}/paymentService.js +0 -0
  457. /package/lib/{service → chevre/service}/webAPI.d.ts +0 -0
  458. /package/lib/{service → chevre/service}/webAPI.js +0 -0
  459. /package/lib/{serviceChannel.d.ts → chevre/serviceChannel.d.ts} +0 -0
  460. /package/lib/{serviceChannel.js → chevre/serviceChannel.js} +0 -0
  461. /package/lib/{sortType.d.ts → chevre/sortType.d.ts} +0 -0
  462. /package/lib/{sortType.js → chevre/sortType.js} +0 -0
  463. /package/lib/{task → chevre/task}/acceptCOAOffer.d.ts +0 -0
  464. /package/lib/{task → chevre/task}/acceptCOAOffer.js +0 -0
  465. /package/lib/{task → chevre/task}/accountMoneyTransfer.d.ts +0 -0
  466. /package/lib/{task → chevre/task}/accountMoneyTransfer.js +0 -0
  467. /package/lib/{task → chevre/task}/aggregateOffers.d.ts +0 -0
  468. /package/lib/{task → chevre/task}/aggregateOffers.js +0 -0
  469. /package/lib/{task → chevre/task}/aggregateOnSystem.d.ts +0 -0
  470. /package/lib/{task → chevre/task}/aggregateOnSystem.js +0 -0
  471. /package/lib/{task → chevre/task}/aggregateScreeningEvent.d.ts +0 -0
  472. /package/lib/{task → chevre/task}/aggregateScreeningEvent.js +0 -0
  473. /package/lib/{task → chevre/task}/authorizePayment.d.ts +0 -0
  474. /package/lib/{task → chevre/task}/authorizePayment.js +0 -0
  475. /package/lib/{task → chevre/task}/cancelAccountMoneyTransfer.d.ts +0 -0
  476. /package/lib/{task → chevre/task}/cancelAccountMoneyTransfer.js +0 -0
  477. /package/lib/{task → chevre/task}/cancelMoneyTransfer.d.ts +0 -0
  478. /package/lib/{task → chevre/task}/cancelMoneyTransfer.js +0 -0
  479. /package/lib/{task → chevre/task}/cancelPendingReservation.d.ts +0 -0
  480. /package/lib/{task → chevre/task}/cancelPendingReservation.js +0 -0
  481. /package/lib/{task → chevre/task}/cancelReservation.d.ts +0 -0
  482. /package/lib/{task → chevre/task}/cancelReservation.js +0 -0
  483. /package/lib/{task → chevre/task}/checkMovieTicket.d.ts +0 -0
  484. /package/lib/{task → chevre/task}/checkMovieTicket.js +0 -0
  485. /package/lib/{task → chevre/task}/checkResource.d.ts +0 -0
  486. /package/lib/{task → chevre/task}/checkResource.js +0 -0
  487. /package/lib/{task → chevre/task}/confirmPayTransaction.d.ts +0 -0
  488. /package/lib/{task → chevre/task}/confirmPayTransaction.js +0 -0
  489. /package/lib/{task → chevre/task}/confirmRegisterService.d.ts +0 -0
  490. /package/lib/{task → chevre/task}/confirmRegisterService.js +0 -0
  491. /package/lib/{task → chevre/task}/confirmRegisterServiceTransaction.d.ts +0 -0
  492. /package/lib/{task → chevre/task}/confirmRegisterServiceTransaction.js +0 -0
  493. /package/lib/{task → chevre/task}/confirmReserveTransaction.d.ts +0 -0
  494. /package/lib/{task → chevre/task}/confirmReserveTransaction.js +0 -0
  495. /package/lib/{task → chevre/task}/createAccountingReport.d.ts +0 -0
  496. /package/lib/{task → chevre/task}/createAccountingReport.js +0 -0
  497. /package/lib/{task → chevre/task}/deletePerson.d.ts +0 -0
  498. /package/lib/{task → chevre/task}/deletePerson.js +0 -0
  499. /package/lib/{task → chevre/task}/deleteTransaction.d.ts +0 -0
  500. /package/lib/{task → chevre/task}/deleteTransaction.js +0 -0
  501. /package/lib/{task → chevre/task}/givePointAward.d.ts +0 -0
  502. /package/lib/{task → chevre/task}/givePointAward.js +0 -0
  503. /package/lib/{task → chevre/task}/handleNotification.d.ts +0 -0
  504. /package/lib/{task → chevre/task}/handleNotification.js +0 -0
  505. /package/lib/{task → chevre/task}/importEventCapacitiesFromCOA.d.ts +0 -0
  506. /package/lib/{task → chevre/task}/importEventCapacitiesFromCOA.js +0 -0
  507. /package/lib/{task → chevre/task}/importEventsFromCOA.d.ts +0 -0
  508. /package/lib/{task → chevre/task}/importEventsFromCOA.js +0 -0
  509. /package/lib/{task → chevre/task}/importOffersFromCOA.d.ts +0 -0
  510. /package/lib/{task → chevre/task}/importOffersFromCOA.js +0 -0
  511. /package/lib/{task → chevre/task}/invalidatePaymentUrl.d.ts +0 -0
  512. /package/lib/{task → chevre/task}/invalidatePaymentUrl.js +0 -0
  513. /package/lib/{task → chevre/task}/moneyTransfer.d.ts +0 -0
  514. /package/lib/{task → chevre/task}/moneyTransfer.js +0 -0
  515. /package/lib/{task → chevre/task}/onAssetTransactionStatusChanged.d.ts +0 -0
  516. /package/lib/{task → chevre/task}/onAssetTransactionStatusChanged.js +0 -0
  517. /package/lib/{task → chevre/task}/onAuthorizationCreated.d.ts +0 -0
  518. /package/lib/{task → chevre/task}/onAuthorizationCreated.js +0 -0
  519. /package/lib/{task → chevre/task}/onEventChanged.d.ts +0 -0
  520. /package/lib/{task → chevre/task}/onEventChanged.js +0 -0
  521. /package/lib/{task → chevre/task}/onOrderPaymentCompleted.d.ts +0 -0
  522. /package/lib/{task → chevre/task}/onOrderPaymentCompleted.js +0 -0
  523. /package/lib/{task → chevre/task}/onResourceDeleted.d.ts +0 -0
  524. /package/lib/{task → chevre/task}/onResourceDeleted.js +0 -0
  525. /package/lib/{task → chevre/task}/onResourceUpdated.d.ts +0 -0
  526. /package/lib/{task → chevre/task}/onResourceUpdated.js +0 -0
  527. /package/lib/{task → chevre/task}/pay.d.ts +0 -0
  528. /package/lib/{task → chevre/task}/pay.js +0 -0
  529. /package/lib/{task → chevre/task}/placeOrder.d.ts +0 -0
  530. /package/lib/{task → chevre/task}/placeOrder.js +0 -0
  531. /package/lib/{task → chevre/task}/publishPaymentUrl.d.ts +0 -0
  532. /package/lib/{task → chevre/task}/publishPaymentUrl.js +0 -0
  533. /package/lib/{task → chevre/task}/refund.d.ts +0 -0
  534. /package/lib/{task → chevre/task}/refund.js +0 -0
  535. /package/lib/{task → chevre/task}/registerService.d.ts +0 -0
  536. /package/lib/{task → chevre/task}/registerService.js +0 -0
  537. /package/lib/{task → chevre/task}/reserve.d.ts +0 -0
  538. /package/lib/{task → chevre/task}/reserve.js +0 -0
  539. /package/lib/{task → chevre/task}/returnOrder.d.ts +0 -0
  540. /package/lib/{task → chevre/task}/returnOrder.js +0 -0
  541. /package/lib/{task → chevre/task}/returnPayTransaction.d.ts +0 -0
  542. /package/lib/{task → chevre/task}/returnPayTransaction.js +0 -0
  543. /package/lib/{task → chevre/task}/returnPointAward.d.ts +0 -0
  544. /package/lib/{task → chevre/task}/returnPointAward.js +0 -0
  545. /package/lib/{task → chevre/task}/returnReserveTransaction.d.ts +0 -0
  546. /package/lib/{task → chevre/task}/returnReserveTransaction.js +0 -0
  547. /package/lib/{task → chevre/task}/sendEmailMessage.d.ts +0 -0
  548. /package/lib/{task → chevre/task}/sendEmailMessage.js +0 -0
  549. /package/lib/{task → chevre/task}/sendOrder.js +0 -0
  550. /package/lib/{task → chevre/task}/syncResourcesFromCOA.d.ts +0 -0
  551. /package/lib/{task → chevre/task}/syncResourcesFromCOA.js +0 -0
  552. /package/lib/{task → chevre/task}/triggerWebhook.d.ts +0 -0
  553. /package/lib/{task → chevre/task}/triggerWebhook.js +0 -0
  554. /package/lib/{task → chevre/task}/useReservation.d.ts +0 -0
  555. /package/lib/{task → chevre/task}/useReservation.js +0 -0
  556. /package/lib/{task → chevre/task}/voidPayTransaction.d.ts +0 -0
  557. /package/lib/{task → chevre/task}/voidPayTransaction.js +0 -0
  558. /package/lib/{task → chevre/task}/voidPayment.d.ts +0 -0
  559. /package/lib/{task → chevre/task}/voidPayment.js +0 -0
  560. /package/lib/{task → chevre/task}/voidRegisterServiceTransaction.d.ts +0 -0
  561. /package/lib/{task → chevre/task}/voidRegisterServiceTransaction.js +0 -0
  562. /package/lib/{task → chevre/task}/voidReserveTransaction.d.ts +0 -0
  563. /package/lib/{task → chevre/task}/voidReserveTransaction.js +0 -0
  564. /package/lib/{task.d.ts → chevre/task.d.ts} +0 -0
  565. /package/lib/{task.js → chevre/task.js} +0 -0
  566. /package/lib/{taskName.d.ts → chevre/taskName.d.ts} +0 -0
  567. /package/lib/{taskName.js → chevre/taskName.js} +0 -0
  568. /package/lib/{taskStatus.d.ts → chevre/taskStatus.d.ts} +0 -0
  569. /package/lib/{taskStatus.js → chevre/taskStatus.js} +0 -0
  570. /package/lib/{thing.d.ts → chevre/thing.d.ts} +0 -0
  571. /package/lib/{thing.js → chevre/thing.js} +0 -0
  572. /package/lib/{transaction → chevre/transaction}/placeOrder.js +0 -0
  573. /package/lib/{transaction → chevre/transaction}/returnOrder.js +0 -0
  574. /package/lib/{transaction.js → chevre/transaction.js} +0 -0
  575. /package/lib/{transactionStatusType.d.ts → chevre/transactionStatusType.d.ts} +0 -0
  576. /package/lib/{transactionStatusType.js → chevre/transactionStatusType.js} +0 -0
  577. /package/lib/{transactionType.d.ts → chevre/transactionType.d.ts} +0 -0
  578. /package/lib/{transactionType.js → chevre/transactionType.js} +0 -0
  579. /package/lib/{trip → chevre/trip}/busTrip.d.ts +0 -0
  580. /package/lib/{trip → chevre/trip}/busTrip.js +0 -0
  581. /package/lib/{trip.d.ts → chevre/trip.d.ts} +0 -0
  582. /package/lib/{trip.js → chevre/trip.js} +0 -0
  583. /package/lib/{tripType.d.ts → chevre/tripType.d.ts} +0 -0
  584. /package/lib/{tripType.js → chevre/tripType.js} +0 -0
  585. /package/lib/{unitCode.d.ts → chevre/unitCode.d.ts} +0 -0
  586. /package/lib/{unitCode.js → chevre/unitCode.js} +0 -0
  587. /package/lib/{unitPriceOffer → chevre/unitPriceOffer}/merchantReturnPolicy.d.ts +0 -0
  588. /package/lib/{unitPriceOffer → chevre/unitPriceOffer}/merchantReturnPolicy.js +0 -0
  589. /package/lib/{unitPriceOffer.d.ts → chevre/unitPriceOffer.d.ts} +0 -0
  590. /package/lib/{unitPriceOffer.js → chevre/unitPriceOffer.js} +0 -0
@@ -1,31 +0,0 @@
1
- import { IExtendId } from '../../autoGenerated';
2
- import { IAccount } from '../action/moneyTransfer';
3
- import * as TransactionFactory from '../transaction';
4
- import { AccountTransactionType } from '../transactionType';
5
- export type IStartParamsWithoutDetail = TransactionFactory.IStartParams<AccountTransactionType.Withdraw, IObjectWithoutDetail>;
6
- /**
7
- * 取引開始パラメーター
8
- */
9
- export type IStartParams = TransactionFactory.IStartParams<AccountTransactionType.Withdraw, IObject>;
10
- export interface IObjectWithoutDetail extends TransactionFactory.IObjectWithoutDetail {
11
- fromLocation: TransactionFactory.ISimpleAccount;
12
- /**
13
- * 利用可能金額確認をしない場合、force: true
14
- */
15
- force?: boolean;
16
- }
17
- /**
18
- * 取引対象物
19
- */
20
- export interface IObject extends TransactionFactory.IObject {
21
- /**
22
- * 出金元
23
- */
24
- fromLocation: Pick<IAccount, 'accountNumber' | 'name' | 'typeOf'>;
25
- }
26
- /**
27
- * 出金取引
28
- */
29
- export interface IAttributes extends TransactionFactory.IAttributes<IStartParams> {
30
- }
31
- export type ITransaction = IExtendId<IAttributes>;
@@ -1,13 +0,0 @@
1
- import * as ActionFactory from '../action';
2
- import { ActionType } from '../actionType';
3
- export type IObject = any;
4
- export type IResult = any;
5
- export type IPurpose = any;
6
- export interface IAttributes<TObject, TResult> extends ActionFactory.IAttributes<ActionType.AuthorizeAction, TObject, TResult> {
7
- purpose?: IPurpose;
8
- recipient: ActionFactory.IParticipant;
9
- }
10
- /**
11
- * 承認アクション
12
- */
13
- export type IAction<TAttributes extends IAttributes<IObject, IResult>> = ActionFactory.IAction<TAttributes>;
@@ -1,10 +0,0 @@
1
- import * as ActionFactory from '../../action';
2
- import { ActionType } from '../../actionType';
3
- export type IObject = any;
4
- export type IResult = any;
5
- export interface IAttributes<TObject, TResult> extends Pick<ActionFactory.IAttributes<ActionType.UseAction, TObject, TResult>, 'typeOf' | 'result' | 'project' | 'object' | 'location' | 'error' | 'instrument' | 'agent'> {
6
- }
7
- /**
8
- * use action
9
- */
10
- export type IAction<TAttributes extends IAttributes<IObject, IResult>> = ActionFactory.IAction<TAttributes>;
@@ -1,15 +0,0 @@
1
- import * as ActionFactory from '../../action';
2
- import { ActionType } from '../../actionType';
3
- export type IAgent = ActionFactory.IParticipant;
4
- export type IRecipient = ActionFactory.IParticipant;
5
- export type IObject = any;
6
- export type IResult = any;
7
- export interface IPotentialActions {
8
- }
9
- export interface IAttributes<TObject, TResult> extends ActionFactory.IAttributes<ActionType.RegisterAction, TObject, TResult> {
10
- potentialActions?: IPotentialActions;
11
- }
12
- /**
13
- * 登録アクションインターフェース
14
- */
15
- export type IAction<TAttributes extends IAttributes<IObject, IResult>> = ActionFactory.IAction<TAttributes>;
@@ -1,20 +0,0 @@
1
- import * as ActionFactory from '../../action';
2
- import { ActionType } from '../../actionType';
3
- import { ISimpleOrder } from '../../order';
4
- import { TransactionType } from '../../transactionType';
5
- export type IAgent = ActionFactory.IParticipant;
6
- export type IRecipient = ActionFactory.IParticipant;
7
- export type IObject = ISimpleOrder;
8
- export interface IResult {
9
- }
10
- export interface IPurpose {
11
- typeOf: TransactionType.PlaceOrder;
12
- id: string;
13
- }
14
- export interface IAttributes extends Pick<ActionFactory.IAttributes<ActionType.OrderAction, IObject, IResult>, 'typeOf' | 'result' | 'purpose' | 'project' | 'object' | 'error' | 'agent'> {
15
- purpose?: IPurpose;
16
- }
17
- /**
18
- * 注文アクション
19
- */
20
- export type IAction = ActionFactory.IAction<IAttributes>;
@@ -1,10 +0,0 @@
1
- import * as ActionFactory from '../../action';
2
- import { ActionType } from '../../actionType';
3
- export type IObject = any;
4
- export type IResult = any;
5
- export interface IAttributes<TObject, TResult> extends ActionFactory.IAttributes<ActionType.ReturnAction, TObject, TResult> {
6
- }
7
- /**
8
- * 返却アクション
9
- */
10
- export type IAction<TAttributes extends IAttributes<IObject, IResult>> = ActionFactory.IAction<TAttributes>;
@@ -1,9 +0,0 @@
1
- import * as CreativeWorkFactory from '../creativeWork';
2
- import { CreativeWorkType } from '../creativeWorkType';
3
- /**
4
- * ソフトウェア
5
- */
6
- export interface ISoftwareApplication extends Pick<CreativeWorkFactory.ICreativeWork, 'id' | 'typeOf'> {
7
- id: string;
8
- typeOf: CreativeWorkType.SoftwareApplication;
9
- }
@@ -1,42 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.AlreadyInUseError = void 0;
19
- var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
20
- var errorCode_1 = require("../errorCode");
21
- var chevre_1 = require("./chevre");
22
- /**
23
- * AlreadyInUseError
24
- */
25
- var AlreadyInUseError = /** @class */ (function (_super) {
26
- __extends(AlreadyInUseError, _super);
27
- function AlreadyInUseError(entityName, fieldNames, message) {
28
- var _this = this;
29
- var actualMessage = message;
30
- if (message === undefined || message.length === 0) {
31
- actualMessage = "The specified '".concat(entityName, "' value is already in use for: ").concat(fieldNames.join(', '), ".");
32
- }
33
- /* istanbul ignore next */
34
- _this = _super.call(this, errorCode_1.ErrorCode.AlreadyInUse, actualMessage) || this;
35
- _this.entityName = entityName;
36
- _this.fieldNames = fieldNames;
37
- setPrototypeOf(_this, AlreadyInUseError.prototype);
38
- return _this;
39
- }
40
- return AlreadyInUseError;
41
- }(chevre_1.ChevreError));
42
- exports.AlreadyInUseError = AlreadyInUseError;
@@ -1,41 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.ArgumentError = void 0;
19
- var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
20
- var errorCode_1 = require("../errorCode");
21
- var chevre_1 = require("./chevre");
22
- /**
23
- * ArgumentError
24
- */
25
- var ArgumentError = /** @class */ (function (_super) {
26
- __extends(ArgumentError, _super);
27
- function ArgumentError(argumentName, message) {
28
- var _this = this;
29
- var actualMessage = message;
30
- if (message === undefined || message.length === 0) {
31
- actualMessage = "Invalid or missing argument supplied: ".concat(argumentName, ".");
32
- }
33
- /* istanbul ignore next */
34
- _this = _super.call(this, errorCode_1.ErrorCode.Argument, actualMessage) || this;
35
- _this.argumentName = argumentName;
36
- setPrototypeOf(_this, ArgumentError.prototype);
37
- return _this;
38
- }
39
- return ArgumentError;
40
- }(chevre_1.ChevreError));
41
- exports.ArgumentError = ArgumentError;
@@ -1,41 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.ArgumentNullError = void 0;
19
- var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
20
- var errorCode_1 = require("../errorCode");
21
- var chevre_1 = require("./chevre");
22
- /**
23
- * ArgumentNullError
24
- */
25
- var ArgumentNullError = /** @class */ (function (_super) {
26
- __extends(ArgumentNullError, _super);
27
- function ArgumentNullError(argumentName, message) {
28
- var _this = this;
29
- var actualMessage = message;
30
- if (message === undefined || message.length === 0) {
31
- actualMessage = "Missing argument: ".concat(argumentName, ".");
32
- }
33
- /* istanbul ignore next */
34
- _this = _super.call(this, errorCode_1.ErrorCode.ArgumentNull, actualMessage) || this;
35
- _this.argumentName = argumentName;
36
- setPrototypeOf(_this, ArgumentNullError.prototype);
37
- return _this;
38
- }
39
- return ArgumentNullError;
40
- }(chevre_1.ChevreError));
41
- exports.ArgumentNullError = ArgumentNullError;
@@ -1,35 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.ChevreError = void 0;
19
- var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
20
- /**
21
- * ChevreError
22
- */
23
- var ChevreError = /** @class */ (function (_super) {
24
- __extends(ChevreError, _super);
25
- /* istanbul ignore next */
26
- function ChevreError(code, message) {
27
- var _this = _super.call(this, message) || this;
28
- _this.name = 'ChevreError';
29
- _this.reason = code;
30
- setPrototypeOf(_this, ChevreError.prototype);
31
- return _this;
32
- }
33
- return ChevreError;
34
- }(Error));
35
- exports.ChevreError = ChevreError;
@@ -1,40 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.ForbiddenError = void 0;
19
- var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
20
- var errorCode_1 = require("../errorCode");
21
- var chevre_1 = require("./chevre");
22
- /**
23
- * ForbiddenError
24
- */
25
- var ForbiddenError = /** @class */ (function (_super) {
26
- __extends(ForbiddenError, _super);
27
- function ForbiddenError(message) {
28
- var _this = this;
29
- var actualMessage = message;
30
- if (message === undefined || message.length === 0) {
31
- actualMessage = 'Forbidden.';
32
- }
33
- /* istanbul ignore next */
34
- _this = _super.call(this, errorCode_1.ErrorCode.Forbidden, actualMessage) || this;
35
- setPrototypeOf(_this, ForbiddenError.prototype);
36
- return _this;
37
- }
38
- return ForbiddenError;
39
- }(chevre_1.ChevreError));
40
- exports.ForbiddenError = ForbiddenError;
@@ -1,40 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.GatewayTimeoutError = void 0;
19
- var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
20
- var errorCode_1 = require("../errorCode");
21
- var chevre_1 = require("./chevre");
22
- /**
23
- * GatewayTimeoutError
24
- */
25
- var GatewayTimeoutError = /** @class */ (function (_super) {
26
- __extends(GatewayTimeoutError, _super);
27
- function GatewayTimeoutError(message) {
28
- var _this = this;
29
- var actualMessage = message;
30
- if (message === undefined || message.length === 0) {
31
- actualMessage = 'Gateway Timeout';
32
- }
33
- /* istanbul ignore next */
34
- _this = _super.call(this, errorCode_1.ErrorCode.GatewayTimeout, actualMessage) || this;
35
- setPrototypeOf(_this, GatewayTimeoutError.prototype);
36
- return _this;
37
- }
38
- return GatewayTimeoutError;
39
- }(chevre_1.ChevreError));
40
- exports.GatewayTimeoutError = GatewayTimeoutError;
@@ -1,40 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.InternalError = void 0;
19
- var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
20
- var errorCode_1 = require("../errorCode");
21
- var chevre_1 = require("./chevre");
22
- /**
23
- * InternalError
24
- */
25
- var InternalError = /** @class */ (function (_super) {
26
- __extends(InternalError, _super);
27
- function InternalError(message) {
28
- var _this = this;
29
- var actualMessage = message;
30
- if (message === undefined || message.length === 0) {
31
- actualMessage = 'Internal server error.';
32
- }
33
- /* istanbul ignore next */
34
- _this = _super.call(this, errorCode_1.ErrorCode.Internal, actualMessage) || this;
35
- setPrototypeOf(_this, InternalError.prototype);
36
- return _this;
37
- }
38
- return InternalError;
39
- }(chevre_1.ChevreError));
40
- exports.InternalError = InternalError;
@@ -1,41 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.NotFoundError = void 0;
19
- var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
20
- var errorCode_1 = require("../errorCode");
21
- var chevre_1 = require("./chevre");
22
- /**
23
- * NotFoundError
24
- */
25
- var NotFoundError = /** @class */ (function (_super) {
26
- __extends(NotFoundError, _super);
27
- function NotFoundError(entityName, message) {
28
- var _this = this;
29
- var actualMessage = message;
30
- if (message === undefined || message.length === 0) {
31
- actualMessage = "Not Found: ".concat(entityName, ".");
32
- }
33
- /* istanbul ignore next */
34
- _this = _super.call(this, errorCode_1.ErrorCode.NotFound, actualMessage) || this;
35
- _this.entityName = entityName;
36
- setPrototypeOf(_this, NotFoundError.prototype);
37
- return _this;
38
- }
39
- return NotFoundError;
40
- }(chevre_1.ChevreError));
41
- exports.NotFoundError = NotFoundError;
@@ -1,40 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.NotImplementedError = void 0;
19
- var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
20
- var errorCode_1 = require("../errorCode");
21
- var chevre_1 = require("./chevre");
22
- /**
23
- * NotImplementedError
24
- */
25
- var NotImplementedError = /** @class */ (function (_super) {
26
- __extends(NotImplementedError, _super);
27
- function NotImplementedError(message) {
28
- var _this = this;
29
- var actualMessage = message;
30
- if (message === undefined || message.length === 0) {
31
- actualMessage = 'Method is not yet implemented.';
32
- }
33
- /* istanbul ignore next */
34
- _this = _super.call(this, errorCode_1.ErrorCode.NotImplemented, actualMessage) || this;
35
- setPrototypeOf(_this, NotImplementedError.prototype);
36
- return _this;
37
- }
38
- return NotImplementedError;
39
- }(chevre_1.ChevreError));
40
- exports.NotImplementedError = NotImplementedError;
@@ -1,40 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.RateLimitExceededError = void 0;
19
- var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
20
- var errorCode_1 = require("../errorCode");
21
- var chevre_1 = require("./chevre");
22
- /**
23
- * RateLimitExceededError
24
- */
25
- var RateLimitExceededError = /** @class */ (function (_super) {
26
- __extends(RateLimitExceededError, _super);
27
- function RateLimitExceededError(message) {
28
- var _this = this;
29
- var actualMessage = message;
30
- if (message === undefined || message.length === 0) {
31
- actualMessage = 'Rate limit exceeded.';
32
- }
33
- /* istanbul ignore next */
34
- _this = _super.call(this, errorCode_1.ErrorCode.RateLimitExceeded, actualMessage) || this;
35
- setPrototypeOf(_this, RateLimitExceededError.prototype);
36
- return _this;
37
- }
38
- return RateLimitExceededError;
39
- }(chevre_1.ChevreError));
40
- exports.RateLimitExceededError = RateLimitExceededError;
@@ -1,40 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.ServiceUnavailableError = void 0;
19
- var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
20
- var errorCode_1 = require("../errorCode");
21
- var chevre_1 = require("./chevre");
22
- /**
23
- * ServiceUnavailableError
24
- */
25
- var ServiceUnavailableError = /** @class */ (function (_super) {
26
- __extends(ServiceUnavailableError, _super);
27
- function ServiceUnavailableError(message) {
28
- var _this = this;
29
- var actualMessage = message;
30
- if (message === undefined || message.length === 0) {
31
- actualMessage = 'Service unavailable temporarily.';
32
- }
33
- /* istanbul ignore next */
34
- _this = _super.call(this, errorCode_1.ErrorCode.ServiceUnavailable, actualMessage) || this;
35
- setPrototypeOf(_this, ServiceUnavailableError.prototype);
36
- return _this;
37
- }
38
- return ServiceUnavailableError;
39
- }(chevre_1.ChevreError));
40
- exports.ServiceUnavailableError = ServiceUnavailableError;
@@ -1,40 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.UnauthorizedError = void 0;
19
- var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
20
- var errorCode_1 = require("../errorCode");
21
- var chevre_1 = require("./chevre");
22
- /**
23
- * UnauthorizedError
24
- */
25
- var UnauthorizedError = /** @class */ (function (_super) {
26
- __extends(UnauthorizedError, _super);
27
- function UnauthorizedError(message) {
28
- var _this = this;
29
- var actualMessage = message;
30
- if (message === undefined || message.length === 0) {
31
- actualMessage = 'Unauthorized.';
32
- }
33
- /* istanbul ignore next */
34
- _this = _super.call(this, errorCode_1.ErrorCode.Unauthorized, actualMessage) || this;
35
- setPrototypeOf(_this, UnauthorizedError.prototype);
36
- return _this;
37
- }
38
- return UnauthorizedError;
39
- }(chevre_1.ChevreError));
40
- exports.UnauthorizedError = UnauthorizedError;
@@ -1,40 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.UnknownError = void 0;
19
- var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
20
- var errorCode_1 = require("../errorCode");
21
- var chevre_1 = require("./chevre");
22
- /**
23
- * UnknownError
24
- */
25
- var UnknownError = /** @class */ (function (_super) {
26
- __extends(UnknownError, _super);
27
- function UnknownError(message) {
28
- var _this = this;
29
- var actualMessage = message;
30
- if (message === undefined || message.length === 0) {
31
- actualMessage = 'Unknown server error.';
32
- }
33
- /* istanbul ignore next */
34
- _this = _super.call(this, errorCode_1.ErrorCode.Unknown, actualMessage) || this;
35
- setPrototypeOf(_this, UnknownError.prototype);
36
- return _this;
37
- }
38
- return UnknownError;
39
- }(chevre_1.ChevreError));
40
- exports.UnknownError = UnknownError;
@@ -1,4 +0,0 @@
1
- import * as PropertyValueFactory from '../propertyValue';
2
- export interface IPropertyValue extends Pick<PropertyValueFactory.IPropertyValue<string>, 'name' | 'value'> {
3
- typeOf: PropertyValueFactory.PropertyValueType.LocationFeatureSpecification;
4
- }