@memberjunction/server 5.48.0 → 5.50.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/README.md +9 -0
- package/dist/auth/magicLink/MagicLinkKeys.d.ts.map +1 -1
- package/dist/auth/magicLink/MagicLinkKeys.js +11 -4
- package/dist/auth/magicLink/MagicLinkKeys.js.map +1 -1
- package/dist/auth/magicLink/MagicLinkRouter.js +2 -2
- package/dist/auth/magicLink/MagicLinkRouter.js.map +1 -1
- package/dist/auth/magicLink/MagicLinkService.d.ts.map +1 -1
- package/dist/auth/magicLink/MagicLinkService.js +4 -0
- package/dist/auth/magicLink/MagicLinkService.js.map +1 -1
- package/dist/auth/newUsers.d.ts.map +1 -1
- package/dist/auth/newUsers.js +6 -4
- package/dist/auth/newUsers.js.map +1 -1
- package/dist/config.d.ts +40 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +12 -0
- package/dist/config.js.map +1 -1
- package/dist/context.d.ts.map +1 -1
- package/dist/context.js +28 -2
- package/dist/context.js.map +1 -1
- package/dist/generated/generated.d.ts +373 -6
- package/dist/generated/generated.d.ts.map +1 -1
- package/dist/generated/generated.js +1975 -39
- package/dist/generated/generated.js.map +1 -1
- package/dist/generic/ResolverBase.d.ts.map +1 -1
- package/dist/generic/ResolverBase.js +4 -2
- package/dist/generic/ResolverBase.js.map +1 -1
- package/dist/generic/RunViewResolver.d.ts +1 -0
- package/dist/generic/RunViewResolver.d.ts.map +1 -1
- package/dist/generic/RunViewResolver.js +12 -0
- package/dist/generic/RunViewResolver.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +73 -11
- package/dist/index.js.map +1 -1
- package/dist/integration/CustomColumnPromoter.d.ts +15 -2
- package/dist/integration/CustomColumnPromoter.d.ts.map +1 -1
- package/dist/integration/CustomColumnPromoter.js +113 -11
- package/dist/integration/CustomColumnPromoter.js.map +1 -1
- package/dist/integration/EntityMapLifecycle.d.ts +66 -0
- package/dist/integration/EntityMapLifecycle.d.ts.map +1 -0
- package/dist/integration/EntityMapLifecycle.js +189 -0
- package/dist/integration/EntityMapLifecycle.js.map +1 -0
- package/dist/realtimeProxy/RealtimeProxyServer.d.ts +10 -0
- package/dist/realtimeProxy/RealtimeProxyServer.d.ts.map +1 -1
- package/dist/realtimeProxy/RealtimeProxyServer.js +67 -1
- package/dist/realtimeProxy/RealtimeProxyServer.js.map +1 -1
- package/dist/realtimeWidget/WidgetRouter.d.ts.map +1 -1
- package/dist/realtimeWidget/WidgetRouter.js +6 -2
- package/dist/realtimeWidget/WidgetRouter.js.map +1 -1
- package/dist/realtimeWidget/WidgetSessionService.d.ts +12 -1
- package/dist/realtimeWidget/WidgetSessionService.d.ts.map +1 -1
- package/dist/realtimeWidget/WidgetSessionService.js +23 -8
- package/dist/realtimeWidget/WidgetSessionService.js.map +1 -1
- package/dist/resolvers/AdhocQueryResolver.d.ts +17 -0
- package/dist/resolvers/AdhocQueryResolver.d.ts.map +1 -1
- package/dist/resolvers/AdhocQueryResolver.js +81 -25
- package/dist/resolvers/AdhocQueryResolver.js.map +1 -1
- package/dist/resolvers/GetDataResolver.d.ts +16 -0
- package/dist/resolvers/GetDataResolver.d.ts.map +1 -1
- package/dist/resolvers/GetDataResolver.js +26 -1
- package/dist/resolvers/GetDataResolver.js.map +1 -1
- package/dist/resolvers/IntegrationDiscoveryResolver.d.ts +53 -1
- package/dist/resolvers/IntegrationDiscoveryResolver.d.ts.map +1 -1
- package/dist/resolvers/IntegrationDiscoveryResolver.js +531 -64
- package/dist/resolvers/IntegrationDiscoveryResolver.js.map +1 -1
- package/dist/resolvers/QueryResolver.d.ts.map +1 -1
- package/dist/resolvers/QueryResolver.js +0 -6
- package/dist/resolvers/QueryResolver.js.map +1 -1
- package/dist/resolvers/RSUResolver.d.ts +10 -0
- package/dist/resolvers/RSUResolver.d.ts.map +1 -1
- package/dist/resolvers/RSUResolver.js +28 -0
- package/dist/resolvers/RSUResolver.js.map +1 -1
- package/dist/resolvers/RunAIAgentResolver.d.ts +9 -6
- package/dist/resolvers/RunAIAgentResolver.d.ts.map +1 -1
- package/dist/resolvers/RunAIAgentResolver.js +135 -132
- package/dist/resolvers/RunAIAgentResolver.js.map +1 -1
- package/dist/resolvers/TransactionGroupResolver.d.ts +8 -1
- package/dist/resolvers/TransactionGroupResolver.d.ts.map +1 -1
- package/dist/resolvers/TransactionGroupResolver.js +29 -1
- package/dist/resolvers/TransactionGroupResolver.js.map +1 -1
- package/dist/resolvers/adhoc-query-helpers.d.ts +27 -0
- package/dist/resolvers/adhoc-query-helpers.d.ts.map +1 -0
- package/dist/resolvers/adhoc-query-helpers.js +42 -0
- package/dist/resolvers/adhoc-query-helpers.js.map +1 -0
- package/dist/rest/OAuthCallbackHandler.d.ts +9 -0
- package/dist/rest/OAuthCallbackHandler.d.ts.map +1 -1
- package/dist/rest/OAuthCallbackHandler.js +21 -4
- package/dist/rest/OAuthCallbackHandler.js.map +1 -1
- package/dist/telephony/media-upgrade-router.d.ts +14 -0
- package/dist/telephony/media-upgrade-router.d.ts.map +1 -1
- package/dist/telephony/media-upgrade-router.js +17 -1
- package/dist/telephony/media-upgrade-router.js.map +1 -1
- package/package.json +91 -89
- package/src/__tests__/AdhocQueryResolver.pagination.test.ts +114 -0
- package/src/__tests__/EntityMapLifecycle.dagWarnings.test.ts +91 -0
- package/src/__tests__/OAuthCallbackHandler.xss.test.ts +83 -0
- package/src/__tests__/RealtimeProxyServer.test.ts +53 -1
- package/src/__tests__/WidgetSessionService.test.ts +96 -0
- package/src/__tests__/adhoc-query-helpers.test.ts +50 -0
- package/src/__tests__/magicLinkService.provisionLog.test.ts +106 -0
- package/src/__tests__/media-upgrade-router.test.ts +43 -0
- package/src/__tests__/unifiedAuth.test.ts +18 -3
- package/src/auth/magicLink/MagicLinkKeys.ts +12 -6
- package/src/auth/magicLink/MagicLinkRouter.ts +2 -2
- package/src/auth/magicLink/MagicLinkService.ts +4 -0
- package/src/auth/newUsers.ts +6 -5
- package/src/config.ts +14 -0
- package/src/context.ts +28 -2
- package/src/generated/generated.ts +1385 -28
- package/src/generic/ResolverBase.ts +5 -2
- package/src/generic/RunViewResolver.ts +11 -0
- package/src/index.ts +75 -11
- package/src/integration/CustomColumnPromoter.ts +123 -6
- package/src/integration/EntityMapLifecycle.ts +221 -0
- package/src/realtimeProxy/RealtimeProxyServer.ts +70 -1
- package/src/realtimeWidget/WidgetRouter.ts +6 -2
- package/src/realtimeWidget/WidgetSessionService.ts +24 -8
- package/src/resolvers/AdhocQueryResolver.ts +97 -30
- package/src/resolvers/GetDataResolver.ts +30 -1
- package/src/resolvers/IntegrationDiscoveryResolver.ts +523 -64
- package/src/resolvers/QueryResolver.ts +1 -7
- package/src/resolvers/RSUResolver.ts +28 -0
- package/src/resolvers/RunAIAgentResolver.ts +74 -70
- package/src/resolvers/TransactionGroupResolver.ts +36 -2
- package/src/resolvers/__tests__/GetDataResolver.tokens.test.ts +138 -0
- package/src/resolvers/adhoc-query-helpers.ts +50 -0
- package/src/rest/OAuthCallbackHandler.ts +22 -4
- package/src/telephony/media-upgrade-router.ts +18 -1
|
@@ -2183,7 +2183,6 @@ export declare class MJAIAgentRun_ {
|
|
|
2183
2183
|
MJAIAgentRunSteps_AgentRunIDArray: MJAIAgentRunStep_[];
|
|
2184
2184
|
MJAIAgentRuns_ParentRunIDArray: MJAIAgentRun_[];
|
|
2185
2185
|
MJAIAgentRequests_ResumingAgentRunIDArray: MJAIAgentRequest_[];
|
|
2186
|
-
MJAIPromptRuns_AgentRunIDArray: MJAIPromptRun_[];
|
|
2187
2186
|
MJAIAgentRuns_LastRunIDArray: MJAIAgentRun_[];
|
|
2188
2187
|
MJProcessRunDetails_AIAgentRunIDArray: MJProcessRunDetail_[];
|
|
2189
2188
|
MJDuplicateRunDetailMatches_AIAgentRunIDArray: MJDuplicateRunDetailMatch_[];
|
|
@@ -2317,7 +2316,6 @@ export declare class MJAIAgentRunResolver extends ResolverBase {
|
|
|
2317
2316
|
MJAIAgentRunSteps_AgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2318
2317
|
MJAIAgentRuns_ParentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2319
2318
|
MJAIAgentRequests_ResumingAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2320
|
-
MJAIPromptRuns_AgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2321
2319
|
MJAIAgentRuns_LastRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2322
2320
|
MJProcessRunDetails_AIAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
2323
2321
|
MJDuplicateRunDetailMatches_AIAgentRunIDArray(mjaiagentrun_: MJAIAgentRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -2897,8 +2895,17 @@ export declare class MJAIAgentType_ {
|
|
|
2897
2895
|
DefaultStorageAccountID?: string;
|
|
2898
2896
|
ConfigSchema?: string;
|
|
2899
2897
|
DefaultConfiguration?: string;
|
|
2898
|
+
ContextCompressionMessageThreshold?: number;
|
|
2899
|
+
ContextCompressionPromptID?: string;
|
|
2900
|
+
ContextCompressionMessageRetentionCount?: number;
|
|
2901
|
+
ContextWindowMaxTokens?: number;
|
|
2902
|
+
CompactionTriggerPercent: number;
|
|
2903
|
+
CompactionTargetPercent: number;
|
|
2904
|
+
ConversationSummaryPromptID?: string;
|
|
2900
2905
|
SystemPrompt?: string;
|
|
2901
2906
|
DefaultStorageAccount?: string;
|
|
2907
|
+
ContextCompressionPrompt?: string;
|
|
2908
|
+
ConversationSummaryPrompt?: string;
|
|
2902
2909
|
MJAIAgentCoAgents_TargetAgentTypeIDArray: MJAIAgentCoAgent_[];
|
|
2903
2910
|
MJAIAgents_TypeIDArray: MJAIAgent_[];
|
|
2904
2911
|
}
|
|
@@ -2918,6 +2925,13 @@ export declare class CreateMJAIAgentTypeInput {
|
|
|
2918
2925
|
DefaultStorageAccountID: string | null;
|
|
2919
2926
|
ConfigSchema: string | null;
|
|
2920
2927
|
DefaultConfiguration: string | null;
|
|
2928
|
+
ContextCompressionMessageThreshold: number | null;
|
|
2929
|
+
ContextCompressionPromptID: string | null;
|
|
2930
|
+
ContextCompressionMessageRetentionCount: number | null;
|
|
2931
|
+
ContextWindowMaxTokens: number | null;
|
|
2932
|
+
CompactionTriggerPercent?: number;
|
|
2933
|
+
CompactionTargetPercent?: number;
|
|
2934
|
+
ConversationSummaryPromptID: string | null;
|
|
2921
2935
|
RestoreContext___?: RestoreContextInput;
|
|
2922
2936
|
}
|
|
2923
2937
|
export declare class UpdateMJAIAgentTypeInput {
|
|
@@ -2936,6 +2950,13 @@ export declare class UpdateMJAIAgentTypeInput {
|
|
|
2936
2950
|
DefaultStorageAccountID?: string | null;
|
|
2937
2951
|
ConfigSchema?: string | null;
|
|
2938
2952
|
DefaultConfiguration?: string | null;
|
|
2953
|
+
ContextCompressionMessageThreshold?: number | null;
|
|
2954
|
+
ContextCompressionPromptID?: string | null;
|
|
2955
|
+
ContextCompressionMessageRetentionCount?: number | null;
|
|
2956
|
+
ContextWindowMaxTokens?: number | null;
|
|
2957
|
+
CompactionTriggerPercent?: number;
|
|
2958
|
+
CompactionTargetPercent?: number;
|
|
2959
|
+
ConversationSummaryPromptID?: string | null;
|
|
2939
2960
|
OldValues___?: KeyValuePairInput[];
|
|
2940
2961
|
RestoreContext___?: RestoreContextInput;
|
|
2941
2962
|
}
|
|
@@ -3036,6 +3057,10 @@ export declare class MJAIAgent_ {
|
|
|
3036
3057
|
AcceptsSkills: string;
|
|
3037
3058
|
SkillActivationMode: string;
|
|
3038
3059
|
RequirePlanMode: boolean;
|
|
3060
|
+
ContextWindowMaxTokens?: number;
|
|
3061
|
+
CompactionTriggerPercent?: number;
|
|
3062
|
+
CompactionTargetPercent?: number;
|
|
3063
|
+
ConversationSummaryPromptID?: string;
|
|
3039
3064
|
Parent?: string;
|
|
3040
3065
|
ContextCompressionPrompt?: string;
|
|
3041
3066
|
Type?: string;
|
|
@@ -3047,6 +3072,7 @@ export declare class MJAIAgent_ {
|
|
|
3047
3072
|
DefaultCoAgent?: string;
|
|
3048
3073
|
RecordingStorageProvider?: string;
|
|
3049
3074
|
DefaultMediaCollection?: string;
|
|
3075
|
+
ConversationSummaryPrompt?: string;
|
|
3050
3076
|
RootParentID?: string;
|
|
3051
3077
|
RootDefaultCoAgentID?: string;
|
|
3052
3078
|
MJAIAgentActions_AgentIDArray: MJAIAgentAction_[];
|
|
@@ -3162,6 +3188,10 @@ export declare class CreateMJAIAgentInput {
|
|
|
3162
3188
|
AcceptsSkills?: string;
|
|
3163
3189
|
SkillActivationMode?: string;
|
|
3164
3190
|
RequirePlanMode?: boolean;
|
|
3191
|
+
ContextWindowMaxTokens: number | null;
|
|
3192
|
+
CompactionTriggerPercent: number | null;
|
|
3193
|
+
CompactionTargetPercent: number | null;
|
|
3194
|
+
ConversationSummaryPromptID: string | null;
|
|
3165
3195
|
RestoreContext___?: RestoreContextInput;
|
|
3166
3196
|
}
|
|
3167
3197
|
export declare class UpdateMJAIAgentInput {
|
|
@@ -3239,6 +3269,10 @@ export declare class UpdateMJAIAgentInput {
|
|
|
3239
3269
|
AcceptsSkills?: string;
|
|
3240
3270
|
SkillActivationMode?: string;
|
|
3241
3271
|
RequirePlanMode?: boolean;
|
|
3272
|
+
ContextWindowMaxTokens?: number | null;
|
|
3273
|
+
CompactionTriggerPercent?: number | null;
|
|
3274
|
+
CompactionTargetPercent?: number | null;
|
|
3275
|
+
ConversationSummaryPromptID?: string | null;
|
|
3242
3276
|
OldValues___?: KeyValuePairInput[];
|
|
3243
3277
|
RestoreContext___?: RestoreContextInput;
|
|
3244
3278
|
}
|
|
@@ -4657,7 +4691,6 @@ export declare class MJAIPromptRun_ {
|
|
|
4657
4691
|
ParentID?: string;
|
|
4658
4692
|
RunType: string;
|
|
4659
4693
|
ExecutionOrder?: number;
|
|
4660
|
-
AgentRunID?: string;
|
|
4661
4694
|
Cost?: number;
|
|
4662
4695
|
CostCurrency?: string;
|
|
4663
4696
|
TokensUsedRollup?: number;
|
|
@@ -4730,7 +4763,6 @@ export declare class MJAIPromptRun_ {
|
|
|
4730
4763
|
Agent?: string;
|
|
4731
4764
|
Configuration?: string;
|
|
4732
4765
|
Parent?: string;
|
|
4733
|
-
AgentRun?: string;
|
|
4734
4766
|
OriginalModel?: string;
|
|
4735
4767
|
RerunFromPromptRun?: string;
|
|
4736
4768
|
Judge?: string;
|
|
@@ -4746,6 +4778,7 @@ export declare class MJAIPromptRun_ {
|
|
|
4746
4778
|
MJAIPromptRuns_ParentIDArray: MJAIPromptRun_[];
|
|
4747
4779
|
MJDuplicateRunDetailMatches_AIPromptRunIDArray: MJDuplicateRunDetailMatch_[];
|
|
4748
4780
|
MJUserRoutineRuns_PromptRunIDArray: MJUserRoutineRun_[];
|
|
4781
|
+
MJConversationCompactionRuns_PromptRunIDArray: MJConversationCompactionRun_[];
|
|
4749
4782
|
}
|
|
4750
4783
|
export declare class CreateMJAIPromptRunInput {
|
|
4751
4784
|
ID?: string;
|
|
@@ -4768,7 +4801,6 @@ export declare class CreateMJAIPromptRunInput {
|
|
|
4768
4801
|
ParentID: string | null;
|
|
4769
4802
|
RunType?: string;
|
|
4770
4803
|
ExecutionOrder: number | null;
|
|
4771
|
-
AgentRunID: string | null;
|
|
4772
4804
|
Cost: number | null;
|
|
4773
4805
|
CostCurrency: string | null;
|
|
4774
4806
|
TokensUsedRollup: number | null;
|
|
@@ -4858,7 +4890,6 @@ export declare class UpdateMJAIPromptRunInput {
|
|
|
4858
4890
|
ParentID?: string | null;
|
|
4859
4891
|
RunType?: string;
|
|
4860
4892
|
ExecutionOrder?: number | null;
|
|
4861
|
-
AgentRunID?: string | null;
|
|
4862
4893
|
Cost?: number | null;
|
|
4863
4894
|
CostCurrency?: string | null;
|
|
4864
4895
|
TokensUsedRollup?: number | null;
|
|
@@ -4950,6 +4981,7 @@ export declare class MJAIPromptRunResolver extends ResolverBase {
|
|
|
4950
4981
|
MJAIPromptRuns_ParentIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4951
4982
|
MJDuplicateRunDetailMatches_AIPromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4952
4983
|
MJUserRoutineRuns_PromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4984
|
+
MJConversationCompactionRuns_PromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4953
4985
|
CreateMJAIPromptRun(input: CreateMJAIPromptRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4954
4986
|
UpdateMJAIPromptRun(input: UpdateMJAIPromptRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4955
4987
|
DeleteMJAIPromptRun(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -5073,6 +5105,9 @@ export declare class MJAIPrompt_ {
|
|
|
5073
5105
|
MJEntityDocuments_ReasoningPromptIDArray: MJEntityDocument_[];
|
|
5074
5106
|
MJScopedPromptParts_PromptIDArray: MJScopedPromptPart_[];
|
|
5075
5107
|
MJScopedPromptConfigs_PromptIDArray: MJScopedPromptConfig_[];
|
|
5108
|
+
MJAIAgents_ConversationSummaryPromptIDArray: MJAIAgent_[];
|
|
5109
|
+
MJAIAgentTypes_ContextCompressionPromptIDArray: MJAIAgentType_[];
|
|
5110
|
+
MJAIAgentTypes_ConversationSummaryPromptIDArray: MJAIAgentType_[];
|
|
5076
5111
|
}
|
|
5077
5112
|
export declare class CreateMJAIPromptInput {
|
|
5078
5113
|
ID?: string;
|
|
@@ -5217,6 +5252,9 @@ export declare class MJAIPromptResolver extends ResolverBase {
|
|
|
5217
5252
|
MJEntityDocuments_ReasoningPromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5218
5253
|
MJScopedPromptParts_PromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5219
5254
|
MJScopedPromptConfigs_PromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5255
|
+
MJAIAgents_ConversationSummaryPromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5256
|
+
MJAIAgentTypes_ContextCompressionPromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5257
|
+
MJAIAgentTypes_ConversationSummaryPromptIDArray(mjaiprompt_: MJAIPrompt_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5220
5258
|
CreateMJAIPrompt(input: CreateMJAIPromptInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5221
5259
|
UpdateMJAIPrompt(input: UpdateMJAIPromptInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5222
5260
|
DeleteMJAIPrompt(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -5453,6 +5491,61 @@ export declare class MJAISkillPermissionResolver extends ResolverBase {
|
|
|
5453
5491
|
UpdateMJAISkillPermission(input: UpdateMJAISkillPermissionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5454
5492
|
DeleteMJAISkillPermission(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5455
5493
|
}
|
|
5494
|
+
export declare class MJAISkillSearchScope_ {
|
|
5495
|
+
ID: string;
|
|
5496
|
+
SkillID: string;
|
|
5497
|
+
SearchScopeID: string;
|
|
5498
|
+
Status: string;
|
|
5499
|
+
StartAt?: Date;
|
|
5500
|
+
EndAt?: Date;
|
|
5501
|
+
Priority?: number;
|
|
5502
|
+
IsDefault: boolean;
|
|
5503
|
+
_mj__CreatedAt: Date;
|
|
5504
|
+
_mj__UpdatedAt: Date;
|
|
5505
|
+
Skill: string;
|
|
5506
|
+
SearchScope: string;
|
|
5507
|
+
}
|
|
5508
|
+
export declare class CreateMJAISkillSearchScopeInput {
|
|
5509
|
+
ID?: string;
|
|
5510
|
+
SkillID?: string;
|
|
5511
|
+
SearchScopeID?: string;
|
|
5512
|
+
Status?: string;
|
|
5513
|
+
StartAt: Date | null;
|
|
5514
|
+
EndAt: Date | null;
|
|
5515
|
+
Priority: number | null;
|
|
5516
|
+
IsDefault?: boolean;
|
|
5517
|
+
RestoreContext___?: RestoreContextInput;
|
|
5518
|
+
}
|
|
5519
|
+
export declare class UpdateMJAISkillSearchScopeInput {
|
|
5520
|
+
ID: string;
|
|
5521
|
+
SkillID?: string;
|
|
5522
|
+
SearchScopeID?: string;
|
|
5523
|
+
Status?: string;
|
|
5524
|
+
StartAt?: Date | null;
|
|
5525
|
+
EndAt?: Date | null;
|
|
5526
|
+
Priority?: number | null;
|
|
5527
|
+
IsDefault?: boolean;
|
|
5528
|
+
OldValues___?: KeyValuePairInput[];
|
|
5529
|
+
RestoreContext___?: RestoreContextInput;
|
|
5530
|
+
}
|
|
5531
|
+
export declare class RunMJAISkillSearchScopeViewResult {
|
|
5532
|
+
Results: MJAISkillSearchScope_[];
|
|
5533
|
+
UserViewRunID?: string;
|
|
5534
|
+
RowCount: number;
|
|
5535
|
+
TotalRowCount: number;
|
|
5536
|
+
ExecutionTime: number;
|
|
5537
|
+
ErrorMessage?: string;
|
|
5538
|
+
Success: boolean;
|
|
5539
|
+
}
|
|
5540
|
+
export declare class MJAISkillSearchScopeResolver extends ResolverBase {
|
|
5541
|
+
RunMJAISkillSearchScopeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5542
|
+
RunMJAISkillSearchScopeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5543
|
+
RunMJAISkillSearchScopeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
5544
|
+
MJAISkillSearchScope(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAISkillSearchScope_ | null>;
|
|
5545
|
+
CreateMJAISkillSearchScope(input: CreateMJAISkillSearchScopeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5546
|
+
UpdateMJAISkillSearchScope(input: UpdateMJAISkillSearchScopeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5547
|
+
DeleteMJAISkillSearchScope(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5548
|
+
}
|
|
5456
5549
|
export declare class MJAISkillSubAgent_ {
|
|
5457
5550
|
ID: string;
|
|
5458
5551
|
SkillID: string;
|
|
@@ -5506,11 +5599,14 @@ export declare class MJAISkill_ {
|
|
|
5506
5599
|
_mj__CreatedAt: Date;
|
|
5507
5600
|
_mj__UpdatedAt: Date;
|
|
5508
5601
|
ActivationMode: string;
|
|
5602
|
+
SearchScopeAccess?: string;
|
|
5509
5603
|
CreatedByUser: string;
|
|
5510
5604
|
MJAISkillSubAgents_SkillIDArray: MJAISkillSubAgent_[];
|
|
5511
5605
|
MJAIAgentSkills_SkillIDArray: MJAIAgentSkill_[];
|
|
5512
5606
|
MJAISkillActions_SkillIDArray: MJAISkillAction_[];
|
|
5513
5607
|
MJAISkillPermissions_SkillIDArray: MJAISkillPermission_[];
|
|
5608
|
+
MJSearchExecutionLogs_AISkillIDArray: MJSearchExecutionLog_[];
|
|
5609
|
+
MJAISkillSearchScopes_SkillIDArray: MJAISkillSearchScope_[];
|
|
5514
5610
|
}
|
|
5515
5611
|
export declare class CreateMJAISkillInput {
|
|
5516
5612
|
ID?: string;
|
|
@@ -5523,6 +5619,7 @@ export declare class CreateMJAISkillInput {
|
|
|
5523
5619
|
Color: string | null;
|
|
5524
5620
|
CreatedByUserID?: string;
|
|
5525
5621
|
ActivationMode?: string;
|
|
5622
|
+
SearchScopeAccess: string | null;
|
|
5526
5623
|
RestoreContext___?: RestoreContextInput;
|
|
5527
5624
|
}
|
|
5528
5625
|
export declare class UpdateMJAISkillInput {
|
|
@@ -5536,6 +5633,7 @@ export declare class UpdateMJAISkillInput {
|
|
|
5536
5633
|
Color?: string | null;
|
|
5537
5634
|
CreatedByUserID?: string;
|
|
5538
5635
|
ActivationMode?: string;
|
|
5636
|
+
SearchScopeAccess?: string | null;
|
|
5539
5637
|
OldValues___?: KeyValuePairInput[];
|
|
5540
5638
|
RestoreContext___?: RestoreContextInput;
|
|
5541
5639
|
}
|
|
@@ -5557,6 +5655,8 @@ export declare class MJAISkillResolver extends ResolverBase {
|
|
|
5557
5655
|
MJAIAgentSkills_SkillIDArray(mjaiskill_: MJAISkill_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5558
5656
|
MJAISkillActions_SkillIDArray(mjaiskill_: MJAISkill_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5559
5657
|
MJAISkillPermissions_SkillIDArray(mjaiskill_: MJAISkill_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5658
|
+
MJSearchExecutionLogs_AISkillIDArray(mjaiskill_: MJAISkill_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5659
|
+
MJAISkillSearchScopes_SkillIDArray(mjaiskill_: MJAISkill_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5560
5660
|
CreateMJAISkill(input: CreateMJAISkillInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5561
5661
|
UpdateMJAISkill(input: UpdateMJAISkillInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5562
5662
|
DeleteMJAISkill(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -8818,6 +8918,105 @@ export declare class MJContentItemAttributeResolver extends ResolverBase {
|
|
|
8818
8918
|
UpdateMJContentItemAttribute(input: UpdateMJContentItemAttributeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
8819
8919
|
DeleteMJContentItemAttribute(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
8820
8920
|
}
|
|
8921
|
+
export declare class MJContentItemChunk_ {
|
|
8922
|
+
ID: string;
|
|
8923
|
+
ContentItemID: string;
|
|
8924
|
+
Sequence: number;
|
|
8925
|
+
Text?: string;
|
|
8926
|
+
VectorRecordID?: string;
|
|
8927
|
+
EmbeddingStatus: string;
|
|
8928
|
+
TaggingStatus: string;
|
|
8929
|
+
DeleteStatus?: string;
|
|
8930
|
+
LastEmbeddedAt?: Date;
|
|
8931
|
+
LastTaggedAt?: Date;
|
|
8932
|
+
LastDeletedAt?: Date;
|
|
8933
|
+
_mj__CreatedAt: Date;
|
|
8934
|
+
_mj__UpdatedAt: Date;
|
|
8935
|
+
Modality: string;
|
|
8936
|
+
StartOffset?: number;
|
|
8937
|
+
EndOffset?: number;
|
|
8938
|
+
StartMs?: number;
|
|
8939
|
+
EndMs?: number;
|
|
8940
|
+
PageNumber?: number;
|
|
8941
|
+
SegmentTitle?: string;
|
|
8942
|
+
Description?: string;
|
|
8943
|
+
Transcript?: string;
|
|
8944
|
+
SegmenterKey?: string;
|
|
8945
|
+
ParentChunkID?: string;
|
|
8946
|
+
ContentItem?: string;
|
|
8947
|
+
RootParentChunkID?: string;
|
|
8948
|
+
MJContentItemChunks_ParentChunkIDArray: MJContentItemChunk_[];
|
|
8949
|
+
}
|
|
8950
|
+
export declare class CreateMJContentItemChunkInput {
|
|
8951
|
+
ID?: string;
|
|
8952
|
+
ContentItemID?: string;
|
|
8953
|
+
Sequence?: number;
|
|
8954
|
+
Text: string | null;
|
|
8955
|
+
VectorRecordID: string | null;
|
|
8956
|
+
EmbeddingStatus?: string;
|
|
8957
|
+
TaggingStatus?: string;
|
|
8958
|
+
DeleteStatus: string | null;
|
|
8959
|
+
LastEmbeddedAt: Date | null;
|
|
8960
|
+
LastTaggedAt: Date | null;
|
|
8961
|
+
LastDeletedAt: Date | null;
|
|
8962
|
+
Modality?: string;
|
|
8963
|
+
StartOffset: number | null;
|
|
8964
|
+
EndOffset: number | null;
|
|
8965
|
+
StartMs: number | null;
|
|
8966
|
+
EndMs: number | null;
|
|
8967
|
+
PageNumber: number | null;
|
|
8968
|
+
SegmentTitle: string | null;
|
|
8969
|
+
Description: string | null;
|
|
8970
|
+
Transcript: string | null;
|
|
8971
|
+
SegmenterKey: string | null;
|
|
8972
|
+
ParentChunkID: string | null;
|
|
8973
|
+
RestoreContext___?: RestoreContextInput;
|
|
8974
|
+
}
|
|
8975
|
+
export declare class UpdateMJContentItemChunkInput {
|
|
8976
|
+
ID: string;
|
|
8977
|
+
ContentItemID?: string;
|
|
8978
|
+
Sequence?: number;
|
|
8979
|
+
Text?: string | null;
|
|
8980
|
+
VectorRecordID?: string | null;
|
|
8981
|
+
EmbeddingStatus?: string;
|
|
8982
|
+
TaggingStatus?: string;
|
|
8983
|
+
DeleteStatus?: string | null;
|
|
8984
|
+
LastEmbeddedAt?: Date | null;
|
|
8985
|
+
LastTaggedAt?: Date | null;
|
|
8986
|
+
LastDeletedAt?: Date | null;
|
|
8987
|
+
Modality?: string;
|
|
8988
|
+
StartOffset?: number | null;
|
|
8989
|
+
EndOffset?: number | null;
|
|
8990
|
+
StartMs?: number | null;
|
|
8991
|
+
EndMs?: number | null;
|
|
8992
|
+
PageNumber?: number | null;
|
|
8993
|
+
SegmentTitle?: string | null;
|
|
8994
|
+
Description?: string | null;
|
|
8995
|
+
Transcript?: string | null;
|
|
8996
|
+
SegmenterKey?: string | null;
|
|
8997
|
+
ParentChunkID?: string | null;
|
|
8998
|
+
OldValues___?: KeyValuePairInput[];
|
|
8999
|
+
RestoreContext___?: RestoreContextInput;
|
|
9000
|
+
}
|
|
9001
|
+
export declare class RunMJContentItemChunkViewResult {
|
|
9002
|
+
Results: MJContentItemChunk_[];
|
|
9003
|
+
UserViewRunID?: string;
|
|
9004
|
+
RowCount: number;
|
|
9005
|
+
TotalRowCount: number;
|
|
9006
|
+
ExecutionTime: number;
|
|
9007
|
+
ErrorMessage?: string;
|
|
9008
|
+
Success: boolean;
|
|
9009
|
+
}
|
|
9010
|
+
export declare class MJContentItemChunkResolver extends ResolverBase {
|
|
9011
|
+
RunMJContentItemChunkViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
9012
|
+
RunMJContentItemChunkViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
9013
|
+
RunMJContentItemChunkDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
9014
|
+
MJContentItemChunk(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJContentItemChunk_ | null>;
|
|
9015
|
+
MJContentItemChunks_ParentChunkIDArray(mjcontentitemchunk_: MJContentItemChunk_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9016
|
+
CreateMJContentItemChunk(input: CreateMJContentItemChunkInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9017
|
+
UpdateMJContentItemChunk(input: UpdateMJContentItemChunkInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9018
|
+
DeleteMJContentItemChunk(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9019
|
+
}
|
|
8821
9020
|
export declare class MJContentItemDuplicate_ {
|
|
8822
9021
|
ID: string;
|
|
8823
9022
|
ContentItemAID: string;
|
|
@@ -8949,17 +9148,24 @@ export declare class MJContentItem_ {
|
|
|
8949
9148
|
EmbeddingModelID?: string;
|
|
8950
9149
|
TaggingStatus: string;
|
|
8951
9150
|
LastTaggedAt?: Date;
|
|
9151
|
+
VectorRecordID?: string;
|
|
9152
|
+
ParentID?: string;
|
|
9153
|
+
DisplayLink?: string;
|
|
8952
9154
|
ContentSource?: string;
|
|
8953
9155
|
ContentType: string;
|
|
8954
9156
|
ContentSourceType: string;
|
|
8955
9157
|
ContentFileType: string;
|
|
8956
9158
|
EntityRecordDocument?: string;
|
|
8957
9159
|
EmbeddingModel?: string;
|
|
9160
|
+
Parent?: string;
|
|
9161
|
+
RootParentID?: string;
|
|
8958
9162
|
MJContentItemAttributes_ContentItemIDArray: MJContentItemAttribute_[];
|
|
8959
9163
|
MJContentItemTags_ItemIDArray: MJContentItemTag_[];
|
|
8960
9164
|
MJContentItemDuplicates_ContentItemAIDArray: MJContentItemDuplicate_[];
|
|
8961
9165
|
MJContentItemDuplicates_ContentItemBIDArray: MJContentItemDuplicate_[];
|
|
9166
|
+
MJContentItems_ParentIDArray: MJContentItem_[];
|
|
8962
9167
|
MJTagSuggestions_SourceContentItemIDArray: MJTagSuggestion_[];
|
|
9168
|
+
MJContentItemChunks_ContentItemIDArray: MJContentItemChunk_[];
|
|
8963
9169
|
}
|
|
8964
9170
|
export declare class CreateMJContentItemInput {
|
|
8965
9171
|
ID?: string;
|
|
@@ -8978,6 +9184,9 @@ export declare class CreateMJContentItemInput {
|
|
|
8978
9184
|
EmbeddingModelID: string | null;
|
|
8979
9185
|
TaggingStatus?: string;
|
|
8980
9186
|
LastTaggedAt: Date | null;
|
|
9187
|
+
VectorRecordID: string | null;
|
|
9188
|
+
ParentID: string | null;
|
|
9189
|
+
DisplayLink: string | null;
|
|
8981
9190
|
RestoreContext___?: RestoreContextInput;
|
|
8982
9191
|
}
|
|
8983
9192
|
export declare class UpdateMJContentItemInput {
|
|
@@ -8997,6 +9206,9 @@ export declare class UpdateMJContentItemInput {
|
|
|
8997
9206
|
EmbeddingModelID?: string | null;
|
|
8998
9207
|
TaggingStatus?: string;
|
|
8999
9208
|
LastTaggedAt?: Date | null;
|
|
9209
|
+
VectorRecordID?: string | null;
|
|
9210
|
+
ParentID?: string | null;
|
|
9211
|
+
DisplayLink?: string | null;
|
|
9000
9212
|
OldValues___?: KeyValuePairInput[];
|
|
9001
9213
|
RestoreContext___?: RestoreContextInput;
|
|
9002
9214
|
}
|
|
@@ -9018,7 +9230,9 @@ export declare class MJContentItemResolver extends ResolverBase {
|
|
|
9018
9230
|
MJContentItemTags_ItemIDArray(mjcontentitem_: MJContentItem_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9019
9231
|
MJContentItemDuplicates_ContentItemAIDArray(mjcontentitem_: MJContentItem_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9020
9232
|
MJContentItemDuplicates_ContentItemBIDArray(mjcontentitem_: MJContentItem_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9233
|
+
MJContentItems_ParentIDArray(mjcontentitem_: MJContentItem_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9021
9234
|
MJTagSuggestions_SourceContentItemIDArray(mjcontentitem_: MJContentItem_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9235
|
+
MJContentItemChunks_ContentItemIDArray(mjcontentitem_: MJContentItem_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9022
9236
|
CreateMJContentItem(input: CreateMJContentItemInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9023
9237
|
UpdateMJContentItem(input: UpdateMJContentItemInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9024
9238
|
DeleteMJContentItem(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -9370,6 +9584,8 @@ export declare class MJContentSource_ {
|
|
|
9370
9584
|
EntityID?: string;
|
|
9371
9585
|
EntityDocumentID?: string;
|
|
9372
9586
|
ScheduledActionID?: string;
|
|
9587
|
+
SegmenterKey?: string;
|
|
9588
|
+
CleanerKey?: string;
|
|
9373
9589
|
ContentType: string;
|
|
9374
9590
|
ContentSourceType: string;
|
|
9375
9591
|
ContentFileType: string;
|
|
@@ -9397,6 +9613,8 @@ export declare class CreateMJContentSourceInput {
|
|
|
9397
9613
|
EntityID: string | null;
|
|
9398
9614
|
EntityDocumentID: string | null;
|
|
9399
9615
|
ScheduledActionID: string | null;
|
|
9616
|
+
SegmenterKey: string | null;
|
|
9617
|
+
CleanerKey: string | null;
|
|
9400
9618
|
RestoreContext___?: RestoreContextInput;
|
|
9401
9619
|
}
|
|
9402
9620
|
export declare class UpdateMJContentSourceInput {
|
|
@@ -9412,6 +9630,8 @@ export declare class UpdateMJContentSourceInput {
|
|
|
9412
9630
|
EntityID?: string | null;
|
|
9413
9631
|
EntityDocumentID?: string | null;
|
|
9414
9632
|
ScheduledActionID?: string | null;
|
|
9633
|
+
SegmenterKey?: string | null;
|
|
9634
|
+
CleanerKey?: string | null;
|
|
9415
9635
|
OldValues___?: KeyValuePairInput[];
|
|
9416
9636
|
RestoreContext___?: RestoreContextInput;
|
|
9417
9637
|
}
|
|
@@ -9494,6 +9714,8 @@ export declare class MJContentType_ {
|
|
|
9494
9714
|
EmbeddingModelID?: string;
|
|
9495
9715
|
VectorIndexID?: string;
|
|
9496
9716
|
Configuration?: string;
|
|
9717
|
+
SegmenterKey?: string;
|
|
9718
|
+
CleanerKey?: string;
|
|
9497
9719
|
AIModel: string;
|
|
9498
9720
|
EmbeddingModel?: string;
|
|
9499
9721
|
VectorIndex?: string;
|
|
@@ -9510,6 +9732,8 @@ export declare class CreateMJContentTypeInput {
|
|
|
9510
9732
|
EmbeddingModelID: string | null;
|
|
9511
9733
|
VectorIndexID: string | null;
|
|
9512
9734
|
Configuration: string | null;
|
|
9735
|
+
SegmenterKey: string | null;
|
|
9736
|
+
CleanerKey: string | null;
|
|
9513
9737
|
RestoreContext___?: RestoreContextInput;
|
|
9514
9738
|
}
|
|
9515
9739
|
export declare class UpdateMJContentTypeInput {
|
|
@@ -9522,6 +9746,8 @@ export declare class UpdateMJContentTypeInput {
|
|
|
9522
9746
|
EmbeddingModelID?: string | null;
|
|
9523
9747
|
VectorIndexID?: string | null;
|
|
9524
9748
|
Configuration?: string | null;
|
|
9749
|
+
SegmenterKey?: string | null;
|
|
9750
|
+
CleanerKey?: string | null;
|
|
9525
9751
|
OldValues___?: KeyValuePairInput[];
|
|
9526
9752
|
RestoreContext___?: RestoreContextInput;
|
|
9527
9753
|
}
|
|
@@ -9695,6 +9921,46 @@ export declare class MJConversationArtifactResolver extends ResolverBase {
|
|
|
9695
9921
|
UpdateMJConversationArtifact(input: UpdateMJConversationArtifactInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9696
9922
|
DeleteMJConversationArtifact(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9697
9923
|
}
|
|
9924
|
+
export declare class MJConversationCompactionRun_ {
|
|
9925
|
+
ID: string;
|
|
9926
|
+
ConversationDetailID: string;
|
|
9927
|
+
PromptRunID: string;
|
|
9928
|
+
_mj__CreatedAt: Date;
|
|
9929
|
+
_mj__UpdatedAt: Date;
|
|
9930
|
+
ConversationDetail?: string;
|
|
9931
|
+
PromptRun?: string;
|
|
9932
|
+
}
|
|
9933
|
+
export declare class CreateMJConversationCompactionRunInput {
|
|
9934
|
+
ID?: string;
|
|
9935
|
+
ConversationDetailID?: string;
|
|
9936
|
+
PromptRunID?: string;
|
|
9937
|
+
RestoreContext___?: RestoreContextInput;
|
|
9938
|
+
}
|
|
9939
|
+
export declare class UpdateMJConversationCompactionRunInput {
|
|
9940
|
+
ID: string;
|
|
9941
|
+
ConversationDetailID?: string;
|
|
9942
|
+
PromptRunID?: string;
|
|
9943
|
+
OldValues___?: KeyValuePairInput[];
|
|
9944
|
+
RestoreContext___?: RestoreContextInput;
|
|
9945
|
+
}
|
|
9946
|
+
export declare class RunMJConversationCompactionRunViewResult {
|
|
9947
|
+
Results: MJConversationCompactionRun_[];
|
|
9948
|
+
UserViewRunID?: string;
|
|
9949
|
+
RowCount: number;
|
|
9950
|
+
TotalRowCount: number;
|
|
9951
|
+
ExecutionTime: number;
|
|
9952
|
+
ErrorMessage?: string;
|
|
9953
|
+
Success: boolean;
|
|
9954
|
+
}
|
|
9955
|
+
export declare class MJConversationCompactionRunResolver extends ResolverBase {
|
|
9956
|
+
RunMJConversationCompactionRunViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
9957
|
+
RunMJConversationCompactionRunViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
9958
|
+
RunMJConversationCompactionRunDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
9959
|
+
MJConversationCompactionRun(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJConversationCompactionRun_ | null>;
|
|
9960
|
+
CreateMJConversationCompactionRun(input: CreateMJConversationCompactionRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9961
|
+
UpdateMJConversationCompactionRun(input: UpdateMJConversationCompactionRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9962
|
+
DeleteMJConversationCompactionRun(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9963
|
+
}
|
|
9698
9964
|
export declare class MJConversationDetailArtifact_ {
|
|
9699
9965
|
ID: string;
|
|
9700
9966
|
ConversationDetailID: string;
|
|
@@ -9895,6 +10161,7 @@ export declare class MJConversationDetail_ {
|
|
|
9895
10161
|
UtteranceStartMs?: number;
|
|
9896
10162
|
UtteranceEndMs?: number;
|
|
9897
10163
|
MediaType?: string;
|
|
10164
|
+
Sequence: number;
|
|
9898
10165
|
Conversation?: string;
|
|
9899
10166
|
User?: string;
|
|
9900
10167
|
Artifact?: string;
|
|
@@ -9912,6 +10179,7 @@ export declare class MJConversationDetail_ {
|
|
|
9912
10179
|
MJConversationDetails_ParentIDArray: MJConversationDetail_[];
|
|
9913
10180
|
MJAIAgentExamples_SourceConversationDetailIDArray: MJAIAgentExample_[];
|
|
9914
10181
|
MJTasks_ConversationDetailIDArray: MJTask_[];
|
|
10182
|
+
MJConversationCompactionRuns_ConversationDetailIDArray: MJConversationCompactionRun_[];
|
|
9915
10183
|
}
|
|
9916
10184
|
export declare class CreateMJConversationDetailInput {
|
|
9917
10185
|
ID?: string;
|
|
@@ -10003,6 +10271,7 @@ export declare class MJConversationDetailResolver extends ResolverBase {
|
|
|
10003
10271
|
MJConversationDetails_ParentIDArray(mjconversationdetail_: MJConversationDetail_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10004
10272
|
MJAIAgentExamples_SourceConversationDetailIDArray(mjconversationdetail_: MJConversationDetail_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10005
10273
|
MJTasks_ConversationDetailIDArray(mjconversationdetail_: MJConversationDetail_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10274
|
+
MJConversationCompactionRuns_ConversationDetailIDArray(mjconversationdetail_: MJConversationDetail_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10006
10275
|
CreateMJConversationDetail(input: CreateMJConversationDetailInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10007
10276
|
UpdateMJConversationDetail(input: UpdateMJConversationDetailInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10008
10277
|
DeleteMJConversationDetail(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -17081,6 +17350,8 @@ export declare class MJOpenApp_ {
|
|
|
17081
17350
|
_mj__CreatedAt: Date;
|
|
17082
17351
|
_mj__UpdatedAt: Date;
|
|
17083
17352
|
Subpath?: string;
|
|
17353
|
+
LastCompletedStep?: string;
|
|
17354
|
+
LastCompletedStepTargetVersion?: string;
|
|
17084
17355
|
InstalledByUser: string;
|
|
17085
17356
|
MJOpenAppDependencies_DependsOnAppIDArray: MJOpenAppDependency_[];
|
|
17086
17357
|
MJOpenAppDependencies_OpenAppIDArray: MJOpenAppDependency_[];
|
|
@@ -17106,6 +17377,8 @@ export declare class CreateMJOpenAppInput {
|
|
|
17106
17377
|
InstalledByUserID?: string;
|
|
17107
17378
|
Status?: string;
|
|
17108
17379
|
Subpath: string | null;
|
|
17380
|
+
LastCompletedStep: string | null;
|
|
17381
|
+
LastCompletedStepTargetVersion: string | null;
|
|
17109
17382
|
RestoreContext___?: RestoreContextInput;
|
|
17110
17383
|
}
|
|
17111
17384
|
export declare class UpdateMJOpenAppInput {
|
|
@@ -17128,6 +17401,8 @@ export declare class UpdateMJOpenAppInput {
|
|
|
17128
17401
|
InstalledByUserID?: string;
|
|
17129
17402
|
Status?: string;
|
|
17130
17403
|
Subpath?: string | null;
|
|
17404
|
+
LastCompletedStep?: string | null;
|
|
17405
|
+
LastCompletedStepTargetVersion?: string | null;
|
|
17131
17406
|
OldValues___?: KeyValuePairInput[];
|
|
17132
17407
|
RestoreContext___?: RestoreContextInput;
|
|
17133
17408
|
}
|
|
@@ -20476,9 +20751,13 @@ export declare class MJSearchExecutionLog_ {
|
|
|
20476
20751
|
ProvidersJSON?: string;
|
|
20477
20752
|
_mj__CreatedAt: Date;
|
|
20478
20753
|
_mj__UpdatedAt: Date;
|
|
20754
|
+
AISkillID?: string;
|
|
20755
|
+
PrimaryScopeRecordID?: string;
|
|
20756
|
+
ScopeDecisionJSON?: string;
|
|
20479
20757
|
SearchScope?: string;
|
|
20480
20758
|
User?: string;
|
|
20481
20759
|
AIAgent?: string;
|
|
20760
|
+
AISkill?: string;
|
|
20482
20761
|
}
|
|
20483
20762
|
export declare class CreateMJSearchExecutionLogInput {
|
|
20484
20763
|
ID?: string;
|
|
@@ -20493,6 +20772,9 @@ export declare class CreateMJSearchExecutionLogInput {
|
|
|
20493
20772
|
Status?: string;
|
|
20494
20773
|
FailureReason: string | null;
|
|
20495
20774
|
ProvidersJSON: string | null;
|
|
20775
|
+
AISkillID: string | null;
|
|
20776
|
+
PrimaryScopeRecordID: string | null;
|
|
20777
|
+
ScopeDecisionJSON: string | null;
|
|
20496
20778
|
RestoreContext___?: RestoreContextInput;
|
|
20497
20779
|
}
|
|
20498
20780
|
export declare class UpdateMJSearchExecutionLogInput {
|
|
@@ -20508,6 +20790,9 @@ export declare class UpdateMJSearchExecutionLogInput {
|
|
|
20508
20790
|
Status?: string;
|
|
20509
20791
|
FailureReason?: string | null;
|
|
20510
20792
|
ProvidersJSON?: string | null;
|
|
20793
|
+
AISkillID?: string | null;
|
|
20794
|
+
PrimaryScopeRecordID?: string | null;
|
|
20795
|
+
ScopeDecisionJSON?: string | null;
|
|
20511
20796
|
OldValues___?: KeyValuePairInput[];
|
|
20512
20797
|
RestoreContext___?: RestoreContextInput;
|
|
20513
20798
|
}
|
|
@@ -20608,6 +20893,7 @@ export declare class MJSearchScopeEntity_ {
|
|
|
20608
20893
|
UserSearchString?: string;
|
|
20609
20894
|
_mj__CreatedAt: Date;
|
|
20610
20895
|
_mj__UpdatedAt: Date;
|
|
20896
|
+
RequiredMetadataKeys?: string;
|
|
20611
20897
|
SearchScope: string;
|
|
20612
20898
|
Entity: string;
|
|
20613
20899
|
}
|
|
@@ -20617,6 +20903,7 @@ export declare class CreateMJSearchScopeEntityInput {
|
|
|
20617
20903
|
EntityID?: string;
|
|
20618
20904
|
ExtraFilter: string | null;
|
|
20619
20905
|
UserSearchString: string | null;
|
|
20906
|
+
RequiredMetadataKeys: string | null;
|
|
20620
20907
|
RestoreContext___?: RestoreContextInput;
|
|
20621
20908
|
}
|
|
20622
20909
|
export declare class UpdateMJSearchScopeEntityInput {
|
|
@@ -20625,6 +20912,7 @@ export declare class UpdateMJSearchScopeEntityInput {
|
|
|
20625
20912
|
EntityID?: string;
|
|
20626
20913
|
ExtraFilter?: string | null;
|
|
20627
20914
|
UserSearchString?: string | null;
|
|
20915
|
+
RequiredMetadataKeys?: string | null;
|
|
20628
20916
|
OldValues___?: KeyValuePairInput[];
|
|
20629
20917
|
RestoreContext___?: RestoreContextInput;
|
|
20630
20918
|
}
|
|
@@ -20656,6 +20944,7 @@ export declare class MJSearchScopeExternalIndex_ {
|
|
|
20656
20944
|
MetadataFilter?: string;
|
|
20657
20945
|
_mj__CreatedAt: Date;
|
|
20658
20946
|
_mj__UpdatedAt: Date;
|
|
20947
|
+
RequiredMetadataKeys?: string;
|
|
20659
20948
|
SearchScope: string;
|
|
20660
20949
|
VectorIndex?: string;
|
|
20661
20950
|
}
|
|
@@ -20667,6 +20956,7 @@ export declare class CreateMJSearchScopeExternalIndexInput {
|
|
|
20667
20956
|
ExternalIndexName: string | null;
|
|
20668
20957
|
ExternalIndexConfig: string | null;
|
|
20669
20958
|
MetadataFilter: string | null;
|
|
20959
|
+
RequiredMetadataKeys: string | null;
|
|
20670
20960
|
RestoreContext___?: RestoreContextInput;
|
|
20671
20961
|
}
|
|
20672
20962
|
export declare class UpdateMJSearchScopeExternalIndexInput {
|
|
@@ -20677,6 +20967,7 @@ export declare class UpdateMJSearchScopeExternalIndexInput {
|
|
|
20677
20967
|
ExternalIndexName?: string | null;
|
|
20678
20968
|
ExternalIndexConfig?: string | null;
|
|
20679
20969
|
MetadataFilter?: string | null;
|
|
20970
|
+
RequiredMetadataKeys?: string | null;
|
|
20680
20971
|
OldValues___?: KeyValuePairInput[];
|
|
20681
20972
|
RestoreContext___?: RestoreContextInput;
|
|
20682
20973
|
}
|
|
@@ -20706,6 +20997,9 @@ export declare class MJSearchScopePermission_ {
|
|
|
20706
20997
|
PermissionLevel: string;
|
|
20707
20998
|
_mj__CreatedAt: Date;
|
|
20708
20999
|
_mj__UpdatedAt: Date;
|
|
21000
|
+
StartAt?: Date;
|
|
21001
|
+
EndAt?: Date;
|
|
21002
|
+
PrimaryScopeRecordID?: string;
|
|
20709
21003
|
SearchScope: string;
|
|
20710
21004
|
User?: string;
|
|
20711
21005
|
Role?: string;
|
|
@@ -20716,6 +21010,9 @@ export declare class CreateMJSearchScopePermissionInput {
|
|
|
20716
21010
|
UserID: string | null;
|
|
20717
21011
|
RoleID: string | null;
|
|
20718
21012
|
PermissionLevel?: string;
|
|
21013
|
+
StartAt: Date | null;
|
|
21014
|
+
EndAt: Date | null;
|
|
21015
|
+
PrimaryScopeRecordID: string | null;
|
|
20719
21016
|
RestoreContext___?: RestoreContextInput;
|
|
20720
21017
|
}
|
|
20721
21018
|
export declare class UpdateMJSearchScopePermissionInput {
|
|
@@ -20724,6 +21021,9 @@ export declare class UpdateMJSearchScopePermissionInput {
|
|
|
20724
21021
|
UserID?: string | null;
|
|
20725
21022
|
RoleID?: string | null;
|
|
20726
21023
|
PermissionLevel?: string;
|
|
21024
|
+
StartAt?: Date | null;
|
|
21025
|
+
EndAt?: Date | null;
|
|
21026
|
+
PrimaryScopeRecordID?: string | null;
|
|
20727
21027
|
OldValues___?: KeyValuePairInput[];
|
|
20728
21028
|
RestoreContext___?: RestoreContextInput;
|
|
20729
21029
|
}
|
|
@@ -20917,6 +21217,7 @@ export declare class MJSearchScope_ {
|
|
|
20917
21217
|
MJSearchScopeTestQueries_SearchScopeIDArray: MJSearchScopeTestQuery_[];
|
|
20918
21218
|
MJAIAgentSearchScopes_SearchScopeIDArray: MJAIAgentSearchScope_[];
|
|
20919
21219
|
MJSearchExecutionLogs_SearchScopeIDArray: MJSearchExecutionLog_[];
|
|
21220
|
+
MJAISkillSearchScopes_SearchScopeIDArray: MJAISkillSearchScope_[];
|
|
20920
21221
|
}
|
|
20921
21222
|
export declare class CreateMJSearchScopeInput {
|
|
20922
21223
|
ID?: string;
|
|
@@ -20973,6 +21274,7 @@ export declare class MJSearchScopeResolver extends ResolverBase {
|
|
|
20973
21274
|
MJSearchScopeTestQueries_SearchScopeIDArray(mjsearchscope_: MJSearchScope_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20974
21275
|
MJAIAgentSearchScopes_SearchScopeIDArray(mjsearchscope_: MJSearchScope_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20975
21276
|
MJSearchExecutionLogs_SearchScopeIDArray(mjsearchscope_: MJSearchScope_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
21277
|
+
MJAISkillSearchScopes_SearchScopeIDArray(mjsearchscope_: MJSearchScope_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20976
21278
|
CreateMJSearchScope(input: CreateMJSearchScopeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20977
21279
|
UpdateMJSearchScope(input: UpdateMJSearchScopeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20978
21280
|
DeleteMJSearchScope(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -23089,6 +23391,71 @@ export declare class MJTestResolver extends ResolverBase {
|
|
|
23089
23391
|
UpdateMJTest(input: UpdateMJTestInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
23090
23392
|
DeleteMJTest(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
23091
23393
|
}
|
|
23394
|
+
export declare class MJTheme_ {
|
|
23395
|
+
ID: string;
|
|
23396
|
+
Name: string;
|
|
23397
|
+
Description?: string;
|
|
23398
|
+
Seeds: string;
|
|
23399
|
+
LightMarkURL?: string;
|
|
23400
|
+
DarkMarkURL?: string;
|
|
23401
|
+
WordmarkURL?: string;
|
|
23402
|
+
MonochromeURL?: string;
|
|
23403
|
+
IsDefault: boolean;
|
|
23404
|
+
Status: string;
|
|
23405
|
+
Overrides?: string;
|
|
23406
|
+
CustomCSS?: string;
|
|
23407
|
+
_mj__CreatedAt: Date;
|
|
23408
|
+
_mj__UpdatedAt: Date;
|
|
23409
|
+
}
|
|
23410
|
+
export declare class CreateMJThemeInput {
|
|
23411
|
+
ID?: string;
|
|
23412
|
+
Name?: string;
|
|
23413
|
+
Description: string | null;
|
|
23414
|
+
Seeds?: string;
|
|
23415
|
+
LightMarkURL: string | null;
|
|
23416
|
+
DarkMarkURL: string | null;
|
|
23417
|
+
WordmarkURL: string | null;
|
|
23418
|
+
MonochromeURL: string | null;
|
|
23419
|
+
IsDefault?: boolean;
|
|
23420
|
+
Status?: string;
|
|
23421
|
+
Overrides: string | null;
|
|
23422
|
+
CustomCSS: string | null;
|
|
23423
|
+
RestoreContext___?: RestoreContextInput;
|
|
23424
|
+
}
|
|
23425
|
+
export declare class UpdateMJThemeInput {
|
|
23426
|
+
ID: string;
|
|
23427
|
+
Name?: string;
|
|
23428
|
+
Description?: string | null;
|
|
23429
|
+
Seeds?: string;
|
|
23430
|
+
LightMarkURL?: string | null;
|
|
23431
|
+
DarkMarkURL?: string | null;
|
|
23432
|
+
WordmarkURL?: string | null;
|
|
23433
|
+
MonochromeURL?: string | null;
|
|
23434
|
+
IsDefault?: boolean;
|
|
23435
|
+
Status?: string;
|
|
23436
|
+
Overrides?: string | null;
|
|
23437
|
+
CustomCSS?: string | null;
|
|
23438
|
+
OldValues___?: KeyValuePairInput[];
|
|
23439
|
+
RestoreContext___?: RestoreContextInput;
|
|
23440
|
+
}
|
|
23441
|
+
export declare class RunMJThemeViewResult {
|
|
23442
|
+
Results: MJTheme_[];
|
|
23443
|
+
UserViewRunID?: string;
|
|
23444
|
+
RowCount: number;
|
|
23445
|
+
TotalRowCount: number;
|
|
23446
|
+
ExecutionTime: number;
|
|
23447
|
+
ErrorMessage?: string;
|
|
23448
|
+
Success: boolean;
|
|
23449
|
+
}
|
|
23450
|
+
export declare class MJThemeResolver extends ResolverBase {
|
|
23451
|
+
RunMJThemeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
23452
|
+
RunMJThemeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
23453
|
+
RunMJThemeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
23454
|
+
MJTheme(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJTheme_ | null>;
|
|
23455
|
+
CreateMJTheme(input: CreateMJThemeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
23456
|
+
UpdateMJTheme(input: UpdateMJThemeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
23457
|
+
DeleteMJTheme(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
23458
|
+
}
|
|
23092
23459
|
export declare class MJUserApplicationEntity_ {
|
|
23093
23460
|
ID: string;
|
|
23094
23461
|
UserApplicationID: string;
|