@luminocity/lemonate-gateway 8.2.9 → 8.2.10
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/index.d.ts +24 -63
- package/dist/lemonate-gateway.cjs.js +4 -4
- package/dist/lemonate-gateway.cjs.js.map +1 -1
- package/dist/lemonate-gateway.esm.js +4 -4
- package/dist/lemonate-gateway.esm.js.map +1 -1
- package/dist/lemonate-gateway.umd.js +5 -5
- package/dist/lemonate-gateway.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -10495,11 +10495,11 @@ declare function getDatatypes(): ({
|
|
|
10495
10495
|
name: string;
|
|
10496
10496
|
type: string;
|
|
10497
10497
|
options?: undefined;
|
|
10498
|
+
info?: undefined;
|
|
10498
10499
|
minValue?: undefined;
|
|
10499
|
-
if?: undefined;
|
|
10500
10500
|
maxValue?: undefined;
|
|
10501
10501
|
step?: undefined;
|
|
10502
|
-
|
|
10502
|
+
if?: undefined;
|
|
10503
10503
|
} | {
|
|
10504
10504
|
datatype: string;
|
|
10505
10505
|
defaultValue: boolean;
|
|
@@ -10507,11 +10507,11 @@ declare function getDatatypes(): ({
|
|
|
10507
10507
|
name: string;
|
|
10508
10508
|
type: string;
|
|
10509
10509
|
options?: undefined;
|
|
10510
|
+
info?: undefined;
|
|
10510
10511
|
minValue?: undefined;
|
|
10511
|
-
if?: undefined;
|
|
10512
10512
|
maxValue?: undefined;
|
|
10513
10513
|
step?: undefined;
|
|
10514
|
-
|
|
10514
|
+
if?: undefined;
|
|
10515
10515
|
} | {
|
|
10516
10516
|
datatype: string;
|
|
10517
10517
|
defaultValue: {
|
|
@@ -10524,11 +10524,11 @@ declare function getDatatypes(): ({
|
|
|
10524
10524
|
name: string;
|
|
10525
10525
|
type: string;
|
|
10526
10526
|
options?: undefined;
|
|
10527
|
+
info?: undefined;
|
|
10527
10528
|
minValue?: undefined;
|
|
10528
|
-
if?: undefined;
|
|
10529
10529
|
maxValue?: undefined;
|
|
10530
10530
|
step?: undefined;
|
|
10531
|
-
|
|
10531
|
+
if?: undefined;
|
|
10532
10532
|
} | {
|
|
10533
10533
|
datatype: string;
|
|
10534
10534
|
defaultValue: string;
|
|
@@ -10536,29 +10536,35 @@ declare function getDatatypes(): ({
|
|
|
10536
10536
|
name: string;
|
|
10537
10537
|
type: string;
|
|
10538
10538
|
options: string[];
|
|
10539
|
+
info: string;
|
|
10539
10540
|
minValue?: undefined;
|
|
10540
|
-
if?: undefined;
|
|
10541
10541
|
maxValue?: undefined;
|
|
10542
10542
|
step?: undefined;
|
|
10543
|
+
if?: undefined;
|
|
10544
|
+
} | {
|
|
10545
|
+
datatype: string;
|
|
10546
|
+
defaultValue: string;
|
|
10547
|
+
displayName: string;
|
|
10548
|
+
name: string;
|
|
10549
|
+
type: string;
|
|
10550
|
+
options: string[];
|
|
10543
10551
|
info?: undefined;
|
|
10552
|
+
minValue?: undefined;
|
|
10553
|
+
maxValue?: undefined;
|
|
10554
|
+
step?: undefined;
|
|
10555
|
+
if?: undefined;
|
|
10544
10556
|
} | {
|
|
10545
10557
|
datatype: string;
|
|
10546
10558
|
defaultValue: number;
|
|
10547
10559
|
displayName: string;
|
|
10548
|
-
minValue: number;
|
|
10549
10560
|
name: string;
|
|
10550
10561
|
type: string;
|
|
10551
|
-
|
|
10552
|
-
FogType: string;
|
|
10553
|
-
$or?: undefined;
|
|
10554
|
-
EnableFogNoise?: undefined;
|
|
10555
|
-
EnableFogHeight?: undefined;
|
|
10556
|
-
EnableFogWidth?: undefined;
|
|
10557
|
-
};
|
|
10562
|
+
info: string;
|
|
10558
10563
|
options?: undefined;
|
|
10564
|
+
minValue?: undefined;
|
|
10559
10565
|
maxValue?: undefined;
|
|
10560
10566
|
step?: undefined;
|
|
10561
|
-
|
|
10567
|
+
if?: undefined;
|
|
10562
10568
|
} | {
|
|
10563
10569
|
datatype: string;
|
|
10564
10570
|
defaultValue: number;
|
|
@@ -10572,10 +10578,7 @@ declare function getDatatypes(): ({
|
|
|
10572
10578
|
$or: {
|
|
10573
10579
|
FogType: string;
|
|
10574
10580
|
}[];
|
|
10575
|
-
FogType?: undefined;
|
|
10576
10581
|
EnableFogNoise?: undefined;
|
|
10577
|
-
EnableFogHeight?: undefined;
|
|
10578
|
-
EnableFogWidth?: undefined;
|
|
10579
10582
|
};
|
|
10580
10583
|
options?: undefined;
|
|
10581
10584
|
info?: undefined;
|
|
@@ -10588,9 +10591,9 @@ declare function getDatatypes(): ({
|
|
|
10588
10591
|
type: string;
|
|
10589
10592
|
options?: undefined;
|
|
10590
10593
|
minValue?: undefined;
|
|
10591
|
-
if?: undefined;
|
|
10592
10594
|
maxValue?: undefined;
|
|
10593
10595
|
step?: undefined;
|
|
10596
|
+
if?: undefined;
|
|
10594
10597
|
} | {
|
|
10595
10598
|
datatype: string;
|
|
10596
10599
|
defaultValue: number;
|
|
@@ -10601,14 +10604,11 @@ declare function getDatatypes(): ({
|
|
|
10601
10604
|
step: number;
|
|
10602
10605
|
if: {
|
|
10603
10606
|
EnableFogNoise: boolean;
|
|
10604
|
-
FogType?: undefined;
|
|
10605
10607
|
$or?: undefined;
|
|
10606
|
-
EnableFogHeight?: undefined;
|
|
10607
|
-
EnableFogWidth?: undefined;
|
|
10608
10608
|
};
|
|
10609
10609
|
options?: undefined;
|
|
10610
|
-
maxValue?: undefined;
|
|
10611
10610
|
info?: undefined;
|
|
10611
|
+
maxValue?: undefined;
|
|
10612
10612
|
} | {
|
|
10613
10613
|
datatype: string;
|
|
10614
10614
|
defaultValue: number;
|
|
@@ -10620,48 +10620,9 @@ declare function getDatatypes(): ({
|
|
|
10620
10620
|
step: number;
|
|
10621
10621
|
if: {
|
|
10622
10622
|
EnableFogNoise: boolean;
|
|
10623
|
-
FogType?: undefined;
|
|
10624
|
-
$or?: undefined;
|
|
10625
|
-
EnableFogHeight?: undefined;
|
|
10626
|
-
EnableFogWidth?: undefined;
|
|
10627
|
-
};
|
|
10628
|
-
options?: undefined;
|
|
10629
|
-
info?: undefined;
|
|
10630
|
-
} | {
|
|
10631
|
-
datatype: string;
|
|
10632
|
-
defaultValue: number;
|
|
10633
|
-
displayName: string;
|
|
10634
|
-
name: string;
|
|
10635
|
-
type: string;
|
|
10636
|
-
step: number;
|
|
10637
|
-
if: {
|
|
10638
|
-
EnableFogHeight: boolean;
|
|
10639
|
-
FogType?: undefined;
|
|
10640
|
-
$or?: undefined;
|
|
10641
|
-
EnableFogNoise?: undefined;
|
|
10642
|
-
EnableFogWidth?: undefined;
|
|
10643
|
-
};
|
|
10644
|
-
options?: undefined;
|
|
10645
|
-
minValue?: undefined;
|
|
10646
|
-
maxValue?: undefined;
|
|
10647
|
-
info?: undefined;
|
|
10648
|
-
} | {
|
|
10649
|
-
datatype: string;
|
|
10650
|
-
defaultValue: number;
|
|
10651
|
-
displayName: string;
|
|
10652
|
-
name: string;
|
|
10653
|
-
type: string;
|
|
10654
|
-
step: number;
|
|
10655
|
-
if: {
|
|
10656
|
-
EnableFogWidth: boolean;
|
|
10657
|
-
FogType?: undefined;
|
|
10658
10623
|
$or?: undefined;
|
|
10659
|
-
EnableFogNoise?: undefined;
|
|
10660
|
-
EnableFogHeight?: undefined;
|
|
10661
10624
|
};
|
|
10662
10625
|
options?: undefined;
|
|
10663
|
-
minValue?: undefined;
|
|
10664
|
-
maxValue?: undefined;
|
|
10665
10626
|
info?: undefined;
|
|
10666
10627
|
} | {
|
|
10667
10628
|
datatype: string;
|