@objectstack/spec 1.0.5 → 1.0.6
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/api/index.d.mts +2 -2
- package/dist/api/index.d.ts +2 -2
- package/dist/api/index.js +11 -4
- package/dist/api/index.js.map +1 -1
- package/dist/api/index.mjs +11 -4
- package/dist/api/index.mjs.map +1 -1
- package/dist/contracts/index.d.mts +3 -3
- package/dist/contracts/index.d.ts +3 -3
- package/dist/data/index.d.mts +3 -3
- package/dist/data/index.d.ts +3 -3
- package/dist/data/index.js +5 -1
- package/dist/data/index.js.map +1 -1
- package/dist/data/index.mjs +5 -1
- package/dist/data/index.mjs.map +1 -1
- package/dist/{driver.zod-YoPJRbBk.d.mts → driver.zod-BOM_Etco.d.mts} +164 -3467
- package/dist/{driver.zod-B0DitHQ2.d.ts → driver.zod-lfi00zVT.d.ts} +164 -3467
- package/dist/{field.zod-Da5S-hAo.d.mts → field.zod-B_lzVsuC.d.ts} +871 -1
- package/dist/{field.zod-Da5S-hAo.d.ts → field.zod-dhbAw0SA.d.mts} +871 -1
- package/dist/{index-CFaoWA3X.d.ts → index-BqQd0BcZ.d.mts} +12 -1309
- package/dist/{index-DSLwt2M_.d.ts → index-C67cfwmW.d.ts} +6 -355
- package/dist/{index-BMqjuD4e.d.ts → index-CH5zloR3.d.ts} +2 -2
- package/dist/{index-BeFe7iF_.d.mts → index-CQ2ZwxNr.d.ts} +12 -1309
- package/dist/{index-CIBOjiZG.d.mts → index-CU4m6noq.d.mts} +2 -2
- package/dist/{index-BYtinxqf.d.mts → index-Dp7GFJ8V.d.mts} +6 -355
- package/dist/index.d.mts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +11 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -4
- package/dist/index.mjs.map +1 -1
- package/json-schema/api/ExportRequest.json +419 -758
- package/json-schema/api/FindDataRequest.json +9 -0
- package/json-schema/data/JoinNode.json +9 -0
- package/json-schema/data/Mapping.json +9 -0
- package/json-schema/data/Query.json +9 -0
- package/package.json +1 -1
|
@@ -155,6 +155,10 @@
|
|
|
155
155
|
"type": "number",
|
|
156
156
|
"description": "Records to skip (OFFSET)"
|
|
157
157
|
},
|
|
158
|
+
"top": {
|
|
159
|
+
"type": "number",
|
|
160
|
+
"description": "Alias for limit (OData compatibility)"
|
|
161
|
+
},
|
|
158
162
|
"cursor": {
|
|
159
163
|
"type": "object",
|
|
160
164
|
"additionalProperties": {},
|
|
@@ -490,6 +494,11 @@
|
|
|
490
494
|
"distinct": {
|
|
491
495
|
"type": "boolean",
|
|
492
496
|
"description": "SELECT DISTINCT flag"
|
|
497
|
+
},
|
|
498
|
+
"expand": {
|
|
499
|
+
"type": "object",
|
|
500
|
+
"additionalProperties": {},
|
|
501
|
+
"description": "Recursive relation loading (nested queries)"
|
|
493
502
|
}
|
|
494
503
|
},
|
|
495
504
|
"required": [
|
|
@@ -265,6 +265,10 @@
|
|
|
265
265
|
"type": "number",
|
|
266
266
|
"description": "Records to skip (OFFSET)"
|
|
267
267
|
},
|
|
268
|
+
"top": {
|
|
269
|
+
"type": "number",
|
|
270
|
+
"description": "Alias for limit (OData compatibility)"
|
|
271
|
+
},
|
|
268
272
|
"cursor": {
|
|
269
273
|
"type": "object",
|
|
270
274
|
"additionalProperties": {},
|
|
@@ -473,6 +477,11 @@
|
|
|
473
477
|
"distinct": {
|
|
474
478
|
"type": "boolean",
|
|
475
479
|
"description": "SELECT DISTINCT flag"
|
|
480
|
+
},
|
|
481
|
+
"expand": {
|
|
482
|
+
"type": "object",
|
|
483
|
+
"additionalProperties": {},
|
|
484
|
+
"description": "Recursive relation loading (nested queries)"
|
|
476
485
|
}
|
|
477
486
|
},
|
|
478
487
|
"required": [
|
|
@@ -270,6 +270,10 @@
|
|
|
270
270
|
"type": "number",
|
|
271
271
|
"description": "Records to skip (OFFSET)"
|
|
272
272
|
},
|
|
273
|
+
"top": {
|
|
274
|
+
"type": "number",
|
|
275
|
+
"description": "Alias for limit (OData compatibility)"
|
|
276
|
+
},
|
|
273
277
|
"cursor": {
|
|
274
278
|
"type": "object",
|
|
275
279
|
"additionalProperties": {},
|
|
@@ -605,6 +609,11 @@
|
|
|
605
609
|
"distinct": {
|
|
606
610
|
"type": "boolean",
|
|
607
611
|
"description": "SELECT DISTINCT flag"
|
|
612
|
+
},
|
|
613
|
+
"expand": {
|
|
614
|
+
"type": "object",
|
|
615
|
+
"additionalProperties": {},
|
|
616
|
+
"description": "Recursive relation loading (nested queries)"
|
|
608
617
|
}
|
|
609
618
|
},
|
|
610
619
|
"required": [
|
|
@@ -148,6 +148,10 @@
|
|
|
148
148
|
"type": "number",
|
|
149
149
|
"description": "Records to skip (OFFSET)"
|
|
150
150
|
},
|
|
151
|
+
"top": {
|
|
152
|
+
"type": "number",
|
|
153
|
+
"description": "Alias for limit (OData compatibility)"
|
|
154
|
+
},
|
|
151
155
|
"cursor": {
|
|
152
156
|
"type": "object",
|
|
153
157
|
"additionalProperties": {},
|
|
@@ -483,6 +487,11 @@
|
|
|
483
487
|
"distinct": {
|
|
484
488
|
"type": "boolean",
|
|
485
489
|
"description": "SELECT DISTINCT flag"
|
|
490
|
+
},
|
|
491
|
+
"expand": {
|
|
492
|
+
"type": "object",
|
|
493
|
+
"additionalProperties": {},
|
|
494
|
+
"description": "Recursive relation loading (nested queries)"
|
|
486
495
|
}
|
|
487
496
|
},
|
|
488
497
|
"required": [
|
package/package.json
CHANGED