@memberjunction/server 0.9.241 → 0.9.243

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.
@@ -22553,6 +22553,10 @@ __decorate([
22553
22553
  (0, class_validator_1.MaxLength)(8),
22554
22554
  __metadata("design:type", Date)
22555
22555
  ], UserViewCategory_.prototype, "UpdatedAt", void 0);
22556
+ __decorate([
22557
+ (0, server_1.Field)(() => server_1.Int),
22558
+ __metadata("design:type", Number)
22559
+ ], UserViewCategory_.prototype, "EntityID", void 0);
22556
22560
  __decorate([
22557
22561
  (0, server_1.Field)({ nullable: true }),
22558
22562
  (0, class_validator_1.MaxLength)(200),
@@ -22584,6 +22588,10 @@ __decorate([
22584
22588
  (0, server_1.Field)(() => server_1.Int, { nullable: true }),
22585
22589
  __metadata("design:type", Number)
22586
22590
  ], CreateUserViewCategoryInput.prototype, "ParentID", void 0);
22591
+ __decorate([
22592
+ (0, server_1.Field)(() => server_1.Int),
22593
+ __metadata("design:type", Number)
22594
+ ], CreateUserViewCategoryInput.prototype, "EntityID", void 0);
22587
22595
  exports.CreateUserViewCategoryInput = CreateUserViewCategoryInput = __decorate([
22588
22596
  (0, server_1.InputType)()
22589
22597
  ], CreateUserViewCategoryInput);
@@ -22606,6 +22614,10 @@ __decorate([
22606
22614
  (0, server_1.Field)(() => server_1.Int, { nullable: true }),
22607
22615
  __metadata("design:type", Number)
22608
22616
  ], UpdateUserViewCategoryInput.prototype, "ParentID", void 0);
22617
+ __decorate([
22618
+ (0, server_1.Field)(() => server_1.Int),
22619
+ __metadata("design:type", Number)
22620
+ ], UpdateUserViewCategoryInput.prototype, "EntityID", void 0);
22609
22621
  exports.UpdateUserViewCategoryInput = UpdateUserViewCategoryInput = __decorate([
22610
22622
  (0, server_1.InputType)()
22611
22623
  ], UpdateUserViewCategoryInput);