@memberjunction/server 5.40.2 → 5.42.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/HostInstance.d.ts +19 -0
- package/dist/agentSessions/HostInstance.d.ts.map +1 -0
- package/dist/agentSessions/HostInstance.js +48 -0
- package/dist/agentSessions/HostInstance.js.map +1 -0
- package/dist/agentSessions/SessionJanitor.d.ts +97 -0
- package/dist/agentSessions/SessionJanitor.d.ts.map +1 -0
- package/dist/agentSessions/SessionJanitor.js +222 -0
- package/dist/agentSessions/SessionJanitor.js.map +1 -0
- package/dist/agentSessions/SessionManager.d.ts +142 -0
- package/dist/agentSessions/SessionManager.d.ts.map +1 -0
- package/dist/agentSessions/SessionManager.js +308 -0
- package/dist/agentSessions/SessionManager.js.map +1 -0
- package/dist/agentSessions/index.d.ts +5 -0
- package/dist/agentSessions/index.d.ts.map +1 -0
- package/dist/agentSessions/index.js +31 -0
- package/dist/agentSessions/index.js.map +1 -0
- package/dist/agentSessions/remoteBrowserGoalEngine.d.ts +102 -0
- package/dist/agentSessions/remoteBrowserGoalEngine.d.ts.map +1 -0
- package/dist/agentSessions/remoteBrowserGoalEngine.js +164 -0
- package/dist/agentSessions/remoteBrowserGoalEngine.js.map +1 -0
- package/dist/agentSessions/remoteBrowserGoalRegistry.d.ts +66 -0
- package/dist/agentSessions/remoteBrowserGoalRegistry.d.ts.map +1 -0
- package/dist/agentSessions/remoteBrowserGoalRegistry.js +86 -0
- package/dist/agentSessions/remoteBrowserGoalRegistry.js.map +1 -0
- package/dist/auth/initializeProviders.d.ts.map +1 -1
- package/dist/auth/initializeProviders.js +4 -2
- package/dist/auth/initializeProviders.js.map +1 -1
- package/dist/config.d.ts +7 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +12 -2
- package/dist/config.js.map +1 -1
- package/dist/context.d.ts.map +1 -1
- package/dist/context.js +41 -7
- package/dist/context.js.map +1 -1
- package/dist/generated/generated.d.ts +1296 -49
- package/dist/generated/generated.d.ts.map +1 -1
- package/dist/generated/generated.js +50343 -43421
- package/dist/generated/generated.js.map +1 -1
- package/dist/generic/ResolverBase.js +1 -1
- package/dist/generic/ResolverBase.js.map +1 -1
- package/dist/generic/RunViewResolver.js +9 -10
- package/dist/generic/RunViewResolver.js.map +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +127 -54
- package/dist/index.js.map +1 -1
- package/dist/integration/CustomColumnPromoter.d.ts +108 -0
- package/dist/integration/CustomColumnPromoter.d.ts.map +1 -0
- package/dist/integration/CustomColumnPromoter.js +508 -0
- package/dist/integration/CustomColumnPromoter.js.map +1 -0
- package/dist/logging/StartupLogger.d.ts +177 -0
- package/dist/logging/StartupLogger.d.ts.map +1 -0
- package/dist/logging/StartupLogger.js +354 -0
- package/dist/logging/StartupLogger.js.map +1 -0
- package/dist/logging/variablesLoggingMiddleware.d.ts.map +1 -1
- package/dist/logging/variablesLoggingMiddleware.js +21 -2
- package/dist/logging/variablesLoggingMiddleware.js.map +1 -1
- package/dist/resolvers/AgentSessionResolver.d.ts +42 -0
- package/dist/resolvers/AgentSessionResolver.d.ts.map +1 -0
- package/dist/resolvers/AgentSessionResolver.js +152 -0
- package/dist/resolvers/AgentSessionResolver.js.map +1 -0
- package/dist/resolvers/EntityPermissionResolver.d.ts +16 -0
- package/dist/resolvers/EntityPermissionResolver.d.ts.map +1 -0
- package/dist/resolvers/EntityPermissionResolver.js +95 -0
- package/dist/resolvers/EntityPermissionResolver.js.map +1 -0
- package/dist/resolvers/ExecuteRemoteOperationResolver.d.ts +27 -0
- package/dist/resolvers/ExecuteRemoteOperationResolver.d.ts.map +1 -0
- package/dist/resolvers/ExecuteRemoteOperationResolver.js +136 -0
- package/dist/resolvers/ExecuteRemoteOperationResolver.js.map +1 -0
- package/dist/resolvers/IntegrationDiscoveryResolver.d.ts +101 -1
- package/dist/resolvers/IntegrationDiscoveryResolver.d.ts.map +1 -1
- package/dist/resolvers/IntegrationDiscoveryResolver.js +544 -42
- package/dist/resolvers/IntegrationDiscoveryResolver.js.map +1 -1
- package/dist/resolvers/RealtimeBridgeResolver.d.ts +121 -0
- package/dist/resolvers/RealtimeBridgeResolver.d.ts.map +1 -0
- package/dist/resolvers/RealtimeBridgeResolver.js +533 -0
- package/dist/resolvers/RealtimeBridgeResolver.js.map +1 -0
- package/dist/resolvers/RealtimeClientSessionResolver.d.ts +688 -0
- package/dist/resolvers/RealtimeClientSessionResolver.d.ts.map +1 -0
- package/dist/resolvers/RealtimeClientSessionResolver.js +1774 -0
- package/dist/resolvers/RealtimeClientSessionResolver.js.map +1 -0
- package/dist/resolvers/RemoteBrowserActionResolver.d.ts +432 -0
- package/dist/resolvers/RemoteBrowserActionResolver.d.ts.map +1 -0
- package/dist/resolvers/RemoteBrowserActionResolver.js +1108 -0
- package/dist/resolvers/RemoteBrowserActionResolver.js.map +1 -0
- package/dist/resolvers/RunAIAgentResolver.d.ts.map +1 -1
- package/dist/resolvers/RunAIAgentResolver.js +0 -7
- package/dist/resolvers/RunAIAgentResolver.js.map +1 -1
- package/dist/rest/setupRESTEndpoints.d.ts.map +1 -1
- package/dist/rest/setupRESTEndpoints.js +5 -3
- package/dist/rest/setupRESTEndpoints.js.map +1 -1
- package/dist/services/ScheduledJobsService.d.ts.map +1 -1
- package/dist/services/ScheduledJobsService.js +6 -5
- package/dist/services/ScheduledJobsService.js.map +1 -1
- package/package.json +83 -74
- package/src/__tests__/RealtimeBridgeResolver.test.ts +100 -0
- package/src/__tests__/RealtimeClientSessionResolver.test.ts +2605 -0
- package/src/__tests__/RemoteBrowserAudioStream.test.ts +181 -0
- package/src/__tests__/RemoteBrowserGoalEngine.test.ts +144 -0
- package/src/__tests__/SessionJanitor.test.ts +234 -0
- package/src/__tests__/SessionManager.test.ts +465 -0
- package/src/__tests__/remoteBrowserGoalRegistry.test.ts +81 -0
- package/src/__tests__/subscriptionRedaction.test.ts +5 -0
- package/src/agentSessions/HostInstance.ts +53 -0
- package/src/agentSessions/SessionJanitor.ts +267 -0
- package/src/agentSessions/SessionManager.ts +446 -0
- package/src/agentSessions/index.ts +32 -0
- package/src/agentSessions/remoteBrowserGoalEngine.ts +191 -0
- package/src/agentSessions/remoteBrowserGoalRegistry.ts +122 -0
- package/src/auth/initializeProviders.ts +4 -2
- package/src/config.ts +13 -2
- package/src/context.ts +42 -7
- package/src/generated/generated.ts +33808 -29025
- package/src/generic/ResolverBase.ts +1 -1
- package/src/generic/RunViewResolver.ts +9 -9
- package/src/index.ts +128 -54
- package/src/integration/CustomColumnPromoter.ts +597 -0
- package/src/logging/StartupLogger.ts +441 -0
- package/src/logging/variablesLoggingMiddleware.ts +25 -5
- package/src/resolvers/AgentSessionResolver.ts +138 -0
- package/src/resolvers/EntityPermissionResolver.ts +73 -0
- package/src/resolvers/ExecuteRemoteOperationResolver.ts +108 -0
- package/src/resolvers/IntegrationDiscoveryResolver.ts +396 -37
- package/src/resolvers/RealtimeBridgeResolver.ts +450 -0
- package/src/resolvers/RealtimeClientSessionResolver.ts +2162 -0
- package/src/resolvers/RemoteBrowserActionResolver.ts +1122 -0
- package/src/resolvers/RunAIAgentResolver.ts +1 -9
- package/src/rest/setupRESTEndpoints.ts +5 -3
- package/src/services/ScheduledJobsService.ts +6 -5
|
@@ -267,6 +267,7 @@ export declare class MJActionExecutionLog_ {
|
|
|
267
267
|
Message?: string;
|
|
268
268
|
Action: string;
|
|
269
269
|
User: string;
|
|
270
|
+
MJProcessRunDetails_ActionExecutionLogIDArray: MJProcessRunDetail_[];
|
|
270
271
|
}
|
|
271
272
|
export declare class CreateMJActionExecutionLogInput {
|
|
272
273
|
ID?: string;
|
|
@@ -307,6 +308,7 @@ export declare class MJActionExecutionLogResolver extends ResolverBase {
|
|
|
307
308
|
RunMJActionExecutionLogViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
308
309
|
RunMJActionExecutionLogDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
309
310
|
MJActionExecutionLog(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJActionExecutionLog_ | null>;
|
|
311
|
+
MJProcessRunDetails_ActionExecutionLogIDArray(mjactionexecutionlog_: MJActionExecutionLog_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
310
312
|
CreateMJActionExecutionLog(input: CreateMJActionExecutionLogInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
311
313
|
UpdateMJActionExecutionLog(input: UpdateMJActionExecutionLogInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
312
314
|
DeleteMJActionExecutionLog(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -555,6 +557,7 @@ export declare class MJAction_ {
|
|
|
555
557
|
MJActionExecutionLogs_ActionIDArray: MJActionExecutionLog_[];
|
|
556
558
|
MJActionAuthorizations_ActionIDArray: MJActionAuthorization_[];
|
|
557
559
|
MJActions_ParentIDArray: MJAction_[];
|
|
560
|
+
MJRecordProcesses_ActionIDArray: MJRecordProcess_[];
|
|
558
561
|
}
|
|
559
562
|
export declare class CreateMJActionInput {
|
|
560
563
|
ID?: string;
|
|
@@ -639,6 +642,7 @@ export declare class MJActionResolver extends ResolverBase {
|
|
|
639
642
|
MJActionExecutionLogs_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
640
643
|
MJActionAuthorizations_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
641
644
|
MJActions_ParentIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
645
|
+
MJRecordProcesses_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
642
646
|
CreateMJAction(input: CreateMJActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
643
647
|
UpdateMJAction(input: UpdateMJActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
644
648
|
DeleteMJAction(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -861,6 +865,63 @@ export declare class MJAIAgentCategoryResolver extends ResolverBase {
|
|
|
861
865
|
UpdateMJAIAgentCategory(input: UpdateMJAIAgentCategoryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
862
866
|
DeleteMJAIAgentCategory(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
863
867
|
}
|
|
868
|
+
export declare class MJAIAgentChannel_ {
|
|
869
|
+
ID: string;
|
|
870
|
+
Name: string;
|
|
871
|
+
Description?: string;
|
|
872
|
+
ServerPluginClass: string;
|
|
873
|
+
ClientPluginClass: string;
|
|
874
|
+
TransportType: string;
|
|
875
|
+
ConfigSchema?: string;
|
|
876
|
+
IsActive: boolean;
|
|
877
|
+
_mj__CreatedAt: Date;
|
|
878
|
+
_mj__UpdatedAt: Date;
|
|
879
|
+
MJAIAgentSessionChannels_ChannelIDArray: MJAIAgentSessionChannel_[];
|
|
880
|
+
MJAIBridgeProviderChannels_ChannelIDArray: MJAIBridgeProviderChannel_[];
|
|
881
|
+
}
|
|
882
|
+
export declare class CreateMJAIAgentChannelInput {
|
|
883
|
+
ID?: string;
|
|
884
|
+
Name?: string;
|
|
885
|
+
Description: string | null;
|
|
886
|
+
ServerPluginClass?: string;
|
|
887
|
+
ClientPluginClass?: string;
|
|
888
|
+
TransportType?: string;
|
|
889
|
+
ConfigSchema: string | null;
|
|
890
|
+
IsActive?: boolean;
|
|
891
|
+
RestoreContext___?: RestoreContextInput;
|
|
892
|
+
}
|
|
893
|
+
export declare class UpdateMJAIAgentChannelInput {
|
|
894
|
+
ID: string;
|
|
895
|
+
Name?: string;
|
|
896
|
+
Description?: string | null;
|
|
897
|
+
ServerPluginClass?: string;
|
|
898
|
+
ClientPluginClass?: string;
|
|
899
|
+
TransportType?: string;
|
|
900
|
+
ConfigSchema?: string | null;
|
|
901
|
+
IsActive?: boolean;
|
|
902
|
+
OldValues___?: KeyValuePairInput[];
|
|
903
|
+
RestoreContext___?: RestoreContextInput;
|
|
904
|
+
}
|
|
905
|
+
export declare class RunMJAIAgentChannelViewResult {
|
|
906
|
+
Results: MJAIAgentChannel_[];
|
|
907
|
+
UserViewRunID?: string;
|
|
908
|
+
RowCount: number;
|
|
909
|
+
TotalRowCount: number;
|
|
910
|
+
ExecutionTime: number;
|
|
911
|
+
ErrorMessage?: string;
|
|
912
|
+
Success: boolean;
|
|
913
|
+
}
|
|
914
|
+
export declare class MJAIAgentChannelResolver extends ResolverBase {
|
|
915
|
+
RunMJAIAgentChannelViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
916
|
+
RunMJAIAgentChannelViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
917
|
+
RunMJAIAgentChannelDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
918
|
+
MJAIAgentChannel(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIAgentChannel_ | null>;
|
|
919
|
+
MJAIAgentSessionChannels_ChannelIDArray(mjaiagentchannel_: MJAIAgentChannel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
920
|
+
MJAIBridgeProviderChannels_ChannelIDArray(mjaiagentchannel_: MJAIAgentChannel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
921
|
+
CreateMJAIAgentChannel(input: CreateMJAIAgentChannelInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
922
|
+
UpdateMJAIAgentChannel(input: UpdateMJAIAgentChannelInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
923
|
+
DeleteMJAIAgentChannel(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
924
|
+
}
|
|
864
925
|
export declare class MJAIAgentClientTool_ {
|
|
865
926
|
ID: string;
|
|
866
927
|
AgentID: string;
|
|
@@ -907,6 +968,65 @@ export declare class MJAIAgentClientToolResolver extends ResolverBase {
|
|
|
907
968
|
UpdateMJAIAgentClientTool(input: UpdateMJAIAgentClientToolInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
908
969
|
DeleteMJAIAgentClientTool(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
909
970
|
}
|
|
971
|
+
export declare class MJAIAgentCoAgent_ {
|
|
972
|
+
ID: string;
|
|
973
|
+
CoAgentID: string;
|
|
974
|
+
TargetAgentID?: string;
|
|
975
|
+
TargetAgentTypeID?: string;
|
|
976
|
+
Type: string;
|
|
977
|
+
IsDefault: boolean;
|
|
978
|
+
Sequence: number;
|
|
979
|
+
Status: string;
|
|
980
|
+
Configuration?: string;
|
|
981
|
+
_mj__CreatedAt: Date;
|
|
982
|
+
_mj__UpdatedAt: Date;
|
|
983
|
+
CoAgent?: string;
|
|
984
|
+
TargetAgent?: string;
|
|
985
|
+
TargetAgentType?: string;
|
|
986
|
+
}
|
|
987
|
+
export declare class CreateMJAIAgentCoAgentInput {
|
|
988
|
+
ID?: string;
|
|
989
|
+
CoAgentID?: string;
|
|
990
|
+
TargetAgentID: string | null;
|
|
991
|
+
TargetAgentTypeID: string | null;
|
|
992
|
+
Type?: string;
|
|
993
|
+
IsDefault?: boolean;
|
|
994
|
+
Sequence?: number;
|
|
995
|
+
Status?: string;
|
|
996
|
+
Configuration: string | null;
|
|
997
|
+
RestoreContext___?: RestoreContextInput;
|
|
998
|
+
}
|
|
999
|
+
export declare class UpdateMJAIAgentCoAgentInput {
|
|
1000
|
+
ID: string;
|
|
1001
|
+
CoAgentID?: string;
|
|
1002
|
+
TargetAgentID?: string | null;
|
|
1003
|
+
TargetAgentTypeID?: string | null;
|
|
1004
|
+
Type?: string;
|
|
1005
|
+
IsDefault?: boolean;
|
|
1006
|
+
Sequence?: number;
|
|
1007
|
+
Status?: string;
|
|
1008
|
+
Configuration?: string | null;
|
|
1009
|
+
OldValues___?: KeyValuePairInput[];
|
|
1010
|
+
RestoreContext___?: RestoreContextInput;
|
|
1011
|
+
}
|
|
1012
|
+
export declare class RunMJAIAgentCoAgentViewResult {
|
|
1013
|
+
Results: MJAIAgentCoAgent_[];
|
|
1014
|
+
UserViewRunID?: string;
|
|
1015
|
+
RowCount: number;
|
|
1016
|
+
TotalRowCount: number;
|
|
1017
|
+
ExecutionTime: number;
|
|
1018
|
+
ErrorMessage?: string;
|
|
1019
|
+
Success: boolean;
|
|
1020
|
+
}
|
|
1021
|
+
export declare class MJAIAgentCoAgentResolver extends ResolverBase {
|
|
1022
|
+
RunMJAIAgentCoAgentViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1023
|
+
RunMJAIAgentCoAgentViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1024
|
+
RunMJAIAgentCoAgentDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1025
|
+
MJAIAgentCoAgent(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIAgentCoAgent_ | null>;
|
|
1026
|
+
CreateMJAIAgentCoAgent(input: CreateMJAIAgentCoAgentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1027
|
+
UpdateMJAIAgentCoAgent(input: UpdateMJAIAgentCoAgentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1028
|
+
DeleteMJAIAgentCoAgent(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1029
|
+
}
|
|
910
1030
|
export declare class MJAIAgentConfiguration_ {
|
|
911
1031
|
ID: string;
|
|
912
1032
|
AgentID: string;
|
|
@@ -1379,6 +1499,7 @@ export declare class MJAIAgentNote_ {
|
|
|
1379
1499
|
DerivedFromNoteIDs?: string;
|
|
1380
1500
|
ProtectionTier: string;
|
|
1381
1501
|
ImportanceScore?: number;
|
|
1502
|
+
AuthorType: string;
|
|
1382
1503
|
Agent?: string;
|
|
1383
1504
|
AgentNoteType?: string;
|
|
1384
1505
|
User?: string;
|
|
@@ -1419,6 +1540,7 @@ export declare class CreateMJAIAgentNoteInput {
|
|
|
1419
1540
|
DerivedFromNoteIDs: string | null;
|
|
1420
1541
|
ProtectionTier?: string;
|
|
1421
1542
|
ImportanceScore: number | null;
|
|
1543
|
+
AuthorType?: string;
|
|
1422
1544
|
RestoreContext___?: RestoreContextInput;
|
|
1423
1545
|
}
|
|
1424
1546
|
export declare class UpdateMJAIAgentNoteInput {
|
|
@@ -1448,6 +1570,7 @@ export declare class UpdateMJAIAgentNoteInput {
|
|
|
1448
1570
|
DerivedFromNoteIDs?: string | null;
|
|
1449
1571
|
ProtectionTier?: string;
|
|
1450
1572
|
ImportanceScore?: number | null;
|
|
1573
|
+
AuthorType?: string;
|
|
1451
1574
|
OldValues___?: KeyValuePairInput[];
|
|
1452
1575
|
RestoreContext___?: RestoreContextInput;
|
|
1453
1576
|
}
|
|
@@ -2024,6 +2147,7 @@ export declare class MJAIAgentRun_ {
|
|
|
2024
2147
|
TotalCacheReadTokensUsed?: number;
|
|
2025
2148
|
TotalCacheWriteTokensUsed?: number;
|
|
2026
2149
|
LastHeartbeatAt?: Date;
|
|
2150
|
+
AgentSessionID?: string;
|
|
2027
2151
|
Agent?: string;
|
|
2028
2152
|
ParentRun?: string;
|
|
2029
2153
|
Conversation?: string;
|
|
@@ -2047,6 +2171,7 @@ export declare class MJAIAgentRun_ {
|
|
|
2047
2171
|
MJAIAgentRequests_ResumingAgentRunIDArray: MJAIAgentRequest_[];
|
|
2048
2172
|
MJAIPromptRuns_AgentRunIDArray: MJAIPromptRun_[];
|
|
2049
2173
|
MJAIAgentRuns_LastRunIDArray: MJAIAgentRun_[];
|
|
2174
|
+
MJProcessRunDetails_AIAgentRunIDArray: MJProcessRunDetail_[];
|
|
2050
2175
|
}
|
|
2051
2176
|
export declare class CreateMJAIAgentRunInput {
|
|
2052
2177
|
ID?: string;
|
|
@@ -2096,6 +2221,7 @@ export declare class CreateMJAIAgentRunInput {
|
|
|
2096
2221
|
TotalCacheReadTokensUsed: number | null;
|
|
2097
2222
|
TotalCacheWriteTokensUsed: number | null;
|
|
2098
2223
|
LastHeartbeatAt: Date | null;
|
|
2224
|
+
AgentSessionID: string | null;
|
|
2099
2225
|
RestoreContext___?: RestoreContextInput;
|
|
2100
2226
|
}
|
|
2101
2227
|
export declare class UpdateMJAIAgentRunInput {
|
|
@@ -2146,6 +2272,7 @@ export declare class UpdateMJAIAgentRunInput {
|
|
|
2146
2272
|
TotalCacheReadTokensUsed?: number | null;
|
|
2147
2273
|
TotalCacheWriteTokensUsed?: number | null;
|
|
2148
2274
|
LastHeartbeatAt?: Date | null;
|
|
2275
|
+
AgentSessionID?: string | null;
|
|
2149
2276
|
OldValues___?: KeyValuePairInput[];
|
|
2150
2277
|
RestoreContext___?: RestoreContextInput;
|
|
2151
2278
|
}
|
|
@@ -2172,6 +2299,7 @@ export declare class MJAIAgentRunResolver extends ResolverBase {
|
|
|
2172
2299
|
MJAIAgentRequests_ResumingAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2173
2300
|
MJAIPromptRuns_AgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2174
2301
|
MJAIAgentRuns_LastRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2302
|
+
MJProcessRunDetails_AIAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2175
2303
|
CreateMJAIAgentRun(input: CreateMJAIAgentRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2176
2304
|
UpdateMJAIAgentRun(input: UpdateMJAIAgentRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2177
2305
|
DeleteMJAIAgentRun(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -2247,6 +2375,274 @@ export declare class MJAIAgentSearchScopeResolver extends ResolverBase {
|
|
|
2247
2375
|
UpdateMJAIAgentSearchScope(input: UpdateMJAIAgentSearchScopeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2248
2376
|
DeleteMJAIAgentSearchScope(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2249
2377
|
}
|
|
2378
|
+
export declare class MJAIAgentSessionBridgeParticipant_ {
|
|
2379
|
+
ID: string;
|
|
2380
|
+
SessionBridgeID: string;
|
|
2381
|
+
ExternalParticipantID?: string;
|
|
2382
|
+
DisplayName?: string;
|
|
2383
|
+
Role: string;
|
|
2384
|
+
UserID?: string;
|
|
2385
|
+
IsAgent: boolean;
|
|
2386
|
+
JoinedAt?: Date;
|
|
2387
|
+
LeftAt?: Date;
|
|
2388
|
+
_mj__CreatedAt: Date;
|
|
2389
|
+
_mj__UpdatedAt: Date;
|
|
2390
|
+
SessionBridge?: string;
|
|
2391
|
+
User?: string;
|
|
2392
|
+
}
|
|
2393
|
+
export declare class CreateMJAIAgentSessionBridgeParticipantInput {
|
|
2394
|
+
ID?: string;
|
|
2395
|
+
SessionBridgeID?: string;
|
|
2396
|
+
ExternalParticipantID: string | null;
|
|
2397
|
+
DisplayName: string | null;
|
|
2398
|
+
Role?: string;
|
|
2399
|
+
UserID: string | null;
|
|
2400
|
+
IsAgent?: boolean;
|
|
2401
|
+
JoinedAt: Date | null;
|
|
2402
|
+
LeftAt: Date | null;
|
|
2403
|
+
RestoreContext___?: RestoreContextInput;
|
|
2404
|
+
}
|
|
2405
|
+
export declare class UpdateMJAIAgentSessionBridgeParticipantInput {
|
|
2406
|
+
ID: string;
|
|
2407
|
+
SessionBridgeID?: string;
|
|
2408
|
+
ExternalParticipantID?: string | null;
|
|
2409
|
+
DisplayName?: string | null;
|
|
2410
|
+
Role?: string;
|
|
2411
|
+
UserID?: string | null;
|
|
2412
|
+
IsAgent?: boolean;
|
|
2413
|
+
JoinedAt?: Date | null;
|
|
2414
|
+
LeftAt?: Date | null;
|
|
2415
|
+
OldValues___?: KeyValuePairInput[];
|
|
2416
|
+
RestoreContext___?: RestoreContextInput;
|
|
2417
|
+
}
|
|
2418
|
+
export declare class RunMJAIAgentSessionBridgeParticipantViewResult {
|
|
2419
|
+
Results: MJAIAgentSessionBridgeParticipant_[];
|
|
2420
|
+
UserViewRunID?: string;
|
|
2421
|
+
RowCount: number;
|
|
2422
|
+
TotalRowCount: number;
|
|
2423
|
+
ExecutionTime: number;
|
|
2424
|
+
ErrorMessage?: string;
|
|
2425
|
+
Success: boolean;
|
|
2426
|
+
}
|
|
2427
|
+
export declare class MJAIAgentSessionBridgeParticipantResolver extends ResolverBase {
|
|
2428
|
+
RunMJAIAgentSessionBridgeParticipantViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2429
|
+
RunMJAIAgentSessionBridgeParticipantViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2430
|
+
RunMJAIAgentSessionBridgeParticipantDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2431
|
+
MJAIAgentSessionBridgeParticipant(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIAgentSessionBridgeParticipant_ | null>;
|
|
2432
|
+
CreateMJAIAgentSessionBridgeParticipant(input: CreateMJAIAgentSessionBridgeParticipantInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2433
|
+
UpdateMJAIAgentSessionBridgeParticipant(input: UpdateMJAIAgentSessionBridgeParticipantInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2434
|
+
DeleteMJAIAgentSessionBridgeParticipant(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2435
|
+
}
|
|
2436
|
+
export declare class MJAIAgentSessionBridge_ {
|
|
2437
|
+
ID: string;
|
|
2438
|
+
AgentSessionID: string;
|
|
2439
|
+
ProviderID: string;
|
|
2440
|
+
Direction: string;
|
|
2441
|
+
JoinMethod: string;
|
|
2442
|
+
TurnMode: string;
|
|
2443
|
+
ExternalConnectionID?: string;
|
|
2444
|
+
Address?: string;
|
|
2445
|
+
BotParticipantID?: string;
|
|
2446
|
+
Status: string;
|
|
2447
|
+
ScheduledStartTime?: Date;
|
|
2448
|
+
ConnectedAt?: Date;
|
|
2449
|
+
DisconnectedAt?: Date;
|
|
2450
|
+
CloseReason?: string;
|
|
2451
|
+
HostInstanceID?: string;
|
|
2452
|
+
Config?: string;
|
|
2453
|
+
_mj__CreatedAt: Date;
|
|
2454
|
+
_mj__UpdatedAt: Date;
|
|
2455
|
+
Provider: string;
|
|
2456
|
+
MJAIAgentSessionBridgeParticipants_SessionBridgeIDArray: MJAIAgentSessionBridgeParticipant_[];
|
|
2457
|
+
}
|
|
2458
|
+
export declare class CreateMJAIAgentSessionBridgeInput {
|
|
2459
|
+
ID?: string;
|
|
2460
|
+
AgentSessionID?: string;
|
|
2461
|
+
ProviderID?: string;
|
|
2462
|
+
Direction?: string;
|
|
2463
|
+
JoinMethod?: string;
|
|
2464
|
+
TurnMode?: string;
|
|
2465
|
+
ExternalConnectionID: string | null;
|
|
2466
|
+
Address: string | null;
|
|
2467
|
+
BotParticipantID: string | null;
|
|
2468
|
+
Status?: string;
|
|
2469
|
+
ScheduledStartTime: Date | null;
|
|
2470
|
+
ConnectedAt: Date | null;
|
|
2471
|
+
DisconnectedAt: Date | null;
|
|
2472
|
+
CloseReason: string | null;
|
|
2473
|
+
HostInstanceID: string | null;
|
|
2474
|
+
Config: string | null;
|
|
2475
|
+
RestoreContext___?: RestoreContextInput;
|
|
2476
|
+
}
|
|
2477
|
+
export declare class UpdateMJAIAgentSessionBridgeInput {
|
|
2478
|
+
ID: string;
|
|
2479
|
+
AgentSessionID?: string;
|
|
2480
|
+
ProviderID?: string;
|
|
2481
|
+
Direction?: string;
|
|
2482
|
+
JoinMethod?: string;
|
|
2483
|
+
TurnMode?: string;
|
|
2484
|
+
ExternalConnectionID?: string | null;
|
|
2485
|
+
Address?: string | null;
|
|
2486
|
+
BotParticipantID?: string | null;
|
|
2487
|
+
Status?: string;
|
|
2488
|
+
ScheduledStartTime?: Date | null;
|
|
2489
|
+
ConnectedAt?: Date | null;
|
|
2490
|
+
DisconnectedAt?: Date | null;
|
|
2491
|
+
CloseReason?: string | null;
|
|
2492
|
+
HostInstanceID?: string | null;
|
|
2493
|
+
Config?: string | null;
|
|
2494
|
+
OldValues___?: KeyValuePairInput[];
|
|
2495
|
+
RestoreContext___?: RestoreContextInput;
|
|
2496
|
+
}
|
|
2497
|
+
export declare class RunMJAIAgentSessionBridgeViewResult {
|
|
2498
|
+
Results: MJAIAgentSessionBridge_[];
|
|
2499
|
+
UserViewRunID?: string;
|
|
2500
|
+
RowCount: number;
|
|
2501
|
+
TotalRowCount: number;
|
|
2502
|
+
ExecutionTime: number;
|
|
2503
|
+
ErrorMessage?: string;
|
|
2504
|
+
Success: boolean;
|
|
2505
|
+
}
|
|
2506
|
+
export declare class MJAIAgentSessionBridgeResolver extends ResolverBase {
|
|
2507
|
+
RunMJAIAgentSessionBridgeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2508
|
+
RunMJAIAgentSessionBridgeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2509
|
+
RunMJAIAgentSessionBridgeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2510
|
+
MJAIAgentSessionBridge(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIAgentSessionBridge_ | null>;
|
|
2511
|
+
MJAIAgentSessionBridgeParticipants_SessionBridgeIDArray(mjaiagentsessionbridge_: MJAIAgentSessionBridge_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2512
|
+
CreateMJAIAgentSessionBridge(input: CreateMJAIAgentSessionBridgeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2513
|
+
UpdateMJAIAgentSessionBridge(input: UpdateMJAIAgentSessionBridgeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2514
|
+
DeleteMJAIAgentSessionBridge(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2515
|
+
}
|
|
2516
|
+
export declare class MJAIAgentSessionChannel_ {
|
|
2517
|
+
ID: string;
|
|
2518
|
+
AgentSessionID: string;
|
|
2519
|
+
ChannelID: string;
|
|
2520
|
+
Status: string;
|
|
2521
|
+
SocketUrl?: string;
|
|
2522
|
+
Config?: string;
|
|
2523
|
+
LastActiveAt: Date;
|
|
2524
|
+
DisconnectedAt?: Date;
|
|
2525
|
+
_mj__CreatedAt: Date;
|
|
2526
|
+
_mj__UpdatedAt: Date;
|
|
2527
|
+
Channel: string;
|
|
2528
|
+
}
|
|
2529
|
+
export declare class CreateMJAIAgentSessionChannelInput {
|
|
2530
|
+
ID?: string;
|
|
2531
|
+
AgentSessionID?: string;
|
|
2532
|
+
ChannelID?: string;
|
|
2533
|
+
Status?: string;
|
|
2534
|
+
SocketUrl: string | null;
|
|
2535
|
+
Config: string | null;
|
|
2536
|
+
LastActiveAt?: Date;
|
|
2537
|
+
DisconnectedAt: Date | null;
|
|
2538
|
+
RestoreContext___?: RestoreContextInput;
|
|
2539
|
+
}
|
|
2540
|
+
export declare class UpdateMJAIAgentSessionChannelInput {
|
|
2541
|
+
ID: string;
|
|
2542
|
+
AgentSessionID?: string;
|
|
2543
|
+
ChannelID?: string;
|
|
2544
|
+
Status?: string;
|
|
2545
|
+
SocketUrl?: string | null;
|
|
2546
|
+
Config?: string | null;
|
|
2547
|
+
LastActiveAt?: Date;
|
|
2548
|
+
DisconnectedAt?: Date | null;
|
|
2549
|
+
OldValues___?: KeyValuePairInput[];
|
|
2550
|
+
RestoreContext___?: RestoreContextInput;
|
|
2551
|
+
}
|
|
2552
|
+
export declare class RunMJAIAgentSessionChannelViewResult {
|
|
2553
|
+
Results: MJAIAgentSessionChannel_[];
|
|
2554
|
+
UserViewRunID?: string;
|
|
2555
|
+
RowCount: number;
|
|
2556
|
+
TotalRowCount: number;
|
|
2557
|
+
ExecutionTime: number;
|
|
2558
|
+
ErrorMessage?: string;
|
|
2559
|
+
Success: boolean;
|
|
2560
|
+
}
|
|
2561
|
+
export declare class MJAIAgentSessionChannelResolver extends ResolverBase {
|
|
2562
|
+
RunMJAIAgentSessionChannelViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2563
|
+
RunMJAIAgentSessionChannelViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2564
|
+
RunMJAIAgentSessionChannelDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2565
|
+
MJAIAgentSessionChannel(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIAgentSessionChannel_ | null>;
|
|
2566
|
+
CreateMJAIAgentSessionChannel(input: CreateMJAIAgentSessionChannelInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2567
|
+
UpdateMJAIAgentSessionChannel(input: UpdateMJAIAgentSessionChannelInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2568
|
+
DeleteMJAIAgentSessionChannel(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2569
|
+
}
|
|
2570
|
+
export declare class MJAIAgentSession_ {
|
|
2571
|
+
ID: string;
|
|
2572
|
+
AgentID: string;
|
|
2573
|
+
UserID: string;
|
|
2574
|
+
Status: string;
|
|
2575
|
+
ConversationID?: string;
|
|
2576
|
+
LastSessionID?: string;
|
|
2577
|
+
HostInstanceID?: string;
|
|
2578
|
+
Config?: string;
|
|
2579
|
+
LastActiveAt: Date;
|
|
2580
|
+
ClosedAt?: Date;
|
|
2581
|
+
CloseReason?: string;
|
|
2582
|
+
_mj__CreatedAt: Date;
|
|
2583
|
+
_mj__UpdatedAt: Date;
|
|
2584
|
+
Agent?: string;
|
|
2585
|
+
User: string;
|
|
2586
|
+
Conversation?: string;
|
|
2587
|
+
RootLastSessionID?: string;
|
|
2588
|
+
MJAIAgentRuns_AgentSessionIDArray: MJAIAgentRun_[];
|
|
2589
|
+
MJAIAgentSessionChannels_AgentSessionIDArray: MJAIAgentSessionChannel_[];
|
|
2590
|
+
MJConversationDetails_AgentSessionIDArray: MJConversationDetail_[];
|
|
2591
|
+
MJAIAgentSessions_LastSessionIDArray: MJAIAgentSession_[];
|
|
2592
|
+
MJAIAgentSessionBridges_AgentSessionIDArray: MJAIAgentSessionBridge_[];
|
|
2593
|
+
}
|
|
2594
|
+
export declare class CreateMJAIAgentSessionInput {
|
|
2595
|
+
ID?: string;
|
|
2596
|
+
AgentID?: string;
|
|
2597
|
+
UserID?: string;
|
|
2598
|
+
Status?: string;
|
|
2599
|
+
ConversationID: string | null;
|
|
2600
|
+
LastSessionID: string | null;
|
|
2601
|
+
HostInstanceID: string | null;
|
|
2602
|
+
Config: string | null;
|
|
2603
|
+
LastActiveAt?: Date;
|
|
2604
|
+
ClosedAt: Date | null;
|
|
2605
|
+
CloseReason: string | null;
|
|
2606
|
+
RestoreContext___?: RestoreContextInput;
|
|
2607
|
+
}
|
|
2608
|
+
export declare class UpdateMJAIAgentSessionInput {
|
|
2609
|
+
ID: string;
|
|
2610
|
+
AgentID?: string;
|
|
2611
|
+
UserID?: string;
|
|
2612
|
+
Status?: string;
|
|
2613
|
+
ConversationID?: string | null;
|
|
2614
|
+
LastSessionID?: string | null;
|
|
2615
|
+
HostInstanceID?: string | null;
|
|
2616
|
+
Config?: string | null;
|
|
2617
|
+
LastActiveAt?: Date;
|
|
2618
|
+
ClosedAt?: Date | null;
|
|
2619
|
+
CloseReason?: string | null;
|
|
2620
|
+
OldValues___?: KeyValuePairInput[];
|
|
2621
|
+
RestoreContext___?: RestoreContextInput;
|
|
2622
|
+
}
|
|
2623
|
+
export declare class RunMJAIAgentSessionViewResult {
|
|
2624
|
+
Results: MJAIAgentSession_[];
|
|
2625
|
+
UserViewRunID?: string;
|
|
2626
|
+
RowCount: number;
|
|
2627
|
+
TotalRowCount: number;
|
|
2628
|
+
ExecutionTime: number;
|
|
2629
|
+
ErrorMessage?: string;
|
|
2630
|
+
Success: boolean;
|
|
2631
|
+
}
|
|
2632
|
+
export declare class MJAIAgentSessionResolver extends ResolverBase {
|
|
2633
|
+
RunMJAIAgentSessionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2634
|
+
RunMJAIAgentSessionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2635
|
+
RunMJAIAgentSessionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2636
|
+
MJAIAgentSession(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIAgentSession_ | null>;
|
|
2637
|
+
MJAIAgentRuns_AgentSessionIDArray(mjaiagentsession_: MJAIAgentSession_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2638
|
+
MJAIAgentSessionChannels_AgentSessionIDArray(mjaiagentsession_: MJAIAgentSession_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2639
|
+
MJConversationDetails_AgentSessionIDArray(mjaiagentsession_: MJAIAgentSession_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2640
|
+
MJAIAgentSessions_LastSessionIDArray(mjaiagentsession_: MJAIAgentSession_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2641
|
+
MJAIAgentSessionBridges_AgentSessionIDArray(mjaiagentsession_: MJAIAgentSession_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2642
|
+
CreateMJAIAgentSession(input: CreateMJAIAgentSessionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2643
|
+
UpdateMJAIAgentSession(input: UpdateMJAIAgentSessionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2644
|
+
DeleteMJAIAgentSession(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2645
|
+
}
|
|
2250
2646
|
export declare class MJAIAgentStepPath_ {
|
|
2251
2647
|
ID: string;
|
|
2252
2648
|
OriginStepID: string;
|
|
@@ -2415,8 +2811,11 @@ export declare class MJAIAgentType_ {
|
|
|
2415
2811
|
PromptParamsSchema?: string;
|
|
2416
2812
|
AssignmentStrategy?: string;
|
|
2417
2813
|
DefaultStorageAccountID?: string;
|
|
2814
|
+
ConfigSchema?: string;
|
|
2815
|
+
DefaultConfiguration?: string;
|
|
2418
2816
|
SystemPrompt?: string;
|
|
2419
2817
|
DefaultStorageAccount?: string;
|
|
2818
|
+
MJAIAgentCoAgents_TargetAgentTypeIDArray: MJAIAgentCoAgent_[];
|
|
2420
2819
|
MJAIAgents_TypeIDArray: MJAIAgent_[];
|
|
2421
2820
|
}
|
|
2422
2821
|
export declare class CreateMJAIAgentTypeInput {
|
|
@@ -2433,6 +2832,8 @@ export declare class CreateMJAIAgentTypeInput {
|
|
|
2433
2832
|
PromptParamsSchema: string | null;
|
|
2434
2833
|
AssignmentStrategy: string | null;
|
|
2435
2834
|
DefaultStorageAccountID: string | null;
|
|
2835
|
+
ConfigSchema: string | null;
|
|
2836
|
+
DefaultConfiguration: string | null;
|
|
2436
2837
|
RestoreContext___?: RestoreContextInput;
|
|
2437
2838
|
}
|
|
2438
2839
|
export declare class UpdateMJAIAgentTypeInput {
|
|
@@ -2449,6 +2850,8 @@ export declare class UpdateMJAIAgentTypeInput {
|
|
|
2449
2850
|
PromptParamsSchema?: string | null;
|
|
2450
2851
|
AssignmentStrategy?: string | null;
|
|
2451
2852
|
DefaultStorageAccountID?: string | null;
|
|
2853
|
+
ConfigSchema?: string | null;
|
|
2854
|
+
DefaultConfiguration?: string | null;
|
|
2452
2855
|
OldValues___?: KeyValuePairInput[];
|
|
2453
2856
|
RestoreContext___?: RestoreContextInput;
|
|
2454
2857
|
}
|
|
@@ -2466,6 +2869,7 @@ export declare class MJAIAgentTypeResolver extends ResolverBase {
|
|
|
2466
2869
|
RunMJAIAgentTypeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2467
2870
|
RunMJAIAgentTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2468
2871
|
MJAIAgentType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIAgentType_ | null>;
|
|
2872
|
+
MJAIAgentCoAgents_TargetAgentTypeIDArray(mjaiagenttype_: MJAIAgentType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2469
2873
|
MJAIAgents_TypeIDArray(mjaiagenttype_: MJAIAgentType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2470
2874
|
CreateMJAIAgentType(input: CreateMJAIAgentTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2471
2875
|
UpdateMJAIAgentType(input: UpdateMJAIAgentTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -2538,6 +2942,9 @@ export declare class MJAIAgent_ {
|
|
|
2538
2942
|
DefaultStorageAccountID?: string;
|
|
2539
2943
|
SearchScopeAccess: string;
|
|
2540
2944
|
AcceptUnregisteredFiles: boolean;
|
|
2945
|
+
DefaultCoAgentID?: string;
|
|
2946
|
+
TypeConfiguration?: string;
|
|
2947
|
+
AllowMemoryWrite: boolean;
|
|
2541
2948
|
Parent?: string;
|
|
2542
2949
|
ContextCompressionPrompt?: string;
|
|
2543
2950
|
Type?: string;
|
|
@@ -2546,7 +2953,9 @@ export declare class MJAIAgent_ {
|
|
|
2546
2953
|
AttachmentStorageProvider?: string;
|
|
2547
2954
|
Category?: string;
|
|
2548
2955
|
DefaultStorageAccount?: string;
|
|
2956
|
+
DefaultCoAgent?: string;
|
|
2549
2957
|
RootParentID?: string;
|
|
2958
|
+
RootDefaultCoAgentID?: string;
|
|
2550
2959
|
MJAIAgentActions_AgentIDArray: MJAIAgentAction_[];
|
|
2551
2960
|
MJAIAgentArtifactTypes_AgentIDArray: MJAIAgentArtifactType_[];
|
|
2552
2961
|
MJAIAgentClientTools_AgentIDArray: MJAIAgentClientTool_[];
|
|
@@ -2574,6 +2983,12 @@ export declare class MJAIAgent_ {
|
|
|
2574
2983
|
MJAIAgents_ParentIDArray: MJAIAgent_[];
|
|
2575
2984
|
MJActions_CreatedByAgentIDArray: MJAction_[];
|
|
2576
2985
|
MJConversations_DefaultAgentIDArray: MJConversation_[];
|
|
2986
|
+
MJAIAgentSessions_AgentIDArray: MJAIAgentSession_[];
|
|
2987
|
+
MJAIAgents_DefaultCoAgentIDArray: MJAIAgent_[];
|
|
2988
|
+
MJAIAgentCoAgents_CoAgentIDArray: MJAIAgentCoAgent_[];
|
|
2989
|
+
MJAIAgentCoAgents_TargetAgentIDArray: MJAIAgentCoAgent_[];
|
|
2990
|
+
MJAIBridgeAgentIdentities_AgentIDArray: MJAIBridgeAgentIdentity_[];
|
|
2991
|
+
MJRecordProcesses_AgentIDArray: MJRecordProcess_[];
|
|
2577
2992
|
}
|
|
2578
2993
|
export declare class CreateMJAIAgentInput {
|
|
2579
2994
|
ID?: string;
|
|
@@ -2640,6 +3055,9 @@ export declare class CreateMJAIAgentInput {
|
|
|
2640
3055
|
DefaultStorageAccountID: string | null;
|
|
2641
3056
|
SearchScopeAccess?: string;
|
|
2642
3057
|
AcceptUnregisteredFiles?: boolean;
|
|
3058
|
+
DefaultCoAgentID: string | null;
|
|
3059
|
+
TypeConfiguration: string | null;
|
|
3060
|
+
AllowMemoryWrite?: boolean;
|
|
2643
3061
|
RestoreContext___?: RestoreContextInput;
|
|
2644
3062
|
}
|
|
2645
3063
|
export declare class UpdateMJAIAgentInput {
|
|
@@ -2707,6 +3125,9 @@ export declare class UpdateMJAIAgentInput {
|
|
|
2707
3125
|
DefaultStorageAccountID?: string | null;
|
|
2708
3126
|
SearchScopeAccess?: string;
|
|
2709
3127
|
AcceptUnregisteredFiles?: boolean;
|
|
3128
|
+
DefaultCoAgentID?: string | null;
|
|
3129
|
+
TypeConfiguration?: string | null;
|
|
3130
|
+
AllowMemoryWrite?: boolean;
|
|
2710
3131
|
OldValues___?: KeyValuePairInput[];
|
|
2711
3132
|
RestoreContext___?: RestoreContextInput;
|
|
2712
3133
|
}
|
|
@@ -2751,6 +3172,12 @@ export declare class MJAIAgentResolver extends ResolverBase {
|
|
|
2751
3172
|
MJAIAgents_ParentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2752
3173
|
MJActions_CreatedByAgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2753
3174
|
MJConversations_DefaultAgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3175
|
+
MJAIAgentSessions_AgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3176
|
+
MJAIAgents_DefaultCoAgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3177
|
+
MJAIAgentCoAgents_CoAgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3178
|
+
MJAIAgentCoAgents_TargetAgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3179
|
+
MJAIBridgeAgentIdentities_AgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3180
|
+
MJRecordProcesses_AgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2754
3181
|
CreateMJAIAgent(input: CreateMJAIAgentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2755
3182
|
UpdateMJAIAgent(input: UpdateMJAIAgentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2756
3183
|
DeleteMJAIAgent(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -2814,44 +3241,45 @@ export declare class MJAIArchitectureResolver extends ResolverBase {
|
|
|
2814
3241
|
UpdateMJAIArchitecture(input: UpdateMJAIArchitectureInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2815
3242
|
DeleteMJAIArchitecture(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2816
3243
|
}
|
|
2817
|
-
export declare class
|
|
3244
|
+
export declare class MJAIBridgeAgentIdentity_ {
|
|
2818
3245
|
ID: string;
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
3246
|
+
AgentID: string;
|
|
3247
|
+
ProviderID: string;
|
|
3248
|
+
IdentityType: string;
|
|
3249
|
+
IdentityValue: string;
|
|
3250
|
+
DisplayName?: string;
|
|
3251
|
+
IsActive: boolean;
|
|
3252
|
+
Configuration?: string;
|
|
2826
3253
|
_mj__CreatedAt: Date;
|
|
2827
3254
|
_mj__UpdatedAt: Date;
|
|
2828
|
-
|
|
3255
|
+
Agent?: string;
|
|
3256
|
+
Provider: string;
|
|
2829
3257
|
}
|
|
2830
|
-
export declare class
|
|
3258
|
+
export declare class CreateMJAIBridgeAgentIdentityInput {
|
|
2831
3259
|
ID?: string;
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
3260
|
+
AgentID?: string;
|
|
3261
|
+
ProviderID?: string;
|
|
3262
|
+
IdentityType?: string;
|
|
3263
|
+
IdentityValue?: string;
|
|
3264
|
+
DisplayName: string | null;
|
|
3265
|
+
IsActive?: boolean;
|
|
3266
|
+
Configuration: string | null;
|
|
2839
3267
|
RestoreContext___?: RestoreContextInput;
|
|
2840
3268
|
}
|
|
2841
|
-
export declare class
|
|
3269
|
+
export declare class UpdateMJAIBridgeAgentIdentityInput {
|
|
2842
3270
|
ID: string;
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
3271
|
+
AgentID?: string;
|
|
3272
|
+
ProviderID?: string;
|
|
3273
|
+
IdentityType?: string;
|
|
3274
|
+
IdentityValue?: string;
|
|
3275
|
+
DisplayName?: string | null;
|
|
3276
|
+
IsActive?: boolean;
|
|
3277
|
+
Configuration?: string | null;
|
|
2850
3278
|
OldValues___?: KeyValuePairInput[];
|
|
2851
3279
|
RestoreContext___?: RestoreContextInput;
|
|
2852
3280
|
}
|
|
2853
|
-
export declare class
|
|
2854
|
-
Results:
|
|
3281
|
+
export declare class RunMJAIBridgeAgentIdentityViewResult {
|
|
3282
|
+
Results: MJAIBridgeAgentIdentity_[];
|
|
2855
3283
|
UserViewRunID?: string;
|
|
2856
3284
|
RowCount: number;
|
|
2857
3285
|
TotalRowCount: number;
|
|
@@ -2859,31 +3287,196 @@ export declare class RunMJAIClientToolDefinitionViewResult {
|
|
|
2859
3287
|
ErrorMessage?: string;
|
|
2860
3288
|
Success: boolean;
|
|
2861
3289
|
}
|
|
2862
|
-
export declare class
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
DeleteMJAIClientToolDefinition(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3290
|
+
export declare class MJAIBridgeAgentIdentityResolver extends ResolverBase {
|
|
3291
|
+
RunMJAIBridgeAgentIdentityViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3292
|
+
RunMJAIBridgeAgentIdentityViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3293
|
+
RunMJAIBridgeAgentIdentityDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3294
|
+
MJAIBridgeAgentIdentity(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIBridgeAgentIdentity_ | null>;
|
|
3295
|
+
CreateMJAIBridgeAgentIdentity(input: CreateMJAIBridgeAgentIdentityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3296
|
+
UpdateMJAIBridgeAgentIdentity(input: UpdateMJAIBridgeAgentIdentityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3297
|
+
DeleteMJAIBridgeAgentIdentity(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2871
3298
|
}
|
|
2872
|
-
export declare class
|
|
3299
|
+
export declare class MJAIBridgeProviderChannel_ {
|
|
2873
3300
|
ID: string;
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
3301
|
+
ProviderID: string;
|
|
3302
|
+
ChannelID: string;
|
|
3303
|
+
IsDefault: boolean;
|
|
3304
|
+
Sequence: number;
|
|
3305
|
+
Configuration?: string;
|
|
2879
3306
|
_mj__CreatedAt: Date;
|
|
2880
3307
|
_mj__UpdatedAt: Date;
|
|
2881
|
-
|
|
3308
|
+
Provider: string;
|
|
3309
|
+
Channel: string;
|
|
2882
3310
|
}
|
|
2883
|
-
export declare class
|
|
3311
|
+
export declare class CreateMJAIBridgeProviderChannelInput {
|
|
2884
3312
|
ID?: string;
|
|
2885
|
-
|
|
2886
|
-
|
|
3313
|
+
ProviderID?: string;
|
|
3314
|
+
ChannelID?: string;
|
|
3315
|
+
IsDefault?: boolean;
|
|
3316
|
+
Sequence?: number;
|
|
3317
|
+
Configuration: string | null;
|
|
3318
|
+
RestoreContext___?: RestoreContextInput;
|
|
3319
|
+
}
|
|
3320
|
+
export declare class UpdateMJAIBridgeProviderChannelInput {
|
|
3321
|
+
ID: string;
|
|
3322
|
+
ProviderID?: string;
|
|
3323
|
+
ChannelID?: string;
|
|
3324
|
+
IsDefault?: boolean;
|
|
3325
|
+
Sequence?: number;
|
|
3326
|
+
Configuration?: string | null;
|
|
3327
|
+
OldValues___?: KeyValuePairInput[];
|
|
3328
|
+
RestoreContext___?: RestoreContextInput;
|
|
3329
|
+
}
|
|
3330
|
+
export declare class RunMJAIBridgeProviderChannelViewResult {
|
|
3331
|
+
Results: MJAIBridgeProviderChannel_[];
|
|
3332
|
+
UserViewRunID?: string;
|
|
3333
|
+
RowCount: number;
|
|
3334
|
+
TotalRowCount: number;
|
|
3335
|
+
ExecutionTime: number;
|
|
3336
|
+
ErrorMessage?: string;
|
|
3337
|
+
Success: boolean;
|
|
3338
|
+
}
|
|
3339
|
+
export declare class MJAIBridgeProviderChannelResolver extends ResolverBase {
|
|
3340
|
+
RunMJAIBridgeProviderChannelViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3341
|
+
RunMJAIBridgeProviderChannelViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3342
|
+
RunMJAIBridgeProviderChannelDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3343
|
+
MJAIBridgeProviderChannel(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIBridgeProviderChannel_ | null>;
|
|
3344
|
+
CreateMJAIBridgeProviderChannel(input: CreateMJAIBridgeProviderChannelInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3345
|
+
UpdateMJAIBridgeProviderChannel(input: UpdateMJAIBridgeProviderChannelInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3346
|
+
DeleteMJAIBridgeProviderChannel(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3347
|
+
}
|
|
3348
|
+
export declare class MJAIBridgeProvider_ {
|
|
3349
|
+
ID: string;
|
|
3350
|
+
Name: string;
|
|
3351
|
+
Description?: string;
|
|
3352
|
+
BridgeType: string;
|
|
3353
|
+
DriverClass: string;
|
|
3354
|
+
Status: string;
|
|
3355
|
+
SupportedFeatures?: string;
|
|
3356
|
+
ConfigSchema?: string;
|
|
3357
|
+
Configuration?: string;
|
|
3358
|
+
_mj__CreatedAt: Date;
|
|
3359
|
+
_mj__UpdatedAt: Date;
|
|
3360
|
+
MJAIAgentSessionBridges_ProviderIDArray: MJAIAgentSessionBridge_[];
|
|
3361
|
+
MJAIBridgeProviderChannels_ProviderIDArray: MJAIBridgeProviderChannel_[];
|
|
3362
|
+
MJAIBridgeAgentIdentities_ProviderIDArray: MJAIBridgeAgentIdentity_[];
|
|
3363
|
+
}
|
|
3364
|
+
export declare class CreateMJAIBridgeProviderInput {
|
|
3365
|
+
ID?: string;
|
|
3366
|
+
Name?: string;
|
|
3367
|
+
Description: string | null;
|
|
3368
|
+
BridgeType?: string;
|
|
3369
|
+
DriverClass?: string;
|
|
3370
|
+
Status?: string;
|
|
3371
|
+
SupportedFeatures: string | null;
|
|
3372
|
+
ConfigSchema: string | null;
|
|
3373
|
+
Configuration: string | null;
|
|
3374
|
+
RestoreContext___?: RestoreContextInput;
|
|
3375
|
+
}
|
|
3376
|
+
export declare class UpdateMJAIBridgeProviderInput {
|
|
3377
|
+
ID: string;
|
|
3378
|
+
Name?: string;
|
|
3379
|
+
Description?: string | null;
|
|
3380
|
+
BridgeType?: string;
|
|
3381
|
+
DriverClass?: string;
|
|
3382
|
+
Status?: string;
|
|
3383
|
+
SupportedFeatures?: string | null;
|
|
3384
|
+
ConfigSchema?: string | null;
|
|
3385
|
+
Configuration?: string | null;
|
|
3386
|
+
OldValues___?: KeyValuePairInput[];
|
|
3387
|
+
RestoreContext___?: RestoreContextInput;
|
|
3388
|
+
}
|
|
3389
|
+
export declare class RunMJAIBridgeProviderViewResult {
|
|
3390
|
+
Results: MJAIBridgeProvider_[];
|
|
3391
|
+
UserViewRunID?: string;
|
|
3392
|
+
RowCount: number;
|
|
3393
|
+
TotalRowCount: number;
|
|
3394
|
+
ExecutionTime: number;
|
|
3395
|
+
ErrorMessage?: string;
|
|
3396
|
+
Success: boolean;
|
|
3397
|
+
}
|
|
3398
|
+
export declare class MJAIBridgeProviderResolver extends ResolverBase {
|
|
3399
|
+
RunMJAIBridgeProviderViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3400
|
+
RunMJAIBridgeProviderViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3401
|
+
RunMJAIBridgeProviderDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3402
|
+
MJAIBridgeProvider(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIBridgeProvider_ | null>;
|
|
3403
|
+
MJAIAgentSessionBridges_ProviderIDArray(mjaibridgeprovider_: MJAIBridgeProvider_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3404
|
+
MJAIBridgeProviderChannels_ProviderIDArray(mjaibridgeprovider_: MJAIBridgeProvider_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3405
|
+
MJAIBridgeAgentIdentities_ProviderIDArray(mjaibridgeprovider_: MJAIBridgeProvider_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3406
|
+
CreateMJAIBridgeProvider(input: CreateMJAIBridgeProviderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3407
|
+
UpdateMJAIBridgeProvider(input: UpdateMJAIBridgeProviderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3408
|
+
DeleteMJAIBridgeProvider(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3409
|
+
}
|
|
3410
|
+
export declare class MJAIClientToolDefinition_ {
|
|
3411
|
+
ID: string;
|
|
3412
|
+
Name: string;
|
|
3413
|
+
Description: string;
|
|
3414
|
+
Category?: string;
|
|
3415
|
+
InputSchemaJSON?: string;
|
|
3416
|
+
OutputSchemaJSON?: string;
|
|
3417
|
+
DefaultTimeoutMs?: number;
|
|
3418
|
+
RequiresContextType?: string;
|
|
3419
|
+
_mj__CreatedAt: Date;
|
|
3420
|
+
_mj__UpdatedAt: Date;
|
|
3421
|
+
MJAIAgentClientTools_ClientToolDefinitionIDArray: MJAIAgentClientTool_[];
|
|
3422
|
+
}
|
|
3423
|
+
export declare class CreateMJAIClientToolDefinitionInput {
|
|
3424
|
+
ID?: string;
|
|
3425
|
+
Name?: string;
|
|
3426
|
+
Description?: string;
|
|
3427
|
+
Category: string | null;
|
|
3428
|
+
InputSchemaJSON: string | null;
|
|
3429
|
+
OutputSchemaJSON: string | null;
|
|
3430
|
+
DefaultTimeoutMs?: number | null;
|
|
3431
|
+
RequiresContextType: string | null;
|
|
3432
|
+
RestoreContext___?: RestoreContextInput;
|
|
3433
|
+
}
|
|
3434
|
+
export declare class UpdateMJAIClientToolDefinitionInput {
|
|
3435
|
+
ID: string;
|
|
3436
|
+
Name?: string;
|
|
3437
|
+
Description?: string;
|
|
3438
|
+
Category?: string | null;
|
|
3439
|
+
InputSchemaJSON?: string | null;
|
|
3440
|
+
OutputSchemaJSON?: string | null;
|
|
3441
|
+
DefaultTimeoutMs?: number | null;
|
|
3442
|
+
RequiresContextType?: string | null;
|
|
3443
|
+
OldValues___?: KeyValuePairInput[];
|
|
3444
|
+
RestoreContext___?: RestoreContextInput;
|
|
3445
|
+
}
|
|
3446
|
+
export declare class RunMJAIClientToolDefinitionViewResult {
|
|
3447
|
+
Results: MJAIClientToolDefinition_[];
|
|
3448
|
+
UserViewRunID?: string;
|
|
3449
|
+
RowCount: number;
|
|
3450
|
+
TotalRowCount: number;
|
|
3451
|
+
ExecutionTime: number;
|
|
3452
|
+
ErrorMessage?: string;
|
|
3453
|
+
Success: boolean;
|
|
3454
|
+
}
|
|
3455
|
+
export declare class MJAIClientToolDefinitionResolver extends ResolverBase {
|
|
3456
|
+
RunMJAIClientToolDefinitionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3457
|
+
RunMJAIClientToolDefinitionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3458
|
+
RunMJAIClientToolDefinitionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3459
|
+
MJAIClientToolDefinition(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIClientToolDefinition_ | null>;
|
|
3460
|
+
MJAIAgentClientTools_ClientToolDefinitionIDArray(mjaiclienttooldefinition_: MJAIClientToolDefinition_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3461
|
+
CreateMJAIClientToolDefinition(input: CreateMJAIClientToolDefinitionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3462
|
+
UpdateMJAIClientToolDefinition(input: UpdateMJAIClientToolDefinitionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3463
|
+
DeleteMJAIClientToolDefinition(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3464
|
+
}
|
|
3465
|
+
export declare class MJAIConfigurationParam_ {
|
|
3466
|
+
ID: string;
|
|
3467
|
+
ConfigurationID: string;
|
|
3468
|
+
Name: string;
|
|
3469
|
+
Type: string;
|
|
3470
|
+
Value: string;
|
|
3471
|
+
Description?: string;
|
|
3472
|
+
_mj__CreatedAt: Date;
|
|
3473
|
+
_mj__UpdatedAt: Date;
|
|
3474
|
+
Configuration: string;
|
|
3475
|
+
}
|
|
3476
|
+
export declare class CreateMJAIConfigurationParamInput {
|
|
3477
|
+
ID?: string;
|
|
3478
|
+
ConfigurationID?: string;
|
|
3479
|
+
Name?: string;
|
|
2887
3480
|
Type?: string;
|
|
2888
3481
|
Value?: string;
|
|
2889
3482
|
Description: string | null;
|
|
@@ -4353,6 +4946,7 @@ export declare class MJAIPrompt_ {
|
|
|
4353
4946
|
MJAIPromptRuns_JudgeIDArray: MJAIPromptRun_[];
|
|
4354
4947
|
MJAIAgents_ContextCompressionPromptIDArray: MJAIAgent_[];
|
|
4355
4948
|
MJActions_DefaultCompactPromptIDArray: MJAction_[];
|
|
4949
|
+
MJRecordProcesses_PromptIDArray: MJRecordProcess_[];
|
|
4356
4950
|
}
|
|
4357
4951
|
export declare class CreateMJAIPromptInput {
|
|
4358
4952
|
ID?: string;
|
|
@@ -4493,10 +5087,70 @@ export declare class MJAIPromptResolver extends ResolverBase {
|
|
|
4493
5087
|
MJAIPromptRuns_JudgeIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4494
5088
|
MJAIAgents_ContextCompressionPromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4495
5089
|
MJActions_DefaultCompactPromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5090
|
+
MJRecordProcesses_PromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4496
5091
|
CreateMJAIPrompt(input: CreateMJAIPromptInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4497
5092
|
UpdateMJAIPrompt(input: UpdateMJAIPromptInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4498
5093
|
DeleteMJAIPrompt(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4499
5094
|
}
|
|
5095
|
+
export declare class MJAIRemoteBrowserProvider_ {
|
|
5096
|
+
ID: string;
|
|
5097
|
+
Name: string;
|
|
5098
|
+
Description?: string;
|
|
5099
|
+
ProviderType: string;
|
|
5100
|
+
DriverClass: string;
|
|
5101
|
+
Status: string;
|
|
5102
|
+
SupportedFeatures?: string;
|
|
5103
|
+
DefaultControlMode: string;
|
|
5104
|
+
ConfigSchema?: string;
|
|
5105
|
+
Configuration?: string;
|
|
5106
|
+
_mj__CreatedAt: Date;
|
|
5107
|
+
_mj__UpdatedAt: Date;
|
|
5108
|
+
}
|
|
5109
|
+
export declare class CreateMJAIRemoteBrowserProviderInput {
|
|
5110
|
+
ID?: string;
|
|
5111
|
+
Name?: string;
|
|
5112
|
+
Description: string | null;
|
|
5113
|
+
ProviderType?: string;
|
|
5114
|
+
DriverClass?: string;
|
|
5115
|
+
Status?: string;
|
|
5116
|
+
SupportedFeatures: string | null;
|
|
5117
|
+
DefaultControlMode?: string;
|
|
5118
|
+
ConfigSchema: string | null;
|
|
5119
|
+
Configuration: string | null;
|
|
5120
|
+
RestoreContext___?: RestoreContextInput;
|
|
5121
|
+
}
|
|
5122
|
+
export declare class UpdateMJAIRemoteBrowserProviderInput {
|
|
5123
|
+
ID: string;
|
|
5124
|
+
Name?: string;
|
|
5125
|
+
Description?: string | null;
|
|
5126
|
+
ProviderType?: string;
|
|
5127
|
+
DriverClass?: string;
|
|
5128
|
+
Status?: string;
|
|
5129
|
+
SupportedFeatures?: string | null;
|
|
5130
|
+
DefaultControlMode?: string;
|
|
5131
|
+
ConfigSchema?: string | null;
|
|
5132
|
+
Configuration?: string | null;
|
|
5133
|
+
OldValues___?: KeyValuePairInput[];
|
|
5134
|
+
RestoreContext___?: RestoreContextInput;
|
|
5135
|
+
}
|
|
5136
|
+
export declare class RunMJAIRemoteBrowserProviderViewResult {
|
|
5137
|
+
Results: MJAIRemoteBrowserProvider_[];
|
|
5138
|
+
UserViewRunID?: string;
|
|
5139
|
+
RowCount: number;
|
|
5140
|
+
TotalRowCount: number;
|
|
5141
|
+
ExecutionTime: number;
|
|
5142
|
+
ErrorMessage?: string;
|
|
5143
|
+
Success: boolean;
|
|
5144
|
+
}
|
|
5145
|
+
export declare class MJAIRemoteBrowserProviderResolver extends ResolverBase {
|
|
5146
|
+
RunMJAIRemoteBrowserProviderViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5147
|
+
RunMJAIRemoteBrowserProviderViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5148
|
+
RunMJAIRemoteBrowserProviderDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5149
|
+
MJAIRemoteBrowserProvider(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIRemoteBrowserProvider_ | null>;
|
|
5150
|
+
CreateMJAIRemoteBrowserProvider(input: CreateMJAIRemoteBrowserProviderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5151
|
+
UpdateMJAIRemoteBrowserProvider(input: UpdateMJAIRemoteBrowserProviderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5152
|
+
DeleteMJAIRemoteBrowserProvider(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5153
|
+
}
|
|
4500
5154
|
export declare class MJAIResultCache_ {
|
|
4501
5155
|
ID: string;
|
|
4502
5156
|
AIPromptID: string;
|
|
@@ -8697,7 +9351,7 @@ export declare class MJConversationDetailArtifact_ {
|
|
|
8697
9351
|
Direction: string;
|
|
8698
9352
|
_mj__CreatedAt: Date;
|
|
8699
9353
|
_mj__UpdatedAt: Date;
|
|
8700
|
-
ConversationDetail
|
|
9354
|
+
ConversationDetail?: string;
|
|
8701
9355
|
ArtifactVersion?: string;
|
|
8702
9356
|
}
|
|
8703
9357
|
export declare class CreateMJConversationDetailArtifactInput {
|
|
@@ -8751,7 +9405,7 @@ export declare class MJConversationDetailAttachment_ {
|
|
|
8751
9405
|
_mj__UpdatedAt: Date;
|
|
8752
9406
|
Description?: string;
|
|
8753
9407
|
ArtifactVersionID?: string;
|
|
8754
|
-
ConversationDetail
|
|
9408
|
+
ConversationDetail?: string;
|
|
8755
9409
|
Modality: string;
|
|
8756
9410
|
File?: string;
|
|
8757
9411
|
ArtifactVersion?: string;
|
|
@@ -8819,7 +9473,7 @@ export declare class MJConversationDetailRating_ {
|
|
|
8819
9473
|
Comments?: string;
|
|
8820
9474
|
_mj__CreatedAt: Date;
|
|
8821
9475
|
_mj__UpdatedAt: Date;
|
|
8822
|
-
ConversationDetail
|
|
9476
|
+
ConversationDetail?: string;
|
|
8823
9477
|
User: string;
|
|
8824
9478
|
}
|
|
8825
9479
|
export declare class CreateMJConversationDetailRatingInput {
|
|
@@ -8885,6 +9539,7 @@ export declare class MJConversationDetail_ {
|
|
|
8885
9539
|
ActionableCommands?: string;
|
|
8886
9540
|
AutomaticCommands?: string;
|
|
8887
9541
|
OriginalMessageChanged: boolean;
|
|
9542
|
+
AgentSessionID?: string;
|
|
8888
9543
|
Conversation?: string;
|
|
8889
9544
|
User?: string;
|
|
8890
9545
|
Artifact?: string;
|
|
@@ -8929,6 +9584,7 @@ export declare class CreateMJConversationDetailInput {
|
|
|
8929
9584
|
ActionableCommands: string | null;
|
|
8930
9585
|
AutomaticCommands: string | null;
|
|
8931
9586
|
OriginalMessageChanged?: boolean;
|
|
9587
|
+
AgentSessionID: string | null;
|
|
8932
9588
|
RestoreContext___?: RestoreContextInput;
|
|
8933
9589
|
}
|
|
8934
9590
|
export declare class UpdateMJConversationDetailInput {
|
|
@@ -8957,6 +9613,7 @@ export declare class UpdateMJConversationDetailInput {
|
|
|
8957
9613
|
ActionableCommands?: string | null;
|
|
8958
9614
|
AutomaticCommands?: string | null;
|
|
8959
9615
|
OriginalMessageChanged?: boolean;
|
|
9616
|
+
AgentSessionID?: string | null;
|
|
8960
9617
|
OldValues___?: KeyValuePairInput[];
|
|
8961
9618
|
RestoreContext___?: RestoreContextInput;
|
|
8962
9619
|
}
|
|
@@ -9023,6 +9680,7 @@ export declare class MJConversation_ {
|
|
|
9023
9680
|
MJAIAgentNotes_SourceConversationIDArray: MJAIAgentNote_[];
|
|
9024
9681
|
MJAIAgentRuns_ConversationIDArray: MJAIAgentRun_[];
|
|
9025
9682
|
MJAIAgentExamples_SourceConversationIDArray: MJAIAgentExample_[];
|
|
9683
|
+
MJAIAgentSessions_ConversationIDArray: MJAIAgentSession_[];
|
|
9026
9684
|
}
|
|
9027
9685
|
export declare class CreateMJConversationInput {
|
|
9028
9686
|
ID?: string;
|
|
@@ -9089,6 +9747,7 @@ export declare class MJConversationResolver extends ResolverBase {
|
|
|
9089
9747
|
MJAIAgentNotes_SourceConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9090
9748
|
MJAIAgentRuns_ConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9091
9749
|
MJAIAgentExamples_SourceConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9750
|
+
MJAIAgentSessions_ConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9092
9751
|
CreateMJConversation(input: CreateMJConversationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9093
9752
|
UpdateMJConversation(input: UpdateMJConversationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9094
9753
|
DeleteMJConversation(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -10735,6 +11394,10 @@ export declare class MJEntity_ {
|
|
|
10735
11394
|
MJEntityFormOverrides_EntityIDArray: MJEntityFormOverride_[];
|
|
10736
11395
|
MJClusterAnalysis_EntityIDArray: MJClusterAnalysis_[];
|
|
10737
11396
|
MJSignatureRequests_EntityIDArray: MJSignatureRequest_[];
|
|
11397
|
+
MJProcessRunDetails_EntityIDArray: MJProcessRunDetail_[];
|
|
11398
|
+
MJProcessRuns_EntityIDArray: MJProcessRun_[];
|
|
11399
|
+
MJRecordProcessWatermarks_EntityIDArray: MJRecordProcessWatermark_[];
|
|
11400
|
+
MJRecordProcesses_EntityIDArray: MJRecordProcess_[];
|
|
10738
11401
|
}
|
|
10739
11402
|
export declare class CreateMJEntityInput {
|
|
10740
11403
|
ID?: string;
|
|
@@ -10942,6 +11605,10 @@ export declare class MJEntityResolverBase extends ResolverBase {
|
|
|
10942
11605
|
MJEntityFormOverrides_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10943
11606
|
MJClusterAnalysis_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10944
11607
|
MJSignatureRequests_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11608
|
+
MJProcessRunDetails_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11609
|
+
MJProcessRuns_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11610
|
+
MJRecordProcessWatermarks_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11611
|
+
MJRecordProcesses_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10945
11612
|
CreateMJEntity(input: CreateMJEntityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10946
11613
|
UpdateMJEntity(input: UpdateMJEntityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10947
11614
|
DeleteMJEntity(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -13149,6 +13816,12 @@ export declare class MJIntegrationObject_ {
|
|
|
13149
13816
|
DeleteIDLocation?: string;
|
|
13150
13817
|
IncrementalWatermarkField?: string;
|
|
13151
13818
|
MetadataSource: string;
|
|
13819
|
+
SupportsCreate: boolean;
|
|
13820
|
+
SupportsUpdate: boolean;
|
|
13821
|
+
SupportsDelete: boolean;
|
|
13822
|
+
SyncStrategy?: string;
|
|
13823
|
+
ContentHashApplicable: boolean;
|
|
13824
|
+
StableOrderingKey?: string;
|
|
13152
13825
|
Integration: string;
|
|
13153
13826
|
MJIntegrationObjectFields_IntegrationObjectIDArray: MJIntegrationObjectField_[];
|
|
13154
13827
|
MJIntegrationObjectFields_RelatedIntegrationObjectIDArray: MJIntegrationObjectField_[];
|
|
@@ -13189,6 +13862,12 @@ export declare class CreateMJIntegrationObjectInput {
|
|
|
13189
13862
|
DeleteIDLocation: string | null;
|
|
13190
13863
|
IncrementalWatermarkField: string | null;
|
|
13191
13864
|
MetadataSource?: string;
|
|
13865
|
+
SupportsCreate?: boolean;
|
|
13866
|
+
SupportsUpdate?: boolean;
|
|
13867
|
+
SupportsDelete?: boolean;
|
|
13868
|
+
SyncStrategy: string | null;
|
|
13869
|
+
ContentHashApplicable?: boolean;
|
|
13870
|
+
StableOrderingKey: string | null;
|
|
13192
13871
|
RestoreContext___?: RestoreContextInput;
|
|
13193
13872
|
}
|
|
13194
13873
|
export declare class UpdateMJIntegrationObjectInput {
|
|
@@ -13227,6 +13906,12 @@ export declare class UpdateMJIntegrationObjectInput {
|
|
|
13227
13906
|
DeleteIDLocation?: string | null;
|
|
13228
13907
|
IncrementalWatermarkField?: string | null;
|
|
13229
13908
|
MetadataSource?: string;
|
|
13909
|
+
SupportsCreate?: boolean;
|
|
13910
|
+
SupportsUpdate?: boolean;
|
|
13911
|
+
SupportsDelete?: boolean;
|
|
13912
|
+
SyncStrategy?: string | null;
|
|
13913
|
+
ContentHashApplicable?: boolean;
|
|
13914
|
+
StableOrderingKey?: string | null;
|
|
13230
13915
|
OldValues___?: KeyValuePairInput[];
|
|
13231
13916
|
RestoreContext___?: RestoreContextInput;
|
|
13232
13917
|
}
|
|
@@ -13360,6 +14045,7 @@ export declare class MJIntegration_ {
|
|
|
13360
14045
|
ID: string;
|
|
13361
14046
|
CredentialTypeID?: string;
|
|
13362
14047
|
Icon?: string;
|
|
14048
|
+
Configuration?: string;
|
|
13363
14049
|
CredentialType?: string;
|
|
13364
14050
|
MJCompanyIntegrations_IntegrationIDArray: MJCompanyIntegration_[];
|
|
13365
14051
|
MJIntegrationURLFormats_IntegrationIDArray: MJIntegrationURLFormat_[];
|
|
@@ -13377,6 +14063,7 @@ export declare class CreateMJIntegrationInput {
|
|
|
13377
14063
|
ID?: string;
|
|
13378
14064
|
CredentialTypeID: string | null;
|
|
13379
14065
|
Icon: string | null;
|
|
14066
|
+
Configuration: string | null;
|
|
13380
14067
|
RestoreContext___?: RestoreContextInput;
|
|
13381
14068
|
}
|
|
13382
14069
|
export declare class UpdateMJIntegrationInput {
|
|
@@ -13390,6 +14077,7 @@ export declare class UpdateMJIntegrationInput {
|
|
|
13390
14077
|
ID: string;
|
|
13391
14078
|
CredentialTypeID?: string | null;
|
|
13392
14079
|
Icon?: string | null;
|
|
14080
|
+
Configuration?: string | null;
|
|
13393
14081
|
OldValues___?: KeyValuePairInput[];
|
|
13394
14082
|
RestoreContext___?: RestoreContextInput;
|
|
13395
14083
|
}
|
|
@@ -13790,6 +14478,7 @@ export declare class MJList_ {
|
|
|
13790
14478
|
MJListDetails_ListIDArray: MJListDetail_[];
|
|
13791
14479
|
MJListInvitations_ListIDArray: MJListInvitation_[];
|
|
13792
14480
|
MJListShares_ListIDArray: MJListShare_[];
|
|
14481
|
+
MJRecordProcesses_ScopeListIDArray: MJRecordProcess_[];
|
|
13793
14482
|
}
|
|
13794
14483
|
export declare class CreateMJListInput {
|
|
13795
14484
|
ID?: string;
|
|
@@ -13844,6 +14533,7 @@ export declare class MJListResolver extends ResolverBase {
|
|
|
13844
14533
|
MJListDetails_ListIDArray(mjlist_: MJList_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13845
14534
|
MJListInvitations_ListIDArray(mjlist_: MJList_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13846
14535
|
MJListShares_ListIDArray(mjlist_: MJList_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14536
|
+
MJRecordProcesses_ScopeListIDArray(mjlist_: MJList_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13847
14537
|
CreateMJList(input: CreateMJListInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13848
14538
|
UpdateMJList(input: UpdateMJListInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13849
14539
|
DeleteMJList(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -15327,6 +16017,181 @@ export declare class MJPermissionDomainResolver extends ResolverBase {
|
|
|
15327
16017
|
UpdateMJPermissionDomain(input: UpdateMJPermissionDomainInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15328
16018
|
DeleteMJPermissionDomain(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15329
16019
|
}
|
|
16020
|
+
export declare class MJProcessRunDetail_ {
|
|
16021
|
+
ID: string;
|
|
16022
|
+
ProcessRunID: string;
|
|
16023
|
+
EntityID: string;
|
|
16024
|
+
RecordID: string;
|
|
16025
|
+
Status: string;
|
|
16026
|
+
StartedAt?: Date;
|
|
16027
|
+
CompletedAt?: Date;
|
|
16028
|
+
DurationMs?: number;
|
|
16029
|
+
AttemptCount: number;
|
|
16030
|
+
ResultPayload?: string;
|
|
16031
|
+
ErrorMessage?: string;
|
|
16032
|
+
ActionExecutionLogID?: string;
|
|
16033
|
+
AIAgentRunID?: string;
|
|
16034
|
+
_mj__CreatedAt: Date;
|
|
16035
|
+
_mj__UpdatedAt: Date;
|
|
16036
|
+
Entity: string;
|
|
16037
|
+
ActionExecutionLog?: string;
|
|
16038
|
+
AIAgentRun?: string;
|
|
16039
|
+
}
|
|
16040
|
+
export declare class CreateMJProcessRunDetailInput {
|
|
16041
|
+
ID?: string;
|
|
16042
|
+
ProcessRunID?: string;
|
|
16043
|
+
EntityID?: string;
|
|
16044
|
+
RecordID?: string;
|
|
16045
|
+
Status?: string;
|
|
16046
|
+
StartedAt: Date | null;
|
|
16047
|
+
CompletedAt: Date | null;
|
|
16048
|
+
DurationMs: number | null;
|
|
16049
|
+
AttemptCount?: number;
|
|
16050
|
+
ResultPayload: string | null;
|
|
16051
|
+
ErrorMessage: string | null;
|
|
16052
|
+
ActionExecutionLogID: string | null;
|
|
16053
|
+
AIAgentRunID: string | null;
|
|
16054
|
+
RestoreContext___?: RestoreContextInput;
|
|
16055
|
+
}
|
|
16056
|
+
export declare class UpdateMJProcessRunDetailInput {
|
|
16057
|
+
ID: string;
|
|
16058
|
+
ProcessRunID?: string;
|
|
16059
|
+
EntityID?: string;
|
|
16060
|
+
RecordID?: string;
|
|
16061
|
+
Status?: string;
|
|
16062
|
+
StartedAt?: Date | null;
|
|
16063
|
+
CompletedAt?: Date | null;
|
|
16064
|
+
DurationMs?: number | null;
|
|
16065
|
+
AttemptCount?: number;
|
|
16066
|
+
ResultPayload?: string | null;
|
|
16067
|
+
ErrorMessage?: string | null;
|
|
16068
|
+
ActionExecutionLogID?: string | null;
|
|
16069
|
+
AIAgentRunID?: string | null;
|
|
16070
|
+
OldValues___?: KeyValuePairInput[];
|
|
16071
|
+
RestoreContext___?: RestoreContextInput;
|
|
16072
|
+
}
|
|
16073
|
+
export declare class RunMJProcessRunDetailViewResult {
|
|
16074
|
+
Results: MJProcessRunDetail_[];
|
|
16075
|
+
UserViewRunID?: string;
|
|
16076
|
+
RowCount: number;
|
|
16077
|
+
TotalRowCount: number;
|
|
16078
|
+
ExecutionTime: number;
|
|
16079
|
+
ErrorMessage?: string;
|
|
16080
|
+
Success: boolean;
|
|
16081
|
+
}
|
|
16082
|
+
export declare class MJProcessRunDetailResolver extends ResolverBase {
|
|
16083
|
+
RunMJProcessRunDetailViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16084
|
+
RunMJProcessRunDetailViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16085
|
+
RunMJProcessRunDetailDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16086
|
+
MJProcessRunDetail(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJProcessRunDetail_ | null>;
|
|
16087
|
+
CreateMJProcessRunDetail(input: CreateMJProcessRunDetailInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16088
|
+
UpdateMJProcessRunDetail(input: UpdateMJProcessRunDetailInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16089
|
+
DeleteMJProcessRunDetail(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16090
|
+
}
|
|
16091
|
+
export declare class MJProcessRun_ {
|
|
16092
|
+
ID: string;
|
|
16093
|
+
RecordProcessID?: string;
|
|
16094
|
+
EntityID?: string;
|
|
16095
|
+
TriggeredBy: string;
|
|
16096
|
+
SourceType: string;
|
|
16097
|
+
SourceID?: string;
|
|
16098
|
+
SourceFilter?: string;
|
|
16099
|
+
ScheduledJobRunID?: string;
|
|
16100
|
+
Status: string;
|
|
16101
|
+
StartTime?: Date;
|
|
16102
|
+
EndTime?: Date;
|
|
16103
|
+
TotalItemCount?: number;
|
|
16104
|
+
ProcessedItems: number;
|
|
16105
|
+
SuccessCount: number;
|
|
16106
|
+
ErrorCount: number;
|
|
16107
|
+
SkippedCount: number;
|
|
16108
|
+
LastProcessedOffset?: number;
|
|
16109
|
+
LastProcessedKey?: string;
|
|
16110
|
+
BatchSize?: number;
|
|
16111
|
+
CancellationRequested: boolean;
|
|
16112
|
+
Configuration?: string;
|
|
16113
|
+
ErrorMessage?: string;
|
|
16114
|
+
StartedByUserID?: string;
|
|
16115
|
+
_mj__CreatedAt: Date;
|
|
16116
|
+
_mj__UpdatedAt: Date;
|
|
16117
|
+
RecordProcess?: string;
|
|
16118
|
+
Entity?: string;
|
|
16119
|
+
ScheduledJobRun?: string;
|
|
16120
|
+
StartedByUser?: string;
|
|
16121
|
+
MJProcessRunDetails_ProcessRunIDArray: MJProcessRunDetail_[];
|
|
16122
|
+
}
|
|
16123
|
+
export declare class CreateMJProcessRunInput {
|
|
16124
|
+
ID?: string;
|
|
16125
|
+
RecordProcessID: string | null;
|
|
16126
|
+
EntityID: string | null;
|
|
16127
|
+
TriggeredBy?: string;
|
|
16128
|
+
SourceType?: string;
|
|
16129
|
+
SourceID: string | null;
|
|
16130
|
+
SourceFilter: string | null;
|
|
16131
|
+
ScheduledJobRunID: string | null;
|
|
16132
|
+
Status?: string;
|
|
16133
|
+
StartTime: Date | null;
|
|
16134
|
+
EndTime: Date | null;
|
|
16135
|
+
TotalItemCount: number | null;
|
|
16136
|
+
ProcessedItems?: number;
|
|
16137
|
+
SuccessCount?: number;
|
|
16138
|
+
ErrorCount?: number;
|
|
16139
|
+
SkippedCount?: number;
|
|
16140
|
+
LastProcessedOffset: number | null;
|
|
16141
|
+
LastProcessedKey: string | null;
|
|
16142
|
+
BatchSize: number | null;
|
|
16143
|
+
CancellationRequested?: boolean;
|
|
16144
|
+
Configuration: string | null;
|
|
16145
|
+
ErrorMessage: string | null;
|
|
16146
|
+
StartedByUserID: string | null;
|
|
16147
|
+
RestoreContext___?: RestoreContextInput;
|
|
16148
|
+
}
|
|
16149
|
+
export declare class UpdateMJProcessRunInput {
|
|
16150
|
+
ID: string;
|
|
16151
|
+
RecordProcessID?: string | null;
|
|
16152
|
+
EntityID?: string | null;
|
|
16153
|
+
TriggeredBy?: string;
|
|
16154
|
+
SourceType?: string;
|
|
16155
|
+
SourceID?: string | null;
|
|
16156
|
+
SourceFilter?: string | null;
|
|
16157
|
+
ScheduledJobRunID?: string | null;
|
|
16158
|
+
Status?: string;
|
|
16159
|
+
StartTime?: Date | null;
|
|
16160
|
+
EndTime?: Date | null;
|
|
16161
|
+
TotalItemCount?: number | null;
|
|
16162
|
+
ProcessedItems?: number;
|
|
16163
|
+
SuccessCount?: number;
|
|
16164
|
+
ErrorCount?: number;
|
|
16165
|
+
SkippedCount?: number;
|
|
16166
|
+
LastProcessedOffset?: number | null;
|
|
16167
|
+
LastProcessedKey?: string | null;
|
|
16168
|
+
BatchSize?: number | null;
|
|
16169
|
+
CancellationRequested?: boolean;
|
|
16170
|
+
Configuration?: string | null;
|
|
16171
|
+
ErrorMessage?: string | null;
|
|
16172
|
+
StartedByUserID?: string | null;
|
|
16173
|
+
OldValues___?: KeyValuePairInput[];
|
|
16174
|
+
RestoreContext___?: RestoreContextInput;
|
|
16175
|
+
}
|
|
16176
|
+
export declare class RunMJProcessRunViewResult {
|
|
16177
|
+
Results: MJProcessRun_[];
|
|
16178
|
+
UserViewRunID?: string;
|
|
16179
|
+
RowCount: number;
|
|
16180
|
+
TotalRowCount: number;
|
|
16181
|
+
ExecutionTime: number;
|
|
16182
|
+
ErrorMessage?: string;
|
|
16183
|
+
Success: boolean;
|
|
16184
|
+
}
|
|
16185
|
+
export declare class MJProcessRunResolver extends ResolverBase {
|
|
16186
|
+
RunMJProcessRunViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16187
|
+
RunMJProcessRunViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16188
|
+
RunMJProcessRunDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16189
|
+
MJProcessRun(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJProcessRun_ | null>;
|
|
16190
|
+
MJProcessRunDetails_ProcessRunIDArray(mjprocessrun_: MJProcessRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16191
|
+
CreateMJProcessRun(input: CreateMJProcessRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16192
|
+
UpdateMJProcessRun(input: UpdateMJProcessRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16193
|
+
DeleteMJProcessRun(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16194
|
+
}
|
|
15330
16195
|
export declare class MJProject_ {
|
|
15331
16196
|
ID: string;
|
|
15332
16197
|
EnvironmentID: string;
|
|
@@ -16706,6 +17571,373 @@ export declare class MJRecordMergeLogResolver extends ResolverBase {
|
|
|
16706
17571
|
UpdateMJRecordMergeLog(input: UpdateMJRecordMergeLogInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16707
17572
|
DeleteMJRecordMergeLog(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16708
17573
|
}
|
|
17574
|
+
export declare class MJRecordProcessCategory_ {
|
|
17575
|
+
ID: string;
|
|
17576
|
+
Name: string;
|
|
17577
|
+
Description?: string;
|
|
17578
|
+
ParentID?: string;
|
|
17579
|
+
_mj__CreatedAt: Date;
|
|
17580
|
+
_mj__UpdatedAt: Date;
|
|
17581
|
+
Parent?: string;
|
|
17582
|
+
RootParentID?: string;
|
|
17583
|
+
MJRecordProcessCategories_ParentIDArray: MJRecordProcessCategory_[];
|
|
17584
|
+
MJRecordProcesses_CategoryIDArray: MJRecordProcess_[];
|
|
17585
|
+
}
|
|
17586
|
+
export declare class CreateMJRecordProcessCategoryInput {
|
|
17587
|
+
ID?: string;
|
|
17588
|
+
Name?: string;
|
|
17589
|
+
Description: string | null;
|
|
17590
|
+
ParentID: string | null;
|
|
17591
|
+
RestoreContext___?: RestoreContextInput;
|
|
17592
|
+
}
|
|
17593
|
+
export declare class UpdateMJRecordProcessCategoryInput {
|
|
17594
|
+
ID: string;
|
|
17595
|
+
Name?: string;
|
|
17596
|
+
Description?: string | null;
|
|
17597
|
+
ParentID?: string | null;
|
|
17598
|
+
OldValues___?: KeyValuePairInput[];
|
|
17599
|
+
RestoreContext___?: RestoreContextInput;
|
|
17600
|
+
}
|
|
17601
|
+
export declare class RunMJRecordProcessCategoryViewResult {
|
|
17602
|
+
Results: MJRecordProcessCategory_[];
|
|
17603
|
+
UserViewRunID?: string;
|
|
17604
|
+
RowCount: number;
|
|
17605
|
+
TotalRowCount: number;
|
|
17606
|
+
ExecutionTime: number;
|
|
17607
|
+
ErrorMessage?: string;
|
|
17608
|
+
Success: boolean;
|
|
17609
|
+
}
|
|
17610
|
+
export declare class MJRecordProcessCategoryResolver extends ResolverBase {
|
|
17611
|
+
RunMJRecordProcessCategoryViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17612
|
+
RunMJRecordProcessCategoryViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17613
|
+
RunMJRecordProcessCategoryDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17614
|
+
MJRecordProcessCategory(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJRecordProcessCategory_ | null>;
|
|
17615
|
+
MJRecordProcessCategories_ParentIDArray(mjrecordprocesscategory_: MJRecordProcessCategory_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17616
|
+
MJRecordProcesses_CategoryIDArray(mjrecordprocesscategory_: MJRecordProcessCategory_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17617
|
+
CreateMJRecordProcessCategory(input: CreateMJRecordProcessCategoryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17618
|
+
UpdateMJRecordProcessCategory(input: UpdateMJRecordProcessCategoryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17619
|
+
DeleteMJRecordProcessCategory(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17620
|
+
}
|
|
17621
|
+
export declare class MJRecordProcessWatermark_ {
|
|
17622
|
+
ID: string;
|
|
17623
|
+
RecordProcessID: string;
|
|
17624
|
+
EntityID: string;
|
|
17625
|
+
RecordID: string;
|
|
17626
|
+
Hash: string;
|
|
17627
|
+
LastProcessedAt: Date;
|
|
17628
|
+
_mj__CreatedAt: Date;
|
|
17629
|
+
_mj__UpdatedAt: Date;
|
|
17630
|
+
RecordProcess: string;
|
|
17631
|
+
Entity: string;
|
|
17632
|
+
}
|
|
17633
|
+
export declare class CreateMJRecordProcessWatermarkInput {
|
|
17634
|
+
ID?: string;
|
|
17635
|
+
RecordProcessID?: string;
|
|
17636
|
+
EntityID?: string;
|
|
17637
|
+
RecordID?: string;
|
|
17638
|
+
Hash?: string;
|
|
17639
|
+
LastProcessedAt?: Date;
|
|
17640
|
+
RestoreContext___?: RestoreContextInput;
|
|
17641
|
+
}
|
|
17642
|
+
export declare class UpdateMJRecordProcessWatermarkInput {
|
|
17643
|
+
ID: string;
|
|
17644
|
+
RecordProcessID?: string;
|
|
17645
|
+
EntityID?: string;
|
|
17646
|
+
RecordID?: string;
|
|
17647
|
+
Hash?: string;
|
|
17648
|
+
LastProcessedAt?: Date;
|
|
17649
|
+
OldValues___?: KeyValuePairInput[];
|
|
17650
|
+
RestoreContext___?: RestoreContextInput;
|
|
17651
|
+
}
|
|
17652
|
+
export declare class RunMJRecordProcessWatermarkViewResult {
|
|
17653
|
+
Results: MJRecordProcessWatermark_[];
|
|
17654
|
+
UserViewRunID?: string;
|
|
17655
|
+
RowCount: number;
|
|
17656
|
+
TotalRowCount: number;
|
|
17657
|
+
ExecutionTime: number;
|
|
17658
|
+
ErrorMessage?: string;
|
|
17659
|
+
Success: boolean;
|
|
17660
|
+
}
|
|
17661
|
+
export declare class MJRecordProcessWatermarkResolver extends ResolverBase {
|
|
17662
|
+
RunMJRecordProcessWatermarkViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17663
|
+
RunMJRecordProcessWatermarkViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17664
|
+
RunMJRecordProcessWatermarkDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17665
|
+
MJRecordProcessWatermark(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJRecordProcessWatermark_ | null>;
|
|
17666
|
+
CreateMJRecordProcessWatermark(input: CreateMJRecordProcessWatermarkInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17667
|
+
UpdateMJRecordProcessWatermark(input: UpdateMJRecordProcessWatermarkInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17668
|
+
DeleteMJRecordProcessWatermark(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17669
|
+
}
|
|
17670
|
+
export declare class MJRecordProcess_ {
|
|
17671
|
+
ID: string;
|
|
17672
|
+
Name: string;
|
|
17673
|
+
Description?: string;
|
|
17674
|
+
CategoryID?: string;
|
|
17675
|
+
EntityID: string;
|
|
17676
|
+
Status: string;
|
|
17677
|
+
WorkType: string;
|
|
17678
|
+
ActionID?: string;
|
|
17679
|
+
AgentID?: string;
|
|
17680
|
+
PromptID?: string;
|
|
17681
|
+
ScopeType: string;
|
|
17682
|
+
ScopeViewID?: string;
|
|
17683
|
+
ScopeListID?: string;
|
|
17684
|
+
ScopeFilter?: string;
|
|
17685
|
+
OnChangeEnabled: boolean;
|
|
17686
|
+
OnChangeInvocationType?: string;
|
|
17687
|
+
OnChangeFilter?: string;
|
|
17688
|
+
ScheduleEnabled: boolean;
|
|
17689
|
+
CronExpression?: string;
|
|
17690
|
+
Timezone?: string;
|
|
17691
|
+
OnDemandEnabled: boolean;
|
|
17692
|
+
InputMapping?: string;
|
|
17693
|
+
OutputMapping?: string;
|
|
17694
|
+
SkipUnchanged: boolean;
|
|
17695
|
+
WatermarkStrategy?: string;
|
|
17696
|
+
BatchSize?: number;
|
|
17697
|
+
MaxConcurrency?: number;
|
|
17698
|
+
_mj__CreatedAt: Date;
|
|
17699
|
+
_mj__UpdatedAt: Date;
|
|
17700
|
+
Category?: string;
|
|
17701
|
+
Entity: string;
|
|
17702
|
+
Action?: string;
|
|
17703
|
+
Agent?: string;
|
|
17704
|
+
Prompt?: string;
|
|
17705
|
+
ScopeView?: string;
|
|
17706
|
+
ScopeList?: string;
|
|
17707
|
+
MJRecordProcessWatermarks_RecordProcessIDArray: MJRecordProcessWatermark_[];
|
|
17708
|
+
MJProcessRuns_RecordProcessIDArray: MJProcessRun_[];
|
|
17709
|
+
}
|
|
17710
|
+
export declare class CreateMJRecordProcessInput {
|
|
17711
|
+
ID?: string;
|
|
17712
|
+
Name?: string;
|
|
17713
|
+
Description: string | null;
|
|
17714
|
+
CategoryID: string | null;
|
|
17715
|
+
EntityID?: string;
|
|
17716
|
+
Status?: string;
|
|
17717
|
+
WorkType?: string;
|
|
17718
|
+
ActionID: string | null;
|
|
17719
|
+
AgentID: string | null;
|
|
17720
|
+
PromptID: string | null;
|
|
17721
|
+
ScopeType?: string;
|
|
17722
|
+
ScopeViewID: string | null;
|
|
17723
|
+
ScopeListID: string | null;
|
|
17724
|
+
ScopeFilter: string | null;
|
|
17725
|
+
OnChangeEnabled?: boolean;
|
|
17726
|
+
OnChangeInvocationType: string | null;
|
|
17727
|
+
OnChangeFilter: string | null;
|
|
17728
|
+
ScheduleEnabled?: boolean;
|
|
17729
|
+
CronExpression: string | null;
|
|
17730
|
+
Timezone?: string | null;
|
|
17731
|
+
OnDemandEnabled?: boolean;
|
|
17732
|
+
InputMapping: string | null;
|
|
17733
|
+
OutputMapping: string | null;
|
|
17734
|
+
SkipUnchanged?: boolean;
|
|
17735
|
+
WatermarkStrategy: string | null;
|
|
17736
|
+
BatchSize?: number | null;
|
|
17737
|
+
MaxConcurrency?: number | null;
|
|
17738
|
+
RestoreContext___?: RestoreContextInput;
|
|
17739
|
+
}
|
|
17740
|
+
export declare class UpdateMJRecordProcessInput {
|
|
17741
|
+
ID: string;
|
|
17742
|
+
Name?: string;
|
|
17743
|
+
Description?: string | null;
|
|
17744
|
+
CategoryID?: string | null;
|
|
17745
|
+
EntityID?: string;
|
|
17746
|
+
Status?: string;
|
|
17747
|
+
WorkType?: string;
|
|
17748
|
+
ActionID?: string | null;
|
|
17749
|
+
AgentID?: string | null;
|
|
17750
|
+
PromptID?: string | null;
|
|
17751
|
+
ScopeType?: string;
|
|
17752
|
+
ScopeViewID?: string | null;
|
|
17753
|
+
ScopeListID?: string | null;
|
|
17754
|
+
ScopeFilter?: string | null;
|
|
17755
|
+
OnChangeEnabled?: boolean;
|
|
17756
|
+
OnChangeInvocationType?: string | null;
|
|
17757
|
+
OnChangeFilter?: string | null;
|
|
17758
|
+
ScheduleEnabled?: boolean;
|
|
17759
|
+
CronExpression?: string | null;
|
|
17760
|
+
Timezone?: string | null;
|
|
17761
|
+
OnDemandEnabled?: boolean;
|
|
17762
|
+
InputMapping?: string | null;
|
|
17763
|
+
OutputMapping?: string | null;
|
|
17764
|
+
SkipUnchanged?: boolean;
|
|
17765
|
+
WatermarkStrategy?: string | null;
|
|
17766
|
+
BatchSize?: number | null;
|
|
17767
|
+
MaxConcurrency?: number | null;
|
|
17768
|
+
OldValues___?: KeyValuePairInput[];
|
|
17769
|
+
RestoreContext___?: RestoreContextInput;
|
|
17770
|
+
}
|
|
17771
|
+
export declare class RunMJRecordProcessViewResult {
|
|
17772
|
+
Results: MJRecordProcess_[];
|
|
17773
|
+
UserViewRunID?: string;
|
|
17774
|
+
RowCount: number;
|
|
17775
|
+
TotalRowCount: number;
|
|
17776
|
+
ExecutionTime: number;
|
|
17777
|
+
ErrorMessage?: string;
|
|
17778
|
+
Success: boolean;
|
|
17779
|
+
}
|
|
17780
|
+
export declare class MJRecordProcessResolver extends ResolverBase {
|
|
17781
|
+
RunMJRecordProcessViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17782
|
+
RunMJRecordProcessViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17783
|
+
RunMJRecordProcessDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17784
|
+
MJRecordProcess(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJRecordProcess_ | null>;
|
|
17785
|
+
MJRecordProcessWatermarks_RecordProcessIDArray(mjrecordprocess_: MJRecordProcess_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17786
|
+
MJProcessRuns_RecordProcessIDArray(mjrecordprocess_: MJRecordProcess_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17787
|
+
CreateMJRecordProcess(input: CreateMJRecordProcessInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17788
|
+
UpdateMJRecordProcess(input: UpdateMJRecordProcessInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17789
|
+
DeleteMJRecordProcess(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17790
|
+
}
|
|
17791
|
+
export declare class MJRemoteOperationCategory_ {
|
|
17792
|
+
ID: string;
|
|
17793
|
+
Name: string;
|
|
17794
|
+
Description?: string;
|
|
17795
|
+
ParentID?: string;
|
|
17796
|
+
_mj__CreatedAt: Date;
|
|
17797
|
+
_mj__UpdatedAt: Date;
|
|
17798
|
+
Parent?: string;
|
|
17799
|
+
RootParentID?: string;
|
|
17800
|
+
MJRemoteOperationCategories_ParentIDArray: MJRemoteOperationCategory_[];
|
|
17801
|
+
MJRemoteOperations_CategoryIDArray: MJRemoteOperation_[];
|
|
17802
|
+
}
|
|
17803
|
+
export declare class CreateMJRemoteOperationCategoryInput {
|
|
17804
|
+
ID?: string;
|
|
17805
|
+
Name?: string;
|
|
17806
|
+
Description: string | null;
|
|
17807
|
+
ParentID: string | null;
|
|
17808
|
+
RestoreContext___?: RestoreContextInput;
|
|
17809
|
+
}
|
|
17810
|
+
export declare class UpdateMJRemoteOperationCategoryInput {
|
|
17811
|
+
ID: string;
|
|
17812
|
+
Name?: string;
|
|
17813
|
+
Description?: string | null;
|
|
17814
|
+
ParentID?: string | null;
|
|
17815
|
+
OldValues___?: KeyValuePairInput[];
|
|
17816
|
+
RestoreContext___?: RestoreContextInput;
|
|
17817
|
+
}
|
|
17818
|
+
export declare class RunMJRemoteOperationCategoryViewResult {
|
|
17819
|
+
Results: MJRemoteOperationCategory_[];
|
|
17820
|
+
UserViewRunID?: string;
|
|
17821
|
+
RowCount: number;
|
|
17822
|
+
TotalRowCount: number;
|
|
17823
|
+
ExecutionTime: number;
|
|
17824
|
+
ErrorMessage?: string;
|
|
17825
|
+
Success: boolean;
|
|
17826
|
+
}
|
|
17827
|
+
export declare class MJRemoteOperationCategoryResolver extends ResolverBase {
|
|
17828
|
+
RunMJRemoteOperationCategoryViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17829
|
+
RunMJRemoteOperationCategoryViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17830
|
+
RunMJRemoteOperationCategoryDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17831
|
+
MJRemoteOperationCategory(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJRemoteOperationCategory_ | null>;
|
|
17832
|
+
MJRemoteOperationCategories_ParentIDArray(mjremoteoperationcategory_: MJRemoteOperationCategory_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17833
|
+
MJRemoteOperations_CategoryIDArray(mjremoteoperationcategory_: MJRemoteOperationCategory_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17834
|
+
CreateMJRemoteOperationCategory(input: CreateMJRemoteOperationCategoryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17835
|
+
UpdateMJRemoteOperationCategory(input: UpdateMJRemoteOperationCategoryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17836
|
+
DeleteMJRemoteOperationCategory(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17837
|
+
}
|
|
17838
|
+
export declare class MJRemoteOperation_ {
|
|
17839
|
+
ID: string;
|
|
17840
|
+
Name: string;
|
|
17841
|
+
OperationKey: string;
|
|
17842
|
+
CategoryID?: string;
|
|
17843
|
+
Description?: string;
|
|
17844
|
+
InputTypeName?: string;
|
|
17845
|
+
InputTypeDefinition?: string;
|
|
17846
|
+
InputTypeIsArray: boolean;
|
|
17847
|
+
OutputTypeName?: string;
|
|
17848
|
+
OutputTypeDefinition?: string;
|
|
17849
|
+
OutputTypeIsArray: boolean;
|
|
17850
|
+
ExecutionMode: string;
|
|
17851
|
+
RequiredScope?: string;
|
|
17852
|
+
RequiresSystemUser: boolean;
|
|
17853
|
+
GenerationType: string;
|
|
17854
|
+
Code?: string;
|
|
17855
|
+
CodeApprovalStatus: string;
|
|
17856
|
+
CodeApprovedByUserID?: string;
|
|
17857
|
+
CodeApprovedAt?: Date;
|
|
17858
|
+
ContractFingerprint?: string;
|
|
17859
|
+
Status: string;
|
|
17860
|
+
CacheTTLSeconds?: number;
|
|
17861
|
+
TimeoutMS?: number;
|
|
17862
|
+
MaxConcurrency?: number;
|
|
17863
|
+
_mj__CreatedAt: Date;
|
|
17864
|
+
_mj__UpdatedAt: Date;
|
|
17865
|
+
Category?: string;
|
|
17866
|
+
CodeApprovedByUser?: string;
|
|
17867
|
+
}
|
|
17868
|
+
export declare class CreateMJRemoteOperationInput {
|
|
17869
|
+
ID?: string;
|
|
17870
|
+
Name?: string;
|
|
17871
|
+
OperationKey?: string;
|
|
17872
|
+
CategoryID: string | null;
|
|
17873
|
+
Description: string | null;
|
|
17874
|
+
InputTypeName: string | null;
|
|
17875
|
+
InputTypeDefinition: string | null;
|
|
17876
|
+
InputTypeIsArray?: boolean;
|
|
17877
|
+
OutputTypeName: string | null;
|
|
17878
|
+
OutputTypeDefinition: string | null;
|
|
17879
|
+
OutputTypeIsArray?: boolean;
|
|
17880
|
+
ExecutionMode?: string;
|
|
17881
|
+
RequiredScope: string | null;
|
|
17882
|
+
RequiresSystemUser?: boolean;
|
|
17883
|
+
GenerationType?: string;
|
|
17884
|
+
Code: string | null;
|
|
17885
|
+
CodeApprovalStatus?: string;
|
|
17886
|
+
CodeApprovedByUserID: string | null;
|
|
17887
|
+
CodeApprovedAt: Date | null;
|
|
17888
|
+
ContractFingerprint: string | null;
|
|
17889
|
+
Status?: string;
|
|
17890
|
+
CacheTTLSeconds: number | null;
|
|
17891
|
+
TimeoutMS: number | null;
|
|
17892
|
+
MaxConcurrency: number | null;
|
|
17893
|
+
RestoreContext___?: RestoreContextInput;
|
|
17894
|
+
}
|
|
17895
|
+
export declare class UpdateMJRemoteOperationInput {
|
|
17896
|
+
ID: string;
|
|
17897
|
+
Name?: string;
|
|
17898
|
+
OperationKey?: string;
|
|
17899
|
+
CategoryID?: string | null;
|
|
17900
|
+
Description?: string | null;
|
|
17901
|
+
InputTypeName?: string | null;
|
|
17902
|
+
InputTypeDefinition?: string | null;
|
|
17903
|
+
InputTypeIsArray?: boolean;
|
|
17904
|
+
OutputTypeName?: string | null;
|
|
17905
|
+
OutputTypeDefinition?: string | null;
|
|
17906
|
+
OutputTypeIsArray?: boolean;
|
|
17907
|
+
ExecutionMode?: string;
|
|
17908
|
+
RequiredScope?: string | null;
|
|
17909
|
+
RequiresSystemUser?: boolean;
|
|
17910
|
+
GenerationType?: string;
|
|
17911
|
+
Code?: string | null;
|
|
17912
|
+
CodeApprovalStatus?: string;
|
|
17913
|
+
CodeApprovedByUserID?: string | null;
|
|
17914
|
+
CodeApprovedAt?: Date | null;
|
|
17915
|
+
ContractFingerprint?: string | null;
|
|
17916
|
+
Status?: string;
|
|
17917
|
+
CacheTTLSeconds?: number | null;
|
|
17918
|
+
TimeoutMS?: number | null;
|
|
17919
|
+
MaxConcurrency?: number | null;
|
|
17920
|
+
OldValues___?: KeyValuePairInput[];
|
|
17921
|
+
RestoreContext___?: RestoreContextInput;
|
|
17922
|
+
}
|
|
17923
|
+
export declare class RunMJRemoteOperationViewResult {
|
|
17924
|
+
Results: MJRemoteOperation_[];
|
|
17925
|
+
UserViewRunID?: string;
|
|
17926
|
+
RowCount: number;
|
|
17927
|
+
TotalRowCount: number;
|
|
17928
|
+
ExecutionTime: number;
|
|
17929
|
+
ErrorMessage?: string;
|
|
17930
|
+
Success: boolean;
|
|
17931
|
+
}
|
|
17932
|
+
export declare class MJRemoteOperationResolver extends ResolverBase {
|
|
17933
|
+
RunMJRemoteOperationViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17934
|
+
RunMJRemoteOperationViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17935
|
+
RunMJRemoteOperationDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17936
|
+
MJRemoteOperation(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJRemoteOperation_ | null>;
|
|
17937
|
+
CreateMJRemoteOperation(input: CreateMJRemoteOperationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17938
|
+
UpdateMJRemoteOperation(input: UpdateMJRemoteOperationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17939
|
+
DeleteMJRemoteOperation(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17940
|
+
}
|
|
16709
17941
|
export declare class MJReportCategory_ {
|
|
16710
17942
|
ID: string;
|
|
16711
17943
|
Name: string;
|
|
@@ -17434,6 +18666,7 @@ export declare class MJScheduledJobRun_ {
|
|
|
17434
18666
|
_mj__UpdatedAt: Date;
|
|
17435
18667
|
ScheduledJob: string;
|
|
17436
18668
|
ExecutedByUser?: string;
|
|
18669
|
+
MJProcessRuns_ScheduledJobRunIDArray: MJProcessRun_[];
|
|
17437
18670
|
MJAIAgentRuns_ScheduledJobRunIDArray: MJAIAgentRun_[];
|
|
17438
18671
|
MJCompanyIntegrationRuns_ScheduledJobRunIDArray: MJCompanyIntegrationRun_[];
|
|
17439
18672
|
}
|
|
@@ -17478,6 +18711,7 @@ export declare class MJScheduledJobRunResolver extends ResolverBase {
|
|
|
17478
18711
|
RunMJScheduledJobRunViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17479
18712
|
RunMJScheduledJobRunDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17480
18713
|
MJScheduledJobRun(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJScheduledJobRun_ | null>;
|
|
18714
|
+
MJProcessRuns_ScheduledJobRunIDArray(mjscheduledjobrun_: MJScheduledJobRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17481
18715
|
MJAIAgentRuns_ScheduledJobRunIDArray(mjscheduledjobrun_: MJScheduledJobRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17482
18716
|
MJCompanyIntegrationRuns_ScheduledJobRunIDArray(mjscheduledjobrun_: MJScheduledJobRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17483
18717
|
CreateMJScheduledJobRun(input: CreateMJScheduledJobRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -17566,6 +18800,7 @@ export declare class MJScheduledJob_ {
|
|
|
17566
18800
|
_mj__CreatedAt: Date;
|
|
17567
18801
|
_mj__UpdatedAt: Date;
|
|
17568
18802
|
RunImmediatelyIfNeverRun: boolean;
|
|
18803
|
+
MaxRuntimeMinutes?: number;
|
|
17569
18804
|
JobType: string;
|
|
17570
18805
|
OwnerUser?: string;
|
|
17571
18806
|
NotifyUser?: string;
|
|
@@ -17600,6 +18835,7 @@ export declare class CreateMJScheduledJobInput {
|
|
|
17600
18835
|
ExpectedCompletionAt: Date | null;
|
|
17601
18836
|
ConcurrencyMode?: string;
|
|
17602
18837
|
RunImmediatelyIfNeverRun?: boolean;
|
|
18838
|
+
MaxRuntimeMinutes: number | null;
|
|
17603
18839
|
RestoreContext___?: RestoreContextInput;
|
|
17604
18840
|
}
|
|
17605
18841
|
export declare class UpdateMJScheduledJobInput {
|
|
@@ -17630,6 +18866,7 @@ export declare class UpdateMJScheduledJobInput {
|
|
|
17630
18866
|
ExpectedCompletionAt?: Date | null;
|
|
17631
18867
|
ConcurrencyMode?: string;
|
|
17632
18868
|
RunImmediatelyIfNeverRun?: boolean;
|
|
18869
|
+
MaxRuntimeMinutes?: number | null;
|
|
17633
18870
|
OldValues___?: KeyValuePairInput[];
|
|
17634
18871
|
RestoreContext___?: RestoreContextInput;
|
|
17635
18872
|
}
|
|
@@ -20970,6 +22207,7 @@ export declare class MJUserView_ {
|
|
|
20970
22207
|
MJEntityRelationships_DisplayUserViewIDArray: MJEntityRelationship_[];
|
|
20971
22208
|
MJUserViewRuns_UserViewIDArray: MJUserViewRun_[];
|
|
20972
22209
|
MJLists_SourceViewIDArray: MJList_[];
|
|
22210
|
+
MJRecordProcesses_ScopeViewIDArray: MJRecordProcess_[];
|
|
20973
22211
|
}
|
|
20974
22212
|
export declare class CreateMJUserViewInput {
|
|
20975
22213
|
ID?: string;
|
|
@@ -21041,6 +22279,7 @@ export declare class MJUserViewResolverBase extends ResolverBase {
|
|
|
21041
22279
|
MJEntityRelationships_DisplayUserViewIDArray(mjuserview_: MJUserView_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
21042
22280
|
MJUserViewRuns_UserViewIDArray(mjuserview_: MJUserView_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
21043
22281
|
MJLists_SourceViewIDArray(mjuserview_: MJUserView_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
22282
|
+
MJRecordProcesses_ScopeViewIDArray(mjuserview_: MJUserView_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
21044
22283
|
CreateMJUserView(input: CreateMJUserViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
21045
22284
|
UpdateMJUserView(input: UpdateMJUserViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
21046
22285
|
DeleteMJUserView(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -21169,6 +22408,10 @@ export declare class MJUser_ {
|
|
|
21169
22408
|
MJClusterAnalysis_UserIDArray: MJClusterAnalysis_[];
|
|
21170
22409
|
MJMagicLinkRedemptions_ProvisionedUserIDArray: MJMagicLinkRedemption_[];
|
|
21171
22410
|
MJMagicLinkInvites_CreatedByUserIDArray: MJMagicLinkInvite_[];
|
|
22411
|
+
MJAIAgentSessions_UserIDArray: MJAIAgentSession_[];
|
|
22412
|
+
MJAIAgentSessionBridgeParticipants_UserIDArray: MJAIAgentSessionBridgeParticipant_[];
|
|
22413
|
+
MJRemoteOperations_CodeApprovedByUserIDArray: MJRemoteOperation_[];
|
|
22414
|
+
MJProcessRuns_StartedByUserIDArray: MJProcessRun_[];
|
|
21172
22415
|
}
|
|
21173
22416
|
export declare class CreateMJUserInput {
|
|
21174
22417
|
ID?: string;
|
|
@@ -21321,6 +22564,10 @@ export declare class MJUserResolverBase extends ResolverBase {
|
|
|
21321
22564
|
MJClusterAnalysis_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
21322
22565
|
MJMagicLinkRedemptions_ProvisionedUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
21323
22566
|
MJMagicLinkInvites_CreatedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
22567
|
+
MJAIAgentSessions_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
22568
|
+
MJAIAgentSessionBridgeParticipants_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
22569
|
+
MJRemoteOperations_CodeApprovedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
22570
|
+
MJProcessRuns_StartedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
21324
22571
|
CreateMJUser(input: CreateMJUserInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
21325
22572
|
UpdateMJUser(input: UpdateMJUserInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
21326
22573
|
DeleteMJUser(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|