graphlit-client 1.0.20250105001 → 1.0.20250110001
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.
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
exports.
|
5
|
-
exports.YouTubeTypes = exports.VoyageModels = exports.UnitTypes = exports.TimedPolicyRecurrenceTypes = void 0;
|
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;
|
6
6
|
/** Alert type */
|
7
7
|
var AlertTypes;
|
8
8
|
(function (AlertTypes) {
|
@@ -57,6 +57,18 @@ 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
|
+
/** Authentication service type */
|
61
|
+
var AuthenticationServiceTypes;
|
62
|
+
(function (AuthenticationServiceTypes) {
|
63
|
+
/** Auth0 authentication service */
|
64
|
+
AuthenticationServiceTypes["Auth0"] = "AUTH0";
|
65
|
+
/** Clerk authentication service */
|
66
|
+
AuthenticationServiceTypes["Clerk"] = "CLERK";
|
67
|
+
/** Google authentication service */
|
68
|
+
AuthenticationServiceTypes["Google"] = "GOOGLE";
|
69
|
+
/** Microsoft Graph authentication service */
|
70
|
+
AuthenticationServiceTypes["MicrosoftGraph"] = "MICROSOFT_GRAPH";
|
71
|
+
})(AuthenticationServiceTypes || (exports.AuthenticationServiceTypes = AuthenticationServiceTypes = {}));
|
60
72
|
var AzureDocumentIntelligenceModels;
|
61
73
|
(function (AzureDocumentIntelligenceModels) {
|
62
74
|
/** Credit Card */
|
@@ -179,6 +191,14 @@ var CollectionTypes;
|
|
179
191
|
/** Content collection */
|
180
192
|
CollectionTypes["Collection"] = "COLLECTION";
|
181
193
|
})(CollectionTypes || (exports.CollectionTypes = CollectionTypes = {}));
|
194
|
+
/** Connector type */
|
195
|
+
var ConnectorTypes;
|
196
|
+
(function (ConnectorTypes) {
|
197
|
+
/** Authentication connector */
|
198
|
+
ConnectorTypes["Authentication"] = "AUTHENTICATION";
|
199
|
+
/** Integration connector */
|
200
|
+
ConnectorTypes["Integration"] = "INTEGRATION";
|
201
|
+
})(ConnectorTypes || (exports.ConnectorTypes = ConnectorTypes = {}));
|
182
202
|
/** Content facet types */
|
183
203
|
var ContentFacetTypes;
|
184
204
|
(function (ContentFacetTypes) {
|
@@ -563,6 +583,8 @@ var EntityTypes;
|
|
563
583
|
EntityTypes["Software"] = "SOFTWARE";
|
564
584
|
/** Model specification */
|
565
585
|
EntityTypes["Specification"] = "SPECIFICATION";
|
586
|
+
/** User */
|
587
|
+
EntityTypes["User"] = "USER";
|
566
588
|
/** Workflow */
|
567
589
|
EntityTypes["Workflow"] = "WORKFLOW";
|
568
590
|
})(EntityTypes || (exports.EntityTypes = EntityTypes = {}));
|
@@ -1739,6 +1761,14 @@ var UnitTypes;
|
|
1739
1761
|
/** Yard */
|
1740
1762
|
UnitTypes["Yard"] = "YARD";
|
1741
1763
|
})(UnitTypes || (exports.UnitTypes = UnitTypes = {}));
|
1764
|
+
/** User type */
|
1765
|
+
var UserTypes;
|
1766
|
+
(function (UserTypes) {
|
1767
|
+
/** Agent user */
|
1768
|
+
UserTypes["Agent"] = "AGENT";
|
1769
|
+
/** Human user */
|
1770
|
+
UserTypes["Human"] = "HUMAN";
|
1771
|
+
})(UserTypes || (exports.UserTypes = UserTypes = {}));
|
1742
1772
|
/** Voyage model type */
|
1743
1773
|
var VoyageModels;
|
1744
1774
|
(function (VoyageModels) {
|