@cardanowall/sdk-ts 0.4.0 → 0.5.0

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.
@@ -1,6 +1,6 @@
1
1
  import { DerivedEd25519KeyPair, DerivedX25519KeyPair, DerivedMlKem768X25519KeyPair } from '@cardanowall/crypto-core/seed-derive';
2
2
  import { SealedEnvelope, ItemHashes, UnwrapResult, RecipientKeyBundle } from '@cardanowall/crypto-core/sealed-poe';
3
- import { S as Signer } from '../types-Dp4wUSFI.cjs';
3
+ import { S as Signer } from '../types-DNu_IrWZ.cjs';
4
4
 
5
5
  interface SeedKeys {
6
6
  readonly ed25519: DerivedEd25519KeyPair;
@@ -1,6 +1,6 @@
1
1
  import { DerivedEd25519KeyPair, DerivedX25519KeyPair, DerivedMlKem768X25519KeyPair } from '@cardanowall/crypto-core/seed-derive';
2
2
  import { SealedEnvelope, ItemHashes, UnwrapResult, RecipientKeyBundle } from '@cardanowall/crypto-core/sealed-poe';
3
- import { S as Signer } from '../types-Dp4wUSFI.js';
3
+ import { S as Signer } from '../types-DNu_IrWZ.js';
4
4
 
5
5
  interface SeedKeys {
6
6
  readonly ed25519: DerivedEd25519KeyPair;
package/dist/index.cjs CHANGED
@@ -9578,8 +9578,12 @@ var RecordsNamespace = class {
9578
9578
  * between.
9579
9579
  *
9580
9580
  * Auth required (Bearer with `poe:read` scope, or NextAuth session
9581
- * cookie). Optional `verify_uris` toggles URI hash-equivalence checks;
9582
- * `decryption[]` drives trial-decrypt of sealed envelopes per item.
9581
+ * cookie). This is the hosted PUBLIC verifier: it accepts no decryption
9582
+ * credentials, and sealed items report as unverifiable without decryption.
9583
+ * To verify as a recipient (decrypt + plaintext-hash recheck), run the
9584
+ * `verifier` module locally with its `decryption` input — keys never leave
9585
+ * the process. Optional `fetch_content: false` skips content re-fetching;
9586
+ * affected claims report `not_checked`.
9583
9587
  */
9584
9588
  async verify(txHash, input) {
9585
9589
  const response = await this.config.fetch(