@marketrix.ai/widget 3.3.160 → 3.3.169

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>>>;
@@ -1057,10 +1057,9 @@ declare const contract: {
1057
1057
  status: z.ZodEnum<{
1058
1058
  pending: "pending";
1059
1059
  failed: "failed";
1060
- in_progress: "in_progress";
1061
- stopped: "stopped";
1062
1060
  passed: "passed";
1063
1061
  running: "running";
1062
+ stopped: "stopped";
1064
1063
  has_question: "has_question";
1065
1064
  skipped: "skipped";
1066
1065
  }>;
@@ -1710,7 +1709,6 @@ declare const contract: {
1710
1709
  kind: z.ZodLiteral<"connector">;
1711
1710
  connector_type: z.ZodString;
1712
1711
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1713
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1714
1712
  trigger_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1715
1713
  action_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1716
1714
  capability: z.ZodString;
@@ -1760,7 +1758,6 @@ declare const contract: {
1760
1758
  kind: z.ZodLiteral<"connector">;
1761
1759
  connector_type: z.ZodString;
1762
1760
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1763
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1764
1761
  trigger_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1765
1762
  action_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1766
1763
  capability: z.ZodString;
@@ -1818,7 +1815,6 @@ declare const contract: {
1818
1815
  kind: z.ZodLiteral<"connector">;
1819
1816
  connector_type: z.ZodString;
1820
1817
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1821
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1822
1818
  trigger_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1823
1819
  action_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1824
1820
  capability: z.ZodString;
@@ -1877,7 +1873,6 @@ declare const contract: {
1877
1873
  kind: z.ZodLiteral<"connector">;
1878
1874
  connector_type: z.ZodString;
1879
1875
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1880
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1881
1876
  trigger_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1882
1877
  action_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1883
1878
  capability: z.ZodString;
@@ -1926,7 +1921,6 @@ declare const contract: {
1926
1921
  kind: z.ZodLiteral<"connector">;
1927
1922
  connector_type: z.ZodString;
1928
1923
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1929
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1930
1924
  trigger_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1931
1925
  action_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1932
1926
  capability: z.ZodString;
@@ -1971,7 +1965,6 @@ declare const contract: {
1971
1965
  kind: z.ZodLiteral<"connector">;
1972
1966
  connector_type: z.ZodString;
1973
1967
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1974
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1975
1968
  trigger_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1976
1969
  action_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1977
1970
  capability: z.ZodString;
@@ -2032,7 +2025,6 @@ declare const contract: {
2032
2025
  kind: z.ZodLiteral<"connector">;
2033
2026
  connector_type: z.ZodString;
2034
2027
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2035
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2036
2028
  trigger_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2037
2029
  action_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2038
2030
  capability: z.ZodString;
@@ -2082,8 +2074,8 @@ declare const contract: {
2082
2074
  pending: "pending";
2083
2075
  completed: "completed";
2084
2076
  failed: "failed";
2085
- stopped: "stopped";
2086
2077
  running: "running";
2078
+ stopped: "stopped";
2087
2079
  }>;
2088
2080
  trigger_node_id: z.ZodString;
2089
2081
  trigger_data: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -2091,9 +2083,9 @@ declare const contract: {
2091
2083
  status: z.ZodEnum<{
2092
2084
  completed: "completed";
2093
2085
  failed: "failed";
2094
- in_progress: "in_progress";
2095
2086
  stopped: "stopped";
2096
2087
  skipped: "skipped";
2088
+ in_progress: "in_progress";
2097
2089
  }>;
2098
2090
  output: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2099
2091
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2108,8 +2100,8 @@ declare const contract: {
2108
2100
  pending: "pending";
2109
2101
  completed: "completed";
2110
2102
  failed: "failed";
2111
- stopped: "stopped";
2112
2103
  running: "running";
2104
+ stopped: "stopped";
2113
2105
  }>>;
2114
2106
  limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
2115
2107
  offset: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
@@ -2121,8 +2113,8 @@ declare const contract: {
2121
2113
  pending: "pending";
2122
2114
  completed: "completed";
2123
2115
  failed: "failed";
2124
- stopped: "stopped";
2125
2116
  running: "running";
2117
+ stopped: "stopped";
2126
2118
  }>;
2127
2119
  trigger_node_id: z.ZodString;
2128
2120
  trigger_data: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -2130,9 +2122,9 @@ declare const contract: {
2130
2122
  status: z.ZodEnum<{
2131
2123
  completed: "completed";
2132
2124
  failed: "failed";
2133
- in_progress: "in_progress";
2134
2125
  stopped: "stopped";
2135
2126
  skipped: "skipped";
2127
+ in_progress: "in_progress";
2136
2128
  }>;
2137
2129
  output: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2138
2130
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2155,8 +2147,8 @@ declare const contract: {
2155
2147
  pending: "pending";
2156
2148
  completed: "completed";
2157
2149
  failed: "failed";
2158
- stopped: "stopped";
2159
2150
  running: "running";
2151
+ stopped: "stopped";
2160
2152
  }>;
2161
2153
  trigger_node_id: z.ZodString;
2162
2154
  trigger_data: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -2164,9 +2156,9 @@ declare const contract: {
2164
2156
  status: z.ZodEnum<{
2165
2157
  completed: "completed";
2166
2158
  failed: "failed";
2167
- in_progress: "in_progress";
2168
2159
  stopped: "stopped";
2169
2160
  skipped: "skipped";
2161
+ in_progress: "in_progress";
2170
2162
  }>;
2171
2163
  output: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2172
2164
  error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2175,7 +2167,7 @@ declare const contract: {
2175
2167
  started_at: z.ZodCoercedDate<unknown>;
2176
2168
  completed_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
2177
2169
  }, z.core.$strip>>, Record<never, never>, Record<never, never>>;
2178
- connectionGet: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2170
+ providerGet: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2179
2171
  provider: z.ZodEnum<{
2180
2172
  github: "github";
2181
2173
  slack: "slack";
@@ -2183,9 +2175,6 @@ declare const contract: {
2183
2175
  jira: "jira";
2184
2176
  }>;
2185
2177
  }, z.core.$strip>, z.ZodNullable<z.ZodObject<{
2186
- id: z.ZodOptional<z.ZodNumber>;
2187
- created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2188
- updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2189
2178
  workspace_id: z.ZodNumber;
2190
2179
  provider: z.ZodEnum<{
2191
2180
  github: "github";
@@ -2200,8 +2189,10 @@ declare const contract: {
2200
2189
  credentials: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2201
2190
  provider_data: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2202
2191
  connected_at: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
2192
+ created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2193
+ updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2203
2194
  }, z.core.$strip>>, Record<never, never>, Record<never, never>>;
2204
- connectionDelete: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2195
+ providerDelete: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2205
2196
  provider: z.ZodEnum<{
2206
2197
  github: "github";
2207
2198
  slack: "slack";
@@ -2209,9 +2200,9 @@ declare const contract: {
2209
2200
  jira: "jira";
2210
2201
  }>;
2211
2202
  }, z.core.$strip>, z.ZodObject<{
2212
- success: z.ZodBoolean;
2203
+ success: z.ZodLiteral<true>;
2213
2204
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
2214
- connectionRefresh: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2205
+ providerRefresh: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2215
2206
  provider: z.ZodEnum<{
2216
2207
  github: "github";
2217
2208
  slack: "slack";
@@ -2219,9 +2210,6 @@ declare const contract: {
2219
2210
  jira: "jira";
2220
2211
  }>;
2221
2212
  }, z.core.$strip>, z.ZodObject<{
2222
- id: z.ZodOptional<z.ZodNumber>;
2223
- created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2224
- updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2225
2213
  workspace_id: z.ZodNumber;
2226
2214
  provider: z.ZodEnum<{
2227
2215
  github: "github";
@@ -2236,9 +2224,10 @@ declare const contract: {
2236
2224
  credentials: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2237
2225
  provider_data: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2238
2226
  connected_at: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
2227
+ created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2228
+ updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2239
2229
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
2240
2230
  triggerCreate: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2241
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2242
2231
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2243
2232
  provider: z.ZodEnum<{
2244
2233
  timer: "timer";
@@ -2255,7 +2244,6 @@ declare const contract: {
2255
2244
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2256
2245
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2257
2246
  workspace_id: z.ZodNumber;
2258
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2259
2247
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2260
2248
  provider: z.ZodEnum<{
2261
2249
  timer: "timer";
@@ -2279,7 +2267,6 @@ declare const contract: {
2279
2267
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2280
2268
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2281
2269
  workspace_id: z.ZodNumber;
2282
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2283
2270
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2284
2271
  provider: z.ZodEnum<{
2285
2272
  timer: "timer";
@@ -2305,7 +2292,6 @@ declare const contract: {
2305
2292
  jira: "jira";
2306
2293
  mcp: "mcp";
2307
2294
  }>>;
2308
- connection_id: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
2309
2295
  connector_id: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
2310
2296
  limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
2311
2297
  offset: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
@@ -2315,7 +2301,6 @@ declare const contract: {
2315
2301
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2316
2302
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2317
2303
  workspace_id: z.ZodNumber;
2318
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2319
2304
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2320
2305
  provider: z.ZodEnum<{
2321
2306
  timer: "timer";
@@ -2346,7 +2331,6 @@ declare const contract: {
2346
2331
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2347
2332
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2348
2333
  workspace_id: z.ZodNumber;
2349
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2350
2334
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2351
2335
  provider: z.ZodEnum<{
2352
2336
  timer: "timer";
@@ -2366,7 +2350,7 @@ declare const contract: {
2366
2350
  triggerDelete: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2367
2351
  trigger_id: z.ZodCoercedNumber<unknown>;
2368
2352
  }, z.core.$strip>, z.ZodObject<{
2369
- success: z.ZodBoolean;
2353
+ success: z.ZodLiteral<true>;
2370
2354
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
2371
2355
  triggerToggle: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2372
2356
  trigger_id: z.ZodCoercedNumber<unknown>;
@@ -2375,7 +2359,6 @@ declare const contract: {
2375
2359
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2376
2360
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2377
2361
  workspace_id: z.ZodNumber;
2378
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2379
2362
  connector_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2380
2363
  provider: z.ZodEnum<{
2381
2364
  timer: "timer";
@@ -2437,7 +2420,6 @@ declare const contract: {
2437
2420
  last_used: z.ZodNullable<z.ZodString>;
2438
2421
  }, z.core.$strip>>, Record<never, never>, Record<never, never>>;
2439
2422
  actionCreate: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2440
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2441
2423
  provider: z.ZodEnum<{
2442
2424
  github: "github";
2443
2425
  slack: "slack";
@@ -2453,7 +2435,6 @@ declare const contract: {
2453
2435
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2454
2436
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2455
2437
  workspace_id: z.ZodNumber;
2456
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2457
2438
  provider: z.ZodEnum<{
2458
2439
  github: "github";
2459
2440
  slack: "slack";
@@ -2475,7 +2456,6 @@ declare const contract: {
2475
2456
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2476
2457
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2477
2458
  workspace_id: z.ZodNumber;
2478
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2479
2459
  provider: z.ZodEnum<{
2480
2460
  github: "github";
2481
2461
  slack: "slack";
@@ -2507,7 +2487,6 @@ declare const contract: {
2507
2487
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2508
2488
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2509
2489
  workspace_id: z.ZodNumber;
2510
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2511
2490
  provider: z.ZodEnum<{
2512
2491
  github: "github";
2513
2492
  slack: "slack";
@@ -2536,7 +2515,6 @@ declare const contract: {
2536
2515
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2537
2516
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2538
2517
  workspace_id: z.ZodNumber;
2539
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2540
2518
  provider: z.ZodEnum<{
2541
2519
  github: "github";
2542
2520
  slack: "slack";
@@ -2554,7 +2532,7 @@ declare const contract: {
2554
2532
  actionDelete: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2555
2533
  action_id: z.ZodCoercedNumber<unknown>;
2556
2534
  }, z.core.$strip>, z.ZodObject<{
2557
- success: z.ZodBoolean;
2535
+ success: z.ZodLiteral<true>;
2558
2536
  }, z.core.$strip>, Record<never, never>, Record<never, never>>;
2559
2537
  actionToggle: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
2560
2538
  action_id: z.ZodCoercedNumber<unknown>;
@@ -2563,7 +2541,6 @@ declare const contract: {
2563
2541
  created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2564
2542
  updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
2565
2543
  workspace_id: z.ZodNumber;
2566
- connection_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2567
2544
  provider: z.ZodEnum<{
2568
2545
  github: "github";
2569
2546
  slack: "slack";
@@ -2889,10 +2866,9 @@ declare const contract: {
2889
2866
  status: z.ZodEnum<{
2890
2867
  pending: "pending";
2891
2868
  failed: "failed";
2892
- in_progress: "in_progress";
2893
- stopped: "stopped";
2894
2869
  passed: "passed";
2895
2870
  running: "running";
2871
+ stopped: "stopped";
2896
2872
  has_question: "has_question";
2897
2873
  skipped: "skipped";
2898
2874
  }>;
@@ -3065,10 +3041,9 @@ declare const contract: {
3065
3041
  status: z.ZodEnum<{
3066
3042
  pending: "pending";
3067
3043
  failed: "failed";
3068
- in_progress: "in_progress";
3069
- stopped: "stopped";
3070
3044
  passed: "passed";
3071
3045
  running: "running";
3046
+ stopped: "stopped";
3072
3047
  has_question: "has_question";
3073
3048
  skipped: "skipped";
3074
3049
  }>;
@@ -3237,10 +3212,9 @@ declare const contract: {
3237
3212
  status: z.ZodEnum<{
3238
3213
  pending: "pending";
3239
3214
  failed: "failed";
3240
- in_progress: "in_progress";
3241
- stopped: "stopped";
3242
3215
  passed: "passed";
3243
3216
  running: "running";
3217
+ stopped: "stopped";
3244
3218
  has_question: "has_question";
3245
3219
  skipped: "skipped";
3246
3220
  }>;
@@ -3408,10 +3382,9 @@ declare const contract: {
3408
3382
  status: z.ZodEnum<{
3409
3383
  pending: "pending";
3410
3384
  failed: "failed";
3411
- in_progress: "in_progress";
3412
- stopped: "stopped";
3413
3385
  passed: "passed";
3414
3386
  running: "running";
3387
+ stopped: "stopped";
3415
3388
  has_question: "has_question";
3416
3389
  skipped: "skipped";
3417
3390
  }>;
@@ -3596,10 +3569,9 @@ declare const contract: {
3596
3569
  status: z.ZodEnum<{
3597
3570
  pending: "pending";
3598
3571
  failed: "failed";
3599
- in_progress: "in_progress";
3600
- stopped: "stopped";
3601
3572
  passed: "passed";
3602
3573
  running: "running";
3574
+ stopped: "stopped";
3603
3575
  has_question: "has_question";
3604
3576
  skipped: "skipped";
3605
3577
  }>;
@@ -3761,10 +3733,9 @@ declare const contract: {
3761
3733
  status: z.ZodEnum<{
3762
3734
  pending: "pending";
3763
3735
  failed: "failed";
3764
- in_progress: "in_progress";
3765
- stopped: "stopped";
3766
3736
  passed: "passed";
3767
3737
  running: "running";
3738
+ stopped: "stopped";
3768
3739
  has_question: "has_question";
3769
3740
  skipped: "skipped";
3770
3741
  }>;
@@ -3931,10 +3902,9 @@ declare const contract: {
3931
3902
  status: z.ZodEnum<{
3932
3903
  pending: "pending";
3933
3904
  failed: "failed";
3934
- in_progress: "in_progress";
3935
- stopped: "stopped";
3936
3905
  passed: "passed";
3937
3906
  running: "running";
3907
+ stopped: "stopped";
3938
3908
  has_question: "has_question";
3939
3909
  skipped: "skipped";
3940
3910
  }>;
@@ -4098,10 +4068,9 @@ declare const contract: {
4098
4068
  status: z.ZodEnum<{
4099
4069
  pending: "pending";
4100
4070
  failed: "failed";
4101
- in_progress: "in_progress";
4102
- stopped: "stopped";
4103
4071
  passed: "passed";
4104
4072
  running: "running";
4073
+ stopped: "stopped";
4105
4074
  has_question: "has_question";
4106
4075
  skipped: "skipped";
4107
4076
  }>;
@@ -4448,10 +4417,9 @@ declare const contract: {
4448
4417
  status: z.ZodEnum<{
4449
4418
  pending: "pending";
4450
4419
  failed: "failed";
4451
- in_progress: "in_progress";
4452
- stopped: "stopped";
4453
4420
  passed: "passed";
4454
4421
  running: "running";
4422
+ stopped: "stopped";
4455
4423
  has_question: "has_question";
4456
4424
  skipped: "skipped";
4457
4425
  }>;
@@ -4585,10 +4553,9 @@ declare const contract: {
4585
4553
  status: z.ZodEnum<{
4586
4554
  pending: "pending";
4587
4555
  failed: "failed";
4588
- in_progress: "in_progress";
4589
- stopped: "stopped";
4590
4556
  passed: "passed";
4591
4557
  running: "running";
4558
+ stopped: "stopped";
4592
4559
  has_question: "has_question";
4593
4560
  skipped: "skipped";
4594
4561
  }>;
@@ -4649,10 +4616,9 @@ declare const contract: {
4649
4616
  status: z.ZodEnum<{
4650
4617
  pending: "pending";
4651
4618
  failed: "failed";
4652
- in_progress: "in_progress";
4653
- stopped: "stopped";
4654
4619
  passed: "passed";
4655
4620
  running: "running";
4621
+ stopped: "stopped";
4656
4622
  has_question: "has_question";
4657
4623
  skipped: "skipped";
4658
4624
  }>;
@@ -4709,10 +4675,9 @@ declare const contract: {
4709
4675
  status: z.ZodEnum<{
4710
4676
  pending: "pending";
4711
4677
  failed: "failed";
4712
- in_progress: "in_progress";
4713
- stopped: "stopped";
4714
4678
  passed: "passed";
4715
4679
  running: "running";
4680
+ stopped: "stopped";
4716
4681
  has_question: "has_question";
4717
4682
  skipped: "skipped";
4718
4683
  }>;
@@ -5712,11 +5677,11 @@ declare const contract: {
5712
5677
  simulation_task_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5713
5678
  status: z.ZodEnum<{
5714
5679
  failed: "failed";
5715
- stopped: "stopped";
5716
5680
  passed: "passed";
5717
5681
  needs_healing: "needs_healing";
5718
5682
  queued: "queued";
5719
5683
  running: "running";
5684
+ stopped: "stopped";
5720
5685
  }>;
5721
5686
  verdict: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5722
5687
  proposed_steps: z.ZodDefault<z.ZodArray<z.ZodString>>;
@@ -6008,10 +5973,9 @@ declare const contract: {
6008
5973
  status: z.ZodEnum<{
6009
5974
  pending: "pending";
6010
5975
  failed: "failed";
6011
- in_progress: "in_progress";
6012
- stopped: "stopped";
6013
5976
  passed: "passed";
6014
5977
  running: "running";
5978
+ stopped: "stopped";
6015
5979
  has_question: "has_question";
6016
5980
  skipped: "skipped";
6017
5981
  }>;
@@ -6069,10 +6033,9 @@ declare const contract: {
6069
6033
  status: z.ZodEnum<{
6070
6034
  pending: "pending";
6071
6035
  failed: "failed";
6072
- in_progress: "in_progress";
6073
- stopped: "stopped";
6074
6036
  passed: "passed";
6075
6037
  running: "running";
6038
+ stopped: "stopped";
6076
6039
  has_question: "has_question";
6077
6040
  skipped: "skipped";
6078
6041
  }>;
@@ -6131,10 +6094,9 @@ declare const contract: {
6131
6094
  status: z.ZodEnum<{
6132
6095
  pending: "pending";
6133
6096
  failed: "failed";
6134
- in_progress: "in_progress";
6135
- stopped: "stopped";
6136
6097
  passed: "passed";
6137
6098
  running: "running";
6099
+ stopped: "stopped";
6138
6100
  has_question: "has_question";
6139
6101
  skipped: "skipped";
6140
6102
  }>;
@@ -6657,7 +6619,7 @@ declare const contract: {
6657
6619
  error: string;
6658
6620
  } | {
6659
6621
  type: "task/status";
6660
- status: "completed" | "failed" | "stopped" | "running" | "has_question";
6622
+ status: "completed" | "failed" | "running" | "stopped" | "has_question";
6661
6623
  message?: string | undefined;
6662
6624
  task_id?: string | undefined;
6663
6625
  timestamp?: number | undefined;
@@ -6688,7 +6650,7 @@ declare const contract: {
6688
6650
  error: string;
6689
6651
  } | {
6690
6652
  type: "task/status";
6691
- status: "completed" | "failed" | "stopped" | "running" | "has_question";
6653
+ status: "completed" | "failed" | "running" | "stopped" | "has_question";
6692
6654
  message?: string | undefined;
6693
6655
  task_id?: string | undefined;
6694
6656
  timestamp?: number | undefined;
@@ -6762,7 +6724,7 @@ declare const contract: {
6762
6724
  type: "simulation/updated";
6763
6725
  simulation_id: number;
6764
6726
  application_id: number;
6765
- status: "completed" | "failed" | "stopped" | "queued" | "running" | "has_question" | "creating_knowledge";
6727
+ status: "completed" | "failed" | "queued" | "running" | "stopped" | "has_question" | "creating_knowledge";
6766
6728
  step_label?: string | undefined;
6767
6729
  step_pending?: boolean | undefined;
6768
6730
  task_id?: string | null | undefined;
@@ -6844,7 +6806,7 @@ declare const contract: {
6844
6806
  run_id: number;
6845
6807
  document_id: number;
6846
6808
  application_id: number;
6847
- status: "pending" | "completed" | "failed" | "stopped" | "running";
6809
+ status: "pending" | "completed" | "failed" | "running" | "stopped";
6848
6810
  simulation_id?: number | undefined;
6849
6811
  } | {
6850
6812
  type: "qa-test/updated";
@@ -6919,7 +6881,7 @@ declare const contract: {
6919
6881
  type: "simulation/updated";
6920
6882
  simulation_id: number;
6921
6883
  application_id: number;
6922
- status: "completed" | "failed" | "stopped" | "queued" | "running" | "has_question" | "creating_knowledge";
6884
+ status: "completed" | "failed" | "queued" | "running" | "stopped" | "has_question" | "creating_knowledge";
6923
6885
  step_label?: string | undefined;
6924
6886
  step_pending?: boolean | undefined;
6925
6887
  task_id?: string | null | undefined;
@@ -7001,7 +6963,7 @@ declare const contract: {
7001
6963
  run_id: number;
7002
6964
  document_id: number;
7003
6965
  application_id: number;
7004
- status: "pending" | "completed" | "failed" | "stopped" | "running";
6966
+ status: "pending" | "completed" | "failed" | "running" | "stopped";
7005
6967
  simulation_id?: number | undefined;
7006
6968
  } | {
7007
6969
  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"}