@fincity/kirun-js 2.8.4 → 2.8.5
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/generator/validation-js.csv +14 -14
- package/package.json +1 -1
- package/src/engine/function/system/date/AbstractDateFunction.ts +1 -1
- package/src/engine/function/system/date/EpochToTimestamp.ts +1 -1
- package/src/engine/function/system/date/LastFirstOf.ts +1 -1
- package/src/engine/function/system/date/TimestampToEpoch.ts +4 -1
|
@@ -368,7 +368,7 @@ System.Date.EpochMillisecondsToTimestamp
|
|
|
368
368
|
Parameter,Type,Schema
|
|
369
369
|
epochMilliseconds,EXPRESSION,integer;long;string
|
|
370
370
|
Events
|
|
371
|
-
|
|
371
|
+
output,output
|
|
372
372
|
Event Parameter,,Schema
|
|
373
373
|
isotimestamp,,
|
|
374
374
|
|
|
@@ -376,7 +376,7 @@ System.Date.EpochSecondsToTimestamp
|
|
|
376
376
|
Parameter,Type,Schema
|
|
377
377
|
epochSeconds,EXPRESSION,integer;long;string
|
|
378
378
|
Events
|
|
379
|
-
|
|
379
|
+
output,output
|
|
380
380
|
Event Parameter,,Schema
|
|
381
381
|
isotimestamp,,
|
|
382
382
|
|
|
@@ -384,7 +384,7 @@ System.Date.FirstOf
|
|
|
384
384
|
Parameter,Type,Schema
|
|
385
385
|
isoTimeStamp,EXPRESSION,
|
|
386
386
|
Events
|
|
387
|
-
|
|
387
|
+
output,output
|
|
388
388
|
Event Parameter,,Schema
|
|
389
389
|
isotimestamp,,
|
|
390
390
|
|
|
@@ -399,8 +399,8 @@ isotimestamp,,
|
|
|
399
399
|
|
|
400
400
|
System.Date.FromNow
|
|
401
401
|
Parameter,Type,Schema
|
|
402
|
+
base,EXPRESSION,
|
|
402
403
|
format,EXPRESSION,string
|
|
403
|
-
from,EXPRESSION,
|
|
404
404
|
isoTimeStamp,EXPRESSION,
|
|
405
405
|
locale,EXPRESSION,string
|
|
406
406
|
round,EXPRESSION,boolean
|
|
@@ -620,7 +620,7 @@ System.Date.LastOf
|
|
|
620
620
|
Parameter,Type,Schema
|
|
621
621
|
isoTimeStamp,EXPRESSION,
|
|
622
622
|
Events
|
|
623
|
-
|
|
623
|
+
output,output
|
|
624
624
|
Event Parameter,,Schema
|
|
625
625
|
isotimestamp,,
|
|
626
626
|
|
|
@@ -631,7 +631,7 @@ number,EXPRESSION,integer
|
|
|
631
631
|
Events
|
|
632
632
|
output,output
|
|
633
633
|
Event Parameter,,Schema
|
|
634
|
-
|
|
634
|
+
isotimestamp,,
|
|
635
635
|
|
|
636
636
|
System.Date.SetHours
|
|
637
637
|
Parameter,Type,Schema
|
|
@@ -640,7 +640,7 @@ number,EXPRESSION,integer
|
|
|
640
640
|
Events
|
|
641
641
|
output,output
|
|
642
642
|
Event Parameter,,Schema
|
|
643
|
-
|
|
643
|
+
isotimestamp,,
|
|
644
644
|
|
|
645
645
|
System.Date.SetMilliseconds
|
|
646
646
|
Parameter,Type,Schema
|
|
@@ -649,7 +649,7 @@ number,EXPRESSION,integer
|
|
|
649
649
|
Events
|
|
650
650
|
output,output
|
|
651
651
|
Event Parameter,,Schema
|
|
652
|
-
|
|
652
|
+
isotimestamp,,
|
|
653
653
|
|
|
654
654
|
System.Date.SetMinutes
|
|
655
655
|
Parameter,Type,Schema
|
|
@@ -658,7 +658,7 @@ number,EXPRESSION,integer
|
|
|
658
658
|
Events
|
|
659
659
|
output,output
|
|
660
660
|
Event Parameter,,Schema
|
|
661
|
-
|
|
661
|
+
isotimestamp,,
|
|
662
662
|
|
|
663
663
|
System.Date.SetMonth
|
|
664
664
|
Parameter,Type,Schema
|
|
@@ -667,7 +667,7 @@ number,EXPRESSION,integer
|
|
|
667
667
|
Events
|
|
668
668
|
output,output
|
|
669
669
|
Event Parameter,,Schema
|
|
670
|
-
|
|
670
|
+
isotimestamp,,
|
|
671
671
|
|
|
672
672
|
System.Date.SetSeconds
|
|
673
673
|
Parameter,Type,Schema
|
|
@@ -676,7 +676,7 @@ number,EXPRESSION,integer
|
|
|
676
676
|
Events
|
|
677
677
|
output,output
|
|
678
678
|
Event Parameter,,Schema
|
|
679
|
-
|
|
679
|
+
isotimestamp,,
|
|
680
680
|
|
|
681
681
|
System.Date.SetTimeZone
|
|
682
682
|
Parameter,Type,Schema
|
|
@@ -694,7 +694,7 @@ number,EXPRESSION,integer
|
|
|
694
694
|
Events
|
|
695
695
|
output,output
|
|
696
696
|
Event Parameter,,Schema
|
|
697
|
-
|
|
697
|
+
isotimestamp,,
|
|
698
698
|
|
|
699
699
|
System.Date.StartOf
|
|
700
700
|
Parameter,Type,Schema
|
|
@@ -740,7 +740,7 @@ System.Date.TimestampToEpochMilliseconds
|
|
|
740
740
|
Parameter,Type,Schema
|
|
741
741
|
isoTimeStamp,EXPRESSION,
|
|
742
742
|
Events
|
|
743
|
-
|
|
743
|
+
output,output
|
|
744
744
|
Event Parameter,,Schema
|
|
745
745
|
result,,long
|
|
746
746
|
|
|
@@ -748,7 +748,7 @@ System.Date.TimestampToEpochSeconds
|
|
|
748
748
|
Parameter,Type,Schema
|
|
749
749
|
isoTimeStamp,EXPRESSION,
|
|
750
750
|
Events
|
|
751
|
-
|
|
751
|
+
output,output
|
|
752
752
|
Event Parameter,,Schema
|
|
753
753
|
result,,long
|
|
754
754
|
|
package/package.json
CHANGED
|
@@ -222,7 +222,7 @@ export abstract class AbstractDateFunction extends AbstractFunction {
|
|
|
222
222
|
}
|
|
223
223
|
})(
|
|
224
224
|
name,
|
|
225
|
-
AbstractDateFunction.
|
|
225
|
+
AbstractDateFunction.EVENT_TIMESTAMP,
|
|
226
226
|
AbstractDateFunction.PARAMETER_TIMESTAMP,
|
|
227
227
|
AbstractDateFunction.PARAMETER_NUMBER,
|
|
228
228
|
),
|
|
@@ -28,7 +28,10 @@ export class TimestampToEpoch extends AbstractFunction {
|
|
|
28
28
|
)
|
|
29
29
|
.setEvents(
|
|
30
30
|
new Map([
|
|
31
|
-
[
|
|
31
|
+
[
|
|
32
|
+
AbstractDateFunction.EVENT_TIMESTAMP.getName(),
|
|
33
|
+
AbstractDateFunction.EVENT_LONG,
|
|
34
|
+
],
|
|
32
35
|
]),
|
|
33
36
|
);
|
|
34
37
|
}
|