graphlit-client 1.0.20251119002 → 1.0.20251122001

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.
@@ -304,7 +304,10 @@ export var CerebrasModels;
304
304
  CerebrasModels["Llama_3_1_8B"] = "LLAMA_3_1_8B";
305
305
  /** LLaMA 3.3 70b */
306
306
  CerebrasModels["Llama_3_3_70B"] = "LLAMA_3_3_70B";
307
- /** LLaMA 4 Scout 17b */
307
+ /**
308
+ * LLaMA 4 Scout 17b
309
+ * @deprecated Has been deprecated, select a different model
310
+ */
308
311
  CerebrasModels["Llama_4Scout_17B"] = "LLAMA_4_SCOUT_17B";
309
312
  /** Qwen 3 32b */
310
313
  CerebrasModels["Qwen_3_32B"] = "QWEN_3_32B";
@@ -877,6 +880,8 @@ export var FeedConnectorTypes;
877
880
  FeedConnectorTypes["Google"] = "GOOGLE";
878
881
  /** Google Calendar feed connector */
879
882
  FeedConnectorTypes["GoogleCalendar"] = "GOOGLE_CALENDAR";
883
+ /** Google Contacts feed connector */
884
+ FeedConnectorTypes["GoogleContacts"] = "GOOGLE_CONTACTS";
880
885
  /** Google Drive feed connector */
881
886
  FeedConnectorTypes["GoogleDrive"] = "GOOGLE_DRIVE";
882
887
  /** Google Mail feed connector */
@@ -887,6 +892,8 @@ export var FeedConnectorTypes;
887
892
  FeedConnectorTypes["Linear"] = "LINEAR";
888
893
  /** Microsoft Calendar feed connector */
889
894
  FeedConnectorTypes["MicrosoftCalendar"] = "MICROSOFT_CALENDAR";
895
+ /** Microsoft Contacts feed connector */
896
+ FeedConnectorTypes["MicrosoftContacts"] = "MICROSOFT_CONTACTS";
890
897
  /** Microsoft Outlook Email feed connector */
891
898
  FeedConnectorTypes["MicrosoftEmail"] = "MICROSOFT_EMAIL";
892
899
  /** Microsoft OneDrive feed connector */
@@ -937,6 +944,8 @@ export var FeedServiceTypes;
937
944
  FeedServiceTypes["GoogleBlob"] = "GOOGLE_BLOB";
938
945
  /** Google Calendar feed service */
939
946
  FeedServiceTypes["GoogleCalendar"] = "GOOGLE_CALENDAR";
947
+ /** Google Contacts feed service */
948
+ FeedServiceTypes["GoogleContacts"] = "GOOGLE_CONTACTS";
940
949
  /** Google Drive feed service */
941
950
  FeedServiceTypes["GoogleDrive"] = "GOOGLE_DRIVE";
942
951
  /** Google Mail feed service */
@@ -949,6 +958,8 @@ export var FeedServiceTypes;
949
958
  FeedServiceTypes["Linear"] = "LINEAR";
950
959
  /** Microsoft Calendar feed service */
951
960
  FeedServiceTypes["MicrosoftCalendar"] = "MICROSOFT_CALENDAR";
961
+ /** Microsoft Contacts feed service */
962
+ FeedServiceTypes["MicrosoftContacts"] = "MICROSOFT_CONTACTS";
952
963
  /** Microsoft Outlook Email feed service */
953
964
  FeedServiceTypes["MicrosoftEmail"] = "MICROSOFT_EMAIL";
954
965
  /** Microsoft OneDrive feed service */
@@ -1122,6 +1133,11 @@ export var GoogleCalendarAuthenticationTypes;
1122
1133
  GoogleCalendarAuthenticationTypes["Connector"] = "CONNECTOR";
1123
1134
  GoogleCalendarAuthenticationTypes["User"] = "USER";
1124
1135
  })(GoogleCalendarAuthenticationTypes || (GoogleCalendarAuthenticationTypes = {}));
1136
+ export var GoogleContactsAuthenticationTypes;
1137
+ (function (GoogleContactsAuthenticationTypes) {
1138
+ GoogleContactsAuthenticationTypes["Connector"] = "CONNECTOR";
1139
+ GoogleContactsAuthenticationTypes["User"] = "USER";
1140
+ })(GoogleContactsAuthenticationTypes || (GoogleContactsAuthenticationTypes = {}));
1125
1141
  /** Google Drive authentication type */
1126
1142
  export var GoogleDriveAuthenticationTypes;
1127
1143
  (function (GoogleDriveAuthenticationTypes) {
@@ -1144,6 +1160,8 @@ export var GoogleImageModels;
1144
1160
  GoogleImageModels["Custom"] = "CUSTOM";
1145
1161
  /** Gemini 2.5 Flash Image Preview */
1146
1162
  GoogleImageModels["Gemini_2_5FlashImagePreview"] = "GEMINI_2_5_FLASH_IMAGE_PREVIEW";
1163
+ /** Gemini 3 Pro Image Preview */
1164
+ GoogleImageModels["Gemini_3ProImagePreview"] = "GEMINI_3_PRO_IMAGE_PREVIEW";
1147
1165
  })(GoogleImageModels || (GoogleImageModels = {}));
1148
1166
  /** Google model type */
1149
1167
  export var GoogleModels;
@@ -1202,6 +1220,8 @@ export var GoogleModels;
1202
1220
  GoogleModels["Gemini_2_5ProExperimental"] = "GEMINI_2_5_PRO_EXPERIMENTAL";
1203
1221
  /** Gemini 2.5 Pro (Preview) */
1204
1222
  GoogleModels["Gemini_2_5ProPreview"] = "GEMINI_2_5_PRO_PREVIEW";
1223
+ /** Gemini 3 Pro (Preview) */
1224
+ GoogleModels["Gemini_3ProPreview"] = "GEMINI_3_PRO_PREVIEW";
1205
1225
  /** Gemini Flash (Latest) */
1206
1226
  GoogleModels["GeminiFlashLatest"] = "GEMINI_FLASH_LATEST";
1207
1227
  /** Gemini Flash Lite (Latest) */
@@ -1579,6 +1599,11 @@ export var MicrosoftCalendarAuthenticationTypes;
1579
1599
  MicrosoftCalendarAuthenticationTypes["Connector"] = "CONNECTOR";
1580
1600
  MicrosoftCalendarAuthenticationTypes["User"] = "USER";
1581
1601
  })(MicrosoftCalendarAuthenticationTypes || (MicrosoftCalendarAuthenticationTypes = {}));
1602
+ export var MicrosoftContactsAuthenticationTypes;
1603
+ (function (MicrosoftContactsAuthenticationTypes) {
1604
+ MicrosoftContactsAuthenticationTypes["Connector"] = "CONNECTOR";
1605
+ MicrosoftContactsAuthenticationTypes["User"] = "USER";
1606
+ })(MicrosoftContactsAuthenticationTypes || (MicrosoftContactsAuthenticationTypes = {}));
1582
1607
  export var MicrosoftEmailAuthenticationTypes;
1583
1608
  (function (MicrosoftEmailAuthenticationTypes) {
1584
1609
  MicrosoftEmailAuthenticationTypes["Connector"] = "CONNECTOR";
@@ -1991,28 +2016,32 @@ export var OrientationTypes;
1991
2016
  /** Top right orientation */
1992
2017
  OrientationTypes["TopRight"] = "TOP_RIGHT";
1993
2018
  })(OrientationTypes || (OrientationTypes = {}));
1994
- /** Parallel generator for Find All API quality/cost tradeoff */
2019
+ /** Parallel generator types */
1995
2020
  export var ParallelGenerators;
1996
2021
  (function (ParallelGenerators) {
1997
- /** Base: Broad queries with many expected matches ($1 + $0.05/match) */
2022
+ /** Base: Broad queries with many expected matches */
1998
2023
  ParallelGenerators["Base"] = "BASE";
1999
- /** Core: Specific queries with moderate matches ($3 + $0.15/match) */
2024
+ /** Core: Specific queries with moderate matches */
2000
2025
  ParallelGenerators["Core"] = "CORE";
2001
- /** Pro: Rare, hard-to-find matches ($10 + $1.00/match) */
2026
+ /** Pro: Rare, hard-to-find matches */
2002
2027
  ParallelGenerators["Pro"] = "PRO";
2003
2028
  })(ParallelGenerators || (ParallelGenerators = {}));
2004
- /** Parallel processor type */
2029
+ /** Parallel processor types */
2005
2030
  export var ParallelProcessors;
2006
2031
  (function (ParallelProcessors) {
2007
- /** Pro processor: Exploratory web research */
2032
+ /** Base: Basic enrichment */
2033
+ ParallelProcessors["Base"] = "BASE";
2034
+ /** Core: Standard enrichment */
2035
+ ParallelProcessors["Core"] = "CORE";
2036
+ /** Pro: Exploratory enrichment and web research */
2008
2037
  ParallelProcessors["Pro"] = "PRO";
2009
- /** Ultra processor: Extensive deep research */
2038
+ /** Ultra: Extensive deep research */
2010
2039
  ParallelProcessors["Ultra"] = "ULTRA";
2011
- /** Ultra2x processor: Advanced deep research with 2x compute */
2040
+ /** Ultra2x: Advanced deep research with 2x compute */
2012
2041
  ParallelProcessors["Ultra2X"] = "ULTRA2X";
2013
- /** Ultra4x processor: Advanced deep research with 4x compute */
2042
+ /** Ultra4x: Advanced deep research with 4x compute */
2014
2043
  ParallelProcessors["Ultra4X"] = "ULTRA4X";
2015
- /** Ultra8x processor: Advanced deep research with 8x compute */
2044
+ /** Ultra8x: Advanced deep research with 8x compute */
2016
2045
  ParallelProcessors["Ultra8X"] = "ULTRA8X";
2017
2046
  })(ParallelProcessors || (ParallelProcessors = {}));
2018
2047
  /** Person facet types */
@@ -2386,6 +2415,8 @@ export var TimeIntervalTypes;
2386
2415
  /** Recurrent type for timed policies */
2387
2416
  export var TimedPolicyRecurrenceTypes;
2388
2417
  (function (TimedPolicyRecurrenceTypes) {
2418
+ /** Monitor with external scheduling */
2419
+ TimedPolicyRecurrenceTypes["Monitor"] = "MONITOR";
2389
2420
  /** Execute once */
2390
2421
  TimedPolicyRecurrenceTypes["Once"] = "ONCE";
2391
2422
  /** Repeat until disabled */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20251119002",
3
+ "version": "1.0.20251122001",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",