@zenstackhq/runtime 3.0.0-alpha.11 → 3.0.0-alpha.12
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/dist/{contract-BQGRBbOU.d.cts → contract-BEAyf7Es.d.cts} +12 -1
- package/dist/{contract-BQGRBbOU.d.ts → contract-BEAyf7Es.d.ts} +12 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js.map +1 -1
- package/dist/plugins/policy.d.cts +1 -1
- package/dist/plugins/policy.d.ts +1 -1
- package/package.json +7 -7
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as ClientConstructor } from './contract-
|
|
2
|
-
export { H as AggregateArgs, K as AggregateResult, B as BatchResult, h as BooleanFilter, g as BytesFilter, c as ClientContract, d as ClientOptions, E as CountArgs, G as CountResult, t as CreateArgs, v as CreateManyAndReturnArgs, u as CreateManyArgs, D as DateTimeFilter, z as DeleteArgs, A as DeleteManyArgs, F as FindArgs, r as FindFirstArgs, q as FindManyArgs, s as FindUniqueArgs, L as GroupByArgs, P as GroupByResult, I as IncludeInput, J as JsonArray, a as JsonObject, b as JsonValue, M as ModelResult, j as NullsOrder, N as NumberFilter, l as OmitInput, O as OrderBy, m as SelectIncludeOmit, n as SelectInput, p as SelectSubset, S as SimplifiedModelResult, i as SortOrder, f as StringFilter, o as Subset, T as ToKysely, U as UpdateArgs, x as UpdateManyAndReturnArgs, w as UpdateManyArgs, y as UpsertArgs, W as WhereInput, k as WhereUniqueInput, e as definePlugin } from './contract-
|
|
1
|
+
import { C as ClientConstructor } from './contract-BEAyf7Es.cjs';
|
|
2
|
+
export { H as AggregateArgs, K as AggregateResult, B as BatchResult, h as BooleanFilter, g as BytesFilter, c as ClientContract, d as ClientOptions, E as CountArgs, G as CountResult, t as CreateArgs, v as CreateManyAndReturnArgs, u as CreateManyArgs, D as DateTimeFilter, z as DeleteArgs, A as DeleteManyArgs, F as FindArgs, r as FindFirstArgs, q as FindManyArgs, s as FindUniqueArgs, L as GroupByArgs, P as GroupByResult, I as IncludeInput, J as JsonArray, a as JsonObject, b as JsonValue, M as ModelResult, j as NullsOrder, N as NumberFilter, l as OmitInput, O as OrderBy, m as SelectIncludeOmit, n as SelectInput, p as SelectSubset, S as SimplifiedModelResult, i as SortOrder, f as StringFilter, o as Subset, T as ToKysely, U as UpdateArgs, x as UpdateManyAndReturnArgs, w as UpdateManyArgs, y as UpsertArgs, W as WhereInput, k as WhereUniqueInput, e as definePlugin } from './contract-BEAyf7Es.cjs';
|
|
3
3
|
import 'decimal.js';
|
|
4
4
|
import '@zenstackhq/sdk/schema';
|
|
5
5
|
import 'kysely';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as ClientConstructor } from './contract-
|
|
2
|
-
export { H as AggregateArgs, K as AggregateResult, B as BatchResult, h as BooleanFilter, g as BytesFilter, c as ClientContract, d as ClientOptions, E as CountArgs, G as CountResult, t as CreateArgs, v as CreateManyAndReturnArgs, u as CreateManyArgs, D as DateTimeFilter, z as DeleteArgs, A as DeleteManyArgs, F as FindArgs, r as FindFirstArgs, q as FindManyArgs, s as FindUniqueArgs, L as GroupByArgs, P as GroupByResult, I as IncludeInput, J as JsonArray, a as JsonObject, b as JsonValue, M as ModelResult, j as NullsOrder, N as NumberFilter, l as OmitInput, O as OrderBy, m as SelectIncludeOmit, n as SelectInput, p as SelectSubset, S as SimplifiedModelResult, i as SortOrder, f as StringFilter, o as Subset, T as ToKysely, U as UpdateArgs, x as UpdateManyAndReturnArgs, w as UpdateManyArgs, y as UpsertArgs, W as WhereInput, k as WhereUniqueInput, e as definePlugin } from './contract-
|
|
1
|
+
import { C as ClientConstructor } from './contract-BEAyf7Es.js';
|
|
2
|
+
export { H as AggregateArgs, K as AggregateResult, B as BatchResult, h as BooleanFilter, g as BytesFilter, c as ClientContract, d as ClientOptions, E as CountArgs, G as CountResult, t as CreateArgs, v as CreateManyAndReturnArgs, u as CreateManyArgs, D as DateTimeFilter, z as DeleteArgs, A as DeleteManyArgs, F as FindArgs, r as FindFirstArgs, q as FindManyArgs, s as FindUniqueArgs, L as GroupByArgs, P as GroupByResult, I as IncludeInput, J as JsonArray, a as JsonObject, b as JsonValue, M as ModelResult, j as NullsOrder, N as NumberFilter, l as OmitInput, O as OrderBy, m as SelectIncludeOmit, n as SelectInput, p as SelectSubset, S as SimplifiedModelResult, i as SortOrder, f as StringFilter, o as Subset, T as ToKysely, U as UpdateArgs, x as UpdateManyAndReturnArgs, w as UpdateManyArgs, y as UpsertArgs, W as WhereInput, k as WhereUniqueInput, e as definePlugin } from './contract-BEAyf7Es.js';
|
|
3
3
|
import 'decimal.js';
|
|
4
4
|
import '@zenstackhq/sdk/schema';
|
|
5
5
|
import 'kysely';
|