tpmkms 7.12.7 → 7.12.8-beta.1
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/common/animals.instance.json +0 -44
- package/common/dialogues.js +106 -3
- package/common/dimension.instance.json +736 -62
- package/common/dimension.js +15 -7
- package/common/edible.instance.json +2 -190
- package/common/fastfood.instance.json +886 -922
- package/common/formulas.instance.json +992 -0
- package/common/formulas.js +18 -5
- package/common/formulas.test.json +1187 -3651
- package/common/length.instance.json +261 -505
- package/common/math.instance.json +1979 -1
- package/common/math.js +17 -5
- package/common/ordering.instance.json +0 -52
- package/common/pipboy.instance.json +23454 -1101
- package/common/pipboy.js +31 -4
- package/common/pipboy.test.json +13 -9
- package/common/pokemon.instance.json +0 -44
- package/common/pressure.instance.json +80 -0
- package/common/reports.instance.json +17 -1
- package/common/temperature.instance.json +80 -60
- package/common/ui.instance.json +8 -0
- package/common/weight.instance.json +272 -48
- package/main.js +0 -8
- package/package.json +4 -20
- package/common/dimensionTemplate.instance.json +0 -582
- package/common/dimensionTemplate.js +0 -35
- package/common/dimensionTemplate.test.json +0 -2
- package/common/formulasTemplate.instance.json +0 -483
- package/common/formulasTemplate.js +0 -30
- package/common/formulasTemplate.test.json +0 -2
- package/common/mathTemplate.instance.json +0 -1635
- package/common/mathTemplate.js +0 -32
- package/common/mathTemplate.test.json +0 -1422
- package/common/pipboyTemplate.instance.json +0 -17420
- package/common/pipboyTemplate.js +0 -48
- package/common/pipboyTemplate.test.json +0 -2
@@ -203,6 +203,10 @@
|
|
203
203
|
"convertToUnits",
|
204
204
|
"queryable"
|
205
205
|
],
|
206
|
+
[
|
207
|
+
"convertToUnits",
|
208
|
+
"testingValue"
|
209
|
+
],
|
206
210
|
[
|
207
211
|
"countable",
|
208
212
|
"hierarchyAble"
|
@@ -355,6 +359,10 @@
|
|
355
359
|
"it",
|
356
360
|
"toAble"
|
357
361
|
],
|
362
|
+
[
|
363
|
+
"length",
|
364
|
+
"dimension"
|
365
|
+
],
|
358
366
|
[
|
359
367
|
"lowest",
|
360
368
|
"condition"
|
@@ -583,6 +591,10 @@
|
|
583
591
|
"reason",
|
584
592
|
"theAble"
|
585
593
|
],
|
594
|
+
[
|
595
|
+
"testingValue",
|
596
|
+
"testingValue"
|
597
|
+
],
|
586
598
|
[
|
587
599
|
"that",
|
588
600
|
"thisitthat"
|
@@ -707,21 +719,29 @@
|
|
707
719
|
"whose",
|
708
720
|
"object"
|
709
721
|
],
|
722
|
+
[
|
723
|
+
"x",
|
724
|
+
"number"
|
725
|
+
],
|
710
726
|
[
|
711
727
|
"xfx",
|
712
728
|
"queryable"
|
729
|
+
],
|
730
|
+
[
|
731
|
+
"y",
|
732
|
+
"number"
|
713
733
|
]
|
714
734
|
],
|
715
735
|
"metadata": {
|
716
736
|
"opChoices": [
|
717
737
|
{
|
718
738
|
"op": [
|
719
|
-
"
|
739
|
+
"length",
|
720
740
|
0
|
721
741
|
],
|
722
742
|
"ops": [
|
723
743
|
[
|
724
|
-
"
|
744
|
+
"length",
|
725
745
|
0
|
726
746
|
],
|
727
747
|
[
|
@@ -818,18 +838,18 @@
|
|
818
838
|
},
|
819
839
|
"one": {
|
820
840
|
"number": "one",
|
821
|
-
"marker": "
|
841
|
+
"marker": "length",
|
842
|
+
"value": "length",
|
843
|
+
"default": true,
|
844
|
+
"text": "length",
|
845
|
+
"word": "length",
|
822
846
|
"range": {
|
823
847
|
"start": 0,
|
824
848
|
"end": 20
|
825
849
|
},
|
826
|
-
"word": "length",
|
827
|
-
"text": "length",
|
828
|
-
"value": "length",
|
829
|
-
"unknown": true,
|
830
850
|
"dead": true,
|
831
851
|
"types": [
|
832
|
-
"
|
852
|
+
"length"
|
833
853
|
],
|
834
854
|
"level": 1
|
835
855
|
},
|
@@ -898,10 +918,6 @@
|
|
898
918
|
[
|
899
919
|
"is",
|
900
920
|
0
|
901
|
-
],
|
902
|
-
[
|
903
|
-
"unknown",
|
904
|
-
0
|
905
921
|
]
|
906
922
|
],
|
907
923
|
[
|
@@ -918,8 +934,8 @@
|
|
918
934
|
0
|
919
935
|
],
|
920
936
|
[
|
921
|
-
"
|
922
|
-
|
937
|
+
"length",
|
938
|
+
0
|
923
939
|
]
|
924
940
|
],
|
925
941
|
[
|
@@ -930,20 +946,6 @@
|
|
930
946
|
[
|
931
947
|
"is",
|
932
948
|
0
|
933
|
-
],
|
934
|
-
[
|
935
|
-
"unknown",
|
936
|
-
1
|
937
|
-
]
|
938
|
-
],
|
939
|
-
[
|
940
|
-
[
|
941
|
-
"is",
|
942
|
-
0
|
943
|
-
],
|
944
|
-
[
|
945
|
-
"unknown",
|
946
|
-
1
|
947
949
|
]
|
948
950
|
]
|
949
951
|
],
|
@@ -1139,6 +1141,10 @@
|
|
1139
1141
|
"convertToUnits",
|
1140
1142
|
"queryable"
|
1141
1143
|
],
|
1144
|
+
[
|
1145
|
+
"convertToUnits",
|
1146
|
+
"testingValue"
|
1147
|
+
],
|
1142
1148
|
[
|
1143
1149
|
"countable",
|
1144
1150
|
"hierarchyAble"
|
@@ -1295,34 +1301,6 @@
|
|
1295
1301
|
"length",
|
1296
1302
|
"dimension"
|
1297
1303
|
],
|
1298
|
-
[
|
1299
|
-
"length",
|
1300
|
-
"hierarchyAble"
|
1301
|
-
],
|
1302
|
-
[
|
1303
|
-
"length",
|
1304
|
-
"isEdee"
|
1305
|
-
],
|
1306
|
-
[
|
1307
|
-
"length",
|
1308
|
-
"isEder"
|
1309
|
-
],
|
1310
|
-
[
|
1311
|
-
"length",
|
1312
|
-
"object"
|
1313
|
-
],
|
1314
|
-
[
|
1315
|
-
"length",
|
1316
|
-
"property"
|
1317
|
-
],
|
1318
|
-
[
|
1319
|
-
"length",
|
1320
|
-
"queryable"
|
1321
|
-
],
|
1322
|
-
[
|
1323
|
-
"length",
|
1324
|
-
"theAble"
|
1325
|
-
],
|
1326
1304
|
[
|
1327
1305
|
"lowest",
|
1328
1306
|
"condition"
|
@@ -1551,6 +1529,10 @@
|
|
1551
1529
|
"reason",
|
1552
1530
|
"theAble"
|
1553
1531
|
],
|
1532
|
+
[
|
1533
|
+
"testingValue",
|
1534
|
+
"testingValue"
|
1535
|
+
],
|
1554
1536
|
[
|
1555
1537
|
"that",
|
1556
1538
|
"thisitthat"
|
@@ -1675,9 +1657,17 @@
|
|
1675
1657
|
"whose",
|
1676
1658
|
"object"
|
1677
1659
|
],
|
1660
|
+
[
|
1661
|
+
"x",
|
1662
|
+
"number"
|
1663
|
+
],
|
1678
1664
|
[
|
1679
1665
|
"xfx",
|
1680
1666
|
"queryable"
|
1667
|
+
],
|
1668
|
+
[
|
1669
|
+
"y",
|
1670
|
+
"number"
|
1681
1671
|
]
|
1682
1672
|
],
|
1683
1673
|
"metadata": {
|
@@ -2161,10 +2151,10 @@
|
|
2161
2151
|
"unit"
|
2162
2152
|
],
|
2163
2153
|
"object": {
|
2154
|
+
"marker": "length",
|
2164
2155
|
"value": "length",
|
2165
|
-
"
|
2156
|
+
"default": true,
|
2166
2157
|
"text": "length",
|
2167
|
-
"marker": "length",
|
2168
2158
|
"word": "length",
|
2169
2159
|
"range": {
|
2170
2160
|
"start": 44,
|
@@ -2194,10 +2184,10 @@
|
|
2194
2184
|
"level": 1
|
2195
2185
|
},
|
2196
2186
|
{
|
2187
|
+
"marker": "length",
|
2197
2188
|
"value": "length",
|
2198
|
-
"
|
2189
|
+
"default": true,
|
2199
2190
|
"text": "length",
|
2200
|
-
"marker": "length",
|
2201
2191
|
"word": "length",
|
2202
2192
|
"range": {
|
2203
2193
|
"start": 44,
|
@@ -2289,36 +2279,6 @@
|
|
2289
2279
|
1
|
2290
2280
|
]
|
2291
2281
|
],
|
2292
|
-
[
|
2293
|
-
[
|
2294
|
-
"is",
|
2295
|
-
0
|
2296
|
-
],
|
2297
|
-
[
|
2298
|
-
"length",
|
2299
|
-
0
|
2300
|
-
],
|
2301
|
-
[
|
2302
|
-
"list",
|
2303
|
-
0
|
2304
|
-
],
|
2305
|
-
[
|
2306
|
-
"propertyOf",
|
2307
|
-
0
|
2308
|
-
],
|
2309
|
-
[
|
2310
|
-
"unit",
|
2311
|
-
0
|
2312
|
-
],
|
2313
|
-
[
|
2314
|
-
"unknown",
|
2315
|
-
0
|
2316
|
-
],
|
2317
|
-
[
|
2318
|
-
"unknown",
|
2319
|
-
1
|
2320
|
-
]
|
2321
|
-
],
|
2322
2282
|
[
|
2323
2283
|
[
|
2324
2284
|
"is",
|
@@ -2684,6 +2644,10 @@
|
|
2684
2644
|
"convertToUnits",
|
2685
2645
|
"queryable"
|
2686
2646
|
],
|
2647
|
+
[
|
2648
|
+
"convertToUnits",
|
2649
|
+
"testingValue"
|
2650
|
+
],
|
2687
2651
|
[
|
2688
2652
|
"countable",
|
2689
2653
|
"hierarchyAble"
|
@@ -2904,34 +2868,6 @@
|
|
2904
2868
|
"length",
|
2905
2869
|
"dimension"
|
2906
2870
|
],
|
2907
|
-
[
|
2908
|
-
"length",
|
2909
|
-
"hierarchyAble"
|
2910
|
-
],
|
2911
|
-
[
|
2912
|
-
"length",
|
2913
|
-
"isEdee"
|
2914
|
-
],
|
2915
|
-
[
|
2916
|
-
"length",
|
2917
|
-
"isEder"
|
2918
|
-
],
|
2919
|
-
[
|
2920
|
-
"length",
|
2921
|
-
"object"
|
2922
|
-
],
|
2923
|
-
[
|
2924
|
-
"length",
|
2925
|
-
"property"
|
2926
|
-
],
|
2927
|
-
[
|
2928
|
-
"length",
|
2929
|
-
"queryable"
|
2930
|
-
],
|
2931
|
-
[
|
2932
|
-
"length",
|
2933
|
-
"theAble"
|
2934
|
-
],
|
2935
2871
|
[
|
2936
2872
|
"lowest",
|
2937
2873
|
"condition"
|
@@ -3192,6 +3128,10 @@
|
|
3192
3128
|
"reason",
|
3193
3129
|
"theAble"
|
3194
3130
|
],
|
3131
|
+
[
|
3132
|
+
"testingValue",
|
3133
|
+
"testingValue"
|
3134
|
+
],
|
3195
3135
|
[
|
3196
3136
|
"that",
|
3197
3137
|
"thisitthat"
|
@@ -3316,9 +3256,17 @@
|
|
3316
3256
|
"whose",
|
3317
3257
|
"object"
|
3318
3258
|
],
|
3259
|
+
[
|
3260
|
+
"x",
|
3261
|
+
"number"
|
3262
|
+
],
|
3319
3263
|
[
|
3320
3264
|
"xfx",
|
3321
3265
|
"queryable"
|
3266
|
+
],
|
3267
|
+
[
|
3268
|
+
"y",
|
3269
|
+
"number"
|
3322
3270
|
]
|
3323
3271
|
],
|
3324
3272
|
"metadata": {
|
@@ -3819,6 +3767,10 @@
|
|
3819
3767
|
"convertToUnits",
|
3820
3768
|
"queryable"
|
3821
3769
|
],
|
3770
|
+
[
|
3771
|
+
"convertToUnits",
|
3772
|
+
"testingValue"
|
3773
|
+
],
|
3822
3774
|
[
|
3823
3775
|
"countable",
|
3824
3776
|
"hierarchyAble"
|
@@ -4039,34 +3991,6 @@
|
|
4039
3991
|
"length",
|
4040
3992
|
"dimension"
|
4041
3993
|
],
|
4042
|
-
[
|
4043
|
-
"length",
|
4044
|
-
"hierarchyAble"
|
4045
|
-
],
|
4046
|
-
[
|
4047
|
-
"length",
|
4048
|
-
"isEdee"
|
4049
|
-
],
|
4050
|
-
[
|
4051
|
-
"length",
|
4052
|
-
"isEder"
|
4053
|
-
],
|
4054
|
-
[
|
4055
|
-
"length",
|
4056
|
-
"object"
|
4057
|
-
],
|
4058
|
-
[
|
4059
|
-
"length",
|
4060
|
-
"property"
|
4061
|
-
],
|
4062
|
-
[
|
4063
|
-
"length",
|
4064
|
-
"queryable"
|
4065
|
-
],
|
4066
|
-
[
|
4067
|
-
"length",
|
4068
|
-
"theAble"
|
4069
|
-
],
|
4070
3994
|
[
|
4071
3995
|
"lowest",
|
4072
3996
|
"condition"
|
@@ -4327,6 +4251,10 @@
|
|
4327
4251
|
"reason",
|
4328
4252
|
"theAble"
|
4329
4253
|
],
|
4254
|
+
[
|
4255
|
+
"testingValue",
|
4256
|
+
"testingValue"
|
4257
|
+
],
|
4330
4258
|
[
|
4331
4259
|
"that",
|
4332
4260
|
"thisitthat"
|
@@ -4451,9 +4379,17 @@
|
|
4451
4379
|
"whose",
|
4452
4380
|
"object"
|
4453
4381
|
],
|
4382
|
+
[
|
4383
|
+
"x",
|
4384
|
+
"number"
|
4385
|
+
],
|
4454
4386
|
[
|
4455
4387
|
"xfx",
|
4456
4388
|
"queryable"
|
4389
|
+
],
|
4390
|
+
[
|
4391
|
+
"y",
|
4392
|
+
"number"
|
4457
4393
|
]
|
4458
4394
|
],
|
4459
4395
|
"metadata": {
|
@@ -4954,6 +4890,10 @@
|
|
4954
4890
|
"convertToUnits",
|
4955
4891
|
"queryable"
|
4956
4892
|
],
|
4893
|
+
[
|
4894
|
+
"convertToUnits",
|
4895
|
+
"testingValue"
|
4896
|
+
],
|
4957
4897
|
[
|
4958
4898
|
"countable",
|
4959
4899
|
"hierarchyAble"
|
@@ -5174,34 +5114,6 @@
|
|
5174
5114
|
"length",
|
5175
5115
|
"dimension"
|
5176
5116
|
],
|
5177
|
-
[
|
5178
|
-
"length",
|
5179
|
-
"hierarchyAble"
|
5180
|
-
],
|
5181
|
-
[
|
5182
|
-
"length",
|
5183
|
-
"isEdee"
|
5184
|
-
],
|
5185
|
-
[
|
5186
|
-
"length",
|
5187
|
-
"isEder"
|
5188
|
-
],
|
5189
|
-
[
|
5190
|
-
"length",
|
5191
|
-
"object"
|
5192
|
-
],
|
5193
|
-
[
|
5194
|
-
"length",
|
5195
|
-
"property"
|
5196
|
-
],
|
5197
|
-
[
|
5198
|
-
"length",
|
5199
|
-
"queryable"
|
5200
|
-
],
|
5201
|
-
[
|
5202
|
-
"length",
|
5203
|
-
"theAble"
|
5204
|
-
],
|
5205
5117
|
[
|
5206
5118
|
"lowest",
|
5207
5119
|
"condition"
|
@@ -5462,6 +5374,10 @@
|
|
5462
5374
|
"reason",
|
5463
5375
|
"theAble"
|
5464
5376
|
],
|
5377
|
+
[
|
5378
|
+
"testingValue",
|
5379
|
+
"testingValue"
|
5380
|
+
],
|
5465
5381
|
[
|
5466
5382
|
"that",
|
5467
5383
|
"thisitthat"
|
@@ -5586,9 +5502,17 @@
|
|
5586
5502
|
"whose",
|
5587
5503
|
"object"
|
5588
5504
|
],
|
5505
|
+
[
|
5506
|
+
"x",
|
5507
|
+
"number"
|
5508
|
+
],
|
5589
5509
|
[
|
5590
5510
|
"xfx",
|
5591
5511
|
"queryable"
|
5512
|
+
],
|
5513
|
+
[
|
5514
|
+
"y",
|
5515
|
+
"number"
|
5592
5516
|
]
|
5593
5517
|
],
|
5594
5518
|
"metadata": {
|
@@ -6111,6 +6035,10 @@
|
|
6111
6035
|
"convertToUnits",
|
6112
6036
|
"queryable"
|
6113
6037
|
],
|
6038
|
+
[
|
6039
|
+
"convertToUnits",
|
6040
|
+
"testingValue"
|
6041
|
+
],
|
6114
6042
|
[
|
6115
6043
|
"countable",
|
6116
6044
|
"hierarchyAble"
|
@@ -6331,34 +6259,6 @@
|
|
6331
6259
|
"length",
|
6332
6260
|
"dimension"
|
6333
6261
|
],
|
6334
|
-
[
|
6335
|
-
"length",
|
6336
|
-
"hierarchyAble"
|
6337
|
-
],
|
6338
|
-
[
|
6339
|
-
"length",
|
6340
|
-
"isEdee"
|
6341
|
-
],
|
6342
|
-
[
|
6343
|
-
"length",
|
6344
|
-
"isEder"
|
6345
|
-
],
|
6346
|
-
[
|
6347
|
-
"length",
|
6348
|
-
"object"
|
6349
|
-
],
|
6350
|
-
[
|
6351
|
-
"length",
|
6352
|
-
"property"
|
6353
|
-
],
|
6354
|
-
[
|
6355
|
-
"length",
|
6356
|
-
"queryable"
|
6357
|
-
],
|
6358
|
-
[
|
6359
|
-
"length",
|
6360
|
-
"theAble"
|
6361
|
-
],
|
6362
6262
|
[
|
6363
6263
|
"lowest",
|
6364
6264
|
"condition"
|
@@ -6619,6 +6519,10 @@
|
|
6619
6519
|
"reason",
|
6620
6520
|
"theAble"
|
6621
6521
|
],
|
6522
|
+
[
|
6523
|
+
"testingValue",
|
6524
|
+
"testingValue"
|
6525
|
+
],
|
6622
6526
|
[
|
6623
6527
|
"that",
|
6624
6528
|
"thisitthat"
|
@@ -6743,9 +6647,17 @@
|
|
6743
6647
|
"whose",
|
6744
6648
|
"object"
|
6745
6649
|
],
|
6650
|
+
[
|
6651
|
+
"x",
|
6652
|
+
"number"
|
6653
|
+
],
|
6746
6654
|
[
|
6747
6655
|
"xfx",
|
6748
6656
|
"queryable"
|
6657
|
+
],
|
6658
|
+
[
|
6659
|
+
"y",
|
6660
|
+
"number"
|
6749
6661
|
]
|
6750
6662
|
],
|
6751
6663
|
"metadata": {
|
@@ -7278,6 +7190,10 @@
|
|
7278
7190
|
"convertToUnits",
|
7279
7191
|
"queryable"
|
7280
7192
|
],
|
7193
|
+
[
|
7194
|
+
"convertToUnits",
|
7195
|
+
"testingValue"
|
7196
|
+
],
|
7281
7197
|
[
|
7282
7198
|
"countable",
|
7283
7199
|
"hierarchyAble"
|
@@ -7498,34 +7414,6 @@
|
|
7498
7414
|
"length",
|
7499
7415
|
"dimension"
|
7500
7416
|
],
|
7501
|
-
[
|
7502
|
-
"length",
|
7503
|
-
"hierarchyAble"
|
7504
|
-
],
|
7505
|
-
[
|
7506
|
-
"length",
|
7507
|
-
"isEdee"
|
7508
|
-
],
|
7509
|
-
[
|
7510
|
-
"length",
|
7511
|
-
"isEder"
|
7512
|
-
],
|
7513
|
-
[
|
7514
|
-
"length",
|
7515
|
-
"object"
|
7516
|
-
],
|
7517
|
-
[
|
7518
|
-
"length",
|
7519
|
-
"property"
|
7520
|
-
],
|
7521
|
-
[
|
7522
|
-
"length",
|
7523
|
-
"queryable"
|
7524
|
-
],
|
7525
|
-
[
|
7526
|
-
"length",
|
7527
|
-
"theAble"
|
7528
|
-
],
|
7529
7417
|
[
|
7530
7418
|
"lowest",
|
7531
7419
|
"condition"
|
@@ -7786,6 +7674,10 @@
|
|
7786
7674
|
"reason",
|
7787
7675
|
"theAble"
|
7788
7676
|
],
|
7677
|
+
[
|
7678
|
+
"testingValue",
|
7679
|
+
"testingValue"
|
7680
|
+
],
|
7789
7681
|
[
|
7790
7682
|
"that",
|
7791
7683
|
"thisitthat"
|
@@ -7910,9 +7802,17 @@
|
|
7910
7802
|
"whose",
|
7911
7803
|
"object"
|
7912
7804
|
],
|
7805
|
+
[
|
7806
|
+
"x",
|
7807
|
+
"number"
|
7808
|
+
],
|
7913
7809
|
[
|
7914
7810
|
"xfx",
|
7915
7811
|
"queryable"
|
7812
|
+
],
|
7813
|
+
[
|
7814
|
+
"y",
|
7815
|
+
"number"
|
7916
7816
|
]
|
7917
7817
|
],
|
7918
7818
|
"metadata": {
|
@@ -8445,6 +8345,10 @@
|
|
8445
8345
|
"convertToUnits",
|
8446
8346
|
"queryable"
|
8447
8347
|
],
|
8348
|
+
[
|
8349
|
+
"convertToUnits",
|
8350
|
+
"testingValue"
|
8351
|
+
],
|
8448
8352
|
[
|
8449
8353
|
"countable",
|
8450
8354
|
"hierarchyAble"
|
@@ -8665,34 +8569,6 @@
|
|
8665
8569
|
"length",
|
8666
8570
|
"dimension"
|
8667
8571
|
],
|
8668
|
-
[
|
8669
|
-
"length",
|
8670
|
-
"hierarchyAble"
|
8671
|
-
],
|
8672
|
-
[
|
8673
|
-
"length",
|
8674
|
-
"isEdee"
|
8675
|
-
],
|
8676
|
-
[
|
8677
|
-
"length",
|
8678
|
-
"isEder"
|
8679
|
-
],
|
8680
|
-
[
|
8681
|
-
"length",
|
8682
|
-
"object"
|
8683
|
-
],
|
8684
|
-
[
|
8685
|
-
"length",
|
8686
|
-
"property"
|
8687
|
-
],
|
8688
|
-
[
|
8689
|
-
"length",
|
8690
|
-
"queryable"
|
8691
|
-
],
|
8692
|
-
[
|
8693
|
-
"length",
|
8694
|
-
"theAble"
|
8695
|
-
],
|
8696
8572
|
[
|
8697
8573
|
"lowest",
|
8698
8574
|
"condition"
|
@@ -8953,6 +8829,10 @@
|
|
8953
8829
|
"reason",
|
8954
8830
|
"theAble"
|
8955
8831
|
],
|
8832
|
+
[
|
8833
|
+
"testingValue",
|
8834
|
+
"testingValue"
|
8835
|
+
],
|
8956
8836
|
[
|
8957
8837
|
"that",
|
8958
8838
|
"thisitthat"
|
@@ -9077,9 +8957,17 @@
|
|
9077
8957
|
"whose",
|
9078
8958
|
"object"
|
9079
8959
|
],
|
8960
|
+
[
|
8961
|
+
"x",
|
8962
|
+
"number"
|
8963
|
+
],
|
9080
8964
|
[
|
9081
8965
|
"xfx",
|
9082
8966
|
"queryable"
|
8967
|
+
],
|
8968
|
+
[
|
8969
|
+
"y",
|
8970
|
+
"number"
|
9083
8971
|
]
|
9084
8972
|
],
|
9085
8973
|
"metadata": {
|
@@ -9602,6 +9490,10 @@
|
|
9602
9490
|
"convertToUnits",
|
9603
9491
|
"queryable"
|
9604
9492
|
],
|
9493
|
+
[
|
9494
|
+
"convertToUnits",
|
9495
|
+
"testingValue"
|
9496
|
+
],
|
9605
9497
|
[
|
9606
9498
|
"countable",
|
9607
9499
|
"hierarchyAble"
|
@@ -9822,34 +9714,6 @@
|
|
9822
9714
|
"length",
|
9823
9715
|
"dimension"
|
9824
9716
|
],
|
9825
|
-
[
|
9826
|
-
"length",
|
9827
|
-
"hierarchyAble"
|
9828
|
-
],
|
9829
|
-
[
|
9830
|
-
"length",
|
9831
|
-
"isEdee"
|
9832
|
-
],
|
9833
|
-
[
|
9834
|
-
"length",
|
9835
|
-
"isEder"
|
9836
|
-
],
|
9837
|
-
[
|
9838
|
-
"length",
|
9839
|
-
"object"
|
9840
|
-
],
|
9841
|
-
[
|
9842
|
-
"length",
|
9843
|
-
"property"
|
9844
|
-
],
|
9845
|
-
[
|
9846
|
-
"length",
|
9847
|
-
"queryable"
|
9848
|
-
],
|
9849
|
-
[
|
9850
|
-
"length",
|
9851
|
-
"theAble"
|
9852
|
-
],
|
9853
9717
|
[
|
9854
9718
|
"lowest",
|
9855
9719
|
"condition"
|
@@ -10110,6 +9974,10 @@
|
|
10110
9974
|
"reason",
|
10111
9975
|
"theAble"
|
10112
9976
|
],
|
9977
|
+
[
|
9978
|
+
"testingValue",
|
9979
|
+
"testingValue"
|
9980
|
+
],
|
10113
9981
|
[
|
10114
9982
|
"that",
|
10115
9983
|
"thisitthat"
|
@@ -10234,9 +10102,17 @@
|
|
10234
10102
|
"whose",
|
10235
10103
|
"object"
|
10236
10104
|
],
|
10105
|
+
[
|
10106
|
+
"x",
|
10107
|
+
"number"
|
10108
|
+
],
|
10237
10109
|
[
|
10238
10110
|
"xfx",
|
10239
10111
|
"queryable"
|
10112
|
+
],
|
10113
|
+
[
|
10114
|
+
"y",
|
10115
|
+
"number"
|
10240
10116
|
]
|
10241
10117
|
],
|
10242
10118
|
"metadata": {
|
@@ -10737,6 +10613,10 @@
|
|
10737
10613
|
"convertToUnits",
|
10738
10614
|
"queryable"
|
10739
10615
|
],
|
10616
|
+
[
|
10617
|
+
"convertToUnits",
|
10618
|
+
"testingValue"
|
10619
|
+
],
|
10740
10620
|
[
|
10741
10621
|
"countable",
|
10742
10622
|
"hierarchyAble"
|
@@ -10955,35 +10835,7 @@
|
|
10955
10835
|
],
|
10956
10836
|
[
|
10957
10837
|
"length",
|
10958
|
-
"dimension"
|
10959
|
-
],
|
10960
|
-
[
|
10961
|
-
"length",
|
10962
|
-
"hierarchyAble"
|
10963
|
-
],
|
10964
|
-
[
|
10965
|
-
"length",
|
10966
|
-
"isEdee"
|
10967
|
-
],
|
10968
|
-
[
|
10969
|
-
"length",
|
10970
|
-
"isEder"
|
10971
|
-
],
|
10972
|
-
[
|
10973
|
-
"length",
|
10974
|
-
"object"
|
10975
|
-
],
|
10976
|
-
[
|
10977
|
-
"length",
|
10978
|
-
"property"
|
10979
|
-
],
|
10980
|
-
[
|
10981
|
-
"length",
|
10982
|
-
"queryable"
|
10983
|
-
],
|
10984
|
-
[
|
10985
|
-
"length",
|
10986
|
-
"theAble"
|
10838
|
+
"dimension"
|
10987
10839
|
],
|
10988
10840
|
[
|
10989
10841
|
"lowest",
|
@@ -11245,6 +11097,10 @@
|
|
11245
11097
|
"reason",
|
11246
11098
|
"theAble"
|
11247
11099
|
],
|
11100
|
+
[
|
11101
|
+
"testingValue",
|
11102
|
+
"testingValue"
|
11103
|
+
],
|
11248
11104
|
[
|
11249
11105
|
"that",
|
11250
11106
|
"thisitthat"
|
@@ -11369,9 +11225,17 @@
|
|
11369
11225
|
"whose",
|
11370
11226
|
"object"
|
11371
11227
|
],
|
11228
|
+
[
|
11229
|
+
"x",
|
11230
|
+
"number"
|
11231
|
+
],
|
11372
11232
|
[
|
11373
11233
|
"xfx",
|
11374
11234
|
"queryable"
|
11235
|
+
],
|
11236
|
+
[
|
11237
|
+
"y",
|
11238
|
+
"number"
|
11375
11239
|
]
|
11376
11240
|
],
|
11377
11241
|
"metadata": {
|
@@ -11872,6 +11736,10 @@
|
|
11872
11736
|
"convertToUnits",
|
11873
11737
|
"queryable"
|
11874
11738
|
],
|
11739
|
+
[
|
11740
|
+
"convertToUnits",
|
11741
|
+
"testingValue"
|
11742
|
+
],
|
11875
11743
|
[
|
11876
11744
|
"countable",
|
11877
11745
|
"hierarchyAble"
|
@@ -12092,34 +11960,6 @@
|
|
12092
11960
|
"length",
|
12093
11961
|
"dimension"
|
12094
11962
|
],
|
12095
|
-
[
|
12096
|
-
"length",
|
12097
|
-
"hierarchyAble"
|
12098
|
-
],
|
12099
|
-
[
|
12100
|
-
"length",
|
12101
|
-
"isEdee"
|
12102
|
-
],
|
12103
|
-
[
|
12104
|
-
"length",
|
12105
|
-
"isEder"
|
12106
|
-
],
|
12107
|
-
[
|
12108
|
-
"length",
|
12109
|
-
"object"
|
12110
|
-
],
|
12111
|
-
[
|
12112
|
-
"length",
|
12113
|
-
"property"
|
12114
|
-
],
|
12115
|
-
[
|
12116
|
-
"length",
|
12117
|
-
"queryable"
|
12118
|
-
],
|
12119
|
-
[
|
12120
|
-
"length",
|
12121
|
-
"theAble"
|
12122
|
-
],
|
12123
11963
|
[
|
12124
11964
|
"lowest",
|
12125
11965
|
"condition"
|
@@ -12380,6 +12220,10 @@
|
|
12380
12220
|
"reason",
|
12381
12221
|
"theAble"
|
12382
12222
|
],
|
12223
|
+
[
|
12224
|
+
"testingValue",
|
12225
|
+
"testingValue"
|
12226
|
+
],
|
12383
12227
|
[
|
12384
12228
|
"that",
|
12385
12229
|
"thisitthat"
|
@@ -12504,9 +12348,17 @@
|
|
12504
12348
|
"whose",
|
12505
12349
|
"object"
|
12506
12350
|
],
|
12351
|
+
[
|
12352
|
+
"x",
|
12353
|
+
"number"
|
12354
|
+
],
|
12507
12355
|
[
|
12508
12356
|
"xfx",
|
12509
12357
|
"queryable"
|
12358
|
+
],
|
12359
|
+
[
|
12360
|
+
"y",
|
12361
|
+
"number"
|
12510
12362
|
]
|
12511
12363
|
],
|
12512
12364
|
"metadata": {
|
@@ -13007,6 +12859,10 @@
|
|
13007
12859
|
"convertToUnits",
|
13008
12860
|
"queryable"
|
13009
12861
|
],
|
12862
|
+
[
|
12863
|
+
"convertToUnits",
|
12864
|
+
"testingValue"
|
12865
|
+
],
|
13010
12866
|
[
|
13011
12867
|
"countable",
|
13012
12868
|
"hierarchyAble"
|
@@ -13227,34 +13083,6 @@
|
|
13227
13083
|
"length",
|
13228
13084
|
"dimension"
|
13229
13085
|
],
|
13230
|
-
[
|
13231
|
-
"length",
|
13232
|
-
"hierarchyAble"
|
13233
|
-
],
|
13234
|
-
[
|
13235
|
-
"length",
|
13236
|
-
"isEdee"
|
13237
|
-
],
|
13238
|
-
[
|
13239
|
-
"length",
|
13240
|
-
"isEder"
|
13241
|
-
],
|
13242
|
-
[
|
13243
|
-
"length",
|
13244
|
-
"object"
|
13245
|
-
],
|
13246
|
-
[
|
13247
|
-
"length",
|
13248
|
-
"property"
|
13249
|
-
],
|
13250
|
-
[
|
13251
|
-
"length",
|
13252
|
-
"queryable"
|
13253
|
-
],
|
13254
|
-
[
|
13255
|
-
"length",
|
13256
|
-
"theAble"
|
13257
|
-
],
|
13258
13086
|
[
|
13259
13087
|
"lowest",
|
13260
13088
|
"condition"
|
@@ -13515,6 +13343,10 @@
|
|
13515
13343
|
"reason",
|
13516
13344
|
"theAble"
|
13517
13345
|
],
|
13346
|
+
[
|
13347
|
+
"testingValue",
|
13348
|
+
"testingValue"
|
13349
|
+
],
|
13518
13350
|
[
|
13519
13351
|
"that",
|
13520
13352
|
"thisitthat"
|
@@ -13639,9 +13471,17 @@
|
|
13639
13471
|
"whose",
|
13640
13472
|
"object"
|
13641
13473
|
],
|
13474
|
+
[
|
13475
|
+
"x",
|
13476
|
+
"number"
|
13477
|
+
],
|
13642
13478
|
[
|
13643
13479
|
"xfx",
|
13644
13480
|
"queryable"
|
13481
|
+
],
|
13482
|
+
[
|
13483
|
+
"y",
|
13484
|
+
"number"
|
13645
13485
|
]
|
13646
13486
|
],
|
13647
13487
|
"metadata": {
|
@@ -14142,6 +13982,10 @@
|
|
14142
13982
|
"convertToUnits",
|
14143
13983
|
"queryable"
|
14144
13984
|
],
|
13985
|
+
[
|
13986
|
+
"convertToUnits",
|
13987
|
+
"testingValue"
|
13988
|
+
],
|
14145
13989
|
[
|
14146
13990
|
"countable",
|
14147
13991
|
"hierarchyAble"
|
@@ -14362,34 +14206,6 @@
|
|
14362
14206
|
"length",
|
14363
14207
|
"dimension"
|
14364
14208
|
],
|
14365
|
-
[
|
14366
|
-
"length",
|
14367
|
-
"hierarchyAble"
|
14368
|
-
],
|
14369
|
-
[
|
14370
|
-
"length",
|
14371
|
-
"isEdee"
|
14372
|
-
],
|
14373
|
-
[
|
14374
|
-
"length",
|
14375
|
-
"isEder"
|
14376
|
-
],
|
14377
|
-
[
|
14378
|
-
"length",
|
14379
|
-
"object"
|
14380
|
-
],
|
14381
|
-
[
|
14382
|
-
"length",
|
14383
|
-
"property"
|
14384
|
-
],
|
14385
|
-
[
|
14386
|
-
"length",
|
14387
|
-
"queryable"
|
14388
|
-
],
|
14389
|
-
[
|
14390
|
-
"length",
|
14391
|
-
"theAble"
|
14392
|
-
],
|
14393
14209
|
[
|
14394
14210
|
"lowest",
|
14395
14211
|
"condition"
|
@@ -14650,6 +14466,10 @@
|
|
14650
14466
|
"reason",
|
14651
14467
|
"theAble"
|
14652
14468
|
],
|
14469
|
+
[
|
14470
|
+
"testingValue",
|
14471
|
+
"testingValue"
|
14472
|
+
],
|
14653
14473
|
[
|
14654
14474
|
"that",
|
14655
14475
|
"thisitthat"
|
@@ -14774,9 +14594,17 @@
|
|
14774
14594
|
"whose",
|
14775
14595
|
"object"
|
14776
14596
|
],
|
14597
|
+
[
|
14598
|
+
"x",
|
14599
|
+
"number"
|
14600
|
+
],
|
14777
14601
|
[
|
14778
14602
|
"xfx",
|
14779
14603
|
"queryable"
|
14604
|
+
],
|
14605
|
+
[
|
14606
|
+
"y",
|
14607
|
+
"number"
|
14780
14608
|
]
|
14781
14609
|
],
|
14782
14610
|
"metadata": {
|
@@ -15299,6 +15127,10 @@
|
|
15299
15127
|
"convertToUnits",
|
15300
15128
|
"queryable"
|
15301
15129
|
],
|
15130
|
+
[
|
15131
|
+
"convertToUnits",
|
15132
|
+
"testingValue"
|
15133
|
+
],
|
15302
15134
|
[
|
15303
15135
|
"countable",
|
15304
15136
|
"hierarchyAble"
|
@@ -15519,34 +15351,6 @@
|
|
15519
15351
|
"length",
|
15520
15352
|
"dimension"
|
15521
15353
|
],
|
15522
|
-
[
|
15523
|
-
"length",
|
15524
|
-
"hierarchyAble"
|
15525
|
-
],
|
15526
|
-
[
|
15527
|
-
"length",
|
15528
|
-
"isEdee"
|
15529
|
-
],
|
15530
|
-
[
|
15531
|
-
"length",
|
15532
|
-
"isEder"
|
15533
|
-
],
|
15534
|
-
[
|
15535
|
-
"length",
|
15536
|
-
"object"
|
15537
|
-
],
|
15538
|
-
[
|
15539
|
-
"length",
|
15540
|
-
"property"
|
15541
|
-
],
|
15542
|
-
[
|
15543
|
-
"length",
|
15544
|
-
"queryable"
|
15545
|
-
],
|
15546
|
-
[
|
15547
|
-
"length",
|
15548
|
-
"theAble"
|
15549
|
-
],
|
15550
15354
|
[
|
15551
15355
|
"lowest",
|
15552
15356
|
"condition"
|
@@ -15807,6 +15611,10 @@
|
|
15807
15611
|
"reason",
|
15808
15612
|
"theAble"
|
15809
15613
|
],
|
15614
|
+
[
|
15615
|
+
"testingValue",
|
15616
|
+
"testingValue"
|
15617
|
+
],
|
15810
15618
|
[
|
15811
15619
|
"that",
|
15812
15620
|
"thisitthat"
|
@@ -15931,9 +15739,17 @@
|
|
15931
15739
|
"whose",
|
15932
15740
|
"object"
|
15933
15741
|
],
|
15742
|
+
[
|
15743
|
+
"x",
|
15744
|
+
"number"
|
15745
|
+
],
|
15934
15746
|
[
|
15935
15747
|
"xfx",
|
15936
15748
|
"queryable"
|
15749
|
+
],
|
15750
|
+
[
|
15751
|
+
"y",
|
15752
|
+
"number"
|
15937
15753
|
]
|
15938
15754
|
],
|
15939
15755
|
"metadata": {
|
@@ -16466,6 +16282,10 @@
|
|
16466
16282
|
"convertToUnits",
|
16467
16283
|
"queryable"
|
16468
16284
|
],
|
16285
|
+
[
|
16286
|
+
"convertToUnits",
|
16287
|
+
"testingValue"
|
16288
|
+
],
|
16469
16289
|
[
|
16470
16290
|
"countable",
|
16471
16291
|
"hierarchyAble"
|
@@ -16686,34 +16506,6 @@
|
|
16686
16506
|
"length",
|
16687
16507
|
"dimension"
|
16688
16508
|
],
|
16689
|
-
[
|
16690
|
-
"length",
|
16691
|
-
"hierarchyAble"
|
16692
|
-
],
|
16693
|
-
[
|
16694
|
-
"length",
|
16695
|
-
"isEdee"
|
16696
|
-
],
|
16697
|
-
[
|
16698
|
-
"length",
|
16699
|
-
"isEder"
|
16700
|
-
],
|
16701
|
-
[
|
16702
|
-
"length",
|
16703
|
-
"object"
|
16704
|
-
],
|
16705
|
-
[
|
16706
|
-
"length",
|
16707
|
-
"property"
|
16708
|
-
],
|
16709
|
-
[
|
16710
|
-
"length",
|
16711
|
-
"queryable"
|
16712
|
-
],
|
16713
|
-
[
|
16714
|
-
"length",
|
16715
|
-
"theAble"
|
16716
|
-
],
|
16717
16509
|
[
|
16718
16510
|
"lowest",
|
16719
16511
|
"condition"
|
@@ -16974,6 +16766,10 @@
|
|
16974
16766
|
"reason",
|
16975
16767
|
"theAble"
|
16976
16768
|
],
|
16769
|
+
[
|
16770
|
+
"testingValue",
|
16771
|
+
"testingValue"
|
16772
|
+
],
|
16977
16773
|
[
|
16978
16774
|
"that",
|
16979
16775
|
"thisitthat"
|
@@ -17098,9 +16894,17 @@
|
|
17098
16894
|
"whose",
|
17099
16895
|
"object"
|
17100
16896
|
],
|
16897
|
+
[
|
16898
|
+
"x",
|
16899
|
+
"number"
|
16900
|
+
],
|
17101
16901
|
[
|
17102
16902
|
"xfx",
|
17103
16903
|
"queryable"
|
16904
|
+
],
|
16905
|
+
[
|
16906
|
+
"y",
|
16907
|
+
"number"
|
17104
16908
|
]
|
17105
16909
|
],
|
17106
16910
|
"metadata": {
|
@@ -17501,10 +17305,6 @@
|
|
17501
17305
|
[
|
17502
17306
|
"is",
|
17503
17307
|
0
|
17504
|
-
],
|
17505
|
-
[
|
17506
|
-
"unknown",
|
17507
|
-
0
|
17508
17308
|
]
|
17509
17309
|
],
|
17510
17310
|
[
|
@@ -17521,8 +17321,8 @@
|
|
17521
17321
|
0
|
17522
17322
|
],
|
17523
17323
|
[
|
17524
|
-
"
|
17525
|
-
|
17324
|
+
"length",
|
17325
|
+
0
|
17526
17326
|
]
|
17527
17327
|
],
|
17528
17328
|
[
|
@@ -17533,10 +17333,6 @@
|
|
17533
17333
|
[
|
17534
17334
|
"is",
|
17535
17335
|
0
|
17536
|
-
],
|
17537
|
-
[
|
17538
|
-
"unknown",
|
17539
|
-
1
|
17540
17336
|
]
|
17541
17337
|
],
|
17542
17338
|
[
|
@@ -18549,36 +18345,6 @@
|
|
18549
18345
|
1
|
18550
18346
|
]
|
18551
18347
|
],
|
18552
|
-
[
|
18553
|
-
[
|
18554
|
-
"is",
|
18555
|
-
0
|
18556
|
-
],
|
18557
|
-
[
|
18558
|
-
"length",
|
18559
|
-
0
|
18560
|
-
],
|
18561
|
-
[
|
18562
|
-
"list",
|
18563
|
-
0
|
18564
|
-
],
|
18565
|
-
[
|
18566
|
-
"propertyOf",
|
18567
|
-
0
|
18568
|
-
],
|
18569
|
-
[
|
18570
|
-
"unit",
|
18571
|
-
0
|
18572
|
-
],
|
18573
|
-
[
|
18574
|
-
"unknown",
|
18575
|
-
0
|
18576
|
-
],
|
18577
|
-
[
|
18578
|
-
"unknown",
|
18579
|
-
1
|
18580
|
-
]
|
18581
|
-
],
|
18582
18348
|
[
|
18583
18349
|
[
|
18584
18350
|
"is",
|
@@ -18709,16 +18475,6 @@
|
|
18709
18475
|
1
|
18710
18476
|
]
|
18711
18477
|
],
|
18712
|
-
[
|
18713
|
-
[
|
18714
|
-
"is",
|
18715
|
-
0
|
18716
|
-
],
|
18717
|
-
[
|
18718
|
-
"unknown",
|
18719
|
-
1
|
18720
|
-
]
|
18721
|
-
],
|
18722
18478
|
[
|
18723
18479
|
[
|
18724
18480
|
"length",
|