@nxtedition/types 23.1.5 → 23.1.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/common/render-scene.d.ts +5 -0
- package/dist/nxtpression.d.ts +6 -0
- package/dist/records/validate/assert-guard.js +259 -159
- package/dist/records/validate/assert.js +259 -159
- package/dist/records/validate/is.js +25 -25
- package/dist/records/validate/schemas.js +75 -0
- package/dist/records/validate/stringify.js +50 -50
- package/dist/records/validate/validate-equals.js +430 -235
- package/dist/records/validate/validate.js +239 -159
- package/package.json +1 -1
|
@@ -8801,6 +8801,9 @@ function _schemaDomainRecord(domain) {
|
|
|
8801
8801
|
crop: {
|
|
8802
8802
|
$ref: "#/components/schemas/RenderSceneCrop"
|
|
8803
8803
|
},
|
|
8804
|
+
focus: {
|
|
8805
|
+
$ref: "#/components/schemas/RenderSceneFocus"
|
|
8806
|
+
},
|
|
8804
8807
|
orientation: {
|
|
8805
8808
|
type: "number"
|
|
8806
8809
|
},
|
|
@@ -9121,6 +9124,18 @@ function _schemaDomainRecord(domain) {
|
|
|
9121
9124
|
}
|
|
9122
9125
|
},
|
|
9123
9126
|
required: []
|
|
9127
|
+
},
|
|
9128
|
+
RenderSceneFocus: {
|
|
9129
|
+
type: "object",
|
|
9130
|
+
properties: {
|
|
9131
|
+
x: {
|
|
9132
|
+
type: "number"
|
|
9133
|
+
},
|
|
9134
|
+
y: {
|
|
9135
|
+
type: "number"
|
|
9136
|
+
}
|
|
9137
|
+
},
|
|
9138
|
+
required: []
|
|
9124
9139
|
}
|
|
9125
9140
|
}
|
|
9126
9141
|
},
|
|
@@ -9979,6 +9994,9 @@ function _schemaDomainRecord(domain) {
|
|
|
9979
9994
|
crop: {
|
|
9980
9995
|
$ref: "#/components/schemas/RenderSceneCrop"
|
|
9981
9996
|
},
|
|
9997
|
+
focus: {
|
|
9998
|
+
$ref: "#/components/schemas/RenderSceneFocus"
|
|
9999
|
+
},
|
|
9982
10000
|
orientation: {
|
|
9983
10001
|
type: "number"
|
|
9984
10002
|
},
|
|
@@ -10299,6 +10317,18 @@ function _schemaDomainRecord(domain) {
|
|
|
10299
10317
|
}
|
|
10300
10318
|
},
|
|
10301
10319
|
required: []
|
|
10320
|
+
},
|
|
10321
|
+
RenderSceneFocus: {
|
|
10322
|
+
type: "object",
|
|
10323
|
+
properties: {
|
|
10324
|
+
x: {
|
|
10325
|
+
type: "number"
|
|
10326
|
+
},
|
|
10327
|
+
y: {
|
|
10328
|
+
type: "number"
|
|
10329
|
+
}
|
|
10330
|
+
},
|
|
10331
|
+
required: []
|
|
10302
10332
|
}
|
|
10303
10333
|
}
|
|
10304
10334
|
},
|
|
@@ -12055,6 +12085,9 @@ function _schemaDomainRecord(domain) {
|
|
|
12055
12085
|
crop: {
|
|
12056
12086
|
$ref: "#/components/schemas/RenderSceneCrop"
|
|
12057
12087
|
},
|
|
12088
|
+
focus: {
|
|
12089
|
+
$ref: "#/components/schemas/RenderSceneFocus"
|
|
12090
|
+
},
|
|
12058
12091
|
orientation: {
|
|
12059
12092
|
type: "number"
|
|
12060
12093
|
},
|
|
@@ -12376,6 +12409,18 @@ function _schemaDomainRecord(domain) {
|
|
|
12376
12409
|
},
|
|
12377
12410
|
required: []
|
|
12378
12411
|
},
|
|
12412
|
+
RenderSceneFocus: {
|
|
12413
|
+
type: "object",
|
|
12414
|
+
properties: {
|
|
12415
|
+
x: {
|
|
12416
|
+
type: "number"
|
|
12417
|
+
},
|
|
12418
|
+
y: {
|
|
12419
|
+
type: "number"
|
|
12420
|
+
}
|
|
12421
|
+
},
|
|
12422
|
+
required: []
|
|
12423
|
+
},
|
|
12379
12424
|
RenderProfileObject: {
|
|
12380
12425
|
type: "object",
|
|
12381
12426
|
properties: {
|
|
@@ -13286,6 +13331,9 @@ function _schemaDomainRecord(domain) {
|
|
|
13286
13331
|
crop: {
|
|
13287
13332
|
$ref: "#/components/schemas/RenderSceneCrop"
|
|
13288
13333
|
},
|
|
13334
|
+
focus: {
|
|
13335
|
+
$ref: "#/components/schemas/RenderSceneFocus"
|
|
13336
|
+
},
|
|
13289
13337
|
orientation: {
|
|
13290
13338
|
type: "number"
|
|
13291
13339
|
},
|
|
@@ -13607,6 +13655,18 @@ function _schemaDomainRecord(domain) {
|
|
|
13607
13655
|
},
|
|
13608
13656
|
required: []
|
|
13609
13657
|
},
|
|
13658
|
+
RenderSceneFocus: {
|
|
13659
|
+
type: "object",
|
|
13660
|
+
properties: {
|
|
13661
|
+
x: {
|
|
13662
|
+
type: "number"
|
|
13663
|
+
},
|
|
13664
|
+
y: {
|
|
13665
|
+
type: "number"
|
|
13666
|
+
}
|
|
13667
|
+
},
|
|
13668
|
+
required: []
|
|
13669
|
+
},
|
|
13610
13670
|
RenderProfileObject: {
|
|
13611
13671
|
type: "object",
|
|
13612
13672
|
properties: {
|
|
@@ -15152,6 +15212,9 @@ function _schemaDomainRecord(domain) {
|
|
|
15152
15212
|
crop: {
|
|
15153
15213
|
$ref: "#/components/schemas/RenderSceneCrop"
|
|
15154
15214
|
},
|
|
15215
|
+
focus: {
|
|
15216
|
+
$ref: "#/components/schemas/RenderSceneFocus"
|
|
15217
|
+
},
|
|
15155
15218
|
orientation: {
|
|
15156
15219
|
type: "number"
|
|
15157
15220
|
},
|
|
@@ -15473,6 +15536,18 @@ function _schemaDomainRecord(domain) {
|
|
|
15473
15536
|
},
|
|
15474
15537
|
required: []
|
|
15475
15538
|
},
|
|
15539
|
+
RenderSceneFocus: {
|
|
15540
|
+
type: "object",
|
|
15541
|
+
properties: {
|
|
15542
|
+
x: {
|
|
15543
|
+
type: "number"
|
|
15544
|
+
},
|
|
15545
|
+
y: {
|
|
15546
|
+
type: "number"
|
|
15547
|
+
}
|
|
15548
|
+
},
|
|
15549
|
+
required: []
|
|
15550
|
+
},
|
|
15476
15551
|
RenderProfileObject: {
|
|
15477
15552
|
type: "object",
|
|
15478
15553
|
properties: {
|