@memberjunction/server 5.43.0 → 5.44.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/agentSessions/SessionManager.d.ts.map +1 -1
- package/dist/agentSessions/SessionManager.js +3 -0
- package/dist/agentSessions/SessionManager.js.map +1 -1
- package/dist/agentSessions/index.d.ts.map +1 -1
- package/dist/agentSessions/index.js +3 -1
- package/dist/agentSessions/index.js.map +1 -1
- package/dist/generated/generated.d.ts +1159 -51
- package/dist/generated/generated.d.ts.map +1 -1
- package/dist/generated/generated.js +35284 -29068
- package/dist/generated/generated.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/dist/resolvers/FileResolver.d.ts +74 -0
- package/dist/resolvers/FileResolver.d.ts.map +1 -1
- package/dist/resolvers/FileResolver.js +211 -2
- package/dist/resolvers/FileResolver.js.map +1 -1
- package/dist/resolvers/QueryResolver.d.ts +6 -4
- package/dist/resolvers/QueryResolver.d.ts.map +1 -1
- package/dist/resolvers/QueryResolver.js +29 -14
- package/dist/resolvers/QueryResolver.js.map +1 -1
- package/dist/resolvers/RealtimeBridgeResolver.d.ts +8 -1
- package/dist/resolvers/RealtimeBridgeResolver.d.ts.map +1 -1
- package/dist/resolvers/RealtimeBridgeResolver.js +28 -4
- package/dist/resolvers/RealtimeBridgeResolver.js.map +1 -1
- package/dist/resolvers/RealtimeClientSessionResolver.d.ts +81 -2
- package/dist/resolvers/RealtimeClientSessionResolver.d.ts.map +1 -1
- package/dist/resolvers/RealtimeClientSessionResolver.js +293 -17
- package/dist/resolvers/RealtimeClientSessionResolver.js.map +1 -1
- package/dist/resolvers/RemoteBrowserActionResolver.d.ts.map +1 -1
- package/dist/resolvers/RemoteBrowserActionResolver.js +17 -2
- package/dist/resolvers/RemoteBrowserActionResolver.js.map +1 -1
- package/dist/resolvers/RunAIAgentResolver.d.ts +12 -3
- package/dist/resolvers/RunAIAgentResolver.d.ts.map +1 -1
- package/dist/resolvers/RunAIAgentResolver.js +37 -15
- package/dist/resolvers/RunAIAgentResolver.js.map +1 -1
- package/dist/resolvers/meetingRecordingRegistration.d.ts +124 -0
- package/dist/resolvers/meetingRecordingRegistration.d.ts.map +1 -0
- package/dist/resolvers/meetingRecordingRegistration.js +311 -0
- package/dist/resolvers/meetingRecordingRegistration.js.map +1 -0
- package/dist/resolvers/peaksSidecar.d.ts +30 -0
- package/dist/resolvers/peaksSidecar.d.ts.map +1 -0
- package/dist/resolvers/peaksSidecar.js +51 -0
- package/dist/resolvers/peaksSidecar.js.map +1 -0
- package/dist/rest/MediaAccessKeys.d.ts +68 -0
- package/dist/rest/MediaAccessKeys.d.ts.map +1 -0
- package/dist/rest/MediaAccessKeys.js +96 -0
- package/dist/rest/MediaAccessKeys.js.map +1 -0
- package/dist/rest/MediaStreamHandler.d.ts +26 -0
- package/dist/rest/MediaStreamHandler.d.ts.map +1 -0
- package/dist/rest/MediaStreamHandler.js +192 -0
- package/dist/rest/MediaStreamHandler.js.map +1 -0
- package/dist/rest/mediaRange.d.ts +41 -0
- package/dist/rest/mediaRange.d.ts.map +1 -0
- package/dist/rest/mediaRange.js +60 -0
- package/dist/rest/mediaRange.js.map +1 -0
- package/package.json +83 -82
- package/src/__tests__/FileResolverPeaks.test.ts +64 -0
- package/src/__tests__/MediaAccessKeys.test.ts +68 -0
- package/src/__tests__/MediaStreamHandler.test.ts +91 -0
- package/src/__tests__/RealtimeBridgeResolver.test.ts +10 -1
- package/src/__tests__/RealtimeClientSessionResolver.test.ts +69 -0
- package/src/__tests__/RealtimeCoAgentAppAwareness.integration.test.ts +191 -0
- package/src/__tests__/RemoteBrowserSnapshot.test.ts +123 -0
- package/src/__tests__/SessionManager.test.ts +2 -0
- package/src/__tests__/meetingRecordingRegistration.test.ts +248 -0
- package/src/agentSessions/SessionManager.ts +3 -0
- package/src/agentSessions/index.ts +3 -1
- package/src/generated/generated.ts +17839 -13567
- package/src/index.ts +10 -0
- package/src/resolvers/FileResolver.ts +199 -1
- package/src/resolvers/QueryResolver.ts +33 -19
- package/src/resolvers/RealtimeBridgeResolver.ts +36 -4
- package/src/resolvers/RealtimeClientSessionResolver.ts +326 -9
- package/src/resolvers/RemoteBrowserActionResolver.ts +18 -2
- package/src/resolvers/RunAIAgentResolver.ts +44 -11
- package/src/resolvers/meetingRecordingRegistration.ts +432 -0
- package/src/resolvers/peaksSidecar.ts +52 -0
- package/src/rest/MediaAccessKeys.ts +121 -0
- package/src/rest/MediaStreamHandler.ts +220 -0
- package/src/rest/mediaRange.ts +76 -0
|
@@ -558,6 +558,7 @@ export declare class MJAction_ {
|
|
|
558
558
|
MJActionAuthorizations_ActionIDArray: MJActionAuthorization_[];
|
|
559
559
|
MJActions_ParentIDArray: MJAction_[];
|
|
560
560
|
MJRecordProcesses_ActionIDArray: MJRecordProcess_[];
|
|
561
|
+
MJAISkillActions_ActionIDArray: MJAISkillAction_[];
|
|
561
562
|
}
|
|
562
563
|
export declare class CreateMJActionInput {
|
|
563
564
|
ID?: string;
|
|
@@ -643,6 +644,7 @@ export declare class MJActionResolver extends ResolverBase {
|
|
|
643
644
|
MJActionAuthorizations_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
644
645
|
MJActions_ParentIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
645
646
|
MJRecordProcesses_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
647
|
+
MJAISkillActions_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
646
648
|
CreateMJAction(input: CreateMJActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
647
649
|
UpdateMJAction(input: UpdateMJActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
648
650
|
DeleteMJAction(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -876,6 +878,8 @@ export declare class MJAIAgentChannel_ {
|
|
|
876
878
|
IsActive: boolean;
|
|
877
879
|
_mj__CreatedAt: Date;
|
|
878
880
|
_mj__UpdatedAt: Date;
|
|
881
|
+
IsHeadless: boolean;
|
|
882
|
+
UIConfig?: string;
|
|
879
883
|
MJAIAgentSessionChannels_ChannelIDArray: MJAIAgentSessionChannel_[];
|
|
880
884
|
MJAIBridgeProviderChannels_ChannelIDArray: MJAIBridgeProviderChannel_[];
|
|
881
885
|
}
|
|
@@ -888,6 +892,8 @@ export declare class CreateMJAIAgentChannelInput {
|
|
|
888
892
|
TransportType?: string;
|
|
889
893
|
ConfigSchema: string | null;
|
|
890
894
|
IsActive?: boolean;
|
|
895
|
+
IsHeadless?: boolean;
|
|
896
|
+
UIConfig: string | null;
|
|
891
897
|
RestoreContext___?: RestoreContextInput;
|
|
892
898
|
}
|
|
893
899
|
export declare class UpdateMJAIAgentChannelInput {
|
|
@@ -899,6 +905,8 @@ export declare class UpdateMJAIAgentChannelInput {
|
|
|
899
905
|
TransportType?: string;
|
|
900
906
|
ConfigSchema?: string | null;
|
|
901
907
|
IsActive?: boolean;
|
|
908
|
+
IsHeadless?: boolean;
|
|
909
|
+
UIConfig?: string | null;
|
|
902
910
|
OldValues___?: KeyValuePairInput[];
|
|
903
911
|
RestoreContext___?: RestoreContextInput;
|
|
904
912
|
}
|
|
@@ -2172,6 +2180,9 @@ export declare class MJAIAgentRun_ {
|
|
|
2172
2180
|
MJAIPromptRuns_AgentRunIDArray: MJAIPromptRun_[];
|
|
2173
2181
|
MJAIAgentRuns_LastRunIDArray: MJAIAgentRun_[];
|
|
2174
2182
|
MJProcessRunDetails_AIAgentRunIDArray: MJProcessRunDetail_[];
|
|
2183
|
+
MJDuplicateRunDetailMatches_AIAgentRunIDArray: MJDuplicateRunDetailMatch_[];
|
|
2184
|
+
MJExperimentSessionIterations_AIAgentRunIDArray: MJExperimentSessionIteration_[];
|
|
2185
|
+
MJExperimentSessions_AgentRunIDArray: MJExperimentSession_[];
|
|
2175
2186
|
}
|
|
2176
2187
|
export declare class CreateMJAIAgentRunInput {
|
|
2177
2188
|
ID?: string;
|
|
@@ -2300,6 +2311,9 @@ export declare class MJAIAgentRunResolver extends ResolverBase {
|
|
|
2300
2311
|
MJAIPromptRuns_AgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2301
2312
|
MJAIAgentRuns_LastRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2302
2313
|
MJProcessRunDetails_AIAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2314
|
+
MJDuplicateRunDetailMatches_AIAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2315
|
+
MJExperimentSessionIterations_AIAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2316
|
+
MJExperimentSessions_AgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2303
2317
|
CreateMJAIAgentRun(input: CreateMJAIAgentRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2304
2318
|
UpdateMJAIAgentRun(input: UpdateMJAIAgentRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2305
2319
|
DeleteMJAIAgentRun(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -2581,9 +2595,13 @@ export declare class MJAIAgentSession_ {
|
|
|
2581
2595
|
CloseReason?: string;
|
|
2582
2596
|
_mj__CreatedAt: Date;
|
|
2583
2597
|
_mj__UpdatedAt: Date;
|
|
2598
|
+
RecordingMedia?: string;
|
|
2599
|
+
RecordingStartedAt?: Date;
|
|
2600
|
+
RecordingFileID?: string;
|
|
2584
2601
|
Agent?: string;
|
|
2585
2602
|
User: string;
|
|
2586
2603
|
Conversation?: string;
|
|
2604
|
+
RecordingFile?: string;
|
|
2587
2605
|
RootLastSessionID?: string;
|
|
2588
2606
|
MJAIAgentRuns_AgentSessionIDArray: MJAIAgentRun_[];
|
|
2589
2607
|
MJAIAgentSessionChannels_AgentSessionIDArray: MJAIAgentSessionChannel_[];
|
|
@@ -2603,6 +2621,9 @@ export declare class CreateMJAIAgentSessionInput {
|
|
|
2603
2621
|
LastActiveAt?: Date;
|
|
2604
2622
|
ClosedAt: Date | null;
|
|
2605
2623
|
CloseReason: string | null;
|
|
2624
|
+
RecordingMedia: string | null;
|
|
2625
|
+
RecordingStartedAt: Date | null;
|
|
2626
|
+
RecordingFileID: string | null;
|
|
2606
2627
|
RestoreContext___?: RestoreContextInput;
|
|
2607
2628
|
}
|
|
2608
2629
|
export declare class UpdateMJAIAgentSessionInput {
|
|
@@ -2617,6 +2638,9 @@ export declare class UpdateMJAIAgentSessionInput {
|
|
|
2617
2638
|
LastActiveAt?: Date;
|
|
2618
2639
|
ClosedAt?: Date | null;
|
|
2619
2640
|
CloseReason?: string | null;
|
|
2641
|
+
RecordingMedia?: string | null;
|
|
2642
|
+
RecordingStartedAt?: Date | null;
|
|
2643
|
+
RecordingFileID?: string | null;
|
|
2620
2644
|
OldValues___?: KeyValuePairInput[];
|
|
2621
2645
|
RestoreContext___?: RestoreContextInput;
|
|
2622
2646
|
}
|
|
@@ -2643,6 +2667,49 @@ export declare class MJAIAgentSessionResolver extends ResolverBase {
|
|
|
2643
2667
|
UpdateMJAIAgentSession(input: UpdateMJAIAgentSessionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2644
2668
|
DeleteMJAIAgentSession(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2645
2669
|
}
|
|
2670
|
+
export declare class MJAIAgentSkill_ {
|
|
2671
|
+
ID: string;
|
|
2672
|
+
AgentID: string;
|
|
2673
|
+
SkillID: string;
|
|
2674
|
+
Status: string;
|
|
2675
|
+
_mj__CreatedAt: Date;
|
|
2676
|
+
_mj__UpdatedAt: Date;
|
|
2677
|
+
Agent?: string;
|
|
2678
|
+
Skill: string;
|
|
2679
|
+
}
|
|
2680
|
+
export declare class CreateMJAIAgentSkillInput {
|
|
2681
|
+
ID?: string;
|
|
2682
|
+
AgentID?: string;
|
|
2683
|
+
SkillID?: string;
|
|
2684
|
+
Status?: string;
|
|
2685
|
+
RestoreContext___?: RestoreContextInput;
|
|
2686
|
+
}
|
|
2687
|
+
export declare class UpdateMJAIAgentSkillInput {
|
|
2688
|
+
ID: string;
|
|
2689
|
+
AgentID?: string;
|
|
2690
|
+
SkillID?: string;
|
|
2691
|
+
Status?: string;
|
|
2692
|
+
OldValues___?: KeyValuePairInput[];
|
|
2693
|
+
RestoreContext___?: RestoreContextInput;
|
|
2694
|
+
}
|
|
2695
|
+
export declare class RunMJAIAgentSkillViewResult {
|
|
2696
|
+
Results: MJAIAgentSkill_[];
|
|
2697
|
+
UserViewRunID?: string;
|
|
2698
|
+
RowCount: number;
|
|
2699
|
+
TotalRowCount: number;
|
|
2700
|
+
ExecutionTime: number;
|
|
2701
|
+
ErrorMessage?: string;
|
|
2702
|
+
Success: boolean;
|
|
2703
|
+
}
|
|
2704
|
+
export declare class MJAIAgentSkillResolver extends ResolverBase {
|
|
2705
|
+
RunMJAIAgentSkillViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2706
|
+
RunMJAIAgentSkillViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2707
|
+
RunMJAIAgentSkillDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2708
|
+
MJAIAgentSkill(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIAgentSkill_ | null>;
|
|
2709
|
+
CreateMJAIAgentSkill(input: CreateMJAIAgentSkillInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2710
|
+
UpdateMJAIAgentSkill(input: UpdateMJAIAgentSkillInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2711
|
+
DeleteMJAIAgentSkill(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2712
|
+
}
|
|
2646
2713
|
export declare class MJAIAgentStepPath_ {
|
|
2647
2714
|
ID: string;
|
|
2648
2715
|
OriginStepID: string;
|
|
@@ -2945,6 +3012,11 @@ export declare class MJAIAgent_ {
|
|
|
2945
3012
|
DefaultCoAgentID?: string;
|
|
2946
3013
|
TypeConfiguration?: string;
|
|
2947
3014
|
AllowMemoryWrite: boolean;
|
|
3015
|
+
RecordingDefault?: string;
|
|
3016
|
+
RecordingStorageProviderID?: string;
|
|
3017
|
+
DefaultMediaCollectionID?: string;
|
|
3018
|
+
SupportsPlanMode: boolean;
|
|
3019
|
+
AcceptsSkills: string;
|
|
2948
3020
|
Parent?: string;
|
|
2949
3021
|
ContextCompressionPrompt?: string;
|
|
2950
3022
|
Type?: string;
|
|
@@ -2954,6 +3026,8 @@ export declare class MJAIAgent_ {
|
|
|
2954
3026
|
Category?: string;
|
|
2955
3027
|
DefaultStorageAccount?: string;
|
|
2956
3028
|
DefaultCoAgent?: string;
|
|
3029
|
+
RecordingStorageProvider?: string;
|
|
3030
|
+
DefaultMediaCollection?: string;
|
|
2957
3031
|
RootParentID?: string;
|
|
2958
3032
|
RootDefaultCoAgentID?: string;
|
|
2959
3033
|
MJAIAgentActions_AgentIDArray: MJAIAgentAction_[];
|
|
@@ -2989,6 +3063,9 @@ export declare class MJAIAgent_ {
|
|
|
2989
3063
|
MJAIAgentCoAgents_TargetAgentIDArray: MJAIAgentCoAgent_[];
|
|
2990
3064
|
MJAIBridgeAgentIdentities_AgentIDArray: MJAIBridgeAgentIdentity_[];
|
|
2991
3065
|
MJRecordProcesses_AgentIDArray: MJRecordProcess_[];
|
|
3066
|
+
MJEntityDocuments_ReasoningAgentIDArray: MJEntityDocument_[];
|
|
3067
|
+
MJAIAgentSkills_AgentIDArray: MJAIAgentSkill_[];
|
|
3068
|
+
MJAISkillSubAgents_SubAgentIDArray: MJAISkillSubAgent_[];
|
|
2992
3069
|
}
|
|
2993
3070
|
export declare class CreateMJAIAgentInput {
|
|
2994
3071
|
ID?: string;
|
|
@@ -3058,6 +3135,11 @@ export declare class CreateMJAIAgentInput {
|
|
|
3058
3135
|
DefaultCoAgentID: string | null;
|
|
3059
3136
|
TypeConfiguration: string | null;
|
|
3060
3137
|
AllowMemoryWrite?: boolean;
|
|
3138
|
+
RecordingDefault: string | null;
|
|
3139
|
+
RecordingStorageProviderID: string | null;
|
|
3140
|
+
DefaultMediaCollectionID: string | null;
|
|
3141
|
+
SupportsPlanMode?: boolean;
|
|
3142
|
+
AcceptsSkills?: string;
|
|
3061
3143
|
RestoreContext___?: RestoreContextInput;
|
|
3062
3144
|
}
|
|
3063
3145
|
export declare class UpdateMJAIAgentInput {
|
|
@@ -3128,6 +3210,11 @@ export declare class UpdateMJAIAgentInput {
|
|
|
3128
3210
|
DefaultCoAgentID?: string | null;
|
|
3129
3211
|
TypeConfiguration?: string | null;
|
|
3130
3212
|
AllowMemoryWrite?: boolean;
|
|
3213
|
+
RecordingDefault?: string | null;
|
|
3214
|
+
RecordingStorageProviderID?: string | null;
|
|
3215
|
+
DefaultMediaCollectionID?: string | null;
|
|
3216
|
+
SupportsPlanMode?: boolean;
|
|
3217
|
+
AcceptsSkills?: string;
|
|
3131
3218
|
OldValues___?: KeyValuePairInput[];
|
|
3132
3219
|
RestoreContext___?: RestoreContextInput;
|
|
3133
3220
|
}
|
|
@@ -3178,6 +3265,9 @@ export declare class MJAIAgentResolver extends ResolverBase {
|
|
|
3178
3265
|
MJAIAgentCoAgents_TargetAgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3179
3266
|
MJAIBridgeAgentIdentities_AgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3180
3267
|
MJRecordProcesses_AgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3268
|
+
MJEntityDocuments_ReasoningAgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3269
|
+
MJAIAgentSkills_AgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3270
|
+
MJAISkillSubAgents_SubAgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3181
3271
|
CreateMJAIAgent(input: CreateMJAIAgentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3182
3272
|
UpdateMJAIAgent(input: UpdateMJAIAgentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3183
3273
|
DeleteMJAIAgent(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -4625,6 +4715,7 @@ export declare class MJAIPromptRun_ {
|
|
|
4625
4715
|
MJAIResultCache_PromptRunIDArray: MJAIResultCache_[];
|
|
4626
4716
|
MJContentItemTags_AIPromptRunIDArray: MJContentItemTag_[];
|
|
4627
4717
|
MJAIPromptRuns_ParentIDArray: MJAIPromptRun_[];
|
|
4718
|
+
MJDuplicateRunDetailMatches_AIPromptRunIDArray: MJDuplicateRunDetailMatch_[];
|
|
4628
4719
|
}
|
|
4629
4720
|
export declare class CreateMJAIPromptRunInput {
|
|
4630
4721
|
ID?: string;
|
|
@@ -4827,6 +4918,7 @@ export declare class MJAIPromptRunResolver extends ResolverBase {
|
|
|
4827
4918
|
MJAIResultCache_PromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4828
4919
|
MJContentItemTags_AIPromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4829
4920
|
MJAIPromptRuns_ParentIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4921
|
+
MJDuplicateRunDetailMatches_AIPromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4830
4922
|
CreateMJAIPromptRun(input: CreateMJAIPromptRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4831
4923
|
UpdateMJAIPromptRun(input: UpdateMJAIPromptRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4832
4924
|
DeleteMJAIPromptRun(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -4947,6 +5039,8 @@ export declare class MJAIPrompt_ {
|
|
|
4947
5039
|
MJAIAgents_ContextCompressionPromptIDArray: MJAIAgent_[];
|
|
4948
5040
|
MJActions_DefaultCompactPromptIDArray: MJAction_[];
|
|
4949
5041
|
MJRecordProcesses_PromptIDArray: MJRecordProcess_[];
|
|
5042
|
+
MJEntityDocuments_ReasoningPromptIDArray: MJEntityDocument_[];
|
|
5043
|
+
MJScopedPromptParts_PromptIDArray: MJScopedPromptPart_[];
|
|
4950
5044
|
}
|
|
4951
5045
|
export declare class CreateMJAIPromptInput {
|
|
4952
5046
|
ID?: string;
|
|
@@ -5088,6 +5182,8 @@ export declare class MJAIPromptResolver extends ResolverBase {
|
|
|
5088
5182
|
MJAIAgents_ContextCompressionPromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5089
5183
|
MJActions_DefaultCompactPromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5090
5184
|
MJRecordProcesses_PromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5185
|
+
MJEntityDocuments_ReasoningPromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5186
|
+
MJScopedPromptParts_PromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5091
5187
|
CreateMJAIPrompt(input: CreateMJAIPromptInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5092
5188
|
UpdateMJAIPrompt(input: UpdateMJAIPromptInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5093
5189
|
DeleteMJAIPrompt(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -5225,6 +5321,210 @@ export declare class MJAIResultCacheResolver extends ResolverBase {
|
|
|
5225
5321
|
UpdateMJAIResultCache(input: UpdateMJAIResultCacheInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5226
5322
|
DeleteMJAIResultCache(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5227
5323
|
}
|
|
5324
|
+
export declare class MJAISkillAction_ {
|
|
5325
|
+
ID: string;
|
|
5326
|
+
SkillID: string;
|
|
5327
|
+
ActionID: string;
|
|
5328
|
+
_mj__CreatedAt: Date;
|
|
5329
|
+
_mj__UpdatedAt: Date;
|
|
5330
|
+
Skill: string;
|
|
5331
|
+
Action: string;
|
|
5332
|
+
}
|
|
5333
|
+
export declare class CreateMJAISkillActionInput {
|
|
5334
|
+
ID?: string;
|
|
5335
|
+
SkillID?: string;
|
|
5336
|
+
ActionID?: string;
|
|
5337
|
+
RestoreContext___?: RestoreContextInput;
|
|
5338
|
+
}
|
|
5339
|
+
export declare class UpdateMJAISkillActionInput {
|
|
5340
|
+
ID: string;
|
|
5341
|
+
SkillID?: string;
|
|
5342
|
+
ActionID?: string;
|
|
5343
|
+
OldValues___?: KeyValuePairInput[];
|
|
5344
|
+
RestoreContext___?: RestoreContextInput;
|
|
5345
|
+
}
|
|
5346
|
+
export declare class RunMJAISkillActionViewResult {
|
|
5347
|
+
Results: MJAISkillAction_[];
|
|
5348
|
+
UserViewRunID?: string;
|
|
5349
|
+
RowCount: number;
|
|
5350
|
+
TotalRowCount: number;
|
|
5351
|
+
ExecutionTime: number;
|
|
5352
|
+
ErrorMessage?: string;
|
|
5353
|
+
Success: boolean;
|
|
5354
|
+
}
|
|
5355
|
+
export declare class MJAISkillActionResolver extends ResolverBase {
|
|
5356
|
+
RunMJAISkillActionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5357
|
+
RunMJAISkillActionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5358
|
+
RunMJAISkillActionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5359
|
+
MJAISkillAction(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAISkillAction_ | null>;
|
|
5360
|
+
CreateMJAISkillAction(input: CreateMJAISkillActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5361
|
+
UpdateMJAISkillAction(input: UpdateMJAISkillActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5362
|
+
DeleteMJAISkillAction(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5363
|
+
}
|
|
5364
|
+
export declare class MJAISkillPermission_ {
|
|
5365
|
+
ID: string;
|
|
5366
|
+
SkillID: string;
|
|
5367
|
+
RoleID?: string;
|
|
5368
|
+
UserID?: string;
|
|
5369
|
+
CanView: boolean;
|
|
5370
|
+
CanRun: boolean;
|
|
5371
|
+
CanEdit: boolean;
|
|
5372
|
+
CanDelete: boolean;
|
|
5373
|
+
Comments?: string;
|
|
5374
|
+
_mj__CreatedAt: Date;
|
|
5375
|
+
_mj__UpdatedAt: Date;
|
|
5376
|
+
Skill: string;
|
|
5377
|
+
Role?: string;
|
|
5378
|
+
User?: string;
|
|
5379
|
+
}
|
|
5380
|
+
export declare class CreateMJAISkillPermissionInput {
|
|
5381
|
+
ID?: string;
|
|
5382
|
+
SkillID?: string;
|
|
5383
|
+
RoleID: string | null;
|
|
5384
|
+
UserID: string | null;
|
|
5385
|
+
CanView?: boolean;
|
|
5386
|
+
CanRun?: boolean;
|
|
5387
|
+
CanEdit?: boolean;
|
|
5388
|
+
CanDelete?: boolean;
|
|
5389
|
+
Comments: string | null;
|
|
5390
|
+
RestoreContext___?: RestoreContextInput;
|
|
5391
|
+
}
|
|
5392
|
+
export declare class UpdateMJAISkillPermissionInput {
|
|
5393
|
+
ID: string;
|
|
5394
|
+
SkillID?: string;
|
|
5395
|
+
RoleID?: string | null;
|
|
5396
|
+
UserID?: string | null;
|
|
5397
|
+
CanView?: boolean;
|
|
5398
|
+
CanRun?: boolean;
|
|
5399
|
+
CanEdit?: boolean;
|
|
5400
|
+
CanDelete?: boolean;
|
|
5401
|
+
Comments?: string | null;
|
|
5402
|
+
OldValues___?: KeyValuePairInput[];
|
|
5403
|
+
RestoreContext___?: RestoreContextInput;
|
|
5404
|
+
}
|
|
5405
|
+
export declare class RunMJAISkillPermissionViewResult {
|
|
5406
|
+
Results: MJAISkillPermission_[];
|
|
5407
|
+
UserViewRunID?: string;
|
|
5408
|
+
RowCount: number;
|
|
5409
|
+
TotalRowCount: number;
|
|
5410
|
+
ExecutionTime: number;
|
|
5411
|
+
ErrorMessage?: string;
|
|
5412
|
+
Success: boolean;
|
|
5413
|
+
}
|
|
5414
|
+
export declare class MJAISkillPermissionResolver extends ResolverBase {
|
|
5415
|
+
RunMJAISkillPermissionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5416
|
+
RunMJAISkillPermissionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5417
|
+
RunMJAISkillPermissionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5418
|
+
MJAISkillPermission(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAISkillPermission_ | null>;
|
|
5419
|
+
CreateMJAISkillPermission(input: CreateMJAISkillPermissionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5420
|
+
UpdateMJAISkillPermission(input: UpdateMJAISkillPermissionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5421
|
+
DeleteMJAISkillPermission(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5422
|
+
}
|
|
5423
|
+
export declare class MJAISkillSubAgent_ {
|
|
5424
|
+
ID: string;
|
|
5425
|
+
SkillID: string;
|
|
5426
|
+
SubAgentID: string;
|
|
5427
|
+
_mj__CreatedAt: Date;
|
|
5428
|
+
_mj__UpdatedAt: Date;
|
|
5429
|
+
Skill: string;
|
|
5430
|
+
SubAgent?: string;
|
|
5431
|
+
}
|
|
5432
|
+
export declare class CreateMJAISkillSubAgentInput {
|
|
5433
|
+
ID?: string;
|
|
5434
|
+
SkillID?: string;
|
|
5435
|
+
SubAgentID?: string;
|
|
5436
|
+
RestoreContext___?: RestoreContextInput;
|
|
5437
|
+
}
|
|
5438
|
+
export declare class UpdateMJAISkillSubAgentInput {
|
|
5439
|
+
ID: string;
|
|
5440
|
+
SkillID?: string;
|
|
5441
|
+
SubAgentID?: string;
|
|
5442
|
+
OldValues___?: KeyValuePairInput[];
|
|
5443
|
+
RestoreContext___?: RestoreContextInput;
|
|
5444
|
+
}
|
|
5445
|
+
export declare class RunMJAISkillSubAgentViewResult {
|
|
5446
|
+
Results: MJAISkillSubAgent_[];
|
|
5447
|
+
UserViewRunID?: string;
|
|
5448
|
+
RowCount: number;
|
|
5449
|
+
TotalRowCount: number;
|
|
5450
|
+
ExecutionTime: number;
|
|
5451
|
+
ErrorMessage?: string;
|
|
5452
|
+
Success: boolean;
|
|
5453
|
+
}
|
|
5454
|
+
export declare class MJAISkillSubAgentResolver extends ResolverBase {
|
|
5455
|
+
RunMJAISkillSubAgentViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5456
|
+
RunMJAISkillSubAgentViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5457
|
+
RunMJAISkillSubAgentDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5458
|
+
MJAISkillSubAgent(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAISkillSubAgent_ | null>;
|
|
5459
|
+
CreateMJAISkillSubAgent(input: CreateMJAISkillSubAgentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5460
|
+
UpdateMJAISkillSubAgent(input: UpdateMJAISkillSubAgentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5461
|
+
DeleteMJAISkillSubAgent(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5462
|
+
}
|
|
5463
|
+
export declare class MJAISkill_ {
|
|
5464
|
+
ID: string;
|
|
5465
|
+
Name: string;
|
|
5466
|
+
Description?: string;
|
|
5467
|
+
Instructions: string;
|
|
5468
|
+
Status: string;
|
|
5469
|
+
Category?: string;
|
|
5470
|
+
IconClass?: string;
|
|
5471
|
+
Color?: string;
|
|
5472
|
+
CreatedByUserID: string;
|
|
5473
|
+
_mj__CreatedAt: Date;
|
|
5474
|
+
_mj__UpdatedAt: Date;
|
|
5475
|
+
CreatedByUser: string;
|
|
5476
|
+
MJAISkillSubAgents_SkillIDArray: MJAISkillSubAgent_[];
|
|
5477
|
+
MJAIAgentSkills_SkillIDArray: MJAIAgentSkill_[];
|
|
5478
|
+
MJAISkillActions_SkillIDArray: MJAISkillAction_[];
|
|
5479
|
+
MJAISkillPermissions_SkillIDArray: MJAISkillPermission_[];
|
|
5480
|
+
}
|
|
5481
|
+
export declare class CreateMJAISkillInput {
|
|
5482
|
+
ID?: string;
|
|
5483
|
+
Name?: string;
|
|
5484
|
+
Description: string | null;
|
|
5485
|
+
Instructions?: string;
|
|
5486
|
+
Status?: string;
|
|
5487
|
+
Category: string | null;
|
|
5488
|
+
IconClass: string | null;
|
|
5489
|
+
Color: string | null;
|
|
5490
|
+
CreatedByUserID?: string;
|
|
5491
|
+
RestoreContext___?: RestoreContextInput;
|
|
5492
|
+
}
|
|
5493
|
+
export declare class UpdateMJAISkillInput {
|
|
5494
|
+
ID: string;
|
|
5495
|
+
Name?: string;
|
|
5496
|
+
Description?: string | null;
|
|
5497
|
+
Instructions?: string;
|
|
5498
|
+
Status?: string;
|
|
5499
|
+
Category?: string | null;
|
|
5500
|
+
IconClass?: string | null;
|
|
5501
|
+
Color?: string | null;
|
|
5502
|
+
CreatedByUserID?: string;
|
|
5503
|
+
OldValues___?: KeyValuePairInput[];
|
|
5504
|
+
RestoreContext___?: RestoreContextInput;
|
|
5505
|
+
}
|
|
5506
|
+
export declare class RunMJAISkillViewResult {
|
|
5507
|
+
Results: MJAISkill_[];
|
|
5508
|
+
UserViewRunID?: string;
|
|
5509
|
+
RowCount: number;
|
|
5510
|
+
TotalRowCount: number;
|
|
5511
|
+
ExecutionTime: number;
|
|
5512
|
+
ErrorMessage?: string;
|
|
5513
|
+
Success: boolean;
|
|
5514
|
+
}
|
|
5515
|
+
export declare class MJAISkillResolver extends ResolverBase {
|
|
5516
|
+
RunMJAISkillViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5517
|
+
RunMJAISkillViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5518
|
+
RunMJAISkillDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5519
|
+
MJAISkill(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAISkill_ | null>;
|
|
5520
|
+
MJAISkillSubAgents_SkillIDArray(mjaiskill_: MJAISkill_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5521
|
+
MJAIAgentSkills_SkillIDArray(mjaiskill_: MJAISkill_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5522
|
+
MJAISkillActions_SkillIDArray(mjaiskill_: MJAISkill_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5523
|
+
MJAISkillPermissions_SkillIDArray(mjaiskill_: MJAISkill_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5524
|
+
CreateMJAISkill(input: CreateMJAISkillInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5525
|
+
UpdateMJAISkill(input: UpdateMJAISkillInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5526
|
+
DeleteMJAISkill(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5527
|
+
}
|
|
5228
5528
|
export declare class MJAIVendorTypeDefinition_ {
|
|
5229
5529
|
ID: string;
|
|
5230
5530
|
Name: string;
|
|
@@ -5926,6 +6226,7 @@ export declare class MJApplication_ {
|
|
|
5926
6226
|
HideNavBarIconWhenActive: boolean;
|
|
5927
6227
|
Path: string;
|
|
5928
6228
|
AutoUpdatePath: boolean;
|
|
6229
|
+
AgentSettings?: string;
|
|
5929
6230
|
MJApplicationEntities_ApplicationIDArray: MJApplicationEntity_[];
|
|
5930
6231
|
MJApplicationSettings_ApplicationIDArray: MJApplicationSetting_[];
|
|
5931
6232
|
MJUserApplications_ApplicationIDArray: MJUserApplication_[];
|
|
@@ -5953,6 +6254,7 @@ export declare class CreateMJApplicationInput {
|
|
|
5953
6254
|
HideNavBarIconWhenActive?: boolean;
|
|
5954
6255
|
Path?: string;
|
|
5955
6256
|
AutoUpdatePath?: boolean;
|
|
6257
|
+
AgentSettings: string | null;
|
|
5956
6258
|
RestoreContext___?: RestoreContextInput;
|
|
5957
6259
|
}
|
|
5958
6260
|
export declare class UpdateMJApplicationInput {
|
|
@@ -5972,6 +6274,7 @@ export declare class UpdateMJApplicationInput {
|
|
|
5972
6274
|
HideNavBarIconWhenActive?: boolean;
|
|
5973
6275
|
Path?: string;
|
|
5974
6276
|
AutoUpdatePath?: boolean;
|
|
6277
|
+
AgentSettings?: string | null;
|
|
5975
6278
|
OldValues___?: KeyValuePairInput[];
|
|
5976
6279
|
RestoreContext___?: RestoreContextInput;
|
|
5977
6280
|
}
|
|
@@ -7011,6 +7314,8 @@ export declare class MJCollectionArtifact_ {
|
|
|
7011
7314
|
_mj__CreatedAt: Date;
|
|
7012
7315
|
_mj__UpdatedAt: Date;
|
|
7013
7316
|
ArtifactVersionID: string;
|
|
7317
|
+
ContextDescription?: string;
|
|
7318
|
+
Preload: boolean;
|
|
7014
7319
|
Collection: string;
|
|
7015
7320
|
ArtifactVersion?: string;
|
|
7016
7321
|
}
|
|
@@ -7019,6 +7324,8 @@ export declare class CreateMJCollectionArtifactInput {
|
|
|
7019
7324
|
CollectionID?: string;
|
|
7020
7325
|
Sequence?: number;
|
|
7021
7326
|
ArtifactVersionID?: string;
|
|
7327
|
+
ContextDescription: string | null;
|
|
7328
|
+
Preload?: boolean;
|
|
7022
7329
|
RestoreContext___?: RestoreContextInput;
|
|
7023
7330
|
}
|
|
7024
7331
|
export declare class UpdateMJCollectionArtifactInput {
|
|
@@ -7026,6 +7333,8 @@ export declare class UpdateMJCollectionArtifactInput {
|
|
|
7026
7333
|
CollectionID?: string;
|
|
7027
7334
|
Sequence?: number;
|
|
7028
7335
|
ArtifactVersionID?: string;
|
|
7336
|
+
ContextDescription?: string | null;
|
|
7337
|
+
Preload?: boolean;
|
|
7029
7338
|
OldValues___?: KeyValuePairInput[];
|
|
7030
7339
|
RestoreContext___?: RestoreContextInput;
|
|
7031
7340
|
}
|
|
@@ -7122,6 +7431,7 @@ export declare class MJCollection_ {
|
|
|
7122
7431
|
MJCollectionArtifacts_CollectionIDArray: MJCollectionArtifact_[];
|
|
7123
7432
|
MJCollectionPermissions_CollectionIDArray: MJCollectionPermission_[];
|
|
7124
7433
|
MJCollections_ParentIDArray: MJCollection_[];
|
|
7434
|
+
MJAIAgents_DefaultMediaCollectionIDArray: MJAIAgent_[];
|
|
7125
7435
|
}
|
|
7126
7436
|
export declare class CreateMJCollectionInput {
|
|
7127
7437
|
ID?: string;
|
|
@@ -7165,6 +7475,7 @@ export declare class MJCollectionResolver extends ResolverBase {
|
|
|
7165
7475
|
MJCollectionArtifacts_CollectionIDArray(mjcollection_: MJCollection_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7166
7476
|
MJCollectionPermissions_CollectionIDArray(mjcollection_: MJCollection_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7167
7477
|
MJCollections_ParentIDArray(mjcollection_: MJCollection_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7478
|
+
MJAIAgents_DefaultMediaCollectionIDArray(mjcollection_: MJCollection_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7168
7479
|
CreateMJCollection(input: CreateMJCollectionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7169
7480
|
UpdateMJCollection(input: UpdateMJCollectionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7170
7481
|
DeleteMJCollection(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -9540,6 +9851,10 @@ export declare class MJConversationDetail_ {
|
|
|
9540
9851
|
AutomaticCommands?: string;
|
|
9541
9852
|
OriginalMessageChanged: boolean;
|
|
9542
9853
|
AgentSessionID?: string;
|
|
9854
|
+
TurnEndedAt?: Date;
|
|
9855
|
+
UtteranceStartMs?: number;
|
|
9856
|
+
UtteranceEndMs?: number;
|
|
9857
|
+
MediaType?: string;
|
|
9543
9858
|
Conversation?: string;
|
|
9544
9859
|
User?: string;
|
|
9545
9860
|
Artifact?: string;
|
|
@@ -9585,6 +9900,10 @@ export declare class CreateMJConversationDetailInput {
|
|
|
9585
9900
|
AutomaticCommands: string | null;
|
|
9586
9901
|
OriginalMessageChanged?: boolean;
|
|
9587
9902
|
AgentSessionID: string | null;
|
|
9903
|
+
TurnEndedAt: Date | null;
|
|
9904
|
+
UtteranceStartMs: number | null;
|
|
9905
|
+
UtteranceEndMs: number | null;
|
|
9906
|
+
MediaType: string | null;
|
|
9588
9907
|
RestoreContext___?: RestoreContextInput;
|
|
9589
9908
|
}
|
|
9590
9909
|
export declare class UpdateMJConversationDetailInput {
|
|
@@ -9614,6 +9933,10 @@ export declare class UpdateMJConversationDetailInput {
|
|
|
9614
9933
|
AutomaticCommands?: string | null;
|
|
9615
9934
|
OriginalMessageChanged?: boolean;
|
|
9616
9935
|
AgentSessionID?: string | null;
|
|
9936
|
+
TurnEndedAt?: Date | null;
|
|
9937
|
+
UtteranceStartMs?: number | null;
|
|
9938
|
+
UtteranceEndMs?: number | null;
|
|
9939
|
+
MediaType?: string | null;
|
|
9617
9940
|
OldValues___?: KeyValuePairInput[];
|
|
9618
9941
|
RestoreContext___?: RestoreContextInput;
|
|
9619
9942
|
}
|
|
@@ -9666,6 +9989,8 @@ export declare class MJConversation_ {
|
|
|
9666
9989
|
ApplicationID?: string;
|
|
9667
9990
|
DefaultAgentID?: string;
|
|
9668
9991
|
AdditionalData?: string;
|
|
9992
|
+
RecordingFileID?: string;
|
|
9993
|
+
EgressID?: string;
|
|
9669
9994
|
User: string;
|
|
9670
9995
|
LinkedEntity?: string;
|
|
9671
9996
|
DataContext?: string;
|
|
@@ -9674,6 +9999,7 @@ export declare class MJConversation_ {
|
|
|
9674
9999
|
TestRun?: string;
|
|
9675
10000
|
Application?: string;
|
|
9676
10001
|
DefaultAgent?: string;
|
|
10002
|
+
RecordingFile?: string;
|
|
9677
10003
|
MJConversationDetails_ConversationIDArray: MJConversationDetail_[];
|
|
9678
10004
|
MJReports_ConversationIDArray: MJReport_[];
|
|
9679
10005
|
MJConversationArtifacts_ConversationIDArray: MJConversationArtifact_[];
|
|
@@ -9702,6 +10028,8 @@ export declare class CreateMJConversationInput {
|
|
|
9702
10028
|
ApplicationID: string | null;
|
|
9703
10029
|
DefaultAgentID: string | null;
|
|
9704
10030
|
AdditionalData: string | null;
|
|
10031
|
+
RecordingFileID: string | null;
|
|
10032
|
+
EgressID: string | null;
|
|
9705
10033
|
RestoreContext___?: RestoreContextInput;
|
|
9706
10034
|
}
|
|
9707
10035
|
export declare class UpdateMJConversationInput {
|
|
@@ -9724,6 +10052,8 @@ export declare class UpdateMJConversationInput {
|
|
|
9724
10052
|
ApplicationID?: string | null;
|
|
9725
10053
|
DefaultAgentID?: string | null;
|
|
9726
10054
|
AdditionalData?: string | null;
|
|
10055
|
+
RecordingFileID?: string | null;
|
|
10056
|
+
EgressID?: string | null;
|
|
9727
10057
|
OldValues___?: KeyValuePairInput[];
|
|
9728
10058
|
RestoreContext___?: RestoreContextInput;
|
|
9729
10059
|
}
|
|
@@ -10682,8 +11012,17 @@ export declare class MJDuplicateRunDetailMatch_ {
|
|
|
10682
11012
|
_mj__CreatedAt: Date;
|
|
10683
11013
|
_mj__UpdatedAt: Date;
|
|
10684
11014
|
RecordMetadata?: string;
|
|
11015
|
+
AIAgentRunID?: string;
|
|
11016
|
+
AIPromptRunID?: string;
|
|
11017
|
+
LLMRecommendation?: string;
|
|
11018
|
+
LLMConfidence?: number;
|
|
11019
|
+
LLMReasoning?: string;
|
|
11020
|
+
LLMProposedSurvivorRecordID?: string;
|
|
11021
|
+
LLMProposedFieldMap?: string;
|
|
10685
11022
|
DuplicateRunDetail: string;
|
|
10686
11023
|
RecordMergeLog?: string;
|
|
11024
|
+
AIAgentRun?: string;
|
|
11025
|
+
AIPromptRun?: string;
|
|
10687
11026
|
}
|
|
10688
11027
|
export declare class CreateMJDuplicateRunDetailMatchInput {
|
|
10689
11028
|
ID?: string;
|
|
@@ -10698,6 +11037,13 @@ export declare class CreateMJDuplicateRunDetailMatchInput {
|
|
|
10698
11037
|
MergeStatus?: string;
|
|
10699
11038
|
MergedAt?: Date;
|
|
10700
11039
|
RecordMetadata: string | null;
|
|
11040
|
+
AIAgentRunID: string | null;
|
|
11041
|
+
AIPromptRunID: string | null;
|
|
11042
|
+
LLMRecommendation: string | null;
|
|
11043
|
+
LLMConfidence: number | null;
|
|
11044
|
+
LLMReasoning: string | null;
|
|
11045
|
+
LLMProposedSurvivorRecordID: string | null;
|
|
11046
|
+
LLMProposedFieldMap: string | null;
|
|
10701
11047
|
RestoreContext___?: RestoreContextInput;
|
|
10702
11048
|
}
|
|
10703
11049
|
export declare class UpdateMJDuplicateRunDetailMatchInput {
|
|
@@ -10713,6 +11059,13 @@ export declare class UpdateMJDuplicateRunDetailMatchInput {
|
|
|
10713
11059
|
MergeStatus?: string;
|
|
10714
11060
|
MergedAt?: Date;
|
|
10715
11061
|
RecordMetadata?: string | null;
|
|
11062
|
+
AIAgentRunID?: string | null;
|
|
11063
|
+
AIPromptRunID?: string | null;
|
|
11064
|
+
LLMRecommendation?: string | null;
|
|
11065
|
+
LLMConfidence?: number | null;
|
|
11066
|
+
LLMReasoning?: string | null;
|
|
11067
|
+
LLMProposedSurvivorRecordID?: string | null;
|
|
11068
|
+
LLMProposedFieldMap?: string | null;
|
|
10716
11069
|
OldValues___?: KeyValuePairInput[];
|
|
10717
11070
|
RestoreContext___?: RestoreContextInput;
|
|
10718
11071
|
}
|
|
@@ -11332,6 +11685,7 @@ export declare class MJEntity_ {
|
|
|
11332
11685
|
ParentEntity?: string;
|
|
11333
11686
|
ParentBaseTable?: string;
|
|
11334
11687
|
ParentBaseView?: string;
|
|
11688
|
+
CanonicalSchemaName?: string;
|
|
11335
11689
|
MJApplicationEntities_EntityIDArray: MJApplicationEntity_[];
|
|
11336
11690
|
MJAuditLogs_EntityIDArray: MJAuditLog_[];
|
|
11337
11691
|
MJCompanyIntegrationRecordMaps_EntityIDArray: MJCompanyIntegrationRecordMap_[];
|
|
@@ -11398,6 +11752,9 @@ export declare class MJEntity_ {
|
|
|
11398
11752
|
MJProcessRuns_EntityIDArray: MJProcessRun_[];
|
|
11399
11753
|
MJRecordProcessWatermarks_EntityIDArray: MJRecordProcessWatermark_[];
|
|
11400
11754
|
MJRecordProcesses_EntityIDArray: MJRecordProcess_[];
|
|
11755
|
+
MJMLTrainingPipelines_TargetEntityIDArray: MJMLTrainingPipeline_[];
|
|
11756
|
+
MJMLModelScoringBindings_TargetEntityIDArray: MJMLModelScoringBinding_[];
|
|
11757
|
+
MJScopedPromptParts_PrimaryScopeEntityIDArray: MJScopedPromptPart_[];
|
|
11401
11758
|
}
|
|
11402
11759
|
export declare class CreateMJEntityInput {
|
|
11403
11760
|
ID?: string;
|
|
@@ -11609,6 +11966,9 @@ export declare class MJEntityResolverBase extends ResolverBase {
|
|
|
11609
11966
|
MJProcessRuns_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11610
11967
|
MJRecordProcessWatermarks_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11611
11968
|
MJRecordProcesses_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11969
|
+
MJMLTrainingPipelines_TargetEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11970
|
+
MJMLModelScoringBindings_TargetEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11971
|
+
MJScopedPromptParts_PrimaryScopeEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11612
11972
|
CreateMJEntity(input: CreateMJEntityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11613
11973
|
UpdateMJEntity(input: UpdateMJEntityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11614
11974
|
DeleteMJEntity(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -12151,12 +12511,20 @@ export declare class MJEntityDocument_ {
|
|
|
12151
12511
|
_mj__UpdatedAt: Date;
|
|
12152
12512
|
VectorIndexID?: string;
|
|
12153
12513
|
Configuration?: string;
|
|
12514
|
+
EnableLLMReasoning: boolean;
|
|
12515
|
+
ReasoningMode: string;
|
|
12516
|
+
ReasoningThreshold?: number;
|
|
12517
|
+
ReasoningPromptID?: string;
|
|
12518
|
+
ReasoningAgentID?: string;
|
|
12519
|
+
AutomationLevel: string;
|
|
12154
12520
|
Type: string;
|
|
12155
12521
|
Entity: string;
|
|
12156
12522
|
VectorDatabase: string;
|
|
12157
12523
|
Template: string;
|
|
12158
12524
|
AIModel: string;
|
|
12159
12525
|
VectorIndex?: string;
|
|
12526
|
+
ReasoningPrompt?: string;
|
|
12527
|
+
ReasoningAgent?: string;
|
|
12160
12528
|
MJEntityDocumentRuns_EntityDocumentIDArray: MJEntityDocumentRun_[];
|
|
12161
12529
|
MJEntityDocumentSettings_EntityDocumentIDArray: MJEntityDocumentSetting_[];
|
|
12162
12530
|
MJEntityRecordDocuments_EntityDocumentIDArray: MJEntityRecordDocument_[];
|
|
@@ -12175,6 +12543,12 @@ export declare class CreateMJEntityDocumentInput {
|
|
|
12175
12543
|
AbsoluteMatchThreshold?: number;
|
|
12176
12544
|
VectorIndexID: string | null;
|
|
12177
12545
|
Configuration: string | null;
|
|
12546
|
+
EnableLLMReasoning?: boolean;
|
|
12547
|
+
ReasoningMode?: string;
|
|
12548
|
+
ReasoningThreshold: number | null;
|
|
12549
|
+
ReasoningPromptID: string | null;
|
|
12550
|
+
ReasoningAgentID: string | null;
|
|
12551
|
+
AutomationLevel?: string;
|
|
12178
12552
|
RestoreContext___?: RestoreContextInput;
|
|
12179
12553
|
}
|
|
12180
12554
|
export declare class UpdateMJEntityDocumentInput {
|
|
@@ -12190,6 +12564,12 @@ export declare class UpdateMJEntityDocumentInput {
|
|
|
12190
12564
|
AbsoluteMatchThreshold?: number;
|
|
12191
12565
|
VectorIndexID?: string | null;
|
|
12192
12566
|
Configuration?: string | null;
|
|
12567
|
+
EnableLLMReasoning?: boolean;
|
|
12568
|
+
ReasoningMode?: string;
|
|
12569
|
+
ReasoningThreshold?: number | null;
|
|
12570
|
+
ReasoningPromptID?: string | null;
|
|
12571
|
+
ReasoningAgentID?: string | null;
|
|
12572
|
+
AutomationLevel?: string;
|
|
12193
12573
|
OldValues___?: KeyValuePairInput[];
|
|
12194
12574
|
RestoreContext___?: RestoreContextInput;
|
|
12195
12575
|
}
|
|
@@ -13118,49 +13498,52 @@ export declare class MJErrorLogResolver extends ResolverBase {
|
|
|
13118
13498
|
UpdateMJErrorLog(input: UpdateMJErrorLogInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13119
13499
|
DeleteMJErrorLog(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13120
13500
|
}
|
|
13121
|
-
export declare class
|
|
13501
|
+
export declare class MJExperimentSessionIteration_ {
|
|
13122
13502
|
ID: string;
|
|
13503
|
+
ExperimentSessionID: string;
|
|
13123
13504
|
Sequence: number;
|
|
13124
|
-
|
|
13125
|
-
|
|
13126
|
-
|
|
13127
|
-
|
|
13128
|
-
|
|
13129
|
-
|
|
13130
|
-
|
|
13131
|
-
Comments?: string;
|
|
13505
|
+
Label?: string;
|
|
13506
|
+
Status: string;
|
|
13507
|
+
Score?: number;
|
|
13508
|
+
ComputeCost?: number;
|
|
13509
|
+
TokensUsed?: number;
|
|
13510
|
+
Rationale?: string;
|
|
13511
|
+
AIAgentRunID?: string;
|
|
13132
13512
|
_mj__CreatedAt: Date;
|
|
13133
13513
|
_mj__UpdatedAt: Date;
|
|
13514
|
+
ExperimentSession: string;
|
|
13515
|
+
AIAgentRun?: string;
|
|
13516
|
+
MJMLTrainingRuns_ExperimentSessionIterationIDArray: MJMLTrainingRun_[];
|
|
13134
13517
|
}
|
|
13135
|
-
export declare class
|
|
13518
|
+
export declare class CreateMJExperimentSessionIterationInput {
|
|
13136
13519
|
ID?: string;
|
|
13520
|
+
ExperimentSessionID?: string;
|
|
13137
13521
|
Sequence?: number;
|
|
13138
|
-
|
|
13139
|
-
|
|
13140
|
-
|
|
13141
|
-
|
|
13142
|
-
|
|
13143
|
-
|
|
13144
|
-
|
|
13145
|
-
Comments: string | null;
|
|
13522
|
+
Label: string | null;
|
|
13523
|
+
Status?: string;
|
|
13524
|
+
Score: number | null;
|
|
13525
|
+
ComputeCost: number | null;
|
|
13526
|
+
TokensUsed: number | null;
|
|
13527
|
+
Rationale: string | null;
|
|
13528
|
+
AIAgentRunID: string | null;
|
|
13146
13529
|
RestoreContext___?: RestoreContextInput;
|
|
13147
13530
|
}
|
|
13148
|
-
export declare class
|
|
13531
|
+
export declare class UpdateMJExperimentSessionIterationInput {
|
|
13149
13532
|
ID: string;
|
|
13533
|
+
ExperimentSessionID?: string;
|
|
13150
13534
|
Sequence?: number;
|
|
13151
|
-
|
|
13152
|
-
|
|
13153
|
-
|
|
13154
|
-
|
|
13155
|
-
|
|
13156
|
-
|
|
13157
|
-
|
|
13158
|
-
Comments?: string | null;
|
|
13535
|
+
Label?: string | null;
|
|
13536
|
+
Status?: string;
|
|
13537
|
+
Score?: number | null;
|
|
13538
|
+
ComputeCost?: number | null;
|
|
13539
|
+
TokensUsed?: number | null;
|
|
13540
|
+
Rationale?: string | null;
|
|
13541
|
+
AIAgentRunID?: string | null;
|
|
13159
13542
|
OldValues___?: KeyValuePairInput[];
|
|
13160
13543
|
RestoreContext___?: RestoreContextInput;
|
|
13161
13544
|
}
|
|
13162
|
-
export declare class
|
|
13163
|
-
Results:
|
|
13545
|
+
export declare class RunMJExperimentSessionIterationViewResult {
|
|
13546
|
+
Results: MJExperimentSessionIteration_[];
|
|
13164
13547
|
UserViewRunID?: string;
|
|
13165
13548
|
RowCount: number;
|
|
13166
13549
|
TotalRowCount: number;
|
|
@@ -13168,43 +13551,218 @@ export declare class RunMJExplorerNavigationItemViewResult {
|
|
|
13168
13551
|
ErrorMessage?: string;
|
|
13169
13552
|
Success: boolean;
|
|
13170
13553
|
}
|
|
13171
|
-
export declare class
|
|
13172
|
-
|
|
13173
|
-
|
|
13174
|
-
|
|
13175
|
-
|
|
13176
|
-
|
|
13177
|
-
|
|
13178
|
-
|
|
13554
|
+
export declare class MJExperimentSessionIterationResolver extends ResolverBase {
|
|
13555
|
+
RunMJExperimentSessionIterationViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13556
|
+
RunMJExperimentSessionIterationViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13557
|
+
RunMJExperimentSessionIterationDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13558
|
+
MJExperimentSessionIteration(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJExperimentSessionIteration_ | null>;
|
|
13559
|
+
MJMLTrainingRuns_ExperimentSessionIterationIDArray(mjexperimentsessioniteration_: MJExperimentSessionIteration_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13560
|
+
CreateMJExperimentSessionIteration(input: CreateMJExperimentSessionIterationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13561
|
+
UpdateMJExperimentSessionIteration(input: UpdateMJExperimentSessionIterationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13562
|
+
DeleteMJExperimentSessionIteration(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13179
13563
|
}
|
|
13180
|
-
export declare class
|
|
13564
|
+
export declare class MJExperimentSession_ {
|
|
13181
13565
|
ID: string;
|
|
13566
|
+
ExperimentID: string;
|
|
13182
13567
|
Name: string;
|
|
13183
|
-
|
|
13184
|
-
|
|
13568
|
+
Goal?: string;
|
|
13569
|
+
Budget?: string;
|
|
13570
|
+
Status: string;
|
|
13571
|
+
PlanSpec?: string;
|
|
13572
|
+
Leaderboard?: string;
|
|
13573
|
+
AgentRunID?: string;
|
|
13185
13574
|
_mj__CreatedAt: Date;
|
|
13186
13575
|
_mj__UpdatedAt: Date;
|
|
13187
|
-
|
|
13188
|
-
|
|
13189
|
-
|
|
13190
|
-
MJFiles_CategoryIDArray: MJFile_[];
|
|
13576
|
+
Experiment: string;
|
|
13577
|
+
AgentRun?: string;
|
|
13578
|
+
MJExperimentSessionIterations_ExperimentSessionIDArray: MJExperimentSessionIteration_[];
|
|
13191
13579
|
}
|
|
13192
|
-
export declare class
|
|
13580
|
+
export declare class CreateMJExperimentSessionInput {
|
|
13193
13581
|
ID?: string;
|
|
13582
|
+
ExperimentID?: string;
|
|
13194
13583
|
Name?: string;
|
|
13195
|
-
|
|
13196
|
-
|
|
13584
|
+
Goal: string | null;
|
|
13585
|
+
Budget: string | null;
|
|
13586
|
+
Status?: string;
|
|
13587
|
+
PlanSpec: string | null;
|
|
13588
|
+
Leaderboard: string | null;
|
|
13589
|
+
AgentRunID: string | null;
|
|
13197
13590
|
RestoreContext___?: RestoreContextInput;
|
|
13198
13591
|
}
|
|
13199
|
-
export declare class
|
|
13592
|
+
export declare class UpdateMJExperimentSessionInput {
|
|
13200
13593
|
ID: string;
|
|
13594
|
+
ExperimentID?: string;
|
|
13201
13595
|
Name?: string;
|
|
13202
|
-
|
|
13203
|
-
|
|
13596
|
+
Goal?: string | null;
|
|
13597
|
+
Budget?: string | null;
|
|
13598
|
+
Status?: string;
|
|
13599
|
+
PlanSpec?: string | null;
|
|
13600
|
+
Leaderboard?: string | null;
|
|
13601
|
+
AgentRunID?: string | null;
|
|
13204
13602
|
OldValues___?: KeyValuePairInput[];
|
|
13205
13603
|
RestoreContext___?: RestoreContextInput;
|
|
13206
13604
|
}
|
|
13207
|
-
export declare class
|
|
13605
|
+
export declare class RunMJExperimentSessionViewResult {
|
|
13606
|
+
Results: MJExperimentSession_[];
|
|
13607
|
+
UserViewRunID?: string;
|
|
13608
|
+
RowCount: number;
|
|
13609
|
+
TotalRowCount: number;
|
|
13610
|
+
ExecutionTime: number;
|
|
13611
|
+
ErrorMessage?: string;
|
|
13612
|
+
Success: boolean;
|
|
13613
|
+
}
|
|
13614
|
+
export declare class MJExperimentSessionResolver extends ResolverBase {
|
|
13615
|
+
RunMJExperimentSessionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13616
|
+
RunMJExperimentSessionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13617
|
+
RunMJExperimentSessionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13618
|
+
MJExperimentSession(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJExperimentSession_ | null>;
|
|
13619
|
+
MJExperimentSessionIterations_ExperimentSessionIDArray(mjexperimentsession_: MJExperimentSession_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13620
|
+
CreateMJExperimentSession(input: CreateMJExperimentSessionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13621
|
+
UpdateMJExperimentSession(input: UpdateMJExperimentSessionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13622
|
+
DeleteMJExperimentSession(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13623
|
+
}
|
|
13624
|
+
export declare class MJExperiment_ {
|
|
13625
|
+
ID: string;
|
|
13626
|
+
Name: string;
|
|
13627
|
+
Description?: string;
|
|
13628
|
+
ExperimentType: string;
|
|
13629
|
+
Goal?: string;
|
|
13630
|
+
TargetMetric?: string;
|
|
13631
|
+
PlanSpecTemplate?: string;
|
|
13632
|
+
Status: string;
|
|
13633
|
+
_mj__CreatedAt: Date;
|
|
13634
|
+
_mj__UpdatedAt: Date;
|
|
13635
|
+
MJExperimentSessions_ExperimentIDArray: MJExperimentSession_[];
|
|
13636
|
+
}
|
|
13637
|
+
export declare class CreateMJExperimentInput {
|
|
13638
|
+
ID?: string;
|
|
13639
|
+
Name?: string;
|
|
13640
|
+
Description: string | null;
|
|
13641
|
+
ExperimentType?: string;
|
|
13642
|
+
Goal: string | null;
|
|
13643
|
+
TargetMetric: string | null;
|
|
13644
|
+
PlanSpecTemplate: string | null;
|
|
13645
|
+
Status?: string;
|
|
13646
|
+
RestoreContext___?: RestoreContextInput;
|
|
13647
|
+
}
|
|
13648
|
+
export declare class UpdateMJExperimentInput {
|
|
13649
|
+
ID: string;
|
|
13650
|
+
Name?: string;
|
|
13651
|
+
Description?: string | null;
|
|
13652
|
+
ExperimentType?: string;
|
|
13653
|
+
Goal?: string | null;
|
|
13654
|
+
TargetMetric?: string | null;
|
|
13655
|
+
PlanSpecTemplate?: string | null;
|
|
13656
|
+
Status?: string;
|
|
13657
|
+
OldValues___?: KeyValuePairInput[];
|
|
13658
|
+
RestoreContext___?: RestoreContextInput;
|
|
13659
|
+
}
|
|
13660
|
+
export declare class RunMJExperimentViewResult {
|
|
13661
|
+
Results: MJExperiment_[];
|
|
13662
|
+
UserViewRunID?: string;
|
|
13663
|
+
RowCount: number;
|
|
13664
|
+
TotalRowCount: number;
|
|
13665
|
+
ExecutionTime: number;
|
|
13666
|
+
ErrorMessage?: string;
|
|
13667
|
+
Success: boolean;
|
|
13668
|
+
}
|
|
13669
|
+
export declare class MJExperimentResolver extends ResolverBase {
|
|
13670
|
+
RunMJExperimentViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13671
|
+
RunMJExperimentViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13672
|
+
RunMJExperimentDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13673
|
+
MJExperiment(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJExperiment_ | null>;
|
|
13674
|
+
MJExperimentSessions_ExperimentIDArray(mjexperiment_: MJExperiment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13675
|
+
CreateMJExperiment(input: CreateMJExperimentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13676
|
+
UpdateMJExperiment(input: UpdateMJExperimentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13677
|
+
DeleteMJExperiment(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13678
|
+
}
|
|
13679
|
+
export declare class MJExplorerNavigationItem_ {
|
|
13680
|
+
ID: string;
|
|
13681
|
+
Sequence: number;
|
|
13682
|
+
Name: string;
|
|
13683
|
+
Route: string;
|
|
13684
|
+
IsActive: boolean;
|
|
13685
|
+
ShowInHomeScreen: boolean;
|
|
13686
|
+
ShowInNavigationDrawer: boolean;
|
|
13687
|
+
IconCSSClass?: string;
|
|
13688
|
+
Description?: string;
|
|
13689
|
+
Comments?: string;
|
|
13690
|
+
_mj__CreatedAt: Date;
|
|
13691
|
+
_mj__UpdatedAt: Date;
|
|
13692
|
+
}
|
|
13693
|
+
export declare class CreateMJExplorerNavigationItemInput {
|
|
13694
|
+
ID?: string;
|
|
13695
|
+
Sequence?: number;
|
|
13696
|
+
Name?: string;
|
|
13697
|
+
Route?: string;
|
|
13698
|
+
IsActive?: boolean;
|
|
13699
|
+
ShowInHomeScreen?: boolean;
|
|
13700
|
+
ShowInNavigationDrawer?: boolean;
|
|
13701
|
+
IconCSSClass: string | null;
|
|
13702
|
+
Description: string | null;
|
|
13703
|
+
Comments: string | null;
|
|
13704
|
+
RestoreContext___?: RestoreContextInput;
|
|
13705
|
+
}
|
|
13706
|
+
export declare class UpdateMJExplorerNavigationItemInput {
|
|
13707
|
+
ID: string;
|
|
13708
|
+
Sequence?: number;
|
|
13709
|
+
Name?: string;
|
|
13710
|
+
Route?: string;
|
|
13711
|
+
IsActive?: boolean;
|
|
13712
|
+
ShowInHomeScreen?: boolean;
|
|
13713
|
+
ShowInNavigationDrawer?: boolean;
|
|
13714
|
+
IconCSSClass?: string | null;
|
|
13715
|
+
Description?: string | null;
|
|
13716
|
+
Comments?: string | null;
|
|
13717
|
+
OldValues___?: KeyValuePairInput[];
|
|
13718
|
+
RestoreContext___?: RestoreContextInput;
|
|
13719
|
+
}
|
|
13720
|
+
export declare class RunMJExplorerNavigationItemViewResult {
|
|
13721
|
+
Results: MJExplorerNavigationItem_[];
|
|
13722
|
+
UserViewRunID?: string;
|
|
13723
|
+
RowCount: number;
|
|
13724
|
+
TotalRowCount: number;
|
|
13725
|
+
ExecutionTime: number;
|
|
13726
|
+
ErrorMessage?: string;
|
|
13727
|
+
Success: boolean;
|
|
13728
|
+
}
|
|
13729
|
+
export declare class MJExplorerNavigationItemResolver extends ResolverBase {
|
|
13730
|
+
RunMJExplorerNavigationItemViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13731
|
+
RunMJExplorerNavigationItemViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13732
|
+
RunMJExplorerNavigationItemDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13733
|
+
MJExplorerNavigationItem(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJExplorerNavigationItem_ | null>;
|
|
13734
|
+
CreateMJExplorerNavigationItem(input: CreateMJExplorerNavigationItemInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13735
|
+
UpdateMJExplorerNavigationItem(input: UpdateMJExplorerNavigationItemInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13736
|
+
DeleteMJExplorerNavigationItem(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13737
|
+
}
|
|
13738
|
+
export declare class MJFileCategory_ {
|
|
13739
|
+
ID: string;
|
|
13740
|
+
Name: string;
|
|
13741
|
+
ParentID?: string;
|
|
13742
|
+
Description?: string;
|
|
13743
|
+
_mj__CreatedAt: Date;
|
|
13744
|
+
_mj__UpdatedAt: Date;
|
|
13745
|
+
Parent?: string;
|
|
13746
|
+
RootParentID?: string;
|
|
13747
|
+
MJFileCategories_ParentIDArray: MJFileCategory_[];
|
|
13748
|
+
MJFiles_CategoryIDArray: MJFile_[];
|
|
13749
|
+
}
|
|
13750
|
+
export declare class CreateMJFileCategoryInput {
|
|
13751
|
+
ID?: string;
|
|
13752
|
+
Name?: string;
|
|
13753
|
+
ParentID: string | null;
|
|
13754
|
+
Description: string | null;
|
|
13755
|
+
RestoreContext___?: RestoreContextInput;
|
|
13756
|
+
}
|
|
13757
|
+
export declare class UpdateMJFileCategoryInput {
|
|
13758
|
+
ID: string;
|
|
13759
|
+
Name?: string;
|
|
13760
|
+
ParentID?: string | null;
|
|
13761
|
+
Description?: string | null;
|
|
13762
|
+
OldValues___?: KeyValuePairInput[];
|
|
13763
|
+
RestoreContext___?: RestoreContextInput;
|
|
13764
|
+
}
|
|
13765
|
+
export declare class RunMJFileCategoryViewResult {
|
|
13208
13766
|
Results: MJFileCategory_[];
|
|
13209
13767
|
UserViewRunID?: string;
|
|
13210
13768
|
RowCount: number;
|
|
@@ -13396,6 +13954,7 @@ export declare class MJFileStorageProvider_ {
|
|
|
13396
13954
|
RequiresOAuth: boolean;
|
|
13397
13955
|
MJFiles_ProviderIDArray: MJFile_[];
|
|
13398
13956
|
MJFileStorageAccounts_ProviderIDArray: MJFileStorageAccount_[];
|
|
13957
|
+
MJAIAgents_RecordingStorageProviderIDArray: MJAIAgent_[];
|
|
13399
13958
|
MJAIConfigurations_DefaultStorageProviderIDArray: MJAIConfiguration_[];
|
|
13400
13959
|
MJAIAgents_AttachmentStorageProviderIDArray: MJAIAgent_[];
|
|
13401
13960
|
}
|
|
@@ -13442,6 +14001,7 @@ export declare class MJFileStorageProviderResolver extends ResolverBase {
|
|
|
13442
14001
|
MJFileStorageProvider(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJFileStorageProvider_ | null>;
|
|
13443
14002
|
MJFiles_ProviderIDArray(mjfilestorageprovider_: MJFileStorageProvider_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13444
14003
|
MJFileStorageAccounts_ProviderIDArray(mjfilestorageprovider_: MJFileStorageProvider_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14004
|
+
MJAIAgents_RecordingStorageProviderIDArray(mjfilestorageprovider_: MJFileStorageProvider_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13445
14005
|
MJAIConfigurations_DefaultStorageProviderIDArray(mjfilestorageprovider_: MJFileStorageProvider_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13446
14006
|
MJAIAgents_AttachmentStorageProviderIDArray(mjfilestorageprovider_: MJFileStorageProvider_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13447
14007
|
CreateMJFileStorageProvider(input: CreateMJFileStorageProviderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -13466,6 +14026,9 @@ export declare class MJFile_ {
|
|
|
13466
14026
|
MJConversationDetailAttachments_FileIDArray: MJConversationDetailAttachment_[];
|
|
13467
14027
|
MJAIAgentRunMedias_FileIDArray: MJAIAgentRunMedia_[];
|
|
13468
14028
|
MJArtifactVersions_FileIDArray: MJArtifactVersion_[];
|
|
14029
|
+
MJAIAgentSessions_RecordingFileIDArray: MJAIAgentSession_[];
|
|
14030
|
+
MJConversations_RecordingFileIDArray: MJConversation_[];
|
|
14031
|
+
MJMLModels_ArtifactFileIDArray: MJMLModel_[];
|
|
13469
14032
|
}
|
|
13470
14033
|
export declare class CreateMJFileInput {
|
|
13471
14034
|
ID?: string;
|
|
@@ -13509,6 +14072,9 @@ export declare class MJFileResolver extends ResolverBase {
|
|
|
13509
14072
|
MJConversationDetailAttachments_FileIDArray(mjfile_: MJFile_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13510
14073
|
MJAIAgentRunMedias_FileIDArray(mjfile_: MJFile_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13511
14074
|
MJArtifactVersions_FileIDArray(mjfile_: MJFile_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14075
|
+
MJAIAgentSessions_RecordingFileIDArray(mjfile_: MJFile_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14076
|
+
MJConversations_RecordingFileIDArray(mjfile_: MJFile_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14077
|
+
MJMLModels_ArtifactFileIDArray(mjfile_: MJFile_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13512
14078
|
CreateMJFile(input: CreateMJFileInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13513
14079
|
UpdateMJFile(input: UpdateMJFileInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13514
14080
|
DeleteMJFile(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -15327,6 +15893,467 @@ export declare class MJMCPToolFavoriteResolver extends ResolverBase {
|
|
|
15327
15893
|
UpdateMJMCPToolFavorite(input: UpdateMJMCPToolFavoriteInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15328
15894
|
DeleteMJMCPToolFavorite(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15329
15895
|
}
|
|
15896
|
+
export declare class MJMLAlgorithmUseCaseRanking_ {
|
|
15897
|
+
ID: string;
|
|
15898
|
+
MLAlgorithmID: string;
|
|
15899
|
+
MLAlgorithmUseCaseID: string;
|
|
15900
|
+
SuitabilityScore: number;
|
|
15901
|
+
RecommendationLevel: string;
|
|
15902
|
+
Rationale?: string;
|
|
15903
|
+
_mj__CreatedAt: Date;
|
|
15904
|
+
_mj__UpdatedAt: Date;
|
|
15905
|
+
MLAlgorithm: string;
|
|
15906
|
+
MLAlgorithmUseCase: string;
|
|
15907
|
+
}
|
|
15908
|
+
export declare class CreateMJMLAlgorithmUseCaseRankingInput {
|
|
15909
|
+
ID?: string;
|
|
15910
|
+
MLAlgorithmID?: string;
|
|
15911
|
+
MLAlgorithmUseCaseID?: string;
|
|
15912
|
+
SuitabilityScore?: number;
|
|
15913
|
+
RecommendationLevel?: string;
|
|
15914
|
+
Rationale: string | null;
|
|
15915
|
+
RestoreContext___?: RestoreContextInput;
|
|
15916
|
+
}
|
|
15917
|
+
export declare class UpdateMJMLAlgorithmUseCaseRankingInput {
|
|
15918
|
+
ID: string;
|
|
15919
|
+
MLAlgorithmID?: string;
|
|
15920
|
+
MLAlgorithmUseCaseID?: string;
|
|
15921
|
+
SuitabilityScore?: number;
|
|
15922
|
+
RecommendationLevel?: string;
|
|
15923
|
+
Rationale?: string | null;
|
|
15924
|
+
OldValues___?: KeyValuePairInput[];
|
|
15925
|
+
RestoreContext___?: RestoreContextInput;
|
|
15926
|
+
}
|
|
15927
|
+
export declare class RunMJMLAlgorithmUseCaseRankingViewResult {
|
|
15928
|
+
Results: MJMLAlgorithmUseCaseRanking_[];
|
|
15929
|
+
UserViewRunID?: string;
|
|
15930
|
+
RowCount: number;
|
|
15931
|
+
TotalRowCount: number;
|
|
15932
|
+
ExecutionTime: number;
|
|
15933
|
+
ErrorMessage?: string;
|
|
15934
|
+
Success: boolean;
|
|
15935
|
+
}
|
|
15936
|
+
export declare class MJMLAlgorithmUseCaseRankingResolver extends ResolverBase {
|
|
15937
|
+
RunMJMLAlgorithmUseCaseRankingViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
15938
|
+
RunMJMLAlgorithmUseCaseRankingViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
15939
|
+
RunMJMLAlgorithmUseCaseRankingDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
15940
|
+
MJMLAlgorithmUseCaseRanking(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMLAlgorithmUseCaseRanking_ | null>;
|
|
15941
|
+
CreateMJMLAlgorithmUseCaseRanking(input: CreateMJMLAlgorithmUseCaseRankingInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15942
|
+
UpdateMJMLAlgorithmUseCaseRanking(input: UpdateMJMLAlgorithmUseCaseRankingInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15943
|
+
DeleteMJMLAlgorithmUseCaseRanking(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15944
|
+
}
|
|
15945
|
+
export declare class MJMLAlgorithmUseCase_ {
|
|
15946
|
+
ID: string;
|
|
15947
|
+
Name: string;
|
|
15948
|
+
Description?: string;
|
|
15949
|
+
ProblemTypeScope: string;
|
|
15950
|
+
Guidance?: string;
|
|
15951
|
+
DisplayOrder: number;
|
|
15952
|
+
_mj__CreatedAt: Date;
|
|
15953
|
+
_mj__UpdatedAt: Date;
|
|
15954
|
+
MJMLAlgorithmUseCaseRankings_MLAlgorithmUseCaseIDArray: MJMLAlgorithmUseCaseRanking_[];
|
|
15955
|
+
}
|
|
15956
|
+
export declare class CreateMJMLAlgorithmUseCaseInput {
|
|
15957
|
+
ID?: string;
|
|
15958
|
+
Name?: string;
|
|
15959
|
+
Description: string | null;
|
|
15960
|
+
ProblemTypeScope?: string;
|
|
15961
|
+
Guidance: string | null;
|
|
15962
|
+
DisplayOrder?: number;
|
|
15963
|
+
RestoreContext___?: RestoreContextInput;
|
|
15964
|
+
}
|
|
15965
|
+
export declare class UpdateMJMLAlgorithmUseCaseInput {
|
|
15966
|
+
ID: string;
|
|
15967
|
+
Name?: string;
|
|
15968
|
+
Description?: string | null;
|
|
15969
|
+
ProblemTypeScope?: string;
|
|
15970
|
+
Guidance?: string | null;
|
|
15971
|
+
DisplayOrder?: number;
|
|
15972
|
+
OldValues___?: KeyValuePairInput[];
|
|
15973
|
+
RestoreContext___?: RestoreContextInput;
|
|
15974
|
+
}
|
|
15975
|
+
export declare class RunMJMLAlgorithmUseCaseViewResult {
|
|
15976
|
+
Results: MJMLAlgorithmUseCase_[];
|
|
15977
|
+
UserViewRunID?: string;
|
|
15978
|
+
RowCount: number;
|
|
15979
|
+
TotalRowCount: number;
|
|
15980
|
+
ExecutionTime: number;
|
|
15981
|
+
ErrorMessage?: string;
|
|
15982
|
+
Success: boolean;
|
|
15983
|
+
}
|
|
15984
|
+
export declare class MJMLAlgorithmUseCaseResolver extends ResolverBase {
|
|
15985
|
+
RunMJMLAlgorithmUseCaseViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
15986
|
+
RunMJMLAlgorithmUseCaseViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
15987
|
+
RunMJMLAlgorithmUseCaseDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
15988
|
+
MJMLAlgorithmUseCase(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMLAlgorithmUseCase_ | null>;
|
|
15989
|
+
MJMLAlgorithmUseCaseRankings_MLAlgorithmUseCaseIDArray(mjmlalgorithmusecase_: MJMLAlgorithmUseCase_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
15990
|
+
CreateMJMLAlgorithmUseCase(input: CreateMJMLAlgorithmUseCaseInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15991
|
+
UpdateMJMLAlgorithmUseCase(input: UpdateMJMLAlgorithmUseCaseInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15992
|
+
DeleteMJMLAlgorithmUseCase(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15993
|
+
}
|
|
15994
|
+
export declare class MJMLAlgorithm_ {
|
|
15995
|
+
ID: string;
|
|
15996
|
+
Name: string;
|
|
15997
|
+
Description?: string;
|
|
15998
|
+
ProblemTypes: string;
|
|
15999
|
+
DriverClass: string;
|
|
16000
|
+
HyperparameterSchema?: string;
|
|
16001
|
+
DefaultHyperparameters?: string;
|
|
16002
|
+
SupportsFeatureImportance: boolean;
|
|
16003
|
+
Status: string;
|
|
16004
|
+
_mj__CreatedAt: Date;
|
|
16005
|
+
_mj__UpdatedAt: Date;
|
|
16006
|
+
MJMLTrainingRuns_AlgorithmIDArray: MJMLTrainingRun_[];
|
|
16007
|
+
MJMLTrainingPipelines_AlgorithmIDArray: MJMLTrainingPipeline_[];
|
|
16008
|
+
MJMLModels_AlgorithmIDArray: MJMLModel_[];
|
|
16009
|
+
MJMLAlgorithmUseCaseRankings_MLAlgorithmIDArray: MJMLAlgorithmUseCaseRanking_[];
|
|
16010
|
+
}
|
|
16011
|
+
export declare class CreateMJMLAlgorithmInput {
|
|
16012
|
+
ID?: string;
|
|
16013
|
+
Name?: string;
|
|
16014
|
+
Description: string | null;
|
|
16015
|
+
ProblemTypes?: string;
|
|
16016
|
+
DriverClass?: string;
|
|
16017
|
+
HyperparameterSchema: string | null;
|
|
16018
|
+
DefaultHyperparameters: string | null;
|
|
16019
|
+
SupportsFeatureImportance?: boolean;
|
|
16020
|
+
Status?: string;
|
|
16021
|
+
RestoreContext___?: RestoreContextInput;
|
|
16022
|
+
}
|
|
16023
|
+
export declare class UpdateMJMLAlgorithmInput {
|
|
16024
|
+
ID: string;
|
|
16025
|
+
Name?: string;
|
|
16026
|
+
Description?: string | null;
|
|
16027
|
+
ProblemTypes?: string;
|
|
16028
|
+
DriverClass?: string;
|
|
16029
|
+
HyperparameterSchema?: string | null;
|
|
16030
|
+
DefaultHyperparameters?: string | null;
|
|
16031
|
+
SupportsFeatureImportance?: boolean;
|
|
16032
|
+
Status?: string;
|
|
16033
|
+
OldValues___?: KeyValuePairInput[];
|
|
16034
|
+
RestoreContext___?: RestoreContextInput;
|
|
16035
|
+
}
|
|
16036
|
+
export declare class RunMJMLAlgorithmViewResult {
|
|
16037
|
+
Results: MJMLAlgorithm_[];
|
|
16038
|
+
UserViewRunID?: string;
|
|
16039
|
+
RowCount: number;
|
|
16040
|
+
TotalRowCount: number;
|
|
16041
|
+
ExecutionTime: number;
|
|
16042
|
+
ErrorMessage?: string;
|
|
16043
|
+
Success: boolean;
|
|
16044
|
+
}
|
|
16045
|
+
export declare class MJMLAlgorithmResolver extends ResolverBase {
|
|
16046
|
+
RunMJMLAlgorithmViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16047
|
+
RunMJMLAlgorithmViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16048
|
+
RunMJMLAlgorithmDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16049
|
+
MJMLAlgorithm(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMLAlgorithm_ | null>;
|
|
16050
|
+
MJMLTrainingRuns_AlgorithmIDArray(mjmlalgorithm_: MJMLAlgorithm_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16051
|
+
MJMLTrainingPipelines_AlgorithmIDArray(mjmlalgorithm_: MJMLAlgorithm_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16052
|
+
MJMLModels_AlgorithmIDArray(mjmlalgorithm_: MJMLAlgorithm_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16053
|
+
MJMLAlgorithmUseCaseRankings_MLAlgorithmIDArray(mjmlalgorithm_: MJMLAlgorithm_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16054
|
+
CreateMJMLAlgorithm(input: CreateMJMLAlgorithmInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16055
|
+
UpdateMJMLAlgorithm(input: UpdateMJMLAlgorithmInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16056
|
+
DeleteMJMLAlgorithm(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16057
|
+
}
|
|
16058
|
+
export declare class MJMLModelScoringBinding_ {
|
|
16059
|
+
ID: string;
|
|
16060
|
+
MLModelID: string;
|
|
16061
|
+
RecordProcessID?: string;
|
|
16062
|
+
TargetEntityID?: string;
|
|
16063
|
+
TargetColumn?: string;
|
|
16064
|
+
Mode: string;
|
|
16065
|
+
MaterializedResultID?: string;
|
|
16066
|
+
LastScoredAt?: Date;
|
|
16067
|
+
LastRowCount?: number;
|
|
16068
|
+
_mj__CreatedAt: Date;
|
|
16069
|
+
_mj__UpdatedAt: Date;
|
|
16070
|
+
RecordProcess?: string;
|
|
16071
|
+
TargetEntity?: string;
|
|
16072
|
+
}
|
|
16073
|
+
export declare class CreateMJMLModelScoringBindingInput {
|
|
16074
|
+
ID?: string;
|
|
16075
|
+
MLModelID?: string;
|
|
16076
|
+
RecordProcessID: string | null;
|
|
16077
|
+
TargetEntityID: string | null;
|
|
16078
|
+
TargetColumn: string | null;
|
|
16079
|
+
Mode?: string;
|
|
16080
|
+
MaterializedResultID: string | null;
|
|
16081
|
+
LastScoredAt: Date | null;
|
|
16082
|
+
LastRowCount: number | null;
|
|
16083
|
+
RestoreContext___?: RestoreContextInput;
|
|
16084
|
+
}
|
|
16085
|
+
export declare class UpdateMJMLModelScoringBindingInput {
|
|
16086
|
+
ID: string;
|
|
16087
|
+
MLModelID?: string;
|
|
16088
|
+
RecordProcessID?: string | null;
|
|
16089
|
+
TargetEntityID?: string | null;
|
|
16090
|
+
TargetColumn?: string | null;
|
|
16091
|
+
Mode?: string;
|
|
16092
|
+
MaterializedResultID?: string | null;
|
|
16093
|
+
LastScoredAt?: Date | null;
|
|
16094
|
+
LastRowCount?: number | null;
|
|
16095
|
+
OldValues___?: KeyValuePairInput[];
|
|
16096
|
+
RestoreContext___?: RestoreContextInput;
|
|
16097
|
+
}
|
|
16098
|
+
export declare class RunMJMLModelScoringBindingViewResult {
|
|
16099
|
+
Results: MJMLModelScoringBinding_[];
|
|
16100
|
+
UserViewRunID?: string;
|
|
16101
|
+
RowCount: number;
|
|
16102
|
+
TotalRowCount: number;
|
|
16103
|
+
ExecutionTime: number;
|
|
16104
|
+
ErrorMessage?: string;
|
|
16105
|
+
Success: boolean;
|
|
16106
|
+
}
|
|
16107
|
+
export declare class MJMLModelScoringBindingResolver extends ResolverBase {
|
|
16108
|
+
RunMJMLModelScoringBindingViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16109
|
+
RunMJMLModelScoringBindingViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16110
|
+
RunMJMLModelScoringBindingDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16111
|
+
MJMLModelScoringBinding(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMLModelScoringBinding_ | null>;
|
|
16112
|
+
CreateMJMLModelScoringBinding(input: CreateMJMLModelScoringBindingInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16113
|
+
UpdateMJMLModelScoringBinding(input: UpdateMJMLModelScoringBindingInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16114
|
+
DeleteMJMLModelScoringBinding(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16115
|
+
}
|
|
16116
|
+
export declare class MJMLModel_ {
|
|
16117
|
+
ID: string;
|
|
16118
|
+
PipelineID: string;
|
|
16119
|
+
Version: number;
|
|
16120
|
+
AlgorithmID: string;
|
|
16121
|
+
ArtifactFileID?: string;
|
|
16122
|
+
FittedPreprocessing?: string;
|
|
16123
|
+
FeatureSchema: string;
|
|
16124
|
+
TargetVariable: string;
|
|
16125
|
+
ProblemType: string;
|
|
16126
|
+
Metrics?: string;
|
|
16127
|
+
HoldoutMetrics?: string;
|
|
16128
|
+
FeatureImportance?: string;
|
|
16129
|
+
Lineage?: string;
|
|
16130
|
+
TrainedAt?: Date;
|
|
16131
|
+
TrainingDurationSec?: number;
|
|
16132
|
+
TrainingRowCount?: number;
|
|
16133
|
+
Status: string;
|
|
16134
|
+
_mj__CreatedAt: Date;
|
|
16135
|
+
_mj__UpdatedAt: Date;
|
|
16136
|
+
Pipeline: string;
|
|
16137
|
+
Algorithm: string;
|
|
16138
|
+
ArtifactFile?: string;
|
|
16139
|
+
MJMLTrainingRuns_ResultingModelIDArray: MJMLTrainingRun_[];
|
|
16140
|
+
MJMLModelScoringBindings_MLModelIDArray: MJMLModelScoringBinding_[];
|
|
16141
|
+
}
|
|
16142
|
+
export declare class CreateMJMLModelInput {
|
|
16143
|
+
ID?: string;
|
|
16144
|
+
PipelineID?: string;
|
|
16145
|
+
Version?: number;
|
|
16146
|
+
AlgorithmID?: string;
|
|
16147
|
+
ArtifactFileID: string | null;
|
|
16148
|
+
FittedPreprocessing: string | null;
|
|
16149
|
+
FeatureSchema?: string;
|
|
16150
|
+
TargetVariable?: string;
|
|
16151
|
+
ProblemType?: string;
|
|
16152
|
+
Metrics: string | null;
|
|
16153
|
+
HoldoutMetrics: string | null;
|
|
16154
|
+
FeatureImportance: string | null;
|
|
16155
|
+
Lineage: string | null;
|
|
16156
|
+
TrainedAt: Date | null;
|
|
16157
|
+
TrainingDurationSec: number | null;
|
|
16158
|
+
TrainingRowCount: number | null;
|
|
16159
|
+
Status?: string;
|
|
16160
|
+
RestoreContext___?: RestoreContextInput;
|
|
16161
|
+
}
|
|
16162
|
+
export declare class UpdateMJMLModelInput {
|
|
16163
|
+
ID: string;
|
|
16164
|
+
PipelineID?: string;
|
|
16165
|
+
Version?: number;
|
|
16166
|
+
AlgorithmID?: string;
|
|
16167
|
+
ArtifactFileID?: string | null;
|
|
16168
|
+
FittedPreprocessing?: string | null;
|
|
16169
|
+
FeatureSchema?: string;
|
|
16170
|
+
TargetVariable?: string;
|
|
16171
|
+
ProblemType?: string;
|
|
16172
|
+
Metrics?: string | null;
|
|
16173
|
+
HoldoutMetrics?: string | null;
|
|
16174
|
+
FeatureImportance?: string | null;
|
|
16175
|
+
Lineage?: string | null;
|
|
16176
|
+
TrainedAt?: Date | null;
|
|
16177
|
+
TrainingDurationSec?: number | null;
|
|
16178
|
+
TrainingRowCount?: number | null;
|
|
16179
|
+
Status?: string;
|
|
16180
|
+
OldValues___?: KeyValuePairInput[];
|
|
16181
|
+
RestoreContext___?: RestoreContextInput;
|
|
16182
|
+
}
|
|
16183
|
+
export declare class RunMJMLModelViewResult {
|
|
16184
|
+
Results: MJMLModel_[];
|
|
16185
|
+
UserViewRunID?: string;
|
|
16186
|
+
RowCount: number;
|
|
16187
|
+
TotalRowCount: number;
|
|
16188
|
+
ExecutionTime: number;
|
|
16189
|
+
ErrorMessage?: string;
|
|
16190
|
+
Success: boolean;
|
|
16191
|
+
}
|
|
16192
|
+
export declare class MJMLModelResolver extends ResolverBase {
|
|
16193
|
+
RunMJMLModelViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16194
|
+
RunMJMLModelViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16195
|
+
RunMJMLModelDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16196
|
+
MJMLModel(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMLModel_ | null>;
|
|
16197
|
+
MJMLTrainingRuns_ResultingModelIDArray(mjmlmodel_: MJMLModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16198
|
+
MJMLModelScoringBindings_MLModelIDArray(mjmlmodel_: MJMLModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16199
|
+
CreateMJMLModel(input: CreateMJMLModelInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16200
|
+
UpdateMJMLModel(input: UpdateMJMLModelInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16201
|
+
DeleteMJMLModel(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16202
|
+
}
|
|
16203
|
+
export declare class MJMLTrainingPipeline_ {
|
|
16204
|
+
ID: string;
|
|
16205
|
+
Name: string;
|
|
16206
|
+
Description?: string;
|
|
16207
|
+
Version: number;
|
|
16208
|
+
Status: string;
|
|
16209
|
+
TargetEntityID: string;
|
|
16210
|
+
TargetVariable: string;
|
|
16211
|
+
ProblemType: string;
|
|
16212
|
+
AlgorithmID: string;
|
|
16213
|
+
Hyperparameters?: string;
|
|
16214
|
+
SourceBindings?: string;
|
|
16215
|
+
FeatureSteps?: string;
|
|
16216
|
+
AsOfStrategy?: string;
|
|
16217
|
+
LeakageGuard?: string;
|
|
16218
|
+
ValidationStrategy?: string;
|
|
16219
|
+
_mj__CreatedAt: Date;
|
|
16220
|
+
_mj__UpdatedAt: Date;
|
|
16221
|
+
TargetEntity: string;
|
|
16222
|
+
Algorithm: string;
|
|
16223
|
+
MJMLTrainingRuns_PipelineIDArray: MJMLTrainingRun_[];
|
|
16224
|
+
MJMLModels_PipelineIDArray: MJMLModel_[];
|
|
16225
|
+
}
|
|
16226
|
+
export declare class CreateMJMLTrainingPipelineInput {
|
|
16227
|
+
ID?: string;
|
|
16228
|
+
Name?: string;
|
|
16229
|
+
Description: string | null;
|
|
16230
|
+
Version?: number;
|
|
16231
|
+
Status?: string;
|
|
16232
|
+
TargetEntityID?: string;
|
|
16233
|
+
TargetVariable?: string;
|
|
16234
|
+
ProblemType?: string;
|
|
16235
|
+
AlgorithmID?: string;
|
|
16236
|
+
Hyperparameters: string | null;
|
|
16237
|
+
SourceBindings: string | null;
|
|
16238
|
+
FeatureSteps: string | null;
|
|
16239
|
+
AsOfStrategy: string | null;
|
|
16240
|
+
LeakageGuard: string | null;
|
|
16241
|
+
ValidationStrategy: string | null;
|
|
16242
|
+
RestoreContext___?: RestoreContextInput;
|
|
16243
|
+
}
|
|
16244
|
+
export declare class UpdateMJMLTrainingPipelineInput {
|
|
16245
|
+
ID: string;
|
|
16246
|
+
Name?: string;
|
|
16247
|
+
Description?: string | null;
|
|
16248
|
+
Version?: number;
|
|
16249
|
+
Status?: string;
|
|
16250
|
+
TargetEntityID?: string;
|
|
16251
|
+
TargetVariable?: string;
|
|
16252
|
+
ProblemType?: string;
|
|
16253
|
+
AlgorithmID?: string;
|
|
16254
|
+
Hyperparameters?: string | null;
|
|
16255
|
+
SourceBindings?: string | null;
|
|
16256
|
+
FeatureSteps?: string | null;
|
|
16257
|
+
AsOfStrategy?: string | null;
|
|
16258
|
+
LeakageGuard?: string | null;
|
|
16259
|
+
ValidationStrategy?: string | null;
|
|
16260
|
+
OldValues___?: KeyValuePairInput[];
|
|
16261
|
+
RestoreContext___?: RestoreContextInput;
|
|
16262
|
+
}
|
|
16263
|
+
export declare class RunMJMLTrainingPipelineViewResult {
|
|
16264
|
+
Results: MJMLTrainingPipeline_[];
|
|
16265
|
+
UserViewRunID?: string;
|
|
16266
|
+
RowCount: number;
|
|
16267
|
+
TotalRowCount: number;
|
|
16268
|
+
ExecutionTime: number;
|
|
16269
|
+
ErrorMessage?: string;
|
|
16270
|
+
Success: boolean;
|
|
16271
|
+
}
|
|
16272
|
+
export declare class MJMLTrainingPipelineResolver extends ResolverBase {
|
|
16273
|
+
RunMJMLTrainingPipelineViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16274
|
+
RunMJMLTrainingPipelineViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16275
|
+
RunMJMLTrainingPipelineDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16276
|
+
MJMLTrainingPipeline(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMLTrainingPipeline_ | null>;
|
|
16277
|
+
MJMLTrainingRuns_PipelineIDArray(mjmltrainingpipeline_: MJMLTrainingPipeline_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16278
|
+
MJMLModels_PipelineIDArray(mjmltrainingpipeline_: MJMLTrainingPipeline_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16279
|
+
CreateMJMLTrainingPipeline(input: CreateMJMLTrainingPipelineInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16280
|
+
UpdateMJMLTrainingPipeline(input: UpdateMJMLTrainingPipelineInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16281
|
+
DeleteMJMLTrainingPipeline(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16282
|
+
}
|
|
16283
|
+
export declare class MJMLTrainingRun_ {
|
|
16284
|
+
ID: string;
|
|
16285
|
+
PipelineID: string;
|
|
16286
|
+
ResultingModelID?: string;
|
|
16287
|
+
ExperimentSessionIterationID?: string;
|
|
16288
|
+
FeaturesUsed?: string;
|
|
16289
|
+
AlgorithmID: string;
|
|
16290
|
+
Hyperparameters?: string;
|
|
16291
|
+
ValidationResults?: string;
|
|
16292
|
+
Status: string;
|
|
16293
|
+
StartedAt?: Date;
|
|
16294
|
+
CompletedAt?: Date;
|
|
16295
|
+
ComputeCost?: number;
|
|
16296
|
+
TokensUsed?: number;
|
|
16297
|
+
Notes?: string;
|
|
16298
|
+
_mj__CreatedAt: Date;
|
|
16299
|
+
_mj__UpdatedAt: Date;
|
|
16300
|
+
Pipeline: string;
|
|
16301
|
+
ExperimentSessionIteration?: string;
|
|
16302
|
+
Algorithm: string;
|
|
16303
|
+
}
|
|
16304
|
+
export declare class CreateMJMLTrainingRunInput {
|
|
16305
|
+
ID?: string;
|
|
16306
|
+
PipelineID?: string;
|
|
16307
|
+
ResultingModelID: string | null;
|
|
16308
|
+
ExperimentSessionIterationID: string | null;
|
|
16309
|
+
FeaturesUsed: string | null;
|
|
16310
|
+
AlgorithmID?: string;
|
|
16311
|
+
Hyperparameters: string | null;
|
|
16312
|
+
ValidationResults: string | null;
|
|
16313
|
+
Status?: string;
|
|
16314
|
+
StartedAt: Date | null;
|
|
16315
|
+
CompletedAt: Date | null;
|
|
16316
|
+
ComputeCost: number | null;
|
|
16317
|
+
TokensUsed: number | null;
|
|
16318
|
+
Notes: string | null;
|
|
16319
|
+
RestoreContext___?: RestoreContextInput;
|
|
16320
|
+
}
|
|
16321
|
+
export declare class UpdateMJMLTrainingRunInput {
|
|
16322
|
+
ID: string;
|
|
16323
|
+
PipelineID?: string;
|
|
16324
|
+
ResultingModelID?: string | null;
|
|
16325
|
+
ExperimentSessionIterationID?: string | null;
|
|
16326
|
+
FeaturesUsed?: string | null;
|
|
16327
|
+
AlgorithmID?: string;
|
|
16328
|
+
Hyperparameters?: string | null;
|
|
16329
|
+
ValidationResults?: string | null;
|
|
16330
|
+
Status?: string;
|
|
16331
|
+
StartedAt?: Date | null;
|
|
16332
|
+
CompletedAt?: Date | null;
|
|
16333
|
+
ComputeCost?: number | null;
|
|
16334
|
+
TokensUsed?: number | null;
|
|
16335
|
+
Notes?: string | null;
|
|
16336
|
+
OldValues___?: KeyValuePairInput[];
|
|
16337
|
+
RestoreContext___?: RestoreContextInput;
|
|
16338
|
+
}
|
|
16339
|
+
export declare class RunMJMLTrainingRunViewResult {
|
|
16340
|
+
Results: MJMLTrainingRun_[];
|
|
16341
|
+
UserViewRunID?: string;
|
|
16342
|
+
RowCount: number;
|
|
16343
|
+
TotalRowCount: number;
|
|
16344
|
+
ExecutionTime: number;
|
|
16345
|
+
ErrorMessage?: string;
|
|
16346
|
+
Success: boolean;
|
|
16347
|
+
}
|
|
16348
|
+
export declare class MJMLTrainingRunResolver extends ResolverBase {
|
|
16349
|
+
RunMJMLTrainingRunViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16350
|
+
RunMJMLTrainingRunViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16351
|
+
RunMJMLTrainingRunDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16352
|
+
MJMLTrainingRun(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMLTrainingRun_ | null>;
|
|
16353
|
+
CreateMJMLTrainingRun(input: CreateMJMLTrainingRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16354
|
+
UpdateMJMLTrainingRun(input: UpdateMJMLTrainingRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16355
|
+
DeleteMJMLTrainingRun(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16356
|
+
}
|
|
15330
16357
|
export declare class MJOAuthAuthServerMetadataCache_ {
|
|
15331
16358
|
ID: string;
|
|
15332
16359
|
IssuerURL: string;
|
|
@@ -17716,6 +18743,7 @@ export declare class MJRecordProcess_ {
|
|
|
17716
18743
|
ScopeList?: string;
|
|
17717
18744
|
MJRecordProcessWatermarks_RecordProcessIDArray: MJRecordProcessWatermark_[];
|
|
17718
18745
|
MJProcessRuns_RecordProcessIDArray: MJProcessRun_[];
|
|
18746
|
+
MJMLModelScoringBindings_RecordProcessIDArray: MJMLModelScoringBinding_[];
|
|
17719
18747
|
}
|
|
17720
18748
|
export declare class CreateMJRecordProcessInput {
|
|
17721
18749
|
ID?: string;
|
|
@@ -17796,6 +18824,7 @@ export declare class MJRecordProcessResolver extends ResolverBase {
|
|
|
17796
18824
|
MJRecordProcess(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJRecordProcess_ | null>;
|
|
17797
18825
|
MJRecordProcessWatermarks_RecordProcessIDArray(mjrecordprocess_: MJRecordProcess_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17798
18826
|
MJProcessRuns_RecordProcessIDArray(mjrecordprocess_: MJRecordProcess_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
18827
|
+
MJMLModelScoringBindings_RecordProcessIDArray(mjrecordprocess_: MJRecordProcess_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17799
18828
|
CreateMJRecordProcess(input: CreateMJRecordProcessInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17800
18829
|
UpdateMJRecordProcess(input: UpdateMJRecordProcessInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17801
18830
|
DeleteMJRecordProcess(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -18445,6 +19474,7 @@ export declare class MJRole_ {
|
|
|
18445
19474
|
MJEntityFormOverrides_RoleIDArray: MJEntityFormOverride_[];
|
|
18446
19475
|
MJMagicLinkInviteRoles_RoleIDArray: MJMagicLinkInviteRole_[];
|
|
18447
19476
|
MJMagicLinkInvites_RoleIDArray: MJMagicLinkInvite_[];
|
|
19477
|
+
MJAISkillPermissions_RoleIDArray: MJAISkillPermission_[];
|
|
18448
19478
|
}
|
|
18449
19479
|
export declare class CreateMJRoleInput {
|
|
18450
19480
|
ID?: string;
|
|
@@ -18492,6 +19522,7 @@ export declare class MJRoleResolver extends ResolverBase {
|
|
|
18492
19522
|
MJEntityFormOverrides_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
18493
19523
|
MJMagicLinkInviteRoles_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
18494
19524
|
MJMagicLinkInvites_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
19525
|
+
MJAISkillPermissions_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
18495
19526
|
CreateMJRole(input: CreateMJRoleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18496
19527
|
UpdateMJRole(input: UpdateMJRoleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18497
19528
|
DeleteMJRole(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -18922,6 +19953,7 @@ export declare class MJSchemaInfo_ {
|
|
|
18922
19953
|
Description?: string;
|
|
18923
19954
|
EntityNamePrefix?: string;
|
|
18924
19955
|
EntityNameSuffix?: string;
|
|
19956
|
+
CanonicalSchemaName?: string;
|
|
18925
19957
|
}
|
|
18926
19958
|
export declare class CreateMJSchemaInfoInput {
|
|
18927
19959
|
ID?: string;
|
|
@@ -18932,6 +19964,7 @@ export declare class CreateMJSchemaInfoInput {
|
|
|
18932
19964
|
Description: string | null;
|
|
18933
19965
|
EntityNamePrefix: string | null;
|
|
18934
19966
|
EntityNameSuffix: string | null;
|
|
19967
|
+
CanonicalSchemaName: string | null;
|
|
18935
19968
|
RestoreContext___?: RestoreContextInput;
|
|
18936
19969
|
}
|
|
18937
19970
|
export declare class UpdateMJSchemaInfoInput {
|
|
@@ -18943,6 +19976,7 @@ export declare class UpdateMJSchemaInfoInput {
|
|
|
18943
19976
|
Description?: string | null;
|
|
18944
19977
|
EntityNamePrefix?: string | null;
|
|
18945
19978
|
EntityNameSuffix?: string | null;
|
|
19979
|
+
CanonicalSchemaName?: string | null;
|
|
18946
19980
|
OldValues___?: KeyValuePairInput[];
|
|
18947
19981
|
RestoreContext___?: RestoreContextInput;
|
|
18948
19982
|
}
|
|
@@ -18964,6 +19998,76 @@ export declare class MJSchemaInfoResolver extends ResolverBase {
|
|
|
18964
19998
|
UpdateMJSchemaInfo(input: UpdateMJSchemaInfoInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18965
19999
|
DeleteMJSchemaInfo(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18966
20000
|
}
|
|
20001
|
+
export declare class MJScopedPromptPart_ {
|
|
20002
|
+
ID: string;
|
|
20003
|
+
PromptID: string;
|
|
20004
|
+
Name: string;
|
|
20005
|
+
Role: string;
|
|
20006
|
+
Sort: number;
|
|
20007
|
+
Text: string;
|
|
20008
|
+
Description?: string;
|
|
20009
|
+
PrimaryScopeEntityID?: string;
|
|
20010
|
+
PrimaryScopeRecordID?: string;
|
|
20011
|
+
SecondaryScopes?: string;
|
|
20012
|
+
Status: string;
|
|
20013
|
+
MergeBehavior: string;
|
|
20014
|
+
Priority: number;
|
|
20015
|
+
_mj__CreatedAt: Date;
|
|
20016
|
+
_mj__UpdatedAt: Date;
|
|
20017
|
+
Prompt: string;
|
|
20018
|
+
PrimaryScopeEntity?: string;
|
|
20019
|
+
}
|
|
20020
|
+
export declare class CreateMJScopedPromptPartInput {
|
|
20021
|
+
ID?: string;
|
|
20022
|
+
PromptID?: string;
|
|
20023
|
+
Name?: string;
|
|
20024
|
+
Role?: string;
|
|
20025
|
+
Sort?: number;
|
|
20026
|
+
Text?: string;
|
|
20027
|
+
Description: string | null;
|
|
20028
|
+
PrimaryScopeEntityID: string | null;
|
|
20029
|
+
PrimaryScopeRecordID: string | null;
|
|
20030
|
+
SecondaryScopes: string | null;
|
|
20031
|
+
Status?: string;
|
|
20032
|
+
MergeBehavior?: string;
|
|
20033
|
+
Priority?: number;
|
|
20034
|
+
RestoreContext___?: RestoreContextInput;
|
|
20035
|
+
}
|
|
20036
|
+
export declare class UpdateMJScopedPromptPartInput {
|
|
20037
|
+
ID: string;
|
|
20038
|
+
PromptID?: string;
|
|
20039
|
+
Name?: string;
|
|
20040
|
+
Role?: string;
|
|
20041
|
+
Sort?: number;
|
|
20042
|
+
Text?: string;
|
|
20043
|
+
Description?: string | null;
|
|
20044
|
+
PrimaryScopeEntityID?: string | null;
|
|
20045
|
+
PrimaryScopeRecordID?: string | null;
|
|
20046
|
+
SecondaryScopes?: string | null;
|
|
20047
|
+
Status?: string;
|
|
20048
|
+
MergeBehavior?: string;
|
|
20049
|
+
Priority?: number;
|
|
20050
|
+
OldValues___?: KeyValuePairInput[];
|
|
20051
|
+
RestoreContext___?: RestoreContextInput;
|
|
20052
|
+
}
|
|
20053
|
+
export declare class RunMJScopedPromptPartViewResult {
|
|
20054
|
+
Results: MJScopedPromptPart_[];
|
|
20055
|
+
UserViewRunID?: string;
|
|
20056
|
+
RowCount: number;
|
|
20057
|
+
TotalRowCount: number;
|
|
20058
|
+
ExecutionTime: number;
|
|
20059
|
+
ErrorMessage?: string;
|
|
20060
|
+
Success: boolean;
|
|
20061
|
+
}
|
|
20062
|
+
export declare class MJScopedPromptPartResolver extends ResolverBase {
|
|
20063
|
+
RunMJScopedPromptPartViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20064
|
+
RunMJScopedPromptPartViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20065
|
+
RunMJScopedPromptPartDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20066
|
+
MJScopedPromptPart(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJScopedPromptPart_ | null>;
|
|
20067
|
+
CreateMJScopedPromptPart(input: CreateMJScopedPromptPartInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20068
|
+
UpdateMJScopedPromptPart(input: UpdateMJScopedPromptPartInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20069
|
+
DeleteMJScopedPromptPart(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20070
|
+
}
|
|
18967
20071
|
export declare class MJSearchExecutionLog_ {
|
|
18968
20072
|
ID: string;
|
|
18969
20073
|
SearchScopeID?: string;
|
|
@@ -22433,6 +23537,8 @@ export declare class MJUser_ {
|
|
|
22433
23537
|
MJAIAgentSessionBridgeParticipants_UserIDArray: MJAIAgentSessionBridgeParticipant_[];
|
|
22434
23538
|
MJRemoteOperations_CodeApprovedByUserIDArray: MJRemoteOperation_[];
|
|
22435
23539
|
MJProcessRuns_StartedByUserIDArray: MJProcessRun_[];
|
|
23540
|
+
MJAISkillPermissions_UserIDArray: MJAISkillPermission_[];
|
|
23541
|
+
MJAISkills_CreatedByUserIDArray: MJAISkill_[];
|
|
22436
23542
|
}
|
|
22437
23543
|
export declare class CreateMJUserInput {
|
|
22438
23544
|
ID?: string;
|
|
@@ -22589,6 +23695,8 @@ export declare class MJUserResolverBase extends ResolverBase {
|
|
|
22589
23695
|
MJAIAgentSessionBridgeParticipants_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
22590
23696
|
MJRemoteOperations_CodeApprovedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
22591
23697
|
MJProcessRuns_StartedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
23698
|
+
MJAISkillPermissions_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
23699
|
+
MJAISkills_CreatedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
22592
23700
|
CreateMJUser(input: CreateMJUserInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
22593
23701
|
UpdateMJUser(input: UpdateMJUserInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
22594
23702
|
DeleteMJUser(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|