@marketrix.ai/widget 3.3.159 → 3.3.162

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.
@@ -17,7 +17,7 @@
17
17
  * - Widget: Widget configuration
18
18
  * - Connector: Automation triggers (user-facing: "Connectors")
19
19
  * - Chat: AI-powered chat and conversation management
20
- * - Tour: Guide system (user-facing: "Guides")
20
+ * - State Trigger: URL-pattern rules that swap widget chips per page (formerly UrlGuide)
21
21
  * - Activity Log: System activity tracking and auditing
22
22
  * - App Config: In-app configuration management
23
23
  * - Rule: Business rule management
@@ -200,7 +200,7 @@ declare const contract: {
200
200
  name: z.ZodOptional<z.ZodString>;
201
201
  domain: z.ZodOptional<z.ZodString>;
202
202
  email: z.ZodOptional<z.ZodString>;
203
- app_id: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
203
+ application_id: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
204
204
  workspace_id: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
205
205
  user_id: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
206
206
  limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
@@ -1060,6 +1060,7 @@ declare const contract: {
1060
1060
  in_progress: "in_progress";
1061
1061
  stopped: "stopped";
1062
1062
  passed: "passed";
1063
+ running: "running";
1063
1064
  has_question: "has_question";
1064
1065
  skipped: "skipped";
1065
1066
  }>;
@@ -1709,7 +1710,6 @@ declare const contract: {
1709
1710
  kind: z.ZodLiteral<"connector">;
1710
1711
  connector_type: z.ZodString;
1711
1712
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1712
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1713
1713
  trigger_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1714
1714
  action_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1715
1715
  capability: z.ZodString;
@@ -1759,7 +1759,6 @@ declare const contract: {
1759
1759
  kind: z.ZodLiteral<"connector">;
1760
1760
  connector_type: z.ZodString;
1761
1761
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1762
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1763
1762
  trigger_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1764
1763
  action_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1765
1764
  capability: z.ZodString;
@@ -1817,7 +1816,6 @@ declare const contract: {
1817
1816
  kind: z.ZodLiteral<"connector">;
1818
1817
  connector_type: z.ZodString;
1819
1818
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1820
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1821
1819
  trigger_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1822
1820
  action_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1823
1821
  capability: z.ZodString;
@@ -1876,7 +1874,6 @@ declare const contract: {
1876
1874
  kind: z.ZodLiteral<"connector">;
1877
1875
  connector_type: z.ZodString;
1878
1876
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1879
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1880
1877
  trigger_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1881
1878
  action_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1882
1879
  capability: z.ZodString;
@@ -1925,7 +1922,6 @@ declare const contract: {
1925
1922
  kind: z.ZodLiteral<"connector">;
1926
1923
  connector_type: z.ZodString;
1927
1924
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1928
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1929
1925
  trigger_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1930
1926
  action_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1931
1927
  capability: z.ZodString;
@@ -1970,7 +1966,6 @@ declare const contract: {
1970
1966
  kind: z.ZodLiteral<"connector">;
1971
1967
  connector_type: z.ZodString;
1972
1968
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1973
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1974
1969
  trigger_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1975
1970
  action_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1976
1971
  capability: z.ZodString;
@@ -2031,7 +2026,6 @@ declare const contract: {
2031
2026
  kind: z.ZodLiteral<"connector">;
2032
2027
  connector_type: z.ZodString;
2033
2028
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2034
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2035
2029
  trigger_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2036
2030
  action_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2037
2031
  capability: z.ZodString;
@@ -2174,7 +2168,7 @@ declare const contract: {
2174
2168
  started_at: z.ZodCoercedDate<unknown>;
2175
2169
  completed_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
2176
2170
  }, z.core.$strip>>, Record<never, never>, Record<never, never>>;
2177
- connectionGet: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2171
+ providerGet: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2178
2172
  provider: z.ZodEnum<{
2179
2173
  github: "github";
2180
2174
  slack: "slack";
@@ -2182,9 +2176,6 @@ declare const contract: {
2182
2176
  jira: "jira";
2183
2177
  }>;
2184
2178
  }, z.core.$strip>, z.ZodNullable<z.ZodObject<{
2185
- id: z.ZodOptional<z.ZodNumber>;
2186
- created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2187
- updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2188
2179
  workspace_id: z.ZodNumber;
2189
2180
  provider: z.ZodEnum<{
2190
2181
  github: "github";
@@ -2199,8 +2190,10 @@ declare const contract: {
2199
2190
  credentials: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2200
2191
  provider_data: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2201
2192
  connected_at: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
2193
+ created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2194
+ updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2202
2195
  }, z.core.$strip>>, Record<never, never>, Record<never, never>>;
2203
- connectionDelete: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2196
+ providerDelete: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2204
2197
  provider: z.ZodEnum<{
2205
2198
  github: "github";
2206
2199
  slack: "slack";
@@ -2208,9 +2201,9 @@ declare const contract: {
2208
2201
  jira: "jira";
2209
2202
  }>;
2210
2203
  }, z.core.$strip>, z.ZodObject<{
2211
- success: z.ZodBoolean;
2204
+ success: z.ZodLiteral<true>;
2212
2205
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
2213
- connectionRefresh: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2206
+ providerRefresh: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2214
2207
  provider: z.ZodEnum<{
2215
2208
  github: "github";
2216
2209
  slack: "slack";
@@ -2218,9 +2211,6 @@ declare const contract: {
2218
2211
  jira: "jira";
2219
2212
  }>;
2220
2213
  }, z.core.$strip>, z.ZodObject<{
2221
- id: z.ZodOptional<z.ZodNumber>;
2222
- created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2223
- updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2224
2214
  workspace_id: z.ZodNumber;
2225
2215
  provider: z.ZodEnum<{
2226
2216
  github: "github";
@@ -2235,9 +2225,10 @@ declare const contract: {
2235
2225
  credentials: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2236
2226
  provider_data: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2237
2227
  connected_at: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
2228
+ created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2229
+ updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2238
2230
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
2239
2231
  triggerCreate: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2240
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2241
2232
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2242
2233
  provider: z.ZodEnum<{
2243
2234
  timer: "timer";
@@ -2254,7 +2245,6 @@ declare const contract: {
2254
2245
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2255
2246
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2256
2247
  workspace_id: z.ZodNumber;
2257
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2258
2248
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2259
2249
  provider: z.ZodEnum<{
2260
2250
  timer: "timer";
@@ -2278,7 +2268,6 @@ declare const contract: {
2278
2268
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2279
2269
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2280
2270
  workspace_id: z.ZodNumber;
2281
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2282
2271
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2283
2272
  provider: z.ZodEnum<{
2284
2273
  timer: "timer";
@@ -2304,7 +2293,6 @@ declare const contract: {
2304
2293
  jira: "jira";
2305
2294
  mcp: "mcp";
2306
2295
  }>>;
2307
- connection_id: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
2308
2296
  connector_id: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
2309
2297
  limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
2310
2298
  offset: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
@@ -2314,7 +2302,6 @@ declare const contract: {
2314
2302
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2315
2303
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2316
2304
  workspace_id: z.ZodNumber;
2317
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2318
2305
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2319
2306
  provider: z.ZodEnum<{
2320
2307
  timer: "timer";
@@ -2345,7 +2332,6 @@ declare const contract: {
2345
2332
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2346
2333
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2347
2334
  workspace_id: z.ZodNumber;
2348
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2349
2335
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2350
2336
  provider: z.ZodEnum<{
2351
2337
  timer: "timer";
@@ -2365,7 +2351,7 @@ declare const contract: {
2365
2351
  triggerDelete: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2366
2352
  trigger_id: z.ZodCoercedNumber<unknown>;
2367
2353
  }, z.core.$strip>, z.ZodObject<{
2368
- success: z.ZodBoolean;
2354
+ success: z.ZodLiteral<true>;
2369
2355
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
2370
2356
  triggerToggle: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2371
2357
  trigger_id: z.ZodCoercedNumber<unknown>;
@@ -2374,7 +2360,6 @@ declare const contract: {
2374
2360
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2375
2361
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2376
2362
  workspace_id: z.ZodNumber;
2377
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2378
2363
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2379
2364
  provider: z.ZodEnum<{
2380
2365
  timer: "timer";
@@ -2413,9 +2398,9 @@ declare const contract: {
2413
2398
  status: z.ZodEnum<{
2414
2399
  completed: "completed";
2415
2400
  failed: "failed";
2416
- dispatched: "dispatched";
2417
2401
  received: "received";
2418
2402
  classifying: "classifying";
2403
+ dispatched: "dispatched";
2419
2404
  }>;
2420
2405
  response_text: z.ZodNullable<z.ZodString>;
2421
2406
  error_message: z.ZodNullable<z.ZodString>;
@@ -2436,7 +2421,6 @@ declare const contract: {
2436
2421
  last_used: z.ZodNullable<z.ZodString>;
2437
2422
  }, z.core.$strip>>, Record<never, never>, Record<never, never>>;
2438
2423
  actionCreate: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2439
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2440
2424
  provider: z.ZodEnum<{
2441
2425
  github: "github";
2442
2426
  slack: "slack";
@@ -2452,7 +2436,6 @@ declare const contract: {
2452
2436
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2453
2437
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2454
2438
  workspace_id: z.ZodNumber;
2455
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2456
2439
  provider: z.ZodEnum<{
2457
2440
  github: "github";
2458
2441
  slack: "slack";
@@ -2474,7 +2457,6 @@ declare const contract: {
2474
2457
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2475
2458
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2476
2459
  workspace_id: z.ZodNumber;
2477
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2478
2460
  provider: z.ZodEnum<{
2479
2461
  github: "github";
2480
2462
  slack: "slack";
@@ -2506,7 +2488,6 @@ declare const contract: {
2506
2488
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2507
2489
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2508
2490
  workspace_id: z.ZodNumber;
2509
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2510
2491
  provider: z.ZodEnum<{
2511
2492
  github: "github";
2512
2493
  slack: "slack";
@@ -2535,7 +2516,6 @@ declare const contract: {
2535
2516
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2536
2517
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2537
2518
  workspace_id: z.ZodNumber;
2538
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2539
2519
  provider: z.ZodEnum<{
2540
2520
  github: "github";
2541
2521
  slack: "slack";
@@ -2553,7 +2533,7 @@ declare const contract: {
2553
2533
  actionDelete: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2554
2534
  action_id: z.ZodCoercedNumber<unknown>;
2555
2535
  }, z.core.$strip>, z.ZodObject<{
2556
- success: z.ZodBoolean;
2536
+ success: z.ZodLiteral<true>;
2557
2537
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
2558
2538
  actionToggle: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2559
2539
  action_id: z.ZodCoercedNumber<unknown>;
@@ -2562,7 +2542,6 @@ declare const contract: {
2562
2542
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2563
2543
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2564
2544
  workspace_id: z.ZodNumber;
2565
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2566
2545
  provider: z.ZodEnum<{
2567
2546
  github: "github";
2568
2547
  slack: "slack";
@@ -2891,6 +2870,7 @@ declare const contract: {
2891
2870
  in_progress: "in_progress";
2892
2871
  stopped: "stopped";
2893
2872
  passed: "passed";
2873
+ running: "running";
2894
2874
  has_question: "has_question";
2895
2875
  skipped: "skipped";
2896
2876
  }>;
@@ -3066,6 +3046,7 @@ declare const contract: {
3066
3046
  in_progress: "in_progress";
3067
3047
  stopped: "stopped";
3068
3048
  passed: "passed";
3049
+ running: "running";
3069
3050
  has_question: "has_question";
3070
3051
  skipped: "skipped";
3071
3052
  }>;
@@ -3237,6 +3218,7 @@ declare const contract: {
3237
3218
  in_progress: "in_progress";
3238
3219
  stopped: "stopped";
3239
3220
  passed: "passed";
3221
+ running: "running";
3240
3222
  has_question: "has_question";
3241
3223
  skipped: "skipped";
3242
3224
  }>;
@@ -3407,6 +3389,7 @@ declare const contract: {
3407
3389
  in_progress: "in_progress";
3408
3390
  stopped: "stopped";
3409
3391
  passed: "passed";
3392
+ running: "running";
3410
3393
  has_question: "has_question";
3411
3394
  skipped: "skipped";
3412
3395
  }>;
@@ -3594,6 +3577,7 @@ declare const contract: {
3594
3577
  in_progress: "in_progress";
3595
3578
  stopped: "stopped";
3596
3579
  passed: "passed";
3580
+ running: "running";
3597
3581
  has_question: "has_question";
3598
3582
  skipped: "skipped";
3599
3583
  }>;
@@ -3758,6 +3742,7 @@ declare const contract: {
3758
3742
  in_progress: "in_progress";
3759
3743
  stopped: "stopped";
3760
3744
  passed: "passed";
3745
+ running: "running";
3761
3746
  has_question: "has_question";
3762
3747
  skipped: "skipped";
3763
3748
  }>;
@@ -3927,6 +3912,7 @@ declare const contract: {
3927
3912
  in_progress: "in_progress";
3928
3913
  stopped: "stopped";
3929
3914
  passed: "passed";
3915
+ running: "running";
3930
3916
  has_question: "has_question";
3931
3917
  skipped: "skipped";
3932
3918
  }>;
@@ -4093,6 +4079,7 @@ declare const contract: {
4093
4079
  in_progress: "in_progress";
4094
4080
  stopped: "stopped";
4095
4081
  passed: "passed";
4082
+ running: "running";
4096
4083
  has_question: "has_question";
4097
4084
  skipped: "skipped";
4098
4085
  }>;
@@ -4442,6 +4429,7 @@ declare const contract: {
4442
4429
  in_progress: "in_progress";
4443
4430
  stopped: "stopped";
4444
4431
  passed: "passed";
4432
+ running: "running";
4445
4433
  has_question: "has_question";
4446
4434
  skipped: "skipped";
4447
4435
  }>;
@@ -4578,6 +4566,7 @@ declare const contract: {
4578
4566
  in_progress: "in_progress";
4579
4567
  stopped: "stopped";
4580
4568
  passed: "passed";
4569
+ running: "running";
4581
4570
  has_question: "has_question";
4582
4571
  skipped: "skipped";
4583
4572
  }>;
@@ -4641,6 +4630,7 @@ declare const contract: {
4641
4630
  in_progress: "in_progress";
4642
4631
  stopped: "stopped";
4643
4632
  passed: "passed";
4633
+ running: "running";
4644
4634
  has_question: "has_question";
4645
4635
  skipped: "skipped";
4646
4636
  }>;
@@ -4700,6 +4690,7 @@ declare const contract: {
4700
4690
  in_progress: "in_progress";
4701
4691
  stopped: "stopped";
4702
4692
  passed: "passed";
4693
+ running: "running";
4703
4694
  has_question: "has_question";
4704
4695
  skipped: "skipped";
4705
4696
  }>;
@@ -5998,6 +5989,7 @@ declare const contract: {
5998
5989
  in_progress: "in_progress";
5999
5990
  stopped: "stopped";
6000
5991
  passed: "passed";
5992
+ running: "running";
6001
5993
  has_question: "has_question";
6002
5994
  skipped: "skipped";
6003
5995
  }>;
@@ -6058,6 +6050,7 @@ declare const contract: {
6058
6050
  in_progress: "in_progress";
6059
6051
  stopped: "stopped";
6060
6052
  passed: "passed";
6053
+ running: "running";
6061
6054
  has_question: "has_question";
6062
6055
  skipped: "skipped";
6063
6056
  }>;
@@ -6119,6 +6112,7 @@ declare const contract: {
6119
6112
  in_progress: "in_progress";
6120
6113
  stopped: "stopped";
6121
6114
  passed: "passed";
6115
+ running: "running";
6122
6116
  has_question: "has_question";
6123
6117
  skipped: "skipped";
6124
6118
  }>;
@@ -6641,7 +6635,7 @@ declare const contract: {
6641
6635
  error: string;
6642
6636
  } | {
6643
6637
  type: "task/status";
6644
- status: "completed" | "failed" | "in_progress" | "stopped" | "has_question" | "started";
6638
+ status: "completed" | "failed" | "stopped" | "running" | "has_question";
6645
6639
  message?: string | undefined;
6646
6640
  task_id?: string | undefined;
6647
6641
  timestamp?: number | undefined;
@@ -6672,7 +6666,7 @@ declare const contract: {
6672
6666
  error: string;
6673
6667
  } | {
6674
6668
  type: "task/status";
6675
- status: "completed" | "failed" | "in_progress" | "stopped" | "has_question" | "started";
6669
+ status: "completed" | "failed" | "stopped" | "running" | "has_question";
6676
6670
  message?: string | undefined;
6677
6671
  task_id?: string | undefined;
6678
6672
  timestamp?: number | undefined;
@@ -6746,7 +6740,7 @@ declare const contract: {
6746
6740
  type: "simulation/updated";
6747
6741
  simulation_id: number;
6748
6742
  application_id: number;
6749
- status: "pending" | "completed" | "failed" | "in_progress" | "stopped" | "queued" | "running" | "has_question" | "dispatched" | "task_stopped" | "creating_knowledge";
6743
+ status: "completed" | "failed" | "stopped" | "queued" | "running" | "has_question" | "creating_knowledge";
6750
6744
  step_label?: string | undefined;
6751
6745
  step_pending?: boolean | undefined;
6752
6746
  task_id?: string | null | undefined;
@@ -6828,7 +6822,7 @@ declare const contract: {
6828
6822
  run_id: number;
6829
6823
  document_id: number;
6830
6824
  application_id: number;
6831
- status: "pending" | "completed" | "failed" | "in_progress" | "stopped" | "running";
6825
+ status: "pending" | "completed" | "failed" | "stopped" | "running";
6832
6826
  simulation_id?: number | undefined;
6833
6827
  } | {
6834
6828
  type: "qa-test/updated";
@@ -6903,7 +6897,7 @@ declare const contract: {
6903
6897
  type: "simulation/updated";
6904
6898
  simulation_id: number;
6905
6899
  application_id: number;
6906
- status: "pending" | "completed" | "failed" | "in_progress" | "stopped" | "queued" | "running" | "has_question" | "dispatched" | "task_stopped" | "creating_knowledge";
6900
+ status: "completed" | "failed" | "stopped" | "queued" | "running" | "has_question" | "creating_knowledge";
6907
6901
  step_label?: string | undefined;
6908
6902
  step_pending?: boolean | undefined;
6909
6903
  task_id?: string | null | undefined;
@@ -6985,7 +6979,7 @@ declare const contract: {
6985
6979
  run_id: number;
6986
6980
  document_id: number;
6987
6981
  application_id: number;
6988
- status: "pending" | "completed" | "failed" | "in_progress" | "stopped" | "running";
6982
+ status: "pending" | "completed" | "failed" | "stopped" | "running";
6989
6983
  simulation_id?: number | undefined;
6990
6984
  } | {
6991
6985
  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;AAqJxB,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsFZ,+DAA+D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAg4E/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;AAqJxB,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsFZ,+DAA+D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAg4E/D,gFAAgF;;;;;;;IAahF,gFAAgF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgSjF,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC"}