@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.349+8423ec8c",
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.349+8423ec8c",
25
- "@sphereon/ssi-types": "0.34.1-feature.SSISDK.82.and.SSISDK.70.349+8423ec8c",
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.349+8423ec8c"
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": "8423ec8c4953d573753106202593191705c9ce23"
50
+ "gitHead": "0b848d117120a7fb846717082ce55fd2e80838e2"
51
51
  }
@@ -31,6 +31,7 @@ export type AddCredentialArgs = {
31
31
  credentialRole: CredentialRole
32
32
  linkedVpId?: string
33
33
  linkedVpFrom?: Date
34
+ linkedVpUntil?: Date
34
35
  tenantId?: string
35
36
  state?: CredentialStateType
36
37
  verifiedAt?: Date
@@ -31,6 +31,7 @@ export type DigitalCredential = {
31
31
  tenantId?: string
32
32
  linkedVpId?: string
33
33
  linkedVpFrom?: Date
34
+ linkedVpUntil?: Date
34
35
  createdAt: Date
35
36
  presentedAt?: Date
36
37
  lastUpdatedAt: Date