@memberjunction/server 5.0.0 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/generated.d.ts +213 -26
- package/dist/generated/generated.d.ts.map +1 -1
- package/dist/generated/generated.js +1183 -124
- package/dist/generated/generated.js.map +1 -1
- package/package.json +52 -52
- package/src/generated/generated.ts +827 -99
- package/dist/apolloServer/TransactionPlugin.d.ts +0 -4
- package/dist/apolloServer/TransactionPlugin.d.ts.map +0 -1
- package/dist/apolloServer/TransactionPlugin.js +0 -46
- package/dist/apolloServer/TransactionPlugin.js.map +0 -1
- package/dist/auth/__tests__/backward-compatibility.test.d.ts +0 -2
- package/dist/auth/__tests__/backward-compatibility.test.d.ts.map +0 -1
- package/dist/auth/__tests__/backward-compatibility.test.js +0 -135
- package/dist/auth/__tests__/backward-compatibility.test.js.map +0 -1
- package/dist/resolvers/AskSkipResolver.d.ts +0 -123
- package/dist/resolvers/AskSkipResolver.d.ts.map +0 -1
- package/dist/resolvers/AskSkipResolver.js +0 -1788
- package/dist/resolvers/AskSkipResolver.js.map +0 -1
- package/dist/scheduler/LearningCycleScheduler.d.ts +0 -4
- package/dist/scheduler/LearningCycleScheduler.d.ts.map +0 -1
- package/dist/scheduler/LearningCycleScheduler.js +0 -4
- package/dist/scheduler/LearningCycleScheduler.js.map +0 -1
|
@@ -1626,8 +1626,6 @@ export declare class MJAIAgentRunStep_ {
|
|
|
1626
1626
|
FinalPayloadValidationMessages?: string;
|
|
1627
1627
|
ParentID?: string;
|
|
1628
1628
|
Comments?: string;
|
|
1629
|
-
AgentRun?: string;
|
|
1630
|
-
Parent?: string;
|
|
1631
1629
|
RootParentID?: string;
|
|
1632
1630
|
MJAIAgentRunSteps_ParentIDArray: MJAIAgentRunStep_[];
|
|
1633
1631
|
}
|
|
@@ -3940,7 +3938,6 @@ export declare class MJAIResultCache_ {
|
|
|
3940
3938
|
Vendor?: string;
|
|
3941
3939
|
Agent?: string;
|
|
3942
3940
|
Configuration?: string;
|
|
3943
|
-
PromptRun?: string;
|
|
3944
3941
|
}
|
|
3945
3942
|
export declare class CreateMJAIResultCacheInput {
|
|
3946
3943
|
ID?: string;
|
|
@@ -6976,7 +6973,6 @@ export declare class MJConversationDetailArtifact_ {
|
|
|
6976
6973
|
Direction: string;
|
|
6977
6974
|
_mj__CreatedAt: Date;
|
|
6978
6975
|
_mj__UpdatedAt: Date;
|
|
6979
|
-
ConversationDetail: string;
|
|
6980
6976
|
ArtifactVersion?: string;
|
|
6981
6977
|
}
|
|
6982
6978
|
export declare class CreateMJConversationDetailArtifactInput {
|
|
@@ -7090,7 +7086,6 @@ export declare class MJConversationDetailRating_ {
|
|
|
7090
7086
|
Comments?: string;
|
|
7091
7087
|
_mj__CreatedAt: Date;
|
|
7092
7088
|
_mj__UpdatedAt: Date;
|
|
7093
|
-
ConversationDetail: string;
|
|
7094
7089
|
User: string;
|
|
7095
7090
|
}
|
|
7096
7091
|
export declare class CreateMJConversationDetailRatingInput {
|
|
@@ -7277,7 +7272,6 @@ export declare class MJConversation_ {
|
|
|
7277
7272
|
DataContext?: string;
|
|
7278
7273
|
Environment: string;
|
|
7279
7274
|
Project?: string;
|
|
7280
|
-
TestRun?: string;
|
|
7281
7275
|
MJConversationDetails_ConversationIDArray: MJConversationDetail_[];
|
|
7282
7276
|
MJReports_ConversationIDArray: MJReport_[];
|
|
7283
7277
|
MJConversationArtifacts_ConversationIDArray: MJConversationArtifact_[];
|
|
@@ -8232,7 +8226,6 @@ export declare class MJDuplicateRunDetail_ {
|
|
|
8232
8226
|
MergeErrorMessage?: string;
|
|
8233
8227
|
_mj__CreatedAt: Date;
|
|
8234
8228
|
_mj__UpdatedAt: Date;
|
|
8235
|
-
DuplicateRun: string;
|
|
8236
8229
|
MJDuplicateRunDetailMatches_DuplicateRunDetailIDArray: MJDuplicateRunDetailMatch_[];
|
|
8237
8230
|
}
|
|
8238
8231
|
export declare class CreateMJDuplicateRunDetailInput {
|
|
@@ -8349,7 +8342,6 @@ export declare class MJEmployeeCompanyIntegration_ {
|
|
|
8349
8342
|
IsActive: boolean;
|
|
8350
8343
|
_mj__CreatedAt: Date;
|
|
8351
8344
|
_mj__UpdatedAt: Date;
|
|
8352
|
-
Employee?: string;
|
|
8353
8345
|
CompanyIntegration: string;
|
|
8354
8346
|
}
|
|
8355
8347
|
export declare class CreateMJEmployeeCompanyIntegrationInput {
|
|
@@ -8391,7 +8383,6 @@ export declare class MJEmployeeRole_ {
|
|
|
8391
8383
|
RoleID: string;
|
|
8392
8384
|
_mj__CreatedAt: Date;
|
|
8393
8385
|
_mj__UpdatedAt: Date;
|
|
8394
|
-
Employee?: string;
|
|
8395
8386
|
Role: string;
|
|
8396
8387
|
}
|
|
8397
8388
|
export declare class CreateMJEmployeeRoleInput {
|
|
@@ -8429,7 +8420,6 @@ export declare class MJEmployeeSkill_ {
|
|
|
8429
8420
|
SkillID: string;
|
|
8430
8421
|
_mj__CreatedAt: Date;
|
|
8431
8422
|
_mj__UpdatedAt: Date;
|
|
8432
|
-
Employee?: string;
|
|
8433
8423
|
Skill: string;
|
|
8434
8424
|
}
|
|
8435
8425
|
export declare class CreateMJEmployeeSkillInput {
|
|
@@ -9003,8 +8993,6 @@ export declare class MJEntityActionFilter_ {
|
|
|
9003
8993
|
Status: string;
|
|
9004
8994
|
_mj__CreatedAt: Date;
|
|
9005
8995
|
_mj__UpdatedAt: Date;
|
|
9006
|
-
EntityAction: string;
|
|
9007
|
-
ActionFilter: string;
|
|
9008
8996
|
}
|
|
9009
8997
|
export declare class CreateMJEntityActionFilterInput {
|
|
9010
8998
|
ID?: string;
|
|
@@ -9087,7 +9075,6 @@ export declare class MJEntityActionInvocation_ {
|
|
|
9087
9075
|
Status: string;
|
|
9088
9076
|
_mj__CreatedAt: Date;
|
|
9089
9077
|
_mj__UpdatedAt: Date;
|
|
9090
|
-
EntityAction: string;
|
|
9091
9078
|
InvocationType: string;
|
|
9092
9079
|
}
|
|
9093
9080
|
export declare class CreateMJEntityActionInvocationInput {
|
|
@@ -9130,7 +9117,6 @@ export declare class MJEntityActionParam_ {
|
|
|
9130
9117
|
Comments?: string;
|
|
9131
9118
|
_mj__CreatedAt: Date;
|
|
9132
9119
|
_mj__UpdatedAt: Date;
|
|
9133
|
-
EntityAction: string;
|
|
9134
9120
|
ActionParam: string;
|
|
9135
9121
|
}
|
|
9136
9122
|
export declare class CreateMJEntityActionParamInput {
|
|
@@ -9293,7 +9279,6 @@ export declare class MJEntityCommunicationField_ {
|
|
|
9293
9279
|
Priority: number;
|
|
9294
9280
|
_mj__CreatedAt: Date;
|
|
9295
9281
|
_mj__UpdatedAt: Date;
|
|
9296
|
-
EntityCommunicationMessageType: string;
|
|
9297
9282
|
}
|
|
9298
9283
|
export declare class CreateMJEntityCommunicationFieldInput {
|
|
9299
9284
|
ID?: string;
|
|
@@ -10175,8 +10160,6 @@ export declare class MJErrorLog_ {
|
|
|
10175
10160
|
Details?: string;
|
|
10176
10161
|
_mj__CreatedAt: Date;
|
|
10177
10162
|
_mj__UpdatedAt: Date;
|
|
10178
|
-
CompanyIntegrationRun?: string;
|
|
10179
|
-
CompanyIntegrationRunDetail?: string;
|
|
10180
10163
|
}
|
|
10181
10164
|
export declare class CreateMJErrorLogInput {
|
|
10182
10165
|
ID?: string;
|
|
@@ -11152,7 +11135,6 @@ export declare class MJMCPServerConnectionTool_ {
|
|
|
11152
11135
|
_mj__CreatedAt: Date;
|
|
11153
11136
|
_mj__UpdatedAt: Date;
|
|
11154
11137
|
MCPServerConnection: string;
|
|
11155
|
-
MCPServerTool?: string;
|
|
11156
11138
|
}
|
|
11157
11139
|
export declare class CreateMJMCPServerConnectionToolInput {
|
|
11158
11140
|
ID?: string;
|
|
@@ -11475,7 +11457,6 @@ export declare class MJMCPToolExecutionLog_ {
|
|
|
11475
11457
|
_mj__CreatedAt: Date;
|
|
11476
11458
|
_mj__UpdatedAt: Date;
|
|
11477
11459
|
MCPServerConnection: string;
|
|
11478
|
-
MCPServerTool?: string;
|
|
11479
11460
|
User: string;
|
|
11480
11461
|
}
|
|
11481
11462
|
export declare class CreateMJMCPToolExecutionLogInput {
|
|
@@ -11809,6 +11790,215 @@ export declare class MJOAuthTokenResolver extends ResolverBase {
|
|
|
11809
11790
|
UpdateMJOAuthToken(input: UpdateMJOAuthTokenInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11810
11791
|
DeleteMJOAuthToken(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11811
11792
|
}
|
|
11793
|
+
export declare class MJOpenAppDependency_ {
|
|
11794
|
+
ID: string;
|
|
11795
|
+
OpenAppID: string;
|
|
11796
|
+
DependsOnAppName: string;
|
|
11797
|
+
DependsOnAppID?: string;
|
|
11798
|
+
VersionRange: string;
|
|
11799
|
+
InstalledVersion?: string;
|
|
11800
|
+
Status: string;
|
|
11801
|
+
_mj__CreatedAt: Date;
|
|
11802
|
+
_mj__UpdatedAt: Date;
|
|
11803
|
+
OpenApp: string;
|
|
11804
|
+
DependsOnApp?: string;
|
|
11805
|
+
}
|
|
11806
|
+
export declare class CreateMJOpenAppDependencyInput {
|
|
11807
|
+
ID?: string;
|
|
11808
|
+
OpenAppID?: string;
|
|
11809
|
+
DependsOnAppName?: string;
|
|
11810
|
+
DependsOnAppID: string | null;
|
|
11811
|
+
VersionRange?: string;
|
|
11812
|
+
InstalledVersion: string | null;
|
|
11813
|
+
Status?: string;
|
|
11814
|
+
}
|
|
11815
|
+
export declare class UpdateMJOpenAppDependencyInput {
|
|
11816
|
+
ID: string;
|
|
11817
|
+
OpenAppID?: string;
|
|
11818
|
+
DependsOnAppName?: string;
|
|
11819
|
+
DependsOnAppID?: string | null;
|
|
11820
|
+
VersionRange?: string;
|
|
11821
|
+
InstalledVersion?: string | null;
|
|
11822
|
+
Status?: string;
|
|
11823
|
+
OldValues___?: KeyValuePairInput[];
|
|
11824
|
+
}
|
|
11825
|
+
export declare class RunMJOpenAppDependencyViewResult {
|
|
11826
|
+
Results: MJOpenAppDependency_[];
|
|
11827
|
+
UserViewRunID?: string;
|
|
11828
|
+
RowCount: number;
|
|
11829
|
+
TotalRowCount: number;
|
|
11830
|
+
ExecutionTime: number;
|
|
11831
|
+
ErrorMessage?: string;
|
|
11832
|
+
Success: boolean;
|
|
11833
|
+
}
|
|
11834
|
+
export declare class MJOpenAppDependencyResolver extends ResolverBase {
|
|
11835
|
+
RunMJOpenAppDependencyViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11836
|
+
RunMJOpenAppDependencyViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11837
|
+
RunMJOpenAppDependencyDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11838
|
+
MJOpenAppDependency(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJOpenAppDependency_ | null>;
|
|
11839
|
+
CreateMJOpenAppDependency(input: CreateMJOpenAppDependencyInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11840
|
+
UpdateMJOpenAppDependency(input: UpdateMJOpenAppDependencyInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11841
|
+
DeleteMJOpenAppDependency(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11842
|
+
}
|
|
11843
|
+
export declare class MJOpenAppInstallHistory_ {
|
|
11844
|
+
ID: string;
|
|
11845
|
+
OpenAppID: string;
|
|
11846
|
+
Version: string;
|
|
11847
|
+
PreviousVersion?: string;
|
|
11848
|
+
Action: string;
|
|
11849
|
+
ManifestJSON: string;
|
|
11850
|
+
Summary?: string;
|
|
11851
|
+
ExecutedByUserID: string;
|
|
11852
|
+
DurationSeconds?: number;
|
|
11853
|
+
StartedAt?: Date;
|
|
11854
|
+
EndedAt?: Date;
|
|
11855
|
+
Success: boolean;
|
|
11856
|
+
ErrorMessage?: string;
|
|
11857
|
+
ErrorPhase?: string;
|
|
11858
|
+
_mj__CreatedAt: Date;
|
|
11859
|
+
_mj__UpdatedAt: Date;
|
|
11860
|
+
OpenApp: string;
|
|
11861
|
+
ExecutedByUser: string;
|
|
11862
|
+
}
|
|
11863
|
+
export declare class CreateMJOpenAppInstallHistoryInput {
|
|
11864
|
+
ID?: string;
|
|
11865
|
+
OpenAppID?: string;
|
|
11866
|
+
Version?: string;
|
|
11867
|
+
PreviousVersion: string | null;
|
|
11868
|
+
Action?: string;
|
|
11869
|
+
ManifestJSON?: string;
|
|
11870
|
+
Summary: string | null;
|
|
11871
|
+
ExecutedByUserID?: string;
|
|
11872
|
+
DurationSeconds: number | null;
|
|
11873
|
+
StartedAt: Date | null;
|
|
11874
|
+
EndedAt: Date | null;
|
|
11875
|
+
Success?: boolean;
|
|
11876
|
+
ErrorMessage: string | null;
|
|
11877
|
+
ErrorPhase: string | null;
|
|
11878
|
+
}
|
|
11879
|
+
export declare class UpdateMJOpenAppInstallHistoryInput {
|
|
11880
|
+
ID: string;
|
|
11881
|
+
OpenAppID?: string;
|
|
11882
|
+
Version?: string;
|
|
11883
|
+
PreviousVersion?: string | null;
|
|
11884
|
+
Action?: string;
|
|
11885
|
+
ManifestJSON?: string;
|
|
11886
|
+
Summary?: string | null;
|
|
11887
|
+
ExecutedByUserID?: string;
|
|
11888
|
+
DurationSeconds?: number | null;
|
|
11889
|
+
StartedAt?: Date | null;
|
|
11890
|
+
EndedAt?: Date | null;
|
|
11891
|
+
Success?: boolean;
|
|
11892
|
+
ErrorMessage?: string | null;
|
|
11893
|
+
ErrorPhase?: string | null;
|
|
11894
|
+
OldValues___?: KeyValuePairInput[];
|
|
11895
|
+
}
|
|
11896
|
+
export declare class RunMJOpenAppInstallHistoryViewResult {
|
|
11897
|
+
Results: MJOpenAppInstallHistory_[];
|
|
11898
|
+
UserViewRunID?: string;
|
|
11899
|
+
RowCount: number;
|
|
11900
|
+
TotalRowCount: number;
|
|
11901
|
+
ExecutionTime: number;
|
|
11902
|
+
ErrorMessage?: string;
|
|
11903
|
+
Success: boolean;
|
|
11904
|
+
}
|
|
11905
|
+
export declare class MJOpenAppInstallHistoryResolver extends ResolverBase {
|
|
11906
|
+
RunMJOpenAppInstallHistoryViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11907
|
+
RunMJOpenAppInstallHistoryViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11908
|
+
RunMJOpenAppInstallHistoryDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11909
|
+
MJOpenAppInstallHistory(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJOpenAppInstallHistory_ | null>;
|
|
11910
|
+
CreateMJOpenAppInstallHistory(input: CreateMJOpenAppInstallHistoryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11911
|
+
UpdateMJOpenAppInstallHistory(input: UpdateMJOpenAppInstallHistoryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11912
|
+
DeleteMJOpenAppInstallHistory(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11913
|
+
}
|
|
11914
|
+
export declare class MJOpenApp_ {
|
|
11915
|
+
ID: string;
|
|
11916
|
+
Name: string;
|
|
11917
|
+
DisplayName: string;
|
|
11918
|
+
Description?: string;
|
|
11919
|
+
Version: string;
|
|
11920
|
+
Publisher: string;
|
|
11921
|
+
PublisherEmail?: string;
|
|
11922
|
+
PublisherURL?: string;
|
|
11923
|
+
RepositoryURL: string;
|
|
11924
|
+
SchemaName?: string;
|
|
11925
|
+
MJVersionRange: string;
|
|
11926
|
+
License?: string;
|
|
11927
|
+
Icon?: string;
|
|
11928
|
+
Color?: string;
|
|
11929
|
+
ManifestJSON: string;
|
|
11930
|
+
ConfigurationSchemaJSON?: string;
|
|
11931
|
+
InstalledByUserID: string;
|
|
11932
|
+
Status: string;
|
|
11933
|
+
_mj__CreatedAt: Date;
|
|
11934
|
+
_mj__UpdatedAt: Date;
|
|
11935
|
+
InstalledByUser: string;
|
|
11936
|
+
MJOpenAppDependencies_DependsOnAppIDArray: MJOpenAppDependency_[];
|
|
11937
|
+
MJOpenAppInstallHistories_OpenAppIDArray: MJOpenAppInstallHistory_[];
|
|
11938
|
+
MJOpenAppDependencies_OpenAppIDArray: MJOpenAppDependency_[];
|
|
11939
|
+
}
|
|
11940
|
+
export declare class CreateMJOpenAppInput {
|
|
11941
|
+
ID?: string;
|
|
11942
|
+
Name?: string;
|
|
11943
|
+
DisplayName?: string;
|
|
11944
|
+
Description: string | null;
|
|
11945
|
+
Version?: string;
|
|
11946
|
+
Publisher?: string;
|
|
11947
|
+
PublisherEmail: string | null;
|
|
11948
|
+
PublisherURL: string | null;
|
|
11949
|
+
RepositoryURL?: string;
|
|
11950
|
+
SchemaName: string | null;
|
|
11951
|
+
MJVersionRange?: string;
|
|
11952
|
+
License: string | null;
|
|
11953
|
+
Icon: string | null;
|
|
11954
|
+
Color: string | null;
|
|
11955
|
+
ManifestJSON?: string;
|
|
11956
|
+
ConfigurationSchemaJSON: string | null;
|
|
11957
|
+
InstalledByUserID?: string;
|
|
11958
|
+
Status?: string;
|
|
11959
|
+
}
|
|
11960
|
+
export declare class UpdateMJOpenAppInput {
|
|
11961
|
+
ID: string;
|
|
11962
|
+
Name?: string;
|
|
11963
|
+
DisplayName?: string;
|
|
11964
|
+
Description?: string | null;
|
|
11965
|
+
Version?: string;
|
|
11966
|
+
Publisher?: string;
|
|
11967
|
+
PublisherEmail?: string | null;
|
|
11968
|
+
PublisherURL?: string | null;
|
|
11969
|
+
RepositoryURL?: string;
|
|
11970
|
+
SchemaName?: string | null;
|
|
11971
|
+
MJVersionRange?: string;
|
|
11972
|
+
License?: string | null;
|
|
11973
|
+
Icon?: string | null;
|
|
11974
|
+
Color?: string | null;
|
|
11975
|
+
ManifestJSON?: string;
|
|
11976
|
+
ConfigurationSchemaJSON?: string | null;
|
|
11977
|
+
InstalledByUserID?: string;
|
|
11978
|
+
Status?: string;
|
|
11979
|
+
OldValues___?: KeyValuePairInput[];
|
|
11980
|
+
}
|
|
11981
|
+
export declare class RunMJOpenAppViewResult {
|
|
11982
|
+
Results: MJOpenApp_[];
|
|
11983
|
+
UserViewRunID?: string;
|
|
11984
|
+
RowCount: number;
|
|
11985
|
+
TotalRowCount: number;
|
|
11986
|
+
ExecutionTime: number;
|
|
11987
|
+
ErrorMessage?: string;
|
|
11988
|
+
Success: boolean;
|
|
11989
|
+
}
|
|
11990
|
+
export declare class MJOpenAppResolver extends ResolverBase {
|
|
11991
|
+
RunMJOpenAppViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11992
|
+
RunMJOpenAppViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11993
|
+
RunMJOpenAppDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
11994
|
+
MJOpenApp(ID: string, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJOpenApp_ | null>;
|
|
11995
|
+
MJOpenAppDependencies_DependsOnAppIDArray(mjopenapp_: MJOpenApp_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11996
|
+
MJOpenAppInstallHistories_OpenAppIDArray(mjopenapp_: MJOpenApp_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11997
|
+
MJOpenAppDependencies_OpenAppIDArray(mjopenapp_: MJOpenApp_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
11998
|
+
CreateMJOpenApp(input: CreateMJOpenAppInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
11999
|
+
UpdateMJOpenApp(input: UpdateMJOpenAppInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
12000
|
+
DeleteMJOpenApp(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
12001
|
+
}
|
|
11812
12002
|
export declare class MJOutputDeliveryType_ {
|
|
11813
12003
|
ID: string;
|
|
11814
12004
|
Name: string;
|
|
@@ -12615,7 +12805,6 @@ export declare class MJRecommendationItem_ {
|
|
|
12615
12805
|
MatchProbability?: number;
|
|
12616
12806
|
_mj__CreatedAt: Date;
|
|
12617
12807
|
_mj__UpdatedAt: Date;
|
|
12618
|
-
Recommendation: string;
|
|
12619
12808
|
DestinationEntity: string;
|
|
12620
12809
|
}
|
|
12621
12810
|
export declare class CreateMJRecommendationItemInput {
|
|
@@ -12748,7 +12937,6 @@ export declare class MJRecommendation_ {
|
|
|
12748
12937
|
SourceEntityRecordID: string;
|
|
12749
12938
|
_mj__CreatedAt: Date;
|
|
12750
12939
|
_mj__UpdatedAt: Date;
|
|
12751
|
-
RecommendationRun: string;
|
|
12752
12940
|
SourceEntity: string;
|
|
12753
12941
|
MJRecommendationItems_RecommendationIDArray: MJRecommendationItem_[];
|
|
12754
12942
|
}
|
|
@@ -12849,7 +13037,6 @@ export declare class MJRecordChange_ {
|
|
|
12849
13037
|
UpdatedAt: Date;
|
|
12850
13038
|
Entity: string;
|
|
12851
13039
|
User: string;
|
|
12852
|
-
ReplayRun?: string;
|
|
12853
13040
|
Integration?: string;
|
|
12854
13041
|
MJVersionLabelItems_RecordChangeIDArray: MJVersionLabelItem_[];
|
|
12855
13042
|
}
|
|
@@ -12968,7 +13155,6 @@ export declare class MJRecordMergeDeletionLog_ {
|
|
|
12968
13155
|
ProcessingLog?: string;
|
|
12969
13156
|
_mj__CreatedAt: Date;
|
|
12970
13157
|
_mj__UpdatedAt: Date;
|
|
12971
|
-
RecordMergeLog: string;
|
|
12972
13158
|
}
|
|
12973
13159
|
export declare class CreateMJRecordMergeDeletionLogInput {
|
|
12974
13160
|
ID?: string;
|
|
@@ -13274,7 +13460,6 @@ export declare class MJReport_ {
|
|
|
13274
13460
|
Category?: string;
|
|
13275
13461
|
User: string;
|
|
13276
13462
|
Conversation?: string;
|
|
13277
|
-
ConversationDetail?: string;
|
|
13278
13463
|
DataContext?: string;
|
|
13279
13464
|
OutputTriggerType?: string;
|
|
13280
13465
|
OutputFormatType?: string;
|
|
@@ -14238,7 +14423,6 @@ export declare class MJTask_ {
|
|
|
14238
14423
|
Type: string;
|
|
14239
14424
|
Environment: string;
|
|
14240
14425
|
Project?: string;
|
|
14241
|
-
ConversationDetail?: string;
|
|
14242
14426
|
User?: string;
|
|
14243
14427
|
Agent?: string;
|
|
14244
14428
|
RootParentID?: string;
|
|
@@ -14460,7 +14644,6 @@ export declare class MJTemplateParam_ {
|
|
|
14460
14644
|
TemplateContentID?: string;
|
|
14461
14645
|
Template: string;
|
|
14462
14646
|
Entity?: string;
|
|
14463
|
-
TemplateContent?: string;
|
|
14464
14647
|
}
|
|
14465
14648
|
export declare class CreateMJTemplateParamInput {
|
|
14466
14649
|
ID?: string;
|
|
@@ -15927,6 +16110,8 @@ export declare class MJUser_ {
|
|
|
15927
16110
|
MJMCPToolExecutionLogs_UserIDArray: MJMCPToolExecutionLog_[];
|
|
15928
16111
|
MJVersionLabelRestores_UserIDArray: MJVersionLabelRestore_[];
|
|
15929
16112
|
MJOAuthAuthorizationStates_UserIDArray: MJOAuthAuthorizationState_[];
|
|
16113
|
+
MJOpenAppInstallHistories_ExecutedByUserIDArray: MJOpenAppInstallHistory_[];
|
|
16114
|
+
MJOpenApps_InstalledByUserIDArray: MJOpenApp_[];
|
|
15930
16115
|
MJResourcePermissions_UserIDArray: MJResourcePermission_[];
|
|
15931
16116
|
MJAIAgentRequests_RequestForUserIDArray: MJAIAgentRequest_[];
|
|
15932
16117
|
MJConversationDetails_UserIDArray: MJConversationDetail_[];
|
|
@@ -16055,6 +16240,8 @@ export declare class MJUserResolverBase extends ResolverBase {
|
|
|
16055
16240
|
MJMCPToolExecutionLogs_UserIDArray(mjuser_: MJUser_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16056
16241
|
MJVersionLabelRestores_UserIDArray(mjuser_: MJUser_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16057
16242
|
MJOAuthAuthorizationStates_UserIDArray(mjuser_: MJUser_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16243
|
+
MJOpenAppInstallHistories_ExecutedByUserIDArray(mjuser_: MJUser_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16244
|
+
MJOpenApps_InstalledByUserIDArray(mjuser_: MJUser_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16058
16245
|
MJResourcePermissions_UserIDArray(mjuser_: MJUser_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16059
16246
|
MJAIAgentRequests_RequestForUserIDArray(mjuser_: MJUser_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16060
16247
|
MJConversationDetails_UserIDArray(mjuser_: MJUser_, { dataSources, userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|