@almadar/std 3.4.3 → 3.5.0
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/behaviors/exports/atoms/std-autoregressive.orb +419 -0
- package/behaviors/exports/atoms/std-browse.orb +73 -1
- package/behaviors/exports/atoms/std-circuit-breaker.orb +12 -0
- package/behaviors/exports/atoms/std-combat-log.orb +112 -0
- package/behaviors/exports/atoms/std-confirmation.orb +4 -4
- package/behaviors/exports/atoms/std-game-canvas3d.orb +172 -15
- package/behaviors/exports/atoms/std-modal.orb +2 -2
- package/behaviors/exports/molecules/std-cart.orb +9 -76
- package/behaviors/exports/molecules/std-detail.orb +4 -8
- package/behaviors/exports/molecules/std-geospatial.orb +7 -7
- package/behaviors/exports/molecules/std-inventory.orb +10 -22
- package/behaviors/exports/molecules/std-list.orb +6 -18
- package/behaviors/exports/molecules/std-messaging.orb +4 -8
- package/behaviors/exports/organisms/std-api-gateway.orb +18 -18
- package/behaviors/exports/organisms/std-booking-system.orb +12 -36
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +6 -18
- package/behaviors/exports/organisms/std-cms.orb +16 -44
- package/behaviors/exports/organisms/std-crm.orb +16 -44
- package/behaviors/exports/organisms/std-devops-dashboard.orb +18 -18
- package/behaviors/exports/organisms/std-ecommerce.orb +28 -108
- package/behaviors/exports/organisms/std-finance-tracker.orb +10 -26
- package/behaviors/exports/organisms/std-healthcare.orb +16 -44
- package/behaviors/exports/organisms/std-helpdesk.orb +10 -26
- package/behaviors/exports/organisms/std-hr-portal.orb +12 -36
- package/behaviors/exports/organisms/std-iot-dashboard.orb +18 -18
- package/behaviors/exports/organisms/std-lms.orb +6 -18
- package/behaviors/exports/organisms/std-platformer-app.orb +10 -22
- package/behaviors/exports/organisms/std-project-manager.orb +12 -36
- package/behaviors/exports/organisms/std-realtime-chat.orb +10 -26
- package/behaviors/exports/organisms/std-rpg-game.orb +10 -22
- package/behaviors/exports/organisms/std-service-marketplace.orb +12 -36
- package/behaviors/exports/organisms/std-social-feed.orb +8 -16
- package/behaviors/exports/organisms/std-trading-dashboard.orb +6 -18
- package/behaviors/exports/validation-report.json +2 -3
- package/dist/behaviors/exports/atoms/std-autoregressive.orb +419 -0
- package/dist/behaviors/exports/atoms/std-browse.orb +73 -1
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +12 -0
- package/dist/behaviors/exports/atoms/std-combat-log.orb +112 -0
- package/dist/behaviors/exports/atoms/std-confirmation.orb +4 -4
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +172 -15
- package/dist/behaviors/exports/atoms/std-modal.orb +2 -2
- package/dist/behaviors/exports/molecules/std-cart.orb +9 -76
- package/dist/behaviors/exports/molecules/std-detail.orb +4 -8
- package/dist/behaviors/exports/molecules/std-geospatial.orb +7 -7
- package/dist/behaviors/exports/molecules/std-inventory.orb +10 -22
- package/dist/behaviors/exports/molecules/std-list.orb +6 -18
- package/dist/behaviors/exports/molecules/std-messaging.orb +4 -8
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +18 -18
- package/dist/behaviors/exports/organisms/std-booking-system.orb +12 -36
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +6 -18
- package/dist/behaviors/exports/organisms/std-cms.orb +16 -44
- package/dist/behaviors/exports/organisms/std-crm.orb +16 -44
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +18 -18
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +28 -108
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +10 -26
- package/dist/behaviors/exports/organisms/std-healthcare.orb +16 -44
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +10 -26
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +12 -36
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +18 -18
- package/dist/behaviors/exports/organisms/std-lms.orb +6 -18
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +10 -22
- package/dist/behaviors/exports/organisms/std-project-manager.orb +12 -36
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +10 -26
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +10 -22
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +12 -36
- package/dist/behaviors/exports/organisms/std-social-feed.orb +8 -16
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +6 -18
- package/dist/behaviors/exports/validation-report.json +2 -3
- package/dist/behaviors/functions/index.js +82 -36
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js +82 -36
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-autoregressive.orb +419 -0
- package/dist/exports/atoms/std-browse.orb +73 -1
- package/dist/exports/atoms/std-circuit-breaker.orb +12 -0
- package/dist/exports/atoms/std-combat-log.orb +112 -0
- package/dist/exports/atoms/std-confirmation.orb +4 -4
- package/dist/exports/atoms/std-game-canvas3d.orb +172 -15
- package/dist/exports/atoms/std-modal.orb +2 -2
- package/dist/exports/molecules/std-cart.orb +9 -76
- package/dist/exports/molecules/std-detail.orb +4 -8
- package/dist/exports/molecules/std-geospatial.orb +7 -7
- package/dist/exports/molecules/std-inventory.orb +10 -22
- package/dist/exports/molecules/std-list.orb +6 -18
- package/dist/exports/molecules/std-messaging.orb +4 -8
- package/dist/exports/organisms/std-api-gateway.orb +18 -18
- package/dist/exports/organisms/std-booking-system.orb +12 -36
- package/dist/exports/organisms/std-cicd-pipeline.orb +6 -18
- package/dist/exports/organisms/std-cms.orb +16 -44
- package/dist/exports/organisms/std-crm.orb +16 -44
- package/dist/exports/organisms/std-devops-dashboard.orb +18 -18
- package/dist/exports/organisms/std-ecommerce.orb +28 -108
- package/dist/exports/organisms/std-finance-tracker.orb +10 -26
- package/dist/exports/organisms/std-healthcare.orb +16 -44
- package/dist/exports/organisms/std-helpdesk.orb +10 -26
- package/dist/exports/organisms/std-hr-portal.orb +12 -36
- package/dist/exports/organisms/std-iot-dashboard.orb +18 -18
- package/dist/exports/organisms/std-lms.orb +6 -18
- package/dist/exports/organisms/std-platformer-app.orb +10 -22
- package/dist/exports/organisms/std-project-manager.orb +12 -36
- package/dist/exports/organisms/std-realtime-chat.orb +10 -26
- package/dist/exports/organisms/std-rpg-game.orb +10 -22
- package/dist/exports/organisms/std-service-marketplace.orb +12 -36
- package/dist/exports/organisms/std-social-feed.orb +8 -16
- package/dist/exports/organisms/std-trading-dashboard.orb +6 -18
- package/dist/exports/validation-report.json +2 -3
- package/dist/index.js +82 -36
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
"event": "INIT",
|
|
1306
1306
|
"effects": [
|
|
1307
1307
|
[
|
|
1308
|
-
"
|
|
1308
|
+
"ref",
|
|
1309
1309
|
"RpgItem"
|
|
1310
1310
|
],
|
|
1311
1311
|
[
|
|
@@ -1432,7 +1432,7 @@
|
|
|
1432
1432
|
"event": "ITEM_ADDED",
|
|
1433
1433
|
"effects": [
|
|
1434
1434
|
[
|
|
1435
|
-
"
|
|
1435
|
+
"ref",
|
|
1436
1436
|
"RpgItem"
|
|
1437
1437
|
]
|
|
1438
1438
|
]
|
|
@@ -1443,7 +1443,7 @@
|
|
|
1443
1443
|
"event": "ITEM_USED",
|
|
1444
1444
|
"effects": [
|
|
1445
1445
|
[
|
|
1446
|
-
"
|
|
1446
|
+
"ref",
|
|
1447
1447
|
"RpgItem"
|
|
1448
1448
|
]
|
|
1449
1449
|
]
|
|
@@ -1454,7 +1454,7 @@
|
|
|
1454
1454
|
"event": "CONFIRM_DROP",
|
|
1455
1455
|
"effects": [
|
|
1456
1456
|
[
|
|
1457
|
-
"
|
|
1457
|
+
"ref",
|
|
1458
1458
|
"RpgItem"
|
|
1459
1459
|
]
|
|
1460
1460
|
]
|
|
@@ -1513,7 +1513,7 @@
|
|
|
1513
1513
|
"event": "INIT",
|
|
1514
1514
|
"effects": [
|
|
1515
1515
|
[
|
|
1516
|
-
"
|
|
1516
|
+
"ref",
|
|
1517
1517
|
"RpgItem"
|
|
1518
1518
|
]
|
|
1519
1519
|
]
|
|
@@ -1601,10 +1601,6 @@
|
|
|
1601
1601
|
"RpgItem",
|
|
1602
1602
|
"@payload.data"
|
|
1603
1603
|
],
|
|
1604
|
-
[
|
|
1605
|
-
"fetch",
|
|
1606
|
-
"RpgItem"
|
|
1607
|
-
],
|
|
1608
1604
|
[
|
|
1609
1605
|
"render-ui",
|
|
1610
1606
|
"modal",
|
|
@@ -1681,7 +1677,7 @@
|
|
|
1681
1677
|
"event": "INIT",
|
|
1682
1678
|
"effects": [
|
|
1683
1679
|
[
|
|
1684
|
-
"
|
|
1680
|
+
"ref",
|
|
1685
1681
|
"RpgItem"
|
|
1686
1682
|
]
|
|
1687
1683
|
]
|
|
@@ -1785,10 +1781,6 @@
|
|
|
1785
1781
|
"RpgItem",
|
|
1786
1782
|
"@payload.data"
|
|
1787
1783
|
],
|
|
1788
|
-
[
|
|
1789
|
-
"fetch",
|
|
1790
|
-
"RpgItem"
|
|
1791
|
-
],
|
|
1792
1784
|
[
|
|
1793
1785
|
"render-ui",
|
|
1794
1786
|
"modal",
|
|
@@ -1869,7 +1861,7 @@
|
|
|
1869
1861
|
"event": "INIT",
|
|
1870
1862
|
"effects": [
|
|
1871
1863
|
[
|
|
1872
|
-
"
|
|
1864
|
+
"ref",
|
|
1873
1865
|
"RpgItem"
|
|
1874
1866
|
]
|
|
1875
1867
|
]
|
|
@@ -1960,17 +1952,13 @@
|
|
|
1960
1952
|
"RpgItem",
|
|
1961
1953
|
"@payload.id"
|
|
1962
1954
|
],
|
|
1963
|
-
[
|
|
1964
|
-
"fetch",
|
|
1965
|
-
"RpgItem"
|
|
1966
|
-
],
|
|
1967
1955
|
[
|
|
1968
1956
|
"render-ui",
|
|
1969
1957
|
"modal",
|
|
1970
1958
|
null
|
|
1971
1959
|
],
|
|
1972
1960
|
[
|
|
1973
|
-
"
|
|
1961
|
+
"ref",
|
|
1974
1962
|
"RpgItem"
|
|
1975
1963
|
],
|
|
1976
1964
|
[
|
|
@@ -1994,7 +1982,7 @@
|
|
|
1994
1982
|
null
|
|
1995
1983
|
],
|
|
1996
1984
|
[
|
|
1997
|
-
"
|
|
1985
|
+
"ref",
|
|
1998
1986
|
"RpgItem"
|
|
1999
1987
|
]
|
|
2000
1988
|
]
|
|
@@ -2010,7 +1998,7 @@
|
|
|
2010
1998
|
null
|
|
2011
1999
|
],
|
|
2012
2000
|
[
|
|
2013
|
-
"
|
|
2001
|
+
"ref",
|
|
2014
2002
|
"RpgItem"
|
|
2015
2003
|
]
|
|
2016
2004
|
]
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"event": "INIT",
|
|
149
149
|
"effects": [
|
|
150
150
|
[
|
|
151
|
-
"
|
|
151
|
+
"ref",
|
|
152
152
|
"Product"
|
|
153
153
|
],
|
|
154
154
|
[
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"event": "PRODUCT_CREATED",
|
|
303
303
|
"effects": [
|
|
304
304
|
[
|
|
305
|
-
"
|
|
305
|
+
"ref",
|
|
306
306
|
"Product"
|
|
307
307
|
]
|
|
308
308
|
]
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
"event": "PRODUCT_UPDATED",
|
|
314
314
|
"effects": [
|
|
315
315
|
[
|
|
316
|
-
"
|
|
316
|
+
"ref",
|
|
317
317
|
"Product"
|
|
318
318
|
]
|
|
319
319
|
]
|
|
@@ -403,10 +403,6 @@
|
|
|
403
403
|
"modal",
|
|
404
404
|
null
|
|
405
405
|
],
|
|
406
|
-
[
|
|
407
|
-
"fetch",
|
|
408
|
-
"Product"
|
|
409
|
-
],
|
|
410
406
|
[
|
|
411
407
|
"render-ui",
|
|
412
408
|
"main",
|
|
@@ -941,7 +937,7 @@
|
|
|
941
937
|
"event": "INIT",
|
|
942
938
|
"effects": [
|
|
943
939
|
[
|
|
944
|
-
"
|
|
940
|
+
"ref",
|
|
945
941
|
"Product"
|
|
946
942
|
]
|
|
947
943
|
]
|
|
@@ -1030,10 +1026,6 @@
|
|
|
1030
1026
|
"Product",
|
|
1031
1027
|
"@payload.data"
|
|
1032
1028
|
],
|
|
1033
|
-
[
|
|
1034
|
-
"fetch",
|
|
1035
|
-
"Product"
|
|
1036
|
-
],
|
|
1037
1029
|
[
|
|
1038
1030
|
"render-ui",
|
|
1039
1031
|
"modal",
|
|
@@ -1110,7 +1102,7 @@
|
|
|
1110
1102
|
"event": "INIT",
|
|
1111
1103
|
"effects": [
|
|
1112
1104
|
[
|
|
1113
|
-
"
|
|
1105
|
+
"ref",
|
|
1114
1106
|
"Product"
|
|
1115
1107
|
]
|
|
1116
1108
|
]
|
|
@@ -1201,10 +1193,6 @@
|
|
|
1201
1193
|
"Product",
|
|
1202
1194
|
"@payload.data"
|
|
1203
1195
|
],
|
|
1204
|
-
[
|
|
1205
|
-
"fetch",
|
|
1206
|
-
"Product"
|
|
1207
|
-
],
|
|
1208
1196
|
[
|
|
1209
1197
|
"render-ui",
|
|
1210
1198
|
"modal",
|
|
@@ -1265,7 +1253,7 @@
|
|
|
1265
1253
|
"event": "INIT",
|
|
1266
1254
|
"effects": [
|
|
1267
1255
|
[
|
|
1268
|
-
"
|
|
1256
|
+
"ref",
|
|
1269
1257
|
"Product"
|
|
1270
1258
|
]
|
|
1271
1259
|
]
|
|
@@ -3900,7 +3888,7 @@
|
|
|
3900
3888
|
"event": "INIT",
|
|
3901
3889
|
"effects": [
|
|
3902
3890
|
[
|
|
3903
|
-
"
|
|
3891
|
+
"ref",
|
|
3904
3892
|
"Order"
|
|
3905
3893
|
],
|
|
3906
3894
|
[
|
|
@@ -4054,7 +4042,7 @@
|
|
|
4054
4042
|
"event": "ORDER_CREATED",
|
|
4055
4043
|
"effects": [
|
|
4056
4044
|
[
|
|
4057
|
-
"
|
|
4045
|
+
"ref",
|
|
4058
4046
|
"Order"
|
|
4059
4047
|
]
|
|
4060
4048
|
]
|
|
@@ -4065,7 +4053,7 @@
|
|
|
4065
4053
|
"event": "ORDER_UPDATED",
|
|
4066
4054
|
"effects": [
|
|
4067
4055
|
[
|
|
4068
|
-
"
|
|
4056
|
+
"ref",
|
|
4069
4057
|
"Order"
|
|
4070
4058
|
]
|
|
4071
4059
|
]
|
|
@@ -4155,10 +4143,6 @@
|
|
|
4155
4143
|
"modal",
|
|
4156
4144
|
null
|
|
4157
4145
|
],
|
|
4158
|
-
[
|
|
4159
|
-
"fetch",
|
|
4160
|
-
"Order"
|
|
4161
|
-
],
|
|
4162
4146
|
[
|
|
4163
4147
|
"render-ui",
|
|
4164
4148
|
"main",
|
|
@@ -4680,7 +4664,7 @@
|
|
|
4680
4664
|
"event": "INIT",
|
|
4681
4665
|
"effects": [
|
|
4682
4666
|
[
|
|
4683
|
-
"
|
|
4667
|
+
"ref",
|
|
4684
4668
|
"Order"
|
|
4685
4669
|
]
|
|
4686
4670
|
]
|
|
@@ -4768,10 +4752,6 @@
|
|
|
4768
4752
|
"Order",
|
|
4769
4753
|
"@payload.data"
|
|
4770
4754
|
],
|
|
4771
|
-
[
|
|
4772
|
-
"fetch",
|
|
4773
|
-
"Order"
|
|
4774
|
-
],
|
|
4775
4755
|
[
|
|
4776
4756
|
"render-ui",
|
|
4777
4757
|
"modal",
|
|
@@ -4848,7 +4828,7 @@
|
|
|
4848
4828
|
"event": "INIT",
|
|
4849
4829
|
"effects": [
|
|
4850
4830
|
[
|
|
4851
|
-
"
|
|
4831
|
+
"ref",
|
|
4852
4832
|
"Order"
|
|
4853
4833
|
]
|
|
4854
4834
|
]
|
|
@@ -4938,10 +4918,6 @@
|
|
|
4938
4918
|
"Order",
|
|
4939
4919
|
"@payload.data"
|
|
4940
4920
|
],
|
|
4941
|
-
[
|
|
4942
|
-
"fetch",
|
|
4943
|
-
"Order"
|
|
4944
|
-
],
|
|
4945
4921
|
[
|
|
4946
4922
|
"render-ui",
|
|
4947
4923
|
"modal",
|
|
@@ -5002,7 +4978,7 @@
|
|
|
5002
4978
|
"event": "INIT",
|
|
5003
4979
|
"effects": [
|
|
5004
4980
|
[
|
|
5005
|
-
"
|
|
4981
|
+
"ref",
|
|
5006
4982
|
"Order"
|
|
5007
4983
|
]
|
|
5008
4984
|
]
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"event": "INIT",
|
|
98
98
|
"effects": [
|
|
99
99
|
[
|
|
100
|
-
"
|
|
100
|
+
"ref",
|
|
101
101
|
"Post"
|
|
102
102
|
],
|
|
103
103
|
[
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"event": "SAVE",
|
|
226
226
|
"effects": [
|
|
227
227
|
[
|
|
228
|
-
"
|
|
228
|
+
"ref",
|
|
229
229
|
"Post"
|
|
230
230
|
]
|
|
231
231
|
]
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"event": "INIT",
|
|
299
299
|
"effects": [
|
|
300
300
|
[
|
|
301
|
-
"
|
|
301
|
+
"ref",
|
|
302
302
|
"Post"
|
|
303
303
|
]
|
|
304
304
|
]
|
|
@@ -386,10 +386,6 @@
|
|
|
386
386
|
"Post",
|
|
387
387
|
"@payload.data"
|
|
388
388
|
],
|
|
389
|
-
[
|
|
390
|
-
"fetch",
|
|
391
|
-
"Post"
|
|
392
|
-
],
|
|
393
389
|
[
|
|
394
390
|
"render-ui",
|
|
395
391
|
"modal",
|
|
@@ -450,7 +446,7 @@
|
|
|
450
446
|
"event": "INIT",
|
|
451
447
|
"effects": [
|
|
452
448
|
[
|
|
453
|
-
"
|
|
449
|
+
"ref",
|
|
454
450
|
"Post"
|
|
455
451
|
]
|
|
456
452
|
]
|
|
@@ -736,7 +732,7 @@
|
|
|
736
732
|
"event": "INIT",
|
|
737
733
|
"effects": [
|
|
738
734
|
[
|
|
739
|
-
"
|
|
735
|
+
"ref",
|
|
740
736
|
"Comment"
|
|
741
737
|
],
|
|
742
738
|
[
|
|
@@ -854,7 +850,7 @@
|
|
|
854
850
|
"event": "SEND",
|
|
855
851
|
"effects": [
|
|
856
852
|
[
|
|
857
|
-
"
|
|
853
|
+
"ref",
|
|
858
854
|
"Comment"
|
|
859
855
|
]
|
|
860
856
|
]
|
|
@@ -913,7 +909,7 @@
|
|
|
913
909
|
"event": "INIT",
|
|
914
910
|
"effects": [
|
|
915
911
|
[
|
|
916
|
-
"
|
|
912
|
+
"ref",
|
|
917
913
|
"Comment"
|
|
918
914
|
]
|
|
919
915
|
]
|
|
@@ -996,10 +992,6 @@
|
|
|
996
992
|
"Comment",
|
|
997
993
|
"@payload.data"
|
|
998
994
|
],
|
|
999
|
-
[
|
|
1000
|
-
"fetch",
|
|
1001
|
-
"Comment"
|
|
1002
|
-
],
|
|
1003
995
|
[
|
|
1004
996
|
"render-ui",
|
|
1005
997
|
"modal",
|
|
@@ -1060,7 +1052,7 @@
|
|
|
1060
1052
|
"event": "INIT",
|
|
1061
1053
|
"effects": [
|
|
1062
1054
|
[
|
|
1063
|
-
"
|
|
1055
|
+
"ref",
|
|
1064
1056
|
"Comment"
|
|
1065
1057
|
]
|
|
1066
1058
|
]
|
|
@@ -1570,7 +1570,7 @@
|
|
|
1570
1570
|
"event": "INIT",
|
|
1571
1571
|
"effects": [
|
|
1572
1572
|
[
|
|
1573
|
-
"
|
|
1573
|
+
"ref",
|
|
1574
1574
|
"TradeOrder"
|
|
1575
1575
|
],
|
|
1576
1576
|
[
|
|
@@ -1710,7 +1710,7 @@
|
|
|
1710
1710
|
"event": "TRADE_ORDER_CREATED",
|
|
1711
1711
|
"effects": [
|
|
1712
1712
|
[
|
|
1713
|
-
"
|
|
1713
|
+
"ref",
|
|
1714
1714
|
"TradeOrder"
|
|
1715
1715
|
]
|
|
1716
1716
|
]
|
|
@@ -1721,7 +1721,7 @@
|
|
|
1721
1721
|
"event": "TRADE_ORDER_UPDATED",
|
|
1722
1722
|
"effects": [
|
|
1723
1723
|
[
|
|
1724
|
-
"
|
|
1724
|
+
"ref",
|
|
1725
1725
|
"TradeOrder"
|
|
1726
1726
|
]
|
|
1727
1727
|
]
|
|
@@ -1811,10 +1811,6 @@
|
|
|
1811
1811
|
"modal",
|
|
1812
1812
|
null
|
|
1813
1813
|
],
|
|
1814
|
-
[
|
|
1815
|
-
"fetch",
|
|
1816
|
-
"TradeOrder"
|
|
1817
|
-
],
|
|
1818
1814
|
[
|
|
1819
1815
|
"render-ui",
|
|
1820
1816
|
"main",
|
|
@@ -2294,7 +2290,7 @@
|
|
|
2294
2290
|
"event": "INIT",
|
|
2295
2291
|
"effects": [
|
|
2296
2292
|
[
|
|
2297
|
-
"
|
|
2293
|
+
"ref",
|
|
2298
2294
|
"TradeOrder"
|
|
2299
2295
|
]
|
|
2300
2296
|
]
|
|
@@ -2382,10 +2378,6 @@
|
|
|
2382
2378
|
"TradeOrder",
|
|
2383
2379
|
"@payload.data"
|
|
2384
2380
|
],
|
|
2385
|
-
[
|
|
2386
|
-
"fetch",
|
|
2387
|
-
"TradeOrder"
|
|
2388
|
-
],
|
|
2389
2381
|
[
|
|
2390
2382
|
"render-ui",
|
|
2391
2383
|
"modal",
|
|
@@ -2462,7 +2454,7 @@
|
|
|
2462
2454
|
"event": "INIT",
|
|
2463
2455
|
"effects": [
|
|
2464
2456
|
[
|
|
2465
|
-
"
|
|
2457
|
+
"ref",
|
|
2466
2458
|
"TradeOrder"
|
|
2467
2459
|
]
|
|
2468
2460
|
]
|
|
@@ -2552,10 +2544,6 @@
|
|
|
2552
2544
|
"TradeOrder",
|
|
2553
2545
|
"@payload.data"
|
|
2554
2546
|
],
|
|
2555
|
-
[
|
|
2556
|
-
"fetch",
|
|
2557
|
-
"TradeOrder"
|
|
2558
|
-
],
|
|
2559
2547
|
[
|
|
2560
2548
|
"render-ui",
|
|
2561
2549
|
"modal",
|
|
@@ -2616,7 +2604,7 @@
|
|
|
2616
2604
|
"event": "INIT",
|
|
2617
2605
|
"effects": [
|
|
2618
2606
|
[
|
|
2619
|
-
"
|
|
2607
|
+
"ref",
|
|
2620
2608
|
"TradeOrder"
|
|
2621
2609
|
]
|
|
2622
2610
|
]
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"name": "std-
|
|
3
|
+
"name": "std-cart",
|
|
4
4
|
"errors": 0,
|
|
5
5
|
"warnings": 0,
|
|
6
6
|
"output": [
|
|
7
|
-
"
|
|
8
|
-
"Validating schema: /home/osamah/kflow.ai.builder/packages/almadar-std/behaviors/exports/atoms/std-game-audio.orb"
|
|
7
|
+
"Validating schema: /home/osamah/kflow.ai.builder/packages/almadar-std/behaviors/exports/molecules/std-cart.orb"
|
|
9
8
|
]
|
|
10
9
|
}
|
|
11
10
|
]
|