@memberjunction/server 5.51.0 → 6.1.0-edge.1
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/LICENSE +7 -0
- package/dist/agentSessions/SessionManager.d.ts +22 -1
- package/dist/agentSessions/SessionManager.d.ts.map +1 -1
- package/dist/agentSessions/SessionManager.js +13 -3
- package/dist/agentSessions/SessionManager.js.map +1 -1
- package/dist/auth/actingContextResolver.d.ts +44 -0
- package/dist/auth/actingContextResolver.d.ts.map +1 -0
- package/dist/auth/actingContextResolver.js +18 -0
- package/dist/auth/actingContextResolver.js.map +1 -0
- package/dist/auth/index.d.ts +1 -0
- package/dist/auth/index.d.ts.map +1 -1
- package/dist/auth/index.js +1 -0
- package/dist/auth/index.js.map +1 -1
- package/dist/auth/sessionUserClone.d.ts +32 -0
- package/dist/auth/sessionUserClone.d.ts.map +1 -0
- package/dist/auth/sessionUserClone.js +50 -0
- package/dist/auth/sessionUserClone.js.map +1 -0
- package/dist/context.d.ts +1 -1
- package/dist/context.d.ts.map +1 -1
- package/dist/context.js +43 -6
- package/dist/context.js.map +1 -1
- package/dist/generated/generated.d.ts +234 -642
- package/dist/generated/generated.d.ts.map +1 -1
- package/dist/generated/generated.js +1277 -3755
- package/dist/generated/generated.js.map +1 -1
- package/dist/generic/FireAndForgetHeartbeat.d.ts +5 -0
- package/dist/generic/FireAndForgetHeartbeat.d.ts.map +1 -1
- package/dist/generic/FireAndForgetHeartbeat.js +5 -4
- package/dist/generic/FireAndForgetHeartbeat.js.map +1 -1
- package/dist/generic/PushStatusResolver.d.ts +58 -0
- package/dist/generic/PushStatusResolver.d.ts.map +1 -1
- package/dist/generic/PushStatusResolver.js +42 -3
- package/dist/generic/PushStatusResolver.js.map +1 -1
- package/dist/generic/ResolverBase.d.ts +9 -0
- package/dist/generic/ResolverBase.d.ts.map +1 -1
- package/dist/generic/ResolverBase.js +31 -13
- package/dist/generic/ResolverBase.js.map +1 -1
- package/dist/index.d.ts +7 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +20 -4
- package/dist/index.js.map +1 -1
- package/dist/multiTenancy/index.d.ts +19 -0
- package/dist/multiTenancy/index.d.ts.map +1 -1
- package/dist/multiTenancy/index.js +82 -5
- package/dist/multiTenancy/index.js.map +1 -1
- package/dist/resolvers/ActionResolver.d.ts.map +1 -1
- package/dist/resolvers/ActionResolver.js +12 -5
- package/dist/resolvers/ActionResolver.js.map +1 -1
- package/dist/resolvers/MCPResolver.d.ts.map +1 -1
- package/dist/resolvers/MCPResolver.js +13 -16
- package/dist/resolvers/MCPResolver.js.map +1 -1
- package/dist/resolvers/RealtimeClientSessionResolver.d.ts +1 -1
- package/dist/resolvers/RealtimeClientSessionResolver.d.ts.map +1 -1
- package/dist/resolvers/RealtimeClientSessionResolver.js +15 -14
- package/dist/resolvers/RealtimeClientSessionResolver.js.map +1 -1
- package/dist/resolvers/RemoteBrowserActionResolver.d.ts.map +1 -1
- package/dist/resolvers/RemoteBrowserActionResolver.js +19 -26
- package/dist/resolvers/RemoteBrowserActionResolver.js.map +1 -1
- package/dist/resolvers/RunAIAgentResolver.d.ts.map +1 -1
- package/dist/resolvers/RunAIAgentResolver.js +30 -40
- package/dist/resolvers/RunAIAgentResolver.js.map +1 -1
- package/dist/resolvers/RunTestResolver.d.ts.map +1 -1
- package/dist/resolvers/RunTestResolver.js +90 -112
- package/dist/resolvers/RunTestResolver.js.map +1 -1
- package/dist/resolvers/SearchKnowledgeResolver.js +3 -3
- package/dist/resolvers/SearchKnowledgeResolver.js.map +1 -1
- package/dist/resolvers/SearchKnowledgeStreamResolver.js +2 -2
- package/dist/resolvers/SearchKnowledgeStreamResolver.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/VersionHistoryResolver.d.ts.map +1 -1
- package/dist/resolvers/VersionHistoryResolver.js +8 -12
- package/dist/resolvers/VersionHistoryResolver.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/services/StartTaskGraphDispatcher.d.ts +33 -0
- package/dist/services/StartTaskGraphDispatcher.d.ts.map +1 -0
- package/dist/services/StartTaskGraphDispatcher.js +31 -0
- package/dist/services/StartTaskGraphDispatcher.js.map +1 -0
- package/dist/services/TaskGraphAgentRunner.d.ts +15 -0
- package/dist/services/TaskGraphAgentRunner.d.ts.map +1 -0
- package/dist/services/TaskGraphAgentRunner.js +74 -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/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/package.json +103 -100
- package/src/__tests__/RealtimeBridgeResolver.test.ts +6 -0
- package/src/__tests__/SessionManager.test.ts +44 -0
- package/src/__tests__/TaskGraphContinuationDeliverer.test.ts +249 -0
- package/src/__tests__/TaskGraphFrameResolver.test.ts +136 -0
- package/src/__tests__/multiTenancy.security.test.ts +254 -22
- package/src/__tests__/multiTenancy.test.ts +22 -0
- package/src/__tests__/pushStatusResolver.filter.test.ts +56 -0
- package/src/__tests__/resolverBase.rls.test.ts +4 -0
- package/src/__tests__/search-knowledge-tags.test.ts +74 -6
- package/src/__tests__/sessionUserClone.test.ts +161 -0
- package/src/agentSessions/SessionManager.ts +26 -2
- package/src/auth/actingContextResolver.ts +56 -0
- package/src/auth/index.ts +1 -0
- package/src/auth/sessionUserClone.ts +50 -0
- package/src/context.ts +48 -6
- package/src/generated/generated.ts +899 -2555
- package/src/generic/FireAndForgetHeartbeat.ts +10 -4
- package/src/generic/PushStatusResolver.ts +79 -4
- package/src/generic/ResolverBase.ts +33 -13
- package/src/index.ts +21 -4
- package/src/multiTenancy/index.ts +92 -5
- package/src/resolvers/ActionResolver.ts +15 -7
- package/src/resolvers/MCPResolver.ts +13 -15
- package/src/resolvers/RealtimeClientSessionResolver.ts +15 -13
- package/src/resolvers/RemoteBrowserActionResolver.ts +19 -25
- package/src/resolvers/RunAIAgentResolver.ts +30 -40
- package/src/resolvers/RunTestResolver.ts +90 -112
- package/src/resolvers/SearchKnowledgeResolver.ts +3 -3
- package/src/resolvers/SearchKnowledgeStreamResolver.ts +2 -2
- package/src/resolvers/TaskGraphFrameResolver.ts +160 -0
- package/src/resolvers/VersionHistoryResolver.ts +10 -13
- package/src/rest/RESTEndpointHandler.ts +1 -15
- package/src/services/StartTaskGraphDispatcher.ts +61 -0
- package/src/services/TaskGraphAgentRunner.ts +81 -0
- package/src/services/TaskGraphContinuationDeliverer.ts +181 -0
- package/src/services/TaskGraphProviderFactory.ts +53 -0
- package/dist/resolvers/ReportResolver.d.ts +0 -24
- package/dist/resolvers/ReportResolver.d.ts.map +0 -1
- package/dist/resolvers/ReportResolver.js +0 -190
- 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 -690
- package/dist/services/TaskOrchestrator.js.map +0 -1
- package/src/resolvers/ReportResolver.ts +0 -157
- package/src/resolvers/TaskResolver.ts +0 -148
- package/src/services/TaskOrchestrator.ts +0 -873
|
@@ -265,8 +265,16 @@ export declare class MJActionExecutionLog_ {
|
|
|
265
265
|
_mj__CreatedAt: Date;
|
|
266
266
|
_mj__UpdatedAt: Date;
|
|
267
267
|
Message?: string;
|
|
268
|
+
EntityActionID?: string;
|
|
269
|
+
EntityActionInvocationTypeID?: string;
|
|
270
|
+
TargetEntityID?: string;
|
|
271
|
+
TargetRecordID?: string;
|
|
272
|
+
ResultParams?: string;
|
|
268
273
|
Action: string;
|
|
269
274
|
User: string;
|
|
275
|
+
EntityAction?: string;
|
|
276
|
+
EntityActionInvocationType?: string;
|
|
277
|
+
TargetEntity?: string;
|
|
270
278
|
MJProcessRunDetails_ActionExecutionLogIDArray: MJProcessRunDetail_[];
|
|
271
279
|
MJUserRoutineRuns_ActionExecutionLogIDArray: MJUserRoutineRun_[];
|
|
272
280
|
}
|
|
@@ -280,6 +288,11 @@ export declare class CreateMJActionExecutionLogInput {
|
|
|
280
288
|
UserID?: string;
|
|
281
289
|
RetentionPeriod: number | null;
|
|
282
290
|
Message: string | null;
|
|
291
|
+
EntityActionID: string | null;
|
|
292
|
+
EntityActionInvocationTypeID: string | null;
|
|
293
|
+
TargetEntityID: string | null;
|
|
294
|
+
TargetRecordID: string | null;
|
|
295
|
+
ResultParams: string | null;
|
|
283
296
|
RestoreContext___?: RestoreContextInput;
|
|
284
297
|
}
|
|
285
298
|
export declare class UpdateMJActionExecutionLogInput {
|
|
@@ -292,6 +305,11 @@ export declare class UpdateMJActionExecutionLogInput {
|
|
|
292
305
|
UserID?: string;
|
|
293
306
|
RetentionPeriod?: number | null;
|
|
294
307
|
Message?: string | null;
|
|
308
|
+
EntityActionID?: string | null;
|
|
309
|
+
EntityActionInvocationTypeID?: string | null;
|
|
310
|
+
TargetEntityID?: string | null;
|
|
311
|
+
TargetRecordID?: string | null;
|
|
312
|
+
ResultParams?: string | null;
|
|
295
313
|
OldValues___?: KeyValuePairInput[];
|
|
296
314
|
RestoreContext___?: RestoreContextInput;
|
|
297
315
|
}
|
|
@@ -417,9 +435,9 @@ export declare class MJActionParam_ {
|
|
|
417
435
|
_mj__CreatedAt: Date;
|
|
418
436
|
_mj__UpdatedAt: Date;
|
|
419
437
|
MediaModality?: string;
|
|
438
|
+
LogValue: boolean;
|
|
420
439
|
Action: string;
|
|
421
440
|
MJEntityActionParams_ActionParamIDArray: MJEntityActionParam_[];
|
|
422
|
-
MJScheduledActionParams_ActionParamIDArray: MJScheduledActionParam_[];
|
|
423
441
|
}
|
|
424
442
|
export declare class CreateMJActionParamInput {
|
|
425
443
|
ID?: string;
|
|
@@ -432,6 +450,7 @@ export declare class CreateMJActionParamInput {
|
|
|
432
450
|
Description: string | null;
|
|
433
451
|
IsRequired?: boolean;
|
|
434
452
|
MediaModality: string | null;
|
|
453
|
+
LogValue?: boolean;
|
|
435
454
|
RestoreContext___?: RestoreContextInput;
|
|
436
455
|
}
|
|
437
456
|
export declare class UpdateMJActionParamInput {
|
|
@@ -445,6 +464,7 @@ export declare class UpdateMJActionParamInput {
|
|
|
445
464
|
Description?: string | null;
|
|
446
465
|
IsRequired?: boolean;
|
|
447
466
|
MediaModality?: string | null;
|
|
467
|
+
LogValue?: boolean;
|
|
448
468
|
OldValues___?: KeyValuePairInput[];
|
|
449
469
|
RestoreContext___?: RestoreContextInput;
|
|
450
470
|
}
|
|
@@ -463,7 +483,6 @@ export declare class MJActionParamResolver extends ResolverBase {
|
|
|
463
483
|
RunMJActionParamDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
464
484
|
MJActionParam(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJActionParam_ | null>;
|
|
465
485
|
MJEntityActionParams_ActionParamIDArray(mjactionparam_: MJActionParam_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
466
|
-
MJScheduledActionParams_ActionParamIDArray(mjactionparam_: MJActionParam_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
467
486
|
CreateMJActionParam(input: CreateMJActionParamInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
468
487
|
UpdateMJActionParam(input: UpdateMJActionParamInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
469
488
|
DeleteMJActionParam(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -552,7 +571,6 @@ export declare class MJAction_ {
|
|
|
552
571
|
MJActionResultCodes_ActionIDArray: MJActionResultCode_[];
|
|
553
572
|
MJAIAgentActions_ActionIDArray: MJAIAgentAction_[];
|
|
554
573
|
MJMCPServerTools_GeneratedActionIDArray: MJMCPServerTool_[];
|
|
555
|
-
MJScheduledActions_ActionIDArray: MJScheduledAction_[];
|
|
556
574
|
MJActionContexts_ActionIDArray: MJActionContext_[];
|
|
557
575
|
MJAIAgentSteps_ActionIDArray: MJAIAgentStep_[];
|
|
558
576
|
MJEntityActions_ActionIDArray: MJEntityAction_[];
|
|
@@ -638,7 +656,6 @@ export declare class MJActionResolver extends ResolverBase {
|
|
|
638
656
|
MJActionResultCodes_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
639
657
|
MJAIAgentActions_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
640
658
|
MJMCPServerTools_GeneratedActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
641
|
-
MJScheduledActions_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
642
659
|
MJActionContexts_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
643
660
|
MJAIAgentSteps_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
644
661
|
MJEntityActions_ActionIDArray(mjaction_: MJAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -1095,6 +1112,58 @@ export declare class MJAIAgentConfigurationResolver extends ResolverBase {
|
|
|
1095
1112
|
UpdateMJAIAgentConfiguration(input: UpdateMJAIAgentConfigurationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1096
1113
|
DeleteMJAIAgentConfiguration(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1097
1114
|
}
|
|
1115
|
+
export declare class MJAIAgentCredential_ {
|
|
1116
|
+
ID: string;
|
|
1117
|
+
AgentID: string;
|
|
1118
|
+
CredentialID: string;
|
|
1119
|
+
Purpose: string;
|
|
1120
|
+
EnvVariableName?: string;
|
|
1121
|
+
Priority: number;
|
|
1122
|
+
Status: string;
|
|
1123
|
+
_mj__CreatedAt: Date;
|
|
1124
|
+
_mj__UpdatedAt: Date;
|
|
1125
|
+
Agent?: string;
|
|
1126
|
+
Credential: string;
|
|
1127
|
+
}
|
|
1128
|
+
export declare class CreateMJAIAgentCredentialInput {
|
|
1129
|
+
ID?: string;
|
|
1130
|
+
AgentID?: string;
|
|
1131
|
+
CredentialID?: string;
|
|
1132
|
+
Purpose?: string;
|
|
1133
|
+
EnvVariableName: string | null;
|
|
1134
|
+
Priority?: number;
|
|
1135
|
+
Status?: string;
|
|
1136
|
+
RestoreContext___?: RestoreContextInput;
|
|
1137
|
+
}
|
|
1138
|
+
export declare class UpdateMJAIAgentCredentialInput {
|
|
1139
|
+
ID: string;
|
|
1140
|
+
AgentID?: string;
|
|
1141
|
+
CredentialID?: string;
|
|
1142
|
+
Purpose?: string;
|
|
1143
|
+
EnvVariableName?: string | null;
|
|
1144
|
+
Priority?: number;
|
|
1145
|
+
Status?: string;
|
|
1146
|
+
OldValues___?: KeyValuePairInput[];
|
|
1147
|
+
RestoreContext___?: RestoreContextInput;
|
|
1148
|
+
}
|
|
1149
|
+
export declare class RunMJAIAgentCredentialViewResult {
|
|
1150
|
+
Results: MJAIAgentCredential_[];
|
|
1151
|
+
UserViewRunID?: string;
|
|
1152
|
+
RowCount: number;
|
|
1153
|
+
TotalRowCount: number;
|
|
1154
|
+
ExecutionTime: number;
|
|
1155
|
+
ErrorMessage?: string;
|
|
1156
|
+
Success: boolean;
|
|
1157
|
+
}
|
|
1158
|
+
export declare class MJAIAgentCredentialResolver extends ResolverBase {
|
|
1159
|
+
RunMJAIAgentCredentialViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1160
|
+
RunMJAIAgentCredentialViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1161
|
+
RunMJAIAgentCredentialDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1162
|
+
MJAIAgentCredential(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIAgentCredential_ | null>;
|
|
1163
|
+
CreateMJAIAgentCredential(input: CreateMJAIAgentCredentialInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1164
|
+
UpdateMJAIAgentCredential(input: UpdateMJAIAgentCredentialInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1165
|
+
DeleteMJAIAgentCredential(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1166
|
+
}
|
|
1098
1167
|
export declare class MJAIAgentDataSource_ {
|
|
1099
1168
|
ID: string;
|
|
1100
1169
|
AgentID: string;
|
|
@@ -1288,6 +1357,67 @@ export declare class MJAIAgentExampleResolver extends ResolverBase {
|
|
|
1288
1357
|
UpdateMJAIAgentExample(input: UpdateMJAIAgentExampleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1289
1358
|
DeleteMJAIAgentExample(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1290
1359
|
}
|
|
1360
|
+
export declare class MJAIAgentHarness_ {
|
|
1361
|
+
ID: string;
|
|
1362
|
+
Name: string;
|
|
1363
|
+
Description?: string;
|
|
1364
|
+
DriverClass: string;
|
|
1365
|
+
ExecutablePath?: string;
|
|
1366
|
+
AIVendorID?: string;
|
|
1367
|
+
AIModelID?: string;
|
|
1368
|
+
DefaultModel?: string;
|
|
1369
|
+
CapabilitySettings?: string;
|
|
1370
|
+
Status: string;
|
|
1371
|
+
_mj__CreatedAt: Date;
|
|
1372
|
+
_mj__UpdatedAt: Date;
|
|
1373
|
+
AIVendor?: string;
|
|
1374
|
+
AIModel?: string;
|
|
1375
|
+
}
|
|
1376
|
+
export declare class CreateMJAIAgentHarnessInput {
|
|
1377
|
+
ID?: string;
|
|
1378
|
+
Name?: string;
|
|
1379
|
+
Description: string | null;
|
|
1380
|
+
DriverClass?: string;
|
|
1381
|
+
ExecutablePath: string | null;
|
|
1382
|
+
AIVendorID: string | null;
|
|
1383
|
+
AIModelID: string | null;
|
|
1384
|
+
DefaultModel: string | null;
|
|
1385
|
+
CapabilitySettings: string | null;
|
|
1386
|
+
Status?: string;
|
|
1387
|
+
RestoreContext___?: RestoreContextInput;
|
|
1388
|
+
}
|
|
1389
|
+
export declare class UpdateMJAIAgentHarnessInput {
|
|
1390
|
+
ID: string;
|
|
1391
|
+
Name?: string;
|
|
1392
|
+
Description?: string | null;
|
|
1393
|
+
DriverClass?: string;
|
|
1394
|
+
ExecutablePath?: string | null;
|
|
1395
|
+
AIVendorID?: string | null;
|
|
1396
|
+
AIModelID?: string | null;
|
|
1397
|
+
DefaultModel?: string | null;
|
|
1398
|
+
CapabilitySettings?: string | null;
|
|
1399
|
+
Status?: string;
|
|
1400
|
+
OldValues___?: KeyValuePairInput[];
|
|
1401
|
+
RestoreContext___?: RestoreContextInput;
|
|
1402
|
+
}
|
|
1403
|
+
export declare class RunMJAIAgentHarnessViewResult {
|
|
1404
|
+
Results: MJAIAgentHarness_[];
|
|
1405
|
+
UserViewRunID?: string;
|
|
1406
|
+
RowCount: number;
|
|
1407
|
+
TotalRowCount: number;
|
|
1408
|
+
ExecutionTime: number;
|
|
1409
|
+
ErrorMessage?: string;
|
|
1410
|
+
Success: boolean;
|
|
1411
|
+
}
|
|
1412
|
+
export declare class MJAIAgentHarnessResolver extends ResolverBase {
|
|
1413
|
+
RunMJAIAgentHarnessViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1414
|
+
RunMJAIAgentHarnessViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1415
|
+
RunMJAIAgentHarnessDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1416
|
+
MJAIAgentHarness(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIAgentHarness_ | null>;
|
|
1417
|
+
CreateMJAIAgentHarness(input: CreateMJAIAgentHarnessInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1418
|
+
UpdateMJAIAgentHarness(input: UpdateMJAIAgentHarnessInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1419
|
+
DeleteMJAIAgentHarness(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1420
|
+
}
|
|
1291
1421
|
export declare class MJAIAgentLearningCycle_ {
|
|
1292
1422
|
ID: string;
|
|
1293
1423
|
AgentID: string;
|
|
@@ -2162,6 +2292,8 @@ export declare class MJAIAgentRun_ {
|
|
|
2162
2292
|
LastHeartbeatAt?: Date;
|
|
2163
2293
|
AgentSessionID?: string;
|
|
2164
2294
|
PlanMode: boolean;
|
|
2295
|
+
ExternalSessionID?: string;
|
|
2296
|
+
ContinuationDepth: number;
|
|
2165
2297
|
Agent?: string;
|
|
2166
2298
|
ParentRun?: string;
|
|
2167
2299
|
Conversation?: string;
|
|
@@ -2188,6 +2320,7 @@ export declare class MJAIAgentRun_ {
|
|
|
2188
2320
|
MJDuplicateRunDetailMatches_AIAgentRunIDArray: MJDuplicateRunDetailMatch_[];
|
|
2189
2321
|
MJExperimentSessionIterations_AIAgentRunIDArray: MJExperimentSessionIteration_[];
|
|
2190
2322
|
MJExperimentSessions_AgentRunIDArray: MJExperimentSession_[];
|
|
2323
|
+
MJTasks_AgentRunIDArray: MJTask_[];
|
|
2191
2324
|
MJUserRoutineRuns_AgentRunIDArray: MJUserRoutineRun_[];
|
|
2192
2325
|
}
|
|
2193
2326
|
export declare class CreateMJAIAgentRunInput {
|
|
@@ -2240,6 +2373,8 @@ export declare class CreateMJAIAgentRunInput {
|
|
|
2240
2373
|
LastHeartbeatAt: Date | null;
|
|
2241
2374
|
AgentSessionID: string | null;
|
|
2242
2375
|
PlanMode?: boolean;
|
|
2376
|
+
ExternalSessionID: string | null;
|
|
2377
|
+
ContinuationDepth?: number;
|
|
2243
2378
|
RestoreContext___?: RestoreContextInput;
|
|
2244
2379
|
}
|
|
2245
2380
|
export declare class UpdateMJAIAgentRunInput {
|
|
@@ -2292,6 +2427,8 @@ export declare class UpdateMJAIAgentRunInput {
|
|
|
2292
2427
|
LastHeartbeatAt?: Date | null;
|
|
2293
2428
|
AgentSessionID?: string | null;
|
|
2294
2429
|
PlanMode?: boolean;
|
|
2430
|
+
ExternalSessionID?: string | null;
|
|
2431
|
+
ContinuationDepth?: number;
|
|
2295
2432
|
OldValues___?: KeyValuePairInput[];
|
|
2296
2433
|
RestoreContext___?: RestoreContextInput;
|
|
2297
2434
|
}
|
|
@@ -2321,6 +2458,7 @@ export declare class MJAIAgentRunResolver extends ResolverBase {
|
|
|
2321
2458
|
MJDuplicateRunDetailMatches_AIAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2322
2459
|
MJExperimentSessionIterations_AIAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2323
2460
|
MJExperimentSessions_AgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2461
|
+
MJTasks_AgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2324
2462
|
MJUserRoutineRuns_AgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2325
2463
|
CreateMJAIAgentRun(input: CreateMJAIAgentRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2326
2464
|
UpdateMJAIAgentRun(input: UpdateMJAIAgentRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -3112,6 +3250,7 @@ export declare class MJAIAgent_ {
|
|
|
3112
3250
|
MJAIAgentSkills_AgentIDArray: MJAIAgentSkill_[];
|
|
3113
3251
|
MJConversationWidgetInstances_PinnedAgentIDArray: MJConversationWidgetInstance_[];
|
|
3114
3252
|
MJAISkillSubAgents_SubAgentIDArray: MJAISkillSubAgent_[];
|
|
3253
|
+
MJAIAgentCredentials_AgentIDArray: MJAIAgentCredential_[];
|
|
3115
3254
|
}
|
|
3116
3255
|
export declare class CreateMJAIAgentInput {
|
|
3117
3256
|
ID?: string;
|
|
@@ -3327,6 +3466,7 @@ export declare class MJAIAgentResolver extends ResolverBase {
|
|
|
3327
3466
|
MJAIAgentSkills_AgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3328
3467
|
MJConversationWidgetInstances_PinnedAgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3329
3468
|
MJAISkillSubAgents_SubAgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3469
|
+
MJAIAgentCredentials_AgentIDArray(mjaiagent_: MJAIAgent_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3330
3470
|
CreateMJAIAgent(input: CreateMJAIAgentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3331
3471
|
UpdateMJAIAgent(input: UpdateMJAIAgentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3332
3472
|
DeleteMJAIAgent(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -4375,6 +4515,7 @@ export declare class MJAIModel_ {
|
|
|
4375
4515
|
MJTags_EmbeddingModelIDArray: MJTag_[];
|
|
4376
4516
|
MJAIModels_PriorVersionIDArray: MJAIModel_[];
|
|
4377
4517
|
MJScopedPromptConfigs_ModelIDArray: MJScopedPromptConfig_[];
|
|
4518
|
+
MJAIAgentHarnesses_AIModelIDArray: MJAIAgentHarness_[];
|
|
4378
4519
|
}
|
|
4379
4520
|
export declare class CreateMJAIModelInput {
|
|
4380
4521
|
ID?: string;
|
|
@@ -4464,6 +4605,7 @@ export declare class MJAIModelResolver extends ResolverBase {
|
|
|
4464
4605
|
MJTags_EmbeddingModelIDArray(mjaimodel_: MJAIModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4465
4606
|
MJAIModels_PriorVersionIDArray(mjaimodel_: MJAIModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4466
4607
|
MJScopedPromptConfigs_ModelIDArray(mjaimodel_: MJAIModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4608
|
+
MJAIAgentHarnesses_AIModelIDArray(mjaimodel_: MJAIModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4467
4609
|
CreateMJAIModel(input: CreateMJAIModelInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4468
4610
|
UpdateMJAIModel(input: UpdateMJAIModelInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4469
4611
|
DeleteMJAIModel(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -5766,6 +5908,7 @@ export declare class MJAIVendor_ {
|
|
|
5766
5908
|
MJAIVendorTypes_VendorIDArray: MJAIVendorType_[];
|
|
5767
5909
|
MJAIAgentRuns_OverrideVendorIDArray: MJAIAgentRun_[];
|
|
5768
5910
|
MJScopedPromptConfigs_VendorIDArray: MJScopedPromptConfig_[];
|
|
5911
|
+
MJAIAgentHarnesses_AIVendorIDArray: MJAIAgentHarness_[];
|
|
5769
5912
|
}
|
|
5770
5913
|
export declare class CreateMJAIVendorInput {
|
|
5771
5914
|
ID?: string;
|
|
@@ -5805,6 +5948,7 @@ export declare class MJAIVendorResolver extends ResolverBase {
|
|
|
5805
5948
|
MJAIVendorTypes_VendorIDArray(mjaivendor_: MJAIVendor_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5806
5949
|
MJAIAgentRuns_OverrideVendorIDArray(mjaivendor_: MJAIVendor_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5807
5950
|
MJScopedPromptConfigs_VendorIDArray(mjaivendor_: MJAIVendor_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5951
|
+
MJAIAgentHarnesses_AIVendorIDArray(mjaivendor_: MJAIVendor_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5808
5952
|
CreateMJAIVendor(input: CreateMJAIVendorInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5809
5953
|
UpdateMJAIVendor(input: UpdateMJAIVendorInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5810
5954
|
DeleteMJAIVendor(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -5819,8 +5963,10 @@ export declare class MJAPIApplicationScope_ {
|
|
|
5819
5963
|
Priority: number;
|
|
5820
5964
|
_mj__CreatedAt: Date;
|
|
5821
5965
|
_mj__UpdatedAt: Date;
|
|
5966
|
+
RowFilterID?: string;
|
|
5822
5967
|
Application: string;
|
|
5823
5968
|
Scope: string;
|
|
5969
|
+
RowFilter?: string;
|
|
5824
5970
|
}
|
|
5825
5971
|
export declare class CreateMJAPIApplicationScopeInput {
|
|
5826
5972
|
ID?: string;
|
|
@@ -5830,6 +5976,7 @@ export declare class CreateMJAPIApplicationScopeInput {
|
|
|
5830
5976
|
PatternType?: string;
|
|
5831
5977
|
IsDeny?: boolean;
|
|
5832
5978
|
Priority?: number;
|
|
5979
|
+
RowFilterID: string | null;
|
|
5833
5980
|
RestoreContext___?: RestoreContextInput;
|
|
5834
5981
|
}
|
|
5835
5982
|
export declare class UpdateMJAPIApplicationScopeInput {
|
|
@@ -5840,6 +5987,7 @@ export declare class UpdateMJAPIApplicationScopeInput {
|
|
|
5840
5987
|
PatternType?: string;
|
|
5841
5988
|
IsDeny?: boolean;
|
|
5842
5989
|
Priority?: number;
|
|
5990
|
+
RowFilterID?: string | null;
|
|
5843
5991
|
OldValues___?: KeyValuePairInput[];
|
|
5844
5992
|
RestoreContext___?: RestoreContextInput;
|
|
5845
5993
|
}
|
|
@@ -5958,8 +6106,10 @@ export declare class MJAPIKeyScope_ {
|
|
|
5958
6106
|
PatternType: string;
|
|
5959
6107
|
IsDeny: boolean;
|
|
5960
6108
|
Priority: number;
|
|
6109
|
+
RowFilterID?: string;
|
|
5961
6110
|
APIKey: string;
|
|
5962
6111
|
Scope: string;
|
|
6112
|
+
RowFilter?: string;
|
|
5963
6113
|
}
|
|
5964
6114
|
export declare class CreateMJAPIKeyScopeInput {
|
|
5965
6115
|
ID?: string;
|
|
@@ -5969,6 +6119,7 @@ export declare class CreateMJAPIKeyScopeInput {
|
|
|
5969
6119
|
PatternType?: string;
|
|
5970
6120
|
IsDeny?: boolean;
|
|
5971
6121
|
Priority?: number;
|
|
6122
|
+
RowFilterID: string | null;
|
|
5972
6123
|
RestoreContext___?: RestoreContextInput;
|
|
5973
6124
|
}
|
|
5974
6125
|
export declare class UpdateMJAPIKeyScopeInput {
|
|
@@ -5979,6 +6130,7 @@ export declare class UpdateMJAPIKeyScopeInput {
|
|
|
5979
6130
|
PatternType?: string;
|
|
5980
6131
|
IsDeny?: boolean;
|
|
5981
6132
|
Priority?: number;
|
|
6133
|
+
RowFilterID?: string | null;
|
|
5982
6134
|
OldValues___?: KeyValuePairInput[];
|
|
5983
6135
|
RestoreContext___?: RestoreContextInput;
|
|
5984
6136
|
}
|
|
@@ -8944,6 +9096,7 @@ export declare class MJContentItemChunk_ {
|
|
|
8944
9096
|
SegmenterKey?: string;
|
|
8945
9097
|
ParentChunkID?: string;
|
|
8946
9098
|
ContentItem?: string;
|
|
9099
|
+
ParentChunk?: string;
|
|
8947
9100
|
RootParentChunkID?: string;
|
|
8948
9101
|
MJContentItemChunks_ParentChunkIDArray: MJContentItemChunk_[];
|
|
8949
9102
|
}
|
|
@@ -9583,9 +9736,9 @@ export declare class MJContentSource_ {
|
|
|
9583
9736
|
Configuration?: string;
|
|
9584
9737
|
EntityID?: string;
|
|
9585
9738
|
EntityDocumentID?: string;
|
|
9586
|
-
ScheduledActionID?: string;
|
|
9587
9739
|
SegmenterKey?: string;
|
|
9588
9740
|
CleanerKey?: string;
|
|
9741
|
+
ScheduledJobID?: string;
|
|
9589
9742
|
ContentType: string;
|
|
9590
9743
|
ContentSourceType: string;
|
|
9591
9744
|
ContentFileType: string;
|
|
@@ -9593,7 +9746,7 @@ export declare class MJContentSource_ {
|
|
|
9593
9746
|
VectorIndex?: string;
|
|
9594
9747
|
Entity?: string;
|
|
9595
9748
|
EntityDocument?: string;
|
|
9596
|
-
|
|
9749
|
+
ScheduledJob?: string;
|
|
9597
9750
|
MJContentItems_ContentSourceIDArray: MJContentItem_[];
|
|
9598
9751
|
MJContentProcessRuns_SourceIDArray: MJContentProcessRun_[];
|
|
9599
9752
|
MJContentSourceParams_ContentSourceIDArray: MJContentSourceParam_[];
|
|
@@ -9612,9 +9765,9 @@ export declare class CreateMJContentSourceInput {
|
|
|
9612
9765
|
Configuration: string | null;
|
|
9613
9766
|
EntityID: string | null;
|
|
9614
9767
|
EntityDocumentID: string | null;
|
|
9615
|
-
ScheduledActionID: string | null;
|
|
9616
9768
|
SegmenterKey: string | null;
|
|
9617
9769
|
CleanerKey: string | null;
|
|
9770
|
+
ScheduledJobID: string | null;
|
|
9618
9771
|
RestoreContext___?: RestoreContextInput;
|
|
9619
9772
|
}
|
|
9620
9773
|
export declare class UpdateMJContentSourceInput {
|
|
@@ -9629,9 +9782,9 @@ export declare class UpdateMJContentSourceInput {
|
|
|
9629
9782
|
Configuration?: string | null;
|
|
9630
9783
|
EntityID?: string | null;
|
|
9631
9784
|
EntityDocumentID?: string | null;
|
|
9632
|
-
ScheduledActionID?: string | null;
|
|
9633
9785
|
SegmenterKey?: string | null;
|
|
9634
9786
|
CleanerKey?: string | null;
|
|
9787
|
+
ScheduledJobID?: string | null;
|
|
9635
9788
|
OldValues___?: KeyValuePairInput[];
|
|
9636
9789
|
RestoreContext___?: RestoreContextInput;
|
|
9637
9790
|
}
|
|
@@ -10170,7 +10323,6 @@ export declare class MJConversationDetail_ {
|
|
|
10170
10323
|
Agent?: string;
|
|
10171
10324
|
TestRun?: string;
|
|
10172
10325
|
RootParentID?: string;
|
|
10173
|
-
MJReports_ConversationDetailIDArray: MJReport_[];
|
|
10174
10326
|
MJConversationDetailArtifacts_ConversationDetailIDArray: MJConversationDetailArtifact_[];
|
|
10175
10327
|
MJConversationDetailAttachments_ConversationDetailIDArray: MJConversationDetailAttachment_[];
|
|
10176
10328
|
MJConversationDetailRatings_ConversationDetailIDArray: MJConversationDetailRating_[];
|
|
@@ -10262,7 +10414,6 @@ export declare class MJConversationDetailResolver extends ResolverBase {
|
|
|
10262
10414
|
RunMJConversationDetailViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
10263
10415
|
RunMJConversationDetailDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
10264
10416
|
MJConversationDetail(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJConversationDetail_ | null>;
|
|
10265
|
-
MJReports_ConversationDetailIDArray(mjconversationdetail_: MJConversationDetail_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10266
10417
|
MJConversationDetailArtifacts_ConversationDetailIDArray(mjconversationdetail_: MJConversationDetail_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10267
10418
|
MJConversationDetailAttachments_ConversationDetailIDArray(mjconversationdetail_: MJConversationDetail_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10268
10419
|
MJConversationDetailRatings_ConversationDetailIDArray(mjconversationdetail_: MJConversationDetail_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -10397,7 +10548,6 @@ export declare class MJConversation_ {
|
|
|
10397
10548
|
LastConversation?: string;
|
|
10398
10549
|
RootLastConversationID?: string;
|
|
10399
10550
|
MJConversationDetails_ConversationIDArray: MJConversationDetail_[];
|
|
10400
|
-
MJReports_ConversationIDArray: MJReport_[];
|
|
10401
10551
|
MJConversationArtifacts_ConversationIDArray: MJConversationArtifact_[];
|
|
10402
10552
|
MJAIAgentNotes_SourceConversationIDArray: MJAIAgentNote_[];
|
|
10403
10553
|
MJAIAgentRuns_ConversationIDArray: MJAIAgentRun_[];
|
|
@@ -10474,7 +10624,6 @@ export declare class MJConversationResolver extends ResolverBase {
|
|
|
10474
10624
|
RunMJConversationDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
10475
10625
|
MJConversation(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJConversation_ | null>;
|
|
10476
10626
|
MJConversationDetails_ConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10477
|
-
MJReports_ConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10478
10627
|
MJConversationArtifacts_ConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10479
10628
|
MJAIAgentNotes_SourceConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10480
10629
|
MJAIAgentRuns_ConversationIDArray(mjconversation_: MJConversation_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -10682,6 +10831,7 @@ export declare class MJCredential_ {
|
|
|
10682
10831
|
MJCompanyIntegrations_CredentialIDArray: MJCompanyIntegration_[];
|
|
10683
10832
|
MJSignatureAccounts_CredentialIDArray: MJSignatureAccount_[];
|
|
10684
10833
|
MJExternalDataSources_CredentialIDArray: MJExternalDataSource_[];
|
|
10834
|
+
MJAIAgentCredentials_CredentialIDArray: MJAIAgentCredential_[];
|
|
10685
10835
|
}
|
|
10686
10836
|
export declare class CreateMJCredentialInput {
|
|
10687
10837
|
ID?: string;
|
|
@@ -10737,6 +10887,7 @@ export declare class MJCredentialResolver extends ResolverBase {
|
|
|
10737
10887
|
MJCompanyIntegrations_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10738
10888
|
MJSignatureAccounts_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10739
10889
|
MJExternalDataSources_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10890
|
+
MJAIAgentCredentials_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10740
10891
|
CreateMJCredential(input: CreateMJCredentialInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10741
10892
|
UpdateMJCredential(input: UpdateMJCredentialInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10742
10893
|
DeleteMJCredential(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -11266,7 +11417,6 @@ export declare class MJDataContext_ {
|
|
|
11266
11417
|
_mj__UpdatedAt: Date;
|
|
11267
11418
|
User: string;
|
|
11268
11419
|
MJDataContextItems_DataContextIDArray: MJDataContextItem_[];
|
|
11269
|
-
MJReports_DataContextIDArray: MJReport_[];
|
|
11270
11420
|
MJConversations_DataContextIDArray: MJConversation_[];
|
|
11271
11421
|
}
|
|
11272
11422
|
export declare class CreateMJDataContextInput {
|
|
@@ -11301,7 +11451,6 @@ export declare class MJDataContextResolver extends ResolverBase {
|
|
|
11301
11451
|
RunMJDataContextDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11302
11452
|
MJDataContext(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJDataContext_ | null>;
|
|
11303
11453
|
MJDataContextItems_DataContextIDArray(mjdatacontext_: MJDataContext_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11304
|
-
MJReports_DataContextIDArray(mjdatacontext_: MJDataContext_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11305
11454
|
MJConversations_DataContextIDArray(mjdatacontext_: MJDataContext_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11306
11455
|
CreateMJDataContext(input: CreateMJDataContextInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11307
11456
|
UpdateMJDataContext(input: UpdateMJDataContextInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -12089,6 +12238,10 @@ export declare class MJEntity_ {
|
|
|
12089
12238
|
DetectExternalChanges: boolean;
|
|
12090
12239
|
ExternalDataSourceID?: string;
|
|
12091
12240
|
ExternalObjectName?: string;
|
|
12241
|
+
GeneratedBaseViewName?: string;
|
|
12242
|
+
AllowDirectSQLInsert: boolean;
|
|
12243
|
+
AllowDirectSQLUpdate: boolean;
|
|
12244
|
+
AllowDirectSQLDelete: boolean;
|
|
12092
12245
|
CodeName?: string;
|
|
12093
12246
|
ClassName?: string;
|
|
12094
12247
|
BaseTableCodeName?: string;
|
|
@@ -12167,6 +12320,8 @@ export declare class MJEntity_ {
|
|
|
12167
12320
|
MJAIAgentSessions_LinkedEntityIDArray: MJAIAgentSession_[];
|
|
12168
12321
|
MJScopedPromptParts_PrimaryScopeEntityIDArray: MJScopedPromptPart_[];
|
|
12169
12322
|
MJScopedPromptConfigs_PrimaryScopeEntityIDArray: MJScopedPromptConfig_[];
|
|
12323
|
+
MJActionExecutionLogs_TargetEntityIDArray: MJActionExecutionLog_[];
|
|
12324
|
+
MJEntityActions_ScopeEntityIDArray: MJEntityAction_[];
|
|
12170
12325
|
}
|
|
12171
12326
|
export declare class CreateMJEntityInput {
|
|
12172
12327
|
ID?: string;
|
|
@@ -12232,6 +12387,10 @@ export declare class CreateMJEntityInput {
|
|
|
12232
12387
|
DetectExternalChanges?: boolean;
|
|
12233
12388
|
ExternalDataSourceID: string | null;
|
|
12234
12389
|
ExternalObjectName: string | null;
|
|
12390
|
+
GeneratedBaseViewName: string | null;
|
|
12391
|
+
AllowDirectSQLInsert?: boolean;
|
|
12392
|
+
AllowDirectSQLUpdate?: boolean;
|
|
12393
|
+
AllowDirectSQLDelete?: boolean;
|
|
12235
12394
|
RestoreContext___?: RestoreContextInput;
|
|
12236
12395
|
}
|
|
12237
12396
|
export declare class UpdateMJEntityInput {
|
|
@@ -12298,6 +12457,10 @@ export declare class UpdateMJEntityInput {
|
|
|
12298
12457
|
DetectExternalChanges?: boolean;
|
|
12299
12458
|
ExternalDataSourceID?: string | null;
|
|
12300
12459
|
ExternalObjectName?: string | null;
|
|
12460
|
+
GeneratedBaseViewName?: string | null;
|
|
12461
|
+
AllowDirectSQLInsert?: boolean;
|
|
12462
|
+
AllowDirectSQLUpdate?: boolean;
|
|
12463
|
+
AllowDirectSQLDelete?: boolean;
|
|
12301
12464
|
OldValues___?: KeyValuePairInput[];
|
|
12302
12465
|
RestoreContext___?: RestoreContextInput;
|
|
12303
12466
|
}
|
|
@@ -12387,6 +12550,8 @@ export declare class MJEntityResolverBase extends ResolverBase {
|
|
|
12387
12550
|
MJAIAgentSessions_LinkedEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12388
12551
|
MJScopedPromptParts_PrimaryScopeEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12389
12552
|
MJScopedPromptConfigs_PrimaryScopeEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12553
|
+
MJActionExecutionLogs_TargetEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12554
|
+
MJEntityActions_ScopeEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12390
12555
|
CreateMJEntity(input: CreateMJEntityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
12391
12556
|
UpdateMJEntity(input: UpdateMJEntityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
12392
12557
|
DeleteMJEntity(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -12445,6 +12610,7 @@ export declare class MJEntityActionInvocationType_ {
|
|
|
12445
12610
|
_mj__CreatedAt: Date;
|
|
12446
12611
|
_mj__UpdatedAt: Date;
|
|
12447
12612
|
MJEntityActionInvocations_InvocationTypeIDArray: MJEntityActionInvocation_[];
|
|
12613
|
+
MJActionExecutionLogs_EntityActionInvocationTypeIDArray: MJActionExecutionLog_[];
|
|
12448
12614
|
}
|
|
12449
12615
|
export declare class CreateMJEntityActionInvocationTypeInput {
|
|
12450
12616
|
ID?: string;
|
|
@@ -12476,6 +12642,7 @@ export declare class MJEntityActionInvocationTypeResolver extends ResolverBase {
|
|
|
12476
12642
|
RunMJEntityActionInvocationTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
12477
12643
|
MJEntityActionInvocationType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJEntityActionInvocationType_ | null>;
|
|
12478
12644
|
MJEntityActionInvocations_InvocationTypeIDArray(mjentityactioninvocationtype_: MJEntityActionInvocationType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12645
|
+
MJActionExecutionLogs_EntityActionInvocationTypeIDArray(mjentityactioninvocationtype_: MJEntityActionInvocationType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12479
12646
|
CreateMJEntityActionInvocationType(input: CreateMJEntityActionInvocationTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
12480
12647
|
UpdateMJEntityActionInvocationType(input: UpdateMJEntityActionInvocationTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
12481
12648
|
DeleteMJEntityActionInvocationType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -12535,6 +12702,7 @@ export declare class MJEntityActionParam_ {
|
|
|
12535
12702
|
Comments?: string;
|
|
12536
12703
|
_mj__CreatedAt: Date;
|
|
12537
12704
|
_mj__UpdatedAt: Date;
|
|
12705
|
+
LogValue?: boolean;
|
|
12538
12706
|
EntityAction: string;
|
|
12539
12707
|
ActionParam: string;
|
|
12540
12708
|
}
|
|
@@ -12545,6 +12713,7 @@ export declare class CreateMJEntityActionParamInput {
|
|
|
12545
12713
|
ValueType?: string;
|
|
12546
12714
|
Value: string | null;
|
|
12547
12715
|
Comments: string | null;
|
|
12716
|
+
LogValue: boolean | null;
|
|
12548
12717
|
RestoreContext___?: RestoreContextInput;
|
|
12549
12718
|
}
|
|
12550
12719
|
export declare class UpdateMJEntityActionParamInput {
|
|
@@ -12554,6 +12723,7 @@ export declare class UpdateMJEntityActionParamInput {
|
|
|
12554
12723
|
ValueType?: string;
|
|
12555
12724
|
Value?: string | null;
|
|
12556
12725
|
Comments?: string | null;
|
|
12726
|
+
LogValue?: boolean | null;
|
|
12557
12727
|
OldValues___?: KeyValuePairInput[];
|
|
12558
12728
|
RestoreContext___?: RestoreContextInput;
|
|
12559
12729
|
}
|
|
@@ -12582,17 +12752,27 @@ export declare class MJEntityAction_ {
|
|
|
12582
12752
|
_mj__CreatedAt: Date;
|
|
12583
12753
|
_mj__UpdatedAt: Date;
|
|
12584
12754
|
ID: string;
|
|
12755
|
+
Sequence: number;
|
|
12756
|
+
ScopeEntityID?: string;
|
|
12757
|
+
ScopeRecordID?: string;
|
|
12758
|
+
LoggingMode: string;
|
|
12585
12759
|
Entity: string;
|
|
12586
12760
|
Action: string;
|
|
12761
|
+
ScopeEntity?: string;
|
|
12587
12762
|
MJEntityActionFilters_EntityActionIDArray: MJEntityActionFilter_[];
|
|
12588
12763
|
MJEntityActionInvocations_EntityActionIDArray: MJEntityActionInvocation_[];
|
|
12589
12764
|
MJEntityActionParams_EntityActionIDArray: MJEntityActionParam_[];
|
|
12765
|
+
MJActionExecutionLogs_EntityActionIDArray: MJActionExecutionLog_[];
|
|
12590
12766
|
}
|
|
12591
12767
|
export declare class CreateMJEntityActionInput {
|
|
12592
12768
|
EntityID?: string;
|
|
12593
12769
|
ActionID?: string;
|
|
12594
12770
|
Status?: string;
|
|
12595
12771
|
ID?: string;
|
|
12772
|
+
Sequence?: number;
|
|
12773
|
+
ScopeEntityID: string | null;
|
|
12774
|
+
ScopeRecordID: string | null;
|
|
12775
|
+
LoggingMode?: string;
|
|
12596
12776
|
RestoreContext___?: RestoreContextInput;
|
|
12597
12777
|
}
|
|
12598
12778
|
export declare class UpdateMJEntityActionInput {
|
|
@@ -12600,6 +12780,10 @@ export declare class UpdateMJEntityActionInput {
|
|
|
12600
12780
|
ActionID?: string;
|
|
12601
12781
|
Status?: string;
|
|
12602
12782
|
ID: string;
|
|
12783
|
+
Sequence?: number;
|
|
12784
|
+
ScopeEntityID?: string | null;
|
|
12785
|
+
ScopeRecordID?: string | null;
|
|
12786
|
+
LoggingMode?: string;
|
|
12603
12787
|
OldValues___?: KeyValuePairInput[];
|
|
12604
12788
|
RestoreContext___?: RestoreContextInput;
|
|
12605
12789
|
}
|
|
@@ -12620,6 +12804,7 @@ export declare class MJEntityActionResolver extends ResolverBase {
|
|
|
12620
12804
|
MJEntityActionFilters_EntityActionIDArray(mjentityaction_: MJEntityAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12621
12805
|
MJEntityActionInvocations_EntityActionIDArray(mjentityaction_: MJEntityAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12622
12806
|
MJEntityActionParams_EntityActionIDArray(mjentityaction_: MJEntityAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12807
|
+
MJActionExecutionLogs_EntityActionIDArray(mjentityaction_: MJEntityAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
12623
12808
|
CreateMJEntityAction(input: CreateMJEntityActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
12624
12809
|
UpdateMJEntityAction(input: UpdateMJEntityActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
12625
12810
|
DeleteMJEntityAction(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -13674,6 +13859,7 @@ export declare class MJEntityRelationship_ {
|
|
|
13674
13859
|
AutoUpdateFromSchema: boolean;
|
|
13675
13860
|
AdditionalFieldsToInclude?: string;
|
|
13676
13861
|
AutoUpdateAdditionalFieldsToInclude: boolean;
|
|
13862
|
+
RelatedRecordCollection?: string;
|
|
13677
13863
|
Entity: string;
|
|
13678
13864
|
EntityBaseTable: string;
|
|
13679
13865
|
EntityBaseView: string;
|
|
@@ -13708,6 +13894,7 @@ export declare class CreateMJEntityRelationshipInput {
|
|
|
13708
13894
|
AutoUpdateFromSchema?: boolean;
|
|
13709
13895
|
AdditionalFieldsToInclude: string | null;
|
|
13710
13896
|
AutoUpdateAdditionalFieldsToInclude?: boolean;
|
|
13897
|
+
RelatedRecordCollection: string | null;
|
|
13711
13898
|
RestoreContext___?: RestoreContextInput;
|
|
13712
13899
|
}
|
|
13713
13900
|
export declare class UpdateMJEntityRelationshipInput {
|
|
@@ -13733,6 +13920,7 @@ export declare class UpdateMJEntityRelationshipInput {
|
|
|
13733
13920
|
AutoUpdateFromSchema?: boolean;
|
|
13734
13921
|
AdditionalFieldsToInclude?: string | null;
|
|
13735
13922
|
AutoUpdateAdditionalFieldsToInclude?: boolean;
|
|
13923
|
+
RelatedRecordCollection?: string | null;
|
|
13736
13924
|
OldValues___?: KeyValuePairInput[];
|
|
13737
13925
|
RestoreContext___?: RestoreContextInput;
|
|
13738
13926
|
}
|
|
@@ -13813,7 +14001,6 @@ export declare class MJEnvironment_ {
|
|
|
13813
14001
|
MJProjects_EnvironmentIDArray: MJProject_[];
|
|
13814
14002
|
MJDashboards_EnvironmentIDArray: MJDashboard_[];
|
|
13815
14003
|
MJTasks_EnvironmentIDArray: MJTask_[];
|
|
13816
|
-
MJReports_EnvironmentIDArray: MJReport_[];
|
|
13817
14004
|
MJConversations_EnvironmentIDArray: MJConversation_[];
|
|
13818
14005
|
MJUserRoutines_EnvironmentIDArray: MJUserRoutine_[];
|
|
13819
14006
|
}
|
|
@@ -13853,7 +14040,6 @@ export declare class MJEnvironmentResolver extends ResolverBase {
|
|
|
13853
14040
|
MJProjects_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13854
14041
|
MJDashboards_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13855
14042
|
MJTasks_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13856
|
-
MJReports_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13857
14043
|
MJConversations_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13858
14044
|
MJUserRoutines_EnvironmentIDArray(mjenvironment_: MJEnvironment_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
13859
14045
|
CreateMJEnvironment(input: CreateMJEnvironmentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -17433,7 +17619,6 @@ export declare class MJOutputDeliveryType_ {
|
|
|
17433
17619
|
Description?: string;
|
|
17434
17620
|
_mj__CreatedAt: Date;
|
|
17435
17621
|
_mj__UpdatedAt: Date;
|
|
17436
|
-
MJReports_OutputDeliveryTypeIDArray: MJReport_[];
|
|
17437
17622
|
}
|
|
17438
17623
|
export declare class CreateMJOutputDeliveryTypeInput {
|
|
17439
17624
|
ID?: string;
|
|
@@ -17462,7 +17647,6 @@ export declare class MJOutputDeliveryTypeResolver extends ResolverBase {
|
|
|
17462
17647
|
RunMJOutputDeliveryTypeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17463
17648
|
RunMJOutputDeliveryTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17464
17649
|
MJOutputDeliveryType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJOutputDeliveryType_ | null>;
|
|
17465
|
-
MJReports_OutputDeliveryTypeIDArray(mjoutputdeliverytype_: MJOutputDeliveryType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17466
17650
|
CreateMJOutputDeliveryType(input: CreateMJOutputDeliveryTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17467
17651
|
UpdateMJOutputDeliveryType(input: UpdateMJOutputDeliveryTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17468
17652
|
DeleteMJOutputDeliveryType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -17474,7 +17658,6 @@ export declare class MJOutputFormatType_ {
|
|
|
17474
17658
|
DisplayFormat?: string;
|
|
17475
17659
|
_mj__CreatedAt: Date;
|
|
17476
17660
|
_mj__UpdatedAt: Date;
|
|
17477
|
-
MJReports_OutputFormatTypeIDArray: MJReport_[];
|
|
17478
17661
|
}
|
|
17479
17662
|
export declare class CreateMJOutputFormatTypeInput {
|
|
17480
17663
|
ID?: string;
|
|
@@ -17505,51 +17688,10 @@ export declare class MJOutputFormatTypeResolver extends ResolverBase {
|
|
|
17505
17688
|
RunMJOutputFormatTypeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17506
17689
|
RunMJOutputFormatTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17507
17690
|
MJOutputFormatType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJOutputFormatType_ | null>;
|
|
17508
|
-
MJReports_OutputFormatTypeIDArray(mjoutputformattype_: MJOutputFormatType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17509
17691
|
CreateMJOutputFormatType(input: CreateMJOutputFormatTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17510
17692
|
UpdateMJOutputFormatType(input: UpdateMJOutputFormatTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17511
17693
|
DeleteMJOutputFormatType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17512
17694
|
}
|
|
17513
|
-
export declare class MJOutputTriggerType_ {
|
|
17514
|
-
ID: string;
|
|
17515
|
-
Name: string;
|
|
17516
|
-
Description?: string;
|
|
17517
|
-
_mj__CreatedAt: Date;
|
|
17518
|
-
_mj__UpdatedAt: Date;
|
|
17519
|
-
MJReports_OutputTriggerTypeIDArray: MJReport_[];
|
|
17520
|
-
}
|
|
17521
|
-
export declare class CreateMJOutputTriggerTypeInput {
|
|
17522
|
-
ID?: string;
|
|
17523
|
-
Name?: string;
|
|
17524
|
-
Description: string | null;
|
|
17525
|
-
RestoreContext___?: RestoreContextInput;
|
|
17526
|
-
}
|
|
17527
|
-
export declare class UpdateMJOutputTriggerTypeInput {
|
|
17528
|
-
ID: string;
|
|
17529
|
-
Name?: string;
|
|
17530
|
-
Description?: string | null;
|
|
17531
|
-
OldValues___?: KeyValuePairInput[];
|
|
17532
|
-
RestoreContext___?: RestoreContextInput;
|
|
17533
|
-
}
|
|
17534
|
-
export declare class RunMJOutputTriggerTypeViewResult {
|
|
17535
|
-
Results: MJOutputTriggerType_[];
|
|
17536
|
-
UserViewRunID?: string;
|
|
17537
|
-
RowCount: number;
|
|
17538
|
-
TotalRowCount: number;
|
|
17539
|
-
ExecutionTime: number;
|
|
17540
|
-
ErrorMessage?: string;
|
|
17541
|
-
Success: boolean;
|
|
17542
|
-
}
|
|
17543
|
-
export declare class MJOutputTriggerTypeResolver extends ResolverBase {
|
|
17544
|
-
RunMJOutputTriggerTypeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17545
|
-
RunMJOutputTriggerTypeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17546
|
-
RunMJOutputTriggerTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
17547
|
-
MJOutputTriggerType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJOutputTriggerType_ | null>;
|
|
17548
|
-
MJReports_OutputTriggerTypeIDArray(mjoutputtriggertype_: MJOutputTriggerType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17549
|
-
CreateMJOutputTriggerType(input: CreateMJOutputTriggerTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17550
|
-
UpdateMJOutputTriggerType(input: UpdateMJOutputTriggerTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17551
|
-
DeleteMJOutputTriggerType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17552
|
-
}
|
|
17553
17695
|
export declare class MJPermissionDomain_ {
|
|
17554
17696
|
ID: string;
|
|
17555
17697
|
Name: string;
|
|
@@ -19557,293 +19699,6 @@ export declare class MJRemoteOperationResolver extends ResolverBase {
|
|
|
19557
19699
|
UpdateMJRemoteOperation(input: UpdateMJRemoteOperationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19558
19700
|
DeleteMJRemoteOperation(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19559
19701
|
}
|
|
19560
|
-
export declare class MJReportCategory_ {
|
|
19561
|
-
ID: string;
|
|
19562
|
-
Name: string;
|
|
19563
|
-
Description?: string;
|
|
19564
|
-
ParentID?: string;
|
|
19565
|
-
UserID: string;
|
|
19566
|
-
_mj__CreatedAt: Date;
|
|
19567
|
-
_mj__UpdatedAt: Date;
|
|
19568
|
-
Parent?: string;
|
|
19569
|
-
User: string;
|
|
19570
|
-
RootParentID?: string;
|
|
19571
|
-
MJReportCategories_ParentIDArray: MJReportCategory_[];
|
|
19572
|
-
MJReports_CategoryIDArray: MJReport_[];
|
|
19573
|
-
}
|
|
19574
|
-
export declare class CreateMJReportCategoryInput {
|
|
19575
|
-
ID?: string;
|
|
19576
|
-
Name?: string;
|
|
19577
|
-
Description: string | null;
|
|
19578
|
-
ParentID: string | null;
|
|
19579
|
-
UserID?: string;
|
|
19580
|
-
RestoreContext___?: RestoreContextInput;
|
|
19581
|
-
}
|
|
19582
|
-
export declare class UpdateMJReportCategoryInput {
|
|
19583
|
-
ID: string;
|
|
19584
|
-
Name?: string;
|
|
19585
|
-
Description?: string | null;
|
|
19586
|
-
ParentID?: string | null;
|
|
19587
|
-
UserID?: string;
|
|
19588
|
-
OldValues___?: KeyValuePairInput[];
|
|
19589
|
-
RestoreContext___?: RestoreContextInput;
|
|
19590
|
-
}
|
|
19591
|
-
export declare class RunMJReportCategoryViewResult {
|
|
19592
|
-
Results: MJReportCategory_[];
|
|
19593
|
-
UserViewRunID?: string;
|
|
19594
|
-
RowCount: number;
|
|
19595
|
-
TotalRowCount: number;
|
|
19596
|
-
ExecutionTime: number;
|
|
19597
|
-
ErrorMessage?: string;
|
|
19598
|
-
Success: boolean;
|
|
19599
|
-
}
|
|
19600
|
-
export declare class MJReportCategoryResolver extends ResolverBase {
|
|
19601
|
-
RunMJReportCategoryViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19602
|
-
RunMJReportCategoryViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19603
|
-
RunMJReportCategoryDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19604
|
-
MJReportCategory(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJReportCategory_ | null>;
|
|
19605
|
-
MJReportCategories_ParentIDArray(mjreportcategory_: MJReportCategory_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
19606
|
-
MJReports_CategoryIDArray(mjreportcategory_: MJReportCategory_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
19607
|
-
CreateMJReportCategory(input: CreateMJReportCategoryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19608
|
-
UpdateMJReportCategory(input: UpdateMJReportCategoryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19609
|
-
DeleteMJReportCategory(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19610
|
-
}
|
|
19611
|
-
export declare class MJReportSnapshot_ {
|
|
19612
|
-
ID: string;
|
|
19613
|
-
ReportID: string;
|
|
19614
|
-
ResultSet: string;
|
|
19615
|
-
UserID: string;
|
|
19616
|
-
_mj__CreatedAt: Date;
|
|
19617
|
-
_mj__UpdatedAt: Date;
|
|
19618
|
-
Report: string;
|
|
19619
|
-
User: string;
|
|
19620
|
-
}
|
|
19621
|
-
export declare class CreateMJReportSnapshotInput {
|
|
19622
|
-
ID?: string;
|
|
19623
|
-
ReportID?: string;
|
|
19624
|
-
ResultSet?: string;
|
|
19625
|
-
UserID?: string;
|
|
19626
|
-
RestoreContext___?: RestoreContextInput;
|
|
19627
|
-
}
|
|
19628
|
-
export declare class UpdateMJReportSnapshotInput {
|
|
19629
|
-
ID: string;
|
|
19630
|
-
ReportID?: string;
|
|
19631
|
-
ResultSet?: string;
|
|
19632
|
-
UserID?: string;
|
|
19633
|
-
OldValues___?: KeyValuePairInput[];
|
|
19634
|
-
RestoreContext___?: RestoreContextInput;
|
|
19635
|
-
}
|
|
19636
|
-
export declare class RunMJReportSnapshotViewResult {
|
|
19637
|
-
Results: MJReportSnapshot_[];
|
|
19638
|
-
UserViewRunID?: string;
|
|
19639
|
-
RowCount: number;
|
|
19640
|
-
TotalRowCount: number;
|
|
19641
|
-
ExecutionTime: number;
|
|
19642
|
-
ErrorMessage?: string;
|
|
19643
|
-
Success: boolean;
|
|
19644
|
-
}
|
|
19645
|
-
export declare class MJReportSnapshotResolver extends ResolverBase {
|
|
19646
|
-
RunMJReportSnapshotViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19647
|
-
RunMJReportSnapshotViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19648
|
-
RunMJReportSnapshotDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19649
|
-
MJReportSnapshot(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJReportSnapshot_ | null>;
|
|
19650
|
-
CreateMJReportSnapshot(input: CreateMJReportSnapshotInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19651
|
-
UpdateMJReportSnapshot(input: UpdateMJReportSnapshotInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19652
|
-
DeleteMJReportSnapshot(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19653
|
-
}
|
|
19654
|
-
export declare class MJReportUserState_ {
|
|
19655
|
-
ID: string;
|
|
19656
|
-
ReportID: string;
|
|
19657
|
-
UserID: string;
|
|
19658
|
-
ReportState?: string;
|
|
19659
|
-
_mj__CreatedAt: Date;
|
|
19660
|
-
_mj__UpdatedAt: Date;
|
|
19661
|
-
Report: string;
|
|
19662
|
-
User: string;
|
|
19663
|
-
}
|
|
19664
|
-
export declare class CreateMJReportUserStateInput {
|
|
19665
|
-
ID?: string;
|
|
19666
|
-
ReportID?: string;
|
|
19667
|
-
UserID?: string;
|
|
19668
|
-
ReportState: string | null;
|
|
19669
|
-
RestoreContext___?: RestoreContextInput;
|
|
19670
|
-
}
|
|
19671
|
-
export declare class UpdateMJReportUserStateInput {
|
|
19672
|
-
ID: string;
|
|
19673
|
-
ReportID?: string;
|
|
19674
|
-
UserID?: string;
|
|
19675
|
-
ReportState?: string | null;
|
|
19676
|
-
OldValues___?: KeyValuePairInput[];
|
|
19677
|
-
RestoreContext___?: RestoreContextInput;
|
|
19678
|
-
}
|
|
19679
|
-
export declare class RunMJReportUserStateViewResult {
|
|
19680
|
-
Results: MJReportUserState_[];
|
|
19681
|
-
UserViewRunID?: string;
|
|
19682
|
-
RowCount: number;
|
|
19683
|
-
TotalRowCount: number;
|
|
19684
|
-
ExecutionTime: number;
|
|
19685
|
-
ErrorMessage?: string;
|
|
19686
|
-
Success: boolean;
|
|
19687
|
-
}
|
|
19688
|
-
export declare class MJReportUserStateResolver extends ResolverBase {
|
|
19689
|
-
RunMJReportUserStateViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19690
|
-
RunMJReportUserStateViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19691
|
-
RunMJReportUserStateDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19692
|
-
MJReportUserState(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJReportUserState_ | null>;
|
|
19693
|
-
CreateMJReportUserState(input: CreateMJReportUserStateInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19694
|
-
UpdateMJReportUserState(input: UpdateMJReportUserStateInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19695
|
-
DeleteMJReportUserState(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19696
|
-
}
|
|
19697
|
-
export declare class MJReportVersion_ {
|
|
19698
|
-
ID: string;
|
|
19699
|
-
ReportID: string;
|
|
19700
|
-
VersionNumber: number;
|
|
19701
|
-
Name: string;
|
|
19702
|
-
Description?: string;
|
|
19703
|
-
Configuration?: string;
|
|
19704
|
-
DataContextUpdated: boolean;
|
|
19705
|
-
_mj__CreatedAt: Date;
|
|
19706
|
-
_mj__UpdatedAt: Date;
|
|
19707
|
-
Report: string;
|
|
19708
|
-
}
|
|
19709
|
-
export declare class CreateMJReportVersionInput {
|
|
19710
|
-
ID?: string;
|
|
19711
|
-
ReportID?: string;
|
|
19712
|
-
VersionNumber?: number;
|
|
19713
|
-
Name?: string;
|
|
19714
|
-
Description: string | null;
|
|
19715
|
-
Configuration: string | null;
|
|
19716
|
-
DataContextUpdated?: boolean;
|
|
19717
|
-
RestoreContext___?: RestoreContextInput;
|
|
19718
|
-
}
|
|
19719
|
-
export declare class UpdateMJReportVersionInput {
|
|
19720
|
-
ID: string;
|
|
19721
|
-
ReportID?: string;
|
|
19722
|
-
VersionNumber?: number;
|
|
19723
|
-
Name?: string;
|
|
19724
|
-
Description?: string | null;
|
|
19725
|
-
Configuration?: string | null;
|
|
19726
|
-
DataContextUpdated?: boolean;
|
|
19727
|
-
OldValues___?: KeyValuePairInput[];
|
|
19728
|
-
RestoreContext___?: RestoreContextInput;
|
|
19729
|
-
}
|
|
19730
|
-
export declare class RunMJReportVersionViewResult {
|
|
19731
|
-
Results: MJReportVersion_[];
|
|
19732
|
-
UserViewRunID?: string;
|
|
19733
|
-
RowCount: number;
|
|
19734
|
-
TotalRowCount: number;
|
|
19735
|
-
ExecutionTime: number;
|
|
19736
|
-
ErrorMessage?: string;
|
|
19737
|
-
Success: boolean;
|
|
19738
|
-
}
|
|
19739
|
-
export declare class MJReportVersionResolver extends ResolverBase {
|
|
19740
|
-
RunMJReportVersionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19741
|
-
RunMJReportVersionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19742
|
-
RunMJReportVersionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19743
|
-
MJReportVersion(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJReportVersion_ | null>;
|
|
19744
|
-
CreateMJReportVersion(input: CreateMJReportVersionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19745
|
-
UpdateMJReportVersion(input: UpdateMJReportVersionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19746
|
-
DeleteMJReportVersion(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19747
|
-
}
|
|
19748
|
-
export declare class MJReport_ {
|
|
19749
|
-
ID: string;
|
|
19750
|
-
Name: string;
|
|
19751
|
-
Description?: string;
|
|
19752
|
-
CategoryID?: string;
|
|
19753
|
-
UserID: string;
|
|
19754
|
-
SharingScope: string;
|
|
19755
|
-
ConversationID?: string;
|
|
19756
|
-
ConversationDetailID?: string;
|
|
19757
|
-
DataContextID?: string;
|
|
19758
|
-
Configuration?: string;
|
|
19759
|
-
OutputTriggerTypeID?: string;
|
|
19760
|
-
OutputFormatTypeID?: string;
|
|
19761
|
-
OutputDeliveryTypeID?: string;
|
|
19762
|
-
OutputFrequency?: string;
|
|
19763
|
-
OutputTargetEmail?: string;
|
|
19764
|
-
OutputWorkflowID?: string;
|
|
19765
|
-
_mj__CreatedAt: Date;
|
|
19766
|
-
_mj__UpdatedAt: Date;
|
|
19767
|
-
Thumbnail?: string;
|
|
19768
|
-
EnvironmentID: string;
|
|
19769
|
-
Category?: string;
|
|
19770
|
-
User: string;
|
|
19771
|
-
Conversation?: string;
|
|
19772
|
-
ConversationDetail?: string;
|
|
19773
|
-
DataContext?: string;
|
|
19774
|
-
OutputTriggerType?: string;
|
|
19775
|
-
OutputFormatType?: string;
|
|
19776
|
-
OutputDeliveryType?: string;
|
|
19777
|
-
OutputWorkflow?: string;
|
|
19778
|
-
Environment: string;
|
|
19779
|
-
MJReportSnapshots_ReportIDArray: MJReportSnapshot_[];
|
|
19780
|
-
MJReportVersions_ReportIDArray: MJReportVersion_[];
|
|
19781
|
-
MJReportUserStates_ReportIDArray: MJReportUserState_[];
|
|
19782
|
-
}
|
|
19783
|
-
export declare class CreateMJReportInput {
|
|
19784
|
-
ID?: string;
|
|
19785
|
-
Name?: string;
|
|
19786
|
-
Description: string | null;
|
|
19787
|
-
CategoryID: string | null;
|
|
19788
|
-
UserID?: string;
|
|
19789
|
-
SharingScope?: string;
|
|
19790
|
-
ConversationID: string | null;
|
|
19791
|
-
ConversationDetailID: string | null;
|
|
19792
|
-
DataContextID: string | null;
|
|
19793
|
-
Configuration: string | null;
|
|
19794
|
-
OutputTriggerTypeID: string | null;
|
|
19795
|
-
OutputFormatTypeID: string | null;
|
|
19796
|
-
OutputDeliveryTypeID: string | null;
|
|
19797
|
-
OutputFrequency: string | null;
|
|
19798
|
-
OutputTargetEmail: string | null;
|
|
19799
|
-
OutputWorkflowID: string | null;
|
|
19800
|
-
Thumbnail: string | null;
|
|
19801
|
-
EnvironmentID?: string;
|
|
19802
|
-
RestoreContext___?: RestoreContextInput;
|
|
19803
|
-
}
|
|
19804
|
-
export declare class UpdateMJReportInput {
|
|
19805
|
-
ID: string;
|
|
19806
|
-
Name?: string;
|
|
19807
|
-
Description?: string | null;
|
|
19808
|
-
CategoryID?: string | null;
|
|
19809
|
-
UserID?: string;
|
|
19810
|
-
SharingScope?: string;
|
|
19811
|
-
ConversationID?: string | null;
|
|
19812
|
-
ConversationDetailID?: string | null;
|
|
19813
|
-
DataContextID?: string | null;
|
|
19814
|
-
Configuration?: string | null;
|
|
19815
|
-
OutputTriggerTypeID?: string | null;
|
|
19816
|
-
OutputFormatTypeID?: string | null;
|
|
19817
|
-
OutputDeliveryTypeID?: string | null;
|
|
19818
|
-
OutputFrequency?: string | null;
|
|
19819
|
-
OutputTargetEmail?: string | null;
|
|
19820
|
-
OutputWorkflowID?: string | null;
|
|
19821
|
-
Thumbnail?: string | null;
|
|
19822
|
-
EnvironmentID?: string;
|
|
19823
|
-
OldValues___?: KeyValuePairInput[];
|
|
19824
|
-
RestoreContext___?: RestoreContextInput;
|
|
19825
|
-
}
|
|
19826
|
-
export declare class RunMJReportViewResult {
|
|
19827
|
-
Results: MJReport_[];
|
|
19828
|
-
UserViewRunID?: string;
|
|
19829
|
-
RowCount: number;
|
|
19830
|
-
TotalRowCount: number;
|
|
19831
|
-
ExecutionTime: number;
|
|
19832
|
-
ErrorMessage?: string;
|
|
19833
|
-
Success: boolean;
|
|
19834
|
-
}
|
|
19835
|
-
export declare class MJReportResolver extends ResolverBase {
|
|
19836
|
-
RunMJReportViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19837
|
-
RunMJReportViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19838
|
-
RunMJReportDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
19839
|
-
MJReport(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJReport_ | null>;
|
|
19840
|
-
MJReportSnapshots_ReportIDArray(mjreport_: MJReport_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
19841
|
-
MJReportVersions_ReportIDArray(mjreport_: MJReport_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
19842
|
-
MJReportUserStates_ReportIDArray(mjreport_: MJReport_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
19843
|
-
CreateMJReport(input: CreateMJReportInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19844
|
-
UpdateMJReport(input: UpdateMJReportInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19845
|
-
DeleteMJReport(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
19846
|
-
}
|
|
19847
19702
|
export declare class MJResourceLink_ {
|
|
19848
19703
|
ID: string;
|
|
19849
19704
|
UserID: string;
|
|
@@ -20109,6 +19964,8 @@ export declare class MJRowLevelSecurityFilter_ {
|
|
|
20109
19964
|
MJEntityPermissions_ReadRLSFilterIDArray: MJEntityPermission_[];
|
|
20110
19965
|
MJEntityPermissions_CreateRLSFilterIDArray: MJEntityPermission_[];
|
|
20111
19966
|
MJEntityPermissions_UpdateRLSFilterIDArray: MJEntityPermission_[];
|
|
19967
|
+
MJAPIKeyScopes_RowFilterIDArray: MJAPIKeyScope_[];
|
|
19968
|
+
MJAPIApplicationScopes_RowFilterIDArray: MJAPIApplicationScope_[];
|
|
20112
19969
|
}
|
|
20113
19970
|
export declare class CreateMJRowLevelSecurityFilterInput {
|
|
20114
19971
|
ID?: string;
|
|
@@ -20144,136 +20001,12 @@ export declare class MJRowLevelSecurityFilterResolver extends ResolverBase {
|
|
|
20144
20001
|
MJEntityPermissions_ReadRLSFilterIDArray(mjrowlevelsecurityfilter_: MJRowLevelSecurityFilter_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20145
20002
|
MJEntityPermissions_CreateRLSFilterIDArray(mjrowlevelsecurityfilter_: MJRowLevelSecurityFilter_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20146
20003
|
MJEntityPermissions_UpdateRLSFilterIDArray(mjrowlevelsecurityfilter_: MJRowLevelSecurityFilter_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20004
|
+
MJAPIKeyScopes_RowFilterIDArray(mjrowlevelsecurityfilter_: MJRowLevelSecurityFilter_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20005
|
+
MJAPIApplicationScopes_RowFilterIDArray(mjrowlevelsecurityfilter_: MJRowLevelSecurityFilter_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20147
20006
|
CreateMJRowLevelSecurityFilter(input: CreateMJRowLevelSecurityFilterInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20148
20007
|
UpdateMJRowLevelSecurityFilter(input: UpdateMJRowLevelSecurityFilterInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20149
20008
|
DeleteMJRowLevelSecurityFilter(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20150
20009
|
}
|
|
20151
|
-
export declare class MJScheduledActionParam_ {
|
|
20152
|
-
ID: string;
|
|
20153
|
-
ScheduledActionID: string;
|
|
20154
|
-
ActionParamID: string;
|
|
20155
|
-
ValueType: string;
|
|
20156
|
-
Value?: string;
|
|
20157
|
-
Comments?: string;
|
|
20158
|
-
_mj__CreatedAt: Date;
|
|
20159
|
-
_mj__UpdatedAt: Date;
|
|
20160
|
-
ScheduledAction: string;
|
|
20161
|
-
ActionParam: string;
|
|
20162
|
-
}
|
|
20163
|
-
export declare class CreateMJScheduledActionParamInput {
|
|
20164
|
-
ID?: string;
|
|
20165
|
-
ScheduledActionID?: string;
|
|
20166
|
-
ActionParamID?: string;
|
|
20167
|
-
ValueType?: string;
|
|
20168
|
-
Value: string | null;
|
|
20169
|
-
Comments: string | null;
|
|
20170
|
-
RestoreContext___?: RestoreContextInput;
|
|
20171
|
-
}
|
|
20172
|
-
export declare class UpdateMJScheduledActionParamInput {
|
|
20173
|
-
ID: string;
|
|
20174
|
-
ScheduledActionID?: string;
|
|
20175
|
-
ActionParamID?: string;
|
|
20176
|
-
ValueType?: string;
|
|
20177
|
-
Value?: string | null;
|
|
20178
|
-
Comments?: string | null;
|
|
20179
|
-
OldValues___?: KeyValuePairInput[];
|
|
20180
|
-
RestoreContext___?: RestoreContextInput;
|
|
20181
|
-
}
|
|
20182
|
-
export declare class RunMJScheduledActionParamViewResult {
|
|
20183
|
-
Results: MJScheduledActionParam_[];
|
|
20184
|
-
UserViewRunID?: string;
|
|
20185
|
-
RowCount: number;
|
|
20186
|
-
TotalRowCount: number;
|
|
20187
|
-
ExecutionTime: number;
|
|
20188
|
-
ErrorMessage?: string;
|
|
20189
|
-
Success: boolean;
|
|
20190
|
-
}
|
|
20191
|
-
export declare class MJScheduledActionParamResolver extends ResolverBase {
|
|
20192
|
-
RunMJScheduledActionParamViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20193
|
-
RunMJScheduledActionParamViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20194
|
-
RunMJScheduledActionParamDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20195
|
-
MJScheduledActionParam(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJScheduledActionParam_ | null>;
|
|
20196
|
-
CreateMJScheduledActionParam(input: CreateMJScheduledActionParamInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20197
|
-
UpdateMJScheduledActionParam(input: UpdateMJScheduledActionParamInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20198
|
-
DeleteMJScheduledActionParam(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20199
|
-
}
|
|
20200
|
-
export declare class MJScheduledAction_ {
|
|
20201
|
-
ID: string;
|
|
20202
|
-
Name: string;
|
|
20203
|
-
Description?: string;
|
|
20204
|
-
CreatedByUserID: string;
|
|
20205
|
-
ActionID: string;
|
|
20206
|
-
Type: string;
|
|
20207
|
-
CronExpression?: string;
|
|
20208
|
-
Timezone: string;
|
|
20209
|
-
Status: string;
|
|
20210
|
-
IntervalDays?: number;
|
|
20211
|
-
DayOfWeek?: string;
|
|
20212
|
-
DayOfMonth?: number;
|
|
20213
|
-
Month?: string;
|
|
20214
|
-
CustomCronExpression?: string;
|
|
20215
|
-
_mj__CreatedAt: Date;
|
|
20216
|
-
_mj__UpdatedAt: Date;
|
|
20217
|
-
CreatedByUser: string;
|
|
20218
|
-
Action: string;
|
|
20219
|
-
MJScheduledActionParams_ScheduledActionIDArray: MJScheduledActionParam_[];
|
|
20220
|
-
MJContentSources_ScheduledActionIDArray: MJContentSource_[];
|
|
20221
|
-
}
|
|
20222
|
-
export declare class CreateMJScheduledActionInput {
|
|
20223
|
-
ID?: string;
|
|
20224
|
-
Name?: string;
|
|
20225
|
-
Description: string | null;
|
|
20226
|
-
CreatedByUserID?: string;
|
|
20227
|
-
ActionID?: string;
|
|
20228
|
-
Type?: string;
|
|
20229
|
-
CronExpression: string | null;
|
|
20230
|
-
Timezone?: string;
|
|
20231
|
-
Status?: string;
|
|
20232
|
-
IntervalDays: number | null;
|
|
20233
|
-
DayOfWeek: string | null;
|
|
20234
|
-
DayOfMonth: number | null;
|
|
20235
|
-
Month: string | null;
|
|
20236
|
-
CustomCronExpression: string | null;
|
|
20237
|
-
RestoreContext___?: RestoreContextInput;
|
|
20238
|
-
}
|
|
20239
|
-
export declare class UpdateMJScheduledActionInput {
|
|
20240
|
-
ID: string;
|
|
20241
|
-
Name?: string;
|
|
20242
|
-
Description?: string | null;
|
|
20243
|
-
CreatedByUserID?: string;
|
|
20244
|
-
ActionID?: string;
|
|
20245
|
-
Type?: string;
|
|
20246
|
-
CronExpression?: string | null;
|
|
20247
|
-
Timezone?: string;
|
|
20248
|
-
Status?: string;
|
|
20249
|
-
IntervalDays?: number | null;
|
|
20250
|
-
DayOfWeek?: string | null;
|
|
20251
|
-
DayOfMonth?: number | null;
|
|
20252
|
-
Month?: string | null;
|
|
20253
|
-
CustomCronExpression?: string | null;
|
|
20254
|
-
OldValues___?: KeyValuePairInput[];
|
|
20255
|
-
RestoreContext___?: RestoreContextInput;
|
|
20256
|
-
}
|
|
20257
|
-
export declare class RunMJScheduledActionViewResult {
|
|
20258
|
-
Results: MJScheduledAction_[];
|
|
20259
|
-
UserViewRunID?: string;
|
|
20260
|
-
RowCount: number;
|
|
20261
|
-
TotalRowCount: number;
|
|
20262
|
-
ExecutionTime: number;
|
|
20263
|
-
ErrorMessage?: string;
|
|
20264
|
-
Success: boolean;
|
|
20265
|
-
}
|
|
20266
|
-
export declare class MJScheduledActionResolver extends ResolverBase {
|
|
20267
|
-
RunMJScheduledActionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20268
|
-
RunMJScheduledActionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20269
|
-
RunMJScheduledActionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20270
|
-
MJScheduledAction(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJScheduledAction_ | null>;
|
|
20271
|
-
MJScheduledActionParams_ScheduledActionIDArray(mjscheduledaction_: MJScheduledAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20272
|
-
MJContentSources_ScheduledActionIDArray(mjscheduledaction_: MJScheduledAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20273
|
-
CreateMJScheduledAction(input: CreateMJScheduledActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20274
|
-
UpdateMJScheduledAction(input: UpdateMJScheduledActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20275
|
-
DeleteMJScheduledAction(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20276
|
-
}
|
|
20277
20010
|
export declare class MJScheduledJobRun_ {
|
|
20278
20011
|
ID: string;
|
|
20279
20012
|
ScheduledJobID: string;
|
|
@@ -20424,10 +20157,12 @@ export declare class MJScheduledJob_ {
|
|
|
20424
20157
|
_mj__UpdatedAt: Date;
|
|
20425
20158
|
RunImmediatelyIfNeverRun: boolean;
|
|
20426
20159
|
MaxRuntimeMinutes?: number;
|
|
20160
|
+
MissedRunPolicy: string;
|
|
20427
20161
|
JobType: string;
|
|
20428
20162
|
OwnerUser?: string;
|
|
20429
20163
|
NotifyUser?: string;
|
|
20430
20164
|
MJScheduledJobRuns_ScheduledJobIDArray: MJScheduledJobRun_[];
|
|
20165
|
+
MJContentSources_ScheduledJobIDArray: MJContentSource_[];
|
|
20431
20166
|
MJCompanyIntegrations_ScheduledJobIDArray: MJCompanyIntegration_[];
|
|
20432
20167
|
}
|
|
20433
20168
|
export declare class CreateMJScheduledJobInput {
|
|
@@ -20459,6 +20194,7 @@ export declare class CreateMJScheduledJobInput {
|
|
|
20459
20194
|
ConcurrencyMode?: string;
|
|
20460
20195
|
RunImmediatelyIfNeverRun?: boolean;
|
|
20461
20196
|
MaxRuntimeMinutes: number | null;
|
|
20197
|
+
MissedRunPolicy?: string;
|
|
20462
20198
|
RestoreContext___?: RestoreContextInput;
|
|
20463
20199
|
}
|
|
20464
20200
|
export declare class UpdateMJScheduledJobInput {
|
|
@@ -20490,6 +20226,7 @@ export declare class UpdateMJScheduledJobInput {
|
|
|
20490
20226
|
ConcurrencyMode?: string;
|
|
20491
20227
|
RunImmediatelyIfNeverRun?: boolean;
|
|
20492
20228
|
MaxRuntimeMinutes?: number | null;
|
|
20229
|
+
MissedRunPolicy?: string;
|
|
20493
20230
|
OldValues___?: KeyValuePairInput[];
|
|
20494
20231
|
RestoreContext___?: RestoreContextInput;
|
|
20495
20232
|
}
|
|
@@ -20508,6 +20245,7 @@ export declare class MJScheduledJobResolver extends ResolverBase {
|
|
|
20508
20245
|
RunMJScheduledJobDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
20509
20246
|
MJScheduledJob(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJScheduledJob_ | null>;
|
|
20510
20247
|
MJScheduledJobRuns_ScheduledJobIDArray(mjscheduledjob_: MJScheduledJob_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20248
|
+
MJContentSources_ScheduledJobIDArray(mjscheduledjob_: MJScheduledJob_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20511
20249
|
MJCompanyIntegrations_ScheduledJobIDArray(mjscheduledjob_: MJScheduledJob_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20512
20250
|
CreateMJScheduledJob(input: CreateMJScheduledJobInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20513
20251
|
UpdateMJScheduledJob(input: UpdateMJScheduledJobInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -22218,6 +21956,7 @@ export declare class MJTaskDependency_ {
|
|
|
22218
21956
|
DependencyType: string;
|
|
22219
21957
|
_mj__CreatedAt: Date;
|
|
22220
21958
|
_mj__UpdatedAt: Date;
|
|
21959
|
+
Condition?: string;
|
|
22221
21960
|
Task: string;
|
|
22222
21961
|
DependsOnTask: string;
|
|
22223
21962
|
}
|
|
@@ -22226,6 +21965,7 @@ export declare class CreateMJTaskDependencyInput {
|
|
|
22226
21965
|
TaskID?: string;
|
|
22227
21966
|
DependsOnTaskID?: string;
|
|
22228
21967
|
DependencyType?: string;
|
|
21968
|
+
Condition: string | null;
|
|
22229
21969
|
RestoreContext___?: RestoreContextInput;
|
|
22230
21970
|
}
|
|
22231
21971
|
export declare class UpdateMJTaskDependencyInput {
|
|
@@ -22233,6 +21973,7 @@ export declare class UpdateMJTaskDependencyInput {
|
|
|
22233
21973
|
TaskID?: string;
|
|
22234
21974
|
DependsOnTaskID?: string;
|
|
22235
21975
|
DependencyType?: string;
|
|
21976
|
+
Condition?: string | null;
|
|
22236
21977
|
OldValues___?: KeyValuePairInput[];
|
|
22237
21978
|
RestoreContext___?: RestoreContextInput;
|
|
22238
21979
|
}
|
|
@@ -22312,6 +22053,12 @@ export declare class MJTask_ {
|
|
|
22312
22053
|
CompletedAt?: Date;
|
|
22313
22054
|
_mj__CreatedAt: Date;
|
|
22314
22055
|
_mj__UpdatedAt: Date;
|
|
22056
|
+
InputPayload?: string;
|
|
22057
|
+
OutputPayload?: string;
|
|
22058
|
+
ErrorMessage?: string;
|
|
22059
|
+
AgentRunID?: string;
|
|
22060
|
+
ClaimedBy?: string;
|
|
22061
|
+
ClaimExpiresAt?: Date;
|
|
22315
22062
|
Parent?: string;
|
|
22316
22063
|
Type: string;
|
|
22317
22064
|
Environment: string;
|
|
@@ -22319,6 +22066,7 @@ export declare class MJTask_ {
|
|
|
22319
22066
|
ConversationDetail?: string;
|
|
22320
22067
|
User?: string;
|
|
22321
22068
|
Agent?: string;
|
|
22069
|
+
AgentRun?: string;
|
|
22322
22070
|
RootParentID?: string;
|
|
22323
22071
|
MJTaskDependencies_TaskIDArray: MJTaskDependency_[];
|
|
22324
22072
|
MJTaskDependencies_DependsOnTaskIDArray: MJTaskDependency_[];
|
|
@@ -22340,6 +22088,12 @@ export declare class CreateMJTaskInput {
|
|
|
22340
22088
|
DueAt: Date | null;
|
|
22341
22089
|
StartedAt: Date | null;
|
|
22342
22090
|
CompletedAt: Date | null;
|
|
22091
|
+
InputPayload: string | null;
|
|
22092
|
+
OutputPayload: string | null;
|
|
22093
|
+
ErrorMessage: string | null;
|
|
22094
|
+
AgentRunID: string | null;
|
|
22095
|
+
ClaimedBy: string | null;
|
|
22096
|
+
ClaimExpiresAt: Date | null;
|
|
22343
22097
|
RestoreContext___?: RestoreContextInput;
|
|
22344
22098
|
}
|
|
22345
22099
|
export declare class UpdateMJTaskInput {
|
|
@@ -22358,6 +22112,12 @@ export declare class UpdateMJTaskInput {
|
|
|
22358
22112
|
DueAt?: Date | null;
|
|
22359
22113
|
StartedAt?: Date | null;
|
|
22360
22114
|
CompletedAt?: Date | null;
|
|
22115
|
+
InputPayload?: string | null;
|
|
22116
|
+
OutputPayload?: string | null;
|
|
22117
|
+
ErrorMessage?: string | null;
|
|
22118
|
+
AgentRunID?: string | null;
|
|
22119
|
+
ClaimedBy?: string | null;
|
|
22120
|
+
ClaimExpiresAt?: Date | null;
|
|
22361
22121
|
OldValues___?: KeyValuePairInput[];
|
|
22362
22122
|
RestoreContext___?: RestoreContextInput;
|
|
22363
22123
|
}
|
|
@@ -24210,6 +23970,7 @@ export declare class MJUserViewRunDetail_ {
|
|
|
24210
23970
|
RecordID: string;
|
|
24211
23971
|
_mj__CreatedAt: Date;
|
|
24212
23972
|
_mj__UpdatedAt: Date;
|
|
23973
|
+
UserViewRun: string;
|
|
24213
23974
|
UserViewID: string;
|
|
24214
23975
|
EntityID: string;
|
|
24215
23976
|
}
|
|
@@ -24440,9 +24201,6 @@ export declare class MJUser_ {
|
|
|
24440
24201
|
MJRecordChangeReplayRuns_UserIDArray: MJRecordChangeReplayRun_[];
|
|
24441
24202
|
MJRecordChanges_UserIDArray: MJRecordChange_[];
|
|
24442
24203
|
MJRecordMergeLogs_ApprovedByUserIDArray: MJRecordMergeLog_[];
|
|
24443
|
-
MJReportCategories_UserIDArray: MJReportCategory_[];
|
|
24444
|
-
MJReportSnapshots_UserIDArray: MJReportSnapshot_[];
|
|
24445
|
-
MJReports_UserIDArray: MJReport_[];
|
|
24446
24204
|
MJTemplateCategories_UserIDArray: MJTemplateCategory_[];
|
|
24447
24205
|
MJTemplates_UserIDArray: MJTemplate_[];
|
|
24448
24206
|
MJUserApplications_UserIDArray: MJUserApplication_[];
|
|
@@ -24479,10 +24237,8 @@ export declare class MJUser_ {
|
|
|
24479
24237
|
MJOpenAppInstallHistories_ExecutedByUserIDArray: MJOpenAppInstallHistory_[];
|
|
24480
24238
|
MJOpenApps_InstalledByUserIDArray: MJOpenApp_[];
|
|
24481
24239
|
MJPublicLinks_UserIDArray: MJPublicLink_[];
|
|
24482
|
-
MJReportUserStates_UserIDArray: MJReportUserState_[];
|
|
24483
24240
|
MJResourceLinks_UserIDArray: MJResourceLink_[];
|
|
24484
24241
|
MJResourcePermissions_SharedByUserIDArray: MJResourcePermission_[];
|
|
24485
|
-
MJScheduledActions_CreatedByUserIDArray: MJScheduledAction_[];
|
|
24486
24242
|
MJScheduledJobRuns_ExecutedByUserIDArray: MJScheduledJobRun_[];
|
|
24487
24243
|
MJScheduledJobs_OwnerUserIDArray: MJScheduledJob_[];
|
|
24488
24244
|
MJSearchScopes_OwnerUserIDArray: MJSearchScope_[];
|
|
@@ -24600,9 +24356,6 @@ export declare class MJUserResolverBase extends ResolverBase {
|
|
|
24600
24356
|
MJRecordChangeReplayRuns_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24601
24357
|
MJRecordChanges_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24602
24358
|
MJRecordMergeLogs_ApprovedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24603
|
-
MJReportCategories_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24604
|
-
MJReportSnapshots_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24605
|
-
MJReports_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24606
24359
|
MJTemplateCategories_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24607
24360
|
MJTemplates_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24608
24361
|
MJUserApplications_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -24639,10 +24392,8 @@ export declare class MJUserResolverBase extends ResolverBase {
|
|
|
24639
24392
|
MJOpenAppInstallHistories_ExecutedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24640
24393
|
MJOpenApps_InstalledByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24641
24394
|
MJPublicLinks_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24642
|
-
MJReportUserStates_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24643
24395
|
MJResourceLinks_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24644
24396
|
MJResourcePermissions_SharedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24645
|
-
MJScheduledActions_CreatedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24646
24397
|
MJScheduledJobRuns_ExecutedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24647
24398
|
MJScheduledJobs_OwnerUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
24648
24399
|
MJSearchScopes_OwnerUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -25127,165 +24878,6 @@ export declare class MJViewTypeResolver extends ResolverBase {
|
|
|
25127
24878
|
UpdateMJViewType(input: UpdateMJViewTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25128
24879
|
DeleteMJViewType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25129
24880
|
}
|
|
25130
|
-
export declare class MJWorkflowEngine_ {
|
|
25131
|
-
ID: string;
|
|
25132
|
-
Name: string;
|
|
25133
|
-
Description?: string;
|
|
25134
|
-
DriverPath: string;
|
|
25135
|
-
DriverClass: string;
|
|
25136
|
-
_mj__CreatedAt: Date;
|
|
25137
|
-
_mj__UpdatedAt: Date;
|
|
25138
|
-
MJWorkflows_WorkflowEngineIDArray: MJWorkflow_[];
|
|
25139
|
-
}
|
|
25140
|
-
export declare class CreateMJWorkflowEngineInput {
|
|
25141
|
-
ID?: string;
|
|
25142
|
-
Name?: string;
|
|
25143
|
-
Description: string | null;
|
|
25144
|
-
DriverPath?: string;
|
|
25145
|
-
DriverClass?: string;
|
|
25146
|
-
RestoreContext___?: RestoreContextInput;
|
|
25147
|
-
}
|
|
25148
|
-
export declare class UpdateMJWorkflowEngineInput {
|
|
25149
|
-
ID: string;
|
|
25150
|
-
Name?: string;
|
|
25151
|
-
Description?: string | null;
|
|
25152
|
-
DriverPath?: string;
|
|
25153
|
-
DriverClass?: string;
|
|
25154
|
-
OldValues___?: KeyValuePairInput[];
|
|
25155
|
-
RestoreContext___?: RestoreContextInput;
|
|
25156
|
-
}
|
|
25157
|
-
export declare class RunMJWorkflowEngineViewResult {
|
|
25158
|
-
Results: MJWorkflowEngine_[];
|
|
25159
|
-
UserViewRunID?: string;
|
|
25160
|
-
RowCount: number;
|
|
25161
|
-
TotalRowCount: number;
|
|
25162
|
-
ExecutionTime: number;
|
|
25163
|
-
ErrorMessage?: string;
|
|
25164
|
-
Success: boolean;
|
|
25165
|
-
}
|
|
25166
|
-
export declare class MJWorkflowEngineResolver extends ResolverBase {
|
|
25167
|
-
RunMJWorkflowEngineViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25168
|
-
RunMJWorkflowEngineViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25169
|
-
RunMJWorkflowEngineDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25170
|
-
MJWorkflowEngine(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJWorkflowEngine_ | null>;
|
|
25171
|
-
MJWorkflows_WorkflowEngineIDArray(mjworkflowengine_: MJWorkflowEngine_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
25172
|
-
CreateMJWorkflowEngine(input: CreateMJWorkflowEngineInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25173
|
-
UpdateMJWorkflowEngine(input: UpdateMJWorkflowEngineInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25174
|
-
DeleteMJWorkflowEngine(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25175
|
-
}
|
|
25176
|
-
export declare class MJWorkflowRun_ {
|
|
25177
|
-
ID: string;
|
|
25178
|
-
WorkflowID: string;
|
|
25179
|
-
ExternalSystemRecordID: string;
|
|
25180
|
-
StartedAt: Date;
|
|
25181
|
-
EndedAt?: Date;
|
|
25182
|
-
Status: string;
|
|
25183
|
-
Results?: string;
|
|
25184
|
-
_mj__CreatedAt: Date;
|
|
25185
|
-
_mj__UpdatedAt: Date;
|
|
25186
|
-
Workflow: string;
|
|
25187
|
-
WorkflowEngineName: string;
|
|
25188
|
-
}
|
|
25189
|
-
export declare class CreateMJWorkflowRunInput {
|
|
25190
|
-
ID?: string;
|
|
25191
|
-
WorkflowID?: string;
|
|
25192
|
-
ExternalSystemRecordID?: string;
|
|
25193
|
-
StartedAt?: Date;
|
|
25194
|
-
EndedAt: Date | null;
|
|
25195
|
-
Status?: string;
|
|
25196
|
-
Results: string | null;
|
|
25197
|
-
RestoreContext___?: RestoreContextInput;
|
|
25198
|
-
}
|
|
25199
|
-
export declare class UpdateMJWorkflowRunInput {
|
|
25200
|
-
ID: string;
|
|
25201
|
-
WorkflowID?: string;
|
|
25202
|
-
ExternalSystemRecordID?: string;
|
|
25203
|
-
StartedAt?: Date;
|
|
25204
|
-
EndedAt?: Date | null;
|
|
25205
|
-
Status?: string;
|
|
25206
|
-
Results?: string | null;
|
|
25207
|
-
OldValues___?: KeyValuePairInput[];
|
|
25208
|
-
RestoreContext___?: RestoreContextInput;
|
|
25209
|
-
}
|
|
25210
|
-
export declare class RunMJWorkflowRunViewResult {
|
|
25211
|
-
Results: MJWorkflowRun_[];
|
|
25212
|
-
UserViewRunID?: string;
|
|
25213
|
-
RowCount: number;
|
|
25214
|
-
TotalRowCount: number;
|
|
25215
|
-
ExecutionTime: number;
|
|
25216
|
-
ErrorMessage?: string;
|
|
25217
|
-
Success: boolean;
|
|
25218
|
-
}
|
|
25219
|
-
export declare class MJWorkflowRunResolver extends ResolverBase {
|
|
25220
|
-
RunMJWorkflowRunViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25221
|
-
RunMJWorkflowRunViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25222
|
-
RunMJWorkflowRunDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25223
|
-
MJWorkflowRun(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJWorkflowRun_ | null>;
|
|
25224
|
-
CreateMJWorkflowRun(input: CreateMJWorkflowRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25225
|
-
UpdateMJWorkflowRun(input: UpdateMJWorkflowRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25226
|
-
DeleteMJWorkflowRun(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25227
|
-
}
|
|
25228
|
-
export declare class MJWorkflow_ {
|
|
25229
|
-
ID: string;
|
|
25230
|
-
Name: string;
|
|
25231
|
-
Description?: string;
|
|
25232
|
-
WorkflowEngineID: string;
|
|
25233
|
-
ExternalSystemRecordID: string;
|
|
25234
|
-
AutoRunEnabled: boolean;
|
|
25235
|
-
AutoRunIntervalUnits?: string;
|
|
25236
|
-
AutoRunInterval?: number;
|
|
25237
|
-
SubclassName?: string;
|
|
25238
|
-
_mj__CreatedAt: Date;
|
|
25239
|
-
_mj__UpdatedAt: Date;
|
|
25240
|
-
AutoRunIntervalMinutes?: number;
|
|
25241
|
-
MJReports_OutputWorkflowIDArray: MJReport_[];
|
|
25242
|
-
MJWorkflowRuns_WorkflowIDArray: MJWorkflowRun_[];
|
|
25243
|
-
}
|
|
25244
|
-
export declare class CreateMJWorkflowInput {
|
|
25245
|
-
ID?: string;
|
|
25246
|
-
Name?: string;
|
|
25247
|
-
Description: string | null;
|
|
25248
|
-
WorkflowEngineID?: string;
|
|
25249
|
-
ExternalSystemRecordID?: string;
|
|
25250
|
-
AutoRunEnabled?: boolean;
|
|
25251
|
-
AutoRunIntervalUnits: string | null;
|
|
25252
|
-
AutoRunInterval: number | null;
|
|
25253
|
-
SubclassName: string | null;
|
|
25254
|
-
RestoreContext___?: RestoreContextInput;
|
|
25255
|
-
}
|
|
25256
|
-
export declare class UpdateMJWorkflowInput {
|
|
25257
|
-
ID: string;
|
|
25258
|
-
Name?: string;
|
|
25259
|
-
Description?: string | null;
|
|
25260
|
-
WorkflowEngineID?: string;
|
|
25261
|
-
ExternalSystemRecordID?: string;
|
|
25262
|
-
AutoRunEnabled?: boolean;
|
|
25263
|
-
AutoRunIntervalUnits?: string | null;
|
|
25264
|
-
AutoRunInterval?: number | null;
|
|
25265
|
-
SubclassName?: string | null;
|
|
25266
|
-
OldValues___?: KeyValuePairInput[];
|
|
25267
|
-
RestoreContext___?: RestoreContextInput;
|
|
25268
|
-
}
|
|
25269
|
-
export declare class RunMJWorkflowViewResult {
|
|
25270
|
-
Results: MJWorkflow_[];
|
|
25271
|
-
UserViewRunID?: string;
|
|
25272
|
-
RowCount: number;
|
|
25273
|
-
TotalRowCount: number;
|
|
25274
|
-
ExecutionTime: number;
|
|
25275
|
-
ErrorMessage?: string;
|
|
25276
|
-
Success: boolean;
|
|
25277
|
-
}
|
|
25278
|
-
export declare class MJWorkflowResolver extends ResolverBase {
|
|
25279
|
-
RunMJWorkflowViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25280
|
-
RunMJWorkflowViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25281
|
-
RunMJWorkflowDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
25282
|
-
MJWorkflow(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJWorkflow_ | null>;
|
|
25283
|
-
MJReports_OutputWorkflowIDArray(mjworkflow_: MJWorkflow_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
25284
|
-
MJWorkflowRuns_WorkflowIDArray(mjworkflow_: MJWorkflow_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
25285
|
-
CreateMJWorkflow(input: CreateMJWorkflowInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25286
|
-
UpdateMJWorkflow(input: UpdateMJWorkflowInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25287
|
-
DeleteMJWorkflow(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
25288
|
-
}
|
|
25289
24881
|
export declare class MJWorkspaceItem_ {
|
|
25290
24882
|
ID: string;
|
|
25291
24883
|
Name: string;
|