@sphereon/ssi-sdk.data-store 0.29.1-unstable.221 → 0.29.1-unstable.224
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.
|
@@ -28,7 +28,7 @@ class CreateDigitalCredential1708525189001 {
|
|
|
28
28
|
"id" uuid NOT NULL DEFAULT uuid_generate_v4(),
|
|
29
29
|
"parent_id" text,
|
|
30
30
|
"document_type" "digital_document_type" NOT NULL,
|
|
31
|
-
"regulation_type" "digital_regulation_type" NOT NULL DEFAULT
|
|
31
|
+
"regulation_type" "digital_regulation_type" NOT NULL DEFAULT 'NON_REGULATED'::"digital_regulation_type",
|
|
32
32
|
"document_format" "digital_credential_document_format" NOT NULL,
|
|
33
33
|
"credential_role" "digital_credential_credential_role" NOT NULL,
|
|
34
34
|
"raw_document" text NOT NULL,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk.data-store",
|
|
3
|
-
"version": "0.29.1-unstable.
|
|
3
|
+
"version": "0.29.1-unstable.224+3729ffd2",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@sphereon/kmp-mdl-mdoc": "0.2.0-SNAPSHOT.22",
|
|
18
18
|
"@sphereon/pex": "^4.1.1-unstable.0",
|
|
19
|
-
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-
|
|
20
|
-
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-
|
|
21
|
-
"@sphereon/ssi-sdk.agent-config": "0.29.1-unstable.
|
|
22
|
-
"@sphereon/ssi-sdk.core": "0.29.1-unstable.
|
|
23
|
-
"@sphereon/ssi-types": "0.29.1-unstable.
|
|
19
|
+
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.111",
|
|
20
|
+
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.111",
|
|
21
|
+
"@sphereon/ssi-sdk.agent-config": "0.29.1-unstable.224+3729ffd2",
|
|
22
|
+
"@sphereon/ssi-sdk.core": "0.29.1-unstable.224+3729ffd2",
|
|
23
|
+
"@sphereon/ssi-types": "0.29.1-unstable.224+3729ffd2",
|
|
24
24
|
"@veramo/core": "4.2.0",
|
|
25
25
|
"@veramo/utils": "4.2.0",
|
|
26
26
|
"blakejs": "^1.2.1",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"PostgreSQL",
|
|
52
52
|
"Contact Store"
|
|
53
53
|
],
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "3729ffd23effa50b4642a79a42693fa0d41046de"
|
|
55
55
|
}
|
|
@@ -18,7 +18,7 @@ export class CreateDigitalCredential1708525189001 implements MigrationInterface
|
|
|
18
18
|
"id" uuid NOT NULL DEFAULT uuid_generate_v4(),
|
|
19
19
|
"parent_id" text,
|
|
20
20
|
"document_type" "digital_document_type" NOT NULL,
|
|
21
|
-
"regulation_type" "digital_regulation_type" NOT NULL DEFAULT
|
|
21
|
+
"regulation_type" "digital_regulation_type" NOT NULL DEFAULT 'NON_REGULATED'::"digital_regulation_type",
|
|
22
22
|
"document_format" "digital_credential_document_format" NOT NULL,
|
|
23
23
|
"credential_role" "digital_credential_credential_role" NOT NULL,
|
|
24
24
|
"raw_document" text NOT NULL,
|