@memberjunction/core-entities 2.42.0 → 2.42.1

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.
@@ -2873,7 +2873,7 @@ export declare const EntitySchema: z.ZodObject<{
2873
2873
  Name?: string;
2874
2874
  Description?: string;
2875
2875
  ParentID?: string;
2876
- Status?: "Active" | "Disabled" | "Deprecated";
2876
+ Status?: "Active" | "Deprecated" | "Disabled";
2877
2877
  Icon?: string;
2878
2878
  NameSuffix?: string;
2879
2879
  AutoUpdateDescription?: boolean;
@@ -2936,7 +2936,7 @@ export declare const EntitySchema: z.ZodObject<{
2936
2936
  Name?: string;
2937
2937
  Description?: string;
2938
2938
  ParentID?: string;
2939
- Status?: "Active" | "Disabled" | "Deprecated";
2939
+ Status?: "Active" | "Deprecated" | "Disabled";
2940
2940
  Icon?: string;
2941
2941
  NameSuffix?: string;
2942
2942
  AutoUpdateDescription?: boolean;
@@ -4417,7 +4417,7 @@ export declare const ListDetailSchema: z.ZodObject<{
4417
4417
  ID?: string;
4418
4418
  __mj_CreatedAt?: Date;
4419
4419
  __mj_UpdatedAt?: Date;
4420
- Status?: "Other" | "Pending" | "Complete" | "Error" | "Rejected" | "Active" | "Disabled";
4420
+ Status?: "Other" | "Pending" | "Complete" | "Error" | "Active" | "Disabled" | "Rejected";
4421
4421
  Sequence?: number;
4422
4422
  RecordID?: string;
4423
4423
  ListID?: string;
@@ -4427,7 +4427,7 @@ export declare const ListDetailSchema: z.ZodObject<{
4427
4427
  ID?: string;
4428
4428
  __mj_CreatedAt?: Date;
4429
4429
  __mj_UpdatedAt?: Date;
4430
- Status?: "Other" | "Pending" | "Complete" | "Error" | "Rejected" | "Active" | "Disabled";
4430
+ Status?: "Other" | "Pending" | "Complete" | "Error" | "Active" | "Disabled" | "Rejected";
4431
4431
  Sequence?: number;
4432
4432
  RecordID?: string;
4433
4433
  ListID?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/core-entities",
3
- "version": "2.42.0",
3
+ "version": "2.42.1",
4
4
  "description": "Entity subclasses for the metadata layer of MemberJunction defined in the MJ_CORE schema (usually 'admin'), distributed as part of each release of MemberJunction",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,8 +19,8 @@
19
19
  "typescript": "^5.4.5"
20
20
  },
21
21
  "dependencies": {
22
- "@memberjunction/core": "2.42.0",
23
- "@memberjunction/global": "2.42.0",
22
+ "@memberjunction/core": "2.42.1",
23
+ "@memberjunction/global": "2.42.1",
24
24
  "zod": "^3.23.8"
25
25
  }
26
26
  }