@memberjunction/core-entities 2.3.1 → 2.3.3

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.
@@ -1,5 +1,6 @@
1
1
  import { BaseEntity, EntitySaveOptions } from "@memberjunction/core";
2
2
  import { z } from "zod";
3
+ export declare const loadModule: () => void;
3
4
  /**
4
5
  * zod schema definition for the entity Action Authorizations
5
6
  */
@@ -7087,7 +7088,6 @@ export declare class AIModelEntity extends BaseEntity<AIModelEntityType> {
7087
7088
  * * Field Name: ModelSelectionInsights
7088
7089
  * * Display Name: Model Selection Insights
7089
7090
  * * SQL Data Type: nvarchar(MAX)
7090
- * * Default Value: null
7091
7091
  * * Description: This column stores unstructured text notes that provide insights into what the model is particularly good at and areas where it may not perform as well. These notes can be used by a human or an AI to determine if the model is a good fit for various purposes.
7092
7092
  */
7093
7093
  get ModelSelectionInsights(): string | null;
@@ -9263,7 +9263,6 @@ export declare class CompanyIntegrationRunEntity extends BaseEntity<CompanyInteg
9263
9263
  * * Field Name: RunByUser
9264
9264
  * * Display Name: Run By User
9265
9265
  * * SQL Data Type: nvarchar(100)
9266
- * * Default Value: null
9267
9266
  */
9268
9267
  get RunByUser(): string;
9269
9268
  }