graphlit-client 1.0.20260409001 → 1.0.20260410001

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.
@@ -22628,7 +22628,9 @@ export declare enum SearchServiceTypes {
22628
22628
  /** Podscan search feed service */
22629
22629
  Podscan = "PODSCAN",
22630
22630
  /** Tavily search feed service */
22631
- Tavily = "TAVILY"
22631
+ Tavily = "TAVILY",
22632
+ /** Twitter/X search service */
22633
+ Twitter = "TWITTER"
22632
22634
  }
22633
22635
  /** Search type */
22634
22636
  export declare enum SearchTypes {
@@ -3080,6 +3080,8 @@ export var SearchServiceTypes;
3080
3080
  SearchServiceTypes["Podscan"] = "PODSCAN";
3081
3081
  /** Tavily search feed service */
3082
3082
  SearchServiceTypes["Tavily"] = "TAVILY";
3083
+ /** Twitter/X search service */
3084
+ SearchServiceTypes["Twitter"] = "TWITTER";
3083
3085
  })(SearchServiceTypes || (SearchServiceTypes = {}));
3084
3086
  /** Search type */
3085
3087
  export var SearchTypes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20260409001",
3
+ "version": "1.0.20260410001",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",