@memberjunction/server 6.1.0-edge.0 → 6.1.0-edge.2
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/auth/exampleNewUserSubClass.js +1 -1
- package/dist/auth/exampleNewUserSubClass.js.map +1 -1
- package/dist/auth/index.d.ts.map +1 -1
- package/dist/auth/index.js +9 -5
- package/dist/auth/index.js.map +1 -1
- package/dist/auth/magicLink/MagicLinkService.js +1 -1
- package/dist/auth/magicLink/MagicLinkService.js.map +1 -1
- package/dist/auth/newUsers.js +1 -1
- package/dist/auth/newUsers.js.map +1 -1
- package/dist/context.js +2 -2
- package/dist/context.js.map +1 -1
- package/dist/generated/generated.d.ts +208 -646
- package/dist/generated/generated.d.ts.map +1 -1
- package/dist/generated/generated.js +1123 -3773
- package/dist/generated/generated.js.map +1 -1
- package/dist/generic/ResolverBase.d.ts +19 -3
- package/dist/generic/ResolverBase.d.ts.map +1 -1
- package/dist/generic/ResolverBase.js +51 -17
- package/dist/generic/ResolverBase.js.map +1 -1
- package/dist/index.d.ts +6 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +100 -42
- package/dist/index.js.map +1 -1
- package/dist/logging/secretRedactor.d.ts +9 -0
- package/dist/logging/secretRedactor.d.ts.map +1 -1
- package/dist/logging/secretRedactor.js +39 -0
- package/dist/logging/secretRedactor.js.map +1 -1
- package/dist/middleware/BaseServerMiddleware.d.ts +5 -0
- package/dist/middleware/BaseServerMiddleware.d.ts.map +1 -1
- package/dist/middleware/BaseServerMiddleware.js +5 -0
- package/dist/middleware/BaseServerMiddleware.js.map +1 -1
- package/dist/realtimeWidget/WidgetSessionService.js +1 -1
- package/dist/realtimeWidget/WidgetSessionService.js.map +1 -1
- package/dist/realtimeWidget/widgetGuestElevation.js +1 -1
- package/dist/realtimeWidget/widgetGuestElevation.js.map +1 -1
- package/dist/resolvers/ActionResolver.d.ts.map +1 -1
- package/dist/resolvers/ActionResolver.js +12 -0
- package/dist/resolvers/ActionResolver.js.map +1 -1
- package/dist/resolvers/ComponentRegistryResolver.js +1 -1
- package/dist/resolvers/ComponentRegistryResolver.js.map +1 -1
- package/dist/resolvers/EntityPermissionResolver.js +1 -1
- package/dist/resolvers/EntityPermissionResolver.js.map +1 -1
- package/dist/resolvers/IntegrationDiscoveryResolver.d.ts +9 -0
- package/dist/resolvers/IntegrationDiscoveryResolver.d.ts.map +1 -1
- package/dist/resolvers/IntegrationDiscoveryResolver.js +3 -1
- package/dist/resolvers/IntegrationDiscoveryResolver.js.map +1 -1
- package/dist/resolvers/PotentialDuplicateRecordResolver.js +1 -1
- package/dist/resolvers/PotentialDuplicateRecordResolver.js.map +1 -1
- package/dist/resolvers/RealtimeClientSessionResolver.d.ts +10 -0
- package/dist/resolvers/RealtimeClientSessionResolver.d.ts.map +1 -1
- package/dist/resolvers/RealtimeClientSessionResolver.js +5 -0
- package/dist/resolvers/RealtimeClientSessionResolver.js.map +1 -1
- package/dist/resolvers/SearchEntitiesResolver.js +1 -1
- package/dist/resolvers/SearchEntitiesResolver.js.map +1 -1
- package/dist/resolvers/SqlLoggingConfigResolver.d.ts.map +1 -1
- package/dist/resolvers/SqlLoggingConfigResolver.js +1 -1
- package/dist/resolvers/SqlLoggingConfigResolver.js.map +1 -1
- package/dist/resolvers/SyncRolesUsersResolver.js +2 -2
- package/dist/resolvers/SyncRolesUsersResolver.js.map +1 -1
- package/dist/resolvers/TaskGraphFrameResolver.d.ts +85 -0
- package/dist/resolvers/TaskGraphFrameResolver.d.ts.map +1 -0
- package/dist/resolvers/TaskGraphFrameResolver.js +163 -0
- package/dist/resolvers/TaskGraphFrameResolver.js.map +1 -0
- package/dist/resolvers/UserFavoriteResolver.js +1 -1
- package/dist/resolvers/UserFavoriteResolver.js.map +1 -1
- package/dist/rest/OAuthCallbackHandler.js +1 -1
- package/dist/rest/OAuthCallbackHandler.js.map +1 -1
- package/dist/rest/RESTEndpointHandler.d.ts +0 -4
- package/dist/rest/RESTEndpointHandler.d.ts.map +1 -1
- package/dist/rest/RESTEndpointHandler.js +1 -15
- package/dist/rest/RESTEndpointHandler.js.map +1 -1
- package/dist/rest/SignatureWebhookHandler.js +1 -1
- package/dist/rest/SignatureWebhookHandler.js.map +1 -1
- package/dist/services/DurableEntityActionTaskSubmitter.d.ts +26 -0
- package/dist/services/DurableEntityActionTaskSubmitter.d.ts.map +1 -0
- package/dist/services/DurableEntityActionTaskSubmitter.js +55 -0
- package/dist/services/DurableEntityActionTaskSubmitter.js.map +1 -0
- package/dist/services/ScheduledJobsService.js +1 -1
- package/dist/services/ScheduledJobsService.js.map +1 -1
- package/dist/services/StartTaskGraphDispatcher.d.ts +33 -0
- package/dist/services/StartTaskGraphDispatcher.d.ts.map +1 -0
- package/dist/services/StartTaskGraphDispatcher.js +46 -0
- package/dist/services/StartTaskGraphDispatcher.js.map +1 -0
- package/dist/services/TaskGraphActionRunner.d.ts +34 -0
- package/dist/services/TaskGraphActionRunner.d.ts.map +1 -0
- package/dist/services/TaskGraphActionRunner.js +95 -0
- package/dist/services/TaskGraphActionRunner.js.map +1 -0
- package/dist/services/TaskGraphAgentRunner.d.ts +28 -0
- package/dist/services/TaskGraphAgentRunner.d.ts.map +1 -0
- package/dist/services/TaskGraphAgentRunner.js +104 -0
- package/dist/services/TaskGraphAgentRunner.js.map +1 -0
- package/dist/services/TaskGraphContinuationDeliverer.d.ts +70 -0
- package/dist/services/TaskGraphContinuationDeliverer.d.ts.map +1 -0
- package/dist/services/TaskGraphContinuationDeliverer.js +162 -0
- package/dist/services/TaskGraphContinuationDeliverer.js.map +1 -0
- package/dist/services/TaskGraphPromptRunner.d.ts +31 -0
- package/dist/services/TaskGraphPromptRunner.d.ts.map +1 -0
- package/dist/services/TaskGraphPromptRunner.js +134 -0
- package/dist/services/TaskGraphPromptRunner.js.map +1 -0
- package/dist/services/TaskGraphProviderFactory.d.ts +39 -0
- package/dist/services/TaskGraphProviderFactory.d.ts.map +1 -0
- package/dist/services/TaskGraphProviderFactory.js +28 -0
- package/dist/services/TaskGraphProviderFactory.js.map +1 -0
- package/dist/telephony/RingCentralTelephonyService.js +1 -1
- package/dist/telephony/RingCentralTelephonyService.js.map +1 -1
- package/dist/telephony/TwilioTelephonyRouter.js +1 -1
- package/dist/telephony/TwilioTelephonyRouter.js.map +1 -1
- package/dist/telephony/VonageTelephonyRouter.js +1 -1
- package/dist/telephony/VonageTelephonyRouter.js.map +1 -1
- package/package.json +92 -89
- package/src/__tests__/RealtimeClientSessionResolver.test.ts +1 -1
- package/src/__tests__/ResolverBase.frozenRecordMapping.test.ts +133 -0
- package/src/__tests__/ResolverBase.transportMapping.test.ts +289 -0
- package/src/__tests__/SessionManager.test.ts +1 -1
- package/src/__tests__/TaskGraphContinuationDeliverer.test.ts +249 -0
- package/src/__tests__/TaskGraphFrameResolver.test.ts +136 -0
- package/src/__tests__/WidgetSessionService.test.ts +1 -1
- package/src/__tests__/databaseAbstraction.test.ts +1 -1
- package/src/__tests__/magicLinkService.provisionLog.test.ts +1 -1
- package/src/__tests__/resolverBase.rls.test.ts +3 -0
- package/src/__tests__/secretRedactor.failOpen.test.ts +135 -0
- package/src/__tests__/widgetGuestElevation.test.ts +1 -1
- package/src/auth/exampleNewUserSubClass.ts +1 -1
- package/src/auth/index.ts +10 -6
- package/src/auth/magicLink/MagicLinkService.ts +1 -1
- package/src/auth/newUsers.ts +1 -1
- package/src/context.ts +2 -2
- package/src/generated/generated.ts +955 -2735
- package/src/generic/ResolverBase.ts +52 -17
- package/src/index.ts +108 -43
- package/src/logging/secretRedactor.ts +43 -0
- package/src/middleware/BaseServerMiddleware.ts +5 -0
- package/src/realtimeWidget/WidgetSessionService.ts +1 -1
- package/src/realtimeWidget/widgetGuestElevation.ts +1 -1
- package/src/resolvers/ActionResolver.ts +13 -0
- package/src/resolvers/ComponentRegistryResolver.ts +1 -1
- package/src/resolvers/EntityPermissionResolver.ts +1 -1
- package/src/resolvers/IntegrationDiscoveryResolver.ts +12 -2
- package/src/resolvers/PotentialDuplicateRecordResolver.ts +1 -1
- package/src/resolvers/RealtimeClientSessionResolver.ts +13 -0
- package/src/resolvers/SearchEntitiesResolver.ts +1 -1
- package/src/resolvers/SqlLoggingConfigResolver.ts +1 -2
- package/src/resolvers/SyncRolesUsersResolver.ts +2 -2
- package/src/resolvers/TaskGraphFrameResolver.ts +160 -0
- package/src/resolvers/UserFavoriteResolver.ts +1 -1
- package/src/rest/OAuthCallbackHandler.ts +1 -1
- package/src/rest/RESTEndpointHandler.ts +1 -15
- package/src/rest/SignatureWebhookHandler.ts +1 -1
- package/src/services/DurableEntityActionTaskSubmitter.ts +78 -0
- package/src/services/ScheduledJobsService.ts +1 -1
- package/src/services/StartTaskGraphDispatcher.ts +78 -0
- package/src/services/TaskGraphActionRunner.ts +99 -0
- package/src/services/TaskGraphAgentRunner.ts +115 -0
- package/src/services/TaskGraphContinuationDeliverer.ts +181 -0
- package/src/services/TaskGraphPromptRunner.ts +144 -0
- package/src/services/TaskGraphProviderFactory.ts +53 -0
- package/src/telephony/RingCentralTelephonyService.ts +1 -1
- package/src/telephony/TwilioTelephonyRouter.ts +1 -1
- package/src/telephony/VonageTelephonyRouter.ts +1 -1
- package/dist/resolvers/ReportResolver.d.ts +0 -24
- package/dist/resolvers/ReportResolver.d.ts.map +0 -1
- package/dist/resolvers/ReportResolver.js +0 -198
- package/dist/resolvers/ReportResolver.js.map +0 -1
- package/dist/resolvers/TaskResolver.d.ts +0 -31
- package/dist/resolvers/TaskResolver.d.ts.map +0 -1
- package/dist/resolvers/TaskResolver.js +0 -157
- package/dist/resolvers/TaskResolver.js.map +0 -1
- package/dist/services/TaskOrchestrator.d.ts +0 -130
- package/dist/services/TaskOrchestrator.d.ts.map +0 -1
- package/dist/services/TaskOrchestrator.js +0 -692
- package/dist/services/TaskOrchestrator.js.map +0 -1
- package/src/resolvers/ReportResolver.ts +0 -165
- package/src/resolvers/TaskResolver.ts +0 -148
- package/src/resolvers/__tests__/ReportResolver.test.ts +0 -279
- package/src/services/TaskOrchestrator.ts +0 -873
|
@@ -272,7 +272,6 @@ export declare class MJActionExecutionLog_ {
|
|
|
272
272
|
ResultParams?: string;
|
|
273
273
|
Action: string;
|
|
274
274
|
User: string;
|
|
275
|
-
EntityAction?: string;
|
|
276
275
|
EntityActionInvocationType?: string;
|
|
277
276
|
TargetEntity?: string;
|
|
278
277
|
MJProcessRunDetails_ActionExecutionLogIDArray: MJProcessRunDetail_[];
|
|
@@ -438,7 +437,6 @@ export declare class MJActionParam_ {
|
|
|
438
437
|
LogValue: boolean;
|
|
439
438
|
Action: string;
|
|
440
439
|
MJEntityActionParams_ActionParamIDArray: MJEntityActionParam_[];
|
|
441
|
-
MJScheduledActionParams_ActionParamIDArray: MJScheduledActionParam_[];
|
|
442
440
|
}
|
|
443
441
|
export declare class CreateMJActionParamInput {
|
|
444
442
|
ID?: string;
|
|
@@ -484,7 +482,6 @@ export declare class MJActionParamResolver extends ResolverBase {
|
|
|
484
482
|
RunMJActionParamDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
485
483
|
MJActionParam(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJActionParam_ | null>;
|
|
486
484
|
MJEntityActionParams_ActionParamIDArray(mjactionparam_: MJActionParam_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
487
|
-
MJScheduledActionParams_ActionParamIDArray(mjactionparam_: MJActionParam_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
488
485
|
CreateMJActionParam(input: CreateMJActionParamInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
489
486
|
UpdateMJActionParam(input: UpdateMJActionParamInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
490
487
|
DeleteMJActionParam(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -573,7 +570,6 @@ export declare class MJAction_ {
|
|
|
573
570
|
MJActionResultCodes_ActionIDArray: MJActionResultCode_[];
|
|
574
571
|
MJAIAgentActions_ActionIDArray: MJAIAgentAction_[];
|
|
575
572
|
MJMCPServerTools_GeneratedActionIDArray: MJMCPServerTool_[];
|
|
576
|
-
MJScheduledActions_ActionIDArray: MJScheduledAction_[];
|
|
577
573
|
MJActionContexts_ActionIDArray: MJActionContext_[];
|
|
578
574
|
MJAIAgentSteps_ActionIDArray: MJAIAgentStep_[];
|
|
579
575
|
MJEntityActions_ActionIDArray: MJEntityAction_[];
|
|
@@ -582,6 +578,7 @@ export declare class MJAction_ {
|
|
|
582
578
|
MJActions_ParentIDArray: MJAction_[];
|
|
583
579
|
MJRecordProcesses_ActionIDArray: MJRecordProcess_[];
|
|
584
580
|
MJAISkillActions_ActionIDArray: MJAISkillAction_[];
|
|
581
|
+
MJTasks_ActionIDArray: MJTask_[];
|
|
585
582
|
}
|
|
586
583
|
export declare class CreateMJActionInput {
|
|
587
584
|
ID?: string;
|
|
@@ -659,7 +656,6 @@ export declare class MJActionResolver extends ResolverBase {
|
|
|
659
656
|
MJActionResultCodes_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
660
657
|
MJAIAgentActions_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
661
658
|
MJMCPServerTools_GeneratedActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
662
|
-
MJScheduledActions_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
663
659
|
MJActionContexts_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
664
660
|
MJAIAgentSteps_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
665
661
|
MJEntityActions_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -668,6 +664,7 @@ export declare class MJActionResolver extends ResolverBase {
|
|
|
668
664
|
MJActions_ParentIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
669
665
|
MJRecordProcesses_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
670
666
|
MJAISkillActions_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
667
|
+
MJTasks_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
671
668
|
CreateMJAction(input: CreateMJActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
672
669
|
UpdateMJAction(input: UpdateMJActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
673
670
|
DeleteMJAction(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -1116,6 +1113,58 @@ export declare class MJAIAgentConfigurationResolver extends ResolverBase {
|
|
|
1116
1113
|
UpdateMJAIAgentConfiguration(input: UpdateMJAIAgentConfigurationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1117
1114
|
DeleteMJAIAgentConfiguration(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1118
1115
|
}
|
|
1116
|
+
export declare class MJAIAgentCredential_ {
|
|
1117
|
+
ID: string;
|
|
1118
|
+
AgentID: string;
|
|
1119
|
+
CredentialID: string;
|
|
1120
|
+
Purpose: string;
|
|
1121
|
+
EnvVariableName?: string;
|
|
1122
|
+
Priority: number;
|
|
1123
|
+
Status: string;
|
|
1124
|
+
_mj__CreatedAt: Date;
|
|
1125
|
+
_mj__UpdatedAt: Date;
|
|
1126
|
+
Agent?: string;
|
|
1127
|
+
Credential: string;
|
|
1128
|
+
}
|
|
1129
|
+
export declare class CreateMJAIAgentCredentialInput {
|
|
1130
|
+
ID?: string;
|
|
1131
|
+
AgentID?: string;
|
|
1132
|
+
CredentialID?: string;
|
|
1133
|
+
Purpose?: string;
|
|
1134
|
+
EnvVariableName: string | null;
|
|
1135
|
+
Priority?: number;
|
|
1136
|
+
Status?: string;
|
|
1137
|
+
RestoreContext___?: RestoreContextInput;
|
|
1138
|
+
}
|
|
1139
|
+
export declare class UpdateMJAIAgentCredentialInput {
|
|
1140
|
+
ID: string;
|
|
1141
|
+
AgentID?: string;
|
|
1142
|
+
CredentialID?: string;
|
|
1143
|
+
Purpose?: string;
|
|
1144
|
+
EnvVariableName?: string | null;
|
|
1145
|
+
Priority?: number;
|
|
1146
|
+
Status?: string;
|
|
1147
|
+
OldValues___?: KeyValuePairInput[];
|
|
1148
|
+
RestoreContext___?: RestoreContextInput;
|
|
1149
|
+
}
|
|
1150
|
+
export declare class RunMJAIAgentCredentialViewResult {
|
|
1151
|
+
Results: MJAIAgentCredential_[];
|
|
1152
|
+
UserViewRunID?: string;
|
|
1153
|
+
RowCount: number;
|
|
1154
|
+
TotalRowCount: number;
|
|
1155
|
+
ExecutionTime: number;
|
|
1156
|
+
ErrorMessage?: string;
|
|
1157
|
+
Success: boolean;
|
|
1158
|
+
}
|
|
1159
|
+
export declare class MJAIAgentCredentialResolver extends ResolverBase {
|
|
1160
|
+
RunMJAIAgentCredentialViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1161
|
+
RunMJAIAgentCredentialViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1162
|
+
RunMJAIAgentCredentialDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1163
|
+
MJAIAgentCredential(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIAgentCredential_ | null>;
|
|
1164
|
+
CreateMJAIAgentCredential(input: CreateMJAIAgentCredentialInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1165
|
+
UpdateMJAIAgentCredential(input: UpdateMJAIAgentCredentialInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1166
|
+
DeleteMJAIAgentCredential(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1167
|
+
}
|
|
1119
1168
|
export declare class MJAIAgentDataSource_ {
|
|
1120
1169
|
ID: string;
|
|
1121
1170
|
AgentID: string;
|
|
@@ -1309,6 +1358,67 @@ export declare class MJAIAgentExampleResolver extends ResolverBase {
|
|
|
1309
1358
|
UpdateMJAIAgentExample(input: UpdateMJAIAgentExampleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1310
1359
|
DeleteMJAIAgentExample(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1311
1360
|
}
|
|
1361
|
+
export declare class MJAIAgentHarness_ {
|
|
1362
|
+
ID: string;
|
|
1363
|
+
Name: string;
|
|
1364
|
+
Description?: string;
|
|
1365
|
+
DriverClass: string;
|
|
1366
|
+
ExecutablePath?: string;
|
|
1367
|
+
AIVendorID?: string;
|
|
1368
|
+
AIModelID?: string;
|
|
1369
|
+
DefaultModel?: string;
|
|
1370
|
+
CapabilitySettings?: string;
|
|
1371
|
+
Status: string;
|
|
1372
|
+
_mj__CreatedAt: Date;
|
|
1373
|
+
_mj__UpdatedAt: Date;
|
|
1374
|
+
AIVendor?: string;
|
|
1375
|
+
AIModel?: string;
|
|
1376
|
+
}
|
|
1377
|
+
export declare class CreateMJAIAgentHarnessInput {
|
|
1378
|
+
ID?: string;
|
|
1379
|
+
Name?: string;
|
|
1380
|
+
Description: string | null;
|
|
1381
|
+
DriverClass?: string;
|
|
1382
|
+
ExecutablePath: string | null;
|
|
1383
|
+
AIVendorID: string | null;
|
|
1384
|
+
AIModelID: string | null;
|
|
1385
|
+
DefaultModel: string | null;
|
|
1386
|
+
CapabilitySettings: string | null;
|
|
1387
|
+
Status?: string;
|
|
1388
|
+
RestoreContext___?: RestoreContextInput;
|
|
1389
|
+
}
|
|
1390
|
+
export declare class UpdateMJAIAgentHarnessInput {
|
|
1391
|
+
ID: string;
|
|
1392
|
+
Name?: string;
|
|
1393
|
+
Description?: string | null;
|
|
1394
|
+
DriverClass?: string;
|
|
1395
|
+
ExecutablePath?: string | null;
|
|
1396
|
+
AIVendorID?: string | null;
|
|
1397
|
+
AIModelID?: string | null;
|
|
1398
|
+
DefaultModel?: string | null;
|
|
1399
|
+
CapabilitySettings?: string | null;
|
|
1400
|
+
Status?: string;
|
|
1401
|
+
OldValues___?: KeyValuePairInput[];
|
|
1402
|
+
RestoreContext___?: RestoreContextInput;
|
|
1403
|
+
}
|
|
1404
|
+
export declare class RunMJAIAgentHarnessViewResult {
|
|
1405
|
+
Results: MJAIAgentHarness_[];
|
|
1406
|
+
UserViewRunID?: string;
|
|
1407
|
+
RowCount: number;
|
|
1408
|
+
TotalRowCount: number;
|
|
1409
|
+
ExecutionTime: number;
|
|
1410
|
+
ErrorMessage?: string;
|
|
1411
|
+
Success: boolean;
|
|
1412
|
+
}
|
|
1413
|
+
export declare class MJAIAgentHarnessResolver extends ResolverBase {
|
|
1414
|
+
RunMJAIAgentHarnessViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1415
|
+
RunMJAIAgentHarnessViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1416
|
+
RunMJAIAgentHarnessDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1417
|
+
MJAIAgentHarness(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIAgentHarness_ | null>;
|
|
1418
|
+
CreateMJAIAgentHarness(input: CreateMJAIAgentHarnessInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1419
|
+
UpdateMJAIAgentHarness(input: UpdateMJAIAgentHarnessInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1420
|
+
DeleteMJAIAgentHarness(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1421
|
+
}
|
|
1312
1422
|
export declare class MJAIAgentLearningCycle_ {
|
|
1313
1423
|
ID: string;
|
|
1314
1424
|
AgentID: string;
|
|
@@ -1877,6 +1987,7 @@ export declare class MJAIAgentRequest_ {
|
|
|
1877
1987
|
OriginatingAgentRunStepID?: string;
|
|
1878
1988
|
ResumingAgentRunID?: string;
|
|
1879
1989
|
ResponseSource?: string;
|
|
1990
|
+
OriginatingTaskID?: string;
|
|
1880
1991
|
Agent?: string;
|
|
1881
1992
|
RequestForUser?: string;
|
|
1882
1993
|
ResponseByUser?: string;
|
|
@@ -1884,6 +1995,7 @@ export declare class MJAIAgentRequest_ {
|
|
|
1884
1995
|
OriginatingAgentRun?: string;
|
|
1885
1996
|
OriginatingAgentRunStep?: string;
|
|
1886
1997
|
ResumingAgentRun?: string;
|
|
1998
|
+
OriginatingTask?: string;
|
|
1887
1999
|
}
|
|
1888
2000
|
export declare class CreateMJAIAgentRequestInput {
|
|
1889
2001
|
ID?: string;
|
|
@@ -1905,6 +2017,7 @@ export declare class CreateMJAIAgentRequestInput {
|
|
|
1905
2017
|
OriginatingAgentRunStepID: string | null;
|
|
1906
2018
|
ResumingAgentRunID: string | null;
|
|
1907
2019
|
ResponseSource: string | null;
|
|
2020
|
+
OriginatingTaskID: string | null;
|
|
1908
2021
|
RestoreContext___?: RestoreContextInput;
|
|
1909
2022
|
}
|
|
1910
2023
|
export declare class UpdateMJAIAgentRequestInput {
|
|
@@ -1927,6 +2040,7 @@ export declare class UpdateMJAIAgentRequestInput {
|
|
|
1927
2040
|
OriginatingAgentRunStepID?: string | null;
|
|
1928
2041
|
ResumingAgentRunID?: string | null;
|
|
1929
2042
|
ResponseSource?: string | null;
|
|
2043
|
+
OriginatingTaskID?: string | null;
|
|
1930
2044
|
OldValues___?: KeyValuePairInput[];
|
|
1931
2045
|
RestoreContext___?: RestoreContextInput;
|
|
1932
2046
|
}
|
|
@@ -2183,6 +2297,8 @@ export declare class MJAIAgentRun_ {
|
|
|
2183
2297
|
LastHeartbeatAt?: Date;
|
|
2184
2298
|
AgentSessionID?: string;
|
|
2185
2299
|
PlanMode: boolean;
|
|
2300
|
+
ExternalSessionID?: string;
|
|
2301
|
+
ContinuationDepth: number;
|
|
2186
2302
|
Agent?: string;
|
|
2187
2303
|
ParentRun?: string;
|
|
2188
2304
|
Conversation?: string;
|
|
@@ -2209,6 +2325,7 @@ export declare class MJAIAgentRun_ {
|
|
|
2209
2325
|
MJDuplicateRunDetailMatches_AIAgentRunIDArray: MJDuplicateRunDetailMatch_[];
|
|
2210
2326
|
MJExperimentSessionIterations_AIAgentRunIDArray: MJExperimentSessionIteration_[];
|
|
2211
2327
|
MJExperimentSessions_AgentRunIDArray: MJExperimentSession_[];
|
|
2328
|
+
MJTasks_AgentRunIDArray: MJTask_[];
|
|
2212
2329
|
MJUserRoutineRuns_AgentRunIDArray: MJUserRoutineRun_[];
|
|
2213
2330
|
}
|
|
2214
2331
|
export declare class CreateMJAIAgentRunInput {
|
|
@@ -2261,6 +2378,8 @@ export declare class CreateMJAIAgentRunInput {
|
|
|
2261
2378
|
LastHeartbeatAt: Date | null;
|
|
2262
2379
|
AgentSessionID: string | null;
|
|
2263
2380
|
PlanMode?: boolean;
|
|
2381
|
+
ExternalSessionID: string | null;
|
|
2382
|
+
ContinuationDepth?: number;
|
|
2264
2383
|
RestoreContext___?: RestoreContextInput;
|
|
2265
2384
|
}
|
|
2266
2385
|
export declare class UpdateMJAIAgentRunInput {
|
|
@@ -2313,6 +2432,8 @@ export declare class UpdateMJAIAgentRunInput {
|
|
|
2313
2432
|
LastHeartbeatAt?: Date | null;
|
|
2314
2433
|
AgentSessionID?: string | null;
|
|
2315
2434
|
PlanMode?: boolean;
|
|
2435
|
+
ExternalSessionID?: string | null;
|
|
2436
|
+
ContinuationDepth?: number;
|
|
2316
2437
|
OldValues___?: KeyValuePairInput[];
|
|
2317
2438
|
RestoreContext___?: RestoreContextInput;
|
|
2318
2439
|
}
|
|
@@ -2342,6 +2463,7 @@ export declare class MJAIAgentRunResolver extends ResolverBase {
|
|
|
2342
2463
|
MJDuplicateRunDetailMatches_AIAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2343
2464
|
MJExperimentSessionIterations_AIAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2344
2465
|
MJExperimentSessions_AgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2466
|
+
MJTasks_AgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2345
2467
|
MJUserRoutineRuns_AgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2346
2468
|
CreateMJAIAgentRun(input: CreateMJAIAgentRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2347
2469
|
UpdateMJAIAgentRun(input: UpdateMJAIAgentRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -3133,6 +3255,7 @@ export declare class MJAIAgent_ {
|
|
|
3133
3255
|
MJAIAgentSkills_AgentIDArray: MJAIAgentSkill_[];
|
|
3134
3256
|
MJConversationWidgetInstances_PinnedAgentIDArray: MJConversationWidgetInstance_[];
|
|
3135
3257
|
MJAISkillSubAgents_SubAgentIDArray: MJAISkillSubAgent_[];
|
|
3258
|
+
MJAIAgentCredentials_AgentIDArray: MJAIAgentCredential_[];
|
|
3136
3259
|
}
|
|
3137
3260
|
export declare class CreateMJAIAgentInput {
|
|
3138
3261
|
ID?: string;
|
|
@@ -3348,6 +3471,7 @@ export declare class MJAIAgentResolver extends ResolverBase {
|
|
|
3348
3471
|
MJAIAgentSkills_AgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3349
3472
|
MJConversationWidgetInstances_PinnedAgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3350
3473
|
MJAISkillSubAgents_SubAgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3474
|
+
MJAIAgentCredentials_AgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3351
3475
|
CreateMJAIAgent(input: CreateMJAIAgentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3352
3476
|
UpdateMJAIAgent(input: UpdateMJAIAgentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3353
3477
|
DeleteMJAIAgent(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -4217,6 +4341,7 @@ export declare class MJAIModelType_ {
|
|
|
4217
4341
|
DefaultOutputModalityID: string;
|
|
4218
4342
|
SupportsPrefill: boolean;
|
|
4219
4343
|
PrefillFallbackText?: string;
|
|
4344
|
+
ModelConfiguration?: string;
|
|
4220
4345
|
DefaultInputModality: string;
|
|
4221
4346
|
DefaultOutputModality: string;
|
|
4222
4347
|
MJAIModels_AIModelTypeIDArray: MJAIModel_[];
|
|
@@ -4230,6 +4355,7 @@ export declare class CreateMJAIModelTypeInput {
|
|
|
4230
4355
|
DefaultOutputModalityID?: string;
|
|
4231
4356
|
SupportsPrefill?: boolean;
|
|
4232
4357
|
PrefillFallbackText: string | null;
|
|
4358
|
+
ModelConfiguration: string | null;
|
|
4233
4359
|
RestoreContext___?: RestoreContextInput;
|
|
4234
4360
|
}
|
|
4235
4361
|
export declare class UpdateMJAIModelTypeInput {
|
|
@@ -4240,6 +4366,7 @@ export declare class UpdateMJAIModelTypeInput {
|
|
|
4240
4366
|
DefaultOutputModalityID?: string;
|
|
4241
4367
|
SupportsPrefill?: boolean;
|
|
4242
4368
|
PrefillFallbackText?: string | null;
|
|
4369
|
+
ModelConfiguration?: string | null;
|
|
4243
4370
|
OldValues___?: KeyValuePairInput[];
|
|
4244
4371
|
RestoreContext___?: RestoreContextInput;
|
|
4245
4372
|
}
|
|
@@ -4283,6 +4410,7 @@ export declare class MJAIModelVendor_ {
|
|
|
4283
4410
|
TypeID: string;
|
|
4284
4411
|
SupportsPrefill?: boolean;
|
|
4285
4412
|
PrefillFallbackText?: string;
|
|
4413
|
+
ModelConfiguration?: string;
|
|
4286
4414
|
Model: string;
|
|
4287
4415
|
Vendor: string;
|
|
4288
4416
|
Type: string;
|
|
@@ -4305,6 +4433,7 @@ export declare class CreateMJAIModelVendorInput {
|
|
|
4305
4433
|
TypeID?: string;
|
|
4306
4434
|
SupportsPrefill: boolean | null;
|
|
4307
4435
|
PrefillFallbackText: string | null;
|
|
4436
|
+
ModelConfiguration: string | null;
|
|
4308
4437
|
RestoreContext___?: RestoreContextInput;
|
|
4309
4438
|
}
|
|
4310
4439
|
export declare class UpdateMJAIModelVendorInput {
|
|
@@ -4324,6 +4453,7 @@ export declare class UpdateMJAIModelVendorInput {
|
|
|
4324
4453
|
TypeID?: string;
|
|
4325
4454
|
SupportsPrefill?: boolean | null;
|
|
4326
4455
|
PrefillFallbackText?: string | null;
|
|
4456
|
+
ModelConfiguration?: string | null;
|
|
4327
4457
|
OldValues___?: KeyValuePairInput[];
|
|
4328
4458
|
RestoreContext___?: RestoreContextInput;
|
|
4329
4459
|
}
|
|
@@ -4362,6 +4492,7 @@ export declare class MJAIModel_ {
|
|
|
4362
4492
|
PriorVersionID?: string;
|
|
4363
4493
|
SupportsPrefill?: boolean;
|
|
4364
4494
|
PrefillFallbackText?: string;
|
|
4495
|
+
ModelConfiguration?: string;
|
|
4365
4496
|
AIModelType: string;
|
|
4366
4497
|
Vendor?: string;
|
|
4367
4498
|
DriverClass?: string;
|
|
@@ -4396,6 +4527,7 @@ export declare class MJAIModel_ {
|
|
|
4396
4527
|
MJTags_EmbeddingModelIDArray: MJTag_[];
|
|
4397
4528
|
MJAIModels_PriorVersionIDArray: MJAIModel_[];
|
|
4398
4529
|
MJScopedPromptConfigs_ModelIDArray: MJScopedPromptConfig_[];
|
|
4530
|
+
MJAIAgentHarnesses_AIModelIDArray: MJAIAgentHarness_[];
|
|
4399
4531
|
}
|
|
4400
4532
|
export declare class CreateMJAIModelInput {
|
|
4401
4533
|
ID?: string;
|
|
@@ -4411,6 +4543,7 @@ export declare class CreateMJAIModelInput {
|
|
|
4411
4543
|
PriorVersionID: string | null;
|
|
4412
4544
|
SupportsPrefill: boolean | null;
|
|
4413
4545
|
PrefillFallbackText: string | null;
|
|
4546
|
+
ModelConfiguration: string | null;
|
|
4414
4547
|
Vendor: string | null;
|
|
4415
4548
|
DriverClass: string | null;
|
|
4416
4549
|
DriverImportPath: string | null;
|
|
@@ -4434,6 +4567,7 @@ export declare class UpdateMJAIModelInput {
|
|
|
4434
4567
|
PriorVersionID?: string | null;
|
|
4435
4568
|
SupportsPrefill?: boolean | null;
|
|
4436
4569
|
PrefillFallbackText?: string | null;
|
|
4570
|
+
ModelConfiguration?: string | null;
|
|
4437
4571
|
Vendor?: string | null;
|
|
4438
4572
|
DriverClass?: string | null;
|
|
4439
4573
|
DriverImportPath?: string | null;
|
|
@@ -4485,6 +4619,7 @@ export declare class MJAIModelResolver extends ResolverBase {
|
|
|
4485
4619
|
MJTags_EmbeddingModelIDArray(mjaimodel_: MJAIModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4486
4620
|
MJAIModels_PriorVersionIDArray(mjaimodel_: MJAIModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4487
4621
|
MJScopedPromptConfigs_ModelIDArray(mjaimodel_: MJAIModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4622
|
+
MJAIAgentHarnesses_AIModelIDArray(mjaimodel_: MJAIModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4488
4623
|
CreateMJAIModel(input: CreateMJAIModelInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4489
4624
|
UpdateMJAIModel(input: UpdateMJAIModelInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4490
4625
|
DeleteMJAIModel(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -5129,6 +5264,7 @@ export declare class MJAIPrompt_ {
|
|
|
5129
5264
|
MJAIAgents_ConversationSummaryPromptIDArray: MJAIAgent_[];
|
|
5130
5265
|
MJAIAgentTypes_ContextCompressionPromptIDArray: MJAIAgentType_[];
|
|
5131
5266
|
MJAIAgentTypes_ConversationSummaryPromptIDArray: MJAIAgentType_[];
|
|
5267
|
+
MJTasks_PromptIDArray: MJTask_[];
|
|
5132
5268
|
}
|
|
5133
5269
|
export declare class CreateMJAIPromptInput {
|
|
5134
5270
|
ID?: string;
|
|
@@ -5276,6 +5412,7 @@ export declare class MJAIPromptResolver extends ResolverBase {
|
|
|
5276
5412
|
MJAIAgents_ConversationSummaryPromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5277
5413
|
MJAIAgentTypes_ContextCompressionPromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5278
5414
|
MJAIAgentTypes_ConversationSummaryPromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5415
|
+
MJTasks_PromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5279
5416
|
CreateMJAIPrompt(input: CreateMJAIPromptInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5280
5417
|
UpdateMJAIPrompt(input: UpdateMJAIPromptInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5281
5418
|
DeleteMJAIPrompt(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -5787,6 +5924,7 @@ export declare class MJAIVendor_ {
|
|
|
5787
5924
|
MJAIVendorTypes_VendorIDArray: MJAIVendorType_[];
|
|
5788
5925
|
MJAIAgentRuns_OverrideVendorIDArray: MJAIAgentRun_[];
|
|
5789
5926
|
MJScopedPromptConfigs_VendorIDArray: MJScopedPromptConfig_[];
|
|
5927
|
+
MJAIAgentHarnesses_AIVendorIDArray: MJAIAgentHarness_[];
|
|
5790
5928
|
}
|
|
5791
5929
|
export declare class CreateMJAIVendorInput {
|
|
5792
5930
|
ID?: string;
|
|
@@ -5826,6 +5964,7 @@ export declare class MJAIVendorResolver extends ResolverBase {
|
|
|
5826
5964
|
MJAIVendorTypes_VendorIDArray(mjaivendor_: MJAIVendor_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5827
5965
|
MJAIAgentRuns_OverrideVendorIDArray(mjaivendor_: MJAIVendor_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5828
5966
|
MJScopedPromptConfigs_VendorIDArray(mjaivendor_: MJAIVendor_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5967
|
+
MJAIAgentHarnesses_AIVendorIDArray(mjaivendor_: MJAIVendor_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5829
5968
|
CreateMJAIVendor(input: CreateMJAIVendorInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5830
5969
|
UpdateMJAIVendor(input: UpdateMJAIVendorInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5831
5970
|
DeleteMJAIVendor(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -9613,9 +9752,9 @@ export declare class MJContentSource_ {
|
|
|
9613
9752
|
Configuration?: string;
|
|
9614
9753
|
EntityID?: string;
|
|
9615
9754
|
EntityDocumentID?: string;
|
|
9616
|
-
ScheduledActionID?: string;
|
|
9617
9755
|
SegmenterKey?: string;
|
|
9618
9756
|
CleanerKey?: string;
|
|
9757
|
+
ScheduledJobID?: string;
|
|
9619
9758
|
ContentType: string;
|
|
9620
9759
|
ContentSourceType: string;
|
|
9621
9760
|
ContentFileType: string;
|
|
@@ -9623,7 +9762,7 @@ export declare class MJContentSource_ {
|
|
|
9623
9762
|
VectorIndex?: string;
|
|
9624
9763
|
Entity?: string;
|
|
9625
9764
|
EntityDocument?: string;
|
|
9626
|
-
|
|
9765
|
+
ScheduledJob?: string;
|
|
9627
9766
|
MJContentItems_ContentSourceIDArray: MJContentItem_[];
|
|
9628
9767
|
MJContentProcessRuns_SourceIDArray: MJContentProcessRun_[];
|
|
9629
9768
|
MJContentSourceParams_ContentSourceIDArray: MJContentSourceParam_[];
|
|
@@ -9642,9 +9781,9 @@ export declare class CreateMJContentSourceInput {
|
|
|
9642
9781
|
Configuration: string | null;
|
|
9643
9782
|
EntityID: string | null;
|
|
9644
9783
|
EntityDocumentID: string | null;
|
|
9645
|
-
ScheduledActionID: string | null;
|
|
9646
9784
|
SegmenterKey: string | null;
|
|
9647
9785
|
CleanerKey: string | null;
|
|
9786
|
+
ScheduledJobID: string | null;
|
|
9648
9787
|
RestoreContext___?: RestoreContextInput;
|
|
9649
9788
|
}
|
|
9650
9789
|
export declare class UpdateMJContentSourceInput {
|
|
@@ -9659,9 +9798,9 @@ export declare class UpdateMJContentSourceInput {
|
|
|
9659
9798
|
Configuration?: string | null;
|
|
9660
9799
|
EntityID?: string | null;
|
|
9661
9800
|
EntityDocumentID?: string | null;
|
|
9662
|
-
ScheduledActionID?: string | null;
|
|
9663
9801
|
SegmenterKey?: string | null;
|
|
9664
9802
|
CleanerKey?: string | null;
|
|
9803
|
+
ScheduledJobID?: string | null;
|
|
9665
9804
|
OldValues___?: KeyValuePairInput[];
|
|
9666
9805
|
RestoreContext___?: RestoreContextInput;
|
|
9667
9806
|
}
|
|
@@ -10200,7 +10339,6 @@ export declare class MJConversationDetail_ {
|
|
|
10200
10339
|
Agent?: string;
|
|
10201
10340
|
TestRun?: string;
|
|
10202
10341
|
RootParentID?: string;
|
|
10203
|
-
MJReports_ConversationDetailIDArray: MJReport_[];
|
|
10204
10342
|
MJConversationDetailArtifacts_ConversationDetailIDArray: MJConversationDetailArtifact_[];
|
|
10205
10343
|
MJConversationDetailAttachments_ConversationDetailIDArray: MJConversationDetailAttachment_[];
|
|
10206
10344
|
MJConversationDetailRatings_ConversationDetailIDArray: MJConversationDetailRating_[];
|
|
@@ -10292,7 +10430,6 @@ export declare class MJConversationDetailResolver extends ResolverBase {
|
|
|
10292
10430
|
RunMJConversationDetailViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
10293
10431
|
RunMJConversationDetailDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
10294
10432
|
MJConversationDetail(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJConversationDetail_ | null>;
|
|
10295
|
-
MJReports_ConversationDetailIDArray(mjconversationdetail_: MJConversationDetail_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10296
10433
|
MJConversationDetailArtifacts_ConversationDetailIDArray(mjconversationdetail_: MJConversationDetail_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10297
10434
|
MJConversationDetailAttachments_ConversationDetailIDArray(mjconversationdetail_: MJConversationDetail_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10298
10435
|
MJConversationDetailRatings_ConversationDetailIDArray(mjconversationdetail_: MJConversationDetail_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -10427,7 +10564,6 @@ export declare class MJConversation_ {
|
|
|
10427
10564
|
LastConversation?: string;
|
|
10428
10565
|
RootLastConversationID?: string;
|
|
10429
10566
|
MJConversationDetails_ConversationIDArray: MJConversationDetail_[];
|
|
10430
|
-
MJReports_ConversationIDArray: MJReport_[];
|
|
10431
10567
|
MJConversationArtifacts_ConversationIDArray: MJConversationArtifact_[];
|
|
10432
10568
|
MJAIAgentNotes_SourceConversationIDArray: MJAIAgentNote_[];
|
|
10433
10569
|
MJAIAgentRuns_ConversationIDArray: MJAIAgentRun_[];
|
|
@@ -10504,7 +10640,6 @@ export declare class MJConversationResolver extends ResolverBase {
|
|
|
10504
10640
|
RunMJConversationDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
10505
10641
|
MJConversation(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJConversation_ | null>;
|
|
10506
10642
|
MJConversationDetails_ConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10507
|
-
MJReports_ConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10508
10643
|
MJConversationArtifacts_ConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10509
10644
|
MJAIAgentNotes_SourceConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10510
10645
|
MJAIAgentRuns_ConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -10712,6 +10847,7 @@ export declare class MJCredential_ {
|
|
|
10712
10847
|
MJCompanyIntegrations_CredentialIDArray: MJCompanyIntegration_[];
|
|
10713
10848
|
MJSignatureAccounts_CredentialIDArray: MJSignatureAccount_[];
|
|
10714
10849
|
MJExternalDataSources_CredentialIDArray: MJExternalDataSource_[];
|
|
10850
|
+
MJAIAgentCredentials_CredentialIDArray: MJAIAgentCredential_[];
|
|
10715
10851
|
}
|
|
10716
10852
|
export declare class CreateMJCredentialInput {
|
|
10717
10853
|
ID?: string;
|
|
@@ -10767,6 +10903,7 @@ export declare class MJCredentialResolver extends ResolverBase {
|
|
|
10767
10903
|
MJCompanyIntegrations_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10768
10904
|
MJSignatureAccounts_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10769
10905
|
MJExternalDataSources_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10906
|
+
MJAIAgentCredentials_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10770
10907
|
CreateMJCredential(input: CreateMJCredentialInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10771
10908
|
UpdateMJCredential(input: UpdateMJCredentialInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10772
10909
|
DeleteMJCredential(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -11296,7 +11433,6 @@ export declare class MJDataContext_ {
|
|
|
11296
11433
|
_mj__UpdatedAt: Date;
|
|
11297
11434
|
User: string;
|
|
11298
11435
|
MJDataContextItems_DataContextIDArray: MJDataContextItem_[];
|
|
11299
|
-
MJReports_DataContextIDArray: MJReport_[];
|
|
11300
11436
|
MJConversations_DataContextIDArray: MJConversation_[];
|
|
11301
11437
|
}
|
|
11302
11438
|
export declare class CreateMJDataContextInput {
|
|
@@ -11331,7 +11467,6 @@ export declare class MJDataContextResolver extends ResolverBase {
|
|
|
11331
11467
|
RunMJDataContextDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11332
11468
|
MJDataContext(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJDataContext_ | null>;
|
|
11333
11469
|
MJDataContextItems_DataContextIDArray(mjdatacontext_: MJDataContext_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11334
|
-
MJReports_DataContextIDArray(mjdatacontext_: MJDataContext_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11335
11470
|
MJConversations_DataContextIDArray(mjdatacontext_: MJDataContext_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11336
11471
|
CreateMJDataContext(input: CreateMJDataContextInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11337
11472
|
UpdateMJDataContext(input: UpdateMJDataContextInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -12445,7 +12580,6 @@ export declare class MJEntityActionFilter_ {
|
|
|
12445
12580
|
Status: string;
|
|
12446
12581
|
_mj__CreatedAt: Date;
|
|
12447
12582
|
_mj__UpdatedAt: Date;
|
|
12448
|
-
EntityAction: string;
|
|
12449
12583
|
ActionFilter: string;
|
|
12450
12584
|
}
|
|
12451
12585
|
export declare class CreateMJEntityActionFilterInput {
|
|
@@ -12536,7 +12670,6 @@ export declare class MJEntityActionInvocation_ {
|
|
|
12536
12670
|
_mj__CreatedAt: Date;
|
|
12537
12671
|
_mj__UpdatedAt: Date;
|
|
12538
12672
|
RuntimeUXDriverClass?: string;
|
|
12539
|
-
EntityAction: string;
|
|
12540
12673
|
InvocationType: string;
|
|
12541
12674
|
}
|
|
12542
12675
|
export declare class CreateMJEntityActionInvocationInput {
|
|
@@ -12584,7 +12717,6 @@ export declare class MJEntityActionParam_ {
|
|
|
12584
12717
|
_mj__CreatedAt: Date;
|
|
12585
12718
|
_mj__UpdatedAt: Date;
|
|
12586
12719
|
LogValue?: boolean;
|
|
12587
|
-
EntityAction: string;
|
|
12588
12720
|
ActionParam: string;
|
|
12589
12721
|
}
|
|
12590
12722
|
export declare class CreateMJEntityActionParamInput {
|
|
@@ -12637,6 +12769,7 @@ export declare class MJEntityAction_ {
|
|
|
12637
12769
|
ScopeEntityID?: string;
|
|
12638
12770
|
ScopeRecordID?: string;
|
|
12639
12771
|
LoggingMode: string;
|
|
12772
|
+
RunMode: string;
|
|
12640
12773
|
Entity: string;
|
|
12641
12774
|
Action: string;
|
|
12642
12775
|
ScopeEntity?: string;
|
|
@@ -12654,6 +12787,7 @@ export declare class CreateMJEntityActionInput {
|
|
|
12654
12787
|
ScopeEntityID: string | null;
|
|
12655
12788
|
ScopeRecordID: string | null;
|
|
12656
12789
|
LoggingMode?: string;
|
|
12790
|
+
RunMode?: string;
|
|
12657
12791
|
RestoreContext___?: RestoreContextInput;
|
|
12658
12792
|
}
|
|
12659
12793
|
export declare class UpdateMJEntityActionInput {
|
|
@@ -12665,6 +12799,7 @@ export declare class UpdateMJEntityActionInput {
|
|
|
12665
12799
|
ScopeEntityID?: string | null;
|
|
12666
12800
|
ScopeRecordID?: string | null;
|
|
12667
12801
|
LoggingMode?: string;
|
|
12802
|
+
RunMode?: string;
|
|
12668
12803
|
OldValues___?: KeyValuePairInput[];
|
|
12669
12804
|
RestoreContext___?: RestoreContextInput;
|
|
12670
12805
|
}
|
|
@@ -13740,6 +13875,7 @@ export declare class MJEntityRelationship_ {
|
|
|
13740
13875
|
AutoUpdateFromSchema: boolean;
|
|
13741
13876
|
AdditionalFieldsToInclude?: string;
|
|
13742
13877
|
AutoUpdateAdditionalFieldsToInclude: boolean;
|
|
13878
|
+
RelatedRecordCollection?: string;
|
|
13743
13879
|
Entity: string;
|
|
13744
13880
|
EntityBaseTable: string;
|
|
13745
13881
|
EntityBaseView: string;
|
|
@@ -13774,6 +13910,7 @@ export declare class CreateMJEntityRelationshipInput {
|
|
|
13774
13910
|
AutoUpdateFromSchema?: boolean;
|
|
13775
13911
|
AdditionalFieldsToInclude: string | null;
|
|
13776
13912
|
AutoUpdateAdditionalFieldsToInclude?: boolean;
|
|
13913
|
+
RelatedRecordCollection: string | null;
|
|
13777
13914
|
RestoreContext___?: RestoreContextInput;
|
|
13778
13915
|
}
|
|
13779
13916
|
export declare class UpdateMJEntityRelationshipInput {
|
|
@@ -13799,6 +13936,7 @@ export declare class UpdateMJEntityRelationshipInput {
|
|
|
13799
13936
|
AutoUpdateFromSchema?: boolean;
|
|
13800
13937
|
AdditionalFieldsToInclude?: string | null;
|
|
13801
13938
|
AutoUpdateAdditionalFieldsToInclude?: boolean;
|
|
13939
|
+
RelatedRecordCollection?: string | null;
|
|
13802
13940
|
OldValues___?: KeyValuePairInput[];
|
|
13803
13941
|
RestoreContext___?: RestoreContextInput;
|
|
13804
13942
|
}
|
|
@@ -13879,7 +14017,6 @@ export declare class MJEnvironment_ {
|
|
|
13879
14017
|
MJProjects_EnvironmentIDArray: MJProject_[];
|
|
13880
14018
|
MJDashboards_EnvironmentIDArray: MJDashboard_[];
|
|
13881
14019
|
MJTasks_EnvironmentIDArray: MJTask_[];
|
|
13882
|
-
MJReports_EnvironmentIDArray: MJReport_[];
|
|
13883
14020
|
MJConversations_EnvironmentIDArray: MJConversation_[];
|
|
13884
14021
|
MJUserRoutines_EnvironmentIDArray: MJUserRoutine_[];
|
|
13885
14022
|
}
|
|
@@ -13919,7 +14056,6 @@ export declare class MJEnvironmentResolver extends ResolverBase {
|
|
|
13919
14056
|
MJProjects_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13920
14057
|
MJDashboards_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13921
14058
|
MJTasks_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13922
|
-
MJReports_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13923
14059
|
MJConversations_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13924
14060
|
MJUserRoutines_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13925
14061
|
CreateMJEnvironment(input: CreateMJEnvironmentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -17499,7 +17635,6 @@ export declare class MJOutputDeliveryType_ {
|
|
|
17499
17635
|
Description?: string;
|
|
17500
17636
|
_mj__CreatedAt: Date;
|
|
17501
17637
|
_mj__UpdatedAt: Date;
|
|
17502
|
-
MJReports_OutputDeliveryTypeIDArray: MJReport_[];
|
|
17503
17638
|
}
|
|
17504
17639
|
export declare class CreateMJOutputDeliveryTypeInput {
|
|
17505
17640
|
ID?: string;
|
|
@@ -17528,7 +17663,6 @@ export declare class MJOutputDeliveryTypeResolver extends ResolverBase {
|
|
|
17528
17663
|
RunMJOutputDeliveryTypeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17529
17664
|
RunMJOutputDeliveryTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17530
17665
|
MJOutputDeliveryType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJOutputDeliveryType_ | null>;
|
|
17531
|
-
MJReports_OutputDeliveryTypeIDArray(mjoutputdeliverytype_: MJOutputDeliveryType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17532
17666
|
CreateMJOutputDeliveryType(input: CreateMJOutputDeliveryTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17533
17667
|
UpdateMJOutputDeliveryType(input: UpdateMJOutputDeliveryTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17534
17668
|
DeleteMJOutputDeliveryType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -17540,7 +17674,6 @@ export declare class MJOutputFormatType_ {
|
|
|
17540
17674
|
DisplayFormat?: string;
|
|
17541
17675
|
_mj__CreatedAt: Date;
|
|
17542
17676
|
_mj__UpdatedAt: Date;
|
|
17543
|
-
MJReports_OutputFormatTypeIDArray: MJReport_[];
|
|
17544
17677
|
}
|
|
17545
17678
|
export declare class CreateMJOutputFormatTypeInput {
|
|
17546
17679
|
ID?: string;
|
|
@@ -17571,51 +17704,10 @@ export declare class MJOutputFormatTypeResolver extends ResolverBase {
|
|
|
17571
17704
|
RunMJOutputFormatTypeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17572
17705
|
RunMJOutputFormatTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17573
17706
|
MJOutputFormatType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJOutputFormatType_ | null>;
|
|
17574
|
-
MJReports_OutputFormatTypeIDArray(mjoutputformattype_: MJOutputFormatType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17575
17707
|
CreateMJOutputFormatType(input: CreateMJOutputFormatTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17576
17708
|
UpdateMJOutputFormatType(input: UpdateMJOutputFormatTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17577
17709
|
DeleteMJOutputFormatType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17578
17710
|
}
|
|
17579
|
-
export declare class MJOutputTriggerType_ {
|
|
17580
|
-
ID: string;
|
|
17581
|
-
Name: string;
|
|
17582
|
-
Description?: string;
|
|
17583
|
-
_mj__CreatedAt: Date;
|
|
17584
|
-
_mj__UpdatedAt: Date;
|
|
17585
|
-
MJReports_OutputTriggerTypeIDArray: MJReport_[];
|
|
17586
|
-
}
|
|
17587
|
-
export declare class CreateMJOutputTriggerTypeInput {
|
|
17588
|
-
ID?: string;
|
|
17589
|
-
Name?: string;
|
|
17590
|
-
Description: string | null;
|
|
17591
|
-
RestoreContext___?: RestoreContextInput;
|
|
17592
|
-
}
|
|
17593
|
-
export declare class UpdateMJOutputTriggerTypeInput {
|
|
17594
|
-
ID: string;
|
|
17595
|
-
Name?: string;
|
|
17596
|
-
Description?: string | null;
|
|
17597
|
-
OldValues___?: KeyValuePairInput[];
|
|
17598
|
-
RestoreContext___?: RestoreContextInput;
|
|
17599
|
-
}
|
|
17600
|
-
export declare class RunMJOutputTriggerTypeViewResult {
|
|
17601
|
-
Results: MJOutputTriggerType_[];
|
|
17602
|
-
UserViewRunID?: string;
|
|
17603
|
-
RowCount: number;
|
|
17604
|
-
TotalRowCount: number;
|
|
17605
|
-
ExecutionTime: number;
|
|
17606
|
-
ErrorMessage?: string;
|
|
17607
|
-
Success: boolean;
|
|
17608
|
-
}
|
|
17609
|
-
export declare class MJOutputTriggerTypeResolver extends ResolverBase {
|
|
17610
|
-
RunMJOutputTriggerTypeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17611
|
-
RunMJOutputTriggerTypeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17612
|
-
RunMJOutputTriggerTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17613
|
-
MJOutputTriggerType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJOutputTriggerType_ | null>;
|
|
17614
|
-
MJReports_OutputTriggerTypeIDArray(mjoutputtriggertype_: MJOutputTriggerType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17615
|
-
CreateMJOutputTriggerType(input: CreateMJOutputTriggerTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17616
|
-
UpdateMJOutputTriggerType(input: UpdateMJOutputTriggerTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17617
|
-
DeleteMJOutputTriggerType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17618
|
-
}
|
|
17619
17711
|
export declare class MJPermissionDomain_ {
|
|
17620
17712
|
ID: string;
|
|
17621
17713
|
Name: string;
|
|
@@ -19623,293 +19715,6 @@ export declare class MJRemoteOperationResolver extends ResolverBase {
|
|
|
19623
19715
|
UpdateMJRemoteOperation(input: UpdateMJRemoteOperationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19624
19716
|
DeleteMJRemoteOperation(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19625
19717
|
}
|
|
19626
|
-
export declare class MJReportCategory_ {
|
|
19627
|
-
ID: string;
|
|
19628
|
-
Name: string;
|
|
19629
|
-
Description?: string;
|
|
19630
|
-
ParentID?: string;
|
|
19631
|
-
UserID: string;
|
|
19632
|
-
_mj__CreatedAt: Date;
|
|
19633
|
-
_mj__UpdatedAt: Date;
|
|
19634
|
-
Parent?: string;
|
|
19635
|
-
User: string;
|
|
19636
|
-
RootParentID?: string;
|
|
19637
|
-
MJReportCategories_ParentIDArray: MJReportCategory_[];
|
|
19638
|
-
MJReports_CategoryIDArray: MJReport_[];
|
|
19639
|
-
}
|
|
19640
|
-
export declare class CreateMJReportCategoryInput {
|
|
19641
|
-
ID?: string;
|
|
19642
|
-
Name?: string;
|
|
19643
|
-
Description: string | null;
|
|
19644
|
-
ParentID: string | null;
|
|
19645
|
-
UserID?: string;
|
|
19646
|
-
RestoreContext___?: RestoreContextInput;
|
|
19647
|
-
}
|
|
19648
|
-
export declare class UpdateMJReportCategoryInput {
|
|
19649
|
-
ID: string;
|
|
19650
|
-
Name?: string;
|
|
19651
|
-
Description?: string | null;
|
|
19652
|
-
ParentID?: string | null;
|
|
19653
|
-
UserID?: string;
|
|
19654
|
-
OldValues___?: KeyValuePairInput[];
|
|
19655
|
-
RestoreContext___?: RestoreContextInput;
|
|
19656
|
-
}
|
|
19657
|
-
export declare class RunMJReportCategoryViewResult {
|
|
19658
|
-
Results: MJReportCategory_[];
|
|
19659
|
-
UserViewRunID?: string;
|
|
19660
|
-
RowCount: number;
|
|
19661
|
-
TotalRowCount: number;
|
|
19662
|
-
ExecutionTime: number;
|
|
19663
|
-
ErrorMessage?: string;
|
|
19664
|
-
Success: boolean;
|
|
19665
|
-
}
|
|
19666
|
-
export declare class MJReportCategoryResolver extends ResolverBase {
|
|
19667
|
-
RunMJReportCategoryViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19668
|
-
RunMJReportCategoryViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19669
|
-
RunMJReportCategoryDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19670
|
-
MJReportCategory(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJReportCategory_ | null>;
|
|
19671
|
-
MJReportCategories_ParentIDArray(mjreportcategory_: MJReportCategory_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
19672
|
-
MJReports_CategoryIDArray(mjreportcategory_: MJReportCategory_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
19673
|
-
CreateMJReportCategory(input: CreateMJReportCategoryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19674
|
-
UpdateMJReportCategory(input: UpdateMJReportCategoryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19675
|
-
DeleteMJReportCategory(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19676
|
-
}
|
|
19677
|
-
export declare class MJReportSnapshot_ {
|
|
19678
|
-
ID: string;
|
|
19679
|
-
ReportID: string;
|
|
19680
|
-
ResultSet: string;
|
|
19681
|
-
UserID: string;
|
|
19682
|
-
_mj__CreatedAt: Date;
|
|
19683
|
-
_mj__UpdatedAt: Date;
|
|
19684
|
-
Report: string;
|
|
19685
|
-
User: string;
|
|
19686
|
-
}
|
|
19687
|
-
export declare class CreateMJReportSnapshotInput {
|
|
19688
|
-
ID?: string;
|
|
19689
|
-
ReportID?: string;
|
|
19690
|
-
ResultSet?: string;
|
|
19691
|
-
UserID?: string;
|
|
19692
|
-
RestoreContext___?: RestoreContextInput;
|
|
19693
|
-
}
|
|
19694
|
-
export declare class UpdateMJReportSnapshotInput {
|
|
19695
|
-
ID: string;
|
|
19696
|
-
ReportID?: string;
|
|
19697
|
-
ResultSet?: string;
|
|
19698
|
-
UserID?: string;
|
|
19699
|
-
OldValues___?: KeyValuePairInput[];
|
|
19700
|
-
RestoreContext___?: RestoreContextInput;
|
|
19701
|
-
}
|
|
19702
|
-
export declare class RunMJReportSnapshotViewResult {
|
|
19703
|
-
Results: MJReportSnapshot_[];
|
|
19704
|
-
UserViewRunID?: string;
|
|
19705
|
-
RowCount: number;
|
|
19706
|
-
TotalRowCount: number;
|
|
19707
|
-
ExecutionTime: number;
|
|
19708
|
-
ErrorMessage?: string;
|
|
19709
|
-
Success: boolean;
|
|
19710
|
-
}
|
|
19711
|
-
export declare class MJReportSnapshotResolver extends ResolverBase {
|
|
19712
|
-
RunMJReportSnapshotViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19713
|
-
RunMJReportSnapshotViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19714
|
-
RunMJReportSnapshotDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19715
|
-
MJReportSnapshot(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJReportSnapshot_ | null>;
|
|
19716
|
-
CreateMJReportSnapshot(input: CreateMJReportSnapshotInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19717
|
-
UpdateMJReportSnapshot(input: UpdateMJReportSnapshotInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19718
|
-
DeleteMJReportSnapshot(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19719
|
-
}
|
|
19720
|
-
export declare class MJReportUserState_ {
|
|
19721
|
-
ID: string;
|
|
19722
|
-
ReportID: string;
|
|
19723
|
-
UserID: string;
|
|
19724
|
-
ReportState?: string;
|
|
19725
|
-
_mj__CreatedAt: Date;
|
|
19726
|
-
_mj__UpdatedAt: Date;
|
|
19727
|
-
Report: string;
|
|
19728
|
-
User: string;
|
|
19729
|
-
}
|
|
19730
|
-
export declare class CreateMJReportUserStateInput {
|
|
19731
|
-
ID?: string;
|
|
19732
|
-
ReportID?: string;
|
|
19733
|
-
UserID?: string;
|
|
19734
|
-
ReportState: string | null;
|
|
19735
|
-
RestoreContext___?: RestoreContextInput;
|
|
19736
|
-
}
|
|
19737
|
-
export declare class UpdateMJReportUserStateInput {
|
|
19738
|
-
ID: string;
|
|
19739
|
-
ReportID?: string;
|
|
19740
|
-
UserID?: string;
|
|
19741
|
-
ReportState?: string | null;
|
|
19742
|
-
OldValues___?: KeyValuePairInput[];
|
|
19743
|
-
RestoreContext___?: RestoreContextInput;
|
|
19744
|
-
}
|
|
19745
|
-
export declare class RunMJReportUserStateViewResult {
|
|
19746
|
-
Results: MJReportUserState_[];
|
|
19747
|
-
UserViewRunID?: string;
|
|
19748
|
-
RowCount: number;
|
|
19749
|
-
TotalRowCount: number;
|
|
19750
|
-
ExecutionTime: number;
|
|
19751
|
-
ErrorMessage?: string;
|
|
19752
|
-
Success: boolean;
|
|
19753
|
-
}
|
|
19754
|
-
export declare class MJReportUserStateResolver extends ResolverBase {
|
|
19755
|
-
RunMJReportUserStateViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19756
|
-
RunMJReportUserStateViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19757
|
-
RunMJReportUserStateDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19758
|
-
MJReportUserState(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJReportUserState_ | null>;
|
|
19759
|
-
CreateMJReportUserState(input: CreateMJReportUserStateInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19760
|
-
UpdateMJReportUserState(input: UpdateMJReportUserStateInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19761
|
-
DeleteMJReportUserState(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19762
|
-
}
|
|
19763
|
-
export declare class MJReportVersion_ {
|
|
19764
|
-
ID: string;
|
|
19765
|
-
ReportID: string;
|
|
19766
|
-
VersionNumber: number;
|
|
19767
|
-
Name: string;
|
|
19768
|
-
Description?: string;
|
|
19769
|
-
Configuration?: string;
|
|
19770
|
-
DataContextUpdated: boolean;
|
|
19771
|
-
_mj__CreatedAt: Date;
|
|
19772
|
-
_mj__UpdatedAt: Date;
|
|
19773
|
-
Report: string;
|
|
19774
|
-
}
|
|
19775
|
-
export declare class CreateMJReportVersionInput {
|
|
19776
|
-
ID?: string;
|
|
19777
|
-
ReportID?: string;
|
|
19778
|
-
VersionNumber?: number;
|
|
19779
|
-
Name?: string;
|
|
19780
|
-
Description: string | null;
|
|
19781
|
-
Configuration: string | null;
|
|
19782
|
-
DataContextUpdated?: boolean;
|
|
19783
|
-
RestoreContext___?: RestoreContextInput;
|
|
19784
|
-
}
|
|
19785
|
-
export declare class UpdateMJReportVersionInput {
|
|
19786
|
-
ID: string;
|
|
19787
|
-
ReportID?: string;
|
|
19788
|
-
VersionNumber?: number;
|
|
19789
|
-
Name?: string;
|
|
19790
|
-
Description?: string | null;
|
|
19791
|
-
Configuration?: string | null;
|
|
19792
|
-
DataContextUpdated?: boolean;
|
|
19793
|
-
OldValues___?: KeyValuePairInput[];
|
|
19794
|
-
RestoreContext___?: RestoreContextInput;
|
|
19795
|
-
}
|
|
19796
|
-
export declare class RunMJReportVersionViewResult {
|
|
19797
|
-
Results: MJReportVersion_[];
|
|
19798
|
-
UserViewRunID?: string;
|
|
19799
|
-
RowCount: number;
|
|
19800
|
-
TotalRowCount: number;
|
|
19801
|
-
ExecutionTime: number;
|
|
19802
|
-
ErrorMessage?: string;
|
|
19803
|
-
Success: boolean;
|
|
19804
|
-
}
|
|
19805
|
-
export declare class MJReportVersionResolver extends ResolverBase {
|
|
19806
|
-
RunMJReportVersionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19807
|
-
RunMJReportVersionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19808
|
-
RunMJReportVersionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19809
|
-
MJReportVersion(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJReportVersion_ | null>;
|
|
19810
|
-
CreateMJReportVersion(input: CreateMJReportVersionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19811
|
-
UpdateMJReportVersion(input: UpdateMJReportVersionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19812
|
-
DeleteMJReportVersion(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19813
|
-
}
|
|
19814
|
-
export declare class MJReport_ {
|
|
19815
|
-
ID: string;
|
|
19816
|
-
Name: string;
|
|
19817
|
-
Description?: string;
|
|
19818
|
-
CategoryID?: string;
|
|
19819
|
-
UserID: string;
|
|
19820
|
-
SharingScope: string;
|
|
19821
|
-
ConversationID?: string;
|
|
19822
|
-
ConversationDetailID?: string;
|
|
19823
|
-
DataContextID?: string;
|
|
19824
|
-
Configuration?: string;
|
|
19825
|
-
OutputTriggerTypeID?: string;
|
|
19826
|
-
OutputFormatTypeID?: string;
|
|
19827
|
-
OutputDeliveryTypeID?: string;
|
|
19828
|
-
OutputFrequency?: string;
|
|
19829
|
-
OutputTargetEmail?: string;
|
|
19830
|
-
OutputWorkflowID?: string;
|
|
19831
|
-
_mj__CreatedAt: Date;
|
|
19832
|
-
_mj__UpdatedAt: Date;
|
|
19833
|
-
Thumbnail?: string;
|
|
19834
|
-
EnvironmentID: string;
|
|
19835
|
-
Category?: string;
|
|
19836
|
-
User: string;
|
|
19837
|
-
Conversation?: string;
|
|
19838
|
-
ConversationDetail?: string;
|
|
19839
|
-
DataContext?: string;
|
|
19840
|
-
OutputTriggerType?: string;
|
|
19841
|
-
OutputFormatType?: string;
|
|
19842
|
-
OutputDeliveryType?: string;
|
|
19843
|
-
OutputWorkflow?: string;
|
|
19844
|
-
Environment: string;
|
|
19845
|
-
MJReportSnapshots_ReportIDArray: MJReportSnapshot_[];
|
|
19846
|
-
MJReportVersions_ReportIDArray: MJReportVersion_[];
|
|
19847
|
-
MJReportUserStates_ReportIDArray: MJReportUserState_[];
|
|
19848
|
-
}
|
|
19849
|
-
export declare class CreateMJReportInput {
|
|
19850
|
-
ID?: string;
|
|
19851
|
-
Name?: string;
|
|
19852
|
-
Description: string | null;
|
|
19853
|
-
CategoryID: string | null;
|
|
19854
|
-
UserID?: string;
|
|
19855
|
-
SharingScope?: string;
|
|
19856
|
-
ConversationID: string | null;
|
|
19857
|
-
ConversationDetailID: string | null;
|
|
19858
|
-
DataContextID: string | null;
|
|
19859
|
-
Configuration: string | null;
|
|
19860
|
-
OutputTriggerTypeID: string | null;
|
|
19861
|
-
OutputFormatTypeID: string | null;
|
|
19862
|
-
OutputDeliveryTypeID: string | null;
|
|
19863
|
-
OutputFrequency: string | null;
|
|
19864
|
-
OutputTargetEmail: string | null;
|
|
19865
|
-
OutputWorkflowID: string | null;
|
|
19866
|
-
Thumbnail: string | null;
|
|
19867
|
-
EnvironmentID?: string;
|
|
19868
|
-
RestoreContext___?: RestoreContextInput;
|
|
19869
|
-
}
|
|
19870
|
-
export declare class UpdateMJReportInput {
|
|
19871
|
-
ID: string;
|
|
19872
|
-
Name?: string;
|
|
19873
|
-
Description?: string | null;
|
|
19874
|
-
CategoryID?: string | null;
|
|
19875
|
-
UserID?: string;
|
|
19876
|
-
SharingScope?: string;
|
|
19877
|
-
ConversationID?: string | null;
|
|
19878
|
-
ConversationDetailID?: string | null;
|
|
19879
|
-
DataContextID?: string | null;
|
|
19880
|
-
Configuration?: string | null;
|
|
19881
|
-
OutputTriggerTypeID?: string | null;
|
|
19882
|
-
OutputFormatTypeID?: string | null;
|
|
19883
|
-
OutputDeliveryTypeID?: string | null;
|
|
19884
|
-
OutputFrequency?: string | null;
|
|
19885
|
-
OutputTargetEmail?: string | null;
|
|
19886
|
-
OutputWorkflowID?: string | null;
|
|
19887
|
-
Thumbnail?: string | null;
|
|
19888
|
-
EnvironmentID?: string;
|
|
19889
|
-
OldValues___?: KeyValuePairInput[];
|
|
19890
|
-
RestoreContext___?: RestoreContextInput;
|
|
19891
|
-
}
|
|
19892
|
-
export declare class RunMJReportViewResult {
|
|
19893
|
-
Results: MJReport_[];
|
|
19894
|
-
UserViewRunID?: string;
|
|
19895
|
-
RowCount: number;
|
|
19896
|
-
TotalRowCount: number;
|
|
19897
|
-
ExecutionTime: number;
|
|
19898
|
-
ErrorMessage?: string;
|
|
19899
|
-
Success: boolean;
|
|
19900
|
-
}
|
|
19901
|
-
export declare class MJReportResolver extends ResolverBase {
|
|
19902
|
-
RunMJReportViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19903
|
-
RunMJReportViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19904
|
-
RunMJReportDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19905
|
-
MJReport(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJReport_ | null>;
|
|
19906
|
-
MJReportSnapshots_ReportIDArray(mjreport_: MJReport_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
19907
|
-
MJReportVersions_ReportIDArray(mjreport_: MJReport_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
19908
|
-
MJReportUserStates_ReportIDArray(mjreport_: MJReport_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
19909
|
-
CreateMJReport(input: CreateMJReportInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19910
|
-
UpdateMJReport(input: UpdateMJReportInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19911
|
-
DeleteMJReport(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19912
|
-
}
|
|
19913
19718
|
export declare class MJResourceLink_ {
|
|
19914
19719
|
ID: string;
|
|
19915
19720
|
UserID: string;
|
|
@@ -20218,132 +20023,6 @@ export declare class MJRowLevelSecurityFilterResolver extends ResolverBase {
|
|
|
20218
20023
|
UpdateMJRowLevelSecurityFilter(input: UpdateMJRowLevelSecurityFilterInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20219
20024
|
DeleteMJRowLevelSecurityFilter(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20220
20025
|
}
|
|
20221
|
-
export declare class MJScheduledActionParam_ {
|
|
20222
|
-
ID: string;
|
|
20223
|
-
ScheduledActionID: string;
|
|
20224
|
-
ActionParamID: string;
|
|
20225
|
-
ValueType: string;
|
|
20226
|
-
Value?: string;
|
|
20227
|
-
Comments?: string;
|
|
20228
|
-
_mj__CreatedAt: Date;
|
|
20229
|
-
_mj__UpdatedAt: Date;
|
|
20230
|
-
ScheduledAction: string;
|
|
20231
|
-
ActionParam: string;
|
|
20232
|
-
}
|
|
20233
|
-
export declare class CreateMJScheduledActionParamInput {
|
|
20234
|
-
ID?: string;
|
|
20235
|
-
ScheduledActionID?: string;
|
|
20236
|
-
ActionParamID?: string;
|
|
20237
|
-
ValueType?: string;
|
|
20238
|
-
Value: string | null;
|
|
20239
|
-
Comments: string | null;
|
|
20240
|
-
RestoreContext___?: RestoreContextInput;
|
|
20241
|
-
}
|
|
20242
|
-
export declare class UpdateMJScheduledActionParamInput {
|
|
20243
|
-
ID: string;
|
|
20244
|
-
ScheduledActionID?: string;
|
|
20245
|
-
ActionParamID?: string;
|
|
20246
|
-
ValueType?: string;
|
|
20247
|
-
Value?: string | null;
|
|
20248
|
-
Comments?: string | null;
|
|
20249
|
-
OldValues___?: KeyValuePairInput[];
|
|
20250
|
-
RestoreContext___?: RestoreContextInput;
|
|
20251
|
-
}
|
|
20252
|
-
export declare class RunMJScheduledActionParamViewResult {
|
|
20253
|
-
Results: MJScheduledActionParam_[];
|
|
20254
|
-
UserViewRunID?: string;
|
|
20255
|
-
RowCount: number;
|
|
20256
|
-
TotalRowCount: number;
|
|
20257
|
-
ExecutionTime: number;
|
|
20258
|
-
ErrorMessage?: string;
|
|
20259
|
-
Success: boolean;
|
|
20260
|
-
}
|
|
20261
|
-
export declare class MJScheduledActionParamResolver extends ResolverBase {
|
|
20262
|
-
RunMJScheduledActionParamViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20263
|
-
RunMJScheduledActionParamViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20264
|
-
RunMJScheduledActionParamDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20265
|
-
MJScheduledActionParam(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJScheduledActionParam_ | null>;
|
|
20266
|
-
CreateMJScheduledActionParam(input: CreateMJScheduledActionParamInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20267
|
-
UpdateMJScheduledActionParam(input: UpdateMJScheduledActionParamInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20268
|
-
DeleteMJScheduledActionParam(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20269
|
-
}
|
|
20270
|
-
export declare class MJScheduledAction_ {
|
|
20271
|
-
ID: string;
|
|
20272
|
-
Name: string;
|
|
20273
|
-
Description?: string;
|
|
20274
|
-
CreatedByUserID: string;
|
|
20275
|
-
ActionID: string;
|
|
20276
|
-
Type: string;
|
|
20277
|
-
CronExpression?: string;
|
|
20278
|
-
Timezone: string;
|
|
20279
|
-
Status: string;
|
|
20280
|
-
IntervalDays?: number;
|
|
20281
|
-
DayOfWeek?: string;
|
|
20282
|
-
DayOfMonth?: number;
|
|
20283
|
-
Month?: string;
|
|
20284
|
-
CustomCronExpression?: string;
|
|
20285
|
-
_mj__CreatedAt: Date;
|
|
20286
|
-
_mj__UpdatedAt: Date;
|
|
20287
|
-
CreatedByUser: string;
|
|
20288
|
-
Action: string;
|
|
20289
|
-
MJScheduledActionParams_ScheduledActionIDArray: MJScheduledActionParam_[];
|
|
20290
|
-
MJContentSources_ScheduledActionIDArray: MJContentSource_[];
|
|
20291
|
-
}
|
|
20292
|
-
export declare class CreateMJScheduledActionInput {
|
|
20293
|
-
ID?: string;
|
|
20294
|
-
Name?: string;
|
|
20295
|
-
Description: string | null;
|
|
20296
|
-
CreatedByUserID?: string;
|
|
20297
|
-
ActionID?: string;
|
|
20298
|
-
Type?: string;
|
|
20299
|
-
CronExpression: string | null;
|
|
20300
|
-
Timezone?: string;
|
|
20301
|
-
Status?: string;
|
|
20302
|
-
IntervalDays: number | null;
|
|
20303
|
-
DayOfWeek: string | null;
|
|
20304
|
-
DayOfMonth: number | null;
|
|
20305
|
-
Month: string | null;
|
|
20306
|
-
CustomCronExpression: string | null;
|
|
20307
|
-
RestoreContext___?: RestoreContextInput;
|
|
20308
|
-
}
|
|
20309
|
-
export declare class UpdateMJScheduledActionInput {
|
|
20310
|
-
ID: string;
|
|
20311
|
-
Name?: string;
|
|
20312
|
-
Description?: string | null;
|
|
20313
|
-
CreatedByUserID?: string;
|
|
20314
|
-
ActionID?: string;
|
|
20315
|
-
Type?: string;
|
|
20316
|
-
CronExpression?: string | null;
|
|
20317
|
-
Timezone?: string;
|
|
20318
|
-
Status?: string;
|
|
20319
|
-
IntervalDays?: number | null;
|
|
20320
|
-
DayOfWeek?: string | null;
|
|
20321
|
-
DayOfMonth?: number | null;
|
|
20322
|
-
Month?: string | null;
|
|
20323
|
-
CustomCronExpression?: string | null;
|
|
20324
|
-
OldValues___?: KeyValuePairInput[];
|
|
20325
|
-
RestoreContext___?: RestoreContextInput;
|
|
20326
|
-
}
|
|
20327
|
-
export declare class RunMJScheduledActionViewResult {
|
|
20328
|
-
Results: MJScheduledAction_[];
|
|
20329
|
-
UserViewRunID?: string;
|
|
20330
|
-
RowCount: number;
|
|
20331
|
-
TotalRowCount: number;
|
|
20332
|
-
ExecutionTime: number;
|
|
20333
|
-
ErrorMessage?: string;
|
|
20334
|
-
Success: boolean;
|
|
20335
|
-
}
|
|
20336
|
-
export declare class MJScheduledActionResolver extends ResolverBase {
|
|
20337
|
-
RunMJScheduledActionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20338
|
-
RunMJScheduledActionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20339
|
-
RunMJScheduledActionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20340
|
-
MJScheduledAction(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJScheduledAction_ | null>;
|
|
20341
|
-
MJScheduledActionParams_ScheduledActionIDArray(mjscheduledaction_: MJScheduledAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20342
|
-
MJContentSources_ScheduledActionIDArray(mjscheduledaction_: MJScheduledAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20343
|
-
CreateMJScheduledAction(input: CreateMJScheduledActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20344
|
-
UpdateMJScheduledAction(input: UpdateMJScheduledActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20345
|
-
DeleteMJScheduledAction(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20346
|
-
}
|
|
20347
20026
|
export declare class MJScheduledJobRun_ {
|
|
20348
20027
|
ID: string;
|
|
20349
20028
|
ScheduledJobID: string;
|
|
@@ -20494,10 +20173,12 @@ export declare class MJScheduledJob_ {
|
|
|
20494
20173
|
_mj__UpdatedAt: Date;
|
|
20495
20174
|
RunImmediatelyIfNeverRun: boolean;
|
|
20496
20175
|
MaxRuntimeMinutes?: number;
|
|
20176
|
+
MissedRunPolicy: string;
|
|
20497
20177
|
JobType: string;
|
|
20498
20178
|
OwnerUser?: string;
|
|
20499
20179
|
NotifyUser?: string;
|
|
20500
20180
|
MJScheduledJobRuns_ScheduledJobIDArray: MJScheduledJobRun_[];
|
|
20181
|
+
MJContentSources_ScheduledJobIDArray: MJContentSource_[];
|
|
20501
20182
|
MJCompanyIntegrations_ScheduledJobIDArray: MJCompanyIntegration_[];
|
|
20502
20183
|
}
|
|
20503
20184
|
export declare class CreateMJScheduledJobInput {
|
|
@@ -20529,6 +20210,7 @@ export declare class CreateMJScheduledJobInput {
|
|
|
20529
20210
|
ConcurrencyMode?: string;
|
|
20530
20211
|
RunImmediatelyIfNeverRun?: boolean;
|
|
20531
20212
|
MaxRuntimeMinutes: number | null;
|
|
20213
|
+
MissedRunPolicy?: string;
|
|
20532
20214
|
RestoreContext___?: RestoreContextInput;
|
|
20533
20215
|
}
|
|
20534
20216
|
export declare class UpdateMJScheduledJobInput {
|
|
@@ -20560,6 +20242,7 @@ export declare class UpdateMJScheduledJobInput {
|
|
|
20560
20242
|
ConcurrencyMode?: string;
|
|
20561
20243
|
RunImmediatelyIfNeverRun?: boolean;
|
|
20562
20244
|
MaxRuntimeMinutes?: number | null;
|
|
20245
|
+
MissedRunPolicy?: string;
|
|
20563
20246
|
OldValues___?: KeyValuePairInput[];
|
|
20564
20247
|
RestoreContext___?: RestoreContextInput;
|
|
20565
20248
|
}
|
|
@@ -20578,6 +20261,7 @@ export declare class MJScheduledJobResolver extends ResolverBase {
|
|
|
20578
20261
|
RunMJScheduledJobDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20579
20262
|
MJScheduledJob(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJScheduledJob_ | null>;
|
|
20580
20263
|
MJScheduledJobRuns_ScheduledJobIDArray(mjscheduledjob_: MJScheduledJob_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20264
|
+
MJContentSources_ScheduledJobIDArray(mjscheduledjob_: MJScheduledJob_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20581
20265
|
MJCompanyIntegrations_ScheduledJobIDArray(mjscheduledjob_: MJScheduledJob_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20582
20266
|
CreateMJScheduledJob(input: CreateMJScheduledJobInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20583
20267
|
UpdateMJScheduledJob(input: UpdateMJScheduledJobInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -22288,6 +21972,10 @@ export declare class MJTaskDependency_ {
|
|
|
22288
21972
|
DependencyType: string;
|
|
22289
21973
|
_mj__CreatedAt: Date;
|
|
22290
21974
|
_mj__UpdatedAt: Date;
|
|
21975
|
+
Condition?: string;
|
|
21976
|
+
Priority: number;
|
|
21977
|
+
Sequence: number;
|
|
21978
|
+
ExclusiveGroup?: string;
|
|
22291
21979
|
Task: string;
|
|
22292
21980
|
DependsOnTask: string;
|
|
22293
21981
|
}
|
|
@@ -22296,6 +21984,10 @@ export declare class CreateMJTaskDependencyInput {
|
|
|
22296
21984
|
TaskID?: string;
|
|
22297
21985
|
DependsOnTaskID?: string;
|
|
22298
21986
|
DependencyType?: string;
|
|
21987
|
+
Condition: string | null;
|
|
21988
|
+
Priority?: number;
|
|
21989
|
+
Sequence?: number;
|
|
21990
|
+
ExclusiveGroup: string | null;
|
|
22299
21991
|
RestoreContext___?: RestoreContextInput;
|
|
22300
21992
|
}
|
|
22301
21993
|
export declare class UpdateMJTaskDependencyInput {
|
|
@@ -22303,6 +21995,10 @@ export declare class UpdateMJTaskDependencyInput {
|
|
|
22303
21995
|
TaskID?: string;
|
|
22304
21996
|
DependsOnTaskID?: string;
|
|
22305
21997
|
DependencyType?: string;
|
|
21998
|
+
Condition?: string | null;
|
|
21999
|
+
Priority?: number;
|
|
22000
|
+
Sequence?: number;
|
|
22001
|
+
ExclusiveGroup?: string | null;
|
|
22306
22002
|
OldValues___?: KeyValuePairInput[];
|
|
22307
22003
|
RestoreContext___?: RestoreContextInput;
|
|
22308
22004
|
}
|
|
@@ -22382,6 +22078,16 @@ export declare class MJTask_ {
|
|
|
22382
22078
|
CompletedAt?: Date;
|
|
22383
22079
|
_mj__CreatedAt: Date;
|
|
22384
22080
|
_mj__UpdatedAt: Date;
|
|
22081
|
+
InputPayload?: string;
|
|
22082
|
+
OutputPayload?: string;
|
|
22083
|
+
ErrorMessage?: string;
|
|
22084
|
+
AgentRunID?: string;
|
|
22085
|
+
ClaimedBy?: string;
|
|
22086
|
+
ClaimExpiresAt?: Date;
|
|
22087
|
+
ActionID?: string;
|
|
22088
|
+
StepType?: string;
|
|
22089
|
+
PromptID?: string;
|
|
22090
|
+
Configuration?: string;
|
|
22385
22091
|
Parent?: string;
|
|
22386
22092
|
Type: string;
|
|
22387
22093
|
Environment: string;
|
|
@@ -22389,9 +22095,13 @@ export declare class MJTask_ {
|
|
|
22389
22095
|
ConversationDetail?: string;
|
|
22390
22096
|
User?: string;
|
|
22391
22097
|
Agent?: string;
|
|
22098
|
+
AgentRun?: string;
|
|
22099
|
+
Action?: string;
|
|
22100
|
+
Prompt?: string;
|
|
22392
22101
|
RootParentID?: string;
|
|
22393
22102
|
MJTaskDependencies_TaskIDArray: MJTaskDependency_[];
|
|
22394
22103
|
MJTaskDependencies_DependsOnTaskIDArray: MJTaskDependency_[];
|
|
22104
|
+
MJAIAgentRequests_OriginatingTaskIDArray: MJAIAgentRequest_[];
|
|
22395
22105
|
MJTasks_ParentIDArray: MJTask_[];
|
|
22396
22106
|
}
|
|
22397
22107
|
export declare class CreateMJTaskInput {
|
|
@@ -22410,6 +22120,16 @@ export declare class CreateMJTaskInput {
|
|
|
22410
22120
|
DueAt: Date | null;
|
|
22411
22121
|
StartedAt: Date | null;
|
|
22412
22122
|
CompletedAt: Date | null;
|
|
22123
|
+
InputPayload: string | null;
|
|
22124
|
+
OutputPayload: string | null;
|
|
22125
|
+
ErrorMessage: string | null;
|
|
22126
|
+
AgentRunID: string | null;
|
|
22127
|
+
ClaimedBy: string | null;
|
|
22128
|
+
ClaimExpiresAt: Date | null;
|
|
22129
|
+
ActionID: string | null;
|
|
22130
|
+
StepType: string | null;
|
|
22131
|
+
PromptID: string | null;
|
|
22132
|
+
Configuration: string | null;
|
|
22413
22133
|
RestoreContext___?: RestoreContextInput;
|
|
22414
22134
|
}
|
|
22415
22135
|
export declare class UpdateMJTaskInput {
|
|
@@ -22428,6 +22148,16 @@ export declare class UpdateMJTaskInput {
|
|
|
22428
22148
|
DueAt?: Date | null;
|
|
22429
22149
|
StartedAt?: Date | null;
|
|
22430
22150
|
CompletedAt?: Date | null;
|
|
22151
|
+
InputPayload?: string | null;
|
|
22152
|
+
OutputPayload?: string | null;
|
|
22153
|
+
ErrorMessage?: string | null;
|
|
22154
|
+
AgentRunID?: string | null;
|
|
22155
|
+
ClaimedBy?: string | null;
|
|
22156
|
+
ClaimExpiresAt?: Date | null;
|
|
22157
|
+
ActionID?: string | null;
|
|
22158
|
+
StepType?: string | null;
|
|
22159
|
+
PromptID?: string | null;
|
|
22160
|
+
Configuration?: string | null;
|
|
22431
22161
|
OldValues___?: KeyValuePairInput[];
|
|
22432
22162
|
RestoreContext___?: RestoreContextInput;
|
|
22433
22163
|
}
|
|
@@ -22447,6 +22177,7 @@ export declare class MJTaskResolver extends ResolverBase {
|
|
|
22447
22177
|
MJTask(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJTask_ | null>;
|
|
22448
22178
|
MJTaskDependencies_TaskIDArray(mjtask_: MJTask_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
22449
22179
|
MJTaskDependencies_DependsOnTaskIDArray(mjtask_: MJTask_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
22180
|
+
MJAIAgentRequests_OriginatingTaskIDArray(mjtask_: MJTask_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
22450
22181
|
MJTasks_ParentIDArray(mjtask_: MJTask_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
22451
22182
|
CreateMJTask(input: CreateMJTaskInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
22452
22183
|
UpdateMJTask(input: UpdateMJTaskInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -24511,9 +24242,6 @@ export declare class MJUser_ {
|
|
|
24511
24242
|
MJRecordChangeReplayRuns_UserIDArray: MJRecordChangeReplayRun_[];
|
|
24512
24243
|
MJRecordChanges_UserIDArray: MJRecordChange_[];
|
|
24513
24244
|
MJRecordMergeLogs_ApprovedByUserIDArray: MJRecordMergeLog_[];
|
|
24514
|
-
MJReportCategories_UserIDArray: MJReportCategory_[];
|
|
24515
|
-
MJReportSnapshots_UserIDArray: MJReportSnapshot_[];
|
|
24516
|
-
MJReports_UserIDArray: MJReport_[];
|
|
24517
24245
|
MJTemplateCategories_UserIDArray: MJTemplateCategory_[];
|
|
24518
24246
|
MJTemplates_UserIDArray: MJTemplate_[];
|
|
24519
24247
|
MJUserApplications_UserIDArray: MJUserApplication_[];
|
|
@@ -24550,10 +24278,8 @@ export declare class MJUser_ {
|
|
|
24550
24278
|
MJOpenAppInstallHistories_ExecutedByUserIDArray: MJOpenAppInstallHistory_[];
|
|
24551
24279
|
MJOpenApps_InstalledByUserIDArray: MJOpenApp_[];
|
|
24552
24280
|
MJPublicLinks_UserIDArray: MJPublicLink_[];
|
|
24553
|
-
MJReportUserStates_UserIDArray: MJReportUserState_[];
|
|
24554
24281
|
MJResourceLinks_UserIDArray: MJResourceLink_[];
|
|
24555
24282
|
MJResourcePermissions_SharedByUserIDArray: MJResourcePermission_[];
|
|
24556
|
-
MJScheduledActions_CreatedByUserIDArray: MJScheduledAction_[];
|
|
24557
24283
|
MJScheduledJobRuns_ExecutedByUserIDArray: MJScheduledJobRun_[];
|
|
24558
24284
|
MJScheduledJobs_OwnerUserIDArray: MJScheduledJob_[];
|
|
24559
24285
|
MJSearchScopes_OwnerUserIDArray: MJSearchScope_[];
|
|
@@ -24671,9 +24397,6 @@ export declare class MJUserResolverBase extends ResolverBase {
|
|
|
24671
24397
|
MJRecordChangeReplayRuns_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24672
24398
|
MJRecordChanges_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24673
24399
|
MJRecordMergeLogs_ApprovedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24674
|
-
MJReportCategories_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24675
|
-
MJReportSnapshots_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24676
|
-
MJReports_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24677
24400
|
MJTemplateCategories_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24678
24401
|
MJTemplates_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24679
24402
|
MJUserApplications_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -24710,10 +24433,8 @@ export declare class MJUserResolverBase extends ResolverBase {
|
|
|
24710
24433
|
MJOpenAppInstallHistories_ExecutedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24711
24434
|
MJOpenApps_InstalledByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24712
24435
|
MJPublicLinks_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24713
|
-
MJReportUserStates_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24714
24436
|
MJResourceLinks_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24715
24437
|
MJResourcePermissions_SharedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24716
|
-
MJScheduledActions_CreatedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24717
24438
|
MJScheduledJobRuns_ExecutedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24718
24439
|
MJScheduledJobs_OwnerUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24719
24440
|
MJSearchScopes_OwnerUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -25198,165 +24919,6 @@ export declare class MJViewTypeResolver extends ResolverBase {
|
|
|
25198
24919
|
UpdateMJViewType(input: UpdateMJViewTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25199
24920
|
DeleteMJViewType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25200
24921
|
}
|
|
25201
|
-
export declare class MJWorkflowEngine_ {
|
|
25202
|
-
ID: string;
|
|
25203
|
-
Name: string;
|
|
25204
|
-
Description?: string;
|
|
25205
|
-
DriverPath: string;
|
|
25206
|
-
DriverClass: string;
|
|
25207
|
-
_mj__CreatedAt: Date;
|
|
25208
|
-
_mj__UpdatedAt: Date;
|
|
25209
|
-
MJWorkflows_WorkflowEngineIDArray: MJWorkflow_[];
|
|
25210
|
-
}
|
|
25211
|
-
export declare class CreateMJWorkflowEngineInput {
|
|
25212
|
-
ID?: string;
|
|
25213
|
-
Name?: string;
|
|
25214
|
-
Description: string | null;
|
|
25215
|
-
DriverPath?: string;
|
|
25216
|
-
DriverClass?: string;
|
|
25217
|
-
RestoreContext___?: RestoreContextInput;
|
|
25218
|
-
}
|
|
25219
|
-
export declare class UpdateMJWorkflowEngineInput {
|
|
25220
|
-
ID: string;
|
|
25221
|
-
Name?: string;
|
|
25222
|
-
Description?: string | null;
|
|
25223
|
-
DriverPath?: string;
|
|
25224
|
-
DriverClass?: string;
|
|
25225
|
-
OldValues___?: KeyValuePairInput[];
|
|
25226
|
-
RestoreContext___?: RestoreContextInput;
|
|
25227
|
-
}
|
|
25228
|
-
export declare class RunMJWorkflowEngineViewResult {
|
|
25229
|
-
Results: MJWorkflowEngine_[];
|
|
25230
|
-
UserViewRunID?: string;
|
|
25231
|
-
RowCount: number;
|
|
25232
|
-
TotalRowCount: number;
|
|
25233
|
-
ExecutionTime: number;
|
|
25234
|
-
ErrorMessage?: string;
|
|
25235
|
-
Success: boolean;
|
|
25236
|
-
}
|
|
25237
|
-
export declare class MJWorkflowEngineResolver extends ResolverBase {
|
|
25238
|
-
RunMJWorkflowEngineViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25239
|
-
RunMJWorkflowEngineViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25240
|
-
RunMJWorkflowEngineDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25241
|
-
MJWorkflowEngine(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJWorkflowEngine_ | null>;
|
|
25242
|
-
MJWorkflows_WorkflowEngineIDArray(mjworkflowengine_: MJWorkflowEngine_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
25243
|
-
CreateMJWorkflowEngine(input: CreateMJWorkflowEngineInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25244
|
-
UpdateMJWorkflowEngine(input: UpdateMJWorkflowEngineInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25245
|
-
DeleteMJWorkflowEngine(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25246
|
-
}
|
|
25247
|
-
export declare class MJWorkflowRun_ {
|
|
25248
|
-
ID: string;
|
|
25249
|
-
WorkflowID: string;
|
|
25250
|
-
ExternalSystemRecordID: string;
|
|
25251
|
-
StartedAt: Date;
|
|
25252
|
-
EndedAt?: Date;
|
|
25253
|
-
Status: string;
|
|
25254
|
-
Results?: string;
|
|
25255
|
-
_mj__CreatedAt: Date;
|
|
25256
|
-
_mj__UpdatedAt: Date;
|
|
25257
|
-
Workflow: string;
|
|
25258
|
-
WorkflowEngineName: string;
|
|
25259
|
-
}
|
|
25260
|
-
export declare class CreateMJWorkflowRunInput {
|
|
25261
|
-
ID?: string;
|
|
25262
|
-
WorkflowID?: string;
|
|
25263
|
-
ExternalSystemRecordID?: string;
|
|
25264
|
-
StartedAt?: Date;
|
|
25265
|
-
EndedAt: Date | null;
|
|
25266
|
-
Status?: string;
|
|
25267
|
-
Results: string | null;
|
|
25268
|
-
RestoreContext___?: RestoreContextInput;
|
|
25269
|
-
}
|
|
25270
|
-
export declare class UpdateMJWorkflowRunInput {
|
|
25271
|
-
ID: string;
|
|
25272
|
-
WorkflowID?: string;
|
|
25273
|
-
ExternalSystemRecordID?: string;
|
|
25274
|
-
StartedAt?: Date;
|
|
25275
|
-
EndedAt?: Date | null;
|
|
25276
|
-
Status?: string;
|
|
25277
|
-
Results?: string | null;
|
|
25278
|
-
OldValues___?: KeyValuePairInput[];
|
|
25279
|
-
RestoreContext___?: RestoreContextInput;
|
|
25280
|
-
}
|
|
25281
|
-
export declare class RunMJWorkflowRunViewResult {
|
|
25282
|
-
Results: MJWorkflowRun_[];
|
|
25283
|
-
UserViewRunID?: string;
|
|
25284
|
-
RowCount: number;
|
|
25285
|
-
TotalRowCount: number;
|
|
25286
|
-
ExecutionTime: number;
|
|
25287
|
-
ErrorMessage?: string;
|
|
25288
|
-
Success: boolean;
|
|
25289
|
-
}
|
|
25290
|
-
export declare class MJWorkflowRunResolver extends ResolverBase {
|
|
25291
|
-
RunMJWorkflowRunViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25292
|
-
RunMJWorkflowRunViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25293
|
-
RunMJWorkflowRunDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25294
|
-
MJWorkflowRun(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJWorkflowRun_ | null>;
|
|
25295
|
-
CreateMJWorkflowRun(input: CreateMJWorkflowRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25296
|
-
UpdateMJWorkflowRun(input: UpdateMJWorkflowRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25297
|
-
DeleteMJWorkflowRun(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25298
|
-
}
|
|
25299
|
-
export declare class MJWorkflow_ {
|
|
25300
|
-
ID: string;
|
|
25301
|
-
Name: string;
|
|
25302
|
-
Description?: string;
|
|
25303
|
-
WorkflowEngineID: string;
|
|
25304
|
-
ExternalSystemRecordID: string;
|
|
25305
|
-
AutoRunEnabled: boolean;
|
|
25306
|
-
AutoRunIntervalUnits?: string;
|
|
25307
|
-
AutoRunInterval?: number;
|
|
25308
|
-
SubclassName?: string;
|
|
25309
|
-
_mj__CreatedAt: Date;
|
|
25310
|
-
_mj__UpdatedAt: Date;
|
|
25311
|
-
AutoRunIntervalMinutes?: number;
|
|
25312
|
-
MJReports_OutputWorkflowIDArray: MJReport_[];
|
|
25313
|
-
MJWorkflowRuns_WorkflowIDArray: MJWorkflowRun_[];
|
|
25314
|
-
}
|
|
25315
|
-
export declare class CreateMJWorkflowInput {
|
|
25316
|
-
ID?: string;
|
|
25317
|
-
Name?: string;
|
|
25318
|
-
Description: string | null;
|
|
25319
|
-
WorkflowEngineID?: string;
|
|
25320
|
-
ExternalSystemRecordID?: string;
|
|
25321
|
-
AutoRunEnabled?: boolean;
|
|
25322
|
-
AutoRunIntervalUnits: string | null;
|
|
25323
|
-
AutoRunInterval: number | null;
|
|
25324
|
-
SubclassName: string | null;
|
|
25325
|
-
RestoreContext___?: RestoreContextInput;
|
|
25326
|
-
}
|
|
25327
|
-
export declare class UpdateMJWorkflowInput {
|
|
25328
|
-
ID: string;
|
|
25329
|
-
Name?: string;
|
|
25330
|
-
Description?: string | null;
|
|
25331
|
-
WorkflowEngineID?: string;
|
|
25332
|
-
ExternalSystemRecordID?: string;
|
|
25333
|
-
AutoRunEnabled?: boolean;
|
|
25334
|
-
AutoRunIntervalUnits?: string | null;
|
|
25335
|
-
AutoRunInterval?: number | null;
|
|
25336
|
-
SubclassName?: string | null;
|
|
25337
|
-
OldValues___?: KeyValuePairInput[];
|
|
25338
|
-
RestoreContext___?: RestoreContextInput;
|
|
25339
|
-
}
|
|
25340
|
-
export declare class RunMJWorkflowViewResult {
|
|
25341
|
-
Results: MJWorkflow_[];
|
|
25342
|
-
UserViewRunID?: string;
|
|
25343
|
-
RowCount: number;
|
|
25344
|
-
TotalRowCount: number;
|
|
25345
|
-
ExecutionTime: number;
|
|
25346
|
-
ErrorMessage?: string;
|
|
25347
|
-
Success: boolean;
|
|
25348
|
-
}
|
|
25349
|
-
export declare class MJWorkflowResolver extends ResolverBase {
|
|
25350
|
-
RunMJWorkflowViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25351
|
-
RunMJWorkflowViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25352
|
-
RunMJWorkflowDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25353
|
-
MJWorkflow(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJWorkflow_ | null>;
|
|
25354
|
-
MJReports_OutputWorkflowIDArray(mjworkflow_: MJWorkflow_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
25355
|
-
MJWorkflowRuns_WorkflowIDArray(mjworkflow_: MJWorkflow_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
25356
|
-
CreateMJWorkflow(input: CreateMJWorkflowInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25357
|
-
UpdateMJWorkflow(input: UpdateMJWorkflowInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25358
|
-
DeleteMJWorkflow(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25359
|
-
}
|
|
25360
24922
|
export declare class MJWorkspaceItem_ {
|
|
25361
24923
|
ID: string;
|
|
25362
24924
|
Name: string;
|