@xyo-network/payment-payload-plugins 2.91.4 → 2.91.6
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/Escrow/createEscrowIntent.d.cts +20 -0
- package/dist/browser/Escrow/createEscrowIntent.d.cts.map +1 -1
- package/dist/browser/Escrow/createEscrowIntent.d.mts +20 -0
- package/dist/browser/Escrow/createEscrowIntent.d.mts.map +1 -1
- package/dist/browser/Escrow/createEscrowIntent.d.ts +20 -0
- package/dist/browser/Escrow/createEscrowIntent.d.ts.map +1 -1
- package/dist/browser/Escrow/index.d.cts +1 -0
- package/dist/browser/Escrow/index.d.cts.map +1 -1
- package/dist/browser/Escrow/index.d.mts +1 -0
- package/dist/browser/Escrow/index.d.mts.map +1 -1
- package/dist/browser/Escrow/index.d.ts +1 -0
- package/dist/browser/Escrow/index.d.ts.map +1 -1
- package/dist/browser/Escrow/validators/common/ModuleInstanceValidators/index.d.cts +2 -0
- package/dist/browser/Escrow/validators/common/ModuleInstanceValidators/index.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/common/ModuleInstanceValidators/index.d.mts +2 -0
- package/dist/browser/Escrow/validators/common/ModuleInstanceValidators/index.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/common/ModuleInstanceValidators/index.d.ts +2 -0
- package/dist/browser/Escrow/validators/common/ModuleInstanceValidators/index.d.ts.map +1 -0
- package/dist/browser/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.cts +22 -0
- package/dist/browser/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.mts +22 -0
- package/dist/browser/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.ts +22 -0
- package/dist/browser/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.ts.map +1 -0
- package/dist/browser/Escrow/validators/common/TemporalValidators/index.d.cts +2 -0
- package/dist/browser/Escrow/validators/common/TemporalValidators/index.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/common/TemporalValidators/index.d.mts +2 -0
- package/dist/browser/Escrow/validators/common/TemporalValidators/index.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/common/TemporalValidators/index.d.ts +2 -0
- package/dist/browser/Escrow/validators/common/TemporalValidators/index.d.ts.map +1 -0
- package/dist/browser/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.cts +6 -0
- package/dist/browser/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.mts +6 -0
- package/dist/browser/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.ts +6 -0
- package/dist/browser/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.ts.map +1 -0
- package/dist/browser/Escrow/validators/common/index.d.cts +3 -0
- package/dist/browser/Escrow/validators/common/index.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/common/index.d.mts +3 -0
- package/dist/browser/Escrow/validators/common/index.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/common/index.d.ts +3 -0
- package/dist/browser/Escrow/validators/common/index.d.ts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/agent.d.cts +4 -0
- package/dist/browser/Escrow/validators/escrow/agent.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/agent.d.mts +4 -0
- package/dist/browser/Escrow/validators/escrow/agent.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/agent.d.ts +4 -0
- package/dist/browser/Escrow/validators/escrow/agent.d.ts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/appraisal.d.cts +29 -0
- package/dist/browser/Escrow/validators/escrow/appraisal.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/appraisal.d.mts +29 -0
- package/dist/browser/Escrow/validators/escrow/appraisal.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/appraisal.d.ts +29 -0
- package/dist/browser/Escrow/validators/escrow/appraisal.d.ts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/appraisalAuthorities.d.cts +9 -0
- package/dist/browser/Escrow/validators/escrow/appraisalAuthorities.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/appraisalAuthorities.d.mts +9 -0
- package/dist/browser/Escrow/validators/escrow/appraisalAuthorities.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/appraisalAuthorities.d.ts +9 -0
- package/dist/browser/Escrow/validators/escrow/appraisalAuthorities.d.ts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/assets.d.cts +7 -0
- package/dist/browser/Escrow/validators/escrow/assets.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/assets.d.mts +7 -0
- package/dist/browser/Escrow/validators/escrow/assets.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/assets.d.ts +7 -0
- package/dist/browser/Escrow/validators/escrow/assets.d.ts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/buyer.d.cts +7 -0
- package/dist/browser/Escrow/validators/escrow/buyer.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/buyer.d.mts +7 -0
- package/dist/browser/Escrow/validators/escrow/buyer.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/buyer.d.ts +7 -0
- package/dist/browser/Escrow/validators/escrow/buyer.d.ts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/buyerSecret.d.cts +21 -0
- package/dist/browser/Escrow/validators/escrow/buyerSecret.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/buyerSecret.d.mts +21 -0
- package/dist/browser/Escrow/validators/escrow/buyerSecret.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/buyerSecret.d.ts +21 -0
- package/dist/browser/Escrow/validators/escrow/buyerSecret.d.ts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/index.d.cts +10 -0
- package/dist/browser/Escrow/validators/escrow/index.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/index.d.mts +10 -0
- package/dist/browser/Escrow/validators/escrow/index.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/index.d.ts +10 -0
- package/dist/browser/Escrow/validators/escrow/index.d.ts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/nbfExp.d.cts +3 -0
- package/dist/browser/Escrow/validators/escrow/nbfExp.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/nbfExp.d.mts +3 -0
- package/dist/browser/Escrow/validators/escrow/nbfExp.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/nbfExp.d.ts +3 -0
- package/dist/browser/Escrow/validators/escrow/nbfExp.d.ts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/paymentAuthorities.d.cts +4 -0
- package/dist/browser/Escrow/validators/escrow/paymentAuthorities.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/paymentAuthorities.d.mts +4 -0
- package/dist/browser/Escrow/validators/escrow/paymentAuthorities.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/paymentAuthorities.d.ts +4 -0
- package/dist/browser/Escrow/validators/escrow/paymentAuthorities.d.ts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/seller.d.cts +7 -0
- package/dist/browser/Escrow/validators/escrow/seller.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/seller.d.mts +7 -0
- package/dist/browser/Escrow/validators/escrow/seller.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/escrow/seller.d.ts +7 -0
- package/dist/browser/Escrow/validators/escrow/seller.d.ts.map +1 -0
- package/dist/browser/Escrow/validators/index.d.cts +4 -0
- package/dist/browser/Escrow/validators/index.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/index.d.mts +4 -0
- package/dist/browser/Escrow/validators/index.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/index.d.ts +4 -0
- package/dist/browser/Escrow/validators/index.d.ts.map +1 -0
- package/dist/browser/Escrow/validators/types/escrowValidation.d.cts +26 -0
- package/dist/browser/Escrow/validators/types/escrowValidation.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/types/escrowValidation.d.mts +26 -0
- package/dist/browser/Escrow/validators/types/escrowValidation.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/types/escrowValidation.d.ts +26 -0
- package/dist/browser/Escrow/validators/types/escrowValidation.d.ts.map +1 -0
- package/dist/browser/Escrow/validators/types/index.d.cts +2 -0
- package/dist/browser/Escrow/validators/types/index.d.cts.map +1 -0
- package/dist/browser/Escrow/validators/types/index.d.mts +2 -0
- package/dist/browser/Escrow/validators/types/index.d.mts.map +1 -0
- package/dist/browser/Escrow/validators/types/index.d.ts +2 -0
- package/dist/browser/Escrow/validators/types/index.d.ts.map +1 -0
- package/dist/browser/index.cjs +297 -3
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +295 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/Escrow/createEscrowIntent.d.cts +20 -0
- package/dist/node/Escrow/createEscrowIntent.d.cts.map +1 -1
- package/dist/node/Escrow/createEscrowIntent.d.mts +20 -0
- package/dist/node/Escrow/createEscrowIntent.d.mts.map +1 -1
- package/dist/node/Escrow/createEscrowIntent.d.ts +20 -0
- package/dist/node/Escrow/createEscrowIntent.d.ts.map +1 -1
- package/dist/node/Escrow/index.d.cts +1 -0
- package/dist/node/Escrow/index.d.cts.map +1 -1
- package/dist/node/Escrow/index.d.mts +1 -0
- package/dist/node/Escrow/index.d.mts.map +1 -1
- package/dist/node/Escrow/index.d.ts +1 -0
- package/dist/node/Escrow/index.d.ts.map +1 -1
- package/dist/node/Escrow/validators/common/ModuleInstanceValidators/index.d.cts +2 -0
- package/dist/node/Escrow/validators/common/ModuleInstanceValidators/index.d.cts.map +1 -0
- package/dist/node/Escrow/validators/common/ModuleInstanceValidators/index.d.mts +2 -0
- package/dist/node/Escrow/validators/common/ModuleInstanceValidators/index.d.mts.map +1 -0
- package/dist/node/Escrow/validators/common/ModuleInstanceValidators/index.d.ts +2 -0
- package/dist/node/Escrow/validators/common/ModuleInstanceValidators/index.d.ts.map +1 -0
- package/dist/node/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.cts +22 -0
- package/dist/node/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.cts.map +1 -0
- package/dist/node/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.mts +22 -0
- package/dist/node/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.mts.map +1 -0
- package/dist/node/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.ts +22 -0
- package/dist/node/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.ts.map +1 -0
- package/dist/node/Escrow/validators/common/TemporalValidators/index.d.cts +2 -0
- package/dist/node/Escrow/validators/common/TemporalValidators/index.d.cts.map +1 -0
- package/dist/node/Escrow/validators/common/TemporalValidators/index.d.mts +2 -0
- package/dist/node/Escrow/validators/common/TemporalValidators/index.d.mts.map +1 -0
- package/dist/node/Escrow/validators/common/TemporalValidators/index.d.ts +2 -0
- package/dist/node/Escrow/validators/common/TemporalValidators/index.d.ts.map +1 -0
- package/dist/node/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.cts +6 -0
- package/dist/node/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.cts.map +1 -0
- package/dist/node/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.mts +6 -0
- package/dist/node/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.mts.map +1 -0
- package/dist/node/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.ts +6 -0
- package/dist/node/Escrow/validators/common/TemporalValidators/validateWithinWindow.d.ts.map +1 -0
- package/dist/node/Escrow/validators/common/index.d.cts +3 -0
- package/dist/node/Escrow/validators/common/index.d.cts.map +1 -0
- package/dist/node/Escrow/validators/common/index.d.mts +3 -0
- package/dist/node/Escrow/validators/common/index.d.mts.map +1 -0
- package/dist/node/Escrow/validators/common/index.d.ts +3 -0
- package/dist/node/Escrow/validators/common/index.d.ts.map +1 -0
- package/dist/node/Escrow/validators/escrow/agent.d.cts +4 -0
- package/dist/node/Escrow/validators/escrow/agent.d.cts.map +1 -0
- package/dist/node/Escrow/validators/escrow/agent.d.mts +4 -0
- package/dist/node/Escrow/validators/escrow/agent.d.mts.map +1 -0
- package/dist/node/Escrow/validators/escrow/agent.d.ts +4 -0
- package/dist/node/Escrow/validators/escrow/agent.d.ts.map +1 -0
- package/dist/node/Escrow/validators/escrow/appraisal.d.cts +29 -0
- package/dist/node/Escrow/validators/escrow/appraisal.d.cts.map +1 -0
- package/dist/node/Escrow/validators/escrow/appraisal.d.mts +29 -0
- package/dist/node/Escrow/validators/escrow/appraisal.d.mts.map +1 -0
- package/dist/node/Escrow/validators/escrow/appraisal.d.ts +29 -0
- package/dist/node/Escrow/validators/escrow/appraisal.d.ts.map +1 -0
- package/dist/node/Escrow/validators/escrow/appraisalAuthorities.d.cts +9 -0
- package/dist/node/Escrow/validators/escrow/appraisalAuthorities.d.cts.map +1 -0
- package/dist/node/Escrow/validators/escrow/appraisalAuthorities.d.mts +9 -0
- package/dist/node/Escrow/validators/escrow/appraisalAuthorities.d.mts.map +1 -0
- package/dist/node/Escrow/validators/escrow/appraisalAuthorities.d.ts +9 -0
- package/dist/node/Escrow/validators/escrow/appraisalAuthorities.d.ts.map +1 -0
- package/dist/node/Escrow/validators/escrow/assets.d.cts +7 -0
- package/dist/node/Escrow/validators/escrow/assets.d.cts.map +1 -0
- package/dist/node/Escrow/validators/escrow/assets.d.mts +7 -0
- package/dist/node/Escrow/validators/escrow/assets.d.mts.map +1 -0
- package/dist/node/Escrow/validators/escrow/assets.d.ts +7 -0
- package/dist/node/Escrow/validators/escrow/assets.d.ts.map +1 -0
- package/dist/node/Escrow/validators/escrow/buyer.d.cts +7 -0
- package/dist/node/Escrow/validators/escrow/buyer.d.cts.map +1 -0
- package/dist/node/Escrow/validators/escrow/buyer.d.mts +7 -0
- package/dist/node/Escrow/validators/escrow/buyer.d.mts.map +1 -0
- package/dist/node/Escrow/validators/escrow/buyer.d.ts +7 -0
- package/dist/node/Escrow/validators/escrow/buyer.d.ts.map +1 -0
- package/dist/node/Escrow/validators/escrow/buyerSecret.d.cts +21 -0
- package/dist/node/Escrow/validators/escrow/buyerSecret.d.cts.map +1 -0
- package/dist/node/Escrow/validators/escrow/buyerSecret.d.mts +21 -0
- package/dist/node/Escrow/validators/escrow/buyerSecret.d.mts.map +1 -0
- package/dist/node/Escrow/validators/escrow/buyerSecret.d.ts +21 -0
- package/dist/node/Escrow/validators/escrow/buyerSecret.d.ts.map +1 -0
- package/dist/node/Escrow/validators/escrow/index.d.cts +10 -0
- package/dist/node/Escrow/validators/escrow/index.d.cts.map +1 -0
- package/dist/node/Escrow/validators/escrow/index.d.mts +10 -0
- package/dist/node/Escrow/validators/escrow/index.d.mts.map +1 -0
- package/dist/node/Escrow/validators/escrow/index.d.ts +10 -0
- package/dist/node/Escrow/validators/escrow/index.d.ts.map +1 -0
- package/dist/node/Escrow/validators/escrow/nbfExp.d.cts +3 -0
- package/dist/node/Escrow/validators/escrow/nbfExp.d.cts.map +1 -0
- package/dist/node/Escrow/validators/escrow/nbfExp.d.mts +3 -0
- package/dist/node/Escrow/validators/escrow/nbfExp.d.mts.map +1 -0
- package/dist/node/Escrow/validators/escrow/nbfExp.d.ts +3 -0
- package/dist/node/Escrow/validators/escrow/nbfExp.d.ts.map +1 -0
- package/dist/node/Escrow/validators/escrow/paymentAuthorities.d.cts +4 -0
- package/dist/node/Escrow/validators/escrow/paymentAuthorities.d.cts.map +1 -0
- package/dist/node/Escrow/validators/escrow/paymentAuthorities.d.mts +4 -0
- package/dist/node/Escrow/validators/escrow/paymentAuthorities.d.mts.map +1 -0
- package/dist/node/Escrow/validators/escrow/paymentAuthorities.d.ts +4 -0
- package/dist/node/Escrow/validators/escrow/paymentAuthorities.d.ts.map +1 -0
- package/dist/node/Escrow/validators/escrow/seller.d.cts +7 -0
- package/dist/node/Escrow/validators/escrow/seller.d.cts.map +1 -0
- package/dist/node/Escrow/validators/escrow/seller.d.mts +7 -0
- package/dist/node/Escrow/validators/escrow/seller.d.mts.map +1 -0
- package/dist/node/Escrow/validators/escrow/seller.d.ts +7 -0
- package/dist/node/Escrow/validators/escrow/seller.d.ts.map +1 -0
- package/dist/node/Escrow/validators/index.d.cts +4 -0
- package/dist/node/Escrow/validators/index.d.cts.map +1 -0
- package/dist/node/Escrow/validators/index.d.mts +4 -0
- package/dist/node/Escrow/validators/index.d.mts.map +1 -0
- package/dist/node/Escrow/validators/index.d.ts +4 -0
- package/dist/node/Escrow/validators/index.d.ts.map +1 -0
- package/dist/node/Escrow/validators/types/escrowValidation.d.cts +26 -0
- package/dist/node/Escrow/validators/types/escrowValidation.d.cts.map +1 -0
- package/dist/node/Escrow/validators/types/escrowValidation.d.mts +26 -0
- package/dist/node/Escrow/validators/types/escrowValidation.d.mts.map +1 -0
- package/dist/node/Escrow/validators/types/escrowValidation.d.ts +26 -0
- package/dist/node/Escrow/validators/types/escrowValidation.d.ts.map +1 -0
- package/dist/node/Escrow/validators/types/index.d.cts +2 -0
- package/dist/node/Escrow/validators/types/index.d.cts.map +1 -0
- package/dist/node/Escrow/validators/types/index.d.mts +2 -0
- package/dist/node/Escrow/validators/types/index.d.mts.map +1 -0
- package/dist/node/Escrow/validators/types/index.d.ts +2 -0
- package/dist/node/Escrow/validators/types/index.d.ts.map +1 -0
- package/dist/node/index.cjs +317 -4
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +295 -1
- package/dist/node/index.js.map +1 -1
- package/package.json +12 -7
- package/src/Escrow/createEscrowIntent.ts +14 -0
- package/src/Escrow/index.ts +1 -0
- package/src/Escrow/validators/common/ModuleInstanceValidators/index.ts +1 -0
- package/src/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.ts +48 -0
- package/src/Escrow/validators/common/TemporalValidators/index.ts +1 -0
- package/src/Escrow/validators/common/TemporalValidators/validateWithinWindow.ts +7 -0
- package/src/Escrow/validators/common/index.ts +2 -0
- package/src/Escrow/validators/escrow/agent.ts +17 -0
- package/src/Escrow/validators/escrow/appraisal.ts +129 -0
- package/src/Escrow/validators/escrow/appraisalAuthorities.ts +37 -0
- package/src/Escrow/validators/escrow/assets.ts +18 -0
- package/src/Escrow/validators/escrow/buyer.ts +25 -0
- package/src/Escrow/validators/escrow/buyerSecret.ts +75 -0
- package/src/Escrow/validators/escrow/index.ts +9 -0
- package/src/Escrow/validators/escrow/nbfExp.ts +18 -0
- package/src/Escrow/validators/escrow/paymentAuthorities.ts +17 -0
- package/src/Escrow/validators/escrow/seller.ts +25 -0
- package/src/Escrow/validators/index.ts +3 -0
- package/src/Escrow/validators/types/escrowValidation.ts +30 -0
- package/src/Escrow/validators/types/index.ts +1 -0
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { AccountInstance } from '@xyo-network/account-model';
|
|
2
|
+
import { IdPayload } from '@xyo-network/id-payload-plugin';
|
|
2
3
|
import { EscrowTerms } from './Terms';
|
|
3
4
|
/**
|
|
4
5
|
* Creates an escrow intent
|
|
6
|
+
* @deprecated Use createEscrowIntentWithSecret instead
|
|
5
7
|
* @param terms The payloads describing the terms for the escrow
|
|
6
8
|
* @param account The account to create the escrow intent with
|
|
7
9
|
* @returns The escrow intent
|
|
@@ -17,4 +19,22 @@ export declare const createEscrowIntent: (terms: EscrowTerms[], account: Account
|
|
|
17
19
|
schema: "network.xyo.error.module";
|
|
18
20
|
sources?: Lowercase<string>[] | undefined;
|
|
19
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
|
+
}>[]]>;
|
|
20
40
|
//# sourceMappingURL=createEscrowIntent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createEscrowIntent.d.ts","sourceRoot":"","sources":["../../../src/Escrow/createEscrowIntent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;
|
|
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"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { AccountInstance } from '@xyo-network/account-model';
|
|
2
|
+
import { IdPayload } from '@xyo-network/id-payload-plugin';
|
|
2
3
|
import { EscrowTerms } from './Terms';
|
|
3
4
|
/**
|
|
4
5
|
* Creates an escrow intent
|
|
6
|
+
* @deprecated Use createEscrowIntentWithSecret instead
|
|
5
7
|
* @param terms The payloads describing the terms for the escrow
|
|
6
8
|
* @param account The account to create the escrow intent with
|
|
7
9
|
* @returns The escrow intent
|
|
@@ -17,4 +19,22 @@ export declare const createEscrowIntent: (terms: EscrowTerms[], account: Account
|
|
|
17
19
|
schema: "network.xyo.error.module";
|
|
18
20
|
sources?: Lowercase<string>[] | undefined;
|
|
19
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
|
+
}>[]]>;
|
|
20
40
|
//# sourceMappingURL=createEscrowIntent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createEscrowIntent.d.ts","sourceRoot":"","sources":["../../../src/Escrow/createEscrowIntent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;
|
|
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"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { AccountInstance } from '@xyo-network/account-model';
|
|
2
|
+
import { IdPayload } from '@xyo-network/id-payload-plugin';
|
|
2
3
|
import { EscrowTerms } from './Terms';
|
|
3
4
|
/**
|
|
4
5
|
* Creates an escrow intent
|
|
6
|
+
* @deprecated Use createEscrowIntentWithSecret instead
|
|
5
7
|
* @param terms The payloads describing the terms for the escrow
|
|
6
8
|
* @param account The account to create the escrow intent with
|
|
7
9
|
* @returns The escrow intent
|
|
@@ -17,4 +19,22 @@ export declare const createEscrowIntent: (terms: EscrowTerms[], account: Account
|
|
|
17
19
|
schema: "network.xyo.error.module";
|
|
18
20
|
sources?: Lowercase<string>[] | undefined;
|
|
19
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
|
+
}>[]]>;
|
|
20
40
|
//# sourceMappingURL=createEscrowIntent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createEscrowIntent.d.ts","sourceRoot":"","sources":["../../../src/Escrow/createEscrowIntent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;
|
|
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"}
|
|
@@ -1 +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"}
|
|
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"}
|
|
@@ -1 +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"}
|
|
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"}
|
|
@@ -1 +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"}
|
|
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 { EscrowTerms } from '../../../Terms';
|
|
3
|
+
import { EscrowTermsValueExpression } from '../../types/escrowValidation';
|
|
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: EscrowTermsValueExpression<'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: EscrowTermsValueExpression<'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;AAE5D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAC5C,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAEzE;;;;;;;GAOG;AACH,eAAO,MAAM,8BAA8B,gBAC5B,WAAW,sBACJ,2BAA2B,sBAAsB,GAAG,OAAO,GAAG,aAAa,GAAG,oBAAoB,GAAG,QAAQ,CAAC,qBAC/G,gBAAgB,EAAE,aAC3B,OAAO,YAQlB,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,8BAA8B,gBAC5B,WAAW,YACd,2BAA2B,sBAAsB,GAAG,OAAO,GAAG,aAAa,GAAG,oBAAoB,GAAG,QAAQ,CAAC,qBACrG,gBAAgB,EAAE,aAC3B,OAAO,YAQlB,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ModuleIdentifier } from '@xyo-network/module-model';
|
|
2
|
+
import { EscrowTerms } from '../../../Terms';
|
|
3
|
+
import { EscrowTermsValueExpression } from '../../types/escrowValidation';
|
|
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: EscrowTermsValueExpression<'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: EscrowTermsValueExpression<'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;AAE5D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAC5C,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAEzE;;;;;;;GAOG;AACH,eAAO,MAAM,8BAA8B,gBAC5B,WAAW,sBACJ,2BAA2B,sBAAsB,GAAG,OAAO,GAAG,aAAa,GAAG,oBAAoB,GAAG,QAAQ,CAAC,qBAC/G,gBAAgB,EAAE,aAC3B,OAAO,YAQlB,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,8BAA8B,gBAC5B,WAAW,YACd,2BAA2B,sBAAsB,GAAG,OAAO,GAAG,aAAa,GAAG,oBAAoB,GAAG,QAAQ,CAAC,qBACrG,gBAAgB,EAAE,aAC3B,OAAO,YAQlB,CAAA"}
|
package/dist/browser/Escrow/validators/common/ModuleInstanceValidators/moduleInstanceValidators.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ModuleIdentifier } from '@xyo-network/module-model';
|
|
2
|
+
import { EscrowTerms } from '../../../Terms';
|
|
3
|
+
import { EscrowTermsValueExpression } from '../../types/escrowValidation';
|
|
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: EscrowTermsValueExpression<'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: EscrowTermsValueExpression<'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;AAE5D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAC5C,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAEzE;;;;;;;GAOG;AACH,eAAO,MAAM,8BAA8B,gBAC5B,WAAW,sBACJ,2BAA2B,sBAAsB,GAAG,OAAO,GAAG,aAAa,GAAG,oBAAoB,GAAG,QAAQ,CAAC,qBAC/G,gBAAgB,EAAE,aAC3B,OAAO,YAQlB,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,8BAA8B,gBAC5B,WAAW,YACd,2BAA2B,sBAAsB,GAAG,OAAO,GAAG,aAAa,GAAG,oBAAoB,GAAG,QAAQ,CAAC,qBACrG,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/browser/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/browser/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/browser/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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/validators/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA;AAC1C,cAAc,sBAAsB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/validators/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA;AAC1C,cAAc,sBAAsB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/validators/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA;AAC1C,cAAc,sBAAsB,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ModuleIdentifier } from '@xyo-network/module-model';
|
|
2
|
+
import { EscrowTermsValidationFunction } from '../types';
|
|
3
|
+
export declare const getEscrowAgentAllowedValidator: (allowedEscrowAgent: ModuleIdentifier) => EscrowTermsValidationFunction;
|
|
4
|
+
//# sourceMappingURL=agent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/validators/escrow/agent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;AAI5D,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAIxD,eAAO,MAAM,8BAA8B,uBAAwB,gBAAgB,KAAG,6BAQrF,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ModuleIdentifier } from '@xyo-network/module-model';
|
|
2
|
+
import { EscrowTermsValidationFunction } from '../types';
|
|
3
|
+
export declare const getEscrowAgentAllowedValidator: (allowedEscrowAgent: ModuleIdentifier) => EscrowTermsValidationFunction;
|
|
4
|
+
//# sourceMappingURL=agent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/validators/escrow/agent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;AAI5D,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAIxD,eAAO,MAAM,8BAA8B,uBAAwB,gBAAgB,KAAG,6BAQrF,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ModuleIdentifier } from '@xyo-network/module-model';
|
|
2
|
+
import { EscrowTermsValidationFunction } from '../types';
|
|
3
|
+
export declare const getEscrowAgentAllowedValidator: (allowedEscrowAgent: ModuleIdentifier) => EscrowTermsValidationFunction;
|
|
4
|
+
//# sourceMappingURL=agent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/validators/escrow/agent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;AAI5D,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAIxD,eAAO,MAAM,8BAA8B,uBAAwB,gBAAgB,KAAG,6BAQrF,CAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Hash } from '@xylabs/hex';
|
|
2
|
+
import { Payload, WithMeta } from '@xyo-network/payload-model';
|
|
3
|
+
import { EscrowTermsValidationFunction } from '../types';
|
|
4
|
+
/**
|
|
5
|
+
* A function that validates the escrow terms for tbe existence of appraisals
|
|
6
|
+
* @returns True if the escrow terms contain appraisals, false otherwise
|
|
7
|
+
*/
|
|
8
|
+
export declare const appraisalsExistValidator: EscrowTermsValidationFunction;
|
|
9
|
+
/**
|
|
10
|
+
* Returns a function that validates the escrow terms for appraisals which are from valid authorities
|
|
11
|
+
* @param dictionary Payload dictionary of the escrow terms
|
|
12
|
+
* @returns A function that validates the escrow terms for appraisals which are from valid authorities
|
|
13
|
+
*/
|
|
14
|
+
export declare const getAppraisalsFromValidAuthoritiesValidator: (dictionary: Record<Hash, WithMeta<Payload>>) => EscrowTermsValidationFunction;
|
|
15
|
+
/**
|
|
16
|
+
* Returns a function that validates the escrow terms for appraisals which are valid
|
|
17
|
+
* @param dictionary Payload dictionary of the escrow terms
|
|
18
|
+
* @param minimumExp The minium amount of time an estimate needs to be valid
|
|
19
|
+
* for in the future (so as not to expire before the escrow is complete)
|
|
20
|
+
* @returns A function that validates the escrow terms for appraisals which are valid
|
|
21
|
+
*/
|
|
22
|
+
export declare const getAppraisalsValidValidator: (dictionary: Record<Hash, WithMeta<Payload>>, minimumExp: number) => EscrowTermsValidationFunction;
|
|
23
|
+
/**
|
|
24
|
+
* Returns a function that validates the escrow terms to ensure that they contain an appraisal for each asset
|
|
25
|
+
* @param dictionary Payload dictionary of the escrow terms
|
|
26
|
+
* @returns A function that validates the escrow terms for appraisals
|
|
27
|
+
*/
|
|
28
|
+
export declare const getAppraisalsForAllAssetsValidator: (dictionary: Record<Hash, WithMeta<Payload>>) => EscrowTermsValidationFunction;
|
|
29
|
+
//# sourceMappingURL=appraisal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appraisal.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/validators/escrow/appraisal.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAGlC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAe,MAAM,4BAA4B,CAAA;AAI3E,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAIxD;;;GAGG;AACH,eAAO,MAAM,wBAAwB,EAAE,6BAQtC,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,0CAA0C,eAAgB,OAAO,IAAI,EAAE,SAAS,OAAO,CAAC,CAAC,KAAG,6BA0BxG,CAAA;AAED;;;;;;GAMG;AACH,eAAO,MAAM,2BAA2B,eAAgB,OAAO,IAAI,EAAE,SAAS,OAAO,CAAC,CAAC,cAAc,MAAM,KAAG,6BAiB7G,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,kCAAkC,eAAgB,OAAO,IAAI,EAAE,SAAS,OAAO,CAAC,CAAC,KAAG,6BAWhG,CAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Hash } from '@xylabs/hex';
|
|
2
|
+
import { Payload, WithMeta } from '@xyo-network/payload-model';
|
|
3
|
+
import { EscrowTermsValidationFunction } from '../types';
|
|
4
|
+
/**
|
|
5
|
+
* A function that validates the escrow terms for tbe existence of appraisals
|
|
6
|
+
* @returns True if the escrow terms contain appraisals, false otherwise
|
|
7
|
+
*/
|
|
8
|
+
export declare const appraisalsExistValidator: EscrowTermsValidationFunction;
|
|
9
|
+
/**
|
|
10
|
+
* Returns a function that validates the escrow terms for appraisals which are from valid authorities
|
|
11
|
+
* @param dictionary Payload dictionary of the escrow terms
|
|
12
|
+
* @returns A function that validates the escrow terms for appraisals which are from valid authorities
|
|
13
|
+
*/
|
|
14
|
+
export declare const getAppraisalsFromValidAuthoritiesValidator: (dictionary: Record<Hash, WithMeta<Payload>>) => EscrowTermsValidationFunction;
|
|
15
|
+
/**
|
|
16
|
+
* Returns a function that validates the escrow terms for appraisals which are valid
|
|
17
|
+
* @param dictionary Payload dictionary of the escrow terms
|
|
18
|
+
* @param minimumExp The minium amount of time an estimate needs to be valid
|
|
19
|
+
* for in the future (so as not to expire before the escrow is complete)
|
|
20
|
+
* @returns A function that validates the escrow terms for appraisals which are valid
|
|
21
|
+
*/
|
|
22
|
+
export declare const getAppraisalsValidValidator: (dictionary: Record<Hash, WithMeta<Payload>>, minimumExp: number) => EscrowTermsValidationFunction;
|
|
23
|
+
/**
|
|
24
|
+
* Returns a function that validates the escrow terms to ensure that they contain an appraisal for each asset
|
|
25
|
+
* @param dictionary Payload dictionary of the escrow terms
|
|
26
|
+
* @returns A function that validates the escrow terms for appraisals
|
|
27
|
+
*/
|
|
28
|
+
export declare const getAppraisalsForAllAssetsValidator: (dictionary: Record<Hash, WithMeta<Payload>>) => EscrowTermsValidationFunction;
|
|
29
|
+
//# sourceMappingURL=appraisal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appraisal.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/validators/escrow/appraisal.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAGlC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAe,MAAM,4BAA4B,CAAA;AAI3E,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAIxD;;;GAGG;AACH,eAAO,MAAM,wBAAwB,EAAE,6BAQtC,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,0CAA0C,eAAgB,OAAO,IAAI,EAAE,SAAS,OAAO,CAAC,CAAC,KAAG,6BA0BxG,CAAA;AAED;;;;;;GAMG;AACH,eAAO,MAAM,2BAA2B,eAAgB,OAAO,IAAI,EAAE,SAAS,OAAO,CAAC,CAAC,cAAc,MAAM,KAAG,6BAiB7G,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,kCAAkC,eAAgB,OAAO,IAAI,EAAE,SAAS,OAAO,CAAC,CAAC,KAAG,6BAWhG,CAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Hash } from '@xylabs/hex';
|
|
2
|
+
import { Payload, WithMeta } from '@xyo-network/payload-model';
|
|
3
|
+
import { EscrowTermsValidationFunction } from '../types';
|
|
4
|
+
/**
|
|
5
|
+
* A function that validates the escrow terms for tbe existence of appraisals
|
|
6
|
+
* @returns True if the escrow terms contain appraisals, false otherwise
|
|
7
|
+
*/
|
|
8
|
+
export declare const appraisalsExistValidator: EscrowTermsValidationFunction;
|
|
9
|
+
/**
|
|
10
|
+
* Returns a function that validates the escrow terms for appraisals which are from valid authorities
|
|
11
|
+
* @param dictionary Payload dictionary of the escrow terms
|
|
12
|
+
* @returns A function that validates the escrow terms for appraisals which are from valid authorities
|
|
13
|
+
*/
|
|
14
|
+
export declare const getAppraisalsFromValidAuthoritiesValidator: (dictionary: Record<Hash, WithMeta<Payload>>) => EscrowTermsValidationFunction;
|
|
15
|
+
/**
|
|
16
|
+
* Returns a function that validates the escrow terms for appraisals which are valid
|
|
17
|
+
* @param dictionary Payload dictionary of the escrow terms
|
|
18
|
+
* @param minimumExp The minium amount of time an estimate needs to be valid
|
|
19
|
+
* for in the future (so as not to expire before the escrow is complete)
|
|
20
|
+
* @returns A function that validates the escrow terms for appraisals which are valid
|
|
21
|
+
*/
|
|
22
|
+
export declare const getAppraisalsValidValidator: (dictionary: Record<Hash, WithMeta<Payload>>, minimumExp: number) => EscrowTermsValidationFunction;
|
|
23
|
+
/**
|
|
24
|
+
* Returns a function that validates the escrow terms to ensure that they contain an appraisal for each asset
|
|
25
|
+
* @param dictionary Payload dictionary of the escrow terms
|
|
26
|
+
* @returns A function that validates the escrow terms for appraisals
|
|
27
|
+
*/
|
|
28
|
+
export declare const getAppraisalsForAllAssetsValidator: (dictionary: Record<Hash, WithMeta<Payload>>) => EscrowTermsValidationFunction;
|
|
29
|
+
//# sourceMappingURL=appraisal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appraisal.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/validators/escrow/appraisal.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;AAGlC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAe,MAAM,4BAA4B,CAAA;AAI3E,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAIxD;;;GAGG;AACH,eAAO,MAAM,wBAAwB,EAAE,6BAQtC,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,0CAA0C,eAAgB,OAAO,IAAI,EAAE,SAAS,OAAO,CAAC,CAAC,KAAG,6BA0BxG,CAAA;AAED;;;;;;GAMG;AACH,eAAO,MAAM,2BAA2B,eAAgB,OAAO,IAAI,EAAE,SAAS,OAAO,CAAC,CAAC,cAAc,MAAM,KAAG,6BAiB7G,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,kCAAkC,eAAgB,OAAO,IAAI,EAAE,SAAS,OAAO,CAAC,CAAC,KAAG,6BAWhG,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ModuleIdentifier } from '@xyo-network/module-model';
|
|
2
|
+
import { EscrowTermsValidationFunction } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* A function that validates the escrow terms for appraisalAuthorities
|
|
5
|
+
* @returns True if the escrow terms contain appraisalAuthorities, false otherwise
|
|
6
|
+
*/
|
|
7
|
+
export declare const appraisalAuthoritiesExistValidator: EscrowTermsValidationFunction;
|
|
8
|
+
export declare const getAppraisalAuthoritiesAllowedValidator: (allowed: ModuleIdentifier[]) => EscrowTermsValidationFunction;
|
|
9
|
+
//# sourceMappingURL=appraisalAuthorities.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appraisalAuthorities.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/validators/escrow/appraisalAuthorities.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;AAI5D,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAIxD;;;GAGG;AACH,eAAO,MAAM,kCAAkC,EAAE,6BAahD,CAAA;AAED,eAAO,MAAM,uCAAuC,YAAa,gBAAgB,EAAE,KAAG,6BAQrF,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ModuleIdentifier } from '@xyo-network/module-model';
|
|
2
|
+
import { EscrowTermsValidationFunction } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* A function that validates the escrow terms for appraisalAuthorities
|
|
5
|
+
* @returns True if the escrow terms contain appraisalAuthorities, false otherwise
|
|
6
|
+
*/
|
|
7
|
+
export declare const appraisalAuthoritiesExistValidator: EscrowTermsValidationFunction;
|
|
8
|
+
export declare const getAppraisalAuthoritiesAllowedValidator: (allowed: ModuleIdentifier[]) => EscrowTermsValidationFunction;
|
|
9
|
+
//# sourceMappingURL=appraisalAuthorities.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appraisalAuthorities.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/validators/escrow/appraisalAuthorities.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;AAI5D,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAIxD;;;GAGG;AACH,eAAO,MAAM,kCAAkC,EAAE,6BAahD,CAAA;AAED,eAAO,MAAM,uCAAuC,YAAa,gBAAgB,EAAE,KAAG,6BAQrF,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ModuleIdentifier } from '@xyo-network/module-model';
|
|
2
|
+
import { EscrowTermsValidationFunction } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* A function that validates the escrow terms for appraisalAuthorities
|
|
5
|
+
* @returns True if the escrow terms contain appraisalAuthorities, false otherwise
|
|
6
|
+
*/
|
|
7
|
+
export declare const appraisalAuthoritiesExistValidator: EscrowTermsValidationFunction;
|
|
8
|
+
export declare const getAppraisalAuthoritiesAllowedValidator: (allowed: ModuleIdentifier[]) => EscrowTermsValidationFunction;
|
|
9
|
+
//# sourceMappingURL=appraisalAuthorities.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appraisalAuthorities.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/validators/escrow/appraisalAuthorities.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;AAI5D,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAIxD;;;GAGG;AACH,eAAO,MAAM,kCAAkC,EAAE,6BAahD,CAAA;AAED,eAAO,MAAM,uCAAuC,YAAa,gBAAgB,EAAE,KAAG,6BAQrF,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { EscrowTermsValidationFunction } from '../types';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a function that validates the escrow terms for assets
|
|
4
|
+
* @returns A function that validates the escrow terms for assets
|
|
5
|
+
*/
|
|
6
|
+
export declare const assetsExistValidator: EscrowTermsValidationFunction;
|
|
7
|
+
//# sourceMappingURL=assets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/validators/escrow/assets.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAIxD;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,6BAQlC,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { EscrowTermsValidationFunction } from '../types';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a function that validates the escrow terms for assets
|
|
4
|
+
* @returns A function that validates the escrow terms for assets
|
|
5
|
+
*/
|
|
6
|
+
export declare const assetsExistValidator: EscrowTermsValidationFunction;
|
|
7
|
+
//# sourceMappingURL=assets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/validators/escrow/assets.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAIxD;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,6BAQlC,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { EscrowTermsValidationFunction } from '../types';
|
|
2
|
+
/**
|
|
3
|
+
* Returns a function that validates the escrow terms for assets
|
|
4
|
+
* @returns A function that validates the escrow terms for assets
|
|
5
|
+
*/
|
|
6
|
+
export declare const assetsExistValidator: EscrowTermsValidationFunction;
|
|
7
|
+
//# sourceMappingURL=assets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/validators/escrow/assets.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAIxD;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,6BAQlC,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { EscrowTermsValidationFunction } from '../types';
|
|
2
|
+
/**
|
|
3
|
+
* A function that validates the escrow terms for buyer
|
|
4
|
+
* @returns True if the escrow terms contain buyer, false otherwise
|
|
5
|
+
*/
|
|
6
|
+
export declare const buyerExistsValidator: EscrowTermsValidationFunction;
|
|
7
|
+
//# sourceMappingURL=buyer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buyer.d.ts","sourceRoot":"","sources":["../../../../../src/Escrow/validators/escrow/buyer.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAIxD;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,6BAalC,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { EscrowTermsValidationFunction } from '../types';
|
|
2
|
+
/**
|
|
3
|
+
* A function that validates the escrow terms for buyer
|
|
4
|
+
* @returns True if the escrow terms contain buyer, false otherwise
|
|
5
|
+
*/
|
|
6
|
+
export declare const buyerExistsValidator: EscrowTermsValidationFunction;
|
|
7
|
+
//# sourceMappingURL=buyer.d.ts.map
|