@xyo-network/payment-payload-plugins 3.4.3 → 3.4.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 (297) hide show
  1. package/dist/neutral/index.mjs +3 -12
  2. package/dist/neutral/index.mjs.map +1 -1
  3. package/dist/{neutral → types}/Amount/Payload.d.ts +8 -8
  4. package/dist/types/Amount/Payload.d.ts.map +1 -0
  5. package/dist/{neutral → types}/Billing/Address/Address.d.ts +7 -7
  6. package/dist/types/Billing/Address/Address.d.ts.map +1 -0
  7. package/dist/{neutral → types}/Discount/Config.d.ts +3 -3
  8. package/dist/types/Discount/Config.d.ts.map +1 -0
  9. package/dist/{neutral → types}/Discount/Params.d.ts +4 -4
  10. package/dist/types/Discount/Params.d.ts.map +1 -0
  11. package/dist/{neutral → types}/Discount/Payload/Coupon/Conditions/AppraisalAmountCondition.d.ts +1 -1
  12. package/dist/{neutral → types}/Discount/Payload/Coupon/Conditions/AppraisalAmountCondition.d.ts.map +1 -1
  13. package/dist/{neutral → types}/Discount/Payload/Coupon/Conditions/AssetQuantityCondition.d.ts +1 -1
  14. package/dist/{neutral → types}/Discount/Payload/Coupon/Conditions/AssetQuantityCondition.d.ts.map +1 -1
  15. package/dist/{neutral → types}/Discount/Payload/Coupon/Conditions/BuyerCondition.d.ts +2 -2
  16. package/dist/types/Discount/Payload/Coupon/Conditions/BuyerCondition.d.ts.map +1 -0
  17. package/dist/{neutral → types}/Discount/Payload/Coupon/Coupons/FixedAmount.d.ts +9 -9
  18. package/dist/types/Discount/Payload/Coupon/Coupons/FixedAmount.d.ts.map +1 -0
  19. package/dist/{neutral → types}/Discount/Payload/Coupon/Coupons/FixedPercentage.d.ts +8 -8
  20. package/dist/types/Discount/Payload/Coupon/Coupons/FixedPercentage.d.ts.map +1 -0
  21. package/dist/{neutral → types}/Discount/Payload/Coupon/Coupons/FixedPrice.d.ts +9 -9
  22. package/dist/types/Discount/Payload/Coupon/Coupons/FixedPrice.d.ts.map +1 -0
  23. package/dist/{neutral → types}/Discount/Payload/Coupon/Payload.d.ts +5 -5
  24. package/dist/types/Discount/Payload/Coupon/Payload.d.ts.map +1 -0
  25. package/dist/{neutral → types}/Discount/Payload/Coupon/types/Condition.d.ts +5 -5
  26. package/dist/types/Discount/Payload/Coupon/types/Condition.d.ts.map +1 -0
  27. package/dist/{neutral → types}/Discount/Payload/Coupon/types/CouponFields.d.ts +2 -2
  28. package/dist/types/Discount/Payload/Coupon/types/CouponFields.d.ts.map +1 -0
  29. package/dist/{neutral → types}/Discount/Payload/Discount.d.ts +8 -16
  30. package/dist/types/Discount/Payload/Discount.d.ts.map +1 -0
  31. package/dist/types/Discount/Payload/NoDiscount.d.ts +3 -0
  32. package/dist/{neutral → types}/Discount/Payload/NoDiscount.d.ts.map +1 -1
  33. package/dist/{neutral → types}/Escrow/Outcome.d.ts +7 -11
  34. package/dist/types/Escrow/Outcome.d.ts.map +1 -0
  35. package/dist/{neutral → types}/Escrow/Terms/Party.d.ts +1 -1
  36. package/dist/types/Escrow/Terms/Party.d.ts.map +1 -0
  37. package/dist/{neutral → types}/Escrow/Terms/PartySecret.d.ts +1 -1
  38. package/dist/types/Escrow/Terms/PartySecret.d.ts.map +1 -0
  39. package/dist/{neutral → types}/Escrow/Terms/Terms.d.ts +8 -8
  40. package/dist/types/Escrow/Terms/Terms.d.ts.map +1 -0
  41. package/dist/{neutral → types}/Escrow/util/appraisal/getAppraisalsByAsset.d.ts +4 -4
  42. package/dist/types/Escrow/util/appraisal/getAppraisalsByAsset.d.ts.map +1 -0
  43. package/dist/{neutral → types}/Escrow/util/appraisal/getSignaturesByAppraisal.d.ts +4 -4
  44. package/dist/types/Escrow/util/appraisal/getSignaturesByAppraisal.d.ts.map +1 -0
  45. package/dist/{neutral → types}/Escrow/util/secret/createEscrowIntent.d.ts +3 -3
  46. package/dist/types/Escrow/util/secret/createEscrowIntent.d.ts.map +1 -0
  47. package/dist/{neutral → types}/Escrow/util/secret/findEscrowPartySecretSignatures.d.ts +4 -4
  48. package/dist/types/Escrow/util/secret/findEscrowPartySecretSignatures.d.ts.map +1 -0
  49. package/dist/{neutral → types}/Escrow/util/secret/getEscrowSecret.d.ts +1 -1
  50. package/dist/{neutral → types}/Escrow/util/secret/getEscrowSecret.d.ts.map +1 -1
  51. package/dist/{neutral → types}/Escrow/util/secret/updateEscrowTermsWithSecret.d.ts +3 -3
  52. package/dist/types/Escrow/util/secret/updateEscrowTermsWithSecret.d.ts.map +1 -0
  53. package/dist/{neutral → types}/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.ts +3 -3
  54. package/dist/types/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.ts.map +1 -0
  55. package/dist/{neutral → types}/Escrow/validators/common/SecretValidators/getPartySecretSignedValidator.d.ts +3 -3
  56. package/dist/types/Escrow/validators/common/SecretValidators/getPartySecretSignedValidator.d.ts.map +1 -0
  57. package/dist/types/Escrow/validators/escrow/agent.d.ts +5 -0
  58. package/dist/types/Escrow/validators/escrow/agent.d.ts.map +1 -0
  59. package/dist/{neutral → types}/Escrow/validators/escrow/appraisal.d.ts +3 -3
  60. package/dist/types/Escrow/validators/escrow/appraisal.d.ts.map +1 -0
  61. package/dist/{neutral → types}/Escrow/validators/escrow/appraisalAuthorities.d.ts +3 -3
  62. package/dist/types/Escrow/validators/escrow/appraisalAuthorities.d.ts.map +1 -0
  63. package/dist/{neutral → types}/Escrow/validators/escrow/assets.d.ts +2 -2
  64. package/dist/types/Escrow/validators/escrow/assets.d.ts.map +1 -0
  65. package/dist/{neutral → types}/Escrow/validators/escrow/buyer.d.ts +2 -2
  66. package/dist/types/Escrow/validators/escrow/buyer.d.ts.map +1 -0
  67. package/dist/{neutral → types}/Escrow/validators/escrow/buyerSecret.d.ts +3 -3
  68. package/dist/types/Escrow/validators/escrow/buyerSecret.d.ts.map +1 -0
  69. package/dist/types/Escrow/validators/escrow/nbfExp.d.ts +4 -0
  70. package/dist/types/Escrow/validators/escrow/nbfExp.d.ts.map +1 -0
  71. package/dist/types/Escrow/validators/escrow/paymentAuthorities.d.ts +5 -0
  72. package/dist/types/Escrow/validators/escrow/paymentAuthorities.d.ts.map +1 -0
  73. package/dist/{neutral → types}/Escrow/validators/escrow/seller.d.ts +2 -2
  74. package/dist/types/Escrow/validators/escrow/seller.d.ts.map +1 -0
  75. package/dist/{neutral → types}/Escrow/validators/escrow/sellerSecret.d.ts +3 -3
  76. package/dist/types/Escrow/validators/escrow/sellerSecret.d.ts.map +1 -0
  77. package/dist/{neutral → types}/Invoice/Invoice.d.ts +4 -4
  78. package/dist/types/Invoice/Invoice.d.ts.map +1 -0
  79. package/dist/{neutral → types}/Payment/Instrument/Card/Payload.d.ts +7 -7
  80. package/dist/types/Payment/Instrument/Card/Payload.d.ts.map +1 -0
  81. package/dist/{neutral → types}/Payment/Payload.d.ts +8 -12
  82. package/dist/types/Payment/Payload.d.ts.map +1 -0
  83. package/dist/{neutral → types}/Payment/Status/Payload.d.ts +7 -7
  84. package/dist/types/Payment/Status/Payload.d.ts.map +1 -0
  85. package/dist/{neutral → types}/Purchase/Payload.d.ts +8 -8
  86. package/dist/types/Purchase/Payload.d.ts.map +1 -0
  87. package/dist/{neutral → types}/Receipt/Payload.d.ts +8 -12
  88. package/dist/types/Receipt/Payload.d.ts.map +1 -0
  89. package/dist/{neutral → types}/Subtotal/Diviner/Config.d.ts +1 -1
  90. package/dist/types/Subtotal/Diviner/Config.d.ts.map +1 -0
  91. package/dist/types/Subtotal/Diviner/Params.d.ts +5 -0
  92. package/dist/types/Subtotal/Diviner/Params.d.ts.map +1 -0
  93. package/dist/{neutral → types}/Subtotal/Diviner/Payload.d.ts +8 -8
  94. package/dist/types/Subtotal/Diviner/Payload.d.ts.map +1 -0
  95. package/dist/{neutral → types}/Total/Diviner/Config.d.ts +2 -2
  96. package/dist/types/Total/Diviner/Config.d.ts.map +1 -0
  97. package/dist/types/Total/Diviner/Params.d.ts +5 -0
  98. package/dist/types/Total/Diviner/Params.d.ts.map +1 -0
  99. package/dist/{neutral → types}/Total/Diviner/Payload.d.ts +8 -8
  100. package/dist/types/Total/Diviner/Payload.d.ts.map +1 -0
  101. package/package.json +25 -25
  102. package/src/Amount/Payload.ts +3 -2
  103. package/src/Billing/Address/Address.ts +2 -3
  104. package/src/Discount/Config.ts +3 -3
  105. package/src/Discount/Params.ts +4 -4
  106. package/src/Discount/Payload/Coupon/Conditions/AppraisalAmountCondition.ts +1 -1
  107. package/src/Discount/Payload/Coupon/Conditions/AssetQuantityCondition.ts +1 -1
  108. package/src/Discount/Payload/Coupon/Conditions/BuyerCondition.ts +2 -2
  109. package/src/Discount/Payload/Coupon/Coupons/FixedAmount.ts +4 -3
  110. package/src/Discount/Payload/Coupon/Coupons/FixedPercentage.ts +2 -2
  111. package/src/Discount/Payload/Coupon/Coupons/FixedPrice.ts +4 -3
  112. package/src/Discount/Payload/Coupon/Payload.ts +3 -1
  113. package/src/Discount/Payload/Coupon/types/Condition.ts +2 -1
  114. package/src/Discount/Payload/Coupon/types/CouponFields.ts +2 -2
  115. package/src/Discount/Payload/Coupon/types/isStackable.ts +1 -1
  116. package/src/Discount/Payload/Discount.ts +3 -2
  117. package/src/Discount/Payload/NoDiscount.ts +2 -1
  118. package/src/Escrow/Outcome.ts +3 -2
  119. package/src/Escrow/Terms/Party.ts +1 -1
  120. package/src/Escrow/Terms/PartySecret.ts +1 -1
  121. package/src/Escrow/Terms/Terms.ts +3 -4
  122. package/src/Escrow/util/appraisal/getAppraisalsByAsset.ts +5 -4
  123. package/src/Escrow/util/appraisal/getSignaturesByAppraisal.ts +5 -4
  124. package/src/Escrow/util/secret/createEscrowIntent.ts +3 -3
  125. package/src/Escrow/util/secret/findEscrowPartySecretSignatures.ts +5 -4
  126. package/src/Escrow/util/secret/getEscrowSecret.ts +2 -1
  127. package/src/Escrow/util/secret/updateEscrowTermsWithSecret.ts +3 -3
  128. package/src/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.ts +3 -3
  129. package/src/Escrow/validators/common/SecretValidators/getPartySecretSignedValidator.ts +3 -3
  130. package/src/Escrow/validators/escrow/agent.ts +3 -3
  131. package/src/Escrow/validators/escrow/appraisal.ts +6 -5
  132. package/src/Escrow/validators/escrow/appraisalAuthorities.ts +3 -3
  133. package/src/Escrow/validators/escrow/assets.ts +2 -2
  134. package/src/Escrow/validators/escrow/buyer.ts +2 -2
  135. package/src/Escrow/validators/escrow/buyerSecret.ts +3 -3
  136. package/src/Escrow/validators/escrow/nbfExp.ts +2 -2
  137. package/src/Escrow/validators/escrow/paymentAuthorities.ts +3 -3
  138. package/src/Escrow/validators/escrow/seller.ts +2 -2
  139. package/src/Escrow/validators/escrow/sellerSecret.ts +3 -3
  140. package/src/Invoice/Invoice.ts +4 -4
  141. package/src/Payment/Instrument/Card/Payload.ts +2 -3
  142. package/src/Payment/Payload.ts +3 -2
  143. package/src/Payment/Status/Payload.ts +2 -1
  144. package/src/Purchase/Payload.ts +3 -2
  145. package/src/Receipt/Payload.ts +3 -2
  146. package/src/Subtotal/Diviner/Config.ts +1 -1
  147. package/src/Subtotal/Diviner/Params.ts +3 -3
  148. package/src/Subtotal/Diviner/Payload.ts +3 -2
  149. package/src/Total/Diviner/Config.ts +2 -2
  150. package/src/Total/Diviner/Params.ts +3 -3
  151. package/src/Total/Diviner/Payload.ts +3 -2
  152. package/xy.config.ts +1 -1
  153. package/dist/neutral/Amount/Payload.d.ts.map +0 -1
  154. package/dist/neutral/Billing/Address/Address.d.ts.map +0 -1
  155. package/dist/neutral/Discount/Config.d.ts.map +0 -1
  156. package/dist/neutral/Discount/Params.d.ts.map +0 -1
  157. package/dist/neutral/Discount/Payload/Coupon/Conditions/BuyerCondition.d.ts.map +0 -1
  158. package/dist/neutral/Discount/Payload/Coupon/Coupons/FixedAmount.d.ts.map +0 -1
  159. package/dist/neutral/Discount/Payload/Coupon/Coupons/FixedPercentage.d.ts.map +0 -1
  160. package/dist/neutral/Discount/Payload/Coupon/Coupons/FixedPrice.d.ts.map +0 -1
  161. package/dist/neutral/Discount/Payload/Coupon/Payload.d.ts.map +0 -1
  162. package/dist/neutral/Discount/Payload/Coupon/types/Condition.d.ts.map +0 -1
  163. package/dist/neutral/Discount/Payload/Coupon/types/CouponFields.d.ts.map +0 -1
  164. package/dist/neutral/Discount/Payload/Discount.d.ts.map +0 -1
  165. package/dist/neutral/Discount/Payload/NoDiscount.d.ts +0 -3
  166. package/dist/neutral/Escrow/Outcome.d.ts.map +0 -1
  167. package/dist/neutral/Escrow/Terms/Party.d.ts.map +0 -1
  168. package/dist/neutral/Escrow/Terms/PartySecret.d.ts.map +0 -1
  169. package/dist/neutral/Escrow/Terms/Terms.d.ts.map +0 -1
  170. package/dist/neutral/Escrow/util/appraisal/getAppraisalsByAsset.d.ts.map +0 -1
  171. package/dist/neutral/Escrow/util/appraisal/getSignaturesByAppraisal.d.ts.map +0 -1
  172. package/dist/neutral/Escrow/util/secret/createEscrowIntent.d.ts.map +0 -1
  173. package/dist/neutral/Escrow/util/secret/findEscrowPartySecretSignatures.d.ts.map +0 -1
  174. package/dist/neutral/Escrow/util/secret/updateEscrowTermsWithSecret.d.ts.map +0 -1
  175. package/dist/neutral/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.ts.map +0 -1
  176. package/dist/neutral/Escrow/validators/common/SecretValidators/getPartySecretSignedValidator.d.ts.map +0 -1
  177. package/dist/neutral/Escrow/validators/escrow/agent.d.ts +0 -5
  178. package/dist/neutral/Escrow/validators/escrow/agent.d.ts.map +0 -1
  179. package/dist/neutral/Escrow/validators/escrow/appraisal.d.ts.map +0 -1
  180. package/dist/neutral/Escrow/validators/escrow/appraisalAuthorities.d.ts.map +0 -1
  181. package/dist/neutral/Escrow/validators/escrow/assets.d.ts.map +0 -1
  182. package/dist/neutral/Escrow/validators/escrow/buyer.d.ts.map +0 -1
  183. package/dist/neutral/Escrow/validators/escrow/buyerSecret.d.ts.map +0 -1
  184. package/dist/neutral/Escrow/validators/escrow/nbfExp.d.ts +0 -4
  185. package/dist/neutral/Escrow/validators/escrow/nbfExp.d.ts.map +0 -1
  186. package/dist/neutral/Escrow/validators/escrow/paymentAuthorities.d.ts +0 -5
  187. package/dist/neutral/Escrow/validators/escrow/paymentAuthorities.d.ts.map +0 -1
  188. package/dist/neutral/Escrow/validators/escrow/seller.d.ts.map +0 -1
  189. package/dist/neutral/Escrow/validators/escrow/sellerSecret.d.ts.map +0 -1
  190. package/dist/neutral/Invoice/Invoice.d.ts.map +0 -1
  191. package/dist/neutral/Payment/Instrument/Card/Payload.d.ts.map +0 -1
  192. package/dist/neutral/Payment/Payload.d.ts.map +0 -1
  193. package/dist/neutral/Payment/Status/Payload.d.ts.map +0 -1
  194. package/dist/neutral/Purchase/Payload.d.ts.map +0 -1
  195. package/dist/neutral/Receipt/Payload.d.ts.map +0 -1
  196. package/dist/neutral/Subtotal/Diviner/Config.d.ts.map +0 -1
  197. package/dist/neutral/Subtotal/Diviner/Params.d.ts +0 -5
  198. package/dist/neutral/Subtotal/Diviner/Params.d.ts.map +0 -1
  199. package/dist/neutral/Subtotal/Diviner/Payload.d.ts.map +0 -1
  200. package/dist/neutral/Total/Diviner/Config.d.ts.map +0 -1
  201. package/dist/neutral/Total/Diviner/Params.d.ts +0 -5
  202. package/dist/neutral/Total/Diviner/Params.d.ts.map +0 -1
  203. package/dist/neutral/Total/Diviner/Payload.d.ts.map +0 -1
  204. /package/dist/{neutral → types}/Amount/Iso4217Currency.d.ts +0 -0
  205. /package/dist/{neutral → types}/Amount/Iso4217Currency.d.ts.map +0 -0
  206. /package/dist/{neutral → types}/Amount/index.d.ts +0 -0
  207. /package/dist/{neutral → types}/Amount/index.d.ts.map +0 -0
  208. /package/dist/{neutral → types}/Billing/Address/Schema.d.ts +0 -0
  209. /package/dist/{neutral → types}/Billing/Address/Schema.d.ts.map +0 -0
  210. /package/dist/{neutral → types}/Billing/Address/index.d.ts +0 -0
  211. /package/dist/{neutral → types}/Billing/Address/index.d.ts.map +0 -0
  212. /package/dist/{neutral → types}/Billing/Schema.d.ts +0 -0
  213. /package/dist/{neutral → types}/Billing/Schema.d.ts.map +0 -0
  214. /package/dist/{neutral → types}/Billing/index.d.ts +0 -0
  215. /package/dist/{neutral → types}/Billing/index.d.ts.map +0 -0
  216. /package/dist/{neutral → types}/Currency.d.ts +0 -0
  217. /package/dist/{neutral → types}/Currency.d.ts.map +0 -0
  218. /package/dist/{neutral → types}/Discount/Payload/Coupon/Conditions/index.d.ts +0 -0
  219. /package/dist/{neutral → types}/Discount/Payload/Coupon/Conditions/index.d.ts.map +0 -0
  220. /package/dist/{neutral → types}/Discount/Payload/Coupon/Coupons/index.d.ts +0 -0
  221. /package/dist/{neutral → types}/Discount/Payload/Coupon/Coupons/index.d.ts.map +0 -0
  222. /package/dist/{neutral → types}/Discount/Payload/Coupon/Schema.d.ts +0 -0
  223. /package/dist/{neutral → types}/Discount/Payload/Coupon/Schema.d.ts.map +0 -0
  224. /package/dist/{neutral → types}/Discount/Payload/Coupon/index.d.ts +0 -0
  225. /package/dist/{neutral → types}/Discount/Payload/Coupon/index.d.ts.map +0 -0
  226. /package/dist/{neutral → types}/Discount/Payload/Coupon/types/index.d.ts +0 -0
  227. /package/dist/{neutral → types}/Discount/Payload/Coupon/types/index.d.ts.map +0 -0
  228. /package/dist/{neutral → types}/Discount/Payload/Coupon/types/isStackable.d.ts +0 -0
  229. /package/dist/{neutral → types}/Discount/Payload/Coupon/types/isStackable.d.ts.map +0 -0
  230. /package/dist/{neutral → types}/Discount/Payload/index.d.ts +0 -0
  231. /package/dist/{neutral → types}/Discount/Payload/index.d.ts.map +0 -0
  232. /package/dist/{neutral → types}/Discount/index.d.ts +0 -0
  233. /package/dist/{neutral → types}/Discount/index.d.ts.map +0 -0
  234. /package/dist/{neutral → types}/Escrow/Schema.d.ts +0 -0
  235. /package/dist/{neutral → types}/Escrow/Schema.d.ts.map +0 -0
  236. /package/dist/{neutral → types}/Escrow/Terms/index.d.ts +0 -0
  237. /package/dist/{neutral → types}/Escrow/Terms/index.d.ts.map +0 -0
  238. /package/dist/{neutral → types}/Escrow/index.d.ts +0 -0
  239. /package/dist/{neutral → types}/Escrow/index.d.ts.map +0 -0
  240. /package/dist/{neutral → types}/Escrow/util/appraisal/index.d.ts +0 -0
  241. /package/dist/{neutral → types}/Escrow/util/appraisal/index.d.ts.map +0 -0
  242. /package/dist/{neutral → types}/Escrow/util/index.d.ts +0 -0
  243. /package/dist/{neutral → types}/Escrow/util/index.d.ts.map +0 -0
  244. /package/dist/{neutral → types}/Escrow/util/secret/index.d.ts +0 -0
  245. /package/dist/{neutral → types}/Escrow/util/secret/index.d.ts.map +0 -0
  246. /package/dist/{neutral → types}/Escrow/validators/common/ModuleInstanceValidators/index.d.ts +0 -0
  247. /package/dist/{neutral → types}/Escrow/validators/common/ModuleInstanceValidators/index.d.ts.map +0 -0
  248. /package/dist/{neutral → types}/Escrow/validators/common/SecretValidators/index.d.ts +0 -0
  249. /package/dist/{neutral → types}/Escrow/validators/common/SecretValidators/index.d.ts.map +0 -0
  250. /package/dist/{neutral → types}/Escrow/validators/common/TemporalValidators/index.d.ts +0 -0
  251. /package/dist/{neutral → types}/Escrow/validators/common/TemporalValidators/index.d.ts.map +0 -0
  252. /package/dist/{neutral → types}/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.ts +0 -0
  253. /package/dist/{neutral → types}/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.ts.map +0 -0
  254. /package/dist/{neutral → types}/Escrow/validators/common/index.d.ts +0 -0
  255. /package/dist/{neutral → types}/Escrow/validators/common/index.d.ts.map +0 -0
  256. /package/dist/{neutral → types}/Escrow/validators/escrow/index.d.ts +0 -0
  257. /package/dist/{neutral → types}/Escrow/validators/escrow/index.d.ts.map +0 -0
  258. /package/dist/{neutral → types}/Escrow/validators/index.d.ts +0 -0
  259. /package/dist/{neutral → types}/Escrow/validators/index.d.ts.map +0 -0
  260. /package/dist/{neutral → types}/Invoice/index.d.ts +0 -0
  261. /package/dist/{neutral → types}/Invoice/index.d.ts.map +0 -0
  262. /package/dist/{neutral → types}/Payment/Instrument/Card/Schema.d.ts +0 -0
  263. /package/dist/{neutral → types}/Payment/Instrument/Card/Schema.d.ts.map +0 -0
  264. /package/dist/{neutral → types}/Payment/Instrument/Card/index.d.ts +0 -0
  265. /package/dist/{neutral → types}/Payment/Instrument/Card/index.d.ts.map +0 -0
  266. /package/dist/{neutral → types}/Payment/Instrument/Schema.d.ts +0 -0
  267. /package/dist/{neutral → types}/Payment/Instrument/Schema.d.ts.map +0 -0
  268. /package/dist/{neutral → types}/Payment/Instrument/index.d.ts +0 -0
  269. /package/dist/{neutral → types}/Payment/Instrument/index.d.ts.map +0 -0
  270. /package/dist/{neutral → types}/Payment/Schema.d.ts +0 -0
  271. /package/dist/{neutral → types}/Payment/Schema.d.ts.map +0 -0
  272. /package/dist/{neutral → types}/Payment/Status/Schema.d.ts +0 -0
  273. /package/dist/{neutral → types}/Payment/Status/Schema.d.ts.map +0 -0
  274. /package/dist/{neutral → types}/Payment/Status/index.d.ts +0 -0
  275. /package/dist/{neutral → types}/Payment/Status/index.d.ts.map +0 -0
  276. /package/dist/{neutral → types}/Payment/index.d.ts +0 -0
  277. /package/dist/{neutral → types}/Payment/index.d.ts.map +0 -0
  278. /package/dist/{neutral → types}/Purchase/Schema.d.ts +0 -0
  279. /package/dist/{neutral → types}/Purchase/Schema.d.ts.map +0 -0
  280. /package/dist/{neutral → types}/Purchase/index.d.ts +0 -0
  281. /package/dist/{neutral → types}/Purchase/index.d.ts.map +0 -0
  282. /package/dist/{neutral → types}/Receipt/Schema.d.ts +0 -0
  283. /package/dist/{neutral → types}/Receipt/Schema.d.ts.map +0 -0
  284. /package/dist/{neutral → types}/Receipt/index.d.ts +0 -0
  285. /package/dist/{neutral → types}/Receipt/index.d.ts.map +0 -0
  286. /package/dist/{neutral → types}/Schema.d.ts +0 -0
  287. /package/dist/{neutral → types}/Schema.d.ts.map +0 -0
  288. /package/dist/{neutral → types}/Subtotal/Diviner/index.d.ts +0 -0
  289. /package/dist/{neutral → types}/Subtotal/Diviner/index.d.ts.map +0 -0
  290. /package/dist/{neutral → types}/Subtotal/index.d.ts +0 -0
  291. /package/dist/{neutral → types}/Subtotal/index.d.ts.map +0 -0
  292. /package/dist/{neutral → types}/Total/Diviner/index.d.ts +0 -0
  293. /package/dist/{neutral → types}/Total/Diviner/index.d.ts.map +0 -0
  294. /package/dist/{neutral → types}/Total/index.d.ts +0 -0
  295. /package/dist/{neutral → types}/Total/index.d.ts.map +0 -0
  296. /package/dist/{neutral → types}/index.d.ts +0 -0
  297. /package/dist/{neutral → types}/index.d.ts.map +0 -0
@@ -1,6 +1,6 @@
1
- import { Address } from '@xylabs/hex';
2
- import { DivinerConfig } from '@xyo-network/diviner-model';
3
- import { ModuleIdentifier } from '@xyo-network/module-model';
1
+ import type { Address } from '@xylabs/hex';
2
+ import type { DivinerConfig } from '@xyo-network/diviner-model';
3
+ import type { ModuleIdentifier } from '@xyo-network/module-model';
4
4
  export declare const PaymentDiscountDivinerConfigSchema = "network.xyo.diviner.payments.discount.config";
5
5
  export type PaymentDiscountDivinerConfigSchema = typeof PaymentDiscountDivinerConfigSchema;
6
6
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../../src/Discount/Config.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAC1C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC/D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;AAEjE,eAAO,MAAM,kCAAkC,iDAAiD,CAAA;AAChG,MAAM,MAAM,kCAAkC,GAAG,OAAO,kCAAkC,CAAA;AAE1F;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG,aAAa,CACtD;IACE;;OAEG;IACH,mBAAmB,CAAC,EAAE,gBAAgB,CAAA;IACtC;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,EAAE,CAAA;IAO7B;;OAEG;IACH,sBAAsB,CAAC,EAAE,gBAAgB,CAAA;CAC1C,EACD,kCAAkC,CACnC,CAAA"}
@@ -1,7 +1,7 @@
1
- import { Address } from '@xylabs/hex';
2
- import { DivinerParams } from '@xyo-network/diviner-model';
3
- import { AnyConfigSchema } from '@xyo-network/module-model';
4
- import { PaymentDiscountDivinerConfig } from './Config.ts';
1
+ import type { Address } from '@xylabs/hex';
2
+ import type { DivinerParams } from '@xyo-network/diviner-model';
3
+ import type { AnyConfigSchema } from '@xyo-network/module-model';
4
+ import type { PaymentDiscountDivinerConfig } from './Config.ts';
5
5
  export type PaymentDiscountDivinerParams<TConfig extends AnyConfigSchema<PaymentDiscountDivinerConfig> = AnyConfigSchema<PaymentDiscountDivinerConfig>> = DivinerParams<TConfig, {
6
6
  /**
7
7
  * The list of coupon authorities that can be used to get a discount
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../../src/Discount/Params.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAC1C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAEhE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,aAAa,CAAA;AAE/D,MAAM,MAAM,4BAA4B,CACtC,OAAO,SAAS,eAAe,CAAC,4BAA4B,CAAC,GAAG,eAAe,CAAC,4BAA4B,CAAC,IAC3G,aAAa,CAAC,OAAO,EAAE;IACzB;;SAEK;IACL,iBAAiB,CAAC,EAAE,OAAO,EAAE,CAAA;CAC9B,CAAC,CAAA"}
@@ -1,4 +1,4 @@
1
- import { Condition } from '../types/index.ts';
1
+ import type { Condition } from '../types/index.ts';
2
2
  /**
3
3
  * Creates a coupon condition that requires an appraisal amount below a certain value
4
4
  * @param maximumAppraisalAmount The maximum appraisal amount
@@ -1 +1 @@
1
- {"version":3,"file":"AppraisalAmountCondition.d.ts","sourceRoot":"","sources":["../../../../../../src/Discount/Payload/Coupon/Conditions/AppraisalAmountCondition.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAE7C;;;;GAIG;AACH,eAAO,MAAM,wCAAwC,GAAI,wBAAwB,MAAM,KAAG,SAgCzF,CAAA"}
1
+ {"version":3,"file":"AppraisalAmountCondition.d.ts","sourceRoot":"","sources":["../../../../../../src/Discount/Payload/Coupon/Conditions/AppraisalAmountCondition.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAElD;;;;GAIG;AACH,eAAO,MAAM,wCAAwC,GAAI,wBAAwB,MAAM,KAAG,SAgCzF,CAAA"}
@@ -1,4 +1,4 @@
1
- import { Condition } from '../types/index.ts';
1
+ import type { Condition } from '../types/index.ts';
2
2
  /**
3
3
  * Returns a coupon condition that requires a minimum quantity of assets
4
4
  * @param minimumAssetQuantity The minimum quantity of assets required
@@ -1 +1 @@
1
- {"version":3,"file":"AssetQuantityCondition.d.ts","sourceRoot":"","sources":["../../../../../../src/Discount/Payload/Coupon/Conditions/AssetQuantityCondition.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAE7C;;;;GAIG;AACH,eAAO,MAAM,sCAAsC,GAAI,sBAAsB,MAAM,KAAG,SAerF,CAAA"}
1
+ {"version":3,"file":"AssetQuantityCondition.d.ts","sourceRoot":"","sources":["../../../../../../src/Discount/Payload/Coupon/Conditions/AssetQuantityCondition.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAElD;;;;GAIG;AACH,eAAO,MAAM,sCAAsC,GAAI,sBAAsB,MAAM,KAAG,SAerF,CAAA"}
@@ -1,6 +1,6 @@
1
- import { Address } from '@xylabs/hex';
1
+ import type { Address } from '@xylabs/hex';
2
2
  import { SchemaSchema } from '@xyo-network/schema-payload-plugin';
3
- import { Condition } from '../types/index.ts';
3
+ import type { Condition } from '../types/index.ts';
4
4
  export type BuyerCondition = Condition & {
5
5
  definition: {
6
6
  contains: {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BuyerCondition.d.ts","sourceRoot":"","sources":["../../../../../../src/Discount/Payload/Coupon/Conditions/BuyerCondition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAA;AAEjE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAElD,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG;IACvC,UAAU,EAAE;QACV,QAAQ,EAAE;YACR,UAAU,EAAE;gBACV,KAAK,EAAE;oBACL,KAAK,EAAE;wBACL,KAAK,EAAE,OAAO,CAAA;wBACd,IAAI,EAAE,QAAQ,CAAA;qBACf,CAAA;oBACD,QAAQ,EAAE,CAAC,CAAA;oBACX,IAAI,EAAE,OAAO,CAAA;iBACd,CAAA;gBACD,MAAM,EAAE;oBAAE,KAAK,EAAE,0BAA0B,CAAC;oBAAC,IAAI,EAAE,QAAQ,CAAA;iBAAE,CAAA;aAC9D,CAAA;YACD,QAAQ,EAAE,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAA;YAC7B,IAAI,EAAE,QAAQ,CAAA;SACf,CAAA;QACD,IAAI,EAAE,OAAO,CAAA;KACd,CAAA;IACD,MAAM,EAAE,YAAY,CAAA;CACrB,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,GAAI,OAAO,OAAO,KAAG,cAiBhE,CAAA"}
@@ -1,6 +1,6 @@
1
- import { Payload, WithSources } from '@xyo-network/payload-model';
2
- import { AmountFields } from '../../../../Amount/index.ts';
3
- import { CouponFields } from '../types/index.ts';
1
+ import type { Payload, WithSources } from '@xyo-network/payload-model';
2
+ import type { AmountFields } from '../../../../Amount/index.ts';
3
+ import type { CouponFields } from '../types/index.ts';
4
4
  export declare const FixedAmountCouponSchema: "network.xyo.payments.coupon.fixed.amount";
5
5
  export type FixedAmountCouponSchema = typeof FixedAmountCouponSchema;
6
6
  export interface FixedAmountCouponFields extends CouponFields, AmountFields {
@@ -14,17 +14,17 @@ export type FixedAmountCoupon = Payload<FixedAmountCouponFields, FixedAmountCoup
14
14
  */
15
15
  export declare const isFixedAmountCoupon: (x?: unknown | null) => x is FixedAmountCoupon;
16
16
  export declare const asFixedAmountCoupon: {
17
- <TType extends FixedAmountCoupon>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
18
- <TType extends FixedAmountCoupon>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<FixedAmountCoupon>, config?: import("@xylabs/object").TypeCheckConfig): TType;
17
+ <TType extends FixedAmountCoupon>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
18
+ <TType extends FixedAmountCoupon>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<FixedAmountCoupon>, config?: import("@xylabs/object").TypeCheckConfig): TType;
19
19
  };
20
- export declare const asOptionalFixedAmountCoupon: <TType extends FixedAmountCoupon>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise) => TType | undefined;
20
+ export declare const asOptionalFixedAmountCoupon: <TType extends FixedAmountCoupon>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise) => TType | undefined;
21
21
  /**
22
22
  * Identity function for determining if an object is an FixedAmountCoupon with sources
23
23
  */
24
24
  export declare const isFixedAmountCouponWithSources: (x?: unknown | null) => x is WithSources<WithSources<FixedAmountCoupon>>;
25
25
  export declare const asFixedAmountCouponWithSources: {
26
- <TType extends WithSources<FixedAmountCoupon>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
27
- <TType extends WithSources<FixedAmountCoupon>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WithSources<FixedAmountCoupon>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
26
+ <TType extends WithSources<FixedAmountCoupon>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
27
+ <TType extends WithSources<FixedAmountCoupon>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WithSources<FixedAmountCoupon>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
28
28
  };
29
- export declare const asOptionalFixedAmountCouponWithSources: <TType extends WithSources<FixedAmountCoupon>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise) => TType | undefined;
29
+ export declare const asOptionalFixedAmountCouponWithSources: <TType extends WithSources<FixedAmountCoupon>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise) => TType | undefined;
30
30
  //# sourceMappingURL=FixedAmount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FixedAmount.d.ts","sourceRoot":"","sources":["../../../../../../src/Discount/Payload/Coupon/Coupons/FixedAmount.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAMtE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAA;AAE/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAErD,eAAO,MAAM,uBAAuB,4CAA0C,CAAA;AAC9E,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAA;AAEpE,MAAM,WAAW,uBAAwB,SAAQ,YAAY,EAAE,YAAY;CAAG;AAE9E;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC,uBAAuB,EAAE,uBAAuB,CAAC,CAAA;AAEzF;;GAEG;AACH,eAAO,MAAM,mBAAmB,gDAAoE,CAAA;AACpG,eAAO,MAAM,mBAAmB;oDAlBT,qDAAiB,iCAC/B,gBAAoB;oDAGpB,qDAAiB,4GACiB,gBAAoB;CAakC,CAAA;AACjG,eAAO,MAAM,2BAA2B,kDATO,qDAErC,qCAOuG,CAAA;AAEjH;;EAEE;AACF,eAAO,MAAM,8BAA8B,0EAA4F,CAAA;AACvI,eAAO,MAAM,8BAA8B;iEAzBpB,qDAAiB,iCAC/B,gBAAoB;iEAGpB,qDAAiB,yHACiB,gBAAoB;CAoBqE,CAAA;AACpI,eAAO,MAAM,sCAAsC,+DAhBJ,qDAErC,qCAc0I,CAAA"}
@@ -1,5 +1,5 @@
1
- import { Payload, WithSources } from '@xyo-network/payload-model';
2
- import { CouponFields } from '../types/index.ts';
1
+ import type { Payload, WithSources } from '@xyo-network/payload-model';
2
+ import type { CouponFields } from '../types/index.ts';
3
3
  export declare const FixedPercentageCouponSchema: "network.xyo.payments.coupon.fixed.percentage";
4
4
  export type FixedPercentageCouponSchema = typeof FixedPercentageCouponSchema;
5
5
  export interface FixedPercentageCouponFields extends CouponFields {
@@ -14,17 +14,17 @@ export type FixedPercentageCoupon = Payload<FixedPercentageCouponFields, FixedPe
14
14
  */
15
15
  export declare const isFixedPercentageCoupon: (x?: unknown | null) => x is FixedPercentageCoupon;
16
16
  export declare const asFixedPercentageCoupon: {
17
- <TType extends FixedPercentageCoupon>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
18
- <TType extends FixedPercentageCoupon>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<FixedPercentageCoupon>, config?: import("@xylabs/object").TypeCheckConfig): TType;
17
+ <TType extends FixedPercentageCoupon>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
18
+ <TType extends FixedPercentageCoupon>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<FixedPercentageCoupon>, config?: import("@xylabs/object").TypeCheckConfig): TType;
19
19
  };
20
- export declare const asOptionalFixedPercentageCoupon: <TType extends FixedPercentageCoupon>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise) => TType | undefined;
20
+ export declare const asOptionalFixedPercentageCoupon: <TType extends FixedPercentageCoupon>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise) => TType | undefined;
21
21
  /**
22
22
  * Identity function for determining if an object is an FixedPercentageCoupon with sources
23
23
  */
24
24
  export declare const isFixedPercentageCouponWithSources: (x?: unknown | null) => x is WithSources<WithSources<FixedPercentageCoupon>>;
25
25
  export declare const asFixedPercentageCouponWithSources: {
26
- <TType extends WithSources<FixedPercentageCoupon>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
27
- <TType extends WithSources<FixedPercentageCoupon>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WithSources<FixedPercentageCoupon>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
26
+ <TType extends WithSources<FixedPercentageCoupon>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
27
+ <TType extends WithSources<FixedPercentageCoupon>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WithSources<FixedPercentageCoupon>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
28
28
  };
29
- export declare const asOptionalFixedPercentageCouponWithSources: <TType extends WithSources<FixedPercentageCoupon>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise) => TType | undefined;
29
+ export declare const asOptionalFixedPercentageCouponWithSources: <TType extends WithSources<FixedPercentageCoupon>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise) => TType | undefined;
30
30
  //# sourceMappingURL=FixedPercentage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FixedPercentage.d.ts","sourceRoot":"","sources":["../../../../../../src/Discount/Payload/Coupon/Coupons/FixedPercentage.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAOtE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAErD,eAAO,MAAM,2BAA2B,gDAA8C,CAAA;AACtF,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAA;AAE5E,MAAM,WAAW,2BAA4B,SAAQ,YAAY;IAC/D,UAAU,EAAE,MAAM,CAAA;CACnB;AAED;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,OAAO,CAAC,2BAA2B,EAAE,2BAA2B,CAAC,CAAA;AAErG;;GAEG;AACH,eAAO,MAAM,uBAAuB,oDAA4E,CAAA;AAChH,eAAO,MAAM,uBAAuB;wDAnBZ,qDAAgB,iCACX,gBAAoB;wDAEwB,qDACtE,gHAEkB,gBAAoB;CAaoE,CAAA;AAC7G,eAAO,MAAM,+BAA+B,sDAPf,qDAAiB,qCAO+E,CAAA;AAE7H;;EAEE;AACF,eAAO,MAAM,kCAAkC,8EAAoG,CAAA;AACnJ,eAAO,MAAM,kCAAkC;qEA1BvB,qDAAgB,iCACX,gBAAoB;qEAEwB,qDACtE,6HAEkB,gBAAoB;CAoBuG,CAAA;AAChJ,eAAO,MAAM,0CAA0C,mEAd1B,qDAAiB,qCAckH,CAAA"}
@@ -1,6 +1,6 @@
1
- import { Payload, WithSources } from '@xyo-network/payload-model';
2
- import { AmountFields } from '../../../../Amount/index.ts';
3
- import { CouponFields } from '../types/index.ts';
1
+ import type { Payload, WithSources } from '@xyo-network/payload-model';
2
+ import type { AmountFields } from '../../../../Amount/index.ts';
3
+ import type { CouponFields } from '../types/index.ts';
4
4
  export declare const FixedPriceCouponSchema: "network.xyo.payments.coupon.fixed.price";
5
5
  export type FixedPriceCouponSchema = typeof FixedPriceCouponSchema;
6
6
  export interface FixedPriceCouponFields extends CouponFields, AmountFields {
@@ -14,17 +14,17 @@ export type FixedPriceCoupon = Payload<FixedPriceCouponFields, FixedPriceCouponS
14
14
  */
15
15
  export declare const isFixedPriceCoupon: (x?: unknown | null) => x is FixedPriceCoupon;
16
16
  export declare const asFixedPriceCoupon: {
17
- <TType extends FixedPriceCoupon>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
18
- <TType extends FixedPriceCoupon>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<FixedPriceCoupon>, config?: import("@xylabs/object").TypeCheckConfig): TType;
17
+ <TType extends FixedPriceCoupon>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
18
+ <TType extends FixedPriceCoupon>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<FixedPriceCoupon>, config?: import("@xylabs/object").TypeCheckConfig): TType;
19
19
  };
20
- export declare const asOptionalFixedPriceCoupon: <TType extends FixedPriceCoupon>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise) => TType | undefined;
20
+ export declare const asOptionalFixedPriceCoupon: <TType extends FixedPriceCoupon>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise) => TType | undefined;
21
21
  /**
22
22
  * Identity function for determining if an object is an FixedPriceCoupon with sources
23
23
  */
24
24
  export declare const isFixedPriceCouponWithSources: (x?: unknown | null) => x is WithSources<WithSources<FixedPriceCoupon>>;
25
25
  export declare const asFixedPriceCouponWithSources: {
26
- <TType extends WithSources<FixedPriceCoupon>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
27
- <TType extends WithSources<FixedPriceCoupon>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WithSources<FixedPriceCoupon>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
26
+ <TType extends WithSources<FixedPriceCoupon>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
27
+ <TType extends WithSources<FixedPriceCoupon>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WithSources<FixedPriceCoupon>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
28
28
  };
29
- export declare const asOptionalFixedPriceCouponWithSources: <TType extends WithSources<FixedPriceCoupon>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise) => TType | undefined;
29
+ export declare const asOptionalFixedPriceCouponWithSources: <TType extends WithSources<FixedPriceCoupon>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise) => TType | undefined;
30
30
  //# sourceMappingURL=FixedPrice.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FixedPrice.d.ts","sourceRoot":"","sources":["../../../../../../src/Discount/Payload/Coupon/Coupons/FixedPrice.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAMtE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAA;AAE/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAErD,eAAO,MAAM,sBAAsB,2CAAyC,CAAA;AAC5E,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAA;AAElE,MAAM,WAAW,sBAAuB,SAAQ,YAAY,EAAE,YAAY;CAAI;AAE9E;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,sBAAsB,EAAE,sBAAsB,CAAC,CAAA;AAEtF;;GAEG;AACH,eAAO,MAAM,kBAAkB,+CAAkE,CAAA;AACjG,eAAO,MAAM,kBAAkB;mDAlBR,qDAAiB,iCAC/B,gBAAoB;mDAGpB,qDAAiB,2GACmB,gBAAoB;CAa6B,CAAA;AAC9F,eAAO,MAAM,0BAA0B,iDAPtC,qDAAiB,qCAO4F,CAAA;AAE9G;;EAEE;AACF,eAAO,MAAM,6BAA6B,yEAA0F,CAAA;AACpI,eAAO,MAAM,6BAA6B;gEAzBnB,qDAAiB,iCAC/B,gBAAoB;gEAGpB,qDAAiB,wHACmB,gBAAoB;CAoBgE,CAAA;AACjI,eAAO,MAAM,qCAAqC,8DAdjD,qDAAiB,qCAc+H,CAAA"}
@@ -1,4 +1,4 @@
1
- import { FixedAmountCoupon, FixedPercentageCoupon, FixedPriceCoupon } from './Coupons/index.ts';
1
+ import type { FixedAmountCoupon, FixedPercentageCoupon, FixedPriceCoupon } from './Coupons/index.ts';
2
2
  /**
3
3
  * The type of coupons
4
4
  */
@@ -8,15 +8,15 @@ export type Coupon = FixedAmountCoupon | FixedPercentageCoupon | FixedPriceCoupo
8
8
  */
9
9
  export declare const isCoupon: (x?: unknown | null) => x is FixedAmountCoupon | FixedPercentageCoupon | FixedPriceCoupon;
10
10
  export declare const asCoupon: {
11
- <TType extends FixedAmountCoupon | FixedPercentageCoupon | FixedPriceCoupon>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
12
- <TType extends FixedAmountCoupon | FixedPercentageCoupon | FixedPriceCoupon>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<FixedAmountCoupon | FixedPercentageCoupon | FixedPriceCoupon>, config?: import("@xylabs/object").TypeCheckConfig): TType;
11
+ <TType extends FixedAmountCoupon | FixedPercentageCoupon | FixedPriceCoupon>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
12
+ <TType extends FixedAmountCoupon | FixedPercentageCoupon | FixedPriceCoupon>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<FixedAmountCoupon | FixedPercentageCoupon | FixedPriceCoupon>, config?: import("@xylabs/object").TypeCheckConfig): TType;
13
13
  };
14
14
  /**
15
15
  * Identity function for determining if an object is an Coupon with sources
16
16
  */
17
17
  export declare const isCouponWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedAmountCoupon>> | import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedPercentageCoupon>> | import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedPriceCoupon>>;
18
18
  export declare const asCouponWithSources: {
19
- <TType extends import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedAmountCoupon>> | import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedPercentageCoupon>> | import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedPriceCoupon>>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
20
- <TType extends import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedAmountCoupon>> | import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedPercentageCoupon>> | import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedPriceCoupon>>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedAmountCoupon>> | import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedPercentageCoupon>> | import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedPriceCoupon>>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
19
+ <TType extends import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedAmountCoupon>> | import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedPercentageCoupon>> | import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedPriceCoupon>>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
20
+ <TType extends import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedAmountCoupon>> | import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedPercentageCoupon>> | import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedPriceCoupon>>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedAmountCoupon>> | import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedPercentageCoupon>> | import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").WithSources<FixedPriceCoupon>>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
21
21
  };
22
22
  //# sourceMappingURL=Payload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../../../../src/Discount/Payload/Coupon/Payload.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,iBAAiB,EAAE,qBAAqB,EAAE,gBAAgB,EAC3D,MAAM,oBAAoB,CAAA;AAQ3B;;GAEG;AACH,MAAM,MAAM,MAAM,GAChB,iBAAiB,GACf,qBAAqB,GACrB,gBAAgB,CAAA;AAEpB;;GAEG;AACH,eAAO,MAAM,QAAQ,GAAI,IAAI,OAAO,GAAG,IAAI,sEAGjB,CAAA;AAC1B,eAAO,MAAM,QAAQ;+FApBd,qDAAiB,iCACL,gBACF;+FAMd,qDAAiB,uJAMG,gBAAoB;CAMa,CAAA;AAExD;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAAI,IAAI,OAAO,GAAG,IAAI,kXAGjB,CAAA;AACrC,eAAO,MAAM,mBAAmB;2YA7BzB,qDAAiB,iCACL,gBACF;2YAMd,qDAAiB,mcAMG,gBAAoB;CAemC,CAAA"}
@@ -1,4 +1,4 @@
1
- import { SchemaPayload } from '@xyo-network/schema-payload-plugin';
1
+ import type { SchemaPayload } from '@xyo-network/schema-payload-plugin';
2
2
  /**
3
3
  * The payloads that can be used as conditions for a coupon
4
4
  */
@@ -8,15 +8,15 @@ export type Condition = SchemaPayload;
8
8
  */
9
9
  export declare const isCondition: (x?: unknown | null) => x is SchemaPayload;
10
10
  export declare const asCondition: {
11
- <TType extends SchemaPayload>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
12
- <TType extends SchemaPayload>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<SchemaPayload>, config?: import("@xylabs/object").TypeCheckConfig): TType;
11
+ <TType extends SchemaPayload>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
12
+ <TType extends SchemaPayload>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<SchemaPayload>, config?: import("@xylabs/object").TypeCheckConfig): TType;
13
13
  };
14
14
  /**
15
15
  * Identity function for determining if an object is a Condition payload with sources
16
16
  */
17
17
  export declare const isConditionWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<SchemaPayload>;
18
18
  export declare const asConditionWithSources: {
19
- <TType extends import("@xyo-network/payload-model").WithSources<SchemaPayload>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
20
- <TType extends import("@xyo-network/payload-model").WithSources<SchemaPayload>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xyo-network/payload-model").WithSources<SchemaPayload>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
19
+ <TType extends import("@xyo-network/payload-model").WithSources<SchemaPayload>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
20
+ <TType extends import("@xyo-network/payload-model").WithSources<SchemaPayload>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xyo-network/payload-model").WithSources<SchemaPayload>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
21
21
  };
22
22
  //# sourceMappingURL=Condition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Condition.d.ts","sourceRoot":"","sources":["../../../../../../src/Discount/Payload/Coupon/types/Condition.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAA;AAGvE;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,aAAa,CAAA;AAErC;;GAEG;AACH,eAAO,MAAM,WAAW,4CAAiD,CAAA;AACzE,eAAO,MAAM,WAAW;gDAXK,qDAAgB,iCAGtC,gBAAoB;gDAK1B,qDAAe,wGAEmB,gBAAoB;CACO,CAAA;AAE9D;;EAEE;AACF,eAAO,MAAM,sBAAsB,8FAA4D,CAAA;AAC/F,eAAO,MAAM,sBAAsB;kGAjBN,qDAAgB,iCAGtC,gBAAoB;kGAK1B,qDAAe,0JAEmB,gBAAoB;CAO6B,CAAA"}
@@ -1,5 +1,5 @@
1
- import { Hash } from '@xylabs/hex';
2
- import { DurationFields } from '@xyo-network/xns-record-payload-plugins';
1
+ import type { Hash } from '@xylabs/hex';
2
+ import type { DurationFields } from '@xyo-network/xns-record-payload-plugins';
3
3
  /**
4
4
  * The fields that are common across all coupons
5
5
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CouponFields.d.ts","sourceRoot":"","sources":["../../../../../../src/Discount/Payload/Coupon/types/CouponFields.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAA;AAE7E;;GAEG;AACH,MAAM,WAAW,YAAa,SAAQ,cAAc;IAClD;;OAEG;IACH,UAAU,CAAC,EAAE,IAAI,EAAE,CAAA;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB"}
@@ -1,5 +1,5 @@
1
- import { Payload, WithSources } from '@xyo-network/payload-model';
2
- import { AmountFields } from '../../Amount/index.ts';
1
+ import type { Payload, WithSources } from '@xyo-network/payload-model';
2
+ import type { AmountFields } from '../../Amount/index.ts';
3
3
  export declare const DiscountSchema: "network.xyo.payments.discount";
4
4
  export type DiscountSchema = typeof DiscountSchema;
5
5
  export interface DiscountFields extends AmountFields {
@@ -13,25 +13,17 @@ export type Discount = Payload<DiscountFields, DiscountSchema>;
13
13
  */
14
14
  export declare const isDiscount: (x?: unknown | null) => x is Discount;
15
15
  export declare const asDiscount: {
16
- <TType extends Discount>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
17
- <TType extends Discount>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<Discount>, config?: import(
18
- /**
19
- * Identity function for determining if an object is an Discount
20
- */
21
- "@xylabs/object").TypeCheckConfig): TType;
16
+ <TType extends Discount>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
17
+ <TType extends Discount>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<Discount>, config?: import("@xylabs/object").TypeCheckConfig): TType;
22
18
  };
23
- export declare const asOptionalDiscount: <TType extends Discount>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise) => TType | undefined;
19
+ export declare const asOptionalDiscount: <TType extends Discount>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise) => TType | undefined;
24
20
  /**
25
21
  * Identity function for determining if an object is an Discount with sources
26
22
  */
27
23
  export declare const isDiscountWithSources: (x?: unknown | null) => x is WithSources<Discount>;
28
24
  export declare const asDiscountWithSources: {
29
- <TType extends WithSources<Discount>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
30
- <TType extends WithSources<Discount>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WithSources<Discount>>, config?: import(
31
- /**
32
- * Identity function for determining if an object is an Discount
33
- */
34
- "@xylabs/object").TypeCheckConfig): TType;
25
+ <TType extends WithSources<Discount>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
26
+ <TType extends WithSources<Discount>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WithSources<Discount>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
35
27
  };
36
- export declare const asOptionalDiscountWithSources: <TType extends WithSources<Discount>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise) => TType | undefined;
28
+ export declare const asOptionalDiscountWithSources: <TType extends WithSources<Discount>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise) => TType | undefined;
37
29
  //# sourceMappingURL=Discount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Discount.d.ts","sourceRoot":"","sources":["../../../../src/Discount/Payload/Discount.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAMtE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEzD,eAAO,MAAM,cAAc,EAAG,+BAAwC,CAAA;AACtE,MAAM,MAAM,cAAc,GAAG,OAAO,cAAc,CAAA;AAElD,MAAM,WAAW,cAAe,SAAQ,YAAY;CAAI;AAExD;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,OAAO,CAAC,cAAc,EAAE,cAAc,CAAC,CAAA;AAE9D;;GAEG;AACH,eAAO,MAAM,UAAU,uCAAkD,CAAA;AACzE,eAAO,MAAM,UAAU;2CAhBA,qDAAiB,iCAE1B,gBAAoB;2CACQ,qDAEnC,mGAKE,gBAAoB;CAMyC,CAAA;AACtE,eAAO,MAAM,kBAAkB,yCAFD,qDAAiB,qCAEuC,CAAA;AAEtF;;GAEG;AACH,eAAO,MAAM,qBAAqB,oDAA6D,CAAA;AAC/F,eAAO,MAAM,qBAAqB;wDAvBX,qDAAiB,iCAE1B,gBAAoB;wDACQ,qDAEnC,gHAKE,gBAAoB;CAa4E,CAAA;AACzG,eAAO,MAAM,6BAA6B,sDATZ,qDAAiB,qCAS0E,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { Discount } from './Discount.ts';
2
+ export declare const NO_DISCOUNT: Discount;
3
+ //# sourceMappingURL=NoDiscount.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NoDiscount.d.ts","sourceRoot":"","sources":["../../../../src/Discount/Payload/NoDiscount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAkB,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,WAAW,EAAE,QAIzB,CAAA"}
1
+ {"version":3,"file":"NoDiscount.d.ts","sourceRoot":"","sources":["../../../../src/Discount/Payload/NoDiscount.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAG7C,eAAO,MAAM,WAAW,EAAE,QAIzB,CAAA"}
@@ -1,5 +1,5 @@
1
- import { Hash } from '@xylabs/hex';
2
- import { PayloadWithSources, WithSources } from '@xyo-network/payload-model';
1
+ import type { Hash } from '@xylabs/hex';
2
+ import type { PayloadWithSources, WithSources } from '@xyo-network/payload-model';
3
3
  export declare const EscrowOutcomeSchema: "network.xyo.escrow.outcome";
4
4
  export type EscrowOutcomeSchema = typeof EscrowOutcomeSchema;
5
5
  /**
@@ -19,18 +19,14 @@ export type EscrowOutcome = PayloadWithSources<EscrowOutcomeFields, EscrowOutcom
19
19
  */
20
20
  export declare const isEscrowOutcome: (x?: unknown | null) => x is EscrowOutcome;
21
21
  export declare const asEscrowOutcome: {
22
- <TType extends EscrowOutcome>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
23
- <TType extends EscrowOutcome>(value: import(
24
- /**
25
- * The possible outcomes for an escrow
26
- */
27
- ".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<EscrowOutcome>, config?: import("@xylabs/object").TypeCheckConfig): TType;
22
+ <TType extends EscrowOutcome>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
23
+ <TType extends EscrowOutcome>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<EscrowOutcome>, config?: import("@xylabs/object").TypeCheckConfig): TType;
28
24
  };
29
- export declare const asOptionalEscrowOutcome: <TType extends EscrowOutcome>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise) => TType | undefined;
25
+ export declare const asOptionalEscrowOutcome: <TType extends EscrowOutcome>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise) => TType | undefined;
30
26
  /**
31
27
  * Identity function for determining if an object is an EscrowOutcome with sources
32
28
  */
33
29
  export declare const isEscrowOutcomeWithSources: (x?: unknown | null) => x is WithSources<EscrowOutcome>;
34
- export declare const asEscrowOutcomeWithSources: <TType extends WithSources<EscrowOutcome>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise) => TType | undefined;
35
- export declare const asOptionalEscrowOutcomeWithSources: <TType extends WithSources<EscrowOutcome>>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise) => TType | undefined;
30
+ export declare const asEscrowOutcomeWithSources: <TType extends WithSources<EscrowOutcome>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise) => TType | undefined;
31
+ export declare const asOptionalEscrowOutcomeWithSources: <TType extends WithSources<EscrowOutcome>>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise) => TType | undefined;
36
32
  //# sourceMappingURL=Outcome.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Outcome.d.ts","sourceRoot":"","sources":["../../../src/Escrow/Outcome.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAEvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAQjF,eAAO,MAAM,mBAAmB,8BAAqC,CAAA;AACrE,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAA;AAE5D;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,WAAW,GAAG,SAAS,CAAA;AAEpD,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,cAAc,CAAA;IACvB,KAAK,EAAE,IAAI,CAAA;CACZ;AAED;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,kBAAkB,CAAC,mBAAmB,EAAE,mBAAmB,CAAC,CAAA;AAExF;;GAEG;AACH,eAAO,MAAM,eAAe,4CAA4D,CAAA;AACxF,eAAO,MAAM,eAAe;gDA1BnB,qDAAiB,iCAEJ,gBAAoB;gDAGnC,qDAAiB,wGAKZ,gBAAmB;CAgBsD,CAAA;AACrF,eAAO,MAAM,uBAAuB,8CAT7B,qDAAgB,qCAS8E,CAAA;AAErG;;GAEG;AACH,eAAO,MAAM,0BAA0B,yDAAuE,CAAA;AAC9G,eAAO,MAAM,0BAA0B,2DAfhC,qDAAgB,qCAeyG,CAAA;AAChI,eAAO,MAAM,kCAAkC,2DAhBxC,qDAAgB,qCAgBiH,CAAA"}
@@ -1,4 +1,4 @@
1
- import { EscrowTermsFields } from './Terms.ts';
1
+ import type { EscrowTermsFields } from './Terms.ts';
2
2
  /**
3
3
  * The party in an escrow transaction
4
4
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Party.d.ts","sourceRoot":"","sources":["../../../../src/Escrow/Terms/Party.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAA;AAEnD;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,IAAI,CAAC,iBAAiB,EAAE,OAAO,GAAG,QAAQ,CAAC,CAAA"}
@@ -1,4 +1,4 @@
1
- import { EscrowTermsFields } from './Terms.ts';
1
+ import type { EscrowTermsFields } from './Terms.ts';
2
2
  /**
3
3
  * The party's secret in an escrow transaction
4
4
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PartySecret.d.ts","sourceRoot":"","sources":["../../../../src/Escrow/Terms/PartySecret.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAA;AAEnD;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,IAAI,CAAC,iBAAiB,EAAE,aAAa,GAAG,cAAc,CAAC,CAAA"}
@@ -1,5 +1,5 @@
1
- import { Address, Hash } from '@xylabs/hex';
2
- import { Payload } from '@xyo-network/payload-model';
1
+ import type { Address, Hash } from '@xylabs/hex';
2
+ import type { Payload } from '@xyo-network/payload-model';
3
3
  export declare const EscrowTermsSchema: "network.xyo.escrow.terms";
4
4
  export type EscrowTermsSchema = typeof EscrowTermsSchema;
5
5
  export interface EscrowTermsFields {
@@ -61,17 +61,17 @@ export type EscrowTerms = Payload<Partial<EscrowTermsFields>, EscrowTermsSchema>
61
61
  */
62
62
  export declare const isEscrowTerms: (x?: unknown | null) => x is EscrowTerms;
63
63
  export declare const asEscrowTerms: {
64
- <TType extends EscrowTerms>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
65
- <TType extends EscrowTerms>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<EscrowTerms>, config?: import("@xylabs/object").TypeCheckConfig): TType;
64
+ <TType extends EscrowTerms>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
65
+ <TType extends EscrowTerms>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<EscrowTerms>, config?: import("@xylabs/object").TypeCheckConfig): TType;
66
66
  };
67
- export declare const asOptionalEscrowTerms: <TType extends EscrowTerms>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise) => TType | undefined;
67
+ export declare const asOptionalEscrowTerms: <TType extends EscrowTerms>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise) => TType | undefined;
68
68
  /**
69
69
  * Identity function for determining if an object is an EscrowTerms with sources
70
70
  */
71
71
  export declare const isEscrowTermsWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<EscrowTerms>;
72
72
  export declare const asEscrowTermsWithSources: {
73
- <TType extends EscrowTerms>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
74
- <TType extends EscrowTerms>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<EscrowTerms>, config?: import("@xylabs/object").TypeCheckConfig): TType;
73
+ <TType extends EscrowTerms>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
74
+ <TType extends EscrowTerms>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<EscrowTerms>, config?: import("@xylabs/object").TypeCheckConfig): TType;
75
75
  };
76
- export declare const asOptionalEscrowTermsWithSources: <TType extends EscrowTerms>(value: import(".store/@xylabs-promise-npm-4.5.1-97d36b712b/package").AnyNonPromise) => TType | undefined;
76
+ export declare const asOptionalEscrowTermsWithSources: <TType extends EscrowTerms>(value: import(".store/@xylabs-promise-npm-4.6.0-2effcc0872/package").AnyNonPromise) => TType | undefined;
77
77
  //# sourceMappingURL=Terms.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Terms.d.ts","sourceRoot":"","sources":["../../../../src/Escrow/Terms/Terms.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAEhD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAKzD,eAAO,MAAM,iBAAiB,4BAAmC,CAAA;AACjE,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAA;AAGxD,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,oBAAoB,EAAE,OAAO,EAAE,CAAA;IAC/B;;OAEG;IACH,UAAU,EAAE,IAAI,EAAE,CAAA;IAClB;;OAEG;IACH,MAAM,EAAE,IAAI,EAAE,CAAA;IACd;;OAEG;IACH,KAAK,EAAE,OAAO,EAAE,CAAA;IAChB;;OAEG;IACH,WAAW,EAAE,IAAI,CAAA;IACjB;;OAEG;IACH,SAAS,EAAE,IAAI,EAAE,CAAA;IACjB;;OAEG;IACH,WAAW,EAAE,OAAO,CAAA;IACpB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAA;IACX;;OAEG;IACH,GAAG,EAAE,MAAM,CAAA;IACX;;OAEG;IACH,kBAAkB,EAAE,OAAO,EAAE,CAAA;IAC7B;;OAEG;IACH,MAAM,EAAE,OAAO,EAAE,CAAA;IACjB;;OAEG;IACH,YAAY,EAAE,IAAI,CAAA;CACnB;AAED;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,OAAO,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC,CAAA;AAEhF;;GAEG;AACH,eAAO,MAAM,aAAa,0CAAwD,CAAA;AAClF,eAAO,MAAM,aAAa;8CApEoE,qDAErF,iCAAiC,gBAEzB;8CACa,qDAAiB,sGAO7C,gBAFc;CA0D+D,CAAA;AAC/E,eAAO,MAAM,qBAAqB,4CAvDO,qDAExC,qCAqD8F,CAAA;AAE/F;;GAEG;AACH,eAAO,MAAM,wBAAwB,4FAAmE,CAAA;AACxG,eAAO,MAAM,wBAAwB;8CA3EyD,qDAErF,iCAAiC,gBAEzB;8CACa,qDAAiB,sGAO7C,gBAFc;CAiEqF,CAAA;AACrG,eAAO,MAAM,gCAAgC,4CA9DJ,qDAExC,qCA4DoH,CAAA"}
@@ -1,7 +1,7 @@
1
- import { Hash } from '@xylabs/hex';
2
- import { HashLeaseEstimate } from '@xyo-network/diviner-hash-lease';
3
- import { Payload, WithSources } from '@xyo-network/payload-model';
4
- import { EscrowTerms } from '../../Terms/index.ts';
1
+ import type { Hash } from '@xylabs/hex';
2
+ import type { HashLeaseEstimate } from '@xyo-network/diviner-hash-lease';
3
+ import type { Payload, WithSources } from '@xyo-network/payload-model';
4
+ import type { EscrowTerms } from '../../Terms/index.ts';
5
5
  /**
6
6
  * Returns a dictionary of asset hashes and their associated appraisals
7
7
  * @param terms The escrow terms
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAppraisalsByAsset.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/util/appraisal/getAppraisalsByAsset.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AAExE,OAAO,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAEtE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,GAAI,OAAO,WAAW,EAAE,YAAY,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,KAAG,MAAM,CAAC,IAAI,EAAE,WAAW,CAAC,iBAAiB,CAAC,EAAE,CAkBzI,CAAA"}
@@ -1,7 +1,7 @@
1
- import { Hash } from '@xylabs/hex';
2
- import { BoundWitness } from '@xyo-network/boundwitness-model';
3
- import { Payload } from '@xyo-network/payload-model';
4
- import { EscrowTerms } from '../../Terms/index.ts';
1
+ import type { Hash } from '@xylabs/hex';
2
+ import type { BoundWitness } from '@xyo-network/boundwitness-model';
3
+ import type { Payload } from '@xyo-network/payload-model';
4
+ import type { EscrowTerms } from '../../Terms/index.ts';
5
5
  /**
6
6
  * Returns a dictionary of appraisals and their associated bound witnesses which are signed by
7
7
  * valid appraisal authorities from the escrow terms
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSignaturesByAppraisal.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/util/appraisal/getSignaturesByAppraisal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAA;AAEnE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEzD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAEvD;;;;;;GAMG;AACH,eAAO,MAAM,wBAAwB,GACnC,OAAO,WAAW,EAClB,YAAY,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,KAChC,MAAM,CAAC,IAAI,EAAE,YAAY,EAAE,CAsB7B,CAAA"}
@@ -1,6 +1,6 @@
1
- import { AccountInstance } from '@xyo-network/account-model';
2
- import { Id } from '@xyo-network/id-payload-plugin';
3
- import { EscrowTerms } from '../../Terms/index.ts';
1
+ import type { AccountInstance } from '@xyo-network/account-model';
2
+ import type { Id } from '@xyo-network/id-payload-plugin';
3
+ import type { EscrowTerms } from '../../Terms/index.ts';
4
4
  /**
5
5
  * Creates an escrow intent (for a buyer or seller) using the supplied secret
6
6
  * @param terms The payload describing the terms for the escrow
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createEscrowIntent.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/util/secret/createEscrowIntent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAEjE,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,gCAAgC,CAAA;AAExD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAEvD;;;;;;GAMG;AACH,eAAO,MAAM,4BAA4B,GAAU,OAAO,WAAW,EAAE,QAAQ,EAAE,EAAE,SAAS,eAAe,uOAG1G,CAAA"}
@@ -1,7 +1,7 @@
1
- import { Hash } from '@xylabs/hex';
2
- import { BoundWitness } from '@xyo-network/boundwitness-model';
3
- import { Payload } from '@xyo-network/payload-model';
4
- import { EscrowParty, EscrowTerms } from '../../Terms/index.ts';
1
+ import type { Hash } from '@xylabs/hex';
2
+ import type { BoundWitness } from '@xyo-network/boundwitness-model';
3
+ import type { Payload } from '@xyo-network/payload-model';
4
+ import type { EscrowParty, EscrowTerms } from '../../Terms/index.ts';
5
5
  /**
6
6
  * Returns an array of BoundWitnesses containing the secret signed by all the parties
7
7
  * @param terms The escrow terms
@@ -0,0 +1 @@
1
+ {"version":3,"file":"findEscrowPartySecretSignatures.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/util/secret/findEscrowPartySecretSignatures.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAA;AAEnE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEzD,OAAO,KAAK,EACV,WAAW,EAAqB,WAAW,EAC5C,MAAM,sBAAsB,CAAA;AAW7B;;;;;;GAMG;AACH,eAAO,MAAM,+BAA+B,GAAI,OAAO,WAAW,EAAE,YAAY,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,EAAE,OAAO,WAAW,KAAG,YAAY,EAqBvI,CAAA"}
@@ -1,4 +1,4 @@
1
- import { IdPayload } from '@xyo-network/id-payload-plugin';
1
+ import type { IdPayload } from '@xyo-network/id-payload-plugin';
2
2
  /**
3
3
  * Returns a cryptographically random secret to use for escrow
4
4
  * @returns The escrow secret
@@ -1 +1 @@
1
- {"version":3,"file":"getEscrowSecret.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/util/secret/getEscrowSecret.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAY,MAAM,gCAAgC,CAAA;AAEpE;;;GAGG;AACH,eAAO,MAAM,eAAe,QAAO,SAElC,CAAA"}
1
+ {"version":3,"file":"getEscrowSecret.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/util/secret/getEscrowSecret.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAA;AAG/D;;;GAGG;AACH,eAAO,MAAM,eAAe,QAAO,SAElC,CAAA"}
@@ -1,6 +1,6 @@
1
- import { AccountInstance } from '@xyo-network/account-model';
2
- import { IdPayload } from '@xyo-network/id-payload-plugin';
3
- import { EscrowParty, EscrowTerms } from '../../Terms/index.ts';
1
+ import type { AccountInstance } from '@xyo-network/account-model';
2
+ import type { IdPayload } from '@xyo-network/id-payload-plugin';
3
+ import type { EscrowParty, EscrowTerms } from '../../Terms/index.ts';
4
4
  /**
5
5
  * Creates an escrow intent (for a buyer or seller) using the supplied secret
6
6
  * @param terms The payload describing the terms for the escrow
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateEscrowTermsWithSecret.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/util/secret/updateEscrowTermsWithSecret.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAEjE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAA;AAG/D,OAAO,KAAK,EACV,WAAW,EAAqB,WAAW,EAC5C,MAAM,sBAAsB,CAAA;AAG7B;;;;;;;;GAQG;AACH,eAAO,MAAM,2BAA2B,GACtC,OAAO,WAAW,EAClB,aAAa,WAAW,EACxB,SAAS,eAAe,GAAG,eAAe,EAAE,EAC5C,SAAS,SAAS,uOAanB,CAAA"}
@@ -1,6 +1,6 @@
1
- import { ModuleIdentifier } from '@xyo-network/module-model';
2
- import { PayloadValueExpression } from '@xyo-network/payload-model';
3
- import { EscrowTerms } from '../../../Terms/index.ts';
1
+ import type { ModuleIdentifier } from '@xyo-network/module-model';
2
+ import type { PayloadValueExpression } from '@xyo-network/payload-model';
3
+ import type { EscrowTerms } from '../../../Terms/index.ts';
4
4
  /**
5
5
  * Checks if property value of the escrow terms contains one of the valid moduleIdentifiers
6
6
  * @param escrowTerms The escrow terms to validate
@@ -0,0 +1 @@
1
+ {"version":3,"file":"moduleInstanceValidators.d.ts","sourceRoot":"","sources":["../../../../../../src/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;AACjE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAExE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAE1D;;;;;;;GAOG;AACH,eAAO,MAAM,8BAA8B,GACzC,aAAa,WAAW,EACxB,oBAAoB,sBAAsB,CAAC,WAAW,EAAE,sBAAsB,GAAG,OAAO,GAAG,aAAa,GAAG,oBAAoB,GAAG,QAAQ,CAAC,EAC3I,mBAAmB,gBAAgB,EAAE,EACrC,WAAU,OAAc,YAQzB,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,8BAA8B,GACzC,aAAa,WAAW,EACxB,UAAU,sBAAsB,CAAC,WAAW,EAAE,sBAAsB,GAAG,OAAO,GAAG,aAAa,GAAG,oBAAoB,GAAG,QAAQ,CAAC,EACjI,mBAAmB,gBAAgB,EAAE,EACrC,WAAU,OAAc,YAQzB,CAAA"}
@@ -1,6 +1,6 @@
1
- import { Hash } from '@xylabs/hex';
2
- import { AsyncPayloadValidationFunction, Payload } from '@xyo-network/payload-model';
3
- import { EscrowParty, EscrowTerms } from '../../../Terms/index.ts';
1
+ import type { Hash } from '@xylabs/hex';
2
+ import type { AsyncPayloadValidationFunction, Payload } from '@xyo-network/payload-model';
3
+ import type { EscrowParty, EscrowTerms } from '../../../Terms/index.ts';
4
4
  /**
5
5
  * Returns a function that validates the escrow terms for the existence of the party secret signed by the party
6
6
  * @param dictionary Payload dictionary of the escrow terms