@memberjunction/server 2.13.3 → 2.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/generated.d.ts +73 -61
- package/dist/generated/generated.d.ts.map +1 -1
- package/dist/generated/generated.js +419 -359
- package/dist/generated/generated.js.map +1 -1
- package/package.json +22 -22
- package/src/generated/generated.ts +265 -229
|
@@ -173,63 +173,6 @@ export declare class ExplorerNavigationItemResolver extends ResolverBase {
|
|
|
173
173
|
UpdateExplorerNavigationItem(input: UpdateExplorerNavigationItemInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
174
174
|
DeleteExplorerNavigationItem(ID: string, options: DeleteOptionsInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
175
175
|
}
|
|
176
|
-
export declare class flyway_schema_history_ {
|
|
177
|
-
installed_rank: number;
|
|
178
|
-
version?: string;
|
|
179
|
-
description?: string;
|
|
180
|
-
type: string;
|
|
181
|
-
script: string;
|
|
182
|
-
checksum?: number;
|
|
183
|
-
installed_by: string;
|
|
184
|
-
installed_on: Date;
|
|
185
|
-
execution_time: number;
|
|
186
|
-
success: boolean;
|
|
187
|
-
_mj__CreatedAt: Date;
|
|
188
|
-
_mj__UpdatedAt: Date;
|
|
189
|
-
}
|
|
190
|
-
export declare class Createflyway_schema_historyInput {
|
|
191
|
-
installed_rank: number;
|
|
192
|
-
version?: string;
|
|
193
|
-
description?: string;
|
|
194
|
-
type: string;
|
|
195
|
-
script: string;
|
|
196
|
-
checksum?: number;
|
|
197
|
-
installed_by: string;
|
|
198
|
-
installed_on: Date;
|
|
199
|
-
execution_time: number;
|
|
200
|
-
success: boolean;
|
|
201
|
-
}
|
|
202
|
-
export declare class Updateflyway_schema_historyInput {
|
|
203
|
-
installed_rank: number;
|
|
204
|
-
version?: string;
|
|
205
|
-
description?: string;
|
|
206
|
-
type: string;
|
|
207
|
-
script: string;
|
|
208
|
-
checksum?: number;
|
|
209
|
-
installed_by: string;
|
|
210
|
-
installed_on: Date;
|
|
211
|
-
execution_time: number;
|
|
212
|
-
success: boolean;
|
|
213
|
-
OldValues___?: KeyValuePairInput[];
|
|
214
|
-
}
|
|
215
|
-
export declare class Runflyway_schema_historyViewResult {
|
|
216
|
-
Results: flyway_schema_history_[];
|
|
217
|
-
UserViewRunID?: string;
|
|
218
|
-
RowCount: number;
|
|
219
|
-
TotalRowCount: number;
|
|
220
|
-
ExecutionTime: number;
|
|
221
|
-
ErrorMessage?: string;
|
|
222
|
-
Success: boolean;
|
|
223
|
-
}
|
|
224
|
-
export declare class flyway_schema_historyResolver extends ResolverBase {
|
|
225
|
-
Runflyway_schema_historyViewByID(input: RunViewByIDInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
226
|
-
Runflyway_schema_historyViewByName(input: RunViewByNameInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
227
|
-
Runflyway_schema_historyDynamicView(input: RunDynamicViewInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
228
|
-
flyway_schema_history(installed_rank: number, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<flyway_schema_history_ | null>;
|
|
229
|
-
Createflyway_schema_history(input: Createflyway_schema_historyInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
230
|
-
Updateflyway_schema_history(input: Updateflyway_schema_historyInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
231
|
-
Deleteflyway_schema_history(installed_rank: number, options: DeleteOptionsInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
232
|
-
}
|
|
233
176
|
export declare class AIPrompt_ {
|
|
234
177
|
ID: string;
|
|
235
178
|
Name: string;
|
|
@@ -348,8 +291,8 @@ export declare class AIPromptCategory_ {
|
|
|
348
291
|
_mj__CreatedAt: Date;
|
|
349
292
|
_mj__UpdatedAt: Date;
|
|
350
293
|
Parent?: string;
|
|
351
|
-
AIPromptCategories_ParentIDArray: AIPromptCategory_[];
|
|
352
294
|
AIPrompts_CategoryIDArray: AIPrompt_[];
|
|
295
|
+
AIPromptCategories_ParentIDArray: AIPromptCategory_[];
|
|
353
296
|
}
|
|
354
297
|
export declare class CreateAIPromptCategoryInput {
|
|
355
298
|
Name: string;
|
|
@@ -377,8 +320,8 @@ export declare class AIPromptCategoryResolver extends ResolverBase {
|
|
|
377
320
|
RunAIPromptCategoryViewByName(input: RunViewByNameInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
378
321
|
RunAIPromptCategoryDynamicView(input: RunDynamicViewInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
379
322
|
AIPromptCategory(ID: string, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<AIPromptCategory_ | null>;
|
|
380
|
-
AIPromptCategories_ParentIDArray(aipromptcategory_: AIPromptCategory_, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<[]>;
|
|
381
323
|
AIPrompts_CategoryIDArray(aipromptcategory_: AIPromptCategory_, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<[]>;
|
|
324
|
+
AIPromptCategories_ParentIDArray(aipromptcategory_: AIPromptCategory_, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<[]>;
|
|
382
325
|
CreateAIPromptCategory(input: CreateAIPromptCategoryInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
383
326
|
UpdateAIPromptCategory(input: UpdateAIPromptCategoryInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
384
327
|
DeleteAIPromptCategory(ID: string, options: DeleteOptionsInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -2741,8 +2684,8 @@ export declare class AIModel_ {
|
|
|
2741
2684
|
AIModelActions_AIModelIDArray: AIModelAction_[];
|
|
2742
2685
|
VectorIndexes_EmbeddingModelIDArray: VectorIndex_[];
|
|
2743
2686
|
ContentTypes_AIModelIDArray: ContentType_[];
|
|
2744
|
-
EntityAIActions_AIModelIDArray: EntityAIAction_[];
|
|
2745
2687
|
AIResultCache_AIModelIDArray: AIResultCache_[];
|
|
2688
|
+
EntityAIActions_AIModelIDArray: EntityAIAction_[];
|
|
2746
2689
|
}
|
|
2747
2690
|
export declare class CreateAIModelInput {
|
|
2748
2691
|
Name: string;
|
|
@@ -2796,8 +2739,8 @@ export declare class AIModelResolver extends ResolverBase {
|
|
|
2796
2739
|
AIModelActions_AIModelIDArray(aimodel_: AIModel_, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<[]>;
|
|
2797
2740
|
VectorIndexes_EmbeddingModelIDArray(aimodel_: AIModel_, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<[]>;
|
|
2798
2741
|
ContentTypes_AIModelIDArray(aimodel_: AIModel_, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<[]>;
|
|
2799
|
-
EntityAIActions_AIModelIDArray(aimodel_: AIModel_, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<[]>;
|
|
2800
2742
|
AIResultCache_AIModelIDArray(aimodel_: AIModel_, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<[]>;
|
|
2743
|
+
EntityAIActions_AIModelIDArray(aimodel_: AIModel_, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<[]>;
|
|
2801
2744
|
CreateAIModel(input: CreateAIModelInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2802
2745
|
UpdateAIModel(input: UpdateAIModelInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2803
2746
|
DeleteAIModel(ID: string, options: DeleteOptionsInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
@@ -3653,6 +3596,10 @@ export declare class ConversationDetail_ {
|
|
|
3653
3596
|
HiddenToUser: boolean;
|
|
3654
3597
|
_mj__CreatedAt: Date;
|
|
3655
3598
|
_mj__UpdatedAt: Date;
|
|
3599
|
+
UserRating?: number;
|
|
3600
|
+
UserFeedback?: string;
|
|
3601
|
+
ReflectionInsights?: string;
|
|
3602
|
+
SummaryOfEarlierConversation?: string;
|
|
3656
3603
|
Conversation?: string;
|
|
3657
3604
|
Reports_ConversationDetailIDArray: Report_[];
|
|
3658
3605
|
}
|
|
@@ -3663,6 +3610,10 @@ export declare class CreateConversationDetailInput {
|
|
|
3663
3610
|
Message: string;
|
|
3664
3611
|
Error?: string;
|
|
3665
3612
|
HiddenToUser: boolean;
|
|
3613
|
+
UserRating?: number;
|
|
3614
|
+
UserFeedback?: string;
|
|
3615
|
+
ReflectionInsights?: string;
|
|
3616
|
+
SummaryOfEarlierConversation?: string;
|
|
3666
3617
|
}
|
|
3667
3618
|
export declare class UpdateConversationDetailInput {
|
|
3668
3619
|
ID: string;
|
|
@@ -3672,6 +3623,10 @@ export declare class UpdateConversationDetailInput {
|
|
|
3672
3623
|
Message: string;
|
|
3673
3624
|
Error?: string;
|
|
3674
3625
|
HiddenToUser: boolean;
|
|
3626
|
+
UserRating?: number;
|
|
3627
|
+
UserFeedback?: string;
|
|
3628
|
+
ReflectionInsights?: string;
|
|
3629
|
+
SummaryOfEarlierConversation?: string;
|
|
3675
3630
|
OldValues___?: KeyValuePairInput[];
|
|
3676
3631
|
}
|
|
3677
3632
|
export declare class RunConversationDetailViewResult {
|
|
@@ -7548,4 +7503,61 @@ export declare class ContentItemTagResolver extends ResolverBase {
|
|
|
7548
7503
|
UpdateContentItemTag(input: UpdateContentItemTagInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7549
7504
|
DeleteContentItemTag(ID: string, options: DeleteOptionsInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7550
7505
|
}
|
|
7506
|
+
export declare class flyway_schema_history_ {
|
|
7507
|
+
installed_rank: number;
|
|
7508
|
+
version?: string;
|
|
7509
|
+
description?: string;
|
|
7510
|
+
type: string;
|
|
7511
|
+
script: string;
|
|
7512
|
+
checksum?: number;
|
|
7513
|
+
installed_by: string;
|
|
7514
|
+
installed_on: Date;
|
|
7515
|
+
execution_time: number;
|
|
7516
|
+
success: boolean;
|
|
7517
|
+
_mj__CreatedAt: Date;
|
|
7518
|
+
_mj__UpdatedAt: Date;
|
|
7519
|
+
}
|
|
7520
|
+
export declare class Createflyway_schema_historyInput {
|
|
7521
|
+
installed_rank: number;
|
|
7522
|
+
version?: string;
|
|
7523
|
+
description?: string;
|
|
7524
|
+
type: string;
|
|
7525
|
+
script: string;
|
|
7526
|
+
checksum?: number;
|
|
7527
|
+
installed_by: string;
|
|
7528
|
+
installed_on: Date;
|
|
7529
|
+
execution_time: number;
|
|
7530
|
+
success: boolean;
|
|
7531
|
+
}
|
|
7532
|
+
export declare class Updateflyway_schema_historyInput {
|
|
7533
|
+
installed_rank: number;
|
|
7534
|
+
version?: string;
|
|
7535
|
+
description?: string;
|
|
7536
|
+
type: string;
|
|
7537
|
+
script: string;
|
|
7538
|
+
checksum?: number;
|
|
7539
|
+
installed_by: string;
|
|
7540
|
+
installed_on: Date;
|
|
7541
|
+
execution_time: number;
|
|
7542
|
+
success: boolean;
|
|
7543
|
+
OldValues___?: KeyValuePairInput[];
|
|
7544
|
+
}
|
|
7545
|
+
export declare class Runflyway_schema_historyViewResult {
|
|
7546
|
+
Results: flyway_schema_history_[];
|
|
7547
|
+
UserViewRunID?: string;
|
|
7548
|
+
RowCount: number;
|
|
7549
|
+
TotalRowCount: number;
|
|
7550
|
+
ExecutionTime: number;
|
|
7551
|
+
ErrorMessage?: string;
|
|
7552
|
+
Success: boolean;
|
|
7553
|
+
}
|
|
7554
|
+
export declare class flyway_schema_historyResolver extends ResolverBase {
|
|
7555
|
+
Runflyway_schema_historyViewByID(input: RunViewByIDInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
7556
|
+
Runflyway_schema_historyViewByName(input: RunViewByNameInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
7557
|
+
Runflyway_schema_historyDynamicView(input: RunDynamicViewInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
7558
|
+
flyway_schema_history(installed_rank: number, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<flyway_schema_history_ | null>;
|
|
7559
|
+
Createflyway_schema_history(input: Createflyway_schema_historyInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7560
|
+
Updateflyway_schema_history(input: Updateflyway_schema_historyInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7561
|
+
Deleteflyway_schema_history(installed_rank: number, options: DeleteOptionsInput, { dataSource, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
7562
|
+
}
|
|
7551
7563
|
//# sourceMappingURL=generated.d.ts.map
|