@ronin/syntax
Advanced tools
Comparing version 0.2.21-ben-ron-1099-experimental-136 to 0.2.21-ben-ron-1099-experimental-137
@@ -1,1 +0,1 @@ | ||
export { D as DeepCallable, e as PromiseTuple, R as ResultRecord, d as SyntaxItem, f as getBatchProxy, j as getBatchProxySQL, h as getProperty, g as getSyntaxProxy, i as getSyntaxProxySQL, s as setProperty } from './index-PU-o0t1n.js'; | ||
export { D as DeepCallable, d as PromiseTuple, R as ResultRecord, c as SyntaxItem, e as getBatchProxy, i as getBatchProxySQL, f as getProperty, g as getSyntaxProxy, h as getSyntaxProxySQL, s as setProperty } from './index-QvcaArcg.js'; |
@@ -1,2 +0,2 @@ | ||
import { P as PublicModel, M as ModelIndex, a as ModelField, b as ModelTrigger, c as ModelPreset, S as StoredObject, d as SyntaxItem, Q as QUERY_SYMBOLS } from './index-PU-o0t1n.js'; | ||
import { P as PublicModel, M as ModelIndex, a as ModelField, b as ModelTrigger, G as GetInstructions, W as WithInstruction, S as StoredObject, c as SyntaxItem, Q as QUERY_SYMBOLS } from './index-QvcaArcg.js'; | ||
@@ -33,3 +33,3 @@ interface RoninFields { | ||
*/ | ||
presets?: Record<string, ModelPreset['instructions']> | ((fields: keyof Fields) => Record<string, ModelPreset['instructions']>); | ||
presets?: Record<string, GetInstructions | WithInstruction> | ((fields: keyof Fields) => Record<string, GetInstructions | WithInstruction>); | ||
} | ||
@@ -36,0 +36,0 @@ type FieldToTypeMap = { |
{ | ||
"name": "@ronin/syntax", | ||
"version": "0.2.21-ben-ron-1099-experimental-136", | ||
"version": "0.2.21-ben-ron-1099-experimental-137", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Allows for defining RONIN queries and schemas in code.", |
67229