@openvtc/trust-tasks 0.2.44 → 0.2.45

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.
@@ -12,7 +12,7 @@ export interface VTACredentialsIssuePayload {
12
12
  */
13
13
  claims: {};
14
14
  /**
15
- * Additional credential type beyond VerifiableCredential (e.g. ScopedShareCredential).
15
+ * Additional credential type beyond VerifiableCredential (e.g. ScopedShareCredential). Some values name a claims profile defined by this specification (e.g. GovernancePolicyCredential), which constrains the shape of `claims`.
16
16
  */
17
17
  credentialType?: string;
18
18
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openvtc/trust-tasks",
3
- "version": "0.2.44",
3
+ "version": "0.2.45",
4
4
  "description": "Generated TypeScript bindings for the Trust Tasks framework registry.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -13,7 +13,7 @@ export interface VTACredentialsIssuePayload {
13
13
  */
14
14
  claims: {};
15
15
  /**
16
- * Additional credential type beyond VerifiableCredential (e.g. ScopedShareCredential).
16
+ * Additional credential type beyond VerifiableCredential (e.g. ScopedShareCredential). Some values name a claims profile defined by this specification (e.g. GovernancePolicyCredential), which constrains the shape of `claims`.
17
17
  */
18
18
  credentialType?: string;
19
19
  /**