@memberjunction/server 2.77.0 → 2.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/generated.d.ts +223 -180
- package/dist/generated/generated.d.ts.map +1 -1
- package/dist/generated/generated.js +1378 -1158
- package/dist/generated/generated.js.map +1 -1
- package/package.json +34 -34
- package/src/generated/generated.ts +1013 -879
|
@@ -337,8 +337,8 @@ export declare class AIAgentRun_ {
|
|
|
337
337
|
Agent?: string;
|
|
338
338
|
Conversation?: string;
|
|
339
339
|
User?: string;
|
|
340
|
-
MJ_AIAgentRunSteps_AgentRunIDArray: AIAgentRunStep_[];
|
|
341
340
|
MJ_AIAgentRuns_ParentRunIDArray: AIAgentRun_[];
|
|
341
|
+
MJ_AIAgentRunSteps_AgentRunIDArray: AIAgentRunStep_[];
|
|
342
342
|
MJ_AIPromptRuns_AgentRunIDArray: AIPromptRun_[];
|
|
343
343
|
}
|
|
344
344
|
export declare class CreateAIAgentRunInput {
|
|
@@ -418,8 +418,8 @@ export declare class AIAgentRunResolver extends ResolverBase {
|
|
|
418
418
|
RunAIAgentRunViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
419
419
|
RunAIAgentRunDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
420
420
|
AIAgentRun(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<AIAgentRun_ | null>;
|
|
421
|
-
MJ_AIAgentRunSteps_AgentRunIDArray(aiagentrun_: AIAgentRun_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
422
421
|
MJ_AIAgentRuns_ParentRunIDArray(aiagentrun_: AIAgentRun_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
422
|
+
MJ_AIAgentRunSteps_AgentRunIDArray(aiagentrun_: AIAgentRun_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
423
423
|
MJ_AIPromptRuns_AgentRunIDArray(aiagentrun_: AIAgentRun_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
424
424
|
CreateAIAgentRun(input: CreateAIAgentRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
425
425
|
UpdateAIAgentRun(input: UpdateAIAgentRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -433,10 +433,10 @@ export declare class AIVendor_ {
|
|
|
433
433
|
_mj__UpdatedAt: Date;
|
|
434
434
|
MJ_AIPromptModels_VendorIDArray: AIPromptModel_[];
|
|
435
435
|
AIResultCache_VendorIDArray: AIResultCache_[];
|
|
436
|
-
MJ_AIModelCosts_VendorIDArray: AIModelCost_[];
|
|
437
436
|
MJ_AIModelVendors_VendorIDArray: AIModelVendor_[];
|
|
438
437
|
MJ_AIPromptRuns_VendorIDArray: AIPromptRun_[];
|
|
439
438
|
MJ_AIVendorTypes_VendorIDArray: AIVendorType_[];
|
|
439
|
+
MJ_AIModelCosts_VendorIDArray: AIModelCost_[];
|
|
440
440
|
}
|
|
441
441
|
export declare class CreateAIVendorInput {
|
|
442
442
|
ID?: string;
|
|
@@ -465,10 +465,10 @@ export declare class AIVendorResolver extends ResolverBase {
|
|
|
465
465
|
AIVendor(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<AIVendor_ | null>;
|
|
466
466
|
MJ_AIPromptModels_VendorIDArray(aivendor_: AIVendor_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
467
467
|
AIResultCache_VendorIDArray(aivendor_: AIVendor_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
468
|
-
MJ_AIModelCosts_VendorIDArray(aivendor_: AIVendor_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
469
468
|
MJ_AIModelVendors_VendorIDArray(aivendor_: AIVendor_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
470
469
|
MJ_AIPromptRuns_VendorIDArray(aivendor_: AIVendor_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
471
470
|
MJ_AIVendorTypes_VendorIDArray(aivendor_: AIVendor_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
471
|
+
MJ_AIModelCosts_VendorIDArray(aivendor_: AIVendor_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
472
472
|
CreateAIVendor(input: CreateAIVendorInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
473
473
|
UpdateAIVendor(input: UpdateAIVendorInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
474
474
|
DeleteAIVendor(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -487,9 +487,9 @@ export declare class AIConfiguration_ {
|
|
|
487
487
|
DefaultPromptForContextSummarization?: string;
|
|
488
488
|
MJ_AIConfigurationParams_ConfigurationIDArray: AIConfigurationParam_[];
|
|
489
489
|
MJ_AIAgentPrompts_ConfigurationIDArray: AIAgentPrompt_[];
|
|
490
|
+
MJ_AIPromptRuns_ConfigurationIDArray: AIPromptRun_[];
|
|
490
491
|
MJ_AIPromptModels_ConfigurationIDArray: AIPromptModel_[];
|
|
491
492
|
AIResultCache_ConfigurationIDArray: AIResultCache_[];
|
|
492
|
-
MJ_AIPromptRuns_ConfigurationIDArray: AIPromptRun_[];
|
|
493
493
|
}
|
|
494
494
|
export declare class CreateAIConfigurationInput {
|
|
495
495
|
ID?: string;
|
|
@@ -526,9 +526,9 @@ export declare class AIConfigurationResolver extends ResolverBase {
|
|
|
526
526
|
AIConfiguration(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<AIConfiguration_ | null>;
|
|
527
527
|
MJ_AIConfigurationParams_ConfigurationIDArray(aiconfiguration_: AIConfiguration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
528
528
|
MJ_AIAgentPrompts_ConfigurationIDArray(aiconfiguration_: AIConfiguration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
529
|
+
MJ_AIPromptRuns_ConfigurationIDArray(aiconfiguration_: AIConfiguration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
529
530
|
MJ_AIPromptModels_ConfigurationIDArray(aiconfiguration_: AIConfiguration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
530
531
|
AIResultCache_ConfigurationIDArray(aiconfiguration_: AIConfiguration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
531
|
-
MJ_AIPromptRuns_ConfigurationIDArray(aiconfiguration_: AIConfiguration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
532
532
|
CreateAIConfiguration(input: CreateAIConfigurationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
533
533
|
UpdateAIConfiguration(input: UpdateAIConfigurationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
534
534
|
DeleteAIConfiguration(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -572,15 +572,15 @@ export declare class AIAgent_ {
|
|
|
572
572
|
Parent?: string;
|
|
573
573
|
ContextCompressionPrompt?: string;
|
|
574
574
|
Type?: string;
|
|
575
|
-
AIAgentRequests_AgentIDArray: AIAgentRequest_[];
|
|
576
|
-
AIAgentLearningCycles_AgentIDArray: AIAgentLearningCycle_[];
|
|
577
575
|
AIAgentModels_AgentIDArray: AIAgentModel_[];
|
|
578
576
|
AIAgentActions_AgentIDArray: AIAgentAction_[];
|
|
577
|
+
AIAgentLearningCycles_AgentIDArray: AIAgentLearningCycle_[];
|
|
578
|
+
AIAgentRequests_AgentIDArray: AIAgentRequest_[];
|
|
579
579
|
MJ_AIAgentSteps_AgentIDArray: AIAgentStep_[];
|
|
580
|
-
|
|
580
|
+
AIAgentNotes_AgentIDArray: AIAgentNote_[];
|
|
581
581
|
MJ_AIAgentPrompts_AgentIDArray: AIAgentPrompt_[];
|
|
582
582
|
MJ_AIAgentRuns_AgentIDArray: AIAgentRun_[];
|
|
583
|
-
|
|
583
|
+
MJ_AIAgentSteps_SubAgentIDArray: AIAgentStep_[];
|
|
584
584
|
AIResultCache_AgentIDArray: AIResultCache_[];
|
|
585
585
|
MJ_AIPromptRuns_AgentIDArray: AIPromptRun_[];
|
|
586
586
|
AIAgents_ParentIDArray: AIAgent_[];
|
|
@@ -670,15 +670,15 @@ export declare class AIAgentResolver extends ResolverBase {
|
|
|
670
670
|
RunAIAgentViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
671
671
|
RunAIAgentDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
672
672
|
AIAgent(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<AIAgent_ | null>;
|
|
673
|
-
AIAgentRequests_AgentIDArray(aiagent_: AIAgent_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
674
|
-
AIAgentLearningCycles_AgentIDArray(aiagent_: AIAgent_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
675
673
|
AIAgentModels_AgentIDArray(aiagent_: AIAgent_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
676
674
|
AIAgentActions_AgentIDArray(aiagent_: AIAgent_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
675
|
+
AIAgentLearningCycles_AgentIDArray(aiagent_: AIAgent_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
676
|
+
AIAgentRequests_AgentIDArray(aiagent_: AIAgent_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
677
677
|
MJ_AIAgentSteps_AgentIDArray(aiagent_: AIAgent_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
678
|
-
|
|
678
|
+
AIAgentNotes_AgentIDArray(aiagent_: AIAgent_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
679
679
|
MJ_AIAgentPrompts_AgentIDArray(aiagent_: AIAgent_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
680
680
|
MJ_AIAgentRuns_AgentIDArray(aiagent_: AIAgent_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
681
|
-
|
|
681
|
+
MJ_AIAgentSteps_SubAgentIDArray(aiagent_: AIAgent_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
682
682
|
AIResultCache_AgentIDArray(aiagent_: AIAgent_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
683
683
|
MJ_AIPromptRuns_AgentIDArray(aiagent_: AIAgent_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
684
684
|
AIAgents_ParentIDArray(aiagent_: AIAgent_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -1165,13 +1165,13 @@ export declare class AIPrompt_ {
|
|
|
1165
1165
|
AIModelType?: string;
|
|
1166
1166
|
ResultSelectorPrompt?: string;
|
|
1167
1167
|
AIResultCache_AIPromptIDArray: AIResultCache_[];
|
|
1168
|
-
MJ_AIAgentTypes_SystemPromptIDArray: AIAgentType_[];
|
|
1169
1168
|
MJ_AIConfigurations_DefaultPromptForContextCompressionIDArray: AIConfiguration_[];
|
|
1169
|
+
MJ_AIAgentTypes_SystemPromptIDArray: AIAgentType_[];
|
|
1170
1170
|
MJ_AIConfigurations_DefaultPromptForContextSummarizationIDArray: AIConfiguration_[];
|
|
1171
1171
|
AIPrompts_ResultSelectorPromptIDArray: AIPrompt_[];
|
|
1172
|
+
MJ_AIAgentPrompts_PromptIDArray: AIAgentPrompt_[];
|
|
1172
1173
|
MJ_AIPromptModels_PromptIDArray: AIPromptModel_[];
|
|
1173
1174
|
MJ_AIAgentSteps_PromptIDArray: AIAgentStep_[];
|
|
1174
|
-
MJ_AIAgentPrompts_PromptIDArray: AIAgentPrompt_[];
|
|
1175
1175
|
MJ_AIPromptRuns_PromptIDArray: AIPromptRun_[];
|
|
1176
1176
|
AIAgents_ContextCompressionPromptIDArray: AIAgent_[];
|
|
1177
1177
|
}
|
|
@@ -1291,13 +1291,13 @@ export declare class AIPromptResolver extends ResolverBase {
|
|
|
1291
1291
|
RunAIPromptDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1292
1292
|
AIPrompt(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<AIPrompt_ | null>;
|
|
1293
1293
|
AIResultCache_AIPromptIDArray(aiprompt_: AIPrompt_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1294
|
-
MJ_AIAgentTypes_SystemPromptIDArray(aiprompt_: AIPrompt_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1295
1294
|
MJ_AIConfigurations_DefaultPromptForContextCompressionIDArray(aiprompt_: AIPrompt_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1295
|
+
MJ_AIAgentTypes_SystemPromptIDArray(aiprompt_: AIPrompt_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1296
1296
|
MJ_AIConfigurations_DefaultPromptForContextSummarizationIDArray(aiprompt_: AIPrompt_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1297
1297
|
AIPrompts_ResultSelectorPromptIDArray(aiprompt_: AIPrompt_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1298
|
+
MJ_AIAgentPrompts_PromptIDArray(aiprompt_: AIPrompt_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1298
1299
|
MJ_AIPromptModels_PromptIDArray(aiprompt_: AIPrompt_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1299
1300
|
MJ_AIAgentSteps_PromptIDArray(aiprompt_: AIPrompt_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1300
|
-
MJ_AIAgentPrompts_PromptIDArray(aiprompt_: AIPrompt_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1301
1301
|
MJ_AIPromptRuns_PromptIDArray(aiprompt_: AIPrompt_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1302
1302
|
AIAgents_ContextCompressionPromptIDArray(aiprompt_: AIPrompt_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1303
1303
|
CreateAIPrompt(input: CreateAIPromptInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -1466,9 +1466,9 @@ export declare class Company_ {
|
|
|
1466
1466
|
Domain?: string;
|
|
1467
1467
|
_mj__CreatedAt: Date;
|
|
1468
1468
|
_mj__UpdatedAt: Date;
|
|
1469
|
-
Workflows_CompanyNameArray: Workflow_[];
|
|
1470
|
-
CompanyIntegrations_CompanyNameArray: CompanyIntegration_[];
|
|
1471
1469
|
Employees_CompanyIDArray: Employee_[];
|
|
1470
|
+
CompanyIntegrations_CompanyNameArray: CompanyIntegration_[];
|
|
1471
|
+
Workflows_CompanyNameArray: Workflow_[];
|
|
1472
1472
|
}
|
|
1473
1473
|
export declare class CreateCompanyInput {
|
|
1474
1474
|
ID?: string;
|
|
@@ -1502,9 +1502,9 @@ export declare class CompanyResolver extends ResolverBase {
|
|
|
1502
1502
|
RunCompanyDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1503
1503
|
Company(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<Company_ | null>;
|
|
1504
1504
|
AllCompanies({ dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1505
|
-
Workflows_CompanyNameArray(company_: Company_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1506
|
-
CompanyIntegrations_CompanyNameArray(company_: Company_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1507
1505
|
Employees_CompanyIDArray(company_: Company_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1506
|
+
CompanyIntegrations_CompanyNameArray(company_: Company_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1507
|
+
Workflows_CompanyNameArray(company_: Company_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1508
1508
|
CreateCompany(input: CreateCompanyInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1509
1509
|
UpdateCompany(input: UpdateCompanyInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1510
1510
|
DeleteCompany(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -1527,11 +1527,11 @@ export declare class Employee_ {
|
|
|
1527
1527
|
SupervisorFirstName?: string;
|
|
1528
1528
|
SupervisorLastName?: string;
|
|
1529
1529
|
SupervisorEmail?: string;
|
|
1530
|
-
Users_EmployeeIDArray: User_[];
|
|
1531
|
-
EmployeeSkills_EmployeeIDArray: EmployeeSkill_[];
|
|
1532
|
-
EmployeeCompanyIntegrations_EmployeeIDArray: EmployeeCompanyIntegration_[];
|
|
1533
1530
|
Employees_SupervisorIDArray: Employee_[];
|
|
1531
|
+
EmployeeCompanyIntegrations_EmployeeIDArray: EmployeeCompanyIntegration_[];
|
|
1534
1532
|
EmployeeRoles_EmployeeIDArray: EmployeeRole_[];
|
|
1533
|
+
EmployeeSkills_EmployeeIDArray: EmployeeSkill_[];
|
|
1534
|
+
Users_EmployeeIDArray: User_[];
|
|
1535
1535
|
}
|
|
1536
1536
|
export declare class CreateEmployeeInput {
|
|
1537
1537
|
ID?: string;
|
|
@@ -1571,11 +1571,11 @@ export declare class EmployeeResolver extends ResolverBase {
|
|
|
1571
1571
|
RunEmployeeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1572
1572
|
Employee(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<Employee_ | null>;
|
|
1573
1573
|
AllEmployees({ dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1574
|
-
Users_EmployeeIDArray(employee_: Employee_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1575
|
-
EmployeeSkills_EmployeeIDArray(employee_: Employee_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1576
|
-
EmployeeCompanyIntegrations_EmployeeIDArray(employee_: Employee_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1577
1574
|
Employees_SupervisorIDArray(employee_: Employee_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1575
|
+
EmployeeCompanyIntegrations_EmployeeIDArray(employee_: Employee_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1578
1576
|
EmployeeRoles_EmployeeIDArray(employee_: Employee_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1577
|
+
EmployeeSkills_EmployeeIDArray(employee_: Employee_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1578
|
+
Users_EmployeeIDArray(employee_: Employee_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1579
1579
|
CreateEmployee(input: CreateEmployeeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1580
1580
|
UpdateEmployee(input: UpdateEmployeeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1581
1581
|
DeleteEmployee(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -1747,11 +1747,11 @@ export declare class Role_ {
|
|
|
1747
1747
|
SQLName?: string;
|
|
1748
1748
|
_mj__CreatedAt: Date;
|
|
1749
1749
|
_mj__UpdatedAt: Date;
|
|
1750
|
+
EmployeeRoles_RoleIDArray: EmployeeRole_[];
|
|
1751
|
+
EntityPermissions_RoleNameArray: EntityPermission_[];
|
|
1750
1752
|
UserRoles_RoleNameArray: UserRole_[];
|
|
1751
1753
|
AuthorizationRoles_RoleNameArray: AuthorizationRole_[];
|
|
1752
|
-
EntityPermissions_RoleNameArray: EntityPermission_[];
|
|
1753
1754
|
QueryPermissions_RoleNameArray: QueryPermission_[];
|
|
1754
|
-
EmployeeRoles_RoleIDArray: EmployeeRole_[];
|
|
1755
1755
|
ResourcePermissions_RoleIDArray: ResourcePermission_[];
|
|
1756
1756
|
}
|
|
1757
1757
|
export declare class CreateRoleInput {
|
|
@@ -1784,11 +1784,11 @@ export declare class RoleResolver extends ResolverBase {
|
|
|
1784
1784
|
RunRoleDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1785
1785
|
Role(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<Role_ | null>;
|
|
1786
1786
|
AllRoles({ dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1787
|
+
EmployeeRoles_RoleIDArray(role_: Role_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1788
|
+
EntityPermissions_RoleNameArray(role_: Role_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1787
1789
|
UserRoles_RoleNameArray(role_: Role_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1788
1790
|
AuthorizationRoles_RoleNameArray(role_: Role_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1789
|
-
EntityPermissions_RoleNameArray(role_: Role_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1790
1791
|
QueryPermissions_RoleNameArray(role_: Role_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1791
|
-
EmployeeRoles_RoleIDArray(role_: Role_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1792
1792
|
ResourcePermissions_RoleIDArray(role_: Role_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
1793
1793
|
CreateRole(input: CreateRoleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1794
1794
|
UpdateRole(input: UpdateRoleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -1964,10 +1964,10 @@ export declare class CompanyIntegration_ {
|
|
|
1964
1964
|
LastRunID?: string;
|
|
1965
1965
|
LastRunStartedAt?: Date;
|
|
1966
1966
|
LastRunEndedAt?: Date;
|
|
1967
|
-
CompanyIntegrationRecordMaps_CompanyIntegrationIDArray: CompanyIntegrationRecordMap_[];
|
|
1968
1967
|
Lists_CompanyIntegrationIDArray: List_[];
|
|
1969
|
-
CompanyIntegrationRuns_CompanyIntegrationIDArray: CompanyIntegrationRun_[];
|
|
1970
1968
|
EmployeeCompanyIntegrations_CompanyIntegrationIDArray: EmployeeCompanyIntegration_[];
|
|
1969
|
+
CompanyIntegrationRuns_CompanyIntegrationIDArray: CompanyIntegrationRun_[];
|
|
1970
|
+
CompanyIntegrationRecordMaps_CompanyIntegrationIDArray: CompanyIntegrationRecordMap_[];
|
|
1971
1971
|
}
|
|
1972
1972
|
export declare class CreateCompanyIntegrationInput {
|
|
1973
1973
|
ID?: string;
|
|
@@ -2016,10 +2016,10 @@ export declare class CompanyIntegrationResolver extends ResolverBase {
|
|
|
2016
2016
|
RunCompanyIntegrationViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2017
2017
|
RunCompanyIntegrationDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2018
2018
|
CompanyIntegration(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<CompanyIntegration_ | null>;
|
|
2019
|
-
CompanyIntegrationRecordMaps_CompanyIntegrationIDArray(companyintegration_: CompanyIntegration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2020
2019
|
Lists_CompanyIntegrationIDArray(companyintegration_: CompanyIntegration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2021
|
-
CompanyIntegrationRuns_CompanyIntegrationIDArray(companyintegration_: CompanyIntegration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2022
2020
|
EmployeeCompanyIntegrations_CompanyIntegrationIDArray(companyintegration_: CompanyIntegration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2021
|
+
CompanyIntegrationRuns_CompanyIntegrationIDArray(companyintegration_: CompanyIntegration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2022
|
+
CompanyIntegrationRecordMaps_CompanyIntegrationIDArray(companyintegration_: CompanyIntegration_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2023
2023
|
CreateCompanyIntegration(input: CreateCompanyIntegrationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2024
2024
|
UpdateCompanyIntegration(input: UpdateCompanyIntegrationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2025
2025
|
DeleteCompanyIntegration(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -2234,41 +2234,41 @@ export declare class Entity_ {
|
|
|
2234
2234
|
ParentEntity?: string;
|
|
2235
2235
|
ParentBaseTable?: string;
|
|
2236
2236
|
ParentBaseView?: string;
|
|
2237
|
+
EntityPermissions_EntityIDArray: EntityPermission_[];
|
|
2238
|
+
EntityRelationships_EntityIDArray: EntityRelationship_[];
|
|
2239
|
+
EntityFields_EntityIDArray: EntityField_[];
|
|
2240
|
+
EntityAIActions_EntityIDArray: EntityAIAction_[];
|
|
2241
|
+
UserRecordLogs_EntityIDArray: UserRecordLog_[];
|
|
2242
|
+
IntegrationURLFormats_EntityIDArray: IntegrationURLFormat_[];
|
|
2243
|
+
Entities_ParentIDArray: Entity_[];
|
|
2244
|
+
UserFavorites_EntityIDArray: UserFavorite_[];
|
|
2245
|
+
CompanyIntegrationRunDetails_EntityIDArray: CompanyIntegrationRunDetail_[];
|
|
2246
|
+
ApplicationEntities_EntityIDArray: ApplicationEntity_[];
|
|
2247
|
+
UserApplicationEntities_EntityIDArray: UserApplicationEntity_[];
|
|
2248
|
+
Lists_EntityIDArray: List_[];
|
|
2249
|
+
UserViews_EntityIDArray: UserView_[];
|
|
2250
|
+
RecordChanges_EntityIDArray: RecordChange_[];
|
|
2237
2251
|
AuditLogs_EntityIDArray: AuditLog_[];
|
|
2238
|
-
|
|
2252
|
+
ResourceTypes_EntityIDArray: ResourceType_[];
|
|
2253
|
+
TaggedItems_EntityIDArray: TaggedItem_[];
|
|
2239
2254
|
DatasetItems_EntityIDArray: DatasetItem_[];
|
|
2240
|
-
Users_LinkedEntityIDArray: User_[];
|
|
2241
2255
|
CompanyIntegrationRecordMaps_EntityIDArray: CompanyIntegrationRecordMap_[];
|
|
2242
|
-
Entities_ParentIDArray: Entity_[];
|
|
2243
|
-
UserViewCategories_EntityIDArray: UserViewCategory_[];
|
|
2244
|
-
EntityAIActions_EntityIDArray: EntityAIAction_[];
|
|
2245
|
-
EntityActions_EntityIDArray: EntityAction_[];
|
|
2246
|
-
Conversations_LinkedEntityIDArray: Conversation_[];
|
|
2247
|
-
DuplicateRuns_EntityIDArray: DuplicateRun_[];
|
|
2248
|
-
TaggedItems_EntityIDArray: TaggedItem_[];
|
|
2249
2256
|
RecordMergeLogs_EntityIDArray: RecordMergeLog_[];
|
|
2250
|
-
UserApplicationEntities_EntityIDArray: UserApplicationEntity_[];
|
|
2251
2257
|
QueryFields_SourceEntityIDArray: QueryField_[];
|
|
2252
|
-
|
|
2253
|
-
RecommendationItems_DestinationEntityIDArray: RecommendationItem_[];
|
|
2254
|
-
EntityPermissions_EntityIDArray: EntityPermission_[];
|
|
2255
|
-
Lists_EntityIDArray: List_[];
|
|
2256
|
-
UserRecordLogs_EntityIDArray: UserRecordLog_[];
|
|
2258
|
+
Conversations_LinkedEntityIDArray: Conversation_[];
|
|
2257
2259
|
EntityDocuments_EntityIDArray: EntityDocument_[];
|
|
2258
|
-
|
|
2260
|
+
DataContextItems_EntityIDArray: DataContextItem_[];
|
|
2261
|
+
Users_LinkedEntityIDArray: User_[];
|
|
2262
|
+
EntityRecordDocuments_EntityIDArray: EntityRecordDocument_[];
|
|
2259
2263
|
FileEntityRecordLinks_EntityIDArray: FileEntityRecordLink_[];
|
|
2264
|
+
UserViewCategories_EntityIDArray: UserViewCategory_[];
|
|
2260
2265
|
EntitySettings_EntityIDArray: EntitySetting_[];
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
UserFavorites_EntityIDArray: UserFavorite_[];
|
|
2266
|
+
DuplicateRuns_EntityIDArray: DuplicateRun_[];
|
|
2267
|
+
EntityActions_EntityIDArray: EntityAction_[];
|
|
2268
|
+
TemplateParams_EntityIDArray: TemplateParam_[];
|
|
2269
|
+
Recommendations_SourceEntityIDArray: Recommendation_[];
|
|
2270
|
+
RecommendationItems_DestinationEntityIDArray: RecommendationItem_[];
|
|
2267
2271
|
EntityCommunicationMessageTypes_EntityIDArray: EntityCommunicationMessageType_[];
|
|
2268
|
-
EntityRecordDocuments_EntityIDArray: EntityRecordDocument_[];
|
|
2269
|
-
RecordChanges_EntityIDArray: RecordChange_[];
|
|
2270
|
-
ApplicationEntities_EntityIDArray: ApplicationEntity_[];
|
|
2271
|
-
ResourceTypes_EntityIDArray: ResourceType_[];
|
|
2272
2272
|
QueryEntities_EntityIDArray: QueryEntity_[];
|
|
2273
2273
|
GeneratedCodes_LinkedEntityIDArray: GeneratedCode_[];
|
|
2274
2274
|
}
|
|
@@ -2396,41 +2396,41 @@ export declare class EntityResolverBase extends ResolverBase {
|
|
|
2396
2396
|
RunEntityDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2397
2397
|
Entity(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<Entity_ | null>;
|
|
2398
2398
|
AllEntities({ dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2399
|
+
EntityPermissions_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2400
|
+
EntityRelationships_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2401
|
+
EntityFields_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2402
|
+
EntityAIActions_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2403
|
+
UserRecordLogs_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2404
|
+
IntegrationURLFormats_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2405
|
+
Entities_ParentIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2406
|
+
UserFavorites_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2407
|
+
CompanyIntegrationRunDetails_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2408
|
+
ApplicationEntities_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2409
|
+
UserApplicationEntities_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2410
|
+
Lists_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2411
|
+
UserViews_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2412
|
+
RecordChanges_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2399
2413
|
AuditLogs_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2400
|
-
|
|
2414
|
+
ResourceTypes_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2415
|
+
TaggedItems_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2401
2416
|
DatasetItems_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2402
|
-
Users_LinkedEntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2403
2417
|
CompanyIntegrationRecordMaps_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2404
|
-
Entities_ParentIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2405
|
-
UserViewCategories_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2406
|
-
EntityAIActions_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2407
|
-
EntityActions_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2408
|
-
Conversations_LinkedEntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2409
|
-
DuplicateRuns_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2410
|
-
TaggedItems_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2411
2418
|
RecordMergeLogs_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2412
|
-
UserApplicationEntities_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2413
2419
|
QueryFields_SourceEntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2414
|
-
|
|
2415
|
-
RecommendationItems_DestinationEntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2416
|
-
EntityPermissions_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2417
|
-
Lists_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2418
|
-
UserRecordLogs_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2420
|
+
Conversations_LinkedEntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2419
2421
|
EntityDocuments_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2420
|
-
|
|
2422
|
+
DataContextItems_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2423
|
+
Users_LinkedEntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2424
|
+
EntityRecordDocuments_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2421
2425
|
FileEntityRecordLinks_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2426
|
+
UserViewCategories_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2422
2427
|
EntitySettings_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
UserFavorites_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2428
|
+
DuplicateRuns_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2429
|
+
EntityActions_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2430
|
+
TemplateParams_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2431
|
+
Recommendations_SourceEntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2432
|
+
RecommendationItems_DestinationEntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2429
2433
|
EntityCommunicationMessageTypes_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2430
|
-
EntityRecordDocuments_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2431
|
-
RecordChanges_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2432
|
-
ApplicationEntities_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2433
|
-
ResourceTypes_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2434
2434
|
QueryEntities_EntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2435
2435
|
GeneratedCodes_LinkedEntityIDArray(entity_: Entity_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2436
2436
|
CreateEntity(input: CreateEntityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -2458,43 +2458,43 @@ export declare class User_ {
|
|
|
2458
2458
|
EmployeeTitle?: string;
|
|
2459
2459
|
EmployeeSupervisor?: string;
|
|
2460
2460
|
EmployeeSupervisorEmail?: string;
|
|
2461
|
-
RecommendationRuns_RunByUserIDArray: RecommendationRun_[];
|
|
2462
2461
|
UserApplications_UserIDArray: UserApplication_[];
|
|
2463
|
-
Dashboards_UserIDArray: Dashboard_[];
|
|
2464
|
-
RecordChanges_UserIDArray: RecordChange_[];
|
|
2465
|
-
Reports_UserIDArray: Report_[];
|
|
2466
|
-
DashboardCategories_UserIDArray: DashboardCategory_[];
|
|
2467
|
-
Actions_CodeApprovedByUserIDArray: Action_[];
|
|
2468
|
-
QueryCategories_UserIDArray: QueryCategory_[];
|
|
2469
|
-
UserViewCategories_UserIDArray: UserViewCategory_[];
|
|
2470
|
-
DataContexts_UserIDArray: DataContext_[];
|
|
2471
|
-
RecordMergeLogs_InitiatedByUserIDArray: RecordMergeLog_[];
|
|
2472
|
-
CompanyIntegrationRuns_RunByUserIDArray: CompanyIntegrationRun_[];
|
|
2473
|
-
ReportCategories_UserIDArray: ReportCategory_[];
|
|
2474
|
-
RecordChangeReplayRuns_UserIDArray: RecordChangeReplayRun_[];
|
|
2475
2462
|
UserRoles_UserIDArray: UserRole_[];
|
|
2476
|
-
UserViewRuns_RunByUserIDArray: UserViewRun_[];
|
|
2477
2463
|
Workspaces_UserIDArray: Workspace_[];
|
|
2478
|
-
|
|
2479
|
-
Lists_UserIDArray: List_[];
|
|
2480
|
-
CommunicationRuns_UserIDArray: CommunicationRun_[];
|
|
2481
|
-
ActionExecutionLogs_UserIDArray: ActionExecutionLog_[];
|
|
2482
|
-
AuditLogs_UserIDArray: AuditLog_[];
|
|
2464
|
+
Reports_UserIDArray: Report_[];
|
|
2483
2465
|
ReportSnapshots_UserIDArray: ReportSnapshot_[];
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2466
|
+
RecordChanges_UserIDArray: RecordChange_[];
|
|
2467
|
+
Dashboards_UserIDArray: Dashboard_[];
|
|
2468
|
+
UserViewRuns_RunByUserIDArray: UserViewRun_[];
|
|
2469
|
+
AuditLogs_UserIDArray: AuditLog_[];
|
|
2470
|
+
Lists_UserIDArray: List_[];
|
|
2471
|
+
UserFavorites_UserIDArray: UserFavorite_[];
|
|
2487
2472
|
UserRecordLogs_UserIDArray: UserRecordLog_[];
|
|
2473
|
+
UserViews_UserIDArray: UserView_[];
|
|
2474
|
+
CompanyIntegrationRuns_RunByUserIDArray: CompanyIntegrationRun_[];
|
|
2488
2475
|
UserNotifications_UserIDArray: UserNotification_[];
|
|
2476
|
+
Conversations_UserIDArray: Conversation_[];
|
|
2477
|
+
RecordMergeLogs_InitiatedByUserIDArray: RecordMergeLog_[];
|
|
2478
|
+
DataContexts_UserIDArray: DataContext_[];
|
|
2479
|
+
ReportCategories_UserIDArray: ReportCategory_[];
|
|
2480
|
+
UserViewCategories_UserIDArray: UserViewCategory_[];
|
|
2481
|
+
DashboardCategories_UserIDArray: DashboardCategory_[];
|
|
2482
|
+
QueryCategories_UserIDArray: QueryCategory_[];
|
|
2483
|
+
DuplicateRuns_StartedByUserIDArray: DuplicateRun_[];
|
|
2484
|
+
ActionExecutionLogs_UserIDArray: ActionExecutionLog_[];
|
|
2485
|
+
Actions_CodeApprovedByUserIDArray: Action_[];
|
|
2486
|
+
CommunicationRuns_UserIDArray: CommunicationRun_[];
|
|
2489
2487
|
Templates_UserIDArray: Template_[];
|
|
2490
|
-
|
|
2491
|
-
|
|
2488
|
+
TemplateCategories_UserIDArray: TemplateCategory_[];
|
|
2489
|
+
RecommendationRuns_RunByUserIDArray: RecommendationRun_[];
|
|
2490
|
+
RecordChangeReplayRuns_UserIDArray: RecordChangeReplayRun_[];
|
|
2492
2491
|
ListCategories_UserIDArray: ListCategory_[];
|
|
2493
2492
|
ScheduledActions_CreatedByUserIDArray: ScheduledAction_[];
|
|
2493
|
+
ResourceLinks_UserIDArray: ResourceLink_[];
|
|
2494
2494
|
AIAgentRequests_ResponseByUserIDArray: AIAgentRequest_[];
|
|
2495
|
-
MJ_DashboardUserPreferences_UserIDArray: DashboardUserPreference_[];
|
|
2496
|
-
MJ_ReportUserStates_UserIDArray: ReportUserState_[];
|
|
2497
2495
|
AIAgentNotes_UserIDArray: AIAgentNote_[];
|
|
2496
|
+
MJ_ReportUserStates_UserIDArray: ReportUserState_[];
|
|
2497
|
+
MJ_DashboardUserPreferences_UserIDArray: DashboardUserPreference_[];
|
|
2498
2498
|
MJ_DashboardUserStates_UserIDArray: DashboardUserState_[];
|
|
2499
2499
|
ResourcePermissions_UserIDArray: ResourcePermission_[];
|
|
2500
2500
|
AIAgentRequests_RequestForUserIDArray: AIAgentRequest_[];
|
|
@@ -2545,43 +2545,43 @@ export declare class UserResolverBase extends ResolverBase {
|
|
|
2545
2545
|
RunUserDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2546
2546
|
User(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<User_ | null>;
|
|
2547
2547
|
AllUsers({ dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2548
|
-
RecommendationRuns_RunByUserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2549
2548
|
UserApplications_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2550
|
-
Dashboards_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2551
|
-
RecordChanges_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2552
|
-
Reports_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2553
|
-
DashboardCategories_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2554
|
-
Actions_CodeApprovedByUserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2555
|
-
QueryCategories_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2556
|
-
UserViewCategories_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2557
|
-
DataContexts_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2558
|
-
RecordMergeLogs_InitiatedByUserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2559
|
-
CompanyIntegrationRuns_RunByUserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2560
|
-
ReportCategories_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2561
|
-
RecordChangeReplayRuns_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2562
2549
|
UserRoles_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2563
|
-
UserViewRuns_RunByUserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2564
2550
|
Workspaces_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2565
|
-
|
|
2566
|
-
Lists_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2567
|
-
CommunicationRuns_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2568
|
-
ActionExecutionLogs_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2569
|
-
AuditLogs_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2551
|
+
Reports_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2570
2552
|
ReportSnapshots_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2553
|
+
RecordChanges_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2554
|
+
Dashboards_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2555
|
+
UserViewRuns_RunByUserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2556
|
+
AuditLogs_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2557
|
+
Lists_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2558
|
+
UserFavorites_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2574
2559
|
UserRecordLogs_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2560
|
+
UserViews_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2561
|
+
CompanyIntegrationRuns_RunByUserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2575
2562
|
UserNotifications_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2563
|
+
Conversations_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2564
|
+
RecordMergeLogs_InitiatedByUserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2565
|
+
DataContexts_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2566
|
+
ReportCategories_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2567
|
+
UserViewCategories_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2568
|
+
DashboardCategories_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2569
|
+
QueryCategories_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2570
|
+
DuplicateRuns_StartedByUserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2571
|
+
ActionExecutionLogs_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2572
|
+
Actions_CodeApprovedByUserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2573
|
+
CommunicationRuns_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2576
2574
|
Templates_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2577
|
-
|
|
2578
|
-
|
|
2575
|
+
TemplateCategories_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2576
|
+
RecommendationRuns_RunByUserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2577
|
+
RecordChangeReplayRuns_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2579
2578
|
ListCategories_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2580
2579
|
ScheduledActions_CreatedByUserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2580
|
+
ResourceLinks_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2581
2581
|
AIAgentRequests_ResponseByUserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2582
|
-
MJ_DashboardUserPreferences_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2583
|
-
MJ_ReportUserStates_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2584
2582
|
AIAgentNotes_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2583
|
+
MJ_ReportUserStates_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2584
|
+
MJ_DashboardUserPreferences_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2585
2585
|
MJ_DashboardUserStates_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2586
2586
|
ResourcePermissions_UserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2587
2587
|
AIAgentRequests_RequestForUserIDArray(user_: User_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -2772,9 +2772,9 @@ export declare class UserView_ {
|
|
|
2772
2772
|
UserType: string;
|
|
2773
2773
|
Entity: string;
|
|
2774
2774
|
EntityBaseView: string;
|
|
2775
|
-
DataContextItems_ViewIDArray: DataContextItem_[];
|
|
2776
|
-
UserViewRuns_UserViewIDArray: UserViewRun_[];
|
|
2777
2775
|
EntityRelationships_DisplayUserViewGUIDArray: EntityRelationship_[];
|
|
2776
|
+
UserViewRuns_UserViewIDArray: UserViewRun_[];
|
|
2777
|
+
DataContextItems_ViewIDArray: DataContextItem_[];
|
|
2778
2778
|
}
|
|
2779
2779
|
export declare class CreateUserViewInput {
|
|
2780
2780
|
ID?: string;
|
|
@@ -2834,9 +2834,9 @@ export declare class UserViewResolverBase extends ResolverBase {
|
|
|
2834
2834
|
RunUserViewDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2835
2835
|
UserView(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<UserView_ | null>;
|
|
2836
2836
|
AllUserViews({ dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2837
|
-
DataContextItems_ViewIDArray(userview_: UserView_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2838
|
-
UserViewRuns_UserViewIDArray(userview_: UserView_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2839
2837
|
EntityRelationships_DisplayUserViewGUIDArray(userview_: UserView_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2838
|
+
UserViewRuns_UserViewIDArray(userview_: UserView_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2839
|
+
DataContextItems_ViewIDArray(userview_: UserView_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2840
2840
|
CreateUserView(input: CreateUserViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2841
2841
|
UpdateUserView(input: UpdateUserViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2842
2842
|
DeleteUserView(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -2857,9 +2857,9 @@ export declare class CompanyIntegrationRun_ {
|
|
|
2857
2857
|
Integration: string;
|
|
2858
2858
|
Company: string;
|
|
2859
2859
|
RunByUser: string;
|
|
2860
|
+
CompanyIntegrationRunAPILogs_CompanyIntegrationRunIDArray: CompanyIntegrationRunAPILog_[];
|
|
2860
2861
|
ErrorLogs_CompanyIntegrationRunIDArray: ErrorLog_[];
|
|
2861
2862
|
CompanyIntegrationRunDetails_CompanyIntegrationRunIDArray: CompanyIntegrationRunDetail_[];
|
|
2862
|
-
CompanyIntegrationRunAPILogs_CompanyIntegrationRunIDArray: CompanyIntegrationRunAPILog_[];
|
|
2863
2863
|
}
|
|
2864
2864
|
export declare class CreateCompanyIntegrationRunInput {
|
|
2865
2865
|
ID?: string;
|
|
@@ -2900,9 +2900,9 @@ export declare class CompanyIntegrationRunResolver extends ResolverBase {
|
|
|
2900
2900
|
RunCompanyIntegrationRunViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2901
2901
|
RunCompanyIntegrationRunDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2902
2902
|
CompanyIntegrationRun(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<CompanyIntegrationRun_ | null>;
|
|
2903
|
+
CompanyIntegrationRunAPILogs_CompanyIntegrationRunIDArray(companyintegrationrun_: CompanyIntegrationRun_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2903
2904
|
ErrorLogs_CompanyIntegrationRunIDArray(companyintegrationrun_: CompanyIntegrationRun_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2904
2905
|
CompanyIntegrationRunDetails_CompanyIntegrationRunIDArray(companyintegrationrun_: CompanyIntegrationRun_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2905
|
-
CompanyIntegrationRunAPILogs_CompanyIntegrationRunIDArray(companyintegrationrun_: CompanyIntegrationRun_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2906
2906
|
CreateCompanyIntegrationRun(input: CreateCompanyIntegrationRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2907
2907
|
UpdateCompanyIntegrationRun(input: UpdateCompanyIntegrationRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2908
2908
|
DeleteCompanyIntegrationRun(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -3023,9 +3023,9 @@ export declare class Application_ {
|
|
|
3023
3023
|
_mj__CreatedAt: Date;
|
|
3024
3024
|
_mj__UpdatedAt: Date;
|
|
3025
3025
|
SchemaAutoAddNewEntities?: string;
|
|
3026
|
-
ApplicationSettings_ApplicationIDArray: ApplicationSetting_[];
|
|
3027
|
-
UserApplications_ApplicationIDArray: UserApplication_[];
|
|
3028
3026
|
ApplicationEntities_ApplicationIDArray: ApplicationEntity_[];
|
|
3027
|
+
UserApplications_ApplicationIDArray: UserApplication_[];
|
|
3028
|
+
ApplicationSettings_ApplicationIDArray: ApplicationSetting_[];
|
|
3029
3029
|
Dashboards_ApplicationIDArray: Dashboard_[];
|
|
3030
3030
|
MJ_DashboardUserPreferences_ApplicationIDArray: DashboardUserPreference_[];
|
|
3031
3031
|
}
|
|
@@ -3061,9 +3061,9 @@ export declare class ApplicationResolver extends ResolverBase {
|
|
|
3061
3061
|
RunApplicationDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3062
3062
|
Application(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<Application_ | null>;
|
|
3063
3063
|
AllApplications({ dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3064
|
-
ApplicationSettings_ApplicationIDArray(application_: Application_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3065
|
-
UserApplications_ApplicationIDArray(application_: Application_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3066
3064
|
ApplicationEntities_ApplicationIDArray(application_: Application_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3065
|
+
UserApplications_ApplicationIDArray(application_: Application_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3066
|
+
ApplicationSettings_ApplicationIDArray(application_: Application_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3067
3067
|
Dashboards_ApplicationIDArray(application_: Application_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3068
3068
|
MJ_DashboardUserPreferences_ApplicationIDArray(application_: Application_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3069
3069
|
CreateApplication(input: CreateApplicationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -3886,10 +3886,10 @@ export declare class Authorization_ {
|
|
|
3886
3886
|
_mj__UpdatedAt: Date;
|
|
3887
3887
|
Parent?: string;
|
|
3888
3888
|
AuthorizationRoles_AuthorizationIDArray: AuthorizationRole_[];
|
|
3889
|
-
ActionAuthorizations_AuthorizationIDArray: ActionAuthorization_[];
|
|
3890
3889
|
Authorizations_ParentIDArray: Authorization_[];
|
|
3891
|
-
AuditLogs_AuthorizationNameArray: AuditLog_[];
|
|
3892
3890
|
AuditLogTypes_AuthorizationNameArray: AuditLogType_[];
|
|
3891
|
+
AuditLogs_AuthorizationNameArray: AuditLog_[];
|
|
3892
|
+
ActionAuthorizations_AuthorizationIDArray: ActionAuthorization_[];
|
|
3893
3893
|
}
|
|
3894
3894
|
export declare class CreateAuthorizationInput {
|
|
3895
3895
|
ID?: string;
|
|
@@ -3924,10 +3924,10 @@ export declare class AuthorizationResolver extends ResolverBase {
|
|
|
3924
3924
|
Authorization(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<Authorization_ | null>;
|
|
3925
3925
|
AllAuthorizations({ dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3926
3926
|
AuthorizationRoles_AuthorizationIDArray(authorization_: Authorization_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3927
|
-
ActionAuthorizations_AuthorizationIDArray(authorization_: Authorization_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3928
3927
|
Authorizations_ParentIDArray(authorization_: Authorization_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3929
|
-
AuditLogs_AuthorizationNameArray(authorization_: Authorization_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3930
3928
|
AuditLogTypes_AuthorizationNameArray(authorization_: Authorization_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3929
|
+
AuditLogs_AuthorizationNameArray(authorization_: Authorization_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3930
|
+
ActionAuthorizations_AuthorizationIDArray(authorization_: Authorization_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3931
3931
|
CreateAuthorization(input: CreateAuthorizationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3932
3932
|
UpdateAuthorization(input: UpdateAuthorizationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3933
3933
|
DeleteAuthorization(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -3984,8 +3984,8 @@ export declare class AuditLogType_ {
|
|
|
3984
3984
|
_mj__UpdatedAt: Date;
|
|
3985
3985
|
Parent?: string;
|
|
3986
3986
|
Authorization?: string;
|
|
3987
|
-
AuditLogTypes_ParentIDArray: AuditLogType_[];
|
|
3988
3987
|
AuditLogs_AuditLogTypeNameArray: AuditLog_[];
|
|
3988
|
+
AuditLogTypes_ParentIDArray: AuditLogType_[];
|
|
3989
3989
|
}
|
|
3990
3990
|
export declare class CreateAuditLogTypeInput {
|
|
3991
3991
|
ID?: string;
|
|
@@ -4017,8 +4017,8 @@ export declare class AuditLogTypeResolver extends ResolverBase {
|
|
|
4017
4017
|
RunAuditLogTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
4018
4018
|
AuditLogType(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<AuditLogType_ | null>;
|
|
4019
4019
|
AllAuditLogTypes({ dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4020
|
-
AuditLogTypes_ParentIDArray(auditlogtype_: AuditLogType_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4021
4020
|
AuditLogs_AuditLogTypeNameArray(auditlogtype_: AuditLogType_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4021
|
+
AuditLogTypes_ParentIDArray(auditlogtype_: AuditLogType_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4022
4022
|
CreateAuditLogType(input: CreateAuditLogTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4023
4023
|
UpdateAuditLogType(input: UpdateAuditLogTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4024
4024
|
DeleteAuditLogType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -4093,16 +4093,16 @@ export declare class AIModel_ {
|
|
|
4093
4093
|
SupportedResponseFormats?: string;
|
|
4094
4094
|
SupportsEffortLevel?: boolean;
|
|
4095
4095
|
AIActions_DefaultModelIDArray: AIAction_[];
|
|
4096
|
-
EntityDocuments_AIModelIDArray: EntityDocument_[];
|
|
4097
4096
|
AIModelActions_AIModelIDArray: AIModelAction_[];
|
|
4098
4097
|
VectorIndexes_EmbeddingModelIDArray: VectorIndex_[];
|
|
4098
|
+
EntityDocuments_AIModelIDArray: EntityDocument_[];
|
|
4099
|
+
EntityAIActions_AIModelIDArray: EntityAIAction_[];
|
|
4099
4100
|
ContentTypes_AIModelIDArray: ContentType_[];
|
|
4100
4101
|
AIResultCache_AIModelIDArray: AIResultCache_[];
|
|
4101
|
-
EntityAIActions_AIModelIDArray: EntityAIAction_[];
|
|
4102
|
-
MJ_AIModelVendors_ModelIDArray: AIModelVendor_[];
|
|
4103
4102
|
AIAgentModels_ModelIDArray: AIAgentModel_[];
|
|
4104
|
-
|
|
4103
|
+
MJ_AIModelVendors_ModelIDArray: AIModelVendor_[];
|
|
4105
4104
|
GeneratedCodes_GeneratedByModelIDArray: GeneratedCode_[];
|
|
4105
|
+
MJ_AIModelCosts_ModelIDArray: AIModelCost_[];
|
|
4106
4106
|
MJ_AIPromptModels_ModelIDArray: AIPromptModel_[];
|
|
4107
4107
|
MJ_AIPromptRuns_ModelIDArray: AIPromptRun_[];
|
|
4108
4108
|
}
|
|
@@ -4145,16 +4145,16 @@ export declare class AIModelResolver extends ResolverBase {
|
|
|
4145
4145
|
AIModel(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<AIModel_ | null>;
|
|
4146
4146
|
AllAIModels({ dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4147
4147
|
AIActions_DefaultModelIDArray(aimodel_: AIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4148
|
-
EntityDocuments_AIModelIDArray(aimodel_: AIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4149
4148
|
AIModelActions_AIModelIDArray(aimodel_: AIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4150
4149
|
VectorIndexes_EmbeddingModelIDArray(aimodel_: AIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4150
|
+
EntityDocuments_AIModelIDArray(aimodel_: AIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4151
|
+
EntityAIActions_AIModelIDArray(aimodel_: AIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4151
4152
|
ContentTypes_AIModelIDArray(aimodel_: AIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4152
4153
|
AIResultCache_AIModelIDArray(aimodel_: AIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4153
|
-
EntityAIActions_AIModelIDArray(aimodel_: AIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4154
|
-
MJ_AIModelVendors_ModelIDArray(aimodel_: AIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4155
4154
|
AIAgentModels_ModelIDArray(aimodel_: AIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4156
|
-
|
|
4155
|
+
MJ_AIModelVendors_ModelIDArray(aimodel_: AIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4157
4156
|
GeneratedCodes_GeneratedByModelIDArray(aimodel_: AIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4157
|
+
MJ_AIModelCosts_ModelIDArray(aimodel_: AIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4158
4158
|
MJ_AIPromptModels_ModelIDArray(aimodel_: AIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4159
4159
|
MJ_AIPromptRuns_ModelIDArray(aimodel_: AIModel_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4160
4160
|
CreateAIModel(input: CreateAIModelInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -5748,8 +5748,8 @@ export declare class Query_ {
|
|
|
5748
5748
|
UsesTemplate?: boolean;
|
|
5749
5749
|
Category?: string;
|
|
5750
5750
|
QueryFields_QueryIDArray: QueryField_[];
|
|
5751
|
-
DataContextItems_QueryIDArray: DataContextItem_[];
|
|
5752
5751
|
QueryPermissions_QueryIDArray: QueryPermission_[];
|
|
5752
|
+
DataContextItems_QueryIDArray: DataContextItem_[];
|
|
5753
5753
|
MJ_QueryParameters_QueryIDArray: QueryParameter_[];
|
|
5754
5754
|
QueryEntities_QueryIDArray: QueryEntity_[];
|
|
5755
5755
|
}
|
|
@@ -5799,8 +5799,8 @@ export declare class QueryResolver extends ResolverBase {
|
|
|
5799
5799
|
RunQueryDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5800
5800
|
Query(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<Query_ | null>;
|
|
5801
5801
|
QueryFields_QueryIDArray(query_: Query_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5802
|
-
DataContextItems_QueryIDArray(query_: Query_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5803
5802
|
QueryPermissions_QueryIDArray(query_: Query_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5803
|
+
DataContextItems_QueryIDArray(query_: Query_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5804
5804
|
MJ_QueryParameters_QueryIDArray(query_: Query_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5805
5805
|
QueryEntities_QueryIDArray(query_: Query_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5806
5806
|
CreateQuery(input: CreateQueryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -5980,8 +5980,8 @@ export declare class VectorDatabase_ {
|
|
|
5980
5980
|
ClassKey?: string;
|
|
5981
5981
|
_mj__CreatedAt: Date;
|
|
5982
5982
|
_mj__UpdatedAt: Date;
|
|
5983
|
-
EntityDocuments_IDArray: EntityDocument_[];
|
|
5984
5983
|
VectorIndexes_VectorDatabaseIDArray: VectorIndex_[];
|
|
5984
|
+
EntityDocuments_IDArray: EntityDocument_[];
|
|
5985
5985
|
}
|
|
5986
5986
|
export declare class CreateVectorDatabaseInput {
|
|
5987
5987
|
ID?: string;
|
|
@@ -6012,8 +6012,8 @@ export declare class VectorDatabaseResolver extends ResolverBase {
|
|
|
6012
6012
|
RunVectorDatabaseViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
6013
6013
|
RunVectorDatabaseDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
6014
6014
|
VectorDatabase(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<VectorDatabase_ | null>;
|
|
6015
|
-
EntityDocuments_IDArray(vectordatabase_: VectorDatabase_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6016
6015
|
VectorIndexes_VectorDatabaseIDArray(vectordatabase_: VectorDatabase_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6016
|
+
EntityDocuments_IDArray(vectordatabase_: VectorDatabase_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6017
6017
|
CreateVectorDatabase(input: CreateVectorDatabaseInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6018
6018
|
UpdateVectorDatabase(input: UpdateVectorDatabaseInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6019
6019
|
DeleteVectorDatabase(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -6093,8 +6093,8 @@ export declare class EntityDocument_ {
|
|
|
6093
6093
|
VectorDatabase: string;
|
|
6094
6094
|
Template: string;
|
|
6095
6095
|
AIModel: string;
|
|
6096
|
-
EntityDocumentSettings_EntityDocumentIDArray: EntityDocumentSetting_[];
|
|
6097
6096
|
EntityDocumentRuns_EntityDocumentIDArray: EntityDocumentRun_[];
|
|
6097
|
+
EntityDocumentSettings_EntityDocumentIDArray: EntityDocumentSetting_[];
|
|
6098
6098
|
EntityRecordDocuments_EntityDocumentIDArray: EntityRecordDocument_[];
|
|
6099
6099
|
}
|
|
6100
6100
|
export declare class CreateEntityDocumentInput {
|
|
@@ -6136,8 +6136,8 @@ export declare class EntityDocumentResolver extends ResolverBase {
|
|
|
6136
6136
|
RunEntityDocumentViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
6137
6137
|
RunEntityDocumentDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
6138
6138
|
EntityDocument(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<EntityDocument_ | null>;
|
|
6139
|
-
EntityDocumentSettings_EntityDocumentIDArray(entitydocument_: EntityDocument_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6140
6139
|
EntityDocumentRuns_EntityDocumentIDArray(entitydocument_: EntityDocument_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6140
|
+
EntityDocumentSettings_EntityDocumentIDArray(entitydocument_: EntityDocument_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6141
6141
|
EntityRecordDocuments_EntityDocumentIDArray(entitydocument_: EntityDocument_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6142
6142
|
CreateEntityDocument(input: CreateEntityDocumentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6143
6143
|
UpdateEntityDocument(input: UpdateEntityDocumentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -6219,8 +6219,8 @@ export declare class DataContext_ {
|
|
|
6219
6219
|
_mj__CreatedAt: Date;
|
|
6220
6220
|
_mj__UpdatedAt: Date;
|
|
6221
6221
|
User: string;
|
|
6222
|
-
Reports_DataContextIDArray: Report_[];
|
|
6223
6222
|
DataContextItems_DataContextIDArray: DataContextItem_[];
|
|
6223
|
+
Reports_DataContextIDArray: Report_[];
|
|
6224
6224
|
Conversations_DataContextIDArray: Conversation_[];
|
|
6225
6225
|
}
|
|
6226
6226
|
export declare class CreateDataContextInput {
|
|
@@ -6252,8 +6252,8 @@ export declare class DataContextResolver extends ResolverBase {
|
|
|
6252
6252
|
RunDataContextViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
6253
6253
|
RunDataContextDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
6254
6254
|
DataContext(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<DataContext_ | null>;
|
|
6255
|
-
Reports_DataContextIDArray(datacontext_: DataContext_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6256
6255
|
DataContextItems_DataContextIDArray(datacontext_: DataContext_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6256
|
+
Reports_DataContextIDArray(datacontext_: DataContext_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6257
6257
|
Conversations_DataContextIDArray(datacontext_: DataContext_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6258
6258
|
CreateDataContext(input: CreateDataContextInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6259
6259
|
UpdateDataContext(input: UpdateDataContextInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -6321,8 +6321,8 @@ export declare class DashboardCategory_ {
|
|
|
6321
6321
|
_mj__UpdatedAt: Date;
|
|
6322
6322
|
Parent?: string;
|
|
6323
6323
|
User: string;
|
|
6324
|
-
DashboardCategories_ParentIDArray: DashboardCategory_[];
|
|
6325
6324
|
Dashboards_CategoryIDArray: Dashboard_[];
|
|
6325
|
+
DashboardCategories_ParentIDArray: DashboardCategory_[];
|
|
6326
6326
|
}
|
|
6327
6327
|
export declare class CreateDashboardCategoryInput {
|
|
6328
6328
|
ID?: string;
|
|
@@ -6353,8 +6353,8 @@ export declare class DashboardCategoryResolver extends ResolverBase {
|
|
|
6353
6353
|
RunDashboardCategoryViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
6354
6354
|
RunDashboardCategoryDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
6355
6355
|
DashboardCategory(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<DashboardCategory_ | null>;
|
|
6356
|
-
DashboardCategories_ParentIDArray(dashboardcategory_: DashboardCategory_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6357
6356
|
Dashboards_CategoryIDArray(dashboardcategory_: DashboardCategory_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6357
|
+
DashboardCategories_ParentIDArray(dashboardcategory_: DashboardCategory_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6358
6358
|
CreateDashboardCategory(input: CreateDashboardCategoryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6359
6359
|
UpdateDashboardCategory(input: UpdateDashboardCategoryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6360
6360
|
DeleteDashboardCategory(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -7204,8 +7204,8 @@ export declare class Action_ {
|
|
|
7204
7204
|
Parent?: string;
|
|
7205
7205
|
ActionParams_ActionIDArray: ActionParam_[];
|
|
7206
7206
|
ActionLibraries_ActionIDArray: ActionLibrary_[];
|
|
7207
|
-
ScheduledActions_ActionIDArray: ScheduledAction_[];
|
|
7208
7207
|
ActionResultCodes_ActionIDArray: ActionResultCode_[];
|
|
7208
|
+
ScheduledActions_ActionIDArray: ScheduledAction_[];
|
|
7209
7209
|
AIAgentActions_ActionIDArray: AIAgentAction_[];
|
|
7210
7210
|
ActionContexts_ActionIDArray: ActionContext_[];
|
|
7211
7211
|
EntityActions_ActionIDArray: EntityAction_[];
|
|
@@ -7275,8 +7275,8 @@ export declare class ActionResolver extends ResolverBase {
|
|
|
7275
7275
|
Action(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<Action_ | null>;
|
|
7276
7276
|
ActionParams_ActionIDArray(action_: Action_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7277
7277
|
ActionLibraries_ActionIDArray(action_: Action_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7278
|
-
ScheduledActions_ActionIDArray(action_: Action_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7279
7278
|
ActionResultCodes_ActionIDArray(action_: Action_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7279
|
+
ScheduledActions_ActionIDArray(action_: Action_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7280
7280
|
AIAgentActions_ActionIDArray(action_: Action_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7281
7281
|
ActionContexts_ActionIDArray(action_: Action_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7282
7282
|
EntityActions_ActionIDArray(action_: Action_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -7761,8 +7761,8 @@ export declare class CommunicationProvider_ {
|
|
|
7761
7761
|
SupportsScheduledSending: boolean;
|
|
7762
7762
|
SupportsForwarding: boolean;
|
|
7763
7763
|
SupportsReplying: boolean;
|
|
7764
|
-
CommunicationLogs_CommunicationProviderIDArray: CommunicationLog_[];
|
|
7765
7764
|
CommunicationProviderMessageTypes_CommunicationProviderIDArray: CommunicationProviderMessageType_[];
|
|
7765
|
+
CommunicationLogs_CommunicationProviderIDArray: CommunicationLog_[];
|
|
7766
7766
|
}
|
|
7767
7767
|
export declare class CreateCommunicationProviderInput {
|
|
7768
7768
|
ID?: string;
|
|
@@ -7801,8 +7801,8 @@ export declare class CommunicationProviderResolver extends ResolverBase {
|
|
|
7801
7801
|
RunCommunicationProviderViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
7802
7802
|
RunCommunicationProviderDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
7803
7803
|
CommunicationProvider(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<CommunicationProvider_ | null>;
|
|
7804
|
-
CommunicationLogs_CommunicationProviderIDArray(communicationprovider_: CommunicationProvider_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7805
7804
|
CommunicationProviderMessageTypes_CommunicationProviderIDArray(communicationprovider_: CommunicationProvider_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7805
|
+
CommunicationLogs_CommunicationProviderIDArray(communicationprovider_: CommunicationProvider_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7806
7806
|
CreateCommunicationProvider(input: CreateCommunicationProviderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7807
7807
|
UpdateCommunicationProvider(input: UpdateCommunicationProviderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7808
7808
|
DeleteCommunicationProvider(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -8029,8 +8029,8 @@ export declare class Template_ {
|
|
|
8029
8029
|
_mj__UpdatedAt: Date;
|
|
8030
8030
|
Category?: string;
|
|
8031
8031
|
User: string;
|
|
8032
|
-
TemplateContents_TemplateIDArray: TemplateContent_[];
|
|
8033
8032
|
TemplateParams_TemplateIDArray: TemplateParam_[];
|
|
8033
|
+
TemplateContents_TemplateIDArray: TemplateContent_[];
|
|
8034
8034
|
AIPrompts_TemplateIDArray: AIPrompt_[];
|
|
8035
8035
|
EntityDocuments_TemplateIDArray: EntityDocument_[];
|
|
8036
8036
|
}
|
|
@@ -8071,8 +8071,8 @@ export declare class TemplateResolver extends ResolverBase {
|
|
|
8071
8071
|
RunTemplateViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
8072
8072
|
RunTemplateDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
8073
8073
|
Template(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<Template_ | null>;
|
|
8074
|
-
TemplateContents_TemplateIDArray(template_: Template_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
8075
8074
|
TemplateParams_TemplateIDArray(template_: Template_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
8075
|
+
TemplateContents_TemplateIDArray(template_: Template_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
8076
8076
|
AIPrompts_TemplateIDArray(template_: Template_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
8077
8077
|
EntityDocuments_TemplateIDArray(template_: Template_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
8078
8078
|
CreateTemplate(input: CreateTemplateInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -10104,12 +10104,27 @@ export declare class AIPromptRun_ {
|
|
|
10104
10104
|
OriginalRequestStartTime?: Date;
|
|
10105
10105
|
TotalFailoverDuration?: number;
|
|
10106
10106
|
RerunFromPromptRunID?: string;
|
|
10107
|
+
ModelSelection?: string;
|
|
10108
|
+
Status: string;
|
|
10109
|
+
Cancelled: boolean;
|
|
10110
|
+
CancellationReason?: string;
|
|
10111
|
+
ModelPowerRank?: number;
|
|
10112
|
+
SelectionStrategy?: string;
|
|
10113
|
+
CacheHit: boolean;
|
|
10114
|
+
CacheKey?: string;
|
|
10115
|
+
JudgeID?: string;
|
|
10116
|
+
JudgeScore?: number;
|
|
10117
|
+
WasSelectedResult: boolean;
|
|
10118
|
+
StreamingEnabled: boolean;
|
|
10119
|
+
FirstTokenTime?: number;
|
|
10120
|
+
ErrorDetails?: string;
|
|
10107
10121
|
Prompt: string;
|
|
10108
10122
|
Model: string;
|
|
10109
10123
|
Vendor: string;
|
|
10110
10124
|
Agent?: string;
|
|
10111
10125
|
Configuration?: string;
|
|
10112
10126
|
OriginalModel?: string;
|
|
10127
|
+
Judge?: string;
|
|
10113
10128
|
MJ_AIPromptRuns_ParentIDArray: AIPromptRun_[];
|
|
10114
10129
|
AIResultCache_PromptRunIDArray: AIResultCache_[];
|
|
10115
10130
|
}
|
|
@@ -10173,6 +10188,20 @@ export declare class CreateAIPromptRunInput {
|
|
|
10173
10188
|
OriginalRequestStartTime: Date | null;
|
|
10174
10189
|
TotalFailoverDuration: number | null;
|
|
10175
10190
|
RerunFromPromptRunID: string | null;
|
|
10191
|
+
ModelSelection: string | null;
|
|
10192
|
+
Status?: string;
|
|
10193
|
+
Cancelled?: boolean;
|
|
10194
|
+
CancellationReason: string | null;
|
|
10195
|
+
ModelPowerRank: number | null;
|
|
10196
|
+
SelectionStrategy: string | null;
|
|
10197
|
+
CacheHit?: boolean;
|
|
10198
|
+
CacheKey: string | null;
|
|
10199
|
+
JudgeID: string | null;
|
|
10200
|
+
JudgeScore: number | null;
|
|
10201
|
+
WasSelectedResult?: boolean;
|
|
10202
|
+
StreamingEnabled?: boolean;
|
|
10203
|
+
FirstTokenTime: number | null;
|
|
10204
|
+
ErrorDetails: string | null;
|
|
10176
10205
|
}
|
|
10177
10206
|
export declare class UpdateAIPromptRunInput {
|
|
10178
10207
|
ID: string;
|
|
@@ -10234,6 +10263,20 @@ export declare class UpdateAIPromptRunInput {
|
|
|
10234
10263
|
OriginalRequestStartTime?: Date | null;
|
|
10235
10264
|
TotalFailoverDuration?: number | null;
|
|
10236
10265
|
RerunFromPromptRunID?: string | null;
|
|
10266
|
+
ModelSelection?: string | null;
|
|
10267
|
+
Status?: string;
|
|
10268
|
+
Cancelled?: boolean;
|
|
10269
|
+
CancellationReason?: string | null;
|
|
10270
|
+
ModelPowerRank?: number | null;
|
|
10271
|
+
SelectionStrategy?: string | null;
|
|
10272
|
+
CacheHit?: boolean;
|
|
10273
|
+
CacheKey?: string | null;
|
|
10274
|
+
JudgeID?: string | null;
|
|
10275
|
+
JudgeScore?: number | null;
|
|
10276
|
+
WasSelectedResult?: boolean;
|
|
10277
|
+
StreamingEnabled?: boolean;
|
|
10278
|
+
FirstTokenTime?: number | null;
|
|
10279
|
+
ErrorDetails?: string | null;
|
|
10237
10280
|
OldValues___?: KeyValuePairInput[];
|
|
10238
10281
|
}
|
|
10239
10282
|
export declare class RunAIPromptRunViewResult {
|