@xyo-network/payment-payload-plugins 2.94.3 → 2.94.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.
- package/dist/browser/Payment/Status/Payload.d.cts +25 -0
- package/dist/browser/Payment/Status/Payload.d.cts.map +1 -0
- package/dist/browser/Payment/Status/Payload.d.mts +25 -0
- package/dist/browser/Payment/Status/Payload.d.mts.map +1 -0
- package/dist/browser/Payment/Status/Payload.d.ts +25 -0
- package/dist/browser/Payment/Status/Payload.d.ts.map +1 -0
- package/dist/browser/Payment/Status/Schema.d.cts +3 -0
- package/dist/browser/Payment/Status/Schema.d.cts.map +1 -0
- package/dist/browser/Payment/Status/Schema.d.mts +3 -0
- package/dist/browser/Payment/Status/Schema.d.mts.map +1 -0
- package/dist/browser/Payment/Status/Schema.d.ts +3 -0
- package/dist/browser/Payment/Status/Schema.d.ts.map +1 -0
- package/dist/browser/Payment/Status/index.d.cts +3 -0
- package/dist/browser/Payment/Status/index.d.cts.map +1 -0
- package/dist/browser/Payment/Status/index.d.mts +3 -0
- package/dist/browser/Payment/Status/index.d.mts.map +1 -0
- package/dist/browser/Payment/Status/index.d.ts +3 -0
- package/dist/browser/Payment/Status/index.d.ts.map +1 -0
- package/dist/browser/Payment/index.d.cts +1 -0
- package/dist/browser/Payment/index.d.cts.map +1 -1
- package/dist/browser/Payment/index.d.mts +1 -0
- package/dist/browser/Payment/index.d.mts.map +1 -1
- package/dist/browser/Payment/index.d.ts +1 -0
- package/dist/browser/Payment/index.d.ts.map +1 -1
- package/dist/browser/index.cjs +23 -8
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +29 -10
- package/dist/browser/index.js.map +1 -1
- package/dist/neutral/Billing/Address/Address.d.cts +48 -0
- package/dist/neutral/Billing/Address/Address.d.cts.map +1 -0
- package/dist/neutral/Billing/Address/Address.d.mts +48 -0
- package/dist/neutral/Billing/Address/Address.d.mts.map +1 -0
- package/dist/neutral/Billing/Address/Address.d.ts +48 -0
- package/dist/neutral/Billing/Address/Address.d.ts.map +1 -0
- package/dist/neutral/Billing/Address/Schema.d.cts +3 -0
- package/dist/neutral/Billing/Address/Schema.d.cts.map +1 -0
- package/dist/neutral/Billing/Address/Schema.d.mts +3 -0
- package/dist/neutral/Billing/Address/Schema.d.mts.map +1 -0
- package/dist/neutral/Billing/Address/Schema.d.ts +3 -0
- package/dist/neutral/Billing/Address/Schema.d.ts.map +1 -0
- package/dist/neutral/Billing/Address/index.d.cts +3 -0
- package/dist/neutral/Billing/Address/index.d.cts.map +1 -0
- package/dist/neutral/Billing/Address/index.d.mts +3 -0
- package/dist/neutral/Billing/Address/index.d.mts.map +1 -0
- package/dist/neutral/Billing/Address/index.d.ts +3 -0
- package/dist/neutral/Billing/Address/index.d.ts.map +1 -0
- package/dist/neutral/Billing/Schema.d.cts +3 -0
- package/dist/neutral/Billing/Schema.d.cts.map +1 -0
- package/dist/neutral/Billing/Schema.d.mts +3 -0
- package/dist/neutral/Billing/Schema.d.mts.map +1 -0
- package/dist/neutral/Billing/Schema.d.ts +3 -0
- package/dist/neutral/Billing/Schema.d.ts.map +1 -0
- package/dist/neutral/Billing/index.d.cts +3 -0
- package/dist/neutral/Billing/index.d.cts.map +1 -0
- package/dist/neutral/Billing/index.d.mts +3 -0
- package/dist/neutral/Billing/index.d.mts.map +1 -0
- package/dist/neutral/Billing/index.d.ts +3 -0
- package/dist/neutral/Billing/index.d.ts.map +1 -0
- package/dist/neutral/Currency.d.cts +2 -0
- package/dist/neutral/Currency.d.cts.map +1 -0
- package/dist/neutral/Currency.d.mts +2 -0
- package/dist/neutral/Currency.d.mts.map +1 -0
- package/dist/neutral/Currency.d.ts +2 -0
- package/dist/neutral/Currency.d.ts.map +1 -0
- package/dist/neutral/Escrow/Schema.d.cts +3 -0
- package/dist/neutral/Escrow/Schema.d.cts.map +1 -0
- package/dist/neutral/Escrow/Schema.d.mts +3 -0
- package/dist/neutral/Escrow/Schema.d.mts.map +1 -0
- package/dist/neutral/Escrow/Schema.d.ts +3 -0
- package/dist/neutral/Escrow/Schema.d.ts.map +1 -0
- package/dist/neutral/Escrow/Terms.d.cts +73 -0
- package/dist/neutral/Escrow/Terms.d.cts.map +1 -0
- package/dist/neutral/Escrow/Terms.d.mts +73 -0
- package/dist/neutral/Escrow/Terms.d.mts.map +1 -0
- package/dist/neutral/Escrow/Terms.d.ts +73 -0
- package/dist/neutral/Escrow/Terms.d.ts.map +1 -0
- package/dist/neutral/Escrow/createEscrowIntent.d.cts +40 -0
- package/dist/neutral/Escrow/createEscrowIntent.d.cts.map +1 -0
- package/dist/neutral/Escrow/createEscrowIntent.d.mts +40 -0
- package/dist/neutral/Escrow/createEscrowIntent.d.mts.map +1 -0
- package/dist/neutral/Escrow/createEscrowIntent.d.ts +40 -0
- package/dist/neutral/Escrow/createEscrowIntent.d.ts.map +1 -0
- package/dist/neutral/Escrow/getEscrowSecret.d.cts +7 -0
- package/dist/neutral/Escrow/getEscrowSecret.d.cts.map +1 -0
- package/dist/neutral/Escrow/getEscrowSecret.d.mts +7 -0
- package/dist/neutral/Escrow/getEscrowSecret.d.mts.map +1 -0
- package/dist/neutral/Escrow/getEscrowSecret.d.ts +7 -0
- package/dist/neutral/Escrow/getEscrowSecret.d.ts.map +1 -0
- package/dist/neutral/Escrow/index.d.cts +6 -0
- package/dist/neutral/Escrow/index.d.cts.map +1 -0
- package/dist/neutral/Escrow/index.d.mts +6 -0
- package/dist/neutral/Escrow/index.d.mts.map +1 -0
- package/dist/neutral/Escrow/index.d.ts +6 -0
- package/dist/neutral/Escrow/index.d.ts.map +1 -0
- package/dist/neutral/Escrow/validators/common/ModuleInstanceValidators/index.d.cts +2 -0
- package/dist/neutral/Escrow/validators/common/ModuleInstanceValidators/index.d.cts.map +1 -0
- package/dist/neutral/Escrow/validators/common/ModuleInstanceValidators/index.d.mts +2 -0
- package/dist/neutral/Escrow/validators/common/ModuleInstanceValidators/index.d.mts.map +1 -0
- package/dist/neutral/Escrow/validators/common/ModuleInstanceValidators/index.d.ts +2 -0
- package/dist/neutral/Escrow/validators/common/ModuleInstanceValidators/index.d.ts.map +1 -0
- package/dist/neutral/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.cts +22 -0
- package/dist/neutral/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.cts.map +1 -0
- package/dist/neutral/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.mts +22 -0
- package/dist/neutral/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.mts.map +1 -0
- package/dist/neutral/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.ts +22 -0
- package/dist/neutral/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.ts.map +1 -0
- package/dist/neutral/Escrow/validators/common/TemporalValidators/index.d.cts +2 -0
- package/dist/neutral/Escrow/validators/common/TemporalValidators/index.d.cts.map +1 -0
- package/dist/neutral/Escrow/validators/common/TemporalValidators/index.d.mts +2 -0
- package/dist/neutral/Escrow/validators/common/TemporalValidators/index.d.mts.map +1 -0
- package/dist/neutral/Escrow/validators/common/TemporalValidators/index.d.ts +2 -0
- package/dist/neutral/Escrow/validators/common/TemporalValidators/index.d.ts.map +1 -0
- package/dist/neutral/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.cts +6 -0
- package/dist/neutral/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.cts.map +1 -0
- package/dist/neutral/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.mts +6 -0
- package/dist/neutral/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.mts.map +1 -0
- package/dist/neutral/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.ts +6 -0
- package/dist/neutral/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.ts.map +1 -0
- package/dist/neutral/Escrow/validators/common/index.d.cts +3 -0
- package/dist/neutral/Escrow/validators/common/index.d.cts.map +1 -0
- package/dist/neutral/Escrow/validators/common/index.d.mts +3 -0
- package/dist/neutral/Escrow/validators/common/index.d.mts.map +1 -0
- package/dist/neutral/Escrow/validators/common/index.d.ts +3 -0
- package/dist/neutral/Escrow/validators/common/index.d.ts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/agent.d.cts +5 -0
- package/dist/neutral/Escrow/validators/escrow/agent.d.cts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/agent.d.mts +5 -0
- package/dist/neutral/Escrow/validators/escrow/agent.d.mts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/agent.d.ts +5 -0
- package/dist/neutral/Escrow/validators/escrow/agent.d.ts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/appraisal.d.cts +29 -0
- package/dist/neutral/Escrow/validators/escrow/appraisal.d.cts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/appraisal.d.mts +29 -0
- package/dist/neutral/Escrow/validators/escrow/appraisal.d.mts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/appraisal.d.ts +29 -0
- package/dist/neutral/Escrow/validators/escrow/appraisal.d.ts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/appraisalAuthorities.d.cts +10 -0
- package/dist/neutral/Escrow/validators/escrow/appraisalAuthorities.d.cts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/appraisalAuthorities.d.mts +10 -0
- package/dist/neutral/Escrow/validators/escrow/appraisalAuthorities.d.mts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/appraisalAuthorities.d.ts +10 -0
- package/dist/neutral/Escrow/validators/escrow/appraisalAuthorities.d.ts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/assets.d.cts +8 -0
- package/dist/neutral/Escrow/validators/escrow/assets.d.cts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/assets.d.mts +8 -0
- package/dist/neutral/Escrow/validators/escrow/assets.d.mts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/assets.d.ts +8 -0
- package/dist/neutral/Escrow/validators/escrow/assets.d.ts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/buyer.d.cts +8 -0
- package/dist/neutral/Escrow/validators/escrow/buyer.d.cts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/buyer.d.mts +8 -0
- package/dist/neutral/Escrow/validators/escrow/buyer.d.mts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/buyer.d.ts +8 -0
- package/dist/neutral/Escrow/validators/escrow/buyer.d.ts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/buyerSecret.d.cts +21 -0
- package/dist/neutral/Escrow/validators/escrow/buyerSecret.d.cts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/buyerSecret.d.mts +21 -0
- package/dist/neutral/Escrow/validators/escrow/buyerSecret.d.mts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/buyerSecret.d.ts +21 -0
- package/dist/neutral/Escrow/validators/escrow/buyerSecret.d.ts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/index.d.cts +11 -0
- package/dist/neutral/Escrow/validators/escrow/index.d.cts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/index.d.mts +11 -0
- package/dist/neutral/Escrow/validators/escrow/index.d.mts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/index.d.ts +11 -0
- package/dist/neutral/Escrow/validators/escrow/index.d.ts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/nbfExp.d.cts +4 -0
- package/dist/neutral/Escrow/validators/escrow/nbfExp.d.cts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/nbfExp.d.mts +4 -0
- package/dist/neutral/Escrow/validators/escrow/nbfExp.d.mts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/nbfExp.d.ts +4 -0
- package/dist/neutral/Escrow/validators/escrow/nbfExp.d.ts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/paymentAuthorities.d.cts +5 -0
- package/dist/neutral/Escrow/validators/escrow/paymentAuthorities.d.cts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/paymentAuthorities.d.mts +5 -0
- package/dist/neutral/Escrow/validators/escrow/paymentAuthorities.d.mts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/paymentAuthorities.d.ts +5 -0
- package/dist/neutral/Escrow/validators/escrow/paymentAuthorities.d.ts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/seller.d.cts +8 -0
- package/dist/neutral/Escrow/validators/escrow/seller.d.cts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/seller.d.mts +8 -0
- package/dist/neutral/Escrow/validators/escrow/seller.d.mts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/seller.d.ts +8 -0
- package/dist/neutral/Escrow/validators/escrow/seller.d.ts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/sellerSecret.d.cts +21 -0
- package/dist/neutral/Escrow/validators/escrow/sellerSecret.d.cts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/sellerSecret.d.mts +21 -0
- package/dist/neutral/Escrow/validators/escrow/sellerSecret.d.mts.map +1 -0
- package/dist/neutral/Escrow/validators/escrow/sellerSecret.d.ts +21 -0
- package/dist/neutral/Escrow/validators/escrow/sellerSecret.d.ts.map +1 -0
- package/dist/neutral/Escrow/validators/index.d.cts +3 -0
- package/dist/neutral/Escrow/validators/index.d.cts.map +1 -0
- package/dist/neutral/Escrow/validators/index.d.mts +3 -0
- package/dist/neutral/Escrow/validators/index.d.mts.map +1 -0
- package/dist/neutral/Escrow/validators/index.d.ts +3 -0
- package/dist/neutral/Escrow/validators/index.d.ts.map +1 -0
- package/dist/neutral/Payment/Instrument/Card/Payload.d.cts +50 -0
- package/dist/neutral/Payment/Instrument/Card/Payload.d.cts.map +1 -0
- package/dist/neutral/Payment/Instrument/Card/Payload.d.mts +50 -0
- package/dist/neutral/Payment/Instrument/Card/Payload.d.mts.map +1 -0
- package/dist/neutral/Payment/Instrument/Card/Payload.d.ts +50 -0
- package/dist/neutral/Payment/Instrument/Card/Payload.d.ts.map +1 -0
- package/dist/neutral/Payment/Instrument/Card/Schema.d.cts +3 -0
- package/dist/neutral/Payment/Instrument/Card/Schema.d.cts.map +1 -0
- package/dist/neutral/Payment/Instrument/Card/Schema.d.mts +3 -0
- package/dist/neutral/Payment/Instrument/Card/Schema.d.mts.map +1 -0
- package/dist/neutral/Payment/Instrument/Card/Schema.d.ts +3 -0
- package/dist/neutral/Payment/Instrument/Card/Schema.d.ts.map +1 -0
- package/dist/neutral/Payment/Instrument/Card/index.d.cts +3 -0
- package/dist/neutral/Payment/Instrument/Card/index.d.cts.map +1 -0
- package/dist/neutral/Payment/Instrument/Card/index.d.mts +3 -0
- package/dist/neutral/Payment/Instrument/Card/index.d.mts.map +1 -0
- package/dist/neutral/Payment/Instrument/Card/index.d.ts +3 -0
- package/dist/neutral/Payment/Instrument/Card/index.d.ts.map +1 -0
- package/dist/neutral/Payment/Instrument/Schema.d.cts +3 -0
- package/dist/neutral/Payment/Instrument/Schema.d.cts.map +1 -0
- package/dist/neutral/Payment/Instrument/Schema.d.mts +3 -0
- package/dist/neutral/Payment/Instrument/Schema.d.mts.map +1 -0
- package/dist/neutral/Payment/Instrument/Schema.d.ts +3 -0
- package/dist/neutral/Payment/Instrument/Schema.d.ts.map +1 -0
- package/dist/neutral/Payment/Instrument/index.d.cts +3 -0
- package/dist/neutral/Payment/Instrument/index.d.cts.map +1 -0
- package/dist/neutral/Payment/Instrument/index.d.mts +3 -0
- package/dist/neutral/Payment/Instrument/index.d.mts.map +1 -0
- package/dist/neutral/Payment/Instrument/index.d.ts +3 -0
- package/dist/neutral/Payment/Instrument/index.d.ts.map +1 -0
- package/dist/neutral/Payment/Payload.d.cts +30 -0
- package/dist/neutral/Payment/Payload.d.cts.map +1 -0
- package/dist/neutral/Payment/Payload.d.mts +30 -0
- package/dist/neutral/Payment/Payload.d.mts.map +1 -0
- package/dist/neutral/Payment/Payload.d.ts +30 -0
- package/dist/neutral/Payment/Payload.d.ts.map +1 -0
- package/dist/neutral/Payment/Schema.d.cts +3 -0
- package/dist/neutral/Payment/Schema.d.cts.map +1 -0
- package/dist/neutral/Payment/Schema.d.mts +3 -0
- package/dist/neutral/Payment/Schema.d.mts.map +1 -0
- package/dist/neutral/Payment/Schema.d.ts +3 -0
- package/dist/neutral/Payment/Schema.d.ts.map +1 -0
- package/dist/neutral/Payment/Status/Payload.d.cts +25 -0
- package/dist/neutral/Payment/Status/Payload.d.cts.map +1 -0
- package/dist/neutral/Payment/Status/Payload.d.mts +25 -0
- package/dist/neutral/Payment/Status/Payload.d.mts.map +1 -0
- package/dist/neutral/Payment/Status/Payload.d.ts +25 -0
- package/dist/neutral/Payment/Status/Payload.d.ts.map +1 -0
- package/dist/neutral/Payment/Status/Schema.d.cts +3 -0
- package/dist/neutral/Payment/Status/Schema.d.cts.map +1 -0
- package/dist/neutral/Payment/Status/Schema.d.mts +3 -0
- package/dist/neutral/Payment/Status/Schema.d.mts.map +1 -0
- package/dist/neutral/Payment/Status/Schema.d.ts +3 -0
- package/dist/neutral/Payment/Status/Schema.d.ts.map +1 -0
- package/dist/neutral/Payment/Status/index.d.cts +3 -0
- package/dist/neutral/Payment/Status/index.d.cts.map +1 -0
- package/dist/neutral/Payment/Status/index.d.mts +3 -0
- package/dist/neutral/Payment/Status/index.d.mts.map +1 -0
- package/dist/neutral/Payment/Status/index.d.ts +3 -0
- package/dist/neutral/Payment/Status/index.d.ts.map +1 -0
- package/dist/neutral/Payment/index.d.cts +5 -0
- package/dist/neutral/Payment/index.d.cts.map +1 -0
- package/dist/neutral/Payment/index.d.mts +5 -0
- package/dist/neutral/Payment/index.d.mts.map +1 -0
- package/dist/neutral/Payment/index.d.ts +5 -0
- package/dist/neutral/Payment/index.d.ts.map +1 -0
- package/dist/neutral/Purchase/Payload.d.cts +31 -0
- package/dist/neutral/Purchase/Payload.d.cts.map +1 -0
- package/dist/neutral/Purchase/Payload.d.mts +31 -0
- package/dist/neutral/Purchase/Payload.d.mts.map +1 -0
- package/dist/neutral/Purchase/Payload.d.ts +31 -0
- package/dist/neutral/Purchase/Payload.d.ts.map +1 -0
- package/dist/neutral/Purchase/Schema.d.cts +3 -0
- package/dist/neutral/Purchase/Schema.d.cts.map +1 -0
- package/dist/neutral/Purchase/Schema.d.mts +3 -0
- package/dist/neutral/Purchase/Schema.d.mts.map +1 -0
- package/dist/neutral/Purchase/Schema.d.ts +3 -0
- package/dist/neutral/Purchase/Schema.d.ts.map +1 -0
- package/dist/neutral/Purchase/index.d.cts +3 -0
- package/dist/neutral/Purchase/index.d.cts.map +1 -0
- package/dist/neutral/Purchase/index.d.mts +3 -0
- package/dist/neutral/Purchase/index.d.mts.map +1 -0
- package/dist/neutral/Purchase/index.d.ts +3 -0
- package/dist/neutral/Purchase/index.d.ts.map +1 -0
- package/dist/neutral/Receipt/Payload.d.cts +30 -0
- package/dist/neutral/Receipt/Payload.d.cts.map +1 -0
- package/dist/neutral/Receipt/Payload.d.mts +30 -0
- package/dist/neutral/Receipt/Payload.d.mts.map +1 -0
- package/dist/neutral/Receipt/Payload.d.ts +30 -0
- package/dist/neutral/Receipt/Payload.d.ts.map +1 -0
- package/dist/neutral/Receipt/Schema.d.cts +3 -0
- package/dist/neutral/Receipt/Schema.d.cts.map +1 -0
- package/dist/neutral/Receipt/Schema.d.mts +3 -0
- package/dist/neutral/Receipt/Schema.d.mts.map +1 -0
- package/dist/neutral/Receipt/Schema.d.ts +3 -0
- package/dist/neutral/Receipt/Schema.d.ts.map +1 -0
- package/dist/neutral/Receipt/index.d.cts +3 -0
- package/dist/neutral/Receipt/index.d.cts.map +1 -0
- package/dist/neutral/Receipt/index.d.mts +3 -0
- package/dist/neutral/Receipt/index.d.mts.map +1 -0
- package/dist/neutral/Receipt/index.d.ts +3 -0
- package/dist/neutral/Receipt/index.d.ts.map +1 -0
- package/dist/neutral/Schema.d.cts +3 -0
- package/dist/neutral/Schema.d.cts.map +1 -0
- package/dist/neutral/Schema.d.mts +3 -0
- package/dist/neutral/Schema.d.mts.map +1 -0
- package/dist/neutral/Schema.d.ts +3 -0
- package/dist/neutral/Schema.d.ts.map +1 -0
- package/dist/neutral/index.cjs +494 -0
- package/dist/neutral/index.cjs.map +1 -0
- package/dist/neutral/index.d.cts +7 -0
- package/dist/neutral/index.d.cts.map +1 -0
- package/dist/neutral/index.d.mts +7 -0
- package/dist/neutral/index.d.mts.map +1 -0
- package/dist/neutral/index.d.ts +7 -0
- package/dist/neutral/index.d.ts.map +1 -0
- package/dist/neutral/index.js +487 -0
- package/dist/neutral/index.js.map +1 -0
- package/dist/node/Payment/Status/Payload.d.cts +25 -0
- package/dist/node/Payment/Status/Payload.d.cts.map +1 -0
- package/dist/node/Payment/Status/Payload.d.mts +25 -0
- package/dist/node/Payment/Status/Payload.d.mts.map +1 -0
- package/dist/node/Payment/Status/Payload.d.ts +25 -0
- package/dist/node/Payment/Status/Payload.d.ts.map +1 -0
- package/dist/node/Payment/Status/Schema.d.cts +3 -0
- package/dist/node/Payment/Status/Schema.d.cts.map +1 -0
- package/dist/node/Payment/Status/Schema.d.mts +3 -0
- package/dist/node/Payment/Status/Schema.d.mts.map +1 -0
- package/dist/node/Payment/Status/Schema.d.ts +3 -0
- package/dist/node/Payment/Status/Schema.d.ts.map +1 -0
- package/dist/node/Payment/Status/index.d.cts +3 -0
- package/dist/node/Payment/Status/index.d.cts.map +1 -0
- package/dist/node/Payment/Status/index.d.mts +3 -0
- package/dist/node/Payment/Status/index.d.mts.map +1 -0
- package/dist/node/Payment/Status/index.d.ts +3 -0
- package/dist/node/Payment/Status/index.d.ts.map +1 -0
- package/dist/node/Payment/index.d.cts +1 -0
- package/dist/node/Payment/index.d.cts.map +1 -1
- package/dist/node/Payment/index.d.mts +1 -0
- package/dist/node/Payment/index.d.mts.map +1 -1
- package/dist/node/Payment/index.d.ts +1 -0
- package/dist/node/Payment/index.d.ts.map +1 -1
- package/dist/node/index.cjs +27 -8
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +29 -10
- package/dist/node/index.js.map +1 -1
- package/package.json +14 -14
- package/src/Payment/Status/Payload.ts +35 -0
- package/src/Payment/Status/Schema.ts +4 -0
- package/src/Payment/Status/index.ts +2 -0
- package/src/Payment/index.ts +1 -0
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { Address, Hash } from '@xylabs/hex';
|
|
2
|
+
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
+
export declare const EscrowTermsSchema: "network.xyo.escrow.terms";
|
|
4
|
+
export type EscrowTermsSchema = typeof EscrowTermsSchema;
|
|
5
|
+
export interface EscrowTermsFields {
|
|
6
|
+
/**
|
|
7
|
+
* The trusted estimators for the worth of the things being sold
|
|
8
|
+
*/
|
|
9
|
+
appraisalAuthorities: Address[];
|
|
10
|
+
/**
|
|
11
|
+
* The estimated worths of the things being sold
|
|
12
|
+
*/
|
|
13
|
+
appraisals: Hash[];
|
|
14
|
+
/**
|
|
15
|
+
* The things being sold
|
|
16
|
+
*/
|
|
17
|
+
assets: Hash[];
|
|
18
|
+
/**
|
|
19
|
+
* The buyer
|
|
20
|
+
*/
|
|
21
|
+
buyer: Address[];
|
|
22
|
+
/**
|
|
23
|
+
* The buyer
|
|
24
|
+
*/
|
|
25
|
+
buyerSecret: Hash;
|
|
26
|
+
/**
|
|
27
|
+
* The escrow agent responsible for the escrow
|
|
28
|
+
*/
|
|
29
|
+
escrowAgent: Address;
|
|
30
|
+
/**
|
|
31
|
+
* The time the escrow expires
|
|
32
|
+
*/
|
|
33
|
+
exp: number;
|
|
34
|
+
/**
|
|
35
|
+
* The time the escrow starts
|
|
36
|
+
*/
|
|
37
|
+
nbf: number;
|
|
38
|
+
/**
|
|
39
|
+
* The trusted payment authorities
|
|
40
|
+
*/
|
|
41
|
+
paymentAuthorities: Address[];
|
|
42
|
+
/**
|
|
43
|
+
* The seller
|
|
44
|
+
*/
|
|
45
|
+
seller: Address[];
|
|
46
|
+
/**
|
|
47
|
+
* The seller
|
|
48
|
+
*/
|
|
49
|
+
sellerSecret: Hash;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* The terms of an escrow
|
|
53
|
+
*/
|
|
54
|
+
export type EscrowTerms = Payload<Partial<EscrowTermsFields>, EscrowTermsSchema>;
|
|
55
|
+
/**
|
|
56
|
+
* Identity function for determining if an object is an EscrowTerms
|
|
57
|
+
*/
|
|
58
|
+
export declare const isEscrowTerms: (x?: unknown) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Partial<EscrowTermsFields> & {
|
|
59
|
+
schema: "network.xyo.escrow.terms";
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Identity function for determining if an object is an EscrowTerms with sources
|
|
63
|
+
*/
|
|
64
|
+
export declare const isEscrowTermsWithSources: (x?: unknown) => x is import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Partial<EscrowTermsFields> & {
|
|
65
|
+
schema: "network.xyo.escrow.terms";
|
|
66
|
+
}>;
|
|
67
|
+
/**
|
|
68
|
+
* Identity function for determining if an object is an EscrowTerms with meta
|
|
69
|
+
*/
|
|
70
|
+
export declare const isEscrowTermsWithMeta: (x?: unknown) => x is import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Partial<EscrowTermsFields> & {
|
|
71
|
+
schema: "network.xyo.escrow.terms";
|
|
72
|
+
}>;
|
|
73
|
+
//# sourceMappingURL=Terms.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Terms.d.ts","sourceRoot":"","sources":["../../../src/Escrow/Terms.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAC3C,OAAO,EAA0F,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAI5I,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,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;;CAAwD,CAAA;AAElF;;GAEG;AACH,eAAO,MAAM,wBAAwB;;EAAmE,CAAA;AAExG;;GAEG;AACH,eAAO,MAAM,qBAAqB;;EAAgE,CAAA"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { Address, Hash } from '@xylabs/hex';
|
|
2
|
+
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
+
export declare const EscrowTermsSchema: "network.xyo.escrow.terms";
|
|
4
|
+
export type EscrowTermsSchema = typeof EscrowTermsSchema;
|
|
5
|
+
export interface EscrowTermsFields {
|
|
6
|
+
/**
|
|
7
|
+
* The trusted estimators for the worth of the things being sold
|
|
8
|
+
*/
|
|
9
|
+
appraisalAuthorities: Address[];
|
|
10
|
+
/**
|
|
11
|
+
* The estimated worths of the things being sold
|
|
12
|
+
*/
|
|
13
|
+
appraisals: Hash[];
|
|
14
|
+
/**
|
|
15
|
+
* The things being sold
|
|
16
|
+
*/
|
|
17
|
+
assets: Hash[];
|
|
18
|
+
/**
|
|
19
|
+
* The buyer
|
|
20
|
+
*/
|
|
21
|
+
buyer: Address[];
|
|
22
|
+
/**
|
|
23
|
+
* The buyer
|
|
24
|
+
*/
|
|
25
|
+
buyerSecret: Hash;
|
|
26
|
+
/**
|
|
27
|
+
* The escrow agent responsible for the escrow
|
|
28
|
+
*/
|
|
29
|
+
escrowAgent: Address;
|
|
30
|
+
/**
|
|
31
|
+
* The time the escrow expires
|
|
32
|
+
*/
|
|
33
|
+
exp: number;
|
|
34
|
+
/**
|
|
35
|
+
* The time the escrow starts
|
|
36
|
+
*/
|
|
37
|
+
nbf: number;
|
|
38
|
+
/**
|
|
39
|
+
* The trusted payment authorities
|
|
40
|
+
*/
|
|
41
|
+
paymentAuthorities: Address[];
|
|
42
|
+
/**
|
|
43
|
+
* The seller
|
|
44
|
+
*/
|
|
45
|
+
seller: Address[];
|
|
46
|
+
/**
|
|
47
|
+
* The seller
|
|
48
|
+
*/
|
|
49
|
+
sellerSecret: Hash;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* The terms of an escrow
|
|
53
|
+
*/
|
|
54
|
+
export type EscrowTerms = Payload<Partial<EscrowTermsFields>, EscrowTermsSchema>;
|
|
55
|
+
/**
|
|
56
|
+
* Identity function for determining if an object is an EscrowTerms
|
|
57
|
+
*/
|
|
58
|
+
export declare const isEscrowTerms: (x?: unknown) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Partial<EscrowTermsFields> & {
|
|
59
|
+
schema: "network.xyo.escrow.terms";
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Identity function for determining if an object is an EscrowTerms with sources
|
|
63
|
+
*/
|
|
64
|
+
export declare const isEscrowTermsWithSources: (x?: unknown) => x is import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Partial<EscrowTermsFields> & {
|
|
65
|
+
schema: "network.xyo.escrow.terms";
|
|
66
|
+
}>;
|
|
67
|
+
/**
|
|
68
|
+
* Identity function for determining if an object is an EscrowTerms with meta
|
|
69
|
+
*/
|
|
70
|
+
export declare const isEscrowTermsWithMeta: (x?: unknown) => x is import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Partial<EscrowTermsFields> & {
|
|
71
|
+
schema: "network.xyo.escrow.terms";
|
|
72
|
+
}>;
|
|
73
|
+
//# sourceMappingURL=Terms.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Terms.d.ts","sourceRoot":"","sources":["../../../src/Escrow/Terms.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAC3C,OAAO,EAA0F,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAI5I,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,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;;CAAwD,CAAA;AAElF;;GAEG;AACH,eAAO,MAAM,wBAAwB;;EAAmE,CAAA;AAExG;;GAEG;AACH,eAAO,MAAM,qBAAqB;;EAAgE,CAAA"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { Address, Hash } from '@xylabs/hex';
|
|
2
|
+
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
+
export declare const EscrowTermsSchema: "network.xyo.escrow.terms";
|
|
4
|
+
export type EscrowTermsSchema = typeof EscrowTermsSchema;
|
|
5
|
+
export interface EscrowTermsFields {
|
|
6
|
+
/**
|
|
7
|
+
* The trusted estimators for the worth of the things being sold
|
|
8
|
+
*/
|
|
9
|
+
appraisalAuthorities: Address[];
|
|
10
|
+
/**
|
|
11
|
+
* The estimated worths of the things being sold
|
|
12
|
+
*/
|
|
13
|
+
appraisals: Hash[];
|
|
14
|
+
/**
|
|
15
|
+
* The things being sold
|
|
16
|
+
*/
|
|
17
|
+
assets: Hash[];
|
|
18
|
+
/**
|
|
19
|
+
* The buyer
|
|
20
|
+
*/
|
|
21
|
+
buyer: Address[];
|
|
22
|
+
/**
|
|
23
|
+
* The buyer
|
|
24
|
+
*/
|
|
25
|
+
buyerSecret: Hash;
|
|
26
|
+
/**
|
|
27
|
+
* The escrow agent responsible for the escrow
|
|
28
|
+
*/
|
|
29
|
+
escrowAgent: Address;
|
|
30
|
+
/**
|
|
31
|
+
* The time the escrow expires
|
|
32
|
+
*/
|
|
33
|
+
exp: number;
|
|
34
|
+
/**
|
|
35
|
+
* The time the escrow starts
|
|
36
|
+
*/
|
|
37
|
+
nbf: number;
|
|
38
|
+
/**
|
|
39
|
+
* The trusted payment authorities
|
|
40
|
+
*/
|
|
41
|
+
paymentAuthorities: Address[];
|
|
42
|
+
/**
|
|
43
|
+
* The seller
|
|
44
|
+
*/
|
|
45
|
+
seller: Address[];
|
|
46
|
+
/**
|
|
47
|
+
* The seller
|
|
48
|
+
*/
|
|
49
|
+
sellerSecret: Hash;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* The terms of an escrow
|
|
53
|
+
*/
|
|
54
|
+
export type EscrowTerms = Payload<Partial<EscrowTermsFields>, EscrowTermsSchema>;
|
|
55
|
+
/**
|
|
56
|
+
* Identity function for determining if an object is an EscrowTerms
|
|
57
|
+
*/
|
|
58
|
+
export declare const isEscrowTerms: (x?: unknown) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Partial<EscrowTermsFields> & {
|
|
59
|
+
schema: "network.xyo.escrow.terms";
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Identity function for determining if an object is an EscrowTerms with sources
|
|
63
|
+
*/
|
|
64
|
+
export declare const isEscrowTermsWithSources: (x?: unknown) => x is import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Partial<EscrowTermsFields> & {
|
|
65
|
+
schema: "network.xyo.escrow.terms";
|
|
66
|
+
}>;
|
|
67
|
+
/**
|
|
68
|
+
* Identity function for determining if an object is an EscrowTerms with meta
|
|
69
|
+
*/
|
|
70
|
+
export declare const isEscrowTermsWithMeta: (x?: unknown) => x is import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Partial<EscrowTermsFields> & {
|
|
71
|
+
schema: "network.xyo.escrow.terms";
|
|
72
|
+
}>;
|
|
73
|
+
//# sourceMappingURL=Terms.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Terms.d.ts","sourceRoot":"","sources":["../../../src/Escrow/Terms.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAC3C,OAAO,EAA0F,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAI5I,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,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;;CAAwD,CAAA;AAElF;;GAEG;AACH,eAAO,MAAM,wBAAwB;;EAAmE,CAAA;AAExG;;GAEG;AACH,eAAO,MAAM,qBAAqB;;EAAgE,CAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { AccountInstance } from '@xyo-network/account-model';
|
|
2
|
+
import { IdPayload } from '@xyo-network/id-payload-plugin';
|
|
3
|
+
import { EscrowTerms } from './Terms';
|
|
4
|
+
/**
|
|
5
|
+
* Creates an escrow intent
|
|
6
|
+
* @deprecated Use createEscrowIntentWithSecret instead
|
|
7
|
+
* @param terms The payloads describing the terms for the escrow
|
|
8
|
+
* @param account The account to create the escrow intent with
|
|
9
|
+
* @returns The escrow intent
|
|
10
|
+
*/
|
|
11
|
+
export declare const createEscrowIntent: (terms: EscrowTerms[], account: AccountInstance) => Promise<[import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
12
|
+
schema: "network.xyo.boundwitness";
|
|
13
|
+
}>, import("@xyo-network/payload-model").WithMeta<{
|
|
14
|
+
schema: string;
|
|
15
|
+
} & import("@xyo-network/payload-model").PayloadFields>[], import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
16
|
+
message?: string | undefined;
|
|
17
|
+
name?: string | undefined;
|
|
18
|
+
query?: Lowercase<string> | undefined;
|
|
19
|
+
schema: "network.xyo.error.module";
|
|
20
|
+
sources?: Lowercase<string>[] | undefined;
|
|
21
|
+
}>[]]>;
|
|
22
|
+
/**
|
|
23
|
+
* Creates an escrow intent (for a buyer or seller) using the supplied secret
|
|
24
|
+
* @param terms The payload describing the terms for the escrow
|
|
25
|
+
* @param secret The secret for the escrow principal party to use for the escrow
|
|
26
|
+
* @param account The account to create the escrow intent with
|
|
27
|
+
* @returns The escrow intent
|
|
28
|
+
*/
|
|
29
|
+
export declare const createEscrowIntentWithSecret: (terms: EscrowTerms, secret: IdPayload, account: AccountInstance) => Promise<[import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
30
|
+
schema: "network.xyo.boundwitness";
|
|
31
|
+
}>, import("@xyo-network/payload-model").WithMeta<{
|
|
32
|
+
schema: string;
|
|
33
|
+
} & import("@xyo-network/payload-model").PayloadFields>[], import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
34
|
+
message?: string | undefined;
|
|
35
|
+
name?: string | undefined;
|
|
36
|
+
query?: Lowercase<string> | undefined;
|
|
37
|
+
schema: "network.xyo.error.module";
|
|
38
|
+
sources?: Lowercase<string>[] | undefined;
|
|
39
|
+
}>[]]>;
|
|
40
|
+
//# sourceMappingURL=createEscrowIntent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createEscrowIntent.d.ts","sourceRoot":"","sources":["../../../src/Escrow/createEscrowIntent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAA;AAE1D,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAErC;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,UAAiB,WAAW,EAAE,WAAW,eAAe;;;;;;;;;;MAGtF,CAAA;AAED;;;;;;GAMG;AACH,eAAO,MAAM,4BAA4B,UAAiB,WAAW,UAAU,SAAS,WAAW,eAAe;;;;;;;;;;MAGjH,CAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { AccountInstance } from '@xyo-network/account-model';
|
|
2
|
+
import { IdPayload } from '@xyo-network/id-payload-plugin';
|
|
3
|
+
import { EscrowTerms } from './Terms';
|
|
4
|
+
/**
|
|
5
|
+
* Creates an escrow intent
|
|
6
|
+
* @deprecated Use createEscrowIntentWithSecret instead
|
|
7
|
+
* @param terms The payloads describing the terms for the escrow
|
|
8
|
+
* @param account The account to create the escrow intent with
|
|
9
|
+
* @returns The escrow intent
|
|
10
|
+
*/
|
|
11
|
+
export declare const createEscrowIntent: (terms: EscrowTerms[], account: AccountInstance) => Promise<[import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
12
|
+
schema: "network.xyo.boundwitness";
|
|
13
|
+
}>, import("@xyo-network/payload-model").WithMeta<{
|
|
14
|
+
schema: string;
|
|
15
|
+
} & import("@xyo-network/payload-model").PayloadFields>[], import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
16
|
+
message?: string | undefined;
|
|
17
|
+
name?: string | undefined;
|
|
18
|
+
query?: Lowercase<string> | undefined;
|
|
19
|
+
schema: "network.xyo.error.module";
|
|
20
|
+
sources?: Lowercase<string>[] | undefined;
|
|
21
|
+
}>[]]>;
|
|
22
|
+
/**
|
|
23
|
+
* Creates an escrow intent (for a buyer or seller) using the supplied secret
|
|
24
|
+
* @param terms The payload describing the terms for the escrow
|
|
25
|
+
* @param secret The secret for the escrow principal party to use for the escrow
|
|
26
|
+
* @param account The account to create the escrow intent with
|
|
27
|
+
* @returns The escrow intent
|
|
28
|
+
*/
|
|
29
|
+
export declare const createEscrowIntentWithSecret: (terms: EscrowTerms, secret: IdPayload, account: AccountInstance) => Promise<[import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
30
|
+
schema: "network.xyo.boundwitness";
|
|
31
|
+
}>, import("@xyo-network/payload-model").WithMeta<{
|
|
32
|
+
schema: string;
|
|
33
|
+
} & import("@xyo-network/payload-model").PayloadFields>[], import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
34
|
+
message?: string | undefined;
|
|
35
|
+
name?: string | undefined;
|
|
36
|
+
query?: Lowercase<string> | undefined;
|
|
37
|
+
schema: "network.xyo.error.module";
|
|
38
|
+
sources?: Lowercase<string>[] | undefined;
|
|
39
|
+
}>[]]>;
|
|
40
|
+
//# sourceMappingURL=createEscrowIntent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createEscrowIntent.d.ts","sourceRoot":"","sources":["../../../src/Escrow/createEscrowIntent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAA;AAE1D,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAErC;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,UAAiB,WAAW,EAAE,WAAW,eAAe;;;;;;;;;;MAGtF,CAAA;AAED;;;;;;GAMG;AACH,eAAO,MAAM,4BAA4B,UAAiB,WAAW,UAAU,SAAS,WAAW,eAAe;;;;;;;;;;MAGjH,CAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { AccountInstance } from '@xyo-network/account-model';
|
|
2
|
+
import { IdPayload } from '@xyo-network/id-payload-plugin';
|
|
3
|
+
import { EscrowTerms } from './Terms';
|
|
4
|
+
/**
|
|
5
|
+
* Creates an escrow intent
|
|
6
|
+
* @deprecated Use createEscrowIntentWithSecret instead
|
|
7
|
+
* @param terms The payloads describing the terms for the escrow
|
|
8
|
+
* @param account The account to create the escrow intent with
|
|
9
|
+
* @returns The escrow intent
|
|
10
|
+
*/
|
|
11
|
+
export declare const createEscrowIntent: (terms: EscrowTerms[], account: AccountInstance) => Promise<[import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
12
|
+
schema: "network.xyo.boundwitness";
|
|
13
|
+
}>, import("@xyo-network/payload-model").WithMeta<{
|
|
14
|
+
schema: string;
|
|
15
|
+
} & import("@xyo-network/payload-model").PayloadFields>[], import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
16
|
+
message?: string | undefined;
|
|
17
|
+
name?: string | undefined;
|
|
18
|
+
query?: Lowercase<string> | undefined;
|
|
19
|
+
schema: "network.xyo.error.module";
|
|
20
|
+
sources?: Lowercase<string>[] | undefined;
|
|
21
|
+
}>[]]>;
|
|
22
|
+
/**
|
|
23
|
+
* Creates an escrow intent (for a buyer or seller) using the supplied secret
|
|
24
|
+
* @param terms The payload describing the terms for the escrow
|
|
25
|
+
* @param secret The secret for the escrow principal party to use for the escrow
|
|
26
|
+
* @param account The account to create the escrow intent with
|
|
27
|
+
* @returns The escrow intent
|
|
28
|
+
*/
|
|
29
|
+
export declare const createEscrowIntentWithSecret: (terms: EscrowTerms, secret: IdPayload, account: AccountInstance) => Promise<[import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
30
|
+
schema: "network.xyo.boundwitness";
|
|
31
|
+
}>, import("@xyo-network/payload-model").WithMeta<{
|
|
32
|
+
schema: string;
|
|
33
|
+
} & import("@xyo-network/payload-model").PayloadFields>[], import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
34
|
+
message?: string | undefined;
|
|
35
|
+
name?: string | undefined;
|
|
36
|
+
query?: Lowercase<string> | undefined;
|
|
37
|
+
schema: "network.xyo.error.module";
|
|
38
|
+
sources?: Lowercase<string>[] | undefined;
|
|
39
|
+
}>[]]>;
|
|
40
|
+
//# sourceMappingURL=createEscrowIntent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createEscrowIntent.d.ts","sourceRoot":"","sources":["../../../src/Escrow/createEscrowIntent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAA;AAE1D,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAErC;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,UAAiB,WAAW,EAAE,WAAW,eAAe;;;;;;;;;;MAGtF,CAAA;AAED;;;;;;GAMG;AACH,eAAO,MAAM,4BAA4B,UAAiB,WAAW,UAAU,SAAS,WAAW,eAAe;;;;;;;;;;MAGjH,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IdPayload } from '@xyo-network/id-payload-plugin';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a cryptographically random secret to use for escrow
|
|
4
|
+
* @returns The escrow secret
|
|
5
|
+
*/
|
|
6
|
+
export declare const getEscrowSecret: () => IdPayload;
|
|
7
|
+
//# sourceMappingURL=getEscrowSecret.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getEscrowSecret.d.ts","sourceRoot":"","sources":["../../../src/Escrow/getEscrowSecret.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAY,MAAM,gCAAgC,CAAA;AAEpE;;;GAGG;AACH,eAAO,MAAM,eAAe,QAAO,SAElC,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IdPayload } from '@xyo-network/id-payload-plugin';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a cryptographically random secret to use for escrow
|
|
4
|
+
* @returns The escrow secret
|
|
5
|
+
*/
|
|
6
|
+
export declare const getEscrowSecret: () => IdPayload;
|
|
7
|
+
//# sourceMappingURL=getEscrowSecret.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getEscrowSecret.d.ts","sourceRoot":"","sources":["../../../src/Escrow/getEscrowSecret.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAY,MAAM,gCAAgC,CAAA;AAEpE;;;GAGG;AACH,eAAO,MAAM,eAAe,QAAO,SAElC,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IdPayload } from '@xyo-network/id-payload-plugin';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a cryptographically random secret to use for escrow
|
|
4
|
+
* @returns The escrow secret
|
|
5
|
+
*/
|
|
6
|
+
export declare const getEscrowSecret: () => IdPayload;
|
|
7
|
+
//# sourceMappingURL=getEscrowSecret.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getEscrowSecret.d.ts","sourceRoot":"","sources":["../../../src/Escrow/getEscrowSecret.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAY,MAAM,gCAAgC,CAAA;AAEpE;;;GAGG;AACH,eAAO,MAAM,eAAe,QAAO,SAElC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Escrow/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA;AACjC,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Escrow/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA;AACjC,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Escrow/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA;AACjC,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Escrow/validators/common/ModuleInstanceValidators/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Escrow/validators/common/ModuleInstanceValidators/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Escrow/validators/common/ModuleInstanceValidators/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ModuleIdentifier } from '@xyo-network/module-model';
|
|
2
|
+
import { PayloadValueExpression } from '@xyo-network/payload-model';
|
|
3
|
+
import { EscrowTerms } from '../../../Terms';
|
|
4
|
+
/**
|
|
5
|
+
* Checks if property value of the escrow terms contains one of the valid moduleIdentifiers
|
|
6
|
+
* @param escrowTerms The escrow terms to validate
|
|
7
|
+
* @param propertyExpression The selector to get the property containing the moduleIdentifier(s) from the escrow terms
|
|
8
|
+
* @param moduleIdentifiers The list of allowed moduleIdentifiers
|
|
9
|
+
* @param required Is the property required to be present
|
|
10
|
+
* @returns True if the property value contains one of the valid moduleIdentifiers
|
|
11
|
+
*/
|
|
12
|
+
export declare const moduleIdentifiersContainsOneOf: (escrowTerms: EscrowTerms, propertyExpression: PayloadValueExpression<EscrowTerms, 'appraisalAuthorities' | 'buyer' | 'escrowAgent' | 'paymentAuthorities' | 'seller'>, moduleIdentifiers: ModuleIdentifier[], required?: boolean) => boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Checks if property value of the escrow terms contains all of the valid moduleIdentifiers
|
|
15
|
+
* @param escrowTerms The escrow terms to validate
|
|
16
|
+
* @param selector The selector to get the property containing the moduleIdentifier(s) from the escrow terms
|
|
17
|
+
* @param moduleIdentifiers The list of allowed moduleIdentifiers
|
|
18
|
+
* @param required Is the property required to be present
|
|
19
|
+
* @returns True if the property value contains all of the valid moduleIdentifiers
|
|
20
|
+
*/
|
|
21
|
+
export declare const moduleIdentifiersContainsAllOf: (escrowTerms: EscrowTerms, selector: PayloadValueExpression<EscrowTerms, 'appraisalAuthorities' | 'buyer' | 'escrowAgent' | 'paymentAuthorities' | 'seller'>, moduleIdentifiers: ModuleIdentifier[], required?: boolean) => boolean;
|
|
22
|
+
//# sourceMappingURL=moduleInstanceValidators.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"moduleInstanceValidators.d.ts","sourceRoot":"","sources":["../../../../../../src/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAEnE,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAE5C;;;;;;;GAOG;AACH,eAAO,MAAM,8BAA8B,gBAC5B,WAAW,sBACJ,uBAAuB,WAAW,EAAE,sBAAsB,GAAG,OAAO,GAAG,aAAa,GAAG,oBAAoB,GAAG,QAAQ,CAAC,qBACxH,gBAAgB,EAAE,aAC3B,OAAO,YAQlB,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,8BAA8B,gBAC5B,WAAW,YACd,uBAAuB,WAAW,EAAE,sBAAsB,GAAG,OAAO,GAAG,aAAa,GAAG,oBAAoB,GAAG,QAAQ,CAAC,qBAC9G,gBAAgB,EAAE,aAC3B,OAAO,YAQlB,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ModuleIdentifier } from '@xyo-network/module-model';
|
|
2
|
+
import { PayloadValueExpression } from '@xyo-network/payload-model';
|
|
3
|
+
import { EscrowTerms } from '../../../Terms';
|
|
4
|
+
/**
|
|
5
|
+
* Checks if property value of the escrow terms contains one of the valid moduleIdentifiers
|
|
6
|
+
* @param escrowTerms The escrow terms to validate
|
|
7
|
+
* @param propertyExpression The selector to get the property containing the moduleIdentifier(s) from the escrow terms
|
|
8
|
+
* @param moduleIdentifiers The list of allowed moduleIdentifiers
|
|
9
|
+
* @param required Is the property required to be present
|
|
10
|
+
* @returns True if the property value contains one of the valid moduleIdentifiers
|
|
11
|
+
*/
|
|
12
|
+
export declare const moduleIdentifiersContainsOneOf: (escrowTerms: EscrowTerms, propertyExpression: PayloadValueExpression<EscrowTerms, 'appraisalAuthorities' | 'buyer' | 'escrowAgent' | 'paymentAuthorities' | 'seller'>, moduleIdentifiers: ModuleIdentifier[], required?: boolean) => boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Checks if property value of the escrow terms contains all of the valid moduleIdentifiers
|
|
15
|
+
* @param escrowTerms The escrow terms to validate
|
|
16
|
+
* @param selector The selector to get the property containing the moduleIdentifier(s) from the escrow terms
|
|
17
|
+
* @param moduleIdentifiers The list of allowed moduleIdentifiers
|
|
18
|
+
* @param required Is the property required to be present
|
|
19
|
+
* @returns True if the property value contains all of the valid moduleIdentifiers
|
|
20
|
+
*/
|
|
21
|
+
export declare const moduleIdentifiersContainsAllOf: (escrowTerms: EscrowTerms, selector: PayloadValueExpression<EscrowTerms, 'appraisalAuthorities' | 'buyer' | 'escrowAgent' | 'paymentAuthorities' | 'seller'>, moduleIdentifiers: ModuleIdentifier[], required?: boolean) => boolean;
|
|
22
|
+
//# sourceMappingURL=moduleInstanceValidators.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"moduleInstanceValidators.d.ts","sourceRoot":"","sources":["../../../../../../src/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAEnE,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAE5C;;;;;;;GAOG;AACH,eAAO,MAAM,8BAA8B,gBAC5B,WAAW,sBACJ,uBAAuB,WAAW,EAAE,sBAAsB,GAAG,OAAO,GAAG,aAAa,GAAG,oBAAoB,GAAG,QAAQ,CAAC,qBACxH,gBAAgB,EAAE,aAC3B,OAAO,YAQlB,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,8BAA8B,gBAC5B,WAAW,YACd,uBAAuB,WAAW,EAAE,sBAAsB,GAAG,OAAO,GAAG,aAAa,GAAG,oBAAoB,GAAG,QAAQ,CAAC,qBAC9G,gBAAgB,EAAE,aAC3B,OAAO,YAQlB,CAAA"}
|
package/dist/neutral/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ModuleIdentifier } from '@xyo-network/module-model';
|
|
2
|
+
import { PayloadValueExpression } from '@xyo-network/payload-model';
|
|
3
|
+
import { EscrowTerms } from '../../../Terms';
|
|
4
|
+
/**
|
|
5
|
+
* Checks if property value of the escrow terms contains one of the valid moduleIdentifiers
|
|
6
|
+
* @param escrowTerms The escrow terms to validate
|
|
7
|
+
* @param propertyExpression The selector to get the property containing the moduleIdentifier(s) from the escrow terms
|
|
8
|
+
* @param moduleIdentifiers The list of allowed moduleIdentifiers
|
|
9
|
+
* @param required Is the property required to be present
|
|
10
|
+
* @returns True if the property value contains one of the valid moduleIdentifiers
|
|
11
|
+
*/
|
|
12
|
+
export declare const moduleIdentifiersContainsOneOf: (escrowTerms: EscrowTerms, propertyExpression: PayloadValueExpression<EscrowTerms, 'appraisalAuthorities' | 'buyer' | 'escrowAgent' | 'paymentAuthorities' | 'seller'>, moduleIdentifiers: ModuleIdentifier[], required?: boolean) => boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Checks if property value of the escrow terms contains all of the valid moduleIdentifiers
|
|
15
|
+
* @param escrowTerms The escrow terms to validate
|
|
16
|
+
* @param selector The selector to get the property containing the moduleIdentifier(s) from the escrow terms
|
|
17
|
+
* @param moduleIdentifiers The list of allowed moduleIdentifiers
|
|
18
|
+
* @param required Is the property required to be present
|
|
19
|
+
* @returns True if the property value contains all of the valid moduleIdentifiers
|
|
20
|
+
*/
|
|
21
|
+
export declare const moduleIdentifiersContainsAllOf: (escrowTerms: EscrowTerms, selector: PayloadValueExpression<EscrowTerms, 'appraisalAuthorities' | 'buyer' | 'escrowAgent' | 'paymentAuthorities' | 'seller'>, moduleIdentifiers: ModuleIdentifier[], required?: boolean) => boolean;
|
|
22
|
+
//# sourceMappingURL=moduleInstanceValidators.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"moduleInstanceValidators.d.ts","sourceRoot":"","sources":["../../../../../../src/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAEnE,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAE5C;;;;;;;GAOG;AACH,eAAO,MAAM,8BAA8B,gBAC5B,WAAW,sBACJ,uBAAuB,WAAW,EAAE,sBAAsB,GAAG,OAAO,GAAG,aAAa,GAAG,oBAAoB,GAAG,QAAQ,CAAC,qBACxH,gBAAgB,EAAE,aAC3B,OAAO,YAQlB,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,8BAA8B,gBAC5B,WAAW,YACd,uBAAuB,WAAW,EAAE,sBAAsB,GAAG,OAAO,GAAG,aAAa,GAAG,oBAAoB,GAAG,QAAQ,CAAC,qBAC9G,gBAAgB,EAAE,aAC3B,OAAO,YAQlB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Escrow/validators/common/TemporalValidators/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Escrow/validators/common/TemporalValidators/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Escrow/validators/common/TemporalValidators/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA"}
|
package/dist/neutral/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.cts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validateWithinWindow.d.ts","sourceRoot":"","sources":["../../../../../../src/Escrow/validators/common/TemporalValidators/validateWithinWindow.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG;IAAE,GAAG,CAAC,EAAE,MAAM,CAAC;IAAC,GAAG,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA;AAErD,eAAO,MAAM,oBAAoB,UAAW,QAAQ,OAAO,MAAM,QAAO,MAAM,KAAgB,OAI7F,CAAA"}
|
package/dist/neutral/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.mts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validateWithinWindow.d.ts","sourceRoot":"","sources":["../../../../../../src/Escrow/validators/common/TemporalValidators/validateWithinWindow.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG;IAAE,GAAG,CAAC,EAAE,MAAM,CAAC;IAAC,GAAG,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA;AAErD,eAAO,MAAM,oBAAoB,UAAW,QAAQ,OAAO,MAAM,QAAO,MAAM,KAAgB,OAI7F,CAAA"}
|
package/dist/neutral/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validateWithinWindow.d.ts","sourceRoot":"","sources":["../../../../../../src/Escrow/validators/common/TemporalValidators/validateWithinWindow.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG;IAAE,GAAG,CAAC,EAAE,MAAM,CAAC;IAAC,GAAG,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA;AAErD,eAAO,MAAM,oBAAoB,UAAW,QAAQ,OAAO,MAAM,QAAO,MAAM,KAAgB,OAI7F,CAAA"}
|