@memberjunction/server 2.111.1 → 2.113.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.d.ts +140 -10
- package/dist/generated/generated.d.ts.map +1 -1
- package/dist/generated/generated.js +923 -74
- package/dist/generated/generated.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +39 -37
- package/src/generated/generated.ts +590 -54
- package/src/index.ts +6 -0
|
@@ -448,8 +448,8 @@ export declare class MJAIAgentRun_ {
|
|
|
448
448
|
RootLastRunID?: string;
|
|
449
449
|
MJ_AIAgentRunSteps_AgentRunIDArray: MJAIAgentRunStep_[];
|
|
450
450
|
MJ_AIAgentRuns_ParentRunIDArray: MJAIAgentRun_[];
|
|
451
|
-
AIAgentNotes_SourceAIAgentRunIDArray: MJAIAgentNote_[];
|
|
452
451
|
MJ_AIAgentExamples_SourceAIAgentRunIDArray: MJAIAgentExample_[];
|
|
452
|
+
AIAgentNotes_SourceAIAgentRunIDArray: MJAIAgentNote_[];
|
|
453
453
|
MJ_AIPromptRuns_AgentRunIDArray: MJAIPromptRun_[];
|
|
454
454
|
}
|
|
455
455
|
export declare class CreateMJAIAgentRunInput {
|
|
@@ -549,8 +549,8 @@ export declare class MJAIAgentRunResolver extends ResolverBase {
|
|
|
549
549
|
MJAIAgentRun(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIAgentRun_ | null>;
|
|
550
550
|
MJ_AIAgentRunSteps_AgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
551
551
|
MJ_AIAgentRuns_ParentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
552
|
-
AIAgentNotes_SourceAIAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
553
552
|
MJ_AIAgentExamples_SourceAIAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
553
|
+
AIAgentNotes_SourceAIAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
554
554
|
MJ_AIPromptRuns_AgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
555
555
|
CreateMJAIAgentRun(input: CreateMJAIAgentRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
556
556
|
UpdateMJAIAgentRun(input: UpdateMJAIAgentRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -658,9 +658,9 @@ export declare class MJAIConfiguration_ {
|
|
|
658
658
|
DefaultPromptForContextSummarization?: string;
|
|
659
659
|
MJ_AIConfigurationParams_ConfigurationIDArray: MJAIConfigurationParam_[];
|
|
660
660
|
MJ_AIAgentPrompts_ConfigurationIDArray: MJAIAgentPrompt_[];
|
|
661
|
+
MJ_AIPromptRuns_ConfigurationIDArray: MJAIPromptRun_[];
|
|
661
662
|
MJ_AIPromptModels_ConfigurationIDArray: MJAIPromptModel_[];
|
|
662
663
|
AIResultCache_ConfigurationIDArray: MJAIResultCache_[];
|
|
663
|
-
MJ_AIPromptRuns_ConfigurationIDArray: MJAIPromptRun_[];
|
|
664
664
|
MJ_AIAgentRuns_ConfigurationIDArray: MJAIAgentRun_[];
|
|
665
665
|
}
|
|
666
666
|
export declare class CreateMJAIConfigurationInput {
|
|
@@ -698,9 +698,9 @@ export declare class MJAIConfigurationResolver extends ResolverBase {
|
|
|
698
698
|
MJAIConfiguration(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIConfiguration_ | null>;
|
|
699
699
|
MJ_AIConfigurationParams_ConfigurationIDArray(mjaiconfiguration_: MJAIConfiguration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
700
700
|
MJ_AIAgentPrompts_ConfigurationIDArray(mjaiconfiguration_: MJAIConfiguration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
701
|
+
MJ_AIPromptRuns_ConfigurationIDArray(mjaiconfiguration_: MJAIConfiguration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
701
702
|
MJ_AIPromptModels_ConfigurationIDArray(mjaiconfiguration_: MJAIConfiguration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
702
703
|
AIResultCache_ConfigurationIDArray(mjaiconfiguration_: MJAIConfiguration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
703
|
-
MJ_AIPromptRuns_ConfigurationIDArray(mjaiconfiguration_: MJAIConfiguration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
704
704
|
MJ_AIAgentRuns_ConfigurationIDArray(mjaiconfiguration_: MJAIConfiguration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
705
705
|
CreateMJAIConfiguration(input: CreateMJAIConfigurationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
706
706
|
UpdateMJAIConfiguration(input: UpdateMJAIConfigurationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -756,6 +756,9 @@ export declare class MJAIAgent_ {
|
|
|
756
756
|
InjectExamples: boolean;
|
|
757
757
|
MaxExamplesToInject: number;
|
|
758
758
|
ExampleInjectionStrategy: string;
|
|
759
|
+
IsRestricted: boolean;
|
|
760
|
+
MessageMode: string;
|
|
761
|
+
MaxMessages?: number;
|
|
759
762
|
Parent?: string;
|
|
760
763
|
ContextCompressionPrompt?: string;
|
|
761
764
|
Type?: string;
|
|
@@ -831,6 +834,9 @@ export declare class CreateMJAIAgentInput {
|
|
|
831
834
|
InjectExamples?: boolean;
|
|
832
835
|
MaxExamplesToInject?: number;
|
|
833
836
|
ExampleInjectionStrategy?: string;
|
|
837
|
+
IsRestricted?: boolean;
|
|
838
|
+
MessageMode?: string;
|
|
839
|
+
MaxMessages: number | null;
|
|
834
840
|
}
|
|
835
841
|
export declare class UpdateMJAIAgentInput {
|
|
836
842
|
ID: string;
|
|
@@ -880,6 +886,9 @@ export declare class UpdateMJAIAgentInput {
|
|
|
880
886
|
InjectExamples?: boolean;
|
|
881
887
|
MaxExamplesToInject?: number;
|
|
882
888
|
ExampleInjectionStrategy?: string;
|
|
889
|
+
IsRestricted?: boolean;
|
|
890
|
+
MessageMode?: string;
|
|
891
|
+
MaxMessages?: number | null;
|
|
883
892
|
OldValues___?: KeyValuePairInput[];
|
|
884
893
|
}
|
|
885
894
|
export declare class RunMJAIAgentViewResult {
|
|
@@ -1231,11 +1240,14 @@ export declare class MJAIAgentNote_ {
|
|
|
1231
1240
|
SourceConversationDetailID?: string;
|
|
1232
1241
|
SourceAIAgentRunID?: string;
|
|
1233
1242
|
CompanyID?: string;
|
|
1243
|
+
EmbeddingVector?: string;
|
|
1244
|
+
EmbeddingModelID?: string;
|
|
1234
1245
|
Agent?: string;
|
|
1235
1246
|
AgentNoteType?: string;
|
|
1236
1247
|
User?: string;
|
|
1237
1248
|
SourceConversation?: string;
|
|
1238
1249
|
Company?: string;
|
|
1250
|
+
EmbeddingModel?: string;
|
|
1239
1251
|
}
|
|
1240
1252
|
export declare class CreateMJAIAgentNoteInput {
|
|
1241
1253
|
ID?: string;
|
|
@@ -1251,6 +1263,8 @@ export declare class CreateMJAIAgentNoteInput {
|
|
|
1251
1263
|
SourceConversationDetailID: string | null;
|
|
1252
1264
|
SourceAIAgentRunID: string | null;
|
|
1253
1265
|
CompanyID: string | null;
|
|
1266
|
+
EmbeddingVector: string | null;
|
|
1267
|
+
EmbeddingModelID: string | null;
|
|
1254
1268
|
}
|
|
1255
1269
|
export declare class UpdateMJAIAgentNoteInput {
|
|
1256
1270
|
ID: string;
|
|
@@ -1266,6 +1280,8 @@ export declare class UpdateMJAIAgentNoteInput {
|
|
|
1266
1280
|
SourceConversationDetailID?: string | null;
|
|
1267
1281
|
SourceAIAgentRunID?: string | null;
|
|
1268
1282
|
CompanyID?: string | null;
|
|
1283
|
+
EmbeddingVector?: string | null;
|
|
1284
|
+
EmbeddingModelID?: string | null;
|
|
1269
1285
|
OldValues___?: KeyValuePairInput[];
|
|
1270
1286
|
}
|
|
1271
1287
|
export declare class RunMJAIAgentNoteViewResult {
|
|
@@ -1503,24 +1519,24 @@ export declare class MJTaskDependencyResolver extends ResolverBase {
|
|
|
1503
1519
|
export declare class MJCollectionArtifact_ {
|
|
1504
1520
|
ID: string;
|
|
1505
1521
|
CollectionID: string;
|
|
1506
|
-
ArtifactID: string;
|
|
1507
1522
|
Sequence: number;
|
|
1508
1523
|
_mj__CreatedAt: Date;
|
|
1509
1524
|
_mj__UpdatedAt: Date;
|
|
1525
|
+
ArtifactVersionID: string;
|
|
1510
1526
|
Collection: string;
|
|
1511
|
-
|
|
1527
|
+
ArtifactVersion?: string;
|
|
1512
1528
|
}
|
|
1513
1529
|
export declare class CreateMJCollectionArtifactInput {
|
|
1514
1530
|
ID?: string;
|
|
1515
1531
|
CollectionID?: string;
|
|
1516
|
-
ArtifactID?: string;
|
|
1517
1532
|
Sequence?: number;
|
|
1533
|
+
ArtifactVersionID?: string;
|
|
1518
1534
|
}
|
|
1519
1535
|
export declare class UpdateMJCollectionArtifactInput {
|
|
1520
1536
|
ID: string;
|
|
1521
1537
|
CollectionID?: string;
|
|
1522
|
-
ArtifactID?: string;
|
|
1523
1538
|
Sequence?: number;
|
|
1539
|
+
ArtifactVersionID?: string;
|
|
1524
1540
|
OldValues___?: KeyValuePairInput[];
|
|
1525
1541
|
}
|
|
1526
1542
|
export declare class RunMJCollectionArtifactViewResult {
|
|
@@ -3116,6 +3132,8 @@ export declare class MJUser_ {
|
|
|
3116
3132
|
MJ_ScheduledJobRuns_ExecutedByUserIDArray: MJScheduledJobRun_[];
|
|
3117
3133
|
MJ_ScheduledJobs_NotifyUserIDArray: MJScheduledJob_[];
|
|
3118
3134
|
MJ_ArtifactPermissions_UserIDArray: MJArtifactPermission_[];
|
|
3135
|
+
MJ_ArtifactUses_UserIDArray: MJArtifactUse_[];
|
|
3136
|
+
MJ_ConversationDetailRatings_UserIDArray: MJConversationDetailRating_[];
|
|
3119
3137
|
ResourcePermissions_UserIDArray: MJResourcePermission_[];
|
|
3120
3138
|
AIAgentRequests_RequestForUserIDArray: MJAIAgentRequest_[];
|
|
3121
3139
|
ConversationDetails_UserIDArray: MJConversationDetail_[];
|
|
@@ -3223,6 +3241,8 @@ export declare class MJUserResolverBase extends ResolverBase {
|
|
|
3223
3241
|
MJ_ScheduledJobRuns_ExecutedByUserIDArray(mjuser_: MJUser_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3224
3242
|
MJ_ScheduledJobs_NotifyUserIDArray(mjuser_: MJUser_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3225
3243
|
MJ_ArtifactPermissions_UserIDArray(mjuser_: MJUser_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3244
|
+
MJ_ArtifactUses_UserIDArray(mjuser_: MJUser_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3245
|
+
MJ_ConversationDetailRatings_UserIDArray(mjuser_: MJUser_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3226
3246
|
ResourcePermissions_UserIDArray(mjuser_: MJUser_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3227
3247
|
AIAgentRequests_RequestForUserIDArray(mjuser_: MJUser_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3228
3248
|
ConversationDetails_UserIDArray(mjuser_: MJUser_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -4752,6 +4772,8 @@ export declare class MJAIModel_ {
|
|
|
4752
4772
|
EntityAIActions_AIModelIDArray: MJEntityAIAction_[];
|
|
4753
4773
|
ContentTypes_AIModelIDArray: MJContentType_[];
|
|
4754
4774
|
AIResultCache_AIModelIDArray: MJAIResultCache_[];
|
|
4775
|
+
AIAgentNotes_EmbeddingModelIDArray: MJAIAgentNote_[];
|
|
4776
|
+
MJ_AIAgentExamples_EmbeddingModelIDArray: MJAIAgentExample_[];
|
|
4755
4777
|
AIAgentModels_ModelIDArray: MJAIAgentModel_[];
|
|
4756
4778
|
MJ_AIModelVendors_ModelIDArray: MJAIModelVendor_[];
|
|
4757
4779
|
GeneratedCodes_GeneratedByModelIDArray: MJGeneratedCode_[];
|
|
@@ -4806,6 +4828,8 @@ export declare class MJAIModelResolver extends ResolverBase {
|
|
|
4806
4828
|
EntityAIActions_AIModelIDArray(mjaimodel_: MJAIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4807
4829
|
ContentTypes_AIModelIDArray(mjaimodel_: MJAIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4808
4830
|
AIResultCache_AIModelIDArray(mjaimodel_: MJAIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4831
|
+
AIAgentNotes_EmbeddingModelIDArray(mjaimodel_: MJAIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4832
|
+
MJ_AIAgentExamples_EmbeddingModelIDArray(mjaimodel_: MJAIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4809
4833
|
AIAgentModels_ModelIDArray(mjaimodel_: MJAIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4810
4834
|
MJ_AIModelVendors_ModelIDArray(mjaimodel_: MJAIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4811
4835
|
GeneratedCodes_GeneratedByModelIDArray(mjaimodel_: MJAIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -5903,6 +5927,7 @@ export declare class MJConversationDetail_ {
|
|
|
5903
5927
|
RootParentID?: string;
|
|
5904
5928
|
Reports_ConversationDetailIDArray: MJReport_[];
|
|
5905
5929
|
MJ_ConversationDetailArtifacts_ConversationDetailIDArray: MJConversationDetailArtifact_[];
|
|
5930
|
+
MJ_ConversationDetailRatings_ConversationDetailIDArray: MJConversationDetailRating_[];
|
|
5906
5931
|
AIAgentNotes_SourceConversationDetailIDArray: MJAIAgentNote_[];
|
|
5907
5932
|
MJ_AIAgentRuns_ConversationDetailIDArray: MJAIAgentRun_[];
|
|
5908
5933
|
ConversationDetails_ParentIDArray: MJConversationDetail_[];
|
|
@@ -5970,6 +5995,7 @@ export declare class MJConversationDetailResolver extends ResolverBase {
|
|
|
5970
5995
|
MJConversationDetail(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJConversationDetail_ | null>;
|
|
5971
5996
|
Reports_ConversationDetailIDArray(mjconversationdetail_: MJConversationDetail_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5972
5997
|
MJ_ConversationDetailArtifacts_ConversationDetailIDArray(mjconversationdetail_: MJConversationDetail_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5998
|
+
MJ_ConversationDetailRatings_ConversationDetailIDArray(mjconversationdetail_: MJConversationDetail_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5973
5999
|
AIAgentNotes_SourceConversationDetailIDArray(mjconversationdetail_: MJConversationDetail_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5974
6000
|
MJ_AIAgentRuns_ConversationDetailIDArray(mjconversationdetail_: MJConversationDetail_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5975
6001
|
ConversationDetails_ParentIDArray(mjconversationdetail_: MJConversationDetail_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -10207,6 +10233,50 @@ export declare class MJAccessControlRuleResolver extends ResolverBase {
|
|
|
10207
10233
|
UpdateMJAccessControlRule(input: UpdateMJAccessControlRuleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10208
10234
|
DeleteMJAccessControlRule(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10209
10235
|
}
|
|
10236
|
+
export declare class MJArtifactUse_ {
|
|
10237
|
+
ID: string;
|
|
10238
|
+
ArtifactVersionID: string;
|
|
10239
|
+
UserID: string;
|
|
10240
|
+
UsageType: string;
|
|
10241
|
+
UsageContext?: string;
|
|
10242
|
+
_mj__CreatedAt: Date;
|
|
10243
|
+
_mj__UpdatedAt: Date;
|
|
10244
|
+
ArtifactVersion?: string;
|
|
10245
|
+
User: string;
|
|
10246
|
+
}
|
|
10247
|
+
export declare class CreateMJArtifactUseInput {
|
|
10248
|
+
ID?: string;
|
|
10249
|
+
ArtifactVersionID?: string;
|
|
10250
|
+
UserID?: string;
|
|
10251
|
+
UsageType?: string;
|
|
10252
|
+
UsageContext: string | null;
|
|
10253
|
+
}
|
|
10254
|
+
export declare class UpdateMJArtifactUseInput {
|
|
10255
|
+
ID: string;
|
|
10256
|
+
ArtifactVersionID?: string;
|
|
10257
|
+
UserID?: string;
|
|
10258
|
+
UsageType?: string;
|
|
10259
|
+
UsageContext?: string | null;
|
|
10260
|
+
OldValues___?: KeyValuePairInput[];
|
|
10261
|
+
}
|
|
10262
|
+
export declare class RunMJArtifactUseViewResult {
|
|
10263
|
+
Results: MJArtifactUse_[];
|
|
10264
|
+
UserViewRunID?: string;
|
|
10265
|
+
RowCount: number;
|
|
10266
|
+
TotalRowCount: number;
|
|
10267
|
+
ExecutionTime: number;
|
|
10268
|
+
ErrorMessage?: string;
|
|
10269
|
+
Success: boolean;
|
|
10270
|
+
}
|
|
10271
|
+
export declare class MJArtifactUseResolver extends ResolverBase {
|
|
10272
|
+
RunMJArtifactUseViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
10273
|
+
RunMJArtifactUseViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
10274
|
+
RunMJArtifactUseDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
10275
|
+
MJArtifactUse(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJArtifactUse_ | null>;
|
|
10276
|
+
CreateMJArtifactUse(input: CreateMJArtifactUseInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10277
|
+
UpdateMJArtifactUse(input: UpdateMJArtifactUseInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10278
|
+
DeleteMJArtifactUse(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10279
|
+
}
|
|
10210
10280
|
export declare class MJPublicLink_ {
|
|
10211
10281
|
ID: string;
|
|
10212
10282
|
ResourceType: string;
|
|
@@ -10449,10 +10519,13 @@ export declare class MJAIAgentExample_ {
|
|
|
10449
10519
|
Status: string;
|
|
10450
10520
|
_mj__CreatedAt: Date;
|
|
10451
10521
|
_mj__UpdatedAt: Date;
|
|
10522
|
+
EmbeddingVector?: string;
|
|
10523
|
+
EmbeddingModelID?: string;
|
|
10452
10524
|
Agent?: string;
|
|
10453
10525
|
User?: string;
|
|
10454
10526
|
Company?: string;
|
|
10455
10527
|
SourceConversation?: string;
|
|
10528
|
+
EmbeddingModel?: string;
|
|
10456
10529
|
}
|
|
10457
10530
|
export declare class CreateMJAIAgentExampleInput {
|
|
10458
10531
|
ID?: string;
|
|
@@ -10469,6 +10542,8 @@ export declare class CreateMJAIAgentExampleInput {
|
|
|
10469
10542
|
SuccessScore: number | null;
|
|
10470
10543
|
Comments: string | null;
|
|
10471
10544
|
Status?: string;
|
|
10545
|
+
EmbeddingVector: string | null;
|
|
10546
|
+
EmbeddingModelID: string | null;
|
|
10472
10547
|
}
|
|
10473
10548
|
export declare class UpdateMJAIAgentExampleInput {
|
|
10474
10549
|
ID: string;
|
|
@@ -10485,6 +10560,8 @@ export declare class UpdateMJAIAgentExampleInput {
|
|
|
10485
10560
|
SuccessScore?: number | null;
|
|
10486
10561
|
Comments?: string | null;
|
|
10487
10562
|
Status?: string;
|
|
10563
|
+
EmbeddingVector?: string | null;
|
|
10564
|
+
EmbeddingModelID?: string | null;
|
|
10488
10565
|
OldValues___?: KeyValuePairInput[];
|
|
10489
10566
|
}
|
|
10490
10567
|
export declare class RunMJAIAgentExampleViewResult {
|
|
@@ -10517,8 +10594,8 @@ export declare class MJConversationArtifact_ {
|
|
|
10517
10594
|
_mj__UpdatedAt: Date;
|
|
10518
10595
|
Conversation?: string;
|
|
10519
10596
|
ArtifactType: string;
|
|
10520
|
-
MJ_ConversationArtifactPermissions_ConversationArtifactIDArray: MJConversationArtifactPermission_[];
|
|
10521
10597
|
MJ_ConversationArtifactVersions_ConversationArtifactIDArray: MJConversationArtifactVersion_[];
|
|
10598
|
+
MJ_ConversationArtifactPermissions_ConversationArtifactIDArray: MJConversationArtifactPermission_[];
|
|
10522
10599
|
ConversationDetails_ArtifactIDArray: MJConversationDetail_[];
|
|
10523
10600
|
}
|
|
10524
10601
|
export declare class CreateMJConversationArtifactInput {
|
|
@@ -10554,8 +10631,8 @@ export declare class MJConversationArtifactResolver extends ResolverBase {
|
|
|
10554
10631
|
RunMJConversationArtifactViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
10555
10632
|
RunMJConversationArtifactDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
10556
10633
|
MJConversationArtifact(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJConversationArtifact_ | null>;
|
|
10557
|
-
MJ_ConversationArtifactPermissions_ConversationArtifactIDArray(mjconversationartifact_: MJConversationArtifact_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10558
10634
|
MJ_ConversationArtifactVersions_ConversationArtifactIDArray(mjconversationartifact_: MJConversationArtifact_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10635
|
+
MJ_ConversationArtifactPermissions_ConversationArtifactIDArray(mjconversationartifact_: MJConversationArtifact_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10559
10636
|
ConversationDetails_ArtifactIDArray(mjconversationartifact_: MJConversationArtifact_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10560
10637
|
CreateMJConversationArtifact(input: CreateMJConversationArtifactInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10561
10638
|
UpdateMJConversationArtifact(input: UpdateMJConversationArtifactInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -10899,6 +10976,49 @@ export declare class MJQueryParameterResolver extends ResolverBase {
|
|
|
10899
10976
|
UpdateMJQueryParameter(input: UpdateMJQueryParameterInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10900
10977
|
DeleteMJQueryParameter(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10901
10978
|
}
|
|
10979
|
+
export declare class MJConversationDetailRating_ {
|
|
10980
|
+
ID: string;
|
|
10981
|
+
ConversationDetailID: string;
|
|
10982
|
+
UserID: string;
|
|
10983
|
+
Rating: number;
|
|
10984
|
+
Comments?: string;
|
|
10985
|
+
_mj__CreatedAt: Date;
|
|
10986
|
+
_mj__UpdatedAt: Date;
|
|
10987
|
+
User: string;
|
|
10988
|
+
}
|
|
10989
|
+
export declare class CreateMJConversationDetailRatingInput {
|
|
10990
|
+
ID?: string;
|
|
10991
|
+
ConversationDetailID?: string;
|
|
10992
|
+
UserID?: string;
|
|
10993
|
+
Rating?: number;
|
|
10994
|
+
Comments: string | null;
|
|
10995
|
+
}
|
|
10996
|
+
export declare class UpdateMJConversationDetailRatingInput {
|
|
10997
|
+
ID: string;
|
|
10998
|
+
ConversationDetailID?: string;
|
|
10999
|
+
UserID?: string;
|
|
11000
|
+
Rating?: number;
|
|
11001
|
+
Comments?: string | null;
|
|
11002
|
+
OldValues___?: KeyValuePairInput[];
|
|
11003
|
+
}
|
|
11004
|
+
export declare class RunMJConversationDetailRatingViewResult {
|
|
11005
|
+
Results: MJConversationDetailRating_[];
|
|
11006
|
+
UserViewRunID?: string;
|
|
11007
|
+
RowCount: number;
|
|
11008
|
+
TotalRowCount: number;
|
|
11009
|
+
ExecutionTime: number;
|
|
11010
|
+
ErrorMessage?: string;
|
|
11011
|
+
Success: boolean;
|
|
11012
|
+
}
|
|
11013
|
+
export declare class MJConversationDetailRatingResolver extends ResolverBase {
|
|
11014
|
+
RunMJConversationDetailRatingViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11015
|
+
RunMJConversationDetailRatingViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11016
|
+
RunMJConversationDetailRatingDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11017
|
+
MJConversationDetailRating(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJConversationDetailRating_ | null>;
|
|
11018
|
+
CreateMJConversationDetailRating(input: CreateMJConversationDetailRatingInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11019
|
+
UpdateMJConversationDetailRating(input: UpdateMJConversationDetailRatingInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11020
|
+
DeleteMJConversationDetailRating(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11021
|
+
}
|
|
10902
11022
|
export declare class MJAIAgentPermission_ {
|
|
10903
11023
|
ID: string;
|
|
10904
11024
|
AgentID: string;
|
|
@@ -10966,6 +11086,8 @@ export declare class MJAIAgentRelationship_ {
|
|
|
10966
11086
|
SubAgentOutputMapping?: string;
|
|
10967
11087
|
SubAgentInputMapping?: string;
|
|
10968
11088
|
SubAgentContextPaths?: string;
|
|
11089
|
+
MessageMode: string;
|
|
11090
|
+
MaxMessages?: number;
|
|
10969
11091
|
Agent?: string;
|
|
10970
11092
|
SubAgent?: string;
|
|
10971
11093
|
}
|
|
@@ -10977,6 +11099,8 @@ export declare class CreateMJAIAgentRelationshipInput {
|
|
|
10977
11099
|
SubAgentOutputMapping: string | null;
|
|
10978
11100
|
SubAgentInputMapping: string | null;
|
|
10979
11101
|
SubAgentContextPaths: string | null;
|
|
11102
|
+
MessageMode?: string;
|
|
11103
|
+
MaxMessages: number | null;
|
|
10980
11104
|
}
|
|
10981
11105
|
export declare class UpdateMJAIAgentRelationshipInput {
|
|
10982
11106
|
ID: string;
|
|
@@ -10986,6 +11110,8 @@ export declare class UpdateMJAIAgentRelationshipInput {
|
|
|
10986
11110
|
SubAgentOutputMapping?: string | null;
|
|
10987
11111
|
SubAgentInputMapping?: string | null;
|
|
10988
11112
|
SubAgentContextPaths?: string | null;
|
|
11113
|
+
MessageMode?: string;
|
|
11114
|
+
MaxMessages?: number | null;
|
|
10989
11115
|
OldValues___?: KeyValuePairInput[];
|
|
10990
11116
|
}
|
|
10991
11117
|
export declare class RunMJAIAgentRelationshipViewResult {
|
|
@@ -12378,7 +12504,9 @@ export declare class MJArtifactVersion_ {
|
|
|
12378
12504
|
Artifact: string;
|
|
12379
12505
|
User: string;
|
|
12380
12506
|
MJ_ArtifactVersionAttributes_ArtifactVersionIDArray: MJArtifactVersionAttribute_[];
|
|
12507
|
+
MJ_CollectionArtifacts_ArtifactVersionIDArray: MJCollectionArtifact_[];
|
|
12381
12508
|
MJ_ConversationDetailArtifacts_ArtifactVersionIDArray: MJConversationDetailArtifact_[];
|
|
12509
|
+
MJ_ArtifactUses_ArtifactVersionIDArray: MJArtifactUse_[];
|
|
12382
12510
|
}
|
|
12383
12511
|
export declare class CreateMJArtifactVersionInput {
|
|
12384
12512
|
ID?: string;
|
|
@@ -12420,7 +12548,9 @@ export declare class MJArtifactVersionResolver extends ResolverBase {
|
|
|
12420
12548
|
RunMJArtifactVersionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
12421
12549
|
MJArtifactVersion(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJArtifactVersion_ | null>;
|
|
12422
12550
|
MJ_ArtifactVersionAttributes_ArtifactVersionIDArray(mjartifactversion_: MJArtifactVersion_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12551
|
+
MJ_CollectionArtifacts_ArtifactVersionIDArray(mjartifactversion_: MJArtifactVersion_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12423
12552
|
MJ_ConversationDetailArtifacts_ArtifactVersionIDArray(mjartifactversion_: MJArtifactVersion_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12553
|
+
MJ_ArtifactUses_ArtifactVersionIDArray(mjartifactversion_: MJArtifactVersion_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12424
12554
|
CreateMJArtifactVersion(input: CreateMJArtifactVersionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
12425
12555
|
UpdateMJArtifactVersion(input: UpdateMJArtifactVersionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
12426
12556
|
DeleteMJArtifactVersion(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|