@ixo/editor 6.14.0 → 6.16.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/dist/action-manifest.json +89 -0
- package/dist/{chunk-ZTSBEK6E.js → chunk-6IOOGDDS.js} +2 -2
- package/dist/{chunk-UZQSAYAK.js → chunk-MR37B67W.js} +40 -34
- package/dist/chunk-MR37B67W.js.map +1 -0
- package/dist/{chunk-LMHIE6UG.js → chunk-TFY73KIE.js} +182 -14
- package/dist/chunk-TFY73KIE.js.map +1 -0
- package/dist/core/index.d.ts +74 -4
- package/dist/core/index.js +10 -2
- package/dist/core/index.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/mantine/index.js +2 -2
- package/dist/{store-D5rKaUtZ.d.ts → store-BsdF3BVv.d.ts} +15 -0
- package/package.json +1 -1
- package/dist/chunk-LMHIE6UG.js.map +0 -1
- package/dist/chunk-UZQSAYAK.js.map +0 -1
- /package/dist/{chunk-ZTSBEK6E.js.map → chunk-6IOOGDDS.js.map} +0 -0
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"hasDynamicEvents": false,
|
|
13
13
|
"hasDynamicOutputSchema": false,
|
|
14
14
|
"eligibleForEventTrigger": false,
|
|
15
|
+
"hasCustomInputValidation": false,
|
|
15
16
|
"can": "oracle/query",
|
|
16
17
|
"inputSchema": {
|
|
17
18
|
"type": "object",
|
|
@@ -50,6 +51,7 @@
|
|
|
50
51
|
"hasDynamicEvents": false,
|
|
51
52
|
"hasDynamicOutputSchema": false,
|
|
52
53
|
"eligibleForEventTrigger": false,
|
|
54
|
+
"hasCustomInputValidation": false,
|
|
53
55
|
"can": "bid/evaluate",
|
|
54
56
|
"requiredCapability": "flow/block/execute",
|
|
55
57
|
"inputSchema": {
|
|
@@ -191,6 +193,7 @@
|
|
|
191
193
|
"hasDynamicEvents": false,
|
|
192
194
|
"hasDynamicOutputSchema": false,
|
|
193
195
|
"eligibleForEventTrigger": false,
|
|
196
|
+
"hasCustomInputValidation": false,
|
|
194
197
|
"can": "bid/submit",
|
|
195
198
|
"requiredCapability": "flow/block/execute",
|
|
196
199
|
"inputSchema": {
|
|
@@ -266,6 +269,7 @@
|
|
|
266
269
|
"hasDynamicEvents": false,
|
|
267
270
|
"hasDynamicOutputSchema": false,
|
|
268
271
|
"eligibleForEventTrigger": true,
|
|
272
|
+
"hasCustomInputValidation": false,
|
|
269
273
|
"can": "calendar.event/create",
|
|
270
274
|
"requiredCapability": "flow/block/execute",
|
|
271
275
|
"inputSchema": {
|
|
@@ -389,6 +393,7 @@
|
|
|
389
393
|
"hasDynamicEvents": false,
|
|
390
394
|
"hasDynamicOutputSchema": false,
|
|
391
395
|
"eligibleForEventTrigger": false,
|
|
396
|
+
"hasCustomInputValidation": false,
|
|
392
397
|
"can": "calendar.event/list",
|
|
393
398
|
"requiredCapability": "flow/block/execute",
|
|
394
399
|
"inputSchema": {
|
|
@@ -478,6 +483,7 @@
|
|
|
478
483
|
"hasDynamicEvents": false,
|
|
479
484
|
"hasDynamicOutputSchema": false,
|
|
480
485
|
"eligibleForEventTrigger": true,
|
|
486
|
+
"hasCustomInputValidation": false,
|
|
481
487
|
"can": "calendar.event/update",
|
|
482
488
|
"requiredCapability": "flow/block/execute",
|
|
483
489
|
"inputSchema": {
|
|
@@ -600,6 +606,7 @@
|
|
|
600
606
|
"hasDynamicEvents": false,
|
|
601
607
|
"hasDynamicOutputSchema": false,
|
|
602
608
|
"eligibleForEventTrigger": false,
|
|
609
|
+
"hasCustomInputValidation": false,
|
|
603
610
|
"can": "carbon/harvest",
|
|
604
611
|
"inputSchema": {
|
|
605
612
|
"type": "object",
|
|
@@ -657,6 +664,7 @@
|
|
|
657
664
|
"hasDynamicEvents": false,
|
|
658
665
|
"hasDynamicOutputSchema": false,
|
|
659
666
|
"eligibleForEventTrigger": false,
|
|
667
|
+
"hasCustomInputValidation": false,
|
|
660
668
|
"can": "carbon/load",
|
|
661
669
|
"inputSchema": {
|
|
662
670
|
"type": "object",
|
|
@@ -766,6 +774,7 @@
|
|
|
766
774
|
"hasDynamicEvents": false,
|
|
767
775
|
"hasDynamicOutputSchema": false,
|
|
768
776
|
"eligibleForEventTrigger": false,
|
|
777
|
+
"hasCustomInputValidation": false,
|
|
769
778
|
"can": "carbon/retire",
|
|
770
779
|
"inputSchema": {
|
|
771
780
|
"type": "object",
|
|
@@ -842,6 +851,7 @@
|
|
|
842
851
|
"hasDynamicEvents": true,
|
|
843
852
|
"hasDynamicOutputSchema": true,
|
|
844
853
|
"eligibleForEventTrigger": false,
|
|
854
|
+
"hasCustomInputValidation": false,
|
|
845
855
|
"can": "claim/evaluate",
|
|
846
856
|
"requiredCapability": "flow/block/execute",
|
|
847
857
|
"inputSchema": {
|
|
@@ -1088,6 +1098,7 @@
|
|
|
1088
1098
|
"hasDynamicEvents": true,
|
|
1089
1099
|
"hasDynamicOutputSchema": true,
|
|
1090
1100
|
"eligibleForEventTrigger": true,
|
|
1101
|
+
"hasCustomInputValidation": false,
|
|
1091
1102
|
"can": "claim/submit",
|
|
1092
1103
|
"requiredCapability": "flow/block/execute",
|
|
1093
1104
|
"inputSchema": {
|
|
@@ -1174,6 +1185,7 @@
|
|
|
1174
1185
|
"hasDynamicEvents": true,
|
|
1175
1186
|
"hasDynamicOutputSchema": true,
|
|
1176
1187
|
"eligibleForEventTrigger": false,
|
|
1188
|
+
"hasCustomInputValidation": false,
|
|
1177
1189
|
"can": "collection/lifecycle",
|
|
1178
1190
|
"requiredCapability": "flow/block/execute",
|
|
1179
1191
|
"inputSchema": {
|
|
@@ -1365,6 +1377,7 @@
|
|
|
1365
1377
|
"hasDynamicEvents": false,
|
|
1366
1378
|
"hasDynamicOutputSchema": true,
|
|
1367
1379
|
"eligibleForEventTrigger": true,
|
|
1380
|
+
"hasCustomInputValidation": false,
|
|
1368
1381
|
"can": "collection/users",
|
|
1369
1382
|
"requiredCapability": "flow/block/execute",
|
|
1370
1383
|
"inputSchema": {
|
|
@@ -1502,6 +1515,7 @@
|
|
|
1502
1515
|
"hasDynamicEvents": false,
|
|
1503
1516
|
"hasDynamicOutputSchema": false,
|
|
1504
1517
|
"eligibleForEventTrigger": false,
|
|
1518
|
+
"hasCustomInputValidation": false,
|
|
1505
1519
|
"can": "credential/store",
|
|
1506
1520
|
"requiredCapability": "flow/execute",
|
|
1507
1521
|
"inputSchema": {
|
|
@@ -1565,6 +1579,7 @@
|
|
|
1565
1579
|
"hasDynamicEvents": false,
|
|
1566
1580
|
"hasDynamicOutputSchema": false,
|
|
1567
1581
|
"eligibleForEventTrigger": false,
|
|
1582
|
+
"hasCustomInputValidation": true,
|
|
1568
1583
|
"can": "domain/card-preview",
|
|
1569
1584
|
"inputSchema": {
|
|
1570
1585
|
"type": "object",
|
|
@@ -1646,6 +1661,7 @@
|
|
|
1646
1661
|
"hasDynamicEvents": false,
|
|
1647
1662
|
"hasDynamicOutputSchema": false,
|
|
1648
1663
|
"eligibleForEventTrigger": true,
|
|
1664
|
+
"hasCustomInputValidation": true,
|
|
1649
1665
|
"can": "domain/sign",
|
|
1650
1666
|
"requiredCapability": "flow/block/execute",
|
|
1651
1667
|
"inputSchema": {
|
|
@@ -1820,6 +1836,7 @@
|
|
|
1820
1836
|
"hasDynamicEvents": false,
|
|
1821
1837
|
"hasDynamicOutputSchema": false,
|
|
1822
1838
|
"eligibleForEventTrigger": true,
|
|
1839
|
+
"hasCustomInputValidation": false,
|
|
1823
1840
|
"can": "email/send",
|
|
1824
1841
|
"requiredCapability": "email/send",
|
|
1825
1842
|
"inputSchema": {
|
|
@@ -1896,6 +1913,7 @@
|
|
|
1896
1913
|
"hasDynamicEvents": false,
|
|
1897
1914
|
"hasDynamicOutputSchema": false,
|
|
1898
1915
|
"eligibleForEventTrigger": false,
|
|
1916
|
+
"hasCustomInputValidation": false,
|
|
1899
1917
|
"can": "entity/createOracle",
|
|
1900
1918
|
"inputSchema": {
|
|
1901
1919
|
"type": "object",
|
|
@@ -2043,6 +2061,7 @@
|
|
|
2043
2061
|
"hasDynamicEvents": false,
|
|
2044
2062
|
"hasDynamicOutputSchema": false,
|
|
2045
2063
|
"eligibleForEventTrigger": false,
|
|
2064
|
+
"hasCustomInputValidation": false,
|
|
2046
2065
|
"can": "entity/transfer",
|
|
2047
2066
|
"inputSchema": {
|
|
2048
2067
|
"type": "object",
|
|
@@ -2109,6 +2128,7 @@
|
|
|
2109
2128
|
"hasDynamicEvents": false,
|
|
2110
2129
|
"hasDynamicOutputSchema": false,
|
|
2111
2130
|
"eligibleForEventTrigger": true,
|
|
2131
|
+
"hasCustomInputValidation": false,
|
|
2112
2132
|
"can": "form/submit",
|
|
2113
2133
|
"requiredCapability": "flow/execute",
|
|
2114
2134
|
"inputSchema": {
|
|
@@ -2164,6 +2184,7 @@
|
|
|
2164
2184
|
"hasDynamicEvents": false,
|
|
2165
2185
|
"hasDynamicOutputSchema": false,
|
|
2166
2186
|
"eligibleForEventTrigger": true,
|
|
2187
|
+
"hasCustomInputValidation": false,
|
|
2167
2188
|
"can": "gmail.email/send",
|
|
2168
2189
|
"requiredCapability": "flow/block/execute",
|
|
2169
2190
|
"outputSchema": [
|
|
@@ -2219,6 +2240,7 @@
|
|
|
2219
2240
|
"hasDynamicEvents": false,
|
|
2220
2241
|
"hasDynamicOutputSchema": false,
|
|
2221
2242
|
"eligibleForEventTrigger": true,
|
|
2243
|
+
"hasCustomInputValidation": false,
|
|
2222
2244
|
"can": "googlecalendar.event/create",
|
|
2223
2245
|
"requiredCapability": "flow/block/execute",
|
|
2224
2246
|
"outputSchema": [
|
|
@@ -2282,6 +2304,7 @@
|
|
|
2282
2304
|
"hasDynamicEvents": false,
|
|
2283
2305
|
"hasDynamicOutputSchema": false,
|
|
2284
2306
|
"eligibleForEventTrigger": false,
|
|
2307
|
+
"hasCustomInputValidation": false,
|
|
2285
2308
|
"can": "governance.authz/exec",
|
|
2286
2309
|
"requiredCapability": "flow/block/execute",
|
|
2287
2310
|
"outputSchema": [
|
|
@@ -2355,6 +2378,7 @@
|
|
|
2355
2378
|
"hasDynamicEvents": false,
|
|
2356
2379
|
"hasDynamicOutputSchema": false,
|
|
2357
2380
|
"eligibleForEventTrigger": false,
|
|
2381
|
+
"hasCustomInputValidation": false,
|
|
2358
2382
|
"can": "governance.authz/grant",
|
|
2359
2383
|
"requiredCapability": "flow/block/execute",
|
|
2360
2384
|
"outputSchema": [
|
|
@@ -2428,6 +2452,7 @@
|
|
|
2428
2452
|
"hasDynamicEvents": false,
|
|
2429
2453
|
"hasDynamicOutputSchema": false,
|
|
2430
2454
|
"eligibleForEventTrigger": false,
|
|
2455
|
+
"hasCustomInputValidation": false,
|
|
2431
2456
|
"can": "governance.authz/revoke",
|
|
2432
2457
|
"requiredCapability": "flow/block/execute",
|
|
2433
2458
|
"outputSchema": [
|
|
@@ -2501,6 +2526,7 @@
|
|
|
2501
2526
|
"hasDynamicEvents": false,
|
|
2502
2527
|
"hasDynamicOutputSchema": false,
|
|
2503
2528
|
"eligibleForEventTrigger": false,
|
|
2529
|
+
"hasCustomInputValidation": false,
|
|
2504
2530
|
"can": "governance/chain-governance-vote",
|
|
2505
2531
|
"requiredCapability": "flow/block/execute",
|
|
2506
2532
|
"outputSchema": [
|
|
@@ -2574,6 +2600,7 @@
|
|
|
2574
2600
|
"hasDynamicEvents": false,
|
|
2575
2601
|
"hasDynamicOutputSchema": false,
|
|
2576
2602
|
"eligibleForEventTrigger": false,
|
|
2603
|
+
"hasCustomInputValidation": false,
|
|
2577
2604
|
"can": "governance.contract/execute",
|
|
2578
2605
|
"requiredCapability": "flow/block/execute",
|
|
2579
2606
|
"outputSchema": [
|
|
@@ -2641,6 +2668,7 @@
|
|
|
2641
2668
|
"hasDynamicEvents": false,
|
|
2642
2669
|
"hasDynamicOutputSchema": false,
|
|
2643
2670
|
"eligibleForEventTrigger": false,
|
|
2671
|
+
"hasCustomInputValidation": false,
|
|
2644
2672
|
"can": "governance.contract/instantiate",
|
|
2645
2673
|
"requiredCapability": "flow/block/execute",
|
|
2646
2674
|
"outputSchema": [
|
|
@@ -2714,6 +2742,7 @@
|
|
|
2714
2742
|
"hasDynamicEvents": false,
|
|
2715
2743
|
"hasDynamicOutputSchema": false,
|
|
2716
2744
|
"eligibleForEventTrigger": false,
|
|
2745
|
+
"hasCustomInputValidation": false,
|
|
2717
2746
|
"can": "governance.contract/manage-cw20",
|
|
2718
2747
|
"requiredCapability": "flow/block/execute",
|
|
2719
2748
|
"outputSchema": [
|
|
@@ -2787,6 +2816,7 @@
|
|
|
2787
2816
|
"hasDynamicEvents": false,
|
|
2788
2817
|
"hasDynamicOutputSchema": false,
|
|
2789
2818
|
"eligibleForEventTrigger": false,
|
|
2819
|
+
"hasCustomInputValidation": false,
|
|
2790
2820
|
"can": "governance.contract/migrate",
|
|
2791
2821
|
"requiredCapability": "flow/block/execute",
|
|
2792
2822
|
"outputSchema": [
|
|
@@ -2860,6 +2890,7 @@
|
|
|
2860
2890
|
"hasDynamicEvents": false,
|
|
2861
2891
|
"hasDynamicOutputSchema": false,
|
|
2862
2892
|
"eligibleForEventTrigger": false,
|
|
2893
|
+
"hasCustomInputValidation": false,
|
|
2863
2894
|
"can": "governance.contract/update-admin",
|
|
2864
2895
|
"requiredCapability": "flow/block/execute",
|
|
2865
2896
|
"outputSchema": [
|
|
@@ -2933,6 +2964,7 @@
|
|
|
2933
2964
|
"hasDynamicEvents": false,
|
|
2934
2965
|
"hasDynamicOutputSchema": false,
|
|
2935
2966
|
"eligibleForEventTrigger": false,
|
|
2967
|
+
"hasCustomInputValidation": false,
|
|
2936
2968
|
"can": "governance/custom-message",
|
|
2937
2969
|
"requiredCapability": "flow/block/execute",
|
|
2938
2970
|
"outputSchema": [
|
|
@@ -3000,6 +3032,7 @@
|
|
|
3000
3032
|
"hasDynamicEvents": false,
|
|
3001
3033
|
"hasDynamicOutputSchema": false,
|
|
3002
3034
|
"eligibleForEventTrigger": false,
|
|
3035
|
+
"hasCustomInputValidation": false,
|
|
3003
3036
|
"can": "governance.dao/accept-to-marketplace",
|
|
3004
3037
|
"requiredCapability": "flow/block/execute",
|
|
3005
3038
|
"outputSchema": [
|
|
@@ -3073,6 +3106,7 @@
|
|
|
3073
3106
|
"hasDynamicEvents": false,
|
|
3074
3107
|
"hasDynamicOutputSchema": false,
|
|
3075
3108
|
"eligibleForEventTrigger": false,
|
|
3109
|
+
"hasCustomInputValidation": false,
|
|
3076
3110
|
"can": "governance.dao/admin-exec",
|
|
3077
3111
|
"requiredCapability": "flow/block/execute",
|
|
3078
3112
|
"outputSchema": [
|
|
@@ -3140,6 +3174,7 @@
|
|
|
3140
3174
|
"hasDynamicEvents": false,
|
|
3141
3175
|
"hasDynamicOutputSchema": false,
|
|
3142
3176
|
"eligibleForEventTrigger": false,
|
|
3177
|
+
"hasCustomInputValidation": false,
|
|
3143
3178
|
"can": "governance.dao/create-entity",
|
|
3144
3179
|
"requiredCapability": "flow/block/execute",
|
|
3145
3180
|
"outputSchema": [
|
|
@@ -3207,6 +3242,7 @@
|
|
|
3207
3242
|
"hasDynamicEvents": false,
|
|
3208
3243
|
"hasDynamicOutputSchema": false,
|
|
3209
3244
|
"eligibleForEventTrigger": false,
|
|
3245
|
+
"hasCustomInputValidation": false,
|
|
3210
3246
|
"can": "governance.dao/join",
|
|
3211
3247
|
"requiredCapability": "flow/block/execute",
|
|
3212
3248
|
"outputSchema": [
|
|
@@ -3280,6 +3316,7 @@
|
|
|
3280
3316
|
"hasDynamicEvents": false,
|
|
3281
3317
|
"hasDynamicOutputSchema": false,
|
|
3282
3318
|
"eligibleForEventTrigger": false,
|
|
3319
|
+
"hasCustomInputValidation": false,
|
|
3283
3320
|
"can": "governance.dao/manage-storage",
|
|
3284
3321
|
"requiredCapability": "flow/block/execute",
|
|
3285
3322
|
"outputSchema": [
|
|
@@ -3353,6 +3390,7 @@
|
|
|
3353
3390
|
"hasDynamicEvents": false,
|
|
3354
3391
|
"hasDynamicOutputSchema": false,
|
|
3355
3392
|
"eligibleForEventTrigger": false,
|
|
3393
|
+
"hasCustomInputValidation": false,
|
|
3356
3394
|
"can": "governance.dao/manage-subdaos",
|
|
3357
3395
|
"requiredCapability": "flow/block/execute",
|
|
3358
3396
|
"outputSchema": [
|
|
@@ -3426,6 +3464,7 @@
|
|
|
3426
3464
|
"hasDynamicEvents": false,
|
|
3427
3465
|
"hasDynamicOutputSchema": false,
|
|
3428
3466
|
"eligibleForEventTrigger": false,
|
|
3467
|
+
"hasCustomInputValidation": false,
|
|
3429
3468
|
"can": "governance.dao/update-info",
|
|
3430
3469
|
"requiredCapability": "flow/block/execute",
|
|
3431
3470
|
"outputSchema": [
|
|
@@ -3493,6 +3532,7 @@
|
|
|
3493
3532
|
"hasDynamicEvents": false,
|
|
3494
3533
|
"hasDynamicOutputSchema": false,
|
|
3495
3534
|
"eligibleForEventTrigger": false,
|
|
3535
|
+
"hasCustomInputValidation": false,
|
|
3496
3536
|
"can": "governance/member-proposal",
|
|
3497
3537
|
"requiredCapability": "flow/block/execute",
|
|
3498
3538
|
"outputSchema": [
|
|
@@ -3560,6 +3600,7 @@
|
|
|
3560
3600
|
"hasDynamicEvents": false,
|
|
3561
3601
|
"hasDynamicOutputSchema": false,
|
|
3562
3602
|
"eligibleForEventTrigger": false,
|
|
3603
|
+
"hasCustomInputValidation": false,
|
|
3563
3604
|
"can": "governance.nft/burn",
|
|
3564
3605
|
"requiredCapability": "flow/block/execute",
|
|
3565
3606
|
"outputSchema": [
|
|
@@ -3633,6 +3674,7 @@
|
|
|
3633
3674
|
"hasDynamicEvents": false,
|
|
3634
3675
|
"hasDynamicOutputSchema": false,
|
|
3635
3676
|
"eligibleForEventTrigger": false,
|
|
3677
|
+
"hasCustomInputValidation": false,
|
|
3636
3678
|
"can": "governance.nft/manage-collections",
|
|
3637
3679
|
"requiredCapability": "flow/block/execute",
|
|
3638
3680
|
"outputSchema": [
|
|
@@ -3706,6 +3748,7 @@
|
|
|
3706
3748
|
"hasDynamicEvents": false,
|
|
3707
3749
|
"hasDynamicOutputSchema": false,
|
|
3708
3750
|
"eligibleForEventTrigger": false,
|
|
3751
|
+
"hasCustomInputValidation": false,
|
|
3709
3752
|
"can": "governance.nft/transfer",
|
|
3710
3753
|
"requiredCapability": "flow/block/execute",
|
|
3711
3754
|
"outputSchema": [
|
|
@@ -3785,6 +3828,7 @@
|
|
|
3785
3828
|
"hasDynamicEvents": false,
|
|
3786
3829
|
"hasDynamicOutputSchema": false,
|
|
3787
3830
|
"eligibleForEventTrigger": false,
|
|
3831
|
+
"hasCustomInputValidation": false,
|
|
3788
3832
|
"can": "governance/settings-proposal",
|
|
3789
3833
|
"requiredCapability": "flow/block/execute",
|
|
3790
3834
|
"outputSchema": [
|
|
@@ -3846,6 +3890,7 @@
|
|
|
3846
3890
|
"hasDynamicEvents": false,
|
|
3847
3891
|
"hasDynamicOutputSchema": false,
|
|
3848
3892
|
"eligibleForEventTrigger": false,
|
|
3893
|
+
"hasCustomInputValidation": false,
|
|
3849
3894
|
"can": "governance.staking/stake",
|
|
3850
3895
|
"requiredCapability": "flow/block/execute",
|
|
3851
3896
|
"outputSchema": [
|
|
@@ -3925,6 +3970,7 @@
|
|
|
3925
3970
|
"hasDynamicEvents": false,
|
|
3926
3971
|
"hasDynamicOutputSchema": false,
|
|
3927
3972
|
"eligibleForEventTrigger": false,
|
|
3973
|
+
"hasCustomInputValidation": false,
|
|
3928
3974
|
"can": "governance.staking/stake-to-group",
|
|
3929
3975
|
"requiredCapability": "flow/block/execute",
|
|
3930
3976
|
"outputSchema": [
|
|
@@ -3998,6 +4044,7 @@
|
|
|
3998
4044
|
"hasDynamicEvents": false,
|
|
3999
4045
|
"hasDynamicOutputSchema": false,
|
|
4000
4046
|
"eligibleForEventTrigger": false,
|
|
4047
|
+
"hasCustomInputValidation": false,
|
|
4001
4048
|
"can": "governance/submission-config-proposal",
|
|
4002
4049
|
"requiredCapability": "flow/block/execute",
|
|
4003
4050
|
"outputSchema": [
|
|
@@ -4083,6 +4130,7 @@
|
|
|
4083
4130
|
"hasDynamicEvents": false,
|
|
4084
4131
|
"hasDynamicOutputSchema": false,
|
|
4085
4132
|
"eligibleForEventTrigger": false,
|
|
4133
|
+
"hasCustomInputValidation": false,
|
|
4086
4134
|
"can": "governance.transaction/mint",
|
|
4087
4135
|
"requiredCapability": "flow/block/execute",
|
|
4088
4136
|
"outputSchema": [
|
|
@@ -4156,6 +4204,7 @@
|
|
|
4156
4204
|
"hasDynamicEvents": false,
|
|
4157
4205
|
"hasDynamicOutputSchema": false,
|
|
4158
4206
|
"eligibleForEventTrigger": false,
|
|
4207
|
+
"hasCustomInputValidation": false,
|
|
4159
4208
|
"can": "governance.transaction/perform-token-swap",
|
|
4160
4209
|
"requiredCapability": "flow/block/execute",
|
|
4161
4210
|
"outputSchema": [
|
|
@@ -4235,6 +4284,7 @@
|
|
|
4235
4284
|
"hasDynamicEvents": false,
|
|
4236
4285
|
"hasDynamicOutputSchema": false,
|
|
4237
4286
|
"eligibleForEventTrigger": false,
|
|
4287
|
+
"hasCustomInputValidation": false,
|
|
4238
4288
|
"can": "governance.transaction/send-funds",
|
|
4239
4289
|
"requiredCapability": "flow/block/execute",
|
|
4240
4290
|
"outputSchema": [
|
|
@@ -4302,6 +4352,7 @@
|
|
|
4302
4352
|
"hasDynamicEvents": false,
|
|
4303
4353
|
"hasDynamicOutputSchema": false,
|
|
4304
4354
|
"eligibleForEventTrigger": false,
|
|
4355
|
+
"hasCustomInputValidation": false,
|
|
4305
4356
|
"can": "governance.transaction/send-group-token",
|
|
4306
4357
|
"requiredCapability": "flow/block/execute",
|
|
4307
4358
|
"outputSchema": [
|
|
@@ -4375,6 +4426,7 @@
|
|
|
4375
4426
|
"hasDynamicEvents": false,
|
|
4376
4427
|
"hasDynamicOutputSchema": false,
|
|
4377
4428
|
"eligibleForEventTrigger": false,
|
|
4429
|
+
"hasCustomInputValidation": false,
|
|
4378
4430
|
"can": "governance.transaction/withdraw-token-swap",
|
|
4379
4431
|
"requiredCapability": "flow/block/execute",
|
|
4380
4432
|
"outputSchema": [
|
|
@@ -4442,6 +4494,7 @@
|
|
|
4442
4494
|
"hasDynamicEvents": false,
|
|
4443
4495
|
"hasDynamicOutputSchema": false,
|
|
4444
4496
|
"eligibleForEventTrigger": false,
|
|
4497
|
+
"hasCustomInputValidation": false,
|
|
4445
4498
|
"can": "governance.validator/actions",
|
|
4446
4499
|
"requiredCapability": "flow/block/execute",
|
|
4447
4500
|
"outputSchema": [
|
|
@@ -4517,6 +4570,7 @@
|
|
|
4517
4570
|
"hasDynamicEvents": false,
|
|
4518
4571
|
"hasDynamicOutputSchema": false,
|
|
4519
4572
|
"eligibleForEventTrigger": true,
|
|
4573
|
+
"hasCustomInputValidation": false,
|
|
4520
4574
|
"can": "http/request",
|
|
4521
4575
|
"inputSchema": {
|
|
4522
4576
|
"type": "object",
|
|
@@ -4560,6 +4614,7 @@
|
|
|
4560
4614
|
"hasDynamicEvents": false,
|
|
4561
4615
|
"hasDynamicOutputSchema": false,
|
|
4562
4616
|
"eligibleForEventTrigger": false,
|
|
4617
|
+
"hasCustomInputValidation": false,
|
|
4563
4618
|
"can": "human/checkbox",
|
|
4564
4619
|
"requiredCapability": "flow/execute",
|
|
4565
4620
|
"inputSchema": {
|
|
@@ -4586,6 +4641,7 @@
|
|
|
4586
4641
|
"hasDynamicEvents": false,
|
|
4587
4642
|
"hasDynamicOutputSchema": false,
|
|
4588
4643
|
"eligibleForEventTrigger": true,
|
|
4644
|
+
"hasCustomInputValidation": false,
|
|
4589
4645
|
"can": "human/form",
|
|
4590
4646
|
"requiredCapability": "flow/execute",
|
|
4591
4647
|
"inputSchema": {
|
|
@@ -4638,6 +4694,7 @@
|
|
|
4638
4694
|
"hasDynamicEvents": false,
|
|
4639
4695
|
"hasDynamicOutputSchema": false,
|
|
4640
4696
|
"eligibleForEventTrigger": false,
|
|
4697
|
+
"hasCustomInputValidation": false,
|
|
4641
4698
|
"can": "identity/create",
|
|
4642
4699
|
"inputSchema": {
|
|
4643
4700
|
"type": "object",
|
|
@@ -4768,6 +4825,7 @@
|
|
|
4768
4825
|
"hasDynamicEvents": false,
|
|
4769
4826
|
"hasDynamicOutputSchema": false,
|
|
4770
4827
|
"eligibleForEventTrigger": false,
|
|
4828
|
+
"hasCustomInputValidation": false,
|
|
4771
4829
|
"can": "iid/create",
|
|
4772
4830
|
"inputSchema": {
|
|
4773
4831
|
"type": "object",
|
|
@@ -4825,6 +4883,7 @@
|
|
|
4825
4883
|
"hasDynamicEvents": false,
|
|
4826
4884
|
"hasDynamicOutputSchema": false,
|
|
4827
4885
|
"eligibleForEventTrigger": false,
|
|
4886
|
+
"hasCustomInputValidation": false,
|
|
4828
4887
|
"can": "kyc/verify",
|
|
4829
4888
|
"inputSchema": {
|
|
4830
4889
|
"type": "object",
|
|
@@ -4918,6 +4977,7 @@
|
|
|
4918
4977
|
"hasDynamicEvents": false,
|
|
4919
4978
|
"hasDynamicOutputSchema": false,
|
|
4920
4979
|
"eligibleForEventTrigger": false,
|
|
4980
|
+
"hasCustomInputValidation": false,
|
|
4921
4981
|
"can": "matrix/dm",
|
|
4922
4982
|
"inputSchema": {
|
|
4923
4983
|
"type": "object",
|
|
@@ -4965,6 +5025,7 @@
|
|
|
4965
5025
|
"hasDynamicEvents": false,
|
|
4966
5026
|
"hasDynamicOutputSchema": false,
|
|
4967
5027
|
"eligibleForEventTrigger": false,
|
|
5028
|
+
"hasCustomInputValidation": false,
|
|
4968
5029
|
"can": "matrix/register",
|
|
4969
5030
|
"inputSchema": {
|
|
4970
5031
|
"type": "object",
|
|
@@ -5069,6 +5130,7 @@
|
|
|
5069
5130
|
"hasDynamicEvents": false,
|
|
5070
5131
|
"hasDynamicOutputSchema": false,
|
|
5071
5132
|
"eligibleForEventTrigger": false,
|
|
5133
|
+
"hasCustomInputValidation": false,
|
|
5072
5134
|
"can": "notification/push",
|
|
5073
5135
|
"requiredCapability": "notify/send",
|
|
5074
5136
|
"inputSchema": {
|
|
@@ -5130,6 +5192,7 @@
|
|
|
5130
5192
|
"hasDynamicEvents": false,
|
|
5131
5193
|
"hasDynamicOutputSchema": false,
|
|
5132
5194
|
"eligibleForEventTrigger": false,
|
|
5195
|
+
"hasCustomInputValidation": false,
|
|
5133
5196
|
"can": "oracle/configureOracle",
|
|
5134
5197
|
"inputSchema": {
|
|
5135
5198
|
"type": "object",
|
|
@@ -5333,6 +5396,7 @@
|
|
|
5333
5396
|
"hasDynamicEvents": false,
|
|
5334
5397
|
"hasDynamicOutputSchema": false,
|
|
5335
5398
|
"eligibleForEventTrigger": false,
|
|
5399
|
+
"hasCustomInputValidation": false,
|
|
5336
5400
|
"can": "oracle/contract",
|
|
5337
5401
|
"inputSchema": {
|
|
5338
5402
|
"type": "object",
|
|
@@ -5376,6 +5440,7 @@
|
|
|
5376
5440
|
"hasDynamicEvents": false,
|
|
5377
5441
|
"hasDynamicOutputSchema": false,
|
|
5378
5442
|
"eligibleForEventTrigger": false,
|
|
5443
|
+
"hasCustomInputValidation": false,
|
|
5379
5444
|
"can": "oracle/deploy",
|
|
5380
5445
|
"inputSchema": {
|
|
5381
5446
|
"type": "object",
|
|
@@ -5455,6 +5520,7 @@
|
|
|
5455
5520
|
"hasDynamicEvents": false,
|
|
5456
5521
|
"hasDynamicOutputSchema": false,
|
|
5457
5522
|
"eligibleForEventTrigger": false,
|
|
5523
|
+
"hasCustomInputValidation": false,
|
|
5458
5524
|
"can": "oracle/deploySetup",
|
|
5459
5525
|
"inputSchema": {
|
|
5460
5526
|
"type": "object",
|
|
@@ -5512,6 +5578,7 @@
|
|
|
5512
5578
|
"hasDynamicEvents": false,
|
|
5513
5579
|
"hasDynamicOutputSchema": false,
|
|
5514
5580
|
"eligibleForEventTrigger": false,
|
|
5581
|
+
"hasCustomInputValidation": false,
|
|
5515
5582
|
"can": "oracle/deployStart",
|
|
5516
5583
|
"inputSchema": {
|
|
5517
5584
|
"type": "object",
|
|
@@ -5568,6 +5635,7 @@
|
|
|
5568
5635
|
"hasDynamicEvents": false,
|
|
5569
5636
|
"hasDynamicOutputSchema": false,
|
|
5570
5637
|
"eligibleForEventTrigger": false,
|
|
5638
|
+
"hasCustomInputValidation": false,
|
|
5571
5639
|
"can": "oracle/storeConfig",
|
|
5572
5640
|
"inputSchema": {
|
|
5573
5641
|
"type": "object",
|
|
@@ -5684,6 +5752,7 @@
|
|
|
5684
5752
|
"hasDynamicEvents": false,
|
|
5685
5753
|
"hasDynamicOutputSchema": false,
|
|
5686
5754
|
"eligibleForEventTrigger": false,
|
|
5755
|
+
"hasCustomInputValidation": false,
|
|
5687
5756
|
"can": "oracle/storeSecrets",
|
|
5688
5757
|
"inputSchema": {
|
|
5689
5758
|
"type": "object",
|
|
@@ -5775,6 +5844,7 @@
|
|
|
5775
5844
|
"hasDynamicEvents": false,
|
|
5776
5845
|
"hasDynamicOutputSchema": false,
|
|
5777
5846
|
"eligibleForEventTrigger": false,
|
|
5847
|
+
"hasCustomInputValidation": false,
|
|
5778
5848
|
"can": "oracle/storeSecretsAndConfig",
|
|
5779
5849
|
"inputSchema": {
|
|
5780
5850
|
"type": "object",
|
|
@@ -5943,6 +6013,7 @@
|
|
|
5943
6013
|
"hasDynamicEvents": false,
|
|
5944
6014
|
"hasDynamicOutputSchema": false,
|
|
5945
6015
|
"eligibleForEventTrigger": true,
|
|
6016
|
+
"hasCustomInputValidation": false,
|
|
5946
6017
|
"can": "outlook.email/send",
|
|
5947
6018
|
"requiredCapability": "flow/block/execute",
|
|
5948
6019
|
"outputSchema": [
|
|
@@ -5991,6 +6062,7 @@
|
|
|
5991
6062
|
"hasDynamicEvents": false,
|
|
5992
6063
|
"hasDynamicOutputSchema": false,
|
|
5993
6064
|
"eligibleForEventTrigger": false,
|
|
6065
|
+
"hasCustomInputValidation": true,
|
|
5994
6066
|
"can": "pod/domain-indexer-lookup",
|
|
5995
6067
|
"inputSchema": {
|
|
5996
6068
|
"type": "object",
|
|
@@ -6034,6 +6106,7 @@
|
|
|
6034
6106
|
"hasDynamicEvents": false,
|
|
6035
6107
|
"hasDynamicOutputSchema": false,
|
|
6036
6108
|
"eligibleForEventTrigger": false,
|
|
6109
|
+
"hasCustomInputValidation": false,
|
|
6037
6110
|
"can": "pod/domain-single-selection",
|
|
6038
6111
|
"inputSchema": {
|
|
6039
6112
|
"type": "object",
|
|
@@ -6128,6 +6201,7 @@
|
|
|
6128
6201
|
"hasDynamicEvents": false,
|
|
6129
6202
|
"hasDynamicOutputSchema": false,
|
|
6130
6203
|
"eligibleForEventTrigger": false,
|
|
6204
|
+
"hasCustomInputValidation": true,
|
|
6131
6205
|
"can": "pod/entity-single-selection",
|
|
6132
6206
|
"inputSchema": {
|
|
6133
6207
|
"type": "object",
|
|
@@ -6224,6 +6298,7 @@
|
|
|
6224
6298
|
"hasDynamicEvents": false,
|
|
6225
6299
|
"hasDynamicOutputSchema": false,
|
|
6226
6300
|
"eligibleForEventTrigger": false,
|
|
6301
|
+
"hasCustomInputValidation": true,
|
|
6227
6302
|
"can": "pod/governance-config",
|
|
6228
6303
|
"inputSchema": {
|
|
6229
6304
|
"type": "object",
|
|
@@ -6305,6 +6380,7 @@
|
|
|
6305
6380
|
"hasDynamicEvents": false,
|
|
6306
6381
|
"hasDynamicOutputSchema": false,
|
|
6307
6382
|
"eligibleForEventTrigger": false,
|
|
6383
|
+
"hasCustomInputValidation": false,
|
|
6308
6384
|
"can": "pod/list-domain-flows",
|
|
6309
6385
|
"inputSchema": {
|
|
6310
6386
|
"type": "object",
|
|
@@ -6381,6 +6457,7 @@
|
|
|
6381
6457
|
"hasDynamicEvents": false,
|
|
6382
6458
|
"hasDynamicOutputSchema": false,
|
|
6383
6459
|
"eligibleForEventTrigger": false,
|
|
6460
|
+
"hasCustomInputValidation": true,
|
|
6384
6461
|
"can": "pod/member-multi-select",
|
|
6385
6462
|
"inputSchema": {
|
|
6386
6463
|
"type": "object",
|
|
@@ -6466,6 +6543,7 @@
|
|
|
6466
6543
|
"hasDynamicEvents": false,
|
|
6467
6544
|
"hasDynamicOutputSchema": false,
|
|
6468
6545
|
"eligibleForEventTrigger": false,
|
|
6546
|
+
"hasCustomInputValidation": false,
|
|
6469
6547
|
"can": "proposal/create",
|
|
6470
6548
|
"requiredCapability": "flow/block/execute",
|
|
6471
6549
|
"inputSchema": {
|
|
@@ -6543,6 +6621,7 @@
|
|
|
6543
6621
|
"hasDynamicEvents": false,
|
|
6544
6622
|
"hasDynamicOutputSchema": false,
|
|
6545
6623
|
"eligibleForEventTrigger": false,
|
|
6624
|
+
"hasCustomInputValidation": false,
|
|
6546
6625
|
"can": "proposal/vote",
|
|
6547
6626
|
"requiredCapability": "flow/block/execute",
|
|
6548
6627
|
"inputSchema": {
|
|
@@ -6611,6 +6690,7 @@
|
|
|
6611
6690
|
"hasDynamicEvents": false,
|
|
6612
6691
|
"hasDynamicOutputSchema": false,
|
|
6613
6692
|
"eligibleForEventTrigger": false,
|
|
6693
|
+
"hasCustomInputValidation": false,
|
|
6614
6694
|
"can": "protocol/select",
|
|
6615
6695
|
"inputSchema": {
|
|
6616
6696
|
"type": "object",
|
|
@@ -6668,6 +6748,7 @@
|
|
|
6668
6748
|
"hasDynamicEvents": false,
|
|
6669
6749
|
"hasDynamicOutputSchema": false,
|
|
6670
6750
|
"eligibleForEventTrigger": false,
|
|
6751
|
+
"hasCustomInputValidation": false,
|
|
6671
6752
|
"can": "sandbox/provision",
|
|
6672
6753
|
"inputSchema": {
|
|
6673
6754
|
"type": "object",
|
|
@@ -6715,6 +6796,7 @@
|
|
|
6715
6796
|
"hasDynamicEvents": false,
|
|
6716
6797
|
"hasDynamicOutputSchema": false,
|
|
6717
6798
|
"eligibleForEventTrigger": true,
|
|
6799
|
+
"hasCustomInputValidation": false,
|
|
6718
6800
|
"can": "slack.message/send",
|
|
6719
6801
|
"requiredCapability": "flow/block/execute",
|
|
6720
6802
|
"outputSchema": [
|
|
@@ -6769,6 +6851,7 @@
|
|
|
6769
6851
|
"hasDynamicEvents": false,
|
|
6770
6852
|
"hasDynamicOutputSchema": false,
|
|
6771
6853
|
"eligibleForEventTrigger": false,
|
|
6854
|
+
"hasCustomInputValidation": false,
|
|
6772
6855
|
"can": "wallet/fund",
|
|
6773
6856
|
"inputSchema": {
|
|
6774
6857
|
"type": "object",
|
|
@@ -6809,6 +6892,7 @@
|
|
|
6809
6892
|
"hasDynamicEvents": false,
|
|
6810
6893
|
"hasDynamicOutputSchema": false,
|
|
6811
6894
|
"eligibleForEventTrigger": false,
|
|
6895
|
+
"hasCustomInputValidation": false,
|
|
6812
6896
|
"can": "wallet/generate",
|
|
6813
6897
|
"inputSchema": {
|
|
6814
6898
|
"type": "object",
|
|
@@ -6856,6 +6940,7 @@
|
|
|
6856
6940
|
"hasDynamicEvents": false,
|
|
6857
6941
|
"hasDynamicOutputSchema": false,
|
|
6858
6942
|
"eligibleForEventTrigger": false,
|
|
6943
|
+
"hasCustomInputValidation": false,
|
|
6859
6944
|
"can": "wallet/generateAndFund",
|
|
6860
6945
|
"inputSchema": {
|
|
6861
6946
|
"type": "object",
|
|
@@ -6914,6 +6999,7 @@
|
|
|
6914
6999
|
"hasDynamicEvents": false,
|
|
6915
7000
|
"hasDynamicOutputSchema": false,
|
|
6916
7001
|
"eligibleForEventTrigger": true,
|
|
7002
|
+
"hasCustomInputValidation": false,
|
|
6917
7003
|
"can": "xero.contact/create",
|
|
6918
7004
|
"requiredCapability": "flow/block/execute",
|
|
6919
7005
|
"inputSchema": {
|
|
@@ -7036,6 +7122,7 @@
|
|
|
7036
7122
|
"hasDynamicEvents": false,
|
|
7037
7123
|
"hasDynamicOutputSchema": false,
|
|
7038
7124
|
"eligibleForEventTrigger": true,
|
|
7125
|
+
"hasCustomInputValidation": false,
|
|
7039
7126
|
"can": "xero.invoice/create",
|
|
7040
7127
|
"requiredCapability": "flow/block/execute",
|
|
7041
7128
|
"inputSchema": {
|
|
@@ -7153,6 +7240,7 @@
|
|
|
7153
7240
|
"hasDynamicEvents": false,
|
|
7154
7241
|
"hasDynamicOutputSchema": false,
|
|
7155
7242
|
"eligibleForEventTrigger": false,
|
|
7243
|
+
"hasCustomInputValidation": false,
|
|
7156
7244
|
"can": "xero.invoice/list",
|
|
7157
7245
|
"requiredCapability": "flow/block/execute",
|
|
7158
7246
|
"inputSchema": {
|
|
@@ -7240,6 +7328,7 @@
|
|
|
7240
7328
|
"hasDynamicEvents": false,
|
|
7241
7329
|
"hasDynamicOutputSchema": false,
|
|
7242
7330
|
"eligibleForEventTrigger": true,
|
|
7331
|
+
"hasCustomInputValidation": false,
|
|
7243
7332
|
"can": "xero.payment/create",
|
|
7244
7333
|
"requiredCapability": "flow/block/execute",
|
|
7245
7334
|
"inputSchema": {
|