@memberjunction/server 5.34.1 → 5.35.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.
@@ -2528,6 +2528,7 @@ export declare class MJAIAgent_ {
2528
2528
  AllowEphemeralClientTools: boolean;
2529
2529
  DefaultStorageAccountID?: string;
2530
2530
  SearchScopeAccess: string;
2531
+ AcceptUnregisteredFiles: boolean;
2531
2532
  Parent?: string;
2532
2533
  ContextCompressionPrompt?: string;
2533
2534
  Type?: string;
@@ -2628,6 +2629,7 @@ export declare class CreateMJAIAgentInput {
2628
2629
  AllowEphemeralClientTools?: boolean;
2629
2630
  DefaultStorageAccountID: string | null;
2630
2631
  SearchScopeAccess?: string;
2632
+ AcceptUnregisteredFiles?: boolean;
2631
2633
  RestoreContext___?: RestoreContextInput;
2632
2634
  }
2633
2635
  export declare class UpdateMJAIAgentInput {
@@ -2694,6 +2696,7 @@ export declare class UpdateMJAIAgentInput {
2694
2696
  AllowEphemeralClientTools?: boolean;
2695
2697
  DefaultStorageAccountID?: string | null;
2696
2698
  SearchScopeAccess?: string;
2699
+ AcceptUnregisteredFiles?: boolean;
2697
2700
  OldValues___?: KeyValuePairInput[];
2698
2701
  RestoreContext___?: RestoreContextInput;
2699
2702
  }
@@ -5657,6 +5660,9 @@ export declare class MJArtifactType_ {
5657
5660
  Icon?: string;
5658
5661
  ContentCategory: string;
5659
5662
  ToolLibraryClass?: string;
5663
+ Priority: number;
5664
+ DefaultDeliveryMode: string;
5665
+ SystemSupplied: boolean;
5660
5666
  Parent?: string;
5661
5667
  RootParentID?: string;
5662
5668
  MJAIAgentArtifactTypes_ArtifactTypeIDArray: MJAIAgentArtifactType_[];
@@ -5677,6 +5683,9 @@ export declare class CreateMJArtifactTypeInput {
5677
5683
  Icon: string | null;
5678
5684
  ContentCategory?: string;
5679
5685
  ToolLibraryClass: string | null;
5686
+ Priority?: number;
5687
+ DefaultDeliveryMode?: string;
5688
+ SystemSupplied?: boolean;
5680
5689
  RestoreContext___?: RestoreContextInput;
5681
5690
  }
5682
5691
  export declare class UpdateMJArtifactTypeInput {
@@ -5691,6 +5700,9 @@ export declare class UpdateMJArtifactTypeInput {
5691
5700
  Icon?: string | null;
5692
5701
  ContentCategory?: string;
5693
5702
  ToolLibraryClass?: string | null;
5703
+ Priority?: number;
5704
+ DefaultDeliveryMode?: string;
5705
+ SystemSupplied?: boolean;
5694
5706
  OldValues___?: KeyValuePairInput[];
5695
5707
  RestoreContext___?: RestoreContextInput;
5696
5708
  }
@@ -5829,6 +5841,7 @@ export declare class MJArtifactVersion_ {
5829
5841
  MimeType?: string;
5830
5842
  FileName?: string;
5831
5843
  ContentSizeBytes?: number;
5844
+ ForceToolsOnly: boolean;
5832
5845
  Artifact: string;
5833
5846
  User: string;
5834
5847
  File?: string;
@@ -5836,6 +5849,7 @@ export declare class MJArtifactVersion_ {
5836
5849
  MJCollectionArtifacts_ArtifactVersionIDArray: MJCollectionArtifact_[];
5837
5850
  MJArtifactUses_ArtifactVersionIDArray: MJArtifactUse_[];
5838
5851
  MJConversationDetailArtifacts_ArtifactVersionIDArray: MJConversationDetailArtifact_[];
5852
+ MJConversationDetailAttachments_ArtifactVersionIDArray: MJConversationDetailAttachment_[];
5839
5853
  }
5840
5854
  export declare class CreateMJArtifactVersionInput {
5841
5855
  ID?: string;
@@ -5853,6 +5867,7 @@ export declare class CreateMJArtifactVersionInput {
5853
5867
  MimeType: string | null;
5854
5868
  FileName: string | null;
5855
5869
  ContentSizeBytes: number | null;
5870
+ ForceToolsOnly?: boolean;
5856
5871
  RestoreContext___?: RestoreContextInput;
5857
5872
  }
5858
5873
  export declare class UpdateMJArtifactVersionInput {
@@ -5871,6 +5886,7 @@ export declare class UpdateMJArtifactVersionInput {
5871
5886
  MimeType?: string | null;
5872
5887
  FileName?: string | null;
5873
5888
  ContentSizeBytes?: number | null;
5889
+ ForceToolsOnly?: boolean;
5874
5890
  OldValues___?: KeyValuePairInput[];
5875
5891
  RestoreContext___?: RestoreContextInput;
5876
5892
  }
@@ -5892,6 +5908,7 @@ export declare class MJArtifactVersionResolver extends ResolverBase {
5892
5908
  MJCollectionArtifacts_ArtifactVersionIDArray(mjartifactversion_: MJArtifactVersion_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
5893
5909
  MJArtifactUses_ArtifactVersionIDArray(mjartifactversion_: MJArtifactVersion_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
5894
5910
  MJConversationDetailArtifacts_ArtifactVersionIDArray(mjartifactversion_: MJArtifactVersion_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
5911
+ MJConversationDetailAttachments_ArtifactVersionIDArray(mjartifactversion_: MJArtifactVersion_, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<any[]>;
5895
5912
  CreateMJArtifactVersion(input: CreateMJArtifactVersionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
5896
5913
  UpdateMJArtifactVersion(input: UpdateMJArtifactVersionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
5897
5914
  DeleteMJArtifactVersion(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
@@ -8561,9 +8578,11 @@ export declare class MJConversationDetailAttachment_ {
8561
8578
  _mj__CreatedAt: Date;
8562
8579
  _mj__UpdatedAt: Date;
8563
8580
  Description?: string;
8581
+ ArtifactVersionID?: string;
8564
8582
  ConversationDetail: string;
8565
8583
  Modality: string;
8566
8584
  File?: string;
8585
+ ArtifactVersion?: string;
8567
8586
  }
8568
8587
  export declare class CreateMJConversationDetailAttachmentInput {
8569
8588
  ID?: string;
@@ -8580,6 +8599,7 @@ export declare class CreateMJConversationDetailAttachmentInput {
8580
8599
  DisplayOrder?: number;
8581
8600
  ThumbnailBase64: string | null;
8582
8601
  Description: string | null;
8602
+ ArtifactVersionID: string | null;
8583
8603
  RestoreContext___?: RestoreContextInput;
8584
8604
  }
8585
8605
  export declare class UpdateMJConversationDetailAttachmentInput {
@@ -8597,6 +8617,7 @@ export declare class UpdateMJConversationDetailAttachmentInput {
8597
8617
  DisplayOrder?: number;
8598
8618
  ThumbnailBase64?: string | null;
8599
8619
  Description?: string | null;
8620
+ ArtifactVersionID?: string | null;
8600
8621
  OldValues___?: KeyValuePairInput[];
8601
8622
  RestoreContext___?: RestoreContextInput;
8602
8623
  }