@memberjunction/server 2.8.0 → 2.9.0

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.
@@ -22396,6 +22396,7 @@ let DatasetItem_ = class DatasetItem_ {
22396
22396
  Description;
22397
22397
  _mj__CreatedAt;
22398
22398
  _mj__UpdatedAt;
22399
+ Columns;
22399
22400
  Dataset;
22400
22401
  Entity;
22401
22402
  };
@@ -22446,6 +22447,10 @@ __decorate([
22446
22447
  MaxLength(10),
22447
22448
  __metadata("design:type", Date)
22448
22449
  ], DatasetItem_.prototype, "_mj__UpdatedAt", void 0);
22450
+ __decorate([
22451
+ Field({ nullable: true, description: 'Optional column to store a comma-delimited list of columns for the DatasetItem' }),
22452
+ __metadata("design:type", String)
22453
+ ], DatasetItem_.prototype, "Columns", void 0);
22449
22454
  __decorate([
22450
22455
  Field(),
22451
22456
  MaxLength(200),