@prisma/orm-family-sql 8.0.0-rc.8-dev.18 → 8.0.0-rc.8-dev.20
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/{authoring-type-constructors-Blqoa2Ua-CFFAzyES.mjs → authoring-type-constructors-BD-XuavC-CB5uCmck.mjs} +9 -3
- package/dist/authoring-type-constructors-BD-XuavC-CB5uCmck.mjs.map +1 -0
- package/dist/contract-psl.mjs +1 -1
- package/dist/contract-psl__attribute-specs.d.mts +15 -15
- package/dist/contract-psl__attribute-specs.d.mts.map +1 -1
- package/dist/contract-psl__attribute-specs.mjs +1 -1
- package/dist/contract-psl__provider.mjs +1 -1
- package/dist/contract-psl__provider.mjs.map +1 -1
- package/dist/{control-DheONC4E.mjs → control-DJi35XO2.mjs} +3 -3
- package/dist/{control-DheONC4E.mjs.map → control-DJi35XO2.mjs.map} +1 -1
- package/dist/{control-CCQP4VFK.d.mts → control-_b_fvUSh.d.mts} +35 -31
- package/dist/control-_b_fvUSh.d.mts.map +1 -0
- package/dist/family.d.mts +1 -2
- package/dist/family.mjs +1 -1
- package/dist/family__control.d.mts +1 -1
- package/dist/family__control.mjs +1 -1
- package/dist/family__pack.d.mts +321 -2
- package/dist/family__pack.d.mts.map +1 -0
- package/dist/family__pack.mjs +2 -2
- package/dist/family__pack.mjs.map +1 -1
- package/dist/{interpreter-DQIdQxL1-DyNYhhep.mjs → interpreter-BPl_7Cv5-B8FaNBLQ.mjs} +3 -3
- package/dist/{interpreter-DQIdQxL1-DyNYhhep.mjs.map → interpreter-BPl_7Cv5-B8FaNBLQ.mjs.map} +1 -1
- package/dist/{sql-attribute-specs-Cr8_u9ma-ENY2C_np.mjs → sql-attribute-specs-BbZ53xbF-CiX6O5aY.mjs} +18 -25
- package/dist/sql-attribute-specs-BbZ53xbF-CiX6O5aY.mjs.map +1 -0
- package/package.json +17 -17
- package/dist/authoring-type-constructors-Blqoa2Ua-CFFAzyES.mjs.map +0 -1
- package/dist/control-CCQP4VFK.d.mts.map +0 -1
- package/dist/index-DrcrDbOI-BlARY_6q.d.mts +0 -536
- package/dist/index-DrcrDbOI-BlARY_6q.d.mts.map +0 -1
- package/dist/pack-Chia4J0l.d.mts +0 -317
- package/dist/pack-Chia4J0l.d.mts.map +0 -1
- package/dist/sql-attribute-specs-Cr8_u9ma-ENY2C_np.mjs.map +0 -1
package/dist/family__control.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { o as extractCodecControlHooks } from "./schema-verify-C_PEdlAr-Dxxjm6EM.mjs";
|
|
2
2
|
import { a as temporalStringAuthoringPresets, i as temporalCodecPresetWithPrecision, n as temporalAuthoringPresets, o as timestampNowControlDescriptor, r as temporalCodecPreset } from "./timestamp-now-generator-BZnBo7IC-DbN5Apqe.mjs";
|
|
3
|
-
import { a as contractToSchemaIR, c as createMigrationPlan, d as partitionIssuesByControlPolicy, f as planFieldEventOperations, g as runnerSuccess, h as runnerFailure, i as contractNamespaceToSchemaIR, l as detectDestructiveChanges, m as plannerSuccess, n as assembleAuthoringContributions, o as controlPolicyForCall, p as plannerFailure, r as buildNativeTypeExpander, s as control_default, t as INIT_ADDITIVE_POLICY, u as partitionCallsByControlPolicy } from "./control-
|
|
3
|
+
import { a as contractToSchemaIR, c as createMigrationPlan, d as partitionIssuesByControlPolicy, f as planFieldEventOperations, g as runnerSuccess, h as runnerFailure, i as contractNamespaceToSchemaIR, l as detectDestructiveChanges, m as plannerSuccess, n as assembleAuthoringContributions, o as controlPolicyForCall, p as plannerFailure, r as buildNativeTypeExpander, s as control_default, t as INIT_ADDITIVE_POLICY, u as partitionCallsByControlPolicy } from "./control-DJi35XO2.mjs";
|
|
4
4
|
export { INIT_ADDITIVE_POLICY, assembleAuthoringContributions, buildNativeTypeExpander, contractNamespaceToSchemaIR, contractToSchemaIR, controlPolicyForCall, createMigrationPlan, control_default as default, detectDestructiveChanges, extractCodecControlHooks, partitionCallsByControlPolicy, partitionIssuesByControlPolicy, planFieldEventOperations, plannerFailure, plannerSuccess, runnerFailure, runnerSuccess, temporalAuthoringPresets, temporalCodecPreset, temporalCodecPresetWithPrecision, temporalStringAuthoringPresets, timestampNowControlDescriptor };
|
package/dist/family__pack.d.mts
CHANGED
|
@@ -1,2 +1,321 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
//#region ../../../2-sql/9-family/dist/pack.d.mts
|
|
2
|
+
//#region src/exports/pack.d.ts
|
|
3
|
+
declare const sqlFamilyPack: {
|
|
4
|
+
readonly kind: "family";
|
|
5
|
+
readonly id: "sql";
|
|
6
|
+
readonly familyId: "sql";
|
|
7
|
+
readonly version: "0.0.1";
|
|
8
|
+
readonly authoring: {
|
|
9
|
+
readonly field: {
|
|
10
|
+
readonly uuidString: {
|
|
11
|
+
readonly kind: "fieldPreset";
|
|
12
|
+
readonly output: {
|
|
13
|
+
readonly codecId: "sql/char@1";
|
|
14
|
+
readonly nativeType: "character";
|
|
15
|
+
readonly typeParams: {
|
|
16
|
+
readonly length: 36;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
readonly ulid: {
|
|
21
|
+
readonly kind: "fieldPreset";
|
|
22
|
+
readonly output: {
|
|
23
|
+
readonly codecId: "sql/char@1";
|
|
24
|
+
readonly nativeType: "character";
|
|
25
|
+
readonly typeParams: {
|
|
26
|
+
readonly length: 26;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
readonly nanoid: {
|
|
31
|
+
readonly kind: "fieldPreset";
|
|
32
|
+
readonly args: readonly [{
|
|
33
|
+
readonly kind: "object";
|
|
34
|
+
readonly optional: true;
|
|
35
|
+
readonly properties: {
|
|
36
|
+
readonly size: {
|
|
37
|
+
readonly kind: "number";
|
|
38
|
+
readonly optional: true;
|
|
39
|
+
readonly integer: true;
|
|
40
|
+
readonly minimum: 2;
|
|
41
|
+
readonly maximum: 255;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
}];
|
|
45
|
+
readonly output: {
|
|
46
|
+
readonly codecId: "sql/char@1";
|
|
47
|
+
readonly nativeType: "character";
|
|
48
|
+
readonly typeParams: {
|
|
49
|
+
readonly length: {
|
|
50
|
+
readonly kind: "arg";
|
|
51
|
+
readonly index: 0;
|
|
52
|
+
readonly path: readonly ["size"];
|
|
53
|
+
readonly default: 21;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
readonly cuid2: {
|
|
59
|
+
readonly kind: "fieldPreset";
|
|
60
|
+
readonly output: {
|
|
61
|
+
readonly codecId: "sql/char@1";
|
|
62
|
+
readonly nativeType: "character";
|
|
63
|
+
readonly typeParams: {
|
|
64
|
+
readonly length: 24;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
readonly ksuid: {
|
|
69
|
+
readonly kind: "fieldPreset";
|
|
70
|
+
readonly output: {
|
|
71
|
+
readonly codecId: "sql/char@1";
|
|
72
|
+
readonly nativeType: "character";
|
|
73
|
+
readonly typeParams: {
|
|
74
|
+
readonly length: 27;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
readonly id: {
|
|
79
|
+
readonly uuidv4String: {
|
|
80
|
+
readonly kind: "fieldPreset";
|
|
81
|
+
readonly output: {
|
|
82
|
+
readonly codecId: "sql/char@1";
|
|
83
|
+
readonly nativeType: "character";
|
|
84
|
+
readonly typeParams: {
|
|
85
|
+
readonly length: 36;
|
|
86
|
+
};
|
|
87
|
+
readonly executionDefaults: {
|
|
88
|
+
readonly onCreate: {
|
|
89
|
+
readonly kind: "generator";
|
|
90
|
+
readonly id: "uuidv4";
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
readonly id: true;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
readonly uuidv7String: {
|
|
97
|
+
readonly kind: "fieldPreset";
|
|
98
|
+
readonly output: {
|
|
99
|
+
readonly codecId: "sql/char@1";
|
|
100
|
+
readonly nativeType: "character";
|
|
101
|
+
readonly typeParams: {
|
|
102
|
+
readonly length: 36;
|
|
103
|
+
};
|
|
104
|
+
readonly executionDefaults: {
|
|
105
|
+
readonly onCreate: {
|
|
106
|
+
readonly kind: "generator";
|
|
107
|
+
readonly id: "uuidv7";
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
readonly id: true;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
readonly ulid: {
|
|
114
|
+
readonly kind: "fieldPreset";
|
|
115
|
+
readonly output: {
|
|
116
|
+
readonly codecId: "sql/char@1";
|
|
117
|
+
readonly nativeType: "character";
|
|
118
|
+
readonly typeParams: {
|
|
119
|
+
readonly length: 26;
|
|
120
|
+
};
|
|
121
|
+
readonly executionDefaults: {
|
|
122
|
+
readonly onCreate: {
|
|
123
|
+
readonly kind: "generator";
|
|
124
|
+
readonly id: "ulid";
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
readonly id: true;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
readonly nanoid: {
|
|
131
|
+
readonly kind: "fieldPreset";
|
|
132
|
+
readonly args: readonly [{
|
|
133
|
+
readonly kind: "object";
|
|
134
|
+
readonly optional: true;
|
|
135
|
+
readonly properties: {
|
|
136
|
+
readonly size: {
|
|
137
|
+
readonly kind: "number";
|
|
138
|
+
readonly optional: true;
|
|
139
|
+
readonly integer: true;
|
|
140
|
+
readonly minimum: 2;
|
|
141
|
+
readonly maximum: 255;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
}];
|
|
145
|
+
readonly output: {
|
|
146
|
+
readonly codecId: "sql/char@1";
|
|
147
|
+
readonly nativeType: "character";
|
|
148
|
+
readonly typeParams: {
|
|
149
|
+
readonly length: {
|
|
150
|
+
readonly kind: "arg";
|
|
151
|
+
readonly index: 0;
|
|
152
|
+
readonly path: readonly ["size"];
|
|
153
|
+
readonly default: 21;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
readonly executionDefaults: {
|
|
157
|
+
readonly onCreate: {
|
|
158
|
+
readonly kind: "generator";
|
|
159
|
+
readonly id: "nanoid";
|
|
160
|
+
readonly params: {
|
|
161
|
+
readonly size: {
|
|
162
|
+
readonly kind: "arg";
|
|
163
|
+
readonly index: 0;
|
|
164
|
+
readonly path: readonly ["size"];
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
readonly id: true;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
readonly cuid2: {
|
|
173
|
+
readonly kind: "fieldPreset";
|
|
174
|
+
readonly output: {
|
|
175
|
+
readonly codecId: "sql/char@1";
|
|
176
|
+
readonly nativeType: "character";
|
|
177
|
+
readonly typeParams: {
|
|
178
|
+
readonly length: 24;
|
|
179
|
+
};
|
|
180
|
+
readonly executionDefaults: {
|
|
181
|
+
readonly onCreate: {
|
|
182
|
+
readonly kind: "generator";
|
|
183
|
+
readonly id: "cuid2";
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
readonly id: true;
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
readonly ksuid: {
|
|
190
|
+
readonly kind: "fieldPreset";
|
|
191
|
+
readonly output: {
|
|
192
|
+
readonly codecId: "sql/char@1";
|
|
193
|
+
readonly nativeType: "character";
|
|
194
|
+
readonly typeParams: {
|
|
195
|
+
readonly length: 27;
|
|
196
|
+
};
|
|
197
|
+
readonly executionDefaults: {
|
|
198
|
+
readonly onCreate: {
|
|
199
|
+
readonly kind: "generator";
|
|
200
|
+
readonly id: "ksuid";
|
|
201
|
+
};
|
|
202
|
+
};
|
|
203
|
+
readonly id: true;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
readonly type: {
|
|
209
|
+
readonly sql: {
|
|
210
|
+
readonly String: {
|
|
211
|
+
readonly kind: "typeConstructor";
|
|
212
|
+
readonly args: readonly [{
|
|
213
|
+
readonly kind: "number";
|
|
214
|
+
readonly name: "length";
|
|
215
|
+
readonly integer: true;
|
|
216
|
+
readonly minimum: 1;
|
|
217
|
+
readonly maximum: 10485760;
|
|
218
|
+
}];
|
|
219
|
+
readonly output: {
|
|
220
|
+
readonly codecId: "sql/varchar@1";
|
|
221
|
+
readonly nativeType: "character varying";
|
|
222
|
+
readonly typeParams: {
|
|
223
|
+
readonly length: {
|
|
224
|
+
readonly kind: "arg";
|
|
225
|
+
readonly index: 0;
|
|
226
|
+
};
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
};
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
readonly entityTypes: import("@prisma/orm-framework/components/authoring").AuthoringEntityTypeNamespace;
|
|
233
|
+
readonly pslBlockDescriptors: {
|
|
234
|
+
readonly enum: {
|
|
235
|
+
readonly kind: "pslBlock";
|
|
236
|
+
readonly keyword: "enum";
|
|
237
|
+
readonly discriminator: "enum";
|
|
238
|
+
readonly name: {
|
|
239
|
+
readonly required: true;
|
|
240
|
+
};
|
|
241
|
+
readonly parameters: {};
|
|
242
|
+
readonly variadicParameters: true;
|
|
243
|
+
readonly attributes: {
|
|
244
|
+
readonly type: () => import("@prisma/orm-framework/psl-parser").AttributeSpec<{
|
|
245
|
+
codecId: string;
|
|
246
|
+
}, import("@prisma/orm-framework/psl-parser").AttributeCtx>;
|
|
247
|
+
};
|
|
248
|
+
};
|
|
249
|
+
};
|
|
250
|
+
readonly attributeSpecs: {
|
|
251
|
+
readonly model: {
|
|
252
|
+
readonly map: () => import("@prisma/orm-framework/psl-parser").AttributeSpec<{
|
|
253
|
+
name: string;
|
|
254
|
+
}, import("@prisma/orm-framework/psl-parser").ModelAttributeCtx>;
|
|
255
|
+
readonly id: () => import("@prisma/orm-framework/psl-parser").AttributeSpec<{
|
|
256
|
+
fields: string[];
|
|
257
|
+
readonly map?: string;
|
|
258
|
+
}, import("@prisma/orm-framework/psl-parser").ModelAttributeCtx>;
|
|
259
|
+
readonly unique: () => import("@prisma/orm-framework/psl-parser").AttributeSpec<{
|
|
260
|
+
fields: string[];
|
|
261
|
+
readonly map?: string;
|
|
262
|
+
}, import("@prisma/orm-framework/psl-parser").ModelAttributeCtx>;
|
|
263
|
+
readonly index: () => import("@prisma/orm-framework/psl-parser").AttributeSpec<{
|
|
264
|
+
fields?: string[];
|
|
265
|
+
readonly expression?: string;
|
|
266
|
+
readonly where?: string;
|
|
267
|
+
readonly unique?: boolean;
|
|
268
|
+
readonly name?: string;
|
|
269
|
+
readonly map?: string;
|
|
270
|
+
readonly type?: string;
|
|
271
|
+
readonly options?: Record<string, string>;
|
|
272
|
+
}, import("@prisma/orm-framework/psl-parser").ModelAttributeCtx>;
|
|
273
|
+
readonly check: () => import("@prisma/orm-framework/psl-parser").AttributeSpec<{
|
|
274
|
+
readonly expression: string;
|
|
275
|
+
readonly name?: string;
|
|
276
|
+
readonly map?: string;
|
|
277
|
+
}, import("@prisma/orm-framework/psl-parser").ModelAttributeCtx>;
|
|
278
|
+
readonly control: () => import("@prisma/orm-framework/psl-parser").AttributeSpec<{
|
|
279
|
+
policy: "managed" | "tolerated" | "external" | "observed";
|
|
280
|
+
}, import("@prisma/orm-framework/psl-parser").ModelAttributeCtx>;
|
|
281
|
+
readonly discriminator: () => import("@prisma/orm-framework/psl-parser").AttributeSpec<{
|
|
282
|
+
field: string;
|
|
283
|
+
}, import("@prisma/orm-framework/psl-parser").ModelAttributeCtx>;
|
|
284
|
+
readonly base: () => import("@prisma/orm-framework/psl-parser").AttributeSpec<{
|
|
285
|
+
base: string;
|
|
286
|
+
value: string;
|
|
287
|
+
}, import("@prisma/orm-framework/psl-parser").ModelAttributeCtx>;
|
|
288
|
+
};
|
|
289
|
+
readonly field: {
|
|
290
|
+
readonly map: () => import("@prisma/orm-framework/psl-parser").AttributeSpec<{
|
|
291
|
+
name: string;
|
|
292
|
+
}, import("@prisma/orm-framework/psl-parser").FieldAttributeCtx>;
|
|
293
|
+
readonly id: () => import("@prisma/orm-framework/psl-parser").AttributeSpec<{
|
|
294
|
+
readonly map?: string;
|
|
295
|
+
}, import("@prisma/orm-framework/psl-parser").FieldAttributeCtx>;
|
|
296
|
+
readonly unique: () => import("@prisma/orm-framework/psl-parser").AttributeSpec<{
|
|
297
|
+
readonly map?: string;
|
|
298
|
+
}, import("@prisma/orm-framework/psl-parser").FieldAttributeCtx>;
|
|
299
|
+
readonly noCheck: () => import("@prisma/orm-framework/psl-parser").AttributeSpec<{
|
|
300
|
+
first?: "membership" | "elementNotNull";
|
|
301
|
+
second?: "membership" | "elementNotNull";
|
|
302
|
+
}, import("@prisma/orm-framework/psl-parser").FieldAttributeCtx>;
|
|
303
|
+
readonly relation: () => import("@prisma/orm-framework/psl-parser").AttributeSpec<{
|
|
304
|
+
name?: string;
|
|
305
|
+
readonly fields?: string[];
|
|
306
|
+
readonly references?: string[];
|
|
307
|
+
readonly map?: string;
|
|
308
|
+
readonly onDelete?: "NoAction" | "Restrict" | "Cascade" | "SetNull" | "SetDefault";
|
|
309
|
+
readonly onUpdate?: "NoAction" | "Restrict" | "Cascade" | "SetNull" | "SetDefault";
|
|
310
|
+
readonly index?: boolean;
|
|
311
|
+
}, import("@prisma/orm-framework/psl-parser").FieldAttributeCtx>;
|
|
312
|
+
readonly default: (ctx: import("@prisma/orm-framework/psl-parser").FieldAttributeSpecContext) => import("@prisma/orm-framework/psl-parser").AttributeSpec<{
|
|
313
|
+
value: string | number | boolean | (string | number | boolean)[] | import("@prisma/orm-framework/psl-parser").TypedFuncCall;
|
|
314
|
+
}, import("@prisma/orm-framework/psl-parser").FieldAttributeCtx>;
|
|
315
|
+
};
|
|
316
|
+
};
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
//#endregion
|
|
320
|
+
export { sqlFamilyPack as default };
|
|
321
|
+
//# sourceMappingURL=family__pack.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"family__pack.d.mts","names":[],"sources":["../../../../2-sql/9-family/dist/pack.d.mts"],"mappings":";;cACc;WACH;WACA;WACA;WACA;WACA;aACE;eACE;iBACE;iBACA;mBACE;mBACA;mBACA;qBACE;;;;eAIN;iBACE;iBACA;mBACE;mBACA;mBACA;qBACE;;;;eAIN;iBACE;iBACA;mBACE;mBACA;mBACA;qBACE;uBACE;uBACA;uBACA;uBACA;uBACA;;;;iBAIN;mBACE;mBACA;mBACA;qBACE;uBACE;uBACA;uBACA;uBACA;;;;;eAKR;iBACE;iBACA;mBACE;mBACA;mBACA;qBACE;;;;eAIN;iBACE;iBACA;mBACE;mBACA;mBACA;qBACE;;;;eAIN;iBACE;mBACE;mBACA;qBACE;qBACA;qBACA;uBACE;;qBAEF;uBACE;yBACE;yBACA;;;qBAGJ;;;iBAGJ;mBACE;mBACA;qBACE;qBACA;qBACA;uBACE;;qBAEF;uBACE;yBACE;yBACA;;;qBAGJ;;;iBAGJ;mBACE;mBACA;qBACE;qBACA;qBACA;uBACE;;qBAEF;uBACE;yBACE;yBACA;;;qBAGJ;;;iBAGJ;mBACE;mBACA;qBACE;qBACA;qBACA;uBACE;yBACE;yBACA;yBACA;yBACA;yBACA;;;;mBAIN;qBACE;qBACA;qBACA;uBACE;yBACE;yBACA;yBACA;yBACA;;;qBAGJ;uBACE;yBACE;yBACA;yBACA;2BACE;6BACE;6BACA;6BACA;;;;;qBAKR;;;iBAGJ;mBACE;mBACA;qBACE;qBACA;qBACA;uBACE;;qBAEF;uBACE;yBACE;yBACA;;;qBAGJ;;;iBAGJ;mBACE;mBACA;qBACE;qBACA;qBACA;uBACE;;qBAEF;uBACE;yBACE;yBACA;;;qBAGJ;;;;;aAKR;eACE;iBACE;mBACE;mBACA;qBACE;qBACA;qBACA;qBACA;qBACA;;mBAEF;qBACE;qBACA;qBACA;uBACE;yBACE;yBACA;;;;;;;aAOZ,gEAAgE;aAChE;eACE;iBACE;iBACA;iBACA;iBACA;mBACE;;iBAEF;iBACA;iBACA;mBACE,2CAA2C;YAClD;4CACgC;;;;aAI/B;eACE;iBACE,0CAA0C;UACjD;0CACgC;iBACzB,yCAAyC;UAChD;mBACS;0CACuB;iBACzB,6CAA6C;UACpD;mBACS;0CACuB;iBACzB,4CAA4C;UACnD;mBACS;mBACA;mBACA;mBACA;mBACA;mBACA;mBACA,UAAU;0CACa;iBACzB,4CAA4C;mBAC1C;mBACA;mBACA;0CACuB;iBACzB,8CAA8C;UACrD;0CACgC;iBACzB,oDAAoD;UAC3D;0CACgC;iBACzB,2CAA2C;UAClD;UACA;0CACgC;;eAE3B;iBACE,0CAA0C;UACjD;0CACgC;iBACzB,yCAAyC;mBACvC;0CACuB;iBACzB,6CAA6C;mBAC3C;0CACuB;iBACzB,8CAA8C;UACrD;UACA;0CACgC;iBACzB,+CAA+C;UACtD;mBACS;mBACA;mBACA;mBACA;mBACA;mBACA;0CACuB;iBACzB,UAAU,oCAAoC,6DAA6D;UAClH,kGAAkG;0CAClE"}
|
package/dist/family__pack.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as sqlAttributeSpecs } from "./sql-attribute-specs-
|
|
2
|
-
import { i as sqlFamilyPslBlockDescriptors, n as sqlFamilyAuthoringTypes, r as sqlFamilyEntityTypes, t as sqlFamilyAuthoringFieldPresets } from "./authoring-type-constructors-
|
|
1
|
+
import { s as sqlAttributeSpecs } from "./sql-attribute-specs-BbZ53xbF-CiX6O5aY.mjs";
|
|
2
|
+
import { i as sqlFamilyPslBlockDescriptors, n as sqlFamilyAuthoringTypes, r as sqlFamilyEntityTypes, t as sqlFamilyAuthoringFieldPresets } from "./authoring-type-constructors-BD-XuavC-CB5uCmck.mjs";
|
|
3
3
|
//#region ../../../2-sql/9-family/dist/pack.mjs
|
|
4
4
|
const sqlFamilyPack = {
|
|
5
5
|
kind: "family",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"family__pack.mjs","names":[],"sources":["../../../../2-sql/9-family/dist/pack.mjs"],"sourcesContent":["import { i as sqlFamilyPslBlockDescriptors, n as sqlFamilyAuthoringFieldPresets, r as sqlFamilyEntityTypes, t as sqlFamilyAuthoringTypes } from \"./authoring-type-constructors-
|
|
1
|
+
{"version":3,"file":"family__pack.mjs","names":[],"sources":["../../../../2-sql/9-family/dist/pack.mjs"],"sourcesContent":["import { i as sqlFamilyPslBlockDescriptors, n as sqlFamilyAuthoringFieldPresets, r as sqlFamilyEntityTypes, t as sqlFamilyAuthoringTypes } from \"./authoring-type-constructors-BD-XuavC.mjs\";\nimport { sqlAttributeSpecs } from \"@internal/sql-contract-psl/attribute-specs\";\n//#region src/exports/pack.ts\nconst sqlFamilyPack = {\n\tkind: \"family\",\n\tid: \"sql\",\n\tfamilyId: \"sql\",\n\tversion: \"0.0.1\",\n\tauthoring: {\n\t\tfield: sqlFamilyAuthoringFieldPresets,\n\t\ttype: sqlFamilyAuthoringTypes,\n\t\tentityTypes: sqlFamilyEntityTypes,\n\t\tpslBlockDescriptors: sqlFamilyPslBlockDescriptors,\n\t\tattributeSpecs: sqlAttributeSpecs\n\t}\n};\n//#endregion\nexport { sqlFamilyPack as default };\n\n//# sourceMappingURL=pack.mjs.map"],"mappings":";;;AAGA,MAAM,gBAAgB;CACrB,MAAM;CACN,IAAI;CACJ,UAAU;CACV,SAAS;CACT,WAAW;EACV,OAAO;EACP,MAAM;EACN,aAAa;EACb,qBAAqB;EACrB,gBAAgB;CACjB;AACD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as deriveValueSetFromEntity } from "./value-set-derivation-hook-Di9JZ0X7.mjs";
|
|
2
|
-
import { a as interpretFieldAttribute, i as findModelAttributeNode, n as fieldSpecContext, o as interpretModelAttribute, r as findFieldAttributeNode, s as sqlAttributeSpecs, t as PSL_CHECK_ON_STI_VARIANT } from "./sql-attribute-specs-
|
|
2
|
+
import { a as interpretFieldAttribute, i as findModelAttributeNode, n as fieldSpecContext, o as interpretModelAttribute, r as findFieldAttributeNode, s as sqlAttributeSpecs, t as PSL_CHECK_ON_STI_VARIANT } from "./sql-attribute-specs-BbZ53xbF-CiX6O5aY.mjs";
|
|
3
3
|
import { n as buildSqlContractFromDefinition } from "./derived-checks-BzL102Q0-0nIMlEux.mjs";
|
|
4
4
|
import { structuredError } from "@prisma/orm-framework/utils/structured-error";
|
|
5
5
|
import { hasRegisteredFieldNamespace, instantiateAuthoringEntityType, instantiateAuthoringFieldPreset, instantiateAuthoringTypeConstructor, isAuthoringEntityTypeDescriptor, isAuthoringFieldPresetDescriptor, isAuthoringModelAttributeDescriptor, isAuthoringPslBlockDescriptor, isAuthoringTypeConstructorDescriptor, validateAuthoringHelperArguments } from "@prisma/orm-framework/components/authoring";
|
|
@@ -11,7 +11,7 @@ import { blindCast } from "@prisma/orm-framework/utils/casts";
|
|
|
11
11
|
import { findBlockDescriptor, keywordPslSpan, nodePslSpan } from "@prisma/orm-framework/psl-parser";
|
|
12
12
|
import { notOk, ok } from "@prisma/orm-framework/utils/result";
|
|
13
13
|
import { assertDefined, invariant } from "@prisma/orm-framework/utils/assertions";
|
|
14
|
-
//#region ../../../2-sql/2-authoring/contract-psl/dist/interpreter-
|
|
14
|
+
//#region ../../../2-sql/2-authoring/contract-psl/dist/interpreter-BPl_7Cv5.mjs
|
|
15
15
|
function contractError(code, message, options) {
|
|
16
16
|
return structuredError(code, message, options);
|
|
17
17
|
}
|
|
@@ -3452,4 +3452,4 @@ function interpretPslDocumentToSqlContract(input) {
|
|
|
3452
3452
|
//#endregion
|
|
3453
3453
|
export { interpretPslDocumentToSqlContract as t };
|
|
3454
3454
|
|
|
3455
|
-
//# sourceMappingURL=interpreter-
|
|
3455
|
+
//# sourceMappingURL=interpreter-BPl_7Cv5-B8FaNBLQ.mjs.map
|