graphlit-client 1.0.20250723001 → 1.0.20250731002

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.
@@ -203,9 +203,10 @@ export var BillableMetrics;
203
203
  BillableMetrics["Tokens"] = "TOKENS";
204
204
  BillableMetrics["Units"] = "UNITS";
205
205
  })(BillableMetrics || (BillableMetrics = {}));
206
+ /** Box authentication type */
206
207
  export var BoxAuthenticationTypes;
207
208
  (function (BoxAuthenticationTypes) {
208
- BoxAuthenticationTypes["Connector"] = "CONNECTOR";
209
+ /** User */
209
210
  BoxAuthenticationTypes["User"] = "USER";
210
211
  })(BoxAuthenticationTypes || (BoxAuthenticationTypes = {}));
211
212
  /** Calendar attendee response status */
@@ -329,6 +330,8 @@ export var ConnectorTypes;
329
330
  ConnectorTypes["Authentication"] = "AUTHENTICATION";
330
331
  /** Integration connector */
331
332
  ConnectorTypes["Integration"] = "INTEGRATION";
333
+ /** Site connector */
334
+ ConnectorTypes["Site"] = "SITE";
332
335
  })(ConnectorTypes || (ConnectorTypes = {}));
333
336
  /** Content classification service type */
334
337
  export var ContentClassificationServiceTypes;
@@ -572,9 +575,10 @@ export var DeviceTypes;
572
575
  /** Unknown */
573
576
  DeviceTypes["Unknown"] = "UNKNOWN";
574
577
  })(DeviceTypes || (DeviceTypes = {}));
578
+ /** Dropbox authentication type */
575
579
  export var DropboxAuthenticationTypes;
576
580
  (function (DropboxAuthenticationTypes) {
577
- DropboxAuthenticationTypes["Connector"] = "CONNECTOR";
581
+ /** User */
578
582
  DropboxAuthenticationTypes["User"] = "USER";
579
583
  })(DropboxAuthenticationTypes || (DropboxAuthenticationTypes = {}));
580
584
  /** ElevenLabs models */
@@ -982,10 +986,14 @@ export var FileTypes;
982
986
  /** Video file */
983
987
  FileTypes["Video"] = "VIDEO";
984
988
  })(FileTypes || (FileTypes = {}));
989
+ /** GitHub authentication type */
985
990
  export var GitHubAuthenticationTypes;
986
991
  (function (GitHubAuthenticationTypes) {
992
+ /** Connector */
987
993
  GitHubAuthenticationTypes["Connector"] = "CONNECTOR";
994
+ /** OAuth */
988
995
  GitHubAuthenticationTypes["OAuth"] = "O_AUTH";
996
+ /** Personal Access Token */
989
997
  GitHubAuthenticationTypes["PersonalAccessToken"] = "PERSONAL_ACCESS_TOKEN";
990
998
  })(GitHubAuthenticationTypes || (GitHubAuthenticationTypes = {}));
991
999
  export var GitHubIssueAuthenticationTypes;
@@ -999,10 +1007,14 @@ export var GoogleCalendarAuthenticationTypes;
999
1007
  GoogleCalendarAuthenticationTypes["Connector"] = "CONNECTOR";
1000
1008
  GoogleCalendarAuthenticationTypes["User"] = "USER";
1001
1009
  })(GoogleCalendarAuthenticationTypes || (GoogleCalendarAuthenticationTypes = {}));
1010
+ /** Google Drive authentication type */
1002
1011
  export var GoogleDriveAuthenticationTypes;
1003
1012
  (function (GoogleDriveAuthenticationTypes) {
1013
+ /** Connector */
1004
1014
  GoogleDriveAuthenticationTypes["Connector"] = "CONNECTOR";
1015
+ /** Service Account */
1005
1016
  GoogleDriveAuthenticationTypes["ServiceAccount"] = "SERVICE_ACCOUNT";
1017
+ /** User */
1006
1018
  GoogleDriveAuthenticationTypes["User"] = "USER";
1007
1019
  })(GoogleDriveAuthenticationTypes || (GoogleDriveAuthenticationTypes = {}));
1008
1020
  export var GoogleEmailAuthenticationTypes;
@@ -1558,9 +1570,12 @@ export var OccurrenceTypes;
1558
1570
  OccurrenceTypes["Text"] = "TEXT";
1559
1571
  OccurrenceTypes["Time"] = "TIME";
1560
1572
  })(OccurrenceTypes || (OccurrenceTypes = {}));
1573
+ /** OneDrive authentication type */
1561
1574
  export var OneDriveAuthenticationTypes;
1562
1575
  (function (OneDriveAuthenticationTypes) {
1576
+ /** Connector */
1563
1577
  OneDriveAuthenticationTypes["Connector"] = "CONNECTOR";
1578
+ /** User */
1564
1579
  OneDriveAuthenticationTypes["User"] = "USER";
1565
1580
  })(OneDriveAuthenticationTypes || (OneDriveAuthenticationTypes = {}));
1566
1581
  /** OpenAI Image model type */
@@ -1690,9 +1705,15 @@ export var OpenAiModels;
1690
1705
  OpenAiModels["O1_200K"] = "O1_200K";
1691
1706
  /** o1 200k (2024-12-17 version) */
1692
1707
  OpenAiModels["O1_200K_20241217"] = "O1_200K_20241217";
1693
- /** o1 Mini 128k (Latest) */
1708
+ /**
1709
+ * o1 Mini 128k (Latest)
1710
+ * @deprecated OpenAI has deprecated this model. Use the o4 Mini model instead.
1711
+ */
1694
1712
  OpenAiModels["O1Mini_128K"] = "O1_MINI_128K";
1695
- /** o1 Mini 128k (2024-09-12 version) */
1713
+ /**
1714
+ * o1 Mini 128k (2024-09-12 version)
1715
+ * @deprecated OpenAI has deprecated this model. Use the o4 Mini model instead.
1716
+ */
1696
1717
  OpenAiModels["O1Mini_128K_20240912"] = "O1_MINI_128K_20240912";
1697
1718
  /** o1 Preview 128k (Latest) */
1698
1719
  OpenAiModels["O1Preview_128K"] = "O1_PREVIEW_128K";
@@ -1972,10 +1993,14 @@ export var SearchTypes;
1972
1993
  /** Vector similarity */
1973
1994
  SearchTypes["Vector"] = "VECTOR";
1974
1995
  })(SearchTypes || (SearchTypes = {}));
1996
+ /** SharePoint authentication type */
1975
1997
  export var SharePointAuthenticationTypes;
1976
1998
  (function (SharePointAuthenticationTypes) {
1999
+ /** Application */
1977
2000
  SharePointAuthenticationTypes["Application"] = "APPLICATION";
2001
+ /** Connector */
1978
2002
  SharePointAuthenticationTypes["Connector"] = "CONNECTOR";
2003
+ /** User */
1979
2004
  SharePointAuthenticationTypes["User"] = "USER";
1980
2005
  })(SharePointAuthenticationTypes || (SharePointAuthenticationTypes = {}));
1981
2006
  /** Site type */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20250723001",
3
+ "version": "1.0.20250731002",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",