@rocicorp/zero 0.3.2024102600 → 0.4.2024103000

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 (178) hide show
  1. package/out/chunk-4UHYW2B5.js +16483 -0
  2. package/out/chunk-4UHYW2B5.js.map +7 -0
  3. package/out/chunk-ULOTOBTC.js +1 -0
  4. package/out/internal.js +1 -1
  5. package/out/react.js +3 -3
  6. package/out/react.js.map +2 -2
  7. package/out/shared/src/arrays.d.ts +6 -0
  8. package/out/shared/src/arrays.d.ts.map +1 -0
  9. package/out/shared/src/arrays.js +20 -0
  10. package/out/shared/src/arrays.js.map +1 -0
  11. package/out/shared/src/iterables.d.ts +1 -0
  12. package/out/shared/src/iterables.d.ts.map +1 -1
  13. package/out/shared/src/iterables.js +38 -0
  14. package/out/shared/src/iterables.js.map +1 -1
  15. package/out/solid.js +19 -2
  16. package/out/solid.js.map +3 -3
  17. package/out/zero/src/advanced.d.ts +2 -0
  18. package/out/zero/src/advanced.d.ts.map +1 -0
  19. package/out/{zero-internal → zero-advanced}/src/mod.d.ts +2 -0
  20. package/out/zero-advanced/src/mod.d.ts.map +1 -0
  21. package/out/zero-cache/src/config/config-query.d.ts +2 -1
  22. package/out/zero-cache/src/config/config-query.d.ts.map +1 -1
  23. package/out/zero-cache/src/config/config-query.js +4 -1
  24. package/out/zero-cache/src/config/config-query.js.map +1 -1
  25. package/out/zero-cache/src/config/zero-config.d.ts +76 -76
  26. package/out/zero-cache/src/server/life-cycle.d.ts +19 -3
  27. package/out/zero-cache/src/server/life-cycle.d.ts.map +1 -1
  28. package/out/zero-cache/src/server/life-cycle.js +96 -30
  29. package/out/zero-cache/src/server/life-cycle.js.map +1 -1
  30. package/out/zero-cache/src/server/logging.js +2 -2
  31. package/out/zero-cache/src/server/logging.js.map +1 -1
  32. package/out/zero-cache/src/server/main.js +9 -16
  33. package/out/zero-cache/src/server/main.js.map +1 -1
  34. package/out/zero-cache/src/services/change-streamer/change-streamer-http.d.ts +3 -9
  35. package/out/zero-cache/src/services/change-streamer/change-streamer-http.d.ts.map +1 -1
  36. package/out/zero-cache/src/services/change-streamer/change-streamer-http.js +12 -32
  37. package/out/zero-cache/src/services/change-streamer/change-streamer-http.js.map +1 -1
  38. package/out/zero-cache/src/services/change-streamer/pg/initial-sync.d.ts.map +1 -1
  39. package/out/zero-cache/src/services/change-streamer/pg/initial-sync.js +4 -4
  40. package/out/zero-cache/src/services/change-streamer/pg/initial-sync.js.map +1 -1
  41. package/out/zero-cache/src/services/change-streamer/pg/schema/ddl.d.ts.map +1 -1
  42. package/out/zero-cache/src/services/change-streamer/pg/schema/ddl.js +11 -2
  43. package/out/zero-cache/src/services/change-streamer/pg/schema/ddl.js.map +1 -1
  44. package/out/zero-cache/src/services/change-streamer/pg/schema/shard.d.ts.map +1 -1
  45. package/out/zero-cache/src/services/change-streamer/pg/schema/shard.js +4 -3
  46. package/out/zero-cache/src/services/change-streamer/pg/schema/shard.js.map +1 -1
  47. package/out/zero-cache/src/services/dispatcher/connect-params.d.ts +2 -1
  48. package/out/zero-cache/src/services/dispatcher/connect-params.d.ts.map +1 -1
  49. package/out/zero-cache/src/services/dispatcher/connect-params.js +4 -4
  50. package/out/zero-cache/src/services/dispatcher/connect-params.js.map +1 -1
  51. package/out/zero-cache/src/services/dispatcher/dispatcher.d.ts +3 -8
  52. package/out/zero-cache/src/services/dispatcher/dispatcher.d.ts.map +1 -1
  53. package/out/zero-cache/src/services/dispatcher/dispatcher.js +8 -23
  54. package/out/zero-cache/src/services/dispatcher/dispatcher.js.map +1 -1
  55. package/out/zero-cache/src/services/http-service.d.ts +16 -0
  56. package/out/zero-cache/src/services/http-service.d.ts.map +1 -0
  57. package/out/zero-cache/src/services/http-service.js +39 -0
  58. package/out/zero-cache/src/services/http-service.js.map +1 -0
  59. package/out/zero-cache/src/services/replicator/incremental-sync.d.ts.map +1 -1
  60. package/out/zero-cache/src/services/replicator/incremental-sync.js +1 -1
  61. package/out/zero-cache/src/services/replicator/incremental-sync.js.map +1 -1
  62. package/out/zero-cache/src/services/view-syncer/cvr.d.ts.map +1 -1
  63. package/out/zero-cache/src/services/view-syncer/cvr.js +6 -8
  64. package/out/zero-cache/src/services/view-syncer/cvr.js.map +1 -1
  65. package/out/zero-cache/src/services/view-syncer/drain-coordinator.d.ts.map +1 -1
  66. package/out/zero-cache/src/services/view-syncer/drain-coordinator.js +6 -0
  67. package/out/zero-cache/src/services/view-syncer/drain-coordinator.js.map +1 -1
  68. package/out/zero-cache/src/services/view-syncer/schema/types.d.ts +10 -10
  69. package/out/zero-cache/src/services/view-syncer/snapshotter.d.ts.map +1 -1
  70. package/out/zero-cache/src/services/view-syncer/snapshotter.js +6 -6
  71. package/out/zero-cache/src/services/view-syncer/snapshotter.js.map +1 -1
  72. package/out/zero-cache/src/services/view-syncer/view-syncer.js +2 -2
  73. package/out/zero-cache/src/services/view-syncer/view-syncer.js.map +1 -1
  74. package/out/zero-cache/src/types/processes.d.ts +1 -0
  75. package/out/zero-cache/src/types/processes.d.ts.map +1 -1
  76. package/out/zero-cache/src/types/processes.js +3 -2
  77. package/out/zero-cache/src/types/processes.js.map +1 -1
  78. package/out/zero-cache/src/workers/replicator.d.ts +2 -2
  79. package/out/zero-cache/src/workers/replicator.d.ts.map +1 -1
  80. package/out/zero-cache/src/workers/replicator.js +5 -1
  81. package/out/zero-cache/src/workers/replicator.js.map +1 -1
  82. package/out/zero-cache/src/workers/syncer.d.ts.map +1 -1
  83. package/out/zero-cache/src/workers/syncer.js +3 -1
  84. package/out/zero-cache/src/workers/syncer.js.map +1 -1
  85. package/out/zero-client/src/client/context.d.ts +2 -1
  86. package/out/zero-client/src/client/context.d.ts.map +1 -1
  87. package/out/zero-client/src/client/context.js +53 -39
  88. package/out/zero-client/src/client/context.js.map +1 -1
  89. package/out/zero-client/src/client/options.d.ts +37 -0
  90. package/out/zero-client/src/client/options.d.ts.map +1 -1
  91. package/out/zero-client/src/client/query-manager.d.ts.map +1 -1
  92. package/out/zero-client/src/client/query-manager.js +2 -5
  93. package/out/zero-client/src/client/query-manager.js.map +1 -1
  94. package/out/zero-client/src/client/zero.d.ts +1 -1
  95. package/out/zero-client/src/client/zero.d.ts.map +1 -1
  96. package/out/zero-client/src/client/zero.js +28 -10
  97. package/out/zero-client/src/client/zero.js.map +1 -1
  98. package/out/zero-client/src/mod.d.ts +1 -0
  99. package/out/zero-client/src/mod.d.ts.map +1 -1
  100. package/out/zero-client/src/mod.js +1 -0
  101. package/out/zero-client/src/mod.js.map +1 -1
  102. package/out/zero-protocol/src/ast-hash.d.ts +3 -0
  103. package/out/zero-protocol/src/ast-hash.d.ts.map +1 -0
  104. package/out/zero-protocol/src/ast-hash.js +14 -0
  105. package/out/zero-protocol/src/ast-hash.js.map +1 -0
  106. package/out/zero-protocol/src/ast.d.ts +16 -8
  107. package/out/zero-protocol/src/ast.d.ts.map +1 -1
  108. package/out/zero-protocol/src/ast.js +86 -12
  109. package/out/zero-protocol/src/ast.js.map +1 -1
  110. package/out/zero-protocol/src/change-desired-queries.d.ts +4 -4
  111. package/out/zero-protocol/src/connect.d.ts +9 -11
  112. package/out/zero-protocol/src/connect.d.ts.map +1 -1
  113. package/out/zero-protocol/src/connect.js +6 -16
  114. package/out/zero-protocol/src/connect.js.map +1 -1
  115. package/out/zero-protocol/src/down.d.ts +4 -4
  116. package/out/zero-protocol/src/poke.d.ts +8 -8
  117. package/out/zero-protocol/src/queries-patch.d.ts +6 -6
  118. package/out/zero-protocol/src/up.d.ts +4 -4
  119. package/out/zero-react/src/use-query.d.ts.map +1 -1
  120. package/out/zero-solid/src/create-zero.d.ts +3 -0
  121. package/out/zero-solid/src/create-zero.d.ts.map +1 -0
  122. package/out/zero-solid/src/mod.d.ts +1 -0
  123. package/out/zero-solid/src/mod.d.ts.map +1 -1
  124. package/out/zero-solid/src/solid-view.d.ts +1 -1
  125. package/out/zero-solid/src/use-query.d.ts +1 -2
  126. package/out/zero-solid/src/use-query.d.ts.map +1 -1
  127. package/out/zero.js +24 -16007
  128. package/out/zero.js.map +4 -4
  129. package/out/zql/src/zql/builder/builder.d.ts.map +1 -1
  130. package/out/zql/src/zql/builder/builder.js +49 -8
  131. package/out/zql/src/zql/builder/builder.js.map +1 -1
  132. package/out/zql/src/zql/builder/filter.d.ts +2 -2
  133. package/out/zql/src/zql/builder/filter.d.ts.map +1 -1
  134. package/out/zql/src/zql/builder/filter.js.map +1 -1
  135. package/out/zql/src/zql/builder/like.js +1 -1
  136. package/out/zql/src/zql/builder/like.js.map +1 -1
  137. package/out/zql/src/zql/ivm/fan-in.d.ts +29 -0
  138. package/out/zql/src/zql/ivm/fan-in.d.ts.map +1 -0
  139. package/out/zql/src/zql/ivm/fan-in.js +58 -0
  140. package/out/zql/src/zql/ivm/fan-in.js.map +1 -0
  141. package/out/zql/src/zql/ivm/fan-out.d.ts +19 -0
  142. package/out/zql/src/zql/ivm/fan-out.d.ts.map +1 -0
  143. package/out/zql/src/zql/ivm/fan-out.js +56 -0
  144. package/out/zql/src/zql/ivm/fan-out.js.map +1 -0
  145. package/out/zql/src/zql/ivm/memory-source.d.ts +20 -2
  146. package/out/zql/src/zql/ivm/memory-source.d.ts.map +1 -1
  147. package/out/zql/src/zql/ivm/memory-source.js +48 -1
  148. package/out/zql/src/zql/ivm/memory-source.js.map +1 -1
  149. package/out/zql/src/zql/ivm/source.d.ts +1 -1
  150. package/out/zql/src/zql/ivm/source.d.ts.map +1 -1
  151. package/out/zql/src/zql/query/expression.d.ts +25 -0
  152. package/out/zql/src/zql/query/expression.d.ts.map +1 -0
  153. package/out/zql/src/zql/query/expression.js +115 -0
  154. package/out/zql/src/zql/query/expression.js.map +1 -0
  155. package/out/zql/src/zql/query/query-impl.d.ts +15 -11
  156. package/out/zql/src/zql/query/query-impl.d.ts.map +1 -1
  157. package/out/zql/src/zql/query/query-impl.js +68 -56
  158. package/out/zql/src/zql/query/query-impl.js.map +1 -1
  159. package/out/zql/src/zql/query/query-internal.d.ts +11 -0
  160. package/out/zql/src/zql/query/query-internal.d.ts.map +1 -0
  161. package/out/zql/src/zql/query/query-internal.js +2 -0
  162. package/out/zql/src/zql/query/query-internal.js.map +1 -0
  163. package/out/zql/src/zql/query/query.d.ts +15 -6
  164. package/out/zql/src/zql/query/query.d.ts.map +1 -1
  165. package/out/zqlite/src/table-source.d.ts +2 -2
  166. package/out/zqlite/src/table-source.d.ts.map +1 -1
  167. package/out/zqlite/src/table-source.js +4 -3
  168. package/out/zqlite/src/table-source.js.map +1 -1
  169. package/package.json +4 -4
  170. package/out/chunk-NKGIR6IA.js +0 -1
  171. package/out/zero/src/internal.d.ts +0 -2
  172. package/out/zero/src/internal.d.ts.map +0 -1
  173. package/out/zero-cache/src/server/task-state-watcher.d.ts +0 -14
  174. package/out/zero-cache/src/server/task-state-watcher.d.ts.map +0 -1
  175. package/out/zero-cache/src/server/task-state-watcher.js +0 -75
  176. package/out/zero-cache/src/server/task-state-watcher.js.map +0 -1
  177. package/out/zero-internal/src/mod.d.ts.map +0 -1
  178. /package/out/{chunk-NKGIR6IA.js.map → chunk-ULOTOBTC.js.map} +0 -0
@@ -7,7 +7,7 @@ declare const ruleSchema: v.TupleType<[v.Type<"allow">, v.ObjectType<{
7
7
  schema: v.Optional<string>;
8
8
  table: v.Type<string>;
9
9
  alias: v.Optional<string>;
10
- where: v.Optional<readonly {
10
+ where: v.Optional<{
11
11
  type: "simple";
12
12
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
13
13
  field: string;
@@ -16,7 +16,7 @@ declare const ruleSchema: v.TupleType<[v.Type<"allow">, v.ObjectType<{
16
16
  anchor: "authData" | "preMutationRow";
17
17
  field: string;
18
18
  };
19
- }[]>;
19
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction>;
20
20
  related: v.Optional<readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[]>;
21
21
  limit: v.Optional<number>;
22
22
  orderBy: v.Optional<readonly (readonly [string, "asc" | "desc"])[]>;
@@ -30,7 +30,7 @@ declare const policySchema: v.ArrayType<v.TupleType<[v.Type<"allow">, v.ObjectTy
30
30
  schema: v.Optional<string>;
31
31
  table: v.Type<string>;
32
32
  alias: v.Optional<string>;
33
- where: v.Optional<readonly {
33
+ where: v.Optional<{
34
34
  type: "simple";
35
35
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
36
36
  field: string;
@@ -39,7 +39,7 @@ declare const policySchema: v.ArrayType<v.TupleType<[v.Type<"allow">, v.ObjectTy
39
39
  anchor: "authData" | "preMutationRow";
40
40
  field: string;
41
41
  };
42
- }[]>;
42
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction>;
43
43
  related: v.Optional<readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[]>;
44
44
  limit: v.Optional<number>;
45
45
  orderBy: v.Optional<readonly (readonly [string, "asc" | "desc"])[]>;
@@ -53,7 +53,7 @@ declare const assetSchema: v.ObjectType<{
53
53
  select: v.Optional<["allow", {
54
54
  schema?: string | undefined;
55
55
  alias?: string | undefined;
56
- where?: readonly {
56
+ where?: {
57
57
  type: "simple";
58
58
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
59
59
  field: string;
@@ -62,7 +62,7 @@ declare const assetSchema: v.ObjectType<{
62
62
  anchor: "authData" | "preMutationRow";
63
63
  field: string;
64
64
  };
65
- }[] | undefined;
65
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
66
66
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
67
67
  limit?: number | undefined;
68
68
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -75,7 +75,7 @@ declare const assetSchema: v.ObjectType<{
75
75
  insert: v.Optional<["allow", {
76
76
  schema?: string | undefined;
77
77
  alias?: string | undefined;
78
- where?: readonly {
78
+ where?: {
79
79
  type: "simple";
80
80
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
81
81
  field: string;
@@ -84,7 +84,7 @@ declare const assetSchema: v.ObjectType<{
84
84
  anchor: "authData" | "preMutationRow";
85
85
  field: string;
86
86
  };
87
- }[] | undefined;
87
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
88
88
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
89
89
  limit?: number | undefined;
90
90
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -97,7 +97,7 @@ declare const assetSchema: v.ObjectType<{
97
97
  update: v.Optional<["allow", {
98
98
  schema?: string | undefined;
99
99
  alias?: string | undefined;
100
- where?: readonly {
100
+ where?: {
101
101
  type: "simple";
102
102
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
103
103
  field: string;
@@ -106,7 +106,7 @@ declare const assetSchema: v.ObjectType<{
106
106
  anchor: "authData" | "preMutationRow";
107
107
  field: string;
108
108
  };
109
- }[] | undefined;
109
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
110
110
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
111
111
  limit?: number | undefined;
112
112
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -119,7 +119,7 @@ declare const assetSchema: v.ObjectType<{
119
119
  delete: v.Optional<["allow", {
120
120
  schema?: string | undefined;
121
121
  alias?: string | undefined;
122
- where?: readonly {
122
+ where?: {
123
123
  type: "simple";
124
124
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
125
125
  field: string;
@@ -128,7 +128,7 @@ declare const assetSchema: v.ObjectType<{
128
128
  anchor: "authData" | "preMutationRow";
129
129
  field: string;
130
130
  };
131
- }[] | undefined;
131
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
132
132
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
133
133
  limit?: number | undefined;
134
134
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -145,7 +145,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
145
145
  select?: ["allow", {
146
146
  schema?: string | undefined;
147
147
  alias?: string | undefined;
148
- where?: readonly {
148
+ where?: {
149
149
  type: "simple";
150
150
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
151
151
  field: string;
@@ -154,7 +154,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
154
154
  anchor: "authData" | "preMutationRow";
155
155
  field: string;
156
156
  };
157
- }[] | undefined;
157
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
158
158
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
159
159
  limit?: number | undefined;
160
160
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -167,7 +167,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
167
167
  insert?: ["allow", {
168
168
  schema?: string | undefined;
169
169
  alias?: string | undefined;
170
- where?: readonly {
170
+ where?: {
171
171
  type: "simple";
172
172
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
173
173
  field: string;
@@ -176,7 +176,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
176
176
  anchor: "authData" | "preMutationRow";
177
177
  field: string;
178
178
  };
179
- }[] | undefined;
179
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
180
180
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
181
181
  limit?: number | undefined;
182
182
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -189,7 +189,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
189
189
  update?: ["allow", {
190
190
  schema?: string | undefined;
191
191
  alias?: string | undefined;
192
- where?: readonly {
192
+ where?: {
193
193
  type: "simple";
194
194
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
195
195
  field: string;
@@ -198,7 +198,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
198
198
  anchor: "authData" | "preMutationRow";
199
199
  field: string;
200
200
  };
201
- }[] | undefined;
201
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
202
202
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
203
203
  limit?: number | undefined;
204
204
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -211,7 +211,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
211
211
  delete?: ["allow", {
212
212
  schema?: string | undefined;
213
213
  alias?: string | undefined;
214
- where?: readonly {
214
+ where?: {
215
215
  type: "simple";
216
216
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
217
217
  field: string;
@@ -220,7 +220,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
220
220
  anchor: "authData" | "preMutationRow";
221
221
  field: string;
222
222
  };
223
- }[] | undefined;
223
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
224
224
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
225
225
  limit?: number | undefined;
226
226
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -235,7 +235,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
235
235
  select?: ["allow", {
236
236
  schema?: string | undefined;
237
237
  alias?: string | undefined;
238
- where?: readonly {
238
+ where?: {
239
239
  type: "simple";
240
240
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
241
241
  field: string;
@@ -244,7 +244,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
244
244
  anchor: "authData" | "preMutationRow";
245
245
  field: string;
246
246
  };
247
- }[] | undefined;
247
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
248
248
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
249
249
  limit?: number | undefined;
250
250
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -257,7 +257,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
257
257
  insert?: ["allow", {
258
258
  schema?: string | undefined;
259
259
  alias?: string | undefined;
260
- where?: readonly {
260
+ where?: {
261
261
  type: "simple";
262
262
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
263
263
  field: string;
@@ -266,7 +266,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
266
266
  anchor: "authData" | "preMutationRow";
267
267
  field: string;
268
268
  };
269
- }[] | undefined;
269
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
270
270
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
271
271
  limit?: number | undefined;
272
272
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -279,7 +279,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
279
279
  update?: ["allow", {
280
280
  schema?: string | undefined;
281
281
  alias?: string | undefined;
282
- where?: readonly {
282
+ where?: {
283
283
  type: "simple";
284
284
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
285
285
  field: string;
@@ -288,7 +288,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
288
288
  anchor: "authData" | "preMutationRow";
289
289
  field: string;
290
290
  };
291
- }[] | undefined;
291
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
292
292
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
293
293
  limit?: number | undefined;
294
294
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -301,7 +301,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
301
301
  delete?: ["allow", {
302
302
  schema?: string | undefined;
303
303
  alias?: string | undefined;
304
- where?: readonly {
304
+ where?: {
305
305
  type: "simple";
306
306
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
307
307
  field: string;
@@ -310,7 +310,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
310
310
  anchor: "authData" | "preMutationRow";
311
311
  field: string;
312
312
  };
313
- }[] | undefined;
313
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
314
314
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
315
315
  limit?: number | undefined;
316
316
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -325,7 +325,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
325
325
  select?: ["allow", {
326
326
  schema?: string | undefined;
327
327
  alias?: string | undefined;
328
- where?: readonly {
328
+ where?: {
329
329
  type: "simple";
330
330
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
331
331
  field: string;
@@ -334,7 +334,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
334
334
  anchor: "authData" | "preMutationRow";
335
335
  field: string;
336
336
  };
337
- }[] | undefined;
337
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
338
338
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
339
339
  limit?: number | undefined;
340
340
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -347,7 +347,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
347
347
  insert?: ["allow", {
348
348
  schema?: string | undefined;
349
349
  alias?: string | undefined;
350
- where?: readonly {
350
+ where?: {
351
351
  type: "simple";
352
352
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
353
353
  field: string;
@@ -356,7 +356,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
356
356
  anchor: "authData" | "preMutationRow";
357
357
  field: string;
358
358
  };
359
- }[] | undefined;
359
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
360
360
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
361
361
  limit?: number | undefined;
362
362
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -369,7 +369,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
369
369
  update?: ["allow", {
370
370
  schema?: string | undefined;
371
371
  alias?: string | undefined;
372
- where?: readonly {
372
+ where?: {
373
373
  type: "simple";
374
374
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
375
375
  field: string;
@@ -378,7 +378,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
378
378
  anchor: "authData" | "preMutationRow";
379
379
  field: string;
380
380
  };
381
- }[] | undefined;
381
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
382
382
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
383
383
  limit?: number | undefined;
384
384
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -391,7 +391,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
391
391
  delete?: ["allow", {
392
392
  schema?: string | undefined;
393
393
  alias?: string | undefined;
394
- where?: readonly {
394
+ where?: {
395
395
  type: "simple";
396
396
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
397
397
  field: string;
@@ -400,7 +400,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
400
400
  anchor: "authData" | "preMutationRow";
401
401
  field: string;
402
402
  };
403
- }[] | undefined;
403
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
404
404
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
405
405
  limit?: number | undefined;
406
406
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -415,7 +415,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
415
415
  select?: ["allow", {
416
416
  schema?: string | undefined;
417
417
  alias?: string | undefined;
418
- where?: readonly {
418
+ where?: {
419
419
  type: "simple";
420
420
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
421
421
  field: string;
@@ -424,7 +424,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
424
424
  anchor: "authData" | "preMutationRow";
425
425
  field: string;
426
426
  };
427
- }[] | undefined;
427
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
428
428
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
429
429
  limit?: number | undefined;
430
430
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -437,7 +437,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
437
437
  insert?: ["allow", {
438
438
  schema?: string | undefined;
439
439
  alias?: string | undefined;
440
- where?: readonly {
440
+ where?: {
441
441
  type: "simple";
442
442
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
443
443
  field: string;
@@ -446,7 +446,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
446
446
  anchor: "authData" | "preMutationRow";
447
447
  field: string;
448
448
  };
449
- }[] | undefined;
449
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
450
450
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
451
451
  limit?: number | undefined;
452
452
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -459,7 +459,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
459
459
  update?: ["allow", {
460
460
  schema?: string | undefined;
461
461
  alias?: string | undefined;
462
- where?: readonly {
462
+ where?: {
463
463
  type: "simple";
464
464
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
465
465
  field: string;
@@ -468,7 +468,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
468
468
  anchor: "authData" | "preMutationRow";
469
469
  field: string;
470
470
  };
471
- }[] | undefined;
471
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
472
472
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
473
473
  limit?: number | undefined;
474
474
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -481,7 +481,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
481
481
  delete?: ["allow", {
482
482
  schema?: string | undefined;
483
483
  alias?: string | undefined;
484
- where?: readonly {
484
+ where?: {
485
485
  type: "simple";
486
486
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
487
487
  field: string;
@@ -490,7 +490,7 @@ declare const authorizationConfigSchema: v.Type<Record<string, {
490
490
  anchor: "authData" | "preMutationRow";
491
491
  field: string;
492
492
  };
493
- }[] | undefined;
493
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
494
494
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
495
495
  limit?: number | undefined;
496
496
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -564,7 +564,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
564
564
  select?: ["allow", {
565
565
  schema?: string | undefined;
566
566
  alias?: string | undefined;
567
- where?: readonly {
567
+ where?: {
568
568
  type: "simple";
569
569
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
570
570
  field: string;
@@ -573,7 +573,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
573
573
  anchor: "authData" | "preMutationRow";
574
574
  field: string;
575
575
  };
576
- }[] | undefined;
576
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
577
577
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
578
578
  limit?: number | undefined;
579
579
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -586,7 +586,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
586
586
  insert?: ["allow", {
587
587
  schema?: string | undefined;
588
588
  alias?: string | undefined;
589
- where?: readonly {
589
+ where?: {
590
590
  type: "simple";
591
591
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
592
592
  field: string;
@@ -595,7 +595,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
595
595
  anchor: "authData" | "preMutationRow";
596
596
  field: string;
597
597
  };
598
- }[] | undefined;
598
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
599
599
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
600
600
  limit?: number | undefined;
601
601
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -608,7 +608,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
608
608
  update?: ["allow", {
609
609
  schema?: string | undefined;
610
610
  alias?: string | undefined;
611
- where?: readonly {
611
+ where?: {
612
612
  type: "simple";
613
613
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
614
614
  field: string;
@@ -617,7 +617,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
617
617
  anchor: "authData" | "preMutationRow";
618
618
  field: string;
619
619
  };
620
- }[] | undefined;
620
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
621
621
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
622
622
  limit?: number | undefined;
623
623
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -630,7 +630,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
630
630
  delete?: ["allow", {
631
631
  schema?: string | undefined;
632
632
  alias?: string | undefined;
633
- where?: readonly {
633
+ where?: {
634
634
  type: "simple";
635
635
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
636
636
  field: string;
@@ -639,7 +639,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
639
639
  anchor: "authData" | "preMutationRow";
640
640
  field: string;
641
641
  };
642
- }[] | undefined;
642
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
643
643
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
644
644
  limit?: number | undefined;
645
645
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -654,7 +654,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
654
654
  select?: ["allow", {
655
655
  schema?: string | undefined;
656
656
  alias?: string | undefined;
657
- where?: readonly {
657
+ where?: {
658
658
  type: "simple";
659
659
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
660
660
  field: string;
@@ -663,7 +663,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
663
663
  anchor: "authData" | "preMutationRow";
664
664
  field: string;
665
665
  };
666
- }[] | undefined;
666
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
667
667
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
668
668
  limit?: number | undefined;
669
669
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -676,7 +676,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
676
676
  insert?: ["allow", {
677
677
  schema?: string | undefined;
678
678
  alias?: string | undefined;
679
- where?: readonly {
679
+ where?: {
680
680
  type: "simple";
681
681
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
682
682
  field: string;
@@ -685,7 +685,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
685
685
  anchor: "authData" | "preMutationRow";
686
686
  field: string;
687
687
  };
688
- }[] | undefined;
688
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
689
689
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
690
690
  limit?: number | undefined;
691
691
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -698,7 +698,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
698
698
  update?: ["allow", {
699
699
  schema?: string | undefined;
700
700
  alias?: string | undefined;
701
- where?: readonly {
701
+ where?: {
702
702
  type: "simple";
703
703
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
704
704
  field: string;
@@ -707,7 +707,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
707
707
  anchor: "authData" | "preMutationRow";
708
708
  field: string;
709
709
  };
710
- }[] | undefined;
710
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
711
711
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
712
712
  limit?: number | undefined;
713
713
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -720,7 +720,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
720
720
  delete?: ["allow", {
721
721
  schema?: string | undefined;
722
722
  alias?: string | undefined;
723
- where?: readonly {
723
+ where?: {
724
724
  type: "simple";
725
725
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
726
726
  field: string;
@@ -729,7 +729,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
729
729
  anchor: "authData" | "preMutationRow";
730
730
  field: string;
731
731
  };
732
- }[] | undefined;
732
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
733
733
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
734
734
  limit?: number | undefined;
735
735
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -744,7 +744,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
744
744
  select?: ["allow", {
745
745
  schema?: string | undefined;
746
746
  alias?: string | undefined;
747
- where?: readonly {
747
+ where?: {
748
748
  type: "simple";
749
749
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
750
750
  field: string;
@@ -753,7 +753,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
753
753
  anchor: "authData" | "preMutationRow";
754
754
  field: string;
755
755
  };
756
- }[] | undefined;
756
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
757
757
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
758
758
  limit?: number | undefined;
759
759
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -766,7 +766,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
766
766
  insert?: ["allow", {
767
767
  schema?: string | undefined;
768
768
  alias?: string | undefined;
769
- where?: readonly {
769
+ where?: {
770
770
  type: "simple";
771
771
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
772
772
  field: string;
@@ -775,7 +775,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
775
775
  anchor: "authData" | "preMutationRow";
776
776
  field: string;
777
777
  };
778
- }[] | undefined;
778
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
779
779
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
780
780
  limit?: number | undefined;
781
781
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -788,7 +788,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
788
788
  update?: ["allow", {
789
789
  schema?: string | undefined;
790
790
  alias?: string | undefined;
791
- where?: readonly {
791
+ where?: {
792
792
  type: "simple";
793
793
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
794
794
  field: string;
@@ -797,7 +797,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
797
797
  anchor: "authData" | "preMutationRow";
798
798
  field: string;
799
799
  };
800
- }[] | undefined;
800
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
801
801
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
802
802
  limit?: number | undefined;
803
803
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -810,7 +810,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
810
810
  delete?: ["allow", {
811
811
  schema?: string | undefined;
812
812
  alias?: string | undefined;
813
- where?: readonly {
813
+ where?: {
814
814
  type: "simple";
815
815
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
816
816
  field: string;
@@ -819,7 +819,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
819
819
  anchor: "authData" | "preMutationRow";
820
820
  field: string;
821
821
  };
822
- }[] | undefined;
822
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
823
823
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
824
824
  limit?: number | undefined;
825
825
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -834,7 +834,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
834
834
  select?: ["allow", {
835
835
  schema?: string | undefined;
836
836
  alias?: string | undefined;
837
- where?: readonly {
837
+ where?: {
838
838
  type: "simple";
839
839
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
840
840
  field: string;
@@ -843,7 +843,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
843
843
  anchor: "authData" | "preMutationRow";
844
844
  field: string;
845
845
  };
846
- }[] | undefined;
846
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
847
847
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
848
848
  limit?: number | undefined;
849
849
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -856,7 +856,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
856
856
  insert?: ["allow", {
857
857
  schema?: string | undefined;
858
858
  alias?: string | undefined;
859
- where?: readonly {
859
+ where?: {
860
860
  type: "simple";
861
861
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
862
862
  field: string;
@@ -865,7 +865,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
865
865
  anchor: "authData" | "preMutationRow";
866
866
  field: string;
867
867
  };
868
- }[] | undefined;
868
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
869
869
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
870
870
  limit?: number | undefined;
871
871
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -878,7 +878,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
878
878
  update?: ["allow", {
879
879
  schema?: string | undefined;
880
880
  alias?: string | undefined;
881
- where?: readonly {
881
+ where?: {
882
882
  type: "simple";
883
883
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
884
884
  field: string;
@@ -887,7 +887,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
887
887
  anchor: "authData" | "preMutationRow";
888
888
  field: string;
889
889
  };
890
- }[] | undefined;
890
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
891
891
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
892
892
  limit?: number | undefined;
893
893
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;
@@ -900,7 +900,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
900
900
  delete?: ["allow", {
901
901
  schema?: string | undefined;
902
902
  alias?: string | undefined;
903
- where?: readonly {
903
+ where?: {
904
904
  type: "simple";
905
905
  op: "=" | "!=" | "<" | ">" | "<=" | ">=" | "LIKE" | "NOT LIKE" | "ILIKE" | "NOT ILIKE" | "IN" | "NOT IN";
906
906
  field: string;
@@ -909,7 +909,7 @@ export declare const zeroConfigSchema: v.ObjectType<Omit<{
909
909
  anchor: "authData" | "preMutationRow";
910
910
  field: string;
911
911
  };
912
- }[] | undefined;
912
+ } | import("../../../zero-protocol/src/ast.js").Conjunction | import("../../../zero-protocol/src/ast.js").Disjunction | undefined;
913
913
  related?: readonly import("../../../zero-protocol/src/ast.js").CorrelatedSubQuery[] | undefined;
914
914
  limit?: number | undefined;
915
915
  orderBy?: readonly (readonly [string, "asc" | "desc"])[] | undefined;