@memberjunction/server 0.9.248 → 0.9.250

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.
@@ -10510,6 +10510,10 @@ __decorate([
10510
10510
  (0, class_validator_1.MaxLength)(400),
10511
10511
  __metadata("design:type", String)
10512
10512
  ], Workflow_.prototype, "SubclassName", void 0);
10513
+ __decorate([
10514
+ (0, server_1.Field)(() => server_1.Int, { nullable: true }),
10515
+ __metadata("design:type", Number)
10516
+ ], Workflow_.prototype, "AutoRunIntervalMinutes", void 0);
10513
10517
  __decorate([
10514
10518
  (0, server_1.Field)(() => [mj_core_schema_server_object_types.Report_]),
10515
10519
  __metadata("design:type", Array)
@@ -12411,6 +12415,11 @@ __decorate([
12411
12415
  (0, class_validator_1.MaxLength)(8),
12412
12416
  __metadata("design:type", Date)
12413
12417
  ], EntityFieldValue_.prototype, "UpdatedAt", void 0);
12418
+ __decorate([
12419
+ (0, server_1.Field)(),
12420
+ (0, class_validator_1.MaxLength)(510),
12421
+ __metadata("design:type", String)
12422
+ ], EntityFieldValue_.prototype, "EntityField", void 0);
12414
12423
  __decorate([
12415
12424
  (0, server_1.Field)(),
12416
12425
  (0, class_validator_1.MaxLength)(510),
@@ -24819,6 +24828,11 @@ __decorate([
24819
24828
  (0, class_validator_1.MaxLength)(8),
24820
24829
  __metadata("design:type", Date)
24821
24830
  ], VersionInstallation_.prototype, "UpdatedAt", void 0);
24831
+ __decorate([
24832
+ (0, server_1.Field)({ nullable: true }),
24833
+ (0, class_validator_1.MaxLength)(604),
24834
+ __metadata("design:type", String)
24835
+ ], VersionInstallation_.prototype, "CompleteVersion", void 0);
24822
24836
  exports.VersionInstallation_ = VersionInstallation_ = __decorate([
24823
24837
  (0, server_1.ObjectType)()
24824
24838
  ], VersionInstallation_);