@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.js CHANGED
@@ -2095,7 +2095,7 @@ _ts_decorate18([
2095
2095
  _ts_metadata17("design:type", String)
2096
2096
  ], DigitalCredentialEntity.prototype, "linkedVpId", void 0);
2097
2097
  _ts_decorate18([
2098
- CreateDateColumn8({
2098
+ Column15({
2099
2099
  name: "linked_vp_from",
2100
2100
  nullable: true,
2101
2101
  type: typeOrmDateTime10()
@@ -2103,7 +2103,7 @@ _ts_decorate18([
2103
2103
  _ts_metadata17("design:type", typeof Date === "undefined" ? Object : Date)
2104
2104
  ], DigitalCredentialEntity.prototype, "linkedVpFrom", void 0);
2105
2105
  _ts_decorate18([
2106
- CreateDateColumn8({
2106
+ Column15({
2107
2107
  name: "linked_vp_until",
2108
2108
  nullable: true,
2109
2109
  type: typeOrmDateTime10()