@sphereon/ssi-sdk.data-store-types 0.34.1-feature.SSISDK.82.and.SSISDK.70.349 → 0.34.1-feature.SSISDK.82.and.SSISDK.70.353
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
|
@@ -729,6 +729,7 @@ type AddCredentialArgs = {
|
|
|
729
729
|
credentialRole: CredentialRole;
|
|
730
730
|
linkedVpId?: string;
|
|
731
731
|
linkedVpFrom?: Date;
|
|
732
|
+
linkedVpUntil?: Date;
|
|
732
733
|
tenantId?: string;
|
|
733
734
|
state?: CredentialStateType;
|
|
734
735
|
verifiedAt?: Date;
|
|
@@ -775,6 +776,7 @@ type DigitalCredential = {
|
|
|
775
776
|
tenantId?: string;
|
|
776
777
|
linkedVpId?: string;
|
|
777
778
|
linkedVpFrom?: Date;
|
|
779
|
+
linkedVpUntil?: Date;
|
|
778
780
|
createdAt: Date;
|
|
779
781
|
presentedAt?: Date;
|
|
780
782
|
lastUpdatedAt: Date;
|
package/dist/index.d.ts
CHANGED
|
@@ -729,6 +729,7 @@ type AddCredentialArgs = {
|
|
|
729
729
|
credentialRole: CredentialRole;
|
|
730
730
|
linkedVpId?: string;
|
|
731
731
|
linkedVpFrom?: Date;
|
|
732
|
+
linkedVpUntil?: Date;
|
|
732
733
|
tenantId?: string;
|
|
733
734
|
state?: CredentialStateType;
|
|
734
735
|
verifiedAt?: Date;
|
|
@@ -775,6 +776,7 @@ type DigitalCredential = {
|
|
|
775
776
|
tenantId?: string;
|
|
776
777
|
linkedVpId?: string;
|
|
777
778
|
linkedVpFrom?: Date;
|
|
779
|
+
linkedVpUntil?: Date;
|
|
778
780
|
createdAt: Date;
|
|
779
781
|
presentedAt?: Date;
|
|
780
782
|
lastUpdatedAt: Date;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk.data-store-types",
|
|
3
|
-
"version": "0.34.1-feature.SSISDK.82.and.SSISDK.70.
|
|
3
|
+
"version": "0.34.1-feature.SSISDK.82.and.SSISDK.70.353+0b848d11",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@sphereon/ssi-sdk.core": "0.34.1-feature.SSISDK.82.and.SSISDK.70.
|
|
25
|
-
"@sphereon/ssi-types": "0.34.1-feature.SSISDK.82.and.SSISDK.70.
|
|
24
|
+
"@sphereon/ssi-sdk.core": "0.34.1-feature.SSISDK.82.and.SSISDK.70.353+0b848d11",
|
|
25
|
+
"@sphereon/ssi-types": "0.34.1-feature.SSISDK.82.and.SSISDK.70.353+0b848d11",
|
|
26
26
|
"dcql": "1.0.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-feature.SSISDK.82.and.SSISDK.70.
|
|
29
|
+
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-feature.SSISDK.82.and.SSISDK.70.353+0b848d11"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|
|
32
32
|
"dist",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"PostgreSQL",
|
|
48
48
|
"Contact Store"
|
|
49
49
|
],
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "0b848d117120a7fb846717082ce55fd2e80838e2"
|
|
51
51
|
}
|