@argent/x-shared 1.56.2 → 1.57.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.
@@ -157,6 +157,18 @@ export declare const propertySchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
157
157
  calldata: string[];
158
158
  entrypoint: string;
159
159
  label: string;
160
+ }>, z.ZodObject<{
161
+ type: z.ZodLiteral<"class_hash">;
162
+ label: z.ZodString;
163
+ classHash: z.ZodString;
164
+ }, "strip", z.ZodTypeAny, {
165
+ type: "class_hash";
166
+ classHash: string;
167
+ label: string;
168
+ }, {
169
+ type: "class_hash";
170
+ classHash: string;
171
+ label: string;
160
172
  }>, z.ZodObject<{
161
173
  type: z.ZodLiteral<"text">;
162
174
  label: z.ZodString;
@@ -382,6 +394,18 @@ export declare const actionSchema: z.ZodObject<{
382
394
  calldata: string[];
383
395
  entrypoint: string;
384
396
  label: string;
397
+ }>, z.ZodObject<{
398
+ type: z.ZodLiteral<"class_hash">;
399
+ label: z.ZodString;
400
+ classHash: z.ZodString;
401
+ }, "strip", z.ZodTypeAny, {
402
+ type: "class_hash";
403
+ classHash: string;
404
+ label: string;
405
+ }, {
406
+ type: "class_hash";
407
+ classHash: string;
408
+ label: string;
385
409
  }>, z.ZodObject<{
386
410
  type: z.ZodLiteral<"text">;
387
411
  label: z.ZodString;
@@ -605,6 +629,18 @@ export declare const actionSchema: z.ZodObject<{
605
629
  calldata: string[];
606
630
  entrypoint: string;
607
631
  label: string;
632
+ }>, z.ZodObject<{
633
+ type: z.ZodLiteral<"class_hash">;
634
+ label: z.ZodString;
635
+ classHash: z.ZodString;
636
+ }, "strip", z.ZodTypeAny, {
637
+ type: "class_hash";
638
+ classHash: string;
639
+ label: string;
640
+ }, {
641
+ type: "class_hash";
642
+ classHash: string;
643
+ label: string;
608
644
  }>, z.ZodObject<{
609
645
  type: z.ZodLiteral<"text">;
610
646
  label: z.ZodString;
@@ -714,6 +750,10 @@ export declare const actionSchema: z.ZodObject<{
714
750
  calldata: string[];
715
751
  entrypoint: string;
716
752
  label: string;
753
+ } | {
754
+ type: "class_hash";
755
+ classHash: string;
756
+ label: string;
717
757
  } | {
718
758
  type: "text";
719
759
  label: string;
@@ -773,6 +813,10 @@ export declare const actionSchema: z.ZodObject<{
773
813
  calldata: string[];
774
814
  entrypoint: string;
775
815
  label: string;
816
+ } | {
817
+ type: "class_hash";
818
+ classHash: string;
819
+ label: string;
776
820
  } | {
777
821
  type: "text";
778
822
  label: string;
@@ -834,6 +878,10 @@ export declare const actionSchema: z.ZodObject<{
834
878
  calldata: string[];
835
879
  entrypoint: string;
836
880
  label: string;
881
+ } | {
882
+ type: "class_hash";
883
+ classHash: string;
884
+ label: string;
837
885
  } | {
838
886
  type: "text";
839
887
  label: string;
@@ -893,6 +941,10 @@ export declare const actionSchema: z.ZodObject<{
893
941
  calldata: string[];
894
942
  entrypoint: string;
895
943
  label: string;
944
+ } | {
945
+ type: "class_hash";
946
+ classHash: string;
947
+ label: string;
896
948
  } | {
897
949
  type: "text";
898
950
  label: string;
@@ -1187,6 +1239,18 @@ export declare const reviewSchema: z.ZodObject<{
1187
1239
  calldata: string[];
1188
1240
  entrypoint: string;
1189
1241
  label: string;
1242
+ }>, z.ZodObject<{
1243
+ type: z.ZodLiteral<"class_hash">;
1244
+ label: z.ZodString;
1245
+ classHash: z.ZodString;
1246
+ }, "strip", z.ZodTypeAny, {
1247
+ type: "class_hash";
1248
+ classHash: string;
1249
+ label: string;
1250
+ }, {
1251
+ type: "class_hash";
1252
+ classHash: string;
1253
+ label: string;
1190
1254
  }>, z.ZodObject<{
1191
1255
  type: z.ZodLiteral<"text">;
1192
1256
  label: z.ZodString;
@@ -1410,6 +1474,18 @@ export declare const reviewSchema: z.ZodObject<{
1410
1474
  calldata: string[];
1411
1475
  entrypoint: string;
1412
1476
  label: string;
1477
+ }>, z.ZodObject<{
1478
+ type: z.ZodLiteral<"class_hash">;
1479
+ label: z.ZodString;
1480
+ classHash: z.ZodString;
1481
+ }, "strip", z.ZodTypeAny, {
1482
+ type: "class_hash";
1483
+ classHash: string;
1484
+ label: string;
1485
+ }, {
1486
+ type: "class_hash";
1487
+ classHash: string;
1488
+ label: string;
1413
1489
  }>, z.ZodObject<{
1414
1490
  type: z.ZodLiteral<"text">;
1415
1491
  label: z.ZodString;
@@ -1519,6 +1595,10 @@ export declare const reviewSchema: z.ZodObject<{
1519
1595
  calldata: string[];
1520
1596
  entrypoint: string;
1521
1597
  label: string;
1598
+ } | {
1599
+ type: "class_hash";
1600
+ classHash: string;
1601
+ label: string;
1522
1602
  } | {
1523
1603
  type: "text";
1524
1604
  label: string;
@@ -1578,6 +1658,10 @@ export declare const reviewSchema: z.ZodObject<{
1578
1658
  calldata: string[];
1579
1659
  entrypoint: string;
1580
1660
  label: string;
1661
+ } | {
1662
+ type: "class_hash";
1663
+ classHash: string;
1664
+ label: string;
1581
1665
  } | {
1582
1666
  type: "text";
1583
1667
  label: string;
@@ -1639,6 +1723,10 @@ export declare const reviewSchema: z.ZodObject<{
1639
1723
  calldata: string[];
1640
1724
  entrypoint: string;
1641
1725
  label: string;
1726
+ } | {
1727
+ type: "class_hash";
1728
+ classHash: string;
1729
+ label: string;
1642
1730
  } | {
1643
1731
  type: "text";
1644
1732
  label: string;
@@ -1698,6 +1786,10 @@ export declare const reviewSchema: z.ZodObject<{
1698
1786
  calldata: string[];
1699
1787
  entrypoint: string;
1700
1788
  label: string;
1789
+ } | {
1790
+ type: "class_hash";
1791
+ classHash: string;
1792
+ label: string;
1701
1793
  } | {
1702
1794
  type: "text";
1703
1795
  label: string;
@@ -1762,6 +1854,10 @@ export declare const reviewSchema: z.ZodObject<{
1762
1854
  calldata: string[];
1763
1855
  entrypoint: string;
1764
1856
  label: string;
1857
+ } | {
1858
+ type: "class_hash";
1859
+ classHash: string;
1860
+ label: string;
1765
1861
  } | {
1766
1862
  type: "text";
1767
1863
  label: string;
@@ -1821,6 +1917,10 @@ export declare const reviewSchema: z.ZodObject<{
1821
1917
  calldata: string[];
1822
1918
  entrypoint: string;
1823
1919
  label: string;
1920
+ } | {
1921
+ type: "class_hash";
1922
+ classHash: string;
1923
+ label: string;
1824
1924
  } | {
1825
1925
  type: "text";
1826
1926
  label: string;
@@ -1900,6 +2000,10 @@ export declare const reviewSchema: z.ZodObject<{
1900
2000
  calldata: string[];
1901
2001
  entrypoint: string;
1902
2002
  label: string;
2003
+ } | {
2004
+ type: "class_hash";
2005
+ classHash: string;
2006
+ label: string;
1903
2007
  } | {
1904
2008
  type: "text";
1905
2009
  label: string;
@@ -1959,6 +2063,10 @@ export declare const reviewSchema: z.ZodObject<{
1959
2063
  calldata: string[];
1960
2064
  entrypoint: string;
1961
2065
  label: string;
2066
+ } | {
2067
+ type: "class_hash";
2068
+ classHash: string;
2069
+ label: string;
1962
2070
  } | {
1963
2071
  type: "text";
1964
2072
  label: string;
@@ -2342,6 +2450,18 @@ declare const reviewOfTransactionSchema: z.ZodOptional<z.ZodObject<{
2342
2450
  calldata: string[];
2343
2451
  entrypoint: string;
2344
2452
  label: string;
2453
+ }>, z.ZodObject<{
2454
+ type: z.ZodLiteral<"class_hash">;
2455
+ label: z.ZodString;
2456
+ classHash: z.ZodString;
2457
+ }, "strip", z.ZodTypeAny, {
2458
+ type: "class_hash";
2459
+ classHash: string;
2460
+ label: string;
2461
+ }, {
2462
+ type: "class_hash";
2463
+ classHash: string;
2464
+ label: string;
2345
2465
  }>, z.ZodObject<{
2346
2466
  type: z.ZodLiteral<"text">;
2347
2467
  label: z.ZodString;
@@ -2565,6 +2685,18 @@ declare const reviewOfTransactionSchema: z.ZodOptional<z.ZodObject<{
2565
2685
  calldata: string[];
2566
2686
  entrypoint: string;
2567
2687
  label: string;
2688
+ }>, z.ZodObject<{
2689
+ type: z.ZodLiteral<"class_hash">;
2690
+ label: z.ZodString;
2691
+ classHash: z.ZodString;
2692
+ }, "strip", z.ZodTypeAny, {
2693
+ type: "class_hash";
2694
+ classHash: string;
2695
+ label: string;
2696
+ }, {
2697
+ type: "class_hash";
2698
+ classHash: string;
2699
+ label: string;
2568
2700
  }>, z.ZodObject<{
2569
2701
  type: z.ZodLiteral<"text">;
2570
2702
  label: z.ZodString;
@@ -2674,6 +2806,10 @@ declare const reviewOfTransactionSchema: z.ZodOptional<z.ZodObject<{
2674
2806
  calldata: string[];
2675
2807
  entrypoint: string;
2676
2808
  label: string;
2809
+ } | {
2810
+ type: "class_hash";
2811
+ classHash: string;
2812
+ label: string;
2677
2813
  } | {
2678
2814
  type: "text";
2679
2815
  label: string;
@@ -2733,6 +2869,10 @@ declare const reviewOfTransactionSchema: z.ZodOptional<z.ZodObject<{
2733
2869
  calldata: string[];
2734
2870
  entrypoint: string;
2735
2871
  label: string;
2872
+ } | {
2873
+ type: "class_hash";
2874
+ classHash: string;
2875
+ label: string;
2736
2876
  } | {
2737
2877
  type: "text";
2738
2878
  label: string;
@@ -2794,6 +2934,10 @@ declare const reviewOfTransactionSchema: z.ZodOptional<z.ZodObject<{
2794
2934
  calldata: string[];
2795
2935
  entrypoint: string;
2796
2936
  label: string;
2937
+ } | {
2938
+ type: "class_hash";
2939
+ classHash: string;
2940
+ label: string;
2797
2941
  } | {
2798
2942
  type: "text";
2799
2943
  label: string;
@@ -2853,6 +2997,10 @@ declare const reviewOfTransactionSchema: z.ZodOptional<z.ZodObject<{
2853
2997
  calldata: string[];
2854
2998
  entrypoint: string;
2855
2999
  label: string;
3000
+ } | {
3001
+ type: "class_hash";
3002
+ classHash: string;
3003
+ label: string;
2856
3004
  } | {
2857
3005
  type: "text";
2858
3006
  label: string;
@@ -2917,6 +3065,10 @@ declare const reviewOfTransactionSchema: z.ZodOptional<z.ZodObject<{
2917
3065
  calldata: string[];
2918
3066
  entrypoint: string;
2919
3067
  label: string;
3068
+ } | {
3069
+ type: "class_hash";
3070
+ classHash: string;
3071
+ label: string;
2920
3072
  } | {
2921
3073
  type: "text";
2922
3074
  label: string;
@@ -2976,6 +3128,10 @@ declare const reviewOfTransactionSchema: z.ZodOptional<z.ZodObject<{
2976
3128
  calldata: string[];
2977
3129
  entrypoint: string;
2978
3130
  label: string;
3131
+ } | {
3132
+ type: "class_hash";
3133
+ classHash: string;
3134
+ label: string;
2979
3135
  } | {
2980
3136
  type: "text";
2981
3137
  label: string;
@@ -3055,6 +3211,10 @@ declare const reviewOfTransactionSchema: z.ZodOptional<z.ZodObject<{
3055
3211
  calldata: string[];
3056
3212
  entrypoint: string;
3057
3213
  label: string;
3214
+ } | {
3215
+ type: "class_hash";
3216
+ classHash: string;
3217
+ label: string;
3058
3218
  } | {
3059
3219
  type: "text";
3060
3220
  label: string;
@@ -3114,6 +3274,10 @@ declare const reviewOfTransactionSchema: z.ZodOptional<z.ZodObject<{
3114
3274
  calldata: string[];
3115
3275
  entrypoint: string;
3116
3276
  label: string;
3277
+ } | {
3278
+ type: "class_hash";
3279
+ classHash: string;
3280
+ label: string;
3117
3281
  } | {
3118
3282
  type: "text";
3119
3283
  label: string;
@@ -3196,6 +3360,10 @@ declare const reviewOfTransactionSchema: z.ZodOptional<z.ZodObject<{
3196
3360
  calldata: string[];
3197
3361
  entrypoint: string;
3198
3362
  label: string;
3363
+ } | {
3364
+ type: "class_hash";
3365
+ classHash: string;
3366
+ label: string;
3199
3367
  } | {
3200
3368
  type: "text";
3201
3369
  label: string;
@@ -3255,6 +3423,10 @@ declare const reviewOfTransactionSchema: z.ZodOptional<z.ZodObject<{
3255
3423
  calldata: string[];
3256
3424
  entrypoint: string;
3257
3425
  label: string;
3426
+ } | {
3427
+ type: "class_hash";
3428
+ classHash: string;
3429
+ label: string;
3258
3430
  } | {
3259
3431
  type: "text";
3260
3432
  label: string;
@@ -3363,6 +3535,10 @@ declare const reviewOfTransactionSchema: z.ZodOptional<z.ZodObject<{
3363
3535
  calldata: string[];
3364
3536
  entrypoint: string;
3365
3537
  label: string;
3538
+ } | {
3539
+ type: "class_hash";
3540
+ classHash: string;
3541
+ label: string;
3366
3542
  } | {
3367
3543
  type: "text";
3368
3544
  label: string;
@@ -3422,6 +3598,10 @@ declare const reviewOfTransactionSchema: z.ZodOptional<z.ZodObject<{
3422
3598
  calldata: string[];
3423
3599
  entrypoint: string;
3424
3600
  label: string;
3601
+ } | {
3602
+ type: "class_hash";
3603
+ classHash: string;
3604
+ label: string;
3425
3605
  } | {
3426
3606
  type: "text";
3427
3607
  label: string;
@@ -4852,6 +5032,18 @@ declare const transactionSimulationSchema: z.ZodObject<{
4852
5032
  calldata: string[];
4853
5033
  entrypoint: string;
4854
5034
  label: string;
5035
+ }>, z.ZodObject<{
5036
+ type: z.ZodLiteral<"class_hash">;
5037
+ label: z.ZodString;
5038
+ classHash: z.ZodString;
5039
+ }, "strip", z.ZodTypeAny, {
5040
+ type: "class_hash";
5041
+ classHash: string;
5042
+ label: string;
5043
+ }, {
5044
+ type: "class_hash";
5045
+ classHash: string;
5046
+ label: string;
4855
5047
  }>, z.ZodObject<{
4856
5048
  type: z.ZodLiteral<"text">;
4857
5049
  label: z.ZodString;
@@ -5075,6 +5267,18 @@ declare const transactionSimulationSchema: z.ZodObject<{
5075
5267
  calldata: string[];
5076
5268
  entrypoint: string;
5077
5269
  label: string;
5270
+ }>, z.ZodObject<{
5271
+ type: z.ZodLiteral<"class_hash">;
5272
+ label: z.ZodString;
5273
+ classHash: z.ZodString;
5274
+ }, "strip", z.ZodTypeAny, {
5275
+ type: "class_hash";
5276
+ classHash: string;
5277
+ label: string;
5278
+ }, {
5279
+ type: "class_hash";
5280
+ classHash: string;
5281
+ label: string;
5078
5282
  }>, z.ZodObject<{
5079
5283
  type: z.ZodLiteral<"text">;
5080
5284
  label: z.ZodString;
@@ -5184,6 +5388,10 @@ declare const transactionSimulationSchema: z.ZodObject<{
5184
5388
  calldata: string[];
5185
5389
  entrypoint: string;
5186
5390
  label: string;
5391
+ } | {
5392
+ type: "class_hash";
5393
+ classHash: string;
5394
+ label: string;
5187
5395
  } | {
5188
5396
  type: "text";
5189
5397
  label: string;
@@ -5243,6 +5451,10 @@ declare const transactionSimulationSchema: z.ZodObject<{
5243
5451
  calldata: string[];
5244
5452
  entrypoint: string;
5245
5453
  label: string;
5454
+ } | {
5455
+ type: "class_hash";
5456
+ classHash: string;
5457
+ label: string;
5246
5458
  } | {
5247
5459
  type: "text";
5248
5460
  label: string;
@@ -5304,6 +5516,10 @@ declare const transactionSimulationSchema: z.ZodObject<{
5304
5516
  calldata: string[];
5305
5517
  entrypoint: string;
5306
5518
  label: string;
5519
+ } | {
5520
+ type: "class_hash";
5521
+ classHash: string;
5522
+ label: string;
5307
5523
  } | {
5308
5524
  type: "text";
5309
5525
  label: string;
@@ -5363,6 +5579,10 @@ declare const transactionSimulationSchema: z.ZodObject<{
5363
5579
  calldata: string[];
5364
5580
  entrypoint: string;
5365
5581
  label: string;
5582
+ } | {
5583
+ type: "class_hash";
5584
+ classHash: string;
5585
+ label: string;
5366
5586
  } | {
5367
5587
  type: "text";
5368
5588
  label: string;
@@ -5427,6 +5647,10 @@ declare const transactionSimulationSchema: z.ZodObject<{
5427
5647
  calldata: string[];
5428
5648
  entrypoint: string;
5429
5649
  label: string;
5650
+ } | {
5651
+ type: "class_hash";
5652
+ classHash: string;
5653
+ label: string;
5430
5654
  } | {
5431
5655
  type: "text";
5432
5656
  label: string;
@@ -5486,6 +5710,10 @@ declare const transactionSimulationSchema: z.ZodObject<{
5486
5710
  calldata: string[];
5487
5711
  entrypoint: string;
5488
5712
  label: string;
5713
+ } | {
5714
+ type: "class_hash";
5715
+ classHash: string;
5716
+ label: string;
5489
5717
  } | {
5490
5718
  type: "text";
5491
5719
  label: string;
@@ -5565,6 +5793,10 @@ declare const transactionSimulationSchema: z.ZodObject<{
5565
5793
  calldata: string[];
5566
5794
  entrypoint: string;
5567
5795
  label: string;
5796
+ } | {
5797
+ type: "class_hash";
5798
+ classHash: string;
5799
+ label: string;
5568
5800
  } | {
5569
5801
  type: "text";
5570
5802
  label: string;
@@ -5624,6 +5856,10 @@ declare const transactionSimulationSchema: z.ZodObject<{
5624
5856
  calldata: string[];
5625
5857
  entrypoint: string;
5626
5858
  label: string;
5859
+ } | {
5860
+ type: "class_hash";
5861
+ classHash: string;
5862
+ label: string;
5627
5863
  } | {
5628
5864
  type: "text";
5629
5865
  label: string;
@@ -5706,6 +5942,10 @@ declare const transactionSimulationSchema: z.ZodObject<{
5706
5942
  calldata: string[];
5707
5943
  entrypoint: string;
5708
5944
  label: string;
5945
+ } | {
5946
+ type: "class_hash";
5947
+ classHash: string;
5948
+ label: string;
5709
5949
  } | {
5710
5950
  type: "text";
5711
5951
  label: string;
@@ -5765,6 +6005,10 @@ declare const transactionSimulationSchema: z.ZodObject<{
5765
6005
  calldata: string[];
5766
6006
  entrypoint: string;
5767
6007
  label: string;
6008
+ } | {
6009
+ type: "class_hash";
6010
+ classHash: string;
6011
+ label: string;
5768
6012
  } | {
5769
6013
  type: "text";
5770
6014
  label: string;
@@ -5873,6 +6117,10 @@ declare const transactionSimulationSchema: z.ZodObject<{
5873
6117
  calldata: string[];
5874
6118
  entrypoint: string;
5875
6119
  label: string;
6120
+ } | {
6121
+ type: "class_hash";
6122
+ classHash: string;
6123
+ label: string;
5876
6124
  } | {
5877
6125
  type: "text";
5878
6126
  label: string;
@@ -5932,6 +6180,10 @@ declare const transactionSimulationSchema: z.ZodObject<{
5932
6180
  calldata: string[];
5933
6181
  entrypoint: string;
5934
6182
  label: string;
6183
+ } | {
6184
+ type: "class_hash";
6185
+ classHash: string;
6186
+ label: string;
5935
6187
  } | {
5936
6188
  type: "text";
5937
6189
  label: string;
@@ -6949,6 +7201,10 @@ declare const transactionSimulationSchema: z.ZodObject<{
6949
7201
  calldata: string[];
6950
7202
  entrypoint: string;
6951
7203
  label: string;
7204
+ } | {
7205
+ type: "class_hash";
7206
+ classHash: string;
7207
+ label: string;
6952
7208
  } | {
6953
7209
  type: "text";
6954
7210
  label: string;
@@ -7008,6 +7264,10 @@ declare const transactionSimulationSchema: z.ZodObject<{
7008
7264
  calldata: string[];
7009
7265
  entrypoint: string;
7010
7266
  label: string;
7267
+ } | {
7268
+ type: "class_hash";
7269
+ classHash: string;
7270
+ label: string;
7011
7271
  } | {
7012
7272
  type: "text";
7013
7273
  label: string;
@@ -7238,6 +7498,10 @@ declare const transactionSimulationSchema: z.ZodObject<{
7238
7498
  calldata: string[];
7239
7499
  entrypoint: string;
7240
7500
  label: string;
7501
+ } | {
7502
+ type: "class_hash";
7503
+ classHash: string;
7504
+ label: string;
7241
7505
  } | {
7242
7506
  type: "text";
7243
7507
  label: string;
@@ -7297,6 +7561,10 @@ declare const transactionSimulationSchema: z.ZodObject<{
7297
7561
  calldata: string[];
7298
7562
  entrypoint: string;
7299
7563
  label: string;
7564
+ } | {
7565
+ type: "class_hash";
7566
+ classHash: string;
7567
+ label: string;
7300
7568
  } | {
7301
7569
  type: "text";
7302
7570
  label: string;
@@ -7668,6 +7936,18 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
7668
7936
  calldata: string[];
7669
7937
  entrypoint: string;
7670
7938
  label: string;
7939
+ }>, z.ZodObject<{
7940
+ type: z.ZodLiteral<"class_hash">;
7941
+ label: z.ZodString;
7942
+ classHash: z.ZodString;
7943
+ }, "strip", z.ZodTypeAny, {
7944
+ type: "class_hash";
7945
+ classHash: string;
7946
+ label: string;
7947
+ }, {
7948
+ type: "class_hash";
7949
+ classHash: string;
7950
+ label: string;
7671
7951
  }>, z.ZodObject<{
7672
7952
  type: z.ZodLiteral<"text">;
7673
7953
  label: z.ZodString;
@@ -7891,6 +8171,18 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
7891
8171
  calldata: string[];
7892
8172
  entrypoint: string;
7893
8173
  label: string;
8174
+ }>, z.ZodObject<{
8175
+ type: z.ZodLiteral<"class_hash">;
8176
+ label: z.ZodString;
8177
+ classHash: z.ZodString;
8178
+ }, "strip", z.ZodTypeAny, {
8179
+ type: "class_hash";
8180
+ classHash: string;
8181
+ label: string;
8182
+ }, {
8183
+ type: "class_hash";
8184
+ classHash: string;
8185
+ label: string;
7894
8186
  }>, z.ZodObject<{
7895
8187
  type: z.ZodLiteral<"text">;
7896
8188
  label: z.ZodString;
@@ -8000,6 +8292,10 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
8000
8292
  calldata: string[];
8001
8293
  entrypoint: string;
8002
8294
  label: string;
8295
+ } | {
8296
+ type: "class_hash";
8297
+ classHash: string;
8298
+ label: string;
8003
8299
  } | {
8004
8300
  type: "text";
8005
8301
  label: string;
@@ -8059,6 +8355,10 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
8059
8355
  calldata: string[];
8060
8356
  entrypoint: string;
8061
8357
  label: string;
8358
+ } | {
8359
+ type: "class_hash";
8360
+ classHash: string;
8361
+ label: string;
8062
8362
  } | {
8063
8363
  type: "text";
8064
8364
  label: string;
@@ -8120,6 +8420,10 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
8120
8420
  calldata: string[];
8121
8421
  entrypoint: string;
8122
8422
  label: string;
8423
+ } | {
8424
+ type: "class_hash";
8425
+ classHash: string;
8426
+ label: string;
8123
8427
  } | {
8124
8428
  type: "text";
8125
8429
  label: string;
@@ -8179,6 +8483,10 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
8179
8483
  calldata: string[];
8180
8484
  entrypoint: string;
8181
8485
  label: string;
8486
+ } | {
8487
+ type: "class_hash";
8488
+ classHash: string;
8489
+ label: string;
8182
8490
  } | {
8183
8491
  type: "text";
8184
8492
  label: string;
@@ -8243,6 +8551,10 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
8243
8551
  calldata: string[];
8244
8552
  entrypoint: string;
8245
8553
  label: string;
8554
+ } | {
8555
+ type: "class_hash";
8556
+ classHash: string;
8557
+ label: string;
8246
8558
  } | {
8247
8559
  type: "text";
8248
8560
  label: string;
@@ -8302,6 +8614,10 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
8302
8614
  calldata: string[];
8303
8615
  entrypoint: string;
8304
8616
  label: string;
8617
+ } | {
8618
+ type: "class_hash";
8619
+ classHash: string;
8620
+ label: string;
8305
8621
  } | {
8306
8622
  type: "text";
8307
8623
  label: string;
@@ -8381,6 +8697,10 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
8381
8697
  calldata: string[];
8382
8698
  entrypoint: string;
8383
8699
  label: string;
8700
+ } | {
8701
+ type: "class_hash";
8702
+ classHash: string;
8703
+ label: string;
8384
8704
  } | {
8385
8705
  type: "text";
8386
8706
  label: string;
@@ -8440,6 +8760,10 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
8440
8760
  calldata: string[];
8441
8761
  entrypoint: string;
8442
8762
  label: string;
8763
+ } | {
8764
+ type: "class_hash";
8765
+ classHash: string;
8766
+ label: string;
8443
8767
  } | {
8444
8768
  type: "text";
8445
8769
  label: string;
@@ -8522,6 +8846,10 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
8522
8846
  calldata: string[];
8523
8847
  entrypoint: string;
8524
8848
  label: string;
8849
+ } | {
8850
+ type: "class_hash";
8851
+ classHash: string;
8852
+ label: string;
8525
8853
  } | {
8526
8854
  type: "text";
8527
8855
  label: string;
@@ -8581,6 +8909,10 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
8581
8909
  calldata: string[];
8582
8910
  entrypoint: string;
8583
8911
  label: string;
8912
+ } | {
8913
+ type: "class_hash";
8914
+ classHash: string;
8915
+ label: string;
8584
8916
  } | {
8585
8917
  type: "text";
8586
8918
  label: string;
@@ -8689,6 +9021,10 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
8689
9021
  calldata: string[];
8690
9022
  entrypoint: string;
8691
9023
  label: string;
9024
+ } | {
9025
+ type: "class_hash";
9026
+ classHash: string;
9027
+ label: string;
8692
9028
  } | {
8693
9029
  type: "text";
8694
9030
  label: string;
@@ -8748,6 +9084,10 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
8748
9084
  calldata: string[];
8749
9085
  entrypoint: string;
8750
9086
  label: string;
9087
+ } | {
9088
+ type: "class_hash";
9089
+ classHash: string;
9090
+ label: string;
8751
9091
  } | {
8752
9092
  type: "text";
8753
9093
  label: string;
@@ -8881,6 +9221,10 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
8881
9221
  calldata: string[];
8882
9222
  entrypoint: string;
8883
9223
  label: string;
9224
+ } | {
9225
+ type: "class_hash";
9226
+ classHash: string;
9227
+ label: string;
8884
9228
  } | {
8885
9229
  type: "text";
8886
9230
  label: string;
@@ -8940,6 +9284,10 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
8940
9284
  calldata: string[];
8941
9285
  entrypoint: string;
8942
9286
  label: string;
9287
+ } | {
9288
+ type: "class_hash";
9289
+ classHash: string;
9290
+ label: string;
8943
9291
  } | {
8944
9292
  type: "text";
8945
9293
  label: string;
@@ -9057,6 +9405,10 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
9057
9405
  calldata: string[];
9058
9406
  entrypoint: string;
9059
9407
  label: string;
9408
+ } | {
9409
+ type: "class_hash";
9410
+ classHash: string;
9411
+ label: string;
9060
9412
  } | {
9061
9413
  type: "text";
9062
9414
  label: string;
@@ -9116,6 +9468,10 @@ declare const transactionSimulationErrorSchema: z.ZodObject<{
9116
9468
  calldata: string[];
9117
9469
  entrypoint: string;
9118
9470
  label: string;
9471
+ } | {
9472
+ type: "class_hash";
9473
+ classHash: string;
9474
+ label: string;
9119
9475
  } | {
9120
9476
  type: "text";
9121
9477
  label: string;
@@ -9487,6 +9843,18 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
9487
9843
  calldata: string[];
9488
9844
  entrypoint: string;
9489
9845
  label: string;
9846
+ }>, z.ZodObject<{
9847
+ type: z.ZodLiteral<"class_hash">;
9848
+ label: z.ZodString;
9849
+ classHash: z.ZodString;
9850
+ }, "strip", z.ZodTypeAny, {
9851
+ type: "class_hash";
9852
+ classHash: string;
9853
+ label: string;
9854
+ }, {
9855
+ type: "class_hash";
9856
+ classHash: string;
9857
+ label: string;
9490
9858
  }>, z.ZodObject<{
9491
9859
  type: z.ZodLiteral<"text">;
9492
9860
  label: z.ZodString;
@@ -9710,6 +10078,18 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
9710
10078
  calldata: string[];
9711
10079
  entrypoint: string;
9712
10080
  label: string;
10081
+ }>, z.ZodObject<{
10082
+ type: z.ZodLiteral<"class_hash">;
10083
+ label: z.ZodString;
10084
+ classHash: z.ZodString;
10085
+ }, "strip", z.ZodTypeAny, {
10086
+ type: "class_hash";
10087
+ classHash: string;
10088
+ label: string;
10089
+ }, {
10090
+ type: "class_hash";
10091
+ classHash: string;
10092
+ label: string;
9713
10093
  }>, z.ZodObject<{
9714
10094
  type: z.ZodLiteral<"text">;
9715
10095
  label: z.ZodString;
@@ -9819,6 +10199,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
9819
10199
  calldata: string[];
9820
10200
  entrypoint: string;
9821
10201
  label: string;
10202
+ } | {
10203
+ type: "class_hash";
10204
+ classHash: string;
10205
+ label: string;
9822
10206
  } | {
9823
10207
  type: "text";
9824
10208
  label: string;
@@ -9878,6 +10262,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
9878
10262
  calldata: string[];
9879
10263
  entrypoint: string;
9880
10264
  label: string;
10265
+ } | {
10266
+ type: "class_hash";
10267
+ classHash: string;
10268
+ label: string;
9881
10269
  } | {
9882
10270
  type: "text";
9883
10271
  label: string;
@@ -9939,6 +10327,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
9939
10327
  calldata: string[];
9940
10328
  entrypoint: string;
9941
10329
  label: string;
10330
+ } | {
10331
+ type: "class_hash";
10332
+ classHash: string;
10333
+ label: string;
9942
10334
  } | {
9943
10335
  type: "text";
9944
10336
  label: string;
@@ -9998,6 +10390,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
9998
10390
  calldata: string[];
9999
10391
  entrypoint: string;
10000
10392
  label: string;
10393
+ } | {
10394
+ type: "class_hash";
10395
+ classHash: string;
10396
+ label: string;
10001
10397
  } | {
10002
10398
  type: "text";
10003
10399
  label: string;
@@ -10062,6 +10458,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
10062
10458
  calldata: string[];
10063
10459
  entrypoint: string;
10064
10460
  label: string;
10461
+ } | {
10462
+ type: "class_hash";
10463
+ classHash: string;
10464
+ label: string;
10065
10465
  } | {
10066
10466
  type: "text";
10067
10467
  label: string;
@@ -10121,6 +10521,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
10121
10521
  calldata: string[];
10122
10522
  entrypoint: string;
10123
10523
  label: string;
10524
+ } | {
10525
+ type: "class_hash";
10526
+ classHash: string;
10527
+ label: string;
10124
10528
  } | {
10125
10529
  type: "text";
10126
10530
  label: string;
@@ -10200,6 +10604,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
10200
10604
  calldata: string[];
10201
10605
  entrypoint: string;
10202
10606
  label: string;
10607
+ } | {
10608
+ type: "class_hash";
10609
+ classHash: string;
10610
+ label: string;
10203
10611
  } | {
10204
10612
  type: "text";
10205
10613
  label: string;
@@ -10259,6 +10667,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
10259
10667
  calldata: string[];
10260
10668
  entrypoint: string;
10261
10669
  label: string;
10670
+ } | {
10671
+ type: "class_hash";
10672
+ classHash: string;
10673
+ label: string;
10262
10674
  } | {
10263
10675
  type: "text";
10264
10676
  label: string;
@@ -10341,6 +10753,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
10341
10753
  calldata: string[];
10342
10754
  entrypoint: string;
10343
10755
  label: string;
10756
+ } | {
10757
+ type: "class_hash";
10758
+ classHash: string;
10759
+ label: string;
10344
10760
  } | {
10345
10761
  type: "text";
10346
10762
  label: string;
@@ -10400,6 +10816,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
10400
10816
  calldata: string[];
10401
10817
  entrypoint: string;
10402
10818
  label: string;
10819
+ } | {
10820
+ type: "class_hash";
10821
+ classHash: string;
10822
+ label: string;
10403
10823
  } | {
10404
10824
  type: "text";
10405
10825
  label: string;
@@ -10508,6 +10928,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
10508
10928
  calldata: string[];
10509
10929
  entrypoint: string;
10510
10930
  label: string;
10931
+ } | {
10932
+ type: "class_hash";
10933
+ classHash: string;
10934
+ label: string;
10511
10935
  } | {
10512
10936
  type: "text";
10513
10937
  label: string;
@@ -10567,6 +10991,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
10567
10991
  calldata: string[];
10568
10992
  entrypoint: string;
10569
10993
  label: string;
10994
+ } | {
10995
+ type: "class_hash";
10996
+ classHash: string;
10997
+ label: string;
10570
10998
  } | {
10571
10999
  type: "text";
10572
11000
  label: string;
@@ -11584,6 +12012,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
11584
12012
  calldata: string[];
11585
12013
  entrypoint: string;
11586
12014
  label: string;
12015
+ } | {
12016
+ type: "class_hash";
12017
+ classHash: string;
12018
+ label: string;
11587
12019
  } | {
11588
12020
  type: "text";
11589
12021
  label: string;
@@ -11643,6 +12075,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
11643
12075
  calldata: string[];
11644
12076
  entrypoint: string;
11645
12077
  label: string;
12078
+ } | {
12079
+ type: "class_hash";
12080
+ classHash: string;
12081
+ label: string;
11646
12082
  } | {
11647
12083
  type: "text";
11648
12084
  label: string;
@@ -11873,6 +12309,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
11873
12309
  calldata: string[];
11874
12310
  entrypoint: string;
11875
12311
  label: string;
12312
+ } | {
12313
+ type: "class_hash";
12314
+ classHash: string;
12315
+ label: string;
11876
12316
  } | {
11877
12317
  type: "text";
11878
12318
  label: string;
@@ -11932,6 +12372,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
11932
12372
  calldata: string[];
11933
12373
  entrypoint: string;
11934
12374
  label: string;
12375
+ } | {
12376
+ type: "class_hash";
12377
+ classHash: string;
12378
+ label: string;
11935
12379
  } | {
11936
12380
  type: "text";
11937
12381
  label: string;
@@ -12302,6 +12746,18 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
12302
12746
  calldata: string[];
12303
12747
  entrypoint: string;
12304
12748
  label: string;
12749
+ }>, z.ZodObject<{
12750
+ type: z.ZodLiteral<"class_hash">;
12751
+ label: z.ZodString;
12752
+ classHash: z.ZodString;
12753
+ }, "strip", z.ZodTypeAny, {
12754
+ type: "class_hash";
12755
+ classHash: string;
12756
+ label: string;
12757
+ }, {
12758
+ type: "class_hash";
12759
+ classHash: string;
12760
+ label: string;
12305
12761
  }>, z.ZodObject<{
12306
12762
  type: z.ZodLiteral<"text">;
12307
12763
  label: z.ZodString;
@@ -12525,6 +12981,18 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
12525
12981
  calldata: string[];
12526
12982
  entrypoint: string;
12527
12983
  label: string;
12984
+ }>, z.ZodObject<{
12985
+ type: z.ZodLiteral<"class_hash">;
12986
+ label: z.ZodString;
12987
+ classHash: z.ZodString;
12988
+ }, "strip", z.ZodTypeAny, {
12989
+ type: "class_hash";
12990
+ classHash: string;
12991
+ label: string;
12992
+ }, {
12993
+ type: "class_hash";
12994
+ classHash: string;
12995
+ label: string;
12528
12996
  }>, z.ZodObject<{
12529
12997
  type: z.ZodLiteral<"text">;
12530
12998
  label: z.ZodString;
@@ -12634,6 +13102,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
12634
13102
  calldata: string[];
12635
13103
  entrypoint: string;
12636
13104
  label: string;
13105
+ } | {
13106
+ type: "class_hash";
13107
+ classHash: string;
13108
+ label: string;
12637
13109
  } | {
12638
13110
  type: "text";
12639
13111
  label: string;
@@ -12693,6 +13165,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
12693
13165
  calldata: string[];
12694
13166
  entrypoint: string;
12695
13167
  label: string;
13168
+ } | {
13169
+ type: "class_hash";
13170
+ classHash: string;
13171
+ label: string;
12696
13172
  } | {
12697
13173
  type: "text";
12698
13174
  label: string;
@@ -12754,6 +13230,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
12754
13230
  calldata: string[];
12755
13231
  entrypoint: string;
12756
13232
  label: string;
13233
+ } | {
13234
+ type: "class_hash";
13235
+ classHash: string;
13236
+ label: string;
12757
13237
  } | {
12758
13238
  type: "text";
12759
13239
  label: string;
@@ -12813,6 +13293,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
12813
13293
  calldata: string[];
12814
13294
  entrypoint: string;
12815
13295
  label: string;
13296
+ } | {
13297
+ type: "class_hash";
13298
+ classHash: string;
13299
+ label: string;
12816
13300
  } | {
12817
13301
  type: "text";
12818
13302
  label: string;
@@ -12877,6 +13361,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
12877
13361
  calldata: string[];
12878
13362
  entrypoint: string;
12879
13363
  label: string;
13364
+ } | {
13365
+ type: "class_hash";
13366
+ classHash: string;
13367
+ label: string;
12880
13368
  } | {
12881
13369
  type: "text";
12882
13370
  label: string;
@@ -12936,6 +13424,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
12936
13424
  calldata: string[];
12937
13425
  entrypoint: string;
12938
13426
  label: string;
13427
+ } | {
13428
+ type: "class_hash";
13429
+ classHash: string;
13430
+ label: string;
12939
13431
  } | {
12940
13432
  type: "text";
12941
13433
  label: string;
@@ -13015,6 +13507,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
13015
13507
  calldata: string[];
13016
13508
  entrypoint: string;
13017
13509
  label: string;
13510
+ } | {
13511
+ type: "class_hash";
13512
+ classHash: string;
13513
+ label: string;
13018
13514
  } | {
13019
13515
  type: "text";
13020
13516
  label: string;
@@ -13074,6 +13570,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
13074
13570
  calldata: string[];
13075
13571
  entrypoint: string;
13076
13572
  label: string;
13573
+ } | {
13574
+ type: "class_hash";
13575
+ classHash: string;
13576
+ label: string;
13077
13577
  } | {
13078
13578
  type: "text";
13079
13579
  label: string;
@@ -13156,6 +13656,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
13156
13656
  calldata: string[];
13157
13657
  entrypoint: string;
13158
13658
  label: string;
13659
+ } | {
13660
+ type: "class_hash";
13661
+ classHash: string;
13662
+ label: string;
13159
13663
  } | {
13160
13664
  type: "text";
13161
13665
  label: string;
@@ -13215,6 +13719,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
13215
13719
  calldata: string[];
13216
13720
  entrypoint: string;
13217
13721
  label: string;
13722
+ } | {
13723
+ type: "class_hash";
13724
+ classHash: string;
13725
+ label: string;
13218
13726
  } | {
13219
13727
  type: "text";
13220
13728
  label: string;
@@ -13323,6 +13831,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
13323
13831
  calldata: string[];
13324
13832
  entrypoint: string;
13325
13833
  label: string;
13834
+ } | {
13835
+ type: "class_hash";
13836
+ classHash: string;
13837
+ label: string;
13326
13838
  } | {
13327
13839
  type: "text";
13328
13840
  label: string;
@@ -13382,6 +13894,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
13382
13894
  calldata: string[];
13383
13895
  entrypoint: string;
13384
13896
  label: string;
13897
+ } | {
13898
+ type: "class_hash";
13899
+ classHash: string;
13900
+ label: string;
13385
13901
  } | {
13386
13902
  type: "text";
13387
13903
  label: string;
@@ -13515,6 +14031,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
13515
14031
  calldata: string[];
13516
14032
  entrypoint: string;
13517
14033
  label: string;
14034
+ } | {
14035
+ type: "class_hash";
14036
+ classHash: string;
14037
+ label: string;
13518
14038
  } | {
13519
14039
  type: "text";
13520
14040
  label: string;
@@ -13574,6 +14094,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
13574
14094
  calldata: string[];
13575
14095
  entrypoint: string;
13576
14096
  label: string;
14097
+ } | {
14098
+ type: "class_hash";
14099
+ classHash: string;
14100
+ label: string;
13577
14101
  } | {
13578
14102
  type: "text";
13579
14103
  label: string;
@@ -13691,6 +14215,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
13691
14215
  calldata: string[];
13692
14216
  entrypoint: string;
13693
14217
  label: string;
14218
+ } | {
14219
+ type: "class_hash";
14220
+ classHash: string;
14221
+ label: string;
13694
14222
  } | {
13695
14223
  type: "text";
13696
14224
  label: string;
@@ -13750,6 +14278,10 @@ declare const transactionSchema: z.ZodUnion<[z.ZodObject<{
13750
14278
  calldata: string[];
13751
14279
  entrypoint: string;
13752
14280
  label: string;
14281
+ } | {
14282
+ type: "class_hash";
14283
+ classHash: string;
14284
+ label: string;
13753
14285
  } | {
13754
14286
  type: "text";
13755
14287
  label: string;
@@ -14122,6 +14654,18 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
14122
14654
  calldata: string[];
14123
14655
  entrypoint: string;
14124
14656
  label: string;
14657
+ }>, z.ZodObject<{
14658
+ type: z.ZodLiteral<"class_hash">;
14659
+ label: z.ZodString;
14660
+ classHash: z.ZodString;
14661
+ }, "strip", z.ZodTypeAny, {
14662
+ type: "class_hash";
14663
+ classHash: string;
14664
+ label: string;
14665
+ }, {
14666
+ type: "class_hash";
14667
+ classHash: string;
14668
+ label: string;
14125
14669
  }>, z.ZodObject<{
14126
14670
  type: z.ZodLiteral<"text">;
14127
14671
  label: z.ZodString;
@@ -14345,6 +14889,18 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
14345
14889
  calldata: string[];
14346
14890
  entrypoint: string;
14347
14891
  label: string;
14892
+ }>, z.ZodObject<{
14893
+ type: z.ZodLiteral<"class_hash">;
14894
+ label: z.ZodString;
14895
+ classHash: z.ZodString;
14896
+ }, "strip", z.ZodTypeAny, {
14897
+ type: "class_hash";
14898
+ classHash: string;
14899
+ label: string;
14900
+ }, {
14901
+ type: "class_hash";
14902
+ classHash: string;
14903
+ label: string;
14348
14904
  }>, z.ZodObject<{
14349
14905
  type: z.ZodLiteral<"text">;
14350
14906
  label: z.ZodString;
@@ -14454,6 +15010,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
14454
15010
  calldata: string[];
14455
15011
  entrypoint: string;
14456
15012
  label: string;
15013
+ } | {
15014
+ type: "class_hash";
15015
+ classHash: string;
15016
+ label: string;
14457
15017
  } | {
14458
15018
  type: "text";
14459
15019
  label: string;
@@ -14513,6 +15073,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
14513
15073
  calldata: string[];
14514
15074
  entrypoint: string;
14515
15075
  label: string;
15076
+ } | {
15077
+ type: "class_hash";
15078
+ classHash: string;
15079
+ label: string;
14516
15080
  } | {
14517
15081
  type: "text";
14518
15082
  label: string;
@@ -14574,6 +15138,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
14574
15138
  calldata: string[];
14575
15139
  entrypoint: string;
14576
15140
  label: string;
15141
+ } | {
15142
+ type: "class_hash";
15143
+ classHash: string;
15144
+ label: string;
14577
15145
  } | {
14578
15146
  type: "text";
14579
15147
  label: string;
@@ -14633,6 +15201,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
14633
15201
  calldata: string[];
14634
15202
  entrypoint: string;
14635
15203
  label: string;
15204
+ } | {
15205
+ type: "class_hash";
15206
+ classHash: string;
15207
+ label: string;
14636
15208
  } | {
14637
15209
  type: "text";
14638
15210
  label: string;
@@ -14697,6 +15269,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
14697
15269
  calldata: string[];
14698
15270
  entrypoint: string;
14699
15271
  label: string;
15272
+ } | {
15273
+ type: "class_hash";
15274
+ classHash: string;
15275
+ label: string;
14700
15276
  } | {
14701
15277
  type: "text";
14702
15278
  label: string;
@@ -14756,6 +15332,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
14756
15332
  calldata: string[];
14757
15333
  entrypoint: string;
14758
15334
  label: string;
15335
+ } | {
15336
+ type: "class_hash";
15337
+ classHash: string;
15338
+ label: string;
14759
15339
  } | {
14760
15340
  type: "text";
14761
15341
  label: string;
@@ -14835,6 +15415,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
14835
15415
  calldata: string[];
14836
15416
  entrypoint: string;
14837
15417
  label: string;
15418
+ } | {
15419
+ type: "class_hash";
15420
+ classHash: string;
15421
+ label: string;
14838
15422
  } | {
14839
15423
  type: "text";
14840
15424
  label: string;
@@ -14894,6 +15478,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
14894
15478
  calldata: string[];
14895
15479
  entrypoint: string;
14896
15480
  label: string;
15481
+ } | {
15482
+ type: "class_hash";
15483
+ classHash: string;
15484
+ label: string;
14897
15485
  } | {
14898
15486
  type: "text";
14899
15487
  label: string;
@@ -14976,6 +15564,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
14976
15564
  calldata: string[];
14977
15565
  entrypoint: string;
14978
15566
  label: string;
15567
+ } | {
15568
+ type: "class_hash";
15569
+ classHash: string;
15570
+ label: string;
14979
15571
  } | {
14980
15572
  type: "text";
14981
15573
  label: string;
@@ -15035,6 +15627,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
15035
15627
  calldata: string[];
15036
15628
  entrypoint: string;
15037
15629
  label: string;
15630
+ } | {
15631
+ type: "class_hash";
15632
+ classHash: string;
15633
+ label: string;
15038
15634
  } | {
15039
15635
  type: "text";
15040
15636
  label: string;
@@ -15143,6 +15739,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
15143
15739
  calldata: string[];
15144
15740
  entrypoint: string;
15145
15741
  label: string;
15742
+ } | {
15743
+ type: "class_hash";
15744
+ classHash: string;
15745
+ label: string;
15146
15746
  } | {
15147
15747
  type: "text";
15148
15748
  label: string;
@@ -15202,6 +15802,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
15202
15802
  calldata: string[];
15203
15803
  entrypoint: string;
15204
15804
  label: string;
15805
+ } | {
15806
+ type: "class_hash";
15807
+ classHash: string;
15808
+ label: string;
15205
15809
  } | {
15206
15810
  type: "text";
15207
15811
  label: string;
@@ -16219,6 +16823,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
16219
16823
  calldata: string[];
16220
16824
  entrypoint: string;
16221
16825
  label: string;
16826
+ } | {
16827
+ type: "class_hash";
16828
+ classHash: string;
16829
+ label: string;
16222
16830
  } | {
16223
16831
  type: "text";
16224
16832
  label: string;
@@ -16278,6 +16886,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
16278
16886
  calldata: string[];
16279
16887
  entrypoint: string;
16280
16888
  label: string;
16889
+ } | {
16890
+ type: "class_hash";
16891
+ classHash: string;
16892
+ label: string;
16281
16893
  } | {
16282
16894
  type: "text";
16283
16895
  label: string;
@@ -16508,6 +17120,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
16508
17120
  calldata: string[];
16509
17121
  entrypoint: string;
16510
17122
  label: string;
17123
+ } | {
17124
+ type: "class_hash";
17125
+ classHash: string;
17126
+ label: string;
16511
17127
  } | {
16512
17128
  type: "text";
16513
17129
  label: string;
@@ -16567,6 +17183,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
16567
17183
  calldata: string[];
16568
17184
  entrypoint: string;
16569
17185
  label: string;
17186
+ } | {
17187
+ type: "class_hash";
17188
+ classHash: string;
17189
+ label: string;
16570
17190
  } | {
16571
17191
  type: "text";
16572
17192
  label: string;
@@ -16937,6 +17557,18 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
16937
17557
  calldata: string[];
16938
17558
  entrypoint: string;
16939
17559
  label: string;
17560
+ }>, z.ZodObject<{
17561
+ type: z.ZodLiteral<"class_hash">;
17562
+ label: z.ZodString;
17563
+ classHash: z.ZodString;
17564
+ }, "strip", z.ZodTypeAny, {
17565
+ type: "class_hash";
17566
+ classHash: string;
17567
+ label: string;
17568
+ }, {
17569
+ type: "class_hash";
17570
+ classHash: string;
17571
+ label: string;
16940
17572
  }>, z.ZodObject<{
16941
17573
  type: z.ZodLiteral<"text">;
16942
17574
  label: z.ZodString;
@@ -17160,6 +17792,18 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
17160
17792
  calldata: string[];
17161
17793
  entrypoint: string;
17162
17794
  label: string;
17795
+ }>, z.ZodObject<{
17796
+ type: z.ZodLiteral<"class_hash">;
17797
+ label: z.ZodString;
17798
+ classHash: z.ZodString;
17799
+ }, "strip", z.ZodTypeAny, {
17800
+ type: "class_hash";
17801
+ classHash: string;
17802
+ label: string;
17803
+ }, {
17804
+ type: "class_hash";
17805
+ classHash: string;
17806
+ label: string;
17163
17807
  }>, z.ZodObject<{
17164
17808
  type: z.ZodLiteral<"text">;
17165
17809
  label: z.ZodString;
@@ -17269,6 +17913,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
17269
17913
  calldata: string[];
17270
17914
  entrypoint: string;
17271
17915
  label: string;
17916
+ } | {
17917
+ type: "class_hash";
17918
+ classHash: string;
17919
+ label: string;
17272
17920
  } | {
17273
17921
  type: "text";
17274
17922
  label: string;
@@ -17328,6 +17976,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
17328
17976
  calldata: string[];
17329
17977
  entrypoint: string;
17330
17978
  label: string;
17979
+ } | {
17980
+ type: "class_hash";
17981
+ classHash: string;
17982
+ label: string;
17331
17983
  } | {
17332
17984
  type: "text";
17333
17985
  label: string;
@@ -17389,6 +18041,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
17389
18041
  calldata: string[];
17390
18042
  entrypoint: string;
17391
18043
  label: string;
18044
+ } | {
18045
+ type: "class_hash";
18046
+ classHash: string;
18047
+ label: string;
17392
18048
  } | {
17393
18049
  type: "text";
17394
18050
  label: string;
@@ -17448,6 +18104,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
17448
18104
  calldata: string[];
17449
18105
  entrypoint: string;
17450
18106
  label: string;
18107
+ } | {
18108
+ type: "class_hash";
18109
+ classHash: string;
18110
+ label: string;
17451
18111
  } | {
17452
18112
  type: "text";
17453
18113
  label: string;
@@ -17512,6 +18172,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
17512
18172
  calldata: string[];
17513
18173
  entrypoint: string;
17514
18174
  label: string;
18175
+ } | {
18176
+ type: "class_hash";
18177
+ classHash: string;
18178
+ label: string;
17515
18179
  } | {
17516
18180
  type: "text";
17517
18181
  label: string;
@@ -17571,6 +18235,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
17571
18235
  calldata: string[];
17572
18236
  entrypoint: string;
17573
18237
  label: string;
18238
+ } | {
18239
+ type: "class_hash";
18240
+ classHash: string;
18241
+ label: string;
17574
18242
  } | {
17575
18243
  type: "text";
17576
18244
  label: string;
@@ -17650,6 +18318,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
17650
18318
  calldata: string[];
17651
18319
  entrypoint: string;
17652
18320
  label: string;
18321
+ } | {
18322
+ type: "class_hash";
18323
+ classHash: string;
18324
+ label: string;
17653
18325
  } | {
17654
18326
  type: "text";
17655
18327
  label: string;
@@ -17709,6 +18381,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
17709
18381
  calldata: string[];
17710
18382
  entrypoint: string;
17711
18383
  label: string;
18384
+ } | {
18385
+ type: "class_hash";
18386
+ classHash: string;
18387
+ label: string;
17712
18388
  } | {
17713
18389
  type: "text";
17714
18390
  label: string;
@@ -17791,6 +18467,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
17791
18467
  calldata: string[];
17792
18468
  entrypoint: string;
17793
18469
  label: string;
18470
+ } | {
18471
+ type: "class_hash";
18472
+ classHash: string;
18473
+ label: string;
17794
18474
  } | {
17795
18475
  type: "text";
17796
18476
  label: string;
@@ -17850,6 +18530,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
17850
18530
  calldata: string[];
17851
18531
  entrypoint: string;
17852
18532
  label: string;
18533
+ } | {
18534
+ type: "class_hash";
18535
+ classHash: string;
18536
+ label: string;
17853
18537
  } | {
17854
18538
  type: "text";
17855
18539
  label: string;
@@ -17958,6 +18642,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
17958
18642
  calldata: string[];
17959
18643
  entrypoint: string;
17960
18644
  label: string;
18645
+ } | {
18646
+ type: "class_hash";
18647
+ classHash: string;
18648
+ label: string;
17961
18649
  } | {
17962
18650
  type: "text";
17963
18651
  label: string;
@@ -18017,6 +18705,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
18017
18705
  calldata: string[];
18018
18706
  entrypoint: string;
18019
18707
  label: string;
18708
+ } | {
18709
+ type: "class_hash";
18710
+ classHash: string;
18711
+ label: string;
18020
18712
  } | {
18021
18713
  type: "text";
18022
18714
  label: string;
@@ -18150,6 +18842,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
18150
18842
  calldata: string[];
18151
18843
  entrypoint: string;
18152
18844
  label: string;
18845
+ } | {
18846
+ type: "class_hash";
18847
+ classHash: string;
18848
+ label: string;
18153
18849
  } | {
18154
18850
  type: "text";
18155
18851
  label: string;
@@ -18209,6 +18905,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
18209
18905
  calldata: string[];
18210
18906
  entrypoint: string;
18211
18907
  label: string;
18908
+ } | {
18909
+ type: "class_hash";
18910
+ classHash: string;
18911
+ label: string;
18212
18912
  } | {
18213
18913
  type: "text";
18214
18914
  label: string;
@@ -18326,6 +19026,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
18326
19026
  calldata: string[];
18327
19027
  entrypoint: string;
18328
19028
  label: string;
19029
+ } | {
19030
+ type: "class_hash";
19031
+ classHash: string;
19032
+ label: string;
18329
19033
  } | {
18330
19034
  type: "text";
18331
19035
  label: string;
@@ -18385,6 +19089,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
18385
19089
  calldata: string[];
18386
19090
  entrypoint: string;
18387
19091
  label: string;
19092
+ } | {
19093
+ type: "class_hash";
19094
+ classHash: string;
19095
+ label: string;
18388
19096
  } | {
18389
19097
  type: "text";
18390
19098
  label: string;
@@ -18617,6 +19325,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
18617
19325
  calldata: string[];
18618
19326
  entrypoint: string;
18619
19327
  label: string;
19328
+ } | {
19329
+ type: "class_hash";
19330
+ classHash: string;
19331
+ label: string;
18620
19332
  } | {
18621
19333
  type: "text";
18622
19334
  label: string;
@@ -18676,6 +19388,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
18676
19388
  calldata: string[];
18677
19389
  entrypoint: string;
18678
19390
  label: string;
19391
+ } | {
19392
+ type: "class_hash";
19393
+ classHash: string;
19394
+ label: string;
18679
19395
  } | {
18680
19396
  type: "text";
18681
19397
  label: string;
@@ -18793,6 +19509,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
18793
19509
  calldata: string[];
18794
19510
  entrypoint: string;
18795
19511
  label: string;
19512
+ } | {
19513
+ type: "class_hash";
19514
+ classHash: string;
19515
+ label: string;
18796
19516
  } | {
18797
19517
  type: "text";
18798
19518
  label: string;
@@ -18852,6 +19572,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
18852
19572
  calldata: string[];
18853
19573
  entrypoint: string;
18854
19574
  label: string;
19575
+ } | {
19576
+ type: "class_hash";
19577
+ classHash: string;
19578
+ label: string;
18855
19579
  } | {
18856
19580
  type: "text";
18857
19581
  label: string;
@@ -19084,6 +19808,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
19084
19808
  calldata: string[];
19085
19809
  entrypoint: string;
19086
19810
  label: string;
19811
+ } | {
19812
+ type: "class_hash";
19813
+ classHash: string;
19814
+ label: string;
19087
19815
  } | {
19088
19816
  type: "text";
19089
19817
  label: string;
@@ -19143,6 +19871,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
19143
19871
  calldata: string[];
19144
19872
  entrypoint: string;
19145
19873
  label: string;
19874
+ } | {
19875
+ type: "class_hash";
19876
+ classHash: string;
19877
+ label: string;
19146
19878
  } | {
19147
19879
  type: "text";
19148
19880
  label: string;
@@ -19260,6 +19992,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
19260
19992
  calldata: string[];
19261
19993
  entrypoint: string;
19262
19994
  label: string;
19995
+ } | {
19996
+ type: "class_hash";
19997
+ classHash: string;
19998
+ label: string;
19263
19999
  } | {
19264
20000
  type: "text";
19265
20001
  label: string;
@@ -19319,6 +20055,10 @@ export declare const simulateAndReviewSchema: z.ZodObject<{
19319
20055
  calldata: string[];
19320
20056
  entrypoint: string;
19321
20057
  label: string;
20058
+ } | {
20059
+ type: "class_hash";
20060
+ classHash: string;
20061
+ label: string;
19322
20062
  } | {
19323
20063
  type: "text";
19324
20064
  label: string;
@@ -19692,6 +20432,18 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
19692
20432
  calldata: string[];
19693
20433
  entrypoint: string;
19694
20434
  label: string;
20435
+ }>, z.ZodObject<{
20436
+ type: z.ZodLiteral<"class_hash">;
20437
+ label: z.ZodString;
20438
+ classHash: z.ZodString;
20439
+ }, "strip", z.ZodTypeAny, {
20440
+ type: "class_hash";
20441
+ classHash: string;
20442
+ label: string;
20443
+ }, {
20444
+ type: "class_hash";
20445
+ classHash: string;
20446
+ label: string;
19695
20447
  }>, z.ZodObject<{
19696
20448
  type: z.ZodLiteral<"text">;
19697
20449
  label: z.ZodString;
@@ -19915,6 +20667,18 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
19915
20667
  calldata: string[];
19916
20668
  entrypoint: string;
19917
20669
  label: string;
20670
+ }>, z.ZodObject<{
20671
+ type: z.ZodLiteral<"class_hash">;
20672
+ label: z.ZodString;
20673
+ classHash: z.ZodString;
20674
+ }, "strip", z.ZodTypeAny, {
20675
+ type: "class_hash";
20676
+ classHash: string;
20677
+ label: string;
20678
+ }, {
20679
+ type: "class_hash";
20680
+ classHash: string;
20681
+ label: string;
19918
20682
  }>, z.ZodObject<{
19919
20683
  type: z.ZodLiteral<"text">;
19920
20684
  label: z.ZodString;
@@ -20024,6 +20788,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
20024
20788
  calldata: string[];
20025
20789
  entrypoint: string;
20026
20790
  label: string;
20791
+ } | {
20792
+ type: "class_hash";
20793
+ classHash: string;
20794
+ label: string;
20027
20795
  } | {
20028
20796
  type: "text";
20029
20797
  label: string;
@@ -20083,6 +20851,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
20083
20851
  calldata: string[];
20084
20852
  entrypoint: string;
20085
20853
  label: string;
20854
+ } | {
20855
+ type: "class_hash";
20856
+ classHash: string;
20857
+ label: string;
20086
20858
  } | {
20087
20859
  type: "text";
20088
20860
  label: string;
@@ -20144,6 +20916,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
20144
20916
  calldata: string[];
20145
20917
  entrypoint: string;
20146
20918
  label: string;
20919
+ } | {
20920
+ type: "class_hash";
20921
+ classHash: string;
20922
+ label: string;
20147
20923
  } | {
20148
20924
  type: "text";
20149
20925
  label: string;
@@ -20203,6 +20979,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
20203
20979
  calldata: string[];
20204
20980
  entrypoint: string;
20205
20981
  label: string;
20982
+ } | {
20983
+ type: "class_hash";
20984
+ classHash: string;
20985
+ label: string;
20206
20986
  } | {
20207
20987
  type: "text";
20208
20988
  label: string;
@@ -20267,6 +21047,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
20267
21047
  calldata: string[];
20268
21048
  entrypoint: string;
20269
21049
  label: string;
21050
+ } | {
21051
+ type: "class_hash";
21052
+ classHash: string;
21053
+ label: string;
20270
21054
  } | {
20271
21055
  type: "text";
20272
21056
  label: string;
@@ -20326,6 +21110,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
20326
21110
  calldata: string[];
20327
21111
  entrypoint: string;
20328
21112
  label: string;
21113
+ } | {
21114
+ type: "class_hash";
21115
+ classHash: string;
21116
+ label: string;
20329
21117
  } | {
20330
21118
  type: "text";
20331
21119
  label: string;
@@ -20405,6 +21193,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
20405
21193
  calldata: string[];
20406
21194
  entrypoint: string;
20407
21195
  label: string;
21196
+ } | {
21197
+ type: "class_hash";
21198
+ classHash: string;
21199
+ label: string;
20408
21200
  } | {
20409
21201
  type: "text";
20410
21202
  label: string;
@@ -20464,6 +21256,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
20464
21256
  calldata: string[];
20465
21257
  entrypoint: string;
20466
21258
  label: string;
21259
+ } | {
21260
+ type: "class_hash";
21261
+ classHash: string;
21262
+ label: string;
20467
21263
  } | {
20468
21264
  type: "text";
20469
21265
  label: string;
@@ -20546,6 +21342,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
20546
21342
  calldata: string[];
20547
21343
  entrypoint: string;
20548
21344
  label: string;
21345
+ } | {
21346
+ type: "class_hash";
21347
+ classHash: string;
21348
+ label: string;
20549
21349
  } | {
20550
21350
  type: "text";
20551
21351
  label: string;
@@ -20605,6 +21405,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
20605
21405
  calldata: string[];
20606
21406
  entrypoint: string;
20607
21407
  label: string;
21408
+ } | {
21409
+ type: "class_hash";
21410
+ classHash: string;
21411
+ label: string;
20608
21412
  } | {
20609
21413
  type: "text";
20610
21414
  label: string;
@@ -20713,6 +21517,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
20713
21517
  calldata: string[];
20714
21518
  entrypoint: string;
20715
21519
  label: string;
21520
+ } | {
21521
+ type: "class_hash";
21522
+ classHash: string;
21523
+ label: string;
20716
21524
  } | {
20717
21525
  type: "text";
20718
21526
  label: string;
@@ -20772,6 +21580,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
20772
21580
  calldata: string[];
20773
21581
  entrypoint: string;
20774
21582
  label: string;
21583
+ } | {
21584
+ type: "class_hash";
21585
+ classHash: string;
21586
+ label: string;
20775
21587
  } | {
20776
21588
  type: "text";
20777
21589
  label: string;
@@ -21789,6 +22601,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
21789
22601
  calldata: string[];
21790
22602
  entrypoint: string;
21791
22603
  label: string;
22604
+ } | {
22605
+ type: "class_hash";
22606
+ classHash: string;
22607
+ label: string;
21792
22608
  } | {
21793
22609
  type: "text";
21794
22610
  label: string;
@@ -21848,6 +22664,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
21848
22664
  calldata: string[];
21849
22665
  entrypoint: string;
21850
22666
  label: string;
22667
+ } | {
22668
+ type: "class_hash";
22669
+ classHash: string;
22670
+ label: string;
21851
22671
  } | {
21852
22672
  type: "text";
21853
22673
  label: string;
@@ -22078,6 +22898,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
22078
22898
  calldata: string[];
22079
22899
  entrypoint: string;
22080
22900
  label: string;
22901
+ } | {
22902
+ type: "class_hash";
22903
+ classHash: string;
22904
+ label: string;
22081
22905
  } | {
22082
22906
  type: "text";
22083
22907
  label: string;
@@ -22137,6 +22961,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
22137
22961
  calldata: string[];
22138
22962
  entrypoint: string;
22139
22963
  label: string;
22964
+ } | {
22965
+ type: "class_hash";
22966
+ classHash: string;
22967
+ label: string;
22140
22968
  } | {
22141
22969
  type: "text";
22142
22970
  label: string;
@@ -22507,6 +23335,18 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
22507
23335
  calldata: string[];
22508
23336
  entrypoint: string;
22509
23337
  label: string;
23338
+ }>, z.ZodObject<{
23339
+ type: z.ZodLiteral<"class_hash">;
23340
+ label: z.ZodString;
23341
+ classHash: z.ZodString;
23342
+ }, "strip", z.ZodTypeAny, {
23343
+ type: "class_hash";
23344
+ classHash: string;
23345
+ label: string;
23346
+ }, {
23347
+ type: "class_hash";
23348
+ classHash: string;
23349
+ label: string;
22510
23350
  }>, z.ZodObject<{
22511
23351
  type: z.ZodLiteral<"text">;
22512
23352
  label: z.ZodString;
@@ -22730,6 +23570,18 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
22730
23570
  calldata: string[];
22731
23571
  entrypoint: string;
22732
23572
  label: string;
23573
+ }>, z.ZodObject<{
23574
+ type: z.ZodLiteral<"class_hash">;
23575
+ label: z.ZodString;
23576
+ classHash: z.ZodString;
23577
+ }, "strip", z.ZodTypeAny, {
23578
+ type: "class_hash";
23579
+ classHash: string;
23580
+ label: string;
23581
+ }, {
23582
+ type: "class_hash";
23583
+ classHash: string;
23584
+ label: string;
22733
23585
  }>, z.ZodObject<{
22734
23586
  type: z.ZodLiteral<"text">;
22735
23587
  label: z.ZodString;
@@ -22839,6 +23691,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
22839
23691
  calldata: string[];
22840
23692
  entrypoint: string;
22841
23693
  label: string;
23694
+ } | {
23695
+ type: "class_hash";
23696
+ classHash: string;
23697
+ label: string;
22842
23698
  } | {
22843
23699
  type: "text";
22844
23700
  label: string;
@@ -22898,6 +23754,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
22898
23754
  calldata: string[];
22899
23755
  entrypoint: string;
22900
23756
  label: string;
23757
+ } | {
23758
+ type: "class_hash";
23759
+ classHash: string;
23760
+ label: string;
22901
23761
  } | {
22902
23762
  type: "text";
22903
23763
  label: string;
@@ -22959,6 +23819,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
22959
23819
  calldata: string[];
22960
23820
  entrypoint: string;
22961
23821
  label: string;
23822
+ } | {
23823
+ type: "class_hash";
23824
+ classHash: string;
23825
+ label: string;
22962
23826
  } | {
22963
23827
  type: "text";
22964
23828
  label: string;
@@ -23018,6 +23882,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
23018
23882
  calldata: string[];
23019
23883
  entrypoint: string;
23020
23884
  label: string;
23885
+ } | {
23886
+ type: "class_hash";
23887
+ classHash: string;
23888
+ label: string;
23021
23889
  } | {
23022
23890
  type: "text";
23023
23891
  label: string;
@@ -23082,6 +23950,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
23082
23950
  calldata: string[];
23083
23951
  entrypoint: string;
23084
23952
  label: string;
23953
+ } | {
23954
+ type: "class_hash";
23955
+ classHash: string;
23956
+ label: string;
23085
23957
  } | {
23086
23958
  type: "text";
23087
23959
  label: string;
@@ -23141,6 +24013,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
23141
24013
  calldata: string[];
23142
24014
  entrypoint: string;
23143
24015
  label: string;
24016
+ } | {
24017
+ type: "class_hash";
24018
+ classHash: string;
24019
+ label: string;
23144
24020
  } | {
23145
24021
  type: "text";
23146
24022
  label: string;
@@ -23220,6 +24096,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
23220
24096
  calldata: string[];
23221
24097
  entrypoint: string;
23222
24098
  label: string;
24099
+ } | {
24100
+ type: "class_hash";
24101
+ classHash: string;
24102
+ label: string;
23223
24103
  } | {
23224
24104
  type: "text";
23225
24105
  label: string;
@@ -23279,6 +24159,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
23279
24159
  calldata: string[];
23280
24160
  entrypoint: string;
23281
24161
  label: string;
24162
+ } | {
24163
+ type: "class_hash";
24164
+ classHash: string;
24165
+ label: string;
23282
24166
  } | {
23283
24167
  type: "text";
23284
24168
  label: string;
@@ -23361,6 +24245,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
23361
24245
  calldata: string[];
23362
24246
  entrypoint: string;
23363
24247
  label: string;
24248
+ } | {
24249
+ type: "class_hash";
24250
+ classHash: string;
24251
+ label: string;
23364
24252
  } | {
23365
24253
  type: "text";
23366
24254
  label: string;
@@ -23420,6 +24308,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
23420
24308
  calldata: string[];
23421
24309
  entrypoint: string;
23422
24310
  label: string;
24311
+ } | {
24312
+ type: "class_hash";
24313
+ classHash: string;
24314
+ label: string;
23423
24315
  } | {
23424
24316
  type: "text";
23425
24317
  label: string;
@@ -23528,6 +24420,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
23528
24420
  calldata: string[];
23529
24421
  entrypoint: string;
23530
24422
  label: string;
24423
+ } | {
24424
+ type: "class_hash";
24425
+ classHash: string;
24426
+ label: string;
23531
24427
  } | {
23532
24428
  type: "text";
23533
24429
  label: string;
@@ -23587,6 +24483,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
23587
24483
  calldata: string[];
23588
24484
  entrypoint: string;
23589
24485
  label: string;
24486
+ } | {
24487
+ type: "class_hash";
24488
+ classHash: string;
24489
+ label: string;
23590
24490
  } | {
23591
24491
  type: "text";
23592
24492
  label: string;
@@ -23720,6 +24620,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
23720
24620
  calldata: string[];
23721
24621
  entrypoint: string;
23722
24622
  label: string;
24623
+ } | {
24624
+ type: "class_hash";
24625
+ classHash: string;
24626
+ label: string;
23723
24627
  } | {
23724
24628
  type: "text";
23725
24629
  label: string;
@@ -23779,6 +24683,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
23779
24683
  calldata: string[];
23780
24684
  entrypoint: string;
23781
24685
  label: string;
24686
+ } | {
24687
+ type: "class_hash";
24688
+ classHash: string;
24689
+ label: string;
23782
24690
  } | {
23783
24691
  type: "text";
23784
24692
  label: string;
@@ -23896,6 +24804,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
23896
24804
  calldata: string[];
23897
24805
  entrypoint: string;
23898
24806
  label: string;
24807
+ } | {
24808
+ type: "class_hash";
24809
+ classHash: string;
24810
+ label: string;
23899
24811
  } | {
23900
24812
  type: "text";
23901
24813
  label: string;
@@ -23955,6 +24867,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
23955
24867
  calldata: string[];
23956
24868
  entrypoint: string;
23957
24869
  label: string;
24870
+ } | {
24871
+ type: "class_hash";
24872
+ classHash: string;
24873
+ label: string;
23958
24874
  } | {
23959
24875
  type: "text";
23960
24876
  label: string;
@@ -24338,6 +25254,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
24338
25254
  calldata: string[];
24339
25255
  entrypoint: string;
24340
25256
  label: string;
25257
+ } | {
25258
+ type: "class_hash";
25259
+ classHash: string;
25260
+ label: string;
24341
25261
  } | {
24342
25262
  type: "text";
24343
25263
  label: string;
@@ -24397,6 +25317,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
24397
25317
  calldata: string[];
24398
25318
  entrypoint: string;
24399
25319
  label: string;
25320
+ } | {
25321
+ type: "class_hash";
25322
+ classHash: string;
25323
+ label: string;
24400
25324
  } | {
24401
25325
  type: "text";
24402
25326
  label: string;
@@ -24514,6 +25438,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
24514
25438
  calldata: string[];
24515
25439
  entrypoint: string;
24516
25440
  label: string;
25441
+ } | {
25442
+ type: "class_hash";
25443
+ classHash: string;
25444
+ label: string;
24517
25445
  } | {
24518
25446
  type: "text";
24519
25447
  label: string;
@@ -24573,6 +25501,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
24573
25501
  calldata: string[];
24574
25502
  entrypoint: string;
24575
25503
  label: string;
25504
+ } | {
25505
+ type: "class_hash";
25506
+ classHash: string;
25507
+ label: string;
24576
25508
  } | {
24577
25509
  type: "text";
24578
25510
  label: string;
@@ -24834,6 +25766,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
24834
25766
  calldata: string[];
24835
25767
  entrypoint: string;
24836
25768
  label: string;
25769
+ } | {
25770
+ type: "class_hash";
25771
+ classHash: string;
25772
+ label: string;
24837
25773
  } | {
24838
25774
  type: "text";
24839
25775
  label: string;
@@ -24893,6 +25829,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
24893
25829
  calldata: string[];
24894
25830
  entrypoint: string;
24895
25831
  label: string;
25832
+ } | {
25833
+ type: "class_hash";
25834
+ classHash: string;
25835
+ label: string;
24896
25836
  } | {
24897
25837
  type: "text";
24898
25838
  label: string;
@@ -25010,6 +25950,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
25010
25950
  calldata: string[];
25011
25951
  entrypoint: string;
25012
25952
  label: string;
25953
+ } | {
25954
+ type: "class_hash";
25955
+ classHash: string;
25956
+ label: string;
25013
25957
  } | {
25014
25958
  type: "text";
25015
25959
  label: string;
@@ -25069,6 +26013,10 @@ export declare const enrichedSimulateAndReviewSchema: z.ZodObject<{
25069
26013
  calldata: string[];
25070
26014
  entrypoint: string;
25071
26015
  label: string;
26016
+ } | {
26017
+ type: "class_hash";
26018
+ classHash: string;
26019
+ label: string;
25072
26020
  } | {
25073
26021
  type: "text";
25074
26022
  label: string;