@zkpassport/sdk 0.6.0-beta.2 → 0.6.0-beta.3

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.
@@ -203,7 +203,6 @@ declare class ZKPassport {
203
203
  * @param scope Scope this request to a specific use case
204
204
  * @param validity How many days ago should have the ID been last scanned by the user?
205
205
  * @param devMode Whether to enable dev mode. This will allow you to verify mock proofs (i.e. from ZKR)
206
- * @param evmChain The EVM chain to use for the request (if using the proof onchain)
207
206
  * @returns The query builder object.
208
207
  */
209
208
  request({ name, logo, purpose, scope, mode, validity, devMode, topicOverride, keyPairOverride, cloudProverUrl, bridgeUrl, }: {
@@ -241,7 +240,6 @@ declare class ZKPassport {
241
240
  * @param queryResult The query result to verify against
242
241
  * @param validity How many days ago should have the ID been last scanned by the user?
243
242
  * @param scope Scope this request to a specific use case
244
- * @param evmChain The EVM chain to use for the verification (if using the proof onchain)
245
243
  * @param devMode Whether to enable dev mode. This will allow you to verify mock proofs (i.e. from ZKR)
246
244
  * @param writingDirectory The directory (e.g. `./tmp`) where the necessary temporary artifacts for verification are written to.
247
245
  * It should only be needed when running the `verify` function on a server with restricted write access (e.g. Vercel)
@@ -203,7 +203,6 @@ declare class ZKPassport {
203
203
  * @param scope Scope this request to a specific use case
204
204
  * @param validity How many days ago should have the ID been last scanned by the user?
205
205
  * @param devMode Whether to enable dev mode. This will allow you to verify mock proofs (i.e. from ZKR)
206
- * @param evmChain The EVM chain to use for the request (if using the proof onchain)
207
206
  * @returns The query builder object.
208
207
  */
209
208
  request({ name, logo, purpose, scope, mode, validity, devMode, topicOverride, keyPairOverride, cloudProverUrl, bridgeUrl, }: {
@@ -241,7 +240,6 @@ declare class ZKPassport {
241
240
  * @param queryResult The query result to verify against
242
241
  * @param validity How many days ago should have the ID been last scanned by the user?
243
242
  * @param scope Scope this request to a specific use case
244
- * @param evmChain The EVM chain to use for the verification (if using the proof onchain)
245
243
  * @param devMode Whether to enable dev mode. This will allow you to verify mock proofs (i.e. from ZKR)
246
244
  * @param writingDirectory The directory (e.g. `./tmp`) where the necessary temporary artifacts for verification are written to.
247
245
  * It should only be needed when running the `verify` function on a server with restricted write access (e.g. Vercel)