@memberjunction/server 2.63.0 → 2.64.0
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/dist/generated/generated.js +29 -29
- package/dist/generated/generated.js.map +1 -1
- package/package.json +34 -34
- package/src/generated/generated.ts +29 -29
|
@@ -1123,7 +1123,7 @@ __decorate([
|
|
|
1123
1123
|
__metadata("design:type", Array)
|
|
1124
1124
|
], GeneratedCodeCategory_.prototype, "GeneratedCodes_CategoryIDArray", void 0);
|
|
1125
1125
|
GeneratedCodeCategory_ = __decorate([
|
|
1126
|
-
ObjectType()
|
|
1126
|
+
ObjectType({ description: `Categorization for generated code, including optional parent-child relationships.` })
|
|
1127
1127
|
], GeneratedCodeCategory_);
|
|
1128
1128
|
export { GeneratedCodeCategory_ };
|
|
1129
1129
|
let CreateGeneratedCodeCategoryInput = class CreateGeneratedCodeCategoryInput {
|
|
@@ -2081,7 +2081,7 @@ __decorate([
|
|
|
2081
2081
|
__metadata("design:type", Array)
|
|
2082
2082
|
], AIAgentRun_.prototype, "MJ_AIPromptRuns_AgentRunIDArray", void 0);
|
|
2083
2083
|
AIAgentRun_ = __decorate([
|
|
2084
|
-
ObjectType()
|
|
2084
|
+
ObjectType({ description: `Tracks individual execution runs of AI agents, including hierarchical sub-agent runs. Provides basic logging, state persistence, and resource tracking for agent executions. Supports pause/resume functionality through state serialization.` })
|
|
2085
2085
|
], AIAgentRun_);
|
|
2086
2086
|
export { AIAgentRun_ };
|
|
2087
2087
|
let CreateAIAgentRunInput = class CreateAIAgentRunInput {
|
|
@@ -2639,7 +2639,7 @@ __decorate([
|
|
|
2639
2639
|
__metadata("design:type", Array)
|
|
2640
2640
|
], AIVendor_.prototype, "MJ_AIVendorTypes_VendorIDArray", void 0);
|
|
2641
2641
|
AIVendor_ = __decorate([
|
|
2642
|
-
ObjectType()
|
|
2642
|
+
ObjectType({ description: `Stores information about AI vendors providing models and/or inference services.` })
|
|
2643
2643
|
], AIVendor_);
|
|
2644
2644
|
export { AIVendor_ };
|
|
2645
2645
|
let CreateAIVendorInput = class CreateAIVendorInput {
|
|
@@ -3028,7 +3028,7 @@ __decorate([
|
|
|
3028
3028
|
__metadata("design:type", Array)
|
|
3029
3029
|
], AIConfiguration_.prototype, "MJ_AIPromptRuns_ConfigurationIDArray", void 0);
|
|
3030
3030
|
AIConfiguration_ = __decorate([
|
|
3031
|
-
ObjectType()
|
|
3031
|
+
ObjectType({ description: `Stores configurations for AI prompt execution environments and settings.` })
|
|
3032
3032
|
], AIConfiguration_);
|
|
3033
3033
|
export { AIConfiguration_ };
|
|
3034
3034
|
let CreateAIConfigurationInput = class CreateAIConfigurationInput {
|
|
@@ -3399,7 +3399,7 @@ __decorate([
|
|
|
3399
3399
|
__metadata("design:type", String)
|
|
3400
3400
|
], AIAgent_.prototype, "Description", void 0);
|
|
3401
3401
|
__decorate([
|
|
3402
|
-
Field({ nullable: true }),
|
|
3402
|
+
Field({ nullable: true, description: `URL to an image file or base64 data URI (e.g., data:image/png;base64,...) for the agent logo. Takes precedence over IconClass in UI display.` }),
|
|
3403
3403
|
MaxLength(510),
|
|
3404
3404
|
__metadata("design:type", String)
|
|
3405
3405
|
], AIAgent_.prototype, "LogoURL", void 0);
|
|
@@ -4176,7 +4176,7 @@ __decorate([
|
|
|
4176
4176
|
__metadata("design:type", String)
|
|
4177
4177
|
], AIModelCost_.prototype, "UnitType", void 0);
|
|
4178
4178
|
AIModelCost_ = __decorate([
|
|
4179
|
-
ObjectType()
|
|
4179
|
+
ObjectType({ description: `Stores historical and current pricing information for AI models across different vendors, with optional temporal tracking and support for different processing types` })
|
|
4180
4180
|
], AIModelCost_);
|
|
4181
4181
|
export { AIModelCost_ };
|
|
4182
4182
|
let CreateAIModelCostInput = class CreateAIModelCostInput {
|
|
@@ -4578,7 +4578,7 @@ __decorate([
|
|
|
4578
4578
|
__metadata("design:type", String)
|
|
4579
4579
|
], AIPromptModel_.prototype, "Configuration", void 0);
|
|
4580
4580
|
AIPromptModel_ = __decorate([
|
|
4581
|
-
ObjectType()
|
|
4581
|
+
ObjectType({ description: `Associates AI prompts with specific models and configurations, including execution details.` })
|
|
4582
4582
|
], AIPromptModel_);
|
|
4583
4583
|
export { AIPromptModel_ };
|
|
4584
4584
|
let CreateAIPromptModelInput = class CreateAIPromptModelInput {
|
|
@@ -4929,7 +4929,7 @@ __decorate([
|
|
|
4929
4929
|
__metadata("design:type", Array)
|
|
4930
4930
|
], AIAgentType_.prototype, "AIAgents_TypeIDArray", void 0);
|
|
4931
4931
|
AIAgentType_ = __decorate([
|
|
4932
|
-
ObjectType()
|
|
4932
|
+
ObjectType({ description: `Defines types of AI agents with their system prompts and behavioral characteristics. Each agent type represents a category of agents that share common system-level instructions and capabilities.` })
|
|
4933
4933
|
], AIAgentType_);
|
|
4934
4934
|
export { AIAgentType_ };
|
|
4935
4935
|
let CreateAIAgentTypeInput = class CreateAIAgentTypeInput {
|
|
@@ -5767,7 +5767,7 @@ __decorate([
|
|
|
5767
5767
|
__metadata("design:type", Array)
|
|
5768
5768
|
], AIModelPriceType_.prototype, "MJ_AIModelCosts_PriceTypeIDArray", void 0);
|
|
5769
5769
|
AIModelPriceType_ = __decorate([
|
|
5770
|
-
ObjectType()
|
|
5770
|
+
ObjectType({ description: `Defines the different types of pricing metrics used by AI model vendors (e.g., Tokens, Minutes, Characters, API Calls)` })
|
|
5771
5771
|
], AIModelPriceType_);
|
|
5772
5772
|
export { AIModelPriceType_ };
|
|
5773
5773
|
let CreateAIModelPriceTypeInput = class CreateAIModelPriceTypeInput {
|
|
@@ -14618,7 +14618,7 @@ __decorate([
|
|
|
14618
14618
|
__metadata("design:type", String)
|
|
14619
14619
|
], User_.prototype, "Title", void 0);
|
|
14620
14620
|
__decorate([
|
|
14621
|
-
Field(),
|
|
14621
|
+
Field({ description: `Unique email address for the user. This field must be unique across all users in the system.` }),
|
|
14622
14622
|
MaxLength(200),
|
|
14623
14623
|
__metadata("design:type", String)
|
|
14624
14624
|
], User_.prototype, "Email", void 0);
|
|
@@ -44675,7 +44675,7 @@ __decorate([
|
|
|
44675
44675
|
__metadata("design:type", String)
|
|
44676
44676
|
], Action_.prototype, "CategoryID", void 0);
|
|
44677
44677
|
__decorate([
|
|
44678
|
-
Field(),
|
|
44678
|
+
Field({ description: `The name of the action. Must be unique within the combination of CategoryID and ParentID. Actions with the same name can exist in different categories or under different parents.` }),
|
|
44679
44679
|
MaxLength(850),
|
|
44680
44680
|
__metadata("design:type", String)
|
|
44681
44681
|
], Action_.prototype, "Name", void 0);
|
|
@@ -55027,7 +55027,7 @@ __decorate([
|
|
|
55027
55027
|
__metadata("design:type", Array)
|
|
55028
55028
|
], ConversationArtifactVersion_.prototype, "ConversationDetails_ArtifactVersionIDArray", void 0);
|
|
55029
55029
|
ConversationArtifactVersion_ = __decorate([
|
|
55030
|
-
ObjectType()
|
|
55030
|
+
ObjectType({ description: `Stores versions of conversation artifacts` })
|
|
55031
55031
|
], ConversationArtifactVersion_);
|
|
55032
55032
|
export { ConversationArtifactVersion_ };
|
|
55033
55033
|
let CreateConversationArtifactVersionInput = class CreateConversationArtifactVersionInput {
|
|
@@ -55359,7 +55359,7 @@ __decorate([
|
|
|
55359
55359
|
__metadata("design:type", String)
|
|
55360
55360
|
], AIAgentRequest_.prototype, "ResponseByUser", void 0);
|
|
55361
55361
|
AIAgentRequest_ = __decorate([
|
|
55362
|
-
ObjectType()
|
|
55362
|
+
ObjectType({ description: `Table to log AI Agent requests, responses, and their statuses.` })
|
|
55363
55363
|
], AIAgentRequest_);
|
|
55364
55364
|
export { AIAgentRequest_ };
|
|
55365
55365
|
let CreateAIAgentRequestInput = class CreateAIAgentRequestInput {
|
|
@@ -55736,7 +55736,7 @@ __decorate([
|
|
|
55736
55736
|
__metadata("design:type", String)
|
|
55737
55737
|
], AIModelVendor_.prototype, "Type", void 0);
|
|
55738
55738
|
AIModelVendor_ = __decorate([
|
|
55739
|
-
ObjectType()
|
|
55739
|
+
ObjectType({ description: `Associates AI models with vendors providing them, including vendor-specific implementation details.` })
|
|
55740
55740
|
], AIModelVendor_);
|
|
55741
55741
|
export { AIModelVendor_ };
|
|
55742
55742
|
let CreateAIModelVendorInput = class CreateAIModelVendorInput {
|
|
@@ -56083,7 +56083,7 @@ __decorate([
|
|
|
56083
56083
|
__metadata("design:type", Array)
|
|
56084
56084
|
], AIVendorTypeDefinition_.prototype, "MJ_AIVendorTypes_TypeIDArray", void 0);
|
|
56085
56085
|
AIVendorTypeDefinition_ = __decorate([
|
|
56086
|
-
ObjectType()
|
|
56086
|
+
ObjectType({ description: `Defines the possible types of AI vendors, such as Model Developer or Inference Provider.` })
|
|
56087
56087
|
], AIVendorTypeDefinition_);
|
|
56088
56088
|
export { AIVendorTypeDefinition_ };
|
|
56089
56089
|
let CreateAIVendorTypeDefinitionInput = class CreateAIVendorTypeDefinitionInput {
|
|
@@ -56362,7 +56362,7 @@ __decorate([
|
|
|
56362
56362
|
__metadata("design:type", String)
|
|
56363
56363
|
], ReportUserState_.prototype, "User", void 0);
|
|
56364
56364
|
ReportUserState_ = __decorate([
|
|
56365
|
-
ObjectType()
|
|
56365
|
+
ObjectType({ description: `Tracks individual user state within interactive reports` })
|
|
56366
56366
|
], ReportUserState_);
|
|
56367
56367
|
export { ReportUserState_ };
|
|
56368
56368
|
let CreateReportUserStateInput = class CreateReportUserStateInput {
|
|
@@ -56857,7 +56857,7 @@ __decorate([
|
|
|
56857
56857
|
__metadata("design:type", String)
|
|
56858
56858
|
], DashboardUserState_.prototype, "User", void 0);
|
|
56859
56859
|
DashboardUserState_ = __decorate([
|
|
56860
|
-
ObjectType()
|
|
56860
|
+
ObjectType({ description: `Stores user-specific dashboard state information` })
|
|
56861
56861
|
], DashboardUserState_);
|
|
56862
56862
|
export { DashboardUserState_ };
|
|
56863
56863
|
let CreateDashboardUserStateInput = class CreateDashboardUserStateInput {
|
|
@@ -57110,7 +57110,7 @@ __decorate([
|
|
|
57110
57110
|
__metadata("design:type", Array)
|
|
57111
57111
|
], ArtifactType_.prototype, "MJ_ConversationArtifacts_ArtifactTypeIDArray", void 0);
|
|
57112
57112
|
ArtifactType_ = __decorate([
|
|
57113
|
-
ObjectType()
|
|
57113
|
+
ObjectType({ description: `Defines the types of artifacts that can be created within conversations` })
|
|
57114
57114
|
], ArtifactType_);
|
|
57115
57115
|
export { ArtifactType_ };
|
|
57116
57116
|
let CreateArtifactTypeInput = class CreateArtifactTypeInput {
|
|
@@ -57398,7 +57398,7 @@ __decorate([
|
|
|
57398
57398
|
__metadata("design:type", String)
|
|
57399
57399
|
], AIVendorType_.prototype, "Type", void 0);
|
|
57400
57400
|
AIVendorType_ = __decorate([
|
|
57401
|
-
ObjectType()
|
|
57401
|
+
ObjectType({ description: `Associates vendors with their types (Model Developer, Inference Provider) and tracks the status of each role.` })
|
|
57402
57402
|
], AIVendorType_);
|
|
57403
57403
|
export { AIVendorType_ };
|
|
57404
57404
|
let CreateAIVendorTypeInput = class CreateAIVendorTypeInput {
|
|
@@ -57695,7 +57695,7 @@ __decorate([
|
|
|
57695
57695
|
__metadata("design:type", Array)
|
|
57696
57696
|
], ConversationArtifact_.prototype, "ConversationDetails_ArtifactIDArray", void 0);
|
|
57697
57697
|
ConversationArtifact_ = __decorate([
|
|
57698
|
-
ObjectType()
|
|
57698
|
+
ObjectType({ description: `Stores metadata for artifacts created within conversations` })
|
|
57699
57699
|
], ConversationArtifact_);
|
|
57700
57700
|
export { ConversationArtifact_ };
|
|
57701
57701
|
let CreateConversationArtifactInput = class CreateConversationArtifactInput {
|
|
@@ -58065,7 +58065,7 @@ __decorate([
|
|
|
58065
58065
|
__metadata("design:type", String)
|
|
58066
58066
|
], AIAgentPrompt_.prototype, "Configuration", void 0);
|
|
58067
58067
|
AIAgentPrompt_ = __decorate([
|
|
58068
|
-
ObjectType()
|
|
58068
|
+
ObjectType({ description: `Links AI agents with the prompts they use, including execution order and context handling.` })
|
|
58069
58069
|
], AIAgentPrompt_);
|
|
58070
58070
|
export { AIAgentPrompt_ };
|
|
58071
58071
|
let CreateAIAgentPromptInput = class CreateAIAgentPromptInput {
|
|
@@ -58388,7 +58388,7 @@ __decorate([
|
|
|
58388
58388
|
__metadata("design:type", String)
|
|
58389
58389
|
], DashboardUserPreference_.prototype, "Application", void 0);
|
|
58390
58390
|
DashboardUserPreference_ = __decorate([
|
|
58391
|
-
ObjectType()
|
|
58391
|
+
ObjectType({ description: `Stores dashboard preferences for users and system defaults. The absence of a record for a dashboard means it is not shown.` })
|
|
58392
58392
|
], DashboardUserPreference_);
|
|
58393
58393
|
export { DashboardUserPreference_ };
|
|
58394
58394
|
let CreateDashboardUserPreferenceInput = class CreateDashboardUserPreferenceInput {
|
|
@@ -61891,7 +61891,7 @@ __decorate([
|
|
|
61891
61891
|
__metadata("design:type", String)
|
|
61892
61892
|
], GeneratedCode_.prototype, "LinkedEntity", void 0);
|
|
61893
61893
|
GeneratedCode_ = __decorate([
|
|
61894
|
-
ObjectType()
|
|
61894
|
+
ObjectType({ description: `Stores LLM-generated code snippets, tracking their source, category, and validation status.` })
|
|
61895
61895
|
], GeneratedCode_);
|
|
61896
61896
|
export { GeneratedCode_ };
|
|
61897
61897
|
let CreateGeneratedCodeInput = class CreateGeneratedCodeInput {
|
|
@@ -62548,7 +62548,7 @@ __decorate([
|
|
|
62548
62548
|
__metadata("design:type", Array)
|
|
62549
62549
|
], AIPromptRun_.prototype, "AIResultCache_PromptRunIDArray", void 0);
|
|
62550
62550
|
AIPromptRun_ = __decorate([
|
|
62551
|
-
ObjectType()
|
|
62551
|
+
ObjectType({ description: `Tracks AI prompt executions including timings, inputs, outputs, and performance metrics.` })
|
|
62552
62552
|
], AIPromptRun_);
|
|
62553
62553
|
export { AIPromptRun_ };
|
|
62554
62554
|
let CreateAIPromptRunInput = class CreateAIPromptRunInput {
|
|
@@ -63431,7 +63431,7 @@ __decorate([
|
|
|
63431
63431
|
__metadata("design:type", String)
|
|
63432
63432
|
], AIAgentRunStep_.prototype, "PayloadAtEnd", void 0);
|
|
63433
63433
|
AIAgentRunStep_ = __decorate([
|
|
63434
|
-
ObjectType()
|
|
63434
|
+
ObjectType({ description: `Provides basic, step-by-step tracking of agent execution. Each step represents a discrete action within an agent run, such as prompt execution, tool usage, decision making, or sub-agent coordination.` })
|
|
63435
63435
|
], AIAgentRunStep_);
|
|
63436
63436
|
export { AIAgentRunStep_ };
|
|
63437
63437
|
let CreateAIAgentRunStepInput = class CreateAIAgentRunStepInput {
|
|
@@ -63801,7 +63801,7 @@ __decorate([
|
|
|
63801
63801
|
__metadata("design:type", String)
|
|
63802
63802
|
], ConversationArtifactPermission_.prototype, "ConversationArtifact", void 0);
|
|
63803
63803
|
ConversationArtifactPermission_ = __decorate([
|
|
63804
|
-
ObjectType()
|
|
63804
|
+
ObjectType({ description: `Manages user permissions for conversation artifacts` })
|
|
63805
63805
|
], ConversationArtifactPermission_);
|
|
63806
63806
|
export { ConversationArtifactPermission_ };
|
|
63807
63807
|
let CreateConversationArtifactPermissionInput = class CreateConversationArtifactPermissionInput {
|
|
@@ -64049,7 +64049,7 @@ __decorate([
|
|
|
64049
64049
|
__metadata("design:type", Array)
|
|
64050
64050
|
], AIModelPriceUnitType_.prototype, "MJ_AIModelCosts_UnitTypeIDArray", void 0);
|
|
64051
64051
|
AIModelPriceUnitType_ = __decorate([
|
|
64052
|
-
ObjectType()
|
|
64052
|
+
ObjectType({ description: `Defines the unit scales used for pricing (e.g., Per 1M Tokens, Per 1K Tokens, Per Minute). Includes driver class for normalization calculations` })
|
|
64053
64053
|
], AIModelPriceUnitType_);
|
|
64054
64054
|
export { AIModelPriceUnitType_ };
|
|
64055
64055
|
let CreateAIModelPriceUnitTypeInput = class CreateAIModelPriceUnitTypeInput {
|
|
@@ -64611,7 +64611,7 @@ __decorate([
|
|
|
64611
64611
|
__metadata("design:type", String)
|
|
64612
64612
|
], ReportVersion_.prototype, "Report", void 0);
|
|
64613
64613
|
ReportVersion_ = __decorate([
|
|
64614
|
-
ObjectType()
|
|
64614
|
+
ObjectType({ description: `Stores iterations of report logic, structure, and layout changes` })
|
|
64615
64615
|
], ReportVersion_);
|
|
64616
64616
|
export { ReportVersion_ };
|
|
64617
64617
|
let CreateReportVersionInput = class CreateReportVersionInput {
|
|
@@ -64901,7 +64901,7 @@ __decorate([
|
|
|
64901
64901
|
__metadata("design:type", String)
|
|
64902
64902
|
], AIConfigurationParam_.prototype, "Configuration", void 0);
|
|
64903
64903
|
AIConfigurationParam_ = __decorate([
|
|
64904
|
-
ObjectType()
|
|
64904
|
+
ObjectType({ description: `Stores configuration parameters that can be referenced by prompts and used to control execution behavior.` })
|
|
64905
64905
|
], AIConfigurationParam_);
|
|
64906
64906
|
export { AIConfigurationParam_ };
|
|
64907
64907
|
let CreateAIConfigurationParamInput = class CreateAIConfigurationParamInput {
|