@memberjunction/server 5.38.0 → 5.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +67 -0
- package/dist/apolloServer/index.d.ts +0 -8
- package/dist/apolloServer/index.d.ts.map +1 -1
- package/dist/apolloServer/index.js +61 -0
- package/dist/apolloServer/index.js.map +1 -1
- package/dist/auth/index.js +1 -1
- package/dist/auth/index.js.map +1 -1
- package/dist/auth/magicLink/MagicLinkKeys.d.ts +58 -0
- package/dist/auth/magicLink/MagicLinkKeys.d.ts.map +1 -0
- package/dist/auth/magicLink/MagicLinkKeys.js +99 -0
- package/dist/auth/magicLink/MagicLinkKeys.js.map +1 -0
- package/dist/auth/magicLink/MagicLinkRouter.d.ts +33 -0
- package/dist/auth/magicLink/MagicLinkRouter.d.ts.map +1 -0
- package/dist/auth/magicLink/MagicLinkRouter.js +184 -0
- package/dist/auth/magicLink/MagicLinkRouter.js.map +1 -0
- package/dist/auth/magicLink/MagicLinkService.d.ts +123 -0
- package/dist/auth/magicLink/MagicLinkService.d.ts.map +1 -0
- package/dist/auth/magicLink/MagicLinkService.js +605 -0
- package/dist/auth/magicLink/MagicLinkService.js.map +1 -0
- package/dist/auth/magicLink/index.d.ts +6 -0
- package/dist/auth/magicLink/index.d.ts.map +1 -0
- package/dist/auth/magicLink/index.js +6 -0
- package/dist/auth/magicLink/index.js.map +1 -0
- package/dist/auth/magicLink/magicLinkCore.d.ts +82 -0
- package/dist/auth/magicLink/magicLinkCore.d.ts.map +1 -0
- package/dist/auth/magicLink/magicLinkCore.js +164 -0
- package/dist/auth/magicLink/magicLinkCore.js.map +1 -0
- package/dist/auth/magicLink/redeemLanding.d.ts +22 -0
- package/dist/auth/magicLink/redeemLanding.d.ts.map +1 -0
- package/dist/auth/magicLink/redeemLanding.js +61 -0
- package/dist/auth/magicLink/redeemLanding.js.map +1 -0
- package/dist/auth/magicLink/types.d.ts +131 -0
- package/dist/auth/magicLink/types.d.ts.map +1 -0
- package/dist/auth/magicLink/types.js +6 -0
- package/dist/auth/magicLink/types.js.map +1 -0
- package/dist/config.d.ts +479 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +84 -0
- package/dist/config.js.map +1 -1
- package/dist/context.d.ts.map +1 -1
- package/dist/context.js +223 -19
- package/dist/context.js.map +1 -1
- package/dist/generated/generated.d.ts +952 -4
- package/dist/generated/generated.d.ts.map +1 -1
- package/dist/generated/generated.js +25663 -20321
- package/dist/generated/generated.js.map +1 -1
- package/dist/generic/FireAndForgetHeartbeat.d.ts +51 -0
- package/dist/generic/FireAndForgetHeartbeat.d.ts.map +1 -0
- package/dist/generic/FireAndForgetHeartbeat.js +44 -0
- package/dist/generic/FireAndForgetHeartbeat.js.map +1 -0
- package/dist/generic/ResolverBase.d.ts.map +1 -1
- package/dist/generic/ResolverBase.js +35 -7
- package/dist/generic/ResolverBase.js.map +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +145 -2
- package/dist/index.js.map +1 -1
- package/dist/logging/NoLog.d.ts +50 -0
- package/dist/logging/NoLog.d.ts.map +1 -0
- package/dist/logging/NoLog.js +80 -0
- package/dist/logging/NoLog.js.map +1 -0
- package/dist/logging/bootAudit.d.ts +43 -0
- package/dist/logging/bootAudit.d.ts.map +1 -0
- package/dist/logging/bootAudit.js +83 -0
- package/dist/logging/bootAudit.js.map +1 -0
- package/dist/logging/boundaryLogPayload.d.ts +18 -0
- package/dist/logging/boundaryLogPayload.d.ts.map +1 -0
- package/dist/logging/boundaryLogPayload.js +18 -0
- package/dist/logging/boundaryLogPayload.js.map +1 -0
- package/dist/logging/secretRedactor.d.ts +23 -0
- package/dist/logging/secretRedactor.d.ts.map +1 -0
- package/dist/logging/secretRedactor.js +53 -0
- package/dist/logging/secretRedactor.js.map +1 -0
- package/dist/logging/shortenForLog.d.ts +8 -0
- package/dist/logging/shortenForLog.d.ts.map +1 -0
- package/dist/logging/shortenForLog.js +21 -0
- package/dist/logging/shortenForLog.js.map +1 -0
- package/dist/logging/variablesLoggingMiddleware.d.ts +22 -0
- package/dist/logging/variablesLoggingMiddleware.d.ts.map +1 -0
- package/dist/logging/variablesLoggingMiddleware.js +127 -0
- package/dist/logging/variablesLoggingMiddleware.js.map +1 -0
- package/dist/resolvers/CurrentUserContextResolver.d.ts +9 -3
- package/dist/resolvers/CurrentUserContextResolver.d.ts.map +1 -1
- package/dist/resolvers/CurrentUserContextResolver.js +19 -5
- package/dist/resolvers/CurrentUserContextResolver.js.map +1 -1
- package/dist/resolvers/EntityResolver.d.ts.map +1 -1
- package/dist/resolvers/EntityResolver.js +13 -2
- package/dist/resolvers/EntityResolver.js.map +1 -1
- package/dist/resolvers/GenerateSeedTaxonomyResolver.d.ts +28 -0
- package/dist/resolvers/GenerateSeedTaxonomyResolver.d.ts.map +1 -0
- package/dist/resolvers/GenerateSeedTaxonomyResolver.js +100 -0
- package/dist/resolvers/GenerateSeedTaxonomyResolver.js.map +1 -0
- package/dist/resolvers/GetDataResolver.d.ts.map +1 -1
- package/dist/resolvers/GetDataResolver.js +8 -4
- package/dist/resolvers/GetDataResolver.js.map +1 -1
- package/dist/resolvers/IntegrationDiscoveryResolver.d.ts +259 -2
- package/dist/resolvers/IntegrationDiscoveryResolver.d.ts.map +1 -1
- package/dist/resolvers/IntegrationDiscoveryResolver.js +1276 -117
- package/dist/resolvers/IntegrationDiscoveryResolver.js.map +1 -1
- package/dist/resolvers/IntegrationProgressResolver.d.ts +90 -0
- package/dist/resolvers/IntegrationProgressResolver.d.ts.map +1 -0
- package/dist/resolvers/IntegrationProgressResolver.js +196 -0
- package/dist/resolvers/IntegrationProgressResolver.js.map +1 -0
- package/dist/resolvers/MCPResolver.d.ts.map +1 -1
- package/dist/resolvers/MCPResolver.js +19 -14
- package/dist/resolvers/MCPResolver.js.map +1 -1
- package/dist/resolvers/RunAIAgentResolver.d.ts.map +1 -1
- package/dist/resolvers/RunAIAgentResolver.js +26 -5
- package/dist/resolvers/RunAIAgentResolver.js.map +1 -1
- package/dist/resolvers/RunClusterAnalysisResolver.d.ts +74 -0
- package/dist/resolvers/RunClusterAnalysisResolver.d.ts.map +1 -0
- package/dist/resolvers/RunClusterAnalysisResolver.js +243 -0
- package/dist/resolvers/RunClusterAnalysisResolver.js.map +1 -0
- package/dist/resolvers/RunTestResolver.d.ts.map +1 -1
- package/dist/resolvers/RunTestResolver.js +12 -2
- package/dist/resolvers/RunTestResolver.js.map +1 -1
- package/dist/resolvers/SearchEntitiesResolver.d.ts +46 -0
- package/dist/resolvers/SearchEntitiesResolver.d.ts.map +1 -0
- package/dist/resolvers/SearchEntitiesResolver.js +216 -0
- package/dist/resolvers/SearchEntitiesResolver.js.map +1 -0
- package/dist/resolvers/UserResolver.d.ts +16 -2
- package/dist/resolvers/UserResolver.d.ts.map +1 -1
- package/dist/resolvers/UserResolver.js +45 -2
- package/dist/resolvers/UserResolver.js.map +1 -1
- package/dist/resolvers/VectorizeEntityResolver.d.ts.map +1 -1
- package/dist/resolvers/VectorizeEntityResolver.js +14 -1
- package/dist/resolvers/VectorizeEntityResolver.js.map +1 -1
- package/dist/rest/SignatureWebhookHandler.d.ts +19 -0
- package/dist/rest/SignatureWebhookHandler.d.ts.map +1 -0
- package/dist/rest/SignatureWebhookHandler.js +86 -0
- package/dist/rest/SignatureWebhookHandler.js.map +1 -0
- package/dist/services/ScheduledJobsService.d.ts.map +1 -1
- package/dist/services/ScheduledJobsService.js +14 -2
- package/dist/services/ScheduledJobsService.js.map +1 -1
- package/package.json +79 -74
- package/src/__tests__/NoLog.test.ts +76 -0
- package/src/__tests__/bootAudit.test.ts +188 -0
- package/src/__tests__/boundaryLogPayload.test.ts +31 -0
- package/src/__tests__/getDataTokenRedaction.test.ts +84 -0
- package/src/__tests__/magicLink.test.ts +387 -0
- package/src/__tests__/secretRedactor.test.ts +163 -0
- package/src/__tests__/subscriptionRedaction.test.ts +217 -0
- package/src/apolloServer/index.ts +58 -0
- package/src/auth/index.ts +2 -2
- package/src/auth/magicLink/MagicLinkKeys.ts +122 -0
- package/src/auth/magicLink/MagicLinkRouter.ts +209 -0
- package/src/auth/magicLink/MagicLinkService.ts +724 -0
- package/src/auth/magicLink/index.ts +17 -0
- package/src/auth/magicLink/magicLinkCore.ts +216 -0
- package/src/auth/magicLink/redeemLanding.ts +62 -0
- package/src/auth/magicLink/types.ts +137 -0
- package/src/config.ts +89 -0
- package/src/context.ts +249 -17
- package/src/generated/generated.ts +12528 -8866
- package/src/generic/FireAndForgetHeartbeat.ts +85 -0
- package/src/generic/ResolverBase.ts +35 -7
- package/src/generic/__tests__/FireAndForgetHeartbeat.test.ts +99 -0
- package/src/index.ts +165 -2
- package/src/logging/NoLog.ts +88 -0
- package/src/logging/bootAudit.ts +117 -0
- package/src/logging/boundaryLogPayload.ts +19 -0
- package/src/logging/secretRedactor.ts +82 -0
- package/src/logging/shortenForLog.ts +17 -0
- package/src/logging/variablesLoggingMiddleware.ts +191 -0
- package/src/resolvers/CurrentUserContextResolver.ts +21 -5
- package/src/resolvers/EntityResolver.ts +17 -5
- package/src/resolvers/GenerateSeedTaxonomyResolver.ts +90 -0
- package/src/resolvers/GetDataResolver.ts +9 -5
- package/src/resolvers/IntegrationDiscoveryResolver.ts +1111 -120
- package/src/resolvers/IntegrationProgressResolver.ts +220 -0
- package/src/resolvers/MCPResolver.ts +18 -14
- package/src/resolvers/RunAIAgentResolver.ts +28 -5
- package/src/resolvers/RunClusterAnalysisResolver.ts +249 -0
- package/src/resolvers/RunTestResolver.ts +14 -2
- package/src/resolvers/SearchEntitiesResolver.ts +173 -0
- package/src/resolvers/UserResolver.ts +38 -2
- package/src/resolvers/VectorizeEntityResolver.ts +14 -1
- package/src/resolvers/__tests__/IntegrationProgressResolver.test.ts +170 -0
- package/src/rest/SignatureWebhookHandler.ts +103 -0
- package/src/services/ScheduledJobsService.ts +15 -2
|
@@ -2021,6 +2021,9 @@ export declare class MJAIAgentRun_ {
|
|
|
2021
2021
|
SecondaryScopes?: string;
|
|
2022
2022
|
ExternalReferenceID?: string;
|
|
2023
2023
|
CompanyID?: string;
|
|
2024
|
+
TotalCacheReadTokensUsed?: number;
|
|
2025
|
+
TotalCacheWriteTokensUsed?: number;
|
|
2026
|
+
LastHeartbeatAt?: Date;
|
|
2024
2027
|
Agent?: string;
|
|
2025
2028
|
ParentRun?: string;
|
|
2026
2029
|
Conversation?: string;
|
|
@@ -2090,6 +2093,9 @@ export declare class CreateMJAIAgentRunInput {
|
|
|
2090
2093
|
SecondaryScopes: string | null;
|
|
2091
2094
|
ExternalReferenceID: string | null;
|
|
2092
2095
|
CompanyID: string | null;
|
|
2096
|
+
TotalCacheReadTokensUsed: number | null;
|
|
2097
|
+
TotalCacheWriteTokensUsed: number | null;
|
|
2098
|
+
LastHeartbeatAt: Date | null;
|
|
2093
2099
|
RestoreContext___?: RestoreContextInput;
|
|
2094
2100
|
}
|
|
2095
2101
|
export declare class UpdateMJAIAgentRunInput {
|
|
@@ -2137,6 +2143,9 @@ export declare class UpdateMJAIAgentRunInput {
|
|
|
2137
2143
|
SecondaryScopes?: string | null;
|
|
2138
2144
|
ExternalReferenceID?: string | null;
|
|
2139
2145
|
CompanyID?: string | null;
|
|
2146
|
+
TotalCacheReadTokensUsed?: number | null;
|
|
2147
|
+
TotalCacheWriteTokensUsed?: number | null;
|
|
2148
|
+
LastHeartbeatAt?: Date | null;
|
|
2140
2149
|
OldValues___?: KeyValuePairInput[];
|
|
2141
2150
|
RestoreContext___?: RestoreContextInput;
|
|
2142
2151
|
}
|
|
@@ -3224,6 +3233,8 @@ export declare class MJAIModelCost_ {
|
|
|
3224
3233
|
Comments?: string;
|
|
3225
3234
|
_mj__CreatedAt: Date;
|
|
3226
3235
|
_mj__UpdatedAt: Date;
|
|
3236
|
+
CacheReadPricePerUnit?: number;
|
|
3237
|
+
CacheWritePricePerUnit?: number;
|
|
3227
3238
|
Model: string;
|
|
3228
3239
|
Vendor: string;
|
|
3229
3240
|
PriceType: string;
|
|
@@ -3243,6 +3254,8 @@ export declare class CreateMJAIModelCostInput {
|
|
|
3243
3254
|
UnitTypeID?: string;
|
|
3244
3255
|
ProcessingType?: string;
|
|
3245
3256
|
Comments: string | null;
|
|
3257
|
+
CacheReadPricePerUnit: number | null;
|
|
3258
|
+
CacheWritePricePerUnit: number | null;
|
|
3246
3259
|
RestoreContext___?: RestoreContextInput;
|
|
3247
3260
|
}
|
|
3248
3261
|
export declare class UpdateMJAIModelCostInput {
|
|
@@ -3259,6 +3272,8 @@ export declare class UpdateMJAIModelCostInput {
|
|
|
3259
3272
|
UnitTypeID?: string;
|
|
3260
3273
|
ProcessingType?: string;
|
|
3261
3274
|
Comments?: string | null;
|
|
3275
|
+
CacheReadPricePerUnit?: number | null;
|
|
3276
|
+
CacheWritePricePerUnit?: number | null;
|
|
3262
3277
|
OldValues___?: KeyValuePairInput[];
|
|
3263
3278
|
RestoreContext___?: RestoreContextInput;
|
|
3264
3279
|
}
|
|
@@ -3993,6 +4008,10 @@ export declare class MJAIPromptRun_ {
|
|
|
3993
4008
|
Comments?: string;
|
|
3994
4009
|
TestRunID?: string;
|
|
3995
4010
|
AssistantPrefill?: string;
|
|
4011
|
+
TokensCacheRead?: number;
|
|
4012
|
+
TokensCacheWrite?: number;
|
|
4013
|
+
TokensCacheReadRollup?: number;
|
|
4014
|
+
TokensCacheWriteRollup?: number;
|
|
3996
4015
|
Prompt: string;
|
|
3997
4016
|
Model: string;
|
|
3998
4017
|
Vendor: string;
|
|
@@ -4011,6 +4030,7 @@ export declare class MJAIPromptRun_ {
|
|
|
4011
4030
|
MJAIPromptRunMedias_PromptRunIDArray: MJAIPromptRunMedia_[];
|
|
4012
4031
|
MJAIPromptRuns_RerunFromPromptRunIDArray: MJAIPromptRun_[];
|
|
4013
4032
|
MJAIResultCache_PromptRunIDArray: MJAIResultCache_[];
|
|
4033
|
+
MJContentItemTags_AIPromptRunIDArray: MJContentItemTag_[];
|
|
4014
4034
|
MJAIPromptRuns_ParentIDArray: MJAIPromptRun_[];
|
|
4015
4035
|
}
|
|
4016
4036
|
export declare class CreateMJAIPromptRunInput {
|
|
@@ -4097,6 +4117,10 @@ export declare class CreateMJAIPromptRunInput {
|
|
|
4097
4117
|
Comments: string | null;
|
|
4098
4118
|
TestRunID: string | null;
|
|
4099
4119
|
AssistantPrefill: string | null;
|
|
4120
|
+
TokensCacheRead: number | null;
|
|
4121
|
+
TokensCacheWrite: number | null;
|
|
4122
|
+
TokensCacheReadRollup: number | null;
|
|
4123
|
+
TokensCacheWriteRollup: number | null;
|
|
4100
4124
|
RestoreContext___?: RestoreContextInput;
|
|
4101
4125
|
}
|
|
4102
4126
|
export declare class UpdateMJAIPromptRunInput {
|
|
@@ -4183,6 +4207,10 @@ export declare class UpdateMJAIPromptRunInput {
|
|
|
4183
4207
|
Comments?: string | null;
|
|
4184
4208
|
TestRunID?: string | null;
|
|
4185
4209
|
AssistantPrefill?: string | null;
|
|
4210
|
+
TokensCacheRead?: number | null;
|
|
4211
|
+
TokensCacheWrite?: number | null;
|
|
4212
|
+
TokensCacheReadRollup?: number | null;
|
|
4213
|
+
TokensCacheWriteRollup?: number | null;
|
|
4186
4214
|
OldValues___?: KeyValuePairInput[];
|
|
4187
4215
|
RestoreContext___?: RestoreContextInput;
|
|
4188
4216
|
}
|
|
@@ -4204,6 +4232,7 @@ export declare class MJAIPromptRunResolver extends ResolverBase {
|
|
|
4204
4232
|
MJAIPromptRunMedias_PromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4205
4233
|
MJAIPromptRuns_RerunFromPromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4206
4234
|
MJAIResultCache_PromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4235
|
+
MJContentItemTags_AIPromptRunIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4207
4236
|
MJAIPromptRuns_ParentIDArray(mjaipromptrun_: MJAIPromptRun_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
4208
4237
|
CreateMJAIPromptRun(input: CreateMJAIPromptRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
4209
4238
|
UpdateMJAIPromptRun(input: UpdateMJAIPromptRunInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -4964,6 +4993,7 @@ export declare class MJAPIKey_ {
|
|
|
4964
4993
|
CreatedByUserID: string;
|
|
4965
4994
|
_mj__CreatedAt: Date;
|
|
4966
4995
|
_mj__UpdatedAt: Date;
|
|
4996
|
+
KeyPrefix?: string;
|
|
4967
4997
|
User: string;
|
|
4968
4998
|
CreatedByUser: string;
|
|
4969
4999
|
MJAPIKeyApplications_APIKeyIDArray: MJAPIKeyApplication_[];
|
|
@@ -4980,6 +5010,7 @@ export declare class CreateMJAPIKeyInput {
|
|
|
4980
5010
|
ExpiresAt: Date | null;
|
|
4981
5011
|
LastUsedAt: Date | null;
|
|
4982
5012
|
CreatedByUserID?: string;
|
|
5013
|
+
KeyPrefix: string | null;
|
|
4983
5014
|
RestoreContext___?: RestoreContextInput;
|
|
4984
5015
|
}
|
|
4985
5016
|
export declare class UpdateMJAPIKeyInput {
|
|
@@ -4992,6 +5023,7 @@ export declare class UpdateMJAPIKeyInput {
|
|
|
4992
5023
|
ExpiresAt?: Date | null;
|
|
4993
5024
|
LastUsedAt?: Date | null;
|
|
4994
5025
|
CreatedByUserID?: string;
|
|
5026
|
+
KeyPrefix?: string | null;
|
|
4995
5027
|
OldValues___?: KeyValuePairInput[];
|
|
4996
5028
|
RestoreContext___?: RestoreContextInput;
|
|
4997
5029
|
}
|
|
@@ -5178,17 +5210,17 @@ export declare class MJApplicationRoleResolver extends ResolverBase {
|
|
|
5178
5210
|
}
|
|
5179
5211
|
export declare class MJApplicationSetting_ {
|
|
5180
5212
|
ID: string;
|
|
5181
|
-
ApplicationID
|
|
5213
|
+
ApplicationID?: string;
|
|
5182
5214
|
Name: string;
|
|
5183
5215
|
Value: string;
|
|
5184
5216
|
Comments?: string;
|
|
5185
5217
|
_mj__CreatedAt: Date;
|
|
5186
5218
|
_mj__UpdatedAt: Date;
|
|
5187
|
-
Application
|
|
5219
|
+
Application?: string;
|
|
5188
5220
|
}
|
|
5189
5221
|
export declare class CreateMJApplicationSettingInput {
|
|
5190
5222
|
ID?: string;
|
|
5191
|
-
ApplicationID
|
|
5223
|
+
ApplicationID: string | null;
|
|
5192
5224
|
Name?: string;
|
|
5193
5225
|
Value?: string;
|
|
5194
5226
|
Comments: string | null;
|
|
@@ -5196,7 +5228,7 @@ export declare class CreateMJApplicationSettingInput {
|
|
|
5196
5228
|
}
|
|
5197
5229
|
export declare class UpdateMJApplicationSettingInput {
|
|
5198
5230
|
ID: string;
|
|
5199
|
-
ApplicationID?: string;
|
|
5231
|
+
ApplicationID?: string | null;
|
|
5200
5232
|
Name?: string;
|
|
5201
5233
|
Value?: string;
|
|
5202
5234
|
Comments?: string | null;
|
|
@@ -5247,6 +5279,8 @@ export declare class MJApplication_ {
|
|
|
5247
5279
|
MJApplicationRoles_ApplicationIDArray: MJApplicationRole_[];
|
|
5248
5280
|
MJDashboardUserPreferences_ApplicationIDArray: MJDashboardUserPreference_[];
|
|
5249
5281
|
MJConversations_ApplicationIDArray: MJConversation_[];
|
|
5282
|
+
MJMagicLinkInviteApplications_ApplicationIDArray: MJMagicLinkInviteApplication_[];
|
|
5283
|
+
MJMagicLinkInvites_ApplicationIDArray: MJMagicLinkInvite_[];
|
|
5250
5284
|
}
|
|
5251
5285
|
export declare class CreateMJApplicationInput {
|
|
5252
5286
|
ID?: string;
|
|
@@ -5309,6 +5343,8 @@ export declare class MJApplicationResolver extends ResolverBase {
|
|
|
5309
5343
|
MJApplicationRoles_ApplicationIDArray(mjapplication_: MJApplication_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5310
5344
|
MJDashboardUserPreferences_ApplicationIDArray(mjapplication_: MJApplication_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5311
5345
|
MJConversations_ApplicationIDArray(mjapplication_: MJApplication_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5346
|
+
MJMagicLinkInviteApplications_ApplicationIDArray(mjapplication_: MJApplication_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5347
|
+
MJMagicLinkInvites_ApplicationIDArray(mjapplication_: MJApplication_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5312
5348
|
CreateMJApplication(input: CreateMJApplicationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5313
5349
|
UpdateMJApplication(input: UpdateMJApplicationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5314
5350
|
DeleteMJApplication(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -5854,6 +5890,7 @@ export declare class MJArtifactVersion_ {
|
|
|
5854
5890
|
MJArtifactUses_ArtifactVersionIDArray: MJArtifactUse_[];
|
|
5855
5891
|
MJConversationDetailArtifacts_ArtifactVersionIDArray: MJConversationDetailArtifact_[];
|
|
5856
5892
|
MJConversationDetailAttachments_ArtifactVersionIDArray: MJConversationDetailAttachment_[];
|
|
5893
|
+
MJSignatureRequestDocuments_ArtifactVersionIDArray: MJSignatureRequestDocument_[];
|
|
5857
5894
|
}
|
|
5858
5895
|
export declare class CreateMJArtifactVersionInput {
|
|
5859
5896
|
ID?: string;
|
|
@@ -5913,6 +5950,7 @@ export declare class MJArtifactVersionResolver extends ResolverBase {
|
|
|
5913
5950
|
MJArtifactUses_ArtifactVersionIDArray(mjartifactversion_: MJArtifactVersion_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5914
5951
|
MJConversationDetailArtifacts_ArtifactVersionIDArray(mjartifactversion_: MJArtifactVersion_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5915
5952
|
MJConversationDetailAttachments_ArtifactVersionIDArray(mjartifactversion_: MJArtifactVersion_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5953
|
+
MJSignatureRequestDocuments_ArtifactVersionIDArray(mjartifactversion_: MJArtifactVersion_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5916
5954
|
CreateMJArtifactVersion(input: CreateMJArtifactVersionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5917
5955
|
UpdateMJArtifactVersion(input: UpdateMJArtifactVersionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5918
5956
|
DeleteMJArtifactVersion(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -5933,6 +5971,7 @@ export declare class MJArtifact_ {
|
|
|
5933
5971
|
User: string;
|
|
5934
5972
|
MJArtifactVersions_ArtifactIDArray: MJArtifactVersion_[];
|
|
5935
5973
|
MJArtifactPermissions_ArtifactIDArray: MJArtifactPermission_[];
|
|
5974
|
+
MJSignatureRequestDocuments_ArtifactIDArray: MJSignatureRequestDocument_[];
|
|
5936
5975
|
}
|
|
5937
5976
|
export declare class CreateMJArtifactInput {
|
|
5938
5977
|
ID?: string;
|
|
@@ -5973,6 +6012,7 @@ export declare class MJArtifactResolver extends ResolverBase {
|
|
|
5973
6012
|
MJArtifact(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJArtifact_ | null>;
|
|
5974
6013
|
MJArtifactVersions_ArtifactIDArray(mjartifact_: MJArtifact_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5975
6014
|
MJArtifactPermissions_ArtifactIDArray(mjartifact_: MJArtifact_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6015
|
+
MJSignatureRequestDocuments_ArtifactIDArray(mjartifact_: MJArtifact_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
5976
6016
|
CreateMJArtifact(input: CreateMJArtifactInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5977
6017
|
UpdateMJArtifact(input: UpdateMJArtifactInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
5978
6018
|
DeleteMJArtifact(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -6193,6 +6233,123 @@ export declare class MJAuthorizationResolver extends ResolverBase {
|
|
|
6193
6233
|
UpdateMJAuthorization(input: UpdateMJAuthorizationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6194
6234
|
DeleteMJAuthorization(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6195
6235
|
}
|
|
6236
|
+
export declare class MJClusterAnalysis_ {
|
|
6237
|
+
ID: string;
|
|
6238
|
+
Name: string;
|
|
6239
|
+
Description?: string;
|
|
6240
|
+
UserID: string;
|
|
6241
|
+
EntityID?: string;
|
|
6242
|
+
Algorithm: string;
|
|
6243
|
+
Configuration?: string;
|
|
6244
|
+
Metrics?: string;
|
|
6245
|
+
ProjectedPoints?: string;
|
|
6246
|
+
ViewportState?: string;
|
|
6247
|
+
Status: string;
|
|
6248
|
+
_mj__CreatedAt: Date;
|
|
6249
|
+
_mj__UpdatedAt: Date;
|
|
6250
|
+
User: string;
|
|
6251
|
+
Entity?: string;
|
|
6252
|
+
MJClusterAnalysisClusters_ClusterAnalysisIDArray: MJClusterAnalysisCluster_[];
|
|
6253
|
+
}
|
|
6254
|
+
export declare class CreateMJClusterAnalysisInput {
|
|
6255
|
+
ID?: string;
|
|
6256
|
+
Name?: string;
|
|
6257
|
+
Description: string | null;
|
|
6258
|
+
UserID?: string;
|
|
6259
|
+
EntityID: string | null;
|
|
6260
|
+
Algorithm?: string;
|
|
6261
|
+
Configuration: string | null;
|
|
6262
|
+
Metrics: string | null;
|
|
6263
|
+
ProjectedPoints: string | null;
|
|
6264
|
+
ViewportState: string | null;
|
|
6265
|
+
Status?: string;
|
|
6266
|
+
RestoreContext___?: RestoreContextInput;
|
|
6267
|
+
}
|
|
6268
|
+
export declare class UpdateMJClusterAnalysisInput {
|
|
6269
|
+
ID: string;
|
|
6270
|
+
Name?: string;
|
|
6271
|
+
Description?: string | null;
|
|
6272
|
+
UserID?: string;
|
|
6273
|
+
EntityID?: string | null;
|
|
6274
|
+
Algorithm?: string;
|
|
6275
|
+
Configuration?: string | null;
|
|
6276
|
+
Metrics?: string | null;
|
|
6277
|
+
ProjectedPoints?: string | null;
|
|
6278
|
+
ViewportState?: string | null;
|
|
6279
|
+
Status?: string;
|
|
6280
|
+
OldValues___?: KeyValuePairInput[];
|
|
6281
|
+
RestoreContext___?: RestoreContextInput;
|
|
6282
|
+
}
|
|
6283
|
+
export declare class RunMJClusterAnalysisViewResult {
|
|
6284
|
+
Results: MJClusterAnalysis_[];
|
|
6285
|
+
UserViewRunID?: string;
|
|
6286
|
+
RowCount: number;
|
|
6287
|
+
TotalRowCount: number;
|
|
6288
|
+
ExecutionTime: number;
|
|
6289
|
+
ErrorMessage?: string;
|
|
6290
|
+
Success: boolean;
|
|
6291
|
+
}
|
|
6292
|
+
export declare class MJClusterAnalysisResolver extends ResolverBase {
|
|
6293
|
+
RunMJClusterAnalysisViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
6294
|
+
RunMJClusterAnalysisViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
6295
|
+
RunMJClusterAnalysisDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
6296
|
+
MJClusterAnalysis(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJClusterAnalysis_ | null>;
|
|
6297
|
+
MJClusterAnalysisClusters_ClusterAnalysisIDArray(mjclusteranalysis_: MJClusterAnalysis_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6298
|
+
CreateMJClusterAnalysis(input: CreateMJClusterAnalysisInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6299
|
+
UpdateMJClusterAnalysis(input: UpdateMJClusterAnalysisInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6300
|
+
DeleteMJClusterAnalysis(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6301
|
+
}
|
|
6302
|
+
export declare class MJClusterAnalysisCluster_ {
|
|
6303
|
+
ID: string;
|
|
6304
|
+
ClusterAnalysisID: string;
|
|
6305
|
+
ClusterIndex: number;
|
|
6306
|
+
Label?: string;
|
|
6307
|
+
MemberCount: number;
|
|
6308
|
+
Color?: string;
|
|
6309
|
+
IsUserEdited: boolean;
|
|
6310
|
+
_mj__CreatedAt: Date;
|
|
6311
|
+
_mj__UpdatedAt: Date;
|
|
6312
|
+
ClusterAnalysis: string;
|
|
6313
|
+
}
|
|
6314
|
+
export declare class CreateMJClusterAnalysisClusterInput {
|
|
6315
|
+
ID?: string;
|
|
6316
|
+
ClusterAnalysisID?: string;
|
|
6317
|
+
ClusterIndex?: number;
|
|
6318
|
+
Label: string | null;
|
|
6319
|
+
MemberCount?: number;
|
|
6320
|
+
Color: string | null;
|
|
6321
|
+
IsUserEdited?: boolean;
|
|
6322
|
+
RestoreContext___?: RestoreContextInput;
|
|
6323
|
+
}
|
|
6324
|
+
export declare class UpdateMJClusterAnalysisClusterInput {
|
|
6325
|
+
ID: string;
|
|
6326
|
+
ClusterAnalysisID?: string;
|
|
6327
|
+
ClusterIndex?: number;
|
|
6328
|
+
Label?: string | null;
|
|
6329
|
+
MemberCount?: number;
|
|
6330
|
+
Color?: string | null;
|
|
6331
|
+
IsUserEdited?: boolean;
|
|
6332
|
+
OldValues___?: KeyValuePairInput[];
|
|
6333
|
+
RestoreContext___?: RestoreContextInput;
|
|
6334
|
+
}
|
|
6335
|
+
export declare class RunMJClusterAnalysisClusterViewResult {
|
|
6336
|
+
Results: MJClusterAnalysisCluster_[];
|
|
6337
|
+
UserViewRunID?: string;
|
|
6338
|
+
RowCount: number;
|
|
6339
|
+
TotalRowCount: number;
|
|
6340
|
+
ExecutionTime: number;
|
|
6341
|
+
ErrorMessage?: string;
|
|
6342
|
+
Success: boolean;
|
|
6343
|
+
}
|
|
6344
|
+
export declare class MJClusterAnalysisClusterResolver extends ResolverBase {
|
|
6345
|
+
RunMJClusterAnalysisClusterViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
6346
|
+
RunMJClusterAnalysisClusterViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
6347
|
+
RunMJClusterAnalysisClusterDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
6348
|
+
MJClusterAnalysisCluster(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJClusterAnalysisCluster_ | null>;
|
|
6349
|
+
CreateMJClusterAnalysisCluster(input: CreateMJClusterAnalysisClusterInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6350
|
+
UpdateMJClusterAnalysisCluster(input: UpdateMJClusterAnalysisClusterInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6351
|
+
DeleteMJClusterAnalysisCluster(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6352
|
+
}
|
|
6196
6353
|
export declare class MJCollectionArtifact_ {
|
|
6197
6354
|
ID: string;
|
|
6198
6355
|
CollectionID: string;
|
|
@@ -6652,6 +6809,7 @@ export declare class MJCompany_ {
|
|
|
6652
6809
|
MJMCPServerConnections_CompanyIDArray: MJMCPServerConnection_[];
|
|
6653
6810
|
MJAIAgentNotes_CompanyIDArray: MJAIAgentNote_[];
|
|
6654
6811
|
MJAIAgentExamples_CompanyIDArray: MJAIAgentExample_[];
|
|
6812
|
+
MJSignatureAccounts_CompanyIDArray: MJSignatureAccount_[];
|
|
6655
6813
|
}
|
|
6656
6814
|
export declare class CreateMJCompanyInput {
|
|
6657
6815
|
ID?: string;
|
|
@@ -6692,6 +6850,7 @@ export declare class MJCompanyResolver extends ResolverBase {
|
|
|
6692
6850
|
MJMCPServerConnections_CompanyIDArray(mjcompany_: MJCompany_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6693
6851
|
MJAIAgentNotes_CompanyIDArray(mjcompany_: MJCompany_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6694
6852
|
MJAIAgentExamples_CompanyIDArray(mjcompany_: MJCompany_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6853
|
+
MJSignatureAccounts_CompanyIDArray(mjcompany_: MJCompany_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
6695
6854
|
CreateMJCompany(input: CreateMJCompanyInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6696
6855
|
UpdateMJCompany(input: UpdateMJCompanyInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
6697
6856
|
DeleteMJCompany(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -7721,8 +7880,11 @@ export declare class MJContentItemTag_ {
|
|
|
7721
7880
|
_mj__UpdatedAt: Date;
|
|
7722
7881
|
Weight: number;
|
|
7723
7882
|
TagID?: string;
|
|
7883
|
+
AIPromptRunID?: string;
|
|
7884
|
+
Reasoning?: string;
|
|
7724
7885
|
Item?: string;
|
|
7725
7886
|
Tag_Virtual?: string;
|
|
7887
|
+
AIPromptRun?: string;
|
|
7726
7888
|
}
|
|
7727
7889
|
export declare class CreateMJContentItemTagInput {
|
|
7728
7890
|
ID?: string;
|
|
@@ -7730,6 +7892,8 @@ export declare class CreateMJContentItemTagInput {
|
|
|
7730
7892
|
Tag?: string;
|
|
7731
7893
|
Weight?: number;
|
|
7732
7894
|
TagID: string | null;
|
|
7895
|
+
AIPromptRunID: string | null;
|
|
7896
|
+
Reasoning: string | null;
|
|
7733
7897
|
RestoreContext___?: RestoreContextInput;
|
|
7734
7898
|
}
|
|
7735
7899
|
export declare class UpdateMJContentItemTagInput {
|
|
@@ -7738,6 +7902,8 @@ export declare class UpdateMJContentItemTagInput {
|
|
|
7738
7902
|
Tag?: string;
|
|
7739
7903
|
Weight?: number;
|
|
7740
7904
|
TagID?: string | null;
|
|
7905
|
+
AIPromptRunID?: string | null;
|
|
7906
|
+
Reasoning?: string | null;
|
|
7741
7907
|
OldValues___?: KeyValuePairInput[];
|
|
7742
7908
|
RestoreContext___?: RestoreContextInput;
|
|
7743
7909
|
}
|
|
@@ -9119,6 +9285,7 @@ export declare class MJCredential_ {
|
|
|
9119
9285
|
MJVectorDatabases_CredentialIDArray: MJVectorDatabase_[];
|
|
9120
9286
|
MJAICredentialBindings_CredentialIDArray: MJAICredentialBinding_[];
|
|
9121
9287
|
MJCompanyIntegrations_CredentialIDArray: MJCompanyIntegration_[];
|
|
9288
|
+
MJSignatureAccounts_CredentialIDArray: MJSignatureAccount_[];
|
|
9122
9289
|
}
|
|
9123
9290
|
export declare class CreateMJCredentialInput {
|
|
9124
9291
|
ID?: string;
|
|
@@ -9172,6 +9339,7 @@ export declare class MJCredentialResolver extends ResolverBase {
|
|
|
9172
9339
|
MJVectorDatabases_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9173
9340
|
MJAICredentialBindings_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9174
9341
|
MJCompanyIntegrations_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9342
|
+
MJSignatureAccounts_CredentialIDArray(mjcredential_: MJCredential_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
9175
9343
|
CreateMJCredential(input: CreateMJCredentialInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9176
9344
|
UpdateMJCredential(input: UpdateMJCredentialInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
9177
9345
|
DeleteMJCredential(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -10565,6 +10733,8 @@ export declare class MJEntity_ {
|
|
|
10565
10733
|
MJAIAgentRuns_PrimaryScopeEntityIDArray: MJAIAgentRun_[];
|
|
10566
10734
|
MJTestRuns_TargetLogEntityIDArray: MJTestRun_[];
|
|
10567
10735
|
MJEntityFormOverrides_EntityIDArray: MJEntityFormOverride_[];
|
|
10736
|
+
MJClusterAnalysis_EntityIDArray: MJClusterAnalysis_[];
|
|
10737
|
+
MJSignatureRequests_EntityIDArray: MJSignatureRequest_[];
|
|
10568
10738
|
}
|
|
10569
10739
|
export declare class CreateMJEntityInput {
|
|
10570
10740
|
ID?: string;
|
|
@@ -10770,6 +10940,8 @@ export declare class MJEntityResolverBase extends ResolverBase {
|
|
|
10770
10940
|
MJAIAgentRuns_PrimaryScopeEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10771
10941
|
MJTestRuns_TargetLogEntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10772
10942
|
MJEntityFormOverrides_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10943
|
+
MJClusterAnalysis_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10944
|
+
MJSignatureRequests_EntityIDArray(mjentity_: MJEntity_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
10773
10945
|
CreateMJEntity(input: CreateMJEntityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10774
10946
|
UpdateMJEntity(input: UpdateMJEntityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
10775
10947
|
DeleteMJEntity(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -12864,6 +13036,7 @@ export declare class MJIntegrationObjectField_ {
|
|
|
12864
13036
|
_mj__CreatedAt: Date;
|
|
12865
13037
|
_mj__UpdatedAt: Date;
|
|
12866
13038
|
IsCustom: boolean;
|
|
13039
|
+
MetadataSource: string;
|
|
12867
13040
|
IntegrationObject: string;
|
|
12868
13041
|
RelatedIntegrationObject?: string;
|
|
12869
13042
|
}
|
|
@@ -12890,6 +13063,7 @@ export declare class CreateMJIntegrationObjectFieldInput {
|
|
|
12890
13063
|
Configuration: string | null;
|
|
12891
13064
|
Status?: string;
|
|
12892
13065
|
IsCustom?: boolean;
|
|
13066
|
+
MetadataSource?: string;
|
|
12893
13067
|
RestoreContext___?: RestoreContextInput;
|
|
12894
13068
|
}
|
|
12895
13069
|
export declare class UpdateMJIntegrationObjectFieldInput {
|
|
@@ -12915,6 +13089,7 @@ export declare class UpdateMJIntegrationObjectFieldInput {
|
|
|
12915
13089
|
Configuration?: string | null;
|
|
12916
13090
|
Status?: string;
|
|
12917
13091
|
IsCustom?: boolean;
|
|
13092
|
+
MetadataSource?: string;
|
|
12918
13093
|
OldValues___?: KeyValuePairInput[];
|
|
12919
13094
|
RestoreContext___?: RestoreContextInput;
|
|
12920
13095
|
}
|
|
@@ -12960,6 +13135,20 @@ export declare class MJIntegrationObject_ {
|
|
|
12960
13135
|
WriteMethod?: string;
|
|
12961
13136
|
DeleteMethod?: string;
|
|
12962
13137
|
IsCustom: boolean;
|
|
13138
|
+
CreateAPIPath?: string;
|
|
13139
|
+
CreateMethod?: string;
|
|
13140
|
+
CreateBodyShape?: string;
|
|
13141
|
+
CreateBodyKey?: string;
|
|
13142
|
+
CreateIDLocation?: string;
|
|
13143
|
+
UpdateAPIPath?: string;
|
|
13144
|
+
UpdateMethod?: string;
|
|
13145
|
+
UpdateBodyShape?: string;
|
|
13146
|
+
UpdateBodyKey?: string;
|
|
13147
|
+
UpdateIDLocation?: string;
|
|
13148
|
+
DeleteAPIPath?: string;
|
|
13149
|
+
DeleteIDLocation?: string;
|
|
13150
|
+
IncrementalWatermarkField?: string;
|
|
13151
|
+
MetadataSource: string;
|
|
12963
13152
|
Integration: string;
|
|
12964
13153
|
MJIntegrationObjectFields_IntegrationObjectIDArray: MJIntegrationObjectField_[];
|
|
12965
13154
|
MJIntegrationObjectFields_RelatedIntegrationObjectIDArray: MJIntegrationObjectField_[];
|
|
@@ -12986,6 +13175,20 @@ export declare class CreateMJIntegrationObjectInput {
|
|
|
12986
13175
|
WriteMethod?: string | null;
|
|
12987
13176
|
DeleteMethod?: string | null;
|
|
12988
13177
|
IsCustom?: boolean;
|
|
13178
|
+
CreateAPIPath: string | null;
|
|
13179
|
+
CreateMethod: string | null;
|
|
13180
|
+
CreateBodyShape: string | null;
|
|
13181
|
+
CreateBodyKey: string | null;
|
|
13182
|
+
CreateIDLocation: string | null;
|
|
13183
|
+
UpdateAPIPath: string | null;
|
|
13184
|
+
UpdateMethod: string | null;
|
|
13185
|
+
UpdateBodyShape: string | null;
|
|
13186
|
+
UpdateBodyKey: string | null;
|
|
13187
|
+
UpdateIDLocation: string | null;
|
|
13188
|
+
DeleteAPIPath: string | null;
|
|
13189
|
+
DeleteIDLocation: string | null;
|
|
13190
|
+
IncrementalWatermarkField: string | null;
|
|
13191
|
+
MetadataSource?: string;
|
|
12989
13192
|
RestoreContext___?: RestoreContextInput;
|
|
12990
13193
|
}
|
|
12991
13194
|
export declare class UpdateMJIntegrationObjectInput {
|
|
@@ -13010,6 +13213,20 @@ export declare class UpdateMJIntegrationObjectInput {
|
|
|
13010
13213
|
WriteMethod?: string | null;
|
|
13011
13214
|
DeleteMethod?: string | null;
|
|
13012
13215
|
IsCustom?: boolean;
|
|
13216
|
+
CreateAPIPath?: string | null;
|
|
13217
|
+
CreateMethod?: string | null;
|
|
13218
|
+
CreateBodyShape?: string | null;
|
|
13219
|
+
CreateBodyKey?: string | null;
|
|
13220
|
+
CreateIDLocation?: string | null;
|
|
13221
|
+
UpdateAPIPath?: string | null;
|
|
13222
|
+
UpdateMethod?: string | null;
|
|
13223
|
+
UpdateBodyShape?: string | null;
|
|
13224
|
+
UpdateBodyKey?: string | null;
|
|
13225
|
+
UpdateIDLocation?: string | null;
|
|
13226
|
+
DeleteAPIPath?: string | null;
|
|
13227
|
+
DeleteIDLocation?: string | null;
|
|
13228
|
+
IncrementalWatermarkField?: string | null;
|
|
13229
|
+
MetadataSource?: string;
|
|
13013
13230
|
OldValues___?: KeyValuePairInput[];
|
|
13014
13231
|
RestoreContext___?: RestoreContextInput;
|
|
13015
13232
|
}
|
|
@@ -13631,6 +13848,302 @@ export declare class MJListResolver extends ResolverBase {
|
|
|
13631
13848
|
UpdateMJList(input: UpdateMJListInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13632
13849
|
DeleteMJList(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13633
13850
|
}
|
|
13851
|
+
export declare class MJMagicLinkInviteAllowedDomain_ {
|
|
13852
|
+
ID: string;
|
|
13853
|
+
InviteID: string;
|
|
13854
|
+
Domain: string;
|
|
13855
|
+
_mj__CreatedAt: Date;
|
|
13856
|
+
_mj__UpdatedAt: Date;
|
|
13857
|
+
}
|
|
13858
|
+
export declare class CreateMJMagicLinkInviteAllowedDomainInput {
|
|
13859
|
+
ID?: string;
|
|
13860
|
+
InviteID?: string;
|
|
13861
|
+
Domain?: string;
|
|
13862
|
+
RestoreContext___?: RestoreContextInput;
|
|
13863
|
+
}
|
|
13864
|
+
export declare class UpdateMJMagicLinkInviteAllowedDomainInput {
|
|
13865
|
+
ID: string;
|
|
13866
|
+
InviteID?: string;
|
|
13867
|
+
Domain?: string;
|
|
13868
|
+
OldValues___?: KeyValuePairInput[];
|
|
13869
|
+
RestoreContext___?: RestoreContextInput;
|
|
13870
|
+
}
|
|
13871
|
+
export declare class RunMJMagicLinkInviteAllowedDomainViewResult {
|
|
13872
|
+
Results: MJMagicLinkInviteAllowedDomain_[];
|
|
13873
|
+
UserViewRunID?: string;
|
|
13874
|
+
RowCount: number;
|
|
13875
|
+
TotalRowCount: number;
|
|
13876
|
+
ExecutionTime: number;
|
|
13877
|
+
ErrorMessage?: string;
|
|
13878
|
+
Success: boolean;
|
|
13879
|
+
}
|
|
13880
|
+
export declare class MJMagicLinkInviteAllowedDomainResolver extends ResolverBase {
|
|
13881
|
+
RunMJMagicLinkInviteAllowedDomainViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13882
|
+
RunMJMagicLinkInviteAllowedDomainViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13883
|
+
RunMJMagicLinkInviteAllowedDomainDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13884
|
+
MJMagicLinkInviteAllowedDomain(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMagicLinkInviteAllowedDomain_ | null>;
|
|
13885
|
+
CreateMJMagicLinkInviteAllowedDomain(input: CreateMJMagicLinkInviteAllowedDomainInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13886
|
+
UpdateMJMagicLinkInviteAllowedDomain(input: UpdateMJMagicLinkInviteAllowedDomainInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13887
|
+
DeleteMJMagicLinkInviteAllowedDomain(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13888
|
+
}
|
|
13889
|
+
export declare class MJMagicLinkInviteAllowedPath_ {
|
|
13890
|
+
ID: string;
|
|
13891
|
+
InviteID: string;
|
|
13892
|
+
Path: string;
|
|
13893
|
+
_mj__CreatedAt: Date;
|
|
13894
|
+
_mj__UpdatedAt: Date;
|
|
13895
|
+
}
|
|
13896
|
+
export declare class CreateMJMagicLinkInviteAllowedPathInput {
|
|
13897
|
+
ID?: string;
|
|
13898
|
+
InviteID?: string;
|
|
13899
|
+
Path?: string;
|
|
13900
|
+
RestoreContext___?: RestoreContextInput;
|
|
13901
|
+
}
|
|
13902
|
+
export declare class UpdateMJMagicLinkInviteAllowedPathInput {
|
|
13903
|
+
ID: string;
|
|
13904
|
+
InviteID?: string;
|
|
13905
|
+
Path?: string;
|
|
13906
|
+
OldValues___?: KeyValuePairInput[];
|
|
13907
|
+
RestoreContext___?: RestoreContextInput;
|
|
13908
|
+
}
|
|
13909
|
+
export declare class RunMJMagicLinkInviteAllowedPathViewResult {
|
|
13910
|
+
Results: MJMagicLinkInviteAllowedPath_[];
|
|
13911
|
+
UserViewRunID?: string;
|
|
13912
|
+
RowCount: number;
|
|
13913
|
+
TotalRowCount: number;
|
|
13914
|
+
ExecutionTime: number;
|
|
13915
|
+
ErrorMessage?: string;
|
|
13916
|
+
Success: boolean;
|
|
13917
|
+
}
|
|
13918
|
+
export declare class MJMagicLinkInviteAllowedPathResolver extends ResolverBase {
|
|
13919
|
+
RunMJMagicLinkInviteAllowedPathViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13920
|
+
RunMJMagicLinkInviteAllowedPathViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13921
|
+
RunMJMagicLinkInviteAllowedPathDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13922
|
+
MJMagicLinkInviteAllowedPath(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMagicLinkInviteAllowedPath_ | null>;
|
|
13923
|
+
CreateMJMagicLinkInviteAllowedPath(input: CreateMJMagicLinkInviteAllowedPathInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13924
|
+
UpdateMJMagicLinkInviteAllowedPath(input: UpdateMJMagicLinkInviteAllowedPathInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13925
|
+
DeleteMJMagicLinkInviteAllowedPath(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13926
|
+
}
|
|
13927
|
+
export declare class MJMagicLinkInviteApplication_ {
|
|
13928
|
+
ID: string;
|
|
13929
|
+
InviteID: string;
|
|
13930
|
+
ApplicationID: string;
|
|
13931
|
+
_mj__CreatedAt: Date;
|
|
13932
|
+
_mj__UpdatedAt: Date;
|
|
13933
|
+
Application: string;
|
|
13934
|
+
}
|
|
13935
|
+
export declare class CreateMJMagicLinkInviteApplicationInput {
|
|
13936
|
+
ID?: string;
|
|
13937
|
+
InviteID?: string;
|
|
13938
|
+
ApplicationID?: string;
|
|
13939
|
+
RestoreContext___?: RestoreContextInput;
|
|
13940
|
+
}
|
|
13941
|
+
export declare class UpdateMJMagicLinkInviteApplicationInput {
|
|
13942
|
+
ID: string;
|
|
13943
|
+
InviteID?: string;
|
|
13944
|
+
ApplicationID?: string;
|
|
13945
|
+
OldValues___?: KeyValuePairInput[];
|
|
13946
|
+
RestoreContext___?: RestoreContextInput;
|
|
13947
|
+
}
|
|
13948
|
+
export declare class RunMJMagicLinkInviteApplicationViewResult {
|
|
13949
|
+
Results: MJMagicLinkInviteApplication_[];
|
|
13950
|
+
UserViewRunID?: string;
|
|
13951
|
+
RowCount: number;
|
|
13952
|
+
TotalRowCount: number;
|
|
13953
|
+
ExecutionTime: number;
|
|
13954
|
+
ErrorMessage?: string;
|
|
13955
|
+
Success: boolean;
|
|
13956
|
+
}
|
|
13957
|
+
export declare class MJMagicLinkInviteApplicationResolver extends ResolverBase {
|
|
13958
|
+
RunMJMagicLinkInviteApplicationViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13959
|
+
RunMJMagicLinkInviteApplicationViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13960
|
+
RunMJMagicLinkInviteApplicationDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13961
|
+
MJMagicLinkInviteApplication(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMagicLinkInviteApplication_ | null>;
|
|
13962
|
+
CreateMJMagicLinkInviteApplication(input: CreateMJMagicLinkInviteApplicationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13963
|
+
UpdateMJMagicLinkInviteApplication(input: UpdateMJMagicLinkInviteApplicationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13964
|
+
DeleteMJMagicLinkInviteApplication(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
13965
|
+
}
|
|
13966
|
+
export declare class MJMagicLinkInviteRole_ {
|
|
13967
|
+
ID: string;
|
|
13968
|
+
InviteID: string;
|
|
13969
|
+
RoleID: string;
|
|
13970
|
+
_mj__CreatedAt: Date;
|
|
13971
|
+
_mj__UpdatedAt: Date;
|
|
13972
|
+
Role: string;
|
|
13973
|
+
}
|
|
13974
|
+
export declare class CreateMJMagicLinkInviteRoleInput {
|
|
13975
|
+
ID?: string;
|
|
13976
|
+
InviteID?: string;
|
|
13977
|
+
RoleID?: string;
|
|
13978
|
+
RestoreContext___?: RestoreContextInput;
|
|
13979
|
+
}
|
|
13980
|
+
export declare class UpdateMJMagicLinkInviteRoleInput {
|
|
13981
|
+
ID: string;
|
|
13982
|
+
InviteID?: string;
|
|
13983
|
+
RoleID?: string;
|
|
13984
|
+
OldValues___?: KeyValuePairInput[];
|
|
13985
|
+
RestoreContext___?: RestoreContextInput;
|
|
13986
|
+
}
|
|
13987
|
+
export declare class RunMJMagicLinkInviteRoleViewResult {
|
|
13988
|
+
Results: MJMagicLinkInviteRole_[];
|
|
13989
|
+
UserViewRunID?: string;
|
|
13990
|
+
RowCount: number;
|
|
13991
|
+
TotalRowCount: number;
|
|
13992
|
+
ExecutionTime: number;
|
|
13993
|
+
ErrorMessage?: string;
|
|
13994
|
+
Success: boolean;
|
|
13995
|
+
}
|
|
13996
|
+
export declare class MJMagicLinkInviteRoleResolver extends ResolverBase {
|
|
13997
|
+
RunMJMagicLinkInviteRoleViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13998
|
+
RunMJMagicLinkInviteRoleViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
13999
|
+
RunMJMagicLinkInviteRoleDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
14000
|
+
MJMagicLinkInviteRole(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMagicLinkInviteRole_ | null>;
|
|
14001
|
+
CreateMJMagicLinkInviteRole(input: CreateMJMagicLinkInviteRoleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14002
|
+
UpdateMJMagicLinkInviteRole(input: UpdateMJMagicLinkInviteRoleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14003
|
+
DeleteMJMagicLinkInviteRole(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14004
|
+
}
|
|
14005
|
+
export declare class MJMagicLinkInvite_ {
|
|
14006
|
+
ID: string;
|
|
14007
|
+
TokenHash: string;
|
|
14008
|
+
Email?: string;
|
|
14009
|
+
ApplicationID: string;
|
|
14010
|
+
RoleID: string;
|
|
14011
|
+
ExpiresAt: Date;
|
|
14012
|
+
ConsumedAt?: Date;
|
|
14013
|
+
MaxUses: number;
|
|
14014
|
+
UseCount: number;
|
|
14015
|
+
CreatedByUserID: string;
|
|
14016
|
+
Status: string;
|
|
14017
|
+
IdentityMode: string;
|
|
14018
|
+
Kind: string;
|
|
14019
|
+
ResourceTypeID?: string;
|
|
14020
|
+
ResourceID?: string;
|
|
14021
|
+
_mj__CreatedAt: Date;
|
|
14022
|
+
_mj__UpdatedAt: Date;
|
|
14023
|
+
Application: string;
|
|
14024
|
+
Role: string;
|
|
14025
|
+
CreatedByUser: string;
|
|
14026
|
+
ResourceType?: string;
|
|
14027
|
+
MJMagicLinkInviteAllowedDomains_InviteIDArray: MJMagicLinkInviteAllowedDomain_[];
|
|
14028
|
+
MJMagicLinkInviteAllowedPaths_InviteIDArray: MJMagicLinkInviteAllowedPath_[];
|
|
14029
|
+
MJMagicLinkInviteApplications_InviteIDArray: MJMagicLinkInviteApplication_[];
|
|
14030
|
+
MJMagicLinkInviteRoles_InviteIDArray: MJMagicLinkInviteRole_[];
|
|
14031
|
+
MJMagicLinkRedemptions_InviteIDArray: MJMagicLinkRedemption_[];
|
|
14032
|
+
}
|
|
14033
|
+
export declare class CreateMJMagicLinkInviteInput {
|
|
14034
|
+
ID?: string;
|
|
14035
|
+
TokenHash?: string;
|
|
14036
|
+
Email: string | null;
|
|
14037
|
+
ApplicationID?: string;
|
|
14038
|
+
RoleID?: string;
|
|
14039
|
+
ExpiresAt?: Date;
|
|
14040
|
+
ConsumedAt: Date | null;
|
|
14041
|
+
MaxUses?: number;
|
|
14042
|
+
UseCount?: number;
|
|
14043
|
+
CreatedByUserID?: string;
|
|
14044
|
+
Status?: string;
|
|
14045
|
+
IdentityMode?: string;
|
|
14046
|
+
Kind?: string;
|
|
14047
|
+
ResourceTypeID: string | null;
|
|
14048
|
+
ResourceID: string | null;
|
|
14049
|
+
RestoreContext___?: RestoreContextInput;
|
|
14050
|
+
}
|
|
14051
|
+
export declare class UpdateMJMagicLinkInviteInput {
|
|
14052
|
+
ID: string;
|
|
14053
|
+
TokenHash?: string;
|
|
14054
|
+
Email?: string | null;
|
|
14055
|
+
ApplicationID?: string;
|
|
14056
|
+
RoleID?: string;
|
|
14057
|
+
ExpiresAt?: Date;
|
|
14058
|
+
ConsumedAt?: Date | null;
|
|
14059
|
+
MaxUses?: number;
|
|
14060
|
+
UseCount?: number;
|
|
14061
|
+
CreatedByUserID?: string;
|
|
14062
|
+
Status?: string;
|
|
14063
|
+
IdentityMode?: string;
|
|
14064
|
+
Kind?: string;
|
|
14065
|
+
ResourceTypeID?: string | null;
|
|
14066
|
+
ResourceID?: string | null;
|
|
14067
|
+
OldValues___?: KeyValuePairInput[];
|
|
14068
|
+
RestoreContext___?: RestoreContextInput;
|
|
14069
|
+
}
|
|
14070
|
+
export declare class RunMJMagicLinkInviteViewResult {
|
|
14071
|
+
Results: MJMagicLinkInvite_[];
|
|
14072
|
+
UserViewRunID?: string;
|
|
14073
|
+
RowCount: number;
|
|
14074
|
+
TotalRowCount: number;
|
|
14075
|
+
ExecutionTime: number;
|
|
14076
|
+
ErrorMessage?: string;
|
|
14077
|
+
Success: boolean;
|
|
14078
|
+
}
|
|
14079
|
+
export declare class MJMagicLinkInviteResolver extends ResolverBase {
|
|
14080
|
+
RunMJMagicLinkInviteViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
14081
|
+
RunMJMagicLinkInviteViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
14082
|
+
RunMJMagicLinkInviteDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
14083
|
+
MJMagicLinkInvite(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMagicLinkInvite_ | null>;
|
|
14084
|
+
MJMagicLinkInviteAllowedDomains_InviteIDArray(mjmagiclinkinvite_: MJMagicLinkInvite_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14085
|
+
MJMagicLinkInviteAllowedPaths_InviteIDArray(mjmagiclinkinvite_: MJMagicLinkInvite_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14086
|
+
MJMagicLinkInviteApplications_InviteIDArray(mjmagiclinkinvite_: MJMagicLinkInvite_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14087
|
+
MJMagicLinkInviteRoles_InviteIDArray(mjmagiclinkinvite_: MJMagicLinkInvite_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14088
|
+
MJMagicLinkRedemptions_InviteIDArray(mjmagiclinkinvite_: MJMagicLinkInvite_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
14089
|
+
CreateMJMagicLinkInvite(input: CreateMJMagicLinkInviteInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14090
|
+
UpdateMJMagicLinkInvite(input: UpdateMJMagicLinkInviteInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14091
|
+
DeleteMJMagicLinkInvite(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14092
|
+
}
|
|
14093
|
+
export declare class MJMagicLinkRedemption_ {
|
|
14094
|
+
ID: string;
|
|
14095
|
+
InviteID?: string;
|
|
14096
|
+
AttemptedAt: Date;
|
|
14097
|
+
Outcome: string;
|
|
14098
|
+
IPAddress?: string;
|
|
14099
|
+
UserAgent?: string;
|
|
14100
|
+
Origin?: string;
|
|
14101
|
+
ProvisionedUserID?: string;
|
|
14102
|
+
_mj__CreatedAt: Date;
|
|
14103
|
+
_mj__UpdatedAt: Date;
|
|
14104
|
+
ProvisionedUser?: string;
|
|
14105
|
+
}
|
|
14106
|
+
export declare class CreateMJMagicLinkRedemptionInput {
|
|
14107
|
+
ID?: string;
|
|
14108
|
+
InviteID: string | null;
|
|
14109
|
+
AttemptedAt?: Date;
|
|
14110
|
+
Outcome?: string;
|
|
14111
|
+
IPAddress: string | null;
|
|
14112
|
+
UserAgent: string | null;
|
|
14113
|
+
Origin: string | null;
|
|
14114
|
+
ProvisionedUserID: string | null;
|
|
14115
|
+
RestoreContext___?: RestoreContextInput;
|
|
14116
|
+
}
|
|
14117
|
+
export declare class UpdateMJMagicLinkRedemptionInput {
|
|
14118
|
+
ID: string;
|
|
14119
|
+
InviteID?: string | null;
|
|
14120
|
+
AttemptedAt?: Date;
|
|
14121
|
+
Outcome?: string;
|
|
14122
|
+
IPAddress?: string | null;
|
|
14123
|
+
UserAgent?: string | null;
|
|
14124
|
+
Origin?: string | null;
|
|
14125
|
+
ProvisionedUserID?: string | null;
|
|
14126
|
+
OldValues___?: KeyValuePairInput[];
|
|
14127
|
+
RestoreContext___?: RestoreContextInput;
|
|
14128
|
+
}
|
|
14129
|
+
export declare class RunMJMagicLinkRedemptionViewResult {
|
|
14130
|
+
Results: MJMagicLinkRedemption_[];
|
|
14131
|
+
UserViewRunID?: string;
|
|
14132
|
+
RowCount: number;
|
|
14133
|
+
TotalRowCount: number;
|
|
14134
|
+
ExecutionTime: number;
|
|
14135
|
+
ErrorMessage?: string;
|
|
14136
|
+
Success: boolean;
|
|
14137
|
+
}
|
|
14138
|
+
export declare class MJMagicLinkRedemptionResolver extends ResolverBase {
|
|
14139
|
+
RunMJMagicLinkRedemptionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
14140
|
+
RunMJMagicLinkRedemptionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
14141
|
+
RunMJMagicLinkRedemptionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
14142
|
+
MJMagicLinkRedemption(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJMagicLinkRedemption_ | null>;
|
|
14143
|
+
CreateMJMagicLinkRedemption(input: CreateMJMagicLinkRedemptionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14144
|
+
UpdateMJMagicLinkRedemption(input: UpdateMJMagicLinkRedemptionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14145
|
+
DeleteMJMagicLinkRedemption(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
14146
|
+
}
|
|
13634
14147
|
export declare class MJMCPServerConnectionPermission_ {
|
|
13635
14148
|
ID: string;
|
|
13636
14149
|
MCPServerConnectionID: string;
|
|
@@ -16609,6 +17122,7 @@ export declare class MJResourceType_ {
|
|
|
16609
17122
|
MJUserNotifications_ResourceTypeIDArray: MJUserNotification_[];
|
|
16610
17123
|
MJResourceLinks_ResourceTypeIDArray: MJResourceLink_[];
|
|
16611
17124
|
MJResourcePermissions_ResourceTypeIDArray: MJResourcePermission_[];
|
|
17125
|
+
MJMagicLinkInvites_ResourceTypeIDArray: MJMagicLinkInvite_[];
|
|
16612
17126
|
}
|
|
16613
17127
|
export declare class CreateMJResourceTypeInput {
|
|
16614
17128
|
ID?: string;
|
|
@@ -16651,6 +17165,7 @@ export declare class MJResourceTypeResolver extends ResolverBase {
|
|
|
16651
17165
|
MJUserNotifications_ResourceTypeIDArray(mjresourcetype_: MJResourceType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16652
17166
|
MJResourceLinks_ResourceTypeIDArray(mjresourcetype_: MJResourceType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16653
17167
|
MJResourcePermissions_ResourceTypeIDArray(mjresourcetype_: MJResourceType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17168
|
+
MJMagicLinkInvites_ResourceTypeIDArray(mjresourcetype_: MJResourceType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16654
17169
|
CreateMJResourceType(input: CreateMJResourceTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16655
17170
|
UpdateMJResourceType(input: UpdateMJResourceTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16656
17171
|
DeleteMJResourceType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -16675,6 +17190,8 @@ export declare class MJRole_ {
|
|
|
16675
17190
|
MJAIAgentPermissions_RoleIDArray: MJAIAgentPermission_[];
|
|
16676
17191
|
MJSearchScopePermissions_RoleIDArray: MJSearchScopePermission_[];
|
|
16677
17192
|
MJEntityFormOverrides_RoleIDArray: MJEntityFormOverride_[];
|
|
17193
|
+
MJMagicLinkInviteRoles_RoleIDArray: MJMagicLinkInviteRole_[];
|
|
17194
|
+
MJMagicLinkInvites_RoleIDArray: MJMagicLinkInvite_[];
|
|
16678
17195
|
}
|
|
16679
17196
|
export declare class CreateMJRoleInput {
|
|
16680
17197
|
ID?: string;
|
|
@@ -16720,6 +17237,8 @@ export declare class MJRoleResolver extends ResolverBase {
|
|
|
16720
17237
|
MJAIAgentPermissions_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16721
17238
|
MJSearchScopePermissions_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16722
17239
|
MJEntityFormOverrides_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17240
|
+
MJMagicLinkInviteRoles_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
17241
|
+
MJMagicLinkInvites_RoleIDArray(mjrole_: MJRole_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
16723
17242
|
CreateMJRole(input: CreateMJRoleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16724
17243
|
UpdateMJRole(input: UpdateMJRoleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
16725
17244
|
DeleteMJRole(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -17046,6 +17565,7 @@ export declare class MJScheduledJob_ {
|
|
|
17046
17565
|
ConcurrencyMode: string;
|
|
17047
17566
|
_mj__CreatedAt: Date;
|
|
17048
17567
|
_mj__UpdatedAt: Date;
|
|
17568
|
+
RunImmediatelyIfNeverRun: boolean;
|
|
17049
17569
|
JobType: string;
|
|
17050
17570
|
OwnerUser?: string;
|
|
17051
17571
|
NotifyUser?: string;
|
|
@@ -17079,6 +17599,7 @@ export declare class CreateMJScheduledJobInput {
|
|
|
17079
17599
|
LockedByInstance: string | null;
|
|
17080
17600
|
ExpectedCompletionAt: Date | null;
|
|
17081
17601
|
ConcurrencyMode?: string;
|
|
17602
|
+
RunImmediatelyIfNeverRun?: boolean;
|
|
17082
17603
|
RestoreContext___?: RestoreContextInput;
|
|
17083
17604
|
}
|
|
17084
17605
|
export declare class UpdateMJScheduledJobInput {
|
|
@@ -17108,6 +17629,7 @@ export declare class UpdateMJScheduledJobInput {
|
|
|
17108
17629
|
LockedByInstance?: string | null;
|
|
17109
17630
|
ExpectedCompletionAt?: Date | null;
|
|
17110
17631
|
ConcurrencyMode?: string;
|
|
17632
|
+
RunImmediatelyIfNeverRun?: boolean;
|
|
17111
17633
|
OldValues___?: KeyValuePairInput[];
|
|
17112
17634
|
RestoreContext___?: RestoreContextInput;
|
|
17113
17635
|
}
|
|
@@ -17700,6 +18222,359 @@ export declare class MJSearchScopeResolver extends ResolverBase {
|
|
|
17700
18222
|
UpdateMJSearchScope(input: UpdateMJSearchScopeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17701
18223
|
DeleteMJSearchScope(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
17702
18224
|
}
|
|
18225
|
+
export declare class MJSignatureAccount_ {
|
|
18226
|
+
ID: string;
|
|
18227
|
+
Name: string;
|
|
18228
|
+
SignatureProviderID: string;
|
|
18229
|
+
CredentialID: string;
|
|
18230
|
+
CompanyID?: string;
|
|
18231
|
+
IsActive: boolean;
|
|
18232
|
+
IsDefault: boolean;
|
|
18233
|
+
DefaultFromName?: string;
|
|
18234
|
+
DefaultFromEmail?: string;
|
|
18235
|
+
Configuration?: string;
|
|
18236
|
+
_mj__CreatedAt: Date;
|
|
18237
|
+
_mj__UpdatedAt: Date;
|
|
18238
|
+
SignatureProvider: string;
|
|
18239
|
+
Credential: string;
|
|
18240
|
+
Company?: string;
|
|
18241
|
+
MJSignatureRequests_SignatureAccountIDArray: MJSignatureRequest_[];
|
|
18242
|
+
}
|
|
18243
|
+
export declare class CreateMJSignatureAccountInput {
|
|
18244
|
+
ID?: string;
|
|
18245
|
+
Name?: string;
|
|
18246
|
+
SignatureProviderID?: string;
|
|
18247
|
+
CredentialID?: string;
|
|
18248
|
+
CompanyID: string | null;
|
|
18249
|
+
IsActive?: boolean;
|
|
18250
|
+
IsDefault?: boolean;
|
|
18251
|
+
DefaultFromName: string | null;
|
|
18252
|
+
DefaultFromEmail: string | null;
|
|
18253
|
+
Configuration: string | null;
|
|
18254
|
+
RestoreContext___?: RestoreContextInput;
|
|
18255
|
+
}
|
|
18256
|
+
export declare class UpdateMJSignatureAccountInput {
|
|
18257
|
+
ID: string;
|
|
18258
|
+
Name?: string;
|
|
18259
|
+
SignatureProviderID?: string;
|
|
18260
|
+
CredentialID?: string;
|
|
18261
|
+
CompanyID?: string | null;
|
|
18262
|
+
IsActive?: boolean;
|
|
18263
|
+
IsDefault?: boolean;
|
|
18264
|
+
DefaultFromName?: string | null;
|
|
18265
|
+
DefaultFromEmail?: string | null;
|
|
18266
|
+
Configuration?: string | null;
|
|
18267
|
+
OldValues___?: KeyValuePairInput[];
|
|
18268
|
+
RestoreContext___?: RestoreContextInput;
|
|
18269
|
+
}
|
|
18270
|
+
export declare class RunMJSignatureAccountViewResult {
|
|
18271
|
+
Results: MJSignatureAccount_[];
|
|
18272
|
+
UserViewRunID?: string;
|
|
18273
|
+
RowCount: number;
|
|
18274
|
+
TotalRowCount: number;
|
|
18275
|
+
ExecutionTime: number;
|
|
18276
|
+
ErrorMessage?: string;
|
|
18277
|
+
Success: boolean;
|
|
18278
|
+
}
|
|
18279
|
+
export declare class MJSignatureAccountResolver extends ResolverBase {
|
|
18280
|
+
RunMJSignatureAccountViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18281
|
+
RunMJSignatureAccountViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18282
|
+
RunMJSignatureAccountDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18283
|
+
MJSignatureAccount(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJSignatureAccount_ | null>;
|
|
18284
|
+
MJSignatureRequests_SignatureAccountIDArray(mjsignatureaccount_: MJSignatureAccount_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
18285
|
+
CreateMJSignatureAccount(input: CreateMJSignatureAccountInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18286
|
+
UpdateMJSignatureAccount(input: UpdateMJSignatureAccountInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18287
|
+
DeleteMJSignatureAccount(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18288
|
+
}
|
|
18289
|
+
export declare class MJSignatureProvider_ {
|
|
18290
|
+
ID: string;
|
|
18291
|
+
Name: string;
|
|
18292
|
+
ServerDriverKey: string;
|
|
18293
|
+
IsActive: boolean;
|
|
18294
|
+
Priority: number;
|
|
18295
|
+
RequiresOAuth: boolean;
|
|
18296
|
+
SupportsTemplates: boolean;
|
|
18297
|
+
SupportsEmbeddedSigning: boolean;
|
|
18298
|
+
Configuration?: string;
|
|
18299
|
+
_mj__CreatedAt: Date;
|
|
18300
|
+
_mj__UpdatedAt: Date;
|
|
18301
|
+
MJSignatureAccounts_SignatureProviderIDArray: MJSignatureAccount_[];
|
|
18302
|
+
}
|
|
18303
|
+
export declare class CreateMJSignatureProviderInput {
|
|
18304
|
+
ID?: string;
|
|
18305
|
+
Name?: string;
|
|
18306
|
+
ServerDriverKey?: string;
|
|
18307
|
+
IsActive?: boolean;
|
|
18308
|
+
Priority?: number;
|
|
18309
|
+
RequiresOAuth?: boolean;
|
|
18310
|
+
SupportsTemplates?: boolean;
|
|
18311
|
+
SupportsEmbeddedSigning?: boolean;
|
|
18312
|
+
Configuration: string | null;
|
|
18313
|
+
RestoreContext___?: RestoreContextInput;
|
|
18314
|
+
}
|
|
18315
|
+
export declare class UpdateMJSignatureProviderInput {
|
|
18316
|
+
ID: string;
|
|
18317
|
+
Name?: string;
|
|
18318
|
+
ServerDriverKey?: string;
|
|
18319
|
+
IsActive?: boolean;
|
|
18320
|
+
Priority?: number;
|
|
18321
|
+
RequiresOAuth?: boolean;
|
|
18322
|
+
SupportsTemplates?: boolean;
|
|
18323
|
+
SupportsEmbeddedSigning?: boolean;
|
|
18324
|
+
Configuration?: string | null;
|
|
18325
|
+
OldValues___?: KeyValuePairInput[];
|
|
18326
|
+
RestoreContext___?: RestoreContextInput;
|
|
18327
|
+
}
|
|
18328
|
+
export declare class RunMJSignatureProviderViewResult {
|
|
18329
|
+
Results: MJSignatureProvider_[];
|
|
18330
|
+
UserViewRunID?: string;
|
|
18331
|
+
RowCount: number;
|
|
18332
|
+
TotalRowCount: number;
|
|
18333
|
+
ExecutionTime: number;
|
|
18334
|
+
ErrorMessage?: string;
|
|
18335
|
+
Success: boolean;
|
|
18336
|
+
}
|
|
18337
|
+
export declare class MJSignatureProviderResolver extends ResolverBase {
|
|
18338
|
+
RunMJSignatureProviderViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18339
|
+
RunMJSignatureProviderViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18340
|
+
RunMJSignatureProviderDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18341
|
+
MJSignatureProvider(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJSignatureProvider_ | null>;
|
|
18342
|
+
MJSignatureAccounts_SignatureProviderIDArray(mjsignatureprovider_: MJSignatureProvider_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
18343
|
+
CreateMJSignatureProvider(input: CreateMJSignatureProviderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18344
|
+
UpdateMJSignatureProvider(input: UpdateMJSignatureProviderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18345
|
+
DeleteMJSignatureProvider(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18346
|
+
}
|
|
18347
|
+
export declare class MJSignatureRequestDocument_ {
|
|
18348
|
+
ID: string;
|
|
18349
|
+
SignatureRequestID: string;
|
|
18350
|
+
ArtifactID?: string;
|
|
18351
|
+
ArtifactVersionID?: string;
|
|
18352
|
+
Name: string;
|
|
18353
|
+
Sequence: number;
|
|
18354
|
+
Role: string;
|
|
18355
|
+
_mj__CreatedAt: Date;
|
|
18356
|
+
_mj__UpdatedAt: Date;
|
|
18357
|
+
SignatureRequest: string;
|
|
18358
|
+
Artifact?: string;
|
|
18359
|
+
ArtifactVersion?: string;
|
|
18360
|
+
}
|
|
18361
|
+
export declare class CreateMJSignatureRequestDocumentInput {
|
|
18362
|
+
ID?: string;
|
|
18363
|
+
SignatureRequestID?: string;
|
|
18364
|
+
ArtifactID: string | null;
|
|
18365
|
+
ArtifactVersionID: string | null;
|
|
18366
|
+
Name?: string;
|
|
18367
|
+
Sequence?: number;
|
|
18368
|
+
Role?: string;
|
|
18369
|
+
RestoreContext___?: RestoreContextInput;
|
|
18370
|
+
}
|
|
18371
|
+
export declare class UpdateMJSignatureRequestDocumentInput {
|
|
18372
|
+
ID: string;
|
|
18373
|
+
SignatureRequestID?: string;
|
|
18374
|
+
ArtifactID?: string | null;
|
|
18375
|
+
ArtifactVersionID?: string | null;
|
|
18376
|
+
Name?: string;
|
|
18377
|
+
Sequence?: number;
|
|
18378
|
+
Role?: string;
|
|
18379
|
+
OldValues___?: KeyValuePairInput[];
|
|
18380
|
+
RestoreContext___?: RestoreContextInput;
|
|
18381
|
+
}
|
|
18382
|
+
export declare class RunMJSignatureRequestDocumentViewResult {
|
|
18383
|
+
Results: MJSignatureRequestDocument_[];
|
|
18384
|
+
UserViewRunID?: string;
|
|
18385
|
+
RowCount: number;
|
|
18386
|
+
TotalRowCount: number;
|
|
18387
|
+
ExecutionTime: number;
|
|
18388
|
+
ErrorMessage?: string;
|
|
18389
|
+
Success: boolean;
|
|
18390
|
+
}
|
|
18391
|
+
export declare class MJSignatureRequestDocumentResolver extends ResolverBase {
|
|
18392
|
+
RunMJSignatureRequestDocumentViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18393
|
+
RunMJSignatureRequestDocumentViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18394
|
+
RunMJSignatureRequestDocumentDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18395
|
+
MJSignatureRequestDocument(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJSignatureRequestDocument_ | null>;
|
|
18396
|
+
CreateMJSignatureRequestDocument(input: CreateMJSignatureRequestDocumentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18397
|
+
UpdateMJSignatureRequestDocument(input: UpdateMJSignatureRequestDocumentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18398
|
+
DeleteMJSignatureRequestDocument(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18399
|
+
}
|
|
18400
|
+
export declare class MJSignatureRequestLog_ {
|
|
18401
|
+
ID: string;
|
|
18402
|
+
SignatureRequestID?: string;
|
|
18403
|
+
Operation: string;
|
|
18404
|
+
Success: boolean;
|
|
18405
|
+
StatusBefore?: string;
|
|
18406
|
+
StatusAfter?: string;
|
|
18407
|
+
Detail?: string;
|
|
18408
|
+
_mj__CreatedAt: Date;
|
|
18409
|
+
_mj__UpdatedAt: Date;
|
|
18410
|
+
SignatureRequest?: string;
|
|
18411
|
+
}
|
|
18412
|
+
export declare class CreateMJSignatureRequestLogInput {
|
|
18413
|
+
ID?: string;
|
|
18414
|
+
SignatureRequestID: string | null;
|
|
18415
|
+
Operation?: string;
|
|
18416
|
+
Success?: boolean;
|
|
18417
|
+
StatusBefore: string | null;
|
|
18418
|
+
StatusAfter: string | null;
|
|
18419
|
+
Detail: string | null;
|
|
18420
|
+
RestoreContext___?: RestoreContextInput;
|
|
18421
|
+
}
|
|
18422
|
+
export declare class UpdateMJSignatureRequestLogInput {
|
|
18423
|
+
ID: string;
|
|
18424
|
+
SignatureRequestID?: string | null;
|
|
18425
|
+
Operation?: string;
|
|
18426
|
+
Success?: boolean;
|
|
18427
|
+
StatusBefore?: string | null;
|
|
18428
|
+
StatusAfter?: string | null;
|
|
18429
|
+
Detail?: string | null;
|
|
18430
|
+
OldValues___?: KeyValuePairInput[];
|
|
18431
|
+
RestoreContext___?: RestoreContextInput;
|
|
18432
|
+
}
|
|
18433
|
+
export declare class RunMJSignatureRequestLogViewResult {
|
|
18434
|
+
Results: MJSignatureRequestLog_[];
|
|
18435
|
+
UserViewRunID?: string;
|
|
18436
|
+
RowCount: number;
|
|
18437
|
+
TotalRowCount: number;
|
|
18438
|
+
ExecutionTime: number;
|
|
18439
|
+
ErrorMessage?: string;
|
|
18440
|
+
Success: boolean;
|
|
18441
|
+
}
|
|
18442
|
+
export declare class MJSignatureRequestLogResolver extends ResolverBase {
|
|
18443
|
+
RunMJSignatureRequestLogViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18444
|
+
RunMJSignatureRequestLogViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18445
|
+
RunMJSignatureRequestLogDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18446
|
+
MJSignatureRequestLog(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJSignatureRequestLog_ | null>;
|
|
18447
|
+
CreateMJSignatureRequestLog(input: CreateMJSignatureRequestLogInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18448
|
+
UpdateMJSignatureRequestLog(input: UpdateMJSignatureRequestLogInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18449
|
+
DeleteMJSignatureRequestLog(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18450
|
+
}
|
|
18451
|
+
export declare class MJSignatureRequestRecipient_ {
|
|
18452
|
+
ID: string;
|
|
18453
|
+
SignatureRequestID: string;
|
|
18454
|
+
Email: string;
|
|
18455
|
+
Name?: string;
|
|
18456
|
+
RoutingOrder: number;
|
|
18457
|
+
Role?: string;
|
|
18458
|
+
Status: string;
|
|
18459
|
+
SignedAt?: Date;
|
|
18460
|
+
ExternalRecipientID?: string;
|
|
18461
|
+
_mj__CreatedAt: Date;
|
|
18462
|
+
_mj__UpdatedAt: Date;
|
|
18463
|
+
SignatureRequest: string;
|
|
18464
|
+
}
|
|
18465
|
+
export declare class CreateMJSignatureRequestRecipientInput {
|
|
18466
|
+
ID?: string;
|
|
18467
|
+
SignatureRequestID?: string;
|
|
18468
|
+
Email?: string;
|
|
18469
|
+
Name: string | null;
|
|
18470
|
+
RoutingOrder?: number;
|
|
18471
|
+
Role: string | null;
|
|
18472
|
+
Status?: string;
|
|
18473
|
+
SignedAt: Date | null;
|
|
18474
|
+
ExternalRecipientID: string | null;
|
|
18475
|
+
RestoreContext___?: RestoreContextInput;
|
|
18476
|
+
}
|
|
18477
|
+
export declare class UpdateMJSignatureRequestRecipientInput {
|
|
18478
|
+
ID: string;
|
|
18479
|
+
SignatureRequestID?: string;
|
|
18480
|
+
Email?: string;
|
|
18481
|
+
Name?: string | null;
|
|
18482
|
+
RoutingOrder?: number;
|
|
18483
|
+
Role?: string | null;
|
|
18484
|
+
Status?: string;
|
|
18485
|
+
SignedAt?: Date | null;
|
|
18486
|
+
ExternalRecipientID?: string | null;
|
|
18487
|
+
OldValues___?: KeyValuePairInput[];
|
|
18488
|
+
RestoreContext___?: RestoreContextInput;
|
|
18489
|
+
}
|
|
18490
|
+
export declare class RunMJSignatureRequestRecipientViewResult {
|
|
18491
|
+
Results: MJSignatureRequestRecipient_[];
|
|
18492
|
+
UserViewRunID?: string;
|
|
18493
|
+
RowCount: number;
|
|
18494
|
+
TotalRowCount: number;
|
|
18495
|
+
ExecutionTime: number;
|
|
18496
|
+
ErrorMessage?: string;
|
|
18497
|
+
Success: boolean;
|
|
18498
|
+
}
|
|
18499
|
+
export declare class MJSignatureRequestRecipientResolver extends ResolverBase {
|
|
18500
|
+
RunMJSignatureRequestRecipientViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18501
|
+
RunMJSignatureRequestRecipientViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18502
|
+
RunMJSignatureRequestRecipientDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18503
|
+
MJSignatureRequestRecipient(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJSignatureRequestRecipient_ | null>;
|
|
18504
|
+
CreateMJSignatureRequestRecipient(input: CreateMJSignatureRequestRecipientInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18505
|
+
UpdateMJSignatureRequestRecipient(input: UpdateMJSignatureRequestRecipientInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18506
|
+
DeleteMJSignatureRequestRecipient(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18507
|
+
}
|
|
18508
|
+
export declare class MJSignatureRequest_ {
|
|
18509
|
+
ID: string;
|
|
18510
|
+
SignatureAccountID: string;
|
|
18511
|
+
Name: string;
|
|
18512
|
+
Message?: string;
|
|
18513
|
+
Status: string;
|
|
18514
|
+
ExternalEnvelopeID?: string;
|
|
18515
|
+
EntityID?: string;
|
|
18516
|
+
RecordID?: string;
|
|
18517
|
+
SentAt?: Date;
|
|
18518
|
+
CompletedAt?: Date;
|
|
18519
|
+
VoidReason?: string;
|
|
18520
|
+
_mj__CreatedAt: Date;
|
|
18521
|
+
_mj__UpdatedAt: Date;
|
|
18522
|
+
SignatureAccount: string;
|
|
18523
|
+
Entity?: string;
|
|
18524
|
+
MJSignatureRequestLogs_SignatureRequestIDArray: MJSignatureRequestLog_[];
|
|
18525
|
+
MJSignatureRequestRecipients_SignatureRequestIDArray: MJSignatureRequestRecipient_[];
|
|
18526
|
+
MJSignatureRequestDocuments_SignatureRequestIDArray: MJSignatureRequestDocument_[];
|
|
18527
|
+
}
|
|
18528
|
+
export declare class CreateMJSignatureRequestInput {
|
|
18529
|
+
ID?: string;
|
|
18530
|
+
SignatureAccountID?: string;
|
|
18531
|
+
Name?: string;
|
|
18532
|
+
Message: string | null;
|
|
18533
|
+
Status?: string;
|
|
18534
|
+
ExternalEnvelopeID: string | null;
|
|
18535
|
+
EntityID: string | null;
|
|
18536
|
+
RecordID: string | null;
|
|
18537
|
+
SentAt: Date | null;
|
|
18538
|
+
CompletedAt: Date | null;
|
|
18539
|
+
VoidReason: string | null;
|
|
18540
|
+
RestoreContext___?: RestoreContextInput;
|
|
18541
|
+
}
|
|
18542
|
+
export declare class UpdateMJSignatureRequestInput {
|
|
18543
|
+
ID: string;
|
|
18544
|
+
SignatureAccountID?: string;
|
|
18545
|
+
Name?: string;
|
|
18546
|
+
Message?: string | null;
|
|
18547
|
+
Status?: string;
|
|
18548
|
+
ExternalEnvelopeID?: string | null;
|
|
18549
|
+
EntityID?: string | null;
|
|
18550
|
+
RecordID?: string | null;
|
|
18551
|
+
SentAt?: Date | null;
|
|
18552
|
+
CompletedAt?: Date | null;
|
|
18553
|
+
VoidReason?: string | null;
|
|
18554
|
+
OldValues___?: KeyValuePairInput[];
|
|
18555
|
+
RestoreContext___?: RestoreContextInput;
|
|
18556
|
+
}
|
|
18557
|
+
export declare class RunMJSignatureRequestViewResult {
|
|
18558
|
+
Results: MJSignatureRequest_[];
|
|
18559
|
+
UserViewRunID?: string;
|
|
18560
|
+
RowCount: number;
|
|
18561
|
+
TotalRowCount: number;
|
|
18562
|
+
ExecutionTime: number;
|
|
18563
|
+
ErrorMessage?: string;
|
|
18564
|
+
Success: boolean;
|
|
18565
|
+
}
|
|
18566
|
+
export declare class MJSignatureRequestResolver extends ResolverBase {
|
|
18567
|
+
RunMJSignatureRequestViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18568
|
+
RunMJSignatureRequestViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18569
|
+
RunMJSignatureRequestDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
18570
|
+
MJSignatureRequest(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJSignatureRequest_ | null>;
|
|
18571
|
+
MJSignatureRequestLogs_SignatureRequestIDArray(mjsignaturerequest_: MJSignatureRequest_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
18572
|
+
MJSignatureRequestRecipients_SignatureRequestIDArray(mjsignaturerequest_: MJSignatureRequest_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
18573
|
+
MJSignatureRequestDocuments_SignatureRequestIDArray(mjsignaturerequest_: MJSignatureRequest_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
18574
|
+
CreateMJSignatureRequest(input: CreateMJSignatureRequestInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18575
|
+
UpdateMJSignatureRequest(input: UpdateMJSignatureRequestInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18576
|
+
DeleteMJSignatureRequest(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
18577
|
+
}
|
|
17703
18578
|
export declare class MJSkill_ {
|
|
17704
18579
|
ID: string;
|
|
17705
18580
|
Name: string;
|
|
@@ -18087,6 +18962,7 @@ export declare class MJTagSynonym_ {
|
|
|
18087
18962
|
Source: string;
|
|
18088
18963
|
_mj__CreatedAt: Date;
|
|
18089
18964
|
_mj__UpdatedAt: Date;
|
|
18965
|
+
Status: string;
|
|
18090
18966
|
Tag: string;
|
|
18091
18967
|
}
|
|
18092
18968
|
export declare class CreateMJTagSynonymInput {
|
|
@@ -18094,6 +18970,7 @@ export declare class CreateMJTagSynonymInput {
|
|
|
18094
18970
|
TagID?: string;
|
|
18095
18971
|
Synonym?: string;
|
|
18096
18972
|
Source?: string;
|
|
18973
|
+
Status?: string;
|
|
18097
18974
|
RestoreContext___?: RestoreContextInput;
|
|
18098
18975
|
}
|
|
18099
18976
|
export declare class UpdateMJTagSynonymInput {
|
|
@@ -18101,6 +18978,7 @@ export declare class UpdateMJTagSynonymInput {
|
|
|
18101
18978
|
TagID?: string;
|
|
18102
18979
|
Synonym?: string;
|
|
18103
18980
|
Source?: string;
|
|
18981
|
+
Status?: string;
|
|
18104
18982
|
OldValues___?: KeyValuePairInput[];
|
|
18105
18983
|
RestoreContext___?: RestoreContextInput;
|
|
18106
18984
|
}
|
|
@@ -20081,6 +20959,7 @@ export declare class MJUserView_ {
|
|
|
20081
20959
|
Thumbnail?: string;
|
|
20082
20960
|
CardState?: string;
|
|
20083
20961
|
DisplayState?: string;
|
|
20962
|
+
ViewTypeID?: string;
|
|
20084
20963
|
UserName: string;
|
|
20085
20964
|
UserFirstLast?: string;
|
|
20086
20965
|
UserEmail: string;
|
|
@@ -20114,6 +20993,7 @@ export declare class CreateMJUserViewInput {
|
|
|
20114
20993
|
Thumbnail: string | null;
|
|
20115
20994
|
CardState: string | null;
|
|
20116
20995
|
DisplayState: string | null;
|
|
20996
|
+
ViewTypeID: string | null;
|
|
20117
20997
|
RestoreContext___?: RestoreContextInput;
|
|
20118
20998
|
}
|
|
20119
20999
|
export declare class UpdateMJUserViewInput {
|
|
@@ -20138,6 +21018,7 @@ export declare class UpdateMJUserViewInput {
|
|
|
20138
21018
|
Thumbnail?: string | null;
|
|
20139
21019
|
CardState?: string | null;
|
|
20140
21020
|
DisplayState?: string | null;
|
|
21021
|
+
ViewTypeID?: string | null;
|
|
20141
21022
|
OldValues___?: KeyValuePairInput[];
|
|
20142
21023
|
RestoreContext___?: RestoreContextInput;
|
|
20143
21024
|
}
|
|
@@ -20285,6 +21166,9 @@ export declare class MJUser_ {
|
|
|
20285
21166
|
MJAIAgents_OwnerUserIDArray: MJAIAgent_[];
|
|
20286
21167
|
MJLists_LastRefreshedByUserIDArray: MJList_[];
|
|
20287
21168
|
MJEntityFormOverrides_UserIDArray: MJEntityFormOverride_[];
|
|
21169
|
+
MJClusterAnalysis_UserIDArray: MJClusterAnalysis_[];
|
|
21170
|
+
MJMagicLinkRedemptions_ProvisionedUserIDArray: MJMagicLinkRedemption_[];
|
|
21171
|
+
MJMagicLinkInvites_CreatedByUserIDArray: MJMagicLinkInvite_[];
|
|
20288
21172
|
}
|
|
20289
21173
|
export declare class CreateMJUserInput {
|
|
20290
21174
|
ID?: string;
|
|
@@ -20434,6 +21318,9 @@ export declare class MJUserResolverBase extends ResolverBase {
|
|
|
20434
21318
|
MJAIAgents_OwnerUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20435
21319
|
MJLists_LastRefreshedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20436
21320
|
MJEntityFormOverrides_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
21321
|
+
MJClusterAnalysis_UserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
21322
|
+
MJMagicLinkRedemptions_ProvisionedUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
21323
|
+
MJMagicLinkInvites_CreatedByUserIDArray(mjuser_: MJUser_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
20437
21324
|
CreateMJUser(input: CreateMJUserInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20438
21325
|
UpdateMJUser(input: UpdateMJUserInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20439
21326
|
DeleteMJUser(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -20807,6 +21694,67 @@ export declare class MJVersionLabelResolver extends ResolverBase {
|
|
|
20807
21694
|
UpdateMJVersionLabel(input: UpdateMJVersionLabelInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20808
21695
|
DeleteMJVersionLabel(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
20809
21696
|
}
|
|
21697
|
+
export declare class MJViewType_ {
|
|
21698
|
+
ID: string;
|
|
21699
|
+
Name: string;
|
|
21700
|
+
DisplayName: string;
|
|
21701
|
+
Description?: string;
|
|
21702
|
+
DriverClass: string;
|
|
21703
|
+
PropertySheetDriverClass?: string;
|
|
21704
|
+
Icon?: string;
|
|
21705
|
+
Sequence: number;
|
|
21706
|
+
IsActive: boolean;
|
|
21707
|
+
SupportsConfiguration: boolean;
|
|
21708
|
+
_mj__CreatedAt: Date;
|
|
21709
|
+
_mj__UpdatedAt: Date;
|
|
21710
|
+
MJUserViews_ViewTypeIDArray: MJUserView_[];
|
|
21711
|
+
}
|
|
21712
|
+
export declare class CreateMJViewTypeInput {
|
|
21713
|
+
ID?: string;
|
|
21714
|
+
Name?: string;
|
|
21715
|
+
DisplayName?: string;
|
|
21716
|
+
Description: string | null;
|
|
21717
|
+
DriverClass?: string;
|
|
21718
|
+
PropertySheetDriverClass: string | null;
|
|
21719
|
+
Icon: string | null;
|
|
21720
|
+
Sequence?: number;
|
|
21721
|
+
IsActive?: boolean;
|
|
21722
|
+
SupportsConfiguration?: boolean;
|
|
21723
|
+
RestoreContext___?: RestoreContextInput;
|
|
21724
|
+
}
|
|
21725
|
+
export declare class UpdateMJViewTypeInput {
|
|
21726
|
+
ID: string;
|
|
21727
|
+
Name?: string;
|
|
21728
|
+
DisplayName?: string;
|
|
21729
|
+
Description?: string | null;
|
|
21730
|
+
DriverClass?: string;
|
|
21731
|
+
PropertySheetDriverClass?: string | null;
|
|
21732
|
+
Icon?: string | null;
|
|
21733
|
+
Sequence?: number;
|
|
21734
|
+
IsActive?: boolean;
|
|
21735
|
+
SupportsConfiguration?: boolean;
|
|
21736
|
+
OldValues___?: KeyValuePairInput[];
|
|
21737
|
+
RestoreContext___?: RestoreContextInput;
|
|
21738
|
+
}
|
|
21739
|
+
export declare class RunMJViewTypeViewResult {
|
|
21740
|
+
Results: MJViewType_[];
|
|
21741
|
+
UserViewRunID?: string;
|
|
21742
|
+
RowCount: number;
|
|
21743
|
+
TotalRowCount: number;
|
|
21744
|
+
ExecutionTime: number;
|
|
21745
|
+
ErrorMessage?: string;
|
|
21746
|
+
Success: boolean;
|
|
21747
|
+
}
|
|
21748
|
+
export declare class MJViewTypeResolver extends ResolverBase {
|
|
21749
|
+
RunMJViewTypeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
21750
|
+
RunMJViewTypeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
21751
|
+
RunMJViewTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
21752
|
+
MJViewType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<MJViewType_ | null>;
|
|
21753
|
+
MJUserViews_ViewTypeIDArray(mjviewtype_: MJViewType_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
|
|
21754
|
+
CreateMJViewType(input: CreateMJViewTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
21755
|
+
UpdateMJViewType(input: UpdateMJViewTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
21756
|
+
DeleteMJViewType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
21757
|
+
}
|
|
20810
21758
|
export declare class MJWorkflowEngine_ {
|
|
20811
21759
|
ID: string;
|
|
20812
21760
|
Name: string;
|