@tinycloud/sdk-core 2.2.0 → 2.3.0-beta.2

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/index.d.cts CHANGED
@@ -417,7 +417,7 @@ declare const SERVICE_SHORT_TO_LONG: Readonly<Record<string, string>>;
417
417
  * Manifest service identifier for TinyCloud encryption network grants.
418
418
  *
419
419
  * Encryption permissions live on a network id URN
420
- * (`urn:tinycloud:encryption:<principal>:<network>`), not on a space.
420
+ * (`urn:tinycloud:encryption:<ownerDid>:<network>`), not on a space.
421
421
  * The `path` field is the literal networkId; `actions` are
422
422
  * `["decrypt"]` (expanded to `["tinycloud.encryption/decrypt"]`).
423
423
  *
package/dist/index.d.ts CHANGED
@@ -417,7 +417,7 @@ declare const SERVICE_SHORT_TO_LONG: Readonly<Record<string, string>>;
417
417
  * Manifest service identifier for TinyCloud encryption network grants.
418
418
  *
419
419
  * Encryption permissions live on a network id URN
420
- * (`urn:tinycloud:encryption:<principal>:<network>`), not on a space.
420
+ * (`urn:tinycloud:encryption:<ownerDid>:<network>`), not on a space.
421
421
  * The `path` field is the literal networkId; `actions` are
422
422
  * `["decrypt"]` (expanded to `["tinycloud.encryption/decrypt"]`).
423
423
  *