@airweave/sdk 0.1.20 → 0.1.21

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.
Files changed (92) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +5 -0
  3. package/api/resources/connections/client/Client.js +12 -12
  4. package/api/resources/destinations/client/Client.js +2 -2
  5. package/api/resources/embeddingModels/client/Client.js +2 -2
  6. package/api/resources/index.d.ts +2 -0
  7. package/api/resources/index.js +3 -1
  8. package/api/resources/search/client/Client.d.ts +69 -0
  9. package/api/resources/search/client/Client.js +245 -0
  10. package/api/resources/search/client/index.d.ts +1 -0
  11. package/api/resources/search/client/index.js +17 -0
  12. package/api/resources/search/client/requests/SearchSearchObjectsGetRequest.d.ts +23 -0
  13. package/api/resources/search/client/requests/SearchSearchObjectsGetRequest.js +5 -0
  14. package/api/resources/search/client/requests/SearchSummarySearchSummaryGetRequest.d.ts +31 -0
  15. package/api/resources/search/client/requests/SearchSummarySearchSummaryGetRequest.js +5 -0
  16. package/api/resources/search/client/requests/index.d.ts +2 -0
  17. package/api/resources/search/client/requests/index.js +2 -0
  18. package/api/resources/search/index.d.ts +1 -0
  19. package/api/resources/search/index.js +17 -0
  20. package/api/resources/sources/client/Client.js +2 -2
  21. package/api/resources/sync/client/Client.js +8 -8
  22. package/api/resources/users/client/Client.js +1 -1
  23. package/api/resources/whiteLabels/client/Client.js +8 -8
  24. package/api/types/SearchResult.d.ts +11 -0
  25. package/api/types/SearchResult.js +5 -0
  26. package/api/types/SearchSummary.d.ts +11 -0
  27. package/api/types/SearchSummary.js +5 -0
  28. package/api/types/index.d.ts +2 -0
  29. package/api/types/index.js +2 -0
  30. package/dist/Client.d.ts +3 -0
  31. package/dist/Client.js +5 -0
  32. package/dist/api/resources/connections/client/Client.js +12 -12
  33. package/dist/api/resources/destinations/client/Client.js +2 -2
  34. package/dist/api/resources/embeddingModels/client/Client.js +2 -2
  35. package/dist/api/resources/index.d.ts +2 -0
  36. package/dist/api/resources/index.js +3 -1
  37. package/dist/api/resources/search/client/Client.d.ts +69 -0
  38. package/dist/api/resources/search/client/Client.js +245 -0
  39. package/dist/api/resources/search/client/index.d.ts +1 -0
  40. package/dist/api/resources/search/client/index.js +17 -0
  41. package/dist/api/resources/search/client/requests/SearchSearchObjectsGetRequest.d.ts +23 -0
  42. package/dist/api/resources/search/client/requests/SearchSearchObjectsGetRequest.js +5 -0
  43. package/dist/api/resources/search/client/requests/SearchSummarySearchSummaryGetRequest.d.ts +31 -0
  44. package/dist/api/resources/search/client/requests/SearchSummarySearchSummaryGetRequest.js +5 -0
  45. package/dist/api/resources/search/client/requests/index.d.ts +2 -0
  46. package/dist/api/resources/search/client/requests/index.js +2 -0
  47. package/dist/api/resources/search/index.d.ts +1 -0
  48. package/dist/api/resources/search/index.js +17 -0
  49. package/dist/api/resources/sources/client/Client.js +2 -2
  50. package/dist/api/resources/sync/client/Client.js +8 -8
  51. package/dist/api/resources/users/client/Client.js +1 -1
  52. package/dist/api/resources/whiteLabels/client/Client.js +8 -8
  53. package/dist/api/types/SearchResult.d.ts +11 -0
  54. package/dist/api/types/SearchResult.js +5 -0
  55. package/dist/api/types/SearchSummary.d.ts +11 -0
  56. package/dist/api/types/SearchSummary.js +5 -0
  57. package/dist/api/types/index.d.ts +2 -0
  58. package/dist/api/types/index.js +2 -0
  59. package/dist/serialization/resources/index.d.ts +1 -0
  60. package/dist/serialization/resources/index.js +2 -1
  61. package/dist/serialization/resources/search/client/index.d.ts +1 -0
  62. package/dist/serialization/resources/search/client/index.js +37 -0
  63. package/dist/serialization/resources/search/client/search.d.ts +11 -0
  64. package/dist/serialization/resources/search/client/search.js +42 -0
  65. package/dist/serialization/resources/search/index.d.ts +1 -0
  66. package/dist/serialization/resources/search/index.js +17 -0
  67. package/dist/serialization/types/SearchResult.d.ts +14 -0
  68. package/dist/serialization/types/SearchResult.js +45 -0
  69. package/dist/serialization/types/SearchSummary.d.ts +14 -0
  70. package/dist/serialization/types/SearchSummary.js +45 -0
  71. package/dist/serialization/types/index.d.ts +2 -0
  72. package/dist/serialization/types/index.js +2 -0
  73. package/dist/version.d.ts +1 -1
  74. package/dist/version.js +1 -1
  75. package/package.json +1 -1
  76. package/reference.md +144 -0
  77. package/serialization/resources/index.d.ts +1 -0
  78. package/serialization/resources/index.js +2 -1
  79. package/serialization/resources/search/client/index.d.ts +1 -0
  80. package/serialization/resources/search/client/index.js +37 -0
  81. package/serialization/resources/search/client/search.d.ts +11 -0
  82. package/serialization/resources/search/client/search.js +42 -0
  83. package/serialization/resources/search/index.d.ts +1 -0
  84. package/serialization/resources/search/index.js +17 -0
  85. package/serialization/types/SearchResult.d.ts +14 -0
  86. package/serialization/types/SearchResult.js +45 -0
  87. package/serialization/types/SearchSummary.d.ts +14 -0
  88. package/serialization/types/SearchSummary.js +45 -0
  89. package/serialization/types/index.d.ts +2 -0
  90. package/serialization/types/index.js +2 -0
  91. package/version.d.ts +1 -1
  92. package/version.js +1 -1
package/Client.d.ts CHANGED
@@ -10,6 +10,7 @@ import { EmbeddingModels } from "./api/resources/embeddingModels/client/Client";
10
10
  import { Connections } from "./api/resources/connections/client/Client";
11
11
  import { Sync } from "./api/resources/sync/client/Client";
12
12
  import { WhiteLabels } from "./api/resources/whiteLabels/client/Client";
13
+ import { Search } from "./api/resources/search/client/Client";
13
14
  export declare namespace AirweaveSDKClient {
14
15
  interface Options {
15
16
  environment?: core.Supplier<environments.AirweaveSDKEnvironment | string>;
@@ -38,6 +39,7 @@ export declare class AirweaveSDKClient {
38
39
  protected _connections: Connections | undefined;
39
40
  protected _sync: Sync | undefined;
40
41
  protected _whiteLabels: WhiteLabels | undefined;
42
+ protected _search: Search | undefined;
41
43
  constructor(_options?: AirweaveSDKClient.Options);
42
44
  get users(): Users;
43
45
  get sources(): Sources;
@@ -46,4 +48,5 @@ export declare class AirweaveSDKClient {
46
48
  get connections(): Connections;
47
49
  get sync(): Sync;
48
50
  get whiteLabels(): WhiteLabels;
51
+ get search(): Search;
49
52
  }
package/Client.js CHANGED
@@ -11,6 +11,7 @@ const Client_4 = require("./api/resources/embeddingModels/client/Client");
11
11
  const Client_5 = require("./api/resources/connections/client/Client");
12
12
  const Client_6 = require("./api/resources/sync/client/Client");
13
13
  const Client_7 = require("./api/resources/whiteLabels/client/Client");
14
+ const Client_8 = require("./api/resources/search/client/Client");
14
15
  class AirweaveSDKClient {
15
16
  constructor(_options = {}) {
16
17
  this._options = _options;
@@ -43,5 +44,9 @@ class AirweaveSDKClient {
43
44
  var _a;
44
45
  return ((_a = this._whiteLabels) !== null && _a !== void 0 ? _a : (this._whiteLabels = new Client_7.WhiteLabels(this._options)));
45
46
  }
47
+ get search() {
48
+ var _a;
49
+ return ((_a = this._search) !== null && _a !== void 0 ? _a : (this._search = new Client_8.Search(this._options)));
50
+ }
46
51
  }
47
52
  exports.AirweaveSDKClient = AirweaveSDKClient;
@@ -88,7 +88,7 @@ class Connections {
88
88
  method: "GET",
89
89
  headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
90
90
  ? yield core.Supplier.get(this._options.apiKey)
91
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.20", "User-Agent": "@airweave/sdk/0.1.20", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
91
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
92
92
  contentType: "application/json",
93
93
  requestType: "json",
94
94
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -161,7 +161,7 @@ class Connections {
161
161
  method: "GET",
162
162
  headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
163
163
  ? yield core.Supplier.get(this._options.apiKey)
164
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.20", "User-Agent": "@airweave/sdk/0.1.20", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
164
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
165
165
  contentType: "application/json",
166
166
  requestType: "json",
167
167
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -236,7 +236,7 @@ class Connections {
236
236
  method: "GET",
237
237
  headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
238
238
  ? yield core.Supplier.get(this._options.apiKey)
239
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.20", "User-Agent": "@airweave/sdk/0.1.20", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
239
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
240
240
  contentType: "application/json",
241
241
  requestType: "json",
242
242
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -328,7 +328,7 @@ class Connections {
328
328
  method: "POST",
329
329
  headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
330
330
  ? yield core.Supplier.get(this._options.apiKey)
331
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.20", "User-Agent": "@airweave/sdk/0.1.20", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
331
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
332
332
  contentType: "application/json",
333
333
  requestType: "json",
334
334
  body: serializers.BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -404,7 +404,7 @@ class Connections {
404
404
  method: "GET",
405
405
  headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
406
406
  ? yield core.Supplier.get(this._options.apiKey)
407
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.20", "User-Agent": "@airweave/sdk/0.1.20", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
407
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
408
408
  contentType: "application/json",
409
409
  requestType: "json",
410
410
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -481,7 +481,7 @@ class Connections {
481
481
  method: "DELETE",
482
482
  headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
483
483
  ? yield core.Supplier.get(this._options.apiKey)
484
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.20", "User-Agent": "@airweave/sdk/0.1.20", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
484
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
485
485
  contentType: "application/json",
486
486
  requestType: "json",
487
487
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -556,7 +556,7 @@ class Connections {
556
556
  method: "PUT",
557
557
  headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
558
558
  ? yield core.Supplier.get(this._options.apiKey)
559
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.20", "User-Agent": "@airweave/sdk/0.1.20", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
559
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
560
560
  contentType: "application/json",
561
561
  requestType: "json",
562
562
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -631,7 +631,7 @@ class Connections {
631
631
  method: "PUT",
632
632
  headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
633
633
  ? yield core.Supplier.get(this._options.apiKey)
634
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.20", "User-Agent": "@airweave/sdk/0.1.20", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
634
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
635
635
  contentType: "application/json",
636
636
  requestType: "json",
637
637
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -707,7 +707,7 @@ class Connections {
707
707
  method: "GET",
708
708
  headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
709
709
  ? yield core.Supplier.get(this._options.apiKey)
710
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.20", "User-Agent": "@airweave/sdk/0.1.20", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
710
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
711
711
  contentType: "application/json",
712
712
  queryParameters: _queryParams,
713
713
  requestType: "json",
@@ -792,7 +792,7 @@ class Connections {
792
792
  method: "POST",
793
793
  headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
794
794
  ? yield core.Supplier.get(this._options.apiKey)
795
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.20", "User-Agent": "@airweave/sdk/0.1.20", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
795
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
796
796
  contentType: "application/json",
797
797
  requestType: "json",
798
798
  body: serializers.BodySendOauth2CodeConnectionsOauth2SourceCodePost.jsonOrThrow(request, {
@@ -873,7 +873,7 @@ class Connections {
873
873
  method: "POST",
874
874
  headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
875
875
  ? yield core.Supplier.get(this._options.apiKey)
876
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.20", "User-Agent": "@airweave/sdk/0.1.20", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
876
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
877
877
  contentType: "application/json",
878
878
  requestType: "json",
879
879
  body: serializers.connections.sendOauth2WhiteLabelCode.Request.jsonOrThrow(request, {
@@ -951,7 +951,7 @@ class Connections {
951
951
  method: "GET",
952
952
  headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
953
953
  ? yield core.Supplier.get(this._options.apiKey)
954
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.20", "User-Agent": "@airweave/sdk/0.1.20", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
954
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
955
955
  contentType: "application/json",
956
956
  requestType: "json",
957
957
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -86,7 +86,7 @@ class Destinations {
86
86
  method: "GET",
87
87
  headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
88
88
  ? yield core.Supplier.get(this._options.apiKey)
89
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.20", "User-Agent": "@airweave/sdk/0.1.20", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
89
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
90
90
  contentType: "application/json",
91
91
  requestType: "json",
92
92
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -161,7 +161,7 @@ class Destinations {
161
161
  method: "GET",
162
162
  headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
163
163
  ? yield core.Supplier.get(this._options.apiKey)
164
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.20", "User-Agent": "@airweave/sdk/0.1.20", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
164
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
165
165
  contentType: "application/json",
166
166
  requestType: "json",
167
167
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -88,7 +88,7 @@ class EmbeddingModels {
88
88
  method: "GET",
89
89
  headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
90
90
  ? yield core.Supplier.get(this._options.apiKey)
91
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.20", "User-Agent": "@airweave/sdk/0.1.20", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
91
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
92
92
  contentType: "application/json",
93
93
  requestType: "json",
94
94
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -161,7 +161,7 @@ class EmbeddingModels {
161
161
  method: "GET",
162
162
  headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
163
163
  ? yield core.Supplier.get(this._options.apiKey)
164
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.20", "User-Agent": "@airweave/sdk/0.1.20", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
164
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
165
165
  contentType: "application/json",
166
166
  requestType: "json",
167
167
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -6,6 +6,8 @@ export * as destinations from "./destinations";
6
6
  export * as embeddingModels from "./embeddingModels";
7
7
  export * as connections from "./connections";
8
8
  export * as whiteLabels from "./whiteLabels";
9
+ export * as search from "./search";
9
10
  export * from "./connections/client/requests";
10
11
  export * from "./sync/client/requests";
11
12
  export * from "./whiteLabels/client/requests";
13
+ export * from "./search/client/requests";
@@ -36,7 +36,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.whiteLabels = exports.connections = exports.embeddingModels = exports.destinations = exports.sources = exports.users = exports.sync = void 0;
39
+ exports.search = exports.whiteLabels = exports.connections = exports.embeddingModels = exports.destinations = exports.sources = exports.users = exports.sync = void 0;
40
40
  exports.sync = __importStar(require("./sync"));
41
41
  __exportStar(require("./sync/types"), exports);
42
42
  exports.users = __importStar(require("./users"));
@@ -45,6 +45,8 @@ exports.destinations = __importStar(require("./destinations"));
45
45
  exports.embeddingModels = __importStar(require("./embeddingModels"));
46
46
  exports.connections = __importStar(require("./connections"));
47
47
  exports.whiteLabels = __importStar(require("./whiteLabels"));
48
+ exports.search = __importStar(require("./search"));
48
49
  __exportStar(require("./connections/client/requests"), exports);
49
50
  __exportStar(require("./sync/client/requests"), exports);
50
51
  __exportStar(require("./whiteLabels/client/requests"), exports);
52
+ __exportStar(require("./search/client/requests"), exports);
@@ -0,0 +1,69 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as environments from "../../../../environments";
5
+ import * as core from "../../../../core";
6
+ import * as AirweaveSDK from "../../../index";
7
+ export declare namespace Search {
8
+ interface Options {
9
+ environment?: core.Supplier<environments.AirweaveSDKEnvironment | string>;
10
+ /** Override the x-api-key header */
11
+ apiKey?: core.Supplier<string | undefined>;
12
+ }
13
+ interface RequestOptions {
14
+ /** The maximum time to wait for a response in seconds. */
15
+ timeoutInSeconds?: number;
16
+ /** The number of times to retry the request. Defaults to 2. */
17
+ maxRetries?: number;
18
+ /** A hook to abort the request. */
19
+ abortSignal?: AbortSignal;
20
+ /** Override the x-api-key header */
21
+ apiKey?: string | undefined;
22
+ /** Additional headers to include in the request. */
23
+ headers?: Record<string, string>;
24
+ }
25
+ }
26
+ export declare class Search {
27
+ protected readonly _options: Search.Options;
28
+ constructor(_options?: Search.Options);
29
+ /**
30
+ * Search for summarized information.
31
+ *
32
+ * @param {AirweaveSDK.SearchSummarySearchSummaryGetRequest} request
33
+ * @param {Search.RequestOptions} requestOptions - Request-specific configuration.
34
+ *
35
+ * @throws {@link AirweaveSDK.UnprocessableEntityError}
36
+ *
37
+ * @example
38
+ * await client.search.searchSummary({
39
+ * query: "query"
40
+ * })
41
+ */
42
+ searchSummary(request: AirweaveSDK.SearchSummarySearchSummaryGetRequest, requestOptions?: Search.RequestOptions): Promise<AirweaveSDK.SearchSummary>;
43
+ /**
44
+ * Search for a specific item.
45
+ *
46
+ * Args:
47
+ * ----
48
+ * db (AsyncSession): The database session.
49
+ * query (str): The query to search for.
50
+ * sync_id (Optional[UUID]): The sync ID to search for.
51
+ * metadata_filter (Optional[list[MetadataSearchFilter]]): The filter to search for.
52
+ * user (schemas.User): The user to search for.
53
+ *
54
+ * Returns:
55
+ * -------
56
+ * list[SearchResult]: The search results.
57
+ *
58
+ * @param {AirweaveSDK.SearchSearchObjectsGetRequest} request
59
+ * @param {Search.RequestOptions} requestOptions - Request-specific configuration.
60
+ *
61
+ * @throws {@link AirweaveSDK.UnprocessableEntityError}
62
+ *
63
+ * @example
64
+ * await client.search.search({
65
+ * query: "query"
66
+ * })
67
+ */
68
+ search(request: AirweaveSDK.SearchSearchObjectsGetRequest, requestOptions?: Search.RequestOptions): Promise<AirweaveSDK.SearchResult[]>;
69
+ }
@@ -0,0 +1,245 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
39
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
40
+ return new (P || (P = Promise))(function (resolve, reject) {
41
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
42
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
43
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
44
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
45
+ });
46
+ };
47
+ var __importDefault = (this && this.__importDefault) || function (mod) {
48
+ return (mod && mod.__esModule) ? mod : { "default": mod };
49
+ };
50
+ Object.defineProperty(exports, "__esModule", { value: true });
51
+ exports.Search = void 0;
52
+ const environments = __importStar(require("../../../../environments"));
53
+ const core = __importStar(require("../../../../core"));
54
+ const AirweaveSDK = __importStar(require("../../../index"));
55
+ const url_join_1 = __importDefault(require("url-join"));
56
+ const serializers = __importStar(require("../../../../serialization/index"));
57
+ const errors = __importStar(require("../../../../errors/index"));
58
+ class Search {
59
+ constructor(_options = {}) {
60
+ this._options = _options;
61
+ }
62
+ /**
63
+ * Search for summarized information.
64
+ *
65
+ * @param {AirweaveSDK.SearchSummarySearchSummaryGetRequest} request
66
+ * @param {Search.RequestOptions} requestOptions - Request-specific configuration.
67
+ *
68
+ * @throws {@link AirweaveSDK.UnprocessableEntityError}
69
+ *
70
+ * @example
71
+ * await client.search.searchSummary({
72
+ * query: "query"
73
+ * })
74
+ */
75
+ searchSummary(request, requestOptions) {
76
+ return __awaiter(this, void 0, void 0, function* () {
77
+ var _a;
78
+ const { query, topK, searchMethod, syncId, metaDataFilter } = request;
79
+ const _queryParams = {};
80
+ _queryParams["query"] = query;
81
+ if (topK != null) {
82
+ _queryParams["top_k"] = topK.toString();
83
+ }
84
+ if (searchMethod != null) {
85
+ _queryParams["search_method"] = searchMethod;
86
+ }
87
+ if (syncId != null) {
88
+ _queryParams["sync_id"] = syncId;
89
+ }
90
+ if (metaDataFilter != null) {
91
+ if (Array.isArray(metaDataFilter)) {
92
+ _queryParams["meta_data_filter"] = metaDataFilter.map((item) => item);
93
+ }
94
+ else {
95
+ _queryParams["meta_data_filter"] = metaDataFilter;
96
+ }
97
+ }
98
+ const _response = yield core.fetcher({
99
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, "search/summary"),
100
+ method: "GET",
101
+ headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
102
+ ? yield core.Supplier.get(this._options.apiKey)
103
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
104
+ contentType: "application/json",
105
+ queryParameters: _queryParams,
106
+ requestType: "json",
107
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
108
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
109
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
110
+ });
111
+ if (_response.ok) {
112
+ return serializers.SearchSummary.parseOrThrow(_response.body, {
113
+ unrecognizedObjectKeys: "passthrough",
114
+ allowUnrecognizedUnionMembers: true,
115
+ allowUnrecognizedEnumValues: true,
116
+ breadcrumbsPrefix: ["response"],
117
+ });
118
+ }
119
+ if (_response.error.reason === "status-code") {
120
+ switch (_response.error.statusCode) {
121
+ case 422:
122
+ throw new AirweaveSDK.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
123
+ unrecognizedObjectKeys: "passthrough",
124
+ allowUnrecognizedUnionMembers: true,
125
+ allowUnrecognizedEnumValues: true,
126
+ breadcrumbsPrefix: ["response"],
127
+ }));
128
+ default:
129
+ throw new errors.AirweaveSDKError({
130
+ statusCode: _response.error.statusCode,
131
+ body: _response.error.body,
132
+ });
133
+ }
134
+ }
135
+ switch (_response.error.reason) {
136
+ case "non-json":
137
+ throw new errors.AirweaveSDKError({
138
+ statusCode: _response.error.statusCode,
139
+ body: _response.error.rawBody,
140
+ });
141
+ case "timeout":
142
+ throw new errors.AirweaveSDKTimeoutError("Timeout exceeded when calling GET /search/summary.");
143
+ case "unknown":
144
+ throw new errors.AirweaveSDKError({
145
+ message: _response.error.errorMessage,
146
+ });
147
+ }
148
+ });
149
+ }
150
+ /**
151
+ * Search for a specific item.
152
+ *
153
+ * Args:
154
+ * ----
155
+ * db (AsyncSession): The database session.
156
+ * query (str): The query to search for.
157
+ * sync_id (Optional[UUID]): The sync ID to search for.
158
+ * metadata_filter (Optional[list[MetadataSearchFilter]]): The filter to search for.
159
+ * user (schemas.User): The user to search for.
160
+ *
161
+ * Returns:
162
+ * -------
163
+ * list[SearchResult]: The search results.
164
+ *
165
+ * @param {AirweaveSDK.SearchSearchObjectsGetRequest} request
166
+ * @param {Search.RequestOptions} requestOptions - Request-specific configuration.
167
+ *
168
+ * @throws {@link AirweaveSDK.UnprocessableEntityError}
169
+ *
170
+ * @example
171
+ * await client.search.search({
172
+ * query: "query"
173
+ * })
174
+ */
175
+ search(request, requestOptions) {
176
+ return __awaiter(this, void 0, void 0, function* () {
177
+ var _a;
178
+ const { query, syncId, metadataFilter } = request;
179
+ const _queryParams = {};
180
+ _queryParams["query"] = query;
181
+ if (syncId != null) {
182
+ _queryParams["sync_id"] = syncId;
183
+ }
184
+ if (metadataFilter != null) {
185
+ if (Array.isArray(metadataFilter)) {
186
+ _queryParams["metadata_filter"] = metadataFilter.map((item) => item);
187
+ }
188
+ else {
189
+ _queryParams["metadata_filter"] = metadataFilter;
190
+ }
191
+ }
192
+ const _response = yield core.fetcher({
193
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, "search/objects"),
194
+ method: "GET",
195
+ headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
196
+ ? yield core.Supplier.get(this._options.apiKey)
197
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.21", "User-Agent": "@airweave/sdk/0.1.21", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
198
+ contentType: "application/json",
199
+ queryParameters: _queryParams,
200
+ requestType: "json",
201
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
202
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
203
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
204
+ });
205
+ if (_response.ok) {
206
+ return serializers.search.search.Response.parseOrThrow(_response.body, {
207
+ unrecognizedObjectKeys: "passthrough",
208
+ allowUnrecognizedUnionMembers: true,
209
+ allowUnrecognizedEnumValues: true,
210
+ breadcrumbsPrefix: ["response"],
211
+ });
212
+ }
213
+ if (_response.error.reason === "status-code") {
214
+ switch (_response.error.statusCode) {
215
+ case 422:
216
+ throw new AirweaveSDK.UnprocessableEntityError(serializers.HttpValidationError.parseOrThrow(_response.error.body, {
217
+ unrecognizedObjectKeys: "passthrough",
218
+ allowUnrecognizedUnionMembers: true,
219
+ allowUnrecognizedEnumValues: true,
220
+ breadcrumbsPrefix: ["response"],
221
+ }));
222
+ default:
223
+ throw new errors.AirweaveSDKError({
224
+ statusCode: _response.error.statusCode,
225
+ body: _response.error.body,
226
+ });
227
+ }
228
+ }
229
+ switch (_response.error.reason) {
230
+ case "non-json":
231
+ throw new errors.AirweaveSDKError({
232
+ statusCode: _response.error.statusCode,
233
+ body: _response.error.rawBody,
234
+ });
235
+ case "timeout":
236
+ throw new errors.AirweaveSDKTimeoutError("Timeout exceeded when calling GET /search/objects.");
237
+ case "unknown":
238
+ throw new errors.AirweaveSDKError({
239
+ message: _response.error.errorMessage,
240
+ });
241
+ }
242
+ });
243
+ }
244
+ }
245
+ exports.Search = Search;
@@ -0,0 +1 @@
1
+ export * from "./requests";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./requests"), exports);
@@ -0,0 +1,23 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * @example
6
+ * {
7
+ * query: "query"
8
+ * }
9
+ */
10
+ export interface SearchSearchObjectsGetRequest {
11
+ /**
12
+ * Query to search for
13
+ */
14
+ query: string;
15
+ /**
16
+ * Sync ID to filter by
17
+ */
18
+ syncId?: string;
19
+ /**
20
+ * Metadata filters
21
+ */
22
+ metadataFilter?: string | string[];
23
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,31 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * @example
6
+ * {
7
+ * query: "query"
8
+ * }
9
+ */
10
+ export interface SearchSummarySearchSummaryGetRequest {
11
+ /**
12
+ * Query to search for
13
+ */
14
+ query: string;
15
+ /**
16
+ * Number of results to return
17
+ */
18
+ topK?: number;
19
+ /**
20
+ * Search method to use
21
+ */
22
+ searchMethod?: string;
23
+ /**
24
+ * Sync ID to filter by
25
+ */
26
+ syncId?: string;
27
+ /**
28
+ * Metadata filters
29
+ */
30
+ metaDataFilter?: string | string[];
31
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,2 @@
1
+ export { type SearchSummarySearchSummaryGetRequest } from "./SearchSummarySearchSummaryGetRequest";
2
+ export { type SearchSearchObjectsGetRequest } from "./SearchSearchObjectsGetRequest";