@chevre/domain 21.0.0-alpha.8 → 21.0.0-alpha.9

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 (125) hide show
  1. package/lib/chevre/errorHandler.d.ts +1 -0
  2. package/lib/chevre/errorHandler.js +6 -2
  3. package/lib/chevre/repo/account.d.ts +0 -2
  4. package/lib/chevre/repo/account.js +6 -3
  5. package/lib/chevre/repo/accountTitle.js +5 -1
  6. package/lib/chevre/repo/accountTransaction.d.ts +0 -2
  7. package/lib/chevre/repo/accountTransaction.js +6 -3
  8. package/lib/chevre/repo/accountingReport.js +6 -2
  9. package/lib/chevre/repo/action.d.ts +1 -2
  10. package/lib/chevre/repo/action.js +6 -3
  11. package/lib/chevre/repo/additionalProperty.js +5 -1
  12. package/lib/chevre/repo/aggregation.js +5 -1
  13. package/lib/chevre/repo/assetTransaction.d.ts +1 -2
  14. package/lib/chevre/repo/assetTransaction.js +6 -3
  15. package/lib/chevre/repo/categoryCode.js +5 -1
  16. package/lib/chevre/repo/code.d.ts +1 -1
  17. package/lib/chevre/repo/code.js +5 -1
  18. package/lib/chevre/repo/comment.js +5 -1
  19. package/lib/chevre/repo/creativeWork.d.ts +0 -2
  20. package/lib/chevre/repo/creativeWork.js +6 -3
  21. package/lib/chevre/repo/customer.js +5 -1
  22. package/lib/chevre/repo/emailMessage.js +5 -1
  23. package/lib/chevre/repo/event.js +5 -1
  24. package/lib/chevre/repo/member.js +5 -1
  25. package/lib/chevre/repo/merchantReturnPolicy.d.ts +0 -2
  26. package/lib/chevre/repo/merchantReturnPolicy.js +6 -3
  27. package/lib/chevre/repo/mongoose/onIndexCreated.d.ts +2 -0
  28. package/lib/chevre/repo/mongoose/onIndexCreated.js +11 -0
  29. package/lib/chevre/repo/offer.js +7 -2
  30. package/lib/chevre/repo/offerCatalog.js +5 -1
  31. package/lib/chevre/repo/order.d.ts +0 -2
  32. package/lib/chevre/repo/order.js +7 -4
  33. package/lib/chevre/repo/ownershipInfo.d.ts +0 -2
  34. package/lib/chevre/repo/ownershipInfo.js +7 -4
  35. package/lib/chevre/repo/permit.js +5 -1
  36. package/lib/chevre/repo/place.js +5 -1
  37. package/lib/chevre/repo/priceSpecification.js +5 -1
  38. package/lib/chevre/repo/product.js +5 -1
  39. package/lib/chevre/repo/project.js +5 -1
  40. package/lib/chevre/repo/reservation.js +5 -1
  41. package/lib/chevre/repo/role.js +5 -1
  42. package/lib/chevre/repo/seller.js +5 -1
  43. package/lib/chevre/repo/serviceOutput.js +5 -1
  44. package/lib/chevre/repo/task.js +5 -1
  45. package/lib/chevre/repo/telemetry.js +5 -1
  46. package/lib/chevre/repo/transaction.d.ts +1 -2
  47. package/lib/chevre/repo/transaction.js +6 -3
  48. package/lib/chevre/repo/trip.js +5 -1
  49. package/lib/chevre/service/accountTransaction/deposit.js +0 -5
  50. package/lib/chevre/service/accountTransaction/transfer.js +0 -5
  51. package/lib/chevre/service/accountTransaction/withdraw.js +0 -5
  52. package/lib/chevre/service/assetTransaction/moneyTransfer.js +0 -5
  53. package/lib/chevre/service/assetTransaction/refund.js +0 -5
  54. package/lib/chevre/service/assetTransaction/registerService.js +0 -5
  55. package/lib/chevre/service/assetTransaction/reserve.js +0 -10
  56. package/lib/chevre/service/transaction/moneyTransfer.js +0 -5
  57. package/lib/chevre/service/transaction/placeOrderInProgress.js +2 -2
  58. package/lib/chevre/service/transaction/returnOrder.js +1 -1
  59. package/package.json +1 -1
  60. /package/lib/chevre/repo/mongoose/{model → schemas}/account.d.ts +0 -0
  61. /package/lib/chevre/repo/mongoose/{model → schemas}/account.js +0 -0
  62. /package/lib/chevre/repo/mongoose/{model → schemas}/accountTitle.d.ts +0 -0
  63. /package/lib/chevre/repo/mongoose/{model → schemas}/accountTitle.js +0 -0
  64. /package/lib/chevre/repo/mongoose/{model → schemas}/accountTransaction.d.ts +0 -0
  65. /package/lib/chevre/repo/mongoose/{model → schemas}/accountTransaction.js +0 -0
  66. /package/lib/chevre/repo/mongoose/{model → schemas}/accountingReport.d.ts +0 -0
  67. /package/lib/chevre/repo/mongoose/{model → schemas}/accountingReport.js +0 -0
  68. /package/lib/chevre/repo/mongoose/{model → schemas}/action.d.ts +0 -0
  69. /package/lib/chevre/repo/mongoose/{model → schemas}/action.js +0 -0
  70. /package/lib/chevre/repo/mongoose/{model → schemas}/additionalProperty.d.ts +0 -0
  71. /package/lib/chevre/repo/mongoose/{model → schemas}/additionalProperty.js +0 -0
  72. /package/lib/chevre/repo/mongoose/{model → schemas}/aggregation.d.ts +0 -0
  73. /package/lib/chevre/repo/mongoose/{model → schemas}/aggregation.js +0 -0
  74. /package/lib/chevre/repo/mongoose/{model → schemas}/assetTransaction.d.ts +0 -0
  75. /package/lib/chevre/repo/mongoose/{model → schemas}/assetTransaction.js +0 -0
  76. /package/lib/chevre/repo/mongoose/{model → schemas}/authorization.d.ts +0 -0
  77. /package/lib/chevre/repo/mongoose/{model → schemas}/authorization.js +0 -0
  78. /package/lib/chevre/repo/mongoose/{model → schemas}/categoryCode.d.ts +0 -0
  79. /package/lib/chevre/repo/mongoose/{model → schemas}/categoryCode.js +0 -0
  80. /package/lib/chevre/repo/mongoose/{model → schemas}/comments.d.ts +0 -0
  81. /package/lib/chevre/repo/mongoose/{model → schemas}/comments.js +0 -0
  82. /package/lib/chevre/repo/mongoose/{model → schemas}/creativeWork.d.ts +0 -0
  83. /package/lib/chevre/repo/mongoose/{model → schemas}/creativeWork.js +0 -0
  84. /package/lib/chevre/repo/mongoose/{model → schemas}/customer.d.ts +0 -0
  85. /package/lib/chevre/repo/mongoose/{model → schemas}/customer.js +0 -0
  86. /package/lib/chevre/repo/mongoose/{model → schemas}/emailMessages.d.ts +0 -0
  87. /package/lib/chevre/repo/mongoose/{model → schemas}/emailMessages.js +0 -0
  88. /package/lib/chevre/repo/mongoose/{model → schemas}/event.d.ts +0 -0
  89. /package/lib/chevre/repo/mongoose/{model → schemas}/event.js +0 -0
  90. /package/lib/chevre/repo/mongoose/{model → schemas}/member.d.ts +0 -0
  91. /package/lib/chevre/repo/mongoose/{model → schemas}/member.js +0 -0
  92. /package/lib/chevre/repo/mongoose/{model → schemas}/merchantReturnPolicy.d.ts +0 -0
  93. /package/lib/chevre/repo/mongoose/{model → schemas}/merchantReturnPolicy.js +0 -0
  94. /package/lib/chevre/repo/mongoose/{model → schemas}/offer.d.ts +0 -0
  95. /package/lib/chevre/repo/mongoose/{model → schemas}/offer.js +0 -0
  96. /package/lib/chevre/repo/mongoose/{model → schemas}/offerCatalog.d.ts +0 -0
  97. /package/lib/chevre/repo/mongoose/{model → schemas}/offerCatalog.js +0 -0
  98. /package/lib/chevre/repo/mongoose/{model → schemas}/order.d.ts +0 -0
  99. /package/lib/chevre/repo/mongoose/{model → schemas}/order.js +0 -0
  100. /package/lib/chevre/repo/mongoose/{model → schemas}/ownershipInfo.d.ts +0 -0
  101. /package/lib/chevre/repo/mongoose/{model → schemas}/ownershipInfo.js +0 -0
  102. /package/lib/chevre/repo/mongoose/{model → schemas}/place.d.ts +0 -0
  103. /package/lib/chevre/repo/mongoose/{model → schemas}/place.js +0 -0
  104. /package/lib/chevre/repo/mongoose/{model → schemas}/priceSpecification.d.ts +0 -0
  105. /package/lib/chevre/repo/mongoose/{model → schemas}/priceSpecification.js +0 -0
  106. /package/lib/chevre/repo/mongoose/{model → schemas}/product.d.ts +0 -0
  107. /package/lib/chevre/repo/mongoose/{model → schemas}/product.js +0 -0
  108. /package/lib/chevre/repo/mongoose/{model → schemas}/project.d.ts +0 -0
  109. /package/lib/chevre/repo/mongoose/{model → schemas}/project.js +0 -0
  110. /package/lib/chevre/repo/mongoose/{model → schemas}/reservation.d.ts +0 -0
  111. /package/lib/chevre/repo/mongoose/{model → schemas}/reservation.js +0 -0
  112. /package/lib/chevre/repo/mongoose/{model → schemas}/role.d.ts +0 -0
  113. /package/lib/chevre/repo/mongoose/{model → schemas}/role.js +0 -0
  114. /package/lib/chevre/repo/mongoose/{model → schemas}/seller.d.ts +0 -0
  115. /package/lib/chevre/repo/mongoose/{model → schemas}/seller.js +0 -0
  116. /package/lib/chevre/repo/mongoose/{model → schemas}/serviceOutput.d.ts +0 -0
  117. /package/lib/chevre/repo/mongoose/{model → schemas}/serviceOutput.js +0 -0
  118. /package/lib/chevre/repo/mongoose/{model → schemas}/task.d.ts +0 -0
  119. /package/lib/chevre/repo/mongoose/{model → schemas}/task.js +0 -0
  120. /package/lib/chevre/repo/mongoose/{model → schemas}/telemetry.d.ts +0 -0
  121. /package/lib/chevre/repo/mongoose/{model → schemas}/telemetry.js +0 -0
  122. /package/lib/chevre/repo/mongoose/{model → schemas}/transaction.d.ts +0 -0
  123. /package/lib/chevre/repo/mongoose/{model → schemas}/transaction.js +0 -0
  124. /package/lib/chevre/repo/mongoose/{model → schemas}/trip.d.ts +0 -0
  125. /package/lib/chevre/repo/mongoose/{model → schemas}/trip.js +0 -0