@cipherstash/protect-ffi 0.28.0 → 0.29.0
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.
- package/README.md +34 -18
- package/dist/wasm/protect_ffi.d.ts +10 -3
- package/dist/wasm/protect_ffi_bg.js +21 -14
- package/dist/wasm/protect_ffi_bg.wasm +0 -0
- package/dist/wasm/protect_ffi_bg.wasm.d.ts +9 -9
- package/dist/wasm/protect_ffi_inline.js +1 -1
- package/lib/eql-v3-types/Bigint.d.ts +1 -1
- package/lib/eql-v3-types/BigintEq.d.ts +1 -1
- package/lib/eql-v3-types/BigintEqQuery.d.ts +13 -0
- package/lib/eql-v3-types/BigintEqQuery.js +2 -0
- package/lib/eql-v3-types/BigintOrd.d.ts +4 -4
- package/lib/eql-v3-types/BigintOrdOpe.d.ts +1 -1
- package/lib/eql-v3-types/BigintOrdOpeQuery.d.ts +13 -0
- package/lib/eql-v3-types/BigintOrdOpeQuery.js +2 -0
- package/lib/eql-v3-types/BigintOrdOre.d.ts +1 -1
- package/lib/eql-v3-types/BigintOrdOreQuery.d.ts +13 -0
- package/lib/eql-v3-types/BigintOrdOreQuery.js +2 -0
- package/lib/eql-v3-types/BigintOrdQuery.d.ts +13 -0
- package/lib/eql-v3-types/BigintOrdQuery.js +2 -0
- package/lib/eql-v3-types/Boolean.d.ts +1 -1
- package/lib/eql-v3-types/Date.d.ts +1 -1
- package/lib/eql-v3-types/DateEq.d.ts +1 -1
- package/lib/eql-v3-types/DateEqQuery.d.ts +13 -0
- package/lib/eql-v3-types/DateEqQuery.js +2 -0
- package/lib/eql-v3-types/DateOrd.d.ts +4 -4
- package/lib/eql-v3-types/DateOrdOpe.d.ts +1 -1
- package/lib/eql-v3-types/DateOrdOpeQuery.d.ts +13 -0
- package/lib/eql-v3-types/DateOrdOpeQuery.js +2 -0
- package/lib/eql-v3-types/DateOrdOre.d.ts +1 -1
- package/lib/eql-v3-types/DateOrdOreQuery.d.ts +13 -0
- package/lib/eql-v3-types/DateOrdOreQuery.js +2 -0
- package/lib/eql-v3-types/DateOrdQuery.d.ts +13 -0
- package/lib/eql-v3-types/DateOrdQuery.js +2 -0
- package/lib/eql-v3-types/Double.d.ts +1 -1
- package/lib/eql-v3-types/DoubleEq.d.ts +1 -1
- package/lib/eql-v3-types/DoubleEqQuery.d.ts +13 -0
- package/lib/eql-v3-types/DoubleEqQuery.js +2 -0
- package/lib/eql-v3-types/DoubleOrd.d.ts +4 -4
- package/lib/eql-v3-types/DoubleOrdOpe.d.ts +1 -1
- package/lib/eql-v3-types/DoubleOrdOpeQuery.d.ts +13 -0
- package/lib/eql-v3-types/DoubleOrdOpeQuery.js +2 -0
- package/lib/eql-v3-types/DoubleOrdOre.d.ts +1 -1
- package/lib/eql-v3-types/DoubleOrdOreQuery.d.ts +13 -0
- package/lib/eql-v3-types/DoubleOrdOreQuery.js +2 -0
- package/lib/eql-v3-types/DoubleOrdQuery.d.ts +13 -0
- package/lib/eql-v3-types/DoubleOrdQuery.js +2 -0
- package/lib/eql-v3-types/Integer.d.ts +1 -1
- package/lib/eql-v3-types/IntegerEq.d.ts +1 -1
- package/lib/eql-v3-types/IntegerEqQuery.d.ts +13 -0
- package/lib/eql-v3-types/IntegerEqQuery.js +2 -0
- package/lib/eql-v3-types/IntegerOrd.d.ts +4 -4
- package/lib/eql-v3-types/IntegerOrdOpe.d.ts +1 -1
- package/lib/eql-v3-types/IntegerOrdOpeQuery.d.ts +13 -0
- package/lib/eql-v3-types/IntegerOrdOpeQuery.js +2 -0
- package/lib/eql-v3-types/IntegerOrdOre.d.ts +1 -1
- package/lib/eql-v3-types/IntegerOrdOreQuery.d.ts +13 -0
- package/lib/eql-v3-types/IntegerOrdOreQuery.js +2 -0
- package/lib/eql-v3-types/IntegerOrdQuery.d.ts +13 -0
- package/lib/eql-v3-types/IntegerOrdQuery.js +2 -0
- package/lib/eql-v3-types/Numeric.d.ts +1 -1
- package/lib/eql-v3-types/NumericEq.d.ts +1 -1
- package/lib/eql-v3-types/NumericEqQuery.d.ts +13 -0
- package/lib/eql-v3-types/NumericEqQuery.js +2 -0
- package/lib/eql-v3-types/NumericOrd.d.ts +4 -4
- package/lib/eql-v3-types/NumericOrdOpe.d.ts +1 -1
- package/lib/eql-v3-types/NumericOrdOpeQuery.d.ts +13 -0
- package/lib/eql-v3-types/NumericOrdOpeQuery.js +2 -0
- package/lib/eql-v3-types/NumericOrdOre.d.ts +1 -1
- package/lib/eql-v3-types/NumericOrdOreQuery.d.ts +13 -0
- package/lib/eql-v3-types/NumericOrdOreQuery.js +2 -0
- package/lib/eql-v3-types/NumericOrdQuery.d.ts +13 -0
- package/lib/eql-v3-types/NumericOrdQuery.js +2 -0
- package/lib/eql-v3-types/OpeCllw.d.ts +9 -6
- package/lib/eql-v3-types/OreBlock256.d.ts +4 -4
- package/lib/eql-v3-types/Real.d.ts +1 -1
- package/lib/eql-v3-types/RealEq.d.ts +1 -1
- package/lib/eql-v3-types/RealEqQuery.d.ts +13 -0
- package/lib/eql-v3-types/RealEqQuery.js +2 -0
- package/lib/eql-v3-types/RealOrd.d.ts +4 -4
- package/lib/eql-v3-types/RealOrdOpe.d.ts +1 -1
- package/lib/eql-v3-types/RealOrdOpeQuery.d.ts +13 -0
- package/lib/eql-v3-types/RealOrdOpeQuery.js +2 -0
- package/lib/eql-v3-types/RealOrdOre.d.ts +1 -1
- package/lib/eql-v3-types/RealOrdOreQuery.d.ts +13 -0
- package/lib/eql-v3-types/RealOrdOreQuery.js +2 -0
- package/lib/eql-v3-types/RealOrdQuery.d.ts +13 -0
- package/lib/eql-v3-types/RealOrdQuery.js +2 -0
- package/lib/eql-v3-types/Selector.d.ts +1 -1
- package/lib/eql-v3-types/Smallint.d.ts +1 -1
- package/lib/eql-v3-types/SmallintEq.d.ts +1 -1
- package/lib/eql-v3-types/SmallintEqQuery.d.ts +13 -0
- package/lib/eql-v3-types/SmallintEqQuery.js +2 -0
- package/lib/eql-v3-types/SmallintOrd.d.ts +4 -4
- package/lib/eql-v3-types/SmallintOrdOpe.d.ts +1 -1
- package/lib/eql-v3-types/SmallintOrdOpeQuery.d.ts +13 -0
- package/lib/eql-v3-types/SmallintOrdOpeQuery.js +2 -0
- package/lib/eql-v3-types/SmallintOrdOre.d.ts +1 -1
- package/lib/eql-v3-types/SmallintOrdOreQuery.d.ts +13 -0
- package/lib/eql-v3-types/SmallintOrdOreQuery.js +2 -0
- package/lib/eql-v3-types/SmallintOrdQuery.d.ts +13 -0
- package/lib/eql-v3-types/SmallintOrdQuery.js +2 -0
- package/lib/eql-v3-types/SteVecDocument.d.ts +1 -1
- package/lib/eql-v3-types/SteVecEntry.d.ts +4 -4
- package/lib/eql-v3-types/SteVecQuery.d.ts +1 -1
- package/lib/eql-v3-types/SteVecQueryEntry.d.ts +2 -2
- package/lib/eql-v3-types/SteVecTerm.d.ts +4 -4
- package/lib/eql-v3-types/Text.d.ts +1 -1
- package/lib/eql-v3-types/TextEq.d.ts +1 -1
- package/lib/eql-v3-types/TextEqQuery.d.ts +13 -0
- package/lib/eql-v3-types/TextEqQuery.js +2 -0
- package/lib/eql-v3-types/TextMatch.d.ts +1 -1
- package/lib/eql-v3-types/TextMatchQuery.d.ts +13 -0
- package/lib/eql-v3-types/TextMatchQuery.js +2 -0
- package/lib/eql-v3-types/TextOrd.d.ts +4 -4
- package/lib/eql-v3-types/TextOrdOpe.d.ts +1 -1
- package/lib/eql-v3-types/TextOrdOpeQuery.d.ts +15 -0
- package/lib/eql-v3-types/TextOrdOpeQuery.js +2 -0
- package/lib/eql-v3-types/TextOrdOre.d.ts +1 -1
- package/lib/eql-v3-types/TextOrdOreQuery.d.ts +15 -0
- package/lib/eql-v3-types/TextOrdOreQuery.js +2 -0
- package/lib/eql-v3-types/TextOrdQuery.d.ts +15 -0
- package/lib/eql-v3-types/TextOrdQuery.js +2 -0
- package/lib/eql-v3-types/TextSearch.d.ts +4 -4
- package/lib/eql-v3-types/TextSearchOre.d.ts +19 -0
- package/lib/eql-v3-types/TextSearchOre.js +2 -0
- package/lib/eql-v3-types/TextSearchOreQuery.d.ts +17 -0
- package/lib/eql-v3-types/TextSearchOreQuery.js +2 -0
- package/lib/eql-v3-types/TextSearchQuery.d.ts +17 -0
- package/lib/eql-v3-types/TextSearchQuery.js +2 -0
- package/lib/eql-v3-types/Timestamp.d.ts +1 -1
- package/lib/eql-v3-types/TimestampEq.d.ts +1 -1
- package/lib/eql-v3-types/TimestampEqQuery.d.ts +13 -0
- package/lib/eql-v3-types/TimestampEqQuery.js +2 -0
- package/lib/eql-v3-types/TimestampOrd.d.ts +4 -4
- package/lib/eql-v3-types/TimestampOrdOpe.d.ts +1 -1
- package/lib/eql-v3-types/TimestampOrdOpeQuery.d.ts +13 -0
- package/lib/eql-v3-types/TimestampOrdOpeQuery.js +2 -0
- package/lib/eql-v3-types/TimestampOrdOre.d.ts +1 -1
- package/lib/eql-v3-types/TimestampOrdOreQuery.d.ts +13 -0
- package/lib/eql-v3-types/TimestampOrdOreQuery.js +2 -0
- package/lib/eql-v3-types/TimestampOrdQuery.d.ts +13 -0
- package/lib/eql-v3-types/TimestampOrdQuery.js +2 -0
- package/lib/eql-v3.d.ts +63 -7
- package/lib/errors.d.ts +1 -1
- package/lib/errors.js +0 -4
- package/lib/index.cjs +12 -7
- package/lib/index.d.cts +68 -24
- package/lib/normalizeEncryptConfig.d.ts +2 -1
- package/lib/normalizeEncryptConfig.js +2 -1
- package/package.json +7 -7
- package/lib/eql-v3-types/OreCllw.d.ts +0 -7
- package/lib/eql-v3-types/OreCllw.js +0 -5
|
@@ -2,7 +2,7 @@ import type { Ciphertext } from "./Ciphertext";
|
|
|
2
2
|
import type { Identifier } from "./Identifier";
|
|
3
3
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
4
|
/**
|
|
5
|
-
* `
|
|
5
|
+
* `public.eql_v3_bigint` — storage-only domain.
|
|
6
6
|
*
|
|
7
7
|
* Operators: none. Required keys: `v` `i` `c`.
|
|
8
8
|
*/
|
|
@@ -3,7 +3,7 @@ import type { Hmac256 } from "./Hmac256";
|
|
|
3
3
|
import type { Identifier } from "./Identifier";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_bigint_eq` — equality domain.
|
|
7
7
|
*
|
|
8
8
|
* Operators: `=` `<>`. Required keys: `v` `i` `c` `hm`.
|
|
9
9
|
*/
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Hmac256 } from "./Hmac256";
|
|
2
|
+
import type { Identifier } from "./Identifier";
|
|
3
|
+
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
|
+
/**
|
|
5
|
+
* `eql_v3.query_bigint_eq` — equality domain query operand.
|
|
6
|
+
*
|
|
7
|
+
* Operators: `=` `<>`. Required keys: `v` `i` `hm`.
|
|
8
|
+
*/
|
|
9
|
+
export type BigintEqQuery = {
|
|
10
|
+
v: SchemaVersion;
|
|
11
|
+
i: Identifier;
|
|
12
|
+
hm: Hmac256;
|
|
13
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type { Ciphertext } from "./Ciphertext";
|
|
2
2
|
import type { Identifier } from "./Identifier";
|
|
3
|
-
import type {
|
|
3
|
+
import type { OpeCllw } from "./OpeCllw";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_bigint_ord` — ordering domain.
|
|
7
7
|
*
|
|
8
|
-
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `
|
|
8
|
+
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `op`.
|
|
9
9
|
*/
|
|
10
10
|
export type BigintOrd = {
|
|
11
11
|
v: SchemaVersion;
|
|
12
12
|
i: Identifier;
|
|
13
13
|
c: Ciphertext;
|
|
14
|
-
|
|
14
|
+
op: OpeCllw;
|
|
15
15
|
};
|
|
@@ -3,7 +3,7 @@ import type { Identifier } from "./Identifier";
|
|
|
3
3
|
import type { OpeCllw } from "./OpeCllw";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_bigint_ord_ope` — ordering domain.
|
|
7
7
|
*
|
|
8
8
|
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `op`.
|
|
9
9
|
*/
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Identifier } from "./Identifier";
|
|
2
|
+
import type { OpeCllw } from "./OpeCllw";
|
|
3
|
+
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
|
+
/**
|
|
5
|
+
* `eql_v3.query_bigint_ord_ope` — ordering domain query operand.
|
|
6
|
+
*
|
|
7
|
+
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `op`.
|
|
8
|
+
*/
|
|
9
|
+
export type BigintOrdOpeQuery = {
|
|
10
|
+
v: SchemaVersion;
|
|
11
|
+
i: Identifier;
|
|
12
|
+
op: OpeCllw;
|
|
13
|
+
};
|
|
@@ -3,7 +3,7 @@ import type { Identifier } from "./Identifier";
|
|
|
3
3
|
import type { OreBlock256 } from "./OreBlock256";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_bigint_ord_ore` — ordering domain.
|
|
7
7
|
*
|
|
8
8
|
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `ob`.
|
|
9
9
|
*/
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Identifier } from "./Identifier";
|
|
2
|
+
import type { OreBlock256 } from "./OreBlock256";
|
|
3
|
+
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
|
+
/**
|
|
5
|
+
* `eql_v3.query_bigint_ord_ore` — ordering domain query operand.
|
|
6
|
+
*
|
|
7
|
+
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `ob`.
|
|
8
|
+
*/
|
|
9
|
+
export type BigintOrdOreQuery = {
|
|
10
|
+
v: SchemaVersion;
|
|
11
|
+
i: Identifier;
|
|
12
|
+
ob: OreBlock256;
|
|
13
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Identifier } from "./Identifier";
|
|
2
|
+
import type { OpeCllw } from "./OpeCllw";
|
|
3
|
+
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
|
+
/**
|
|
5
|
+
* `eql_v3.query_bigint_ord` — ordering domain query operand.
|
|
6
|
+
*
|
|
7
|
+
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `op`.
|
|
8
|
+
*/
|
|
9
|
+
export type BigintOrdQuery = {
|
|
10
|
+
v: SchemaVersion;
|
|
11
|
+
i: Identifier;
|
|
12
|
+
op: OpeCllw;
|
|
13
|
+
};
|
|
@@ -2,7 +2,7 @@ import type { Ciphertext } from "./Ciphertext";
|
|
|
2
2
|
import type { Identifier } from "./Identifier";
|
|
3
3
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
4
|
/**
|
|
5
|
-
* `
|
|
5
|
+
* `public.eql_v3_boolean` — storage-only domain.
|
|
6
6
|
*
|
|
7
7
|
* Operators: none. Required keys: `v` `i` `c`.
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import type { Ciphertext } from "./Ciphertext";
|
|
|
2
2
|
import type { Identifier } from "./Identifier";
|
|
3
3
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
4
|
/**
|
|
5
|
-
* `
|
|
5
|
+
* `public.eql_v3_date` — storage-only domain.
|
|
6
6
|
*
|
|
7
7
|
* Operators: none. Required keys: `v` `i` `c`.
|
|
8
8
|
*/
|
|
@@ -3,7 +3,7 @@ import type { Hmac256 } from "./Hmac256";
|
|
|
3
3
|
import type { Identifier } from "./Identifier";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_date_eq` — equality domain.
|
|
7
7
|
*
|
|
8
8
|
* Operators: `=` `<>`. Required keys: `v` `i` `c` `hm`.
|
|
9
9
|
*/
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Hmac256 } from "./Hmac256";
|
|
2
|
+
import type { Identifier } from "./Identifier";
|
|
3
|
+
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
|
+
/**
|
|
5
|
+
* `eql_v3.query_date_eq` — equality domain query operand.
|
|
6
|
+
*
|
|
7
|
+
* Operators: `=` `<>`. Required keys: `v` `i` `hm`.
|
|
8
|
+
*/
|
|
9
|
+
export type DateEqQuery = {
|
|
10
|
+
v: SchemaVersion;
|
|
11
|
+
i: Identifier;
|
|
12
|
+
hm: Hmac256;
|
|
13
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type { Ciphertext } from "./Ciphertext";
|
|
2
2
|
import type { Identifier } from "./Identifier";
|
|
3
|
-
import type {
|
|
3
|
+
import type { OpeCllw } from "./OpeCllw";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_date_ord` — ordering domain.
|
|
7
7
|
*
|
|
8
|
-
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `
|
|
8
|
+
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `op`.
|
|
9
9
|
*/
|
|
10
10
|
export type DateOrd = {
|
|
11
11
|
v: SchemaVersion;
|
|
12
12
|
i: Identifier;
|
|
13
13
|
c: Ciphertext;
|
|
14
|
-
|
|
14
|
+
op: OpeCllw;
|
|
15
15
|
};
|
|
@@ -3,7 +3,7 @@ import type { Identifier } from "./Identifier";
|
|
|
3
3
|
import type { OpeCllw } from "./OpeCllw";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_date_ord_ope` — ordering domain.
|
|
7
7
|
*
|
|
8
8
|
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `op`.
|
|
9
9
|
*/
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Identifier } from "./Identifier";
|
|
2
|
+
import type { OpeCllw } from "./OpeCllw";
|
|
3
|
+
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
|
+
/**
|
|
5
|
+
* `eql_v3.query_date_ord_ope` — ordering domain query operand.
|
|
6
|
+
*
|
|
7
|
+
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `op`.
|
|
8
|
+
*/
|
|
9
|
+
export type DateOrdOpeQuery = {
|
|
10
|
+
v: SchemaVersion;
|
|
11
|
+
i: Identifier;
|
|
12
|
+
op: OpeCllw;
|
|
13
|
+
};
|
|
@@ -3,7 +3,7 @@ import type { Identifier } from "./Identifier";
|
|
|
3
3
|
import type { OreBlock256 } from "./OreBlock256";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_date_ord_ore` — ordering domain.
|
|
7
7
|
*
|
|
8
8
|
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `ob`.
|
|
9
9
|
*/
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Identifier } from "./Identifier";
|
|
2
|
+
import type { OreBlock256 } from "./OreBlock256";
|
|
3
|
+
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
|
+
/**
|
|
5
|
+
* `eql_v3.query_date_ord_ore` — ordering domain query operand.
|
|
6
|
+
*
|
|
7
|
+
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `ob`.
|
|
8
|
+
*/
|
|
9
|
+
export type DateOrdOreQuery = {
|
|
10
|
+
v: SchemaVersion;
|
|
11
|
+
i: Identifier;
|
|
12
|
+
ob: OreBlock256;
|
|
13
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Identifier } from "./Identifier";
|
|
2
|
+
import type { OpeCllw } from "./OpeCllw";
|
|
3
|
+
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
|
+
/**
|
|
5
|
+
* `eql_v3.query_date_ord` — ordering domain query operand.
|
|
6
|
+
*
|
|
7
|
+
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `op`.
|
|
8
|
+
*/
|
|
9
|
+
export type DateOrdQuery = {
|
|
10
|
+
v: SchemaVersion;
|
|
11
|
+
i: Identifier;
|
|
12
|
+
op: OpeCllw;
|
|
13
|
+
};
|
|
@@ -2,7 +2,7 @@ import type { Ciphertext } from "./Ciphertext";
|
|
|
2
2
|
import type { Identifier } from "./Identifier";
|
|
3
3
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
4
|
/**
|
|
5
|
-
* `
|
|
5
|
+
* `public.eql_v3_double` — storage-only domain.
|
|
6
6
|
*
|
|
7
7
|
* Operators: none. Required keys: `v` `i` `c`.
|
|
8
8
|
*/
|
|
@@ -3,7 +3,7 @@ import type { Hmac256 } from "./Hmac256";
|
|
|
3
3
|
import type { Identifier } from "./Identifier";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_double_eq` — equality domain.
|
|
7
7
|
*
|
|
8
8
|
* Operators: `=` `<>`. Required keys: `v` `i` `c` `hm`.
|
|
9
9
|
*/
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Hmac256 } from "./Hmac256";
|
|
2
|
+
import type { Identifier } from "./Identifier";
|
|
3
|
+
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
|
+
/**
|
|
5
|
+
* `eql_v3.query_double_eq` — equality domain query operand.
|
|
6
|
+
*
|
|
7
|
+
* Operators: `=` `<>`. Required keys: `v` `i` `hm`.
|
|
8
|
+
*/
|
|
9
|
+
export type DoubleEqQuery = {
|
|
10
|
+
v: SchemaVersion;
|
|
11
|
+
i: Identifier;
|
|
12
|
+
hm: Hmac256;
|
|
13
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type { Ciphertext } from "./Ciphertext";
|
|
2
2
|
import type { Identifier } from "./Identifier";
|
|
3
|
-
import type {
|
|
3
|
+
import type { OpeCllw } from "./OpeCllw";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_double_ord` — ordering domain.
|
|
7
7
|
*
|
|
8
|
-
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `
|
|
8
|
+
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `op`.
|
|
9
9
|
*/
|
|
10
10
|
export type DoubleOrd = {
|
|
11
11
|
v: SchemaVersion;
|
|
12
12
|
i: Identifier;
|
|
13
13
|
c: Ciphertext;
|
|
14
|
-
|
|
14
|
+
op: OpeCllw;
|
|
15
15
|
};
|
|
@@ -3,7 +3,7 @@ import type { Identifier } from "./Identifier";
|
|
|
3
3
|
import type { OpeCllw } from "./OpeCllw";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_double_ord_ope` — ordering domain.
|
|
7
7
|
*
|
|
8
8
|
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `op`.
|
|
9
9
|
*/
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Identifier } from "./Identifier";
|
|
2
|
+
import type { OpeCllw } from "./OpeCllw";
|
|
3
|
+
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
|
+
/**
|
|
5
|
+
* `eql_v3.query_double_ord_ope` — ordering domain query operand.
|
|
6
|
+
*
|
|
7
|
+
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `op`.
|
|
8
|
+
*/
|
|
9
|
+
export type DoubleOrdOpeQuery = {
|
|
10
|
+
v: SchemaVersion;
|
|
11
|
+
i: Identifier;
|
|
12
|
+
op: OpeCllw;
|
|
13
|
+
};
|
|
@@ -3,7 +3,7 @@ import type { Identifier } from "./Identifier";
|
|
|
3
3
|
import type { OreBlock256 } from "./OreBlock256";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_double_ord_ore` — ordering domain.
|
|
7
7
|
*
|
|
8
8
|
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `ob`.
|
|
9
9
|
*/
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Identifier } from "./Identifier";
|
|
2
|
+
import type { OreBlock256 } from "./OreBlock256";
|
|
3
|
+
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
|
+
/**
|
|
5
|
+
* `eql_v3.query_double_ord_ore` — ordering domain query operand.
|
|
6
|
+
*
|
|
7
|
+
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `ob`.
|
|
8
|
+
*/
|
|
9
|
+
export type DoubleOrdOreQuery = {
|
|
10
|
+
v: SchemaVersion;
|
|
11
|
+
i: Identifier;
|
|
12
|
+
ob: OreBlock256;
|
|
13
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Identifier } from "./Identifier";
|
|
2
|
+
import type { OpeCllw } from "./OpeCllw";
|
|
3
|
+
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
|
+
/**
|
|
5
|
+
* `eql_v3.query_double_ord` — ordering domain query operand.
|
|
6
|
+
*
|
|
7
|
+
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `op`.
|
|
8
|
+
*/
|
|
9
|
+
export type DoubleOrdQuery = {
|
|
10
|
+
v: SchemaVersion;
|
|
11
|
+
i: Identifier;
|
|
12
|
+
op: OpeCllw;
|
|
13
|
+
};
|
|
@@ -2,7 +2,7 @@ import type { Ciphertext } from "./Ciphertext";
|
|
|
2
2
|
import type { Identifier } from "./Identifier";
|
|
3
3
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
4
|
/**
|
|
5
|
-
* `
|
|
5
|
+
* `public.eql_v3_integer` — storage-only domain.
|
|
6
6
|
*
|
|
7
7
|
* Operators: none. Required keys: `v` `i` `c`.
|
|
8
8
|
*/
|
|
@@ -3,7 +3,7 @@ import type { Hmac256 } from "./Hmac256";
|
|
|
3
3
|
import type { Identifier } from "./Identifier";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_integer_eq` — equality domain.
|
|
7
7
|
*
|
|
8
8
|
* Operators: `=` `<>`. Required keys: `v` `i` `c` `hm`.
|
|
9
9
|
*/
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Hmac256 } from "./Hmac256";
|
|
2
|
+
import type { Identifier } from "./Identifier";
|
|
3
|
+
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
|
+
/**
|
|
5
|
+
* `eql_v3.query_integer_eq` — equality domain query operand.
|
|
6
|
+
*
|
|
7
|
+
* Operators: `=` `<>`. Required keys: `v` `i` `hm`.
|
|
8
|
+
*/
|
|
9
|
+
export type IntegerEqQuery = {
|
|
10
|
+
v: SchemaVersion;
|
|
11
|
+
i: Identifier;
|
|
12
|
+
hm: Hmac256;
|
|
13
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type { Ciphertext } from "./Ciphertext";
|
|
2
2
|
import type { Identifier } from "./Identifier";
|
|
3
|
-
import type {
|
|
3
|
+
import type { OpeCllw } from "./OpeCllw";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_integer_ord` — ordering domain.
|
|
7
7
|
*
|
|
8
|
-
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `
|
|
8
|
+
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `op`.
|
|
9
9
|
*/
|
|
10
10
|
export type IntegerOrd = {
|
|
11
11
|
v: SchemaVersion;
|
|
12
12
|
i: Identifier;
|
|
13
13
|
c: Ciphertext;
|
|
14
|
-
|
|
14
|
+
op: OpeCllw;
|
|
15
15
|
};
|
|
@@ -3,7 +3,7 @@ import type { Identifier } from "./Identifier";
|
|
|
3
3
|
import type { OpeCllw } from "./OpeCllw";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_integer_ord_ope` — ordering domain.
|
|
7
7
|
*
|
|
8
8
|
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `op`.
|
|
9
9
|
*/
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Identifier } from "./Identifier";
|
|
2
|
+
import type { OpeCllw } from "./OpeCllw";
|
|
3
|
+
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
|
+
/**
|
|
5
|
+
* `eql_v3.query_integer_ord_ope` — ordering domain query operand.
|
|
6
|
+
*
|
|
7
|
+
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `op`.
|
|
8
|
+
*/
|
|
9
|
+
export type IntegerOrdOpeQuery = {
|
|
10
|
+
v: SchemaVersion;
|
|
11
|
+
i: Identifier;
|
|
12
|
+
op: OpeCllw;
|
|
13
|
+
};
|
|
@@ -3,7 +3,7 @@ import type { Identifier } from "./Identifier";
|
|
|
3
3
|
import type { OreBlock256 } from "./OreBlock256";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_integer_ord_ore` — ordering domain.
|
|
7
7
|
*
|
|
8
8
|
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `ob`.
|
|
9
9
|
*/
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Identifier } from "./Identifier";
|
|
2
|
+
import type { OreBlock256 } from "./OreBlock256";
|
|
3
|
+
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
|
+
/**
|
|
5
|
+
* `eql_v3.query_integer_ord_ore` — ordering domain query operand.
|
|
6
|
+
*
|
|
7
|
+
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `ob`.
|
|
8
|
+
*/
|
|
9
|
+
export type IntegerOrdOreQuery = {
|
|
10
|
+
v: SchemaVersion;
|
|
11
|
+
i: Identifier;
|
|
12
|
+
ob: OreBlock256;
|
|
13
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Identifier } from "./Identifier";
|
|
2
|
+
import type { OpeCllw } from "./OpeCllw";
|
|
3
|
+
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
|
+
/**
|
|
5
|
+
* `eql_v3.query_integer_ord` — ordering domain query operand.
|
|
6
|
+
*
|
|
7
|
+
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `op`.
|
|
8
|
+
*/
|
|
9
|
+
export type IntegerOrdQuery = {
|
|
10
|
+
v: SchemaVersion;
|
|
11
|
+
i: Identifier;
|
|
12
|
+
op: OpeCllw;
|
|
13
|
+
};
|
|
@@ -2,7 +2,7 @@ import type { Ciphertext } from "./Ciphertext";
|
|
|
2
2
|
import type { Identifier } from "./Identifier";
|
|
3
3
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
4
|
/**
|
|
5
|
-
* `
|
|
5
|
+
* `public.eql_v3_numeric` — storage-only domain.
|
|
6
6
|
*
|
|
7
7
|
* Operators: none. Required keys: `v` `i` `c`.
|
|
8
8
|
*/
|
|
@@ -3,7 +3,7 @@ import type { Hmac256 } from "./Hmac256";
|
|
|
3
3
|
import type { Identifier } from "./Identifier";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_numeric_eq` — equality domain.
|
|
7
7
|
*
|
|
8
8
|
* Operators: `=` `<>`. Required keys: `v` `i` `c` `hm`.
|
|
9
9
|
*/
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Hmac256 } from "./Hmac256";
|
|
2
|
+
import type { Identifier } from "./Identifier";
|
|
3
|
+
import type { SchemaVersion } from "./SchemaVersion";
|
|
4
|
+
/**
|
|
5
|
+
* `eql_v3.query_numeric_eq` — equality domain query operand.
|
|
6
|
+
*
|
|
7
|
+
* Operators: `=` `<>`. Required keys: `v` `i` `hm`.
|
|
8
|
+
*/
|
|
9
|
+
export type NumericEqQuery = {
|
|
10
|
+
v: SchemaVersion;
|
|
11
|
+
i: Identifier;
|
|
12
|
+
hm: Hmac256;
|
|
13
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type { Ciphertext } from "./Ciphertext";
|
|
2
2
|
import type { Identifier } from "./Identifier";
|
|
3
|
-
import type {
|
|
3
|
+
import type { OpeCllw } from "./OpeCllw";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_numeric_ord` — ordering domain.
|
|
7
7
|
*
|
|
8
|
-
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `
|
|
8
|
+
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `op`.
|
|
9
9
|
*/
|
|
10
10
|
export type NumericOrd = {
|
|
11
11
|
v: SchemaVersion;
|
|
12
12
|
i: Identifier;
|
|
13
13
|
c: Ciphertext;
|
|
14
|
-
|
|
14
|
+
op: OpeCllw;
|
|
15
15
|
};
|
|
@@ -3,7 +3,7 @@ import type { Identifier } from "./Identifier";
|
|
|
3
3
|
import type { OpeCllw } from "./OpeCllw";
|
|
4
4
|
import type { SchemaVersion } from "./SchemaVersion";
|
|
5
5
|
/**
|
|
6
|
-
* `
|
|
6
|
+
* `public.eql_v3_numeric_ord_ope` — ordering domain.
|
|
7
7
|
*
|
|
8
8
|
* Operators: `=` `<>` `<` `<=` `>` `>=`. Required keys: `v` `i` `c` `op`.
|
|
9
9
|
*/
|