@memberjunction/server 5.23.0 → 5.25.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/agents/skip-sdk.d.ts +12 -0
- package/dist/agents/skip-sdk.d.ts.map +1 -1
- package/dist/agents/skip-sdk.js +70 -1
- package/dist/agents/skip-sdk.js.map +1 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +11 -0
- package/dist/config.js.map +1 -1
- package/dist/generated/generated.d.ts +954 -0
- package/dist/generated/generated.d.ts.map +1 -1
- package/dist/generated/generated.js +26108 -20749
- package/dist/generated/generated.js.map +1 -1
- package/dist/generic/RunViewResolver.d.ts.map +1 -1
- package/dist/generic/RunViewResolver.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/resolvers/ArtifactFileResolver.d.ts +15 -0
- package/dist/resolvers/ArtifactFileResolver.d.ts.map +1 -0
- package/dist/resolvers/ArtifactFileResolver.js +74 -0
- package/dist/resolvers/ArtifactFileResolver.js.map +1 -0
- package/dist/resolvers/AutotagPipelineResolver.d.ts +23 -1
- package/dist/resolvers/AutotagPipelineResolver.d.ts.map +1 -1
- package/dist/resolvers/AutotagPipelineResolver.js +197 -13
- package/dist/resolvers/AutotagPipelineResolver.js.map +1 -1
- package/dist/resolvers/FetchEntityVectorsResolver.d.ts.map +1 -1
- package/dist/resolvers/FetchEntityVectorsResolver.js +6 -2
- package/dist/resolvers/FetchEntityVectorsResolver.js.map +1 -1
- package/dist/resolvers/FileResolver.d.ts.map +1 -1
- package/dist/resolvers/FileResolver.js +12 -32
- package/dist/resolvers/FileResolver.js.map +1 -1
- package/dist/resolvers/GeoResolver.d.ts +58 -0
- package/dist/resolvers/GeoResolver.d.ts.map +1 -0
- package/dist/resolvers/GeoResolver.js +302 -0
- package/dist/resolvers/GeoResolver.js.map +1 -0
- package/dist/resolvers/RunAIAgentResolver.d.ts +34 -1
- package/dist/resolvers/RunAIAgentResolver.d.ts.map +1 -1
- package/dist/resolvers/RunAIAgentResolver.js +183 -48
- package/dist/resolvers/RunAIAgentResolver.js.map +1 -1
- package/dist/resolvers/SearchKnowledgeResolver.d.ts +23 -41
- package/dist/resolvers/SearchKnowledgeResolver.d.ts.map +1 -1
- package/dist/resolvers/SearchKnowledgeResolver.js +133 -382
- package/dist/resolvers/SearchKnowledgeResolver.js.map +1 -1
- package/dist/resolvers/SearchKnowledgeSystemUserResolver.d.ts +19 -0
- package/dist/resolvers/SearchKnowledgeSystemUserResolver.d.ts.map +1 -0
- package/dist/resolvers/SearchKnowledgeSystemUserResolver.js +149 -0
- package/dist/resolvers/SearchKnowledgeSystemUserResolver.js.map +1 -0
- package/package.json +63 -63
- package/src/__tests__/search-knowledge-tags.test.ts +255 -0
- package/src/__tests__/skip-sdk-organic-keys.test.ts +274 -0
- package/src/agents/skip-sdk.ts +83 -2
- package/src/config.ts +11 -0
- package/src/generated/generated.ts +3690 -1
- package/src/generic/RunViewResolver.ts +1 -0
- package/src/index.ts +2 -0
- package/src/resolvers/ArtifactFileResolver.ts +71 -0
- package/src/resolvers/AutotagPipelineResolver.ts +213 -10
- package/src/resolvers/FetchEntityVectorsResolver.ts +6 -2
- package/src/resolvers/FileResolver.ts +12 -41
- package/src/resolvers/GeoResolver.ts +258 -0
- package/src/resolvers/RunAIAgentResolver.ts +229 -76
- package/src/resolvers/SearchKnowledgeResolver.ts +118 -462
- package/src/resolvers/SearchKnowledgeSystemUserResolver.ts +138 -0
|
@@ -775,7 +775,9 @@ export declare class MJAIAgentCategory_ {
|
|
|
775
775
|
Status: string;
|
|
776
776
|
_mj__CreatedAt: Date;
|
|
777
777
|
_mj__UpdatedAt: Date;
|
|
778
|
+
DefaultStorageAccountID?: string;
|
|
778
779
|
Parent?: string;
|
|
780
|
+
DefaultStorageAccount?: string;
|
|
779
781
|
RootParentID?: string;
|
|
780
782
|
MJAIAgentCategories_ParentIDArray: MJAIAgentCategory_[];
|
|
781
783
|
MJAIAgents_CategoryIDArray: MJAIAgent_[];
|
|
@@ -787,6 +789,7 @@ export declare class CreateMJAIAgentCategoryInput {
|
|
|
787
789
|
ParentID: string | null;
|
|
788
790
|
AssignmentStrategy: string | null;
|
|
789
791
|
Status?: string;
|
|
792
|
+
DefaultStorageAccountID: string | null;
|
|
790
793
|
}
|
|
791
794
|
export declare class UpdateMJAIAgentCategoryInput {
|
|
792
795
|
ID: string;
|
|
@@ -795,6 +798,7 @@ export declare class UpdateMJAIAgentCategoryInput {
|
|
|
795
798
|
ParentID?: string | null;
|
|
796
799
|
AssignmentStrategy?: string | null;
|
|
797
800
|
Status?: string;
|
|
801
|
+
DefaultStorageAccountID?: string | null;
|
|
798
802
|
OldValues___?: KeyValuePairInput[];
|
|
799
803
|
}
|
|
800
804
|
export declare class RunMJAIAgentCategoryViewResult {
|
|
@@ -2230,7 +2234,9 @@ export declare class MJAIAgentType_ {
|
|
|
2230
2234
|
UIFormSectionExpandedByDefault: boolean;
|
|
2231
2235
|
PromptParamsSchema?: string;
|
|
2232
2236
|
AssignmentStrategy?: string;
|
|
2237
|
+
DefaultStorageAccountID?: string;
|
|
2233
2238
|
SystemPrompt?: string;
|
|
2239
|
+
DefaultStorageAccount?: string;
|
|
2234
2240
|
MJAIAgents_TypeIDArray: MJAIAgent_[];
|
|
2235
2241
|
}
|
|
2236
2242
|
export declare class CreateMJAIAgentTypeInput {
|
|
@@ -2246,6 +2252,7 @@ export declare class CreateMJAIAgentTypeInput {
|
|
|
2246
2252
|
UIFormSectionExpandedByDefault?: boolean;
|
|
2247
2253
|
PromptParamsSchema: string | null;
|
|
2248
2254
|
AssignmentStrategy: string | null;
|
|
2255
|
+
DefaultStorageAccountID: string | null;
|
|
2249
2256
|
}
|
|
2250
2257
|
export declare class UpdateMJAIAgentTypeInput {
|
|
2251
2258
|
ID: string;
|
|
@@ -2260,6 +2267,7 @@ export declare class UpdateMJAIAgentTypeInput {
|
|
|
2260
2267
|
UIFormSectionExpandedByDefault?: boolean;
|
|
2261
2268
|
PromptParamsSchema?: string | null;
|
|
2262
2269
|
AssignmentStrategy?: string | null;
|
|
2270
|
+
DefaultStorageAccountID?: string | null;
|
|
2263
2271
|
OldValues___?: KeyValuePairInput[];
|
|
2264
2272
|
}
|
|
2265
2273
|
export declare class RunMJAIAgentTypeViewResult {
|
|
@@ -2345,6 +2353,7 @@ export declare class MJAIAgent_ {
|
|
|
2345
2353
|
RerankerConfiguration?: string;
|
|
2346
2354
|
CategoryID?: string;
|
|
2347
2355
|
AllowEphemeralClientTools: boolean;
|
|
2356
|
+
DefaultStorageAccountID?: string;
|
|
2348
2357
|
Parent?: string;
|
|
2349
2358
|
ContextCompressionPrompt?: string;
|
|
2350
2359
|
Type?: string;
|
|
@@ -2352,6 +2361,7 @@ export declare class MJAIAgent_ {
|
|
|
2352
2361
|
OwnerUser: string;
|
|
2353
2362
|
AttachmentStorageProvider?: string;
|
|
2354
2363
|
Category?: string;
|
|
2364
|
+
DefaultStorageAccount?: string;
|
|
2355
2365
|
RootParentID?: string;
|
|
2356
2366
|
MJAIAgentActions_AgentIDArray: MJAIAgentAction_[];
|
|
2357
2367
|
MJAIAgentModels_AgentIDArray: MJAIAgentModel_[];
|
|
@@ -2439,6 +2449,7 @@ export declare class CreateMJAIAgentInput {
|
|
|
2439
2449
|
RerankerConfiguration: string | null;
|
|
2440
2450
|
CategoryID: string | null;
|
|
2441
2451
|
AllowEphemeralClientTools?: boolean;
|
|
2452
|
+
DefaultStorageAccountID: string | null;
|
|
2442
2453
|
}
|
|
2443
2454
|
export declare class UpdateMJAIAgentInput {
|
|
2444
2455
|
ID: string;
|
|
@@ -2502,6 +2513,7 @@ export declare class UpdateMJAIAgentInput {
|
|
|
2502
2513
|
RerankerConfiguration?: string | null;
|
|
2503
2514
|
CategoryID?: string | null;
|
|
2504
2515
|
AllowEphemeralClientTools?: boolean;
|
|
2516
|
+
DefaultStorageAccountID?: string | null;
|
|
2505
2517
|
OldValues___?: KeyValuePairInput[];
|
|
2506
2518
|
}
|
|
2507
2519
|
export declare class RunMJAIAgentViewResult {
|
|
@@ -3377,6 +3389,7 @@ export declare class MJAIModel_ {
|
|
|
3377
3389
|
MJGeneratedCodes_GeneratedByModelIDArray: MJGeneratedCode_[];
|
|
3378
3390
|
MJAIModelCosts_ModelIDArray: MJAIModelCost_[];
|
|
3379
3391
|
MJContentTypes_EmbeddingModelIDArray: MJContentType_[];
|
|
3392
|
+
MJContentItems_EmbeddingModelIDArray: MJContentItem_[];
|
|
3380
3393
|
MJAIPromptModels_ModelIDArray: MJAIPromptModel_[];
|
|
3381
3394
|
MJContentSources_EmbeddingModelIDArray: MJContentSource_[];
|
|
3382
3395
|
MJAIPromptRuns_OriginalModelIDArray: MJAIPromptRun_[];
|
|
@@ -3461,6 +3474,7 @@ export declare class MJAIModelResolver extends ResolverBase {
|
|
|
3461
3474
|
MJGeneratedCodes_GeneratedByModelIDArray(mjaimodel_: MJAIModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3462
3475
|
MJAIModelCosts_ModelIDArray(mjaimodel_: MJAIModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3463
3476
|
MJContentTypes_EmbeddingModelIDArray(mjaimodel_: MJAIModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3477
|
+
MJContentItems_EmbeddingModelIDArray(mjaimodel_: MJAIModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3464
3478
|
MJAIPromptModels_ModelIDArray(mjaimodel_: MJAIModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3465
3479
|
MJContentSources_EmbeddingModelIDArray(mjaimodel_: MJAIModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3466
3480
|
MJAIPromptRuns_OriginalModelIDArray(mjaimodel_: MJAIModel_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -3766,6 +3780,7 @@ export declare class MJAIPromptRun_ {
|
|
|
3766
3780
|
TestRun?: string;
|
|
3767
3781
|
RootParentID?: string;
|
|
3768
3782
|
RootRerunFromPromptRunID?: string;
|
|
3783
|
+
MJContentProcessRunPromptRuns_AIPromptRunIDArray: MJContentProcessRunPromptRun_[];
|
|
3769
3784
|
MJAIPromptRuns_RerunFromPromptRunIDArray: MJAIPromptRun_[];
|
|
3770
3785
|
MJAIPromptRunMedias_PromptRunIDArray: MJAIPromptRunMedia_[];
|
|
3771
3786
|
MJAIResultCache_PromptRunIDArray: MJAIResultCache_[];
|
|
@@ -3956,6 +3971,7 @@ export declare class MJAIPromptRunResolver extends ResolverBase {
|
|
|
3956
3971
|
RunMJAIPromptRunViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3957
3972
|
RunMJAIPromptRunDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3958
3973
|
MJAIPromptRun(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJAIPromptRun_ | null>;
|
|
3974
|
+
MJContentProcessRunPromptRuns_AIPromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3959
3975
|
MJAIPromptRuns_RerunFromPromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3960
3976
|
MJAIPromptRunMedias_PromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
3961
3977
|
MJAIResultCache_PromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -4857,6 +4873,50 @@ export declare class MJApplicationEntityResolver extends ResolverBase {
|
|
|
4857
4873
|
UpdateMJApplicationEntity(input: UpdateMJApplicationEntityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4858
4874
|
DeleteMJApplicationEntity(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4859
4875
|
}
|
|
4876
|
+
export declare class MJApplicationRole_ {
|
|
4877
|
+
ID: string;
|
|
4878
|
+
ApplicationID: string;
|
|
4879
|
+
RoleID: string;
|
|
4880
|
+
CanAccess: boolean;
|
|
4881
|
+
CanAdmin: boolean;
|
|
4882
|
+
_mj__CreatedAt: Date;
|
|
4883
|
+
_mj__UpdatedAt: Date;
|
|
4884
|
+
Application: string;
|
|
4885
|
+
Role: string;
|
|
4886
|
+
}
|
|
4887
|
+
export declare class CreateMJApplicationRoleInput {
|
|
4888
|
+
ID?: string;
|
|
4889
|
+
ApplicationID?: string;
|
|
4890
|
+
RoleID?: string;
|
|
4891
|
+
CanAccess?: boolean;
|
|
4892
|
+
CanAdmin?: boolean;
|
|
4893
|
+
}
|
|
4894
|
+
export declare class UpdateMJApplicationRoleInput {
|
|
4895
|
+
ID: string;
|
|
4896
|
+
ApplicationID?: string;
|
|
4897
|
+
RoleID?: string;
|
|
4898
|
+
CanAccess?: boolean;
|
|
4899
|
+
CanAdmin?: boolean;
|
|
4900
|
+
OldValues___?: KeyValuePairInput[];
|
|
4901
|
+
}
|
|
4902
|
+
export declare class RunMJApplicationRoleViewResult {
|
|
4903
|
+
Results: MJApplicationRole_[];
|
|
4904
|
+
UserViewRunID?: string;
|
|
4905
|
+
RowCount: number;
|
|
4906
|
+
TotalRowCount: number;
|
|
4907
|
+
ExecutionTime: number;
|
|
4908
|
+
ErrorMessage?: string;
|
|
4909
|
+
Success: boolean;
|
|
4910
|
+
}
|
|
4911
|
+
export declare class MJApplicationRoleResolver extends ResolverBase {
|
|
4912
|
+
RunMJApplicationRoleViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
4913
|
+
RunMJApplicationRoleViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
4914
|
+
RunMJApplicationRoleDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
4915
|
+
MJApplicationRole(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJApplicationRole_ | null>;
|
|
4916
|
+
CreateMJApplicationRole(input: CreateMJApplicationRoleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4917
|
+
UpdateMJApplicationRole(input: UpdateMJApplicationRoleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4918
|
+
DeleteMJApplicationRole(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4919
|
+
}
|
|
4860
4920
|
export declare class MJApplicationSetting_ {
|
|
4861
4921
|
ID: string;
|
|
4862
4922
|
ApplicationID: string;
|
|
@@ -4924,6 +4984,7 @@ export declare class MJApplication_ {
|
|
|
4924
4984
|
MJApplicationSettings_ApplicationIDArray: MJApplicationSetting_[];
|
|
4925
4985
|
MJDashboards_ApplicationIDArray: MJDashboard_[];
|
|
4926
4986
|
MJDashboardUserPreferences_ApplicationIDArray: MJDashboardUserPreference_[];
|
|
4987
|
+
MJApplicationRoles_ApplicationIDArray: MJApplicationRole_[];
|
|
4927
4988
|
}
|
|
4928
4989
|
export declare class CreateMJApplicationInput {
|
|
4929
4990
|
ID?: string;
|
|
@@ -4982,6 +5043,7 @@ export declare class MJApplicationResolver extends ResolverBase {
|
|
|
4982
5043
|
MJApplicationSettings_ApplicationIDArray(mjapplication_: MJApplication_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4983
5044
|
MJDashboards_ApplicationIDArray(mjapplication_: MJApplication_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4984
5045
|
MJDashboardUserPreferences_ApplicationIDArray(mjapplication_: MJApplication_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5046
|
+
MJApplicationRoles_ApplicationIDArray(mjapplication_: MJApplication_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4985
5047
|
CreateMJApplication(input: CreateMJApplicationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4986
5048
|
UpdateMJApplication(input: UpdateMJApplicationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4987
5049
|
DeleteMJApplication(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -5052,6 +5114,7 @@ export declare class MJArtifactType_ {
|
|
|
5052
5114
|
ExtractRules?: string;
|
|
5053
5115
|
DriverClass?: string;
|
|
5054
5116
|
Icon?: string;
|
|
5117
|
+
ContentCategory: string;
|
|
5055
5118
|
Parent?: string;
|
|
5056
5119
|
RootParentID?: string;
|
|
5057
5120
|
MJConversationArtifacts_ArtifactTypeIDArray: MJConversationArtifact_[];
|
|
@@ -5070,6 +5133,7 @@ export declare class CreateMJArtifactTypeInput {
|
|
|
5070
5133
|
ExtractRules: string | null;
|
|
5071
5134
|
DriverClass: string | null;
|
|
5072
5135
|
Icon: string | null;
|
|
5136
|
+
ContentCategory?: string;
|
|
5073
5137
|
}
|
|
5074
5138
|
export declare class UpdateMJArtifactTypeInput {
|
|
5075
5139
|
ID: string;
|
|
@@ -5081,6 +5145,7 @@ export declare class UpdateMJArtifactTypeInput {
|
|
|
5081
5145
|
ExtractRules?: string | null;
|
|
5082
5146
|
DriverClass?: string | null;
|
|
5083
5147
|
Icon?: string | null;
|
|
5148
|
+
ContentCategory?: string;
|
|
5084
5149
|
OldValues___?: KeyValuePairInput[];
|
|
5085
5150
|
}
|
|
5086
5151
|
export declare class RunMJArtifactTypeViewResult {
|
|
@@ -5209,8 +5274,14 @@ export declare class MJArtifactVersion_ {
|
|
|
5209
5274
|
ContentHash?: string;
|
|
5210
5275
|
Name?: string;
|
|
5211
5276
|
Description?: string;
|
|
5277
|
+
FileID?: string;
|
|
5278
|
+
ContentMode: string;
|
|
5279
|
+
MimeType?: string;
|
|
5280
|
+
FileName?: string;
|
|
5281
|
+
ContentSizeBytes?: number;
|
|
5212
5282
|
Artifact: string;
|
|
5213
5283
|
User: string;
|
|
5284
|
+
File?: string;
|
|
5214
5285
|
MJArtifactVersionAttributes_ArtifactVersionIDArray: MJArtifactVersionAttribute_[];
|
|
5215
5286
|
MJCollectionArtifacts_ArtifactVersionIDArray: MJCollectionArtifact_[];
|
|
5216
5287
|
MJConversationDetailArtifacts_ArtifactVersionIDArray: MJConversationDetailArtifact_[];
|
|
@@ -5227,6 +5298,11 @@ export declare class CreateMJArtifactVersionInput {
|
|
|
5227
5298
|
ContentHash: string | null;
|
|
5228
5299
|
Name: string | null;
|
|
5229
5300
|
Description: string | null;
|
|
5301
|
+
FileID: string | null;
|
|
5302
|
+
ContentMode?: string;
|
|
5303
|
+
MimeType: string | null;
|
|
5304
|
+
FileName: string | null;
|
|
5305
|
+
ContentSizeBytes: number | null;
|
|
5230
5306
|
}
|
|
5231
5307
|
export declare class UpdateMJArtifactVersionInput {
|
|
5232
5308
|
ID: string;
|
|
@@ -5239,6 +5315,11 @@ export declare class UpdateMJArtifactVersionInput {
|
|
|
5239
5315
|
ContentHash?: string | null;
|
|
5240
5316
|
Name?: string | null;
|
|
5241
5317
|
Description?: string | null;
|
|
5318
|
+
FileID?: string | null;
|
|
5319
|
+
ContentMode?: string;
|
|
5320
|
+
MimeType?: string | null;
|
|
5321
|
+
FileName?: string | null;
|
|
5322
|
+
ContentSizeBytes?: number | null;
|
|
5242
5323
|
OldValues___?: KeyValuePairInput[];
|
|
5243
5324
|
}
|
|
5244
5325
|
export declare class RunMJArtifactVersionViewResult {
|
|
@@ -6937,6 +7018,63 @@ export declare class MJContentItemAttributeResolver extends ResolverBase {
|
|
|
6937
7018
|
UpdateMJContentItemAttribute(input: UpdateMJContentItemAttributeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6938
7019
|
DeleteMJContentItemAttribute(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6939
7020
|
}
|
|
7021
|
+
export declare class MJContentItemDuplicate_ {
|
|
7022
|
+
ID: string;
|
|
7023
|
+
ContentItemAID: string;
|
|
7024
|
+
ContentItemBID: string;
|
|
7025
|
+
SimilarityScore: number;
|
|
7026
|
+
DetectionMethod: string;
|
|
7027
|
+
Status: string;
|
|
7028
|
+
ResolvedByUserID?: string;
|
|
7029
|
+
ResolvedAt?: Date;
|
|
7030
|
+
Resolution?: string;
|
|
7031
|
+
_mj__CreatedAt: Date;
|
|
7032
|
+
_mj__UpdatedAt: Date;
|
|
7033
|
+
ContentItemA?: string;
|
|
7034
|
+
ContentItemB?: string;
|
|
7035
|
+
ResolvedByUser?: string;
|
|
7036
|
+
}
|
|
7037
|
+
export declare class CreateMJContentItemDuplicateInput {
|
|
7038
|
+
ID?: string;
|
|
7039
|
+
ContentItemAID?: string;
|
|
7040
|
+
ContentItemBID?: string;
|
|
7041
|
+
SimilarityScore?: number;
|
|
7042
|
+
DetectionMethod?: string;
|
|
7043
|
+
Status?: string;
|
|
7044
|
+
ResolvedByUserID: string | null;
|
|
7045
|
+
ResolvedAt: Date | null;
|
|
7046
|
+
Resolution: string | null;
|
|
7047
|
+
}
|
|
7048
|
+
export declare class UpdateMJContentItemDuplicateInput {
|
|
7049
|
+
ID: string;
|
|
7050
|
+
ContentItemAID?: string;
|
|
7051
|
+
ContentItemBID?: string;
|
|
7052
|
+
SimilarityScore?: number;
|
|
7053
|
+
DetectionMethod?: string;
|
|
7054
|
+
Status?: string;
|
|
7055
|
+
ResolvedByUserID?: string | null;
|
|
7056
|
+
ResolvedAt?: Date | null;
|
|
7057
|
+
Resolution?: string | null;
|
|
7058
|
+
OldValues___?: KeyValuePairInput[];
|
|
7059
|
+
}
|
|
7060
|
+
export declare class RunMJContentItemDuplicateViewResult {
|
|
7061
|
+
Results: MJContentItemDuplicate_[];
|
|
7062
|
+
UserViewRunID?: string;
|
|
7063
|
+
RowCount: number;
|
|
7064
|
+
TotalRowCount: number;
|
|
7065
|
+
ExecutionTime: number;
|
|
7066
|
+
ErrorMessage?: string;
|
|
7067
|
+
Success: boolean;
|
|
7068
|
+
}
|
|
7069
|
+
export declare class MJContentItemDuplicateResolver extends ResolverBase {
|
|
7070
|
+
RunMJContentItemDuplicateViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
7071
|
+
RunMJContentItemDuplicateViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
7072
|
+
RunMJContentItemDuplicateDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
7073
|
+
MJContentItemDuplicate(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJContentItemDuplicate_ | null>;
|
|
7074
|
+
CreateMJContentItemDuplicate(input: CreateMJContentItemDuplicateInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7075
|
+
UpdateMJContentItemDuplicate(input: UpdateMJContentItemDuplicateInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7076
|
+
DeleteMJContentItemDuplicate(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7077
|
+
}
|
|
6940
7078
|
export declare class MJContentItemTag_ {
|
|
6941
7079
|
ID: string;
|
|
6942
7080
|
ItemID: string;
|
|
@@ -6944,19 +7082,23 @@ export declare class MJContentItemTag_ {
|
|
|
6944
7082
|
_mj__CreatedAt: Date;
|
|
6945
7083
|
_mj__UpdatedAt: Date;
|
|
6946
7084
|
Weight: number;
|
|
7085
|
+
TagID?: string;
|
|
6947
7086
|
Item?: string;
|
|
7087
|
+
Tag_Virtual?: string;
|
|
6948
7088
|
}
|
|
6949
7089
|
export declare class CreateMJContentItemTagInput {
|
|
6950
7090
|
ID?: string;
|
|
6951
7091
|
ItemID?: string;
|
|
6952
7092
|
Tag?: string;
|
|
6953
7093
|
Weight?: number;
|
|
7094
|
+
TagID: string | null;
|
|
6954
7095
|
}
|
|
6955
7096
|
export declare class UpdateMJContentItemTagInput {
|
|
6956
7097
|
ID: string;
|
|
6957
7098
|
ItemID?: string;
|
|
6958
7099
|
Tag?: string;
|
|
6959
7100
|
Weight?: number;
|
|
7101
|
+
TagID?: string | null;
|
|
6960
7102
|
OldValues___?: KeyValuePairInput[];
|
|
6961
7103
|
}
|
|
6962
7104
|
export declare class RunMJContentItemTagViewResult {
|
|
@@ -6990,12 +7132,22 @@ export declare class MJContentItem_ {
|
|
|
6990
7132
|
Text?: string;
|
|
6991
7133
|
_mj__CreatedAt: Date;
|
|
6992
7134
|
_mj__UpdatedAt: Date;
|
|
7135
|
+
EntityRecordDocumentID?: string;
|
|
7136
|
+
EmbeddingStatus: string;
|
|
7137
|
+
LastEmbeddedAt?: Date;
|
|
7138
|
+
EmbeddingModelID?: string;
|
|
7139
|
+
TaggingStatus: string;
|
|
7140
|
+
LastTaggedAt?: Date;
|
|
6993
7141
|
ContentSource?: string;
|
|
6994
7142
|
ContentType: string;
|
|
6995
7143
|
ContentSourceType: string;
|
|
6996
7144
|
ContentFileType: string;
|
|
7145
|
+
EntityRecordDocument?: string;
|
|
7146
|
+
EmbeddingModel?: string;
|
|
6997
7147
|
MJContentItemAttributes_ContentItemIDArray: MJContentItemAttribute_[];
|
|
6998
7148
|
MJContentItemTags_ItemIDArray: MJContentItemTag_[];
|
|
7149
|
+
MJContentItemDuplicates_ContentItemAIDArray: MJContentItemDuplicate_[];
|
|
7150
|
+
MJContentItemDuplicates_ContentItemBIDArray: MJContentItemDuplicate_[];
|
|
6999
7151
|
}
|
|
7000
7152
|
export declare class CreateMJContentItemInput {
|
|
7001
7153
|
ID?: string;
|
|
@@ -7008,6 +7160,12 @@ export declare class CreateMJContentItemInput {
|
|
|
7008
7160
|
Checksum: string | null;
|
|
7009
7161
|
URL?: string;
|
|
7010
7162
|
Text: string | null;
|
|
7163
|
+
EntityRecordDocumentID: string | null;
|
|
7164
|
+
EmbeddingStatus?: string;
|
|
7165
|
+
LastEmbeddedAt: Date | null;
|
|
7166
|
+
EmbeddingModelID: string | null;
|
|
7167
|
+
TaggingStatus?: string;
|
|
7168
|
+
LastTaggedAt: Date | null;
|
|
7011
7169
|
}
|
|
7012
7170
|
export declare class UpdateMJContentItemInput {
|
|
7013
7171
|
ID: string;
|
|
@@ -7020,6 +7178,12 @@ export declare class UpdateMJContentItemInput {
|
|
|
7020
7178
|
Checksum?: string | null;
|
|
7021
7179
|
URL?: string;
|
|
7022
7180
|
Text?: string | null;
|
|
7181
|
+
EntityRecordDocumentID?: string | null;
|
|
7182
|
+
EmbeddingStatus?: string;
|
|
7183
|
+
LastEmbeddedAt?: Date | null;
|
|
7184
|
+
EmbeddingModelID?: string | null;
|
|
7185
|
+
TaggingStatus?: string;
|
|
7186
|
+
LastTaggedAt?: Date | null;
|
|
7023
7187
|
OldValues___?: KeyValuePairInput[];
|
|
7024
7188
|
}
|
|
7025
7189
|
export declare class RunMJContentItemViewResult {
|
|
@@ -7038,10 +7202,126 @@ export declare class MJContentItemResolver extends ResolverBase {
|
|
|
7038
7202
|
MJContentItem(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJContentItem_ | null>;
|
|
7039
7203
|
MJContentItemAttributes_ContentItemIDArray(mjcontentitem_: MJContentItem_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7040
7204
|
MJContentItemTags_ItemIDArray(mjcontentitem_: MJContentItem_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7205
|
+
MJContentItemDuplicates_ContentItemAIDArray(mjcontentitem_: MJContentItem_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7206
|
+
MJContentItemDuplicates_ContentItemBIDArray(mjcontentitem_: MJContentItem_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7041
7207
|
CreateMJContentItem(input: CreateMJContentItemInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7042
7208
|
UpdateMJContentItem(input: UpdateMJContentItemInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7043
7209
|
DeleteMJContentItem(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7044
7210
|
}
|
|
7211
|
+
export declare class MJContentProcessRunDetail_ {
|
|
7212
|
+
ID: string;
|
|
7213
|
+
ContentProcessRunID: string;
|
|
7214
|
+
ContentSourceID: string;
|
|
7215
|
+
ContentSourceTypeID: string;
|
|
7216
|
+
Status: string;
|
|
7217
|
+
ItemsProcessed: number;
|
|
7218
|
+
ItemsTagged: number;
|
|
7219
|
+
ItemsVectorized: number;
|
|
7220
|
+
TagsCreated: number;
|
|
7221
|
+
ErrorCount: number;
|
|
7222
|
+
StartTime?: Date;
|
|
7223
|
+
EndTime?: Date;
|
|
7224
|
+
TotalTokensUsed: number;
|
|
7225
|
+
TotalCost: number;
|
|
7226
|
+
_mj__CreatedAt: Date;
|
|
7227
|
+
_mj__UpdatedAt: Date;
|
|
7228
|
+
ContentProcessRun?: string;
|
|
7229
|
+
ContentSource?: string;
|
|
7230
|
+
ContentSourceType: string;
|
|
7231
|
+
MJContentProcessRunPromptRuns_ContentProcessRunDetailIDArray: MJContentProcessRunPromptRun_[];
|
|
7232
|
+
}
|
|
7233
|
+
export declare class CreateMJContentProcessRunDetailInput {
|
|
7234
|
+
ID?: string;
|
|
7235
|
+
ContentProcessRunID?: string;
|
|
7236
|
+
ContentSourceID?: string;
|
|
7237
|
+
ContentSourceTypeID?: string;
|
|
7238
|
+
Status?: string;
|
|
7239
|
+
ItemsProcessed?: number;
|
|
7240
|
+
ItemsTagged?: number;
|
|
7241
|
+
ItemsVectorized?: number;
|
|
7242
|
+
TagsCreated?: number;
|
|
7243
|
+
ErrorCount?: number;
|
|
7244
|
+
StartTime: Date | null;
|
|
7245
|
+
EndTime: Date | null;
|
|
7246
|
+
TotalTokensUsed?: number;
|
|
7247
|
+
TotalCost?: number;
|
|
7248
|
+
}
|
|
7249
|
+
export declare class UpdateMJContentProcessRunDetailInput {
|
|
7250
|
+
ID: string;
|
|
7251
|
+
ContentProcessRunID?: string;
|
|
7252
|
+
ContentSourceID?: string;
|
|
7253
|
+
ContentSourceTypeID?: string;
|
|
7254
|
+
Status?: string;
|
|
7255
|
+
ItemsProcessed?: number;
|
|
7256
|
+
ItemsTagged?: number;
|
|
7257
|
+
ItemsVectorized?: number;
|
|
7258
|
+
TagsCreated?: number;
|
|
7259
|
+
ErrorCount?: number;
|
|
7260
|
+
StartTime?: Date | null;
|
|
7261
|
+
EndTime?: Date | null;
|
|
7262
|
+
TotalTokensUsed?: number;
|
|
7263
|
+
TotalCost?: number;
|
|
7264
|
+
OldValues___?: KeyValuePairInput[];
|
|
7265
|
+
}
|
|
7266
|
+
export declare class RunMJContentProcessRunDetailViewResult {
|
|
7267
|
+
Results: MJContentProcessRunDetail_[];
|
|
7268
|
+
UserViewRunID?: string;
|
|
7269
|
+
RowCount: number;
|
|
7270
|
+
TotalRowCount: number;
|
|
7271
|
+
ExecutionTime: number;
|
|
7272
|
+
ErrorMessage?: string;
|
|
7273
|
+
Success: boolean;
|
|
7274
|
+
}
|
|
7275
|
+
export declare class MJContentProcessRunDetailResolver extends ResolverBase {
|
|
7276
|
+
RunMJContentProcessRunDetailViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
7277
|
+
RunMJContentProcessRunDetailViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
7278
|
+
RunMJContentProcessRunDetailDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
7279
|
+
MJContentProcessRunDetail(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJContentProcessRunDetail_ | null>;
|
|
7280
|
+
MJContentProcessRunPromptRuns_ContentProcessRunDetailIDArray(mjcontentprocessrundetail_: MJContentProcessRunDetail_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7281
|
+
CreateMJContentProcessRunDetail(input: CreateMJContentProcessRunDetailInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7282
|
+
UpdateMJContentProcessRunDetail(input: UpdateMJContentProcessRunDetailInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7283
|
+
DeleteMJContentProcessRunDetail(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7284
|
+
}
|
|
7285
|
+
export declare class MJContentProcessRunPromptRun_ {
|
|
7286
|
+
ID: string;
|
|
7287
|
+
ContentProcessRunDetailID: string;
|
|
7288
|
+
AIPromptRunID: string;
|
|
7289
|
+
RunType: string;
|
|
7290
|
+
_mj__CreatedAt: Date;
|
|
7291
|
+
_mj__UpdatedAt: Date;
|
|
7292
|
+
AIPromptRun?: string;
|
|
7293
|
+
}
|
|
7294
|
+
export declare class CreateMJContentProcessRunPromptRunInput {
|
|
7295
|
+
ID?: string;
|
|
7296
|
+
ContentProcessRunDetailID?: string;
|
|
7297
|
+
AIPromptRunID?: string;
|
|
7298
|
+
RunType?: string;
|
|
7299
|
+
}
|
|
7300
|
+
export declare class UpdateMJContentProcessRunPromptRunInput {
|
|
7301
|
+
ID: string;
|
|
7302
|
+
ContentProcessRunDetailID?: string;
|
|
7303
|
+
AIPromptRunID?: string;
|
|
7304
|
+
RunType?: string;
|
|
7305
|
+
OldValues___?: KeyValuePairInput[];
|
|
7306
|
+
}
|
|
7307
|
+
export declare class RunMJContentProcessRunPromptRunViewResult {
|
|
7308
|
+
Results: MJContentProcessRunPromptRun_[];
|
|
7309
|
+
UserViewRunID?: string;
|
|
7310
|
+
RowCount: number;
|
|
7311
|
+
TotalRowCount: number;
|
|
7312
|
+
ExecutionTime: number;
|
|
7313
|
+
ErrorMessage?: string;
|
|
7314
|
+
Success: boolean;
|
|
7315
|
+
}
|
|
7316
|
+
export declare class MJContentProcessRunPromptRunResolver extends ResolverBase {
|
|
7317
|
+
RunMJContentProcessRunPromptRunViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
7318
|
+
RunMJContentProcessRunPromptRunViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
7319
|
+
RunMJContentProcessRunPromptRunDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
7320
|
+
MJContentProcessRunPromptRun(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJContentProcessRunPromptRun_ | null>;
|
|
7321
|
+
CreateMJContentProcessRunPromptRun(input: CreateMJContentProcessRunPromptRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7322
|
+
UpdateMJContentProcessRunPromptRun(input: UpdateMJContentProcessRunPromptRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7323
|
+
DeleteMJContentProcessRunPromptRun(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7324
|
+
}
|
|
7045
7325
|
export declare class MJContentProcessRun_ {
|
|
7046
7326
|
ID: string;
|
|
7047
7327
|
SourceID: string;
|
|
@@ -7051,7 +7331,17 @@ export declare class MJContentProcessRun_ {
|
|
|
7051
7331
|
ProcessedItems?: number;
|
|
7052
7332
|
_mj__CreatedAt: Date;
|
|
7053
7333
|
_mj__UpdatedAt: Date;
|
|
7334
|
+
StartedByUserID?: string;
|
|
7335
|
+
TotalItemCount?: number;
|
|
7336
|
+
LastProcessedOffset?: number;
|
|
7337
|
+
BatchSize?: number;
|
|
7338
|
+
ErrorCount?: number;
|
|
7339
|
+
ErrorMessage?: string;
|
|
7340
|
+
CancellationRequested: boolean;
|
|
7341
|
+
Configuration?: string;
|
|
7054
7342
|
Source?: string;
|
|
7343
|
+
StartedByUser?: string;
|
|
7344
|
+
MJContentProcessRunDetails_ContentProcessRunIDArray: MJContentProcessRunDetail_[];
|
|
7055
7345
|
}
|
|
7056
7346
|
export declare class CreateMJContentProcessRunInput {
|
|
7057
7347
|
ID?: string;
|
|
@@ -7060,6 +7350,14 @@ export declare class CreateMJContentProcessRunInput {
|
|
|
7060
7350
|
EndTime: Date | null;
|
|
7061
7351
|
Status: string | null;
|
|
7062
7352
|
ProcessedItems: number | null;
|
|
7353
|
+
StartedByUserID: string | null;
|
|
7354
|
+
TotalItemCount: number | null;
|
|
7355
|
+
LastProcessedOffset?: number | null;
|
|
7356
|
+
BatchSize?: number | null;
|
|
7357
|
+
ErrorCount?: number | null;
|
|
7358
|
+
ErrorMessage: string | null;
|
|
7359
|
+
CancellationRequested?: boolean;
|
|
7360
|
+
Configuration: string | null;
|
|
7063
7361
|
}
|
|
7064
7362
|
export declare class UpdateMJContentProcessRunInput {
|
|
7065
7363
|
ID: string;
|
|
@@ -7068,6 +7366,14 @@ export declare class UpdateMJContentProcessRunInput {
|
|
|
7068
7366
|
EndTime?: Date | null;
|
|
7069
7367
|
Status?: string | null;
|
|
7070
7368
|
ProcessedItems?: number | null;
|
|
7369
|
+
StartedByUserID?: string | null;
|
|
7370
|
+
TotalItemCount?: number | null;
|
|
7371
|
+
LastProcessedOffset?: number | null;
|
|
7372
|
+
BatchSize?: number | null;
|
|
7373
|
+
ErrorCount?: number | null;
|
|
7374
|
+
ErrorMessage?: string | null;
|
|
7375
|
+
CancellationRequested?: boolean;
|
|
7376
|
+
Configuration?: string | null;
|
|
7071
7377
|
OldValues___?: KeyValuePairInput[];
|
|
7072
7378
|
}
|
|
7073
7379
|
export declare class RunMJContentProcessRunViewResult {
|
|
@@ -7084,6 +7390,7 @@ export declare class MJContentProcessRunResolver extends ResolverBase {
|
|
|
7084
7390
|
RunMJContentProcessRunViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
7085
7391
|
RunMJContentProcessRunDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
7086
7392
|
MJContentProcessRun(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJContentProcessRun_ | null>;
|
|
7393
|
+
MJContentProcessRunDetails_ContentProcessRunIDArray(mjcontentprocessrun_: MJContentProcessRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7087
7394
|
CreateMJContentProcessRun(input: CreateMJContentProcessRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7088
7395
|
UpdateMJContentProcessRun(input: UpdateMJContentProcessRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7089
7396
|
DeleteMJContentProcessRun(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -7179,18 +7486,25 @@ export declare class MJContentSourceType_ {
|
|
|
7179
7486
|
Description?: string;
|
|
7180
7487
|
_mj__CreatedAt: Date;
|
|
7181
7488
|
_mj__UpdatedAt: Date;
|
|
7489
|
+
DriverClass?: string;
|
|
7490
|
+
Configuration?: string;
|
|
7182
7491
|
MJContentSources_ContentSourceTypeIDArray: MJContentSource_[];
|
|
7183
7492
|
MJContentItems_ContentSourceTypeIDArray: MJContentItem_[];
|
|
7493
|
+
MJContentProcessRunDetails_ContentSourceTypeIDArray: MJContentProcessRunDetail_[];
|
|
7184
7494
|
}
|
|
7185
7495
|
export declare class CreateMJContentSourceTypeInput {
|
|
7186
7496
|
ID?: string;
|
|
7187
7497
|
Name?: string;
|
|
7188
7498
|
Description: string | null;
|
|
7499
|
+
DriverClass: string | null;
|
|
7500
|
+
Configuration: string | null;
|
|
7189
7501
|
}
|
|
7190
7502
|
export declare class UpdateMJContentSourceTypeInput {
|
|
7191
7503
|
ID: string;
|
|
7192
7504
|
Name?: string;
|
|
7193
7505
|
Description?: string | null;
|
|
7506
|
+
DriverClass?: string | null;
|
|
7507
|
+
Configuration?: string | null;
|
|
7194
7508
|
OldValues___?: KeyValuePairInput[];
|
|
7195
7509
|
}
|
|
7196
7510
|
export declare class RunMJContentSourceTypeViewResult {
|
|
@@ -7209,6 +7523,7 @@ export declare class MJContentSourceTypeResolver extends ResolverBase {
|
|
|
7209
7523
|
MJContentSourceType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJContentSourceType_ | null>;
|
|
7210
7524
|
MJContentSources_ContentSourceTypeIDArray(mjcontentsourcetype_: MJContentSourceType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7211
7525
|
MJContentItems_ContentSourceTypeIDArray(mjcontentsourcetype_: MJContentSourceType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7526
|
+
MJContentProcessRunDetails_ContentSourceTypeIDArray(mjcontentsourcetype_: MJContentSourceType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7212
7527
|
CreateMJContentSourceType(input: CreateMJContentSourceTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7213
7528
|
UpdateMJContentSourceType(input: UpdateMJContentSourceTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7214
7529
|
DeleteMJContentSourceType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -7224,14 +7539,22 @@ export declare class MJContentSource_ {
|
|
|
7224
7539
|
_mj__UpdatedAt: Date;
|
|
7225
7540
|
EmbeddingModelID?: string;
|
|
7226
7541
|
VectorIndexID?: string;
|
|
7542
|
+
Configuration?: string;
|
|
7543
|
+
EntityID?: string;
|
|
7544
|
+
EntityDocumentID?: string;
|
|
7545
|
+
ScheduledActionID?: string;
|
|
7227
7546
|
ContentType: string;
|
|
7228
7547
|
ContentSourceType: string;
|
|
7229
7548
|
ContentFileType: string;
|
|
7230
7549
|
EmbeddingModel?: string;
|
|
7231
7550
|
VectorIndex?: string;
|
|
7551
|
+
Entity?: string;
|
|
7552
|
+
EntityDocument?: string;
|
|
7553
|
+
ScheduledAction?: string;
|
|
7232
7554
|
MJContentItems_ContentSourceIDArray: MJContentItem_[];
|
|
7233
7555
|
MJContentProcessRuns_SourceIDArray: MJContentProcessRun_[];
|
|
7234
7556
|
MJContentSourceParams_ContentSourceIDArray: MJContentSourceParam_[];
|
|
7557
|
+
MJContentProcessRunDetails_ContentSourceIDArray: MJContentProcessRunDetail_[];
|
|
7235
7558
|
}
|
|
7236
7559
|
export declare class CreateMJContentSourceInput {
|
|
7237
7560
|
ID?: string;
|
|
@@ -7242,6 +7565,10 @@ export declare class CreateMJContentSourceInput {
|
|
|
7242
7565
|
URL?: string;
|
|
7243
7566
|
EmbeddingModelID: string | null;
|
|
7244
7567
|
VectorIndexID: string | null;
|
|
7568
|
+
Configuration: string | null;
|
|
7569
|
+
EntityID: string | null;
|
|
7570
|
+
EntityDocumentID: string | null;
|
|
7571
|
+
ScheduledActionID: string | null;
|
|
7245
7572
|
}
|
|
7246
7573
|
export declare class UpdateMJContentSourceInput {
|
|
7247
7574
|
ID: string;
|
|
@@ -7252,6 +7579,10 @@ export declare class UpdateMJContentSourceInput {
|
|
|
7252
7579
|
URL?: string;
|
|
7253
7580
|
EmbeddingModelID?: string | null;
|
|
7254
7581
|
VectorIndexID?: string | null;
|
|
7582
|
+
Configuration?: string | null;
|
|
7583
|
+
EntityID?: string | null;
|
|
7584
|
+
EntityDocumentID?: string | null;
|
|
7585
|
+
ScheduledActionID?: string | null;
|
|
7255
7586
|
OldValues___?: KeyValuePairInput[];
|
|
7256
7587
|
}
|
|
7257
7588
|
export declare class RunMJContentSourceViewResult {
|
|
@@ -7271,6 +7602,7 @@ export declare class MJContentSourceResolver extends ResolverBase {
|
|
|
7271
7602
|
MJContentItems_ContentSourceIDArray(mjcontentsource_: MJContentSource_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7272
7603
|
MJContentProcessRuns_SourceIDArray(mjcontentsource_: MJContentSource_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7273
7604
|
MJContentSourceParams_ContentSourceIDArray(mjcontentsource_: MJContentSource_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7605
|
+
MJContentProcessRunDetails_ContentSourceIDArray(mjcontentsource_: MJContentSource_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
7274
7606
|
CreateMJContentSource(input: CreateMJContentSourceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7275
7607
|
UpdateMJContentSource(input: UpdateMJContentSourceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7276
7608
|
DeleteMJContentSource(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -7328,6 +7660,7 @@ export declare class MJContentType_ {
|
|
|
7328
7660
|
_mj__UpdatedAt: Date;
|
|
7329
7661
|
EmbeddingModelID?: string;
|
|
7330
7662
|
VectorIndexID?: string;
|
|
7663
|
+
Configuration?: string;
|
|
7331
7664
|
AIModel: string;
|
|
7332
7665
|
EmbeddingModel?: string;
|
|
7333
7666
|
VectorIndex?: string;
|
|
@@ -7343,6 +7676,7 @@ export declare class CreateMJContentTypeInput {
|
|
|
7343
7676
|
MaxTags?: number;
|
|
7344
7677
|
EmbeddingModelID: string | null;
|
|
7345
7678
|
VectorIndexID: string | null;
|
|
7679
|
+
Configuration: string | null;
|
|
7346
7680
|
}
|
|
7347
7681
|
export declare class UpdateMJContentTypeInput {
|
|
7348
7682
|
ID: string;
|
|
@@ -7353,6 +7687,7 @@ export declare class UpdateMJContentTypeInput {
|
|
|
7353
7687
|
MaxTags?: number;
|
|
7354
7688
|
EmbeddingModelID?: string | null;
|
|
7355
7689
|
VectorIndexID?: string | null;
|
|
7690
|
+
Configuration?: string | null;
|
|
7356
7691
|
OldValues___?: KeyValuePairInput[];
|
|
7357
7692
|
}
|
|
7358
7693
|
export declare class RunMJContentTypeViewResult {
|
|
@@ -7894,6 +8229,64 @@ export declare class MJConversationResolver extends ResolverBase {
|
|
|
7894
8229
|
UpdateMJConversation(input: UpdateMJConversationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7895
8230
|
DeleteMJConversation(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7896
8231
|
}
|
|
8232
|
+
export declare class MJCountry_ {
|
|
8233
|
+
ID: string;
|
|
8234
|
+
Name: string;
|
|
8235
|
+
ISO2: string;
|
|
8236
|
+
ISO3: string;
|
|
8237
|
+
NumericCode?: number;
|
|
8238
|
+
Latitude?: number;
|
|
8239
|
+
Longitude?: number;
|
|
8240
|
+
BoundaryGeoJSON?: string;
|
|
8241
|
+
CommonAliases?: string;
|
|
8242
|
+
_mj__CreatedAt: Date;
|
|
8243
|
+
_mj__UpdatedAt: Date;
|
|
8244
|
+
MJStateProvinces_CountryIDArray: MJStateProvince_[];
|
|
8245
|
+
MJRecordGeoCodes_CountryIDArray: MJRecordGeoCode_[];
|
|
8246
|
+
}
|
|
8247
|
+
export declare class CreateMJCountryInput {
|
|
8248
|
+
ID?: string;
|
|
8249
|
+
Name?: string;
|
|
8250
|
+
ISO2?: string;
|
|
8251
|
+
ISO3?: string;
|
|
8252
|
+
NumericCode: number | null;
|
|
8253
|
+
Latitude: number | null;
|
|
8254
|
+
Longitude: number | null;
|
|
8255
|
+
BoundaryGeoJSON: string | null;
|
|
8256
|
+
CommonAliases: string | null;
|
|
8257
|
+
}
|
|
8258
|
+
export declare class UpdateMJCountryInput {
|
|
8259
|
+
ID: string;
|
|
8260
|
+
Name?: string;
|
|
8261
|
+
ISO2?: string;
|
|
8262
|
+
ISO3?: string;
|
|
8263
|
+
NumericCode?: number | null;
|
|
8264
|
+
Latitude?: number | null;
|
|
8265
|
+
Longitude?: number | null;
|
|
8266
|
+
BoundaryGeoJSON?: string | null;
|
|
8267
|
+
CommonAliases?: string | null;
|
|
8268
|
+
OldValues___?: KeyValuePairInput[];
|
|
8269
|
+
}
|
|
8270
|
+
export declare class RunMJCountryViewResult {
|
|
8271
|
+
Results: MJCountry_[];
|
|
8272
|
+
UserViewRunID?: string;
|
|
8273
|
+
RowCount: number;
|
|
8274
|
+
TotalRowCount: number;
|
|
8275
|
+
ExecutionTime: number;
|
|
8276
|
+
ErrorMessage?: string;
|
|
8277
|
+
Success: boolean;
|
|
8278
|
+
}
|
|
8279
|
+
export declare class MJCountryResolver extends ResolverBase {
|
|
8280
|
+
RunMJCountryViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
8281
|
+
RunMJCountryViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
8282
|
+
RunMJCountryDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
8283
|
+
MJCountry(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJCountry_ | null>;
|
|
8284
|
+
MJStateProvinces_CountryIDArray(mjcountry_: MJCountry_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
8285
|
+
MJRecordGeoCodes_CountryIDArray(mjcountry_: MJCountry_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
8286
|
+
CreateMJCountry(input: CreateMJCountryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
8287
|
+
UpdateMJCountry(input: UpdateMJCountryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
8288
|
+
DeleteMJCountry(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
8289
|
+
}
|
|
7897
8290
|
export declare class MJCredentialCategory_ {
|
|
7898
8291
|
ID: string;
|
|
7899
8292
|
Name: string;
|
|
@@ -8016,8 +8409,10 @@ export declare class MJCredential_ {
|
|
|
8016
8409
|
CredentialType: string;
|
|
8017
8410
|
Category?: string;
|
|
8018
8411
|
MJOAuthTokens_CredentialIDArray: MJOAuthToken_[];
|
|
8412
|
+
MJSearchProviders_CredentialIDArray: MJSearchProvider_[];
|
|
8019
8413
|
MJFileStorageAccounts_CredentialIDArray: MJFileStorageAccount_[];
|
|
8020
8414
|
MJMCPServerConnections_CredentialIDArray: MJMCPServerConnection_[];
|
|
8415
|
+
MJVectorDatabases_CredentialIDArray: MJVectorDatabase_[];
|
|
8021
8416
|
MJAICredentialBindings_CredentialIDArray: MJAICredentialBinding_[];
|
|
8022
8417
|
MJCompanyIntegrations_CredentialIDArray: MJCompanyIntegration_[];
|
|
8023
8418
|
}
|
|
@@ -8065,8 +8460,10 @@ export declare class MJCredentialResolver extends ResolverBase {
|
|
|
8065
8460
|
RunMJCredentialDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
8066
8461
|
MJCredential(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJCredential_ | null>;
|
|
8067
8462
|
MJOAuthTokens_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
8463
|
+
MJSearchProviders_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
8068
8464
|
MJFileStorageAccounts_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
8069
8465
|
MJMCPServerConnections_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
8466
|
+
MJVectorDatabases_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
8070
8467
|
MJAICredentialBindings_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
8071
8468
|
MJCompanyIntegrations_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
8072
8469
|
CreateMJCredential(input: CreateMJCredentialInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -8790,6 +9187,8 @@ export declare class MJDuplicateRunDetail_ {
|
|
|
8790
9187
|
_mj__CreatedAt: Date;
|
|
8791
9188
|
_mj__UpdatedAt: Date;
|
|
8792
9189
|
RecordMetadata?: string;
|
|
9190
|
+
StartedAt?: Date;
|
|
9191
|
+
EndedAt?: Date;
|
|
8793
9192
|
DuplicateRun: string;
|
|
8794
9193
|
MJDuplicateRunDetailMatches_DuplicateRunDetailIDArray: MJDuplicateRunDetailMatch_[];
|
|
8795
9194
|
}
|
|
@@ -8803,6 +9202,8 @@ export declare class CreateMJDuplicateRunDetailInput {
|
|
|
8803
9202
|
MergeStatus?: string;
|
|
8804
9203
|
MergeErrorMessage: string | null;
|
|
8805
9204
|
RecordMetadata: string | null;
|
|
9205
|
+
StartedAt: Date | null;
|
|
9206
|
+
EndedAt: Date | null;
|
|
8806
9207
|
}
|
|
8807
9208
|
export declare class UpdateMJDuplicateRunDetailInput {
|
|
8808
9209
|
ID: string;
|
|
@@ -8814,6 +9215,8 @@ export declare class UpdateMJDuplicateRunDetailInput {
|
|
|
8814
9215
|
MergeStatus?: string;
|
|
8815
9216
|
MergeErrorMessage?: string | null;
|
|
8816
9217
|
RecordMetadata?: string | null;
|
|
9218
|
+
StartedAt?: Date | null;
|
|
9219
|
+
EndedAt?: Date | null;
|
|
8817
9220
|
OldValues___?: KeyValuePairInput[];
|
|
8818
9221
|
}
|
|
8819
9222
|
export declare class RunMJDuplicateRunDetailViewResult {
|
|
@@ -8849,6 +9252,11 @@ export declare class MJDuplicateRun_ {
|
|
|
8849
9252
|
ProcessingErrorMessage?: string;
|
|
8850
9253
|
_mj__CreatedAt: Date;
|
|
8851
9254
|
_mj__UpdatedAt: Date;
|
|
9255
|
+
TotalItemCount?: number;
|
|
9256
|
+
ProcessedItemCount?: number;
|
|
9257
|
+
LastProcessedOffset?: number;
|
|
9258
|
+
BatchSize?: number;
|
|
9259
|
+
CancellationRequested: boolean;
|
|
8852
9260
|
Entity: string;
|
|
8853
9261
|
StartedByUser: string;
|
|
8854
9262
|
SourceList?: string;
|
|
@@ -8867,6 +9275,11 @@ export declare class CreateMJDuplicateRunInput {
|
|
|
8867
9275
|
ApprovedByUserID: string | null;
|
|
8868
9276
|
ProcessingStatus?: string;
|
|
8869
9277
|
ProcessingErrorMessage: string | null;
|
|
9278
|
+
TotalItemCount: number | null;
|
|
9279
|
+
ProcessedItemCount?: number | null;
|
|
9280
|
+
LastProcessedOffset?: number | null;
|
|
9281
|
+
BatchSize?: number | null;
|
|
9282
|
+
CancellationRequested?: boolean;
|
|
8870
9283
|
}
|
|
8871
9284
|
export declare class UpdateMJDuplicateRunInput {
|
|
8872
9285
|
ID: string;
|
|
@@ -8880,6 +9293,11 @@ export declare class UpdateMJDuplicateRunInput {
|
|
|
8880
9293
|
ApprovedByUserID?: string | null;
|
|
8881
9294
|
ProcessingStatus?: string;
|
|
8882
9295
|
ProcessingErrorMessage?: string | null;
|
|
9296
|
+
TotalItemCount?: number | null;
|
|
9297
|
+
ProcessedItemCount?: number | null;
|
|
9298
|
+
LastProcessedOffset?: number | null;
|
|
9299
|
+
BatchSize?: number | null;
|
|
9300
|
+
CancellationRequested?: boolean;
|
|
8883
9301
|
OldValues___?: KeyValuePairInput[];
|
|
8884
9302
|
}
|
|
8885
9303
|
export declare class RunMJDuplicateRunViewResult {
|
|
@@ -9324,6 +9742,11 @@ export declare class MJEntity_ {
|
|
|
9324
9742
|
Status: string;
|
|
9325
9743
|
DisplayName?: string;
|
|
9326
9744
|
AllowMultipleSubtypes: boolean;
|
|
9745
|
+
AutoUpdateFullTextSearch: boolean;
|
|
9746
|
+
AutoUpdateAllowUserSearchAPI: boolean;
|
|
9747
|
+
TrustServerCacheCompletely: boolean;
|
|
9748
|
+
SupportsGeoCoding: boolean;
|
|
9749
|
+
AutoUpdateSupportsGeoCoding: boolean;
|
|
9327
9750
|
CodeName?: string;
|
|
9328
9751
|
ClassName?: string;
|
|
9329
9752
|
BaseTableCodeName?: string;
|
|
@@ -9376,11 +9799,13 @@ export declare class MJEntity_ {
|
|
|
9376
9799
|
MJEntityRelationships_RelatedEntityIDArray: MJEntityRelationship_[];
|
|
9377
9800
|
MJEntityOrganicKeyRelatedEntities_RelatedEntityIDArray: MJEntityOrganicKeyRelatedEntity_[];
|
|
9378
9801
|
MJEntityOrganicKeys_EntityIDArray: MJEntityOrganicKey_[];
|
|
9802
|
+
MJRecordGeoCodes_EntityIDArray: MJRecordGeoCode_[];
|
|
9379
9803
|
MJGeneratedCodes_LinkedEntityIDArray: MJGeneratedCode_[];
|
|
9380
9804
|
MJRecordLinks_SourceEntityIDArray: MJRecordLink_[];
|
|
9381
9805
|
MJCompanyIntegrationEntityMaps_EntityIDArray: MJCompanyIntegrationEntityMap_[];
|
|
9382
9806
|
MJEntityFields_RelatedEntityIDArray: MJEntityField_[];
|
|
9383
9807
|
MJResourceTypes_CategoryEntityIDArray: MJResourceType_[];
|
|
9808
|
+
MJContentSources_EntityIDArray: MJContentSource_[];
|
|
9384
9809
|
MJTestRuns_TargetLogEntityIDArray: MJTestRun_[];
|
|
9385
9810
|
MJAIAgentRuns_PrimaryScopeEntityIDArray: MJAIAgentRun_[];
|
|
9386
9811
|
}
|
|
@@ -9439,6 +9864,11 @@ export declare class CreateMJEntityInput {
|
|
|
9439
9864
|
Status?: string;
|
|
9440
9865
|
DisplayName: string | null;
|
|
9441
9866
|
AllowMultipleSubtypes?: boolean;
|
|
9867
|
+
AutoUpdateFullTextSearch?: boolean;
|
|
9868
|
+
AutoUpdateAllowUserSearchAPI?: boolean;
|
|
9869
|
+
TrustServerCacheCompletely?: boolean;
|
|
9870
|
+
SupportsGeoCoding?: boolean;
|
|
9871
|
+
AutoUpdateSupportsGeoCoding?: boolean;
|
|
9442
9872
|
}
|
|
9443
9873
|
export declare class UpdateMJEntityInput {
|
|
9444
9874
|
ID: string;
|
|
@@ -9495,6 +9925,11 @@ export declare class UpdateMJEntityInput {
|
|
|
9495
9925
|
Status?: string;
|
|
9496
9926
|
DisplayName?: string | null;
|
|
9497
9927
|
AllowMultipleSubtypes?: boolean;
|
|
9928
|
+
AutoUpdateFullTextSearch?: boolean;
|
|
9929
|
+
AutoUpdateAllowUserSearchAPI?: boolean;
|
|
9930
|
+
TrustServerCacheCompletely?: boolean;
|
|
9931
|
+
SupportsGeoCoding?: boolean;
|
|
9932
|
+
AutoUpdateSupportsGeoCoding?: boolean;
|
|
9498
9933
|
OldValues___?: KeyValuePairInput[];
|
|
9499
9934
|
}
|
|
9500
9935
|
export declare class RunMJEntityViewResult {
|
|
@@ -9558,11 +9993,13 @@ export declare class MJEntityResolverBase extends ResolverBase {
|
|
|
9558
9993
|
MJEntityRelationships_RelatedEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9559
9994
|
MJEntityOrganicKeyRelatedEntities_RelatedEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9560
9995
|
MJEntityOrganicKeys_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9996
|
+
MJRecordGeoCodes_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9561
9997
|
MJGeneratedCodes_LinkedEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9562
9998
|
MJRecordLinks_SourceEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9563
9999
|
MJCompanyIntegrationEntityMaps_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9564
10000
|
MJEntityFields_RelatedEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9565
10001
|
MJResourceTypes_CategoryEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10002
|
+
MJContentSources_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9566
10003
|
MJTestRuns_TargetLogEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9567
10004
|
MJAIAgentRuns_PrimaryScopeEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9568
10005
|
CreateMJEntity(input: CreateMJEntityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -10091,6 +10528,7 @@ export declare class MJEntityDocument_ {
|
|
|
10091
10528
|
MJEntityDocumentRuns_EntityDocumentIDArray: MJEntityDocumentRun_[];
|
|
10092
10529
|
MJEntityDocumentSettings_EntityDocumentIDArray: MJEntityDocumentSetting_[];
|
|
10093
10530
|
MJEntityRecordDocuments_EntityDocumentIDArray: MJEntityRecordDocument_[];
|
|
10531
|
+
MJContentSources_EntityDocumentIDArray: MJContentSource_[];
|
|
10094
10532
|
}
|
|
10095
10533
|
export declare class CreateMJEntityDocumentInput {
|
|
10096
10534
|
ID?: string;
|
|
@@ -10138,6 +10576,7 @@ export declare class MJEntityDocumentResolver extends ResolverBase {
|
|
|
10138
10576
|
MJEntityDocumentRuns_EntityDocumentIDArray(mjentitydocument_: MJEntityDocument_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10139
10577
|
MJEntityDocumentSettings_EntityDocumentIDArray(mjentitydocument_: MJEntityDocument_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10140
10578
|
MJEntityRecordDocuments_EntityDocumentIDArray(mjentitydocument_: MJEntityDocument_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10579
|
+
MJContentSources_EntityDocumentIDArray(mjentitydocument_: MJEntityDocument_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10141
10580
|
CreateMJEntityDocument(input: CreateMJEntityDocumentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10142
10581
|
UpdateMJEntityDocument(input: UpdateMJEntityDocumentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10143
10582
|
DeleteMJEntityDocument(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -10251,6 +10690,10 @@ export declare class MJEntityField_ {
|
|
|
10251
10690
|
JSONType?: string;
|
|
10252
10691
|
JSONTypeIsArray: boolean;
|
|
10253
10692
|
JSONTypeDefinition?: string;
|
|
10693
|
+
UserSearchPredicateAPI: string;
|
|
10694
|
+
AutoUpdateUserSearchPredicate: boolean;
|
|
10695
|
+
AutoUpdateFullTextSearch: boolean;
|
|
10696
|
+
AutoUpdateExtendedType: boolean;
|
|
10254
10697
|
FieldCodeName?: string;
|
|
10255
10698
|
Entity: string;
|
|
10256
10699
|
SchemaName: string;
|
|
@@ -10313,6 +10756,10 @@ export declare class CreateMJEntityFieldInput {
|
|
|
10313
10756
|
JSONType: string | null;
|
|
10314
10757
|
JSONTypeIsArray?: boolean;
|
|
10315
10758
|
JSONTypeDefinition: string | null;
|
|
10759
|
+
UserSearchPredicateAPI?: string;
|
|
10760
|
+
AutoUpdateUserSearchPredicate?: boolean;
|
|
10761
|
+
AutoUpdateFullTextSearch?: boolean;
|
|
10762
|
+
AutoUpdateExtendedType?: boolean;
|
|
10316
10763
|
}
|
|
10317
10764
|
export declare class UpdateMJEntityFieldInput {
|
|
10318
10765
|
ID: string;
|
|
@@ -10361,6 +10808,10 @@ export declare class UpdateMJEntityFieldInput {
|
|
|
10361
10808
|
JSONType?: string | null;
|
|
10362
10809
|
JSONTypeIsArray?: boolean;
|
|
10363
10810
|
JSONTypeDefinition?: string | null;
|
|
10811
|
+
UserSearchPredicateAPI?: string;
|
|
10812
|
+
AutoUpdateUserSearchPredicate?: boolean;
|
|
10813
|
+
AutoUpdateFullTextSearch?: boolean;
|
|
10814
|
+
AutoUpdateExtendedType?: boolean;
|
|
10364
10815
|
OldValues___?: KeyValuePairInput[];
|
|
10365
10816
|
}
|
|
10366
10817
|
export declare class RunMJEntityFieldViewResult {
|
|
@@ -10594,6 +11045,7 @@ export declare class MJEntityRecordDocument_ {
|
|
|
10594
11045
|
Entity: string;
|
|
10595
11046
|
EntityDocument: string;
|
|
10596
11047
|
VectorIndex: string;
|
|
11048
|
+
MJContentItems_EntityRecordDocumentIDArray: MJContentItem_[];
|
|
10597
11049
|
}
|
|
10598
11050
|
export declare class CreateMJEntityRecordDocumentInput {
|
|
10599
11051
|
ID?: string;
|
|
@@ -10632,6 +11084,7 @@ export declare class MJEntityRecordDocumentResolver extends ResolverBase {
|
|
|
10632
11084
|
RunMJEntityRecordDocumentViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
10633
11085
|
RunMJEntityRecordDocumentDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
10634
11086
|
MJEntityRecordDocument(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJEntityRecordDocument_ | null>;
|
|
11087
|
+
MJContentItems_EntityRecordDocumentIDArray(mjentityrecorddocument_: MJEntityRecordDocument_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10635
11088
|
CreateMJEntityRecordDocument(input: CreateMJEntityRecordDocumentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10636
11089
|
UpdateMJEntityRecordDocument(input: UpdateMJEntityRecordDocumentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10637
11090
|
DeleteMJEntityRecordDocument(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -11080,6 +11533,57 @@ export declare class MJFileEntityRecordLinkResolver extends ResolverBase {
|
|
|
11080
11533
|
UpdateMJFileEntityRecordLink(input: UpdateMJFileEntityRecordLinkInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11081
11534
|
DeleteMJFileEntityRecordLink(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11082
11535
|
}
|
|
11536
|
+
export declare class MJFileStorageAccountPermission_ {
|
|
11537
|
+
ID: string;
|
|
11538
|
+
FileStorageAccountID: string;
|
|
11539
|
+
Type: string;
|
|
11540
|
+
UserID?: string;
|
|
11541
|
+
RoleID?: string;
|
|
11542
|
+
CanRead: boolean;
|
|
11543
|
+
CanWrite: boolean;
|
|
11544
|
+
_mj__CreatedAt: Date;
|
|
11545
|
+
_mj__UpdatedAt: Date;
|
|
11546
|
+
FileStorageAccount: string;
|
|
11547
|
+
User?: string;
|
|
11548
|
+
Role?: string;
|
|
11549
|
+
}
|
|
11550
|
+
export declare class CreateMJFileStorageAccountPermissionInput {
|
|
11551
|
+
ID?: string;
|
|
11552
|
+
FileStorageAccountID?: string;
|
|
11553
|
+
Type?: string;
|
|
11554
|
+
UserID: string | null;
|
|
11555
|
+
RoleID: string | null;
|
|
11556
|
+
CanRead?: boolean;
|
|
11557
|
+
CanWrite?: boolean;
|
|
11558
|
+
}
|
|
11559
|
+
export declare class UpdateMJFileStorageAccountPermissionInput {
|
|
11560
|
+
ID: string;
|
|
11561
|
+
FileStorageAccountID?: string;
|
|
11562
|
+
Type?: string;
|
|
11563
|
+
UserID?: string | null;
|
|
11564
|
+
RoleID?: string | null;
|
|
11565
|
+
CanRead?: boolean;
|
|
11566
|
+
CanWrite?: boolean;
|
|
11567
|
+
OldValues___?: KeyValuePairInput[];
|
|
11568
|
+
}
|
|
11569
|
+
export declare class RunMJFileStorageAccountPermissionViewResult {
|
|
11570
|
+
Results: MJFileStorageAccountPermission_[];
|
|
11571
|
+
UserViewRunID?: string;
|
|
11572
|
+
RowCount: number;
|
|
11573
|
+
TotalRowCount: number;
|
|
11574
|
+
ExecutionTime: number;
|
|
11575
|
+
ErrorMessage?: string;
|
|
11576
|
+
Success: boolean;
|
|
11577
|
+
}
|
|
11578
|
+
export declare class MJFileStorageAccountPermissionResolver extends ResolverBase {
|
|
11579
|
+
RunMJFileStorageAccountPermissionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11580
|
+
RunMJFileStorageAccountPermissionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11581
|
+
RunMJFileStorageAccountPermissionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11582
|
+
MJFileStorageAccountPermission(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJFileStorageAccountPermission_ | null>;
|
|
11583
|
+
CreateMJFileStorageAccountPermission(input: CreateMJFileStorageAccountPermissionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11584
|
+
UpdateMJFileStorageAccountPermission(input: UpdateMJFileStorageAccountPermissionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11585
|
+
DeleteMJFileStorageAccountPermission(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11586
|
+
}
|
|
11083
11587
|
export declare class MJFileStorageAccount_ {
|
|
11084
11588
|
ID: string;
|
|
11085
11589
|
Name: string;
|
|
@@ -11088,8 +11592,13 @@ export declare class MJFileStorageAccount_ {
|
|
|
11088
11592
|
CredentialID: string;
|
|
11089
11593
|
_mj__CreatedAt: Date;
|
|
11090
11594
|
_mj__UpdatedAt: Date;
|
|
11595
|
+
IncludeInGlobalSearch: boolean;
|
|
11091
11596
|
Provider: string;
|
|
11092
11597
|
Credential: string;
|
|
11598
|
+
MJAIAgentTypes_DefaultStorageAccountIDArray: MJAIAgentType_[];
|
|
11599
|
+
MJFileStorageAccountPermissions_FileStorageAccountIDArray: MJFileStorageAccountPermission_[];
|
|
11600
|
+
MJAIAgentCategories_DefaultStorageAccountIDArray: MJAIAgentCategory_[];
|
|
11601
|
+
MJAIAgents_DefaultStorageAccountIDArray: MJAIAgent_[];
|
|
11093
11602
|
}
|
|
11094
11603
|
export declare class CreateMJFileStorageAccountInput {
|
|
11095
11604
|
ID?: string;
|
|
@@ -11097,6 +11606,7 @@ export declare class CreateMJFileStorageAccountInput {
|
|
|
11097
11606
|
Description: string | null;
|
|
11098
11607
|
ProviderID?: string;
|
|
11099
11608
|
CredentialID?: string;
|
|
11609
|
+
IncludeInGlobalSearch?: boolean;
|
|
11100
11610
|
}
|
|
11101
11611
|
export declare class UpdateMJFileStorageAccountInput {
|
|
11102
11612
|
ID: string;
|
|
@@ -11104,6 +11614,7 @@ export declare class UpdateMJFileStorageAccountInput {
|
|
|
11104
11614
|
Description?: string | null;
|
|
11105
11615
|
ProviderID?: string;
|
|
11106
11616
|
CredentialID?: string;
|
|
11617
|
+
IncludeInGlobalSearch?: boolean;
|
|
11107
11618
|
OldValues___?: KeyValuePairInput[];
|
|
11108
11619
|
}
|
|
11109
11620
|
export declare class RunMJFileStorageAccountViewResult {
|
|
@@ -11120,6 +11631,10 @@ export declare class MJFileStorageAccountResolver extends ResolverBase {
|
|
|
11120
11631
|
RunMJFileStorageAccountViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11121
11632
|
RunMJFileStorageAccountDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11122
11633
|
MJFileStorageAccount(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJFileStorageAccount_ | null>;
|
|
11634
|
+
MJAIAgentTypes_DefaultStorageAccountIDArray(mjfilestorageaccount_: MJFileStorageAccount_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11635
|
+
MJFileStorageAccountPermissions_FileStorageAccountIDArray(mjfilestorageaccount_: MJFileStorageAccount_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11636
|
+
MJAIAgentCategories_DefaultStorageAccountIDArray(mjfilestorageaccount_: MJFileStorageAccount_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11637
|
+
MJAIAgents_DefaultStorageAccountIDArray(mjfilestorageaccount_: MJFileStorageAccount_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11123
11638
|
CreateMJFileStorageAccount(input: CreateMJFileStorageAccountInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11124
11639
|
UpdateMJFileStorageAccount(input: UpdateMJFileStorageAccountInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11125
11640
|
DeleteMJFileStorageAccount(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -11206,6 +11721,7 @@ export declare class MJFile_ {
|
|
|
11206
11721
|
MJAIPromptRunMedias_FileIDArray: MJAIPromptRunMedia_[];
|
|
11207
11722
|
MJConversationDetailAttachments_FileIDArray: MJConversationDetailAttachment_[];
|
|
11208
11723
|
MJAIAgentRunMedias_FileIDArray: MJAIAgentRunMedia_[];
|
|
11724
|
+
MJArtifactVersions_FileIDArray: MJArtifactVersion_[];
|
|
11209
11725
|
}
|
|
11210
11726
|
export declare class CreateMJFileInput {
|
|
11211
11727
|
ID?: string;
|
|
@@ -11246,6 +11762,7 @@ export declare class MJFileResolver extends ResolverBase {
|
|
|
11246
11762
|
MJAIPromptRunMedias_FileIDArray(mjfile_: MJFile_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11247
11763
|
MJConversationDetailAttachments_FileIDArray(mjfile_: MJFile_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11248
11764
|
MJAIAgentRunMedias_FileIDArray(mjfile_: MJFile_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11765
|
+
MJArtifactVersions_FileIDArray(mjfile_: MJFile_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11249
11766
|
CreateMJFile(input: CreateMJFileInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11250
11767
|
UpdateMJFile(input: UpdateMJFileInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11251
11768
|
DeleteMJFile(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -11361,6 +11878,57 @@ export declare class MJGeneratedCodeResolver extends ResolverBase {
|
|
|
11361
11878
|
UpdateMJGeneratedCode(input: UpdateMJGeneratedCodeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11362
11879
|
DeleteMJGeneratedCode(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11363
11880
|
}
|
|
11881
|
+
export declare class MJInstanceConfiguration_ {
|
|
11882
|
+
ID: string;
|
|
11883
|
+
FeatureKey: string;
|
|
11884
|
+
Value: string;
|
|
11885
|
+
ValueType: string;
|
|
11886
|
+
Category: string;
|
|
11887
|
+
DisplayName: string;
|
|
11888
|
+
Description?: string;
|
|
11889
|
+
DefaultValue: string;
|
|
11890
|
+
_mj__CreatedAt: Date;
|
|
11891
|
+
_mj__UpdatedAt: Date;
|
|
11892
|
+
}
|
|
11893
|
+
export declare class CreateMJInstanceConfigurationInput {
|
|
11894
|
+
ID?: string;
|
|
11895
|
+
FeatureKey?: string;
|
|
11896
|
+
Value?: string;
|
|
11897
|
+
ValueType?: string;
|
|
11898
|
+
Category?: string;
|
|
11899
|
+
DisplayName?: string;
|
|
11900
|
+
Description: string | null;
|
|
11901
|
+
DefaultValue?: string;
|
|
11902
|
+
}
|
|
11903
|
+
export declare class UpdateMJInstanceConfigurationInput {
|
|
11904
|
+
ID: string;
|
|
11905
|
+
FeatureKey?: string;
|
|
11906
|
+
Value?: string;
|
|
11907
|
+
ValueType?: string;
|
|
11908
|
+
Category?: string;
|
|
11909
|
+
DisplayName?: string;
|
|
11910
|
+
Description?: string | null;
|
|
11911
|
+
DefaultValue?: string;
|
|
11912
|
+
OldValues___?: KeyValuePairInput[];
|
|
11913
|
+
}
|
|
11914
|
+
export declare class RunMJInstanceConfigurationViewResult {
|
|
11915
|
+
Results: MJInstanceConfiguration_[];
|
|
11916
|
+
UserViewRunID?: string;
|
|
11917
|
+
RowCount: number;
|
|
11918
|
+
TotalRowCount: number;
|
|
11919
|
+
ExecutionTime: number;
|
|
11920
|
+
ErrorMessage?: string;
|
|
11921
|
+
Success: boolean;
|
|
11922
|
+
}
|
|
11923
|
+
export declare class MJInstanceConfigurationResolver extends ResolverBase {
|
|
11924
|
+
RunMJInstanceConfigurationViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11925
|
+
RunMJInstanceConfigurationViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11926
|
+
RunMJInstanceConfigurationDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11927
|
+
MJInstanceConfiguration(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJInstanceConfiguration_ | null>;
|
|
11928
|
+
CreateMJInstanceConfiguration(input: CreateMJInstanceConfigurationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11929
|
+
UpdateMJInstanceConfiguration(input: UpdateMJInstanceConfigurationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11930
|
+
DeleteMJInstanceConfiguration(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11931
|
+
}
|
|
11364
11932
|
export declare class MJIntegrationObjectField_ {
|
|
11365
11933
|
ID: string;
|
|
11366
11934
|
IntegrationObjectID: string;
|
|
@@ -11705,6 +12273,58 @@ export declare class MJIntegrationResolver extends ResolverBase {
|
|
|
11705
12273
|
UpdateMJIntegration(input: UpdateMJIntegrationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11706
12274
|
DeleteMJIntegration(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11707
12275
|
}
|
|
12276
|
+
export declare class MJKnowledgeHubSavedSearch_ {
|
|
12277
|
+
ID: string;
|
|
12278
|
+
UserID: string;
|
|
12279
|
+
Name: string;
|
|
12280
|
+
Query: string;
|
|
12281
|
+
Filters?: string;
|
|
12282
|
+
MinScore?: number;
|
|
12283
|
+
MaxResults?: number;
|
|
12284
|
+
NotifyOnNewResults: boolean;
|
|
12285
|
+
_mj__CreatedAt: Date;
|
|
12286
|
+
_mj__UpdatedAt: Date;
|
|
12287
|
+
User: string;
|
|
12288
|
+
}
|
|
12289
|
+
export declare class CreateMJKnowledgeHubSavedSearchInput {
|
|
12290
|
+
ID?: string;
|
|
12291
|
+
UserID?: string;
|
|
12292
|
+
Name?: string;
|
|
12293
|
+
Query?: string;
|
|
12294
|
+
Filters: string | null;
|
|
12295
|
+
MinScore: number | null;
|
|
12296
|
+
MaxResults?: number | null;
|
|
12297
|
+
NotifyOnNewResults?: boolean;
|
|
12298
|
+
}
|
|
12299
|
+
export declare class UpdateMJKnowledgeHubSavedSearchInput {
|
|
12300
|
+
ID: string;
|
|
12301
|
+
UserID?: string;
|
|
12302
|
+
Name?: string;
|
|
12303
|
+
Query?: string;
|
|
12304
|
+
Filters?: string | null;
|
|
12305
|
+
MinScore?: number | null;
|
|
12306
|
+
MaxResults?: number | null;
|
|
12307
|
+
NotifyOnNewResults?: boolean;
|
|
12308
|
+
OldValues___?: KeyValuePairInput[];
|
|
12309
|
+
}
|
|
12310
|
+
export declare class RunMJKnowledgeHubSavedSearchViewResult {
|
|
12311
|
+
Results: MJKnowledgeHubSavedSearch_[];
|
|
12312
|
+
UserViewRunID?: string;
|
|
12313
|
+
RowCount: number;
|
|
12314
|
+
TotalRowCount: number;
|
|
12315
|
+
ExecutionTime: number;
|
|
12316
|
+
ErrorMessage?: string;
|
|
12317
|
+
Success: boolean;
|
|
12318
|
+
}
|
|
12319
|
+
export declare class MJKnowledgeHubSavedSearchResolver extends ResolverBase {
|
|
12320
|
+
RunMJKnowledgeHubSavedSearchViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
12321
|
+
RunMJKnowledgeHubSavedSearchViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
12322
|
+
RunMJKnowledgeHubSavedSearchDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
12323
|
+
MJKnowledgeHubSavedSearch(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJKnowledgeHubSavedSearch_ | null>;
|
|
12324
|
+
CreateMJKnowledgeHubSavedSearch(input: CreateMJKnowledgeHubSavedSearchInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
12325
|
+
UpdateMJKnowledgeHubSavedSearch(input: UpdateMJKnowledgeHubSavedSearchInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
12326
|
+
DeleteMJKnowledgeHubSavedSearch(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
12327
|
+
}
|
|
11708
12328
|
export declare class MJLibrary_ {
|
|
11709
12329
|
ID: string;
|
|
11710
12330
|
Name: string;
|
|
@@ -14178,6 +14798,81 @@ export declare class MJRecordChangeResolver extends ResolverBase {
|
|
|
14178
14798
|
UpdateMJRecordChange(input: UpdateMJRecordChangeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14179
14799
|
DeleteMJRecordChange(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14180
14800
|
}
|
|
14801
|
+
export declare class MJRecordGeoCode_ {
|
|
14802
|
+
ID: string;
|
|
14803
|
+
EntityID: string;
|
|
14804
|
+
RecordID: string;
|
|
14805
|
+
LocationType: string;
|
|
14806
|
+
Latitude?: number;
|
|
14807
|
+
Longitude?: number;
|
|
14808
|
+
Precision?: string;
|
|
14809
|
+
CountryID?: string;
|
|
14810
|
+
StateProvinceID?: string;
|
|
14811
|
+
Status: string;
|
|
14812
|
+
ErrorMessage?: string;
|
|
14813
|
+
RetryCount: number;
|
|
14814
|
+
SourceFieldHash?: string;
|
|
14815
|
+
GeocodedAt?: Date;
|
|
14816
|
+
GeocodingSource?: string;
|
|
14817
|
+
_mj__CreatedAt: Date;
|
|
14818
|
+
_mj__UpdatedAt: Date;
|
|
14819
|
+
Entity: string;
|
|
14820
|
+
Country?: string;
|
|
14821
|
+
StateProvince?: string;
|
|
14822
|
+
}
|
|
14823
|
+
export declare class CreateMJRecordGeoCodeInput {
|
|
14824
|
+
ID?: string;
|
|
14825
|
+
EntityID?: string;
|
|
14826
|
+
RecordID?: string;
|
|
14827
|
+
LocationType?: string;
|
|
14828
|
+
Latitude: number | null;
|
|
14829
|
+
Longitude: number | null;
|
|
14830
|
+
Precision: string | null;
|
|
14831
|
+
CountryID: string | null;
|
|
14832
|
+
StateProvinceID: string | null;
|
|
14833
|
+
Status?: string;
|
|
14834
|
+
ErrorMessage: string | null;
|
|
14835
|
+
RetryCount?: number;
|
|
14836
|
+
SourceFieldHash: string | null;
|
|
14837
|
+
GeocodedAt: Date | null;
|
|
14838
|
+
GeocodingSource: string | null;
|
|
14839
|
+
}
|
|
14840
|
+
export declare class UpdateMJRecordGeoCodeInput {
|
|
14841
|
+
ID: string;
|
|
14842
|
+
EntityID?: string;
|
|
14843
|
+
RecordID?: string;
|
|
14844
|
+
LocationType?: string;
|
|
14845
|
+
Latitude?: number | null;
|
|
14846
|
+
Longitude?: number | null;
|
|
14847
|
+
Precision?: string | null;
|
|
14848
|
+
CountryID?: string | null;
|
|
14849
|
+
StateProvinceID?: string | null;
|
|
14850
|
+
Status?: string;
|
|
14851
|
+
ErrorMessage?: string | null;
|
|
14852
|
+
RetryCount?: number;
|
|
14853
|
+
SourceFieldHash?: string | null;
|
|
14854
|
+
GeocodedAt?: Date | null;
|
|
14855
|
+
GeocodingSource?: string | null;
|
|
14856
|
+
OldValues___?: KeyValuePairInput[];
|
|
14857
|
+
}
|
|
14858
|
+
export declare class RunMJRecordGeoCodeViewResult {
|
|
14859
|
+
Results: MJRecordGeoCode_[];
|
|
14860
|
+
UserViewRunID?: string;
|
|
14861
|
+
RowCount: number;
|
|
14862
|
+
TotalRowCount: number;
|
|
14863
|
+
ExecutionTime: number;
|
|
14864
|
+
ErrorMessage?: string;
|
|
14865
|
+
Success: boolean;
|
|
14866
|
+
}
|
|
14867
|
+
export declare class MJRecordGeoCodeResolver extends ResolverBase {
|
|
14868
|
+
RunMJRecordGeoCodeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
14869
|
+
RunMJRecordGeoCodeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
14870
|
+
RunMJRecordGeoCodeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
14871
|
+
MJRecordGeoCode(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJRecordGeoCode_ | null>;
|
|
14872
|
+
CreateMJRecordGeoCode(input: CreateMJRecordGeoCodeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14873
|
+
UpdateMJRecordGeoCode(input: UpdateMJRecordGeoCodeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14874
|
+
DeleteMJRecordGeoCode(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14875
|
+
}
|
|
14181
14876
|
export declare class MJRecordLink_ {
|
|
14182
14877
|
ID: string;
|
|
14183
14878
|
SourceEntityID: string;
|
|
@@ -14798,6 +15493,8 @@ export declare class MJRole_ {
|
|
|
14798
15493
|
MJQueryPermissions_RoleIDArray: MJQueryPermission_[];
|
|
14799
15494
|
MJResourcePermissions_RoleIDArray: MJResourcePermission_[];
|
|
14800
15495
|
MJMCPServerConnectionPermissions_RoleIDArray: MJMCPServerConnectionPermission_[];
|
|
15496
|
+
MJFileStorageAccountPermissions_RoleIDArray: MJFileStorageAccountPermission_[];
|
|
15497
|
+
MJApplicationRoles_RoleIDArray: MJApplicationRole_[];
|
|
14801
15498
|
MJAIAgentPermissions_RoleIDArray: MJAIAgentPermission_[];
|
|
14802
15499
|
}
|
|
14803
15500
|
export declare class CreateMJRoleInput {
|
|
@@ -14837,6 +15534,8 @@ export declare class MJRoleResolver extends ResolverBase {
|
|
|
14837
15534
|
MJQueryPermissions_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14838
15535
|
MJResourcePermissions_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14839
15536
|
MJMCPServerConnectionPermissions_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
15537
|
+
MJFileStorageAccountPermissions_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
15538
|
+
MJApplicationRoles_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14840
15539
|
MJAIAgentPermissions_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14841
15540
|
CreateMJRole(input: CreateMJRoleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14842
15541
|
UpdateMJRole(input: UpdateMJRoleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -14957,6 +15656,7 @@ export declare class MJScheduledAction_ {
|
|
|
14957
15656
|
CreatedByUser: string;
|
|
14958
15657
|
Action: string;
|
|
14959
15658
|
MJScheduledActionParams_ScheduledActionIDArray: MJScheduledActionParam_[];
|
|
15659
|
+
MJContentSources_ScheduledActionIDArray: MJContentSource_[];
|
|
14960
15660
|
}
|
|
14961
15661
|
export declare class CreateMJScheduledActionInput {
|
|
14962
15662
|
ID?: string;
|
|
@@ -15006,6 +15706,7 @@ export declare class MJScheduledActionResolver extends ResolverBase {
|
|
|
15006
15706
|
RunMJScheduledActionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
15007
15707
|
MJScheduledAction(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJScheduledAction_ | null>;
|
|
15008
15708
|
MJScheduledActionParams_ScheduledActionIDArray(mjscheduledaction_: MJScheduledAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
15709
|
+
MJContentSources_ScheduledActionIDArray(mjscheduledaction_: MJScheduledAction_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
15009
15710
|
CreateMJScheduledAction(input: CreateMJScheduledActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15010
15711
|
UpdateMJScheduledAction(input: UpdateMJScheduledActionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15011
15712
|
DeleteMJScheduledAction(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -15286,6 +15987,73 @@ export declare class MJSchemaInfoResolver extends ResolverBase {
|
|
|
15286
15987
|
UpdateMJSchemaInfo(input: UpdateMJSchemaInfoInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15287
15988
|
DeleteMJSchemaInfo(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15288
15989
|
}
|
|
15990
|
+
export declare class MJSearchProvider_ {
|
|
15991
|
+
ID: string;
|
|
15992
|
+
Name: string;
|
|
15993
|
+
Description?: string;
|
|
15994
|
+
DriverClass: string;
|
|
15995
|
+
Status: string;
|
|
15996
|
+
Priority: number;
|
|
15997
|
+
SupportsPreview: boolean;
|
|
15998
|
+
MaxResultsOverride?: number;
|
|
15999
|
+
ProviderConfig?: string;
|
|
16000
|
+
CredentialID?: string;
|
|
16001
|
+
DisplayName?: string;
|
|
16002
|
+
Icon?: string;
|
|
16003
|
+
Comments?: string;
|
|
16004
|
+
_mj__CreatedAt: Date;
|
|
16005
|
+
_mj__UpdatedAt: Date;
|
|
16006
|
+
Credential?: string;
|
|
16007
|
+
}
|
|
16008
|
+
export declare class CreateMJSearchProviderInput {
|
|
16009
|
+
ID?: string;
|
|
16010
|
+
Name?: string;
|
|
16011
|
+
Description: string | null;
|
|
16012
|
+
DriverClass?: string;
|
|
16013
|
+
Status?: string;
|
|
16014
|
+
Priority?: number;
|
|
16015
|
+
SupportsPreview?: boolean;
|
|
16016
|
+
MaxResultsOverride: number | null;
|
|
16017
|
+
ProviderConfig: string | null;
|
|
16018
|
+
CredentialID: string | null;
|
|
16019
|
+
DisplayName: string | null;
|
|
16020
|
+
Icon: string | null;
|
|
16021
|
+
Comments: string | null;
|
|
16022
|
+
}
|
|
16023
|
+
export declare class UpdateMJSearchProviderInput {
|
|
16024
|
+
ID: string;
|
|
16025
|
+
Name?: string;
|
|
16026
|
+
Description?: string | null;
|
|
16027
|
+
DriverClass?: string;
|
|
16028
|
+
Status?: string;
|
|
16029
|
+
Priority?: number;
|
|
16030
|
+
SupportsPreview?: boolean;
|
|
16031
|
+
MaxResultsOverride?: number | null;
|
|
16032
|
+
ProviderConfig?: string | null;
|
|
16033
|
+
CredentialID?: string | null;
|
|
16034
|
+
DisplayName?: string | null;
|
|
16035
|
+
Icon?: string | null;
|
|
16036
|
+
Comments?: string | null;
|
|
16037
|
+
OldValues___?: KeyValuePairInput[];
|
|
16038
|
+
}
|
|
16039
|
+
export declare class RunMJSearchProviderViewResult {
|
|
16040
|
+
Results: MJSearchProvider_[];
|
|
16041
|
+
UserViewRunID?: string;
|
|
16042
|
+
RowCount: number;
|
|
16043
|
+
TotalRowCount: number;
|
|
16044
|
+
ExecutionTime: number;
|
|
16045
|
+
ErrorMessage?: string;
|
|
16046
|
+
Success: boolean;
|
|
16047
|
+
}
|
|
16048
|
+
export declare class MJSearchProviderResolver extends ResolverBase {
|
|
16049
|
+
RunMJSearchProviderViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16050
|
+
RunMJSearchProviderViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16051
|
+
RunMJSearchProviderDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16052
|
+
MJSearchProvider(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJSearchProvider_ | null>;
|
|
16053
|
+
CreateMJSearchProvider(input: CreateMJSearchProviderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16054
|
+
UpdateMJSearchProvider(input: UpdateMJSearchProviderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16055
|
+
DeleteMJSearchProvider(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16056
|
+
}
|
|
15289
16057
|
export declare class MJSkill_ {
|
|
15290
16058
|
ID: string;
|
|
15291
16059
|
Name: string;
|
|
@@ -15387,6 +16155,155 @@ export declare class MJSQLDialectResolver extends ResolverBase {
|
|
|
15387
16155
|
UpdateMJSQLDialect(input: UpdateMJSQLDialectInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15388
16156
|
DeleteMJSQLDialect(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15389
16157
|
}
|
|
16158
|
+
export declare class MJStateProvince_ {
|
|
16159
|
+
ID: string;
|
|
16160
|
+
CountryID: string;
|
|
16161
|
+
Name: string;
|
|
16162
|
+
Code: string;
|
|
16163
|
+
ISO3166_2: string;
|
|
16164
|
+
Latitude?: number;
|
|
16165
|
+
Longitude?: number;
|
|
16166
|
+
BoundaryGeoJSON?: string;
|
|
16167
|
+
CommonAliases?: string;
|
|
16168
|
+
_mj__CreatedAt: Date;
|
|
16169
|
+
_mj__UpdatedAt: Date;
|
|
16170
|
+
Country: string;
|
|
16171
|
+
MJRecordGeoCodes_StateProvinceIDArray: MJRecordGeoCode_[];
|
|
16172
|
+
}
|
|
16173
|
+
export declare class CreateMJStateProvinceInput {
|
|
16174
|
+
ID?: string;
|
|
16175
|
+
CountryID?: string;
|
|
16176
|
+
Name?: string;
|
|
16177
|
+
Code?: string;
|
|
16178
|
+
ISO3166_2?: string;
|
|
16179
|
+
Latitude: number | null;
|
|
16180
|
+
Longitude: number | null;
|
|
16181
|
+
BoundaryGeoJSON: string | null;
|
|
16182
|
+
CommonAliases: string | null;
|
|
16183
|
+
}
|
|
16184
|
+
export declare class UpdateMJStateProvinceInput {
|
|
16185
|
+
ID: string;
|
|
16186
|
+
CountryID?: string;
|
|
16187
|
+
Name?: string;
|
|
16188
|
+
Code?: string;
|
|
16189
|
+
ISO3166_2?: string;
|
|
16190
|
+
Latitude?: number | null;
|
|
16191
|
+
Longitude?: number | null;
|
|
16192
|
+
BoundaryGeoJSON?: string | null;
|
|
16193
|
+
CommonAliases?: string | null;
|
|
16194
|
+
OldValues___?: KeyValuePairInput[];
|
|
16195
|
+
}
|
|
16196
|
+
export declare class RunMJStateProvinceViewResult {
|
|
16197
|
+
Results: MJStateProvince_[];
|
|
16198
|
+
UserViewRunID?: string;
|
|
16199
|
+
RowCount: number;
|
|
16200
|
+
TotalRowCount: number;
|
|
16201
|
+
ExecutionTime: number;
|
|
16202
|
+
ErrorMessage?: string;
|
|
16203
|
+
Success: boolean;
|
|
16204
|
+
}
|
|
16205
|
+
export declare class MJStateProvinceResolver extends ResolverBase {
|
|
16206
|
+
RunMJStateProvinceViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16207
|
+
RunMJStateProvinceViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16208
|
+
RunMJStateProvinceDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16209
|
+
MJStateProvince(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJStateProvince_ | null>;
|
|
16210
|
+
MJRecordGeoCodes_StateProvinceIDArray(mjstateprovince_: MJStateProvince_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16211
|
+
CreateMJStateProvince(input: CreateMJStateProvinceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16212
|
+
UpdateMJStateProvince(input: UpdateMJStateProvinceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16213
|
+
DeleteMJStateProvince(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16214
|
+
}
|
|
16215
|
+
export declare class MJTagAuditLog_ {
|
|
16216
|
+
ID: string;
|
|
16217
|
+
TagID: string;
|
|
16218
|
+
Action: string;
|
|
16219
|
+
Details?: string;
|
|
16220
|
+
PerformedByUserID: string;
|
|
16221
|
+
RelatedTagID?: string;
|
|
16222
|
+
_mj__CreatedAt: Date;
|
|
16223
|
+
_mj__UpdatedAt: Date;
|
|
16224
|
+
Tag: string;
|
|
16225
|
+
PerformedByUser: string;
|
|
16226
|
+
RelatedTag?: string;
|
|
16227
|
+
}
|
|
16228
|
+
export declare class CreateMJTagAuditLogInput {
|
|
16229
|
+
ID?: string;
|
|
16230
|
+
TagID?: string;
|
|
16231
|
+
Action?: string;
|
|
16232
|
+
Details: string | null;
|
|
16233
|
+
PerformedByUserID?: string;
|
|
16234
|
+
RelatedTagID: string | null;
|
|
16235
|
+
}
|
|
16236
|
+
export declare class UpdateMJTagAuditLogInput {
|
|
16237
|
+
ID: string;
|
|
16238
|
+
TagID?: string;
|
|
16239
|
+
Action?: string;
|
|
16240
|
+
Details?: string | null;
|
|
16241
|
+
PerformedByUserID?: string;
|
|
16242
|
+
RelatedTagID?: string | null;
|
|
16243
|
+
OldValues___?: KeyValuePairInput[];
|
|
16244
|
+
}
|
|
16245
|
+
export declare class RunMJTagAuditLogViewResult {
|
|
16246
|
+
Results: MJTagAuditLog_[];
|
|
16247
|
+
UserViewRunID?: string;
|
|
16248
|
+
RowCount: number;
|
|
16249
|
+
TotalRowCount: number;
|
|
16250
|
+
ExecutionTime: number;
|
|
16251
|
+
ErrorMessage?: string;
|
|
16252
|
+
Success: boolean;
|
|
16253
|
+
}
|
|
16254
|
+
export declare class MJTagAuditLogResolver extends ResolverBase {
|
|
16255
|
+
RunMJTagAuditLogViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16256
|
+
RunMJTagAuditLogViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16257
|
+
RunMJTagAuditLogDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16258
|
+
MJTagAuditLog(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJTagAuditLog_ | null>;
|
|
16259
|
+
CreateMJTagAuditLog(input: CreateMJTagAuditLogInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16260
|
+
UpdateMJTagAuditLog(input: UpdateMJTagAuditLogInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16261
|
+
DeleteMJTagAuditLog(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16262
|
+
}
|
|
16263
|
+
export declare class MJTagCoOccurrence_ {
|
|
16264
|
+
ID: string;
|
|
16265
|
+
TagAID: string;
|
|
16266
|
+
TagBID: string;
|
|
16267
|
+
CoOccurrenceCount: number;
|
|
16268
|
+
LastComputedAt: Date;
|
|
16269
|
+
_mj__CreatedAt: Date;
|
|
16270
|
+
_mj__UpdatedAt: Date;
|
|
16271
|
+
TagA: string;
|
|
16272
|
+
TagB: string;
|
|
16273
|
+
}
|
|
16274
|
+
export declare class CreateMJTagCoOccurrenceInput {
|
|
16275
|
+
ID?: string;
|
|
16276
|
+
TagAID?: string;
|
|
16277
|
+
TagBID?: string;
|
|
16278
|
+
CoOccurrenceCount?: number;
|
|
16279
|
+
LastComputedAt?: Date;
|
|
16280
|
+
}
|
|
16281
|
+
export declare class UpdateMJTagCoOccurrenceInput {
|
|
16282
|
+
ID: string;
|
|
16283
|
+
TagAID?: string;
|
|
16284
|
+
TagBID?: string;
|
|
16285
|
+
CoOccurrenceCount?: number;
|
|
16286
|
+
LastComputedAt?: Date;
|
|
16287
|
+
OldValues___?: KeyValuePairInput[];
|
|
16288
|
+
}
|
|
16289
|
+
export declare class RunMJTagCoOccurrenceViewResult {
|
|
16290
|
+
Results: MJTagCoOccurrence_[];
|
|
16291
|
+
UserViewRunID?: string;
|
|
16292
|
+
RowCount: number;
|
|
16293
|
+
TotalRowCount: number;
|
|
16294
|
+
ExecutionTime: number;
|
|
16295
|
+
ErrorMessage?: string;
|
|
16296
|
+
Success: boolean;
|
|
16297
|
+
}
|
|
16298
|
+
export declare class MJTagCoOccurrenceResolver extends ResolverBase {
|
|
16299
|
+
RunMJTagCoOccurrenceViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16300
|
+
RunMJTagCoOccurrenceViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16301
|
+
RunMJTagCoOccurrenceDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
16302
|
+
MJTagCoOccurrence(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJTagCoOccurrence_ | null>;
|
|
16303
|
+
CreateMJTagCoOccurrence(input: CreateMJTagCoOccurrenceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16304
|
+
UpdateMJTagCoOccurrence(input: UpdateMJTagCoOccurrenceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16305
|
+
DeleteMJTagCoOccurrence(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16306
|
+
}
|
|
15390
16307
|
export declare class MJTaggedItem_ {
|
|
15391
16308
|
ID: string;
|
|
15392
16309
|
TagID: string;
|
|
@@ -15394,6 +16311,7 @@ export declare class MJTaggedItem_ {
|
|
|
15394
16311
|
RecordID: string;
|
|
15395
16312
|
_mj__CreatedAt: Date;
|
|
15396
16313
|
_mj__UpdatedAt: Date;
|
|
16314
|
+
Weight: number;
|
|
15397
16315
|
Tag: string;
|
|
15398
16316
|
Entity: string;
|
|
15399
16317
|
}
|
|
@@ -15402,12 +16320,14 @@ export declare class CreateMJTaggedItemInput {
|
|
|
15402
16320
|
TagID?: string;
|
|
15403
16321
|
EntityID?: string;
|
|
15404
16322
|
RecordID?: string;
|
|
16323
|
+
Weight?: number;
|
|
15405
16324
|
}
|
|
15406
16325
|
export declare class UpdateMJTaggedItemInput {
|
|
15407
16326
|
ID: string;
|
|
15408
16327
|
TagID?: string;
|
|
15409
16328
|
EntityID?: string;
|
|
15410
16329
|
RecordID?: string;
|
|
16330
|
+
Weight?: number;
|
|
15411
16331
|
OldValues___?: KeyValuePairInput[];
|
|
15412
16332
|
}
|
|
15413
16333
|
export declare class RunMJTaggedItemViewResult {
|
|
@@ -15436,10 +16356,20 @@ export declare class MJTag_ {
|
|
|
15436
16356
|
Description?: string;
|
|
15437
16357
|
_mj__CreatedAt: Date;
|
|
15438
16358
|
_mj__UpdatedAt: Date;
|
|
16359
|
+
Status: string;
|
|
16360
|
+
MergedIntoTagID?: string;
|
|
15439
16361
|
Parent?: string;
|
|
16362
|
+
MergedIntoTag?: string;
|
|
15440
16363
|
RootParentID?: string;
|
|
16364
|
+
RootMergedIntoTagID?: string;
|
|
15441
16365
|
MJTags_ParentIDArray: MJTag_[];
|
|
15442
16366
|
MJTaggedItems_TagIDArray: MJTaggedItem_[];
|
|
16367
|
+
MJContentItemTags_TagIDArray: MJContentItemTag_[];
|
|
16368
|
+
MJTagCoOccurrences_TagBIDArray: MJTagCoOccurrence_[];
|
|
16369
|
+
MJTagAuditLogs_RelatedTagIDArray: MJTagAuditLog_[];
|
|
16370
|
+
MJTagCoOccurrences_TagAIDArray: MJTagCoOccurrence_[];
|
|
16371
|
+
MJTagAuditLogs_TagIDArray: MJTagAuditLog_[];
|
|
16372
|
+
MJTags_MergedIntoTagIDArray: MJTag_[];
|
|
15443
16373
|
}
|
|
15444
16374
|
export declare class CreateMJTagInput {
|
|
15445
16375
|
ID?: string;
|
|
@@ -15447,6 +16377,8 @@ export declare class CreateMJTagInput {
|
|
|
15447
16377
|
ParentID: string | null;
|
|
15448
16378
|
DisplayName?: string;
|
|
15449
16379
|
Description: string | null;
|
|
16380
|
+
Status?: string;
|
|
16381
|
+
MergedIntoTagID: string | null;
|
|
15450
16382
|
}
|
|
15451
16383
|
export declare class UpdateMJTagInput {
|
|
15452
16384
|
ID: string;
|
|
@@ -15454,6 +16386,8 @@ export declare class UpdateMJTagInput {
|
|
|
15454
16386
|
ParentID?: string | null;
|
|
15455
16387
|
DisplayName?: string;
|
|
15456
16388
|
Description?: string | null;
|
|
16389
|
+
Status?: string;
|
|
16390
|
+
MergedIntoTagID?: string | null;
|
|
15457
16391
|
OldValues___?: KeyValuePairInput[];
|
|
15458
16392
|
}
|
|
15459
16393
|
export declare class RunMJTagViewResult {
|
|
@@ -15472,6 +16406,12 @@ export declare class MJTagResolver extends ResolverBase {
|
|
|
15472
16406
|
MJTag(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJTag_ | null>;
|
|
15473
16407
|
MJTags_ParentIDArray(mjtag_: MJTag_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
15474
16408
|
MJTaggedItems_TagIDArray(mjtag_: MJTag_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16409
|
+
MJContentItemTags_TagIDArray(mjtag_: MJTag_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16410
|
+
MJTagCoOccurrences_TagBIDArray(mjtag_: MJTag_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16411
|
+
MJTagAuditLogs_RelatedTagIDArray(mjtag_: MJTag_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16412
|
+
MJTagCoOccurrences_TagAIDArray(mjtag_: MJTag_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16413
|
+
MJTagAuditLogs_TagIDArray(mjtag_: MJTag_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16414
|
+
MJTags_MergedIntoTagIDArray(mjtag_: MJTag_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
15475
16415
|
CreateMJTag(input: CreateMJTagInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15476
16416
|
UpdateMJTag(input: UpdateMJTagInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
15477
16417
|
DeleteMJTag(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -17379,6 +18319,10 @@ export declare class MJUser_ {
|
|
|
17379
18319
|
MJOAuthAuthorizationStates_UserIDArray: MJOAuthAuthorizationState_[];
|
|
17380
18320
|
MJOpenAppInstallHistories_ExecutedByUserIDArray: MJOpenAppInstallHistory_[];
|
|
17381
18321
|
MJOpenApps_InstalledByUserIDArray: MJOpenApp_[];
|
|
18322
|
+
MJContentItemDuplicates_ResolvedByUserIDArray: MJContentItemDuplicate_[];
|
|
18323
|
+
MJContentProcessRuns_StartedByUserIDArray: MJContentProcessRun_[];
|
|
18324
|
+
MJKnowledgeHubSavedSearches_UserIDArray: MJKnowledgeHubSavedSearch_[];
|
|
18325
|
+
MJTagAuditLogs_PerformedByUserIDArray: MJTagAuditLog_[];
|
|
17382
18326
|
MJResourcePermissions_UserIDArray: MJResourcePermission_[];
|
|
17383
18327
|
MJAIAgentRequests_ResponseByUserIDArray: MJAIAgentRequest_[];
|
|
17384
18328
|
MJConversationDetails_UserIDArray: MJConversationDetail_[];
|
|
@@ -17394,6 +18338,7 @@ export declare class MJUser_ {
|
|
|
17394
18338
|
MJMCPServerConnectionPermissions_UserIDArray: MJMCPServerConnectionPermission_[];
|
|
17395
18339
|
MJVersionLabels_CreatedByUserIDArray: MJVersionLabel_[];
|
|
17396
18340
|
MJDuplicateRuns_ApprovedByUserIDArray: MJDuplicateRun_[];
|
|
18341
|
+
MJFileStorageAccountPermissions_UserIDArray: MJFileStorageAccountPermission_[];
|
|
17397
18342
|
MJAIAgentRuns_UserIDArray: MJAIAgentRun_[];
|
|
17398
18343
|
MJAIAgentPermissions_UserIDArray: MJAIAgentPermission_[];
|
|
17399
18344
|
MJCollectionPermissions_SharedByUserIDArray: MJCollectionPermission_[];
|
|
@@ -17511,6 +18456,10 @@ export declare class MJUserResolverBase extends ResolverBase {
|
|
|
17511
18456
|
MJOAuthAuthorizationStates_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17512
18457
|
MJOpenAppInstallHistories_ExecutedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17513
18458
|
MJOpenApps_InstalledByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
18459
|
+
MJContentItemDuplicates_ResolvedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
18460
|
+
MJContentProcessRuns_StartedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
18461
|
+
MJKnowledgeHubSavedSearches_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
18462
|
+
MJTagAuditLogs_PerformedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17514
18463
|
MJResourcePermissions_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17515
18464
|
MJAIAgentRequests_ResponseByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17516
18465
|
MJConversationDetails_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -17526,6 +18475,7 @@ export declare class MJUserResolverBase extends ResolverBase {
|
|
|
17526
18475
|
MJMCPServerConnectionPermissions_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17527
18476
|
MJVersionLabels_CreatedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17528
18477
|
MJDuplicateRuns_ApprovedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
18478
|
+
MJFileStorageAccountPermissions_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17529
18479
|
MJAIAgentRuns_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17530
18480
|
MJAIAgentPermissions_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17531
18481
|
MJCollectionPermissions_SharedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
@@ -17547,6 +18497,8 @@ export declare class MJVectorDatabase_ {
|
|
|
17547
18497
|
_mj__CreatedAt: Date;
|
|
17548
18498
|
_mj__UpdatedAt: Date;
|
|
17549
18499
|
Configuration?: string;
|
|
18500
|
+
CredentialID?: string;
|
|
18501
|
+
Credential?: string;
|
|
17550
18502
|
MJVectorIndexes_VectorDatabaseIDArray: MJVectorIndex_[];
|
|
17551
18503
|
MJEntityDocuments_VectorDatabaseIDArray: MJEntityDocument_[];
|
|
17552
18504
|
}
|
|
@@ -17557,6 +18509,7 @@ export declare class CreateMJVectorDatabaseInput {
|
|
|
17557
18509
|
DefaultURL: string | null;
|
|
17558
18510
|
ClassKey: string | null;
|
|
17559
18511
|
Configuration: string | null;
|
|
18512
|
+
CredentialID: string | null;
|
|
17560
18513
|
}
|
|
17561
18514
|
export declare class UpdateMJVectorDatabaseInput {
|
|
17562
18515
|
ID: string;
|
|
@@ -17565,6 +18518,7 @@ export declare class UpdateMJVectorDatabaseInput {
|
|
|
17565
18518
|
DefaultURL?: string | null;
|
|
17566
18519
|
ClassKey?: string | null;
|
|
17567
18520
|
Configuration?: string | null;
|
|
18521
|
+
CredentialID?: string | null;
|
|
17568
18522
|
OldValues___?: KeyValuePairInput[];
|
|
17569
18523
|
}
|
|
17570
18524
|
export declare class RunMJVectorDatabaseViewResult {
|