@memberjunction/server 5.43.0 → 5.45.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/ReturningVisitorRecap.d.ts +39 -0
- package/dist/agentSessions/ReturningVisitorRecap.d.ts.map +1 -0
- package/dist/agentSessions/ReturningVisitorRecap.js +198 -0
- package/dist/agentSessions/ReturningVisitorRecap.js.map +1 -0
- package/dist/agentSessions/SessionJanitor.d.ts +13 -0
- package/dist/agentSessions/SessionJanitor.d.ts.map +1 -1
- package/dist/agentSessions/SessionJanitor.js +65 -7
- package/dist/agentSessions/SessionJanitor.js.map +1 -1
- package/dist/agentSessions/SessionManager.d.ts.map +1 -1
- package/dist/agentSessions/SessionManager.js +40 -0
- package/dist/agentSessions/SessionManager.js.map +1 -1
- package/dist/agentSessions/index.d.ts.map +1 -1
- package/dist/agentSessions/index.js +3 -1
- package/dist/agentSessions/index.js.map +1 -1
- package/dist/auth/magicLink/MagicLinkRouter.d.ts +10 -0
- package/dist/auth/magicLink/MagicLinkRouter.d.ts.map +1 -1
- package/dist/auth/magicLink/MagicLinkRouter.js +16 -0
- package/dist/auth/magicLink/MagicLinkRouter.js.map +1 -1
- package/dist/auth/magicLink/index.d.ts +1 -1
- package/dist/auth/magicLink/index.d.ts.map +1 -1
- package/dist/auth/magicLink/index.js +1 -1
- package/dist/auth/magicLink/index.js.map +1 -1
- package/dist/auth/magicLink/types.d.ts +26 -0
- package/dist/auth/magicLink/types.d.ts.map +1 -1
- package/dist/config.d.ts +1883 -144
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +160 -36
- package/dist/config.js.map +1 -1
- package/dist/context.d.ts.map +1 -1
- package/dist/context.js +45 -2
- package/dist/context.js.map +1 -1
- package/dist/generated/generated.d.ts +1684 -54
- package/dist/generated/generated.d.ts.map +1 -1
- package/dist/generated/generated.js +57105 -48029
- package/dist/generated/generated.js.map +1 -1
- package/dist/generic/ResolverBase.d.ts +13 -0
- package/dist/generic/ResolverBase.d.ts.map +1 -1
- package/dist/generic/ResolverBase.js +22 -0
- package/dist/generic/ResolverBase.js.map +1 -1
- package/dist/generic/RunViewResolver.d.ts.map +1 -1
- package/dist/generic/RunViewResolver.js +4 -0
- package/dist/generic/RunViewResolver.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +110 -3
- package/dist/index.js.map +1 -1
- package/dist/integration/CustomColumnPromoter.d.ts.map +1 -1
- package/dist/integration/CustomColumnPromoter.js +6 -0
- package/dist/integration/CustomColumnPromoter.js.map +1 -1
- package/dist/realtimeWidget/WidgetRouter.d.ts +26 -0
- package/dist/realtimeWidget/WidgetRouter.d.ts.map +1 -0
- package/dist/realtimeWidget/WidgetRouter.js +182 -0
- package/dist/realtimeWidget/WidgetRouter.js.map +1 -0
- package/dist/realtimeWidget/WidgetSessionService.d.ts +265 -0
- package/dist/realtimeWidget/WidgetSessionService.d.ts.map +1 -0
- package/dist/realtimeWidget/WidgetSessionService.js +477 -0
- package/dist/realtimeWidget/WidgetSessionService.js.map +1 -0
- package/dist/realtimeWidget/host-identity.d.ts +40 -0
- package/dist/realtimeWidget/host-identity.d.ts.map +1 -0
- package/dist/realtimeWidget/host-identity.js +58 -0
- package/dist/realtimeWidget/host-identity.js.map +1 -0
- package/dist/realtimeWidget/index.d.ts +10 -0
- package/dist/realtimeWidget/index.d.ts.map +1 -0
- package/dist/realtimeWidget/index.js +9 -0
- package/dist/realtimeWidget/index.js.map +1 -0
- package/dist/realtimeWidget/visitorIdentity.d.ts +76 -0
- package/dist/realtimeWidget/visitorIdentity.d.ts.map +1 -0
- package/dist/realtimeWidget/visitorIdentity.js +202 -0
- package/dist/realtimeWidget/visitorIdentity.js.map +1 -0
- package/dist/realtimeWidget/widgetCore.d.ts +106 -0
- package/dist/realtimeWidget/widgetCore.d.ts.map +1 -0
- package/dist/realtimeWidget/widgetCore.js +173 -0
- package/dist/realtimeWidget/widgetCore.js.map +1 -0
- package/dist/realtimeWidget/widgetGuestElevation.d.ts +51 -0
- package/dist/realtimeWidget/widgetGuestElevation.d.ts.map +1 -0
- package/dist/realtimeWidget/widgetGuestElevation.js +79 -0
- package/dist/realtimeWidget/widgetGuestElevation.js.map +1 -0
- package/dist/resolvers/ComponentRegistryResolver.d.ts +7 -0
- package/dist/resolvers/ComponentRegistryResolver.d.ts.map +1 -1
- package/dist/resolvers/ComponentRegistryResolver.js +31 -8
- package/dist/resolvers/ComponentRegistryResolver.js.map +1 -1
- package/dist/resolvers/EntityPermissionResolver.d.ts.map +1 -1
- package/dist/resolvers/EntityPermissionResolver.js +1 -2
- package/dist/resolvers/EntityPermissionResolver.js.map +1 -1
- package/dist/resolvers/FileResolver.d.ts +74 -0
- package/dist/resolvers/FileResolver.d.ts.map +1 -1
- package/dist/resolvers/FileResolver.js +211 -2
- package/dist/resolvers/FileResolver.js.map +1 -1
- package/dist/resolvers/QueryResolver.d.ts +6 -4
- package/dist/resolvers/QueryResolver.d.ts.map +1 -1
- package/dist/resolvers/QueryResolver.js +29 -14
- package/dist/resolvers/QueryResolver.js.map +1 -1
- package/dist/resolvers/QuerySystemUserResolver.d.ts +9 -6
- package/dist/resolvers/QuerySystemUserResolver.d.ts.map +1 -1
- package/dist/resolvers/QuerySystemUserResolver.js +15 -13
- package/dist/resolvers/QuerySystemUserResolver.js.map +1 -1
- package/dist/resolvers/RealtimeBridgeResolver.d.ts +8 -1
- package/dist/resolvers/RealtimeBridgeResolver.d.ts.map +1 -1
- package/dist/resolvers/RealtimeBridgeResolver.js +28 -4
- package/dist/resolvers/RealtimeBridgeResolver.js.map +1 -1
- package/dist/resolvers/RealtimeClientSessionResolver.d.ts +91 -2
- package/dist/resolvers/RealtimeClientSessionResolver.d.ts.map +1 -1
- package/dist/resolvers/RealtimeClientSessionResolver.js +337 -17
- package/dist/resolvers/RealtimeClientSessionResolver.js.map +1 -1
- package/dist/resolvers/RemoteBrowserActionResolver.d.ts.map +1 -1
- package/dist/resolvers/RemoteBrowserActionResolver.js +17 -2
- package/dist/resolvers/RemoteBrowserActionResolver.js.map +1 -1
- package/dist/resolvers/RingCentralTelephonyResolver.d.ts +27 -0
- package/dist/resolvers/RingCentralTelephonyResolver.d.ts.map +1 -0
- package/dist/resolvers/RingCentralTelephonyResolver.js +87 -0
- package/dist/resolvers/RingCentralTelephonyResolver.js.map +1 -0
- package/dist/resolvers/RunAIAgentResolver.d.ts +12 -3
- package/dist/resolvers/RunAIAgentResolver.d.ts.map +1 -1
- package/dist/resolvers/RunAIAgentResolver.js +50 -17
- package/dist/resolvers/RunAIAgentResolver.js.map +1 -1
- package/dist/resolvers/SearchKnowledgeResolver.d.ts.map +1 -1
- package/dist/resolvers/SearchKnowledgeResolver.js +2 -0
- package/dist/resolvers/SearchKnowledgeResolver.js.map +1 -1
- package/dist/resolvers/TeamsMeetingsResolver.d.ts +28 -0
- package/dist/resolvers/TeamsMeetingsResolver.d.ts.map +1 -0
- package/dist/resolvers/TeamsMeetingsResolver.js +91 -0
- package/dist/resolvers/TeamsMeetingsResolver.js.map +1 -0
- package/dist/resolvers/TelephonyResolver.d.ts +26 -0
- package/dist/resolvers/TelephonyResolver.d.ts.map +1 -0
- package/dist/resolvers/TelephonyResolver.js +86 -0
- package/dist/resolvers/TelephonyResolver.js.map +1 -0
- package/dist/resolvers/TestQuerySQLResolver.d.ts +1 -1
- package/dist/resolvers/TestQuerySQLResolver.d.ts.map +1 -1
- package/dist/resolvers/TestQuerySQLResolver.js +2 -3
- package/dist/resolvers/TestQuerySQLResolver.js.map +1 -1
- package/dist/resolvers/VonageTelephonyResolver.d.ts +26 -0
- package/dist/resolvers/VonageTelephonyResolver.d.ts.map +1 -0
- package/dist/resolvers/VonageTelephonyResolver.js +86 -0
- package/dist/resolvers/VonageTelephonyResolver.js.map +1 -0
- package/dist/resolvers/meetingRecordingRegistration.d.ts +124 -0
- package/dist/resolvers/meetingRecordingRegistration.d.ts.map +1 -0
- package/dist/resolvers/meetingRecordingRegistration.js +311 -0
- package/dist/resolvers/meetingRecordingRegistration.js.map +1 -0
- package/dist/resolvers/peaksSidecar.d.ts +30 -0
- package/dist/resolvers/peaksSidecar.d.ts.map +1 -0
- package/dist/resolvers/peaksSidecar.js +51 -0
- package/dist/resolvers/peaksSidecar.js.map +1 -0
- package/dist/rest/MediaAccessKeys.d.ts +68 -0
- package/dist/rest/MediaAccessKeys.d.ts.map +1 -0
- package/dist/rest/MediaAccessKeys.js +96 -0
- package/dist/rest/MediaAccessKeys.js.map +1 -0
- package/dist/rest/MediaStreamHandler.d.ts +26 -0
- package/dist/rest/MediaStreamHandler.d.ts.map +1 -0
- package/dist/rest/MediaStreamHandler.js +195 -0
- package/dist/rest/MediaStreamHandler.js.map +1 -0
- package/dist/rest/mediaRange.d.ts +41 -0
- package/dist/rest/mediaRange.d.ts.map +1 -0
- package/dist/rest/mediaRange.js +60 -0
- package/dist/rest/mediaRange.js.map +1 -0
- package/dist/telephony/RingCentralTelephonyService.d.ts +115 -0
- package/dist/telephony/RingCentralTelephonyService.d.ts.map +1 -0
- package/dist/telephony/RingCentralTelephonyService.js +262 -0
- package/dist/telephony/RingCentralTelephonyService.js.map +1 -0
- package/dist/telephony/TeamsMeetingsRouter.d.ts +40 -0
- package/dist/telephony/TeamsMeetingsRouter.d.ts.map +1 -0
- package/dist/telephony/TeamsMeetingsRouter.js +96 -0
- package/dist/telephony/TeamsMeetingsRouter.js.map +1 -0
- package/dist/telephony/TeamsMeetingsService.d.ts +113 -0
- package/dist/telephony/TeamsMeetingsService.d.ts.map +1 -0
- package/dist/telephony/TeamsMeetingsService.js +196 -0
- package/dist/telephony/TeamsMeetingsService.js.map +1 -0
- package/dist/telephony/TwilioTelephonyRouter.d.ts +36 -0
- package/dist/telephony/TwilioTelephonyRouter.d.ts.map +1 -0
- package/dist/telephony/TwilioTelephonyRouter.js +143 -0
- package/dist/telephony/TwilioTelephonyRouter.js.map +1 -0
- package/dist/telephony/TwilioTelephonyService.d.ts +95 -0
- package/dist/telephony/TwilioTelephonyService.d.ts.map +1 -0
- package/dist/telephony/TwilioTelephonyService.js +193 -0
- package/dist/telephony/TwilioTelephonyService.js.map +1 -0
- package/dist/telephony/VonageTelephonyRouter.d.ts +41 -0
- package/dist/telephony/VonageTelephonyRouter.d.ts.map +1 -0
- package/dist/telephony/VonageTelephonyRouter.js +201 -0
- package/dist/telephony/VonageTelephonyRouter.js.map +1 -0
- package/dist/telephony/VonageTelephonyService.d.ts +90 -0
- package/dist/telephony/VonageTelephonyService.d.ts.map +1 -0
- package/dist/telephony/VonageTelephonyService.js +191 -0
- package/dist/telephony/VonageTelephonyService.js.map +1 -0
- package/dist/telephony/calendar-scheduler.d.ts +67 -0
- package/dist/telephony/calendar-scheduler.d.ts.map +1 -0
- package/dist/telephony/calendar-scheduler.js +133 -0
- package/dist/telephony/calendar-scheduler.js.map +1 -0
- package/dist/telephony/index.d.ts +29 -0
- package/dist/telephony/index.d.ts.map +1 -0
- package/dist/telephony/index.js +38 -0
- package/dist/telephony/index.js.map +1 -0
- package/dist/telephony/media-upgrade-router.d.ts +33 -0
- package/dist/telephony/media-upgrade-router.d.ts.map +1 -0
- package/dist/telephony/media-upgrade-router.js +56 -0
- package/dist/telephony/media-upgrade-router.js.map +1 -0
- package/dist/telephony/ringcentral-runtime.d.ts +14 -0
- package/dist/telephony/ringcentral-runtime.d.ts.map +1 -0
- package/dist/telephony/ringcentral-runtime.js +18 -0
- package/dist/telephony/ringcentral-runtime.js.map +1 -0
- package/dist/telephony/teams-meetings-runtime.d.ts +16 -0
- package/dist/telephony/teams-meetings-runtime.d.ts.map +1 -0
- package/dist/telephony/teams-meetings-runtime.js +20 -0
- package/dist/telephony/teams-meetings-runtime.js.map +1 -0
- package/dist/telephony/teamsAcsMediaRegistry.d.ts +69 -0
- package/dist/telephony/teamsAcsMediaRegistry.d.ts.map +1 -0
- package/dist/telephony/teamsAcsMediaRegistry.js +118 -0
- package/dist/telephony/teamsAcsMediaRegistry.js.map +1 -0
- package/dist/telephony/telephony-runtime.d.ts +14 -0
- package/dist/telephony/telephony-runtime.d.ts.map +1 -0
- package/dist/telephony/telephony-runtime.js +18 -0
- package/dist/telephony/telephony-runtime.js.map +1 -0
- package/dist/telephony/twilioMediaRegistry.d.ts +60 -0
- package/dist/telephony/twilioMediaRegistry.d.ts.map +1 -0
- package/dist/telephony/twilioMediaRegistry.js +106 -0
- package/dist/telephony/twilioMediaRegistry.js.map +1 -0
- package/dist/telephony/vonage-runtime.d.ts +14 -0
- package/dist/telephony/vonage-runtime.d.ts.map +1 -0
- package/dist/telephony/vonage-runtime.js +18 -0
- package/dist/telephony/vonage-runtime.js.map +1 -0
- package/dist/telephony/vonageMediaRegistry.d.ts +78 -0
- package/dist/telephony/vonageMediaRegistry.d.ts.map +1 -0
- package/dist/telephony/vonageMediaRegistry.js +158 -0
- package/dist/telephony/vonageMediaRegistry.js.map +1 -0
- package/package.json +88 -82
- package/src/__tests__/FileResolverPeaks.test.ts +64 -0
- package/src/__tests__/MediaAccessKeys.test.ts +68 -0
- package/src/__tests__/MediaStreamHandler.test.ts +91 -0
- package/src/__tests__/RealtimeBridgeResolver.test.ts +10 -1
- package/src/__tests__/RealtimeClientSessionResolver.test.ts +69 -0
- package/src/__tests__/RealtimeCoAgentAppAwareness.integration.test.ts +191 -0
- package/src/__tests__/RemoteBrowserSnapshot.test.ts +123 -0
- package/src/__tests__/SessionManager.test.ts +2 -0
- package/src/__tests__/meetingRecordingRegistration.test.ts +248 -0
- package/src/__tests__/search-knowledge-tags.test.ts +9 -9
- package/src/__tests__/teams-meetings-service.test.ts +65 -0
- package/src/__tests__/teamsAcsMediaRegistry.test.ts +82 -0
- package/src/__tests__/twilio-telephony-service.test.ts +23 -0
- package/src/__tests__/twilioMediaRegistry.test.ts +103 -0
- package/src/__tests__/vonageMediaRegistry.test.ts +180 -0
- package/src/__tests__/widget.test.ts +204 -0
- package/src/__tests__/widgetGuestElevation.test.ts +57 -0
- package/src/__tests__/widgetHostIdentity.test.ts +117 -0
- package/src/agentSessions/ReturningVisitorRecap.ts +242 -0
- package/src/agentSessions/SessionJanitor.ts +66 -6
- package/src/agentSessions/SessionManager.ts +41 -0
- package/src/agentSessions/index.ts +3 -1
- package/src/auth/magicLink/MagicLinkRouter.ts +17 -0
- package/src/auth/magicLink/index.ts +1 -0
- package/src/auth/magicLink/types.ts +26 -0
- package/src/config.ts +172 -38
- package/src/context.ts +50 -3
- package/src/generated/generated.ts +26726 -20464
- package/src/generic/ResolverBase.ts +28 -0
- package/src/generic/RunViewResolver.ts +4 -0
- package/src/index.ts +119 -3
- package/src/integration/CustomColumnPromoter.ts +6 -0
- package/src/realtimeWidget/WidgetRouter.ts +204 -0
- package/src/realtimeWidget/WidgetSessionService.ts +714 -0
- package/src/realtimeWidget/host-identity.ts +84 -0
- package/src/realtimeWidget/index.ts +15 -0
- package/src/realtimeWidget/visitorIdentity.ts +258 -0
- package/src/realtimeWidget/widgetCore.ts +231 -0
- package/src/realtimeWidget/widgetGuestElevation.ts +115 -0
- package/src/resolvers/ComponentRegistryResolver.ts +36 -10
- package/src/resolvers/EntityPermissionResolver.ts +1 -2
- package/src/resolvers/FileResolver.ts +199 -1
- package/src/resolvers/QueryResolver.ts +33 -19
- package/src/resolvers/QuerySystemUserResolver.ts +14 -10
- package/src/resolvers/RealtimeBridgeResolver.ts +36 -4
- package/src/resolvers/RealtimeClientSessionResolver.ts +383 -9
- package/src/resolvers/RemoteBrowserActionResolver.ts +18 -2
- package/src/resolvers/RingCentralTelephonyResolver.ts +64 -0
- package/src/resolvers/RunAIAgentResolver.ts +60 -15
- package/src/resolvers/SearchKnowledgeResolver.ts +2 -0
- package/src/resolvers/TeamsMeetingsResolver.ts +68 -0
- package/src/resolvers/TelephonyResolver.ts +63 -0
- package/src/resolvers/TestQuerySQLResolver.ts +2 -3
- package/src/resolvers/VonageTelephonyResolver.ts +63 -0
- package/src/resolvers/meetingRecordingRegistration.ts +432 -0
- package/src/resolvers/peaksSidecar.ts +52 -0
- package/src/rest/MediaAccessKeys.ts +121 -0
- package/src/rest/MediaStreamHandler.ts +223 -0
- package/src/rest/mediaRange.ts +76 -0
- package/src/telephony/RingCentralTelephonyService.ts +342 -0
- package/src/telephony/TeamsMeetingsRouter.ts +124 -0
- package/src/telephony/TeamsMeetingsService.ts +268 -0
- package/src/telephony/TwilioTelephonyRouter.ts +184 -0
- package/src/telephony/TwilioTelephonyService.ts +261 -0
- package/src/telephony/VonageTelephonyRouter.ts +239 -0
- package/src/telephony/VonageTelephonyService.ts +259 -0
- package/src/telephony/calendar-scheduler.ts +176 -0
- package/src/telephony/index.ts +43 -0
- package/src/telephony/media-upgrade-router.ts +62 -0
- package/src/telephony/ringcentral-runtime.ts +22 -0
- package/src/telephony/teams-meetings-runtime.ts +24 -0
- package/src/telephony/teamsAcsMediaRegistry.ts +152 -0
- package/src/telephony/telephony-runtime.ts +22 -0
- package/src/telephony/twilioMediaRegistry.ts +137 -0
- package/src/telephony/vonage-runtime.ts +22 -0
- package/src/telephony/vonageMediaRegistry.ts +200 -0
- package/dist/agents/skip-agent.d.ts +0 -111
- package/dist/agents/skip-agent.d.ts.map +0 -1
- package/dist/agents/skip-agent.js +0 -1487
- package/dist/agents/skip-agent.js.map +0 -1
- package/dist/agents/skip-sdk.d.ts +0 -261
- package/dist/agents/skip-sdk.d.ts.map +0 -1
- package/dist/agents/skip-sdk.js +0 -909
- package/dist/agents/skip-sdk.js.map +0 -1
- package/src/agents/skip-agent.ts +0 -1594
- package/src/agents/skip-sdk.ts +0 -1210
|
@@ -268,6 +268,7 @@ export declare class MJActionExecutionLog_ {
|
|
|
268
268
|
Action: string;
|
|
269
269
|
User: string;
|
|
270
270
|
MJProcessRunDetails_ActionExecutionLogIDArray: MJProcessRunDetail_[];
|
|
271
|
+
MJUserRoutineRuns_ActionExecutionLogIDArray: MJUserRoutineRun_[];
|
|
271
272
|
}
|
|
272
273
|
export declare class CreateMJActionExecutionLogInput {
|
|
273
274
|
ID?: string;
|
|
@@ -309,6 +310,7 @@ export declare class MJActionExecutionLogResolver extends ResolverBase {
|
|
|
309
310
|
RunMJActionExecutionLogDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
310
311
|
MJActionExecutionLog(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJActionExecutionLog_ | null>;
|
|
311
312
|
MJProcessRunDetails_ActionExecutionLogIDArray(mjactionexecutionlog_: MJActionExecutionLog_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
313
|
+
MJUserRoutineRuns_ActionExecutionLogIDArray(mjactionexecutionlog_: MJActionExecutionLog_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
312
314
|
CreateMJActionExecutionLog(input: CreateMJActionExecutionLogInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
313
315
|
UpdateMJActionExecutionLog(input: UpdateMJActionExecutionLogInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
314
316
|
DeleteMJActionExecutionLog(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -558,6 +560,7 @@ export declare class MJAction_ {
|
|
|
558
560
|
MJActionAuthorizations_ActionIDArray: MJActionAuthorization_[];
|
|
559
561
|
MJActions_ParentIDArray: MJAction_[];
|
|
560
562
|
MJRecordProcesses_ActionIDArray: MJRecordProcess_[];
|
|
563
|
+
MJAISkillActions_ActionIDArray: MJAISkillAction_[];
|
|
561
564
|
}
|
|
562
565
|
export declare class CreateMJActionInput {
|
|
563
566
|
ID?: string;
|
|
@@ -643,6 +646,7 @@ export declare class MJActionResolver extends ResolverBase {
|
|
|
643
646
|
MJActionAuthorizations_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
644
647
|
MJActions_ParentIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
645
648
|
MJRecordProcesses_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
649
|
+
MJAISkillActions_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
646
650
|
CreateMJAction(input: CreateMJActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
647
651
|
UpdateMJAction(input: UpdateMJActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
648
652
|
DeleteMJAction(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -876,6 +880,8 @@ export declare class MJAIAgentChannel_ {
|
|
|
876
880
|
IsActive: boolean;
|
|
877
881
|
_mj__CreatedAt: Date;
|
|
878
882
|
_mj__UpdatedAt: Date;
|
|
883
|
+
IsHeadless: boolean;
|
|
884
|
+
UIConfig?: string;
|
|
879
885
|
MJAIAgentSessionChannels_ChannelIDArray: MJAIAgentSessionChannel_[];
|
|
880
886
|
MJAIBridgeProviderChannels_ChannelIDArray: MJAIBridgeProviderChannel_[];
|
|
881
887
|
}
|
|
@@ -888,6 +894,8 @@ export declare class CreateMJAIAgentChannelInput {
|
|
|
888
894
|
TransportType?: string;
|
|
889
895
|
ConfigSchema: string | null;
|
|
890
896
|
IsActive?: boolean;
|
|
897
|
+
IsHeadless?: boolean;
|
|
898
|
+
UIConfig: string | null;
|
|
891
899
|
RestoreContext___?: RestoreContextInput;
|
|
892
900
|
}
|
|
893
901
|
export declare class UpdateMJAIAgentChannelInput {
|
|
@@ -899,6 +907,8 @@ export declare class UpdateMJAIAgentChannelInput {
|
|
|
899
907
|
TransportType?: string;
|
|
900
908
|
ConfigSchema?: string | null;
|
|
901
909
|
IsActive?: boolean;
|
|
910
|
+
IsHeadless?: boolean;
|
|
911
|
+
UIConfig?: string | null;
|
|
902
912
|
OldValues___?: KeyValuePairInput[];
|
|
903
913
|
RestoreContext___?: RestoreContextInput;
|
|
904
914
|
}
|
|
@@ -2024,6 +2034,7 @@ export declare class MJAIAgentRunStep_ {
|
|
|
2024
2034
|
FinalPayloadValidationMessages?: string;
|
|
2025
2035
|
ParentID?: string;
|
|
2026
2036
|
Comments?: string;
|
|
2037
|
+
Skills?: string;
|
|
2027
2038
|
AgentRun?: string;
|
|
2028
2039
|
Parent?: string;
|
|
2029
2040
|
RootParentID?: string;
|
|
@@ -2051,6 +2062,7 @@ export declare class CreateMJAIAgentRunStepInput {
|
|
|
2051
2062
|
FinalPayloadValidationMessages: string | null;
|
|
2052
2063
|
ParentID: string | null;
|
|
2053
2064
|
Comments: string | null;
|
|
2065
|
+
Skills: string | null;
|
|
2054
2066
|
RestoreContext___?: RestoreContextInput;
|
|
2055
2067
|
}
|
|
2056
2068
|
export declare class UpdateMJAIAgentRunStepInput {
|
|
@@ -2074,6 +2086,7 @@ export declare class UpdateMJAIAgentRunStepInput {
|
|
|
2074
2086
|
FinalPayloadValidationMessages?: string | null;
|
|
2075
2087
|
ParentID?: string | null;
|
|
2076
2088
|
Comments?: string | null;
|
|
2089
|
+
Skills?: string | null;
|
|
2077
2090
|
OldValues___?: KeyValuePairInput[];
|
|
2078
2091
|
RestoreContext___?: RestoreContextInput;
|
|
2079
2092
|
}
|
|
@@ -2148,6 +2161,7 @@ export declare class MJAIAgentRun_ {
|
|
|
2148
2161
|
TotalCacheWriteTokensUsed?: number;
|
|
2149
2162
|
LastHeartbeatAt?: Date;
|
|
2150
2163
|
AgentSessionID?: string;
|
|
2164
|
+
PlanMode: boolean;
|
|
2151
2165
|
Agent?: string;
|
|
2152
2166
|
ParentRun?: string;
|
|
2153
2167
|
Conversation?: string;
|
|
@@ -2172,6 +2186,10 @@ export declare class MJAIAgentRun_ {
|
|
|
2172
2186
|
MJAIPromptRuns_AgentRunIDArray: MJAIPromptRun_[];
|
|
2173
2187
|
MJAIAgentRuns_LastRunIDArray: MJAIAgentRun_[];
|
|
2174
2188
|
MJProcessRunDetails_AIAgentRunIDArray: MJProcessRunDetail_[];
|
|
2189
|
+
MJDuplicateRunDetailMatches_AIAgentRunIDArray: MJDuplicateRunDetailMatch_[];
|
|
2190
|
+
MJExperimentSessionIterations_AIAgentRunIDArray: MJExperimentSessionIteration_[];
|
|
2191
|
+
MJExperimentSessions_AgentRunIDArray: MJExperimentSession_[];
|
|
2192
|
+
MJUserRoutineRuns_AgentRunIDArray: MJUserRoutineRun_[];
|
|
2175
2193
|
}
|
|
2176
2194
|
export declare class CreateMJAIAgentRunInput {
|
|
2177
2195
|
ID?: string;
|
|
@@ -2222,6 +2240,7 @@ export declare class CreateMJAIAgentRunInput {
|
|
|
2222
2240
|
TotalCacheWriteTokensUsed: number | null;
|
|
2223
2241
|
LastHeartbeatAt: Date | null;
|
|
2224
2242
|
AgentSessionID: string | null;
|
|
2243
|
+
PlanMode?: boolean;
|
|
2225
2244
|
RestoreContext___?: RestoreContextInput;
|
|
2226
2245
|
}
|
|
2227
2246
|
export declare class UpdateMJAIAgentRunInput {
|
|
@@ -2273,6 +2292,7 @@ export declare class UpdateMJAIAgentRunInput {
|
|
|
2273
2292
|
TotalCacheWriteTokensUsed?: number | null;
|
|
2274
2293
|
LastHeartbeatAt?: Date | null;
|
|
2275
2294
|
AgentSessionID?: string | null;
|
|
2295
|
+
PlanMode?: boolean;
|
|
2276
2296
|
OldValues___?: KeyValuePairInput[];
|
|
2277
2297
|
RestoreContext___?: RestoreContextInput;
|
|
2278
2298
|
}
|
|
@@ -2300,6 +2320,10 @@ export declare class MJAIAgentRunResolver extends ResolverBase {
|
|
|
2300
2320
|
MJAIPromptRuns_AgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2301
2321
|
MJAIAgentRuns_LastRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2302
2322
|
MJProcessRunDetails_AIAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2323
|
+
MJDuplicateRunDetailMatches_AIAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2324
|
+
MJExperimentSessionIterations_AIAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2325
|
+
MJExperimentSessions_AgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2326
|
+
MJUserRoutineRuns_AgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2303
2327
|
CreateMJAIAgentRun(input: CreateMJAIAgentRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2304
2328
|
UpdateMJAIAgentRun(input: UpdateMJAIAgentRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2305
2329
|
DeleteMJAIAgentRun(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -2581,9 +2605,16 @@ export declare class MJAIAgentSession_ {
|
|
|
2581
2605
|
CloseReason?: string;
|
|
2582
2606
|
_mj__CreatedAt: Date;
|
|
2583
2607
|
_mj__UpdatedAt: Date;
|
|
2608
|
+
RecordingMedia?: string;
|
|
2609
|
+
RecordingStartedAt?: Date;
|
|
2610
|
+
RecordingFileID?: string;
|
|
2611
|
+
LinkedEntityID?: string;
|
|
2612
|
+
LinkedRecordID?: string;
|
|
2584
2613
|
Agent?: string;
|
|
2585
2614
|
User: string;
|
|
2586
2615
|
Conversation?: string;
|
|
2616
|
+
RecordingFile?: string;
|
|
2617
|
+
LinkedEntity?: string;
|
|
2587
2618
|
RootLastSessionID?: string;
|
|
2588
2619
|
MJAIAgentRuns_AgentSessionIDArray: MJAIAgentRun_[];
|
|
2589
2620
|
MJAIAgentSessionChannels_AgentSessionIDArray: MJAIAgentSessionChannel_[];
|
|
@@ -2603,6 +2634,11 @@ export declare class CreateMJAIAgentSessionInput {
|
|
|
2603
2634
|
LastActiveAt?: Date;
|
|
2604
2635
|
ClosedAt: Date | null;
|
|
2605
2636
|
CloseReason: string | null;
|
|
2637
|
+
RecordingMedia: string | null;
|
|
2638
|
+
RecordingStartedAt: Date | null;
|
|
2639
|
+
RecordingFileID: string | null;
|
|
2640
|
+
LinkedEntityID: string | null;
|
|
2641
|
+
LinkedRecordID: string | null;
|
|
2606
2642
|
RestoreContext___?: RestoreContextInput;
|
|
2607
2643
|
}
|
|
2608
2644
|
export declare class UpdateMJAIAgentSessionInput {
|
|
@@ -2617,6 +2653,11 @@ export declare class UpdateMJAIAgentSessionInput {
|
|
|
2617
2653
|
LastActiveAt?: Date;
|
|
2618
2654
|
ClosedAt?: Date | null;
|
|
2619
2655
|
CloseReason?: string | null;
|
|
2656
|
+
RecordingMedia?: string | null;
|
|
2657
|
+
RecordingStartedAt?: Date | null;
|
|
2658
|
+
RecordingFileID?: string | null;
|
|
2659
|
+
LinkedEntityID?: string | null;
|
|
2660
|
+
LinkedRecordID?: string | null;
|
|
2620
2661
|
OldValues___?: KeyValuePairInput[];
|
|
2621
2662
|
RestoreContext___?: RestoreContextInput;
|
|
2622
2663
|
}
|
|
@@ -2643,6 +2684,49 @@ export declare class MJAIAgentSessionResolver extends ResolverBase {
|
|
|
2643
2684
|
UpdateMJAIAgentSession(input: UpdateMJAIAgentSessionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2644
2685
|
DeleteMJAIAgentSession(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2645
2686
|
}
|
|
2687
|
+
export declare class MJAIAgentSkill_ {
|
|
2688
|
+
ID: string;
|
|
2689
|
+
AgentID: string;
|
|
2690
|
+
SkillID: string;
|
|
2691
|
+
Status: string;
|
|
2692
|
+
_mj__CreatedAt: Date;
|
|
2693
|
+
_mj__UpdatedAt: Date;
|
|
2694
|
+
Agent?: string;
|
|
2695
|
+
Skill: string;
|
|
2696
|
+
}
|
|
2697
|
+
export declare class CreateMJAIAgentSkillInput {
|
|
2698
|
+
ID?: string;
|
|
2699
|
+
AgentID?: string;
|
|
2700
|
+
SkillID?: string;
|
|
2701
|
+
Status?: string;
|
|
2702
|
+
RestoreContext___?: RestoreContextInput;
|
|
2703
|
+
}
|
|
2704
|
+
export declare class UpdateMJAIAgentSkillInput {
|
|
2705
|
+
ID: string;
|
|
2706
|
+
AgentID?: string;
|
|
2707
|
+
SkillID?: string;
|
|
2708
|
+
Status?: string;
|
|
2709
|
+
OldValues___?: KeyValuePairInput[];
|
|
2710
|
+
RestoreContext___?: RestoreContextInput;
|
|
2711
|
+
}
|
|
2712
|
+
export declare class RunMJAIAgentSkillViewResult {
|
|
2713
|
+
Results: MJAIAgentSkill_[];
|
|
2714
|
+
UserViewRunID?: string;
|
|
2715
|
+
RowCount: number;
|
|
2716
|
+
TotalRowCount: number;
|
|
2717
|
+
ExecutionTime: number;
|
|
2718
|
+
ErrorMessage?: string;
|
|
2719
|
+
Success: boolean;
|
|
2720
|
+
}
|
|
2721
|
+
export declare class MJAIAgentSkillResolver extends ResolverBase {
|
|
2722
|
+
RunMJAIAgentSkillViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2723
|
+
RunMJAIAgentSkillViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2724
|
+
RunMJAIAgentSkillDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2725
|
+
MJAIAgentSkill(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIAgentSkill_ | null>;
|
|
2726
|
+
CreateMJAIAgentSkill(input: CreateMJAIAgentSkillInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2727
|
+
UpdateMJAIAgentSkill(input: UpdateMJAIAgentSkillInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2728
|
+
DeleteMJAIAgentSkill(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2729
|
+
}
|
|
2646
2730
|
export declare class MJAIAgentStepPath_ {
|
|
2647
2731
|
ID: string;
|
|
2648
2732
|
OriginStepID: string;
|
|
@@ -2945,6 +3029,13 @@ export declare class MJAIAgent_ {
|
|
|
2945
3029
|
DefaultCoAgentID?: string;
|
|
2946
3030
|
TypeConfiguration?: string;
|
|
2947
3031
|
AllowMemoryWrite: boolean;
|
|
3032
|
+
RecordingDefault?: string;
|
|
3033
|
+
RecordingStorageProviderID?: string;
|
|
3034
|
+
DefaultMediaCollectionID?: string;
|
|
3035
|
+
SupportsPlanMode: boolean;
|
|
3036
|
+
AcceptsSkills: string;
|
|
3037
|
+
SkillActivationMode: string;
|
|
3038
|
+
RequirePlanMode: boolean;
|
|
2948
3039
|
Parent?: string;
|
|
2949
3040
|
ContextCompressionPrompt?: string;
|
|
2950
3041
|
Type?: string;
|
|
@@ -2954,6 +3045,8 @@ export declare class MJAIAgent_ {
|
|
|
2954
3045
|
Category?: string;
|
|
2955
3046
|
DefaultStorageAccount?: string;
|
|
2956
3047
|
DefaultCoAgent?: string;
|
|
3048
|
+
RecordingStorageProvider?: string;
|
|
3049
|
+
DefaultMediaCollection?: string;
|
|
2957
3050
|
RootParentID?: string;
|
|
2958
3051
|
RootDefaultCoAgentID?: string;
|
|
2959
3052
|
MJAIAgentActions_AgentIDArray: MJAIAgentAction_[];
|
|
@@ -2989,6 +3082,10 @@ export declare class MJAIAgent_ {
|
|
|
2989
3082
|
MJAIAgentCoAgents_TargetAgentIDArray: MJAIAgentCoAgent_[];
|
|
2990
3083
|
MJAIBridgeAgentIdentities_AgentIDArray: MJAIBridgeAgentIdentity_[];
|
|
2991
3084
|
MJRecordProcesses_AgentIDArray: MJRecordProcess_[];
|
|
3085
|
+
MJEntityDocuments_ReasoningAgentIDArray: MJEntityDocument_[];
|
|
3086
|
+
MJAIAgentSkills_AgentIDArray: MJAIAgentSkill_[];
|
|
3087
|
+
MJConversationWidgetInstances_PinnedAgentIDArray: MJConversationWidgetInstance_[];
|
|
3088
|
+
MJAISkillSubAgents_SubAgentIDArray: MJAISkillSubAgent_[];
|
|
2992
3089
|
}
|
|
2993
3090
|
export declare class CreateMJAIAgentInput {
|
|
2994
3091
|
ID?: string;
|
|
@@ -3058,6 +3155,13 @@ export declare class CreateMJAIAgentInput {
|
|
|
3058
3155
|
DefaultCoAgentID: string | null;
|
|
3059
3156
|
TypeConfiguration: string | null;
|
|
3060
3157
|
AllowMemoryWrite?: boolean;
|
|
3158
|
+
RecordingDefault: string | null;
|
|
3159
|
+
RecordingStorageProviderID: string | null;
|
|
3160
|
+
DefaultMediaCollectionID: string | null;
|
|
3161
|
+
SupportsPlanMode?: boolean;
|
|
3162
|
+
AcceptsSkills?: string;
|
|
3163
|
+
SkillActivationMode?: string;
|
|
3164
|
+
RequirePlanMode?: boolean;
|
|
3061
3165
|
RestoreContext___?: RestoreContextInput;
|
|
3062
3166
|
}
|
|
3063
3167
|
export declare class UpdateMJAIAgentInput {
|
|
@@ -3128,6 +3232,13 @@ export declare class UpdateMJAIAgentInput {
|
|
|
3128
3232
|
DefaultCoAgentID?: string | null;
|
|
3129
3233
|
TypeConfiguration?: string | null;
|
|
3130
3234
|
AllowMemoryWrite?: boolean;
|
|
3235
|
+
RecordingDefault?: string | null;
|
|
3236
|
+
RecordingStorageProviderID?: string | null;
|
|
3237
|
+
DefaultMediaCollectionID?: string | null;
|
|
3238
|
+
SupportsPlanMode?: boolean;
|
|
3239
|
+
AcceptsSkills?: string;
|
|
3240
|
+
SkillActivationMode?: string;
|
|
3241
|
+
RequirePlanMode?: boolean;
|
|
3131
3242
|
OldValues___?: KeyValuePairInput[];
|
|
3132
3243
|
RestoreContext___?: RestoreContextInput;
|
|
3133
3244
|
}
|
|
@@ -3178,6 +3289,10 @@ export declare class MJAIAgentResolver extends ResolverBase {
|
|
|
3178
3289
|
MJAIAgentCoAgents_TargetAgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3179
3290
|
MJAIBridgeAgentIdentities_AgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3180
3291
|
MJRecordProcesses_AgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3292
|
+
MJEntityDocuments_ReasoningAgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3293
|
+
MJAIAgentSkills_AgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3294
|
+
MJConversationWidgetInstances_PinnedAgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3295
|
+
MJAISkillSubAgents_SubAgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3181
3296
|
CreateMJAIAgent(input: CreateMJAIAgentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3182
3297
|
UpdateMJAIAgent(input: UpdateMJAIAgentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3183
3298
|
DeleteMJAIAgent(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -4625,6 +4740,8 @@ export declare class MJAIPromptRun_ {
|
|
|
4625
4740
|
MJAIResultCache_PromptRunIDArray: MJAIResultCache_[];
|
|
4626
4741
|
MJContentItemTags_AIPromptRunIDArray: MJContentItemTag_[];
|
|
4627
4742
|
MJAIPromptRuns_ParentIDArray: MJAIPromptRun_[];
|
|
4743
|
+
MJDuplicateRunDetailMatches_AIPromptRunIDArray: MJDuplicateRunDetailMatch_[];
|
|
4744
|
+
MJUserRoutineRuns_PromptRunIDArray: MJUserRoutineRun_[];
|
|
4628
4745
|
}
|
|
4629
4746
|
export declare class CreateMJAIPromptRunInput {
|
|
4630
4747
|
ID?: string;
|
|
@@ -4827,6 +4944,8 @@ export declare class MJAIPromptRunResolver extends ResolverBase {
|
|
|
4827
4944
|
MJAIResultCache_PromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4828
4945
|
MJContentItemTags_AIPromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4829
4946
|
MJAIPromptRuns_ParentIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4947
|
+
MJDuplicateRunDetailMatches_AIPromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4948
|
+
MJUserRoutineRuns_PromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4830
4949
|
CreateMJAIPromptRun(input: CreateMJAIPromptRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4831
4950
|
UpdateMJAIPromptRun(input: UpdateMJAIPromptRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4832
4951
|
DeleteMJAIPromptRun(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -4947,6 +5066,8 @@ export declare class MJAIPrompt_ {
|
|
|
4947
5066
|
MJAIAgents_ContextCompressionPromptIDArray: MJAIAgent_[];
|
|
4948
5067
|
MJActions_DefaultCompactPromptIDArray: MJAction_[];
|
|
4949
5068
|
MJRecordProcesses_PromptIDArray: MJRecordProcess_[];
|
|
5069
|
+
MJEntityDocuments_ReasoningPromptIDArray: MJEntityDocument_[];
|
|
5070
|
+
MJScopedPromptParts_PromptIDArray: MJScopedPromptPart_[];
|
|
4950
5071
|
}
|
|
4951
5072
|
export declare class CreateMJAIPromptInput {
|
|
4952
5073
|
ID?: string;
|
|
@@ -5088,6 +5209,8 @@ export declare class MJAIPromptResolver extends ResolverBase {
|
|
|
5088
5209
|
MJAIAgents_ContextCompressionPromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5089
5210
|
MJActions_DefaultCompactPromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5090
5211
|
MJRecordProcesses_PromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5212
|
+
MJEntityDocuments_ReasoningPromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5213
|
+
MJScopedPromptParts_PromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5091
5214
|
CreateMJAIPrompt(input: CreateMJAIPromptInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5092
5215
|
UpdateMJAIPrompt(input: UpdateMJAIPromptInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5093
5216
|
DeleteMJAIPrompt(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -5225,6 +5348,213 @@ export declare class MJAIResultCacheResolver extends ResolverBase {
|
|
|
5225
5348
|
UpdateMJAIResultCache(input: UpdateMJAIResultCacheInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5226
5349
|
DeleteMJAIResultCache(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5227
5350
|
}
|
|
5351
|
+
export declare class MJAISkillAction_ {
|
|
5352
|
+
ID: string;
|
|
5353
|
+
SkillID: string;
|
|
5354
|
+
ActionID: string;
|
|
5355
|
+
_mj__CreatedAt: Date;
|
|
5356
|
+
_mj__UpdatedAt: Date;
|
|
5357
|
+
Skill: string;
|
|
5358
|
+
Action: string;
|
|
5359
|
+
}
|
|
5360
|
+
export declare class CreateMJAISkillActionInput {
|
|
5361
|
+
ID?: string;
|
|
5362
|
+
SkillID?: string;
|
|
5363
|
+
ActionID?: string;
|
|
5364
|
+
RestoreContext___?: RestoreContextInput;
|
|
5365
|
+
}
|
|
5366
|
+
export declare class UpdateMJAISkillActionInput {
|
|
5367
|
+
ID: string;
|
|
5368
|
+
SkillID?: string;
|
|
5369
|
+
ActionID?: string;
|
|
5370
|
+
OldValues___?: KeyValuePairInput[];
|
|
5371
|
+
RestoreContext___?: RestoreContextInput;
|
|
5372
|
+
}
|
|
5373
|
+
export declare class RunMJAISkillActionViewResult {
|
|
5374
|
+
Results: MJAISkillAction_[];
|
|
5375
|
+
UserViewRunID?: string;
|
|
5376
|
+
RowCount: number;
|
|
5377
|
+
TotalRowCount: number;
|
|
5378
|
+
ExecutionTime: number;
|
|
5379
|
+
ErrorMessage?: string;
|
|
5380
|
+
Success: boolean;
|
|
5381
|
+
}
|
|
5382
|
+
export declare class MJAISkillActionResolver extends ResolverBase {
|
|
5383
|
+
RunMJAISkillActionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5384
|
+
RunMJAISkillActionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5385
|
+
RunMJAISkillActionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5386
|
+
MJAISkillAction(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAISkillAction_ | null>;
|
|
5387
|
+
CreateMJAISkillAction(input: CreateMJAISkillActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5388
|
+
UpdateMJAISkillAction(input: UpdateMJAISkillActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5389
|
+
DeleteMJAISkillAction(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5390
|
+
}
|
|
5391
|
+
export declare class MJAISkillPermission_ {
|
|
5392
|
+
ID: string;
|
|
5393
|
+
SkillID: string;
|
|
5394
|
+
RoleID?: string;
|
|
5395
|
+
UserID?: string;
|
|
5396
|
+
CanView: boolean;
|
|
5397
|
+
CanRun: boolean;
|
|
5398
|
+
CanEdit: boolean;
|
|
5399
|
+
CanDelete: boolean;
|
|
5400
|
+
Comments?: string;
|
|
5401
|
+
_mj__CreatedAt: Date;
|
|
5402
|
+
_mj__UpdatedAt: Date;
|
|
5403
|
+
Skill: string;
|
|
5404
|
+
Role?: string;
|
|
5405
|
+
User?: string;
|
|
5406
|
+
}
|
|
5407
|
+
export declare class CreateMJAISkillPermissionInput {
|
|
5408
|
+
ID?: string;
|
|
5409
|
+
SkillID?: string;
|
|
5410
|
+
RoleID: string | null;
|
|
5411
|
+
UserID: string | null;
|
|
5412
|
+
CanView?: boolean;
|
|
5413
|
+
CanRun?: boolean;
|
|
5414
|
+
CanEdit?: boolean;
|
|
5415
|
+
CanDelete?: boolean;
|
|
5416
|
+
Comments: string | null;
|
|
5417
|
+
RestoreContext___?: RestoreContextInput;
|
|
5418
|
+
}
|
|
5419
|
+
export declare class UpdateMJAISkillPermissionInput {
|
|
5420
|
+
ID: string;
|
|
5421
|
+
SkillID?: string;
|
|
5422
|
+
RoleID?: string | null;
|
|
5423
|
+
UserID?: string | null;
|
|
5424
|
+
CanView?: boolean;
|
|
5425
|
+
CanRun?: boolean;
|
|
5426
|
+
CanEdit?: boolean;
|
|
5427
|
+
CanDelete?: boolean;
|
|
5428
|
+
Comments?: string | null;
|
|
5429
|
+
OldValues___?: KeyValuePairInput[];
|
|
5430
|
+
RestoreContext___?: RestoreContextInput;
|
|
5431
|
+
}
|
|
5432
|
+
export declare class RunMJAISkillPermissionViewResult {
|
|
5433
|
+
Results: MJAISkillPermission_[];
|
|
5434
|
+
UserViewRunID?: string;
|
|
5435
|
+
RowCount: number;
|
|
5436
|
+
TotalRowCount: number;
|
|
5437
|
+
ExecutionTime: number;
|
|
5438
|
+
ErrorMessage?: string;
|
|
5439
|
+
Success: boolean;
|
|
5440
|
+
}
|
|
5441
|
+
export declare class MJAISkillPermissionResolver extends ResolverBase {
|
|
5442
|
+
RunMJAISkillPermissionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5443
|
+
RunMJAISkillPermissionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5444
|
+
RunMJAISkillPermissionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5445
|
+
MJAISkillPermission(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAISkillPermission_ | null>;
|
|
5446
|
+
CreateMJAISkillPermission(input: CreateMJAISkillPermissionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5447
|
+
UpdateMJAISkillPermission(input: UpdateMJAISkillPermissionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5448
|
+
DeleteMJAISkillPermission(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5449
|
+
}
|
|
5450
|
+
export declare class MJAISkillSubAgent_ {
|
|
5451
|
+
ID: string;
|
|
5452
|
+
SkillID: string;
|
|
5453
|
+
SubAgentID: string;
|
|
5454
|
+
_mj__CreatedAt: Date;
|
|
5455
|
+
_mj__UpdatedAt: Date;
|
|
5456
|
+
Skill: string;
|
|
5457
|
+
SubAgent?: string;
|
|
5458
|
+
}
|
|
5459
|
+
export declare class CreateMJAISkillSubAgentInput {
|
|
5460
|
+
ID?: string;
|
|
5461
|
+
SkillID?: string;
|
|
5462
|
+
SubAgentID?: string;
|
|
5463
|
+
RestoreContext___?: RestoreContextInput;
|
|
5464
|
+
}
|
|
5465
|
+
export declare class UpdateMJAISkillSubAgentInput {
|
|
5466
|
+
ID: string;
|
|
5467
|
+
SkillID?: string;
|
|
5468
|
+
SubAgentID?: string;
|
|
5469
|
+
OldValues___?: KeyValuePairInput[];
|
|
5470
|
+
RestoreContext___?: RestoreContextInput;
|
|
5471
|
+
}
|
|
5472
|
+
export declare class RunMJAISkillSubAgentViewResult {
|
|
5473
|
+
Results: MJAISkillSubAgent_[];
|
|
5474
|
+
UserViewRunID?: string;
|
|
5475
|
+
RowCount: number;
|
|
5476
|
+
TotalRowCount: number;
|
|
5477
|
+
ExecutionTime: number;
|
|
5478
|
+
ErrorMessage?: string;
|
|
5479
|
+
Success: boolean;
|
|
5480
|
+
}
|
|
5481
|
+
export declare class MJAISkillSubAgentResolver extends ResolverBase {
|
|
5482
|
+
RunMJAISkillSubAgentViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5483
|
+
RunMJAISkillSubAgentViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5484
|
+
RunMJAISkillSubAgentDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5485
|
+
MJAISkillSubAgent(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAISkillSubAgent_ | null>;
|
|
5486
|
+
CreateMJAISkillSubAgent(input: CreateMJAISkillSubAgentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5487
|
+
UpdateMJAISkillSubAgent(input: UpdateMJAISkillSubAgentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5488
|
+
DeleteMJAISkillSubAgent(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5489
|
+
}
|
|
5490
|
+
export declare class MJAISkill_ {
|
|
5491
|
+
ID: string;
|
|
5492
|
+
Name: string;
|
|
5493
|
+
Description?: string;
|
|
5494
|
+
Instructions: string;
|
|
5495
|
+
Status: string;
|
|
5496
|
+
Category?: string;
|
|
5497
|
+
IconClass?: string;
|
|
5498
|
+
Color?: string;
|
|
5499
|
+
CreatedByUserID: string;
|
|
5500
|
+
_mj__CreatedAt: Date;
|
|
5501
|
+
_mj__UpdatedAt: Date;
|
|
5502
|
+
ActivationMode: string;
|
|
5503
|
+
CreatedByUser: string;
|
|
5504
|
+
MJAISkillSubAgents_SkillIDArray: MJAISkillSubAgent_[];
|
|
5505
|
+
MJAIAgentSkills_SkillIDArray: MJAIAgentSkill_[];
|
|
5506
|
+
MJAISkillActions_SkillIDArray: MJAISkillAction_[];
|
|
5507
|
+
MJAISkillPermissions_SkillIDArray: MJAISkillPermission_[];
|
|
5508
|
+
}
|
|
5509
|
+
export declare class CreateMJAISkillInput {
|
|
5510
|
+
ID?: string;
|
|
5511
|
+
Name?: string;
|
|
5512
|
+
Description: string | null;
|
|
5513
|
+
Instructions?: string;
|
|
5514
|
+
Status?: string;
|
|
5515
|
+
Category: string | null;
|
|
5516
|
+
IconClass: string | null;
|
|
5517
|
+
Color: string | null;
|
|
5518
|
+
CreatedByUserID?: string;
|
|
5519
|
+
ActivationMode?: string;
|
|
5520
|
+
RestoreContext___?: RestoreContextInput;
|
|
5521
|
+
}
|
|
5522
|
+
export declare class UpdateMJAISkillInput {
|
|
5523
|
+
ID: string;
|
|
5524
|
+
Name?: string;
|
|
5525
|
+
Description?: string | null;
|
|
5526
|
+
Instructions?: string;
|
|
5527
|
+
Status?: string;
|
|
5528
|
+
Category?: string | null;
|
|
5529
|
+
IconClass?: string | null;
|
|
5530
|
+
Color?: string | null;
|
|
5531
|
+
CreatedByUserID?: string;
|
|
5532
|
+
ActivationMode?: string;
|
|
5533
|
+
OldValues___?: KeyValuePairInput[];
|
|
5534
|
+
RestoreContext___?: RestoreContextInput;
|
|
5535
|
+
}
|
|
5536
|
+
export declare class RunMJAISkillViewResult {
|
|
5537
|
+
Results: MJAISkill_[];
|
|
5538
|
+
UserViewRunID?: string;
|
|
5539
|
+
RowCount: number;
|
|
5540
|
+
TotalRowCount: number;
|
|
5541
|
+
ExecutionTime: number;
|
|
5542
|
+
ErrorMessage?: string;
|
|
5543
|
+
Success: boolean;
|
|
5544
|
+
}
|
|
5545
|
+
export declare class MJAISkillResolver extends ResolverBase {
|
|
5546
|
+
RunMJAISkillViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5547
|
+
RunMJAISkillViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5548
|
+
RunMJAISkillDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5549
|
+
MJAISkill(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAISkill_ | null>;
|
|
5550
|
+
MJAISkillSubAgents_SkillIDArray(mjaiskill_: MJAISkill_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5551
|
+
MJAIAgentSkills_SkillIDArray(mjaiskill_: MJAISkill_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5552
|
+
MJAISkillActions_SkillIDArray(mjaiskill_: MJAISkill_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5553
|
+
MJAISkillPermissions_SkillIDArray(mjaiskill_: MJAISkill_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5554
|
+
CreateMJAISkill(input: CreateMJAISkillInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5555
|
+
UpdateMJAISkill(input: UpdateMJAISkillInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5556
|
+
DeleteMJAISkill(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5557
|
+
}
|
|
5228
5558
|
export declare class MJAIVendorTypeDefinition_ {
|
|
5229
5559
|
ID: string;
|
|
5230
5560
|
Name: string;
|
|
@@ -5926,6 +6256,7 @@ export declare class MJApplication_ {
|
|
|
5926
6256
|
HideNavBarIconWhenActive: boolean;
|
|
5927
6257
|
Path: string;
|
|
5928
6258
|
AutoUpdatePath: boolean;
|
|
6259
|
+
AgentSettings?: string;
|
|
5929
6260
|
MJApplicationEntities_ApplicationIDArray: MJApplicationEntity_[];
|
|
5930
6261
|
MJApplicationSettings_ApplicationIDArray: MJApplicationSetting_[];
|
|
5931
6262
|
MJUserApplications_ApplicationIDArray: MJUserApplication_[];
|
|
@@ -5935,6 +6266,7 @@ export declare class MJApplication_ {
|
|
|
5935
6266
|
MJConversations_ApplicationIDArray: MJConversation_[];
|
|
5936
6267
|
MJMagicLinkInviteApplications_ApplicationIDArray: MJMagicLinkInviteApplication_[];
|
|
5937
6268
|
MJMagicLinkInvites_ApplicationIDArray: MJMagicLinkInvite_[];
|
|
6269
|
+
MJConversationWidgetInstances_ApplicationIDArray: MJConversationWidgetInstance_[];
|
|
5938
6270
|
}
|
|
5939
6271
|
export declare class CreateMJApplicationInput {
|
|
5940
6272
|
ID?: string;
|
|
@@ -5953,6 +6285,7 @@ export declare class CreateMJApplicationInput {
|
|
|
5953
6285
|
HideNavBarIconWhenActive?: boolean;
|
|
5954
6286
|
Path?: string;
|
|
5955
6287
|
AutoUpdatePath?: boolean;
|
|
6288
|
+
AgentSettings: string | null;
|
|
5956
6289
|
RestoreContext___?: RestoreContextInput;
|
|
5957
6290
|
}
|
|
5958
6291
|
export declare class UpdateMJApplicationInput {
|
|
@@ -5972,6 +6305,7 @@ export declare class UpdateMJApplicationInput {
|
|
|
5972
6305
|
HideNavBarIconWhenActive?: boolean;
|
|
5973
6306
|
Path?: string;
|
|
5974
6307
|
AutoUpdatePath?: boolean;
|
|
6308
|
+
AgentSettings?: string | null;
|
|
5975
6309
|
OldValues___?: KeyValuePairInput[];
|
|
5976
6310
|
RestoreContext___?: RestoreContextInput;
|
|
5977
6311
|
}
|
|
@@ -5999,6 +6333,7 @@ export declare class MJApplicationResolver extends ResolverBase {
|
|
|
5999
6333
|
MJConversations_ApplicationIDArray(mjapplication_: MJApplication_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6000
6334
|
MJMagicLinkInviteApplications_ApplicationIDArray(mjapplication_: MJApplication_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6001
6335
|
MJMagicLinkInvites_ApplicationIDArray(mjapplication_: MJApplication_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6336
|
+
MJConversationWidgetInstances_ApplicationIDArray(mjapplication_: MJApplication_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6002
6337
|
CreateMJApplication(input: CreateMJApplicationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6003
6338
|
UpdateMJApplication(input: UpdateMJApplicationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6004
6339
|
DeleteMJApplication(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -7011,6 +7346,8 @@ export declare class MJCollectionArtifact_ {
|
|
|
7011
7346
|
_mj__CreatedAt: Date;
|
|
7012
7347
|
_mj__UpdatedAt: Date;
|
|
7013
7348
|
ArtifactVersionID: string;
|
|
7349
|
+
ContextDescription?: string;
|
|
7350
|
+
Preload: boolean;
|
|
7014
7351
|
Collection: string;
|
|
7015
7352
|
ArtifactVersion?: string;
|
|
7016
7353
|
}
|
|
@@ -7019,6 +7356,8 @@ export declare class CreateMJCollectionArtifactInput {
|
|
|
7019
7356
|
CollectionID?: string;
|
|
7020
7357
|
Sequence?: number;
|
|
7021
7358
|
ArtifactVersionID?: string;
|
|
7359
|
+
ContextDescription: string | null;
|
|
7360
|
+
Preload?: boolean;
|
|
7022
7361
|
RestoreContext___?: RestoreContextInput;
|
|
7023
7362
|
}
|
|
7024
7363
|
export declare class UpdateMJCollectionArtifactInput {
|
|
@@ -7026,6 +7365,8 @@ export declare class UpdateMJCollectionArtifactInput {
|
|
|
7026
7365
|
CollectionID?: string;
|
|
7027
7366
|
Sequence?: number;
|
|
7028
7367
|
ArtifactVersionID?: string;
|
|
7368
|
+
ContextDescription?: string | null;
|
|
7369
|
+
Preload?: boolean;
|
|
7029
7370
|
OldValues___?: KeyValuePairInput[];
|
|
7030
7371
|
RestoreContext___?: RestoreContextInput;
|
|
7031
7372
|
}
|
|
@@ -7122,6 +7463,7 @@ export declare class MJCollection_ {
|
|
|
7122
7463
|
MJCollectionArtifacts_CollectionIDArray: MJCollectionArtifact_[];
|
|
7123
7464
|
MJCollectionPermissions_CollectionIDArray: MJCollectionPermission_[];
|
|
7124
7465
|
MJCollections_ParentIDArray: MJCollection_[];
|
|
7466
|
+
MJAIAgents_DefaultMediaCollectionIDArray: MJAIAgent_[];
|
|
7125
7467
|
}
|
|
7126
7468
|
export declare class CreateMJCollectionInput {
|
|
7127
7469
|
ID?: string;
|
|
@@ -7165,6 +7507,7 @@ export declare class MJCollectionResolver extends ResolverBase {
|
|
|
7165
7507
|
MJCollectionArtifacts_CollectionIDArray(mjcollection_: MJCollection_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7166
7508
|
MJCollectionPermissions_CollectionIDArray(mjcollection_: MJCollection_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7167
7509
|
MJCollections_ParentIDArray(mjcollection_: MJCollection_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7510
|
+
MJAIAgents_DefaultMediaCollectionIDArray(mjcollection_: MJCollection_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7168
7511
|
CreateMJCollection(input: CreateMJCollectionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7169
7512
|
UpdateMJCollection(input: UpdateMJCollectionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7170
7513
|
DeleteMJCollection(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -9540,6 +9883,10 @@ export declare class MJConversationDetail_ {
|
|
|
9540
9883
|
AutomaticCommands?: string;
|
|
9541
9884
|
OriginalMessageChanged: boolean;
|
|
9542
9885
|
AgentSessionID?: string;
|
|
9886
|
+
TurnEndedAt?: Date;
|
|
9887
|
+
UtteranceStartMs?: number;
|
|
9888
|
+
UtteranceEndMs?: number;
|
|
9889
|
+
MediaType?: string;
|
|
9543
9890
|
Conversation?: string;
|
|
9544
9891
|
User?: string;
|
|
9545
9892
|
Artifact?: string;
|
|
@@ -9585,6 +9932,10 @@ export declare class CreateMJConversationDetailInput {
|
|
|
9585
9932
|
AutomaticCommands: string | null;
|
|
9586
9933
|
OriginalMessageChanged?: boolean;
|
|
9587
9934
|
AgentSessionID: string | null;
|
|
9935
|
+
TurnEndedAt: Date | null;
|
|
9936
|
+
UtteranceStartMs: number | null;
|
|
9937
|
+
UtteranceEndMs: number | null;
|
|
9938
|
+
MediaType: string | null;
|
|
9588
9939
|
RestoreContext___?: RestoreContextInput;
|
|
9589
9940
|
}
|
|
9590
9941
|
export declare class UpdateMJConversationDetailInput {
|
|
@@ -9614,6 +9965,10 @@ export declare class UpdateMJConversationDetailInput {
|
|
|
9614
9965
|
AutomaticCommands?: string | null;
|
|
9615
9966
|
OriginalMessageChanged?: boolean;
|
|
9616
9967
|
AgentSessionID?: string | null;
|
|
9968
|
+
TurnEndedAt?: Date | null;
|
|
9969
|
+
UtteranceStartMs?: number | null;
|
|
9970
|
+
UtteranceEndMs?: number | null;
|
|
9971
|
+
MediaType?: string | null;
|
|
9617
9972
|
OldValues___?: KeyValuePairInput[];
|
|
9618
9973
|
RestoreContext___?: RestoreContextInput;
|
|
9619
9974
|
}
|
|
@@ -9644,6 +9999,89 @@ export declare class MJConversationDetailResolver extends ResolverBase {
|
|
|
9644
9999
|
UpdateMJConversationDetail(input: UpdateMJConversationDetailInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9645
10000
|
DeleteMJConversationDetail(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9646
10001
|
}
|
|
10002
|
+
export declare class MJConversationWidgetInstance_ {
|
|
10003
|
+
ID: string;
|
|
10004
|
+
Name: string;
|
|
10005
|
+
PublicKey: string;
|
|
10006
|
+
ApplicationID: string;
|
|
10007
|
+
PinnedAgentID: string;
|
|
10008
|
+
GuestRoleID: string;
|
|
10009
|
+
AllowedOrigins?: string;
|
|
10010
|
+
Modality: string;
|
|
10011
|
+
AuthStrategy: string;
|
|
10012
|
+
Status: string;
|
|
10013
|
+
SessionTTLMinutes: number;
|
|
10014
|
+
RateLimitPerMinute: number;
|
|
10015
|
+
VoiceMaxSessionMinutes?: number;
|
|
10016
|
+
EnabledChannels?: string;
|
|
10017
|
+
HostPublicKey?: string;
|
|
10018
|
+
RememberReturningVisitors: boolean;
|
|
10019
|
+
VisitorMemoryRetentionDays?: number;
|
|
10020
|
+
_mj__CreatedAt: Date;
|
|
10021
|
+
_mj__UpdatedAt: Date;
|
|
10022
|
+
Application: string;
|
|
10023
|
+
PinnedAgent?: string;
|
|
10024
|
+
GuestRole: string;
|
|
10025
|
+
}
|
|
10026
|
+
export declare class CreateMJConversationWidgetInstanceInput {
|
|
10027
|
+
ID?: string;
|
|
10028
|
+
Name?: string;
|
|
10029
|
+
PublicKey?: string;
|
|
10030
|
+
ApplicationID?: string;
|
|
10031
|
+
PinnedAgentID?: string;
|
|
10032
|
+
GuestRoleID?: string;
|
|
10033
|
+
AllowedOrigins: string | null;
|
|
10034
|
+
Modality?: string;
|
|
10035
|
+
AuthStrategy?: string;
|
|
10036
|
+
Status?: string;
|
|
10037
|
+
SessionTTLMinutes?: number;
|
|
10038
|
+
RateLimitPerMinute?: number;
|
|
10039
|
+
VoiceMaxSessionMinutes: number | null;
|
|
10040
|
+
EnabledChannels: string | null;
|
|
10041
|
+
HostPublicKey: string | null;
|
|
10042
|
+
RememberReturningVisitors?: boolean;
|
|
10043
|
+
VisitorMemoryRetentionDays: number | null;
|
|
10044
|
+
RestoreContext___?: RestoreContextInput;
|
|
10045
|
+
}
|
|
10046
|
+
export declare class UpdateMJConversationWidgetInstanceInput {
|
|
10047
|
+
ID: string;
|
|
10048
|
+
Name?: string;
|
|
10049
|
+
PublicKey?: string;
|
|
10050
|
+
ApplicationID?: string;
|
|
10051
|
+
PinnedAgentID?: string;
|
|
10052
|
+
GuestRoleID?: string;
|
|
10053
|
+
AllowedOrigins?: string | null;
|
|
10054
|
+
Modality?: string;
|
|
10055
|
+
AuthStrategy?: string;
|
|
10056
|
+
Status?: string;
|
|
10057
|
+
SessionTTLMinutes?: number;
|
|
10058
|
+
RateLimitPerMinute?: number;
|
|
10059
|
+
VoiceMaxSessionMinutes?: number | null;
|
|
10060
|
+
EnabledChannels?: string | null;
|
|
10061
|
+
HostPublicKey?: string | null;
|
|
10062
|
+
RememberReturningVisitors?: boolean;
|
|
10063
|
+
VisitorMemoryRetentionDays?: number | null;
|
|
10064
|
+
OldValues___?: KeyValuePairInput[];
|
|
10065
|
+
RestoreContext___?: RestoreContextInput;
|
|
10066
|
+
}
|
|
10067
|
+
export declare class RunMJConversationWidgetInstanceViewResult {
|
|
10068
|
+
Results: MJConversationWidgetInstance_[];
|
|
10069
|
+
UserViewRunID?: string;
|
|
10070
|
+
RowCount: number;
|
|
10071
|
+
TotalRowCount: number;
|
|
10072
|
+
ExecutionTime: number;
|
|
10073
|
+
ErrorMessage?: string;
|
|
10074
|
+
Success: boolean;
|
|
10075
|
+
}
|
|
10076
|
+
export declare class MJConversationWidgetInstanceResolver extends ResolverBase {
|
|
10077
|
+
RunMJConversationWidgetInstanceViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
10078
|
+
RunMJConversationWidgetInstanceViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
10079
|
+
RunMJConversationWidgetInstanceDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
10080
|
+
MJConversationWidgetInstance(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJConversationWidgetInstance_ | null>;
|
|
10081
|
+
CreateMJConversationWidgetInstance(input: CreateMJConversationWidgetInstanceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10082
|
+
UpdateMJConversationWidgetInstance(input: UpdateMJConversationWidgetInstanceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10083
|
+
DeleteMJConversationWidgetInstance(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10084
|
+
}
|
|
9647
10085
|
export declare class MJConversation_ {
|
|
9648
10086
|
ID: string;
|
|
9649
10087
|
UserID: string;
|
|
@@ -9666,6 +10104,10 @@ export declare class MJConversation_ {
|
|
|
9666
10104
|
ApplicationID?: string;
|
|
9667
10105
|
DefaultAgentID?: string;
|
|
9668
10106
|
AdditionalData?: string;
|
|
10107
|
+
RecordingFileID?: string;
|
|
10108
|
+
EgressID?: string;
|
|
10109
|
+
VisitorKey?: string;
|
|
10110
|
+
LastConversationID?: string;
|
|
9669
10111
|
User: string;
|
|
9670
10112
|
LinkedEntity?: string;
|
|
9671
10113
|
DataContext?: string;
|
|
@@ -9674,6 +10116,9 @@ export declare class MJConversation_ {
|
|
|
9674
10116
|
TestRun?: string;
|
|
9675
10117
|
Application?: string;
|
|
9676
10118
|
DefaultAgent?: string;
|
|
10119
|
+
RecordingFile?: string;
|
|
10120
|
+
LastConversation?: string;
|
|
10121
|
+
RootLastConversationID?: string;
|
|
9677
10122
|
MJConversationDetails_ConversationIDArray: MJConversationDetail_[];
|
|
9678
10123
|
MJReports_ConversationIDArray: MJReport_[];
|
|
9679
10124
|
MJConversationArtifacts_ConversationIDArray: MJConversationArtifact_[];
|
|
@@ -9681,6 +10126,8 @@ export declare class MJConversation_ {
|
|
|
9681
10126
|
MJAIAgentRuns_ConversationIDArray: MJAIAgentRun_[];
|
|
9682
10127
|
MJAIAgentExamples_SourceConversationIDArray: MJAIAgentExample_[];
|
|
9683
10128
|
MJAIAgentSessions_ConversationIDArray: MJAIAgentSession_[];
|
|
10129
|
+
MJConversations_LastConversationIDArray: MJConversation_[];
|
|
10130
|
+
MJUserRoutines_ConversationIDArray: MJUserRoutine_[];
|
|
9684
10131
|
}
|
|
9685
10132
|
export declare class CreateMJConversationInput {
|
|
9686
10133
|
ID?: string;
|
|
@@ -9702,6 +10149,10 @@ export declare class CreateMJConversationInput {
|
|
|
9702
10149
|
ApplicationID: string | null;
|
|
9703
10150
|
DefaultAgentID: string | null;
|
|
9704
10151
|
AdditionalData: string | null;
|
|
10152
|
+
RecordingFileID: string | null;
|
|
10153
|
+
EgressID: string | null;
|
|
10154
|
+
VisitorKey: string | null;
|
|
10155
|
+
LastConversationID: string | null;
|
|
9705
10156
|
RestoreContext___?: RestoreContextInput;
|
|
9706
10157
|
}
|
|
9707
10158
|
export declare class UpdateMJConversationInput {
|
|
@@ -9724,6 +10175,10 @@ export declare class UpdateMJConversationInput {
|
|
|
9724
10175
|
ApplicationID?: string | null;
|
|
9725
10176
|
DefaultAgentID?: string | null;
|
|
9726
10177
|
AdditionalData?: string | null;
|
|
10178
|
+
RecordingFileID?: string | null;
|
|
10179
|
+
EgressID?: string | null;
|
|
10180
|
+
VisitorKey?: string | null;
|
|
10181
|
+
LastConversationID?: string | null;
|
|
9727
10182
|
OldValues___?: KeyValuePairInput[];
|
|
9728
10183
|
RestoreContext___?: RestoreContextInput;
|
|
9729
10184
|
}
|
|
@@ -9748,6 +10203,8 @@ export declare class MJConversationResolver extends ResolverBase {
|
|
|
9748
10203
|
MJAIAgentRuns_ConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9749
10204
|
MJAIAgentExamples_SourceConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9750
10205
|
MJAIAgentSessions_ConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10206
|
+
MJConversations_LastConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10207
|
+
MJUserRoutines_ConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9751
10208
|
CreateMJConversation(input: CreateMJConversationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9752
10209
|
UpdateMJConversation(input: UpdateMJConversationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9753
10210
|
DeleteMJConversation(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -9875,6 +10332,7 @@ export declare class MJCredentialType_ {
|
|
|
9875
10332
|
MJCredentials_CredentialTypeIDArray: MJCredential_[];
|
|
9876
10333
|
MJMCPServers_CredentialTypeIDArray: MJMCPServer_[];
|
|
9877
10334
|
MJIntegrations_CredentialTypeIDArray: MJIntegration_[];
|
|
10335
|
+
MJExternalDataSourceTypes_RequiredCredentialTypeIDArray: MJExternalDataSourceType_[];
|
|
9878
10336
|
MJAIVendors_CredentialTypeIDArray: MJAIVendor_[];
|
|
9879
10337
|
}
|
|
9880
10338
|
export declare class CreateMJCredentialTypeInput {
|
|
@@ -9915,6 +10373,7 @@ export declare class MJCredentialTypeResolver extends ResolverBase {
|
|
|
9915
10373
|
MJCredentials_CredentialTypeIDArray(mjcredentialtype_: MJCredentialType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9916
10374
|
MJMCPServers_CredentialTypeIDArray(mjcredentialtype_: MJCredentialType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9917
10375
|
MJIntegrations_CredentialTypeIDArray(mjcredentialtype_: MJCredentialType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10376
|
+
MJExternalDataSourceTypes_RequiredCredentialTypeIDArray(mjcredentialtype_: MJCredentialType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9918
10377
|
MJAIVendors_CredentialTypeIDArray(mjcredentialtype_: MJCredentialType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9919
10378
|
CreateMJCredentialType(input: CreateMJCredentialTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9920
10379
|
UpdateMJCredentialType(input: UpdateMJCredentialTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -9945,6 +10404,7 @@ export declare class MJCredential_ {
|
|
|
9945
10404
|
MJAICredentialBindings_CredentialIDArray: MJAICredentialBinding_[];
|
|
9946
10405
|
MJCompanyIntegrations_CredentialIDArray: MJCompanyIntegration_[];
|
|
9947
10406
|
MJSignatureAccounts_CredentialIDArray: MJSignatureAccount_[];
|
|
10407
|
+
MJExternalDataSources_CredentialIDArray: MJExternalDataSource_[];
|
|
9948
10408
|
}
|
|
9949
10409
|
export declare class CreateMJCredentialInput {
|
|
9950
10410
|
ID?: string;
|
|
@@ -9999,6 +10459,7 @@ export declare class MJCredentialResolver extends ResolverBase {
|
|
|
9999
10459
|
MJAICredentialBindings_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10000
10460
|
MJCompanyIntegrations_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10001
10461
|
MJSignatureAccounts_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10462
|
+
MJExternalDataSources_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10002
10463
|
CreateMJCredential(input: CreateMJCredentialInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10003
10464
|
UpdateMJCredential(input: UpdateMJCredentialInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10004
10465
|
DeleteMJCredential(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -10682,8 +11143,17 @@ export declare class MJDuplicateRunDetailMatch_ {
|
|
|
10682
11143
|
_mj__CreatedAt: Date;
|
|
10683
11144
|
_mj__UpdatedAt: Date;
|
|
10684
11145
|
RecordMetadata?: string;
|
|
11146
|
+
AIAgentRunID?: string;
|
|
11147
|
+
AIPromptRunID?: string;
|
|
11148
|
+
LLMRecommendation?: string;
|
|
11149
|
+
LLMConfidence?: number;
|
|
11150
|
+
LLMReasoning?: string;
|
|
11151
|
+
LLMProposedSurvivorRecordID?: string;
|
|
11152
|
+
LLMProposedFieldMap?: string;
|
|
10685
11153
|
DuplicateRunDetail: string;
|
|
10686
11154
|
RecordMergeLog?: string;
|
|
11155
|
+
AIAgentRun?: string;
|
|
11156
|
+
AIPromptRun?: string;
|
|
10687
11157
|
}
|
|
10688
11158
|
export declare class CreateMJDuplicateRunDetailMatchInput {
|
|
10689
11159
|
ID?: string;
|
|
@@ -10698,6 +11168,13 @@ export declare class CreateMJDuplicateRunDetailMatchInput {
|
|
|
10698
11168
|
MergeStatus?: string;
|
|
10699
11169
|
MergedAt?: Date;
|
|
10700
11170
|
RecordMetadata: string | null;
|
|
11171
|
+
AIAgentRunID: string | null;
|
|
11172
|
+
AIPromptRunID: string | null;
|
|
11173
|
+
LLMRecommendation: string | null;
|
|
11174
|
+
LLMConfidence: number | null;
|
|
11175
|
+
LLMReasoning: string | null;
|
|
11176
|
+
LLMProposedSurvivorRecordID: string | null;
|
|
11177
|
+
LLMProposedFieldMap: string | null;
|
|
10701
11178
|
RestoreContext___?: RestoreContextInput;
|
|
10702
11179
|
}
|
|
10703
11180
|
export declare class UpdateMJDuplicateRunDetailMatchInput {
|
|
@@ -10713,6 +11190,13 @@ export declare class UpdateMJDuplicateRunDetailMatchInput {
|
|
|
10713
11190
|
MergeStatus?: string;
|
|
10714
11191
|
MergedAt?: Date;
|
|
10715
11192
|
RecordMetadata?: string | null;
|
|
11193
|
+
AIAgentRunID?: string | null;
|
|
11194
|
+
AIPromptRunID?: string | null;
|
|
11195
|
+
LLMRecommendation?: string | null;
|
|
11196
|
+
LLMConfidence?: number | null;
|
|
11197
|
+
LLMReasoning?: string | null;
|
|
11198
|
+
LLMProposedSurvivorRecordID?: string | null;
|
|
11199
|
+
LLMProposedFieldMap?: string | null;
|
|
10716
11200
|
OldValues___?: KeyValuePairInput[];
|
|
10717
11201
|
RestoreContext___?: RestoreContextInput;
|
|
10718
11202
|
}
|
|
@@ -11326,12 +11810,15 @@ export declare class MJEntity_ {
|
|
|
11326
11810
|
AutoUpdateSupportsGeoCoding: boolean;
|
|
11327
11811
|
AllowCaching: boolean;
|
|
11328
11812
|
DetectExternalChanges: boolean;
|
|
11813
|
+
ExternalDataSourceID?: string;
|
|
11814
|
+
ExternalObjectName?: string;
|
|
11329
11815
|
CodeName?: string;
|
|
11330
11816
|
ClassName?: string;
|
|
11331
11817
|
BaseTableCodeName?: string;
|
|
11332
11818
|
ParentEntity?: string;
|
|
11333
11819
|
ParentBaseTable?: string;
|
|
11334
11820
|
ParentBaseView?: string;
|
|
11821
|
+
CanonicalSchemaName?: string;
|
|
11335
11822
|
MJApplicationEntities_EntityIDArray: MJApplicationEntity_[];
|
|
11336
11823
|
MJAuditLogs_EntityIDArray: MJAuditLog_[];
|
|
11337
11824
|
MJCompanyIntegrationRecordMaps_EntityIDArray: MJCompanyIntegrationRecordMap_[];
|
|
@@ -11398,6 +11885,10 @@ export declare class MJEntity_ {
|
|
|
11398
11885
|
MJProcessRuns_EntityIDArray: MJProcessRun_[];
|
|
11399
11886
|
MJRecordProcessWatermarks_EntityIDArray: MJRecordProcessWatermark_[];
|
|
11400
11887
|
MJRecordProcesses_EntityIDArray: MJRecordProcess_[];
|
|
11888
|
+
MJMLTrainingPipelines_TargetEntityIDArray: MJMLTrainingPipeline_[];
|
|
11889
|
+
MJMLModelScoringBindings_TargetEntityIDArray: MJMLModelScoringBinding_[];
|
|
11890
|
+
MJAIAgentSessions_LinkedEntityIDArray: MJAIAgentSession_[];
|
|
11891
|
+
MJScopedPromptParts_PrimaryScopeEntityIDArray: MJScopedPromptPart_[];
|
|
11401
11892
|
}
|
|
11402
11893
|
export declare class CreateMJEntityInput {
|
|
11403
11894
|
ID?: string;
|
|
@@ -11461,6 +11952,8 @@ export declare class CreateMJEntityInput {
|
|
|
11461
11952
|
AutoUpdateSupportsGeoCoding?: boolean;
|
|
11462
11953
|
AllowCaching?: boolean;
|
|
11463
11954
|
DetectExternalChanges?: boolean;
|
|
11955
|
+
ExternalDataSourceID: string | null;
|
|
11956
|
+
ExternalObjectName: string | null;
|
|
11464
11957
|
RestoreContext___?: RestoreContextInput;
|
|
11465
11958
|
}
|
|
11466
11959
|
export declare class UpdateMJEntityInput {
|
|
@@ -11525,6 +12018,8 @@ export declare class UpdateMJEntityInput {
|
|
|
11525
12018
|
AutoUpdateSupportsGeoCoding?: boolean;
|
|
11526
12019
|
AllowCaching?: boolean;
|
|
11527
12020
|
DetectExternalChanges?: boolean;
|
|
12021
|
+
ExternalDataSourceID?: string | null;
|
|
12022
|
+
ExternalObjectName?: string | null;
|
|
11528
12023
|
OldValues___?: KeyValuePairInput[];
|
|
11529
12024
|
RestoreContext___?: RestoreContextInput;
|
|
11530
12025
|
}
|
|
@@ -11609,6 +12104,10 @@ export declare class MJEntityResolverBase extends ResolverBase {
|
|
|
11609
12104
|
MJProcessRuns_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11610
12105
|
MJRecordProcessWatermarks_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11611
12106
|
MJRecordProcesses_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12107
|
+
MJMLTrainingPipelines_TargetEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12108
|
+
MJMLModelScoringBindings_TargetEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12109
|
+
MJAIAgentSessions_LinkedEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12110
|
+
MJScopedPromptParts_PrimaryScopeEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11612
12111
|
CreateMJEntity(input: CreateMJEntityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11613
12112
|
UpdateMJEntity(input: UpdateMJEntityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11614
12113
|
DeleteMJEntity(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -12151,12 +12650,20 @@ export declare class MJEntityDocument_ {
|
|
|
12151
12650
|
_mj__UpdatedAt: Date;
|
|
12152
12651
|
VectorIndexID?: string;
|
|
12153
12652
|
Configuration?: string;
|
|
12653
|
+
EnableLLMReasoning: boolean;
|
|
12654
|
+
ReasoningMode: string;
|
|
12655
|
+
ReasoningThreshold?: number;
|
|
12656
|
+
ReasoningPromptID?: string;
|
|
12657
|
+
ReasoningAgentID?: string;
|
|
12658
|
+
AutomationLevel: string;
|
|
12154
12659
|
Type: string;
|
|
12155
12660
|
Entity: string;
|
|
12156
12661
|
VectorDatabase: string;
|
|
12157
12662
|
Template: string;
|
|
12158
12663
|
AIModel: string;
|
|
12159
12664
|
VectorIndex?: string;
|
|
12665
|
+
ReasoningPrompt?: string;
|
|
12666
|
+
ReasoningAgent?: string;
|
|
12160
12667
|
MJEntityDocumentRuns_EntityDocumentIDArray: MJEntityDocumentRun_[];
|
|
12161
12668
|
MJEntityDocumentSettings_EntityDocumentIDArray: MJEntityDocumentSetting_[];
|
|
12162
12669
|
MJEntityRecordDocuments_EntityDocumentIDArray: MJEntityRecordDocument_[];
|
|
@@ -12175,6 +12682,12 @@ export declare class CreateMJEntityDocumentInput {
|
|
|
12175
12682
|
AbsoluteMatchThreshold?: number;
|
|
12176
12683
|
VectorIndexID: string | null;
|
|
12177
12684
|
Configuration: string | null;
|
|
12685
|
+
EnableLLMReasoning?: boolean;
|
|
12686
|
+
ReasoningMode?: string;
|
|
12687
|
+
ReasoningThreshold: number | null;
|
|
12688
|
+
ReasoningPromptID: string | null;
|
|
12689
|
+
ReasoningAgentID: string | null;
|
|
12690
|
+
AutomationLevel?: string;
|
|
12178
12691
|
RestoreContext___?: RestoreContextInput;
|
|
12179
12692
|
}
|
|
12180
12693
|
export declare class UpdateMJEntityDocumentInput {
|
|
@@ -12190,6 +12703,12 @@ export declare class UpdateMJEntityDocumentInput {
|
|
|
12190
12703
|
AbsoluteMatchThreshold?: number;
|
|
12191
12704
|
VectorIndexID?: string | null;
|
|
12192
12705
|
Configuration?: string | null;
|
|
12706
|
+
EnableLLMReasoning?: boolean;
|
|
12707
|
+
ReasoningMode?: string;
|
|
12708
|
+
ReasoningThreshold?: number | null;
|
|
12709
|
+
ReasoningPromptID?: string | null;
|
|
12710
|
+
ReasoningAgentID?: string | null;
|
|
12711
|
+
AutomationLevel?: string;
|
|
12193
12712
|
OldValues___?: KeyValuePairInput[];
|
|
12194
12713
|
RestoreContext___?: RestoreContextInput;
|
|
12195
12714
|
}
|
|
@@ -13017,6 +13536,7 @@ export declare class MJEnvironment_ {
|
|
|
13017
13536
|
MJTasks_EnvironmentIDArray: MJTask_[];
|
|
13018
13537
|
MJReports_EnvironmentIDArray: MJReport_[];
|
|
13019
13538
|
MJConversations_EnvironmentIDArray: MJConversation_[];
|
|
13539
|
+
MJUserRoutines_EnvironmentIDArray: MJUserRoutine_[];
|
|
13020
13540
|
}
|
|
13021
13541
|
export declare class CreateMJEnvironmentInput {
|
|
13022
13542
|
ID?: string;
|
|
@@ -13056,6 +13576,7 @@ export declare class MJEnvironmentResolver extends ResolverBase {
|
|
|
13056
13576
|
MJTasks_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13057
13577
|
MJReports_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13058
13578
|
MJConversations_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13579
|
+
MJUserRoutines_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13059
13580
|
CreateMJEnvironment(input: CreateMJEnvironmentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13060
13581
|
UpdateMJEnvironment(input: UpdateMJEnvironmentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13061
13582
|
DeleteMJEnvironment(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -13118,40 +13639,218 @@ export declare class MJErrorLogResolver extends ResolverBase {
|
|
|
13118
13639
|
UpdateMJErrorLog(input: UpdateMJErrorLogInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13119
13640
|
DeleteMJErrorLog(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13120
13641
|
}
|
|
13121
|
-
export declare class
|
|
13642
|
+
export declare class MJExperimentSessionIteration_ {
|
|
13122
13643
|
ID: string;
|
|
13644
|
+
ExperimentSessionID: string;
|
|
13123
13645
|
Sequence: number;
|
|
13124
|
-
|
|
13125
|
-
|
|
13126
|
-
|
|
13127
|
-
|
|
13128
|
-
|
|
13129
|
-
|
|
13130
|
-
|
|
13131
|
-
Comments?: string;
|
|
13646
|
+
Label?: string;
|
|
13647
|
+
Status: string;
|
|
13648
|
+
Score?: number;
|
|
13649
|
+
ComputeCost?: number;
|
|
13650
|
+
TokensUsed?: number;
|
|
13651
|
+
Rationale?: string;
|
|
13652
|
+
AIAgentRunID?: string;
|
|
13132
13653
|
_mj__CreatedAt: Date;
|
|
13133
13654
|
_mj__UpdatedAt: Date;
|
|
13655
|
+
ExperimentSession: string;
|
|
13656
|
+
AIAgentRun?: string;
|
|
13657
|
+
MJMLTrainingRuns_ExperimentSessionIterationIDArray: MJMLTrainingRun_[];
|
|
13134
13658
|
}
|
|
13135
|
-
export declare class
|
|
13659
|
+
export declare class CreateMJExperimentSessionIterationInput {
|
|
13136
13660
|
ID?: string;
|
|
13661
|
+
ExperimentSessionID?: string;
|
|
13137
13662
|
Sequence?: number;
|
|
13138
|
-
|
|
13139
|
-
|
|
13140
|
-
|
|
13141
|
-
|
|
13142
|
-
|
|
13143
|
-
|
|
13144
|
-
|
|
13145
|
-
Comments: string | null;
|
|
13663
|
+
Label: string | null;
|
|
13664
|
+
Status?: string;
|
|
13665
|
+
Score: number | null;
|
|
13666
|
+
ComputeCost: number | null;
|
|
13667
|
+
TokensUsed: number | null;
|
|
13668
|
+
Rationale: string | null;
|
|
13669
|
+
AIAgentRunID: string | null;
|
|
13146
13670
|
RestoreContext___?: RestoreContextInput;
|
|
13147
13671
|
}
|
|
13148
|
-
export declare class
|
|
13672
|
+
export declare class UpdateMJExperimentSessionIterationInput {
|
|
13149
13673
|
ID: string;
|
|
13674
|
+
ExperimentSessionID?: string;
|
|
13150
13675
|
Sequence?: number;
|
|
13151
|
-
|
|
13152
|
-
|
|
13153
|
-
|
|
13154
|
-
|
|
13676
|
+
Label?: string | null;
|
|
13677
|
+
Status?: string;
|
|
13678
|
+
Score?: number | null;
|
|
13679
|
+
ComputeCost?: number | null;
|
|
13680
|
+
TokensUsed?: number | null;
|
|
13681
|
+
Rationale?: string | null;
|
|
13682
|
+
AIAgentRunID?: string | null;
|
|
13683
|
+
OldValues___?: KeyValuePairInput[];
|
|
13684
|
+
RestoreContext___?: RestoreContextInput;
|
|
13685
|
+
}
|
|
13686
|
+
export declare class RunMJExperimentSessionIterationViewResult {
|
|
13687
|
+
Results: MJExperimentSessionIteration_[];
|
|
13688
|
+
UserViewRunID?: string;
|
|
13689
|
+
RowCount: number;
|
|
13690
|
+
TotalRowCount: number;
|
|
13691
|
+
ExecutionTime: number;
|
|
13692
|
+
ErrorMessage?: string;
|
|
13693
|
+
Success: boolean;
|
|
13694
|
+
}
|
|
13695
|
+
export declare class MJExperimentSessionIterationResolver extends ResolverBase {
|
|
13696
|
+
RunMJExperimentSessionIterationViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13697
|
+
RunMJExperimentSessionIterationViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13698
|
+
RunMJExperimentSessionIterationDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13699
|
+
MJExperimentSessionIteration(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJExperimentSessionIteration_ | null>;
|
|
13700
|
+
MJMLTrainingRuns_ExperimentSessionIterationIDArray(mjexperimentsessioniteration_: MJExperimentSessionIteration_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13701
|
+
CreateMJExperimentSessionIteration(input: CreateMJExperimentSessionIterationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13702
|
+
UpdateMJExperimentSessionIteration(input: UpdateMJExperimentSessionIterationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13703
|
+
DeleteMJExperimentSessionIteration(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13704
|
+
}
|
|
13705
|
+
export declare class MJExperimentSession_ {
|
|
13706
|
+
ID: string;
|
|
13707
|
+
ExperimentID: string;
|
|
13708
|
+
Name: string;
|
|
13709
|
+
Goal?: string;
|
|
13710
|
+
Budget?: string;
|
|
13711
|
+
Status: string;
|
|
13712
|
+
PlanSpec?: string;
|
|
13713
|
+
Leaderboard?: string;
|
|
13714
|
+
AgentRunID?: string;
|
|
13715
|
+
_mj__CreatedAt: Date;
|
|
13716
|
+
_mj__UpdatedAt: Date;
|
|
13717
|
+
Experiment: string;
|
|
13718
|
+
AgentRun?: string;
|
|
13719
|
+
MJExperimentSessionIterations_ExperimentSessionIDArray: MJExperimentSessionIteration_[];
|
|
13720
|
+
}
|
|
13721
|
+
export declare class CreateMJExperimentSessionInput {
|
|
13722
|
+
ID?: string;
|
|
13723
|
+
ExperimentID?: string;
|
|
13724
|
+
Name?: string;
|
|
13725
|
+
Goal: string | null;
|
|
13726
|
+
Budget: string | null;
|
|
13727
|
+
Status?: string;
|
|
13728
|
+
PlanSpec: string | null;
|
|
13729
|
+
Leaderboard: string | null;
|
|
13730
|
+
AgentRunID: string | null;
|
|
13731
|
+
RestoreContext___?: RestoreContextInput;
|
|
13732
|
+
}
|
|
13733
|
+
export declare class UpdateMJExperimentSessionInput {
|
|
13734
|
+
ID: string;
|
|
13735
|
+
ExperimentID?: string;
|
|
13736
|
+
Name?: string;
|
|
13737
|
+
Goal?: string | null;
|
|
13738
|
+
Budget?: string | null;
|
|
13739
|
+
Status?: string;
|
|
13740
|
+
PlanSpec?: string | null;
|
|
13741
|
+
Leaderboard?: string | null;
|
|
13742
|
+
AgentRunID?: string | null;
|
|
13743
|
+
OldValues___?: KeyValuePairInput[];
|
|
13744
|
+
RestoreContext___?: RestoreContextInput;
|
|
13745
|
+
}
|
|
13746
|
+
export declare class RunMJExperimentSessionViewResult {
|
|
13747
|
+
Results: MJExperimentSession_[];
|
|
13748
|
+
UserViewRunID?: string;
|
|
13749
|
+
RowCount: number;
|
|
13750
|
+
TotalRowCount: number;
|
|
13751
|
+
ExecutionTime: number;
|
|
13752
|
+
ErrorMessage?: string;
|
|
13753
|
+
Success: boolean;
|
|
13754
|
+
}
|
|
13755
|
+
export declare class MJExperimentSessionResolver extends ResolverBase {
|
|
13756
|
+
RunMJExperimentSessionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13757
|
+
RunMJExperimentSessionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13758
|
+
RunMJExperimentSessionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13759
|
+
MJExperimentSession(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJExperimentSession_ | null>;
|
|
13760
|
+
MJExperimentSessionIterations_ExperimentSessionIDArray(mjexperimentsession_: MJExperimentSession_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13761
|
+
CreateMJExperimentSession(input: CreateMJExperimentSessionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13762
|
+
UpdateMJExperimentSession(input: UpdateMJExperimentSessionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13763
|
+
DeleteMJExperimentSession(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13764
|
+
}
|
|
13765
|
+
export declare class MJExperiment_ {
|
|
13766
|
+
ID: string;
|
|
13767
|
+
Name: string;
|
|
13768
|
+
Description?: string;
|
|
13769
|
+
ExperimentType: string;
|
|
13770
|
+
Goal?: string;
|
|
13771
|
+
TargetMetric?: string;
|
|
13772
|
+
PlanSpecTemplate?: string;
|
|
13773
|
+
Status: string;
|
|
13774
|
+
_mj__CreatedAt: Date;
|
|
13775
|
+
_mj__UpdatedAt: Date;
|
|
13776
|
+
MJExperimentSessions_ExperimentIDArray: MJExperimentSession_[];
|
|
13777
|
+
}
|
|
13778
|
+
export declare class CreateMJExperimentInput {
|
|
13779
|
+
ID?: string;
|
|
13780
|
+
Name?: string;
|
|
13781
|
+
Description: string | null;
|
|
13782
|
+
ExperimentType?: string;
|
|
13783
|
+
Goal: string | null;
|
|
13784
|
+
TargetMetric: string | null;
|
|
13785
|
+
PlanSpecTemplate: string | null;
|
|
13786
|
+
Status?: string;
|
|
13787
|
+
RestoreContext___?: RestoreContextInput;
|
|
13788
|
+
}
|
|
13789
|
+
export declare class UpdateMJExperimentInput {
|
|
13790
|
+
ID: string;
|
|
13791
|
+
Name?: string;
|
|
13792
|
+
Description?: string | null;
|
|
13793
|
+
ExperimentType?: string;
|
|
13794
|
+
Goal?: string | null;
|
|
13795
|
+
TargetMetric?: string | null;
|
|
13796
|
+
PlanSpecTemplate?: string | null;
|
|
13797
|
+
Status?: string;
|
|
13798
|
+
OldValues___?: KeyValuePairInput[];
|
|
13799
|
+
RestoreContext___?: RestoreContextInput;
|
|
13800
|
+
}
|
|
13801
|
+
export declare class RunMJExperimentViewResult {
|
|
13802
|
+
Results: MJExperiment_[];
|
|
13803
|
+
UserViewRunID?: string;
|
|
13804
|
+
RowCount: number;
|
|
13805
|
+
TotalRowCount: number;
|
|
13806
|
+
ExecutionTime: number;
|
|
13807
|
+
ErrorMessage?: string;
|
|
13808
|
+
Success: boolean;
|
|
13809
|
+
}
|
|
13810
|
+
export declare class MJExperimentResolver extends ResolverBase {
|
|
13811
|
+
RunMJExperimentViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13812
|
+
RunMJExperimentViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13813
|
+
RunMJExperimentDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13814
|
+
MJExperiment(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJExperiment_ | null>;
|
|
13815
|
+
MJExperimentSessions_ExperimentIDArray(mjexperiment_: MJExperiment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13816
|
+
CreateMJExperiment(input: CreateMJExperimentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13817
|
+
UpdateMJExperiment(input: UpdateMJExperimentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13818
|
+
DeleteMJExperiment(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13819
|
+
}
|
|
13820
|
+
export declare class MJExplorerNavigationItem_ {
|
|
13821
|
+
ID: string;
|
|
13822
|
+
Sequence: number;
|
|
13823
|
+
Name: string;
|
|
13824
|
+
Route: string;
|
|
13825
|
+
IsActive: boolean;
|
|
13826
|
+
ShowInHomeScreen: boolean;
|
|
13827
|
+
ShowInNavigationDrawer: boolean;
|
|
13828
|
+
IconCSSClass?: string;
|
|
13829
|
+
Description?: string;
|
|
13830
|
+
Comments?: string;
|
|
13831
|
+
_mj__CreatedAt: Date;
|
|
13832
|
+
_mj__UpdatedAt: Date;
|
|
13833
|
+
}
|
|
13834
|
+
export declare class CreateMJExplorerNavigationItemInput {
|
|
13835
|
+
ID?: string;
|
|
13836
|
+
Sequence?: number;
|
|
13837
|
+
Name?: string;
|
|
13838
|
+
Route?: string;
|
|
13839
|
+
IsActive?: boolean;
|
|
13840
|
+
ShowInHomeScreen?: boolean;
|
|
13841
|
+
ShowInNavigationDrawer?: boolean;
|
|
13842
|
+
IconCSSClass: string | null;
|
|
13843
|
+
Description: string | null;
|
|
13844
|
+
Comments: string | null;
|
|
13845
|
+
RestoreContext___?: RestoreContextInput;
|
|
13846
|
+
}
|
|
13847
|
+
export declare class UpdateMJExplorerNavigationItemInput {
|
|
13848
|
+
ID: string;
|
|
13849
|
+
Sequence?: number;
|
|
13850
|
+
Name?: string;
|
|
13851
|
+
Route?: string;
|
|
13852
|
+
IsActive?: boolean;
|
|
13853
|
+
ShowInHomeScreen?: boolean;
|
|
13155
13854
|
ShowInNavigationDrawer?: boolean;
|
|
13156
13855
|
IconCSSClass?: string | null;
|
|
13157
13856
|
Description?: string | null;
|
|
@@ -13177,6 +13876,145 @@ export declare class MJExplorerNavigationItemResolver extends ResolverBase {
|
|
|
13177
13876
|
UpdateMJExplorerNavigationItem(input: UpdateMJExplorerNavigationItemInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13178
13877
|
DeleteMJExplorerNavigationItem(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13179
13878
|
}
|
|
13879
|
+
export declare class MJExternalDataSourceType_ {
|
|
13880
|
+
ID: string;
|
|
13881
|
+
Name: string;
|
|
13882
|
+
Description?: string;
|
|
13883
|
+
DriverClass: string;
|
|
13884
|
+
RequiredCredentialTypeID?: string;
|
|
13885
|
+
MetadataIntrospectionStrategy: string;
|
|
13886
|
+
FilterDialect: string;
|
|
13887
|
+
PagingStrategy: string;
|
|
13888
|
+
SupportsSchemaIntrospection: boolean;
|
|
13889
|
+
SupportsNativeQueries: boolean;
|
|
13890
|
+
SupportsReadWrite: boolean;
|
|
13891
|
+
Status: string;
|
|
13892
|
+
_mj__CreatedAt: Date;
|
|
13893
|
+
_mj__UpdatedAt: Date;
|
|
13894
|
+
RequiredCredentialType?: string;
|
|
13895
|
+
MJExternalDataSources_TypeIDArray: MJExternalDataSource_[];
|
|
13896
|
+
}
|
|
13897
|
+
export declare class CreateMJExternalDataSourceTypeInput {
|
|
13898
|
+
ID?: string;
|
|
13899
|
+
Name?: string;
|
|
13900
|
+
Description: string | null;
|
|
13901
|
+
DriverClass?: string;
|
|
13902
|
+
RequiredCredentialTypeID: string | null;
|
|
13903
|
+
MetadataIntrospectionStrategy?: string;
|
|
13904
|
+
FilterDialect?: string;
|
|
13905
|
+
PagingStrategy?: string;
|
|
13906
|
+
SupportsSchemaIntrospection?: boolean;
|
|
13907
|
+
SupportsNativeQueries?: boolean;
|
|
13908
|
+
SupportsReadWrite?: boolean;
|
|
13909
|
+
Status?: string;
|
|
13910
|
+
RestoreContext___?: RestoreContextInput;
|
|
13911
|
+
}
|
|
13912
|
+
export declare class UpdateMJExternalDataSourceTypeInput {
|
|
13913
|
+
ID: string;
|
|
13914
|
+
Name?: string;
|
|
13915
|
+
Description?: string | null;
|
|
13916
|
+
DriverClass?: string;
|
|
13917
|
+
RequiredCredentialTypeID?: string | null;
|
|
13918
|
+
MetadataIntrospectionStrategy?: string;
|
|
13919
|
+
FilterDialect?: string;
|
|
13920
|
+
PagingStrategy?: string;
|
|
13921
|
+
SupportsSchemaIntrospection?: boolean;
|
|
13922
|
+
SupportsNativeQueries?: boolean;
|
|
13923
|
+
SupportsReadWrite?: boolean;
|
|
13924
|
+
Status?: string;
|
|
13925
|
+
OldValues___?: KeyValuePairInput[];
|
|
13926
|
+
RestoreContext___?: RestoreContextInput;
|
|
13927
|
+
}
|
|
13928
|
+
export declare class RunMJExternalDataSourceTypeViewResult {
|
|
13929
|
+
Results: MJExternalDataSourceType_[];
|
|
13930
|
+
UserViewRunID?: string;
|
|
13931
|
+
RowCount: number;
|
|
13932
|
+
TotalRowCount: number;
|
|
13933
|
+
ExecutionTime: number;
|
|
13934
|
+
ErrorMessage?: string;
|
|
13935
|
+
Success: boolean;
|
|
13936
|
+
}
|
|
13937
|
+
export declare class MJExternalDataSourceTypeResolver extends ResolverBase {
|
|
13938
|
+
RunMJExternalDataSourceTypeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13939
|
+
RunMJExternalDataSourceTypeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13940
|
+
RunMJExternalDataSourceTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13941
|
+
MJExternalDataSourceType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJExternalDataSourceType_ | null>;
|
|
13942
|
+
MJExternalDataSources_TypeIDArray(mjexternaldatasourcetype_: MJExternalDataSourceType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13943
|
+
CreateMJExternalDataSourceType(input: CreateMJExternalDataSourceTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13944
|
+
UpdateMJExternalDataSourceType(input: UpdateMJExternalDataSourceTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13945
|
+
DeleteMJExternalDataSourceType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13946
|
+
}
|
|
13947
|
+
export declare class MJExternalDataSource_ {
|
|
13948
|
+
ID: string;
|
|
13949
|
+
Name: string;
|
|
13950
|
+
Description?: string;
|
|
13951
|
+
TypeID: string;
|
|
13952
|
+
CredentialID?: string;
|
|
13953
|
+
DefaultSchema?: string;
|
|
13954
|
+
DefaultDatabase?: string;
|
|
13955
|
+
ConnectionConfig?: string;
|
|
13956
|
+
DefaultCacheTTLSeconds: number;
|
|
13957
|
+
Status: string;
|
|
13958
|
+
LastConnectionTestAt?: Date;
|
|
13959
|
+
LastConnectionTestResult?: string;
|
|
13960
|
+
_mj__CreatedAt: Date;
|
|
13961
|
+
_mj__UpdatedAt: Date;
|
|
13962
|
+
Type: string;
|
|
13963
|
+
Credential?: string;
|
|
13964
|
+
MJQueries_ExternalDataSourceIDArray: MJQuery_[];
|
|
13965
|
+
MJEntities_ExternalDataSourceIDArray: MJEntity_[];
|
|
13966
|
+
}
|
|
13967
|
+
export declare class CreateMJExternalDataSourceInput {
|
|
13968
|
+
ID?: string;
|
|
13969
|
+
Name?: string;
|
|
13970
|
+
Description: string | null;
|
|
13971
|
+
TypeID?: string;
|
|
13972
|
+
CredentialID: string | null;
|
|
13973
|
+
DefaultSchema: string | null;
|
|
13974
|
+
DefaultDatabase: string | null;
|
|
13975
|
+
ConnectionConfig: string | null;
|
|
13976
|
+
DefaultCacheTTLSeconds?: number;
|
|
13977
|
+
Status?: string;
|
|
13978
|
+
LastConnectionTestAt: Date | null;
|
|
13979
|
+
LastConnectionTestResult: string | null;
|
|
13980
|
+
RestoreContext___?: RestoreContextInput;
|
|
13981
|
+
}
|
|
13982
|
+
export declare class UpdateMJExternalDataSourceInput {
|
|
13983
|
+
ID: string;
|
|
13984
|
+
Name?: string;
|
|
13985
|
+
Description?: string | null;
|
|
13986
|
+
TypeID?: string;
|
|
13987
|
+
CredentialID?: string | null;
|
|
13988
|
+
DefaultSchema?: string | null;
|
|
13989
|
+
DefaultDatabase?: string | null;
|
|
13990
|
+
ConnectionConfig?: string | null;
|
|
13991
|
+
DefaultCacheTTLSeconds?: number;
|
|
13992
|
+
Status?: string;
|
|
13993
|
+
LastConnectionTestAt?: Date | null;
|
|
13994
|
+
LastConnectionTestResult?: string | null;
|
|
13995
|
+
OldValues___?: KeyValuePairInput[];
|
|
13996
|
+
RestoreContext___?: RestoreContextInput;
|
|
13997
|
+
}
|
|
13998
|
+
export declare class RunMJExternalDataSourceViewResult {
|
|
13999
|
+
Results: MJExternalDataSource_[];
|
|
14000
|
+
UserViewRunID?: string;
|
|
14001
|
+
RowCount: number;
|
|
14002
|
+
TotalRowCount: number;
|
|
14003
|
+
ExecutionTime: number;
|
|
14004
|
+
ErrorMessage?: string;
|
|
14005
|
+
Success: boolean;
|
|
14006
|
+
}
|
|
14007
|
+
export declare class MJExternalDataSourceResolver extends ResolverBase {
|
|
14008
|
+
RunMJExternalDataSourceViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
14009
|
+
RunMJExternalDataSourceViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
14010
|
+
RunMJExternalDataSourceDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
14011
|
+
MJExternalDataSource(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJExternalDataSource_ | null>;
|
|
14012
|
+
MJQueries_ExternalDataSourceIDArray(mjexternaldatasource_: MJExternalDataSource_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14013
|
+
MJEntities_ExternalDataSourceIDArray(mjexternaldatasource_: MJExternalDataSource_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14014
|
+
CreateMJExternalDataSource(input: CreateMJExternalDataSourceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14015
|
+
UpdateMJExternalDataSource(input: UpdateMJExternalDataSourceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14016
|
+
DeleteMJExternalDataSource(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14017
|
+
}
|
|
13180
14018
|
export declare class MJFileCategory_ {
|
|
13181
14019
|
ID: string;
|
|
13182
14020
|
Name: string;
|
|
@@ -13396,6 +14234,7 @@ export declare class MJFileStorageProvider_ {
|
|
|
13396
14234
|
RequiresOAuth: boolean;
|
|
13397
14235
|
MJFiles_ProviderIDArray: MJFile_[];
|
|
13398
14236
|
MJFileStorageAccounts_ProviderIDArray: MJFileStorageAccount_[];
|
|
14237
|
+
MJAIAgents_RecordingStorageProviderIDArray: MJAIAgent_[];
|
|
13399
14238
|
MJAIConfigurations_DefaultStorageProviderIDArray: MJAIConfiguration_[];
|
|
13400
14239
|
MJAIAgents_AttachmentStorageProviderIDArray: MJAIAgent_[];
|
|
13401
14240
|
}
|
|
@@ -13442,6 +14281,7 @@ export declare class MJFileStorageProviderResolver extends ResolverBase {
|
|
|
13442
14281
|
MJFileStorageProvider(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJFileStorageProvider_ | null>;
|
|
13443
14282
|
MJFiles_ProviderIDArray(mjfilestorageprovider_: MJFileStorageProvider_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13444
14283
|
MJFileStorageAccounts_ProviderIDArray(mjfilestorageprovider_: MJFileStorageProvider_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14284
|
+
MJAIAgents_RecordingStorageProviderIDArray(mjfilestorageprovider_: MJFileStorageProvider_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13445
14285
|
MJAIConfigurations_DefaultStorageProviderIDArray(mjfilestorageprovider_: MJFileStorageProvider_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13446
14286
|
MJAIAgents_AttachmentStorageProviderIDArray(mjfilestorageprovider_: MJFileStorageProvider_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13447
14287
|
CreateMJFileStorageProvider(input: CreateMJFileStorageProviderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -13466,6 +14306,9 @@ export declare class MJFile_ {
|
|
|
13466
14306
|
MJConversationDetailAttachments_FileIDArray: MJConversationDetailAttachment_[];
|
|
13467
14307
|
MJAIAgentRunMedias_FileIDArray: MJAIAgentRunMedia_[];
|
|
13468
14308
|
MJArtifactVersions_FileIDArray: MJArtifactVersion_[];
|
|
14309
|
+
MJAIAgentSessions_RecordingFileIDArray: MJAIAgentSession_[];
|
|
14310
|
+
MJConversations_RecordingFileIDArray: MJConversation_[];
|
|
14311
|
+
MJMLModels_ArtifactFileIDArray: MJMLModel_[];
|
|
13469
14312
|
}
|
|
13470
14313
|
export declare class CreateMJFileInput {
|
|
13471
14314
|
ID?: string;
|
|
@@ -13509,6 +14352,9 @@ export declare class MJFileResolver extends ResolverBase {
|
|
|
13509
14352
|
MJConversationDetailAttachments_FileIDArray(mjfile_: MJFile_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13510
14353
|
MJAIAgentRunMedias_FileIDArray(mjfile_: MJFile_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13511
14354
|
MJArtifactVersions_FileIDArray(mjfile_: MJFile_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14355
|
+
MJAIAgentSessions_RecordingFileIDArray(mjfile_: MJFile_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14356
|
+
MJConversations_RecordingFileIDArray(mjfile_: MJFile_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14357
|
+
MJMLModels_ArtifactFileIDArray(mjfile_: MJFile_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13512
14358
|
CreateMJFile(input: CreateMJFileInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13513
14359
|
UpdateMJFile(input: UpdateMJFileInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13514
14360
|
DeleteMJFile(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -15269,8 +16115,433 @@ export declare class UpdateMJMCPToolExecutionLogInput {
|
|
|
15269
16115
|
OldValues___?: KeyValuePairInput[];
|
|
15270
16116
|
RestoreContext___?: RestoreContextInput;
|
|
15271
16117
|
}
|
|
15272
|
-
export declare class RunMJMCPToolExecutionLogViewResult {
|
|
15273
|
-
Results: MJMCPToolExecutionLog_[];
|
|
16118
|
+
export declare class RunMJMCPToolExecutionLogViewResult {
|
|
16119
|
+
Results: MJMCPToolExecutionLog_[];
|
|
16120
|
+
UserViewRunID?: string;
|
|
16121
|
+
RowCount: number;
|
|
16122
|
+
TotalRowCount: number;
|
|
16123
|
+
ExecutionTime: number;
|
|
16124
|
+
ErrorMessage?: string;
|
|
16125
|
+
Success: boolean;
|
|
16126
|
+
}
|
|
16127
|
+
export declare class MJMCPToolExecutionLogResolver extends ResolverBase {
|
|
16128
|
+
RunMJMCPToolExecutionLogViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16129
|
+
RunMJMCPToolExecutionLogViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16130
|
+
RunMJMCPToolExecutionLogDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16131
|
+
MJMCPToolExecutionLog(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMCPToolExecutionLog_ | null>;
|
|
16132
|
+
CreateMJMCPToolExecutionLog(input: CreateMJMCPToolExecutionLogInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16133
|
+
UpdateMJMCPToolExecutionLog(input: UpdateMJMCPToolExecutionLogInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16134
|
+
DeleteMJMCPToolExecutionLog(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16135
|
+
}
|
|
16136
|
+
export declare class MJMCPToolFavorite_ {
|
|
16137
|
+
ID: string;
|
|
16138
|
+
UserID: string;
|
|
16139
|
+
MCPServerToolID: string;
|
|
16140
|
+
_mj__CreatedAt: Date;
|
|
16141
|
+
_mj__UpdatedAt: Date;
|
|
16142
|
+
User: string;
|
|
16143
|
+
MCPServerTool?: string;
|
|
16144
|
+
}
|
|
16145
|
+
export declare class CreateMJMCPToolFavoriteInput {
|
|
16146
|
+
ID?: string;
|
|
16147
|
+
UserID?: string;
|
|
16148
|
+
MCPServerToolID?: string;
|
|
16149
|
+
RestoreContext___?: RestoreContextInput;
|
|
16150
|
+
}
|
|
16151
|
+
export declare class UpdateMJMCPToolFavoriteInput {
|
|
16152
|
+
ID: string;
|
|
16153
|
+
UserID?: string;
|
|
16154
|
+
MCPServerToolID?: string;
|
|
16155
|
+
OldValues___?: KeyValuePairInput[];
|
|
16156
|
+
RestoreContext___?: RestoreContextInput;
|
|
16157
|
+
}
|
|
16158
|
+
export declare class RunMJMCPToolFavoriteViewResult {
|
|
16159
|
+
Results: MJMCPToolFavorite_[];
|
|
16160
|
+
UserViewRunID?: string;
|
|
16161
|
+
RowCount: number;
|
|
16162
|
+
TotalRowCount: number;
|
|
16163
|
+
ExecutionTime: number;
|
|
16164
|
+
ErrorMessage?: string;
|
|
16165
|
+
Success: boolean;
|
|
16166
|
+
}
|
|
16167
|
+
export declare class MJMCPToolFavoriteResolver extends ResolverBase {
|
|
16168
|
+
RunMJMCPToolFavoriteViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16169
|
+
RunMJMCPToolFavoriteViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16170
|
+
RunMJMCPToolFavoriteDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16171
|
+
MJMCPToolFavorite(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMCPToolFavorite_ | null>;
|
|
16172
|
+
CreateMJMCPToolFavorite(input: CreateMJMCPToolFavoriteInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16173
|
+
UpdateMJMCPToolFavorite(input: UpdateMJMCPToolFavoriteInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16174
|
+
DeleteMJMCPToolFavorite(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16175
|
+
}
|
|
16176
|
+
export declare class MJMLAlgorithmUseCaseRanking_ {
|
|
16177
|
+
ID: string;
|
|
16178
|
+
MLAlgorithmID: string;
|
|
16179
|
+
MLAlgorithmUseCaseID: string;
|
|
16180
|
+
SuitabilityScore: number;
|
|
16181
|
+
RecommendationLevel: string;
|
|
16182
|
+
Rationale?: string;
|
|
16183
|
+
_mj__CreatedAt: Date;
|
|
16184
|
+
_mj__UpdatedAt: Date;
|
|
16185
|
+
MLAlgorithm: string;
|
|
16186
|
+
MLAlgorithmUseCase: string;
|
|
16187
|
+
}
|
|
16188
|
+
export declare class CreateMJMLAlgorithmUseCaseRankingInput {
|
|
16189
|
+
ID?: string;
|
|
16190
|
+
MLAlgorithmID?: string;
|
|
16191
|
+
MLAlgorithmUseCaseID?: string;
|
|
16192
|
+
SuitabilityScore?: number;
|
|
16193
|
+
RecommendationLevel?: string;
|
|
16194
|
+
Rationale: string | null;
|
|
16195
|
+
RestoreContext___?: RestoreContextInput;
|
|
16196
|
+
}
|
|
16197
|
+
export declare class UpdateMJMLAlgorithmUseCaseRankingInput {
|
|
16198
|
+
ID: string;
|
|
16199
|
+
MLAlgorithmID?: string;
|
|
16200
|
+
MLAlgorithmUseCaseID?: string;
|
|
16201
|
+
SuitabilityScore?: number;
|
|
16202
|
+
RecommendationLevel?: string;
|
|
16203
|
+
Rationale?: string | null;
|
|
16204
|
+
OldValues___?: KeyValuePairInput[];
|
|
16205
|
+
RestoreContext___?: RestoreContextInput;
|
|
16206
|
+
}
|
|
16207
|
+
export declare class RunMJMLAlgorithmUseCaseRankingViewResult {
|
|
16208
|
+
Results: MJMLAlgorithmUseCaseRanking_[];
|
|
16209
|
+
UserViewRunID?: string;
|
|
16210
|
+
RowCount: number;
|
|
16211
|
+
TotalRowCount: number;
|
|
16212
|
+
ExecutionTime: number;
|
|
16213
|
+
ErrorMessage?: string;
|
|
16214
|
+
Success: boolean;
|
|
16215
|
+
}
|
|
16216
|
+
export declare class MJMLAlgorithmUseCaseRankingResolver extends ResolverBase {
|
|
16217
|
+
RunMJMLAlgorithmUseCaseRankingViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16218
|
+
RunMJMLAlgorithmUseCaseRankingViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16219
|
+
RunMJMLAlgorithmUseCaseRankingDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16220
|
+
MJMLAlgorithmUseCaseRanking(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMLAlgorithmUseCaseRanking_ | null>;
|
|
16221
|
+
CreateMJMLAlgorithmUseCaseRanking(input: CreateMJMLAlgorithmUseCaseRankingInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16222
|
+
UpdateMJMLAlgorithmUseCaseRanking(input: UpdateMJMLAlgorithmUseCaseRankingInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16223
|
+
DeleteMJMLAlgorithmUseCaseRanking(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16224
|
+
}
|
|
16225
|
+
export declare class MJMLAlgorithmUseCase_ {
|
|
16226
|
+
ID: string;
|
|
16227
|
+
Name: string;
|
|
16228
|
+
Description?: string;
|
|
16229
|
+
ProblemTypeScope: string;
|
|
16230
|
+
Guidance?: string;
|
|
16231
|
+
DisplayOrder: number;
|
|
16232
|
+
_mj__CreatedAt: Date;
|
|
16233
|
+
_mj__UpdatedAt: Date;
|
|
16234
|
+
MJMLAlgorithmUseCaseRankings_MLAlgorithmUseCaseIDArray: MJMLAlgorithmUseCaseRanking_[];
|
|
16235
|
+
}
|
|
16236
|
+
export declare class CreateMJMLAlgorithmUseCaseInput {
|
|
16237
|
+
ID?: string;
|
|
16238
|
+
Name?: string;
|
|
16239
|
+
Description: string | null;
|
|
16240
|
+
ProblemTypeScope?: string;
|
|
16241
|
+
Guidance: string | null;
|
|
16242
|
+
DisplayOrder?: number;
|
|
16243
|
+
RestoreContext___?: RestoreContextInput;
|
|
16244
|
+
}
|
|
16245
|
+
export declare class UpdateMJMLAlgorithmUseCaseInput {
|
|
16246
|
+
ID: string;
|
|
16247
|
+
Name?: string;
|
|
16248
|
+
Description?: string | null;
|
|
16249
|
+
ProblemTypeScope?: string;
|
|
16250
|
+
Guidance?: string | null;
|
|
16251
|
+
DisplayOrder?: number;
|
|
16252
|
+
OldValues___?: KeyValuePairInput[];
|
|
16253
|
+
RestoreContext___?: RestoreContextInput;
|
|
16254
|
+
}
|
|
16255
|
+
export declare class RunMJMLAlgorithmUseCaseViewResult {
|
|
16256
|
+
Results: MJMLAlgorithmUseCase_[];
|
|
16257
|
+
UserViewRunID?: string;
|
|
16258
|
+
RowCount: number;
|
|
16259
|
+
TotalRowCount: number;
|
|
16260
|
+
ExecutionTime: number;
|
|
16261
|
+
ErrorMessage?: string;
|
|
16262
|
+
Success: boolean;
|
|
16263
|
+
}
|
|
16264
|
+
export declare class MJMLAlgorithmUseCaseResolver extends ResolverBase {
|
|
16265
|
+
RunMJMLAlgorithmUseCaseViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16266
|
+
RunMJMLAlgorithmUseCaseViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16267
|
+
RunMJMLAlgorithmUseCaseDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16268
|
+
MJMLAlgorithmUseCase(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMLAlgorithmUseCase_ | null>;
|
|
16269
|
+
MJMLAlgorithmUseCaseRankings_MLAlgorithmUseCaseIDArray(mjmlalgorithmusecase_: MJMLAlgorithmUseCase_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16270
|
+
CreateMJMLAlgorithmUseCase(input: CreateMJMLAlgorithmUseCaseInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16271
|
+
UpdateMJMLAlgorithmUseCase(input: UpdateMJMLAlgorithmUseCaseInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16272
|
+
DeleteMJMLAlgorithmUseCase(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16273
|
+
}
|
|
16274
|
+
export declare class MJMLAlgorithm_ {
|
|
16275
|
+
ID: string;
|
|
16276
|
+
Name: string;
|
|
16277
|
+
Description?: string;
|
|
16278
|
+
ProblemTypes: string;
|
|
16279
|
+
DriverClass: string;
|
|
16280
|
+
HyperparameterSchema?: string;
|
|
16281
|
+
DefaultHyperparameters?: string;
|
|
16282
|
+
SupportsFeatureImportance: boolean;
|
|
16283
|
+
Status: string;
|
|
16284
|
+
_mj__CreatedAt: Date;
|
|
16285
|
+
_mj__UpdatedAt: Date;
|
|
16286
|
+
MJMLTrainingRuns_AlgorithmIDArray: MJMLTrainingRun_[];
|
|
16287
|
+
MJMLTrainingPipelines_AlgorithmIDArray: MJMLTrainingPipeline_[];
|
|
16288
|
+
MJMLModels_AlgorithmIDArray: MJMLModel_[];
|
|
16289
|
+
MJMLAlgorithmUseCaseRankings_MLAlgorithmIDArray: MJMLAlgorithmUseCaseRanking_[];
|
|
16290
|
+
}
|
|
16291
|
+
export declare class CreateMJMLAlgorithmInput {
|
|
16292
|
+
ID?: string;
|
|
16293
|
+
Name?: string;
|
|
16294
|
+
Description: string | null;
|
|
16295
|
+
ProblemTypes?: string;
|
|
16296
|
+
DriverClass?: string;
|
|
16297
|
+
HyperparameterSchema: string | null;
|
|
16298
|
+
DefaultHyperparameters: string | null;
|
|
16299
|
+
SupportsFeatureImportance?: boolean;
|
|
16300
|
+
Status?: string;
|
|
16301
|
+
RestoreContext___?: RestoreContextInput;
|
|
16302
|
+
}
|
|
16303
|
+
export declare class UpdateMJMLAlgorithmInput {
|
|
16304
|
+
ID: string;
|
|
16305
|
+
Name?: string;
|
|
16306
|
+
Description?: string | null;
|
|
16307
|
+
ProblemTypes?: string;
|
|
16308
|
+
DriverClass?: string;
|
|
16309
|
+
HyperparameterSchema?: string | null;
|
|
16310
|
+
DefaultHyperparameters?: string | null;
|
|
16311
|
+
SupportsFeatureImportance?: boolean;
|
|
16312
|
+
Status?: string;
|
|
16313
|
+
OldValues___?: KeyValuePairInput[];
|
|
16314
|
+
RestoreContext___?: RestoreContextInput;
|
|
16315
|
+
}
|
|
16316
|
+
export declare class RunMJMLAlgorithmViewResult {
|
|
16317
|
+
Results: MJMLAlgorithm_[];
|
|
16318
|
+
UserViewRunID?: string;
|
|
16319
|
+
RowCount: number;
|
|
16320
|
+
TotalRowCount: number;
|
|
16321
|
+
ExecutionTime: number;
|
|
16322
|
+
ErrorMessage?: string;
|
|
16323
|
+
Success: boolean;
|
|
16324
|
+
}
|
|
16325
|
+
export declare class MJMLAlgorithmResolver extends ResolverBase {
|
|
16326
|
+
RunMJMLAlgorithmViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16327
|
+
RunMJMLAlgorithmViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16328
|
+
RunMJMLAlgorithmDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16329
|
+
MJMLAlgorithm(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMLAlgorithm_ | null>;
|
|
16330
|
+
MJMLTrainingRuns_AlgorithmIDArray(mjmlalgorithm_: MJMLAlgorithm_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16331
|
+
MJMLTrainingPipelines_AlgorithmIDArray(mjmlalgorithm_: MJMLAlgorithm_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16332
|
+
MJMLModels_AlgorithmIDArray(mjmlalgorithm_: MJMLAlgorithm_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16333
|
+
MJMLAlgorithmUseCaseRankings_MLAlgorithmIDArray(mjmlalgorithm_: MJMLAlgorithm_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16334
|
+
CreateMJMLAlgorithm(input: CreateMJMLAlgorithmInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16335
|
+
UpdateMJMLAlgorithm(input: UpdateMJMLAlgorithmInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16336
|
+
DeleteMJMLAlgorithm(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16337
|
+
}
|
|
16338
|
+
export declare class MJMLModelScoringBinding_ {
|
|
16339
|
+
ID: string;
|
|
16340
|
+
MLModelID: string;
|
|
16341
|
+
RecordProcessID?: string;
|
|
16342
|
+
TargetEntityID?: string;
|
|
16343
|
+
TargetColumn?: string;
|
|
16344
|
+
Mode: string;
|
|
16345
|
+
MaterializedResultID?: string;
|
|
16346
|
+
LastScoredAt?: Date;
|
|
16347
|
+
LastRowCount?: number;
|
|
16348
|
+
_mj__CreatedAt: Date;
|
|
16349
|
+
_mj__UpdatedAt: Date;
|
|
16350
|
+
RecordProcess?: string;
|
|
16351
|
+
TargetEntity?: string;
|
|
16352
|
+
}
|
|
16353
|
+
export declare class CreateMJMLModelScoringBindingInput {
|
|
16354
|
+
ID?: string;
|
|
16355
|
+
MLModelID?: string;
|
|
16356
|
+
RecordProcessID: string | null;
|
|
16357
|
+
TargetEntityID: string | null;
|
|
16358
|
+
TargetColumn: string | null;
|
|
16359
|
+
Mode?: string;
|
|
16360
|
+
MaterializedResultID: string | null;
|
|
16361
|
+
LastScoredAt: Date | null;
|
|
16362
|
+
LastRowCount: number | null;
|
|
16363
|
+
RestoreContext___?: RestoreContextInput;
|
|
16364
|
+
}
|
|
16365
|
+
export declare class UpdateMJMLModelScoringBindingInput {
|
|
16366
|
+
ID: string;
|
|
16367
|
+
MLModelID?: string;
|
|
16368
|
+
RecordProcessID?: string | null;
|
|
16369
|
+
TargetEntityID?: string | null;
|
|
16370
|
+
TargetColumn?: string | null;
|
|
16371
|
+
Mode?: string;
|
|
16372
|
+
MaterializedResultID?: string | null;
|
|
16373
|
+
LastScoredAt?: Date | null;
|
|
16374
|
+
LastRowCount?: number | null;
|
|
16375
|
+
OldValues___?: KeyValuePairInput[];
|
|
16376
|
+
RestoreContext___?: RestoreContextInput;
|
|
16377
|
+
}
|
|
16378
|
+
export declare class RunMJMLModelScoringBindingViewResult {
|
|
16379
|
+
Results: MJMLModelScoringBinding_[];
|
|
16380
|
+
UserViewRunID?: string;
|
|
16381
|
+
RowCount: number;
|
|
16382
|
+
TotalRowCount: number;
|
|
16383
|
+
ExecutionTime: number;
|
|
16384
|
+
ErrorMessage?: string;
|
|
16385
|
+
Success: boolean;
|
|
16386
|
+
}
|
|
16387
|
+
export declare class MJMLModelScoringBindingResolver extends ResolverBase {
|
|
16388
|
+
RunMJMLModelScoringBindingViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16389
|
+
RunMJMLModelScoringBindingViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16390
|
+
RunMJMLModelScoringBindingDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16391
|
+
MJMLModelScoringBinding(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMLModelScoringBinding_ | null>;
|
|
16392
|
+
CreateMJMLModelScoringBinding(input: CreateMJMLModelScoringBindingInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16393
|
+
UpdateMJMLModelScoringBinding(input: UpdateMJMLModelScoringBindingInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16394
|
+
DeleteMJMLModelScoringBinding(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16395
|
+
}
|
|
16396
|
+
export declare class MJMLModel_ {
|
|
16397
|
+
ID: string;
|
|
16398
|
+
PipelineID: string;
|
|
16399
|
+
Version: number;
|
|
16400
|
+
AlgorithmID: string;
|
|
16401
|
+
ArtifactFileID?: string;
|
|
16402
|
+
FittedPreprocessing?: string;
|
|
16403
|
+
FeatureSchema: string;
|
|
16404
|
+
TargetVariable: string;
|
|
16405
|
+
ProblemType: string;
|
|
16406
|
+
Metrics?: string;
|
|
16407
|
+
HoldoutMetrics?: string;
|
|
16408
|
+
FeatureImportance?: string;
|
|
16409
|
+
Lineage?: string;
|
|
16410
|
+
TrainedAt?: Date;
|
|
16411
|
+
TrainingDurationSec?: number;
|
|
16412
|
+
TrainingRowCount?: number;
|
|
16413
|
+
Status: string;
|
|
16414
|
+
_mj__CreatedAt: Date;
|
|
16415
|
+
_mj__UpdatedAt: Date;
|
|
16416
|
+
Pipeline: string;
|
|
16417
|
+
Algorithm: string;
|
|
16418
|
+
ArtifactFile?: string;
|
|
16419
|
+
MJMLTrainingRuns_ResultingModelIDArray: MJMLTrainingRun_[];
|
|
16420
|
+
MJMLModelScoringBindings_MLModelIDArray: MJMLModelScoringBinding_[];
|
|
16421
|
+
}
|
|
16422
|
+
export declare class CreateMJMLModelInput {
|
|
16423
|
+
ID?: string;
|
|
16424
|
+
PipelineID?: string;
|
|
16425
|
+
Version?: number;
|
|
16426
|
+
AlgorithmID?: string;
|
|
16427
|
+
ArtifactFileID: string | null;
|
|
16428
|
+
FittedPreprocessing: string | null;
|
|
16429
|
+
FeatureSchema?: string;
|
|
16430
|
+
TargetVariable?: string;
|
|
16431
|
+
ProblemType?: string;
|
|
16432
|
+
Metrics: string | null;
|
|
16433
|
+
HoldoutMetrics: string | null;
|
|
16434
|
+
FeatureImportance: string | null;
|
|
16435
|
+
Lineage: string | null;
|
|
16436
|
+
TrainedAt: Date | null;
|
|
16437
|
+
TrainingDurationSec: number | null;
|
|
16438
|
+
TrainingRowCount: number | null;
|
|
16439
|
+
Status?: string;
|
|
16440
|
+
RestoreContext___?: RestoreContextInput;
|
|
16441
|
+
}
|
|
16442
|
+
export declare class UpdateMJMLModelInput {
|
|
16443
|
+
ID: string;
|
|
16444
|
+
PipelineID?: string;
|
|
16445
|
+
Version?: number;
|
|
16446
|
+
AlgorithmID?: string;
|
|
16447
|
+
ArtifactFileID?: string | null;
|
|
16448
|
+
FittedPreprocessing?: string | null;
|
|
16449
|
+
FeatureSchema?: string;
|
|
16450
|
+
TargetVariable?: string;
|
|
16451
|
+
ProblemType?: string;
|
|
16452
|
+
Metrics?: string | null;
|
|
16453
|
+
HoldoutMetrics?: string | null;
|
|
16454
|
+
FeatureImportance?: string | null;
|
|
16455
|
+
Lineage?: string | null;
|
|
16456
|
+
TrainedAt?: Date | null;
|
|
16457
|
+
TrainingDurationSec?: number | null;
|
|
16458
|
+
TrainingRowCount?: number | null;
|
|
16459
|
+
Status?: string;
|
|
16460
|
+
OldValues___?: KeyValuePairInput[];
|
|
16461
|
+
RestoreContext___?: RestoreContextInput;
|
|
16462
|
+
}
|
|
16463
|
+
export declare class RunMJMLModelViewResult {
|
|
16464
|
+
Results: MJMLModel_[];
|
|
16465
|
+
UserViewRunID?: string;
|
|
16466
|
+
RowCount: number;
|
|
16467
|
+
TotalRowCount: number;
|
|
16468
|
+
ExecutionTime: number;
|
|
16469
|
+
ErrorMessage?: string;
|
|
16470
|
+
Success: boolean;
|
|
16471
|
+
}
|
|
16472
|
+
export declare class MJMLModelResolver extends ResolverBase {
|
|
16473
|
+
RunMJMLModelViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16474
|
+
RunMJMLModelViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16475
|
+
RunMJMLModelDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16476
|
+
MJMLModel(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMLModel_ | null>;
|
|
16477
|
+
MJMLTrainingRuns_ResultingModelIDArray(mjmlmodel_: MJMLModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16478
|
+
MJMLModelScoringBindings_MLModelIDArray(mjmlmodel_: MJMLModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16479
|
+
CreateMJMLModel(input: CreateMJMLModelInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16480
|
+
UpdateMJMLModel(input: UpdateMJMLModelInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16481
|
+
DeleteMJMLModel(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16482
|
+
}
|
|
16483
|
+
export declare class MJMLTrainingPipeline_ {
|
|
16484
|
+
ID: string;
|
|
16485
|
+
Name: string;
|
|
16486
|
+
Description?: string;
|
|
16487
|
+
Version: number;
|
|
16488
|
+
Status: string;
|
|
16489
|
+
TargetEntityID: string;
|
|
16490
|
+
TargetVariable: string;
|
|
16491
|
+
ProblemType: string;
|
|
16492
|
+
AlgorithmID: string;
|
|
16493
|
+
Hyperparameters?: string;
|
|
16494
|
+
SourceBindings?: string;
|
|
16495
|
+
FeatureSteps?: string;
|
|
16496
|
+
AsOfStrategy?: string;
|
|
16497
|
+
LeakageGuard?: string;
|
|
16498
|
+
ValidationStrategy?: string;
|
|
16499
|
+
_mj__CreatedAt: Date;
|
|
16500
|
+
_mj__UpdatedAt: Date;
|
|
16501
|
+
TargetEntity: string;
|
|
16502
|
+
Algorithm: string;
|
|
16503
|
+
MJMLTrainingRuns_PipelineIDArray: MJMLTrainingRun_[];
|
|
16504
|
+
MJMLModels_PipelineIDArray: MJMLModel_[];
|
|
16505
|
+
}
|
|
16506
|
+
export declare class CreateMJMLTrainingPipelineInput {
|
|
16507
|
+
ID?: string;
|
|
16508
|
+
Name?: string;
|
|
16509
|
+
Description: string | null;
|
|
16510
|
+
Version?: number;
|
|
16511
|
+
Status?: string;
|
|
16512
|
+
TargetEntityID?: string;
|
|
16513
|
+
TargetVariable?: string;
|
|
16514
|
+
ProblemType?: string;
|
|
16515
|
+
AlgorithmID?: string;
|
|
16516
|
+
Hyperparameters: string | null;
|
|
16517
|
+
SourceBindings: string | null;
|
|
16518
|
+
FeatureSteps: string | null;
|
|
16519
|
+
AsOfStrategy: string | null;
|
|
16520
|
+
LeakageGuard: string | null;
|
|
16521
|
+
ValidationStrategy: string | null;
|
|
16522
|
+
RestoreContext___?: RestoreContextInput;
|
|
16523
|
+
}
|
|
16524
|
+
export declare class UpdateMJMLTrainingPipelineInput {
|
|
16525
|
+
ID: string;
|
|
16526
|
+
Name?: string;
|
|
16527
|
+
Description?: string | null;
|
|
16528
|
+
Version?: number;
|
|
16529
|
+
Status?: string;
|
|
16530
|
+
TargetEntityID?: string;
|
|
16531
|
+
TargetVariable?: string;
|
|
16532
|
+
ProblemType?: string;
|
|
16533
|
+
AlgorithmID?: string;
|
|
16534
|
+
Hyperparameters?: string | null;
|
|
16535
|
+
SourceBindings?: string | null;
|
|
16536
|
+
FeatureSteps?: string | null;
|
|
16537
|
+
AsOfStrategy?: string | null;
|
|
16538
|
+
LeakageGuard?: string | null;
|
|
16539
|
+
ValidationStrategy?: string | null;
|
|
16540
|
+
OldValues___?: KeyValuePairInput[];
|
|
16541
|
+
RestoreContext___?: RestoreContextInput;
|
|
16542
|
+
}
|
|
16543
|
+
export declare class RunMJMLTrainingPipelineViewResult {
|
|
16544
|
+
Results: MJMLTrainingPipeline_[];
|
|
15274
16545
|
UserViewRunID?: string;
|
|
15275
16546
|
RowCount: number;
|
|
15276
16547
|
TotalRowCount: number;
|
|
@@ -15278,39 +16549,75 @@ export declare class RunMJMCPToolExecutionLogViewResult {
|
|
|
15278
16549
|
ErrorMessage?: string;
|
|
15279
16550
|
Success: boolean;
|
|
15280
16551
|
}
|
|
15281
|
-
export declare class
|
|
15282
|
-
|
|
15283
|
-
|
|
15284
|
-
|
|
15285
|
-
|
|
15286
|
-
|
|
15287
|
-
|
|
15288
|
-
|
|
16552
|
+
export declare class MJMLTrainingPipelineResolver extends ResolverBase {
|
|
16553
|
+
RunMJMLTrainingPipelineViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16554
|
+
RunMJMLTrainingPipelineViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16555
|
+
RunMJMLTrainingPipelineDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16556
|
+
MJMLTrainingPipeline(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMLTrainingPipeline_ | null>;
|
|
16557
|
+
MJMLTrainingRuns_PipelineIDArray(mjmltrainingpipeline_: MJMLTrainingPipeline_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16558
|
+
MJMLModels_PipelineIDArray(mjmltrainingpipeline_: MJMLTrainingPipeline_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16559
|
+
CreateMJMLTrainingPipeline(input: CreateMJMLTrainingPipelineInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16560
|
+
UpdateMJMLTrainingPipeline(input: UpdateMJMLTrainingPipelineInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16561
|
+
DeleteMJMLTrainingPipeline(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15289
16562
|
}
|
|
15290
|
-
export declare class
|
|
16563
|
+
export declare class MJMLTrainingRun_ {
|
|
15291
16564
|
ID: string;
|
|
15292
|
-
|
|
15293
|
-
|
|
16565
|
+
PipelineID: string;
|
|
16566
|
+
ResultingModelID?: string;
|
|
16567
|
+
ExperimentSessionIterationID?: string;
|
|
16568
|
+
FeaturesUsed?: string;
|
|
16569
|
+
AlgorithmID: string;
|
|
16570
|
+
Hyperparameters?: string;
|
|
16571
|
+
ValidationResults?: string;
|
|
16572
|
+
Status: string;
|
|
16573
|
+
StartedAt?: Date;
|
|
16574
|
+
CompletedAt?: Date;
|
|
16575
|
+
ComputeCost?: number;
|
|
16576
|
+
TokensUsed?: number;
|
|
16577
|
+
Notes?: string;
|
|
15294
16578
|
_mj__CreatedAt: Date;
|
|
15295
16579
|
_mj__UpdatedAt: Date;
|
|
15296
|
-
|
|
15297
|
-
|
|
16580
|
+
Pipeline: string;
|
|
16581
|
+
ExperimentSessionIteration?: string;
|
|
16582
|
+
Algorithm: string;
|
|
15298
16583
|
}
|
|
15299
|
-
export declare class
|
|
16584
|
+
export declare class CreateMJMLTrainingRunInput {
|
|
15300
16585
|
ID?: string;
|
|
15301
|
-
|
|
15302
|
-
|
|
16586
|
+
PipelineID?: string;
|
|
16587
|
+
ResultingModelID: string | null;
|
|
16588
|
+
ExperimentSessionIterationID: string | null;
|
|
16589
|
+
FeaturesUsed: string | null;
|
|
16590
|
+
AlgorithmID?: string;
|
|
16591
|
+
Hyperparameters: string | null;
|
|
16592
|
+
ValidationResults: string | null;
|
|
16593
|
+
Status?: string;
|
|
16594
|
+
StartedAt: Date | null;
|
|
16595
|
+
CompletedAt: Date | null;
|
|
16596
|
+
ComputeCost: number | null;
|
|
16597
|
+
TokensUsed: number | null;
|
|
16598
|
+
Notes: string | null;
|
|
15303
16599
|
RestoreContext___?: RestoreContextInput;
|
|
15304
16600
|
}
|
|
15305
|
-
export declare class
|
|
16601
|
+
export declare class UpdateMJMLTrainingRunInput {
|
|
15306
16602
|
ID: string;
|
|
15307
|
-
|
|
15308
|
-
|
|
16603
|
+
PipelineID?: string;
|
|
16604
|
+
ResultingModelID?: string | null;
|
|
16605
|
+
ExperimentSessionIterationID?: string | null;
|
|
16606
|
+
FeaturesUsed?: string | null;
|
|
16607
|
+
AlgorithmID?: string;
|
|
16608
|
+
Hyperparameters?: string | null;
|
|
16609
|
+
ValidationResults?: string | null;
|
|
16610
|
+
Status?: string;
|
|
16611
|
+
StartedAt?: Date | null;
|
|
16612
|
+
CompletedAt?: Date | null;
|
|
16613
|
+
ComputeCost?: number | null;
|
|
16614
|
+
TokensUsed?: number | null;
|
|
16615
|
+
Notes?: string | null;
|
|
15309
16616
|
OldValues___?: KeyValuePairInput[];
|
|
15310
16617
|
RestoreContext___?: RestoreContextInput;
|
|
15311
16618
|
}
|
|
15312
|
-
export declare class
|
|
15313
|
-
Results:
|
|
16619
|
+
export declare class RunMJMLTrainingRunViewResult {
|
|
16620
|
+
Results: MJMLTrainingRun_[];
|
|
15314
16621
|
UserViewRunID?: string;
|
|
15315
16622
|
RowCount: number;
|
|
15316
16623
|
TotalRowCount: number;
|
|
@@ -15318,14 +16625,14 @@ export declare class RunMJMCPToolFavoriteViewResult {
|
|
|
15318
16625
|
ErrorMessage?: string;
|
|
15319
16626
|
Success: boolean;
|
|
15320
16627
|
}
|
|
15321
|
-
export declare class
|
|
15322
|
-
|
|
15323
|
-
|
|
15324
|
-
|
|
15325
|
-
|
|
15326
|
-
|
|
15327
|
-
|
|
15328
|
-
|
|
16628
|
+
export declare class MJMLTrainingRunResolver extends ResolverBase {
|
|
16629
|
+
RunMJMLTrainingRunViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16630
|
+
RunMJMLTrainingRunViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16631
|
+
RunMJMLTrainingRunDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16632
|
+
MJMLTrainingRun(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMLTrainingRun_ | null>;
|
|
16633
|
+
CreateMJMLTrainingRun(input: CreateMJMLTrainingRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16634
|
+
UpdateMJMLTrainingRun(input: UpdateMJMLTrainingRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16635
|
+
DeleteMJMLTrainingRun(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15329
16636
|
}
|
|
15330
16637
|
export declare class MJOAuthAuthServerMetadataCache_ {
|
|
15331
16638
|
ID: string;
|
|
@@ -16348,9 +17655,11 @@ export declare class MJQuery_ {
|
|
|
16348
17655
|
CacheValidationSQL?: string;
|
|
16349
17656
|
SQLDialectID: string;
|
|
16350
17657
|
Reusable: boolean;
|
|
17658
|
+
ExternalDataSourceID?: string;
|
|
16351
17659
|
Category?: string;
|
|
16352
17660
|
EmbeddingModel?: string;
|
|
16353
17661
|
SQLDialect: string;
|
|
17662
|
+
ExternalDataSource?: string;
|
|
16354
17663
|
MJDataContextItems_QueryIDArray: MJDataContextItem_[];
|
|
16355
17664
|
MJQueryFields_QueryIDArray: MJQueryField_[];
|
|
16356
17665
|
MJQueryPermissions_QueryIDArray: MJQueryPermission_[];
|
|
@@ -16383,6 +17692,7 @@ export declare class CreateMJQueryInput {
|
|
|
16383
17692
|
CacheValidationSQL: string | null;
|
|
16384
17693
|
SQLDialectID?: string;
|
|
16385
17694
|
Reusable?: boolean;
|
|
17695
|
+
ExternalDataSourceID: string | null;
|
|
16386
17696
|
RestoreContext___?: RestoreContextInput;
|
|
16387
17697
|
}
|
|
16388
17698
|
export declare class UpdateMJQueryInput {
|
|
@@ -16408,6 +17718,7 @@ export declare class UpdateMJQueryInput {
|
|
|
16408
17718
|
CacheValidationSQL?: string | null;
|
|
16409
17719
|
SQLDialectID?: string;
|
|
16410
17720
|
Reusable?: boolean;
|
|
17721
|
+
ExternalDataSourceID?: string | null;
|
|
16411
17722
|
OldValues___?: KeyValuePairInput[];
|
|
16412
17723
|
RestoreContext___?: RestoreContextInput;
|
|
16413
17724
|
}
|
|
@@ -17716,6 +19027,7 @@ export declare class MJRecordProcess_ {
|
|
|
17716
19027
|
ScopeList?: string;
|
|
17717
19028
|
MJRecordProcessWatermarks_RecordProcessIDArray: MJRecordProcessWatermark_[];
|
|
17718
19029
|
MJProcessRuns_RecordProcessIDArray: MJProcessRun_[];
|
|
19030
|
+
MJMLModelScoringBindings_RecordProcessIDArray: MJMLModelScoringBinding_[];
|
|
17719
19031
|
}
|
|
17720
19032
|
export declare class CreateMJRecordProcessInput {
|
|
17721
19033
|
ID?: string;
|
|
@@ -17796,6 +19108,7 @@ export declare class MJRecordProcessResolver extends ResolverBase {
|
|
|
17796
19108
|
MJRecordProcess(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJRecordProcess_ | null>;
|
|
17797
19109
|
MJRecordProcessWatermarks_RecordProcessIDArray(mjrecordprocess_: MJRecordProcess_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17798
19110
|
MJProcessRuns_RecordProcessIDArray(mjrecordprocess_: MJRecordProcess_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
19111
|
+
MJMLModelScoringBindings_RecordProcessIDArray(mjrecordprocess_: MJRecordProcess_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17799
19112
|
CreateMJRecordProcess(input: CreateMJRecordProcessInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17800
19113
|
UpdateMJRecordProcess(input: UpdateMJRecordProcessInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17801
19114
|
DeleteMJRecordProcess(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -18445,6 +19758,8 @@ export declare class MJRole_ {
|
|
|
18445
19758
|
MJEntityFormOverrides_RoleIDArray: MJEntityFormOverride_[];
|
|
18446
19759
|
MJMagicLinkInviteRoles_RoleIDArray: MJMagicLinkInviteRole_[];
|
|
18447
19760
|
MJMagicLinkInvites_RoleIDArray: MJMagicLinkInvite_[];
|
|
19761
|
+
MJAISkillPermissions_RoleIDArray: MJAISkillPermission_[];
|
|
19762
|
+
MJConversationWidgetInstances_GuestRoleIDArray: MJConversationWidgetInstance_[];
|
|
18448
19763
|
}
|
|
18449
19764
|
export declare class CreateMJRoleInput {
|
|
18450
19765
|
ID?: string;
|
|
@@ -18492,6 +19807,8 @@ export declare class MJRoleResolver extends ResolverBase {
|
|
|
18492
19807
|
MJEntityFormOverrides_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
18493
19808
|
MJMagicLinkInviteRoles_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
18494
19809
|
MJMagicLinkInvites_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
19810
|
+
MJAISkillPermissions_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
19811
|
+
MJConversationWidgetInstances_GuestRoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
18495
19812
|
CreateMJRole(input: CreateMJRoleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18496
19813
|
UpdateMJRole(input: UpdateMJRoleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18497
19814
|
DeleteMJRole(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -18922,6 +20239,7 @@ export declare class MJSchemaInfo_ {
|
|
|
18922
20239
|
Description?: string;
|
|
18923
20240
|
EntityNamePrefix?: string;
|
|
18924
20241
|
EntityNameSuffix?: string;
|
|
20242
|
+
CanonicalSchemaName?: string;
|
|
18925
20243
|
}
|
|
18926
20244
|
export declare class CreateMJSchemaInfoInput {
|
|
18927
20245
|
ID?: string;
|
|
@@ -18932,6 +20250,7 @@ export declare class CreateMJSchemaInfoInput {
|
|
|
18932
20250
|
Description: string | null;
|
|
18933
20251
|
EntityNamePrefix: string | null;
|
|
18934
20252
|
EntityNameSuffix: string | null;
|
|
20253
|
+
CanonicalSchemaName: string | null;
|
|
18935
20254
|
RestoreContext___?: RestoreContextInput;
|
|
18936
20255
|
}
|
|
18937
20256
|
export declare class UpdateMJSchemaInfoInput {
|
|
@@ -18943,6 +20262,7 @@ export declare class UpdateMJSchemaInfoInput {
|
|
|
18943
20262
|
Description?: string | null;
|
|
18944
20263
|
EntityNamePrefix?: string | null;
|
|
18945
20264
|
EntityNameSuffix?: string | null;
|
|
20265
|
+
CanonicalSchemaName?: string | null;
|
|
18946
20266
|
OldValues___?: KeyValuePairInput[];
|
|
18947
20267
|
RestoreContext___?: RestoreContextInput;
|
|
18948
20268
|
}
|
|
@@ -18964,6 +20284,76 @@ export declare class MJSchemaInfoResolver extends ResolverBase {
|
|
|
18964
20284
|
UpdateMJSchemaInfo(input: UpdateMJSchemaInfoInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18965
20285
|
DeleteMJSchemaInfo(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18966
20286
|
}
|
|
20287
|
+
export declare class MJScopedPromptPart_ {
|
|
20288
|
+
ID: string;
|
|
20289
|
+
PromptID: string;
|
|
20290
|
+
Name: string;
|
|
20291
|
+
Role: string;
|
|
20292
|
+
Sort: number;
|
|
20293
|
+
Text: string;
|
|
20294
|
+
Description?: string;
|
|
20295
|
+
PrimaryScopeEntityID?: string;
|
|
20296
|
+
PrimaryScopeRecordID?: string;
|
|
20297
|
+
SecondaryScopes?: string;
|
|
20298
|
+
Status: string;
|
|
20299
|
+
MergeBehavior: string;
|
|
20300
|
+
Priority: number;
|
|
20301
|
+
_mj__CreatedAt: Date;
|
|
20302
|
+
_mj__UpdatedAt: Date;
|
|
20303
|
+
Prompt: string;
|
|
20304
|
+
PrimaryScopeEntity?: string;
|
|
20305
|
+
}
|
|
20306
|
+
export declare class CreateMJScopedPromptPartInput {
|
|
20307
|
+
ID?: string;
|
|
20308
|
+
PromptID?: string;
|
|
20309
|
+
Name?: string;
|
|
20310
|
+
Role?: string;
|
|
20311
|
+
Sort?: number;
|
|
20312
|
+
Text?: string;
|
|
20313
|
+
Description: string | null;
|
|
20314
|
+
PrimaryScopeEntityID: string | null;
|
|
20315
|
+
PrimaryScopeRecordID: string | null;
|
|
20316
|
+
SecondaryScopes: string | null;
|
|
20317
|
+
Status?: string;
|
|
20318
|
+
MergeBehavior?: string;
|
|
20319
|
+
Priority?: number;
|
|
20320
|
+
RestoreContext___?: RestoreContextInput;
|
|
20321
|
+
}
|
|
20322
|
+
export declare class UpdateMJScopedPromptPartInput {
|
|
20323
|
+
ID: string;
|
|
20324
|
+
PromptID?: string;
|
|
20325
|
+
Name?: string;
|
|
20326
|
+
Role?: string;
|
|
20327
|
+
Sort?: number;
|
|
20328
|
+
Text?: string;
|
|
20329
|
+
Description?: string | null;
|
|
20330
|
+
PrimaryScopeEntityID?: string | null;
|
|
20331
|
+
PrimaryScopeRecordID?: string | null;
|
|
20332
|
+
SecondaryScopes?: string | null;
|
|
20333
|
+
Status?: string;
|
|
20334
|
+
MergeBehavior?: string;
|
|
20335
|
+
Priority?: number;
|
|
20336
|
+
OldValues___?: KeyValuePairInput[];
|
|
20337
|
+
RestoreContext___?: RestoreContextInput;
|
|
20338
|
+
}
|
|
20339
|
+
export declare class RunMJScopedPromptPartViewResult {
|
|
20340
|
+
Results: MJScopedPromptPart_[];
|
|
20341
|
+
UserViewRunID?: string;
|
|
20342
|
+
RowCount: number;
|
|
20343
|
+
TotalRowCount: number;
|
|
20344
|
+
ExecutionTime: number;
|
|
20345
|
+
ErrorMessage?: string;
|
|
20346
|
+
Success: boolean;
|
|
20347
|
+
}
|
|
20348
|
+
export declare class MJScopedPromptPartResolver extends ResolverBase {
|
|
20349
|
+
RunMJScopedPromptPartViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20350
|
+
RunMJScopedPromptPartViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20351
|
+
RunMJScopedPromptPartDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20352
|
+
MJScopedPromptPart(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJScopedPromptPart_ | null>;
|
|
20353
|
+
CreateMJScopedPromptPart(input: CreateMJScopedPromptPartInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20354
|
+
UpdateMJScopedPromptPart(input: UpdateMJScopedPromptPartInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20355
|
+
DeleteMJScopedPromptPart(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20356
|
+
}
|
|
18967
20357
|
export declare class MJSearchExecutionLog_ {
|
|
18968
20358
|
ID: string;
|
|
18969
20359
|
SearchScopeID?: string;
|
|
@@ -20824,6 +22214,7 @@ export declare class MJTemplate_ {
|
|
|
20824
22214
|
MJUserNotificationTypes_SMSTemplateIDArray: MJUserNotificationType_[];
|
|
20825
22215
|
MJAIAgentSearchScopes_QueryTemplateIDArray: MJAIAgentSearchScope_[];
|
|
20826
22216
|
MJEntityDocuments_TemplateIDArray: MJEntityDocument_[];
|
|
22217
|
+
MJUserRoutines_NotificationTemplateIDArray: MJUserRoutine_[];
|
|
20827
22218
|
}
|
|
20828
22219
|
export declare class CreateMJTemplateInput {
|
|
20829
22220
|
ID?: string;
|
|
@@ -20872,6 +22263,7 @@ export declare class MJTemplateResolver extends ResolverBase {
|
|
|
20872
22263
|
MJUserNotificationTypes_SMSTemplateIDArray(mjtemplate_: MJTemplate_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20873
22264
|
MJAIAgentSearchScopes_QueryTemplateIDArray(mjtemplate_: MJTemplate_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20874
22265
|
MJEntityDocuments_TemplateIDArray(mjtemplate_: MJTemplate_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
22266
|
+
MJUserRoutines_NotificationTemplateIDArray(mjtemplate_: MJTemplate_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20875
22267
|
CreateMJTemplate(input: CreateMJTemplateInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20876
22268
|
UpdateMJTemplate(input: UpdateMJTemplateInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20877
22269
|
DeleteMJTemplate(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -22011,6 +23403,236 @@ export declare class MJUserRoleResolver extends ResolverBase {
|
|
|
22011
23403
|
UpdateMJUserRole(input: UpdateMJUserRoleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
22012
23404
|
DeleteMJUserRole(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
22013
23405
|
}
|
|
23406
|
+
export declare class MJUserRoutineRecipient_ {
|
|
23407
|
+
ID: string;
|
|
23408
|
+
RoutineID: string;
|
|
23409
|
+
UserID?: string;
|
|
23410
|
+
Email?: string;
|
|
23411
|
+
Channel: string;
|
|
23412
|
+
Sequence: number;
|
|
23413
|
+
_mj__CreatedAt: Date;
|
|
23414
|
+
_mj__UpdatedAt: Date;
|
|
23415
|
+
Routine: string;
|
|
23416
|
+
User?: string;
|
|
23417
|
+
}
|
|
23418
|
+
export declare class CreateMJUserRoutineRecipientInput {
|
|
23419
|
+
ID?: string;
|
|
23420
|
+
RoutineID?: string;
|
|
23421
|
+
UserID: string | null;
|
|
23422
|
+
Email: string | null;
|
|
23423
|
+
Channel?: string;
|
|
23424
|
+
Sequence?: number;
|
|
23425
|
+
RestoreContext___?: RestoreContextInput;
|
|
23426
|
+
}
|
|
23427
|
+
export declare class UpdateMJUserRoutineRecipientInput {
|
|
23428
|
+
ID: string;
|
|
23429
|
+
RoutineID?: string;
|
|
23430
|
+
UserID?: string | null;
|
|
23431
|
+
Email?: string | null;
|
|
23432
|
+
Channel?: string;
|
|
23433
|
+
Sequence?: number;
|
|
23434
|
+
OldValues___?: KeyValuePairInput[];
|
|
23435
|
+
RestoreContext___?: RestoreContextInput;
|
|
23436
|
+
}
|
|
23437
|
+
export declare class RunMJUserRoutineRecipientViewResult {
|
|
23438
|
+
Results: MJUserRoutineRecipient_[];
|
|
23439
|
+
UserViewRunID?: string;
|
|
23440
|
+
RowCount: number;
|
|
23441
|
+
TotalRowCount: number;
|
|
23442
|
+
ExecutionTime: number;
|
|
23443
|
+
ErrorMessage?: string;
|
|
23444
|
+
Success: boolean;
|
|
23445
|
+
}
|
|
23446
|
+
export declare class MJUserRoutineRecipientResolver extends ResolverBase {
|
|
23447
|
+
RunMJUserRoutineRecipientViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
23448
|
+
RunMJUserRoutineRecipientViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
23449
|
+
RunMJUserRoutineRecipientDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
23450
|
+
MJUserRoutineRecipient(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJUserRoutineRecipient_ | null>;
|
|
23451
|
+
CreateMJUserRoutineRecipient(input: CreateMJUserRoutineRecipientInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
23452
|
+
UpdateMJUserRoutineRecipient(input: UpdateMJUserRoutineRecipientInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
23453
|
+
DeleteMJUserRoutineRecipient(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
23454
|
+
}
|
|
23455
|
+
export declare class MJUserRoutineRun_ {
|
|
23456
|
+
ID: string;
|
|
23457
|
+
RoutineID: string;
|
|
23458
|
+
StartedAt: Date;
|
|
23459
|
+
CompletedAt?: Date;
|
|
23460
|
+
Status: string;
|
|
23461
|
+
AgentRunID?: string;
|
|
23462
|
+
PromptRunID?: string;
|
|
23463
|
+
ActionExecutionLogID?: string;
|
|
23464
|
+
ResultSummary?: string;
|
|
23465
|
+
ResultHash?: string;
|
|
23466
|
+
NotificationSent: boolean;
|
|
23467
|
+
ErrorMessage?: string;
|
|
23468
|
+
_mj__CreatedAt: Date;
|
|
23469
|
+
_mj__UpdatedAt: Date;
|
|
23470
|
+
Routine: string;
|
|
23471
|
+
AgentRun?: string;
|
|
23472
|
+
PromptRun?: string;
|
|
23473
|
+
ActionExecutionLog?: string;
|
|
23474
|
+
}
|
|
23475
|
+
export declare class CreateMJUserRoutineRunInput {
|
|
23476
|
+
ID?: string;
|
|
23477
|
+
RoutineID?: string;
|
|
23478
|
+
StartedAt?: Date;
|
|
23479
|
+
CompletedAt: Date | null;
|
|
23480
|
+
Status?: string;
|
|
23481
|
+
AgentRunID: string | null;
|
|
23482
|
+
PromptRunID: string | null;
|
|
23483
|
+
ActionExecutionLogID: string | null;
|
|
23484
|
+
ResultSummary: string | null;
|
|
23485
|
+
ResultHash: string | null;
|
|
23486
|
+
NotificationSent?: boolean;
|
|
23487
|
+
ErrorMessage: string | null;
|
|
23488
|
+
RestoreContext___?: RestoreContextInput;
|
|
23489
|
+
}
|
|
23490
|
+
export declare class UpdateMJUserRoutineRunInput {
|
|
23491
|
+
ID: string;
|
|
23492
|
+
RoutineID?: string;
|
|
23493
|
+
StartedAt?: Date;
|
|
23494
|
+
CompletedAt?: Date | null;
|
|
23495
|
+
Status?: string;
|
|
23496
|
+
AgentRunID?: string | null;
|
|
23497
|
+
PromptRunID?: string | null;
|
|
23498
|
+
ActionExecutionLogID?: string | null;
|
|
23499
|
+
ResultSummary?: string | null;
|
|
23500
|
+
ResultHash?: string | null;
|
|
23501
|
+
NotificationSent?: boolean;
|
|
23502
|
+
ErrorMessage?: string | null;
|
|
23503
|
+
OldValues___?: KeyValuePairInput[];
|
|
23504
|
+
RestoreContext___?: RestoreContextInput;
|
|
23505
|
+
}
|
|
23506
|
+
export declare class RunMJUserRoutineRunViewResult {
|
|
23507
|
+
Results: MJUserRoutineRun_[];
|
|
23508
|
+
UserViewRunID?: string;
|
|
23509
|
+
RowCount: number;
|
|
23510
|
+
TotalRowCount: number;
|
|
23511
|
+
ExecutionTime: number;
|
|
23512
|
+
ErrorMessage?: string;
|
|
23513
|
+
Success: boolean;
|
|
23514
|
+
}
|
|
23515
|
+
export declare class MJUserRoutineRunResolver extends ResolverBase {
|
|
23516
|
+
RunMJUserRoutineRunViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
23517
|
+
RunMJUserRoutineRunViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
23518
|
+
RunMJUserRoutineRunDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
23519
|
+
MJUserRoutineRun(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJUserRoutineRun_ | null>;
|
|
23520
|
+
CreateMJUserRoutineRun(input: CreateMJUserRoutineRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
23521
|
+
UpdateMJUserRoutineRun(input: UpdateMJUserRoutineRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
23522
|
+
DeleteMJUserRoutineRun(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
23523
|
+
}
|
|
23524
|
+
export declare class MJUserRoutine_ {
|
|
23525
|
+
ID: string;
|
|
23526
|
+
UserID: string;
|
|
23527
|
+
EnvironmentID?: string;
|
|
23528
|
+
Name: string;
|
|
23529
|
+
Description?: string;
|
|
23530
|
+
Status: string;
|
|
23531
|
+
RoutineType: string;
|
|
23532
|
+
TargetType: string;
|
|
23533
|
+
TargetID: string;
|
|
23534
|
+
InitialMessage?: string;
|
|
23535
|
+
StartingPayload?: string;
|
|
23536
|
+
RequestedSkillIDs?: string;
|
|
23537
|
+
CronExpression: string;
|
|
23538
|
+
StartAt?: Date;
|
|
23539
|
+
EndAt?: Date;
|
|
23540
|
+
NotificationTemplateID?: string;
|
|
23541
|
+
Timezone: string;
|
|
23542
|
+
NextRunAt?: Date;
|
|
23543
|
+
LastRunAt?: Date;
|
|
23544
|
+
LastRunStatus?: string;
|
|
23545
|
+
LastResultHash?: string;
|
|
23546
|
+
NotifyCondition: string;
|
|
23547
|
+
NotifyViaInApp: boolean;
|
|
23548
|
+
NotifyViaEmail: boolean;
|
|
23549
|
+
_mj__CreatedAt: Date;
|
|
23550
|
+
_mj__UpdatedAt: Date;
|
|
23551
|
+
ConversationID?: string;
|
|
23552
|
+
User: string;
|
|
23553
|
+
Environment?: string;
|
|
23554
|
+
NotificationTemplate?: string;
|
|
23555
|
+
Conversation?: string;
|
|
23556
|
+
MJUserRoutineRuns_RoutineIDArray: MJUserRoutineRun_[];
|
|
23557
|
+
MJUserRoutineRecipients_RoutineIDArray: MJUserRoutineRecipient_[];
|
|
23558
|
+
}
|
|
23559
|
+
export declare class CreateMJUserRoutineInput {
|
|
23560
|
+
ID?: string;
|
|
23561
|
+
UserID?: string;
|
|
23562
|
+
EnvironmentID: string | null;
|
|
23563
|
+
Name?: string;
|
|
23564
|
+
Description: string | null;
|
|
23565
|
+
Status?: string;
|
|
23566
|
+
RoutineType?: string;
|
|
23567
|
+
TargetType?: string;
|
|
23568
|
+
TargetID?: string;
|
|
23569
|
+
InitialMessage: string | null;
|
|
23570
|
+
StartingPayload: string | null;
|
|
23571
|
+
RequestedSkillIDs: string | null;
|
|
23572
|
+
CronExpression?: string;
|
|
23573
|
+
StartAt: Date | null;
|
|
23574
|
+
EndAt: Date | null;
|
|
23575
|
+
NotificationTemplateID: string | null;
|
|
23576
|
+
Timezone?: string;
|
|
23577
|
+
NextRunAt: Date | null;
|
|
23578
|
+
LastRunAt: Date | null;
|
|
23579
|
+
LastRunStatus: string | null;
|
|
23580
|
+
LastResultHash: string | null;
|
|
23581
|
+
NotifyCondition?: string;
|
|
23582
|
+
NotifyViaInApp?: boolean;
|
|
23583
|
+
NotifyViaEmail?: boolean;
|
|
23584
|
+
ConversationID: string | null;
|
|
23585
|
+
RestoreContext___?: RestoreContextInput;
|
|
23586
|
+
}
|
|
23587
|
+
export declare class UpdateMJUserRoutineInput {
|
|
23588
|
+
ID: string;
|
|
23589
|
+
UserID?: string;
|
|
23590
|
+
EnvironmentID?: string | null;
|
|
23591
|
+
Name?: string;
|
|
23592
|
+
Description?: string | null;
|
|
23593
|
+
Status?: string;
|
|
23594
|
+
RoutineType?: string;
|
|
23595
|
+
TargetType?: string;
|
|
23596
|
+
TargetID?: string;
|
|
23597
|
+
InitialMessage?: string | null;
|
|
23598
|
+
StartingPayload?: string | null;
|
|
23599
|
+
RequestedSkillIDs?: string | null;
|
|
23600
|
+
CronExpression?: string;
|
|
23601
|
+
StartAt?: Date | null;
|
|
23602
|
+
EndAt?: Date | null;
|
|
23603
|
+
NotificationTemplateID?: string | null;
|
|
23604
|
+
Timezone?: string;
|
|
23605
|
+
NextRunAt?: Date | null;
|
|
23606
|
+
LastRunAt?: Date | null;
|
|
23607
|
+
LastRunStatus?: string | null;
|
|
23608
|
+
LastResultHash?: string | null;
|
|
23609
|
+
NotifyCondition?: string;
|
|
23610
|
+
NotifyViaInApp?: boolean;
|
|
23611
|
+
NotifyViaEmail?: boolean;
|
|
23612
|
+
ConversationID?: string | null;
|
|
23613
|
+
OldValues___?: KeyValuePairInput[];
|
|
23614
|
+
RestoreContext___?: RestoreContextInput;
|
|
23615
|
+
}
|
|
23616
|
+
export declare class RunMJUserRoutineViewResult {
|
|
23617
|
+
Results: MJUserRoutine_[];
|
|
23618
|
+
UserViewRunID?: string;
|
|
23619
|
+
RowCount: number;
|
|
23620
|
+
TotalRowCount: number;
|
|
23621
|
+
ExecutionTime: number;
|
|
23622
|
+
ErrorMessage?: string;
|
|
23623
|
+
Success: boolean;
|
|
23624
|
+
}
|
|
23625
|
+
export declare class MJUserRoutineResolver extends ResolverBase {
|
|
23626
|
+
RunMJUserRoutineViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
23627
|
+
RunMJUserRoutineViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
23628
|
+
RunMJUserRoutineDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
23629
|
+
MJUserRoutine(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJUserRoutine_ | null>;
|
|
23630
|
+
MJUserRoutineRuns_RoutineIDArray(mjuserroutine_: MJUserRoutine_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
23631
|
+
MJUserRoutineRecipients_RoutineIDArray(mjuserroutine_: MJUserRoutine_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
23632
|
+
CreateMJUserRoutine(input: CreateMJUserRoutineInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
23633
|
+
UpdateMJUserRoutine(input: UpdateMJUserRoutineInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
23634
|
+
DeleteMJUserRoutine(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
23635
|
+
}
|
|
22014
23636
|
export declare class MJUserSetting_ {
|
|
22015
23637
|
ID: string;
|
|
22016
23638
|
UserID: string;
|
|
@@ -22433,6 +24055,10 @@ export declare class MJUser_ {
|
|
|
22433
24055
|
MJAIAgentSessionBridgeParticipants_UserIDArray: MJAIAgentSessionBridgeParticipant_[];
|
|
22434
24056
|
MJRemoteOperations_CodeApprovedByUserIDArray: MJRemoteOperation_[];
|
|
22435
24057
|
MJProcessRuns_StartedByUserIDArray: MJProcessRun_[];
|
|
24058
|
+
MJAISkillPermissions_UserIDArray: MJAISkillPermission_[];
|
|
24059
|
+
MJAISkills_CreatedByUserIDArray: MJAISkill_[];
|
|
24060
|
+
MJUserRoutines_UserIDArray: MJUserRoutine_[];
|
|
24061
|
+
MJUserRoutineRecipients_UserIDArray: MJUserRoutineRecipient_[];
|
|
22436
24062
|
}
|
|
22437
24063
|
export declare class CreateMJUserInput {
|
|
22438
24064
|
ID?: string;
|
|
@@ -22589,6 +24215,10 @@ export declare class MJUserResolverBase extends ResolverBase {
|
|
|
22589
24215
|
MJAIAgentSessionBridgeParticipants_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
22590
24216
|
MJRemoteOperations_CodeApprovedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
22591
24217
|
MJProcessRuns_StartedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24218
|
+
MJAISkillPermissions_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24219
|
+
MJAISkills_CreatedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24220
|
+
MJUserRoutines_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24221
|
+
MJUserRoutineRecipients_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
22592
24222
|
CreateMJUser(input: CreateMJUserInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
22593
24223
|
UpdateMJUser(input: UpdateMJUserInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
22594
24224
|
DeleteMJUser(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|