@sphereon/ssi-sdk.data-store 0.36.1-feature.SSISDK.82.and.SSISDK.70.37 → 0.36.1-next.39
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.cjs
CHANGED
|
@@ -2247,7 +2247,7 @@ _ts_decorate18([
|
|
|
2247
2247
|
_ts_metadata17("design:type", String)
|
|
2248
2248
|
], DigitalCredentialEntity.prototype, "linkedVpId", void 0);
|
|
2249
2249
|
_ts_decorate18([
|
|
2250
|
-
(0, import_typeorm17.
|
|
2250
|
+
(0, import_typeorm17.Column)({
|
|
2251
2251
|
name: "linked_vp_from",
|
|
2252
2252
|
nullable: true,
|
|
2253
2253
|
type: (0, import_ssi_sdk14.typeOrmDateTime)()
|
|
@@ -2255,7 +2255,7 @@ _ts_decorate18([
|
|
|
2255
2255
|
_ts_metadata17("design:type", typeof Date === "undefined" ? Object : Date)
|
|
2256
2256
|
], DigitalCredentialEntity.prototype, "linkedVpFrom", void 0);
|
|
2257
2257
|
_ts_decorate18([
|
|
2258
|
-
(0, import_typeorm17.
|
|
2258
|
+
(0, import_typeorm17.Column)({
|
|
2259
2259
|
name: "linked_vp_until",
|
|
2260
2260
|
nullable: true,
|
|
2261
2261
|
type: (0, import_ssi_sdk14.typeOrmDateTime)()
|