graphlit-client 1.0.20250130002 → 1.0.20250216001

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.
@@ -413,6 +413,44 @@ export type AskGraphlit = {
413
413
  /** The conversation message count, after completion. */
414
414
  messageCount?: Maybe<Scalars['Int']['output']>;
415
415
  };
416
+ /** Represents the Assembly.AI preparation properties. */
417
+ export type AssemblyAiAudioPreparationProperties = {
418
+ __typename?: 'AssemblyAIAudioPreparationProperties';
419
+ /** Whether to auto-detect the speaker(s) language during Assembly.AI audio transcription. */
420
+ detectLanguage?: Maybe<Scalars['Boolean']['output']>;
421
+ /** Whether to enable redaction during Assembly.AI audio transcription. */
422
+ enableRedaction?: Maybe<Scalars['Boolean']['output']>;
423
+ /** Whether to enable speaker diarization during Assembly.AI audio transcription. */
424
+ enableSpeakerDiarization?: Maybe<Scalars['Boolean']['output']>;
425
+ /** The Assembly.AI API key. */
426
+ key?: Maybe<Scalars['String']['output']>;
427
+ /** Specify the language to transcribe during Assembly.AI audio transcription. Expected language in BCP 47 format, such as 'en' or 'en-US'. */
428
+ language?: Maybe<Scalars['String']['output']>;
429
+ /** The Assembly.AI transcription model. */
430
+ model?: Maybe<AssemblyAiModels>;
431
+ };
432
+ /** Represents the Assembly.AI preparation properties. */
433
+ export type AssemblyAiAudioPreparationPropertiesInput = {
434
+ /** Whether to auto-detect the speaker(s) language during Assembly.AI audio transcription. */
435
+ detectLanguage?: InputMaybe<Scalars['Boolean']['input']>;
436
+ /** Whether to enable redaction during Assembly.AI audio transcription. */
437
+ enableRedaction?: InputMaybe<Scalars['Boolean']['input']>;
438
+ /** Whether to enable speaker diarization during Assembly.AI audio transcription. */
439
+ enableSpeakerDiarization?: InputMaybe<Scalars['Boolean']['input']>;
440
+ /** The Assembly.AI API key, optional. */
441
+ key?: InputMaybe<Scalars['String']['input']>;
442
+ /** Specify the language to transcribe during Assembly.AI audio transcription. Expected language in BCP 47 format, such as 'en' or 'en-US'. */
443
+ language?: InputMaybe<Scalars['String']['input']>;
444
+ /** The Assembly.AI transcription model. */
445
+ model?: InputMaybe<AssemblyAiModels>;
446
+ };
447
+ /** Assembly.AI models */
448
+ export declare enum AssemblyAiModels {
449
+ /** Best */
450
+ Best = "BEST",
451
+ /** Nano */
452
+ Nano = "NANO"
453
+ }
416
454
  /** Represents Atlassian Jira feed properties. */
417
455
  export type AtlassianJiraFeedProperties = {
418
456
  __typename?: 'AtlassianJiraFeedProperties';
@@ -2315,6 +2353,8 @@ export declare enum DeepgramModels {
2315
2353
  Nova2Video = "NOVA2_VIDEO",
2316
2354
  /** Nova 2 (Voicemail) */
2317
2355
  Nova2Voicemail = "NOVA2_VOICEMAIL",
2356
+ /** Nova 3 (General) */
2357
+ Nova3 = "NOVA3",
2318
2358
  /** Whisper (Base) */
2319
2359
  WhisperBase = "WHISPER_BASE",
2320
2360
  /** Whisper (Large) */
@@ -3618,6 +3658,8 @@ export declare enum FeedServiceTypes {
3618
3658
  S3Blob = "S3_BLOB",
3619
3659
  /** Microsoft SharePoint feed service */
3620
3660
  SharePoint = "SHARE_POINT",
3661
+ /** Trello feed service */
3662
+ Trello = "TRELLO",
3621
3663
  /** Zendesk Articles feed service */
3622
3664
  ZendeskArticles = "ZENDESK_ARTICLES",
3623
3665
  /** Zendesk Tickets feed service */
@@ -3664,6 +3706,8 @@ export type FeedUpdateInput = {
3664
3706
  email?: InputMaybe<EmailFeedPropertiesUpdateInput>;
3665
3707
  /** The ID of the feed to update. */
3666
3708
  id: Scalars['ID']['input'];
3709
+ /** The Intercom feed properties. */
3710
+ intercom?: InputMaybe<IntercomFeedPropertiesUpdateInput>;
3667
3711
  /** The issue feed properties. */
3668
3712
  issue?: InputMaybe<IssueFeedPropertiesUpdateInput>;
3669
3713
  /** The Microsoft Teams feed properties. */
@@ -3692,10 +3736,14 @@ export type FeedUpdateInput = {
3692
3736
  workflow?: InputMaybe<EntityReferenceInput>;
3693
3737
  /** The YouTube feed properties. */
3694
3738
  youtube?: InputMaybe<YouTubeFeedPropertiesUpdateInput>;
3739
+ /** The Zendesk feed properties. */
3740
+ zendesk?: InputMaybe<ZendeskFeedPropertiesUpdateInput>;
3695
3741
  };
3696
3742
  /** Represents a file preparation connector. */
3697
3743
  export type FilePreparationConnector = {
3698
3744
  __typename?: 'FilePreparationConnector';
3745
+ /** The specific properties for Assembly.AI preparation. */
3746
+ assemblyAI?: Maybe<AssemblyAiAudioPreparationProperties>;
3699
3747
  /** The specific properties for Azure Document Intelligence preparation. */
3700
3748
  azureDocument?: Maybe<AzureDocumentPreparationProperties>;
3701
3749
  /** The specific properties for Deepgram preparation. */
@@ -3713,6 +3761,8 @@ export type FilePreparationConnector = {
3713
3761
  };
3714
3762
  /** Represents a file preparation connector. */
3715
3763
  export type FilePreparationConnectorInput = {
3764
+ /** The specific properties for Assembly.AI preparation. */
3765
+ assemblyAI?: InputMaybe<AssemblyAiAudioPreparationPropertiesInput>;
3716
3766
  /** The specific properties for Azure Document Intelligence preparation. */
3717
3767
  azureDocument?: InputMaybe<AzureDocumentPreparationPropertiesInput>;
3718
3768
  /** The specific properties for Deepgram preparation. */
@@ -3730,6 +3780,8 @@ export type FilePreparationConnectorInput = {
3730
3780
  };
3731
3781
  /** File preparation service type */
3732
3782
  export declare enum FilePreparationServiceTypes {
3783
+ /** Assembly.AI Audio Transcription */
3784
+ AssemblyAi = "ASSEMBLY_AI",
3733
3785
  /** Azure AI Document Intelligence */
3734
3786
  AzureDocumentIntelligence = "AZURE_DOCUMENT_INTELLIGENCE",
3735
3787
  /** Deepgram Audio Transcription */
@@ -4096,6 +4148,10 @@ export declare enum GoogleModels {
4096
4148
  Gemini_1_5Pro_001 = "GEMINI_1_5_PRO_001",
4097
4149
  /** Gemini 1.5 Pro (002 version) */
4098
4150
  Gemini_1_5Pro_002 = "GEMINI_1_5_PRO_002",
4151
+ /** Gemini 2.0 Flash (Latest) */
4152
+ Gemini_2_0Flash = "GEMINI_2_0_FLASH",
4153
+ /** Gemini 2.0 Flash (001 version) */
4154
+ Gemini_2_0Flash_001 = "GEMINI_2_0_FLASH_001",
4099
4155
  /** Gemini 2.0 Flash (Experimental) */
4100
4156
  Gemini_2_0FlashExperimental = "GEMINI_2_0_FLASH_EXPERIMENTAL",
4101
4157
  /** Gemini 2.0 Flash Thinking (Experimental) */
@@ -4591,6 +4647,13 @@ export type IntercomFeedPropertiesInput = {
4591
4647
  /** The limit of items to be read from feed, defaults to 100. */
4592
4648
  readLimit?: InputMaybe<Scalars['Int']['input']>;
4593
4649
  };
4650
+ /** Represents Intercom feed properties. */
4651
+ export type IntercomFeedPropertiesUpdateInput = {
4652
+ /** Intercom access token. */
4653
+ accessToken?: InputMaybe<Scalars['String']['input']>;
4654
+ /** The limit of items to be read from feed, defaults to 100. */
4655
+ readLimit?: InputMaybe<Scalars['Int']['input']>;
4656
+ };
4594
4657
  /** Represents Intercom Tickets feed properties. */
4595
4658
  export type IntercomTicketsFeedProperties = {
4596
4659
  __typename?: 'IntercomTicketsFeedProperties';
@@ -4624,6 +4687,8 @@ export type IssueFeedProperties = {
4624
4687
  linear?: Maybe<LinearFeedProperties>;
4625
4688
  /** The limit of items to be read from feed, defaults to 100. */
4626
4689
  readLimit?: Maybe<Scalars['Int']['output']>;
4690
+ /** Trello properties. */
4691
+ trello?: Maybe<TrelloFeedProperties>;
4627
4692
  /** Feed service type. */
4628
4693
  type: FeedServiceTypes;
4629
4694
  /** Zendesk Tickets properties. */
@@ -4643,6 +4708,8 @@ export type IssueFeedPropertiesInput = {
4643
4708
  linear?: InputMaybe<LinearFeedPropertiesInput>;
4644
4709
  /** The limit of items to be read from feed, defaults to 100. */
4645
4710
  readLimit?: InputMaybe<Scalars['Int']['input']>;
4711
+ /** Trello properties. */
4712
+ trello?: InputMaybe<TrelloFeedPropertiesInput>;
4646
4713
  /** Feed service type. */
4647
4714
  type: FeedServiceTypes;
4648
4715
  /** Zendesk Tickets properties. */
@@ -4662,6 +4729,8 @@ export type IssueFeedPropertiesUpdateInput = {
4662
4729
  linear?: InputMaybe<LinearFeedPropertiesUpdateInput>;
4663
4730
  /** The limit of items to be read from feed, defaults to 100. */
4664
4731
  readLimit?: InputMaybe<Scalars['Int']['input']>;
4732
+ /** Trello properties. */
4733
+ trello?: InputMaybe<TrelloFeedPropertiesUpdateInput>;
4665
4734
  /** Zendesk Tickets properties. */
4666
4735
  zendesk?: InputMaybe<ZendeskTicketsFeedPropertiesUpdateInput>;
4667
4736
  };
@@ -8682,6 +8751,8 @@ export type OpenAiModelProperties = {
8682
8751
  modelName?: Maybe<Scalars['String']['output']>;
8683
8752
  /** The model token probability. */
8684
8753
  probability?: Maybe<Scalars['Float']['output']>;
8754
+ /** The OpenAI reasoning effort level. Only applies when using OpenAI o1 or newer reasoning models. */
8755
+ reasoningEffort?: Maybe<OpenAiReasoningEffortLevels>;
8685
8756
  /** The model temperature. */
8686
8757
  temperature?: Maybe<Scalars['Float']['output']>;
8687
8758
  /** The number of tokens which can provided to the OpenAI model, if using developer's own account. */
@@ -8705,6 +8776,8 @@ export type OpenAiModelPropertiesInput = {
8705
8776
  modelName?: InputMaybe<Scalars['String']['input']>;
8706
8777
  /** The model token probability. */
8707
8778
  probability?: InputMaybe<Scalars['Float']['input']>;
8779
+ /** The OpenAI reasoning effort level. Only applies when using OpenAI o1 or newer reasoning models. */
8780
+ reasoningEffort?: InputMaybe<OpenAiReasoningEffortLevels>;
8708
8781
  /** The model temperature. */
8709
8782
  temperature?: InputMaybe<Scalars['Float']['input']>;
8710
8783
  /** The number of tokens which can provided to the OpenAI model, if using developer's own account. */
@@ -8728,6 +8801,8 @@ export type OpenAiModelPropertiesUpdateInput = {
8728
8801
  modelName?: InputMaybe<Scalars['String']['input']>;
8729
8802
  /** The model token probability. */
8730
8803
  probability?: InputMaybe<Scalars['Float']['input']>;
8804
+ /** The OpenAI reasoning effort level. Only applies when using OpenAI o1 or newer reasoning models. */
8805
+ reasoningEffort?: InputMaybe<OpenAiReasoningEffortLevels>;
8731
8806
  /** The model temperature. */
8732
8807
  temperature?: InputMaybe<Scalars['Float']['input']>;
8733
8808
  /** The number of tokens which can provided to the OpenAI model, if using developer's own account. */
@@ -8836,7 +8911,20 @@ export declare enum OpenAiModels {
8836
8911
  /** o1 Preview 128k (Latest) */
8837
8912
  O1Preview_128K = "O1_PREVIEW_128K",
8838
8913
  /** o1 Preview 128k (2024-09-12 version) */
8839
- O1Preview_128K_20240912 = "O1_PREVIEW_128K_20240912"
8914
+ O1Preview_128K_20240912 = "O1_PREVIEW_128K_20240912",
8915
+ /** o3 Mini 200k (Latest) */
8916
+ O3Mini_200K = "O3_MINI_200K",
8917
+ /** o3 Mini 200k (2025-01-31 version) */
8918
+ O3Mini_200K_20250131 = "O3_MINI_200K_20250131"
8919
+ }
8920
+ /** OpenAI reasoning effort levels */
8921
+ export declare enum OpenAiReasoningEffortLevels {
8922
+ /** High effort */
8923
+ High = "HIGH",
8924
+ /** Low effort */
8925
+ Low = "LOW",
8926
+ /** Medium effort */
8927
+ Medium = "MEDIUM"
8840
8928
  }
8841
8929
  /** OpenAI vision model detail levels */
8842
8930
  export declare enum OpenAiVisionDetailLevels {
@@ -12315,6 +12403,46 @@ export type ToolDefinitionInput = {
12315
12403
  /** The tool schema. */
12316
12404
  schema: Scalars['String']['input'];
12317
12405
  };
12406
+ /** Represents Trello feed properties. */
12407
+ export type TrelloFeedProperties = {
12408
+ __typename?: 'TrelloFeedProperties';
12409
+ /** The Trello identifiers. */
12410
+ identifiers: Array<Scalars['String']['output']>;
12411
+ /** The Trello API key. */
12412
+ key: Scalars['String']['output'];
12413
+ /** The Trello integration token. */
12414
+ token: Scalars['String']['output'];
12415
+ /** The Trello object type, i.e. card or board. */
12416
+ type: TrelloTypes;
12417
+ };
12418
+ /** Represents Trello feed properties. */
12419
+ export type TrelloFeedPropertiesInput = {
12420
+ /** The Trello identifiers. */
12421
+ identifiers: Array<Scalars['String']['input']>;
12422
+ /** The Trello API key. */
12423
+ key: Scalars['String']['input'];
12424
+ /** The Trello integration token. */
12425
+ token: Scalars['String']['input'];
12426
+ /** The Trello object type, i.e. card or board. */
12427
+ type: TrelloTypes;
12428
+ };
12429
+ /** Represents Trello feed properties. */
12430
+ export type TrelloFeedPropertiesUpdateInput = {
12431
+ /** The Trello identifiers. */
12432
+ identifiers?: InputMaybe<Array<Scalars['String']['input']>>;
12433
+ /** The Trello API key. */
12434
+ key?: InputMaybe<Scalars['String']['input']>;
12435
+ /** The Trello integration token. */
12436
+ token?: InputMaybe<Scalars['String']['input']>;
12437
+ /** The Trello object type, i.e. card or board. */
12438
+ type?: InputMaybe<TrelloTypes>;
12439
+ };
12440
+ export declare enum TrelloTypes {
12441
+ /** Trello Board */
12442
+ Board = "BOARD",
12443
+ /** Trello Card */
12444
+ Card = "CARD"
12445
+ }
12318
12446
  /** Unit types */
12319
12447
  export declare enum UnitTypes {
12320
12448
  /** Angstrom */
@@ -12809,6 +12937,15 @@ export type ZendeskFeedPropertiesInput = {
12809
12937
  /** Zendesk subdomain. */
12810
12938
  subdomain: Scalars['String']['input'];
12811
12939
  };
12940
+ /** Represents Zendesk feed properties. */
12941
+ export type ZendeskFeedPropertiesUpdateInput = {
12942
+ /** Zendesk access token. */
12943
+ accessToken?: InputMaybe<Scalars['String']['input']>;
12944
+ /** The limit of items to be read from feed, defaults to 100. */
12945
+ readLimit?: InputMaybe<Scalars['Int']['input']>;
12946
+ /** Zendesk subdomain. */
12947
+ subdomain?: InputMaybe<Scalars['String']['input']>;
12948
+ };
12812
12949
  /** Represents Zendesk Tickets feed properties. */
12813
12950
  export type ZendeskTicketsFeedProperties = {
12814
12951
  __typename?: 'ZendeskTicketsFeedProperties';
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MailImportance = exports.LinkTypes = exports.LabelFacetTypes = exports.JinaModels = exports.IntegrationServiceTypes = exports.ImageProjectionTypes = exports.H3ResolutionTypes = exports.GroqModels = exports.GraphStrategyTypes = exports.GoogleModels = exports.FileTypes = exports.FilePreparationServiceTypes = exports.FeedTypes = exports.FeedServiceTypes = exports.FeedListingTypes = exports.FeedConnectorTypes = exports.FacetValueTypes = exports.EventFacetTypes = exports.EnvironmentTypes = exports.EntityTypes = exports.EntityState = exports.EntityExtractionServiceTypes = exports.EntityEnrichmentServiceTypes = exports.EmailListingTypes = exports.ElevenLabsModels = exports.DeviceTypes = exports.DeepseekModels = exports.DeepgramModels = exports.ConversationTypes = exports.ConversationStrategyTypes = exports.ConversationSearchTypes = exports.ConversationRoleTypes = exports.ContentTypes = exports.ContentPublishingServiceTypes = exports.ContentPublishingFormats = exports.ContentIndexingServiceTypes = exports.ContentFacetTypes = exports.ConnectorTypes = exports.CollectionTypes = exports.CohereModels = exports.CerebrasModels = exports.CategoryFacetTypes = exports.BillableMetrics = exports.AzureOpenAiModels = exports.AzureDocumentIntelligenceVersions = exports.AzureDocumentIntelligenceModels = exports.AuthenticationServiceTypes = exports.ApplyPolicy = exports.AnthropicModels = exports.AlertTypes = void 0;
4
- exports.TextRoles = exports.SummarizationTypes = exports.StoragePolicyTypes = exports.SpecificationTypes = exports.SoftwareFacetTypes = exports.SiteTypes = exports.SharePointAuthenticationTypes = exports.SearchTypes = exports.SearchServiceTypes = exports.SearchQueryTypes = exports.SdkTypes = exports.RevisionStrategyTypes = exports.RetrievalStrategyTypes = exports.ResourceConnectorTypes = exports.RerankingModelServiceTypes = exports.RepoFacetTypes = exports.ReplicateModels = exports.RenditionTypes = exports.PromptStrategyTypes = exports.ProductFacetTypes = exports.PolicyTimeTypes = exports.PlaceFacetTypes = exports.PersonFacetTypes = exports.OrientationTypes = exports.OrganizationFacetTypes = exports.OrderDirectionTypes = exports.OrderByTypes = exports.OperationTypes = exports.OpenAiVisionDetailLevels = exports.OpenAiModels = exports.OccurrenceTypes = exports.ObservableTypes = exports.NotionTypes = exports.ModelTypes = exports.ModelServiceTypes = exports.MistralModels = exports.MetadataTypes = exports.MedicalTherapyFacetTypes = exports.MedicalTestFacetTypes = exports.MedicalStudyFacetTypes = exports.MedicalProcedureFacetTypes = exports.MedicalIndicationFacetTypes = exports.MedicalGuidelineFacetTypes = exports.MedicalDrugFacetTypes = exports.MedicalDrugClassFacetTypes = exports.MedicalDeviceFacetTypes = exports.MedicalContraindicationFacetTypes = exports.MedicalConditionFacetTypes = exports.MailSensitivity = exports.MailPriority = void 0;
5
- exports.YouTubeTypes = exports.VoyageModels = exports.UserTypes = exports.UnitTypes = exports.TimedPolicyRecurrenceTypes = exports.TimeIntervalTypes = exports.TextTypes = void 0;
3
+ exports.LinkTypes = exports.LabelFacetTypes = exports.JinaModels = exports.IntegrationServiceTypes = exports.ImageProjectionTypes = exports.H3ResolutionTypes = exports.GroqModels = exports.GraphStrategyTypes = exports.GoogleModels = exports.FileTypes = exports.FilePreparationServiceTypes = exports.FeedTypes = exports.FeedServiceTypes = exports.FeedListingTypes = exports.FeedConnectorTypes = exports.FacetValueTypes = exports.EventFacetTypes = exports.EnvironmentTypes = exports.EntityTypes = exports.EntityState = exports.EntityExtractionServiceTypes = exports.EntityEnrichmentServiceTypes = exports.EmailListingTypes = exports.ElevenLabsModels = exports.DeviceTypes = exports.DeepseekModels = exports.DeepgramModels = exports.ConversationTypes = exports.ConversationStrategyTypes = exports.ConversationSearchTypes = exports.ConversationRoleTypes = exports.ContentTypes = exports.ContentPublishingServiceTypes = exports.ContentPublishingFormats = exports.ContentIndexingServiceTypes = exports.ContentFacetTypes = exports.ConnectorTypes = exports.CollectionTypes = exports.CohereModels = exports.CerebrasModels = exports.CategoryFacetTypes = exports.BillableMetrics = exports.AzureOpenAiModels = exports.AzureDocumentIntelligenceVersions = exports.AzureDocumentIntelligenceModels = exports.AuthenticationServiceTypes = exports.AssemblyAiModels = exports.ApplyPolicy = exports.AnthropicModels = exports.AlertTypes = void 0;
4
+ exports.StoragePolicyTypes = exports.SpecificationTypes = exports.SoftwareFacetTypes = exports.SiteTypes = exports.SharePointAuthenticationTypes = exports.SearchTypes = exports.SearchServiceTypes = exports.SearchQueryTypes = exports.SdkTypes = exports.RevisionStrategyTypes = exports.RetrievalStrategyTypes = exports.ResourceConnectorTypes = exports.RerankingModelServiceTypes = exports.RepoFacetTypes = exports.ReplicateModels = exports.RenditionTypes = exports.PromptStrategyTypes = exports.ProductFacetTypes = exports.PolicyTimeTypes = exports.PlaceFacetTypes = exports.PersonFacetTypes = exports.OrientationTypes = exports.OrganizationFacetTypes = exports.OrderDirectionTypes = exports.OrderByTypes = exports.OperationTypes = exports.OpenAiVisionDetailLevels = exports.OpenAiReasoningEffortLevels = exports.OpenAiModels = exports.OccurrenceTypes = exports.ObservableTypes = exports.NotionTypes = exports.ModelTypes = exports.ModelServiceTypes = exports.MistralModels = exports.MetadataTypes = exports.MedicalTherapyFacetTypes = exports.MedicalTestFacetTypes = exports.MedicalStudyFacetTypes = exports.MedicalProcedureFacetTypes = exports.MedicalIndicationFacetTypes = exports.MedicalGuidelineFacetTypes = exports.MedicalDrugFacetTypes = exports.MedicalDrugClassFacetTypes = exports.MedicalDeviceFacetTypes = exports.MedicalContraindicationFacetTypes = exports.MedicalConditionFacetTypes = exports.MailSensitivity = exports.MailPriority = exports.MailImportance = void 0;
5
+ exports.YouTubeTypes = exports.VoyageModels = exports.UserTypes = exports.UnitTypes = exports.TrelloTypes = exports.TimedPolicyRecurrenceTypes = exports.TimeIntervalTypes = exports.TextTypes = exports.TextRoles = exports.SummarizationTypes = void 0;
6
6
  /** Alert type */
7
7
  var AlertTypes;
8
8
  (function (AlertTypes) {
@@ -57,6 +57,14 @@ var ApplyPolicy;
57
57
  /** The policy is applied in the validation step before the execution. */
58
58
  ApplyPolicy["Validation"] = "VALIDATION";
59
59
  })(ApplyPolicy || (exports.ApplyPolicy = ApplyPolicy = {}));
60
+ /** Assembly.AI models */
61
+ var AssemblyAiModels;
62
+ (function (AssemblyAiModels) {
63
+ /** Best */
64
+ AssemblyAiModels["Best"] = "BEST";
65
+ /** Nano */
66
+ AssemblyAiModels["Nano"] = "NANO";
67
+ })(AssemblyAiModels || (exports.AssemblyAiModels = AssemblyAiModels = {}));
60
68
  /** Authentication service type */
61
69
  var AuthenticationServiceTypes;
62
70
  (function (AuthenticationServiceTypes) {
@@ -368,6 +376,8 @@ var DeepgramModels;
368
376
  DeepgramModels["Nova2Video"] = "NOVA2_VIDEO";
369
377
  /** Nova 2 (Voicemail) */
370
378
  DeepgramModels["Nova2Voicemail"] = "NOVA2_VOICEMAIL";
379
+ /** Nova 3 (General) */
380
+ DeepgramModels["Nova3"] = "NOVA3";
371
381
  /** Whisper (Base) */
372
382
  DeepgramModels["WhisperBase"] = "WHISPER_BASE";
373
383
  /** Whisper (Large) */
@@ -700,6 +710,8 @@ var FeedServiceTypes;
700
710
  FeedServiceTypes["S3Blob"] = "S3_BLOB";
701
711
  /** Microsoft SharePoint feed service */
702
712
  FeedServiceTypes["SharePoint"] = "SHARE_POINT";
713
+ /** Trello feed service */
714
+ FeedServiceTypes["Trello"] = "TRELLO";
703
715
  /** Zendesk Articles feed service */
704
716
  FeedServiceTypes["ZendeskArticles"] = "ZENDESK_ARTICLES";
705
717
  /** Zendesk Tickets feed service */
@@ -740,6 +752,8 @@ var FeedTypes;
740
752
  /** File preparation service type */
741
753
  var FilePreparationServiceTypes;
742
754
  (function (FilePreparationServiceTypes) {
755
+ /** Assembly.AI Audio Transcription */
756
+ FilePreparationServiceTypes["AssemblyAi"] = "ASSEMBLY_AI";
743
757
  /** Azure AI Document Intelligence */
744
758
  FilePreparationServiceTypes["AzureDocumentIntelligence"] = "AZURE_DOCUMENT_INTELLIGENCE";
745
759
  /** Deepgram Audio Transcription */
@@ -808,6 +822,10 @@ var GoogleModels;
808
822
  GoogleModels["Gemini_1_5Pro_001"] = "GEMINI_1_5_PRO_001";
809
823
  /** Gemini 1.5 Pro (002 version) */
810
824
  GoogleModels["Gemini_1_5Pro_002"] = "GEMINI_1_5_PRO_002";
825
+ /** Gemini 2.0 Flash (Latest) */
826
+ GoogleModels["Gemini_2_0Flash"] = "GEMINI_2_0_FLASH";
827
+ /** Gemini 2.0 Flash (001 version) */
828
+ GoogleModels["Gemini_2_0Flash_001"] = "GEMINI_2_0_FLASH_001";
811
829
  /** Gemini 2.0 Flash (Experimental) */
812
830
  GoogleModels["Gemini_2_0FlashExperimental"] = "GEMINI_2_0_FLASH_EXPERIMENTAL";
813
831
  /** Gemini 2.0 Flash Thinking (Experimental) */
@@ -1347,7 +1365,21 @@ var OpenAiModels;
1347
1365
  OpenAiModels["O1Preview_128K"] = "O1_PREVIEW_128K";
1348
1366
  /** o1 Preview 128k (2024-09-12 version) */
1349
1367
  OpenAiModels["O1Preview_128K_20240912"] = "O1_PREVIEW_128K_20240912";
1368
+ /** o3 Mini 200k (Latest) */
1369
+ OpenAiModels["O3Mini_200K"] = "O3_MINI_200K";
1370
+ /** o3 Mini 200k (2025-01-31 version) */
1371
+ OpenAiModels["O3Mini_200K_20250131"] = "O3_MINI_200K_20250131";
1350
1372
  })(OpenAiModels || (exports.OpenAiModels = OpenAiModels = {}));
1373
+ /** OpenAI reasoning effort levels */
1374
+ var OpenAiReasoningEffortLevels;
1375
+ (function (OpenAiReasoningEffortLevels) {
1376
+ /** High effort */
1377
+ OpenAiReasoningEffortLevels["High"] = "HIGH";
1378
+ /** Low effort */
1379
+ OpenAiReasoningEffortLevels["Low"] = "LOW";
1380
+ /** Medium effort */
1381
+ OpenAiReasoningEffortLevels["Medium"] = "MEDIUM";
1382
+ })(OpenAiReasoningEffortLevels || (exports.OpenAiReasoningEffortLevels = OpenAiReasoningEffortLevels = {}));
1351
1383
  /** OpenAI vision model detail levels */
1352
1384
  var OpenAiVisionDetailLevels;
1353
1385
  (function (OpenAiVisionDetailLevels) {
@@ -1726,6 +1758,13 @@ var TimedPolicyRecurrenceTypes;
1726
1758
  /** Repeat until disabled */
1727
1759
  TimedPolicyRecurrenceTypes["Repeat"] = "REPEAT";
1728
1760
  })(TimedPolicyRecurrenceTypes || (exports.TimedPolicyRecurrenceTypes = TimedPolicyRecurrenceTypes = {}));
1761
+ var TrelloTypes;
1762
+ (function (TrelloTypes) {
1763
+ /** Trello Board */
1764
+ TrelloTypes["Board"] = "BOARD";
1765
+ /** Trello Card */
1766
+ TrelloTypes["Card"] = "CARD";
1767
+ })(TrelloTypes || (exports.TrelloTypes = TrelloTypes = {}));
1729
1768
  /** Unit types */
1730
1769
  var UnitTypes;
1731
1770
  (function (UnitTypes) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20250130002",
3
+ "version": "1.0.20250216001",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",