@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.
package/build.log.json CHANGED
@@ -388,5 +388,11 @@
388
388
  },
389
389
  {
390
390
  "buildTime": "2024-03-21T12:31:44.1382448-05:00"
391
+ },
392
+ {
393
+ "buildTime": "2024-03-21T17:54:34.0676481-05:00"
394
+ },
395
+ {
396
+ "buildTime": "2024-03-22T14:21:13.2329503-05:00"
391
397
  }
392
398
  ]
@@ -3971,6 +3971,7 @@ export declare class UserViewCategory_ {
3971
3971
  ParentID?: number;
3972
3972
  CreatedAt: Date;
3973
3973
  UpdatedAt: Date;
3974
+ EntityID: number;
3974
3975
  Parent?: string;
3975
3976
  UserViewCategoriesArray: mj_core_schema_server_object_types.UserViewCategory_[];
3976
3977
  UserViewsArray: mj_core_schema_server_object_types.UserView_[];
@@ -3979,12 +3980,14 @@ export declare class CreateUserViewCategoryInput {
3979
3980
  Name: string;
3980
3981
  Description: string;
3981
3982
  ParentID: number;
3983
+ EntityID: number;
3982
3984
  }
3983
3985
  export declare class UpdateUserViewCategoryInput {
3984
3986
  ID: number;
3985
3987
  Name: string;
3986
3988
  Description: string;
3987
3989
  ParentID: number;
3990
+ EntityID: number;
3988
3991
  }
3989
3992
  export declare class RunUserViewCategoryViewResult {
3990
3993
  Results: UserViewCategory_[];