@airweave/sdk 0.3.42 → 0.3.44

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 (126) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/collections/client/Client.d.ts +33 -0
  3. package/dist/cjs/api/resources/collections/client/Client.js +96 -1
  4. package/dist/cjs/api/resources/collections/client/requests/SearchCollectionCollectionsReadableIdSearchGetRequest.d.ts +16 -0
  5. package/dist/cjs/api/resources/collections/client/requests/SearchRequest.d.ts +36 -0
  6. package/dist/cjs/api/resources/collections/client/requests/index.d.ts +1 -0
  7. package/dist/cjs/api/resources/whiteLabels/client/Client.d.ts +4 -4
  8. package/dist/cjs/api/resources/whiteLabels/client/Client.js +5 -5
  9. package/dist/cjs/api/resources/whiteLabels/client/requests/{BodyExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodePost.d.ts → BodyExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodeOptions.d.ts} +1 -1
  10. package/dist/cjs/api/resources/whiteLabels/client/requests/BodyExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodeOptions.js +5 -0
  11. package/dist/cjs/api/resources/whiteLabels/client/requests/index.d.ts +1 -1
  12. package/dist/cjs/api/types/DatetimeRange.d.ts +34 -0
  13. package/dist/cjs/api/types/DatetimeRange.js +5 -0
  14. package/dist/cjs/api/types/FieldCondition.d.ts +33 -0
  15. package/dist/cjs/api/types/FieldCondition.js +5 -0
  16. package/dist/cjs/api/types/Filter.d.ts +28 -0
  17. package/dist/cjs/api/types/Filter.js +5 -0
  18. package/dist/cjs/api/types/GeoBoundingBox.d.ts +13 -0
  19. package/dist/cjs/api/types/GeoBoundingBox.js +5 -0
  20. package/dist/cjs/api/types/GeoLineString.d.ts +11 -0
  21. package/dist/cjs/api/types/GeoLineString.js +5 -0
  22. package/dist/cjs/api/types/GeoPoint.d.ts +12 -0
  23. package/dist/cjs/api/types/GeoPoint.js +5 -0
  24. package/dist/cjs/api/types/GeoPolygon.d.ts +13 -0
  25. package/dist/cjs/api/types/GeoPolygon.js +5 -0
  26. package/dist/cjs/api/types/GeoRadius.d.ts +13 -0
  27. package/dist/cjs/api/types/GeoRadius.js +5 -0
  28. package/dist/cjs/api/types/HasIdCondition.d.ts +16 -0
  29. package/dist/cjs/api/types/HasIdCondition.js +5 -0
  30. package/dist/cjs/api/types/HasVectorCondition.d.ts +10 -0
  31. package/dist/cjs/api/types/HasVectorCondition.js +5 -0
  32. package/dist/cjs/api/types/IsEmptyCondition.d.ts +11 -0
  33. package/dist/cjs/api/types/IsEmptyCondition.js +5 -0
  34. package/dist/cjs/api/types/IsNullCondition.d.ts +11 -0
  35. package/dist/cjs/api/types/IsNullCondition.js +5 -0
  36. package/dist/cjs/api/types/MatchAny.d.ts +16 -0
  37. package/dist/cjs/api/types/MatchAny.js +5 -0
  38. package/dist/cjs/api/types/MatchExcept.d.ts +16 -0
  39. package/dist/cjs/api/types/MatchExcept.js +5 -0
  40. package/dist/cjs/api/types/MatchText.d.ts +10 -0
  41. package/dist/cjs/api/types/MatchText.js +5 -0
  42. package/dist/cjs/api/types/MatchValue.d.ts +16 -0
  43. package/dist/cjs/api/types/MatchValue.js +5 -0
  44. package/dist/cjs/api/types/MinShould.d.ts +16 -0
  45. package/dist/cjs/api/types/MinShould.js +5 -0
  46. package/dist/cjs/api/types/Nested.d.ts +13 -0
  47. package/dist/cjs/api/types/Nested.js +5 -0
  48. package/dist/cjs/api/types/NestedCondition.d.ts +8 -0
  49. package/dist/cjs/api/types/NestedCondition.js +5 -0
  50. package/dist/cjs/api/types/PayloadField.d.ts +10 -0
  51. package/dist/cjs/api/types/PayloadField.js +5 -0
  52. package/dist/cjs/api/types/QueryExpansionStrategy.d.ts +12 -0
  53. package/dist/cjs/api/types/QueryExpansionStrategy.js +11 -0
  54. package/dist/cjs/api/types/Range.d.ts +16 -0
  55. package/dist/cjs/api/types/Range.js +5 -0
  56. package/dist/cjs/api/types/ValuesCount.d.ts +16 -0
  57. package/dist/cjs/api/types/ValuesCount.js +5 -0
  58. package/dist/cjs/api/types/index.d.ts +23 -0
  59. package/dist/cjs/api/types/index.js +23 -0
  60. package/dist/cjs/version.d.ts +1 -1
  61. package/dist/cjs/version.js +1 -1
  62. package/dist/esm/Client.mjs +2 -2
  63. package/dist/esm/api/resources/collections/client/Client.d.mts +33 -0
  64. package/dist/esm/api/resources/collections/client/Client.mjs +96 -1
  65. package/dist/esm/api/resources/collections/client/requests/SearchCollectionCollectionsReadableIdSearchGetRequest.d.mts +16 -0
  66. package/dist/esm/api/resources/collections/client/requests/SearchRequest.d.mts +36 -0
  67. package/dist/esm/api/resources/collections/client/requests/index.d.mts +1 -0
  68. package/dist/esm/api/resources/whiteLabels/client/Client.d.mts +4 -4
  69. package/dist/esm/api/resources/whiteLabels/client/Client.mjs +5 -5
  70. package/dist/esm/api/resources/whiteLabels/client/requests/{BodyExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodePost.d.mts → BodyExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodeOptions.d.mts} +1 -1
  71. package/dist/esm/api/resources/whiteLabels/client/requests/BodyExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodeOptions.mjs +4 -0
  72. package/dist/esm/api/resources/whiteLabels/client/requests/index.d.mts +1 -1
  73. package/dist/esm/api/types/DatetimeRange.d.mts +34 -0
  74. package/dist/esm/api/types/DatetimeRange.mjs +4 -0
  75. package/dist/esm/api/types/FieldCondition.d.mts +33 -0
  76. package/dist/esm/api/types/FieldCondition.mjs +4 -0
  77. package/dist/esm/api/types/Filter.d.mts +28 -0
  78. package/dist/esm/api/types/Filter.mjs +4 -0
  79. package/dist/esm/api/types/GeoBoundingBox.d.mts +13 -0
  80. package/dist/esm/api/types/GeoBoundingBox.mjs +4 -0
  81. package/dist/esm/api/types/GeoLineString.d.mts +11 -0
  82. package/dist/esm/api/types/GeoLineString.mjs +4 -0
  83. package/dist/esm/api/types/GeoPoint.d.mts +12 -0
  84. package/dist/esm/api/types/GeoPoint.mjs +4 -0
  85. package/dist/esm/api/types/GeoPolygon.d.mts +13 -0
  86. package/dist/esm/api/types/GeoPolygon.mjs +4 -0
  87. package/dist/esm/api/types/GeoRadius.d.mts +13 -0
  88. package/dist/esm/api/types/GeoRadius.mjs +4 -0
  89. package/dist/esm/api/types/HasIdCondition.d.mts +16 -0
  90. package/dist/esm/api/types/HasIdCondition.mjs +4 -0
  91. package/dist/esm/api/types/HasVectorCondition.d.mts +10 -0
  92. package/dist/esm/api/types/HasVectorCondition.mjs +4 -0
  93. package/dist/esm/api/types/IsEmptyCondition.d.mts +11 -0
  94. package/dist/esm/api/types/IsEmptyCondition.mjs +4 -0
  95. package/dist/esm/api/types/IsNullCondition.d.mts +11 -0
  96. package/dist/esm/api/types/IsNullCondition.mjs +4 -0
  97. package/dist/esm/api/types/MatchAny.d.mts +16 -0
  98. package/dist/esm/api/types/MatchAny.mjs +4 -0
  99. package/dist/esm/api/types/MatchExcept.d.mts +16 -0
  100. package/dist/esm/api/types/MatchExcept.mjs +4 -0
  101. package/dist/esm/api/types/MatchText.d.mts +10 -0
  102. package/dist/esm/api/types/MatchText.mjs +4 -0
  103. package/dist/esm/api/types/MatchValue.d.mts +16 -0
  104. package/dist/esm/api/types/MatchValue.mjs +4 -0
  105. package/dist/esm/api/types/MinShould.d.mts +16 -0
  106. package/dist/esm/api/types/MinShould.mjs +4 -0
  107. package/dist/esm/api/types/Nested.d.mts +13 -0
  108. package/dist/esm/api/types/Nested.mjs +4 -0
  109. package/dist/esm/api/types/NestedCondition.d.mts +8 -0
  110. package/dist/esm/api/types/NestedCondition.mjs +4 -0
  111. package/dist/esm/api/types/PayloadField.d.mts +10 -0
  112. package/dist/esm/api/types/PayloadField.mjs +4 -0
  113. package/dist/esm/api/types/QueryExpansionStrategy.d.mts +12 -0
  114. package/dist/esm/api/types/QueryExpansionStrategy.mjs +8 -0
  115. package/dist/esm/api/types/Range.d.mts +16 -0
  116. package/dist/esm/api/types/Range.mjs +4 -0
  117. package/dist/esm/api/types/ValuesCount.d.mts +16 -0
  118. package/dist/esm/api/types/ValuesCount.mjs +4 -0
  119. package/dist/esm/api/types/index.d.mts +23 -0
  120. package/dist/esm/api/types/index.mjs +23 -0
  121. package/dist/esm/version.d.mts +1 -1
  122. package/dist/esm/version.mjs +1 -1
  123. package/package.json +1 -1
  124. package/reference.md +93 -3
  125. /package/dist/cjs/api/resources/{whiteLabels/client/requests/BodyExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodePost.js → collections/client/requests/SearchRequest.js} +0 -0
  126. /package/dist/esm/api/resources/{whiteLabels/client/requests/BodyExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodePost.mjs → collections/client/requests/SearchRequest.mjs} +0 -0
@@ -8,7 +8,7 @@ import * as AirweaveSDK from "../../../../index.mjs";
8
8
  * code: "4/P7q7W91a-oMsCeLvIaQm6bTrgtp7"
9
9
  * }
10
10
  */
11
- export interface BodyExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodePost {
11
+ export interface BodyExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodeOptions {
12
12
  /** The OAuth2 authorization code received from the OAuth callback after customer authentication */
13
13
  code: string;
14
14
  /** Optional configuration for the source connection. If not provided, a source connection will be created automatically with default settings. The white label integration is automatically linked to the source connection. */
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -1,3 +1,3 @@
1
1
  export { type WhiteLabelCreate } from "./WhiteLabelCreate.mjs";
2
2
  export { type WhiteLabelUpdate } from "./WhiteLabelUpdate.mjs";
3
- export { type BodyExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodePost } from "./BodyExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodePost.mjs";
3
+ export { type BodyExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodeOptions } from "./BodyExchangeWhiteLabelOauth2CodeWhiteLabelsWhiteLabelIdOauth2CodeOptions.mjs";
@@ -0,0 +1,34 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Range filter request
6
+ */
7
+ export interface DatetimeRange {
8
+ /** point.key < range.lt */
9
+ lt?: DatetimeRange.Lt;
10
+ /** point.key > range.gt */
11
+ gt?: DatetimeRange.Gt;
12
+ /** point.key >= range.gte */
13
+ gte?: DatetimeRange.Gte;
14
+ /** point.key <= range.lte */
15
+ lte?: DatetimeRange.Lte;
16
+ }
17
+ export declare namespace DatetimeRange {
18
+ /**
19
+ * point.key < range.lt
20
+ */
21
+ type Lt = string | string;
22
+ /**
23
+ * point.key > range.gt
24
+ */
25
+ type Gt = string | string;
26
+ /**
27
+ * point.key >= range.gte
28
+ */
29
+ type Gte = string | string;
30
+ /**
31
+ * point.key <= range.lte
32
+ */
33
+ type Lte = string | string;
34
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,33 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as AirweaveSDK from "../index.mjs";
5
+ /**
6
+ * All possible payload filtering conditions
7
+ */
8
+ export interface FieldCondition {
9
+ /** Payload key */
10
+ key: string;
11
+ /** Check if point has field with a given value */
12
+ match?: FieldCondition.Match;
13
+ /** Check if points value lies in a given range */
14
+ range?: AirweaveSDK.Range;
15
+ /** Check if points geolocation lies in a given area */
16
+ geo_bounding_box?: AirweaveSDK.GeoBoundingBox;
17
+ /** Check if geo point is within a given radius */
18
+ geo_radius?: AirweaveSDK.GeoRadius;
19
+ /** Check if geo point is within a given polygon */
20
+ geo_polygon?: AirweaveSDK.GeoPolygon;
21
+ /** Check number of values of the field */
22
+ values_count?: AirweaveSDK.ValuesCount;
23
+ /** Check that the field is empty, alternative syntax for `is_empty: \"field_name\"` */
24
+ is_empty?: boolean;
25
+ /** Check that the field is null, alternative syntax for `is_null: \"field_name\"` */
26
+ is_null?: boolean;
27
+ }
28
+ export declare namespace FieldCondition {
29
+ /**
30
+ * Check if point has field with a given value
31
+ */
32
+ type Match = AirweaveSDK.MatchValue | AirweaveSDK.MatchText | AirweaveSDK.MatchAny | AirweaveSDK.MatchExcept;
33
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,28 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as AirweaveSDK from "../index.mjs";
5
+ export interface Filter {
6
+ /** At least one of those conditions should match */
7
+ should?: Filter.Should;
8
+ /** At least minimum amount of given conditions should match */
9
+ min_should?: AirweaveSDK.MinShould;
10
+ /** All conditions must match */
11
+ must?: Filter.Must;
12
+ /** All conditions must NOT match */
13
+ must_not?: Filter.MustNot;
14
+ }
15
+ export declare namespace Filter {
16
+ /**
17
+ * At least one of those conditions should match
18
+ */
19
+ type Should = (AirweaveSDK.FieldCondition | AirweaveSDK.IsEmptyCondition | AirweaveSDK.IsNullCondition | AirweaveSDK.HasIdCondition | AirweaveSDK.HasVectorCondition | AirweaveSDK.NestedCondition | AirweaveSDK.Filter)[] | AirweaveSDK.FieldCondition | AirweaveSDK.IsEmptyCondition | AirweaveSDK.IsNullCondition | AirweaveSDK.HasIdCondition | AirweaveSDK.HasVectorCondition | AirweaveSDK.NestedCondition | AirweaveSDK.Filter;
20
+ /**
21
+ * All conditions must match
22
+ */
23
+ type Must = (AirweaveSDK.FieldCondition | AirweaveSDK.IsEmptyCondition | AirweaveSDK.IsNullCondition | AirweaveSDK.HasIdCondition | AirweaveSDK.HasVectorCondition | AirweaveSDK.NestedCondition | AirweaveSDK.Filter)[] | AirweaveSDK.FieldCondition | AirweaveSDK.IsEmptyCondition | AirweaveSDK.IsNullCondition | AirweaveSDK.HasIdCondition | AirweaveSDK.HasVectorCondition | AirweaveSDK.NestedCondition | AirweaveSDK.Filter;
24
+ /**
25
+ * All conditions must NOT match
26
+ */
27
+ type MustNot = (AirweaveSDK.FieldCondition | AirweaveSDK.IsEmptyCondition | AirweaveSDK.IsNullCondition | AirweaveSDK.HasIdCondition | AirweaveSDK.HasVectorCondition | AirweaveSDK.NestedCondition | AirweaveSDK.Filter)[] | AirweaveSDK.FieldCondition | AirweaveSDK.IsEmptyCondition | AirweaveSDK.IsNullCondition | AirweaveSDK.HasIdCondition | AirweaveSDK.HasVectorCondition | AirweaveSDK.NestedCondition | AirweaveSDK.Filter;
28
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as AirweaveSDK from "../index.mjs";
5
+ /**
6
+ * Geo filter request Matches coordinates inside the rectangle, described by coordinates of lop-left and bottom-right edges
7
+ */
8
+ export interface GeoBoundingBox {
9
+ /** Geo filter request Matches coordinates inside the rectangle, described by coordinates of lop-left and bottom-right edges */
10
+ top_left: AirweaveSDK.GeoPoint;
11
+ /** Geo filter request Matches coordinates inside the rectangle, described by coordinates of lop-left and bottom-right edges */
12
+ bottom_right: AirweaveSDK.GeoPoint;
13
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as AirweaveSDK from "../index.mjs";
5
+ /**
6
+ * Ordered sequence of GeoPoints representing the line
7
+ */
8
+ export interface GeoLineString {
9
+ /** Ordered sequence of GeoPoints representing the line */
10
+ points: AirweaveSDK.GeoPoint[];
11
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Geo point payload schema
6
+ */
7
+ export interface GeoPoint {
8
+ /** Geo point payload schema */
9
+ lon: number;
10
+ /** Geo point payload schema */
11
+ lat: number;
12
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as AirweaveSDK from "../index.mjs";
5
+ /**
6
+ * Geo filter request Matches coordinates inside the polygon, defined by `exterior` and `interiors`
7
+ */
8
+ export interface GeoPolygon {
9
+ /** Geo filter request Matches coordinates inside the polygon, defined by `exterior` and `interiors` */
10
+ exterior: AirweaveSDK.GeoLineString;
11
+ /** Interior lines (if present) bound holes within the surface each GeoLineString must consist of a minimum of 4 points, and the first and last points must be the same. */
12
+ interiors?: AirweaveSDK.GeoLineString[];
13
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as AirweaveSDK from "../index.mjs";
5
+ /**
6
+ * Geo filter request Matches coordinates inside the circle of `radius` and center with coordinates `center`
7
+ */
8
+ export interface GeoRadius {
9
+ /** Geo filter request Matches coordinates inside the circle of `radius` and center with coordinates `center` */
10
+ center: AirweaveSDK.GeoPoint;
11
+ /** Radius of the area in meters */
12
+ radius: number;
13
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * ID-based filtering condition
6
+ */
7
+ export interface HasIdCondition {
8
+ /** ID-based filtering condition */
9
+ has_id: HasIdCondition.HasId.Item[];
10
+ }
11
+ export declare namespace HasIdCondition {
12
+ type HasId = HasId.Item[];
13
+ namespace HasId {
14
+ type Item = number | string;
15
+ }
16
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Filter points which have specific vector assigned
6
+ */
7
+ export interface HasVectorCondition {
8
+ /** Filter points which have specific vector assigned */
9
+ has_vector: string;
10
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as AirweaveSDK from "../index.mjs";
5
+ /**
6
+ * Select points with empty payload for a specified field
7
+ */
8
+ export interface IsEmptyCondition {
9
+ /** Select points with empty payload for a specified field */
10
+ is_empty: AirweaveSDK.PayloadField;
11
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as AirweaveSDK from "../index.mjs";
5
+ /**
6
+ * Select points with null payload for a specified field
7
+ */
8
+ export interface IsNullCondition {
9
+ /** Select points with null payload for a specified field */
10
+ is_null: AirweaveSDK.PayloadField;
11
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Exact match on any of the given values
6
+ */
7
+ export interface MatchAny {
8
+ /** Exact match on any of the given values */
9
+ any: MatchAny.Any;
10
+ }
11
+ export declare namespace MatchAny {
12
+ /**
13
+ * Exact match on any of the given values
14
+ */
15
+ type Any = string[] | number[];
16
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Should have at least one value not matching the any given values
6
+ */
7
+ export interface MatchExcept {
8
+ /** Should have at least one value not matching the any given values */
9
+ except: MatchExcept.Except;
10
+ }
11
+ export declare namespace MatchExcept {
12
+ /**
13
+ * Should have at least one value not matching the any given values
14
+ */
15
+ type Except = string[] | number[];
16
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Full-text match of the strings.
6
+ */
7
+ export interface MatchText {
8
+ /** Full-text match of the strings. */
9
+ text: string;
10
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Exact match of the given value
6
+ */
7
+ export interface MatchValue {
8
+ /** Exact match of the given value */
9
+ value: MatchValue.Value;
10
+ }
11
+ export declare namespace MatchValue {
12
+ /**
13
+ * Exact match of the given value
14
+ */
15
+ type Value = boolean | number | string;
16
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as AirweaveSDK from "../index.mjs";
5
+ export interface MinShould {
6
+ /** */
7
+ conditions: MinShould.Conditions.Item[];
8
+ /** */
9
+ min_count: number;
10
+ }
11
+ export declare namespace MinShould {
12
+ type Conditions = Conditions.Item[];
13
+ namespace Conditions {
14
+ type Item = AirweaveSDK.FieldCondition | AirweaveSDK.IsEmptyCondition | AirweaveSDK.IsNullCondition | AirweaveSDK.HasIdCondition | AirweaveSDK.HasVectorCondition | AirweaveSDK.NestedCondition | AirweaveSDK.Filter;
15
+ }
16
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as AirweaveSDK from "../index.mjs";
5
+ /**
6
+ * Select points with payload for a specified nested field
7
+ */
8
+ export interface Nested {
9
+ /** Select points with payload for a specified nested field */
10
+ key: string;
11
+ /** Select points with payload for a specified nested field */
12
+ filter: AirweaveSDK.Filter;
13
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as AirweaveSDK from "../index.mjs";
5
+ export interface NestedCondition {
6
+ /** */
7
+ nested: AirweaveSDK.Nested;
8
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Payload field
6
+ */
7
+ export interface PayloadField {
8
+ /** Payload field name */
9
+ key: string;
10
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Query expansion strategies for search.
6
+ */
7
+ export type QueryExpansionStrategy = "auto" | "llm" | "no_expansion";
8
+ export declare const QueryExpansionStrategy: {
9
+ readonly Auto: "auto";
10
+ readonly Llm: "llm";
11
+ readonly NoExpansion: "no_expansion";
12
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export const QueryExpansionStrategy = {
5
+ Auto: "auto",
6
+ Llm: "llm",
7
+ NoExpansion: "no_expansion",
8
+ };
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Range filter request
6
+ */
7
+ export interface Range {
8
+ /** point.key < range.lt */
9
+ lt?: number;
10
+ /** point.key > range.gt */
11
+ gt?: number;
12
+ /** point.key >= range.gte */
13
+ gte?: number;
14
+ /** point.key <= range.lte */
15
+ lte?: number;
16
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Values count filter request
6
+ */
7
+ export interface ValuesCount {
8
+ /** point.key.length() < values_count.lt */
9
+ lt?: number;
10
+ /** point.key.length() > values_count.gt */
11
+ gt?: number;
12
+ /** point.key.length() >= values_count.gte */
13
+ gte?: number;
14
+ /** point.key.length() <= values_count.lte */
15
+ lte?: number;
16
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export {};
@@ -13,6 +13,7 @@ export * from "./DagEdge.mjs";
13
13
  export * from "./DagEdgeCreate.mjs";
14
14
  export * from "./DagNode.mjs";
15
15
  export * from "./DagNodeCreate.mjs";
16
+ export * from "./DatetimeRange.mjs";
16
17
  export * from "./Destination.mjs";
17
18
  export * from "./DestinationWithAuthenticationFields.mjs";
18
19
  export * from "./EmbeddingModel.mjs";
@@ -22,19 +23,40 @@ export * from "./EntityDefinition.mjs";
22
23
  export * from "./EntityDefinitionCreate.mjs";
23
24
  export * from "./EntityDefinitionUpdate.mjs";
24
25
  export * from "./EntityType.mjs";
26
+ export * from "./Range.mjs";
27
+ export * from "./FieldCondition.mjs";
25
28
  export * from "./Fields.mjs";
29
+ export * from "./Filter.mjs";
30
+ export * from "./GeoBoundingBox.mjs";
31
+ export * from "./GeoLineString.mjs";
32
+ export * from "./GeoPoint.mjs";
33
+ export * from "./GeoPolygon.mjs";
34
+ export * from "./GeoRadius.mjs";
26
35
  export * from "./HttpValidationError.mjs";
36
+ export * from "./HasIdCondition.mjs";
37
+ export * from "./HasVectorCondition.mjs";
27
38
  export * from "./IntegrationCredentialInDb.mjs";
28
39
  export * from "./IntegrationCredentialRawCreate.mjs";
29
40
  export * from "./IntegrationType.mjs";
30
41
  export * from "./InvitationCreate.mjs";
31
42
  export * from "./InvitationResponse.mjs";
43
+ export * from "./IsEmptyCondition.mjs";
44
+ export * from "./IsNullCondition.mjs";
45
+ export * from "./MatchAny.mjs";
46
+ export * from "./MatchExcept.mjs";
47
+ export * from "./MatchText.mjs";
48
+ export * from "./MatchValue.mjs";
32
49
  export * from "./MemberResponse.mjs";
50
+ export * from "./MinShould.mjs";
51
+ export * from "./Nested.mjs";
52
+ export * from "./NestedCondition.mjs";
33
53
  export * from "./NodeType.mjs";
34
54
  export * from "./OAuth2AuthUrl.mjs";
35
55
  export * from "./Organization.mjs";
36
56
  export * from "./OrganizationCreate.mjs";
37
57
  export * from "./OrganizationWithRole.mjs";
58
+ export * from "./PayloadField.mjs";
59
+ export * from "./QueryExpansionStrategy.mjs";
38
60
  export * from "./ResponseType.mjs";
39
61
  export * from "./SearchResponse.mjs";
40
62
  export * from "./SearchStatus.mjs";
@@ -62,4 +84,5 @@ export * from "./User.mjs";
62
84
  export * from "./UserCreate.mjs";
63
85
  export * from "./UserOrganization.mjs";
64
86
  export * from "./ValidationError.mjs";
87
+ export * from "./ValuesCount.mjs";
65
88
  export * from "./WhiteLabel.mjs";