@marketrix.ai/widget 3.3.180 → 3.3.192

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.
@@ -1050,10 +1050,10 @@ declare const contract: {
1050
1050
  status: z.ZodEnum<{
1051
1051
  pending: "pending";
1052
1052
  failed: "failed";
1053
+ has_question: "has_question";
1053
1054
  passed: "passed";
1054
1055
  running: "running";
1055
1056
  stopped: "stopped";
1056
- has_question: "has_question";
1057
1057
  skipped: "skipped";
1058
1058
  }>;
1059
1059
  error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -1079,6 +1079,7 @@ declare const contract: {
1079
1079
  mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
1080
1080
  mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1081
1081
  created_by_user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1082
+ has_question: z.ZodOptional<z.ZodBoolean>;
1082
1083
  }, z.core.$strip>>>>;
1083
1084
  simulation_count: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
1084
1085
  knowledge_count: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
@@ -2842,10 +2843,10 @@ declare const contract: {
2842
2843
  status: z.ZodEnum<{
2843
2844
  pending: "pending";
2844
2845
  failed: "failed";
2846
+ has_question: "has_question";
2845
2847
  passed: "passed";
2846
2848
  running: "running";
2847
2849
  stopped: "stopped";
2848
- has_question: "has_question";
2849
2850
  skipped: "skipped";
2850
2851
  }>;
2851
2852
  error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2871,6 +2872,7 @@ declare const contract: {
2871
2872
  mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
2872
2873
  mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2873
2874
  created_by_user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2875
+ has_question: z.ZodOptional<z.ZodBoolean>;
2874
2876
  }, z.core.$strip>>>>;
2875
2877
  simulation_count: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
2876
2878
  knowledge_count: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
@@ -3020,10 +3022,10 @@ declare const contract: {
3020
3022
  status: z.ZodEnum<{
3021
3023
  pending: "pending";
3022
3024
  failed: "failed";
3025
+ has_question: "has_question";
3023
3026
  passed: "passed";
3024
3027
  running: "running";
3025
3028
  stopped: "stopped";
3026
- has_question: "has_question";
3027
3029
  skipped: "skipped";
3028
3030
  }>;
3029
3031
  error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3049,6 +3051,7 @@ declare const contract: {
3049
3051
  mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
3050
3052
  mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3051
3053
  created_by_user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3054
+ has_question: z.ZodOptional<z.ZodBoolean>;
3052
3055
  }, z.core.$strip>>>;
3053
3056
  simulation_count: z.ZodOptional<z.ZodNumber>;
3054
3057
  knowledge_count: z.ZodOptional<z.ZodNumber>;
@@ -3194,10 +3197,10 @@ declare const contract: {
3194
3197
  status: z.ZodEnum<{
3195
3198
  pending: "pending";
3196
3199
  failed: "failed";
3200
+ has_question: "has_question";
3197
3201
  passed: "passed";
3198
3202
  running: "running";
3199
3203
  stopped: "stopped";
3200
- has_question: "has_question";
3201
3204
  skipped: "skipped";
3202
3205
  }>;
3203
3206
  error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3223,6 +3226,7 @@ declare const contract: {
3223
3226
  mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
3224
3227
  mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3225
3228
  created_by_user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3229
+ has_question: z.ZodOptional<z.ZodBoolean>;
3226
3230
  }, z.core.$strip>>>;
3227
3231
  simulation_count: z.ZodOptional<z.ZodNumber>;
3228
3232
  knowledge_count: z.ZodOptional<z.ZodNumber>;
@@ -3367,10 +3371,10 @@ declare const contract: {
3367
3371
  status: z.ZodEnum<{
3368
3372
  pending: "pending";
3369
3373
  failed: "failed";
3374
+ has_question: "has_question";
3370
3375
  passed: "passed";
3371
3376
  running: "running";
3372
3377
  stopped: "stopped";
3373
- has_question: "has_question";
3374
3378
  skipped: "skipped";
3375
3379
  }>;
3376
3380
  error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3396,6 +3400,7 @@ declare const contract: {
3396
3400
  mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
3397
3401
  mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3398
3402
  created_by_user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3403
+ has_question: z.ZodOptional<z.ZodBoolean>;
3399
3404
  }, z.core.$strip>>>;
3400
3405
  simulation_count: z.ZodOptional<z.ZodNumber>;
3401
3406
  knowledge_count: z.ZodOptional<z.ZodNumber>;
@@ -3557,10 +3562,10 @@ declare const contract: {
3557
3562
  status: z.ZodEnum<{
3558
3563
  pending: "pending";
3559
3564
  failed: "failed";
3565
+ has_question: "has_question";
3560
3566
  passed: "passed";
3561
3567
  running: "running";
3562
3568
  stopped: "stopped";
3563
- has_question: "has_question";
3564
3569
  skipped: "skipped";
3565
3570
  }>;
3566
3571
  error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3586,6 +3591,7 @@ declare const contract: {
3586
3591
  mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
3587
3592
  mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3588
3593
  created_by_user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3594
+ has_question: z.ZodOptional<z.ZodBoolean>;
3589
3595
  }, z.core.$strip>>>>;
3590
3596
  simulation_count: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
3591
3597
  knowledge_count: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
@@ -3724,10 +3730,10 @@ declare const contract: {
3724
3730
  status: z.ZodEnum<{
3725
3731
  pending: "pending";
3726
3732
  failed: "failed";
3733
+ has_question: "has_question";
3727
3734
  passed: "passed";
3728
3735
  running: "running";
3729
3736
  stopped: "stopped";
3730
- has_question: "has_question";
3731
3737
  skipped: "skipped";
3732
3738
  }>;
3733
3739
  error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3753,6 +3759,7 @@ declare const contract: {
3753
3759
  mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
3754
3760
  mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3755
3761
  created_by_user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3762
+ has_question: z.ZodOptional<z.ZodBoolean>;
3756
3763
  }, z.core.$strip>>>;
3757
3764
  simulation_count: z.ZodOptional<z.ZodNumber>;
3758
3765
  knowledge_count: z.ZodOptional<z.ZodNumber>;
@@ -3896,10 +3903,10 @@ declare const contract: {
3896
3903
  status: z.ZodEnum<{
3897
3904
  pending: "pending";
3898
3905
  failed: "failed";
3906
+ has_question: "has_question";
3899
3907
  passed: "passed";
3900
3908
  running: "running";
3901
3909
  stopped: "stopped";
3902
- has_question: "has_question";
3903
3910
  skipped: "skipped";
3904
3911
  }>;
3905
3912
  error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3925,6 +3932,7 @@ declare const contract: {
3925
3932
  mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
3926
3933
  mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3927
3934
  created_by_user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3935
+ has_question: z.ZodOptional<z.ZodBoolean>;
3928
3936
  }, z.core.$strip>>>;
3929
3937
  simulation_count: z.ZodOptional<z.ZodNumber>;
3930
3938
  knowledge_count: z.ZodOptional<z.ZodNumber>;
@@ -4065,10 +4073,10 @@ declare const contract: {
4065
4073
  status: z.ZodEnum<{
4066
4074
  pending: "pending";
4067
4075
  failed: "failed";
4076
+ has_question: "has_question";
4068
4077
  passed: "passed";
4069
4078
  running: "running";
4070
4079
  stopped: "stopped";
4071
- has_question: "has_question";
4072
4080
  skipped: "skipped";
4073
4081
  }>;
4074
4082
  error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4094,6 +4102,7 @@ declare const contract: {
4094
4102
  mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
4095
4103
  mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4096
4104
  created_by_user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
4105
+ has_question: z.ZodOptional<z.ZodBoolean>;
4097
4106
  }, z.core.$strip>>>;
4098
4107
  simulation_count: z.ZodOptional<z.ZodNumber>;
4099
4108
  knowledge_count: z.ZodOptional<z.ZodNumber>;
@@ -4415,10 +4424,10 @@ declare const contract: {
4415
4424
  status: z.ZodEnum<{
4416
4425
  pending: "pending";
4417
4426
  failed: "failed";
4427
+ has_question: "has_question";
4418
4428
  passed: "passed";
4419
4429
  running: "running";
4420
4430
  stopped: "stopped";
4421
- has_question: "has_question";
4422
4431
  skipped: "skipped";
4423
4432
  }>;
4424
4433
  error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4444,6 +4453,7 @@ declare const contract: {
4444
4453
  mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
4445
4454
  mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4446
4455
  created_by_user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
4456
+ has_question: z.ZodOptional<z.ZodBoolean>;
4447
4457
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
4448
4458
  simulationSearch: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
4449
4459
  workspace_id: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
@@ -4480,6 +4490,7 @@ declare const contract: {
4480
4490
  image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4481
4491
  }, z.core.$strip>>>;
4482
4492
  pinned: z.ZodOptional<z.ZodBoolean>;
4493
+ has_question: z.ZodOptional<z.ZodBoolean>;
4483
4494
  status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4484
4495
  instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4485
4496
  job_id: z.ZodString;
@@ -4513,6 +4524,7 @@ declare const contract: {
4513
4524
  }, z.core.$strip>>>>;
4514
4525
  pinned: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
4515
4526
  source_metadata: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
4527
+ has_question: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
4516
4528
  status_message: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
4517
4529
  job_id: z.ZodOptional<z.ZodString>;
4518
4530
  browser_session_id: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
@@ -4554,10 +4566,10 @@ declare const contract: {
4554
4566
  status: z.ZodEnum<{
4555
4567
  pending: "pending";
4556
4568
  failed: "failed";
4569
+ has_question: "has_question";
4557
4570
  passed: "passed";
4558
4571
  running: "running";
4559
4572
  stopped: "stopped";
4560
- has_question: "has_question";
4561
4573
  skipped: "skipped";
4562
4574
  }>;
4563
4575
  error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4583,6 +4595,7 @@ declare const contract: {
4583
4595
  mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
4584
4596
  mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4585
4597
  created_by_user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
4598
+ has_question: z.ZodOptional<z.ZodBoolean>;
4586
4599
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
4587
4600
  simulationUpdate: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
4588
4601
  job_id: z.ZodOptional<z.ZodString>;
@@ -4618,10 +4631,10 @@ declare const contract: {
4618
4631
  status: z.ZodEnum<{
4619
4632
  pending: "pending";
4620
4633
  failed: "failed";
4634
+ has_question: "has_question";
4621
4635
  passed: "passed";
4622
4636
  running: "running";
4623
4637
  stopped: "stopped";
4624
- has_question: "has_question";
4625
4638
  skipped: "skipped";
4626
4639
  }>;
4627
4640
  error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4647,6 +4660,7 @@ declare const contract: {
4647
4660
  mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
4648
4661
  mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4649
4662
  created_by_user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
4663
+ has_question: z.ZodOptional<z.ZodBoolean>;
4650
4664
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
4651
4665
  simulationAssignAgents: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
4652
4666
  simulation_id: z.ZodCoercedNumber<unknown>;
@@ -4678,10 +4692,10 @@ declare const contract: {
4678
4692
  status: z.ZodEnum<{
4679
4693
  pending: "pending";
4680
4694
  failed: "failed";
4695
+ has_question: "has_question";
4681
4696
  passed: "passed";
4682
4697
  running: "running";
4683
4698
  stopped: "stopped";
4684
- has_question: "has_question";
4685
4699
  skipped: "skipped";
4686
4700
  }>;
4687
4701
  error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -4707,6 +4721,7 @@ declare const contract: {
4707
4721
  mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
4708
4722
  mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4709
4723
  created_by_user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
4724
+ has_question: z.ZodOptional<z.ZodBoolean>;
4710
4725
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
4711
4726
  simulationProgress: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
4712
4727
  simulation_id: z.ZodCoercedNumber<unknown>;
@@ -5637,7 +5652,7 @@ declare const contract: {
5637
5652
  fail_fast: z.ZodDefault<z.ZodBoolean>;
5638
5653
  timeout_per_browser: z.ZodOptional<z.ZodNumber>;
5639
5654
  }, z.core.$strip>>>;
5640
- simulation_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
5655
+ simulation_id: z.ZodNumber;
5641
5656
  source: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5642
5657
  slack_command: "slack_command";
5643
5658
  manual: "manual";
@@ -5647,6 +5662,7 @@ declare const contract: {
5647
5662
  source_metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
5648
5663
  auto_heal: z.ZodDefault<z.ZodBoolean>;
5649
5664
  auto_accept: z.ZodDefault<z.ZodBoolean>;
5665
+ has_question: z.ZodOptional<z.ZodBoolean>;
5650
5666
  status: z.ZodString;
5651
5667
  total_tests: z.ZodNumber;
5652
5668
  passed: z.ZodNumber;
@@ -5680,7 +5696,7 @@ declare const contract: {
5680
5696
  fail_fast: z.ZodDefault<z.ZodBoolean>;
5681
5697
  timeout_per_browser: z.ZodOptional<z.ZodNumber>;
5682
5698
  }, z.core.$strip>>>;
5683
- simulation_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
5699
+ simulation_id: z.ZodNumber;
5684
5700
  source: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5685
5701
  slack_command: "slack_command";
5686
5702
  manual: "manual";
@@ -5690,6 +5706,7 @@ declare const contract: {
5690
5706
  source_metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
5691
5707
  auto_heal: z.ZodDefault<z.ZodBoolean>;
5692
5708
  auto_accept: z.ZodDefault<z.ZodBoolean>;
5709
+ has_question: z.ZodOptional<z.ZodBoolean>;
5693
5710
  test_cases: z.ZodArray<z.ZodObject<{
5694
5711
  id: z.ZodOptional<z.ZodNumber>;
5695
5712
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
@@ -5829,7 +5846,7 @@ declare const contract: {
5829
5846
  fail_fast: z.ZodDefault<z.ZodBoolean>;
5830
5847
  timeout_per_browser: z.ZodOptional<z.ZodNumber>;
5831
5848
  }, z.core.$strip>>>;
5832
- simulation_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
5849
+ simulation_id: z.ZodNumber;
5833
5850
  source: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
5834
5851
  slack_command: "slack_command";
5835
5852
  manual: "manual";
@@ -5839,6 +5856,7 @@ declare const contract: {
5839
5856
  source_metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
5840
5857
  auto_heal: z.ZodDefault<z.ZodBoolean>;
5841
5858
  auto_accept: z.ZodDefault<z.ZodBoolean>;
5859
+ has_question: z.ZodOptional<z.ZodBoolean>;
5842
5860
  }, z.core.$strip>;
5843
5861
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
5844
5862
  qaTestCaseList: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
@@ -6032,7 +6050,7 @@ declare const contract: {
6032
6050
  fail_fast: z.ZodDefault<z.ZodBoolean>;
6033
6051
  timeout_per_browser: z.ZodOptional<z.ZodNumber>;
6034
6052
  }, z.core.$strip>>>;
6035
- simulation_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
6053
+ simulation_id: z.ZodNumber;
6036
6054
  source: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
6037
6055
  slack_command: "slack_command";
6038
6056
  manual: "manual";
@@ -6042,6 +6060,7 @@ declare const contract: {
6042
6060
  source_metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
6043
6061
  auto_heal: z.ZodDefault<z.ZodBoolean>;
6044
6062
  auto_accept: z.ZodDefault<z.ZodBoolean>;
6063
+ has_question: z.ZodOptional<z.ZodBoolean>;
6045
6064
  }, z.core.$strip>;
6046
6065
  simulations: z.ZodArray<z.ZodObject<{
6047
6066
  id: z.ZodOptional<z.ZodNumber>;
@@ -6070,10 +6089,10 @@ declare const contract: {
6070
6089
  status: z.ZodEnum<{
6071
6090
  pending: "pending";
6072
6091
  failed: "failed";
6092
+ has_question: "has_question";
6073
6093
  passed: "passed";
6074
6094
  running: "running";
6075
6095
  stopped: "stopped";
6076
- has_question: "has_question";
6077
6096
  skipped: "skipped";
6078
6097
  }>;
6079
6098
  error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -6099,6 +6118,7 @@ declare const contract: {
6099
6118
  mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
6100
6119
  mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6101
6120
  created_by_user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
6121
+ has_question: z.ZodOptional<z.ZodBoolean>;
6102
6122
  }, z.core.$strip>>;
6103
6123
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
6104
6124
  qaTestCaseExecute: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
@@ -6131,10 +6151,10 @@ declare const contract: {
6131
6151
  status: z.ZodEnum<{
6132
6152
  pending: "pending";
6133
6153
  failed: "failed";
6154
+ has_question: "has_question";
6134
6155
  passed: "passed";
6135
6156
  running: "running";
6136
6157
  stopped: "stopped";
6137
- has_question: "has_question";
6138
6158
  skipped: "skipped";
6139
6159
  }>;
6140
6160
  error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -6160,6 +6180,7 @@ declare const contract: {
6160
6180
  mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
6161
6181
  mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6162
6182
  created_by_user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
6183
+ has_question: z.ZodOptional<z.ZodBoolean>;
6163
6184
  }, z.core.$strip>;
6164
6185
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
6165
6186
  qaTestCaseSimulation: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
@@ -6193,10 +6214,10 @@ declare const contract: {
6193
6214
  status: z.ZodEnum<{
6194
6215
  pending: "pending";
6195
6216
  failed: "failed";
6217
+ has_question: "has_question";
6196
6218
  passed: "passed";
6197
6219
  running: "running";
6198
6220
  stopped: "stopped";
6199
- has_question: "has_question";
6200
6221
  skipped: "skipped";
6201
6222
  }>;
6202
6223
  error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -6222,6 +6243,7 @@ declare const contract: {
6222
6243
  mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
6223
6244
  mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6224
6245
  created_by_user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
6246
+ has_question: z.ZodOptional<z.ZodBoolean>;
6225
6247
  }, z.core.$strip>>;
6226
6248
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
6227
6249
  qaTestCaseVersionList: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
@@ -6697,7 +6719,7 @@ declare const contract: {
6697
6719
  error: string;
6698
6720
  } | {
6699
6721
  type: "task/status";
6700
- status: "completed" | "failed" | "running" | "stopped" | "has_question";
6722
+ status: "completed" | "failed" | "has_question" | "running" | "stopped";
6701
6723
  message?: string | undefined;
6702
6724
  task_id?: string | undefined;
6703
6725
  timestamp?: number | undefined;
@@ -6728,7 +6750,7 @@ declare const contract: {
6728
6750
  error: string;
6729
6751
  } | {
6730
6752
  type: "task/status";
6731
- status: "completed" | "failed" | "running" | "stopped" | "has_question";
6753
+ status: "completed" | "failed" | "has_question" | "running" | "stopped";
6732
6754
  message?: string | undefined;
6733
6755
  task_id?: string | undefined;
6734
6756
  timestamp?: number | undefined;
@@ -6803,7 +6825,8 @@ declare const contract: {
6803
6825
  type: "simulation/updated";
6804
6826
  simulation_id: number;
6805
6827
  application_id: number;
6806
- status: "completed" | "failed" | "queued" | "running" | "stopped" | "has_question" | "creating_knowledge";
6828
+ status: "completed" | "failed" | "queued" | "running" | "stopped" | "creating_knowledge";
6829
+ has_question?: boolean | undefined;
6807
6830
  step_label?: string | undefined;
6808
6831
  step_pending?: boolean | undefined;
6809
6832
  task_id?: string | null | undefined;
@@ -6887,6 +6910,7 @@ declare const contract: {
6887
6910
  document_id: number;
6888
6911
  application_id: number;
6889
6912
  status: "pending" | "completed" | "failed" | "running" | "stopped";
6913
+ has_question?: boolean | undefined;
6890
6914
  simulation_id?: number | undefined;
6891
6915
  } | {
6892
6916
  type: "qa-test/updated";
@@ -6979,7 +7003,8 @@ declare const contract: {
6979
7003
  type: "simulation/updated";
6980
7004
  simulation_id: number;
6981
7005
  application_id: number;
6982
- status: "completed" | "failed" | "queued" | "running" | "stopped" | "has_question" | "creating_knowledge";
7006
+ status: "completed" | "failed" | "queued" | "running" | "stopped" | "creating_knowledge";
7007
+ has_question?: boolean | undefined;
6983
7008
  step_label?: string | undefined;
6984
7009
  step_pending?: boolean | undefined;
6985
7010
  task_id?: string | null | undefined;
@@ -7063,6 +7088,7 @@ declare const contract: {
7063
7088
  document_id: number;
7064
7089
  application_id: number;
7065
7090
  status: "pending" | "completed" | "failed" | "running" | "stopped";
7091
+ has_question?: boolean | undefined;
7066
7092
  simulation_id?: number | undefined;
7067
7093
  } | {
7068
7094
  type: "qa-test/updated";
@@ -1 +1 @@
1
- {"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../src/sdk/routes.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AAGH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAwJxB,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsFZ,+DAA+D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAi8E/D,gFAAgF;;;;;;;IAahF,gFAAgF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgSjF,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../src/sdk/routes.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AAGH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAwJxB,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsFZ,+DAA+D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAi8E/D,gFAAgF;;;;;;;IAahF,gFAAgF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgSjF,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC"}